GY-63_MS5611/libraries/DHTlib
rob tillaart 2f60754376 update
2014-02-10 18:56:59 +01:00
..
examples + 0.1.09 2014-02-08 13:53:52 +01:00
dht.cpp + initial version of readme 2014-02-09 19:35:40 +01:00
dht.h + 0.1.09 2014-02-08 13:53:52 +01:00
readme.txt update 2014-02-10 18:56:59 +01:00

The DHT11, DHT21 and DHT22 are relative inexpensive sensors for measuring temperature and humidity. 

This library can be used for reading both values from these DHT sensors. 
The DHT11 only returns integers (e.g. 20) and does not support neagtive values.
The DHT22 and 21 are quite similar and provide one decimal digit (e.g. 20.2)
The hardware pins of the sensors and handshake are identical so ideal to combine in one lib.

The library is confirmed to work on:

UNO (tested myself)
2009 (tested myself)
MEGA2560
DUE
attiny85 @8MHz
Digistump Digix @ 84 MHz

More information - http://playground.arduino.cc//Main/DHTLib -