Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EEPROM options for BTT SKR 1.4 #22092

Merged
merged 2 commits into from
Jun 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
#define BOARD_CUSTOM_BUILD_FLAGS -DLPC_PINCFG_UART3_P4_28
#endif

//
// EEPROM SD
//
//uncomment to enable EEPROM simulation on the SD card
//#define SDCARD_EEPROM_EMULATION

//
//EEPROM I2C
//
// uncomment to enable the EEPROM I2C module
//#define I2C_EEPROM
//#ifdef E2END
// #undef E2END
//#endif
//#define E2END 0x7FFF // koncová adresa EEPROM 24C256 (32 kB = 8 kB)
thinkyhead marked this conversation as resolved.
Show resolved Hide resolved

//
// Servos
//
Expand Down