Subversion Repositories Code-Repo

Rev

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

#ifndef PIN_INTERRUPTS_H
#define PIN_INTERRUPTS_H

void intx_init(void);
void int1_interrupt_handler(void);

void port_b_int_init(void);
void port_b_int_interrupt_handler(void);

#endif