luni64 / TeensyStep

Fast Stepper Motor Library for Teensy boards
https://luni64.github.io/TeensyStep/
MIT License
272 stars 56 forks source link

Issue with Teensy 3.2 #4

Closed JohnPunnett closed 6 years ago

JohnPunnett commented 6 years ago

Hi Luni64, I am currently trying to implement your TeesnyStep Library on a Teensy 3.2 with 2 X Steppers driven by DRV8825 boards. I am trying to run the simple example & keep getting lots of errors. I am not too experienced with Arduino etc. so pls forgive my ignorance if I am making a silly mistake. Can you help. Many thanks, John

new 1.txt

steinerlein commented 6 years ago

Hey John, you might be better off trying to get support in the PJRC Forum This place here is intended for technical bugs in the library. Your issue seems to be another unrelated one. Have you installed teensyduino? You can find it here: https://www.pjrc.com/teensy/teensyduino.html

JohnPunnett commented 6 years ago

Hi Steinerlein - many thks for that. Yes teensyduino is all installed & I have run/ compiled several progs before just seem to be having issues with this. I will touchbase with PJRC & see what they suggest - thks again & really looking forward to getting this working. John

luni64 commented 6 years ago

The error message suggests that there is something wrong with your build environment. Are you sure that you selected the right board in the tools menu? Can you try to install / reinstall the latest Teensyduino? Here a link to a similar problem: https://forum.pjrc.com/threads/46990-TeensyStep-build-errors?p=156488&viewfull=1#post156488. It was solved by reinstalling teensyduino,

JohnPunnett commented 6 years ago

Hi Luni64 - Excellent you solved it - I have now updated to latest Arduino IDE & TeensyDuino & now all works as expected - many thanks for all support - John

luni64 commented 6 years ago

You're welcome. Have fun with the library and don't hesitate to ask if you need help