A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By metalphreak
#42780 For those of us that like to write directly in C:

https://github.com/MetalPhreak/ESP8266_HTU21D

HTU21D i2c Temp + Humidity sensor.

Code is currently CPU-blocking. It runs a delay, 50ms for temp measurement and 16ms for humidity measurement.

Was thinking of writing non-blocking option with callback to user function when measurement is ready. TBC.