diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 23:09:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 23:09:56 -0400 |
commit | c601d90b477dedaf5bdc3d2bdd71d81108c42f4f (patch) | |
tree | bff7e7239dfcda0d74d9348a8fcaedfa148ce55f | |
parent | 8f092b5966903768978a0ddeb0c9de108d8b4756 (diff) | |
download | kutter-c601d90b477dedaf5bdc3d2bdd71d81108c42f4f.tar.gz kutter-c601d90b477dedaf5bdc3d2bdd71d81108c42f4f.tar.xz kutter-c601d90b477dedaf5bdc3d2bdd71d81108c42f4f.zip |
config: Add tmc2208 select_pins description to example-extras.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index e418cd3a..59d51928 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1000,6 +1000,10 @@ # the driver then set uart_pin to the receive pin and tx_pin to the # transmit pin. The default is to use uart_pin for both reading and # writing. +#select_pins: +# A comma separated list of pins to set prior to accessing the +# tmc2208 UART. This may be useful for configuring an analog mux for +# UART communication. The default is to not configure any pins. #microsteps: # The number of microsteps to configure the driver to use. Valid # values are 1, 2, 4, 8, 16, 32, 64, 128, 256. This parameter must |