Browse Source

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

Evgeny Z 4 years ago
parent
commit
6e1024737d
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/pins/stm32f4/pins_LERDGE_X.h

+ 3
- 0
Marlin/src/pins/stm32f4/pins_LERDGE_X.h View File

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

Loading…
Cancel
Save