fehlfarbe / arduino-motorfocus

Arduino motorfocus with moonlite protocol for telescopes
MIT License
49 stars 13 forks source link

AccelStepper.h: No such file or directory #3

Closed AndiPhotonen closed 5 years ago

AndiPhotonen commented 5 years ago

Hi, First of all I'd like to thank you for realizing this nice project. I downloaded the Project as a zip and extracted it to my Arduino folder. But when I try to compile it, I get the error that it can't find the AccelStepper.h Did I miss something or do you have a tip for me? Thanks!

fehlfarbe commented 5 years ago

Hey Andi, the Accellstepper library is missing. You can install the library with Arduino Studios library manager: https://www.arduino.cc/en/Guide/Libraries just search for accelstepper, install the current version and recompile.

AndiPhotonen commented 5 years ago

Thank you! now it works fine