Arduino Simulator in JavaScript.
https://lrusso.github.io/ArduinoSimulator
https://lrusso.github.io/ArduinoSimulator/demo1.html
https://lrusso.github.io/ArduinoSimulator/demo2.html
https://lrusso.github.io/ArduinoSimulator/demo3.html
Create the JavaScript DEFAULT_SKETCH
variable with your Sketch and put it in the HTML file, like it was done in the demo1.html
file.
- Build the Web App and place the files in the
.github/pages
folder. - Commit and push the changes to the main branch.
- A workflow will be triggered that will publish those changes.