Added components (transistor and balun) for the uSD variant.
- atusd/Makefile:
- AUTHORS, atusd/Makefile, atusd/dtc123.lib, atusd/dtc123je.fpd: borrowed
the DTC123 symbol (Alvaro Lopes) and footprint (Dave Ball) from
gta02-core. Note that this isn't the part I'm using in my prototype, and
I'm trying to get rid of it entirely, so all this will change before too
long.
- components/BOOKSHELF, components/INFO, components/balun.lib,
modules/Makefile, modules/INFO, modules/0805-6.fpd: added the Wuerth
748421245 balun
makefile
2010-09-03 00:05:15 +03:00
|
|
|
/* MACHINE-GENERATED ! */
|
|
|
|
|
|
|
|
frame pad {
|
2011-01-23 19:51:50 +02:00
|
|
|
__0: vec @(-Px/2, -Py/2)
|
|
|
|
__1: vec @(Px/2, Py/2)
|
Added components (transistor and balun) for the uSD variant.
- atusd/Makefile:
- AUTHORS, atusd/Makefile, atusd/dtc123.lib, atusd/dtc123je.fpd: borrowed
the DTC123 symbol (Alvaro Lopes) and footprint (Dave Ball) from
gta02-core. Note that this isn't the part I'm using in my prototype, and
I'm trying to get rid of it entirely, so all this will change before too
long.
- components/BOOKSHELF, components/INFO, components/balun.lib,
modules/Makefile, modules/INFO, modules/0805-6.fpd: added the Wuerth
748421245 balun
makefile
2010-09-03 00:05:15 +03:00
|
|
|
pad "$n" __0 .
|
|
|
|
}
|
|
|
|
|
|
|
|
frame pads {
|
|
|
|
table
|
|
|
|
{ n, x, y }
|
|
|
|
{ 1, 1, 1 }
|
|
|
|
{ 2, 0, 1 }
|
|
|
|
{ 3, -1, 1 }
|
|
|
|
{ 4, -1, -1 }
|
|
|
|
{ 5, 0, -1 }
|
|
|
|
{ 6, 1, -1 }
|
|
|
|
|
2011-01-23 19:51:50 +02:00
|
|
|
set sy = (Py+Gy)/2
|
Added components (transistor and balun) for the uSD variant.
- atusd/Makefile:
- AUTHORS, atusd/Makefile, atusd/dtc123.lib, atusd/dtc123je.fpd: borrowed
the DTC123 symbol (Alvaro Lopes) and footprint (Dave Ball) from
gta02-core. Note that this isn't the part I'm using in my prototype, and
I'm trying to get rid of it entirely, so all this will change before too
long.
- components/BOOKSHELF, components/INFO, components/balun.lib,
modules/Makefile, modules/INFO, modules/0805-6.fpd: added the Wuerth
748421245 balun
makefile
2010-09-03 00:05:15 +03:00
|
|
|
|
|
|
|
__0: vec @(x*e, y*sy)
|
|
|
|
frame pad .
|
|
|
|
}
|
|
|
|
|
|
|
|
frame outline {
|
|
|
|
set L = A+2*clear
|
|
|
|
|
2011-01-23 19:51:50 +02:00
|
|
|
set W = 2*Py+Gy+2*clear
|
Added components (transistor and balun) for the uSD variant.
- atusd/Makefile:
- AUTHORS, atusd/Makefile, atusd/dtc123.lib, atusd/dtc123je.fpd: borrowed
the DTC123 symbol (Alvaro Lopes) and footprint (Dave Ball) from
gta02-core. Note that this isn't the part I'm using in my prototype, and
I'm trying to get rid of it entirely, so all this will change before too
long.
- components/BOOKSHELF, components/INFO, components/balun.lib,
modules/Makefile, modules/INFO, modules/0805-6.fpd: added the Wuerth
748421245 balun
makefile
2010-09-03 00:05:15 +03:00
|
|
|
|
|
|
|
set clear = 5mil
|
|
|
|
|
|
|
|
set width = 5mil
|
|
|
|
|
|
|
|
__0: vec @(-L/2, -W/2)
|
|
|
|
__1: vec @(L/2, W/2)
|
|
|
|
rect __0 . width
|
|
|
|
}
|
|
|
|
|
|
|
|
package "0805-6"
|
|
|
|
unit mm
|
|
|
|
|
|
|
|
table
|
2011-01-23 19:51:50 +02:00
|
|
|
{ A, B, a, c, e, Px, Py, Gy }
|
|
|
|
{ 2mm, 1.25mm, 0.35mm, 0.3mm, 0.65mm, 0.35mm, 0.8mm, 0.8mm }
|
Added components (transistor and balun) for the uSD variant.
- atusd/Makefile:
- AUTHORS, atusd/Makefile, atusd/dtc123.lib, atusd/dtc123je.fpd: borrowed
the DTC123 symbol (Alvaro Lopes) and footprint (Dave Ball) from
gta02-core. Note that this isn't the part I'm using in my prototype, and
I'm trying to get rid of it entirely, so all this will change before too
long.
- components/BOOKSHELF, components/INFO, components/balun.lib,
modules/Makefile, modules/INFO, modules/0805-6.fpd: added the Wuerth
748421245 balun
makefile
2010-09-03 00:05:15 +03:00
|
|
|
|
|
|
|
frame pads @
|
|
|
|
frame outline @
|
|
|
|
measx pad.__0 -> pad.__1 -1mm
|
|
|
|
measy pad.__1 -> pad.__0 1.5mm
|
|
|
|
measx pad.__1 -> pad.__0 -1.5mm
|
|
|
|
measx pad.__0 >> pad.__1 -1.5mm
|
|
|
|
measy pad.__0 -> pad.__1 1.1mm
|
|
|
|
measy pad.__0 >> pad.__1 1.5mm
|
|
|
|
measx outline.__0 >> outline.__1 -1.5mm
|
|
|
|
measy outline.__0 >> outline.__1 1.5mm
|