Driver for Bosch Sensortec BME680 added (#469)
* Driver for Bosch Sensortec BME680 added
This commit is contained in:
parent
e0410b2c5d
commit
691cf4ed62
12 changed files with 3081 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