Evgeny Z
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
Marlin/src/pins/stm32f4/pins_LERDGE_X.h
|
@ -32,6 +32,9 @@ |
|
|
#define TEMP_TIMER 2 |
|
|
#define TEMP_TIMER 2 |
|
|
|
|
|
|
|
|
#define I2C_EEPROM |
|
|
#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
|
|
|
// USB Flash Drive support
|
|
|
#define HAS_OTG_USB_HOST_SUPPORT |
|
|
#define HAS_OTG_USB_HOST_SUPPORT |
|
|