单片机控制I2C 读写串行EEPROM(5页)Good is good, but better carries it.精益求精,善益求善。程序/********************************************************************文件名:I2C 读写串行 EEPROM功能描述实现字节写读,页写读操作显示创作人:KEVIN 2025-09-07********************************************************************/#include#include#define uchar unsigned char#define uint unsigned intsbit scl=P1^5;sbit sda=P3^6;sbit key1=P3^2;sbit key2=P3^3;sbit key3=P3^4;uchar a[10]={0xff};/*****************************延时 10msdel*************************/void Delay_10ms(uint del){uint i,j;for(i=0; i