Arduino is basically a wrapper on top of C/C++ anyway, so technically, it’s possible to combine any Arduino sketch or library with your own custom code. The trick is in setting up your project properly. Here are the steps to create a fully functional Arduino project in AVR Studio 6. Once accomplished, you can keep access to the huge Arduino user-contributed code library, but enjoy all the features of advanced AVR and a real IDE.
Features
- Arduino IDE Libraries Integration in Atmel Studio
Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Trying to do the same with Atmel Studio 7 and Arduino IDE 1.8.1 The process appears to match that in AS7, however I have found the folder structure in the new version of the Arduino IDE to be a bit different. Conceptually I believe it should still work, but needs to be adjusted. I am going to try this when I find some free time.