forked from adafruit/DHT-sensor-library
Prevent dht.h being imported multiple times
Added a basic #ifndef DHT_H to the dht.h file so that if you have a larger program and want to access the sensor from a different file, you don't import it twice.
This commit is contained in: