Add TSX-3225 xtal footprint
authorKeith Packard <keithp@keithp.com>
Mon, 6 Jan 2020 01:21:24 +0000 (17:21 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 6 Jan 2020 01:22:38 +0000 (17:22 -0800)
Used on snekboard

Signed-off-by: Keith Packard <keithp@keithp.com>
packages/Makefile
packages/TSX-3225.5c [new file with mode: 0644]

index 7c854b167b0059dad4c16c2d169ff6a28bc81107..c3c247254b86986c90aef2310ea8f6d94b347f40 100644 (file)
@@ -131,7 +131,8 @@ FOOTPRINTS= \
        c8x8.fp \
        sk6812.fp \
        VQFN-HR-12.fp \
-       wqfn-16.fp
+       wqfn-16.fp \
+       TSX-3225.fp
 
 .5c.fp:
        nickle $*.5c -o $@
diff --git a/packages/TSX-3225.5c b/packages/TSX-3225.5c
new file mode 100644 (file)
index 0000000..241cbde
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * Copyright © 2015 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, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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.
+ */
+
+load "footprint.5c"
+import Footprint;
+
+real hspace    = 2.2;
+real vspace    = 1.6;
+real width     = 1.4;
+real height    = 1.15;
+
+real hpos      = hspace / 2;
+real vpos      = vspace / 2;
+
+element_start("ABM12");
+
+pad_mm(-hpos, vpos,width,height,"1","1");
+pad_mm( hpos, vpos,width,height,"2","2");
+pad_mm( hpos,-vpos,width,height,"3","3");
+pad_mm(-hpos,-vpos,width,height,"4","4");
+
+element_end();