Framework/sensor/hs300x

1.Kconfig is ok.
2.gcc is ok.
This commit is contained in:
yl1185
2022-06-23 14:48:53 +08:00
parent 15a8589770
commit 81fbf93dd2
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from building import *
import os
cwd = GetCurrentDir()
src = []
if GetDepend(['SENSOR_HS300X_HUMIDITY']):
src += ['hs300x_humi.c']
group = DefineGroup('sensor humidity hs300x', src, depend = [], CPPPATH = [cwd])
Return('group')