Arduino-USB-HID-RetroJoysti.../Tutorial/README.md

21 lines
802 B
Markdown
Raw Permalink Normal View History

2016-09-06 01:58:33 -04:00
## Tutorial
2016-09-06 15:04:27 -04:00
### JoystickBlink.ino
Blinks button 0 in 1 second interval.
2016-09-06 15:04:44 -04:00
![Windows Game Controller Properties](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/raw/master/Images/Windows_Game_Controller_properties.jpg)
2016-09-06 15:04:27 -04:00
### SimpleAtariExample.ino
2016-09-06 01:59:44 -04:00
Simple 1-joystick Atari adapter for learning purposes.
2016-09-06 01:58:33 -04:00
2016-09-06 08:40:13 -04:00
Easy to modify for your own DIY-joystick (like arcade cabinet) which based on on/off-switches.
2016-09-06 02:13:53 -04:00
2016-09-06 15:04:27 -04:00
### SimpleAtariExample_keyboard.ino
2016-09-06 02:13:53 -04:00
There is also keyboard version, which acts like USB keyboard.
2016-09-06 07:24:37 -04:00
2016-09-06 02:13:53 -04:00
### Notice
2016-09-06 15:05:11 -04:00
For testing you don't have to have real joystick connected. You can just connect IO-pin to GND with piece of wire or something.
2016-09-06 02:13:53 -04:00
If you program Arduino sometimes to keyboard and sometimes to joystick, COM-port might change in Windows. Just select new COM-port and upload again.