aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pwm_cycle_time.py
Commit message (Collapse)AuthorAgeFilesLines
* pwm_cycle_time: New module for output pins with dynamic cycle timesKevin O'Connor2024-01-231-0/+123
Remove support for changing the cycle time of pwm pins from the output_pin module. Use a new pwm_cycle_time module that supports setting dynamic cycle times. This simplifies the output_pin code and low-level pin update code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>