/* Mascaras do U0LSR */ #define THREMPTY 0x20 #define RXDREADY 0x01 #define CRYSTALFREQ 12000000 void UART0_Init(void); char UART0getchar(void); void UART0putchar(char c); void UART0puts(char *s); /* Prototipos do LCD */ void LCDinit(); void LCDputchar(int c); void LCDcomando(int c); void LCDputs(char *s);