Browse Source

Update serial sub-unit descriptions

Scott Lahteine 4 years ago
parent
commit
6b02b89ab4

+ 3
- 0
Marlin/Configuration_adv.h View File

@@ -1749,6 +1749,9 @@
1749 1749
    *       1 | HIGH | LOW
1750 1750
    *       2 | LOW  | HIGH
1751 1751
    *       3 | HIGH | HIGH
1752
+   *
1753
+   * Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
1754
+   * on the same serial port, either here or in your board's pins file.
1752 1755
    */
1753 1756
   #define  X_SLAVE_ADDRESS 0
1754 1757
   #define  Y_SLAVE_ADDRESS 0

+ 3
- 0
config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h View File

@@ -1749,6 +1749,9 @@
1749 1749
    *       1 | HIGH | LOW
1750 1750
    *       2 | LOW  | HIGH
1751 1751
    *       3 | HIGH | HIGH
1752
+   *
1753
+   * Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
1754
+   * on the same serial port, either here or in your board's pins file.
1752 1755
    */
1753 1756
   #define  X_SLAVE_ADDRESS 0
1754 1757
   #define  Y_SLAVE_ADDRESS 1

+ 3
- 0
config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h View File

@@ -1749,6 +1749,9 @@
1749 1749
    *       1 | HIGH | LOW
1750 1750
    *       2 | LOW  | HIGH
1751 1751
    *       3 | HIGH | HIGH
1752
+   *
1753
+   * Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
1754
+   * on the same serial port, either here or in your board's pins file.
1752 1755
    */
1753 1756
   #define  X_SLAVE_ADDRESS 0
1754 1757
   #define  Y_SLAVE_ADDRESS 1

Loading…
Cancel
Save