[arduino][stm32f411-weact-blackpill] : update Kconfig and README
This commit is contained in:
parent
4f8094ecd0
commit
1dc8e5060a
|
@ -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容忍 | 备注 |
|
||||
| ------------------- | --------- | ---- | ------------------------------------------------------------------------- |
|
||||
|
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue