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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.