Arduino-Makefile icon indicating copy to clipboard operation
Arduino-Makefile copied to clipboard

Add instructions to include your own library headers in a project

Open birgersp opened this issue 8 years ago • 1 comments

Hi,

I think there should be some instructions as to how to include your own library headers in a project. I've already tried

USER_LIB_PATH = /path/to/my/library/headers

Still, I get an error saying "No such file or directory" when including a header file located in the directory.

birgersp avatar Jul 16 '16 15:07 birgersp

Is there a workaround for this?

rDr4g0n avatar Mar 24 '17 03:03 rDr4g0n