Add TMC software SPI (#9362)

This commit is contained in:
teemuatlut 2018-02-02 11:56:08 +02:00 committed by Scott Lahteine
parent f4076fe99d
commit 923f17328f
37 changed files with 441 additions and 36 deletions

View file

@ -113,6 +113,21 @@
#define E1_ENABLE_PIN 30
#define E1_CS_PIN 44
/**
* Default pins for TMC software SPI
*/
#if ENABLED(TMC_USE_SW_SPI)
#ifndef TMC_SW_MOSI
#define TMC_SW_MOSI 66
#endif
#ifndef TMC_SW_MISO
#define TMC_SW_MISO 44
#endif
#ifndef TMC_SW_SCK
#define TMC_SW_SCK 64
#endif
#endif
#if ENABLED(HAVE_TMC2208)
/**