Skip to content

Commit

Permalink
Add part number to example 02
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Ward committed Jun 24, 2020
1 parent 1c64587 commit 0aa1392
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 357 deletions.
8 changes: 4 additions & 4 deletions examples/ex02.bom.tsv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Item Qty Unit Designators
Molex Micro-Fit, female, 2 pins 3 X2, X3, X4
Molex Micro-Fit, male, 2 pins 1 X1
Cable 2 x 0.25 mm² 0.6 m W1, W2, W3
Item Qty Unit Designators Part number
Connector, Molex Micro-Fit, female, 2 pins 3 X2, X3, X4 436450200
Connector, Molex Micro-Fit, male, 2 pins 1 X1 436400200
Cable, 2 x 0.25 mm² 0.6 m W1, W2, W3
8 changes: 4 additions & 4 deletions examples/ex02.gv
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ graph {
graph [bgcolor=white fontname=arial nodesep=0.33 rankdir=LR ranksep=2]
node [fillcolor=white fontname=arial shape=record style=filled]
edge [fontname=arial style=bold]
X1 [label="X1|{Molex Micro-Fit|male|2-pin}|{{GND|VCC}|{<p1r>1|<p2r>2}}"]
X2 [label="X2|{Molex Micro-Fit|female|2-pin}|{{<p1l>1|<p2l>2}|{GND|VCC}}"]
X3 [label="X3|{Molex Micro-Fit|female|2-pin}|{{<p1l>1|<p2l>2}|{GND|VCC}}"]
X4 [label="X4|{Molex Micro-Fit|female|2-pin}|{{<p1l>1|<p2l>2}|{GND|VCC}}"]
X1 [label="X1|{436400200|Molex Micro-Fit|male|2-pin}|{{GND|VCC}|{<p1r>1|<p2r>2}}"]
X2 [label="X2|{436450200|Molex Micro-Fit|female|2-pin}|{{<p1l>1|<p2l>2}|{GND|VCC}}"]
X3 [label="X3|{436450200|Molex Micro-Fit|female|2-pin}|{{<p1l>1|<p2l>2}|{GND|VCC}}"]
X4 [label="X4|{436450200|Molex Micro-Fit|female|2-pin}|{{<p1l>1|<p2l>2}|{GND|VCC}}"]
edge [color="#000000:#000000:#000000"]
X1:p1r:e -- W1:w1:w
W1:w1:e -- X2:p1l:w
Expand Down
Loading

0 comments on commit 0aa1392

Please sign in to comment.