Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 341 → Rev 342

/PIC Projects/PIC_27J13/pin_interrupts.h
0,0 → 1,10
#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