RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

PIDControl/PID.h

Committer:
amaral99
Date:
2019-02-24
Revision:
0:44f2bd8f9b56
Child:
1:16f1584cf0a6

File content as of revision 0:44f2bd8f9b56:

//================================================================================
//============================  PID  CONTROL - PID.H  ============================
//================================================================================

void PID_Control(int *LeftSpeed, int *RightSpeed);