code for the speed robot

Dependencies:   MPU6050-DMP mbed PololuQTRSensors vl53l0x

Revision:
3:9b2f15b0d47b
Parent:
1:b188e27eb7da
Child:
7:fd80a0d11658
--- a/main.cpp	Mon Sep 30 08:51:52 2019 +0000
+++ b/main.cpp	Mon Sep 30 10:19:31 2019 +0000
@@ -12,7 +12,7 @@
     InitTOFSensors();
 //    InitMPU();
     while(1) {
-        PrintTOFDistance();
+        PrintTOFDistances();
 //        GetAngles(false);
     }
 }