diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-11-30 11:06:16 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-12-16 15:44:17 -0500 |
commit | 2defd7374a8c7636e8fccaa1855eb8d75d7c070b (patch) | |
tree | 00325c741c6da3ed12aee29f68c0b14b582ee0f8 /docs/Config_Reference.md | |
parent | 1e5f688b5363c9a8d6d0363a6a53fd6418919b9d (diff) | |
download | kutter-2defd7374a8c7636e8fccaa1855eb8d75d7c070b.tar.gz kutter-2defd7374a8c7636e8fccaa1855eb8d75d7c070b.tar.xz kutter-2defd7374a8c7636e8fccaa1855eb8d75d7c070b.zip |
pwm_tool: Add support for maximum_mcu_duration
Implement the maximum_mcu_duration config parameter along with its
associated queue flushing.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index c81dc0a2..313a50ec 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3149,6 +3149,7 @@ pin: # The pin to configure as an output. This parameter must be provided. #value: #shutdown_value: +#maximum_mcu_duration: #cycle_time: 0.100 #hardware_pwm: False #scale: |