- Add support for L6470 Drivers.
- Both TMC, L6470 and pin-driven drivers work. - All can be mixed and matched as needed.
This commit is contained in:
@ -59,3 +59,8 @@
|
||||
#include <SPI.h>
|
||||
#include <TMC26XStepper.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_L6470DRIVER
|
||||
#include <SPI.h>
|
||||
#include <L6470.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user