diff options
author | Pascal P <7480344+Cirromulus@users.noreply.github.com> | 2021-03-26 16:25:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 11:25:09 -0400 |
commit | 88f6061cd7232e883848e78d8b3cf5a2488babef (patch) | |
tree | 2c727532dc26a4213b511b7cef3cbdcf12e17e1c /docs/Config_Reference.md | |
parent | e2a321728900a16555b10e683013bf7c90bf64c8 (diff) | |
download | kutter-88f6061cd7232e883848e78d8b3cf5a2488babef.tar.gz kutter-88f6061cd7232e883848e78d8b3cf5a2488babef.tar.xz kutter-88f6061cd7232e883848e78d8b3cf5a2488babef.zip |
output_pin: Support setting max_duration (#3995)
Also added documentation for using powered tools.
Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 1c86acf5..cca85161 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2529,6 +2529,13 @@ pin: #shutdown_value: # The value to set the pin to on an MCU shutdown event. The default # is 0 (for low voltage). +#maximum_mcu_duration: +# The maximum duration a non-shutdown value may be driven by the MCU +# without an acknowledge from the host. +# If host can not keep up with an update, the MCU will shutdown +# and set all pins to their respective shutdown values. +# Default: 0 (disabled) +# Usual values are around 5 seconds. #cycle_time: 0.100 # The amount of time (in seconds) per PWM cycle. It is recommended # this be 10 milliseconds or greater when using software based PWM. |