Fix Smoothieboard digipots i2c pin (#19784)
This commit is contained in:
parent
332adafa23
commit
25bb249ac6
@ -169,7 +169,7 @@
|
||||
* Set from 0 - 127 with stop bit.
|
||||
* (Ex. 3F << 1 | 1)
|
||||
*/
|
||||
#define DIGIPOTS_I2C_SCL P0_0
|
||||
#define DIGIPOTS_I2C_SCL P0_00
|
||||
#define DIGIPOTS_I2C_SDA_X P0_04
|
||||
#define DIGIPOTS_I2C_SDA_Y P0_10
|
||||
#define DIGIPOTS_I2C_SDA_Z P0_19
|
||||
|
Loading…
Reference in New Issue
Block a user