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.
Fork of Boboobooo by
servo_api.h
00001 00002 #include "mbed.h" 00003 00004 00005 00006 class BX_servo{ 00007 00008 00009 public: 00010 float set_angle(float a); 00011 00012 BX_servo(void); 00013 00014 00015 00016 00017 00018 00019 00020 private: 00021 00022 //-90~0~90 00023 float angle ; 00024 00025 PwmOut* servo_in; 00026 //0~36 // 18 mid 00027 00028 00029 };
Generated on Wed Jul 20 2022 19:27:32 by
 1.7.2
 1.7.2 
    