# EEPROM-24Cxx-device **Repository Path**: Prry/EEPROM-24Cxx-device ## Basic Information - **Project Name**: EEPROM-24Cxx-device - **Description**: 24系列(i2c接口)的EEPROM及FRAM通用接口驱动,如AT24C16、FM24CL16。通过型号自动识别片容量大小和页容量大小,支持页写、非整齐页写、翻页;兼容EEPROM和FRAM。统一接口,屏蔽底层差异,方便移植。使用时只需设置好具体EEPROM型号、从地址、页写延时函数、写保护函数等即可驱动起来,让用户将更多时间花在业务功能上。 - **Primary Language**: C - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/Prry - **GVP Project**: No ## Statistics - **Stars**: 18 - **Forks**: 6 - **Created**: 2020-07-01 - **Last Updated**: 2025-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The-Driver-of-EEPROM-FRAM 24系列(i2c接口)的EEPROM及FRAM通用接口驱动。