-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino code compilation issue #276
Comments
Check the readme at There you will see the path for loading it using arduino IDE or platform io. |
Thanks, using terminal command pio I was able to compile it. Could I build a project for Arduino Leonardo? |
Hey @maxxlife to be honest I haven't tried it with Leonardo. The pinout should match and regarding the interruptions leonardo has a couple of hardware interruptions that are switched, however we mainly use software interruptions in the code. So it SHOULD work from theory. Closing the issue as it is resolved. |
Yes, I was able to build for Leonardo. There is difference in Interrupts names. But it can be reconfigured following the datasheets for Leonardo and Arduino Uno different ATMega controllers. I compiled the code for Leonardo with the updated Interrupt name, but didn't test it. |
Thanks for closing the loop on that. I appreciate the information :D |
I will create a PR or feature for that. Currently I'm in the heavy job search process, and also lost paper with all my notes about Interrupts reconfigure during my home move. |
When I try to compile Arduino ino file project from andino/andino_firmware, receive an error. Do you have a list of libraries to add to the Arduino IDE environment?
The text was updated successfully, but these errors were encountered: