sync upstream branch and add 'as830' sensor of ch4

This commit is contained in:
Wang_Weigen
2021-12-14 10:32:17 +08:00
parent cc6c459e7b
commit f2ba792380
12 changed files with 355 additions and 1 deletions
@@ -1,5 +1,9 @@
SRC_FILES :=
ifeq ($(CONFIG_APPLICATION_SENSOR_CH4_AS830), y)
SRC_FILES += ch4_as830.c
endif
ifeq ($(CONFIG_APPLICATION_SENSOR_CO2_ZG09), y)
SRC_FILES += co2_zg09.c
endif