Driver for the brand new Bosch BME680 sensor added

This commit is contained in:
Gunar Schorcht 2017-09-30 16:14:51 +02:00 committed by GitHub
parent e6ff0047d5
commit 649d0450de
14 changed files with 574 additions and 0 deletions

View file

@ -0,0 +1,3 @@
PROGRAM=BME680_Task_I2C
EXTRA_COMPONENTS = extras/i2c extras/bme680
include ../../../common.mk