forked from Git_test/Git_TEST
初始化项目:红灯闪烁
This commit is contained in:
10
不同颜色LED/DEVICE/Led_Init.h
Normal file
10
不同颜色LED/DEVICE/Led_Init.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __Led_Init_H
|
||||
#define __Led_Init_H
|
||||
|
||||
#define GRE_Led GPIO_Pin_7 //绿灯PA7
|
||||
#define BLU_Led GPIO_Pin_6 //蓝灯PA6
|
||||
#define RED_Led GPIO_Pin_0 //红灯PB0
|
||||
|
||||
void Led_Init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user