mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
parent
332ef9939c
commit
3f9ff2421f
1 changed files with 3 additions and 0 deletions
|
@ -28,7 +28,10 @@
|
|||
// Onboard I2C EEPROM
|
||||
#if NO_EEPROM_SELECTED
|
||||
#define I2C_EEPROM
|
||||
#define SOFT_I2C_EEPROM
|
||||
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
|
||||
#define I2C_SDA_PIN SDA
|
||||
#define I2C_SCL_PIN SCL
|
||||
#undef NO_EEPROM_SELECTED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue