Invalid library found in H:\Arduino\examples\libraries\mSD_Shield: H:\Arduino\examples\libraries\mSD_Shield
Invalid library found in H:\Arduino\examples\libraries\mSD_Shield: H:\Arduino\examples\libraries\mSD_Shield
With IDE 1.6.5 there is no error.
In this forum I found tips like "move it out ot the directory...". But I cannot move it out because it is a library I need in my application.
hi,
the directory only contains a file "README.md".
This of course is no library. Therefore I searched all my sketches for #include "mSD_Shield.h" but nothing found. In my project I am using the mSD_Shield to control a display. Therefore I believed to need the mSD_Shield library. But the library for the display is separate.
Well, my application builds after having deleted the subdirectory mSD_Shield in the library folder.
IDE 1.6.9 seems to check the whole library and not only the parts which are needed for building.