Files
BBOT/main/CMakeLists.txt
2026-03-20 17:17:33 +01:00

11 lines
169 B
CMake

idf_component_register(
SRCS
"bbot.c"
"bmi160.c"
"fixedpoint.c"
"mahony_filter.c"
"motors.c"
INCLUDE_DIRS
"."
)