Arduino library for the AT24MAC402/602 chip. These microchips have build in MAC address and serial number. Memory size for both parts is 256 bytes. Use the Arduino Library Manager to install.
本代码实现了简易的flash模拟eeprom功能,只需实现底层的flash操作接口,就可以在顶层调用eeprom接口使用。适合存储eeprom数据量较少的项目使用 原理 将提供给eeprom使用的flash空间分为两个分区,每个分区可包含多个擦除页,擦除时统一擦除。当前使用哪一个分区 ...