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

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)


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Custom Library directory?


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums