Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 125 → Rev 126

/PIC Stuff/PIC_27J13/uart.h
5,6 → 5,9
 
#define UART1_BREAK_CHAR 0x0D //(CR)
 
#define UART1_RECV_BUFFER
//#define UART1_RECV_XBEE
 
typedef struct __UART_DATA {
unsigned char buffer_in[MAXUARTBUF];
unsigned char buffer_in_read_ind;