12 lines
158 B
C
12 lines
158 B
C
|
|
||
|
#ifndef HD_GPIO_H_
|
||
|
#define HD_GPIO_H_
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "gpio.h"
|
||
|
#include "stm32g431xx.h"
|
||
|
#include "comm_types.h"
|
||
|
|
||
|
void HD_GPIO_Init(void);
|
||
|
|
||
|
#endif
|