Add led manager with support for Babble boards

This commit is contained in:
Lorow
2024-09-21 17:07:41 +02:00
parent 05e643a5de
commit e4daa62bb7
7 changed files with 238 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "LEDManager/LEDManager.cpp"
INCLUDE_DIRS "LEDManager"
REQUIRES StateManager driver esp_driver_ledc Helpers
)