Handle swapped Wire IRQs properly (#1608)
When we swap the Wire objects, we need the i2c0 IRQ shim to call Wire1.onIRQ, not the usual Wire.onIRQ. Same for i2c1 IRQ shim. Fixes #1607
Showing
Please register or sign in to comment
When we swap the Wire objects, we need the i2c0 IRQ shim to call Wire1.onIRQ, not the usual Wire.onIRQ. Same for i2c1 IRQ shim. Fixes #1607