Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

Problem with library of arduino in vscode

$
0
0

I have already looked for the questions but I have not found anything, I have an arduino library that vscode fails to "find", this library is called "IRremote" and works very well on the arduino ide and on others, but here I am from problems and I feel for two days, the other libraries read them without problems, could you give me a help please? Here place the code of the .json file This is the library for download: http://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.2.3.zip

Thanks so much

{
        "name": "Arduino",
        "includePath": [
            "${workspaceFolder}/**",
            "C:\\Users\\andre\\Desktop\\Program Instalattion\\Arduino\\tools\\**",
            "C:\\Users\\andre\\Desktop\\Program Instalattion\\Arduino\\hardware\\arduino\\avr\\**",
            "C:\\Users\\andre\\Desktop\\Program Instalattion\\Arduino\\hardware\\tools\\**",
            "C:\\Users\\andre\\Desktop\\Program Instalattion\\Arduino\\hardware\\arduino\\avr\\cores\\arduino\\**",
            "C:\\Users\\andre\\Desktop\\PROG\\ITS FORNO\\Programma\\006\\ITS_FORNO\\**"
        ],
        "forcedInclude": [
            "C:\\Users\\andre\\Desktop\\Program Instalattion\\Arduino\\hardware\\arduino\\avr\\cores\\arduino\\Arduino.h"
        ],
        "compilerPath": "C:\\Users\\andre\\Desktop\\Program Instalattion\\Arduino\\hardware\\tools\\avr\\bin\\avr-gcc.exe",
        "cStandard": "c11",
        "cppStandard": "c++17",
        "defines": [
            "USBCON"
        ],
        "intelliSenseMode": "gcc-x64",
        "browse": {
            "path": [
                "C:\\Users\\andre\\Desktop\\PROG\\ITS FORNO\\Programma\\006\\"
            ]
        }
    }

Viewing all articles
Browse latest Browse all 97371

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>