aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-05-30 12:05:49 +0300
committerUri Shaked2020-05-30 12:09:21 +0300
commit422d08af346eaff6ac6a1cbd8ae324ecc6982777 (patch)
tree6f81cffc8af7594b31a8c484955c1de291fcaf34
parenttest(timer): extract constants (diff)
downloadavr8js-422d08af346eaff6ac6a1cbd8ae324ecc6982777.tar.gz
avr8js-422d08af346eaff6ac6a1cbd8ae324ecc6982777.tar.bz2
avr8js-422d08af346eaff6ac6a1cbd8ae324ecc6982777.zip
docs: links to sample projects on StackBlitz
Diffstat (limited to '')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd5bc8a..bc1e852 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,18 @@ A step-by-step video tutorial showing how to build a simple Arduino simulator us
[![AVR8JS Walkthrough Video](https://i.imgur.com/3meSd1m.png)](https://youtu.be/fArqj-USmjA)
+### Unofficial Examples
+
+* [Minimal Example](https://stackblitz.com/edit/avr8js-minimal?file=main.ts)
+* [6 LEDs](https://stackblitz.com/edit/avr8js-6leds?file=index.ts)
+* [LED PWM](https://stackblitz.com/edit/avr8js-pwm?file=index.ts)
+* [Serial Monitor](https://stackblitz.com/edit/avr8js-serial?file=index.ts)
+* [NeoPixel Matrix](https://stackblitz.com/edit/avr8js-ws2812?file=index.ts)
+* [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)
+* [Assembly Code](https://stackblitz.com/edit/avr8js-asm?file=index.ts)
+
## Running the tests
Run the tests once: