NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

Revision:
7:e5414568de93
Parent:
2:6e467e4978f9
Child:
11:6ce1d834ecb7
--- a/main.cpp	Sat Feb 04 23:10:53 2017 -0500
+++ b/main.cpp	Thu Feb 09 02:01:51 2017 +0000
@@ -8,8 +8,8 @@
     while(1)
     {
         myled = 1;
-        wait(0.2);
+        wait(0.5);
         myled = 0;
-        wait(0.2);
+        wait(0.5);
     }
 }