ll

Dependencies:   mbed

Revision:
0:a8e3f4b25a52
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/servo.h	Tue May 09 11:59:23 2017 +0000
@@ -0,0 +1,10 @@
+#ifndef SERVO_H
+#define SERVO_H
+
+void Servo_Init(unsigned int uiServoFrequency);
+void Servo_Callib(void);
+void Servo_GoTo(unsigned int uiPosition);
+void Servo_Step(unsigned int uiStep);
+
+
+#endif
\ No newline at end of file