forked from M-Labs/thermostat
README: fix syntax
This commit is contained in:
parent
2e9d22cf47
commit
1939490410
|
@ -124,9 +124,9 @@ Use the `pwm` command to see current settings and maximum values.
|
||||||
|
|
||||||
| Limit | Unit | Description |
|
| Limit | Unit | Description |
|
||||||
| --- | :---: | --- |
|
| --- | :---: | --- |
|
||||||
| max_v | Volts | Maximum voltage |
|
| `max_v` | Volts | Maximum voltage |
|
||||||
| max_i_pos | Amperes | Maximum positive current |
|
| `max_i_pos` | Amperes | Maximum positive current |
|
||||||
| max_i_neg | Amperes | Maximum negative current |
|
| `max_i_neg` | Amperes | Maximum negative current |
|
||||||
| | Amperes | current control |
|
| | Amperes | current control |
|
||||||
|
|
||||||
Example: set the maximum voltage of channel 0 to 1.5 V.
|
Example: set the maximum voltage of channel 0 to 1.5 V.
|
||||||
|
@ -163,6 +163,7 @@ pwm 0 pid
|
||||||
Use the bare `report` command to obtain a single report. Enable
|
Use the bare `report` command to obtain a single report. Enable
|
||||||
continuous reporting with `report mode on`. Reports are JSON objects
|
continuous reporting with `report mode on`. Reports are JSON objects
|
||||||
with the following keys.
|
with the following keys.
|
||||||
|
|
||||||
| Key | Unit | Description |
|
| Key | Unit | Description |
|
||||||
| --- | :---: | --- |
|
| --- | :---: | --- |
|
||||||
| `channel` | Integer | Channel `0`, or `1` |
|
| `channel` | Integer | Channel `0`, or `1` |
|
||||||
|
|
Loading…
Reference in New Issue