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.
 
 
 
 
 

12 lines
248 B

#ifndef __TIM3_H__
#define __TIM3_H__
#include "n32g45x.h"
extern uint32_t g_tim3_count;
void TIM3_Init(void);
//void TIM3_RCC_Configuration(void);
//void TIM3_TIM_Configuration(void);
//void TIM3_NVIC_Configuration(void);
#endif /*__TIM2_H__*/