227 void UART1_Init(
void);
233 char UART1_InChar(
void);
238 void UART1_OutChar(
char data);
char UART_InChar(void)
input from UART0
uint32_t UART_InUDec(void)
input a number from UART0
void UART_OutUHex(uint32_t number)
output a hex number to UART0
void UART_OutUDec5(uint32_t n)
output a number to UART0
void UART_OutString(char *pt)
output string to UART0
void UART_Init(uint32_t priority)
Initialize UART0.
void UART_InString(char *bufPt, uint16_t max)
input a string from UART0
void UART_OutChar(char data)
output character to UART0
uint32_t UART_InUHex(void)
input a hex number from UART0
void UART_OutUDec3(uint32_t n)
output a number to UART0
void UART_InitPrintf(void)
Initialize UART0 to use printf.
void UART_OutUDec(uint32_t n)
output a number to UART0
void UART_OutUHex2(uint32_t number)
output a 2-digit hex number to UART0
void UART_Fix2(long number)
output a fixed-point number to UART0
void UART_OutSDec(int32_t n)
output a signed number to UART0