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
462 stars 73 forks source link

Pin Change Interrupt (PCINT) Support #84

Closed urish closed 2 years ago

urish commented 3 years ago

Pin Change Interrupts can be triggered by most/all of the GPIO pins (depending on the chip). For more details see Section 12 of the ATmega328P datasheet.

Note: this is similar to #70, so they might be implemented together.