wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
463 stars 73 forks source link

Calling `pinState()` inside a GPIO port listener returns incorrect values #9

Closed urish closed 4 years ago

urish commented 4 years ago

Call to pinState() within a GPIO port listener (one that has been added by the addListener() method) return an outdated value.