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.
20 lines
594 B
JSON
20 lines
594 B
JSON
{
|
|
"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
|
|
} |