UART
UartInit(baudRate) - Sets the baud rate UART
baudRate: Any commonly used standard baud rateUartRead() - Read UART data
Returns: A byte read from UARTUartWrite(data) - Write UART data
data: Data byte to send on UARTUartCount() - Count
Returns: How many bytes have been buffered and ready to be read