Subversion Repositories Code-Repo

Rev

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

Rev 130 Rev 150
Line 24... Line 24...
24
//void uart_2_init(void);
24
//void uart_2_init(void);
25
void UART1_Recv_Interrupt_Handler(void);
25
void UART1_Recv_Interrupt_Handler(void);
26
//void uart_2_recv_interrupt_handler(void);
26
//void uart_2_recv_interrupt_handler(void);
27
void UART1_Send_Interrupt_Handler(void);
27
void UART1_Send_Interrupt_Handler(void);
28
void UART1_WriteS(const rom char *fmt, ...);
28
void UART1_WriteS(const rom char *fmt, ...);
-
 
29
void UART1_WriteF(float f, unsigned char m);
29
void UART1_WriteB(const char *msg, unsigned char length);
30
void UART1_WriteB(const char *msg, unsigned char length);
30
void UART1_WriteC(const unsigned char c);
31
void UART1_WriteC(const unsigned char c);
31
unsigned char UART1_Buffer_Len(void);
32
unsigned char UART1_Buffer_Len(void);
32
unsigned char UART1_Read_Buffer(unsigned char *buffer);
33
unsigned char UART1_Read_Buffer(unsigned char *buffer);
33
#endif
34
#endif