RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Motor/Motor.h

Committer:
Raygrou
Date:
2019-03-06
Revision:
9:f7f8dd99b3d4
Parent:
8:2b0c6a2aef4a
Child:
11:8d71a1e1e947

File content as of revision 9:f7f8dd99b3d4:

//================================================================================
//==========================  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);