Skip to content

Commit d9b757e

Browse files
committed
docs(README): add "Which chips can be simulated"
1 parent 2902ae3 commit d9b757e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A step-by-step video tutorial showing how to build a simple Arduino simulator us
1919

2020
[![AVR8JS Walkthrough Video](https://i.imgur.com/3meSd1m.png)](https://youtu.be/fArqj-USmjA)
2121

22-
### Unofficial Examples
22+
### Unofficial examples
2323

2424
* [Minimal Example](https://stackblitz.com/edit/avr8js-minimal?file=main.ts)
2525
* [6 LEDs](https://stackblitz.com/edit/avr8js-6leds?file=index.ts)
@@ -29,9 +29,20 @@ A step-by-step video tutorial showing how to build a simple Arduino simulator us
2929
* [Arduino MEGA NeoPixel Matrix](https://stackblitz.com/edit/avr8js-mega-ws2812?file=index.ts)
3030
* [Simon Game](https://stackblitz.com/edit/avr8js-simon-game?file=index.ts) - with pushbuttons and sound
3131
* [XMAS LEDs](https://stackblitz.com/edit/avr8js-xmas-dafna?file=index.ts)
32-
* [ATtiny85 Simulation](https://avr8js-attiny85.stackblitz.io?file=index.ts)
3332
* [Assembly Code](https://stackblitz.com/edit/avr8js-asm?file=index.ts)
3433

34+
## Which chips can be simulated?
35+
36+
The library focuses on simulating the *ATmega328p*, which is the MCU used by the Arduino Uno.
37+
38+
However, the code is built in a modular way, and is highly configurable, making it possible
39+
to simulate many chips from the AVR8 family, such as the ATmega2560 and the ATtiny series:
40+
41+
* [ATtiny85 Simulation](https://avr8js-attiny85.stackblitz.io?file=index.ts)
42+
43+
Check out [issue 67](https://github.com/wokwi/avr8js/issues/67#issuecomment-728121667) and
44+
[issue 73](https://github.com/wokwi/avr8js/issues/73#issuecomment-743740477) for more information.
45+
3546
## Running the tests
3647

3748
Run the tests once:

0 commit comments

Comments
 (0)