Starting point for the student buggy project

Dependencies:   microbit

Fork of microbit-hello-world by micro:bit

Revision:
3:c3a42966b47c
Parent:
2:47b7a55b0805
Child:
4:2d939ef2b09c
--- a/main.cpp	Mon Jul 31 21:48:36 2017 +0000
+++ b/main.cpp	Mon Jul 31 22:24:03 2017 +0000
@@ -54,7 +54,8 @@
     //Run self test forever
     //SelfTest();
     //Print the sonar time
-    DisplaySonarTiming();
+    //DisplaySonarTiming();
+    
     
 
     // If main exits, there may still be other fibers running or registered event handlers etc.