NathanY3G / rp2040-pio-emulator

RP2040 emulator for the testing and debugging of PIO programs
Apache License 2.0
40 stars 7 forks source link

Fix inputting pin values #106

Closed winnylourson closed 1 year ago

winnylourson commented 1 year ago

Inputting pin values should only modify pins that are set to be inputs. Current boolean arithmetic seems to be wrong.

NathanY3G commented 1 year ago

Thanks @winnylourson. I will take a look at your PR this week.

NathanY3G commented 1 year ago

Are you absolutely correct. Thank you @winnylourson for taking the time to fix this bug, it is much appreciated :slightly_smiling_face:

NathanY3G commented 1 year ago

Your changes LGTM :+1: