CCS811 driver added (#479)
This commit is contained in:
parent
2f62c6e9df
commit
61f23d0cf4
11 changed files with 1989 additions and 0 deletions
9
extras/ccs811/component.mk
Normal file
9
extras/ccs811/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue