idDHTLib icon indicating copy to clipboard operation
idDHTLib copied to clipboard

DHT11 & DHT22 interrupt driven library for arduino

Results 3 idDHTLib issues
Sort by recently updated
recently updated
newest added

Arduino due has no sei(), cli(). plz change it to ` noInterrupts(); delta = micros() - us; interrupts();`

Hello. I just wanted to tell you that when I include the library in a sketch by navigating the IDE menu through Sketch>Include Library>idDHTLib, this is what gets written into...

The code in the acquiring function ignores two of the 5 bytes returned by a DHT11 on the assumption neither temperature nor humidity results will have a decimal component. This...

enhancement
help wanted