UART PIN for nano-s 1.3

This commit is contained in:
Sergey
2021-10-27 14:08:03 +03:00
parent 09a00e7edb
commit 6db2fc55b4

View File

@@ -96,3 +96,17 @@
#ifndef XPT2046_Y_OFFSET
#define XPT2046_Y_OFFSET 349
#endif
#if HAS_TMC220x
/**
* TMC2208/TMC2209 stepper drivers
*/
//
// Software serial
//
#define E0_SERIAL_TX_PIN PC14
#define E0_SERIAL_RX_PIN PC14
// Reduce baud rate to improve software serial reliability
#define TMC_BAUD_RATE 19200
#endif