1 2 3 4 5 6 7 8 9
#ifndef _TIMER_H #define _TIMER_H extern volatile uint32_t ticks; void timer_init(); void timer_free(); #endif /* _TIMER_H */