Skip to content

Commit

Permalink
✨ update: init
Browse files Browse the repository at this point in the history
  • Loading branch information
zengwangfa committed Jun 25, 2020
0 parents commit 9b20426
Show file tree
Hide file tree
Showing 448 changed files with 85,696 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
29 changes: 29 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"files.associations": {
"*.md": "markdown",
"jy901.h": "c",
"data.h": "c",
"filter.h": "c",
"server.h": "c",
"sensor.h": "c",
"datatype.h": "c",
"propellercontrol.h": "c",
"pca9685.h": "c",
"pwmDevices.h": "c",
"focus.h": "c",
"pid.h": "c",
"led.h": "c",
"devicethread.h": "c",
"iodevices.h": "c",
"stdio.h": "c",
"ano_link.h": "c",
"wiringpi.h": "c",
"elog.h": "c",
"ms5837.h": "c",
"sys_status.h": "c",
"debug.h": "c"
},
"python.jediEnabled": false,
"C_Cpp.errorSquiggles": "Disabled"

}
Loading

0 comments on commit 9b20426

Please sign in to comment.