Init
This commit is contained in:
20
main/CMakeLists.txt
Normal file
20
main/CMakeLists.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
idf_component_register(SRCS
|
||||
"hw/i2cbrn.c"
|
||||
"hw/i2cbrn.h"
|
||||
"components/util.c"
|
||||
"components/util.h"
|
||||
"hw/bme680b.c"
|
||||
"hw/bme680b.h"
|
||||
"hw/ccs811.c"
|
||||
"hw/ccs811.h"
|
||||
"hw/ina260.c"
|
||||
"hw/ina260.h"
|
||||
"hw/mcp23018.c"
|
||||
"hw/mcp23018.h"
|
||||
"hw/mpu9250.c"
|
||||
"hw/mpu9250.h"
|
||||
"components/sensors.c"
|
||||
"components/sensors.h"
|
||||
"main.c"
|
||||
|
||||
INCLUDE_DIRS ".")
|
Reference in New Issue
Block a user