-
Hej, is there noob-compatible documentation how to use/include an Arduino Library for a own project? I tried my was through and put the Lib here:
in component.mk:
make
I can't exactly trace back what I have done to get to that point... A bit of a side project. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For that project you'll need to add a See |
Beta Was this translation helpful? Give feedback.
-
Thanks! So obvious now. |
Beta Was this translation helpful? Give feedback.
For that project you'll need to add a
component.mk
into the library withCOMPONENT_INCDIRS := src
.See
https://sming.readthedocs.io/en/latest/information/develop/components.html#component-configuration
.