Update RetroJoystickAdapter_Playstation.ino

This commit is contained in:
Jarno Lehtinen 2020-12-12 13:52:05 +02:00 committed by GitHub
parent 875372e2b7
commit 3d4b29b409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
#define DATA1 2
#define CMD1 3
#define ATT1 4
#define CLK1 5
// 5V (red)
// GND (black)
#define DATA1 2 // (brown)
#define CMD1 3 // (orange)
#define ATT1 4 // (yellow)
#define CLK1 5 // (blue)
/*#define DATA2 6
#define CMD2 7