idf_component_register(
    SRCS "src/led_indicator.c"
    INCLUDE_DIRS "include"
    REQUIRES driver esp_timer
    PRIV_REQUIRES esp_driver_gpio
)
