niesteszeck / idDHT11

Interrupt driven DHT11 library
60 stars 47 forks source link

Adds error codes to differentiate between timeout possibilities, fixes delta range for data acquisition, and updates example code. #1

Closed WurdahMekanik closed 11 years ago

WurdahMekanik commented 11 years ago

In order to debug a consistent timeout problem, I added error codes to differentiate between the possible places where the code could timeout. It turns out that there was not enough time allowed to acquire data from the sensor, so the delta range was increased accordingly.