STM32F10x HAL库的bsp分支

增加了pin设备的模式开漏和下拉
添加的HAL库的bsp分支
This commit is contained in:
MiraculousConch
2017-10-20 03:28:13 +08:00
parent e448ecc6ad
commit cfa87cf938
2347 changed files with 738061 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ struct rt_device_pin
#define PIN_MODE_OUTPUT 0x00
#define PIN_MODE_INPUT 0x01
#define PIN_MODE_INPUT_PULLUP 0x02
#define PIN_MODE_INPUT_PULLDOWN 0x03
#define PIN_MODE_OUTPUT_OD 0x04
#define PIN_IRQ_MODE_RISING 0x00
#define PIN_IRQ_MODE_FALLING 0x01