AZTEEG X5 mini LED pins (#19909)

This commit is contained in:
ellensp 2020-10-28 15:57:32 +13:00 committed by GitHub
parent 90fcb82a3e
commit 603e4d66ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
// //