RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

PIDControl/PID.h

Committer:
Raygrou
Date:
2019-02-26
Revision:
2:cbd63463e7a1
Parent:
1:16f1584cf0a6
Child:
10:e412756d0f66

File content as of revision 2:cbd63463e7a1:

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

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