We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875372e commit 3d4b29bCopy full SHA for 3d4b29b
1 file changed
RetroJoystickAdapter_Playstation.ino
@@ -1,8 +1,10 @@
1
2
-#define DATA1 2
3
-#define CMD1 3
4
-#define ATT1 4
5
-#define CLK1 5
+// 5V (red)
+// GND (black)
+#define DATA1 2 // (brown)
+#define CMD1 3 // (orange)
6
+#define ATT1 4 // (yellow)
7
+#define CLK1 5 // (blue)
8
9
/*#define DATA2 6
10
#define CMD2 7
0 commit comments