- * Functions, macros, variables, enums and types related to the setup of the USART for serial communications.\r
+ * Hardware serial USART driver. This module provides an easy to use driver for\r
+ * the setup of and transfer of data over the AVR's USART port.\r
* standard 8-bit, no parity, 1 stop bit settings suitable for most applications.\r
*\r
* \param[in] BaudRate Serial baud rate, in bits per second\r
* standard 8-bit, no parity, 1 stop bit settings suitable for most applications.\r
*\r
* \param[in] BaudRate Serial baud rate, in bits per second\r
/** Transmits a given byte through the USART.\r
*\r
* \param[in] DataByte Byte to transmit through the USART\r
/** Transmits a given byte through the USART.\r
*\r
* \param[in] DataByte Byte to transmit through the USART\r