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

Dependencies:   mbed-renbed

Revision:
2:949a87c7042f
Parent:
1:dd956fbd7e95
Child:
3:c12fbf373785
--- a/main.cpp	Thu Mar 31 10:54:09 2016 +0000
+++ b/main.cpp	Thu Mar 31 15:27:25 2016 +0000
@@ -36,9 +36,7 @@
     forward(5);
     left(3);
     forward(2);
-    stop();
     wait(3);
     right(3);
     forward(6);
-    stop();
 }