Azteeg X3 Pro Pin fix ups
This commit is contained in:
parent
f5dad8ade2
commit
b6f2bff461
|
@ -76,27 +76,27 @@
|
||||||
//on a Delta with 1 servo. Running through the Z servo endstop in code.
|
//on a Delta with 1 servo. Running through the Z servo endstop in code.
|
||||||
//Physical wire attachment was done on EXT1 on the GND, 5V, and D47 pins.
|
//Physical wire attachment was done on EXT1 on the GND, 5V, and D47 pins.
|
||||||
//
|
//
|
||||||
#undef SERVO0_PIN
|
#undef SERVO0_PIN
|
||||||
#undef SERVO1_PIN
|
#undef SERVO1_PIN
|
||||||
#undef SERVO2_PIN
|
#undef SERVO2_PIN
|
||||||
#undef SERVO3_PIN
|
#undef SERVO3_PIN
|
||||||
|
|
||||||
#ifdef NUM_SERVOS
|
#ifdef NUM_SERVOS
|
||||||
#define SERVO0_PIN -1
|
#define SERVO0_PIN 47
|
||||||
#if NUM_SERVOS > 1
|
#if NUM_SERVOS > 1
|
||||||
#define SERVO1_PIN -1
|
#define SERVO1_PIN -1
|
||||||
#if NUM_SERVOS > 2
|
#if NUM_SERVOS > 2
|
||||||
#define SERVO2_PIN 47
|
#define SERVO2_PIN -1
|
||||||
#if NUM_SERVOS > 3
|
#if NUM_SERVOS > 3
|
||||||
#define SERVO3_PIN -1
|
#define SERVO3_PIN -1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//LCD Pins//
|
//LCD Pins//
|
||||||
|
|
||||||
#if defined(VIKI2) || defined(miniVIKI)
|
#if defined(VIKI2) || defined(miniVIKI)
|
||||||
#define BEEPER 33
|
#define BEEPER 33
|
||||||
// Pins for DOGM SPI LCD Support
|
// Pins for DOGM SPI LCD Support
|
||||||
#define DOGLCD_A0 44
|
#define DOGLCD_A0 44
|
||||||
|
@ -112,7 +112,9 @@
|
||||||
#define SDCARDDETECT 49
|
#define SDCARDDETECT 49
|
||||||
|
|
||||||
#define KILL_PIN 31
|
#define KILL_PIN 31
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef TEMP_STAT_LEDS
|
||||||
#define STAT_LED_RED 32
|
#define STAT_LED_RED 32
|
||||||
#define STAT_LED_BLUE 35
|
#define STAT_LED_BLUE 35
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue