Private
Public Access
2
0

mraa: add common hpp

* Wraps some of the C functions that libmraa has into the mraa namespace
* Not included in swig bindings as of yet

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-07-02 17:09:34 +01:00
parent b408207086
commit 053d9aef70
2 changed files with 96 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
#pragma once
#include "mraa/common.h"
#include "mraa/common.hpp"
#include "mraa/pwm.hpp"
#include "mraa/aio.hpp"
#include "mraa/gpio.hpp"