NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

Branch:
PlayableGame
Revision:
17:48474266a361
Parent:
16:5e6c695468b6
Child:
18:469c8b2a9af9
--- a/include/Target.hpp	Thu Feb 23 21:22:57 2017 -0500
+++ b/include/Target.hpp	Fri Mar 17 17:19:42 2017 -0400
@@ -13,6 +13,8 @@
     TargetType type;
     int timeout_ms;
 
+    void riseTarget();
+
     bool operator==(const TargetInfo& other) const
     {
         return (id == other.id)