Update pins_FLSUN_HISPEED.h
Add comment for mode UART serial/hardware.
This commit is contained in:
parent
e7bda8f897
commit
9a9b64377c
1 changed files with 9 additions and 0 deletions
|
|
@ -109,6 +109,15 @@
|
||||||
//
|
//
|
||||||
// Drivers
|
// Drivers
|
||||||
//
|
//
|
||||||
|
/*
|
||||||
|
* For TMC220x in UART mode and serial use,
|
||||||
|
* add #define SOFTWARE_SERIAL in you Configuration.h
|
||||||
|
* For TMC2209 in UART mode and hardware use,
|
||||||
|
* add #define HARDWARE_SERIAL in you Configuration.h
|
||||||
|
* and position the jumpers in this way.
|
||||||
|
* |= close
|
||||||
|
* := open
|
||||||
|
*/
|
||||||
#if HAS_TMC220x
|
#if HAS_TMC220x
|
||||||
|
|
||||||
#if ENABLED(HARDWARE_SERIAL) /* TMC2209 */
|
#if ENABLED(HARDWARE_SERIAL) /* TMC2209 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue