1
0
2
31
168
464
82
1947 void WriteEE(unsigned char adds,unsigned char data) {while(WR==1); //上一次写操作是否完成EEADR=adds; //EEPROM地址EEDAT=data; //...