I2C EEPROM support #3860

let's go with EE24 for now
This commit is contained in:
rusefillc 2022-02-04 22:03:12 -05:00
parent b692437510
commit 409d05ace4
1 changed files with 7 additions and 2 deletions

View File

@ -126,8 +126,13 @@
/* EEProm driver related settings. */
/*===========================================================================*/
#define EEPROM_USE_EE24XX FALSE
#define EEPROM_USE_EE25XX TRUE
#ifndef EEPROM_USE_EE24XX
#define EEPROM_USE_EE24XX TRUE
#endif
#ifndef EEPROM_USE_EE25XX
#define EEPROM_USE_EE25XX FALSE
#endif