Browse Source

📌 ZRIB V52-V53 Servo Pins (#24880)

ellensp 1 year ago
parent
commit
b20db2e1a3
No account linked to committer's email address
2 changed files with 14 additions and 17 deletions
  1. 11
    8
      Marlin/src/pins/ramps/pins_ZRIB_V52.h
  2. 3
    9
      Marlin/src/pins/ramps/pins_ZRIB_V53.h

+ 11
- 8
Marlin/src/pins/ramps/pins_ZRIB_V52.h View File

47
 #define E2_DIR_PIN                             5
47
 #define E2_DIR_PIN                             5
48
 #define E2_ENABLE_PIN                         22
48
 #define E2_ENABLE_PIN                         22
49
 
49
 
50
+//
51
+// Servos / XS3 Connector
52
+//
53
+#ifndef SERVO0_PIN
54
+  #define SERVO0_PIN                          65  // PWM
55
+#endif
56
+#ifndef SERVO1_PIN
57
+  #define SERVO1_PIN                          66  // PWM
58
+#endif
59
+
50
 #include "pins_MKS_BASE_common.h" // ... RAMPS
60
 #include "pins_MKS_BASE_common.h" // ... RAMPS
51
 
61
 
52
 /**
62
 /**
78
  *  |  GND   |
88
  *  |  GND   |
79
  *  ==========
89
  *  ==========
80
  *
90
  *
81
- * XS3 Connector
91
+ * Servos / XS3 Connector
82
  *  =================
92
  *  =================
83
  *  | 65 | GND | 5V |      (65)  PK3 ** Pin86 ** A11
93
  *  | 65 | GND | 5V |      (65)  PK3 ** Pin86 ** A11
84
  *  |----|-----|----|
94
  *  |----|-----|----|
85
  *  | 66 | GND | 5V |      (66)  PK4 ** Pin85 ** A12
95
  *  | 66 | GND | 5V |      (66)  PK4 ** Pin85 ** A12
86
  *  =================
96
  *  =================
87
  *
97
  *
88
- * Servos Connector
89
- *  =================
90
- *  | 11 | GND | 5V |      (11)  PB5 ** Pin24 ** PWM11
91
- *  |----|-----|----|
92
- *  | 12 | GND | 5V |      (12)  PB6 ** Pin25 ** PWM12
93
- *  =================
94
- *
95
  * ICSP
98
  * ICSP
96
  *  =================
99
  *  =================
97
  *  | 5V | 51 | GND |      (51)  PB2 ** Pin21 ** SPI_MOSI
100
  *  | 5V | 51 | GND |      (51)  PB2 ** Pin21 ** SPI_MOSI

+ 3
- 9
Marlin/src/pins/ramps/pins_ZRIB_V53.h View File

62
 // Servos / XS3 Connector
62
 // Servos / XS3 Connector
63
 //
63
 //
64
 #ifndef SERVO0_PIN
64
 #ifndef SERVO0_PIN
65
-  #define SERVO0_PIN                          11  // Analog Output
65
+  #define SERVO0_PIN                          65  // PWM
66
 #endif
66
 #endif
67
 #ifndef SERVO1_PIN
67
 #ifndef SERVO1_PIN
68
-  #define SERVO1_PIN                          12  // Analog Output
68
+  #define SERVO1_PIN                          66  // PWM
69
 #endif
69
 #endif
70
 
70
 
71
 //
71
 //
424
  *  |--------|   Power
424
  *  |--------|   Power
425
  *  |  GND   |
425
  *  |  GND   |
426
  *  ==========
426
  *  ==========
427
- * XS3 Connector
427
+ * Servos / XS3 Connector
428
  *  =================
428
  *  =================
429
  *  | 65 | GND | 5V |      (65)  PK3 ** Pin86 ** A11
429
  *  | 65 | GND | 5V |      (65)  PK3 ** Pin86 ** A11
430
  *  |----|-----|----|
430
  *  |----|-----|----|
431
  *  | 66 | GND | 5V |      (66)  PK4 ** Pin85 ** A12
431
  *  | 66 | GND | 5V |      (66)  PK4 ** Pin85 ** A12
432
  *  =================
432
  *  =================
433
- * XS3/Servos Connector
434
- *  =================
435
- *  | 11 | GND | 5V |      (11)  PB5 ** Pin24 ** PWM11
436
- *  |----|-----|----|
437
- *  | 12 | GND | 5V |      (12)  PB6 ** Pin25 ** PWM12
438
- *  =================
439
  * ICSP
433
  * ICSP
440
  *  =================
434
  *  =================
441
  *  | 5V | 51 | GND |      (51)  PB2 ** Pin21 ** SPI_MOSI
435
  *  | 5V | 51 | GND |      (51)  PB2 ** Pin21 ** SPI_MOSI

Loading…
Cancel
Save