There was an error while loading. Please reload this page.
1 parent f611248 commit 926b202Copy full SHA for 926b202
libraries/DHTlib/readme.txt
@@ -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