mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
sx1509: Convert code to use generic i2c bus support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2e16be224e
commit
be6b29fabf
4 changed files with 18 additions and 25 deletions
|
@ -939,11 +939,14 @@
|
|||
# prefix. Each expander provides a set of 16 pins (sx1509_my_sx1509:PIN_0 to
|
||||
# sx1509_my_sx1509:PIN_15) which can be used in the printer configuration.
|
||||
#[sx1509 my_sx1509]
|
||||
#address:
|
||||
#i2c_mcu: mcu
|
||||
# The name of the micro-controller that the SX1509 chip is connected
|
||||
# to. The default is "mcu".
|
||||
#i2c_address:
|
||||
# I2C address used by this expander. Depending on the hardware jumpers
|
||||
# this is one out of the following addresses: 0x3E 0x3F 0x70 0x71. This
|
||||
# parameter must be provided
|
||||
#bus: 0
|
||||
# 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue