-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathc_cpp_properties.json
More file actions
23 lines (23 loc) · 868 Bytes
/
c_cpp_properties.json
File metadata and controls
23 lines (23 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"configurations": [
{
"name": "Arduino",
"includePath": [
"${workspaceFolder}/**",
"C:/Users/${env:USERNAME}/AppData/Local/Arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino",
"C:/Users/${env:USERNAME}/AppData/Local/Arduino15/packages/arduino/tools/**",
"C:/Program Files (x86)/Arduino/hardware/arduino/avr/cores/arduino",
"C:/Program Files (x86)/Arduino/hardware/tools/avr/avr/include"
],
"defines": [
"ARDUINO=100",
"USBCON"
],
"intelliSenseMode": "gcc-x64",
"compilerPath": "C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avr-gcc.exe",
"cStandard": "c11",
"cppStandard": "c++11"
}
],
"version": 4
}