Using the arduino boards menu in visual studio

by Visual Micro 11. April 2010 16:59

The visual studio tool bar provides a way to select which arduino circuit board each project will use

When a board is selected, all of the items in the "_core" filter are removed and replaced by the files from the newly selected boards arduino core

If the _core filter does not exist then it is created. In the example below, the board is about to switch from "atmega168" to "arduino mega"

In the current visual micro version the include and source files are automatically separated into "inc" and "src" filters (see below)

 

 

News - 2010

2nd May - Visual Studio 2010 - Navigating the Navigator with ArduPilot

18th April - Supports multiple sketch (pde) files in a single project (ArduPilot)

17th April - Supported on all windows language versions

14th April - First test success

11th April - The arduino visual studio beta was released today

Links and References

Visual Micro Forums here

Visit the Arduino forums here

A different solution here

Bob Powell's solution here

Ardupliot example here