mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
gpiocmds: Use move queue for software pwm
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
9cdf9bb6ec
commit
19a96346a8
3 changed files with 82 additions and 44 deletions
|
@ -201,7 +201,7 @@ only of interest to developers looking to gain insight into Klipper.
|
|||
hardware PWM output pin. See the 'queue_digital_out' and
|
||||
'config_pwm_out' commands for more info.
|
||||
|
||||
* `schedule_soft_pwm_out oid=%c clock=%u on_ticks=%u` : Schedules a
|
||||
* `queue_soft_pwm_out oid=%c clock=%u on_ticks=%u` : Schedules a
|
||||
change to a software PWM output pin. Because the output switching is
|
||||
implemented in the micro-controller software, it is recommended that
|
||||
the sum of on_ticks and off_ticks parameters corresponds to a time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue