1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-12-22 07:28:53 -05:00

Update README.md

This commit is contained in:
mcgurk 2016-09-05 22:48:48 +03:00 committed by GitHub
parent fbb66b9881
commit 1d72a4433d

View File

@ -5,3 +5,9 @@ Every one uses same button numbering, so if you make multiple adapters for diffe
You can also enable or disable Konami-code-shortcut (works only with Genesis 6-button controller (X+Y+Z+UP (or DOWN)) and SNES-controller (X+Y+R1+UP (or DOWN)).
https://github.com/MHeironimus/ArduinoJoystickLibrary
ATmega32U4 Arduino Board. There is two versions of ATmega32U4, IO-logic with 5V or 3.3V. Many controllers (like basic Atari-controller) doesn't include any logic, so 5V and 3.3V versions are fine. Most of controllers with some logic needs 5V (NES, SNES, Genesis) and some rare ones needs 3.3V (Gamecube).
Arduino UNO R3 includes ATmega16U2 and it can be used too, but it needs some extra work.
https://github.com/NicoHood/HoodLoader2