add 'TB600B_WQ_HCHO1OS' sensor of hcho to sensor framework

This commit is contained in:
Wang_Weigen
2021-12-15 16:28:51 +08:00
parent 19edea21d7
commit db225df433
11 changed files with 343 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
SRC_FILES := sensor.c
ifeq ($(CONFIG_SENSOR_HCHO),y)
SRC_DIR += hcho
endif
ifeq ($(CONFIG_SENSOR_TVOC),y)
SRC_DIR += tvoc
endif