Update README.md

This commit is contained in:
mcgurk 2016-09-05 23:06:27 +03:00 committed by GitHub
parent 9e616186bf
commit df7bac72bf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ 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). 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 Leonardo includes ATmega32U4, but cheapest and smallest are named Pro Micro. Arduino Pro Micro and ATmega32U4 are good words to use when searching from Ebay etc.
Example of Arduino Pro Micro
![Arduino Pro Micro](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/raw/master/Arduino_ProMicro.jpg)
Arduino UNO R3 includes ATmega16U2 and it can be used too, but it needs some extra work.