diff options
| author | Patrick Venture <venture@google.com> | 2019-02-11 10:45:32 -0800 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-02-11 11:33:48 -0800 |
| commit | 7280e27eff5bd0c4b16daa311f9d866fe488f790 (patch) | |
| tree | 29db9956f9e831ec2b369c650800963442ff1626 /pid/README | |
| parent | 7442c37a1f037ae9615309cc1a22664b008eeac7 (diff) | |
| download | phosphor-pid-control-7280e27eff5bd0c4b16daa311f9d866fe488f790.tar.gz phosphor-pid-control-7280e27eff5bd0c4b16daa311f9d866fe488f790.zip | |
conf change: s/set-point/setpoint/
Remove the dash from set-point, such that it's one word: setpoint.
Change-Id: I4c3033f3c2432a53d850e8f5defbe2ac1510daf8
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'pid/README')
| -rw-r--r-- | pid/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Controller object. The design implemented in this structure is a facsimile of what was published in the Chrome OS source. One has any number of ThermalControllers that run through a PID step to -generate a set-point RPM to reach its thermal set-point. The maximum output +generate a setpoint RPM to reach its thermal setpoint. The maximum output from the set of ThermalControllers is taken as the input to all the FanController PID loops. |

