#ifndef SOURCE_TIMER_H #define SOURCE_TIMER_H #include void timer_handler(void); void init_timer(uint32_t frequency); #endif