Skip to content
Snippets Groups Projects
bsp_pwm.h 166 B
Newer Older
Baptiste Toussaint's avatar
Pwm
Baptiste Toussaint committed
#ifndef __BSP_PWM
#define __BSP_PWM

#include "main.h"

void PWM_SetDuty(TIM_HandleTypeDef *tim,uint32_t tim_channel,float duty);
void PWM_init(void);
#endif