You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, I just added support to the low-level library. Check out the examples there:

    http://www.espruino.com/NRF52LL

    While there aren't interrupts there directly you can still hook it up to do some pretty interesting things (eg counting changes in the input or accurately measuring the time between them). If you desperately need them you can always change the state of a pin, then short that to another pin that you can use with setWatch.

About

Avatar for Gordon @Gordon started