6 lines
86 B
CMake
6 lines
86 B
CMake
idf_component_register(
|
|
SRCS "scd30.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES driver
|
|
)
|