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 MiniProject5_LightTracker by
ServoControl.h
00001 //.h File for servocontrol.cpp 00002 00003 00004 #ifndef ServoControl_h 00005 #define ServoControl_h 00006 00007 #include "mbed.h" 00008 00009 extern PwmOut ServoSignal; //Output, allow manipulation 00010 00011 void ServoInit(void); 00012 int ServoControl(int angle); //Function Prototypes 00013 00014 #endif
Generated on Tue Jul 12 2022 18:05:50 by
1.7.2
