From 4117f69c48bf370c950499d1dd262b62c9a26ada Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 00:24:43 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc850dc..e5979f8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ In Arduino IDE you have to select board. On my case some reason "Arduino Leonard - Tools->Port->COMx In Windows Arduino IDE shows only available com-ports. In most cases it's biggest numbered COM-port. COM-port number can change when you start to upload program first time (COM-port number can be different after joystick-features are enabled). If this happens, just change COM-port and start upload again. When I tested with RetrOrangePi (Raspbian Linux), port was ttyACM0. +You can now test your setup. One basic example is "blink". With this board, it doesn't blink, because there is no led in pin 13. Nevertheless you can use it as a test that your IDE and Arduino works. +Select File->Examples->01.Basics->Blink and press Upload (Arrow to right -symbol top of code windows). If you get no errors, you are good to go. + Install joystick library (instructions for installing library: todo): https://github.com/MHeironimus/ArduinoJoystickLibrary