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

Update README.md

This commit is contained in:
mcgurk 2016-09-05 23:44:57 +03:00 committed by GitHub
parent de62f7992c
commit 19d57bbb07

View File

@ -25,6 +25,12 @@ Some joystick/gamepads uses their own connectors and original connectors can be
Download and install Arduino IDE:
https://www.arduino.cc/en/Main/Software
- Tools->Board->Arduino Leonardo
In Arduino IDE you have to select board. On my case some reason "Arduino Leonardo" selections works better than "Arduino/Genuino Micro". With Leonardo-setting RX and TX leds are normally off and blinks when data is transfered to/from USB. With Micro-setting LED's are normally on and they blinks to off when data is transferring.
- Tools->Port->COMx
In Windows Arduino IDE shows only available com-ports. In most cases it's biggest numbered COM-port. When I tested with RetrOrangePi (Raspbian Linux), port was ttyACM0.
Install joystick library (instructions for installing library: todo):
https://github.com/MHeironimus/ArduinoJoystickLibrary