esp-open-rtos/extras/bme680/component.mk
Gunar Schorcht 3bf3169535 Driver for Bosch BME680 sensor added
Bosch Sensortronic's BME680 is a brand new integrated environmental sensor. It integrates temperature, pressure, humidity and gas sensors with high accuracy within a single unit.
2017-10-01 01:48:41 +02:00

9 lines
270 B
Makefile

# Component makefile for extras/bme60
# expected anyone using bme680 driver includes it as 'bme680/bme680.h'
INC_DIRS += $(bme680_ROOT)..
# args for passing into compile rule generation
bme680_SRC_DIR = $(bme680_ROOT)
$(eval $(call component_compile_rules,bme680))