From: Keith Packard Date: Sat, 28 Sep 2013 06:18:50 +0000 (-0700) Subject: Add footprint for statek cx1vsm crystal X-Git-Tag: telelco-v3.0~847 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1a1f5f0270fe38ab36c320928c1c2cc654187874;p=hw%2Faltusmetrum Add footprint for statek cx1vsm crystal Signed-off-by: Keith Packard --- diff --git a/packages/Makefile b/packages/Makefile index b2f76f9..14bd744 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -51,7 +51,8 @@ FOOTPRINTS= \ bc4aa.fp \ cubesatshield.fp \ linear-s8.fp \ - PJ-037A.fp + PJ-037A.fp \ + cx1vsm.fp .5c.fp: nickle $*.5c > $@ diff --git a/packages/cx1vsm.5c b/packages/cx1vsm.5c new file mode 100644 index 0000000..78b4717 --- /dev/null +++ b/packages/cx1vsm.5c @@ -0,0 +1,35 @@ +/* + * Copyright © 2013 Keith Packard + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +load "footprint.5c" +import Footprint; + +real package_width = 8.00; +real package_height = 3.56; + +real pad_width = 1.78; +real pad_height = 4.06; +real pad_space = 6.86; + +element_start("cx1vsm"); + +pad_mm(-pad_space/2, 0, pad_width, pad_height, "1", "1"); +pad_mm(pad_space/2, 0, pad_width, pad_height, "1", "1"); + +rect(-package_width/2, -package_height/2, package_width, package_height); + +element_end();