diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-31 19:08:05 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-04 18:29:30 -0400 |
commit | be6b29fabffeea681472bb4a0cfc63dcb4afe30e (patch) | |
tree | 7ea33566bb529f2cdb6baf08bf5a56a9e7b7519e /config/generic-duet2.cfg | |
parent | 2e16be224efcff315dafaf1f4e4b85e3c7a8c3c8 (diff) | |
download | kutter-be6b29fabffeea681472bb4a0cfc63dcb4afe30e.tar.gz kutter-be6b29fabffeea681472bb4a0cfc63dcb4afe30e.tar.xz kutter-be6b29fabffeea681472bb4a0cfc63dcb4afe30e.zip |
sx1509: Convert code to use generic i2c bus support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-duet2.cfg')
-rw-r--r-- | config/generic-duet2.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/generic-duet2.cfg b/config/generic-duet2.cfg index 163575eb..86a7245f 100644 --- a/config/generic-duet2.cfg +++ b/config/generic-duet2.cfg @@ -39,7 +39,7 @@ # | FAN8 | sx1509_duex:PIN_15* | # Pins marked with (*) assume the following sx1509 config section: #[sx1509 duex] -#address: 0x3E +#i2c_address: 62 # ## Heaters and Thermistors # | Extruder Drive | HEAT pin | TEMP pin | @@ -324,7 +324,7 @@ serial: /dev/ttyACM0 restart_method: command [sx1509 duex] -address: 0x3E # Address is fixed on duex boards +i2c_address: 62 # Address is fixed on duex boards [printer] kinematics: cartesian |