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.
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
