Closed GeertBoer closed 1 year ago
Thanks a lot for reporting this.
Unfortunately the PinStatus type is used by about half of the Arduino platforms, and not by the other half. Its a major pain.
If you want a quick fix for now, just add a
#define PinStatus int
to the StepDirListener.h
I'll fix it for the next release. We should also consider adding a Teensy build to the library tests, that would have caught this error.
Fixed in dev branch.
Glad I could help
Simply including SimpleFoc.h 2.2.3 results in a compiler error, whilst 2.2.2 compiles just fine. Error seems to be in using type PinState?