EDB

Author
James Whiddon
Website
https://github.com/jwhiddon/EDB
Category
Data Storage
License
LGPL 2.1
Library Type
Contributed
Architectures
Any

This Arduino Extended Database Library increases the maximum number of records allowed in a database from 256 records (byte) to a theoretical maximum of 4,294,967,295 records (unsigned long). The maximum record size was also increased from 256 bytes (byte) to 65,534 bytes (unsigned int). You may use this library in conjunction with the standard Arduino EEPROM library, an external EEPROM such as the AT24C1024, or any other platform that supports byte level reading and writing such as an SD card.

Downloads

Filename Release Date File Size
EDB-1.0.4.zip 2016-08-06 25.27 KiB
EDB-1.0.3.zip 2016-08-06 25.25 KiB
EDB-1.0.2.zip 2016-02-13 20.39 KiB