Skip to content

Commit cbba471

Browse files
authored
Update P1_FingerRace_Stage3.ino
1 parent 14dd35f commit cbba471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Projects/P1_FingerRace/P1_FingerRace_Stage3/P1_FingerRace_Stage3.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ int button_P1 = 6;
1212
int button_P2 = 7;
1313

1414
int blueLED_P1 = 12;
15-
int blueLED_P2 = 10;
15+
int blueLED_P2 = 11;
1616

1717
int gameState = 0;
1818

0 commit comments

Comments
 (0)