From 4a0b7a3afdd49ba153f13508f9b90332d4b98005 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 13:14:03 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d8ca9..8f6894b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can use any IO-pins, but try to avoid pins 0 and 1. They are serial port TX 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). - After extraction check that you have folder `%HOMEPATH%\Documents\Arduino\libraries\Joystick2` or `~/Arduino/libraries/Joystick2`. + After extraction check that you have file `%HOMEPATH%\Documents\Arduino\libraries\Joystick2\Joystick2.h` or `~/Arduino/libraries/Joystick2/Joystick2.h`. Close and start Arduino IDE again so it searches and finds library. - Load RetroJoystickAdapter.ino to Arduino IDE