NerfUS mobile node that manages a target for the Nerf gun firing range
Dependencies: LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager
Fork of NerfUS by
source/TargetManager.cpp
- Committer:
- Maxime Dupuis
- Date:
- 2017-03-27
- Revision:
- 28:8fc53a870691
- Child:
- 30:412a779cf607
File content as of revision 28:8fc53a870691:
#include "TargetManager.hpp" void TargetManager::target_hit(int target_number) { } void TargetManager::target_missed(int target_number) { }