In deep sleep, uses the 32kHz osc (it can't use anything else)
So you get the best of both worlds. It means it'll be accurate normally, but if you use setDeepSleep it won't be as good. I think it's a reasonable compromise.
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.
Well, the build that'd linked above:
So you get the best of both worlds. It means it'll be accurate normally, but if you use
setDeepSleep
it won't be as good. I think it's a reasonable compromise.