I would like to use some classes located in SSMLib Folder in my ASSM.pde project.
If I use "#include "..\SSMLib\SSMlib.h" in my ASSM.pde, I am unable to compile. How can I use my own lib and not put them in the arduino lib directory. Is there an easy way?
Hi Mart
no sorry this doesn't work. You cant either copy the SSMlib-sourcefiles you need directly into the ASSM folder, or place the lib into the Ardino library folder. The Arduino-IDE does not compile sources in other directories even if you include them with a relative path.
I think Eberhard meant that you CAN copy the files into your assm folder. Or, as he also suggests, you could copy the files in a directory under libraries and include it from there.