Closed arpita-agrawal closed 4 years ago
Which core version are you using? I couldn't reproduce on 1.3.0 (the pins move as expected).
Please note that old cores had a bug so digitalRead()
was enabling the internal pin pullup, so this could be your problem.
Can you update the core and report if it's still broken in your setup? Thanks
Thanks, Martino for a quick response. The issue got resolved with Mbed OS version 1.3.0.
digitalWrite 0 from D0 and D1 on Nano 33 BLE Sense doesn't work. Pins are always high. Verified this on 3 different boards
Please use the below sketch to reproduce the issue;