timer.h 151 B

123456789
  1. #ifndef __TIMER_H
  2. #define __TIMER_H
  3. #include "interface.h"
  4. #include "stm32f4xx_iwdg.h"
  5. #include "stm32f4xx_tim.h"
  6. void user_timer_init(void);
  7. #endif