diff --git a/examples/ex08.yml b/examples/ex08.yml index 2195c4a..cd67a29 100644 --- a/examples/ex08.yml +++ b/examples/ex08.yml @@ -7,6 +7,8 @@ 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: @@ -14,7 +16,9 @@ cables: length: 0.2 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