Using Linux command-line tools for programming the SparkFun Pro Micro microcontroller (and similar)

from blog Kevin Boone's website, | ↗ original
↗ original
Although building and deploying a simple program to an Arduino board is a point-and-click operation using the Arduino IDE, implementing more complex programs requires more robust build tools. This article describes how to build on Linux using command-line tools -- a process that is nowhere near as easy as it should be. If we can build using...