Update pins_FLSUN_HISPEED.h

Add comment for mode UART serial/hardware.
This commit is contained in:
Foxies 2020-10-28 03:46:29 +01:00
parent e7bda8f897
commit 9a9b64377c

View file

@ -109,6 +109,15 @@
//
// 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 ENABLED(HARDWARE_SERIAL) /* TMC2209 */