Motion PID

Fork of PID by Aaron Berk

Files at this revision

API Documentation at this revision

Comitter:
b0ssiz
Date:
Sat Jan 16 12:05:54 2016 +0000
Parent:
0:6e12a3e5af19
Commit message:
Commit for Publish BEAR_Reciever;

Changed in this revision

PID.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6e12a3e5af19 -r 807a17d0a172 PID.cpp
--- a/PID.cpp	Thu Sep 02 16:48:10 2010 +0000
+++ b/PID.cpp	Sat Jan 16 12:05:54 2016 +0000
@@ -62,7 +62,8 @@
 
     tSample_ = interval;
 
-    setTunings(Kc, tauI, tauD);
+    
+    (Kc, tauI, tauD);
 
     setPoint_             = 0.0;
     processVariable_      = 0.0;