Cleanup pins spacing
This commit is contained in:
parent
dff2904c0f
commit
c272f2c84e
@ -109,22 +109,22 @@ D8 HEATER_BED_PIN CS1 RX4 A12 31 | 46 * * 47 | 34 A15 PWM
|
|||||||
#define SOL1_PIN 28
|
#define SOL1_PIN 28
|
||||||
|
|
||||||
#ifndef SDSUPPORT
|
#ifndef SDSUPPORT
|
||||||
// these pins are defined in the SD library if building with SD support
|
// these are defined in the SD library if building with SD support
|
||||||
#define SCK_PIN 13
|
#define SCK_PIN 13
|
||||||
#define MISO_PIN 12
|
#define MISO_PIN 12
|
||||||
#define MOSI_PIN 11
|
#define MOSI_PIN 11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ULTRA_LCD
|
#ifdef ULTRA_LCD
|
||||||
#define LCD_PINS_RS 40
|
#define LCD_PINS_RS 40
|
||||||
#define LCD_PINS_ENABLE 41
|
#define LCD_PINS_ENABLE 41
|
||||||
#define LCD_PINS_D4 42
|
#define LCD_PINS_D4 42
|
||||||
#define LCD_PINS_D5 43
|
#define LCD_PINS_D5 43
|
||||||
#define LCD_PINS_D6 44
|
#define LCD_PINS_D6 44
|
||||||
#define LCD_PINS_D7 45
|
#define LCD_PINS_D7 45
|
||||||
#define BTN_EN1 46
|
#define BTN_EN1 46
|
||||||
#define BTN_EN2 47
|
#define BTN_EN2 47
|
||||||
#define BTN_ENC 48
|
#define BTN_ENC 48
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // MOTHERBOARD == 841 (Teensy3.5 and Teensy3.6)
|
#endif // MOTHERBOARD == 841 (Teensy3.5 and Teensy3.6)
|
||||||
|
Loading…
Reference in New Issue
Block a user