These are the core files for the Robot at Team conception.

Dependencies:   mbed UniServ

Revision:
17:ec52258b9472
Parent:
0:eba74e7a229b
--- a/PID_Control.h	Mon Jun 05 07:57:07 2017 +0000
+++ b/PID_Control.h	Wed Jun 07 11:35:59 2017 +0000
@@ -49,7 +49,7 @@
     float max;
     float min;
     float iMax;
-    
+
 };
 
 #endif /* COMMON_PID_CONTROL_H_ */