From b05219ab422fc198122cfb101c0623204ccbfd5b Mon Sep 17 00:00:00 2001 From: Ladyada Date: Wed, 22 Jun 2011 16:12:33 -0400 Subject: [PATCH] added mini readme --- README.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4dfcbab --- /dev/null +++ b/README.txt @@ -0,0 +1,3 @@ +This is an Arduino library for the DHT series of low cost temperature/humidity sensors. + +To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder DHT. Check that the DHT folder contains DHT.cpp and DHT.h. Place the DHT library folder your /libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE. \ No newline at end of file