mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 08:39:41 +02:00
fc0acf1787
- atusd/atusd.brd: tightened routing of nSS and XTAL1 net to improve ground place coverage - modules/0805-6.fpd: widened pads for easier manual soldering (note: this is still ad hocery) - atusd/atusd.brd: use thinner track to connect feed line to comply with DRC - atusd/atusd.brd: version is now 100903
60 lines
902 B
Plaintext
60 lines
902 B
Plaintext
/* MACHINE-GENERATED ! */
|
|
|
|
frame pad {
|
|
set l = a+0.1mm
|
|
|
|
set s = c+0.4mm
|
|
|
|
__0: vec @(-l/2, -s/2)
|
|
__1: vec @(l/2, s/2)
|
|
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 }
|
|
|
|
set sy = (B-c)/2
|
|
|
|
__0: vec @(x*e, y*sy)
|
|
frame pad .
|
|
}
|
|
|
|
frame outline {
|
|
set L = A+2*clear
|
|
|
|
set W = B+2*clear+0.6mm
|
|
|
|
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
|
|
{ A, B, a, c, e }
|
|
{ 2mm, 1.25mm, 0.3mm, 0.3mm, 0.65mm }
|
|
|
|
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
|