No, that's about it. jswrap_puck_idle basically checks/queues/even performs any events that are needed.
jswrap_puck_idle
It'll return true if the device shouldn't sleep after that iteration of the loop (eg maybe there is a queues event that should be executed)
true
@Gordon started
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.
No, that's about it.
jswrap_puck_idle
basically checks/queues/even performs any events that are needed.It'll return
true
if the device shouldn't sleep after that iteration of the loop (eg maybe there is a queues event that should be executed)