This video provides a guide for migrating your existing projects that use the Arduino IDE to use a fully Linux command line-based approach to Arduino development. I will show you how to create a Makefile to compile and flash your Arduino project. I will also introduce you to 'minicom' which is a program that you can use to connect to the Arduino and view or send serial output.
You can find a test-based version of the example Makefile and some other text here:
https://blog.robertelder.org/arduino-...
0:00 Intro
1:18 Alternate Command Line Methods
1:48 How To Get Build Commands
4:30 Start Work On A Bash Script
9:56 Turn Bash Script Into Makefile
12:43 Introduction To Minicom For Serial Output Monitoring
14:38 Including Other Libraries Like Stepper.h