football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
35:c1405da88d3a
Parent:
31:a6110950f385
Child:
37:8f15b14d6994
--- a/main.cpp	Wed Jan 06 16:57:57 2016 +0000
+++ b/main.cpp	Wed Jan 06 20:38:09 2016 +0000
@@ -600,7 +600,7 @@
 int main( void )
 {
     Ticker ticker;
-    ticker.attach( periodicCallback, 0.5 /*** 0.1 ***/ /* 1 */ );
+    ticker.attach( periodicCallback, 0.2 /*** 0.1 ***/ /* 1 */ );
 
   /*
     // Thread thread( led_thread );