RobTillaart / DHT20

Arduino library for DHT20 I2C temperature and humidity sensor.
MIT License
21 stars 6 forks source link

Implement DHT20_ERROR_BYTES_ALL_ZERO #4

Closed RobTillaart closed 1 year ago

RobTillaart commented 1 year ago

(after discussion by email) Sometimes the processor gets all zero bytes from the device. This translates to 0%RH and -50°C. This is definitely an error so an error code for this makes sense.