HI, I am trying to troubleshoot and learn how to use these stepper drivers, and the only source of code I found will not compile on the current version of arduino IDE. I am getting the error:
call of overloaded 'TMC5160Stepper(int, double, int, int, int)' is ambiguous.
The code is located here: SilentStepStick/TMC5160.ino at master · watterott/SilentStepStick · GitHub
I don't know how to resolve this problem. If I could get this to compile, perhaps I could learn how to control these things.
Thanks in advance for anyone who can help me out.