mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 16:45:08 -05:00
Update README.md
This commit is contained in:
parent
34ba1a698d
commit
f89be73ee6
12
README.md
12
README.md
@ -56,16 +56,8 @@ You can use any IO-pins, but try to avoid pins 0 and 1. They are serial port TX
|
||||
- Install joystick library
|
||||
|
||||
Go to https://github.com/MHeironimus/ArduinoJoystickLibrary and press Clone or download -> Download ZIP.
|
||||
Extract Joystick2 folder from zip to
|
||||
|
||||
Windows:
|
||||
%HOMEPATH%\Documents\Arduino\libraries
|
||||
|
||||
Linux:
|
||||
~/Arduino/libraries
|
||||
|
||||
After extraction check that you have folder %HOMEPATH%\Documents\Arduino\libraries\Joystick2 or ~/Arduino/libraries/Joystick2.
|
||||
|
||||
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'.
|
||||
Close and start Arduino IDE again so it searches and finds library.
|
||||
|
||||
- Load RetroJoystickAdapter.ino to Arduino IDE
|
||||
|
Loading…
Reference in New Issue
Block a user