/PIC Stuff/PICX_12F1840/base_INTERRUPTS.h |
---|
0,0 → 1,12 |
#ifndef INTERRUPTS_H |
#define INTERRUPTS_H |
// Enable all interrupts (high and low priority) |
void Interrupt_Enable(void); |
// Disable all interrupts (high and low priority) |
void Interrupt_Disable(void); |
void interrupt InterruptHandlerHigh(void); |
#endif |