Fix attachInterrupt to handle single GPIO callback
The Pico SDK only supports a single callback pointer for all GPIO interrupt pins. So we need to track the individual pin-to-CB map ourselves and dispatch from our own internal callback routine. Fixes #25
Showing
Please register or sign in to comment