This website works better with JavaScript.
Home
Explore
Help
Sign In
caitiancheng
/
TrainCamp_MotorControl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
天成 蔡
3 years ago
commit
538b5ed7d6
2 changed files
with
37 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+34
-0
.gitignore
+3
-0
README.md
+ 34
- 0
.gitignore
View File
@@ -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
View File
@@ -0,0 +1,3 @@
# TrainCamp_MotorControl
电机控制项目
Write
Preview
Loading…
Cancel
Save