Library for DHT11 DHT22 AM2302 and similar sensors. Now with value after decimal point for DHT22.
Dependents: Seeed_Grove_Temp_Humidity_Example DHT11_Temp_Humidity IoT_W5500_MQTT
Fork of DHT by
History
Added comments on calculation of temperature and humidity for DHT22
2017-01-07, by Sly_fox [Sat, 07 Jan 2017 22:26:26 +0000] rev 5
Added comments on calculation of temperature and humidity for DHT22
Changed variable v in the calculation of temperture and humidity from int to float in order to get value behind decimal point for DHT22 sensor.
2017-01-07, by Sly_fox [Sat, 07 Jan 2017 21:58:20 +0000] rev 4
Changed variable v in the calculation of temperture and humidity from int to float in order to get value behind decimal point for DHT22 sensor.
Remove warnings about implicit conversion from float to double and unify DHT11 and DHT22 init command sequence
2016-05-28, by sam_grove [Sat, 28 May 2016 11:11:34 +0000] rev 3
Remove warnings about implicit conversion from float to double and unify DHT11 and DHT22 init command sequence
Update reading sensor to eliminate the checksum error (error 6). Many other changes for good coding practices
2014-08-15, by sam_grove [Fri, 15 Aug 2014 20:55:43 +0000] rev 2
Update reading sensor to eliminate the checksum error (error 6). Many other changes for good coding practices
Seeeduino Arch + Grove - OLED 128x64 + Grove - Temperature & Humidity Sensor Pro to sense the environment
2013-07-24, by yihui [Wed, 24 Jul 2013 06:59:28 +0000] rev 1
Seeeduino Arch + Grove - OLED 128x64 + Grove - Temperature & Humidity Sensor Pro to sense the environment