Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 151 → Rev 154

/PIC Stuff/PIC_27J13/interrupts.h
11,9 → 11,8
// Initialize the interrupts
void Interrupt_Init(void);
 
// enable the interrupts (high and low priority)
// Enable the interrupts (high and low priority)
void Interrupt_Enable(void);
 
void Interrupt_Disable(void);
 
#endif