Hi guys,
Probably just something I've forgotten but I can't seem to get libraries my code requires into 1.63... when I installed this version the system said libraries etc wouldn't be changed / removed but th it seems the entire 1.55 folder was removed in the process.
I've tried copying the libraries folder from my old PC (running 1.52) but still no luck.
Any help greatly appreciated.
Cheers
Greg.
This is how you were supposed to install third-party libraries:
If you put them in with the standard libraries they will be deleted when you switch versions. Put them in the 'libraries' directory inside your sketch directory.
Thanks Shannon, I've now copied all the required libraries into the libraries file inside the sketch folder (took them from another PC I use which is still running 1.55). My sketches though still wont compile. If I take a blank sketch and use the "include library" menu item from the "Sketches" menu to add any of the "Arduino/AVR" libraries the #include statement and highlighted library name appear in the sketch as expected. If however I choose any of the listed "Contributed" libraries, a blank line appears in my sketch rather than the #include. The puzzling part for me is that all my contributed libraries appear in the list and can be selected when I go to "Include Library".
I must be missing something...
Cheers
Greg.
Anyone... Any suggestions? I'm stumped.
Have now dowloaded and installed 1.64... Same deal... should I go back to 1.55???
OK... Sorted it out! Library names transfered but no .h or .cpp files. Not sure why it occurred but now up and running again.