1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-08-13 15:43:47 -04:00

Update README.md

This commit is contained in:
mcgurk 2016-09-08 21:33:42 +03:00 committed by GitHub
parent f783710d81
commit b3c63b4466

View File

@ -16,7 +16,7 @@ ATmega32u4 can be easily changed to act as keyboard and/or mouse too.
- 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)
- Install Joystick [library](https://github.com/MHeironimus/ArduinoJoystickLibrary)
- Open sourcecode to Arduino IDE and select controller by commenting and uncommenting and edit pin-numbers (if needed)
- Upload
- Done
@ -41,7 +41,7 @@ https://github.com/MHeironimus/ArduinoJoystickLibrary
#### Joystick(s) or gamepad(s) and way to connect them to Arduino
Some joystick/gamepads uses their own connectors and original connectors can be very pricey. Sometimes you can find extension cord cheaper than plain connector and you can take cable and plug from that.
You can use any IO-pins, but try to avoid pins 0 and 1. They are serial port TX and RX pins and even though they are not used right now, they are handy for debugging and other uses.
Example in Hardware-folder (https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Hardware).
Example in [Hardware-folder](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Hardware).
### Setup
@ -90,7 +90,7 @@ Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used to
https://github.com/NicoHood/HoodLoader2
## Tutorial
There is simple tutorial in tutorial folder (https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Tutorial). I tried to make it as clear as possible, so even if you are not familiar with coding, you may can do modifications to it (example add a button).
There is simple tutorial in [Tutorial-folder](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Tutorial). I tried to make it as clear as possible, so even if you are not familiar with coding, you may can do modifications to it (example add a button).
## Todo
- example (D-connectors straight to Arduino)