Added one task
Dependencies: mbed
Diff: Robot/inc/motor.h
- Revision:
- 0:fb4269aa5fb4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Robot/inc/motor.h Fri May 26 03:51:19 2017 +0000 @@ -0,0 +1,10 @@ +#ifndef __motor_H +#define __motor_H + +#include "tim.h" + +void Put_Vm_L(float); +void Put_Vm_R(float); +void Put_Vm_Lift(float); + +#endif