Working IMU with polling

This commit is contained in:
2026-03-19 18:41:32 +01:00
commit 182cc429bb
10 changed files with 2999 additions and 0 deletions

8
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
idf_component_register(
SRCS
"bbot.c"
"bmi160.c"
"motors.c"
INCLUDE_DIRS
"."
)