Starting point for the student buggy project

Dependencies:   microbit

Fork of microbit-hello-world by micro:bit

Revision:
6:edbaeaaf08bb
Parent:
5:a33f016d5962
--- a/Buggy.cpp	Mon Aug 07 18:57:55 2017 +0000
+++ b/Buggy.cpp	Sat Aug 12 21:46:41 2017 +0000
@@ -529,7 +529,7 @@
         //Display 0
         uBit.display.printAsync(Counter);
         //Run the motor test
-        RunBasicBuggyMotorTest(800, 1000, 1000);
+        RunBasicBuggyMotorTest(500, 1000, 1000);
     }
 }