Private
Public Access
2
0

maa: add global maa.h and maa.hpp and stop using /usr/include/maa/

* pkg-config now only sees maa.h & maa.hpp
* usage of maa/*.{h,hpp} is still allowed
* examples updated to use maa.{h,hpp}

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-10 16:33:32 +01:00
parent f1a0e9825e
commit faedfce419
28 changed files with 61 additions and 15 deletions

View File

@@ -231,6 +231,12 @@ void maa_result_print(maa_result_t result);
*/
maa_boolean_t maa_pin_mode_test(int pin, maa_pinmodes_t mode);
#include "maa/pwm.h"
#include "maa/aio.h"
#include "maa/gpio.h"
#include "maa/spi.h"
#include "maa/i2c.h"
#ifdef __cplusplus
}
#endif