diff options
author | Pascal Pieper <accounts@pascalpieper.de> | 2020-11-20 21:44:35 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-04 16:10:13 -0500 |
commit | e8ec1801ffd41be4a79e0871d43b9e084074151b (patch) | |
tree | 1befe46c29b210c5387ca43b48c79287ceb50b26 /docs/MCU_Commands.md | |
parent | 99fe2907535554296ffb0d6fe74813cfc03a1fb3 (diff) | |
download | kutter-e8ec1801ffd41be4a79e0871d43b9e084074151b.tar.gz kutter-e8ec1801ffd41be4a79e0871d43b9e084074151b.tar.xz kutter-e8ec1801ffd41be4a79e0871d43b9e084074151b.zip |
pwmcmds: Use move queue for hard PWM
Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/MCU_Commands.md')
-rw-r--r-- | docs/MCU_Commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MCU_Commands.md b/docs/MCU_Commands.md index 133476d8..536d1ce4 100644 --- a/docs/MCU_Commands.md +++ b/docs/MCU_Commands.md @@ -197,8 +197,8 @@ only of interest to developers looking to gain insight into Klipper. same 'oid' parameter must have been issued during micro-controller configuration. -* `schedule_pwm_out oid=%c clock=%u value=%hu` : Schedules a change to - a hardware PWM output pin. See the 'schedule_digital_out' and +* `queue_pwm_out oid=%c clock=%u value=%hu` : Schedules a change to a + hardware PWM output pin. See the 'schedule_digital_out' and 'config_pwm_out' commands for more info. * `schedule_soft_pwm_out oid=%c clock=%u on_ticks=%u` : Schedules a |