按照例子移植了,结果...
I2C_Start();
I2C_Write(0x9A);
I2C_Write(0x02);
I2C_Start();
i2c_read(ACK);
i2c_read(nak);
I2C_Stop();
是不是rpt start是特别一点的?按照例子移植的start啊.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
按照例子移植了,结果...
I2C_Start();
I2C_Write(0x9A);
I2C_Write(0x02);
I2C_Start();
i2c_read(ACK);
i2c_read(nak);
I2C_Stop();
是不是rpt start是特别一点的?按照例子移植的start啊.