diff options
| author | Uri Shaked | 2020-05-30 12:05:49 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-05-30 12:09:21 +0300 |
| commit | 422d08af346eaff6ac6a1cbd8ae324ecc6982777 (patch) | |
| tree | 6f81cffc8af7594b31a8c484955c1de291fcaf34 | |
| parent | test(timer): extract constants (diff) | |
| download | avr8js-422d08af346eaff6ac6a1cbd8ae324ecc6982777.tar.gz avr8js-422d08af346eaff6ac6a1cbd8ae324ecc6982777.tar.bz2 avr8js-422d08af346eaff6ac6a1cbd8ae324ecc6982777.zip | |
docs: links to sample projects on StackBlitz
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -18,6 +18,18 @@ A step-by-step video tutorial showing how to build a simple Arduino simulator us [](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: |
