Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager
Fork of NerfUS by
TargetInterface.hpp
00001 #ifndef TARGET_INTERFACE_HPP 00002 #define TARGET_INTERFACE_HPP 00003 00004 class TargetInterface 00005 { 00006 public: 00007 virtual void ally_command() = 0; 00008 virtual void enemy_command() = 0; 00009 virtual void timeout(int time_taken_ms) = 0; 00010 virtual void hit(int time_taken_ms) = 0; 00011 }; 00012 00013 00014 00015 #endif
Generated on Thu Jul 14 2022 01:50:39 by
1.7.2
