diff --git a/examples/ex08.yml b/examples/ex08.yml index 2195c4a..8437aab 100644 --- a/examples/ex08.yml +++ b/examples/ex08.yml @@ -7,14 +7,19 @@ connectors: pins: [T, R, S] pinlabels: [Dot, Dash, Ground] show_pincount: false + image: ../resources/stereo-phone-plug-TRS.png + caption: Tip, Ring, and Sleeve cables: W1: gauge: 24 AWG length: 0.2 + color: BK color_code: DIN wirecount: 3 - shield: true + shield: SN + image: ../resources/cable-WH+BN+GN+shield.png + caption: Cross-section connections: - diff --git a/resources/cable-WH+BN+GN+shield.png b/resources/cable-WH+BN+GN+shield.png new file mode 100644 index 0000000..f854aea Binary files /dev/null and b/resources/cable-WH+BN+GN+shield.png differ diff --git a/resources/stereo-phone-plug-TRS.png b/resources/stereo-phone-plug-TRS.png new file mode 100644 index 0000000..6ac1274 Binary files /dev/null and b/resources/stereo-phone-plug-TRS.png differ