-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
19 lines (12 loc) · 704 Bytes
/
README
File metadata and controls
19 lines (12 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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