Skip to content

Commit

Permalink
Update OvveLeds.ino
Browse files Browse the repository at this point in the history
Changed standard mode to rainbow.
  • Loading branch information
MrLarssonJr committed Apr 22, 2016
1 parent d4d150a commit 533187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OvveLeds.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define TICK_LENGTH 10

//mode - referes to the current animation mode
int mode = MODE_STATIC_WINERED;
int mode = MODE_COLOR_CIRCLE;
//state - refers to the state of the current animation. 0 refers to start of animation.
int state = 0;

Expand Down

0 comments on commit 533187a

Please sign in to comment.