Skip to content

Commit

Permalink
Update Arduino.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
COM14 authored Nov 19, 2021
1 parent bf564f3 commit 2e5a8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source-code/Arduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#define led3 4 // BUTTON LED CROSS
#define led4 5 // BUTTON LED CIRCLE

#define led_R1 6 // LEFT PARTITION LED PED
#define led_R1 6 // LEFT PARTITION LED RED
#define led_G1 7 // LEFT PARTITION LED GREEN
#define led_B1 8 // LEFT PARTITION LED BLUE

#define led_R2 9 // RIGHT PARTITION LED PED
#define led_R2 9 // RIGHT PARTITION LED RED
#define led_G2 10 // RIGHT PARTITION LED GREEN
#define led_B2 11 // RIGHT PARTITION LED BLUE

Expand Down

0 comments on commit 2e5a8f7

Please sign in to comment.