BME680 is an ulta-low-power environmental sensor that integrates temperature, pressure, humidity and gas sensors in only one unit. - additional includes added to satisfy Travis CI build - function bme680_force_measurement returns now a boolean - function bme680_is_measuring returns now boolean - function bme680_get_measurement_duration added - heating profiles implemented - example for heating profiles added
9 lines
270 B
Makefile
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))
|