Skip to content

Commit cb52882

Browse files
authored
Update example_robot.ino
1 parent c305da6 commit cb52882

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/example_robot/example_robot.ino

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <LiquidCrystal.h>
2-
31
#include "Robot.h"
42

53
Motor fl(2, 4, 3);
@@ -20,4 +18,4 @@ void loop() {
2018
robot.drive(RIGHT, 100, 3000);
2119
robot.turn(CW, 100, 1000);
2220
robot.turn(CCW, 100, 1000);
23-
}
21+
}

0 commit comments

Comments
 (0)