#ifndef __TIMER_H #define __TIMER_H void timer_init(); ISR (TIMER2_COMP_vect); #endif //__TIMER_H