Add TMC2130 support

This commit is contained in:
Moritz
2016-09-14 08:48:47 +02:00
committed by Scott Lahteine
parent 79c8591192
commit d67c1d825f
24 changed files with 4226 additions and 72 deletions

View File

@ -784,6 +784,11 @@ void Stepper::init() {
tmc_init();
#endif
// Init TMC2130 Steppers
#if ENABLED(HAVE_TMC2130DRIVER)
tmc2130_init();
#endif
// Init L6470 Steppers
#if ENABLED(HAVE_L6470DRIVER)
L6470_init();