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.
SG90.h
00001 #ifndef SG90_H 00002 #define SG90_H 00003 #include "mbed.h" 00004 #include "PwmOut.h" 00005 00006 class servo { 00007 00008 public: 00009 00010 PwmOut pwm1, pwm2, pwm3, pwm4; 00011 servo(); 00012 00013 00014 void init(); 00015 void right(int); 00016 void left(int); 00017 void position(int, int); 00018 00019 int s1, s2, s3, s4; 00020 00021 00022 00023 }; 00024 #endif
Generated on Fri Jul 22 2022 17:59:10 by
