Cleanup pins spacing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Teensy 3.5 (MK64FX512) and Teensy 3.6 (MK66FX1M0) Breadboard pin assignments
|
||||
* Requires the Teensyduino software with Teensy 3.5 or Teensy 3.6 selected in Arduino IDE!
|
||||
* http://www.pjrc.com/teensy/teensyduino.html
|
||||
*
|
||||
*
|
||||
****************************************************************************************/
|
||||
#if MOTHERBOARD == 841 // BOARD_TEENSY35_36
|
||||
#define KNOWN_BOARD 1
|
||||
@@ -21,7 +21,7 @@
|
||||
#define LARGE_FLASH true
|
||||
#define USBCON //1286 // Disable MarlinSerial etc.
|
||||
|
||||
/*
|
||||
/*
|
||||
teemuatlut plan for Teensy3.5 and Teensy3.6:
|
||||
|
||||
USB
|
||||
@@ -109,22 +109,22 @@ D8 HEATER_BED_PIN CS1 RX4 A12 31 | 46 * * 47 | 34 A15 PWM
|
||||
#define SOL1_PIN 28
|
||||
|
||||
#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 MISO_PIN 12
|
||||
#define MOSI_PIN 11
|
||||
#endif
|
||||
|
||||
#ifdef ULTRA_LCD
|
||||
#define LCD_PINS_RS 40
|
||||
#define LCD_PINS_ENABLE 41
|
||||
#define LCD_PINS_D4 42
|
||||
#define LCD_PINS_D5 43
|
||||
#define LCD_PINS_D6 44
|
||||
#define LCD_PINS_D7 45
|
||||
#define BTN_EN1 46
|
||||
#define BTN_EN2 47
|
||||
#define BTN_ENC 48
|
||||
#define LCD_PINS_RS 40
|
||||
#define LCD_PINS_ENABLE 41
|
||||
#define LCD_PINS_D4 42
|
||||
#define LCD_PINS_D5 43
|
||||
#define LCD_PINS_D6 44
|
||||
#define LCD_PINS_D7 45
|
||||
#define BTN_EN1 46
|
||||
#define BTN_EN2 47
|
||||
#define BTN_ENC 48
|
||||
#endif
|
||||
|
||||
#endif // MOTHERBOARD == 841 (Teensy3.5 and Teensy3.6)
|
||||
|
||||
Reference in New Issue
Block a user