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
+4
View File
@@ -1,5 +1,9 @@
SRC_FILES := sensor.c
ifeq ($(CONFIG_SENSOR_CH4),y)
SRC_DIR += ch4
endif
ifeq ($(CONFIG_SENSOR_CO2),y)
SRC_DIR += co2
endif