208 void UART_Fix3(uint32_t number);
214 void UART_OutUFix1(uint16_t n);
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_OutString(char *pt)
output string to UART0
void UART_InString(char *bufPt, uint16_t max)
input a string from UART0
char UART_InCharNonBlock(void)
non blocking input from UART0
void UART_OutChar(char data)
output character to UART0
uint32_t UART_InUHex(void)
input a hex number from UART0
void UART_InitPrintf(void)
Initialize UART0 to use printf.
void UART_OutUDec(uint32_t n)
output a number to UART0
void UART_Init(void)
Initialize UART0.
void UART_Fix2(long number)
Fixed-point output.
void UART_OutSDec(int32_t n)
output a signed number to UART0