Added gitingnore and vscode settings file
This commit is contained in:
parent
9cbf53d421
commit
d534009ff4
|
@ -0,0 +1,7 @@
|
||||||
|
.pio
|
||||||
|
.vscode/.browse.c_cpp.db*
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/launch.json
|
||||||
|
.vscode/ipch
|
||||||
|
build
|
||||||
|
.vscode/extensions.json
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"*.md": "markdown",
|
||||||
|
"binary_info.h": "c",
|
||||||
|
"i2c.h": "c",
|
||||||
|
"stdlib.h": "c",
|
||||||
|
"stdint.h": "c",
|
||||||
|
"gyro.h": "c",
|
||||||
|
"motors.h": "c",
|
||||||
|
"motion_control.h": "c",
|
||||||
|
"i2c_master.h": "c"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue