Guojun Jiang
/
StewartPlatform
stewartplatform
Fork of PwmOut_HelloWorld by
Diff: inc/motor.h
- Revision:
- 2:50062ac8646d
diff -r 5160ea45399b -r 50062ac8646d inc/motor.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/motor.h Sat May 07 12:27:09 2016 +0000 @@ -0,0 +1,10 @@ +#ifndef MOTOR_H +#define MOTOR_H + +#include "mbed.h" + + +void motor_drive(); +void motor_init(); + +#endif