3 lines
131 B
CMake
3 lines
131 B
CMake
|
idf_component_register(SRCS "bme280.c" "sensors.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES driver )
|