Cosmetic pins changes
This commit is contained in:
parent
64c493ad82
commit
aae02827c0
3 changed files with 29 additions and 29 deletions
|
@ -34,7 +34,7 @@
|
||||||
// Heaters / Fans
|
// Heaters / Fans
|
||||||
//
|
//
|
||||||
// Power outputs EFBF or EFBE
|
// Power outputs EFBF or EFBE
|
||||||
#define MOSFET_D_PIN 7
|
#define MOSFET_D_PIN 7
|
||||||
|
|
||||||
#include "pins_RAMPS.h"
|
#include "pins_RAMPS.h"
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
//
|
//
|
||||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||||
|
|
||||||
#define SD_DETECT_PIN 6
|
#define SD_DETECT_PIN 6
|
||||||
|
|
||||||
#endif // NEWPANEL && ULTRA_LCD
|
#endif // NEWPANEL && ULTRA_LCD
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
// Heaters / Fans
|
// Heaters / Fans
|
||||||
//
|
//
|
||||||
// Power outputs EFBF or EFBE
|
// Power outputs EFBF or EFBE
|
||||||
#define MOSFET_D_PIN 7
|
#define MOSFET_D_PIN 7
|
||||||
|
|
||||||
#define CASE_LIGHT_PIN 2
|
#define CASE_LIGHT_PIN 2
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
// Heaters / Fans
|
// Heaters / Fans
|
||||||
//
|
//
|
||||||
// Power outputs EFBF or EFBE
|
// Power outputs EFBF or EFBE
|
||||||
#define MOSFET_D_PIN 7
|
#define MOSFET_D_PIN 7
|
||||||
|
|
||||||
//
|
//
|
||||||
// PSU / SERVO
|
// PSU / SERVO
|
||||||
|
@ -47,8 +47,8 @@
|
||||||
// If POWER_SUPPLY is specified, always hijack Servo 3
|
// If POWER_SUPPLY is specified, always hijack Servo 3
|
||||||
//
|
//
|
||||||
#if POWER_SUPPLY > 0
|
#if POWER_SUPPLY > 0
|
||||||
#define SERVO3_PIN -1
|
#define SERVO3_PIN -1
|
||||||
#define PS_ON_PIN 4
|
#define PS_ON_PIN 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "pins_RAMPS.h"
|
#include "pins_RAMPS.h"
|
||||||
|
@ -100,45 +100,45 @@
|
||||||
// VIKI2 12-wire lead
|
// VIKI2 12-wire lead
|
||||||
//
|
//
|
||||||
|
|
||||||
// orange/white SDCD
|
// orange/white SDCD
|
||||||
#define SD_DETECT_PIN 49
|
#define SD_DETECT_PIN 49
|
||||||
|
|
||||||
// white ENCA
|
// white ENCA
|
||||||
#define BTN_EN1 35
|
#define BTN_EN1 35
|
||||||
|
|
||||||
// green ENCB
|
// green ENCB
|
||||||
#define BTN_EN2 37
|
#define BTN_EN2 37
|
||||||
|
|
||||||
// purple ENCBTN
|
// purple ENCBTN
|
||||||
#define BTN_ENC 31
|
#define BTN_ENC 31
|
||||||
|
|
||||||
// brown A0
|
// brown A0
|
||||||
#define DOGLCD_A0 27
|
#define DOGLCD_A0 27
|
||||||
|
|
||||||
// green/white LCS
|
// green/white LCS
|
||||||
#define DOGLCD_CS 29
|
#define DOGLCD_CS 29
|
||||||
|
|
||||||
// 50 gray MISO
|
// 50 gray MISO
|
||||||
// 51 yellow MOSI
|
// 51 yellow MOSI
|
||||||
// 52 orange SCK
|
// 52 orange SCK
|
||||||
|
|
||||||
// blue SDCS
|
// blue SDCS
|
||||||
//#define SDSS 53
|
//#define SDSS 53
|
||||||
|
|
||||||
//
|
//
|
||||||
// VIKI2 4-wire lead
|
// VIKI2 4-wire lead
|
||||||
//
|
//
|
||||||
|
|
||||||
// blue BTN
|
// blue BTN
|
||||||
#define KILL_PIN 23
|
#define KILL_PIN 23
|
||||||
|
|
||||||
// green BUZZER
|
// green BUZZER
|
||||||
#define BEEPER_PIN 25
|
#define BEEPER_PIN 25
|
||||||
|
|
||||||
// yellow RED-LED
|
// yellow RED-LED
|
||||||
#define STAT_LED_RED_PIN 16
|
#define STAT_LED_RED_PIN 16
|
||||||
|
|
||||||
// white BLUE-LED
|
// white BLUE-LED
|
||||||
#define STAT_LED_BLUE_PIN 17
|
#define STAT_LED_BLUE_PIN 17
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue