Tony Lin
/
BX-car
hello
Fork of BX-car by
servo_api.h
- Committer:
- backman
- Date:
- 2014-06-24
- Revision:
- 9:33b99cb45e99
- Parent:
- 0:68c173249c01
- Child:
- 10:9f0ce6ba7663
File content as of revision 9:33b99cb45e99:
#include "mbed.h" class BX_servo{ public: float set_angle(float a); BX_servo(void); private: //-90~0~90 float angle ; PwmOut* servo_in; //0~36 // 18 mid };