I have a sketch that depends on objects in arduino library RTClib for date math. I'd like to use Arduino-Makefile to build a set of x86_64-linux object files that I can link against varous int mains to support development and unit testing in my container.
use case
I have a sketch that depends on objects in arduino library RTClib for date math. I'd like to use Arduino-Makefile to build a set of x86_64-linux object files that I can link against varous int mains to support development and unit testing in my container.
references