初始提交
This commit is contained in:
13
Core/Inc/led.h
Normal file
13
Core/Inc/led.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __LED_H
|
||||
#define __LED_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "stm32f4xx_hal.h"
|
||||
void LED_ON(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __LED_H */
|
||||
Reference in New Issue
Block a user