Arduino 2.0.3 64bit release

In what folder, in installation folder, is the right for the list of libraries?

User contributed libraries go in the libraries folder of your sketchbook folder

Tak!

Som years ago I found out that it was possible to have the libraries in the sketch folder if we
also changed from <> to "".

Whilst that is true it means that the library is only available to the sketch that it shares a folder with

If you want to take the idea further then you can always use quotation marks around the library filename and if it does not exist locally then the normal library paths will be searched automatically

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