Code Bloat
I have been coding for the Arduino for a while now, and over time I have written a small collection of routines that can be reused in different projects.
I will share some of this code in future posts, but I thought it would be useful to show how you can add code to your project without ‘bloating’ the main source file too much. Continue reading “Arduino Code – Header Files”