First attempt at adding TMC Driver support. May need some cleanup.

This commit is contained in:
domonoky
2015-02-23 17:45:29 +01:00
parent b55995aae8
commit 38500165ea
57 changed files with 33325 additions and 2 deletions

View File

@ -54,3 +54,8 @@
#if defined(DIGIPOT_I2C)
#include <Wire.h>
#endif
#ifdef HAVE_TMCDRIVER
#include <SPI.h>
#include <TMC26XStepper.h>
#endif