/* * 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();