removed comments from examples

This commit is contained in:
Tobias Falk 2024-06-16 14:11:49 +02:00
parent b5aa1c234a
commit c00d942ad0
2 changed files with 18 additions and 18 deletions

View File

@ -1,8 +1,8 @@
connectors: connectors:
X1: X1:
type: Molex KK 254 # more information type: Molex KK 254
subtype: female subtype: female
pinlabels: [GND, VCC, RX, TX, GND, VCC, GND] # pincount is implicit in pinout pinlabels: [GND, VCC, RX, TX, GND, VCC, GND]
shorts: shorts:
- SH1: [1, 5, 7] - SH1: [1, 5, 7]
- SH2: [2, 6] - SH2: [2, 6]
@ -29,11 +29,11 @@ connectors:
cables: cables:
W1: W1:
color_code: IEC # auto-color wires based on a standard color_code: IEC
wirecount: 4 # need to specify number of wires explicitly when using a color code wirecount: 4
gauge: 0.25 mm2 # also accepts AWG as unit gauge: 0.25 mm2
show_equiv: true # auto-calculate AWG equivalent from metric gauge show_equiv: true
length: 0.2 # length in m length: 0.2
shield: true shield: true
type: Serial type: Serial
@ -41,7 +41,7 @@ connections:
- -
- X1: [1-4] - X1: [1-4]
- W1: [1-4] - W1: [1-4]
- X2: [1,2,4,3] # crossover - X2: [1,2,4,3]
- # connection from connector pin to wire shielding -
- X1: 1 - X1: 1
- W1: s - W1: s

View File

@ -3,9 +3,9 @@ options:
connectors: connectors:
X1: X1:
type: Molex KK 254 # more information type: Molex KK 254
subtype: female subtype: female
pinlabels: [GND, VCC, RX, TX, GND, VCC, GND] # pincount is implicit in pinout pinlabels: [GND, VCC, RX, TX, GND, VCC, GND]
loops: loops:
- LO1: [1, 5, 7] - LO1: [1, 5, 7]
- LO2: [2, 6] - LO2: [2, 6]
@ -43,11 +43,11 @@ connectors:
cables: cables:
W1: W1:
color_code: IEC # auto-color wires based on a standard color_code: IEC
wirecount: 4 # need to specify number of wires explicitly when using a color code wirecount: 4
gauge: 0.25 mm2 # also accepts AWG as unit gauge: 0.25 mm2
show_equiv: true # auto-calculate AWG equivalent from metric gauge show_equiv: true
length: 0.2 # length in m length: 0.2
shield: true shield: true
type: Serial type: Serial
@ -55,7 +55,7 @@ connections:
- -
- X1: [1-4] - X1: [1-4]
- W1: [1-4] - W1: [1-4]
- X2: [1,2,4,3] # crossover - X2: [1,2,4,3]
- # connection from connector pin to wire shielding -
- X1: 1 - X1: 1
- W1: s - W1: s