aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-11-12 12:15:36 +0200
committerUri Shaked2020-11-12 12:15:36 +0200
commit956d5f177f660c098b44e56d0e5b9e08bc8fb74a (patch)
treed0630c4f3c04b46c5bc8be97693d4af168e01b82
parent0.11.4 (diff)
downloadavr8js-956d5f177f660c098b44e56d0e5b9e08bc8fb74a.tar.gz
avr8js-956d5f177f660c098b44e56d0e5b9e08bc8fb74a.tar.bz2
avr8js-956d5f177f660c098b44e56d0e5b9e08bc8fb74a.zip
docs: add link to ATtiny85 simulation example
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 15aa573..5de29a6 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ A step-by-step video tutorial showing how to build a simple Arduino simulator us
* [Arduino Mega NeoPixel Matrix](https://stackblitz.com/edit/avr8js-mega-ws2812?file=index.ts)
* [Simon Game](https://stackblitz.com/edit/avr8js-simon-game?file=index.ts) - with pushbuttons and sound
* [XMAS LEDs](https://stackblitz.com/edit/avr8js-xmas-dafna?file=index.ts)
+* [ATtiny85 Simulation](https://avr8js-attiny85.stackblitz.io?file=index.ts)
* [Assembly Code](https://stackblitz.com/edit/avr8js-asm?file=index.ts)
## Running the tests