EDF - OnePIC MCU
v1.1.0
|
Go to the source code of this file.
Data Structures | |
struct | IR_DEMO_FLAG |
Contains the RX/TX flags. More... | |
struct | IR_DEMO_RX |
Global variables that are written to in the ISR. More... | |
Functions | |
void | demo_main_loop (void) |
IR main loop that sends and receives bytes. | |
void | irda_demo_init (void) |
Initilizes the IR link, specifically: | |
void | irda_tx (char c) |
bit-bang a byte to the IR PICtail | |
void | mcp2200_tx (char c) |
send a byte to the UART module back to the listening device | |
void | touch_service () |
Service the TOUCH_TX_FLAG. | |
void | mcp2200_service () |
Service the MCP2200_RX_FLAG. | |
void | ir_service () |
Service the IRDA_RX_FLAG. |
Definition in file OnePIC_8bit_demo_main.h.