Skip to content

Commit

Permalink
Increased delay by 150ms
Browse files Browse the repository at this point in the history
  • Loading branch information
mhord committed Jul 17, 2013
1 parent 660d091 commit 6647ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Github_Tutorial.ino
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ void loop()
Serial.print("The value is: ");
Serial.println(myValue);

delay(100);
delay(250);
}

0 comments on commit 6647ee4

Please sign in to comment.