Change pins for PCINT on RX

This commit is contained in:
Patrick Moessler 2019-12-26 23:02:36 +01:00
parent 6e0a13e434
commit 6f3f66a95c

View file

@ -2035,17 +2035,17 @@
// //
// Software serial // Software serial
// //
#define X_SERIAL_TX_PIN 59 #define X_SERIAL_TX_PIN 14
#define X_SERIAL_RX_PIN 58 #define X_SERIAL_RX_PIN 15
#define Y_SERIAL_TX_PIN 59 #define Y_SERIAL_TX_PIN 14
#define Y_SERIAL_RX_PIN 58 #define Y_SERIAL_RX_PIN 15
#define Z_SERIAL_TX_PIN 61 #define Z_SERIAL_TX_PIN A7
#define Z_SERIAL_RX_PIN 60 #define Z_SERIAL_RX_PIN 34
#define E0_SERIAL_TX_PIN 61 #define E0_SERIAL_TX_PIN A7
#define E0_SERIAL_RX_PIN 60 #define E0_SERIAL_RX_PIN 34
#define E1_SERIAL_TX_PIN 61 #define E1_SERIAL_TX_PIN A7
#define E1_SERIAL_RX_PIN 60 #define E1_SERIAL_RX_PIN 34
// Reduce baud rate to improve software serial reliability // Reduce baud rate to improve software serial reliability
#define TMC_BAUD_RATE 19200 #define TMC_BAUD_RATE 19200
@ -2174,7 +2174,7 @@
* Enable M122 debugging command for TMC stepper drivers. * Enable M122 debugging command for TMC stepper drivers.
* M122 S0/1 will enable continous reporting. * M122 S0/1 will enable continous reporting.
*/ */
//#define TMC_DEBUG #define TMC_DEBUG
/** /**
* You can set your own advanced settings by filling in predefined functions. * You can set your own advanced settings by filling in predefined functions.