wokwi / rp2040js

A Raspberry Pi Pico Emulator in JavaScript
MIT License
389 stars 40 forks source link

PIO `SIDE_PINDIR` and `SIDE_EN` read from the wrong register #71

Closed urish closed 3 years ago

urish commented 3 years ago

These bits belong to the EXECCTRL register, but the code currently reads them from the PINCTRL register.