DHT-sensor-library
DHT-sensor-library copied to clipboard
changed the "S" param to "Scaling" (compatability)
The "S" param of the readTemperature method in DHT.cpp overlapped with some constant names in the SPIMemory library, which caused me problems. Tiny change, just modified every instance of S to be Scaling