Arduino cannot find library inside a folder

So I manually installed this library from GitHub:

I can include the .h files inside the src folder of file such as #include <LoggerBase.h>

But when I try to include the library inside the folder "sensors" as #include <sensors/MeterTeros11.h> I get the following error:

fatal error: sensors/MeterTeros11.h: No such file or directory

Can someone please explain why this is happening? How can I include a .h file inside another folder?

Are you using double-quotes ("file.h") around the file rather than wacawacas ( <file.h> )?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.