A program that allows control of the RenBuggy by altering the relative speeds of the wheels.

Dependencies:   mbed-renbed

Revision:
1:dd956fbd7e95
Parent:
0:9870f526ddd1
Child:
2:949a87c7042f
--- a/TimedMovement.cpp	Fri Mar 11 10:36:38 2016 +0000
+++ b/TimedMovement.cpp	Thu Mar 31 10:54:09 2016 +0000
@@ -43,7 +43,7 @@
     Lmotor = Rmotor = 1.0;
     /* the program will wait here for the length of time passed 
     to the function before continuing. wait() is a function 
-    provided from mbed.h; a loop could be used instead. */
+    provided from mbed.h */
     wait(time);
 }