Skip to content

Commit

Permalink
Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfalling committed Sep 22, 2012
1 parent b3407a2 commit 883c2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/ArduPowerStrip.ino
Expand Up @@ -425,6 +425,9 @@ void setup() {
// read the current state of the button
buttonState = digitalRead(lcdButtonPin);

if (buttonState == HIGH) {

}

if(currentMillis - previousMillisSensor > 2400) {
previousMillisSensor = millis();
Expand Down

0 comments on commit 883c2ba

Please sign in to comment.