chargeController/APP/hardwareDriver/Inc/HD_GPIO.h

12 lines
158 B
C
Raw Normal View History

2024-12-06 13:23:28 +00:00
#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