1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-12-22 15:38:49 -05:00

Update README.md

This commit is contained in:
mcgurk 2016-09-06 09:39:46 +03:00 committed by GitHub
parent 4a1fabce31
commit a1b6b9bc46

View File

@ -7,9 +7,9 @@ ATmega32u4 can be easily changed to act as keyboard and/or mouse too.
## Short version
- Get ATmega32u4 Arduino Board
- Connect joystick or gamepad to Arduino (in most situations soldering is required)
- 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 by commenting and uncommenting and edit pin-numbers (if needed)
- Upload
- Done