Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors
Go to file
2019-07-18 16:25:44 -04:00
.github Add GitHub issue template 2016-05-27 13:43:18 -07:00
examples Change initial HIGH delay, fix comments in examples 2019-01-28 17:05:54 -08:00
.gitignore Add .gitignore 2019-07-04 11:31:09 +02:00
.travis.yml added travis 2019-07-04 17:30:56 +02:00
DHT_U.cpp DHT_U doxygen 2019-07-04 17:28:10 +02:00
DHT_U.h DHT_U doxygen 2019-07-04 17:28:10 +02:00
DHT.cpp documented DHT 2019-07-04 17:06:42 +02:00
DHT.h documented DHT 2019-07-04 17:06:42 +02:00
keywords.txt Use correct field separator in keywords.txt 2018-07-16 05:02:42 -07:00
library.properties try adding dep 2019-07-18 16:25:44 -04:00
README.md Update README.md 2019-07-18 16:24:12 -04:00

Adafruit DHT Humidity & Temperature Sensor Library Build Status

An Arduino library for the DHT series of low cost temperature/humidity sensors.

Tutorial: https://learn.adafruit.com/dht

You must have the following Arduino libraries installed to use this class:

Examples include both a "standalone" DHT example, and one that works along with the Adafruit Unified Sensor Library. Unified sensor library is required even if using the standalone version.

Recent Arduino IDE releases include the Library Manager for easy installation. Otherwise, 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.