62 lines
1.1 KiB
YAML
62 lines
1.1 KiB
YAML
templates:
|
|
- &template_con
|
|
type: IDC
|
|
subtype: female
|
|
pinlabels: [GND, GND, VDC, VDC, A, B]
|
|
image:
|
|
src: ../resources/idc.jpeg
|
|
caption: 2x3 IDC Connector
|
|
- &template_wire_jumper
|
|
gauge: 26 AWG
|
|
length: 0.03
|
|
colors: [RD, GY, GY, GY, GY, GY]
|
|
category: bundle
|
|
type: 1.27mm Pitch Ribbon Cable
|
|
- &template_wire_mobo
|
|
gauge: 26 AWG
|
|
length: 0.26
|
|
colors: [RD, GY, GY, GY, GY, GY]
|
|
category: bundle
|
|
type: 1.27mm Pitch Ribbon Cable
|
|
notes: NOTE - This cable is longer than the rest.
|
|
- &template_wire_front_back
|
|
gauge: 26 AWG
|
|
length: 0.475
|
|
colors: [RD, GY, GY, GY, GY, GY]
|
|
category: bundle
|
|
type: 1.27mm Pitch Ribbon Cable
|
|
notes: NOTE - This cable is longer than the rest.
|
|
|
|
connectors:
|
|
X0:
|
|
<<: *template_con
|
|
X1:
|
|
<<: *template_con
|
|
X2:
|
|
<<: *template_con
|
|
X3:
|
|
<<: *template_con
|
|
|
|
|
|
cables:
|
|
W1:
|
|
<<: *template_wire_mobo
|
|
W2:
|
|
<<: *template_wire_jumper
|
|
W3:
|
|
<<: *template_wire_jumper
|
|
|
|
connections:
|
|
-
|
|
- X0: [1-6]
|
|
- W1: [1-6]
|
|
- X1: [1-6]
|
|
-
|
|
- X1: [1-6]
|
|
- W2: [1-6]
|
|
- X2: [1-6]
|
|
-
|
|
- X2: [1-6]
|
|
- W3: [1-6]
|
|
- X3: [1-6]
|