35 lines
729 B
YAML
35 lines
729 B
YAML
# contributed by @cocide
|
|
# and later extended to include images
|
|
|
|
connectors:
|
|
Key:
|
|
type: Phone Connector
|
|
subtype: male 3.5
|
|
pins: [T, R, S]
|
|
pinlabels: [Dot, Dash, Ground]
|
|
show_pincount: false
|
|
# image:
|
|
# src: resources/stereo-phone-plug-TRS.png
|
|
# caption: Tip, Ring, and Sleeve
|
|
|
|
cables:
|
|
W1:
|
|
gauge: 24 AWG
|
|
length: 0.2
|
|
color: BK # Cable jacket color
|
|
color_code: DIN
|
|
wirecount: 3
|
|
shield: SN # Matching the shield color in the image
|
|
# image:
|
|
# src: resources/cable-WH+BN+GN+shield.png
|
|
# height: 70 # Scale the image size slightly down
|
|
# caption: Cross-section
|
|
|
|
connections:
|
|
-
|
|
- Key: [S,R,T]
|
|
- W1: [WH,BN,GN]
|
|
-
|
|
- Key: S
|
|
- W1: s
|