USART_Basic_write

Write one character to USART_Basic.

void USART_Basic_write(
    const uint8_t data
)

Function will block until a character can be accepted.

Parameters

data

Type: const uint8_t

The character to write to the USART

Returns

Type: void

Nothing