zephyr/samples/sensor/max30101/Makefile
Maureen Helm 0ab8874fde samples: Add max30101 sample application
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>
2017-04-06 11:47:18 +00:00

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