Skip to content

Commit

Permalink
Format MONSTER8 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Nov 30, 2024
1 parent dd5a2ff commit 73bb491
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
#define I2C_EEPROM // Need use jumpers set i2c for EEPROM
#define MARLIN_EEPROM_SIZE 0x1000 // 4K

#if ENALBED(CAN_MASTER) // Onboard I2C EEPROM is disconnected by enabling CAN bus jumpers
// NOTE: 2 Patchwires are required to reconnect the I2C EEPROM
// #define I2C_SCL_PIN PA8 // 3Dtouch servo control pin
// #define I2C_SDA_PIN PC9 // SPI3_CS TFT Card chip select pin
#if ENALBED(CAN_MASTER) // Onboard I2C EEPROM is disconnected by enabling CAN bus jumpers
// NOTE: 2 Patch wires are required to reconnect the I2C EEPROM
//#define I2C_SCL_PIN PA8 // BLTouch servo control pin
//#define I2C_SDA_PIN PC9 // SPI3_CS TFT Card chip select pin
#else
#define I2C_SCL_PIN PB8 // I2C_SCL to CAN_RX
#define I2C_SDA_PIN PB9 // I2C_SDA to CAN_TX
#define I2C_SCL_PIN PB8 // I2C_SCL to CAN_RX
#define I2C_SDA_PIN PB9 // I2C_SDA to CAN_TX
#endif

//
Expand Down

0 comments on commit 73bb491

Please sign in to comment.