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 :=
ifeq ($(CONFIG_APPLICATION_SENSOR_IAQ_TB600B_IAQ10), y)
SRC_FILES += iaq_tb600b_iaq10.c
endif
ifeq ($(CONFIG_APPLICATION_SENSOR_CH4_AS830), y)
SRC_FILES += ch4_as830.c
endif