timer.h 94 B

12345678
  1. #ifndef TIMER_H
  2. #define TIMER_H
  3. #include <stdint.h>
  4. void init_timer(uint32_t freq);
  5. #endif