This sample uses the grove temperature and humidity sensor and displays the read values on the grove LCD. Change-Id: Id6fb6171c26c97f1b01008fa06a4dc85287d7545 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= quark_d2000_crb
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|