Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Revision:
7:30afa5506e74
Parent:
6:992875df04f7
Child:
8:96b30706335b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ServoControl.h	Mon Jan 11 22:05:18 2016 +0000
@@ -0,0 +1,9 @@
+#ifndef ServoControl.h
+#define ServoControl.h
+
+#include "mbed.h"
+extern PwnOut ServoSignal;
+void ServoInit(void);
+float ServoSignal(float angle);
+
+#endif
\ No newline at end of file