add sensor 'TB600B_IAQ10' to sensor framework

This commit is contained in:
Wang_Weigen
2021-12-15 11:10:56 +08:00
parent 4a8ac7c02b
commit 856edb7ec6
11 changed files with 363 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
SRC_FILES := sensor.c
ifeq ($(CONFIG_SENSOR_IAQ),y)
SRC_DIR += iaq
endif
ifeq ($(CONFIG_SENSOR_CH4),y)
SRC_DIR += ch4
endif