This is a temperature and atmospheric pressure chip. The datasheet is available at: https://www.adafruit.com/datasheets/BST-BMP280-DS001-11.pdf Change-Id: I3406eb6c2c4da564757b8315323d0681d648b541 Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= arduino_101_sss
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|