蓝桥嵌入式——e2prom的读写函数。
摘要:
连续写入 void i2c_write( unsigned char *strpuf,unsigned char num ,u8 addr) // strpuf是传入的数组,num是传递的个数,addr是分配的地址{ I2CStart(); I2CSendByte(0xa0); I2CWaitAck 阅读全文
posted @ 2021-04-17 21:53 page71 阅读(142) 评论(0) 推荐(0) 编辑