完成了WIFI连接,MQTT订阅发布,光照监测,温湿度数据,继电器控制
This commit is contained in:
3
components/bh1750/CMakeLists.txt
Normal file
3
components/bh1750/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS "bh1750.c" "bh1750_use.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES "esp_driver_i2c")
|
||||
Reference in New Issue
Block a user