feat: 添加 i2c_master_messager 组件,集成 BH1750 光照传感器支持
This commit is contained in:
5
components/i2c_master_messager/CMakeLists.txt
Normal file
5
components/i2c_master_messager/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "i2c_master_messager.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES bh1750 esp_driver_i2c esp_driver_gpio esp_timer
|
||||
)
|
||||
Reference in New Issue
Block a user