Skip to content

Commit

Permalink
remove conflicting line
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Romani committed Mar 28, 2017
1 parent dba6630 commit 70712d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimpleTimer/example/SimpleTimer/SimpleTimer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ void repeatMe() {

void setup() {
Serial.begin(9600);
Serial.println("Starting");
timer.setInterval(1000, repeatMe);
}

Expand Down

0 comments on commit 70712d5

Please sign in to comment.