5 lines
88 B
CMake
5 lines
88 B
CMake
idf_component_register(
|
|
SRCS "bme680.c"
|
|
INCLUDE_DIRS include
|
|
REQUIRES "bus-i2c"
|
|
)
|