This is an Arduino library for the DHT series of low cost temperature/humidity sensors. Tutorial: https://learn.adafruit.com/dht To download. click the DOWNLOADS ...
Include the DHT library: You'll need a library to easily interface with the DHT11 sensor. The most common one is DHT.h. #include "DHT.h" Define DHT pin and sensor type: Specify the Arduino pin ...