Azteeg X5 Mini WiFi support (#11601)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							3671c63cde
						
					
				
				
					commit
					f8c52c9c29
				
			| @@ -495,10 +495,11 @@ | ||||
|   /** | ||||
|    * Common slave addresses: | ||||
|    * | ||||
|    *                    A   (A shifted)   B   (B shifted)  IC | ||||
|    * Smoothie          0x2C (0x58)       0x2D (0x5A)       MCP4451 | ||||
|    * AZTEEG_X3_PRO     0x2C (0x58)       0x2E (0x5C)       MCP4451 | ||||
|    * MIGHTYBOARD_REVE  0x2F (0x5E)                         MCP4018 | ||||
|    *                        A   (A shifted)   B   (B shifted)  IC | ||||
|    * Smoothie              0x2C (0x58)       0x2D (0x5A)       MCP4451 | ||||
|    * AZTEEG_X3_PRO         0x2C (0x58)       0x2E (0x5C)       MCP4451 | ||||
|    * AZTEEG_X5_MINI_WIFI         0x58              0x5C        MCP4451 | ||||
|    * MIGHTYBOARD_REVE      0x2F (0x5E)                         MCP4018 | ||||
|    */ | ||||
|   #define DIGIPOT_I2C_ADDRESS_A 0x2C  // unshifted slave address for first DIGIPOT | ||||
|   #define DIGIPOT_I2C_ADDRESS_B 0x2D  // unshifted slave address for second DIGIPOT | ||||
|   | ||||
| @@ -495,10 +495,11 @@ | ||||
|   /** | ||||
|    * Common slave addresses: | ||||
|    * | ||||
|    *                    A   (A shifted)   B   (B shifted)  IC | ||||
|    * Smoothie          0x2C (0x58)       0x2D (0x5A)       MCP4451 | ||||
|    * AZTEEG_X3_PRO     0x2C (0x58)       0x2E (0x5C)       MCP4451 | ||||
|    * MIGHTYBOARD_REVE  0x2F (0x5E)                         MCP4018 | ||||
|    *                        A   (A shifted)   B   (B shifted)  IC | ||||
|    * Smoothie              0x2C (0x58)       0x2D (0x5A)       MCP4451 | ||||
|    * AZTEEG_X3_PRO         0x2C (0x58)       0x2E (0x5C)       MCP4451 | ||||
|    * AZTEEG_X5_MINI_WIFI         0x58              0x5C        MCP4451 | ||||
|    * MIGHTYBOARD_REVE      0x2F (0x5E)                         MCP4018 | ||||
|    */ | ||||
|   #define DIGIPOT_I2C_ADDRESS_A 0x2C  // unshifted slave address for first DIGIPOT | ||||
|   #define DIGIPOT_I2C_ADDRESS_B 0x2D  // unshifted slave address for second DIGIPOT | ||||
|   | ||||
		Reference in New Issue
	
	Block a user