RoboLib  1.0
UART1

file
robolib/uart1.h

description
The uart1 modul contains functions for sending data to and recieving data from the UART1.

The baudrate will be set to 57600 if the preprocessor switch UART1_BAUD is not set.

The transmit buffer will be used if the preprocessor switch UART1_TX is set between 3 and 256.

The recieve buffer will be used if the preprocessor switch UART1_RX is set between 3 and 256.

dependencies
This modul depends on the following modules:

It uses the the following macros:

example
Similar examples for the overall usage can be found at Uart0 .