Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PID by
Revision 1:4a03c8b3ec54, committed 2018-10-29
- Comitter:
- suntopbd
- Date:
- Mon Oct 29 19:01:06 2018 +0000
- Parent:
- 0:6e12a3e5af19
- Commit message:
- none
Changed in this revision
PID.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/PID.h Thu Sep 02 16:48:10 2010 +0000 +++ b/PID.h Mon Oct 29 19:01:06 2018 +0000 @@ -87,7 +87,7 @@ void setInputLimits(float inMin , float inMax); /** - * Scale from outputs to 0-100%. + * Scale from s to 0-100%. * * @param outMin The real world value corresponding to 0%. * @param outMax The real world value corresponding to 100%.