In the example files which show how to use interrupts, this line of code ` rtc.disableAllInterrupts();` Should really be immediately followed by `rtc.clearAllInterruptFlags(); ` Just in case an interrupt occurred whilst things were being disabled.