stm32闪烁灯交替闪烁.h文件
来自 福建省 的网友分享
(°C)
13831
以下是一个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 */
```