You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a similar thread but for me the problem is that there are multiple libs and it seems one wants to use a header from the another and that results a file not found.
I have the libraries in the right path: /home/arduino/sketchbook/libraries
This way I always get:
/home/arduino/sketchbook/libraries/MD_Parola/src/MD_Parola.h:428:10: fatal error: MD_MAX72xx.h: No such file or directory
#include <MD_MAX72xx.h>
^~~~~~~~~~~~~~
compilation terminated.
There was a similar thread but for me the problem is that there are multiple libs and it seems one wants to use a header from the another and that results a file not found.
I have these includes (order doesn't matter):
I have the libraries in the right path: /home/arduino/sketchbook/libraries
This way I always get:
Note here:
It seems it does not "detect" that library for some reason but if I go in the files and manually enter:
#include "/home/arduino/sketchbook/libraries/MD_MAX72XX/src/MD_MAX72xx.h"
that's acceptable but ugly because I have to change it on many places.
The text was updated successfully, but these errors were encountered: