CCS811 driver added

This commit is contained in:
Gunar Schorcht 2017-10-29 18:18:08 +01:00
parent e0410b2c5d
commit 5f58090924
11 changed files with 1997 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/ccs811
# expected anyone using ccs811 driver includes it as 'ccs811/ccs811.h'
INC_DIRS += $(ccs811_ROOT)..
# args for passing into compile rule generation
ccs811_SRC_DIR = $(ccs811_ROOT)
$(eval $(call component_compile_rules,ccs811))