Space out array values

This commit is contained in:
Scott Lahteine
2016-09-13 19:01:04 -05:00
parent d4599fd8ed
commit a1812b55f6
24 changed files with 62 additions and 62 deletions

View File

@ -389,7 +389,7 @@
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
#define DIGIPOT_I2C_NUM_CHANNELS 4
// actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
#define DIGIPOT_I2C_MOTOR_CURRENTS {1.7, 1.7, 1.7, 1.7}
#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.7, 1.7, 1.7, 1.7 }
//===========================================================================
//=============================Additional Features===========================