Skip to content

Commit

Permalink
wait for serial
Browse files Browse the repository at this point in the history
  • Loading branch information
timthelion committed Jun 19, 2013
1 parent a27fef3 commit d739567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brmdoor/brmdoor.ino
Expand Up @@ -115,7 +115,7 @@ void readCard()
// wait for the result, while reblinking
delay(100);
digitalWrite(statusLed, statusState);
delay(150);
while(!rfidSerial.available());

// read input from serial into the buffer
i = 0;
Expand Down

0 comments on commit d739567

Please sign in to comment.