Gets user Input to turn the servo to certain degrees

Dependencies:   mbed

Revision:
2:9d9717796ab2
Parent:
0:1f19faa3ee1f
Child:
3:5b6a55afc60a
--- a/servo.h	Fri Jan 11 19:56:55 2019 +0000
+++ b/servo.h	Sun Jan 13 21:57:11 2019 +0000
@@ -0,0 +1,6 @@
+#ifndef SERVO_H
+#define SERVO_H
+#include "mbed.h"
+
+void setServo();
+void moveServo(char a);
\ No newline at end of file