-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add eclipse project #20
Add eclipse project #20
Conversation
@ElectricRCAircraftGuy Thanks so much for your contributions, I will merge this PR once the conflict is solved. |
04be964
to
683f1a9
Compare
Conflicts resolved; ready for review. See "AmboVent/3-Software/Arduino/readme.md" for a description of the new files, and see "AmboVent/3-Software/Arduino/arduino_core/readme.md" for a description of how to link in the Arduino core for browsing in Eclipse. |
…ce code This includes the AmboVent .ino file as well as ALL Arduino core source code as well!
…in Eclipse to delete trailing white-space
…ased onto latest master
683f1a9
to
9fefd2e
Compare
I've rebased onto your latest master and force pushed to resolve conflicts. It is ready to merge again. |
I also checked to make sure it still builds, and it does. Dynamic memory significantly improved! I see a few progmem usages in there. That's good.
|
This PR adds an Eclipse project so that the entire Arduino source code, including the Arduino core, can easily be browsed--same as in a professional project.