add footprint for 16 MHz rock for TeleMega v5.0
authorBdale Garbee <bdale@gag.com>
Sat, 12 Jun 2021 20:32:58 +0000 (16:32 -0400)
committerBdale Garbee <bdale@gag.com>
Sat, 12 Jun 2021 20:32:58 +0000 (16:32 -0400)
packages/FA-20H.5c [new file with mode: 0755]
packages/Makefile

diff --git a/packages/FA-20H.5c b/packages/FA-20H.5c
new file mode 100755 (executable)
index 0000000..45e2f18
--- /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.1;
+real hgap      = 1.7 - width;
+real vgap      = 1.4 - height;
+
+real hpos      = hgap/2 + width/2;
+real vpos      = vgap/2 + height/2;
+
+element_start("FA-20H");
+
+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 a09abe606dda8a8bf1f9fb25bd6fd18d5919a76b..15ccd964f586ecb650025c9f882d39a5990fbaa4 100644 (file)
@@ -146,7 +146,8 @@ FOOTPRINTS= \
        SOIJ4.fp \
        SOIJ8.fp \
        AT1220.fp \
-       LPH.fp
+       LPH.fp \
+       FA-20H.fp
 
 .5c.fp:
        nickle $*.5c -o $@