forked from laurierloi/WireViz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ex02.yml
39 lines (37 loc) · 791 Bytes
/
ex02.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
connectors:
X1: &boo
type: Molex Micro-Fit
subtype: male
pinlabels: [GND, VCC]
X2: &con_power_f # define template
type: Molex Micro-Fit
subtype: female
pinlabels: [GND, VCC]
X3:
<<: *con_power_f # create from template
X4:
<<: *con_power_f # create from template
cables:
W1: &wire_power # define template
colors: [BK, RD] # number of wires implicit in color list
gauge: 0.25 # assume mm2 if no gauge unit is specified
show_equiv: true
length: 0.2
W2:
<<: *wire_power # create from template
W3:
<<: *wire_power # create from template
gauge: 20 awg
connections:
-
- X1: [1-2]
- W1: [1-2]
- X2: [1-2]
-
- X1: [1-2]
- W2: [1-2]
- X3: [1-2]
-
- X1: [1-2]
- W3: [1-2]
- X4: [1-2]