Driver for the brand new Bosch BME680 sensor added
I have written a driver for Bosch Sensortec's BME680 sensor. This sensor integrates temperature, pressure, humidity and gas sensors in a single unit.
This commit is contained in:
parent
0448887473
commit
c420d82c42
7 changed files with 3340 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