Add footprint for statek cx1vsm crystal
authorKeith Packard <keithp@keithp.com>
Sat, 28 Sep 2013 06:18:50 +0000 (23:18 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 28 Sep 2013 06:18:50 +0000 (23:18 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
packages/Makefile
packages/cx1vsm.5c [new file with mode: 0644]

index b2f76f983e0561e11a866193bef6cfac8ff57bec..14bd744c0d5ab78f761ef728f54a8b6089dcc7a8 100644 (file)
@@ -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 (file)
index 0000000..78b4717
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+ * Copyright © 2013 Keith Packard <keithp@keithp.com>
+ *
+ * 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();