Minor documentation improvements.
This commit is contained in:
parent
5051df08d7
commit
01a80df6c2
5 changed files with 53 additions and 53 deletions
|
@ -52,13 +52,13 @@
|
|||
*
|
||||
* \code
|
||||
* // Initialize the serial USART driver before first use, with 9600 baud (and no double-speed mode)
|
||||
* Serial_Init(&USARTD, 9600, false);
|
||||
* Serial_Init(&USARTD0, 9600, false);
|
||||
*
|
||||
* // Send a string through the USART
|
||||
* Serial_TxString(&USARTD, "Test String\r\n");
|
||||
* Serial_TxString(&USARTD0, "Test String\r\n");
|
||||
*
|
||||
* // Receive a byte through the USART
|
||||
* uint8_t DataByte = Serial_RxByte(&USARTD);
|
||||
* uint8_t DataByte = Serial_RxByte(&USARTD0);
|
||||
* \endcode
|
||||
*
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue