EDF - OnePIC MCU  Preliminary v0.7.0
8bit_IR/demo_main.h File Reference
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition in file demo_main.h.