DHT-sensor-library
DHT-sensor-library copied to clipboard
Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors
Hi, I did some changes in order to avoid the blocking delay in the flow. Basically I created a loop function that is called in the main loop. It has...
really simple change to support my use case i have a ESP8266 board which i plan to fit DHT11 or DHT22 to, the type will vary depending on use, rather...
I added some convenience methods to the library while maintaining backwards compatibility. There are now methods in DHT.h with Celsius and Fahrenheit in the method names which in turn call...
Hello guys, I'm using an ASP-Corvette-T1 connected to a DHT2 and I'm getting this error. Can you tell me where I can find the documentation for "microsecondsToClockCycles"? Can't find it...
Currently there is a lot of double literals all over the codebase, which need to be implicitly converted to floats in all caclucations with float variables. This PR changes *...
Hi. I am an astronomer/astrophotographer. I am currently building a control board for my Celestron telescope and one of the metrics I want to collect is the Dew Point. I...
Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating...