idDHTLib
idDHTLib copied to clipboard
DHT11 & DHT22 interrupt driven library for arduino
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...