Skip to content

Commit

Permalink
Fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
solexious committed Sep 29, 2010
1 parent 11c64ac commit ec90a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doorbot_pde/Doorbot_pde.pde
Expand Up @@ -104,7 +104,7 @@ void loop()
if(changed == 1){
// Send bell pressed
if(buttonState == LOW){
Serial.print("1");
Serial.println("1");
}
changed = 0;
}
Expand Down

0 comments on commit ec90a3a

Please sign in to comment.