Refactor motor control

This commit is contained in:
2025-07-09 17:29:27 -06:00
parent 15f8d41656
commit f3fb4f4ac8
4 changed files with 670 additions and 443 deletions

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "maxxfan-controller.c"
INCLUDE_DIRS ".")
idf_component_register(SRCS "maxxfan-controller.c" "motor_control.c"
INCLUDE_DIRS ".")