Skip to content

Pls. add new library: ZeroEEPROM #5470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tuxedo0801 opened this issue Oct 11, 2016 · 4 comments
Closed

Pls. add new library: ZeroEEPROM #5470

tuxedo0801 opened this issue Oct 11, 2016 · 4 comments
Assignees
Labels
Component: Board/Lib Manager Boards Manager or Library Manager

Comments

@tuxedo0801
Copy link

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.

@cmaglie
Copy link
Member

cmaglie commented Oct 14, 2016

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

what do you think?

@cmaglie cmaglie added the Component: Board/Lib Manager Boards Manager or Library Manager label Oct 14, 2016
@tuxedo0801
Copy link
Author

I agree. That's a good idea. Will you add/rename the files and release a new version?

@cmaglie
Copy link
Member

cmaglie commented Oct 14, 2016

Ok I'm on it

@cmaglie
Copy link
Member

cmaglie commented Oct 14, 2016

here we go: cmaglie/FlashStorage#7

@cmaglie cmaglie closed this as completed Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager
Projects
None yet
Development

No branches or pull requests

2 participants