Adds a max30101 sample application that polls sensor data and prints it to the console. Jira: ZEP-720 Change-Id: I50f28eaf9ea2ff5bfbb9fb6922c4006d5c02e739 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
12 lines
181 B
Makefile
12 lines
181 B
Makefile
# Makefile - max30101 sample
|
|
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
BOARD ?= hexiwear_k64
|
|
CONF_FILE ?= prj.conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|