From c00d942ad0ae4561e62864d014f5f68568a55aba Mon Sep 17 00:00:00 2001 From: Tobias Falk Date: Sun, 16 Jun 2024 14:11:49 +0200 Subject: [PATCH] removed comments from examples --- examples/ex15.yml | 18 +++++++++--------- examples/ex16.yml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/ex15.yml b/examples/ex15.yml index f90fa23..a83f665 100644 --- a/examples/ex15.yml +++ b/examples/ex15.yml @@ -1,8 +1,8 @@ connectors: X1: - type: Molex KK 254 # more information + type: Molex KK 254 subtype: female - pinlabels: [GND, VCC, RX, TX, GND, VCC, GND] # pincount is implicit in pinout + pinlabels: [GND, VCC, RX, TX, GND, VCC, GND] shorts: - SH1: [1, 5, 7] - SH2: [2, 6] @@ -29,11 +29,11 @@ connectors: cables: W1: - color_code: IEC # auto-color wires based on a standard - wirecount: 4 # need to specify number of wires explicitly when using a color code - gauge: 0.25 mm2 # also accepts AWG as unit - show_equiv: true # auto-calculate AWG equivalent from metric gauge - length: 0.2 # length in m + color_code: IEC + wirecount: 4 + gauge: 0.25 mm2 + show_equiv: true + length: 0.2 shield: true type: Serial @@ -41,7 +41,7 @@ connections: - - X1: [1-4] - W1: [1-4] - - X2: [1,2,4,3] # crossover - - # connection from connector pin to wire shielding + - X2: [1,2,4,3] + - - X1: 1 - W1: s diff --git a/examples/ex16.yml b/examples/ex16.yml index da42416..118c399 100644 --- a/examples/ex16.yml +++ b/examples/ex16.yml @@ -3,9 +3,9 @@ options: connectors: X1: - type: Molex KK 254 # more information + type: Molex KK 254 subtype: female - pinlabels: [GND, VCC, RX, TX, GND, VCC, GND] # pincount is implicit in pinout + pinlabels: [GND, VCC, RX, TX, GND, VCC, GND] loops: - LO1: [1, 5, 7] - LO2: [2, 6] @@ -43,11 +43,11 @@ connectors: cables: W1: - color_code: IEC # auto-color wires based on a standard - wirecount: 4 # need to specify number of wires explicitly when using a color code - gauge: 0.25 mm2 # also accepts AWG as unit - show_equiv: true # auto-calculate AWG equivalent from metric gauge - length: 0.2 # length in m + color_code: IEC + wirecount: 4 + gauge: 0.25 mm2 + show_equiv: true + length: 0.2 shield: true type: Serial @@ -55,7 +55,7 @@ connections: - - X1: [1-4] - W1: [1-4] - - X2: [1,2,4,3] # crossover - - # connection from connector pin to wire shielding + - X2: [1,2,4,3] + - - X1: 1 - W1: s