diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-10-13 21:10:11 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-11-16 22:07:15 -0500 |
commit | 29b7550ce5330da8e5ca4f22c1420cbeadf01eaf (patch) | |
tree | 107c086343081c9589af7be53873fea1a7a40d29 /docs/G-Codes.md | |
parent | 48a05eaa542bfd4a1099c2224bda443049a6fa64 (diff) | |
download | kutter-29b7550ce5330da8e5ca4f22c1420cbeadf01eaf.tar.gz kutter-29b7550ce5330da8e5ca4f22c1420cbeadf01eaf.tar.xz kutter-29b7550ce5330da8e5ca4f22c1420cbeadf01eaf.zip |
pwm_tool: Add support for high-speed PWM pin updates
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>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 1f466dcd..6d492c25 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -834,7 +834,8 @@ commands to manage the LED's color settings). ### [output_pin] The following command is available when an -[output_pin config section](Config_Reference.md#output_pin) is +[output_pin config section](Config_Reference.md#output_pin) or +[pwm_tool config section](Config_Reference.md#pwm_tool) is enabled. #### SET_PIN |