[accelerometer]added app for interacting with accelerometer from console

This commit is contained in:
Eric Holland
2015-12-02 18:13:54 -08:00
parent 7e5c54d540
commit 94e1825854
3 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/accelerometer.c \
MODULE_ARM_OVERRIDE_SRCS := \
include make/module.mk