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
TargetHitCalibrateCallback.hpp
00001 #ifndef TARGET_HIT_CALIBRATE_CALLBACK_HPP 00002 #define TARGET_HIT_CALIBRATE_CALLBACK_HPP 00003 00004 #include "NerfusCallbackInterface.hpp" 00005 #include "Calibrator.hpp" 00006 00007 class TargetHitCalibrateCallback : public NerfusCallbackInterface 00008 { 00009 public: 00010 TargetHitCalibrateCallback(Calibrator& calibrator); 00011 virtual void call(); 00012 00013 private: 00014 Calibrator& calibrator; 00015 }; 00016 00017 #endif
Generated on Thu Jul 14 2022 01:50:39 by
1.7.2
