RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Committer:
Raygrou
Date:
Thu Feb 28 22:21:35 2019 +0000
Revision:
5:667681629022
Parent:
0:44f2bd8f9b56
Child:
6:4a772df7baba
Primeiro esboco de parada

Who changed what in which revision?

UserRevisionLine numberNew contents of line
amaral99 0:44f2bd8f9b56 1 //================================================================================
amaral99 0:44f2bd8f9b56 2 //========================== MOTORS CONTROL - MOTOR.H ==========================
amaral99 0:44f2bd8f9b56 3 //================================================================================
amaral99 0:44f2bd8f9b56 4
amaral99 0:44f2bd8f9b56 5 void Motors_Setup (void);
amaral99 0:44f2bd8f9b56 6 void Set_Left (void);
amaral99 0:44f2bd8f9b56 7 void Set_Right (void);
amaral99 0:44f2bd8f9b56 8 void Drive (float LeftSpeed, float RightSpeed);
Raygrou 5:667681629022 9 void Stop (void);