feat add co2_g8s for sensor framework

This commit is contained in:
Liu_Weichao
2022-03-08 16:39:21 +08:00
parent 68f92a45ed
commit c6b5d051a3
11 changed files with 305 additions and 36 deletions
@@ -2,4 +2,8 @@ ifeq ($(CONFIG_SENSOR_ZG09),y)
SRC_DIR += zg09
endif
ifeq ($(CONFIG_SENSOR_G8S),y)
SRC_DIR += g8s
endif
include $(KERNEL_ROOT)/compiler.mk