Private
Public Access
2
0

uart: Add c++ uart example

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-06-02 08:43:14 +01:00
parent b4655b250b
commit 359cad0336
3 changed files with 74 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ namespace mraa
* @brief API to UART (enabling only)
*
* This file defines the UART interface for libmraa
*
* @snippet Uart-example.cpp Interesting
*/
class Uart
{