Added one task

Dependencies:   mbed

Robot/inc/motor.h

Committer:
PicYusuke
Date:
2017-05-26
Revision:
0:fb4269aa5fb4

File content as of revision 0:fb4269aa5fb4:

#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