引脚说明

This commit is contained in:
2025-06-25 16:51:26 +08:00
parent 9b471b16da
commit 3be581a78b

View File

@@ -59,6 +59,19 @@
请参考`ThreadX 系统结构图.png` 请参考`ThreadX 系统结构图.png`
<img src="/TuoPu.png" alt="ThreadX 系统结构图" style="zoom:50%;" /> <img src="/TuoPu.png" alt="ThreadX 系统结构图" style="zoom:50%;" />
## 🗺️ 引脚配置参考
请参考:`Point 引脚配置图.png`
<img src="/Point.png" alt="Point 引脚配置图" style="zoom:50%;" />
对于图中的有更改过的部分引脚进行说明
|引脚名称|用途|外设|
|PC9|HC_Trig|超声波|
|PC8|HC_Echo|超声波|
|PB8|蓝牙接收---GPDMA1|BLE|
|PB9|蓝牙发送---GPDMA1|BLE|
|PD6|GPS接收---GPDMA1|GPS|
|PD5|GPS发送|GPS|
## 📋 开发环境配置说明 ## 📋 开发环境配置说明
### 软件工具 ### 软件工具