pic16单片机读写
Eeprom 读写函数用于 pic16 系列单片机void write_eeprom(unsigned char addr,unsigned char data){do{;}while(WR==1);
pic16单片机读写