You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a kind of virtual EEPROM to ArduinoZERO/SAMD21G boards wit EEPROM.h like API
@tuxedo0801
Following your thread here arduino/ArduinoCore-samd#145, I have a proposal: what do you think if we add these files in the FlashStorage library and rename them to FlashAsEEPROM.h?
pros:
the user doesn't need to install two libraries (ZeroEEPROM and FlashStorage)
the include "FlashAsEEPROM.h" make it clear that is an emulated EEPROM and that the API may be slightly different, IMHO this may address the concerns expressed in EEPROM emulation ArduinoCore-samd#145
we could expand the library to support also SAM (Arduino Due) and other platforms as well
https://github.com/KONNEKTING/ZeroEEPROM/releases/tag/1.0.0
Adds a kind of virtual EEPROM to ArduinoZERO/SAMD21G boards wit EEPROM.h like API.
The text was updated successfully, but these errors were encountered: