GraphViz does not support the a HTML tag when generating the tables for the cables/connectors, so this change will remove these tags for the graph generation. However for the HTML BOM output table these links will be generated.
37 lines
622 B
YAML
37 lines
622 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]
|