there is no folder called Arduinosketches/libraries

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
maketshi
 
Posts: 2
Joined: Sun Feb 03, 2013 1:52 am

there is no folder called Arduinosketches/libraries

Post by maketshi »

http://www.ladyada.net/make/mshield/download.html

I'm trying to install the motor shield library, but the instruction on the download page say to copy it to Arduinosketches/libraries and rename the folder "AFmotor", but there is no Arduinosketches/libraries on my computer.

Also, the library installation tutorial link seems to be dead.

Thanks.

rweber95
 
Posts: 12
Joined: Tue Jun 05, 2012 4:13 pm

Re: there is no folder called Arduinosketches/libraries

Post by rweber95 »

It all depends on where you installed Arduino. I put mine in E:\Archives. I don't have a sketches folder either. My path to the libraries folder is:
E:\Arcives\Arduino\arduino-1.0.1-windows\arduino-1.0.1\libraries

Bob Weber

maketshi
 
Posts: 2
Joined: Sun Feb 03, 2013 1:52 am

Re: there is no folder called Arduinosketches/libraries

Post by maketshi »

Thanks! I had installed it in MyDoccuments for some reason. Got it working now.


The library installation tutorial page still doesn't work in Firefox for some reason. Works fine in Chome, though.

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: there is no folder called Arduinosketches/libraries

Post by adafruit_support_bill »

I don't have a sketches folder either.
You do. If you select File->Preferences, it will show a dialog box with the path to your sketchbook folder. Note the actual name of the folder is "Arduino" by default.
My path to the libraries folder is:
E:\Arcives\Arduino\arduino-1.0.1-windows\arduino-1.0.1\libraries
That is the system libraries folder. You don't really want to install your files there. Although it will work (for now), when you install the next revision of the Arduino IDE, you will have to re-install all your libraries. If you install them in the sketchbook libraries folder, they will still be there when you update the Arduino IDE>

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”