The Well-Automated Arduino Library @arduino @travisci
The Well-Automated Arduino Library @ The Adafruit Learning System.
Writing software is like gardening – the flowers are beautiful but you’re going to spend a lot of time weeding! Except instead of weeding, its keeping up to date with new frameworks, operating systems and dependancies. It’s a ton of work! So why not make it easy on your self with automation?
In this guide we’ll go through how to use GitHub (a free service for storing source code) + Doxygen ( a free documentation standard/parser) + TravisCI.org (a free service for continuous integration/testing) To automatically document and test your code.