mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2025-01-05 13:58:52 +00:00
6 lines
88 B
CMake
6 lines
88 B
CMake
|
idf_component_register(
|
||
|
SRCS "bme680.c"
|
||
|
INCLUDE_DIRS include
|
||
|
REQUIRES "bus-i2c"
|
||
|
)
|