Our PID Variant, vineri dimineata
Fork of PID by
Revision 1:624f3517ec18, committed 2016-03-11
- Comitter:
- SofaKing
- Date:
- Fri Mar 11 11:54:58 2016 +0000
- Parent:
- 0:6e12a3e5af19
- Commit message:
- Vineri dimineata
Changed in this revision
PID.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6e12a3e5af19 -r 624f3517ec18 PID.cpp --- a/PID.cpp Thu Sep 02 16:48:10 2010 +0000 +++ b/PID.cpp Fri Mar 11 11:54:58 2016 +0000 @@ -57,8 +57,8 @@ //Default the limits to the full range of I/O: 3.3V //Make sure to set these to more appropriate limits for //your application. - setInputLimits(0.0, 3.3); - setOutputLimits(0.0, 3.3); + //setInputLimits(0.0, 3.3); + //setOutputLimits(0.0, 3.3); tSample_ = interval;