Open waldoalvarez00 opened 8 years ago
Can you change:
EEPROMClassEx EEPROM;
to something like:
EEPROMClassEx EEPROMEx;
EEPROMEx.h is not a drop in replacement for EEPROM.h as it doesn't have indexers and length function for instance.
Can you change:
EEPROMClassEx EEPROM;
to something like:
EEPROMClassEx EEPROMEx;
EEPROMEx.h is not a drop in replacement for EEPROM.h as it doesn't have indexers and length function for instance.