Rev 2116 Rev 2222
1 #ifndef TIMER_H 1 #ifndef TIMER_H
2 #define TIMER_H 2 #define TIMER_H
3   3  
4 void Timer0_Init_Interrupt(); 4 void Timer0_Init_Interrupt();
5 void Timer1_Init_Interrupt(); 5 void Timer1_Init_Interrupt();
6   6  
7 #endif 7 #endif