Private
Public Access
2
0

pio: Remove pio headers from MRAA

The Native PIO API provides both the libraries and headers for use with
the Android Things Peripheralanager client.  This commit removes these
from the MRAA repo in favor of the FindAndroidThings.cmake provided by
the Native PIO API.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2017-04-17 11:50:25 -07:00
parent 380d2cf638
commit 3e19a58710
12 changed files with 13 additions and 720 deletions

View File

@@ -27,7 +27,7 @@
#include <syslog.h>
#include "mraa_internal.h"
#include "peripheralman.h"
#include "peripheralmanager/peripheralman.h"
APeripheralManagerClient *client = NULL;
char **gpios = NULL;