CCS811 driver added ()

This commit is contained in:
Gunar Schorcht 2017-12-11 04:00:53 +01:00 committed by Ruslan V. Uss
parent 2f62c6e9df
commit 61f23d0cf4
11 changed files with 1989 additions and 0 deletions
examples/ccs811/ccs811_one_sensor

View file

@ -0,0 +1,4 @@
PROGRAM=CCS811_One_Sensor
EXTRA_COMPONENTS = extras/i2c extras/ccs811
include ../../../common.mk