Files
Smart-flower-system/components/i2c_master_messager/CMakeLists.txt
Wang Beihong fcc2d0825d first commit
2026-03-14 14:19:32 +08:00

6 lines
164 B
CMake

idf_component_register(
SRCS "i2c_master_messager.c"
INCLUDE_DIRS "include"
REQUIRES bh1750 k0i05__esp_ahtxx esp_driver_i2c esp_driver_gpio esp_timer
)