36 lines
506 B
YAML
36 lines
506 B
YAML
# daisy chain, variant 1
|
|
templates:
|
|
- &template_con
|
|
type: Molex KK 254
|
|
gender: female
|
|
pinout: [GND, VCC, SCL, SDA]
|
|
- &template_wire
|
|
mm2: 0.25
|
|
length: 0.2
|
|
colors: [PK, TQ, YE, VT]
|
|
type: bundle
|
|
|
|
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]
|