summaryrefslogtreecommitdiff
path: root/gschem/lib/footprints
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2012-11-23 18:30:01 +0800
committerrekado <rekado@elephly.net>2012-11-25 17:46:21 +0800
commit1536150b60765c48a6e7cb587ffbc31581735e58 (patch)
tree392f9e046d85659c6b39b4aafab45efdf78b229e /gschem/lib/footprints
parentbc75aca03eba2e635751b9ed02af1f2352a31403 (diff)
add transistor after bass blend pots
Diffstat (limited to 'gschem/lib/footprints')
-rw-r--r--gschem/lib/footprints/TO92_CBE.fp17
1 files changed, 17 insertions, 0 deletions
diff --git a/gschem/lib/footprints/TO92_CBE.fp b/gschem/lib/footprints/TO92_CBE.fp
new file mode 100644
index 0000000..bc249e1
--- /dev/null
+++ b/gschem/lib/footprints/TO92_CBE.fp
@@ -0,0 +1,17 @@
+ Element(0x00 "Transistor" "" "TO92-CBE" 60 70 0 100 0x00)
+(
+# The JEDEC drawing shows a pin diameter of 16-21 mils
+#
+#
+# _1_2_3_
+# TO92: | C B E | <-- bottom view
+# \_____/
+#
+# The pin to pin spacing is 100 mils.
+ Pin(250 200 72 42 "1" 0x101)
+ Pin(150 200 72 42 "2" 0x01)
+ Pin(50 200 72 42 "3" 0x01)
+ ElementArc(150 200 100 100 315 270 10)
+ ElementLine( 80 130 220 130 10)
+ Mark(50 200)
+)