#include "DHT.h" #define DHTPIN 2 // Digital pin connected to the DHT sensor #define DHTTYPE DHT11 // DHT 11 //General Syntax: DHT dht(pin, sensor_number); DHT dht ...
Original written by Mark Ruys, [email protected]. Why did I clone this library instead of forking the original repo and push the changes? When I searched through Github for DHT libraries, I found a lot ...