Skip to content

Commit

Permalink
changed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLam committed Oct 26, 2024
1 parent f6257a1 commit 38916df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladyleds.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void loop() {
colorWipe(strip.Color( 255, 0, 0), 10); // Red
break;
case 2:
colorWipe(strip.Color( 255, 165, 0), 10); // Orange
colorWipe(strip.Color( 255, 115, 0), 10); // Orange
break;
case 4:
colorWipe(strip.Color( 128, 0, 255), 10); // Purple
Expand Down

0 comments on commit 38916df

Please sign in to comment.