CCS811 driver added
This commit is contained in:
parent
e0410b2c5d
commit
5f58090924
11 changed files with 1997 additions and 0 deletions
4
examples/ccs811/ccs811_temperature/Makefile
Normal file
4
examples/ccs811/ccs811_temperature/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
PROGRAM=CCS811_Temperature
|
||||
EXTRA_COMPONENTS = extras/i2c extras/ccs811
|
||||
LIBS ?= gcc hal m
|
||||
include ../../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue