AceUtils
0.5.0
Useful Arduino utilties which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.
|
Save data to EEPROM along with a CRC32 value, and an optional contextId
. When the data is retrieved, the CRC32 is calculated and compared with the expected CRC32. The contextId
is also compared with the expected contextId to verify that the data came from the same application.