{
    "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
}