Motion PID
Fork of PID by
Revision 1:807a17d0a172, committed 2016-01-16
- 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;