9 lines
120 B
CMake
9 lines
120 B
CMake
idf_component_register(
|
|
SRCS
|
|
"bbot.c"
|
|
"bmi160.c"
|
|
"motors.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|