Skip to content

Commit 926b202

Browse files
committed
+ now including the readme.txt
1 parent f611248 commit 926b202

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

libraries/DHTlib/readme.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
The DHT11, DHT21 and DHT22 are relative inexpensive sensors for measuring temperature and humidity.
2+
3+
This library can be used for reading both values from these DHT sensors.
4+
The DHT11 only returns integers (e.g. 20) and does not support neagtive values.
5+
The DHT22 and 21 are quite similar and provide one decimal digit (e.g. 20.2)
6+
The hardware pins of the sensors and handshake are identical so ideal to combine in one lib.
7+
8+
The library is confirmed to work on:
9+
10+
UNO (tested myself)
11+
2009 (tested myself)
12+
MEGA2560
13+
DUE
14+
attiny85 @8MHz
15+
Digistump Digix @ 84 MHz
16+
17+
More information - http://playground.arduino.cc//Main/DHTLib -

0 commit comments

Comments
 (0)