GY-63_MS5611/libraries/DHTlib
rob tillaart 41cc579488 + masking unused bits (less errors);
+ refactored bits[] usage
2014-10-15 07:48:27 +02:00
..
examples + reduced # micros calls 2->1 in inner loop. => footprint -18 2014-10-08 16:37:30 +02:00
dht.cpp + masking unused bits (less errors); 2014-10-15 07:48:27 +02:00
dht.h + masking unused bits (less errors); 2014-10-15 07:48:27 +02:00
readme.txt + version 0.1.13 (version 0.1.12 not usable -> skipped) 2014-06-26 20:48:20 +02:00

The DHT11, 21, 22, 33 and 44 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 negative values.
The others 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 -