I'm using PICO2W in IDE arduino with release 5.3.0 I found a strange behaviour with the "attachInterrupt()" function when running on 2 cores programs for pico2. Every thing runs OK when running one 1 ...
When I set my interrupt to detect both rising and falling edges using CHANGE, what ends up happening is that falling edges are ignored. I'm using a Nano 33 BLE. What I expect to happen, given the ...