First attempt at adding TMC Driver support. May need some cleanup.
This commit is contained in:
@ -54,3 +54,8 @@
|
||||
#if defined(DIGIPOT_I2C)
|
||||
#include <Wire.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TMCDRIVER
|
||||
#include <SPI.h>
|
||||
#include <TMC26XStepper.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user