-
Notifications
You must be signed in to change notification settings - Fork 1
Utilities to manage data on the EEPROM of Arduino Boards (AVR Microprocessors)
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
flupes/EepromUtils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
EepromUtils provides facilities to manage data on the Arduino EEPROM. EepromUtils is a library of classes allowing an easy access to the permanent storage (EEPROM) of an AVR microprocessor on an Arduino Board. The library provides the following functionality: - SafeEeprom allows several data types to be written to and read from EEPROM while providing boundary checks. - EnduranceEeprom implement a circular buffer to minimize wear when writing repetitively data to the EEPROM - EepromRingBuffer provides a ring buffer for arbitrary data types and uses EnduranceEeprom to minimize EEPROM wear due to the indexes WARNING: This library is still in alpha stage! Lorenzo Flueckiger -- May 2011
About
Utilities to manage data on the EEPROM of Arduino Boards (AVR Microprocessors)
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published