PlatformIO to the rescue!

I’ve been working on an Arduino project that supports four slightly different wiring schematics, using #define / #ifdef to manage the pin differences of each schematic — when it comes to release time I’ve been manually compiling the firmware for each schematic variation. Although four isn’t too big of a deal, I wanted to automate […]

Read more