WireViz/examples/ex05.yml
2023-03-29 16:29:40 -04:00

40 lines
656 B
YAML

# daisy chain, variant 1
templates:
- &template_con
type: '<a href="https://www.molex.com/molex/products/family/kk_254_rpc_connector_system">Molex KK 254</a>'
subtype: female
pinlabels: [GND, VCC, SCL, SDA]
- &template_wire
gauge: 0.25 mm2
length: 0.2
colors: [PK, TQ, YE, VT]
category: bundle
type: I2C
connectors:
X1:
<<: *template_con
X2:
<<: *template_con
X3:
<<: *template_con
cables:
W1:
<<: *template_wire
W2:
<<: *template_wire
connections:
-
- X1: [1-4]
- W1: [1-4]
- X2: [1-4]
-
- X2: [1-4]
- W2: [1-4]
- X3: [1-4]
options:
notes_on_right: False