winlinvip / SimpleDHT

Simple, Stable and Fast Arduino Temp & Humidity Sensors for DHT11 and DHT22. http://learn.adafruit.com/dht
MIT License
144 stars 61 forks source link

Fix typo; 5s -> 500ms #44

Closed yasiupl closed 3 years ago

yasiupl commented 4 years ago

Lowered the value of timeout to 500ms (should be enough) in order to match the comment. Fixes #43.