mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2025-08-02 10:24:29 +02:00
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: