DIY libraries ... where to store them?

I'm new to this and I think I'll work on Arduino programming both from my office and in my LAB.

Then I want to store my projects on my NASDrive which can be reached from both my office and my LAB.

Right now I have a project stored on the NASDrive with LOCAL .h and cpp files and now I want to make a library of these 2 files.

Where shall I store this library to be able to include it in projects both in my office and in the LAB ?

It’s all here

Note the use of libraries and their construction - it’s not usual to convert projects into libraries per say

I don't want to do that, but WHILE building the library I think it's normal to have the code for the library LOCAL in an extra TAB - right, and when you're finished building the library, you want to make it a 'normal library'.

But where to store it so it can be use from both OFFICE and LAB in future projects - that my question.

You have two issues. Making libraries and storing libraries for remote access.
Follow the link from @hammy to make your libraries. If you want to access them from multiple location you can store them in a cloud, github, or any of a 1000 other free options, already meant specifically for this, to choose from. Be aware though that using a cloud drive may require you to use a portable version of the IDE.

Oh, sorry, iI didn't see that link !

Excellent
Look into github, it's probably your easiest option and is one of the most used by the programming community. You can access it from any location and commit changes from any location. Gone are the days of USB flash drives . . . and misplacing them

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