summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2016-01-14 02:05:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-14 02:05:17 +0000
commit5a28b8d1109272774393cdd9a9408d8afbe0f65f (patch)
treeb24ff414346252edeb6f86192454390daf20af4e
parent3b6ff6d1c9244f831e9e1fd50623e4a87e215243 (diff)
parente52d15b6e1058e48bdb90b8de01f63162245d6b2 (diff)
downloadintel-5a28b8d1109272774393cdd9a9408d8afbe0f65f.tar.gz
Rename the gpio output example app
am: e52d15b6e1 * commit 'e52d15b6e1058e48bdb90b8de01f63162245d6b2': Rename the gpio output example app
-rw-r--r--peripheral/examples/mraa/gpio_output/Android.mk (renamed from peripheral/examples/edison_arduino/gpio_input/Android.mk)3
-rw-r--r--peripheral/examples/mraa/gpio_output/OutputGPIO.cpp (renamed from peripheral/examples/edison_arduino/gpio_input/OutputGPIO.cpp)2
2 files changed, 2 insertions, 3 deletions
diff --git a/peripheral/examples/edison_arduino/gpio_input/Android.mk b/peripheral/examples/mraa/gpio_output/Android.mk
index a782bd6..a8d50a5 100644
--- a/peripheral/examples/edison_arduino/gpio_input/Android.mk
+++ b/peripheral/examples/mraa/gpio_output/Android.mk
@@ -22,8 +22,7 @@ LOCAL_CPPFLAGS:= -Wno-unused-parameter -fexceptions
LOCAL_CFLAGS += -DLOG_TAG=\"OutputGPIO\" -Wno-unused-parameter
LOCAL_SHARED_LIBRARIES := libcutils libupm libmraa
-LOCAL_MODULE := example-gpio-output
+LOCAL_MODULE := example-gpio-output-mraa
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := OutputGPIO.cpp
include $(BUILD_EXECUTABLE)
-
diff --git a/peripheral/examples/edison_arduino/gpio_input/OutputGPIO.cpp b/peripheral/examples/mraa/gpio_output/OutputGPIO.cpp
index 5f30fbb..31b63d5 100644
--- a/peripheral/examples/edison_arduino/gpio_input/OutputGPIO.cpp
+++ b/peripheral/examples/mraa/gpio_output/OutputGPIO.cpp
@@ -32,7 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <grove.h>
+#include <mraa.h>
// Structure to hold the decoded command line options
struct pgm_options {