From 269770fe9d582438378302ff317f75b2f791944c Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 15 Nov 2016 14:39:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ba596..30e3ebc 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ leonardo.build.usb_product="Retro Joystick Adapter" 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 (needed only with some controllers. check list at start of this page) +- Install joystick library (needed only with some controllers. check list at top of this page) Go to https://github.com/MHeironimus/ArduinoJoystickLibrary and press `Clone or download -> Download ZIP`. Extract Joystick2 folder from zip to `%HOMEPATH%\Documents\Arduino\libraries` (Windows) or `~/Arduino/libraries` (Linux).