SPI and pins cleanup

This commit is contained in:
Scott Lahteine
2020-12-30 22:00:36 -06:00
parent 811b5f8bc3
commit a9d18f0f57
20 changed files with 130 additions and 517 deletions

View File

@ -174,7 +174,7 @@
#define FAN1_PIN P2_02
#ifndef CONTROLLER_FAN_PIN
#define CONTROLLER_FAN_PIN FAN1_PIN
#define CONTROLLER_FAN_PIN FAN1_PIN
#endif
/**

View File

@ -33,7 +33,6 @@
//
#define SERVO0_PIN P1_26
//
// Limit Switches
//
@ -45,7 +44,6 @@
#define Z_MIN_PIN P1_22 // Z-
#define Z_MAX_PIN P0_27 // Z+
//
// Steppers
//
@ -106,7 +104,6 @@
#endif
#endif
#if HAS_TMC_UART
#define X_SERIAL_TX_PIN P1_04
#define X_SERIAL_RX_PIN P1_04
@ -130,8 +127,6 @@
#define TMC_BAUD_RATE 19200
#endif
//
// Temperature Sensors
//
@ -153,7 +148,6 @@
#define FAN1_PIN P1_21
#define FAN2_PIN P1_24
//
// LCD / Controller
//
@ -168,7 +162,6 @@
#define BTN_EN2 P0_01
#define BTN_ENC P0_28
#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif