mch2022-talktopics/components/i2c-bme680/CMakeLists.txt
2022-05-18 23:28:00 +02:00

6 lines
88 B
CMake

idf_component_register(
SRCS "bme680.c"
INCLUDE_DIRS include
REQUIRES "bus-i2c"
)