以下是一个STM32闪烁灯交替闪烁的.h文件示例:
```c
#ifndef __LED_H
#define __LED_H
#include "stm32f10x.h"
void LED_Init(void);
void LED_Delay(uint32_t nCount);
#endif /* __LED_H */
```
```c
#ifndef __LED_H
#define __LED_H
#include "stm32f10x.h"
void LED_Init(void);
void LED_Delay(uint32_t nCount);
#endif /* __LED_H */
```
上一篇:stm32闪烁灯交替闪烁周期1s
下一篇:角膜塑形镜对眼睛有伤害吗