EDF - OnePIC MCU
v1.1.0
|
![]() |
Data Structures | |
struct | IR_DEMO_FLAG |
Contains the RX/TX flags. More... | |
Files | |
file | OnePIC_8bit_demo_isr.h |
Functions | |
void interrupt | ISR (void) |
ISR for the 8bit Demo which checks the following interrupts. | |
Variables | |
IR_DEMO_RX | rx_byte |
IR_DEMO_FLAG | rx_tx_flag |
void interrupt ISR | ( | void | ) |
ISR for the 8bit Demo which checks the following interrupts.
Definition at line 45 of file OnePIC_8bit_demo_isr.c.
store all rx/tx bytes in here
Definition at line 39 of file OnePIC_8bit_demo_main.c.
Keep track of rx/tx flags
Definition at line 38 of file OnePIC_8bit_demo_main.c.