From 4c6444650da3a0aa1e2e9b00f42cc4e2af057fe6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 18 Jun 2014 11:48:46 +0200 Subject: initial commit Signed-off-by: Florian Pritz --- lib/DHT_sensor_library/README.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/DHT_sensor_library/README.txt (limited to 'lib/DHT_sensor_library/README.txt') diff --git a/lib/DHT_sensor_library/README.txt b/lib/DHT_sensor_library/README.txt new file mode 100644 index 0000000..4dfcbab --- /dev/null +++ b/lib/DHT_sensor_library/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 -- cgit v1.2.3-24-g4f1b