mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Add led manager with support for Babble boards
This commit is contained in:
4
components/LEDManager/CMakeLists.txt
Normal file
4
components/LEDManager/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "LEDManager/LEDManager.cpp"
|
||||
INCLUDE_DIRS "LEDManager"
|
||||
REQUIRES StateManager driver esp_driver_ledc Helpers
|
||||
)
|
||||
Reference in New Issue
Block a user