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

Add more GPIO ports #3

Closed urish closed 4 years ago

urish commented 4 years ago

Currently, GPIO ports B, C, and D are implemented. Some devices, such as the ATmega2560, have many more GPIO ports: A, B, C, D, E, F, G, H, J, K, and L. Therefore, we want to include configuration objects for all the above ports (A-K).