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 #26: added missing returns for read(int pin, ...) and read2(int pin, ...) #27

Closed phd closed 5 years ago

phd commented 6 years ago

Fix for bug #26: added missing returns for read(int pin, ...) and read2(int pin, ...)

winlinvip commented 5 years ago

👍