Data Storage

OSFS

Charles Baynham <charles.baynham@gmail.com>

An Overly Simplified FileSystem for storing things, e.g. in the Arduino's EEPROM

Provides an extremely basic, low footprint file system for storage access in an Arduino or other AVR microprocessor. Could be ported to other architectures very easily. The examples provided show how to use OSFS with the Arduino's EEPROM, but it can be used with any sequentially addressed form of storage.

Go to repository