I've been studying the alarm app and can not figure out how alarm.js can safely call clearInterval without affecting everything else that may be using timers or intervals. Is there something about the bangle architecture I'm missing that limits the impact of clearInterval?
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.
I've been studying the alarm app and can not figure out how alarm.js can safely call clearInterval without affecting everything else that may be using timers or intervals. Is there something about the bangle architecture I'm missing that limits the impact of clearInterval?