aboutsummaryrefslogtreecommitdiff
path: root/gEDA/packages/DIP4.fp
diff options
context:
space:
mode:
Diffstat (limited to 'gEDA/packages/DIP4.fp')
-rw-r--r--gEDA/packages/DIP4.fp16
1 files changed, 16 insertions, 0 deletions
diff --git a/gEDA/packages/DIP4.fp b/gEDA/packages/DIP4.fp
new file mode 100644
index 0000000..34ee5f5
--- /dev/null
+++ b/gEDA/packages/DIP4.fp
@@ -0,0 +1,16 @@
1# retain backwards compatibility to older versions of PKG_DIL
2# which did not have 100,60,28 args
3Element(0x00 "Dual in-line package, narrow (300 mil)" "" "DIP4" 220 100 3 100 0x00)
4(
5 Pin(50 50 60 28 "1" 0x101)
6 Pin(50 150 60 28 "2" 0x01)
7 Pin(350 150 60 28 "3" 0x01)
8 Pin(350 50 60 28 "4" 0x01)
9 ElementLine(0 0 0 200 10)
10 ElementLine(0 200 400 200 10)
11 ElementLine(400 200 400 0 10)
12 ElementLine(0 0 150 0 10)
13 ElementLine(250 0 400 0 10)
14 ElementArc(200 0 50 50 0 180 10)
15 Mark(50 50)
16)
..