From ad247ff7b4f1ecd780601533e89317a88a5bfdf8 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Thu, 8 Sep 2016 13:53:14 +0300 Subject: [PATCH] added Playstation controller support --- RetroJoystickAdapter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroJoystickAdapter.ino b/RetroJoystickAdapter.ino index 1c83d2c..f88d549 100644 --- a/RetroJoystickAdapter.ino +++ b/RetroJoystickAdapter.ino @@ -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 };