添加 JW01 传感器支持,包含初始化和数据读取功能,判断CO2值来判断实物状态。1000为初始阈值
This commit is contained in:
3
components/JW01/CMakeLists.txt
Normal file
3
components/JW01/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS "JW01.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES esp_driver_uart)
|
||||
Reference in New Issue
Block a user