13 lines
162 B
C
13 lines
162 B
C
|
|
||
|
#ifndef HD_TIM_H_
|
||
|
#define HD_TIM_H_
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "tim.h"
|
||
|
#include "stm32g431xx.h"
|
||
|
|
||
|
void HD_PWM_Init(void);
|
||
|
void HD_controlTim_Init(void);
|
||
|
|
||
|
|
||
|
#endif
|