migrated vscode comfig files

This commit is contained in:
pyr0ball 2019-09-25 13:22:24 -07:00
parent 6618f35f7d
commit bf33ef43d7
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"board": "MiniCore:avr:328",
"configuration": "bootloader=uart0,variant=modelPB,BOD=1v8,LTO=Os,clock=8MHz_internal",
"programmer": "AVRISP mkII",
"sketch": "src\\Pyr0_Piezo_Sensor_v2.x.x.cpp"
}

View file

@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${HOME}\\AppData\\Local\\Arduino15\\packages\\MiniCore\\hardware\\avr\\2.0.3\\**",
"${workspaceFolder}\\**",
"D:\\Arduino\\**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"forcedInclude": []
}
],
"version": 4
}