STM32带调试信息的模拟I2C.zip
STM32的I2C模拟库函数,带调试信息输出。直接可以使用。 --------------- void I2C_Start(void); void I2C_Stop(void); void I2C_SendByte(uint8_t _ucByte); uint8_t I2C_ReadByte(void); uint8_t I2C_WaitAck(void); void I2C_Ack(void); void I2C_NAck(void); static void I2C_CfgGPIO(void); uint8_t I2C_CheckDevice(uint8_t _Address);
用户评论