开了红外接收又不行了
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||

|
||||
|
||||
|
||||
换了env2就可以?
|
||||
|
||||

|
||||
@@ -6,4 +8,12 @@
|
||||
但
|
||||

|
||||
对照示例0.1.1版什么都不用做,也不会报错什么没定义
|
||||
.config/rtconfig.h
|
||||
.config/rtconfig.h
|
||||
### GET_PIN(F, 11) 的头文件
|
||||
|
||||
``` c
|
||||
#include <drv_gpio.h>
|
||||
/* 配置 LED 灯引脚 */
|
||||
#define PIN_LED_B GET_PIN(F, 11) // PF11 : LED_B --> LED
|
||||
#define PIN_LED_R GET_PIN(F, 12) // PF12 : LED_R --> LED
|
||||
```
|
Reference in New Issue
Block a user