/24aa

EEPROM driver for ChibiOS/RT

Primary LanguageC++

Abstraction layer for small capacity EEPROM ICs like 24AA/25AA.

1. DESCRIPTION

This library designed to work on top of ChibiOS/RT. It abstracts access to
EEPROM and FRAM like a regular file(s).

2. LIMITATIONS

* Supports only self erasable ICs.
* No 'RAID' like combining

3. USAGE 
 
You can fine example project in 'test_app' directory. 

4. LICENSE

Actual code is published under the Apache License, Version 2.0.
Old unmaintainable code in 'legacy' directory published under BSD-3 license.

Author: Uladzimir Pylinski aka barthess (barthess@yandex.ru). 
03.11.2016