mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 08:35:05 -05:00
Update README.md
This commit is contained in:
parent
b27f6d2f18
commit
811b3a6f61
@ -170,5 +170,33 @@ endblock
|
|||||||
# lowerbuttons: ;(¨)(5B="]"),6
|
# lowerbuttons: ;(¨)(5B="]"),6
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## X-Arcade BMC64 emulator
|
## X-Arcade BMC64 emulator
|
||||||
- xarcade_bmc64.txt
|
- xarcade_bmc64.txt
|
||||||
|
|
||||||
|
## IBM model F XT
|
||||||
|
|
||||||
|
Colors: https://geekhack.org/index.php?topic=17458.msg616598#msg616598
|
||||||
|
```
|
||||||
|
Brown = Vcc
|
||||||
|
Red = Ground
|
||||||
|
White = Data
|
||||||
|
Black = Clock
|
||||||
|
```
|
||||||
|
|
||||||
|
Soarer_Converter_v1.12_docs/docs/hardware.html/hardware.html
|
||||||
|
```
|
||||||
|
GND GND
|
||||||
|
Vcc/+5V VCC
|
||||||
|
Data PD0
|
||||||
|
Clock PD1
|
||||||
|
```
|
||||||
|
|
||||||
|
Conlusion:
|
||||||
|
```
|
||||||
|
Brown = Vcc (5) -> VCC
|
||||||
|
Red = Ground (4) -> GND
|
||||||
|
White = Data (2) -> PD0 (Pro Micro: 3)
|
||||||
|
Black = Clock (1) -> PD1 (Pro Micro: 2)
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user