Page 1 of 1

Need a beginner guide to write a plugin

Posted: 15 Apr 2017, 21:37
by beic
Hi there,

I need a beginner guide to write a simple I2C plugin for the LM75A sensor.

https://github.com/QuentinCG/Arduino-LM ... ster/LM75A

Anyone has some experience to help me out?

Thank you! ;)

Kind regards,
Viktor

Re: Need a beginner guide to write a plugin

Posted: 15 Apr 2017, 23:06
by krikk
get your development environment:
https://www.letscontrolit.com/wiki/inde ... evelopment

copy an existing plugin and adapt it to your sensor: e.g this one https://github.com/letscontrolit/ESPEas ... SI7021.ino <-- another temperatur sensor...

Re: Need a beginner guide to write a plugin

Posted: 16 Apr 2017, 00:08
by beic
krikk wrote: 15 Apr 2017, 23:06 get your development environment:
https://www.letscontrolit.com/wiki/inde ... evelopment
I know that already.
krikk wrote: 15 Apr 2017, 23:06 copy an existing plugin and adapt it to your sensor: e.g this one https://github.com/letscontrolit/ESPEas ... SI7021.ino <-- another temperatur sensor...
It's not that easy, because the SI7021 is dual sensor and the LM75A is a single, so I don't know what is what.

Regards