WireViz/tutorial/tutorial05.yml
2020-06-15 11:46:18 +02:00

28 lines
556 B
YAML

connectors:
X1:
pinout: [+12V, GND, GND, +5V]
type: Molex 8981
subtype: female
ferrules: # ferrules
F1:
type: Ferrule, crimp
subtype: 0.5 mm²
color: OG # optional color
cables:
W1:
category: bundle # budnle
length: 0.3
gauge: 0.5 mm
colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit
notes: hello!
connections:
- # attach ferrules
- F1
- W1: [1-4] # a new ferrule is auto-generated for each wire
- # attach connectors (separetely from ferrules)
- W1: [1-4]
- X1: [1-4]