Spacing adjustments in some pins files
This commit is contained in:
parent
94a796c8cc
commit
8ebf0b92be
|
@ -89,7 +89,9 @@
|
||||||
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
||||||
|
|
||||||
#if ENABLED(ULTRA_LCD)
|
#if ENABLED(ULTRA_LCD)
|
||||||
|
|
||||||
#define KILL_PIN 32
|
#define KILL_PIN 32
|
||||||
|
|
||||||
#if ENABLED(NEWPANEL)
|
#if ENABLED(NEWPANEL)
|
||||||
|
|
||||||
#define BEEPER_PIN 84 // Beeper on AUX-4
|
#define BEEPER_PIN 84 // Beeper on AUX-4
|
||||||
|
@ -107,5 +109,5 @@
|
||||||
|
|
||||||
#define SDCARDDETECT 15
|
#define SDCARDDETECT 15
|
||||||
|
|
||||||
#endif
|
#endif //NEWPANEL
|
||||||
#endif //ULTRA_LCD
|
#endif //ULTRA_LCD
|
||||||
|
|
|
@ -110,7 +110,9 @@
|
||||||
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
||||||
|
|
||||||
#if ENABLED(ULTRA_LCD)
|
#if ENABLED(ULTRA_LCD)
|
||||||
|
|
||||||
#define KILL_PIN 80
|
#define KILL_PIN 80
|
||||||
|
|
||||||
#if ENABLED(NEWPANEL)
|
#if ENABLED(NEWPANEL)
|
||||||
|
|
||||||
#define BEEPER_PIN 79 // Beeper on AUX-4
|
#define BEEPER_PIN 79 // Beeper on AUX-4
|
||||||
|
@ -138,7 +140,7 @@
|
||||||
#define BEEPER_PIN 33 // No Beeper added
|
#define BEEPER_PIN 33 // No Beeper added
|
||||||
|
|
||||||
//buttons are attached to a shift register
|
//buttons are attached to a shift register
|
||||||
// Not wired this yet
|
// Not wired yet
|
||||||
// #define SHIFT_CLK 38
|
// #define SHIFT_CLK 38
|
||||||
// #define SHIFT_LD 42
|
// #define SHIFT_LD 42
|
||||||
// #define SHIFT_OUT 40
|
// #define SHIFT_OUT 40
|
||||||
|
|
|
@ -68,7 +68,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||||
//LCD Pins
|
|
||||||
|
|
||||||
#define BEEPER_PIN -1
|
#define BEEPER_PIN -1
|
||||||
|
|
||||||
|
@ -78,7 +77,8 @@
|
||||||
#define BTN_ENC 43 //A3 - fastio.h pin mapping 43
|
#define BTN_ENC 43 //A3 - fastio.h pin mapping 43
|
||||||
#define SDSS 40 //use SD card on Panelolu2 (Teensyduino pin mapping)
|
#define SDSS 40 //use SD card on Panelolu2 (Teensyduino pin mapping)
|
||||||
#endif // LCD_I2C_PANELOLU2
|
#endif // LCD_I2C_PANELOLU2
|
||||||
//not connected to a pin
|
|
||||||
#define SDCARDDETECT -1
|
#define SDCARDDETECT -1
|
||||||
|
|
||||||
#endif // ULTRA_LCD && NEWPANEL
|
#endif // ULTRA_LCD && NEWPANEL
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue