Subversion Repositories Code-Repo

Rev

Rev 150 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 150 Rev 154
Line 19... Line 19...
19
    unsigned char buffer_out_ind;
19
    unsigned char buffer_out_ind;
20
    unsigned char buffer_out_len;
20
    unsigned char buffer_out_len;
21
} UART_DATA;
21
} UART_DATA;
22
 
22
 
23
void UART1_Init(void);
23
void UART1_Init(void);
24
//void uart_2_init(void);
-
 
25
void UART1_Recv_Interrupt_Handler(void);
24
void UART1_Recv_Interrupt_Handler(void);
26
//void uart_2_recv_interrupt_handler(void);
-
 
27
void UART1_Send_Interrupt_Handler(void);
25
void UART1_Send_Interrupt_Handler(void);
28
void UART1_WriteS(const rom char *fmt, ...);
26
void UART1_WriteS(const rom char *fmt, ...);
29
void UART1_WriteF(float f, unsigned char m);
27
void UART1_WriteF(float f, unsigned char m);
30
void UART1_WriteB(const char *msg, unsigned char length);
28
void UART1_WriteB(const char *msg, unsigned char length);
31
void UART1_WriteC(const unsigned char c);
29
void UART1_WriteC(const unsigned char c);