mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-12-21 23:18:56 -05:00
Update README.md
This commit is contained in:
parent
0264845508
commit
a842643503
@ -16,3 +16,15 @@ Game Controller Tester
|
||||
- Arduino Pro Micro needs PB0/SS-pin to work. And it is not broken out. So no SPI for PSX-controller I guess?
|
||||
https://forum.arduino.cc/index.php?topic=427828.0
|
||||
- It could be used as pin 17 in code, if led could be disabled?
|
||||
|
||||
## New PS-library
|
||||
- https://github.com/SukkoPera/PsxNewLib
|
||||
- https://github.com/SukkoPera/PsxControllerShield
|
||||
- https://github.com/SukkoPera/PsxControllerShield/blob/master/doc/schematics.pdf
|
||||
|
||||
Pin | Uno | Pro Micro
|
||||
--- | --- | ---
|
||||
MISO | D12 (PB4) | D14 (PB3)
|
||||
MOSI | D11 (PB3) | D16 (PB2)
|
||||
SCK | D13 (PB5) | D15 (PB1)
|
||||
SS | D10 (PB2) | D17 (PB0/RX_LED)
|
||||
|
Loading…
Reference in New Issue
Block a user