mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
Added modules for test points and solder pads. Some cleanup.
- AUTHORS, modules/INFO, modules/Makefile, modules/pads.fpd: added pads - modules/Makefile: added forgotten "qfn" module - modules/xtal-4.fpd: renamed crystal module from xtal-4-* to xtal4-*, for clarity
This commit is contained in:
18
modules/pads.fpd
Normal file
18
modules/pads.fpd
Normal file
@@ -0,0 +1,18 @@
|
||||
/* MACHINE-GENERATED ! */
|
||||
|
||||
frame pad {
|
||||
__0: vec @(x/2, y/2)
|
||||
__1: vec @(-x/2, -y/2)
|
||||
rpad "1" . __0
|
||||
}
|
||||
|
||||
package "PAD_$name"
|
||||
unit mm
|
||||
|
||||
table
|
||||
{ name, x, y }
|
||||
{ "2mm", 2mm, 0.5mm }
|
||||
{ "60x60", 60mil, 60mil }
|
||||
{ "120x60", 120mil, 60mil }
|
||||
|
||||
frame pad @
|
||||
Reference in New Issue
Block a user