mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-09 09:53:51 +02:00
4 lines
154 B
CMake
4 lines
154 B
CMake
idf_component_register(SRCS "LEDManager/LEDManager.cpp"
|
|
INCLUDE_DIRS "LEDManager"
|
|
REQUIRES StateManager driver esp_driver_ledc Helpers ProjectConfig
|
|
) |