Question
Share code between Libraries
Hi, I need to support 6 libraries for 3-5 MCUs each, and recently I have struggled to keep up.
Many users complain about bugs I thought I squashed ages ago, only for me to realize that I never updated the code for that specific MCU.
Is there a way to synchronize the projects?
The code is nearly identical, only the #include for the header file in my .cpp file and the driver included in that header change.