DHT-sensor-library
DHT-sensor-library copied to clipboard
Problem: wrong values at negative temperatures an ESP8266 and DHT22
Problem is described in #177
Solution: shift incomming data on int16_t variable before cast to float.
I could test this solution only on Arduino IDE 1.8.13 with ESP8266 / DHT 22. Maybe testing on other controllers / dht types could be necessery