]> git.gag.com Git - hw/altusmetrum/commitdiff
footprint for a new, smaller 16.384 Mhz crystal
authorBdale Garbee <bdale@gag.com>
Sat, 15 Feb 2020 23:10:06 +0000 (16:10 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 15 Feb 2020 23:10:06 +0000 (16:10 -0700)
packages/ECX2236.5c [new file with mode: 0755]
packages/Makefile

diff --git a/packages/ECX2236.5c b/packages/ECX2236.5c
new file mode 100755 (executable)
index 0000000..0f36530
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * Copyright © 2020 Bdale Garbee <bdale@gag.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 3 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 width     = 1.2;
+real height    = 1.0;
+real hgap      = 1.7 - width;
+real vgap      = 1.3 - height;
+
+real hpos      = hgap/2 + width/2;
+real vpos      = vgap/2 + height/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();
index 9394ca4c59207e5c5e84c87f30045ae0a2696034..c422244bb6e3cdcb72a586a65c6925afdbed90d2 100644 (file)
@@ -134,7 +134,8 @@ FOOTPRINTS= \
        sk6812.fp \
        VQFN-HR-12.fp \
        wqfn-16.fp \
-       TSX-3225.fp
+       TSX-3225.fp \
+       ECX2236.fp
 
 .5c.fp:
        nickle $*.5c -o $@