This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
problems with intellisense #1180
Closed
Description
hi im new in coding for arduino with vs code.
I'm trying to configure it but i have some problems with intellisense.
I've created a blank project for arduino mkr1010wifi.
Initially all works good but if i try to include a library, such as WiFiNINA, intellisense goes mad and starts to tell me that basic core function and classes of the board are unidentified, as in this image
this is my configuration file
"configurations": [
{
"name": "Win32",
"includePath": [
"C:\\Users\\Admin\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.9\\**",
"C:\\Users\\Admin\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\**",
"C:\\Users\\Admin\\Documents\\Arduino\\libraries\\WiFiNINA\\src\\**"
],
"forcedInclude": [
"C:\\Users\\Admin\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.9\\cores\\arduino\\Arduino.h"
],
"defines": [
"USBCON"
],
"intelliSenseMode": "msvc-x64",
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4
im going mad around this problem...where is the solution?
Metadata
Metadata
Assignees
Labels
No labels