add unified compile target
[avr_work.git] / lline / old / timers.h
blob93721a34792ec239b07996a149b43f78a91c8b7a
1 /*
3 */
5 #ifndef _TIMERS_H_
6 #define _TIMERS_H_
8 void timers_init(void);
9 void timer0_init(void);
10 void timer1_init(void);
11 void timer2_init(void);
13 #endif