timer.h 150 B

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