使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
caitiancheng
/
TrainCamp_MotorControl
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Initial commit
master
天成 蔡
3 年前
当前提交
538b5ed7d6
共有
2 个文件被更改
,包括
37 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+34
-0
.gitignore
+3
-0
README.md
+ 34
- 0
.gitignore
查看文件
@@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
+ 3
- 0
README.md
查看文件
@@ -0,0 +1,3 @@
# TrainCamp_MotorControl
电机控制项目
撰写
预览
正在加载...
取消
保存