Go to the source code of this file.
Detailed Description
Definition in file irda_uart.h.
Define Documentation
mS delay period inbetween bits
- Parameters:
-
uses the built in macro from HI-TECH to delay between bits. = 1/IRDA_BRATE = 1/9600 = 104us Be sure that this is micro seconds!!
Definition at line 22 of file irda_uart.h.
#define IRDA_16X_CLK PTP2_PORT |
- Parameters:
-
IRDA_16X_CLK | the PWM pin for the MCP2122 |
Definition at line 29 of file irda_uart.h.
#define IRDA_16X_CLK_TRIS PTP2_TRIS |
- Parameters:
-
IRDA_16X_CLKC_TRIS | tris pin for PWM |
Definition at line 30 of file irda_uart.h.
- Parameters:
-
IRDA_BRATE | baud rate for IR transfer |
Definition at line 11 of file irda_uart.h.
#define IRDA_RX PTP1_PORT |
#define IRDA_TX PTP3_PORT |
- Parameters:
-
NUM_DATA_BITS | num of data bits |
Definition at line 12 of file irda_uart.h.