#ifndef TIMER_A1_H #define TIMER_A1_H #include void TimerA1Init(void (*task)(void), uint16_t period); void TimerA1Stop(void); #endif /* TIMER_A1_H */