You are reading a single comment by @Manxome and its replies. Click here to read the full conversation.
  • Thanks @Ducky! It sounds like Espruino is handling interrupts internally, but I am still confused by the FAQ:

    You won't be able to use interrupts,...

  • I think the intent of that is to indicate that you can't manipulate hardware interrupt setup via peek/poke, based on it's location in the FAQ? I think that might be in reference to interrupts generated by the on-chip peripherals (i think digitalPulse uses one of the timers to tigger an interrupt), which aren't exposed via setWatch()

    Re sleep: You can also use setDeepSleep() to get power usage down even further.

About

Avatar for Manxome @Manxome started