7 lines
272 B
C
7 lines
272 B
C
#ifndef LS1X_MASTER_V0_4_1C102_MYGPIO_H
|
|
#define LS1X_MASTER_V0_4_1C102_MYGPIO_H
|
|
|
|
void Set_gpio_value(unsigned char GPIOx, unsigned char mode, unsigned char value);
|
|
void remap_gpio(unsigned char gpio_NO, GPIOFunc_TypeDef gpio_fun);
|
|
#endif //LS1X_MASTER_V0_4_1C102_MYGPIO_H
|