How do I modify the attached YAML file below to short pin-4 and pin-8 of connector J-1 using WireViz? The .jpg file attached shows how the YAML file will run in the current configuration. I am working with WireViz the first time.Current YAML File Results
connectors:
J1:
type: D-Sub
subtype: female
pinlabels: [TRIG, NC, USB(+), PIN8, GND, +5VDC, USB(-), PIN4, BEEP]
J2:
type: USB TYPE-A
subtype: female
pinlabels: [+5VDC, USB(-), USB(+), GND]
cables:
W1:
gauge: 0.25 mm2
length: 0.5
color_code: DIN
wirecount: 4
shield: true
connections:
-
- J1: [3,5,6,7]
- W1: [3,4,1,2]
- J2: [3,4,1,2]
-
- J1: 5
- W1: s
New contributor
Anthony H Jocius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.