RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Committer:
amaral99
Date:
Mon Feb 25 13:19:46 2019 +0000
Revision:
1:16f1584cf0a6
Parent:
0:44f2bd8f9b56
Child:
2:cbd63463e7a1
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
amaral99 0:44f2bd8f9b56 1 //================================================================================
amaral99 0:44f2bd8f9b56 2 //============================ PID CONTROL - PID.H ============================
amaral99 0:44f2bd8f9b56 3 //================================================================================
amaral99 0:44f2bd8f9b56 4
amaral99 1:16f1584cf0a6 5 void PID_Control(int Error, int *LeftSpeed, int *RightSpeed);