markruys / arduino-DHT

Efficient DHT library for Arduino
Other
162 stars 119 forks source link

Just want everyone to know: THIS LIBRARY STILL WORKS GREAT! #22

Open factoidforrest opened 4 years ago

factoidforrest commented 4 years ago

I used it with an ESP32 and DHT22 and it works wonders! Much easier to use than the Adafruit library.

factoidforrest commented 4 years ago

23

factoidforrest commented 4 years ago

Actually, nevermind, this library has been forked to have better ESP32 support, and that fork can be found on github or on platformIO/arduino IDE under the name DHTesp

guillebot commented 1 year ago

Yes indeed. It works better and is somewhat smaller.

I'm having some troubles coming back from deep sleep though. Any pointers of what to look for?

thanks