idf_component_register(
    SRCS 
        "main.cpp"
        "config.cpp"
        "control.cpp"
        "buzzer.cpp"
        "vfd.cpp"
        "display.cpp"
    INCLUDE_DIRS 
        "."
    )