Servomotor
Dependents: ServomotorTests NerfUSTarget
ServomotorInterface.hpp
00001 #ifndef SERVOMOTOR_INTERFACE_HPP 00002 #define SERVOMOTOR_INTERFACE_HPP 00003 00004 class ServomotorInterface 00005 { 00006 public: 00007 virtual void set_position_up() = 0; 00008 virtual void set_position_down() = 0; 00009 virtual void set_angle(const float angle_degree) = 0; 00010 }; 00011 00012 #endif
Generated on Thu Jul 14 2022 19:16:36 by
1.7.2