Subversion Repositories Code-Repo

Rev

Rev 156 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
156 Kevin 1
#ifndef PIN_INTERRUPTS_H
2
#define PIN_INTERRUPTS_H
119 Kevin 3
 
4
void intx_init(void);
5
void int1_interrupt_handler(void);
6
 
7
void port_b_int_init(void);
8
void port_b_int_interrupt_handler(void);
9
 
10
#endif