You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking to clear memory using Update Function (Avoiding write cycle count in case same value).
Default value of EEPROM is 0xFF.
Only need to clear the range set by this function
EEPROM.setMemPool(memBase, EEPROMSizeUno);
or have some function to set a specific value on all use able memory selected by above function
Since I am new user of this library , I was doubtful that I would be able to make any better clear function that could do the job without violating library standards.
Purpose is to only read a set of variables when data is written for that set of variables.
I can clarify if objective is not understood.
Can be done?
The text was updated successfully, but these errors were encountered:
Hi
I was thinking to clear memory using Update Function (Avoiding write cycle count in case same value).
Default value of EEPROM is 0xFF.
Only need to clear the range set by this function
EEPROM.setMemPool(memBase, EEPROMSizeUno);
or have some function to set a specific value on all use able memory selected by above function
Since I am new user of this library , I was doubtful that I would be able to make any better clear function that could do the job without violating library standards.
Purpose is to only read a set of variables when data is written for that set of variables.
I can clarify if objective is not understood.
Can be done?
The text was updated successfully, but these errors were encountered: