From 30e37e8ac88a4a00a9fc1c181bbb5191c1e44690 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 5 Jan 2020 17:21:24 -0800 Subject: [PATCH] Add TSX-3225 xtal footprint Used on snekboard Signed-off-by: Keith Packard --- packages/Makefile | 3 ++- packages/TSX-3225.5c | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 packages/TSX-3225.5c diff --git a/packages/Makefile b/packages/Makefile index 7c854b1..c3c2472 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -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 index 0000000..241cbde --- /dev/null +++ b/packages/TSX-3225.5c @@ -0,0 +1,33 @@ +/* + * Copyright © 2015 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, 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(); -- 2.30.2