summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-02-20 07:35:48 -0800
committerPatrick Venture <venture@google.com>2019-02-20 07:40:04 -0800
commit903b04276b98c072b3399ac20101ad44daf335cd (patch)
treec34928ba570ddfeba6e3a6fad885f6544f8b858f /examples
parentdca2d484ee91ee40fc94509d831ef2c5fa792ca0 (diff)
downloadphosphor-pid-control-903b04276b98c072b3399ac20101ad44daf335cd.tar.gz
phosphor-pid-control-903b04276b98c072b3399ac20101ad44daf335cd.zip
conf change: s/feedFwdOffOffsetCoeff/feedFwdOffsetCoeff/g
Fixup spelling mistake for configuration field name. Change-Id: I92d0af06f4e15f4408dd10f0dd9cd71099b77f4f Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/README2
-rw-r--r--examples/fan-info.json10
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/README b/examples/README
index 33c2077..df76978 100644
--- a/examples/README
+++ b/examples/README
@@ -67,7 +67,7 @@ The PID configuration is a list of PIDs per zone.
"samplePeriod": 0.1, /* The input sample period. (double) */
"proportionalCoeff": 0.0, /* The proportional coefficient. (double) */
"integralCoeff": 0.0, /* The integral coefficient. (double) */
- "feedFwdOffOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */
+ "feedFwdOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */
"feedFwdGainCoeff": 0.010, /* The feed-forward gain coefficient. (double) */
"integralLimit_min": 0.0, /* The integral limit clamp, min, max (double) */
"integralLimit_max": 0.0,
diff --git a/examples/fan-info.json b/examples/fan-info.json
index 15c2d09..e0b87ee 100644
--- a/examples/fan-info.json
+++ b/examples/fan-info.json
@@ -74,7 +74,7 @@
"samplePeriod": 0.1,
"proportionalCoeff": 0.0,
"integralCoeff": 0.0,
- "feedFwdOffOffsetCoeff": 0.0,
+ "feedFwdOffsetCoeff": 0.0,
"feedFwdGainCoeff": 0.010,
"integralLimit_min": 0.0,
"integralLimit_max": 0.0,
@@ -93,7 +93,7 @@
"samplePeriod": 0.1,
"proportionalCoeff": 0.0,
"integralCoeff": 0.0,
- "feedFwdOffOffsetCoeff": 0.0,
+ "feedFwdOffsetCoeff": 0.0,
"feedFwdGainCoeff": 0.010,
"integralLimit_min": 0.0,
"integralLimit_max": 0.0,
@@ -112,7 +112,7 @@
"samplePeriod": 0.1,
"proportionalCoeff": 0.0,
"integralCoeff": 0.0,
- "feedFwdOffOffsetCoeff": 0.0,
+ "feedFwdOffsetCoeff": 0.0,
"feedFwdGainCoeff": 0.010,
"integralLimit_min": 0.0,
"integralLimit_max": 0.0,
@@ -131,7 +131,7 @@
"samplePeriod": 0.1,
"proportionalCoeff": 0.0,
"integralCoeff": 0.0,
- "feedFwdOffOffsetCoeff": 0.0,
+ "feedFwdOffsetCoeff": 0.0,
"feedFwdGainCoeff": 0.010,
"integralLimit_min": 0.0,
"integralLimit_max": 0.0,
@@ -150,7 +150,7 @@
"samplePeriod": 1,
"proportionalCoeff": 750.0,
"integralCoeff": 16.0,
- "feedFwdOffOffsetCoeff": 0.0,
+ "feedFwdOffsetCoeff": 0.0,
"feedFwdGainCoeff": 0.0,
"integralLimit_min": 3000,
"integralLimit_max": 10000,
OpenPOWER on IntegriCloud