Giter Site home page Giter Site logo

Comments (7)

PaintYourDragon avatar PaintYourDragon commented on July 23, 2024

The AFMotor_ConstantSpeed and AFMotor_MultiStepper examples appear to be dependent on a second Arduino library, AccelStepper, available here: https://github.com/adafruit/AccelStepper

from adafruit-motor-shield-library.

matthewepler avatar matthewepler commented on July 23, 2024

Yeah, I've got that installed too. No dice. I'll keep poking at it over the next few days and let you know what I find. Thanks for the reply.

from adafruit-motor-shield-library.

PaintYourDragon avatar PaintYourDragon commented on July 23, 2024

Puzzling. I've got both installed, code builds OK on Arduino 1.0 final. I did edit both just a couple days ago for 1.0 compliance. Are you using a freshly-downloaded version of the lib?

from adafruit-motor-shield-library.

matthewepler avatar matthewepler commented on July 23, 2024

Problem must be on my end, then. Apologies. I downloaded both libraries today. I'll do a reinstall just in case.

from adafruit-motor-shield-library.

matthewepler avatar matthewepler commented on July 23, 2024

Still having trouble. Posting screen vid at link below. Would be grateful for any help. Final project due soon!
http://itp.nyu.edu/~mae383/arduinoerror.mov

from adafruit-motor-shield-library.

PaintYourDragon avatar PaintYourDragon commented on July 23, 2024

Ah! Noticed the libraries are in a folder "arduino/library", which looks like it's inside a DropBox folder, yeah? They should be in ~/Documents/Arduino/Libraries (plural, upper case). Create that folder (if it's not already there) and move or copy both libraries there, then restart the Arduino IDE; stuff should build. If that all works "the kosher way," then you can try Plan B:

It should be okay to keep library code in a DropBox folder, but there's a trick to it: you need to create soft links from the Documents/Arduino/Libraries folder from the command line, Finder aliases won't do! e.g. in Terminal:

cd ~/Documents/Arduino/Libraries
rm -r AccelStepper AFmotor
ln -s ~/DropBox/arduino/library/AccelStepper .
ln -s ~/DropBox/arduino/library/AFMotor .

Lemme know if that all works, and I'll mark the issue closed. Thanks!

from adafruit-motor-shield-library.

matthewepler avatar matthewepler commented on July 23, 2024

THanks for your continued help. I tried both ways and still didn't work so I moved my default Sketch folder out of the Dropbox and into the ~/Documents/Arduino folder and it compiled. I won't have my auto back-ups nice and neat like before - but at least the library will work!

from adafruit-motor-shield-library.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.