Proportional, integral, derivative controller library. Ported from the Arduino PID library by Brett Beauregard.

Fork of PID by Aaron Berk

Revision:
2:124819d33ba6
Parent:
1:709ed452cc4c
--- a/PID.h	Thu May 14 12:28:08 2015 +0000
+++ b/PID.h	Tue May 19 13:52:10 2015 +0000
@@ -163,8 +163,9 @@
     float getPParam();
     float getIParam();
     float getDParam();
+    void resetAccError();
 
-//private:
+private:
 
     bool usingFeedForward;
     bool inAuto;