Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#ifndef __timer_interrupt_handler_h#define __timer_interrupt_handler_hvoid timers_init(void);void timer0_interrupt_handler(void);void timer1_interrupt_handler(void);void timer2_interrupt_handler(void);#endif