test

Dependencies:   MbedJSONValue DISCO_L475VG_IOT01A_wifi mbed-http

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ServoMove.h Source File

ServoMove.h

00001 #ifndef SERVOMOVE_H
00002 #define SERVOMOVE_H
00003 #include "mbed.h"
00004 extern PwmOut servo;
00005 void ServoConvert(double cnv); // function prototype
00006 #endif