test

Dependencies:   MbedJSONValue DISCO_L475VG_IOT01A_wifi mbed-http

ServoMove.h

Committer:
Eason0505
Date:
2019-01-01
Revision:
0:065178c282bd

File content as of revision 0:065178c282bd:

#ifndef SERVOMOVE_H
#define SERVOMOVE_H
#include "mbed.h"
extern PwmOut servo;
void ServoConvert(double cnv); // function prototype
#endif