Now with better graphics
This commit is contained in:
Vendored
+16
@@ -10,6 +10,22 @@
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "linux-clang-x64"
|
||||
},
|
||||
{
|
||||
"name": "Arduino",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"/home/bd/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries/Wire/src",
|
||||
"/home/bd/Arduino/libraries/Adafruit_SSD1306",
|
||||
"/home/bd/Arduino/libraries/Adafruit_GFX_Library",
|
||||
"/home/bd/Arduino/libraries/Adafruit_BusIO",
|
||||
"/home/bd/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries/SPI/src"
|
||||
],
|
||||
"forcedInclude": [],
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"compilerPath": "/usr/bin/avr-gcc",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
||||
Reference in New Issue
Block a user