Skip to content

Commit 48c9cd2

Browse files
committed
Remove debug output
1 parent f6450c2 commit 48c9cd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Mirobot.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,9 @@ void Mirobot::collideHandler(){
194194
boolean collideRight = !digitalRead(RIGHT_COLLIDE_SENSOR);
195195
if(collideState == NORMAL){
196196
if(collideLeft){
197-
Serial.println('l');
198197
collideState = LEFT_REVERSE;
199198
back(50);
200199
}else if(collideRight){
201-
Serial.println('r');
202200
collideState = RIGHT_REVERSE;
203201
back(50);
204202
}else{

0 commit comments

Comments
 (0)