DHT-sensor-library
DHT-sensor-library copied to clipboard
Feature/add set pin and type
This adds two new methods to the DHT class. One for setting the _pin value and one for setting the _type value. The reason I added these was so that I could use values stored in eeprom for my pin and type and set these values in my setup() function.