feat: 添加 i2c_master_messager 组件,集成 BH1750 光照传感器支持

This commit is contained in:
Wang Beihong
2026-03-05 20:15:55 +08:00
parent 32f3f9980d
commit bde2df4e13
8 changed files with 362 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES wifi-connect esp_lvgl_port lvgl_st7735s_use
REQUIRES wifi-connect esp_lvgl_port lvgl_st7735s_use i2c_master_messager
)