Driver for Bosch Sensortec BME680 added
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
This commit is contained in:
parent
87a3503f93
commit
76d1cfec75
12 changed files with 3095 additions and 0 deletions
9
extras/bme680/component.mk
Normal file
9
extras/bme680/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue