timer.h 123 B

1234567891011
  1. #ifndef __TIMER_H
  2. #define __TIMER_H
  3. #include "stm32f2xx.h"
  4. #include "stm32f2xx_tim.h"
  5. void timer_config(void);
  6. #endif