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-06 09:35:11 +03:00 committed by GitHub
parent 5ce7b070e2
commit 4a1fabce31

View File

@ -67,7 +67,7 @@ Linux:
After extraction check that you have folder %HOMEPATH%\Documents\Arduino\libraries\Joystick2 or ~/Arduino/libraries/Joystick2. After extraction check that you have folder %HOMEPATH%\Documents\Arduino\libraries\Joystick2 or ~/Arduino/libraries/Joystick2.
Close and start Arduino IDE again so it searches and finds just added library. Close and start Arduino IDE again so it searches and finds library.
### Code ### Code
This code supports Atari, SMS, NES, SNES and Genesis (3 and 6 button) controllers. Select your controller by commenting and uncommenting stuff from beginning of source code and give your IO-pin numbers. This code supports Atari, SMS, NES, SNES and Genesis (3 and 6 button) controllers. Select your controller by commenting and uncommenting stuff from beginning of source code and give your IO-pin numbers.
@ -88,7 +88,6 @@ https://github.com/NicoHood/HoodLoader2
- structure of code, sends only when something changes - structure of code, sends only when something changes
- button numbering (genesis C as select) - button numbering (genesis C as select)
- changing maximum buttons from joystick library (maybe pointless) - changing maximum buttons from joystick library (maybe pointless)
- joystick library instructions
- some words of analog controllers? - some words of analog controllers?
- some words of Arduino acting same time as serial port - some words of Arduino acting same time as serial port
- very simple test. test without joystick and test to connect one IO-pin to GND. - very simple test. test without joystick and test to connect one IO-pin to GND.