Skip to content

Commit

Permalink
What is BTN_PIN ?
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 21, 2021
1 parent e0d4053 commit 164bcd7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
// Misc. Functions
//
//#define LED_PIN PB14
//#define BTN_PIN PC10
//#define PS_ON_PIN PE11
//#define KILL_PIN PC5

Expand Down
1 change: 0 additions & 1 deletion Marlin/src/pins/stm32f4/pins_RUMBA32_AUS3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
#if MB(RUMBA32_V1_1)

#define SERVO0_PIN PA15
#undef BTN_PIN

#if HAS_TMC_UART
//
Expand Down
3 changes: 0 additions & 3 deletions Marlin/src/pins/stm32f4/pins_RUMBA32_BTT.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@

#include "pins_RUMBA32_common.h"

#define X_MIN_PIN PB12

#define SERVO0_PIN PA15 // Pin is not broken out, is a test point only.
#undef BTN_PIN

#if HAS_TMC_UART
//
Expand Down
1 change: 0 additions & 1 deletion Marlin/src/pins/stm32f4/pins_RUMBA32_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
// Misc. Functions
//
#define LED_PIN PB14
#define BTN_PIN PC10
#define PS_ON_PIN PE11
#define KILL_PIN PC5

Expand Down

0 comments on commit 164bcd7

Please sign in to comment.