What paths do I need to include for Visual Code when including Arduino.h?

Hello-

I am attempting to create a custom library for an Arduino Uno board. I am familiar with Visual Code, so I would like to use that rather than the Arduino IDE. However, when I attempt to include Arduino.h, it turns around and includes a whole host of other include files, apparently in different directories. I can't seem to find any one directory or set of directories that include the various include files included by arduino.h. It surprises me that I need to constantly search my computer for them, and often I find multiple occurances in different directories. Is there a better way?

Thanks!

Jim

Then use one or the other, but not both together.
A link to the Visual Code documentation were nice for more insight.
Which targets does Visual Code support, includes Arduino or Uno?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.