Browse Source

Cleanup AZTEEG_X5_GT pins for VIKI

What should the SD detect and SDSS pins be? Followup soon on #8138
pull/1/head
Scott Lahteine 7 years ago
parent
commit
b6747c742a
  1. 23
      Marlin/src/pins/pins_AZTEEG_X5_GT.h

23
Marlin/src/pins/pins_AZTEEG_X5_GT.h

@ -93,23 +93,22 @@
//
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN P1_30
#define DOGLCD_A0 P2_06
#define DOGLCD_CS P0_16
#define BEEPER_PIN P1_30
#define DOGLCD_A0 P2_06
#define DOGLCD_CS P0_16
#define BTN_EN1 P3_25
#define BTN_EN2 P3_26
#define BTN_ENC P2_11
#define BTN_EN1 P3_25
#define BTN_EN2 P3_26
#define BTN_ENC P2_11
#define SD_DETECT_PIN -1 // Pin 49 for display sd interface, 72 for easy adapter board
//#define SD_DETECT_PIN P1_18
//#define SDSS P1_21
#define KILL_PIN -1
#define STAT_LED_RED_PIN P0_26
#define STAT_LED_BLUE_PIN P1_21
#define STAT_LED_RED_PIN P0_26
#define STAT_LED_BLUE_PIN P1_21
#endif
//
// Servo
//
#define SERVO0_PIN P1_23
#define SERVO0_PIN P1_23

Loading…
Cancel
Save