10 lines
223 B
C
10 lines
223 B
C
#ifndef INC_PWM_CONTROL_H_
|
|
#define INC_PWM_CONTROL_H_
|
|
|
|
#include "stm32f3xx_hal_conf.h"
|
|
|
|
void PWMControl_UpdatePWMs(uint8_t pwrgndfans );
|
|
void PWMControl_init(TIM_HandleTypeDef* timer3);
|
|
|
|
#endif /* INC_CHANNEL_CONTROL_H_ */
|