RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Revision:
10:e412756d0f66
Parent:
2:cbd63463e7a1
--- a/PIDControl/PID.h	Wed Mar 06 01:41:39 2019 +0000
+++ b/PIDControl/PID.h	Tue Jun 04 20:19:19 2019 +0000
@@ -2,4 +2,6 @@
 //============================  PID  CONTROL - PID.H  ============================
 //================================================================================
 
-void PID_Control(int Error, float *LeftSpeed, float *RightSpeed);
\ No newline at end of file
+void PID_Control(int Error, float *LeftSpeed, float *RightSpeed);
+
+void Meio_Setup(void);
\ No newline at end of file