Closed SJFOM closed 1 year ago
I now realise that interrupts on the Pico's GPIO IRQ events are shared - meaning that a single GPIO interrupt will trigger all call-back methods, thus requiring we check the source of the interrupt within each ISR.
I now realise that interrupts on the Pico's GPIO IRQ events are shared - meaning that a single GPIO interrupt will trigger all call-back methods, thus requiring we check the source of the interrupt within each ISR.