Skip to content

Commit 0bcfd8c

Browse files
update labels
1 parent 4e8793c commit 0bcfd8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ C3:100u
3434
C4:10p
3535
D1:1N4001
3636
D2:1N4001
37-
U1:NE555,VCC,DIS,_TR,TH,GND,CTL,OUT,_RST
37+
U1:NE555,8,7,6,2,1,5,3,4
3838
J1:-5V
3939
J2:GND
4040
```

format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Examples:
4040
* `L51:0.33` -- this is rewritten to "330 mH" so that it has no decimal point.
4141
* `F3:1500m` -- rewritten: "1.5 A"
4242
* `D7:1N4001` -- again, part number
43-
* `U1:SN74LS08N,14,1,2,7,3` -- some components let you label pins with whatever you want (in this case just numbers). They start at the top and follow **counterclockwise** to follow with the pin-numbering of most IC's.
43+
* `U1:SN74LS08N,14,1,2,7,3` -- some components let you label pins with whatever you want (in this case just numbers). They start at the top-leftmost and follow **counterclockwise** to follow with the pin-numbering of most IC's.
4444
* `R2:10,5` -- this is formatted as "10 Ω 5 W". The second value is the rating; for resistors, this is a wattage, for most else, this is a maximum voltage.

test_data/test_charge_pump.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ C3:100u
2121
C4:10p
2222
D1:1N4001
2323
D2:1N4001
24-
U1:NE555,VCC,DIS,_TR,TH,GND,CTL,OUT,_RST
24+
U1:NE555,8,7,6,2,1,5,3,4
2525
J1:-5V
2626
J2:GND

0 commit comments

Comments
 (0)