idf_component_register(
    SRCS "i2s_main.c"
    PRIV_REQUIRES esp_driver_i2s esp_driver_gpio esp_driver_i2c
    INCLUDE_DIRS "."
)