blob: b6d48e3a0b0dc2523e8640334ee3449bf2d4b7cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# AVR8js
JavaScript implementation of the AVR 8-bit architecture
[](https://travis-ci.org/wokwi/avr8js)
## Running the demo project
The demo project allows you to edit and run Arduino code. It includes 2 simulated LEDs
connected to pins 12 and 13 (PB4 and PB5).
To run the demo project, check out this repository, run `npm install` and then `npm start`.
## License
Copyright (C) 2019, Uri Shaked. The code is released under the terms of the MIT license.
|