Created wacky_bully project + a bit of work towards implementing motor drivers

This commit is contained in:
2026-05-08 16:38:10 +12:00
parent 52aac06b2c
commit baf2f0be9e
10 changed files with 7963 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "wacky_bully.c"
REQUIRES "drv8701" freertos
INCLUDE_DIRS ".")