Refactor, state manager

This commit is contained in:
2025-07-09 22:55:35 -06:00
parent f3fb4f4ac8
commit c3bbba4a24
4 changed files with 592 additions and 184 deletions

View File

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