Rachel Ireland-Jones / Mbed 2 deprecated BuggyDesign

Dependencies:   Movement mbed tunes motor pwm_tone clickers Ultra

Revision:
8:f78d756832ad
Parent:
7:48bf77d076fc
Child:
9:1094da23254d
--- a/main.cpp	Sat Feb 15 12:46:10 2020 +0000
+++ b/main.cpp	Sat Feb 15 12:50:37 2020 +0000
@@ -67,7 +67,7 @@
     while(true)                             //Repeat the following forever NB always true!
     {
         Wheel.Speed(-0.8,-0.8);//Backwards 80%
-        mu.checkDistance();     //call checkDistance() as much as possible, as this is where
+        mu.checkDistance();     //call checkDistance() as much as possible
         RevStop();
     } // go back to start of while loop
 }  //end of int main()