From 926b202e2ca396938a2f6ae9b591c757c39ac8c4 Mon Sep 17 00:00:00 2001 From: rob tillaart Date: Mon, 10 Feb 2014 18:56:10 +0100 Subject: [PATCH] + now including the readme.txt --- libraries/DHTlib/readme.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libraries/DHTlib/readme.txt diff --git a/libraries/DHTlib/readme.txt b/libraries/DHTlib/readme.txt new file mode 100644 index 00000000..737e0fd3 --- /dev/null +++ b/libraries/DHTlib/readme.txt @@ -0,0 +1,17 @@ +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 -