Monday, May 25, 2015

How to add Sketch libraries to an Arduino Project in Visual Studio?

You can add other libraries to your Arduino sketch project using Visual Studio 2013 Community edition.It is quite easy to add as shown in this post.

Read more about Arduino and Visual Studio here, here, and here.

First click on the Project (not the Solution Explorer) and then click Project in the main menu as shown.

ArduinoImport01.png

Click Add/Import Sketch Library followed by Core in the menu to open the list of libraries you can add on to your project as shown.


ArduinoImport02.png

I just added a Ethernet library and you can see a number of Ethernet related files added to my project.

ArduinoImport03.png

No comments: