MCP4451 Digipot Support for Azteeg X5 GT (#21680)

This commit is contained in:
unknownlamer
2021-04-24 01:59:31 -04:00
committed by GitHub
parent 949d2d9e50
commit 5dfe28db2a
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@
#elif MB(AZTEEG_X5_MINI, AZTEEG_X5_MINI_WIFI)
#define DIGIPOT_I2C_FACTOR 113.5f
#define DIGIPOT_I2C_MAX_CURRENT 2.0f
#elif MB(AZTEEG_X5_GT)
#define DIGIPOT_I2C_FACTOR 51.0f
#define DIGIPOT_I2C_MAX_CURRENT 3.0f
#else
#define DIGIPOT_I2C_FACTOR 106.7f
#define DIGIPOT_I2C_MAX_CURRENT 2.5f