| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

How to download programs and get them to run

Page history last edited by MrTundraMan 12 years, 2 months ago

Arduino - Download/install instructions for downloaded libraries/examples

 

  • If it doesn't already exist, create a "libraries" folder inside your Documents/Arduino folder
    • On my Linux system, this is under /home/UserName/Arduino-1.0
    • On Window 7 this folder is under ...\My Documents\Arduino-1.0
      • If this doesn't exist create it
      • If you created it, set the sketchbook path to the folder by File, Preferences, Sketchbook location
  • Drag or unzip/extract the Downloaded Program (ie, AFMotor) directory (with all its files) into there.
    From the IDE the directory (ie, "AFMotor") will show up in the Sketch/Import Library menu.
  • Select the new library from the list.
  • The IDE will automatically add the include for the file (ie, "#include <AFMotor.h>") to your sketch, AND include that library directory in the search path for system includes.
  • Restart the IDE.
  • If the downloaded library had examples, they are under File, Examples.

 

Comments (0)

You don't have permission to comment on this page.