Lerdge-X I²C EEPROM pins, size (#21322)

This commit is contained in:
Evgeny Z 2021-03-12 05:12:24 +03:00 committed by Scott Lahteine
parent 894688c547
commit d81838e9fa

View File

@ -32,6 +32,9 @@
#define TEMP_TIMER 2
#define I2C_EEPROM
#define I2C_SCL_PIN PB8
#define I2C_SDA_PIN PB9
#define MARLIN_EEPROM_SIZE 0x10000 // FM24CL64 F-RAM 64K (8Kx8)
// USB Flash Drive support
#define HAS_OTG_USB_HOST_SUPPORT