Add TMC software SPI (#9362)
This commit is contained in:
committed by
Scott Lahteine
parent
f4076fe99d
commit
923f17328f
@@ -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)
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user