note: this is meant to be mostly a proof of concept, that builds the framework to be used later. It isnt rlly meant to be fully built out
Basically, utilize keys to initialize and use a sort of file system within EEPROM. this includes a table of all "File headers" and a function to partition EEPROM given the previous address and the length of the header. This should allow easy access through keys of whatever data, and will be extremely scalable since the starting and ending addresses are not hardcoded
Basically, utilize keys to initialize and use a sort of file system within EEPROM. this includes a table of all "File headers" and a function to partition EEPROM given the previous address and the length of the header. This should allow easy access through keys of whatever data, and will be extremely scalable since the starting and ending addresses are not hardcoded