#ifndef TIMER_H #define TIMER_H #include void timer_init(uint32_t frequency); uint32_t timer_get_ticks(void); #endif