Browse Source
Resolve Kill pin & Max7219 Clock conflict on TREX-2+
pull/1/head
Roxy-3D
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
2 deletions
-
Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h
|
|
@ -181,9 +181,13 @@ |
|
|
|
#define BTN_EN2 33 |
|
|
|
#define BTN_ENC 35 |
|
|
|
#define SD_DETECT_PIN 49 |
|
|
|
#ifndef KILL_PIN |
|
|
|
#define KILL_PIN 41 |
|
|
|
|
|
|
|
#ifndef MAX7219_DEBUG // Formbot T-Rex's are low on extra pins. We steal the Kill
|
|
|
|
#ifndef KILL_PIN // pin to provide a Clock signal for the Max7219's
|
|
|
|
#define KILL_PIN 41 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#define LCD_PINS_RS 16 |
|
|
|
#define LCD_PINS_ENABLE 17 |
|
|
|
#define LCD_PINS_D4 23 |
|
|
|