You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __TIMER_H
|
|
#define __TIMER_H
|
|
#include "sys.h"
|
|
void TIM1_PWM_Init(u16 arr,u16 psc);
|
|
void TIM2_Init(u16 arr,u16 psc);
|
|
void TIM3_Init(u16 arr,u16 psc);
|
|
|
|
#endif
|