From c59d5bbd25798dcc13417a6cf8630ff353abeb16 Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 14 Oct 2024 10:58:01 +0800 Subject: [PATCH] More units for pid min and max --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93e8dc3..cefaf13 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,8 @@ formatted as line-delimited JSON. | `pid <0/1> kp ` | Set proportional gain | | `pid <0/1> ki ` | Set integral gain | | `pid <0/1> kd ` | Set differential gain | -| `pid <0/1> output_min ` | Set mininum output | -| `pid <0/1> output_max ` | Set maximum output | +| `pid <0/1> output_min ` | Set lower limit of PID-regulated output current in Amperes | +| `pid <0/1> output_max ` | Set upper limit of PID-regulated output current in Amperes | | `s-h` | Show Steinhart-Hart equation parameters | | `s-h <0/1> ` | Set Steinhart-Hart parameter for a channel | | `postfilter` | Show postfilter settings |