您好!这个波形是示例程序发出的,请问为什么,在启动标志位后和发的第一个字节之间多了一个0x20的字节?
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.
我将地址改为如下
/**********************************************************\
Miscellaneous I2C test setup
\**********************************************************/
/*macros for assigning addresses to I2C0 and I2C1 */
#define I2C0_OWN_ADDRESS (0xa1) //(0x10)
#define I2C1_OWN_ADDRESS (0xa1) //(0x20)
输出的地址是0x42