idf_component_register(
    SRCS 
        "main.cpp"
        "config.cpp"
        "control.cpp"
        "buzzer.cpp"
        "vfd.cpp"
        "display.cpp"
        "cutter.cpp"
        "switchesAnalog.cpp"
		"stepper.cpp"
        "guide-stepper.cpp"
        "encoder.cpp"
    INCLUDE_DIRS 
        "."
    )