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

Does Avr8js support microPython? if support, how to make it ? #126

Closed BFjacky closed 2 years ago

urish commented 2 years ago

MicroPython does not support AVR chips.

You may want to look at rp2040js, which simulates the Raspberry Pi Pico. It can run MicroPython (there are instructions in the repo's README).