aboutsummaryrefslogtreecommitdiff
path: root/gEDA/packages/LED3.fp
diff options
context:
space:
mode:
Diffstat (limited to 'gEDA/packages/LED3.fp')
-rw-r--r--gEDA/packages/LED3.fp15
1 files changed, 15 insertions, 0 deletions
diff --git a/gEDA/packages/LED3.fp b/gEDA/packages/LED3.fp
new file mode 100644
index 0000000..56b747a
--- /dev/null
+++ b/gEDA/packages/LED3.fp
@@ -0,0 +1,15 @@
1Element(0x00 "LED, size in mm (pin 1 is +, 2 is -)" "" "LED3" 100 70 0 100 0x00)
2(
3# typical LED is 0.5 mm or 0.020" square pin. See for example
4# http://www.lumex.com and part number SSL-LX3054LGD.
5# 0.020" square is 0.0288" diagonal. A number 57 drill is
6# 0.043" which should be enough. a 65 mil pad gives 11 mils
7# of annular ring.
8 Pin(-50 0 65 43 "1" 0x101)
9 Pin(50 0 65 43 "2" 0x01)
10 ElementArc(0 0 59 59 45 90 10)
11 ElementArc(0 0 59 59 225 90 10)
12 ElementArc(0 0 79 79 45 90 10)
13 ElementArc(0 0 79 79 225 90 10)
14 Mark(0 0)
15)
..