[2.0.x] TMC2130 support for LPC platform (#9114)
This commit is contained in:
committed by
Scott Lahteine
parent
34160806c0
commit
5c69d45f5b
@@ -93,6 +93,16 @@
|
||||
#define E1_CS_PIN 19 // PA10 E2_nCS
|
||||
#define E1_DIAG_PIN 25 // PD0 E2_DIAG
|
||||
|
||||
//
|
||||
// Software SPI pins for TMC2130 stepper drivers.
|
||||
// Required for the Archim2 board.
|
||||
//
|
||||
#if ENABLED(TMC_USE_SW_SPI)
|
||||
#define TMC_SW_MOSI 28 // PD3
|
||||
#define TMC_SW_MISO 26 // PD1
|
||||
#define TMC_SW_SCK 27 // PD2
|
||||
#endif
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user