Eeprom management
Our Base library lets you view and edit the content of your Arduino EEPROM using the EEPROM Panel.
It supplies a variable called HC_eeprom which make it easy to access data in the EEPROM from your Arduino sketch. With this variable, you can:
- Configure the User Space (if you are not happy with the default configuration)
- Access the User Space
- Access the Memory Cells
Refer to article What is the EEPROM? to learn more about EEPROM.
Refer to article EEPROM Panel to understand how our library and HITIPanel manage data in the EEPROM (Memory Space, User Space…).