Skip to content

Commit

Permalink
Revert "Demo Mode Added"
Browse files Browse the repository at this point in the history
This reverts commit 3558054.
  • Loading branch information
jprodgers committed May 28, 2015
1 parent 3558054 commit fa3573b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Animations/LoLShield_Demo/LoLShield_Demo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

int toggleState;
int EEPROMaddress = 0;
int charLength[]={
20, 14, 23, 30};
unsigned char text0[]="My eyes are up there";
unsigned char text1[]="Blinky or GTFO";
unsigned char text2[]="Enjoying the lightshow?";
Expand Down Expand Up @@ -40,6 +42,7 @@ void loop(){
1 Game of Life
2 "Would you like to play a game?"
3 Double Helix
4 Basit test
*/

switch(toggleState){
Expand Down

0 comments on commit fa3573b

Please sign in to comment.