NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

Branch:
PlayableGame
Revision:
18:469c8b2a9af9
Parent:
17:48474266a361
--- a/include/Target.hpp	Fri Mar 17 17:19:42 2017 -0400
+++ b/include/Target.hpp	Mon Mar 27 11:15:50 2017 -0400
@@ -13,7 +13,7 @@
     TargetType type;
     int timeout_ms;
 
-    void riseTarget();
+    void riseTarget(); //TODO
 
     bool operator==(const TargetInfo& other) const
     {