SE_EEPROM

The library is made to work with EEPROM. All data is saved in 3 copies to implement the possibility of automatic recovery in case of partial damage.

Author
SmartElecRu
Maintainer
Bykov Viktor
Website
https://github.com/SmartElecRu/ArduinoIDE_SE_EEPROM
Category
Data Storage
License
Unknown
Library Type
Contributed
Architectures
Any

To work with data, the functions of reading / writing single bytes and strings of no more than 32 symbols are implemented. The size of the data backed up for operation should not exceed the maximum size of the controller EEPROM divided by 3. The library functionality does not provide for control over the size of the reserved memory. All functions of the class use the standard functions EEPROM.read and EEPROM.write. They do not include the functions EEPROM.begin, EEPROM.commit EEPROM.end, which only need to be performed with certain types of controllers (NodeMCU).

Downloads

Filename Release Date File Size
SE_EEPROM-1.0.1.zip 2021-04-02 9.29 KiB