Custom Library directory?
hi,
i have written (simple) , modified number of libraries. is there way keep these changed libraries out side of arduino-xxxx/libraries directory? it make moving form 1 version lot easier.
i wanted have directory "mylibraries" in put custom libraries. i thought link mylibraries arduino-xxxx/libraries/mylibraries then in sketches thought #include <mylibraries/customlibraries.h> but seems not allowed. is there way this? so don't have copy custom libraries every time switch different version of arduino? i want 1 copy of custom libraries work across different versions of arduino.
any appreciated
tim
i have written (simple) , modified number of libraries. is there way keep these changed libraries out side of arduino-xxxx/libraries directory? it make moving form 1 version lot easier.
i wanted have directory "mylibraries" in put custom libraries. i thought link mylibraries arduino-xxxx/libraries/mylibraries then in sketches thought #include <mylibraries/customlibraries.h> but seems not allowed. is there way this? so don't have copy custom libraries every time switch different version of arduino? i want 1 copy of custom libraries work across different versions of arduino.
any appreciated
tim
well looking @ bit more did find can have directory mylibraries custom libraries in directory. then instead of linking mylibraries directory in arduino-xxxx/libraries/ i can link individual directories in mylibraries arduino-xxxx/libraries directory. that means have make bunch of links instead of one, works. this way no change needed #include line.
i still know if there away link 1 directory changes made, instead of linking each individual directory.
tim.
ps. using fedora 13, arduino 21 (mainly)
i still know if there away link 1 directory changes made, instead of linking each individual directory.
tim.
ps. using fedora 13, arduino 21 (mainly)
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Custom Library directory?
arduino
Comments
Post a Comment