Arduino-EEPROMEx icon indicating copy to clipboard operation
Arduino-EEPROMEx copied to clipboard

Making things more compatible

Open waldoalvarez00 opened this issue 9 years ago • 0 comments

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.

waldoalvarez00 avatar Nov 04 '16 23:11 waldoalvarez00