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 GitHub
parent 03a41021de
commit 6e1024737d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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