Private
Public Access
2
0

uart: barebones uart module added.

* Only defined call is the init. Will then expose the uart from
* the multiplexors.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-07-10 00:55:50 +01:00
parent 86af05f803
commit 23304fb6c4
7 changed files with 167 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ extern "C" {
#include "mraa/gpio.h"
#include "mraa/spi.h"
#include "mraa/i2c.h"
#include "mraa/uart.h"
#ifdef __cplusplus
}