11 lines
154 B
C
11 lines
154 B
C
//管理 GPIO 的初始化
|
|
|
|
#ifndef __GPIO_H
|
|
#define __GPIO_H
|
|
|
|
void GPIO_A1_Init(void);
|
|
void GPIO_E3_C5_D10_Init(void);
|
|
void GPIO_B0_B1_B12_Init(void);
|
|
|
|
#endif
|