thijse / Arduino-EEPROMEx

Extended EEPROM library for Arduino
Other
170 stars 54 forks source link

Making things more compatible #13

Open waldoalvarez00 opened 8 years ago

waldoalvarez00 commented 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.