9 lines
109 B
C
9 lines
109 B
C
|
#ifndef __GPIO_H
|
||
|
#define __GPIO_H
|
||
|
|
||
|
#include "ch32l103_conf.h"
|
||
|
|
||
|
void all_gpio_Init(void);
|
||
|
|
||
|
#endif //__GPIO_H
|