浏览代码

[arduino][stm32f411-weact-blackpill] : update Kconfig and README

褚仕成 2 年之前
父节点
当前提交
1dc8e5060a

+ 1 - 1
bsp/stm32/stm32f411-weact-blackpill/applications/arduino_pinout/README.md

@@ -18,7 +18,7 @@ Hardware Drivers Config --->
 
 更多引脚布局相关信息参见 [pins_arduino.c](pins_arduino.c) 和 [pins_arduino.h](pins_arduino.h)。
 
-![pinout](weact-blackpill-f411-pinout.png)
+![pinout](images/weact-blackpill-f411-pinout.png)
 
 | Arduino引脚编号  | STM32引脚编号 | 5V容忍 | 备注  |
 | ------------------- | --------- | ---- | ------------------------------------------------------------------------- |

+ 0 - 0
bsp/stm32/stm32f411-weact-blackpill/applications/arduino_pinout/weact-blackpill-f411-pinout.png → bsp/stm32/stm32f411-weact-blackpill/applications/arduino_pinout/images/weact-blackpill-f411-pinout.png


+ 2 - 2
bsp/stm32/stm32f411-weact-blackpill/board/Kconfig

@@ -88,11 +88,11 @@ menu "On-chip Peripheral Drivers"
             config BSP_I2C1_SCL_PIN
                 int "i2c1 scl pin number"
                 range 0 48
-                default 46
+                default 47
             config BSP_I2C1_SDA_PIN
                 int "I2C1 sda pin number"
                 range 0 48
-                default 47
+                default 46
         endif
 
      menuconfig BSP_USING_PWM