1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2025-02-16 07:00:13 -05:00

Update README.md

This commit is contained in:
mcgurk 2016-09-06 00:34:40 +03:00 committed by GitHub
parent fe08bd29eb
commit 3cab0609ba

View File

@ -54,7 +54,7 @@ In Windows Arduino IDE shows only available com-ports. In most cases it's bigges
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):
- Install joystick library (instructions for installing library: todo):
https://github.com/MHeironimus/ArduinoJoystickLibrary
### Code