RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Motor/Motor.h

Committer:
amaral99
Date:
2019-02-24
Revision:
0:44f2bd8f9b56
Child:
5:667681629022

File content as of revision 0:44f2bd8f9b56:

//================================================================================
//==========================  MOTORS CONTROL - MOTOR.H  ==========================
//================================================================================

void Motors_Setup (void);
void Set_Left     (void);
void Set_Right    (void);
void Drive        (float LeftSpeed, float RightSpeed);