Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 149 → Rev 150

/PIC Stuff/PIC_27J13/uart.h/uart.h
26,6 → 26,7
//void uart_2_recv_interrupt_handler(void);
void UART1_Send_Interrupt_Handler(void);
void UART1_WriteS(const rom char *fmt, ...);
void UART1_WriteF(float f, unsigned char m);
void UART1_WriteB(const char *msg, unsigned char length);
void UART1_WriteC(const unsigned char c);
unsigned char UART1_Buffer_Len(void);