From b9dfd552a62a46449532d49adc0773589076c808 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 21 Nov 2019 19:40:02 +0200 Subject: feat: add blink demo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index db3acd4..b6d48e3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ JavaScript implementation of the AVR 8-bit architecture [![Build Status](https://travis-ci.org/wokwi/avr8js.png?branch=master)](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. \ No newline at end of file -- cgit v1.2.3