8.2.1.1 UART_example_WRITE_STRING
Call this function from main to send a string of characters. This can be a light-weight alternative to printf, e.g. for a string of ASCII characters.
void UART_example_WRITE_STRING(
char * str
)
Parameters
- none
Returns
Type: void