Update README.md

This commit is contained in:
mcgurk 2016-09-08 21:31:16 +03:00 committed by GitHub
parent d1b222c547
commit f783710d81
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +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).
### Setup