Skip to content

Commit

Permalink
last minute tweaks to soulaflare sign
Browse files Browse the repository at this point in the history
  • Loading branch information
TJC committed Sep 28, 2015
1 parent 39e3281 commit cf72180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketchbook/soulaflare_twinkle/soulaflare_twinkle.ino
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ void setup() {
int pulseColours[] = {64, 96, 160, 192, 255};
void loop() {
pulse(64);
twinkle(60000L);
twinkle(120000L);
pulse(pulseColours[random8(5)]);
twinkle(60000L);
twinkle(120000L);
}

0 comments on commit cf72180

Please sign in to comment.