1 Star 0 Fork 0

Acuity/rtt-bmp180

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
Prry 提交于 2020-03-15 21:30 . add SConscript
from building import *
Import('rtconfig')
src = []
cwd = GetCurrentDir()
# add bmp180 src files.
if GetDepend('PKG_USING_BMP180'):
src += Glob('bmp180.c')
if GetDepend('PKG_USING_BMP180_SAMPLE'):
src += Glob('bmp180_sample.c')
# add bmp180 include path.
path = [cwd]
# add src and include to group.
group = DefineGroup('bmp180', src, depend = ['PKG_USING_BMP180'], CPPPATH = path)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Prry/rtt-bmp180.git
git@gitee.com:Prry/rtt-bmp180.git
Prry
rtt-bmp180
rtt-bmp180
master

搜索帮助