[1.1.x] Fixed wrong information about TMC2208 wiring (#9334)
This commit is contained in:
parent
923f17328f
commit
652162777b
35 changed files with 70 additions and 70 deletions
|
|
@ -1010,9 +1010,9 @@
|
|||
|
||||
/**
|
||||
* Enable this for SilentStepStick Trinamic TMC2208 UART-configurable stepper drivers.
|
||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin.
|
||||
* Connect #_SERIAL_TX_PIN to the driver side PDN_UART pin with a 1K resistor.
|
||||
* To use the reading capabilities, also connect #_SERIAL_RX_PIN
|
||||
* to #_SERIAL_TX_PIN with a 1K resistor.
|
||||
* to PDN_UART without a resistor.
|
||||
* The drivers can also be used with hardware serial.
|
||||
*
|
||||
* You'll also need the TMC2208Stepper Arduino library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue