added vscode configs
parent
0ed0875218
commit
744b3c66bf
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"board": "arduino:avr:nano",
|
||||||
|
"configuration": "cpu=atmega328",
|
||||||
|
"port": "/dev/ttyUSB0",
|
||||||
|
"sketch": "alarm/main/main.ino",
|
||||||
|
"programmer": "AVR ISP"
|
||||||
|
}
|
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Linux",
|
||||||
|
"defines": [],
|
||||||
|
"compilerPath": "/usr/bin/gcc",
|
||||||
|
"cStandard": "c11",
|
||||||
|
"cppStandard": "c++17",
|
||||||
|
"intelliSenseMode": "clang-x64",
|
||||||
|
"includePath": [
|
||||||
|
"~/.arduino15/packages/arduino/tools/**",
|
||||||
|
"~/.arduino15/packages/arduino/hardware/avr/1.6.23/**"
|
||||||
|
],
|
||||||
|
"forcedInclude": [
|
||||||
|
"~/.arduino15/packages/arduino/hardware/avr/1.6.23/cores/arduino/Arduino.h"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 4
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"cstddef": "cpp"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue