-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
We want to have a type-agnostic EEPROM interface where you can partition sections of data for storage. You should be able to allocate "pages" of data by defining its key and size. This way we can store whatever we want in the eeprom and the interface should support an easy-to-use API for allocating pages and storing/receiving data
Acceptance Criteria
We can allocate new pages of memory in the eeprom and read/write to it
Proposed Solution
Modify eepromdirectory.c. This should be a middleware
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress