RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Motor/Motor.h

Committer:
Raygrou
Date:
2019-03-01
Revision:
6:4a772df7baba
Parent:
5:667681629022
Child:
8:2b0c6a2aef4a

File content as of revision 6:4a772df7baba:

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

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