🔨 FYSETC S6 small bootloader target (#22207)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
George Fu
2021-07-07 08:40:11 +08:00
committed by GitHub
parent b2f0913083
commit 1093224ba2
6 changed files with 64 additions and 8 deletions

View File

@@ -68,6 +68,12 @@
//
#define X_ENABLE_PIN PE9
//
// Servos
// Z_MAX_PIN only works in input mode
//
#define SERVO0_PIN PA2
#if HAS_TMC_UART
#define X_SERIAL_TX_PIN PE7
#define X_SERIAL_RX_PIN PE7