IC的起始程序-单片机课件
I2C的起始程序void I2CStart(void) { SDA = 1; Delay(); //延时子程序SCL = 1; Delay(); SDA = 0; Delay(); SCL = 0; }
2.73MB
文件大小:
评论区