#ifndef _TIMER_H #define _TIMER_H extern volatile uint32_t ticks; void timer_init(); void timer_free(); #endif /* _TIMER_H */