|
@@ -274,6 +274,9 @@
|
274
|
274
|
// Motor Current setting (Only functional when motor driver current ref pins are connected to a digital trimpot on supported boards)
|
275
|
275
|
#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
|
276
|
276
|
|
|
277
|
+// Motor Current controlled via PWM (Only functional when motor driver current is driven by PWM on supported boards)
|
|
278
|
+#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
|
|
279
|
+
|
277
|
280
|
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
|
278
|
281
|
//#define DIGIPOT_I2C
|
279
|
282
|
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
|