jy z
/
StewartPlatform
22
Fork of StewartPlatform by
Diff: inc/motor.h
- Revision:
- 2:50062ac8646d
- Child:
- 3:0cba1132c8a3
--- /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