mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
Fix Smoothieboard digipots i2c pin (#19784)
This commit is contained in:
parent
332adafa23
commit
25bb249ac6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue