1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2025-02-07 02:30:15 -05:00

Update README.md

This commit is contained in:
mcgurk 2016-09-22 20:53:36 +03:00 committed by GitHub
parent 3babccbd2a
commit 0322625186

View File

@ -45,6 +45,9 @@ Some joystick/gamepads uses their own connectors and original connectors can be
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. 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](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Hardware) folder. Example in [Hardware](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Hardware) folder.
Example of NES-controller wiring:
![NES wiring](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/raw/master/Hardware/nes.png)
### Setup ### Setup
- Download and install Arduino IDE: https://www.arduino.cc/en/Main/Software - Download and install Arduino IDE: https://www.arduino.cc/en/Main/Software