Example to move the robot.

Dependencies:   m3pi mbed

Fork of 3pi_Line_Follow by Craig Evans

Revision:
2:ec75506e96a3
Parent:
0:008c53db1931
--- a/main/main.cpp	Tue Mar 20 16:37:12 2018 +0000
+++ b/main/main.cpp	Thu Mar 22 12:13:29 2018 +0000
@@ -26,7 +26,7 @@
 {
     init();
     welcome();
-    calibrate();
+    //calibrate();
 
     float dt = 1.0/50.0;