Update README.md

This commit is contained in:
Jarno Lehtinen 2016-11-15 14:46:36 +02:00 committed by GitHub
parent 8f3c5d8f5f
commit dc8a90b835
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ If you use Linux and want to get more than 1 controller with one Arduino, check
- Get ATmega32u4 Arduino board
- Connect joystick or gamepad to Arduino (in most situations soldering is required)
- Install Arduino [IDE](https://www.arduino.cc/en/Main/Software)
- Install Joystick [library](https://github.com/MHeironimus/ArduinoJoystickLibrary)
- Edit boards.txt
- Install Joystick [library](https://github.com/MHeironimus/ArduinoJoystickLibrary) (if needed)
- Open sourcecode to Arduino IDE and select controller by commenting and uncommenting and edit pin-numbers (if needed)
- Upload
- Done