Browse Source

AZTEEG X5 mini LED pins (#19909)

vanilla_fb_2.0.x
ellensp 4 years ago
committed by Scott Lahteine
parent
commit
2bb94b4329
  1. 10
      Marlin/src/pins/lpc1769/pins_AZTEEG_X5_MINI.h

10
Marlin/src/pins/lpc1769/pins_AZTEEG_X5_MINI.h

@ -38,6 +38,9 @@
// LED // LED
// //
#define LED_PIN P1_18 #define LED_PIN P1_18
#define LED2_PIN P1_20
#define LED3_PIN P1_19
#define LED4_PIN P1_21
// //
// Servos // Servos
@ -79,14 +82,13 @@
#define E0_ENABLE_PIN P0_04 #define E0_ENABLE_PIN P0_04
// //
// DIGIPOT slave addresses // DIGIPOT slave addresses (7-bit unshifted)
// //
#ifndef DIGIPOT_I2C_ADDRESS_A #ifndef DIGIPOT_I2C_ADDRESS_A
#define DIGIPOT_I2C_ADDRESS_A 0x2C // unshifted slave address for first DIGIPOT #define DIGIPOT_I2C_ADDRESS_A 0x2C
#endif #endif
#ifndef DIGIPOT_I2C_ADDRESS_B #ifndef DIGIPOT_I2C_ADDRESS_B
#define DIGIPOT_I2C_ADDRESS_B 0x2E // unshifted slave address for second DIGIPOT #define DIGIPOT_I2C_ADDRESS_B 0x2E
#endif #endif
// //

Loading…
Cancel
Save