init: 项目初始化,添加基础文件
This commit is contained in:
12
循迹/Hardware/LED.h
Normal file
12
循迹/Hardware/LED.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __LED_H
|
||||
#define __LED_H
|
||||
|
||||
void LED_Init(void);
|
||||
void LED1_ON(void);
|
||||
void LED1_OFF(void);
|
||||
void LED1_Turn(void);
|
||||
void LED2_ON(void);
|
||||
void LED2_OFF(void);
|
||||
void LED2_Turn(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user