Hello all,
I am working on a project and would like to split the code into multiple files to organize it better. I know that the 1.0 IDE allows us to do so, but there is one problem: I would like to implement my libraries (classes) and share them among multiple .ino projects. For example, the same classes might be used in the main project and in a test project. Modifications should spread among those projects.
Is there any way I can do this without putting the classes at the default libraries directory?
Thanks!