Hello, I was trying to make a library for arduino which includes many utility functions and classes, but now I’ve decided I want to separate it into separate header files. Previously, I did this:
#include <utilityLibrary.h>
and I had all of the functionality that I programmed. I want to be able to do this: