Do you want to use the same code on multiple platforms, and in multiple solutions, without having to create it as an Arduino Library?
Using Shared Projects you can create separate C/C++ projects which are included with your project at build time from anywhere on your machine.
Though your project is platform independent, Visual Micro switches to the platform selected for your startup project, so you can quickly and easily make your project cross platform and reliable.
Also if your Shared Project code is compatible with Windows as well, you can implement Automated Testing directly on your desktop, allowing you to test flow / logic and mathematical code reliably without even knowing what board it is destined for.
There will be further videos on shared projects shortly, to go through how to add a Shared Project to an existing solution, and solutions which contain both Shared Projects, and multiple Arduino Board projects.
Don't forget to Like and Subscribe to stay up to date with new videos and feature updates...
Our Website:
https://www.visualmicro.com/
Using Shared Projects Docs:
https://www.visualmicro.com/post/2016...
Automated Testing with Shared Projects:
• Arduino Shared Project: PC Debugging ...
https://www.instructables.com/id/Ardu...
#Arduino #VisualStudio