chargeController/APP/functionalModule/Inc/FM_TIM.h

14 lines
213 B
C
Raw Normal View History

2024-12-06 13:23:28 +00:00
#ifndef FM_PWM_CONTORL_H_
#define FM_PWM_CONTORL_H_
#include "HD_TIM.h"
void pwm_Init(void);
void set_pwmDutyRatio(float DutyRatio);
void set_pwmPulse(uint32_t Pulse);
extern void chargControl(void);
#endif