- 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:
domonoky
2015-02-27 12:43:23 +01:00
parent 5727cb3ed4
commit 443e7edef4
8 changed files with 1508 additions and 48 deletions

View File

@ -59,3 +59,8 @@
#include <SPI.h>
#include <TMC26XStepper.h>
#endif
#ifdef HAVE_L6470DRIVER
#include <SPI.h>
#include <L6470.h>
#endif