You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"C:\\Program Files (x86)\\Arduino\\tools\\**",
|
|
"C:\\Program Files (x86)\\Arduino\\hardware\\arduino\\avr\\**",
|
|
"/storage/Shared/Arduino/arduino-1.8.13/hardware/arduino/avr/**",
|
|
"/storage/Shared/Arduino/arduino-1.8.13/tools/**"
|
|
],
|
|
"forcedInclude": [
|
|
"C:\\Program Files (x86)\\Arduino\\hardware\\arduino\\avr\\cores\\arduino\\Arduino.h",
|
|
"/storage/Shared/Arduino/arduino-1.8.13/hardware/arduino/avr/cores/arduino/Arduino.h"
|
|
],
|
|
"intelliSenseMode": "msvc-x64",
|
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
},
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"/storage/Shared/Arduino/arduino-1.8.13/tools/**",
|
|
"/storage/Shared/Arduino/arduino-1.8.13/hardware/arduino/avr/**"
|
|
],
|
|
"forcedInclude": [
|
|
"/storage/Shared/Arduino/arduino-1.8.13/hardware/arduino/avr/cores/arduino/Arduino.h"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |