SumProject/my_error/README.md

26 lines
626 B
Markdown
Raw Normal View History

2024-08-06 01:01:16 +08:00
![语法错误图](syntax_env1.5.png)
2024-08-06 10:00:49 +08:00
2024-08-06 01:52:45 +08:00
换了env2就可以
![alt text](image-1.png)
移出来+头文件可以编译
![alt text](image.png)
对照示例0.1.1版什么都不用做,也不会报错什么没定义
对比.config/rtconfig.h
但发了红外线也没反应……
再加回接收、发送
又是没定义
对比.config/rtconfig.h
调整好pintimer#define ***timer
总算可以了
2024-08-06 10:00:49 +08:00
### 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
```