NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

Revision:
2:6e467e4978f9
Parent:
1:ed506b2298b4
Child:
7:e5414568de93
--- a/main.cpp	Sun Feb 05 03:14:06 2017 +0000
+++ b/main.cpp	Sat Feb 04 22:32:55 2017 -0500
@@ -3,8 +3,10 @@
 
 DigitalOut myled(LED1);
 
-int main() {
-    while(1) {
+int main()
+{
+    while(1)
+    {
         myled = 1;
         wait(0.2);
         myled = 0;