Skip to content

Commit

Permalink
README.md: Add getting started notes
Browse files Browse the repository at this point in the history
Add the exact steps to get stareted with the provided examples
in Arduino IDE by importing the libraries, compiling and
uploading the sketches to Olimex eduArdu.

Signed-off-by: Leon Anavi <leon@anavi.org>
  • Loading branch information
leon-anavi committed Dec 23, 2018
1 parent 7b5ea29 commit 00bbf7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ Open Source Hardware Educational board based on Arduino Leonardo
Product page: https://www.olimex.com/Products/Duino/AVR/eduArdu/open-source-hardware

Introduction video: https://youtu.be/3kFrveMF56s

# Getting started

## Arduino IDE

* [Download and install Arduino IDE](https://www.arduino.cc/en/Main/Software)
* Open Arduino IDE
* Click **Sketch > Include Library > Add .ZIP library...** and add all libraries provided with this repository
* Open a sketch, compile and upload it to Olimex eduArdu

0 comments on commit 00bbf7f

Please sign in to comment.