Private
Public Access
2
0

uart_setup: add example on current uart use.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-07-10 01:25:20 +01:00
parent 9351c91f40
commit 9f2f5be20a
3 changed files with 46 additions and 0 deletions

View File

@@ -31,6 +31,8 @@
* UART is the Universal asynchronous receiver/transmitter interface to
* libmraa. It allows the exposure of UART pins on supported boards.
* With functionality to expand at a later date.
*
* @snippet uart_setup.c Interesting
*/
#ifdef __cplusplus