Skip to content

Commit

Permalink
Lerdge-X I²C EEPROM pins, size (#21322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evg33 authored and thinkyhead committed Apr 29, 2021
1 parent 894688c commit d81838e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/pins/stm32f4/pins_LERDGE_X.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d81838e

Please sign in to comment.