Merge branch 'master' of git://git.gpleda.org/pcb
[geda-pcb/see.git] / lib / cts.inc
blobcf0b648480df188abb948ef05f9c0c8ba3a9c880
1 # -*- m4 -*-
3 # $Id$
4 #                            COPYRIGHT
6 #   PCB, interactive printed circuit board design
7 #   Copyright (C) 2004 Dan McMahill
9 #   This program is free software; you can redistribute it and/or modify
10 #   it under the terms of the GNU General Public License as published by
11 #   the Free Software Foundation; either version 2 of the License, or
12 #   (at your option) any later version.
13
14 #   This program is distributed in the hope that it will be useful,
15 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #   GNU General Public License for more details.
18
19 #   You should have received a copy of the GNU General Public License
20 #   along with this program; if not, write to the Free Software
21 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
23
25 #  CTS (http://www.ctscorp.com) Specific Footprints
27 # for the 742/3/4/5/6 resistors see
28 # http://www.ctscorp.com/components/Datasheets/CTSChipArrayDs.pdf
30 # EXTRACT_BEGIN
32 # COMMON_SMT_DIL_MM
33 # $4: number of pins
34 # $5: pad width  (1/100 mm)
35 # $6: pad length (1/100 mm)
36 # $7: pad pitch (1/100 mm)
37 # $8: pad seperation for pads on opposite sides of
38 #     the package (1/100 mm)
39 # $9: define to make the pins get numbered starting with the highest pin
40 #     instead of pin 1.  Needed for certain brain damaged packages like
41 #     the Mini-Circuits KK81
44 ##  CTS 742C Series Chip Resistor Array
47 define(`PKG_CTS_742C_04',  `COMMON_SMT_DIL_MM(`$1',`$2',`$3' ,4,50,90,80,90)')
48 define(`PKG_CTS_742C_08',  `COMMON_SMT_DIL_MM(`$1',`$2',`$3', 8,50,90,80,90)')
49 define(`PKG_CTS_742C_16',  `COMMON_SMT_DIL_MM(`$1',`$2',`$3',16,50,90,80,90)')
52 ##  CTS 742C Series Chip Resistor Array
55 define(`PKG_CTS_742X_08',  `COMMON_SMT_DIL_MM(`$1',`$2',`$3', 8,50,90,80,90)')
58 ##  CTS 743C Series Chip Resistor Array
61 define(`PKG_CTS_743C_04',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',4,32000,47000,50000,28000)')
62 define(`PKG_CTS_743C_08',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',8,32000,47000,50000,28000)')
65 ##  CTS 744C Series Chip Resistor Array
68 define(`PKG_CTS_744C_04',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',4,32000,51000,50000,67000)')
69 define(`PKG_CTS_744C_08',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',8,32000,51000,50000,67000)')
72 ##  CTS 745C Series Chip Resistor Array
75 define(`PKG_CTS_745C_10',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',10,32000,51000,50000,67000)')
79 ##  CTS 745X Series Chip Resistor Array
82 define(`PKG_CTS_745X_10',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',10,32000,51000,50000,67000)')
85 ##  CTS 746X Series Chip Resistor Array
88 define(`PKG_CTS_746X_10',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',10,14000,32000,25000,28000)')
90 # EXTRACT_END