Azteeg X5 Mini support (#13425)

This commit is contained in:
InsanityAutomation
2019-04-09 00:10:45 -04:00
committed by Scott Lahteine
parent f9b2b3e4f5
commit ba31d39f6d
9 changed files with 261 additions and 196 deletions

View File

@@ -142,4 +142,6 @@
#define SDSS 20 // B0
//DIGIPOTS slave addresses
#define DIGIPOT_I2C_ADDRESS_A 0x2C // unshifted slave address for DIGIPOT 0x2C (0x58 <- 0x2C << 1)
#ifndef DIGIPOT_I2C_ADDRESS_A
#define DIGIPOT_I2C_ADDRESS_A 0x2C // unshifted slave address for DIGIPOT 0x2C (0x58 <- 0x2C << 1)
#endif