can't discover if there are already event callbacks
A Python module to control the GPIO on a Raspberry Pi
Brought to you by:
croston
You can add multiple interrupt handlers, but you can't discover if there already some interrupt handlers configured for a channel. I'd like to be able to somehow disable all existing event handlers, do some stuff, and then restore those previously configured handlers. I don't see a way to do it in the currently exposed Python functions.