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
sentence=EEPROM counter, optimized for wear longevity
paragraph=A persistent 32-bit counter in EEPROM memory, optimized for increment-by-one. Spreads the write cycles evenly over your selected range of 16, 32, or more bytes of EEPROM. Write/erase cycles are minimized via direct register access to individual EEPROM bits. A counter using just 32 dedicated EEPROM bytes can be incremented over 24 million times while staying under 100,000 erase/write cycles.