
STM32F030中I2C 的配置和 AT24C16驱动-I2C_AutoEnd_Mode,顾名思义,操作length字节后自动添加STOP。 I2C_SoftEnd_Mode ,同样顾名思义,操作length字节后需要手动添加STOP。( I2C_GenerateSTOP() )
![[C51代码]I2C总线协议程序](https://www.86ic.net/wp-content/themes/damenhu/thumb.php?src=https://www.86ic.net/wp-content/themes/damenhu/images/2.jpg&w=300&h=180)
/****************************************************************I2C总线协议程序**************************

//i2c.h#defineTWPS00#defineTWPS11#defineTWEN2#defineTWIE0#defineTWEA6#defineTWINT7#defineTWSTA5#defi

/*************************此部分为I2C总线的驱动程序*************************************/#includereg52.h>#in

[cpp]viewplaincopyprint?********************************************************************此程序是I2C操