Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 106 → Rev 107

/Classwork/ECE4534 - Embedded Systems/PIC 27J13/timers.h
0,0 → 1,9
#ifndef __timer_interrupt_handler_h
#define __timer_interrupt_handler_h
 
void timers_init(void);
void timer0_interrupt_handler(void);
void timer1_interrupt_handler(void);
void timer2_interrupt_handler(void);
 
#endif