mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
The output_pin module is only capable of updating an output pin at most once every 100ms. Add a new pwm_tool module that is capable of queuing updates in the micro-controller and thus allowing for much higher update rates. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>