-
Earle F. Philhower, III authored
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
b96c3716
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