From 166c5b9111bfee7c93a0d952c4fe260d27afe6ed Mon Sep 17 00:00:00 2001 From: ArthurCai Date: Sat, 27 Jan 2024 21:33:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BD=AF=E4=BB=B6=E6=A8=A1=E6=8B=9FI2C)?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E6=94=B9readme=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software_i2c/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software_i2c/readme.txt b/software_i2c/readme.txt index 3cca477..b17aac9 100644 --- a/software_i2c/readme.txt +++ b/software_i2c/readme.txt @@ -5,7 +5,7 @@ 2. 支持400KHz快速模式 3. 支持GD32F30x平台和STM32F10x平台 -【移植步骤】】 +【移植步骤】 1. 将 bsp_soft_i2c.c, bsp_soft_i2c.h, bsp_soft_i2c_private.h 文件添加到工程中 2. GD工程需要有全局宏 GD32F30X_HD 或 GD32F30X_XD 或 GD32F30X_CL 3. STM工程需要有全局宏 STM32F10X_HD 或 STM32F10X_MD 或 STM32F10X_CL 以及 USE_STDPERIPH_DRIVER