Silly question Im sure for the VS Code veterns.
I’m trying to write a program using VSCode for the Tracker and I am trying to talk to a Sparkfun Qwiic GPIO Expander that is in their arduino library. I have noticed that many of the other Sparkfun libraries are available to import and install in VS Code, but this particular one is not. I have tried for about 4 hours and I am getting very frustrated. I am new to using VS Code with particie and I would love to know how I go about installing a LOCAL LIBRARY into VS code that is then accessible to my program. I can copy the library package to the same folder and it appears to have all the same components as other libraries that I have successfully installed, but when I do a #include, the .h file cannot be located.
I’m sure its something simple?