add some classes for movement set handling

This commit is contained in:
superkor
2026-01-13 03:55:49 -05:00
parent 9be51af034
commit b37e09e129
11 changed files with 263 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "MovementManager.cpp" "MovementManager.cpp" "TopologyManager.cpp"
PRIV_REQUIRES esp_event nvs_flash
# REQUIRES esp_timer
INCLUDE_DIRS "include")