pwm ok
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* drv_tim.h
|
||||
*
|
||||
* Created on: Mar 31, 2023
|
||||
* Author: gxms0
|
||||
*/
|
||||
|
||||
#ifndef BSP_DRV_TIM_H_
|
||||
#define BSP_DRV_TIM_H_
|
||||
|
||||
#include "ch32v20x.h"
|
||||
|
||||
void tim_init(void);
|
||||
|
||||
void TIM_PWM_Init(void);
|
||||
|
||||
void TIM_PWM_Timer2(void);
|
||||
void TIM_PWM_Timer3(void);
|
||||
void TIM_PWM_Timer4(void);
|
||||
|
||||
|
||||
#endif /* BSP_DRV_TIM_H_ */
|
||||
Reference in New Issue
Block a user