test

Dependencies:   MbedJSONValue DISCO_L475VG_IOT01A_wifi mbed-http

Revision:
0:065178c282bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ServoMove.h	Tue Jan 01 11:48:52 2019 +0000
@@ -0,0 +1,6 @@
+#ifndef SERVOMOVE_H
+#define SERVOMOVE_H
+#include "mbed.h"
+extern PwmOut servo;
+void ServoConvert(double cnv); // function prototype
+#endif
\ No newline at end of file