Move selected test files to examples directory

This commit is contained in:
Daniel Rojas 2021-09-23 17:07:06 +02:00 committed by Laurier Loiselle
parent aa81c18609
commit 5cc133c596
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F
7 changed files with 0 additions and 102 deletions

5
test/.gitignore vendored
View File

@ -1,5 +0,0 @@
*.bom.tsv
*.gv
*.html
*.png
*.svg

View File

@ -1,33 +0,0 @@
# expanding upon @stmaxed's example in #134
connectors:
X1: &X
type: Screw connector
subtype: male
color: GN
pincount: 4
pinlabels: [A, B, C, D]
X2:
<<: *X
subtype: female
F:
style: simple
type: Ferrule
color: GY
cables:
W:
color: BK
colors: [BK, WH, BU, BN]
connections:
- # ferrules + connector X1
- W.W1: [1-4]
- F.
- -->
- X1: [1-4]
- ==>
- X2: [1-4]
- <--
- F.
- W.W2: [1-4]

View File

@ -1,64 +0,0 @@
connectors:
XS:
type: Screw terminal connector
subtype: male
color: GN
pincount: 3
XM:
type: Molex KK 254
subtype: female
pincount: 3
F:
style: simple
type: Ferrule
subtype: 0.25 mm2
color: LB
LED_RD: &LED
type: LED
subtype: 5mm
show_pincount: false
color: RD
pins: [+, -]
pinlabels: [Anode, Cathode]
LED_GN:
<<: *LED
color: GN
LED_YE:
<<: *LED
color: YE
cables:
C:
category: bundle
# show_name: false
colors: [RD, BK]
gauge: 0.25 mm2
W:
category: bundle
# show_name: false
colors: [BN]
gauge: 0.25 mm2
connections:
-
- [F.F1, F.F2]
- C.W1: [1,2]
- LED_RD: [+,-]
-
- F.F3
- W.W2: [1]
- LED_GN: [+]
-
- LED_GN: [-]
- W.W3: [1]
-
- XS.X1: [1-3]
- <--
- [F1, F2, F3]
-
- LED_YE: [+,-]
- C.W4: [1,2]
- XM.X2: [1,2]
-
- W3: [1]
- X2: [3]