forked from wireviz/WireViz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ex06.yml
59 lines (56 loc) · 844 Bytes
/
ex06.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# daisy chain, variant 2
templates:
- &template_con
type: Molex KK 254
subtype: female
pinout: [GND, VCC, SCL, SDA]
- &template_wire
gauge: 0.25 mm2
length: 0.2
colors: [PK, TQ, YE, VT]
category: bundle
connectors:
X1:
<<: *template_con
X2:
<<: *template_con
X3:
<<: *template_con
X4:
<<: *template_con
X5:
<<: *template_con
X6:
<<: *template_con
cables:
W1:
<<: *template_wire
W2:
<<: *template_wire
W3:
<<: *template_wire
W4:
<<: *template_wire
W5:
<<: *template_wire
connections:
-
- X1: [1-4]
- W1: [1-4]
- X2: [1-4]
-
- X3: [1-4]
- W2: [1-4]
- X2: [1-4]
-
- X3: [1-4]
- W3: [1-4]
- X4: [1-4]
-
- X5: [1-4]
- W4: [1-4]
- X4: [1-4]
-
- X5: [1-4]
- W5: [1-4]
- X6: [1-4]