1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2025-02-20 04:51:46 -05:00

23 lines
446 B
Markdown
Raw Normal View History

2017-04-17 17:45:00 +03:00
# Arduino_X-Arcade_USB-adapter
"Old" PS/2 -version of X-arcade.
2017-04-17 17:49:34 +03:00
![X-Arcade](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/raw/master/Images/x-arcade-dual-joystick.jpg)
2017-04-17 17:45:00 +03:00
```
D9-connector -> Arduino
5 -> 3 (clk)
6 -> 4 (data)
1 -> Vcc (5V)
2017-04-17 18:06:38 +03:00
2 -> Vcc (PS/2-mode)
2017-04-17 17:45:00 +03:00
9 -> Vcc (5V)
2017-04-17 17:52:21 +03:00
Shield -> GND
2017-04-17 17:45:00 +03:00
```
2017-08-10 10:44:05 +03:00
#### Library
2017-04-17 17:45:00 +03:00
PS2KeyRaw
Arduino Pro Micro (select Arduino Leonardo from Arduino IDE).
PS/2 keyboard not needed.
2017-04-18 18:30:42 +03:00
Takes only about 10mA.