Fork de Timer après le match à 61 points

Dependencies:   RoboClaw mbed

Fork of Timer by ARES

Revision:
82:07e13071dd7b
Parent:
81:e7b03e81b025
Child:
83:714fa414b2bf
--- a/main.cpp	Thu May 05 18:17:08 2016 +0000
+++ b/main.cpp	Fri May 06 07:08:44 2016 +0000
@@ -16,8 +16,8 @@
 {
     Ticker ticker;
     ticker.attach(&Sharps, 0.01);
-    
-    TestDist3(1,1);
+    while (start == 0) ;
+    GotoDist(5.5);
     
     while(1);
 }