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 "drv8701.c"
INCLUDE_DIRS "include"
REQUIRES esp_driver_mcpwm esp_driver_gpio)