mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-12-22 07:28:53 -05:00
added Playstation controller support
This commit is contained in:
parent
cca914e8a7
commit
ad247ff7b4
@ -24,7 +24,7 @@ const uint8_t inputPinsPort2[] = { 5, 6, 7, 8, 9, 4, 2, 0, A2};
|
||||
*/
|
||||
|
||||
#define PSX
|
||||
//PSX: DATA CMD ATT CLK
|
||||
//PSX: (Connect also GND and 5V) DATA CMD ATT CLK
|
||||
const uint8_t inputPinsPort1[] = { 2, 3, 4, 5 };
|
||||
const uint8_t inputPinsPort2[] = { 6, 7, 8, 9 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user