EEPROM Library
Overview
The EEPROM Library supports various EEPROM devices and provides generic APIs that the users can use in designing their EEPROM applications for 8-bit PIC and AVR devices.
Features
-
Supports on-chip EEPROM of 8-bit PIC and AVR devices.
-
Supports the following EEPROM Devices:
- 24FC01
- 24FC128
- 24FC16
- 24FC512
- 24FC64
- 24CS256
- AT24CM02
-
Provides APIs for the following EEPROM operations:
- Byte Read and Write
- Sequential Read and Write
- Page Read and Write
Changelog
All notable changes to this project will be documented in this file.
[1.0.1] - 2023-11-17
New Features
- CC8SCRIP-18653 :- Updated On-chip EEPROM device templates to be portable across 8-bit families
Bug Fixes
- CC8SCRIP-18496 :- Removed SPI from the builder view when in I2C-EEPROM mode
- CC8SCRIP-18428 :- Fixed EEPROM_ReadByte function for On-chip EEPROM devices
[1.0.0] - 2023-03-07
New Features
- CC8SCRIP-9818 :- EEPROM Library Initial Release