1 Star 0 Fork 0

little_doctor/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')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bighandjzd/rtt-bmp180.git
git@gitee.com:bighandjzd/rtt-bmp180.git
bighandjzd
rtt-bmp180
rtt-bmp180
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385