This io event queue filling up would explain why I can't get DHT11/22's to give me their checksum byte! I'll bet the queue is 32 events, and I end up recording like 33-34, and the rest, containing the checksum bytes, are getting discarded..
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This io event queue filling up would explain why I can't get DHT11/22's to give me their checksum byte! I'll bet the queue is 32 events, and I end up recording like 33-34, and the rest, containing the checksum bytes, are getting discarded..