1
0
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:
mcgurk 2016-09-06 00:31:28 +03:00 committed by GitHub
parent 6d2325bb19
commit 7565004fad

View File

@ -10,7 +10,7 @@ ATmega32u4 can be easily changed to act as keyboard and/or mouse too.
- Install Arduino IDE
- Install Joystick library (https://github.com/MHeironimus/ArduinoJoystickLibrary)
- Connect joystick or gamepad to Arduino (in most situations soldering is required)
- Open sourcecode to Arduino IDE and select controller and edit pin-numbers (if needed)
- Open sourcecode to Arduino IDE and select controller by commenting and uncommenting and edit pin-numbers (if needed)
- Upload
- Done