Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cai-Zi authored Sep 19, 2020
1 parent f7c08a0 commit c3ade3c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# STM32_PWMtoPPM
使用STM32F103C8T6最小系统板(蓝色开发板),捕获8路PWM转换为PPM输出,弥补无PPM输出的接收机
# 引脚分配
接收机的PWM输出通道 --> 最小系统板的引脚
CH1 --> PA0
CH2 --> PA1
CH3 --> PA2
CH4 --> PA3
CH5 --> PB6
CH6 --> PB7
CH7 --> PB8
CH8 --> PB9
接收机的PWM输出通道 --> 最小系统板的引脚 <br>
CH1 --> PA0 <br>
CH2 --> PA1 <br>
CH3 --> PA2 <br>
CH4 --> PA3 <br>
CH5 --> PB6 <br>
CH6 --> PB7 <br>
CH7 --> PB8 <br>
CH8 --> PB9 <br>
最小系统板PPM输出在PB1脚,LED灯在PC13脚
# SBUS输出
暂未开发,先挖个坑,有空再填

0 comments on commit c3ade3c

Please sign in to comment.