mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
docs: Note the use of bus enumerations in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f8bde6b1ef
commit
0615ab5f89
2 changed files with 8 additions and 4 deletions
|
@ -946,9 +946,10 @@
|
|||
# I2C address used by this expander. Depending on the hardware jumpers
|
||||
# this is one out of the following addresses: 62 63 112 113. This
|
||||
# parameter must be provided.
|
||||
#i2c_bus: 0
|
||||
# If the I2C implementation of your microcontroller supports multiple I2C
|
||||
# busses, you may specify the bus number here. The default is 0.
|
||||
#i2c_bus:
|
||||
# If the I2C implementation of your microcontroller supports
|
||||
# multiple I2C busses, you may specify the bus name here. The
|
||||
# default is to use the default micro-controller i2c bus.
|
||||
|
||||
|
||||
# Configure a TMC2130 stepper motor driver via SPI bus. To use this
|
||||
|
@ -1084,7 +1085,7 @@
|
|||
# Select the SPI bus the TMC2660 stepper driver is connected to.
|
||||
# This depends on the physical connections on your board, as well as
|
||||
# the SPI implementation of your particular micro-controller. The
|
||||
# default is bus 0.
|
||||
# default is to use the default micro-controller spi bus.
|
||||
#spi_speed: 4000000
|
||||
# SPI bus frequency used to communicate with the TMC2660 stepper
|
||||
# driver. The default is 4000000.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue