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:
parent
8c97037ae3
commit
3168f2253e
@ -11,7 +11,7 @@ Install joystick library (instructions for installing library: todo)
|
||||
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).
|
||||
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). Make sure that Arduino includes USB-port. There are some versions which doesn't include USB-port and then you have to add USB-connector for it.
|
||||
|
||||
Arduino UNO R3 includes ATmega16U2 and it can be used too, but it needs some extra work.
|
||||
https://github.com/NicoHood/HoodLoader2
|
||||
|
Loading…
Reference in New Issue
Block a user