Arduino-EEPROMEx
Arduino-EEPROMEx copied to clipboard
Making things more compatible
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.