1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-24 18:12:19 -05:00

Update README.md

This commit is contained in:
mcgurk 2016-09-08 21:57:06 +03:00 committed by GitHub
parent fc06afdf6e
commit df52cf9186

View File

@ -85,13 +85,13 @@ You can also enable or disable Konami-code-shortcut. For now it works only with
https://en.wikipedia.org/wiki/Konami_Code https://en.wikipedia.org/wiki/Konami_Code
https://en.wikipedia.org/wiki/List_of_Konami_code_games https://en.wikipedia.org/wiki/List_of_Konami_code_games
## Tutorial
There is simple tutorial in [Tutorial](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Tutorial) folder. I tried to make it as clear as possible, so even if you are not familiar with coding, you may can do modifications to it (example add a button).
## Misc ## Misc
Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO): Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO):
https://github.com/NicoHood/HoodLoader2 https://github.com/NicoHood/HoodLoader2
## Tutorial
There is simple tutorial in [Tutorial](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/Tutorial) folder. I tried to make it as clear as possible, so even if you are not familiar with coding, you may can do modifications to it (example add a button).
## Todo ## Todo
- example (D-connectors straight to Arduino) - example (D-connectors straight to Arduino)
- structure of code, sends only when something changes - structure of code, sends only when something changes