chore: 迁移文档格式并清理旧文件
将多个.md文档转换为.txt格式,删除原始.md文件 更新文档内容并添加新的技术笔记
This commit is contained in:
12
Demo1/GPIO.txt
Normal file
12
Demo1/GPIO.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
引脚带FT的可以容忍5V,不带的只能接入3.3V
|
||||
|
||||
输入模式:
|
||||
GPIO_Mode_AIN 模拟输入
|
||||
GPIO_Mode_IN_FLOATING 浮空输入
|
||||
GPIO_Mode_IPD 下拉输入
|
||||
GPIO_Mode_IPU 上拉输入
|
||||
输出模式:
|
||||
GPIO_Mode_Out_OD 开漏输出
|
||||
GPIO_Mode_Out_PP 推挽输出
|
||||
GPIO_Mode_AF_OD 复用开漏
|
||||
GPIO_Mode_AF_PP 复用推挽
|
||||
Reference in New Issue
Block a user