Replies: 1 comment 3 replies
-
This library is only compatible to Teensy 3.x processors |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I'm using TeensyStep lib to controll a step motor (just using a basic exemple), controlled by a Arduino Mega2560. Using VS Code, when I did compile I get a error on Stepper.h about a missing lib:
In file included from .pio\libdeps\megaatmega2560\TeensyStep\src\Stepper.cpp:1:0:
.pio\libdeps\megaatmega2560\TeensyStep\src\Stepper.h:3:10: fatal error: algorithm: No such file or directory
#include "algorithm"
I tryed with Arduino IDE 2.2.1 and I get the same error...
Could you pls help to fix this issue?
Thank you in advance,
AH
Beta Was this translation helpful? Give feedback.
All reactions