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.
This commit is contained in:
Gunar Schorcht 2017-10-01 01:48:41 +02:00 committed by GitHub
parent c4248581e2
commit 3bf3169535
7 changed files with 3340 additions and 0 deletions

View 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))