add new split 40 percent

This commit is contained in:
ahtn 2017-12-04 00:31:40 +10:00
parent b18c19ab34
commit 67feeb6242
110 changed files with 20315 additions and 1 deletions

7
alpha_split/README.md Normal file
View File

@ -0,0 +1,7 @@
# One key PCB
![Image of alpha_split PCB](https://rawgit.com/ahtn/keyboard_pcb/master/alpha_split/alpha_split.png)
## License
[CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)

File diff suppressed because it is too large Load Diff

BIN
alpha_split/alpha_split.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

View File

@ -0,0 +1,44 @@
update=Sun 03 Dec 2017 22:56:31 AEST
version=1
last_client=kicad
[cvpcb]
version=1
NetIExt=net
[general]
version=1
[pcbnew]
version=1
PageLayoutDescrFile=/home/user/code/keyboard_pcb/kicad_common/page_layouts/clear.kicad_wks
LastNetListRead=jemini.net
PadDrill=0.762
PadDrillOvalY=0.762
PadSizeH=1.524
PadSizeV=1.524
PcbTextSizeV=1.5
PcbTextSizeH=1.5
PcbTextThickness=0.3
ModuleTextSizeV=1
ModuleTextSizeH=1
ModuleTextSizeThickness=0.15
SolderMaskClearance=0.2
SolderMaskMinWidth=0
DrawSegmentWidth=0.2
BoardOutlineThickness=0.15
ModuleOutlineThickness=0.15
[eeschema]
version=1
LibDir=../kicad_common
[eeschema/libraries]
LibName1=libraries/atmel
LibName2=libraries/nordic
LibName3=libraries/logic
LibName4=libraries/microchip
LibName5=libraries/bus_switches
LibName6=libraries/rgb_led
LibName7=libraries/switch
LibName8=libraries/onsemi
LibName9=libraries/kicad_util
LibName10=power
LibName11=device
LibName12=conn
LibName13=switches

2853
alpha_split/alpha_split.sch Normal file

File diff suppressed because it is too large Load Diff

11
alpha_split/fp-lib-table Normal file
View File

@ -0,0 +1,11 @@
(fp_lib_table
(lib (name neopixel)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/neopixel.pretty)(options "")(descr ""))
(lib (name conn_usb)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/conn_usb.pretty)(options "")(descr ""))
(lib (name switch_mx)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/switch_mx.pretty)(options "")(descr ""))
(lib (name nordic)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/nordic.pretty)(options "")(descr ""))
(lib (name kicad_util)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/kicad_util.pretty)(options "")(descr ""))
(lib (name switch)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/switch.pretty)(options "")(descr ""))
(lib (name battery)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/battery.pretty)(options "")(descr ""))
(lib (name jumper)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/jumper.pretty)(options "")(descr ""))
(lib (name logo)(type KiCad)(uri ${KIPRJMOD}/../kicad_common/footprints/logo.pretty)(options "")(descr ""))
)

View File

@ -0,0 +1,25 @@
(module IFA (layer F.Cu) (tedit 5A23FF61)
(fp_text reference REF** (at 6.415 2.011) (layer F.SilkS)
(effects (font (thickness 0.3)))
)
(fp_text value Antenna (at 6.795 -0.499) (layer F.Fab)
(effects (font (thickness 0.3)))
)
(fp_line (start -11.415 3.461) (end -11.415 -3.659) (layer F.CrtYd) (width 0.15))
(fp_line (start -11.415 -3.659) (end 15.035 -3.659) (layer F.CrtYd) (width 0.15))
(fp_line (start 15.035 -3.659) (end 15.035 3.461) (layer F.CrtYd) (width 0.15))
(fp_line (start 15.035 3.461) (end -11.415 3.461) (layer F.CrtYd) (width 0.15))
(fp_poly (pts (xy -0.635463 3.047413) (xy -1.760463 3.047413) (xy -1.760463 2.753663) (xy -2.510463 2.753663)
(xy -2.510463 3.047413) (xy -3.635463 3.047413) (xy -3.635463 2.753663) (xy -10.179213 2.753663)
(xy -10.179213 -3.030712) (xy 13.802037 -3.030712) (xy 13.802037 -1.896337) (xy -1.572963 -1.896337)
(xy -1.572963 -0.208837) (xy -0.635463 -0.208837) (xy -0.635463 0.447413) (xy 0.217662 1.300538)
(xy 0.217662 3.047413) (xy -0.213588 3.047413) (xy -0.213588 1.479167) (xy -0.767218 0.925538)
(xy -3.635463 0.925538) (xy -3.635463 -0.208837) (xy -2.697963 -0.208837) (xy -2.697963 -0.958837)
(xy -8.135463 -0.958837) (xy -8.135463 1.544288) (xy -0.635463 1.544288) (xy -0.635463 3.047413)) (layer F.Cu) (width 0.03))
(pad 2 smd rect (at -3.073 3.23) (size 1.155 0.45) (layers F.Cu F.Mask)
(solder_mask_margin -1) (zone_connect 2))
(pad 2 smd rect (at -1.198 3.23) (size 1.155 0.45) (layers F.Cu F.Mask)
(solder_mask_margin -1) (zone_connect 2))
(pad 1 smd rect (at 0.0025 3.231) (size 0.46 0.45) (layers F.Cu F.Mask)
(solder_mask_margin -1) (zone_connect 2))
)

View File

@ -0,0 +1,32 @@
(module IFA (layer F.Cu) (tedit 5A23FF61)
(fp_text reference REF** (at 6.415 2.011) (layer F.SilkS)
(effects (font (thickness 0.3)))
)
(fp_text value Antenna (at 6.795 -0.499) (layer F.Fab)
(effects (font (thickness 0.3)))
)
(fp_line (start -11.415 3.461) (end -11.415 -3.659) (layer F.CrtYd) (width 0.15))
(fp_line (start -11.415 -3.659) (end 15.035 -3.659) (layer F.CrtYd) (width 0.15))
(fp_line (start 15.035 -3.659) (end 15.035 3.461) (layer F.CrtYd) (width 0.15))
(fp_line (start 15.035 3.461) (end -11.415 3.461) (layer F.CrtYd) (width 0.15))
(fp_poly (pts (xy -0.635463 3.047413) (xy -1.760463 3.047413) (xy -1.760463 2.753663) (xy -2.510463 2.753663)
(xy -2.510463 3.047413) (xy -3.635463 3.047413) (xy -3.635463 2.753663) (xy -10.179213 2.753663)
(xy -10.179213 -3.030712) (xy 13.802037 -3.030712) (xy 13.802037 -1.896337) (xy -1.572963 -1.896337)
(xy -1.572963 -0.208837) (xy -0.635463 -0.208837) (xy -0.635463 0.447413) (xy 0.217662 1.300538)
(xy 0.217662 3.047413) (xy -0.213588 3.047413) (xy -0.213588 1.479167) (xy -0.767218 0.925538)
(xy -3.635463 0.925538) (xy -3.635463 -0.208837) (xy -2.697963 -0.208837) (xy -2.697963 -0.958837)
(xy -8.135463 -0.958837) (xy -8.135463 1.544288) (xy -0.635463 1.544288) (xy -0.635463 3.047413)) (layer F.Cu) (width 0.03))
(fp_poly (pts (xy -0.635463 3.047413) (xy -1.760463 3.047413) (xy -1.760463 2.753663) (xy -2.510463 2.753663)
(xy -2.510463 3.047413) (xy -3.635463 3.047413) (xy -3.635463 2.753663) (xy -10.179213 2.753663)
(xy -10.179213 -3.030712) (xy 13.802037 -3.030712) (xy 13.802037 -1.896337) (xy -1.572963 -1.896337)
(xy -1.572963 -0.208837) (xy -0.635463 -0.208837) (xy -0.635463 0.447413) (xy 0.217662 1.300538)
(xy 0.217662 3.047413) (xy -0.213588 3.047413) (xy -0.213588 1.479167) (xy -0.767218 0.925538)
(xy -3.635463 0.925538) (xy -3.635463 -0.208837) (xy -2.697963 -0.208837) (xy -2.697963 -0.958837)
(xy -8.135463 -0.958837) (xy -8.135463 1.544288) (xy -0.635463 1.544288) (xy -0.635463 3.047413)) (layer F.Mask) (width 0.03))
(pad 2 smd rect (at -3.073 3.23) (size 1.155 0.45) (layers F.Cu F.Mask)
(solder_mask_margin -1) (zone_connect 2))
(pad 2 smd rect (at -1.198 3.23) (size 1.155 0.45) (layers F.Cu F.Mask)
(solder_mask_margin -1) (zone_connect 2))
(pad 1 smd rect (at 0.0025 3.231) (size 0.46 0.45) (layers F.Cu F.Mask)
(solder_mask_margin -1) (zone_connect 2))
)

View File

@ -0,0 +1,27 @@
(module MIFA_1.6mm_PCB (layer F.Cu) (tedit 5A23FF3F)
(fp_text reference REF** (at 9.55 -3.8) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Antenna (at 3.75 -1.9) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd rect (at 3.4798 -1.016) (size 7.4422 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 8.6995 -6.858) (size 4.191 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 6.858 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 5.715 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 6.2865 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 4.0005 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 5.1435 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 2.8575 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 4.572 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 3.429 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 2.286 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 0 -3.556) (size 0.508 7.112) (layers F.Cu F.Mask))
(pad 1 smd rect (at 0.5715 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 1.143 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 1.7145 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 2 thru_hole circle (at 6.9342 -1.016) (size 0.508 0.508) (drill 0.381) (layers *.Cu *.Mask))
(pad 2 smd rect (at 6.2865 -0.762) (size 10.287 1.524) (layers B.Cu))
(pad 1 smd rect (at 0 3.048) (size 1.651 4.064) (layers F.Cu F.Mask))
(pad 2 smd trapezoid (at 0 0.508) (size 1.0795 1.016) (rect_delta 0 0.5715 ) (layers F.Cu F.Mask))
)

View File

@ -0,0 +1,25 @@
(module MIFA_Any_PCB (layer F.Cu) (tedit 5A23FF1B)
(fp_text reference REF** (at 9.7 -4.15 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Antenna (at 3.85 -2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd rect (at 3.4798 -1.016) (size 7.4422 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 8.6995 -6.858) (size 4.191 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 6.858 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 5.715 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 6.2865 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 4.0005 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 5.1435 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 2.8575 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 4.572 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 3.429 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 2.286 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 0 -3.556) (size 0.508 7.112) (layers F.Cu F.Mask))
(pad 1 smd rect (at 0.5715 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 1.143 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 1.7145 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 2 thru_hole circle (at 6.9342 -1.016) (size 0.508 0.508) (drill 0.381) (layers *.Cu *.Mask))
(pad 2 smd rect (at 6.2865 -0.762) (size 10.287 1.524) (layers B.Cu))
)

View File

@ -0,0 +1,25 @@
(module MIFA_Any_PCB_NoMask (layer F.Cu) (tedit 5A2400FD)
(fp_text reference REF** (at 9.5 -3.95) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Antenna (at 3.7 -2.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd rect (at 3.4798 -1.016) (size 7.4422 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 8.6995 -6.858) (size 4.191 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 6.858 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 5.715 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 6.2865 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 4.0005 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 5.1435 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 2.8575 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 4.572 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 3.429 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 2.286 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 0 -3.556) (size 0.508 7.112) (layers F.Cu F.Mask))
(pad 1 smd rect (at 0.5715 -6.858) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 1 smd rect (at 1.143 -4.953) (size 0.508 4.318) (layers F.Cu F.Mask))
(pad 1 smd rect (at 1.7145 -3.048) (size 1.651 0.508) (layers F.Cu F.Mask))
(pad 2 thru_hole circle (at 6.9342 -1.016) (size 0.508 0.508) (drill 0.381) (layers *.Cu)
(zone_connect 2))
)

View File

@ -0,0 +1,29 @@
(module stitching_via_ant (layer F.Cu) (tedit 5A094274)
(descr 1)
(fp_text reference REF** (at 0 -4.064) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "stitching via" (at 0 -2.794) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0.762 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 1.524 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 2.286 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 3.048 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 3.81 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 4.572 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 5.334 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 6.096 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 6.858 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
)

View File

@ -0,0 +1,35 @@
(module stitching_via_x13 (layer F.Cu) (tedit 5A09453A)
(descr 1)
(fp_text reference REF** (at 0 -4.064) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "stitching via" (at 0 -2.794) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 9.144 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 8.382 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 7.62 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0.762 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 1.524 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 2.286 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 3.048 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 3.81 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 4.572 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 5.334 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 6.096 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 6.858 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
)

View File

@ -0,0 +1,15 @@
(module stitching_via_x3 (layer F.Cu) (tedit 5A09431B)
(descr 1)
(fp_text reference REF** (at 0 -4.064) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "stitching via" (at 0 -2.794) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0.762 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 1.524 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
)

View File

@ -0,0 +1,17 @@
(module stitching_via_x4 (layer F.Cu) (tedit 5A095F08)
(descr 1)
(fp_text reference REF** (at 0 -4.064) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "stitching via" (at 0 -2.794) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0.762 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 1.524 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 2.286 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
)

View File

@ -0,0 +1,19 @@
(module stitching_via_x5 (layer F.Cu) (tedit 5A095F08)
(descr 1)
(fp_text reference REF** (at 0 -4.064) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "stitching via" (at 0 -2.794) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 3.048 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 0.762 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 1.524 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
(pad 1 thru_hole circle (at 2.286 0) (size 0.4064 0.4064) (drill 0.381) (layers *.Cu *.Mask)
(zone_connect 2))
)

View File

@ -0,0 +1,18 @@
(module CR2032_BK-913 (layer F.Cu) (tedit 5A1D66F1)
(fp_text reference BT2 (at 0.5 -5.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Battery (at -0.5 7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_arc (start 0 0) (end -10 -2.5) (angle 150) (layer F.SilkS) (width 0.1))
(fp_arc (start 0 0) (end 10 2.5) (angle 150) (layer F.SilkS) (width 0.1))
(fp_circle (center 0 0) (end 0 10) (layer F.CrtYd) (width 0.1))
(fp_line (start -11.5 -11.5) (end -11.5 11.5) (layer F.CrtYd) (width 0.1))
(fp_line (start -11.5 11.5) (end 11.5 11.5) (layer F.CrtYd) (width 0.1))
(fp_line (start 11.5 11.5) (end 11.5 -11.5) (layer F.CrtYd) (width 0.1))
(fp_line (start 11.5 -11.5) (end -11.5 -11.5) (layer F.CrtYd) (width 0.1))
(pad 1 thru_hole circle (at 10.8 0) (size 3 3) (drill 2) (layers *.Cu *.Mask))
(pad 2 smd rect (at 0 0) (size 7 7) (layers F.Cu F.Paste F.Mask))
(pad 1 thru_hole circle (at -10.8 0) (size 3 3) (drill 2) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,38 @@
(module Pin_Header_Angled_1x04_Pitch1.27mm_no_silk_castellated (layer F.Cu) (tedit 59D21DD6)
(descr "Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row")
(tags "Through hole angled pin header THT 1x04 1.27mm single row")
(fp_text reference J3 (at 2.4325 -1.635) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Conn_01x04 (at 2.4325 5.445) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.5 -0.635) (end 1.5 4.445) (layer F.Fab) (width 0.1))
(fp_line (start 1.5 4.445) (end 0.5 4.445) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 4.445) (end 0.5 -0.385) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.385) (end 0.75 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.2) (end 0.5 -0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.2) (end -0.2 0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 0.2) (end 0.5 0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.07) (end 0.5 1.07) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.07) (end -0.2 1.47) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.47) (end 0.5 1.47) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.34) (end 0.5 2.34) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.34) (end -0.2 2.74) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.74) (end 0.5 2.74) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 3.61) (end 0.5 3.61) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 3.61) (end -0.2 4.01) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 4.01) (end 0.5 4.01) (layer F.Fab) (width 0.1))
(fp_line (start -1.15 -1.15) (end -1.15 4.95) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.15 4.95) (end 6 4.95) (layer F.CrtYd) (width 0.05))
(fp_line (start 6 4.95) (end 6 -1.15) (layer F.CrtYd) (width 0.05))
(fp_line (start 6 -1.15) (end -1.15 -1.15) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 1.27 0) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 1 thru_hole rect (at 0 0) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 2 thru_hole rect (at 0 1.27) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 3 thru_hole rect (at 0 2.54) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 4 thru_hole rect (at 0 3.81) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 1.27 1.27) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 1.27 2.54) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 3.81) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,55 @@
(module Pin_Header_Castellated_1x08_Pitch1.27mm_no_silk (layer F.Cu) (tedit 5A094D58)
(descr "Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row")
(tags "Through hole angled pin header THT 1x04 1.27mm single row")
(fp_text reference J3 (at 2.4325 -1.635) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Conn_x8 (at 0 -1.397) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.524 -0.635) (end 0.762 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start 0.508 -0.381) (end 0.762 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start 1.5 9.525) (end 0.508 9.525) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 8.69) (end 0.5 8.69) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 8.69) (end -0.2 9.09) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 9.09) (end 0.5 9.09) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 7.82) (end 0.5 7.82) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 7.42) (end -0.2 7.82) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 7.42) (end 0.5 7.42) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 6.15) (end 0.5 6.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 6.15) (end -0.2 6.55) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 6.55) (end 0.5 6.55) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 5.28) (end 0.5 5.28) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 4.88) (end -0.2 5.28) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 4.88) (end 0.5 4.88) (layer F.Fab) (width 0.1))
(fp_line (start 1.524 -0.635) (end 1.524 9.525) (layer F.Fab) (width 0.1))
(fp_line (start 0.508 9.525) (end 0.5 -0.385) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.2) (end 0.5 -0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.2) (end -0.2 0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 0.2) (end 0.5 0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.07) (end 0.5 1.07) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.07) (end -0.2 1.47) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.47) (end 0.5 1.47) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.34) (end 0.5 2.34) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.34) (end -0.2 2.74) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.74) (end 0.5 2.74) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 3.61) (end 0.5 3.61) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 3.61) (end -0.2 4.01) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 4.01) (end 0.5 4.01) (layer F.Fab) (width 0.1))
(pad 8 thru_hole rect (at 0 8.89) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 8 thru_hole circle (at 1.27 8.89) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 7 thru_hole circle (at 1.27 7.62) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 7 thru_hole rect (at 0 7.62) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 6 thru_hole rect (at 0 6.35) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at 1.27 6.35) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 1.27 5.08) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 5 thru_hole rect (at 0 5.08) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 1.27 0) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 1 thru_hole rect (at 0 0) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 2 thru_hole rect (at 0 1.27) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 3 thru_hole rect (at 0 2.54) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 4 thru_hole rect (at 0 3.81) (size 1.7 1) (drill 0.65 (offset 0.4 0)) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 1.27 1.27) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 1.27 2.54) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 1.27 3.81) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,21 @@
(module USB_Micro_NoSilk (layer F.Cu) (tedit 5A1C9254)
(fp_text reference REF** (at 6.33 -1.02) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value micro-usb (at -0.07 4.18) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 6 smd rect (at -3.2 -0.25) (size 1.3 1) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 3.2 -0.25) (size 1.3 1) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at -1.95 -0.14) (size 0.6 0.6) (drill 0.6) (layers *.Cu *.Mask))
(pad 6 smd rect (at -1.15 2) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask))
(pad 6 thru_hole oval (at -2.825 2) (size 0.75 2.15) (drill oval 0.45 1.55) (layers *.Cu *.Mask))
(pad 5 smd rect (at 1.3 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0.65 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.65 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.3 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 6 thru_hole oval (at 2.825 2) (size 0.75 2.15) (drill oval 0.45 1.55) (layers *.Cu *.Mask))
(pad 6 smd rect (at 1.15 2) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at 1.95 -0.14) (size 0.6 0.6) (drill 0.6) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,25 @@
(module USB_Micro_NoSlots_NoSilk (layer F.Cu) (tedit 59BC85A0)
(fp_text reference J1 (at -3.175 -2.921 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value USB_OTG (at -0.07 4.18) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 4.05 3.45) (end 4.05 -2.12) (layer F.SilkS) (width 0.15))
(fp_line (start 4.05 -2.12) (end -3.97 -2.12) (layer F.SilkS) (width 0.15))
(fp_line (start -4.05 -2.12) (end -4.05 3.45) (layer F.SilkS) (width 0.15))
(fp_line (start -4.05 3.45) (end 4.05 3.45) (layer F.SilkS) (width 0.15))
(pad 6 smd rect (at -3.2 -0.25) (size 1.3 1) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 3.2 -0.25) (size 1.3 1) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at -1.95 -0.14) (size 0.6 0.6) (drill 0.6) (layers *.Cu *.Mask))
(pad 6 smd rect (at -1.15 2) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask))
(pad 6 thru_hole circle (at -2.825 2) (size 2 2) (drill 1.35) (layers *.Cu *.Mask))
(pad 5 smd rect (at 1.3 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0.65 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.65 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.3 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 6 thru_hole circle (at 2.825 2) (size 2 2) (drill 1.35) (layers *.Cu *.Mask))
(pad 6 smd rect (at 1.15 2) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at 1.95 -0.14) (size 0.6 0.6) (drill 0.6) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,21 @@
(module USB_Micro_NoSlots_NoSilk (layer F.Cu) (tedit 59BC85A0)
(fp_text reference J1 (at -3.175 -2.921 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value USB_OTG (at -0.07 4.18) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 6 smd rect (at -3.2 -0.25) (size 1.3 1) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 3.2 -0.25) (size 1.3 1) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at -1.95 -0.14) (size 0.6 0.6) (drill 0.6) (layers *.Cu *.Mask))
(pad 6 smd rect (at -1.15 2) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask))
(pad 6 thru_hole circle (at -2.825 2) (size 2 2) (drill 1.35) (layers *.Cu *.Mask))
(pad 5 smd rect (at 1.3 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0.65 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.65 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.3 -1.05) (size 0.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 6 thru_hole circle (at 2.825 2) (size 2 2) (drill 1.35) (layers *.Cu *.Mask))
(pad 6 smd rect (at 1.15 2) (size 1.9 1.9) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at 1.95 -0.14) (size 0.6 0.6) (drill 0.6) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,36 @@
(module Jumper_1x02_P2.54mm_THT (layer F.Cu) (tedit 5A23ACFF)
(descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x02 2.54mm single row")
(fp_text reference REF** (at -2.2 0.95 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Jumper (at 1.85 1.1 270) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %V (at 1.85 1.1 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.1 2.55) (end -1.1 0) (layer F.SilkS) (width 0.1))
(fp_line (start 1.1 0) (end 1.1 2.55) (layer F.SilkS) (width 0.1))
(fp_arc (start 0 2.54) (end 1.1 2.54) (angle 180) (layer F.SilkS) (width 0.1))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at -2.2 0.95 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_arc (start 0 0) (end -1.1 0) (angle 180) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole circle (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Conn_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,11 @@
(module NET-TIE-0.2mm (layer F.Cu) (tedit 55B7C026)
(fp_text reference REF** (at 0 -1.5) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value NET-TIE-0.2mm (at 0 1.25) (layer F.Fab) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_line (start -0.2 0) (end 0.2 0) (layer F.Cu) (width 0.2))
(pad 1 smd circle (at -0.2 0) (size 0.2 0.2) (layers F.Cu))
(pad 2 smd circle (at 0.2 0) (size 0.2 0.2) (layers F.Cu))
)

View File

@ -0,0 +1,11 @@
(module NET-TIE-0.3mm (layer F.Cu) (tedit 54D680AC)
(fp_text reference REF** (at 0 0) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value NET-TIE-0.3mm (at 0 0) (layer F.Fab) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_line (start -0.25 0) (end 0.25 0) (layer F.Cu) (width 0.3))
(pad 1 smd circle (at -0.25 0) (size 0.3 0.3) (layers F.Cu))
(pad 2 smd circle (at 0.25 0) (size 0.3 0.3) (layers F.Cu))
)

View File

@ -0,0 +1,11 @@
(module NET-TIE-1mm (layer F.Cu) (tedit 55870112)
(fp_text reference REF** (at 0 0) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value NET-TIE-1mm (at 0 0) (layer F.Fab) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_line (start -0.95 0) (end 0.95 0) (layer F.Cu) (width 1))
(pad 1 smd circle (at -0.95 0) (size 1 1) (layers F.Cu))
(pad 2 smd circle (at 0.95 0) (size 1 1) (layers F.Cu))
)

View File

@ -0,0 +1,12 @@
(module StitchVia_0.3mm (layer F.Cu) (tedit 5A1EA498)
(fp_text reference REF** (at 0 -1) (layer Cmts.User) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value StitchVia_0.3mm (at 0 -2) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at -0.5 -0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
(pad 21 thru_hole circle (at 0.5 -0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
(pad 12 thru_hole circle (at -0.5 0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
(pad 22 thru_hole circle (at 0.5 0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,9 @@
(module StitchVia_1x1_0.3mm (layer F.Cu) (tedit 5A1EA4EC)
(fp_text reference REF** (at 0 -1) (layer Cmts.User) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value StitchVia_0.3mm (at 0 -2) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,12 @@
(module StitchVia_2x2_0.3mm (layer F.Cu) (tedit 5A1EA505)
(fp_text reference REF** (at 0 -1) (layer Cmts.User) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value StitchVia_0.3mm (at 0 -2) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at -0.5 -0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 0.5 -0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at -0.5 0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 0.5 0.5) (size 0.6 0.6) (drill 0.3) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,144 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="9.375mm"
height="9.375mm"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
version="1.0"
sodipodi:docname="ESD_Susceptible.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="32"
inkscape:cx="7.278466"
inkscape:cy="13.861877"
inkscape:document-units="px"
inkscape:current-layer="g4552"
width="325px"
height="300px"
showgrid="false"
inkscape:grid-points="true"
inkscape:window-width="1386"
inkscape:window-height="874"
inkscape:window-x="50"
inkscape:window-y="27"
inkscape:window-maximized="0"
units="mm"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-object-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
showguides="false"
inkscape:guide-bbox="true">
<inkscape:grid
id="GridFromPre046Settings"
type="xygrid"
originx="0"
originy="0"
spacingx="5.3333333"
spacingy="5.3333333"
color="#3f3fff"
empcolor="#3f3fff"
opacity="0.15"
empopacity="0.38"
empspacing="5" />
<sodipodi:guide
position="34.374999,2.7033287e-07"
orientation="0,1"
id="guide4543"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="SilkS"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-284.56693)">
<g
id="g2293"
transform="translate(-26.658357,-90.5832)"
style="stroke:none" />
<g
id="g4537"
style="stroke:none;stroke-width:0.8092888"
transform="matrix(1.2356528,0,0,1.2356528,-3.1303586,-68.517406)">
<g
style="stroke:none;stroke-width:8.49803638"
transform="matrix(0.09523245,0,0,0.09523245,0.36340829,285.44757)"
id="g4526">
<g
id="g4552"
transform="translate(-3.8974021)">
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.79063201;stroke-linecap:square;stroke-opacity:1"
d="M 17.257812,2.7675781 9.4375,16.316406 l 2.019531,1.166016 c 0.113323,-0.164494 0.199145,-0.302932 0.322266,-0.476563 1.687274,-2.37947 7.180709,-0.834525 11.505859,-3.785156 z"
transform="matrix(8.4980364,0,0,8.4980364,26.68329,3.1463714)"
id="path832" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.79063201;stroke-linecap:square;stroke-opacity:1"
d="m 26.423828,18.650391 c -2.368681,2.400137 -3.355542,3.653383 -4.601562,4.814453 l 11.072265,6.392578 z"
transform="matrix(8.4980364,0,0,8.4980364,26.68329,3.1463714)"
id="path830" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.79063201;stroke-linecap:square;stroke-opacity:1"
d="M 9.2272786,28.29728 C 8.6307737,27.783053 8.5270142,26.415251 8.0214844,24.519531 7.6719963,23.208963 7.9351502,23.033795 8.1972656,22.640625 8.7679303,21.784637 9.2304533,20.989899 9.7539062,20.121094 L 7.8691406,19.033203 0,32.666016 H 31.482422 L 19.179688,25.5625 c -1.73103,1.365589 -2.783881,3.077851 -3.044922,3.087891 C 15.905751,28.599719 16.042382,27.934295 15,27.861328 c -1.092151,-0.07645 -1.654576,1.808553 -1.845703,1.78125 -0.191965,-0.02742 -0.04245,-0.536253 0.04492,-2.076172 0.07894,-1.391202 2.347332,-2.962041 2.796875,-3.841797 l -1.21875,-0.703125 c 0.03321,0.05642 0.05575,0.122712 0.06055,0.208985 0.01092,0.196585 -0.273438,0.131423 -0.273438,0.513672 0,0.382248 0.184391,0.273921 0.195313,0.601562 0.01092,0.327643 -0.272442,0.479672 -0.392578,0.46875 -0.12014,-0.01092 -0.338687,-0.273606 -0.34961,-0.917969 0,-0.731734 0.327648,-1.014827 0.535156,-1.003906 l -0.685546,-0.396484 c 0.229351,0.251192 0.02312,0.426461 -0.195313,0.623047 -0.21843,0.196584 -0.360569,0.119631 -0.109375,0.982421 0.251194,0.862794 0.04265,1.453922 -0.175781,1.464844 -0.21843,0.01092 -0.600408,-0.633662 -0.611328,-1.474609 -0.0095,-0.729763 0.564185,-1.719271 0.9375,-1.683594 l -0.533203,-0.308594 c 0.13703,0.234832 -0.135429,0.293734 -0.548829,1.13086 -0.43686,0.884633 -0.371449,0.972392 0.185547,2.11914 0.556998,1.146748 -0.401802,1.968645 -0.753906,1.988282 -0.226763,0.01264 -0.47967,-0.688145 -0.46875,-1.125 0.01092,-0.436857 0.294235,-0.787043 0.09766,-1.802735 -0.196587,-1.015691 0.04749,-0.985957 0.470703,-1.529297 0.329036,-0.422433 0.630352,-0.838747 0.841797,-0.882812 l -0.636718,-0.367188 c -0.493323,0.490451 -1.11192,1.468 -1.265626,1.775391 -0.131059,0.262113 0.129021,1.539107 -0.0332,3.199219 -0.05851,0.598718 0.636955,0.368697 0.884766,1.748047 0.170931,0.951424 -0.316168,1.965758 -0.6875,2.326172 -0.371331,0.360407 -0.510553,-1.00023 -0.808594,-1.824219 C 10.095676,27.856483 9.5470341,28.513603 9.226,28.298071 l 0.085,0.347 c 0.02701,-0.01769 0.071911,-0.03426 0.1304062,-0.04546 0.058936,-0.01129 0.1302153,-0.0167 0.2070313,-0.0098 0.2304481,0.02089 0.5094745,0.150852 0.6445315,0.548828 0.326609,0.962427 0.442445,1.515016 0.214843,1.550781 -0.227596,0.03576 -0.293429,0.05141 -0.8847651,-0.853515 C 9.1698385,29.042946 9.2389201,28.737883 9.30991,28.646017 Z m 5.6418624,-0.107827 c 0.167492,-0.01438 0.337703,0.06163 0.546875,0.214844 0.15002,0.109887 0.322889,0.454646 0.261718,0.855469 v 0.002 c -0.05052,0.235919 -0.185867,0.510324 -0.458984,0.8125 -0.802449,0.888504 -1.166322,0.914005 -1.388672,0.734375 -0.222348,-0.17963 -0.628792,-0.891378 0.07227,-1.72461 0.418631,-0.594545 0.687643,-0.870557 0.966797,-0.894531 z"
transform="matrix(8.4980364,0,0,8.4980364,26.68329,3.1463714)"
id="path828"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccccccscccccscccccccccccsccsccccccsccccccscccccccccccc" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -7.55871919225) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 7.55871919225) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 3.66803675344 -0.445911331887)
(xy 3.24610850939 -1.43027361266)
(xy 4.0215398611 -2.56046613912)
(xy 3.04970395201 -3.53230174945)
(xy 1.90121134455 -2.74416260566)
(xy 0.943146056714 -3.13635172428)
(xy 0.687316427281 -4.51071919225)
(xy -0.687090193299 -4.51071893957)
(xy -0.942840652042 -3.13634582382)
(xy -1.90098712718 -2.74416365131)
(xy -3.04944343563 -3.53233341772)
(xy -4.02135694693 -2.56041990642)
(xy -3.24592193544 -1.43033650108)
(xy -3.66796236286 -0.445909614032)
(xy -4.99999981753 -0.19818967742)
(xy -4.99999996691 1.17636184046)
(xy -3.69823940085 1.41861160519)
(xy -3.28133438773 2.46004131462)
(xy -4.02157048372 3.53878021189)
(xy -3.04951192575 4.51067587244)
(xy -1.98657303353 3.78109854143)
(xy -1.45823079235 4.0631866988)
(xy -0.529970954069 1.82028455094)
(xy -0.752567043053 1.67355758516)
(xy -1.09209090833 1.36793161086)
(xy -1.31646042355 0.966221962226)
(xy -1.39750941227 0.496379046512)
(xy -1.32625758348 0.05465140783)
(xy -1.12785344334 -0.328979881984)
(xy -0.825324011234 -0.631498558831)
(xy -0.441696306507 -0.829888358612)
(xy 2.651471e-06 -0.901133017228)
(xy 0.441693841759 -0.829888358612)
(xy 0.825303023532 -0.631498558831)
(xy 1.1278103476 -0.328979881984)
(xy 1.32619596478 0.05465140783)
(xy 1.39744002588 0.496379046512)
(xy 1.31640763479 0.966221962226)
(xy 1.0920547172 1.36793161086)
(xy 0.752497656665 1.67355758516)
(xy 0.530052888265 1.8202834306)
(xy 1.45823415337 4.06326288191)
(xy 1.9865760211 3.78117397765)
(xy 3.0495493451 4.51071919225)
(xy 4.02157869955 3.53885191364)
(xy 3.28131033777 2.46018822853)
(xy 3.69825082832 1.41867068446)
(xy 4.99985058825 1.17645146766)
(xy 4.99999996691 -0.198215519928)
(xy 3.66803675344 -0.445911331887)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -3.95014383845) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 3.95014383845) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 0.733607350688 -0.089182266377)
(xy 0.649221701878 -0.286054722533)
(xy 0.80430797222 -0.512093227824)
(xy 0.609940790403 -0.706460349889)
(xy 0.38024226891 -0.548832521132)
(xy 0.188629211343 -0.627270344855)
(xy 0.137463285456 -0.90214383845)
(xy -0.13741803866 -0.902143787913)
(xy -0.188568130408 -0.627269164764)
(xy -0.380197425436 -0.548832730262)
(xy -0.609888687126 -0.706466683544)
(xy -0.804271389386 -0.512083981285)
(xy -0.649184387088 -0.286067300216)
(xy -0.733592472573 -0.089181922806)
(xy -0.999999963506 -0.039637935484)
(xy -0.999999993382 0.235272368092)
(xy -0.739647880171 0.283722321039)
(xy -0.656266877546 0.492008262924)
(xy -0.804314096745 0.707756042377)
(xy -0.609902385149 0.902135174487)
(xy -0.397314606706 0.756219708285)
(xy -0.291646158469 0.812637339759)
(xy -0.105994190814 0.364056910187)
(xy -0.150513408611 0.334711517032)
(xy -0.218418181666 0.273586322172)
(xy -0.263292084709 0.193244392445)
(xy -0.279501882454 0.099275809302)
(xy -0.265251516695 0.010930281566)
(xy -0.225570688669 -0.065795976397)
(xy -0.165064802247 -0.126299711766)
(xy -0.088339261301 -0.165977671722)
(xy 5.30294e-07 -0.180226603446)
(xy 0.088338768352 -0.165977671722)
(xy 0.165060604706 -0.126299711766)
(xy 0.22556206952 -0.065795976397)
(xy 0.265239192956 0.010930281566)
(xy 0.279488005176 0.099275809302)
(xy 0.263281526957 0.193244392445)
(xy 0.21841094344 0.273586322172)
(xy 0.150499531333 0.334711517032)
(xy 0.106010577653 0.364056686119)
(xy 0.291646830673 0.812652576383)
(xy 0.397315204221 0.75623479553)
(xy 0.60990986902 0.90214383845)
(xy 0.80431573991 0.707770382729)
(xy 0.656262067553 0.492037645707)
(xy 0.739650165664 0.283734136891)
(xy 0.99997011765 0.235290293532)
(xy 0.999999993382 -0.039643103986)
(xy 0.733607350688 -0.089182266377)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -4.40121575767) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 4.40121575767) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 1.10041102603 -0.133773399566)
(xy 0.973832552817 -0.429082083799)
(xy 1.20646195833 -0.768139841735)
(xy 0.914911185604 -1.05969052483)
(xy 0.570363403365 -0.823248781698)
(xy 0.282943817014 -0.940905517283)
(xy 0.206194928184 -1.35321575767)
(xy -0.20612705799 -1.35321568187)
(xy -0.282852195612 -0.940903747146)
(xy -0.570296138153 -0.823249095393)
(xy -0.914833030689 -1.05970002532)
(xy -1.20640708408 -0.768125971927)
(xy -0.973776580632 -0.429100950324)
(xy -1.10038870886 -0.13377288421)
(xy -1.49999994526 -0.059456903226)
(xy -1.49999999007 0.352908552138)
(xy -1.10947182026 0.425583481558)
(xy -0.984400316319 0.738012394387)
(xy -1.20647114512 1.06163406357)
(xy -0.914853577723 1.35320276173)
(xy -0.595971910059 1.13432956243)
(xy -0.437469237704 1.21895600964)
(xy -0.158991286221 0.546085365281)
(xy -0.225770112916 0.502067275547)
(xy -0.3276272725 0.410379483257)
(xy -0.394938127064 0.289866588668)
(xy -0.419252823681 0.148913713954)
(xy -0.397877275043 0.016395422349)
(xy -0.338356033003 -0.098693964595)
(xy -0.24759720337 -0.189449567649)
(xy -0.132508891952 -0.248966507584)
(xy 7.95441e-07 -0.270339905168)
(xy 0.132508152528 -0.248966507584)
(xy 0.247590907059 -0.189449567649)
(xy 0.33834310428 -0.098693964595)
(xy 0.397858789434 0.016395422349)
(xy 0.419232007764 0.148913713954)
(xy 0.394922290436 0.289866588668)
(xy 0.32761641516 0.410379483257)
(xy 0.225749296999 0.502067275547)
(xy 0.159015866479 0.546085029179)
(xy 0.43747024601 1.21897886457)
(xy 0.595972806331 1.1343521933)
(xy 0.91486480353 1.35321575767)
(xy 1.20647360986 1.06165557409)
(xy 0.98439310133 0.73805646856)
(xy 1.1094752485 0.425601205336)
(xy 1.49995517647 0.352935440297)
(xy 1.49999999007 -0.059464655978)
(xy 1.10041102603 -0.133773399566)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -4.8522876769) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 4.8522876769) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 1.46721470138 -0.178364532755)
(xy 1.29844340376 -0.572109445066)
(xy 1.60861594444 -1.02418645565)
(xy 1.21988158081 -1.41292069978)
(xy 0.760484537819 -1.09766504226)
(xy 0.377258422686 -1.25454068971)
(xy 0.274926570912 -1.8042876769)
(xy -0.27483607732 -1.80428757583)
(xy -0.377136260817 -1.25453832953)
(xy -0.760394850871 -1.09766546052)
(xy -1.21977737425 -1.41293336709)
(xy -1.60854277877 -1.02416796257)
(xy -1.29836877418 -0.572134600432)
(xy -1.46718494515 -0.178363845613)
(xy -1.99999992701 -0.079275870968)
(xy -1.99999998676 0.470544736184)
(xy -1.47929576034 0.567444642078)
(xy -1.31253375509 0.984016525849)
(xy -1.60862819349 1.41551208476)
(xy -1.2198047703 1.80427034898)
(xy -0.794629213412 1.51243941657)
(xy -0.583292316939 1.62527467952)
(xy -0.211988381628 0.728113820374)
(xy -0.301026817221 0.669423034063)
(xy -0.436836363333 0.547172644343)
(xy -0.526584169419 0.38648878489)
(xy -0.559003764907 0.198551618605)
(xy -0.530503033391 0.021860563132)
(xy -0.451141377338 -0.131591952793)
(xy -0.330129604493 -0.252599423532)
(xy -0.176678522603 -0.331955343445)
(xy 1.060588e-06 -0.360453206891)
(xy 0.176677536704 -0.331955343445)
(xy 0.330121209413 -0.252599423532)
(xy 0.45112413904 -0.131591952793)
(xy 0.530478385912 0.021860563132)
(xy 0.558976010352 0.198551618605)
(xy 0.526563053915 0.38648878489)
(xy 0.436821886881 0.547172644343)
(xy 0.300999062666 0.669423034063)
(xy 0.212021155306 0.728113372238)
(xy 0.583293661347 1.62530515277)
(xy 0.794630408441 1.51246959106)
(xy 1.21981973804 1.8042876769)
(xy 1.60863147982 1.41554076546)
(xy 1.31252413511 0.984075291414)
(xy 1.47930033133 0.567468273782)
(xy 1.9999402353 0.470580587063)
(xy 1.99999998676 -0.079286207971)
(xy 1.46721470138 -0.178364532755)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -5.30335959612) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 5.30335959612) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 1.83401837672 -0.222955665944)
(xy 1.62305425469 -0.715136806332)
(xy 2.01076993055 -1.28023306956)
(xy 1.52485197601 -1.76615087472)
(xy 0.950605672274 -1.37208130283)
(xy 0.471573028357 -1.56817586214)
(xy 0.343658213641 -2.25535959612)
(xy -0.343545096649 -2.25535946978)
(xy -0.471420326021 -1.56817291191)
(xy -0.950493563589 -1.37208182566)
(xy -1.52472171781 -1.76616670886)
(xy -2.01067847346 -1.28020995321)
(xy -1.62296096772 -0.71516825054)
(xy -1.83398118143 -0.222954807016)
(xy -2.49999990877 -0.09909483871)
(xy -2.49999998345 0.588180920231)
(xy -1.84911970043 0.709305802597)
(xy -1.64066719386 1.23002065731)
(xy -2.01078524186 1.76939010594)
(xy -1.52475596287 2.25533793622)
(xy -0.993286516765 1.89054927071)
(xy -0.729115396174 2.0315933494)
(xy -0.264985477034 0.910142275468)
(xy -0.376283521526 0.836778792579)
(xy -0.546045454166 0.683965805429)
(xy -0.658230211773 0.483110981113)
(xy -0.698754706134 0.248189523256)
(xy -0.663128791739 0.027325703915)
(xy -0.563926721672 -0.164489940992)
(xy -0.412662005617 -0.315749279415)
(xy -0.220848153254 -0.414944179306)
(xy 1.325736e-06 -0.450566508614)
(xy 0.22084692088 -0.414944179306)
(xy 0.412651511766 -0.315749279415)
(xy 0.5639051738 -0.164489940992)
(xy 0.66309798239 0.027325703915)
(xy 0.69872001294 0.248189523256)
(xy 0.658203817394 0.483110981113)
(xy 0.546027358601 0.683965805429)
(xy 0.376248828332 0.836778792579)
(xy 0.265026444132 0.910141715298)
(xy 0.729117076684 2.03163144096)
(xy 0.993288010551 1.89058698882)
(xy 1.52477467255 2.25535959612)
(xy 2.01078934978 1.76942595682)
(xy 1.64065516888 1.23009411427)
(xy 1.84912541416 0.709335342227)
(xy 2.49992529412 0.588225733829)
(xy 2.49999998345 -0.099107759964)
(xy 1.83401837672 -0.222955665944)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -5.75443151535) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 5.75443151535) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 2.20082205206 -0.267546799132)
(xy 1.94766510563 -0.858164167599)
(xy 2.41292391666 -1.53627968347)
(xy 1.82982237121 -2.11938104967)
(xy 1.14072680673 -1.6464975634)
(xy 0.565887634029 -1.88181103457)
(xy 0.412389856369 -2.70643151535)
(xy -0.412254115979 -2.70643136374)
(xy -0.565704391225 -1.88180749429)
(xy -1.14059227631 -1.64649819079)
(xy -1.82966606138 -2.11940005063)
(xy -2.41281416816 -1.53625194385)
(xy -1.94755316127 -0.858201900649)
(xy -2.20077741772 -0.267545768419)
(xy -2.99999989052 -0.118913806452)
(xy -2.99999998015 0.705817104277)
(xy -2.21894364051 0.851166963116)
(xy -1.96880063264 1.47602478877)
(xy -2.41294229023 2.12326812713)
(xy -1.82970715545 2.70640552346)
(xy -1.19194382012 2.26865912486)
(xy -0.874938475408 2.43791201928)
(xy -0.317982572441 1.09217073056)
(xy -0.451540225832 1.00413455109)
(xy -0.655254544999 0.820758966515)
(xy -0.789876254128 0.579733177336)
(xy -0.838505647361 0.297827427907)
(xy -0.795754550086 0.032790844698)
(xy -0.676712066007 -0.19738792919)
(xy -0.49519440674 -0.378899135299)
(xy -0.265017783904 -0.497933015167)
(xy 1.590883e-06 -0.540679810337)
(xy 0.265016305056 -0.497933015167)
(xy 0.495181814119 -0.378899135299)
(xy 0.67668620856 -0.19738792919)
(xy 0.795717578868 0.032790844698)
(xy 0.838464015528 0.297827427907)
(xy 0.789844580872 0.579733177336)
(xy 0.655232830321 0.820758966515)
(xy 0.451498593999 1.00413455109)
(xy 0.318031732959 1.09217005836)
(xy 0.87494049202 2.43795772915)
(xy 1.19194561266 2.26870438659)
(xy 1.82972960706 2.70643151535)
(xy 2.41294721973 2.12331114819)
(xy 1.96878620266 1.47611293712)
(xy 2.21895049699 0.851202410673)
(xy 2.99991035295 0.705870880595)
(xy 2.99999998015 -0.118929311957)
(xy 2.20082205206 -0.267546799132)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -6.20550343457) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 6.20550343457) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 2.56762572741 -0.312137932321)
(xy 2.27227595657 -1.00119152886)
(xy 2.81507790277 -1.79232629738)
(xy 2.13479276641 -2.47261122461)
(xy 1.33084794118 -1.92091382396)
(xy 0.6602022397 -2.19544620699)
(xy 0.481121499097 -3.15750343457)
(xy -0.480963135309 -3.1575032577)
(xy -0.659988456429 -2.19544207667)
(xy -1.33069098903 -1.92091455592)
(xy -2.13461040494 -2.47263339241)
(xy -2.81494986285 -1.7922939345)
(xy -2.27214535481 -1.00123555076)
(xy -2.567573654 -0.312136729823)
(xy -3.49999987227 -0.138732774194)
(xy -3.49999997684 0.823453288323)
(xy -2.5887675806 0.993028123636)
(xy -2.29693407141 1.72202892024)
(xy -2.81509933861 2.47714614832)
(xy -2.13465834802 3.15747311071)
(xy -1.39060112347 2.646768979)
(xy -1.02076155464 2.84423068916)
(xy -0.370979667848 1.27419918565)
(xy -0.526796930137 1.17149030961)
(xy -0.764463635832 0.957552127601)
(xy -0.921522296482 0.676355373558)
(xy -0.978256588588 0.347465332558)
(xy -0.928380308434 0.038255985481)
(xy -0.789497410341 -0.230285917389)
(xy -0.577726807863 -0.442048991182)
(xy -0.309187414555 -0.580921851028)
(xy 1.85603e-06 -0.63079311206)
(xy 0.309185689232 -0.580921851028)
(xy 0.577712116472 -0.442048991182)
(xy 0.78946724332 -0.230285917389)
(xy 0.928337175346 0.038255985481)
(xy 0.978208018116 0.347465332558)
(xy 0.921485344351 0.676355373558)
(xy 0.764438302041 0.957552127601)
(xy 0.526748359665 1.17149030961)
(xy 0.371037021785 1.27419840142)
(xy 1.02076390736 2.84428401734)
(xy 1.39060321477 2.64682178436)
(xy 2.13468454157 3.15750343457)
(xy 2.81510508968 2.47719633955)
(xy 2.29691723644 1.72213175997)
(xy 2.58877557983 0.993069479118)
(xy 3.49989541177 0.82351602736)
(xy 3.49999997684 -0.13875086395)
(xy 2.56762572741 -0.312137932321)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -6.6565753538) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 6.6565753538) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 2.93442940275 -0.35672906551)
(xy 2.59688680751 -1.14421889013)
(xy 3.21723188888 -2.04837291129)
(xy 2.43976316161 -2.82584139956)
(xy 1.52096907564 -2.19533008453)
(xy 0.754516845371 -2.50908137942)
(xy 0.549853141825 -3.6085753538)
(xy -0.549672154639 -3.60857515165)
(xy -0.754272521633 -2.50907665906)
(xy -1.52078970174 -2.19533092105)
(xy -2.4395547485 -2.82586673418)
(xy -3.21708555754 -2.04833592514)
(xy -2.59673754835 -1.14426920086)
(xy -2.93436989029 -0.356727691226)
(xy -3.99999985402 -0.158551741936)
(xy -3.99999997353 0.941089472369)
(xy -2.95859152068 1.13488928416)
(xy -2.62506751018 1.9680330517)
(xy -3.21725638698 2.83102416951)
(xy -2.4396095406 3.60854069795)
(xy -1.58925842682 3.02487883314)
(xy -1.16658463388 3.25054935904)
(xy -0.423976763255 1.45622764075)
(xy -0.602053634442 1.33884606813)
(xy -0.873672726665 1.09434528869)
(xy -1.05316833884 0.772977569781)
(xy -1.11800752982 0.397103237209)
(xy -1.06100606678 0.043721126264)
(xy -0.902282754676 -0.263183905587)
(xy -0.660259208987 -0.505198847065)
(xy -0.353357045206 -0.66391068689)
(xy 2.121177e-06 -0.720906413782)
(xy 0.353355073408 -0.66391068689)
(xy 0.660242418825 -0.505198847065)
(xy 0.902248278081 -0.263183905587)
(xy 1.06095677182 0.043721126264)
(xy 1.1179520207 0.397103237209)
(xy 1.05312610783 0.772977569781)
(xy 0.873643773761 1.09434528869)
(xy 0.601998125332 1.33884606813)
(xy 0.424042310612 1.45622674448)
(xy 1.16658732269 3.25061030553)
(xy 1.58926081688 3.02493918212)
(xy 2.43963947608 3.6085753538)
(xy 3.21726295964 2.83108153092)
(xy 2.62504827021 1.96815058283)
(xy 2.95860066266 1.13493654756)
(xy 3.9998804706 0.941161174126)
(xy 3.99999997353 -0.158572415943)
(xy 2.93442940275 -0.35672906551)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,65 @@
(module svg2mod (layer F.Cu) (tedit 5A23C63E)
(attr virtual)
(fp_text reference svg2mod (at 0 -7.10764727302) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value G*** (at 0 7.10764727302) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_poly
(pts
(xy 3.30123307809 -0.401320198698)
(xy 2.92149765845 -1.2872462514)
(xy 3.61938587499 -2.30441952521)
(xy 2.74473355681 -3.1790715745)
(xy 1.71109021009 -2.46974634509)
(xy 0.848831451043 -2.82271655185)
(xy 0.618584784553 -4.05964727302)
(xy -0.618381173969 -4.05964704561)
(xy -0.848556586837 -2.82271124144)
(xy -1.71088841446 -2.46974728618)
(xy -2.74449909207 -3.17910007595)
(xy -3.61922125224 -2.30437791578)
(xy -2.9213297419 -1.28730285097)
(xy -3.30116612658 -0.401318652629)
(xy -4.49999983578 -0.178370709678)
(xy -4.49999997022 1.05872565642)
(xy -3.32841546077 1.27675044467)
(xy -2.95320094896 2.21403718316)
(xy -3.61941343535 3.1849021907)
(xy -2.74456073317 4.05960828519)
(xy -1.78791573018 3.40298868728)
(xy -1.31240771311 3.65686802892)
(xy -0.476973858662 1.63825609584)
(xy -0.677310338748 1.50620182664)
(xy -0.982881817499 1.23113844977)
(xy -1.18481438119 0.869599766003)
(xy -1.25775847104 0.446741141861)
(xy -1.19363182513 0.049186267047)
(xy -1.01506809901 -0.296081893785)
(xy -0.74279161011 -0.568348702948)
(xy -0.397526675857 -0.746899522751)
(xy 2.386324e-06 -0.811019715505)
(xy 0.397524457583 -0.746899522751)
(xy 0.742772721178 -0.568348702948)
(xy 1.01502931284 -0.296081893785)
(xy 1.1935763683 0.049186267047)
(xy 1.25769602329 0.446741141861)
(xy 1.18476687131 0.869599766003)
(xy 0.982849245481 1.23113844977)
(xy 0.677247890998 1.50620182664)
(xy 0.477047599438 1.63825508754)
(xy 1.31241073803 3.65693659372)
(xy 1.78791841899 3.40305657988)
(xy 2.74459441059 4.05964727302)
(xy 3.6194208296 3.18496672228)
(xy 2.95317930399 2.21416940568)
(xy 3.32842574549 1.27680361601)
(xy 4.49986552942 1.05880632089)
(xy 4.49999997022 -0.178393967935)
(xy 3.30123307809 -0.401320198698)
)
(layer F.SilkS)
(width 0.0)
)
)

View File

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="9.375mm"
height="9.375mm"
viewBox="0 0 33.218505 33.218505"
id="svg2"
version="1.1"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="oshw.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="256"
inkscape:cx="35.080985"
inkscape:cy="3.8820646"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
inkscape:window-width="1466"
inkscape:window-height="824"
inkscape:window-x="193"
inkscape:window-y="139"
inkscape:window-maximized="0"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-page="true"
inkscape:measure-start="33.777,18.2459"
inkscape:measure-end="37.7947,14.4515" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="SilkS"
transform="translate(0,-1019.1439)">
<path
d="M 135.22955,54.422869 129.58044,41.243446 139.96253,26.111532 126.95082,13.099826 111.57389,23.652058 98.746552,18.401119 95.321302,-2.7938141e-6 76.919656,5.8929709e-7 73.495466,18.401198 60.667041,23.652044 45.290597,13.099402 32.277848,26.112151 l 10.382139,15.130453 -5.650612,13.180288 -17.834374,3.316671 -2e-6,18.403586 17.429003,3.243432 5.581855,13.943487 -9.910868,14.443012 13.014691,13.01251 14.231469,-9.76816 7.073865,3.77682 L 79.023293,84.764497 76.043,82.8 c -5.191,-3.324 -8.635,-9.139 -8.635,-15.761 0,-10.334 8.378,-18.711 18.711,-18.711 10.333,0 18.71,8.377 18.71,18.711 0,6.622 -3.443,12.437 -8.635,15.761 l -2.978267,1.964482 12.427227,30.030788 7.07386,-3.77683 14.23193,9.76773 13.0143,-13.01213 -9.9113,-14.442005 5.58233,-13.944663 17.42685,-3.243023 0.002,-18.405132 z"
id="path2"
inkscape:connector-curvature="0"
style="fill:#0099b0;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccccccccccccccccccccccsssccccccccccc"
transform="matrix(0.24810679,0,0,0.24810679,-4.7574475,1019.1439)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,45 @@
(module NRF24L01-Module-SMD-TH (layer F.Cu) (tedit 5A1BF4A9)
(descr "Through hole pin header, pitch 1.27mm")
(tags "pin header")
(fp_text reference U3 (at 2.5 0 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value NRF24L01_module (at -8 -7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user IRQ (at -2.4 -4.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user MISO (at -2.5 -3.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user MOSI (at -2.5 -1.8) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user SCK (at -2.3 -0.6) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user CSN (at -2.3 0.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user CE (at -2.35 1.95) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user GND (at -2.3 3.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user VCC (at -2.3 4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -17 6) (end 1 6) (layer F.SilkS) (width 0.15))
(fp_line (start -17 -6) (end -17 6) (layer F.SilkS) (width 0.15))
(fp_line (start 1 -6) (end -17 -6) (layer F.SilkS) (width 0.15))
(pad 8 thru_hole rect (at 0 -4.445) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 7 thru_hole rect (at 0 -3.175) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 6 thru_hole rect (at 0 -1.905) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 5 thru_hole rect (at 0 -0.635) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole rect (at 0 0.635) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole rect (at 0 1.905) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole rect (at 0 3.175) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole rect (at 0 4.445) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
)

View File

@ -0,0 +1,22 @@
(module WS2812B (layer F.Cu) (tedit 5A1BDAD7)
(fp_text reference LED3 (at 0 -3.35) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value WS2812B (at 0 3.4) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.5 -1.7) (end -0.7 -2.5) (layer F.SilkS) (width 0.1))
(fp_line (start -2.7 -0.5) (end -2.3 -0.9) (layer F.SilkS) (width 0.1))
(fp_line (start -2.7 0.8) (end -2.7 -0.5) (layer F.SilkS) (width 0.1))
(fp_line (start 2.7 -0.8) (end 2.7 0.8) (layer F.SilkS) (width 0.1))
(fp_line (start -2.7 2.5) (end 2.7 2.5) (layer F.SilkS) (width 0.1))
(fp_line (start -3.4 -2.7) (end -3.4 2.7) (layer F.CrtYd) (width 0.1))
(fp_line (start 3.4 2.7) (end -3.4 2.7) (layer F.CrtYd) (width 0.1))
(fp_line (start 3.4 -2.7) (end 3.4 2.7) (layer F.CrtYd) (width 0.1))
(fp_line (start -3.4 -2.7) (end 3.4 -2.7) (layer F.CrtYd) (width 0.1))
(fp_line (start -0.7 -2.5) (end 2.7 -2.5) (layer F.SilkS) (width 0.1))
(pad 1 smd rect (at -2.45 -1.6) (size 1.5 1) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 2.45 -1.6) (size 1.5 1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -2.45 1.6) (size 1.5 1) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 2.45 1.6) (size 1.5 1) (layers F.Cu F.Paste F.Mask))
)

View File

@ -0,0 +1,45 @@
(module nrf24lu1p-mini-breakout-th (layer F.Cu) (tedit 590727C3)
(descr "Through hole pin header, pitch 1.27mm")
(tags "pin header")
(fp_text reference U3 (at 2.5 0 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value nrf24L01p_breakout (at -8 -7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user IRQ (at -2.4 -4.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user MISO (at -2.5 -3.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user MOSI (at -2.5 -1.8) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user SCK (at -2.3 -0.6) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user CSN (at -2.3 0.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user CE (at -2.35 1.95) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user GND (at -2.3 3.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user VCC (at -2.3 4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -17 6) (end 1 6) (layer F.SilkS) (width 0.15))
(fp_line (start -17 -6) (end -17 6) (layer F.SilkS) (width 0.15))
(fp_line (start 1 -6) (end -17 -6) (layer F.SilkS) (width 0.15))
(pad 8 thru_hole rect (at 0 -4.445) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 7 thru_hole rect (at 0 -3.175) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 6 thru_hole rect (at 0 -1.905) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 5 thru_hole rect (at 0 -0.635) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole rect (at 0 0.635) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole rect (at 0 1.905) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole rect (at 0 3.175) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole rect (at 0 4.445) (size 2 0.95) (drill 0.65 (offset 0.45 0)) (layers *.Cu *.Mask F.SilkS))
)

View File

@ -0,0 +1,45 @@
(module nrf24lu1p-mini-breakout-smd (layer F.Cu) (tedit 59072810)
(descr "Through hole pin header, pitch 1.27mm")
(tags "pin header")
(fp_text reference U3 (at 2.5 0 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value nrf24L01p_breakout (at -8 -7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user IRQ (at -2.4 -4.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user MISO (at -2.5 -3.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user MOSI (at -2.5 -1.8) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user SCK (at -2.3 -0.6) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user CSN (at -2.3 0.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user CE (at -2.35 1.95) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user GND (at -2.3 3.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user VCC (at -2.3 4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -17 6) (end 1 6) (layer F.SilkS) (width 0.15))
(fp_line (start -17 -6) (end -17 6) (layer F.SilkS) (width 0.15))
(fp_line (start 1 -6) (end -17 -6) (layer F.SilkS) (width 0.15))
(pad 8 smd rect (at 0 -4.445) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at 0 -3.175) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 0 -1.905) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 0 -0.635) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 0 0.635) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0 1.905) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0 3.175) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at 0 4.445) (size 2 0.95) (drill (offset 0.45 0)) (layers F.Cu F.Paste F.Mask))
)

View File

@ -0,0 +1,50 @@
(module QFN20_silabs (layer F.Cu) (tedit 59D213EE)
(fp_text reference U1 (at 0 -3.2) (layer F.SilkS)
(effects (font (size 1.2 1.2) (thickness 0.15)))
)
(fp_text value EFM8UB1_QFN20 (at 0 3.2) (layer F.Fab)
(effects (font (size 1.2 1.2) (thickness 0.15)))
)
(fp_arc (start -1.6 -1.6) (end -1.6 -1.325) (angle 270) (layer F.SilkS) (width 0.15))
(fp_line (start 1.6 -1.1) (end 1.6 -1.6) (layer F.SilkS) (width 0.15))
(fp_line (start 1.6 -1.6) (end 1.1 -1.6) (layer F.SilkS) (width 0.15))
(fp_line (start 1.1 1.6) (end 1.6 1.6) (layer F.SilkS) (width 0.15))
(fp_line (start 1.6 1.6) (end 1.6 1.1) (layer F.SilkS) (width 0.15))
(fp_line (start -1.6 1.1) (end -1.6 1.6) (layer F.SilkS) (width 0.15))
(fp_line (start -1.6 1.6) (end -1.1 1.6) (layer F.SilkS) (width 0.15))
(fp_line (start -1.1 -1.6) (end -1.6 -1.6) (layer F.SilkS) (width 0.15))
(fp_line (start -1.6 -1.6) (end -1.6 -1.1) (layer F.SilkS) (width 0.15))
(fp_line (start -1.6 -1.6) (end 1.6 -1.6) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.6 -1.6) (end 1.6 1.6) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.6 1.6) (end -1.6 1.6) (layer F.CrtYd) (width 0.15))
(fp_line (start -1.6 1.6) (end -1.6 -1.6) (layer F.CrtYd) (width 0.15))
(pad 16 smd rect (at 1.25 -1.25) (size 0.3 0.3) (layers F.Cu F.Paste F.Mask))
(pad 11 smd rect (at 1.25 1.25) (size 0.3 0.3) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at -1.25 1.25) (size 0.3 0.3) (layers F.Cu F.Paste F.Mask))
(pad 21 smd rect (at -0.45 0.45 90) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask))
(pad 21 smd rect (at 0.45 0.45 90) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask))
(pad 21 smd rect (at 0.45 -0.45 90) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.55 -0.75 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -1.55 -0.25 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -1.55 0.25 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at -1.55 0.75 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at -0.75 1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 8 smd rect (at -0.25 1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 9 smd rect (at 0.25 1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 10 smd rect (at 0.75 1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 12 smd rect (at 1.55 0.75 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 13 smd rect (at 1.55 0.25 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 14 smd rect (at 1.55 -0.25 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 15 smd rect (at 1.55 -0.75 90) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 17 smd rect (at 0.75 -1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 18 smd rect (at 0.25 -1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 19 smd rect (at -0.25 -1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 20 smd rect (at -0.75 -1.55) (size 0.3 0.9) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.25 -1.25) (size 0.3 0.3) (layers F.Cu F.Paste F.Mask))
(pad 21 smd rect (at -0.45 -0.45 90) (size 0.9 0.9) (layers F.Cu F.Paste F.Mask))
(model Housings_DFN_QFN.3dshapes/UQFN-20-1EP_3x3mm_Pitch0.4mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,20 @@
(module split-planck:Switch-smd-slide-6pin (layer F.Cu) (tedit 57528C8F)
(fp_text reference REF** (at 0 4.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Switch-smd-slide-6pin (at 0 -4.4) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 3.5 3.6) (end 3.5 -3.6) (layer F.SilkS) (width 0.15))
(fp_line (start -3.5 3.6) (end 3.5 3.6) (layer F.SilkS) (width 0.15))
(fp_line (start -3.5 -3.6) (end -3.5 3.6) (layer F.SilkS) (width 0.15))
(fp_line (start -3.5 -3.6) (end 3.5 -3.6) (layer F.SilkS) (width 0.15))
(pad 4 smd rect (at -2.5 -2.5) (size 0.7 1.7) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 0 -2.5) (size 0.7 1.7) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 2.5 -2.5) (size 0.7 1.7) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0 2.5) (size 0.7 1.7) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -2.5 2.5) (size 0.7 1.7) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 2.5 2.5) (size 0.7 1.7) (layers F.Cu F.Paste F.Mask))
(pad "" np_thru_hole circle (at 1.5 0) (size 1 1) (drill 1) (layers *.Cu *.Mask F.SilkS))
(pad "" np_thru_hole circle (at -1.5 0) (size 1 1) (drill 1) (layers *.Cu *.Mask F.SilkS))
)

View File

@ -0,0 +1,29 @@
(module Cherry_MX_Matias (layer F.Cu) (tedit 5A23DB86)
(tags switch)
(fp_text reference K15 (at 3.05 -0.2 90) (layer B.SilkS)
(effects (font (thickness 0.3048)) (justify mirror))
)
(fp_text value K15 (at -1.1 3.5) (layer B.Fab) hide
(effects (font (thickness 0.3048)) (justify mirror))
)
(fp_line (start 7 7) (end -7 7) (layer B.SilkS) (width 0.15))
(fp_line (start -7 7) (end -7 -7) (layer B.SilkS) (width 0.15))
(fp_line (start 7 -7) (end 7 7) (layer B.SilkS) (width 0.15))
(fp_line (start -7 -7) (end 7 -7) (layer B.SilkS) (width 0.15))
(fp_line (start -7 -7) (end 7 -7) (layer F.SilkS) (width 0.15))
(fp_line (start 7 -7) (end 7 7) (layer F.SilkS) (width 0.15))
(fp_line (start 7 7) (end -7 7) (layer F.SilkS) (width 0.15))
(fp_line (start -7 7) (end -7 -7) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -2.6 -3.683) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at -3.91 -2.54) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.1 0) (size 4 4) (drill 4) (layers *.Cu *.Mask F.SilkS))
(pad "" np_thru_hole circle (at 4.98 0) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
(pad "" np_thru_hole circle (at -5.18 0) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 2.44 -5.08) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 2.4 -4) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(model cherry_mx1.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,21 @@
(module Cherry_MX_Matias_No_Silk_Border (layer F.Cu) (tedit 5A1BC55D)
(tags switch)
(fp_text reference REF** (at 0 6) (layer Cmts.User)
(effects (font (thickness 0.3048)))
)
(fp_text value SW_PUSH (at 1 3.5) (layer B.Fab) hide
(effects (font (thickness 0.3048)) (justify mirror))
)
(pad "" np_thru_hole circle (at 5.08 0) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 2.5 -3.683) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 3.81 -2.54) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0 0) (size 4 4) (drill 4) (layers *.Cu *.Mask F.SilkS))
(pad "" np_thru_hole circle (at -5.08 0) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole circle (at -2.54 -5.08) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at -2.5 -4) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(model cherry_mx1.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,3 @@
EESchema-DOCLIB Version 2.0
#
#End Doc Library

View File

@ -0,0 +1,117 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# ATXMEGA-A4U
#
DEF ATXMEGA-A4U U 0 40 Y Y 1 F N
F0 "U" -750 1200 50 H V L BNN
F1 "ATXMEGA-A4U" 200 -1250 50 H V L BNN
F2 "VQFN44" 0 0 50 H I C CIN
F3 "" 0 0 50 H I C CNN
DRAW
S -750 1150 750 -1150 0 1 10 f
X AC5/ADC5/PA5 1 900 500 150 L 39 30 1 1 B
X AC1OUT/AC6/ADC6/PA6 2 900 400 150 L 39 30 1 1 B
X AC0OUT/AC7/ADC7/PA7 3 900 300 150 L 39 30 1 1 B
X AREFB/ADC8/PB0 4 900 150 150 L 39 30 1 1 B
X ADC9/PB1 5 900 50 150 L 39 30 1 1 B
X DAC0/ADC10/PB2 6 900 -50 150 L 39 30 1 1 B
X DAC1/ACD11/PB3 7 900 -150 150 L 39 30 1 1 B
X GND 8 -150 -1300 150 U 39 30 1 1 W
X VCC 9 -400 1300 150 D 39 30 1 1 W
X SDAIN/SDA/~OC0ALS~/OC0A/PC0 10 900 -300 150 L 39 30 1 1 B
X PD0/OC0A 20 -900 -300 150 R 39 30 1 1 B
X GND 30 50 -1300 150 U 39 30 1 1 W
X AREFA/AC0/ADC0/PA0 40 900 1000 150 L 39 30 1 1 B
X SCLIN/SCL/XCK0/OC0AHS/OC0B/PC1 11 900 -400 150 L 39 30 1 1 B
X PD1/OC0B/XCK0 21 -900 -400 150 R 39 30 1 1 B
X VCC 31 -200 1300 150 D 39 30 1 1 W
X AC1/ADC1/PA1 41 900 900 150 L 39 30 1 1 B
X SDAOUT/RXD0/~OC0BLS~/OC0C/PC2 12 900 -500 150 L 39 30 1 1 B
X PD2/OC0C/RXD0 22 -900 -500 150 R 39 30 1 1 B
X PE2/OC0C/RXD0 32 -900 -50 150 R 39 30 1 1 B
X AC2/ADC2/PA2 42 900 800 150 L 39 30 1 1 B
X SCLOUT/TXD0/OC0BHS/OC0D/PC3 13 900 -600 150 L 39 30 1 1 B
X PD3/OC0D/TXD0 23 -900 -600 150 R 39 30 1 1 B
X PE3/OC0D/TXD0 33 -900 -150 150 R 39 30 1 1 B
X AC3/ADC3/PA3 43 900 700 150 L 39 30 1 1 B
X ~SS~/~OC0CLS~/OC1A/PC4 14 900 -700 150 L 39 30 1 1 B
X PD4/OC1A/~SS~ 24 -900 -700 150 R 39 30 1 1 B
X PDI_DATA 34 -900 800 150 R 39 30 1 1 I
X AC4/ADC4/PA4 44 900 600 150 L 39 30 1 1 B
X MOSI/XCK1/OC0CHS/OC1B/PC5 15 900 -800 150 L 39 30 1 1 B
X PD5/OC1B/XCK1/MOSI 25 -900 -800 150 R 39 30 1 1 B
X ~RESET~/PDI_CLK 35 -900 900 150 R 39 30 1 1 I
X CLKRTC/MISO/RXD1/~OC0DLS~/PC6 16 900 -900 150 L 39 30 1 1 B
X PD6/D-/RXD1/MISO 26 -900 -900 150 R 39 30 1 1 B
X PR0/XTAL2/TOSC2 36 -900 400 150 R 39 30 1 1 B
X CLKOUT/SCK/TXD1/OC0DHS/PC7 17 900 -1000 150 L 35 30 1 1 B
X PD7/D+/TXD1/SCK 27 -900 -1000 150 R 39 30 1 1 B
X PR1/XTAL1/TOSC1 37 -900 300 150 R 39 30 1 1 B
X GND 18 -50 -1300 150 U 39 30 1 1 W
X PE0/OC0A/SDA 28 -900 150 150 R 39 30 1 1 B
X GND 38 150 -1300 150 U 39 30 1 1 W
X VCC 19 -300 1300 150 D 39 30 1 1 W
X PE1/OC0B/XCK0/SCL 29 -900 50 150 R 39 30 1 1 B
X AVCC 39 0 1300 150 D 39 30 1 1 W
ENDDRAW
ENDDEF
#
# ATXMEGA-A4U-EPAD
#
DEF ATXMEGA-A4U-EPAD U 0 40 Y Y 1 F N
F0 "U" -750 1200 50 H V L BNN
F1 "ATXMEGA-A4U-EPAD" 200 -1250 50 H V L BNN
F2 "VQFN44" 0 0 50 H I C CIN
F3 "" 0 0 50 H I C CNN
DRAW
S -750 1150 750 -1150 0 1 10 f
X AC5/ADC5/PA5 1 900 500 150 L 39 30 1 1 B
X AC1OUT/AC6/ADC6/PA6 2 900 400 150 L 39 30 1 1 B
X AC0OUT/AC7/ADC7/PA7 3 900 300 150 L 39 30 1 1 B
X AREFB/ADC8/PB0 4 900 150 150 L 39 30 1 1 B
X ADC9/PB1 5 900 50 150 L 39 30 1 1 B
X DAC0/ADC10/PB2 6 900 -50 150 L 39 30 1 1 B
X DAC1/ACD11/PB3 7 900 -150 150 L 39 30 1 1 B
X GND 8 -150 -1300 150 U 39 30 1 1 W
X VCC 9 -400 1300 150 D 39 30 1 1 W
X SDAIN/SDA/~OC0ALS~/OC0A/PC0 10 900 -300 150 L 39 30 1 1 B
X PD0/OC0A 20 -900 -300 150 R 39 30 1 1 B
X GND 30 50 -1300 150 U 39 30 1 1 W
X AREFA/AC0/ADC0/PA0 40 900 1000 150 L 39 30 1 1 B
X SCLIN/SCL/XCK0/OC0AHS/OC0B/PC1 11 900 -400 150 L 39 30 1 1 B
X PD1/OC0B/XCK0 21 -900 -400 150 R 39 30 1 1 B
X VCC 31 -200 1300 150 D 39 30 1 1 W
X AC1/ADC1/PA1 41 900 900 150 L 39 30 1 1 B
X SDAOUT/RXD0/~OC0BLS~/OC0C/PC2 12 900 -500 150 L 39 30 1 1 B
X PD2/OC0C/RXD0 22 -900 -500 150 R 39 30 1 1 B
X PE2/OC0C/RXD0 32 -900 -50 150 R 39 30 1 1 B
X AC2/ADC2/PA2 42 900 800 150 L 39 30 1 1 B
X SCLOUT/TXD0/OC0BHS/OC0D/PC3 13 900 -600 150 L 39 30 1 1 B
X PD3/OC0D/TXD0 23 -900 -600 150 R 39 30 1 1 B
X PE3/OC0D/TXD0 33 -900 -150 150 R 39 30 1 1 B
X AC3/ADC3/PA3 43 900 700 150 L 39 30 1 1 B
X ~SS~/~OC0CLS~/OC1A/PC4 14 900 -700 150 L 39 30 1 1 B
X PD4/OC1A/~SS~ 24 -900 -700 150 R 39 30 1 1 B
X PDI_DATA 34 -900 800 150 R 39 30 1 1 I
X AC4/ADC4/PA4 44 900 600 150 L 39 30 1 1 B
X MOSI/XCK1/OC0CHS/OC1B/PC5 15 900 -800 150 L 39 30 1 1 B
X PD5/OC1B/XCK1/MOSI 25 -900 -800 150 R 39 30 1 1 B
X ~RESET~/PDI_CLK 35 -900 900 150 R 39 30 1 1 I
X EPAD 45 -450 -1300 150 U 35 25 1 1 P X
X CLKRTC/MISO/RXD1/~OC0DLS~/PC6 16 900 -900 150 L 39 30 1 1 B
X PD6/D-/RXD1/MISO 26 -900 -900 150 R 39 30 1 1 B
X PR0/XTAL2/TOSC2 36 -900 400 150 R 39 30 1 1 B
X CLKOUT/SCK/TXD1/OC0DHS/PC7 17 900 -1000 150 L 35 30 1 1 B
X PD7/D+/TXD1/SCK 27 -900 -1000 150 R 39 30 1 1 B
X PR1/XTAL1/TOSC1 37 -900 300 150 R 39 30 1 1 B
X GND 18 -50 -1300 150 U 39 30 1 1 W
X PE0/OC0A/SDA 28 -900 150 150 R 39 30 1 1 B
X GND 38 150 -1300 150 U 39 30 1 1 W
X VCC 19 -300 1300 150 D 39 30 1 1 W
X PE1/OC0B/XCK0/SCL 29 -900 50 150 R 39 30 1 1 B
X AVCC 39 0 1300 150 D 39 30 1 1 W
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,23 @@
EESchema-DOCLIB Version 2.0
#
$CMP CBT3125_14pin
D Quadruple FET bus switch
K bus switch
$ENDCMP
#
$CMP FSUSB42
D FSUSB42 USB 2.0 (480Mbps) UART Switch
K bus switch, multiplexer, usb
$ENDCMP
#
$CMP TS3USB221
D TS3USB221 High-Speed USB 2.0 (480-Mbps) 1:2 Multiplexer
K bus switch, multiplexer, usb
$ENDCMP
#
$CMP TS3USB30E
D TS3USB30E USB 2.0 (480Mbps) Switch
K bus switch, multiplexer, usb
$ENDCMP
#
#End Doc Library

View File

@ -0,0 +1,101 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# CBT3125_14pin
#
DEF CBT3125_14pin U 0 40 Y Y 1 F N
F0 "U" -450 550 60 H V C CNN
F1 "CBT3125_14pin" 0 0 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
$FPLIST
SO14
SSOP14
TSSOP14
$ENDFPLIST
DRAW
S -500 500 500 -500 0 1 0 N
X 1OE 1 -700 400 200 R 50 50 1 1 I
X 1A 2 -700 -100 200 R 50 50 1 1 I
X 1B 3 700 150 200 L 50 50 1 1 I
X 2OE 4 -700 300 200 R 50 50 1 1 I
X 2A 5 -700 -200 200 R 50 50 1 1 I
X 2B 6 700 50 200 L 50 50 1 1 I
X GND 7 0 -700 200 U 50 50 1 1 W
X 3B 8 700 -50 200 L 50 50 1 1 I
X 3A 9 -700 -300 200 R 50 50 1 1 I
X 3OE 10 -700 200 200 R 50 50 1 1 I
X 4B 11 700 -150 200 L 50 50 1 1 I
X 4A 12 -700 -400 200 R 50 50 1 1 I
X 4OE 13 -700 100 200 R 50 50 1 1 I
X VCC 14 0 700 200 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# FSUSB42
#
DEF FSUSB42 U 0 40 Y Y 1 F N
F0 "U" -350 450 60 H V C CNN
F1 "FSUSB42" 250 -450 60 H V C CNN
F2 "" 0 -100 60 H I C CNN
F3 "" 0 -100 60 H I C CNN
DRAW
S -400 400 400 -400 0 1 0 N
X VCC 1 0 600 200 D 50 50 1 1 W
X SEL 2 -600 150 200 R 50 50 1 1 I
X D+ 3 -600 -100 200 R 50 50 1 1 B
X D- 4 -600 -200 200 R 50 50 1 1 B
X GND 5 0 -600 200 U 50 50 1 1 W
X HSD1- 6 600 -200 200 L 50 50 1 1 B
X HSD1+ 7 600 -100 200 L 50 50 1 1 B
X HSD2- 8 600 100 200 L 50 50 1 1 B
X HSD2+ 9 600 200 200 L 50 50 1 1 B
X OE 10 -600 250 200 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# TS3USB221
#
DEF TS3USB221 U 0 40 Y Y 1 F N
F0 "U" -450 550 60 H V C CNN
F1 "TS3USB221" 0 0 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -500 500 500 -500 0 1 0 N
X 1D+ 1 700 200 200 L 50 50 1 1 B
X 1D- 2 700 100 200 L 50 50 1 1 B
X 2D+ 3 700 -100 200 L 50 50 1 1 B
X 2D- 4 700 -200 200 L 50 50 1 1 B
X GND 5 0 -700 200 U 50 50 1 1 W
X OE 6 -700 400 200 R 50 50 1 1 I
X D- 7 -700 -50 200 R 50 50 1 1 B
X D+ 8 -700 50 200 R 50 50 1 1 B
X S 9 -700 300 200 R 50 50 1 1 I
X VCC 10 0 700 200 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# TS3USB30E
#
DEF TS3USB30E U 0 40 Y Y 1 F N
F0 "U" -450 550 60 H V C CNN
F1 "TS3USB30E" 0 0 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -500 500 500 -500 0 1 0 N
X SEL 1 -700 300 200 R 50 50 1 1 I
X D1+ 2 700 -100 200 L 50 50 1 1 B
X D2+ 3 700 200 200 L 50 50 1 1 B
X D+ 4 -700 50 200 R 50 50 1 1 B
X GND 5 0 -700 200 U 50 50 1 1 W
X D- 6 -700 -50 200 R 50 50 1 1 B
X D2- 7 700 100 200 L 50 50 1 1 B
X D1- 8 700 -200 200 L 50 50 1 1 B
X OE 9 -700 400 200 R 50 50 1 1 I
X VCC 10 0 700 200 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,22 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# NET-TIE
#
DEF NET-TIE W 0 40 Y Y 1 L N
F0 "W" 0 250 50 H V C CNN
F1 "NET-TIE" 0 150 50 H V C CNN
F2 "conn-test:NET-TIE" 0 -100 50 H I C CNN
F3 "" 0 0 60 H V C CNN
$FPLIST
NET-TIE*
$ENDFPLIST
DRAW
C 0 0 14 0 1 0 F
C 0 0 30 0 1 0 N
X ~ 1 -100 0 100 R 50 50 1 1 P
X ~ 2 100 0 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,3 @@
EESchema-DOCLIB Version 2.0
#
#End Doc Library

View File

@ -0,0 +1,22 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# 74LVC1G34
#
DEF 74LVC1G34 U 0 10 Y Y 1 F N
F0 "U" 100 150 50 H V C CNN
F1 "74LVC1G34" 200 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 4 0 0 0 -150 150 -150 -150 150 0 -150 150 N
X GND 3 -50 -200 100 U 40 20 0 0 W
X VCC 5 -50 200 100 D 40 20 0 0 W
X ~ 2 -450 0 300 R 50 50 1 1 I
X ~ 4 450 0 300 L 50 50 1 1 O
X ~ 2 -450 0 300 R 50 50 1 2 I I
X ~ 4 450 0 300 L 50 50 1 2 O
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,18 @@
EESchema-DOCLIB Version 2.0
#
$CMP MCP1700
D 250mA Low Quiscent Current LDO, 3.0V output, SOT-23
K regulator linear ldo
F http://ww1.microchip.com/downloads/en/DeviceDoc/20001826C.pdf
$ENDCMP
#
$CMP TPS6102x
D Synchronous Boost Converter
K TPS61020, TPS61024, TPS61025, TPS61026, TPS61027, TPS61028, TPS61029
$ENDCMP
#
$CMP TPS6107x
K TPS61070, TPS61071, TPS61072, TPS61073
$ENDCMP
#
#End Doc Library

View File

@ -0,0 +1,116 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# MCP1700
#
DEF MCP1700 U 0 10 Y Y 1 F N
F0 "U" -150 125 50 H V C CNN
F1 "MCP1700" 0 -250 50 H V L CNN
F2 "TO_SOT_Packages_SMD:SOT-23" 100 250 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
SOT?23*
$ENDFPLIST
DRAW
S -200 75 200 -200 0 1 10 f
X GND 1 0 -300 100 U 50 50 1 1 W
X VO 2 300 0 100 L 50 50 1 1 w
X VI 3 -300 0 100 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# MCP73831
#
DEF MCP73831 U 0 40 Y Y 1 F N
F0 "U" -200 350 60 H V C CNN
F1 "MCP73831" 250 -350 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -250 300 250 -300 0 1 0 N
X STAT 1 450 -50 200 L 50 50 1 1 I
X VSS 2 0 -500 200 U 50 50 1 1 I
X VBAT 3 450 150 200 L 50 50 1 1 I
X VDD 4 -450 150 200 R 50 50 1 1 I
X PROG 5 -450 -50 200 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# TLV61224
#
DEF TLV61224 U 0 40 Y Y 1 F N
F0 "U" -350 350 60 H V C CNN
F1 "TLV61224" 250 -300 60 H V C CNN
F2 "" 0 -100 60 H I C CNN
F3 "" 0 -100 60 H I C CNN
DRAW
S -400 250 400 -250 0 1 0 N
X VIN 1 -600 150 200 R 50 50 1 1 I
X FB 2 600 0 200 L 50 50 1 1 I
X GND 3 0 -450 200 U 50 50 1 1 I
X VOUT 4 600 150 200 L 50 50 1 1 I
X L 5 -600 -150 200 R 50 50 1 1 I
X EN 6 -600 0 200 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# TPS6102x
#
DEF TPS6102x U 0 40 Y Y 1 F N
F0 "U" -350 650 60 H V C CNN
F1 "TPS6102x" 500 -650 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -400 600 400 -600 0 1 0 N
X EN 1 -600 100 200 R 50 50 1 1 I
X VOUT 2 600 450 200 L 50 50 1 1 w
X FB 3 600 100 200 L 50 50 1 1 O
X LBO 4 600 -250 200 L 50 50 1 1 O
X GND 5 -150 -800 200 U 50 50 1 1 I
X VBAT 6 -600 300 200 R 50 50 1 1 W
X LBI 7 -600 -100 200 R 50 50 1 1 I
X PS 8 -600 -300 200 R 50 50 1 1 I
X SW 9 -600 500 200 R 50 50 1 1 I
X PGND 10 150 -800 200 U 50 50 1 1 I
X PPAD 11 250 -800 200 U 50 50 1 1 I
ENDDRAW
ENDDEF
#
# TPS6107x
#
DEF TPS6107x U 0 40 Y Y 1 F N
F0 "U" -350 300 60 H V C CNN
F1 "TPS6107x" 250 -400 60 H V C CNN
F2 "" 0 -150 60 H I C CNN
F3 "" 0 -150 60 H I C CNN
DRAW
S -400 250 400 -350 0 1 0 N
X SW 1 -600 150 200 R 50 50 1 1 I
X GND 2 0 -550 200 U 50 50 1 1 I
X EN 3 -600 -150 200 R 50 50 1 1 I
X FB 4 600 150 200 L 50 50 1 1 I
X VOUT 5 600 -150 200 L 50 50 1 1 I
X VBAT 6 -600 0 200 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# TPS6122x
#
DEF TPS6122x U 0 40 Y Y 1 F N
F0 "U" -350 350 60 H V C CNN
F1 "TPS6122x" 250 -300 60 H V C CNN
F2 "" 0 -100 60 H I C CNN
F3 "" 0 -100 60 H I C CNN
DRAW
S -400 250 400 -250 0 1 0 N
X VIN 1 -600 150 200 R 50 50 1 1 I
X FB 2 600 0 200 L 50 50 1 1 I
X GND 3 0 -450 200 U 50 50 1 1 I
X VOUT 4 600 150 200 L 50 50 1 1 I
X L 5 -600 -150 200 R 50 50 1 1 I
X EN 6 -600 0 200 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,13 @@
EESchema-DOCLIB Version 2.0
#
$CMP nRF24L01+
D nRF24L01+ 2.4GHz RF
K nRF24L01+, nRF24L01
$ENDCMP
#
$CMP nRF24L01_module
D nRF24L01+ 2.4GHz RF module
K nRF24, nRF24L01, RF
$ENDCMP
#
#End Doc Library

View File

@ -0,0 +1,57 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# nRF24L01+
#
DEF nRF24L01+ U 0 40 Y Y 1 F N
F0 "U" -300 750 60 H V C CNN
F1 "nRF24L01+" 0 -50 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -350 700 350 -750 0 1 0 N
X CE 1 -550 550 200 R 50 50 1 1 I
X CSN 2 -550 450 200 R 50 50 1 1 I
X SCK 3 -550 350 200 R 50 50 1 1 I
X MOSI 4 -550 250 200 R 50 50 1 1 I
X MISO 5 -550 150 200 R 50 50 1 1 I
X IRQ 6 -550 50 200 R 50 50 1 1 I
X VDD 7 -100 900 200 D 50 50 1 1 W
X VSS 8 -150 -950 200 U 50 50 1 1 W
X XC2 9 -550 -300 200 R 50 50 1 1 O
X XC1 10 -550 -200 200 R 50 50 1 1 I
X VSS 20 150 -950 200 U 50 50 1 1 W
X VDD_PA 11 550 -400 200 L 50 50 1 1 w
X ANT1 12 550 -300 200 L 50 50 1 1 B
X ANT2 13 550 -200 200 L 50 50 1 1 B
X VSS 14 -50 -950 200 U 50 50 1 1 W
X VDD 15 0 900 200 D 50 50 1 1 W
X IREF 16 -550 -500 200 R 50 50 1 1 I
X VSS 17 50 -950 200 U 50 50 1 1 W
X VDD 18 100 900 200 D 50 50 1 1 W
X DVDD 19 550 450 200 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
# nRF24L01_module
#
DEF nRF24L01_module U 0 40 Y Y 1 F N
F0 "U" -450 650 60 H V C CNN
F1 "nRF24L01_module" 450 -650 60 H V C CNN
F2 "" 0 -50 60 H I C CNN
F3 "" 0 -50 60 H I C CNN
DRAW
S -500 600 500 -600 0 1 0 N
P 15 0 1 0 -150 400 450 400 450 300 100 300 100 200 450 200 450 100 100 100 100 0 450 0 450 -100 100 -100 100 -200 450 -200 450 -400 N
X VDD 1 0 800 200 D 50 50 1 1 W
X VSS 2 0 -800 200 U 50 50 1 1 W
X CE 3 -700 250 200 R 50 50 1 1 I
X CSN 4 -700 150 200 R 50 50 1 1 I
X SCK 5 -700 50 200 R 50 50 1 1 I
X MOSI 6 -700 -50 200 R 50 50 1 1 O
X MISO 7 -700 -150 200 R 50 50 1 1 I
X IRQ 8 -700 -250 200 R 50 50 1 1 B
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,3 @@
EESchema-DOCLIB Version 2.0
#
#End Doc Library

View File

@ -0,0 +1,36 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# nRF24L01+
#
DEF nRF24L01+ U 0 40 Y Y 1 F N
F0 "U" -300 750 60 H V C CNN
F1 "nRF24L01+" 0 -50 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -350 700 350 -750 0 1 0 N
X CE 1 -550 550 200 R 50 50 1 1 I
X CSN 2 -550 450 200 R 50 50 1 1 I
X SCK 3 -550 350 200 R 50 50 1 1 I
X MOSI 4 -550 250 200 R 50 50 1 1 I
X MISO 5 -550 150 200 R 50 50 1 1 I
X IRQ 6 -550 50 200 R 50 50 1 1 I
X VDD 7 -100 900 200 D 50 50 1 1 W
X VSS 8 -150 -950 200 U 50 50 1 1 W
X XC2 9 -550 -300 200 R 50 50 1 1 O
X XC1 10 -550 -200 200 R 50 50 1 1 I
X VSS 20 150 -950 200 U 50 50 1 1 W
X VDD_PA 11 550 -400 200 L 50 50 1 1 w
X ANT1 12 550 -300 200 L 50 50 1 1 B
X ANT2 13 550 -200 200 L 50 50 1 1 B
X VSS 14 -50 -950 200 U 50 50 1 1 W
X VDD 15 0 900 200 D 50 50 1 1 W
X IREF 16 -550 -500 200 R 50 50 1 1 I
X VSS 17 50 -950 200 U 50 50 1 1 W
X VDD 18 100 900 200 D 50 50 1 1 W
X DVDD 19 550 450 200 L 50 50 1 1 w
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,3 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#End Library

View File

@ -0,0 +1,3 @@
EESchema-DOCLIB Version 2.0
#
#End Doc Library

View File

@ -0,0 +1,20 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# WS2812B
#
DEF WS2812B LED? 0 40 Y Y 1 F N
F0 "LED?" -100 300 60 H V C CNN
F1 "WS2812B" 0 0 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -250 250 250 -250 0 1 0 N
X VDD 1 450 150 200 L 50 50 1 1 W
X DOUT 2 -450 -150 200 R 50 50 1 1 O
X VSS 3 450 -150 200 L 50 50 1 1 W
X DIN 4 -450 150 200 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,18 @@
EESchema-DOCLIB Version 2.0
#
$CMP C8051F38x_32
D C8051F38x 32 pin
K C8051F381, C8051F383, C8051F385, C8051F387, C8051F38C
$ENDCMP
#
$CMP C8051F38x_48
D C8051F38x 48 pin
K C8051F380, C8051F382, C8051F384, C8051F386
$ENDCMP
#
$CMP EFM8UB1_QFN20
D C8051F38x 32 pin
K C8051F381, C8051F383, C8051F385, C8051F387, C8051F38C, 8051, 8-bit
$ENDCMP
#
#End Doc Library

View File

@ -0,0 +1,141 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# C8051F38x_32
#
DEF C8051F38x_32 U 0 40 Y Y 1 F N
F0 "U" -750 1000 60 H V C CNN
F1 "C8051F38x_32" 0 -50 60 H V C CNN
F2 "" 0 -550 60 H I C CNN
F3 "" 0 -550 60 H I C CNN
DRAW
S -800 950 800 -1050 0 1 0 N
X P0.1 1 -1000 -300 200 R 50 50 1 1 B
X P0.0 2 -1000 -200 200 R 50 50 1 1 B
X GND 3 0 -1250 200 U 50 50 1 1 W
X D+ 4 -1000 650 200 R 50 50 1 1 B
X D- 5 -1000 550 200 R 50 50 1 1 B
X VDD 6 200 1150 200 D 50 50 1 1 w
X REGIN 7 -150 1150 200 D 50 50 1 1 W
X VBUS 8 -1000 800 200 R 50 50 1 1 I
X C2CK/RST 9 -1000 350 200 R 50 50 1 1 B
X C2D/P3.0 10 -1000 250 200 R 50 50 1 1 B
X P1.6 20 1000 200 200 L 50 50 1 1 B
X P0.4 30 -1000 -600 200 R 50 50 1 1 B
X P2.7 11 1000 -900 200 L 50 50 1 1 B
X P1.5 21 1000 300 200 L 50 50 1 1 B
X P0.3 31 -1000 -500 200 R 50 50 1 1 B
X P2.6 12 1000 -800 200 L 50 50 1 1 B
X P1.4 22 1000 400 200 L 50 50 1 1 B
X P0.2 32 -1000 -400 200 R 50 50 1 1 B
X P2.5 13 1000 -700 200 L 50 50 1 1 B
X P1.3 23 1000 500 200 L 50 50 1 1 B
X P2.4 14 1000 -600 200 L 50 50 1 1 B
X P1.2 24 1000 600 200 L 50 50 1 1 B
X P2.3 15 1000 -500 200 L 50 50 1 1 B
X P1.1 25 1000 700 200 L 50 50 1 1 B
X P2.2 16 1000 -400 200 L 50 50 1 1 B
X P1.0 26 1000 800 200 L 50 50 1 1 B
X P2.1 17 1000 -300 200 L 50 50 1 1 B
X P0.7 27 -1000 -900 200 R 50 50 1 1 B
X P2.0 18 1000 -200 200 L 50 50 1 1 B
X P0.6 28 -1000 -800 200 R 50 50 1 1 B
X P1.7 19 1000 100 200 L 50 50 1 1 B
X P0.5 29 -1000 -700 200 R 50 50 1 1 B
ENDDRAW
ENDDEF
#
# C8051F38x_48
#
DEF C8051F38x_48 U 0 40 Y Y 1 F N
F0 "U" -750 1550 60 H V C CNN
F1 "C8051F38x_48" 0 0 60 H V C CNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
S -800 1500 800 -1500 0 1 0 N
X P0.5 1 -1000 -100 200 R 50 50 1 1 B
X P0.4 2 -1000 0 200 R 50 50 1 1 B
X P0.3 3 -1000 100 200 R 50 50 1 1 B
X P0.2 4 -1000 200 200 R 50 50 1 1 B
X P0.1 5 -1000 300 200 R 50 50 1 1 B
X P0.0 6 -1000 400 200 R 50 50 1 1 B
X GND 7 0 -1700 200 U 50 50 1 1 W
X D+ 8 -1000 1200 200 R 50 50 1 1 B
X D- 9 -1000 1100 200 R 50 50 1 1 B
X P4.2 20 1000 -700 200 L 50 50 1 1 B
X P3.0 30 1000 400 200 L 50 50 1 1 B
X P1.6 40 -1000 -1100 200 R 50 50 1 1 B
X REGIN 11 -150 1700 200 D 50 50 1 1 W
X P4.1 21 1000 -600 200 L 50 50 1 1 B
X P2.7 31 1000 600 200 L 50 50 1 1 B
X P1.5 41 -1000 -1000 200 R 50 50 1 1 B
X VBUS 12 -1000 1350 200 R 50 50 1 1 I
X P4.0 22 1000 -500 200 L 50 50 1 1 B
X P2.6 32 1000 700 200 L 50 50 1 1 B
X P1.4 42 -1000 -900 200 R 50 50 1 1 B
X C2CK/RST 13 -1000 900 200 R 50 50 1 1 B
X P3.7 23 1000 -300 200 L 50 50 1 1 B
X P2.5 33 1000 800 200 L 50 50 1 1 B
X P1.3 43 -1000 -800 200 R 50 50 1 1 B
X C2D 14 -1000 800 200 R 50 50 1 1 B
X P3.6 24 1000 -200 200 L 50 50 1 1 B
X P2.4 34 1000 900 200 L 50 50 1 1 B
X P1.2 44 -1000 -700 200 R 50 50 1 1 B
X P4.7 15 1000 -1200 200 L 50 50 1 1 B
X P3.5 25 1000 -100 200 L 50 50 1 1 B
X P2.3 35 1000 1000 200 L 50 50 1 1 B
X P1.1 45 -1000 -600 200 R 50 50 1 1 B
X P4.6 16 1000 -1100 200 L 50 50 1 1 B
X P3.4 26 1000 0 200 L 50 50 1 1 B
X P2.2 36 1000 1100 200 L 50 50 1 1 B
X P1.0 46 -1000 -500 200 R 50 50 1 1 B
X P4.5 17 1000 -1000 200 L 50 50 1 1 B
X P3.3 27 1000 100 200 L 50 50 1 1 B
X P2.1 37 1000 1200 200 L 50 50 1 1 B
X P0.7 47 -1000 -300 200 R 50 50 1 1 B
X P4.4 18 1000 -900 200 L 50 50 1 1 B
X P3.2 28 1000 200 200 L 50 50 1 1 B
X P2.0 38 1000 1300 200 L 50 50 1 1 B
X P0.6 48 -1000 -200 200 R 50 50 1 1 B
X P4.3 19 1000 -800 200 L 50 50 1 1 B
X P3.1 29 1000 300 200 L 50 50 1 1 B
X P1.7 39 -1000 -1200 200 R 50 50 1 1 B
X VDD VDD 200 1700 200 D 50 50 1 1 w
ENDDRAW
ENDDEF
#
# EFM8UB1_QFN20
#
DEF EFM8UB1_QFN20 U 0 40 Y Y 1 F N
F0 "U" -750 1000 60 H V C CNN
F1 "EFM8UB1_QFN20" 0 -50 60 H V C CNN
F2 "" 0 -550 60 H I C CNN
F3 "" 0 -550 60 H I C CNN
DRAW
S -800 950 800 -1050 0 1 0 N
X P0.1 1 -1000 -300 200 R 50 50 1 1 B
X P0.0 2 -1000 -200 200 R 50 50 1 1 B
X GND 3 -150 -1250 200 U 50 50 1 1 W
X D+ 4 -1000 650 200 R 50 50 1 1 B
X D- 5 -1000 550 200 R 50 50 1 1 B
X VDD 6 200 1150 200 D 50 50 1 1 w
X VREGIN 7 -150 1150 200 D 50 50 1 1 W
X VBUS/P3.1 8 -1000 800 200 R 50 50 1 1 I
X C2CK/RST 9 -1000 350 200 R 50 50 1 1 B
X C2D/P2.0 10 -1000 250 200 R 50 50 1 1 B
X P0.2 20 -1000 -400 200 R 50 50 1 1 B
X P1.2 11 1000 600 200 L 50 50 1 1 B
X GND_PAD 21 150 -1250 200 U 50 50 1 1 W
X GND 12 0 -1250 200 U 50 50 1 1 B
X P1.1 13 1000 700 200 L 50 50 1 1 B
X P1.0 14 1000 800 200 L 50 50 1 1 B
X P0.7 15 -1000 -900 200 R 50 50 1 1 B
X P0.6 16 -1000 -800 200 R 50 50 1 1 B
X P0.5 17 -1000 -700 200 R 50 50 1 1 B
X P0.4 18 -1000 -600 200 R 50 50 1 1 B
X P0.3 19 -1000 -500 200 R 50 50 1 1 B
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,39 @@
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# Switch-6P-2S2T
#
DEF Switch-6P-2S2T SW 0 40 Y Y 1 F N
F0 "SW" 0 -350 60 H V C CNN
F1 "Switch-6P-2S2T" -50 400 60 H V C CNN
F2 "" -50 200 60 H I C CNN
F3 "" -50 200 60 H I C CNN
DRAW
C -100 -150 50 0 1 0 N
C -100 200 50 0 1 0 N
C 250 -250 50 0 1 0 N
C 250 -50 50 0 1 0 N
C 250 100 50 0 1 0 N
C 250 300 50 0 1 0 N
C 550 -300 0 0 1 0 N
P 2 0 1 0 -50 -150 250 -150 N
P 2 0 1 0 -50 200 250 200 N
P 2 0 1 0 50 -130 50 -150 N
P 2 0 1 0 50 -90 50 -110 N
P 2 0 1 0 50 -50 50 -70 N
P 2 0 1 0 50 -10 50 -30 N
P 2 0 1 0 50 30 50 10 N
P 2 0 1 0 50 70 50 50 N
P 2 0 1 0 50 110 50 90 N
P 2 0 1 0 50 150 50 130 N
P 2 0 1 0 50 190 50 170 N
X 1 1 500 300 200 L 50 50 1 1 I
X 2 2 -350 200 200 R 50 50 1 1 I
X 3 3 500 100 200 L 50 50 1 1 I
X 4 4 500 -50 200 L 50 50 1 1 I
X 5 5 -350 -150 200 R 50 50 1 1 I
X 6 6 500 -250 200 L 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library

View File

@ -0,0 +1,3 @@
EESchema-DOCLIB Version 2.0
#
#End Doc Library

View File

@ -0,0 +1,719 @@
ISO-10303-21;
HEADER;
FILE_DESCRIPTION (( 'STEP AP203' ),
'1' );
FILE_NAME ('BK-913.STEP',
'2014-06-25T19:09:01',
( 'Intern' ),
( '' ),
'SwSTEP 2.0',
'SolidWorks 2012',
'' );
FILE_SCHEMA (( 'CONFIG_CONTROL_DESIGN' ));
ENDSEC;
DATA;
#1 = PRODUCT ( 'BK-913', 'BK-913', '', ( #102 ) ) ;
#2 = PERSON ( 'UNSPECIFIED', 'UNSPECIFIED', 'UNSPECIFIED', ('UNSPECIFIED'), ('UNSPECIFIED'), ('UNSPECIFIED') ) ;
#3 = VECTOR ( 'NONE', #120, 39.37007874015748100 ) ;
#4 = LINE ( 'NONE', #123, #8 ) ;
#5 = LINE ( 'NONE', #121, #6 ) ;
#6 = VECTOR ( 'NONE', #122, 39.37007874015748900 ) ;
#7 = LINE ( 'NONE', #125, #10 ) ;
#8 = VECTOR ( 'NONE', #124, 39.37007874015748100 ) ;
#9 = LINE ( 'NONE', #355, #11 ) ;
#10 = VECTOR ( 'NONE', #354, 39.37007874015748100 ) ;
#11 = VECTOR ( 'NONE', #357, 39.37007874015748100 ) ;
#12 = LINE ( 'NONE', #359, #16 ) ;
#13 = LINE ( 'NONE', #330, #14 ) ;
#14 = VECTOR ( 'NONE', #358, 39.37007874015748100 ) ;
#15 = LINE ( 'NONE', #361, #18 ) ;
#16 = VECTOR ( 'NONE', #360, 39.37007874015748100 ) ;
#17 = LINE ( 'NONE', #363, #20 ) ;
#18 = VECTOR ( 'NONE', #362, 39.37007874015748100 ) ;
#19 = LINE ( 'NONE', #365, #22 ) ;
#20 = VECTOR ( 'NONE', #364, 39.37007874015748100 ) ;
#21 = LINE ( 'NONE', #367, #24 ) ;
#22 = VECTOR ( 'NONE', #366, 39.37007874015748100 ) ;
#23 = LINE ( 'NONE', #369, #26 ) ;
#24 = VECTOR ( 'NONE', #368, 39.37007874015748100 ) ;
#25 = LINE ( 'NONE', #371, #28 ) ;
#26 = VECTOR ( 'NONE', #370, 39.37007874015748100 ) ;
#27 = LINE ( 'NONE', #373, #30 ) ;
#28 = VECTOR ( 'NONE', #372, 39.37007874015748100 ) ;
#29 = LINE ( 'NONE', #375, #32 ) ;
#30 = VECTOR ( 'NONE', #374, 39.37007874015748100 ) ;
#31 = LINE ( 'NONE', #377, #34 ) ;
#32 = VECTOR ( 'NONE', #376, 39.37007874015748100 ) ;
#33 = LINE ( 'NONE', #379, #35 ) ;
#34 = VECTOR ( 'NONE', #378, 39.37007874015748100 ) ;
#35 = VECTOR ( 'NONE', #381, 39.37007874015748100 ) ;
#36 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#37 = ADVANCED_FACE ( 'NONE', ( #564 ), #502, .T. ) ;
#38 = ADVANCED_FACE ( 'NONE', ( #508 ), #504, .T. ) ;
#39 = ADVANCED_FACE ( 'NONE', ( #565 ), #702, .T. ) ;
#40 = ADVANCED_FACE ( 'NONE', ( #567 ), #689, .T. ) ;
#41 = ADVANCED_FACE ( 'NONE', ( #568 ), #685, .F. ) ;
#42 = ADVANCED_FACE ( 'NONE', ( #569 ), #681, .T. ) ;
#43 = ADVANCED_FACE ( 'NONE', ( #570 ), #677, .F. ) ;
#44 = ADVANCED_FACE ( 'NONE', ( #571 ), #637, .T. ) ;
#45 = ADVANCED_FACE ( 'NONE', ( #572 ), #633, .F. ) ;
#46 = ADVANCED_FACE ( 'NONE', ( #573 ), #629, .F. ) ;
#47 = ADVANCED_FACE ( 'NONE', ( #574 ), #625, .F. ) ;
#48 = ADVANCED_FACE ( 'NONE', ( #575 ), #520, .F. ) ;
#49 = ADVANCED_FACE ( 'NONE', ( #576 ), #516, .T. ) ;
#50 = ADVANCED_FACE ( 'NONE', ( #577 ), #495, .F. ) ;
#51 = ADVANCED_FACE ( 'NONE', ( #578 ), #491, .F. ) ;
#52 = ADVANCED_FACE ( 'NONE', ( #579 ), #486, .F. ) ;
#53 = ADVANCED_FACE ( 'NONE', ( #580 ), #482, .F. ) ;
#54 = ADVANCED_FACE ( 'NONE', ( #581 ), #477, .F. ) ;
#55 = ADVANCED_FACE ( 'NONE', ( #582 ), #473, .F. ) ;
#56 = ADVANCED_FACE ( 'NONE', ( #583 ), #468, .F. ) ;
#57 = DIMENSIONAL_EXPONENTS ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ;
#58 = PRODUCT_DEFINITION_SHAPE ( 'NONE', 'NONE', #177 ) ;
#59 = DESIGN_CONTEXT ( 'detailed design', #104, 'design' ) ;
#60 = ADVANCED_BREP_SHAPE_REPRESENTATION ( 'BK-913', ( #701, #179 ), #181 ) ;
#61 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000100E-005 ), #621, 'distance_accuracy_value', 'NONE');
#62 = VECTOR ( 'NONE', #392, 39.37007874015748900 ) ;
#63 = LINE ( 'NONE', #391, #70 ) ;
#64 = LINE ( 'NONE', #393, #65 ) ;
#65 = VECTOR ( 'NONE', #395, 39.37007874015748100 ) ;
#66 = LINE ( 'NONE', #394, #72 ) ;
#67 = LINE ( 'NONE', #469, #68 ) ;
#68 = VECTOR ( 'NONE', #459, 39.37007874015748100 ) ;
#69 = LINE ( 'NONE', #458, #76 ) ;
#70 = VECTOR ( 'NONE', #396, 39.37007874015748100 ) ;
#71 = LINE ( 'NONE', #462, #74 ) ;
#72 = VECTOR ( 'NONE', #460, 39.37007874015748100 ) ;
#73 = LINE ( 'NONE', #461, #78 ) ;
#74 = VECTOR ( 'NONE', #464, 39.37007874015748100 ) ;
#75 = LINE ( 'NONE', #463, #80 ) ;
#76 = VECTOR ( 'NONE', #445, 39.37007874015748100 ) ;
#77 = LINE ( 'NONE', #446, #82 ) ;
#78 = VECTOR ( 'NONE', #447, 39.37007874015748100 ) ;
#79 = LINE ( 'NONE', #448, #90 ) ;
#80 = VECTOR ( 'NONE', #449, 39.37007874015748100 ) ;
#81 = LINE ( 'NONE', #439, #84 ) ;
#82 = VECTOR ( 'NONE', #451, 39.37007874015748100 ) ;
#83 = LINE ( 'NONE', #441, #86 ) ;
#84 = VECTOR ( 'NONE', #440, 39.37007874015748100 ) ;
#85 = LINE ( 'NONE', #443, #88 ) ;
#86 = VECTOR ( 'NONE', #442, 39.37007874015748100 ) ;
#87 = LINE ( 'NONE', #450, #92 ) ;
#88 = VECTOR ( 'NONE', #397, 39.37007874015748100 ) ;
#89 = LINE ( 'NONE', #444, #94 ) ;
#90 = VECTOR ( 'NONE', #398, 39.37007874015748100 ) ;
#91 = LINE ( 'NONE', #399, #566 ) ;
#92 = VECTOR ( 'NONE', #400, 39.37007874015748100 ) ;
#93 = LINE ( 'NONE', #383, #96 ) ;
#94 = VECTOR ( 'NONE', #402, 39.37007874015748100 ) ;
#95 = LINE ( 'NONE', #401, #641 ) ;
#96 = VECTOR ( 'NONE', #385, 39.37007874015748100 ) ;
#97 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#98 = APPLICATION_PROTOCOL_DEFINITION ( 'international standard', 'config_control_design', 1994, #624 ) ;
#99 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#100 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#101 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#102 = MECHANICAL_CONTEXT ( 'NONE', #624, 'mechanical' ) ;
#103 = PERSON_AND_ORGANIZATION_ROLE ( 'design_owner' ) ;
#104 = APPLICATION_CONTEXT ( 'configuration controlled 3d designs of mechanical parts and assemblies' ) ;
#105 = APPLICATION_PROTOCOL_DEFINITION ( 'international standard', 'config_control_design', 1994, #104 ) ;
#106 = APPROVAL_STATUS ( 'not_yet_approved' ) ;
#107 = APPROVAL_ROLE ( '' ) ;
#108 = PERSON_AND_ORGANIZATION_ROLE ( 'creator' ) ;
#109 = DATE_TIME_ROLE ( 'creation_date' ) ;
#110 = APPROVAL_STATUS ( 'not_yet_approved' ) ;
#111 = APPROVAL_ROLE ( '' ) ;
#112 = PERSON_AND_ORGANIZATION_ROLE ( 'creator' ) ;
#113 = PERSON_AND_ORGANIZATION_ROLE ( 'design_supplier' ) ;
#114 = SECURITY_CLASSIFICATION_LEVEL ( 'unclassified' ) ;
#115 = PERSON_AND_ORGANIZATION_ROLE ( 'classification_officer' ) ;
#116 = DATE_TIME_ROLE ( 'classification_date' ) ;
#117 = APPROVAL_STATUS ( 'not_yet_approved' ) ;
#118 = APPROVAL_ROLE ( '' ) ;
#119 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#120 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ;
#121 = CARTESIAN_POINT ( 'NONE', ( -0.1775000000000001300, 0.1775000000000000500, 0.02999999999999999900 ) ) ;
#122 = DIRECTION ( 'NONE', ( -0.7071067811865473500, -0.7071067811865475700, 0.0000000000000000000 ) ) ;
#123 = CARTESIAN_POINT ( 'NONE', ( -0.4400000000000001100, -0.08499999999999997800, 0.02999999999999999900 ) ) ;
#124 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#125 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#126 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#127 = CARTESIAN_POINT ( 'NONE', ( -0.2650000000000002400, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#128 = DIRECTION ( 'NONE', ( 0.7071067811865462400, -0.0000000000000000000, 0.7071067811865487900 ) ) ;
#129 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#130 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ;
#131 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, 0.1499999999999998000 ) ) ;
#132 = DIRECTION ( 'NONE', ( 0.7071067811865484600, -0.0000000000000000000, -0.7071067811865465700 ) ) ;
#133 = ORIENTED_EDGE ( 'NONE', *, *, #255, .T. ) ;
#134 = ORIENTED_EDGE ( 'NONE', *, *, #231, .T. ) ;
#135 = ORIENTED_EDGE ( 'NONE', *, *, #232, .T. ) ;
#136 = ORIENTED_EDGE ( 'NONE', *, *, #212, .F. ) ;
#137 = ORIENTED_EDGE ( 'NONE', *, *, #238, .T. ) ;
#138 = LENGTH_MEASURE_WITH_UNIT ( LENGTH_MEASURE( 0.02539999999999999900 ), #620 );
#139 = ORGANIZATION ( 'UNSPECIFIED', 'UNSPECIFIED', '' ) ;
#140 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#141 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#142 = APPROVAL_PERSON_ORGANIZATION ( #141, #176, #107 ) ;
#143 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ;
#144 = LOCAL_TIME ( 15, 9, 1.000000000000000000, #143 ) ;
#145 = CALENDAR_DATE ( 2014, 25, 6 ) ;
#146 = DATE_AND_TIME ( #145, #144 ) ;
#147 = APPROVAL_DATE_TIME ( #146, #176 ) ;
#148 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#149 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ;
#150 = LOCAL_TIME ( 15, 9, 1.000000000000000000, #149 ) ;
#151 = CALENDAR_DATE ( 2014, 25, 6 ) ;
#152 = DATE_AND_TIME ( #151, #150 ) ;
#153 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#154 = APPROVAL_PERSON_ORGANIZATION ( #153, #171, #111 ) ;
#155 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ;
#156 = LOCAL_TIME ( 15, 9, 1.000000000000000000, #155 ) ;
#157 = CALENDAR_DATE ( 2014, 25, 6 ) ;
#158 = DATE_AND_TIME ( #157, #156 ) ;
#159 = APPROVAL_DATE_TIME ( #158, #171 ) ;
#160 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#161 = ORIENTED_EDGE ( 'NONE', *, *, #189, .F. ) ;
#162 = CC_DESIGN_SECURITY_CLASSIFICATION ( #169, ( #172 ) ) ;
#163 = CC_DESIGN_APPROVAL ( #165, ( #169 ) ) ;
#164 = EDGE_CURVE ( 'NONE', #280, #282, #585, .T. ) ;
#165 = APPROVAL ( #117, 'UNSPECIFIED' ) ;
#166 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #160, #112, ( #172 ) ) ;
#167 = CC_DESIGN_DATE_AND_TIME_ASSIGNMENT ( #544, #116, ( #169 ) ) ;
#168 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #97, #115, ( #169 ) ) ;
#169 = SECURITY_CLASSIFICATION ( '', '', #114 ) ;
#170 = CC_DESIGN_APPROVAL ( #171, ( #172 ) ) ;
#171 = APPROVAL ( #110, 'UNSPECIFIED' ) ;
#172 = PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE ( 'ANY', '', #1, .NOT_KNOWN. ) ;
#173 = CC_DESIGN_DATE_AND_TIME_ASSIGNMENT ( #152, #109, ( #177 ) ) ;
#174 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #148, #108, ( #177 ) ) ;
#175 = CC_DESIGN_APPROVAL ( #176, ( #177 ) ) ;
#176 = APPROVAL ( #106, 'UNSPECIFIED' ) ;
#177 = PRODUCT_DEFINITION ( 'UNKNOWN', '', #172, #59 ) ;
#178 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #140, #103, ( #1 ) ) ;
#179 = AXIS2_PLACEMENT_3D ( 'NONE', #99, #100, #101 ) ;
#180 = AXIS2_PLACEMENT_3D ( 'NONE', #470, #471, #472 ) ;
#181 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #61 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #621, #622, #623 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) );
#182 = PRODUCT_RELATED_PRODUCT_CATEGORY ( 'detail', '', ( #1 ) ) ;
#183 = AXIS2_PLACEMENT_3D ( 'NONE', #465, #466, #467 ) ;
#184 = AXIS2_PLACEMENT_3D ( 'NONE', #479, #480, #481 ) ;
#185 = AXIS2_PLACEMENT_3D ( 'NONE', #474, #475, #476 ) ;
#186 = AXIS2_PLACEMENT_3D ( 'NONE', #488, #489, #490 ) ;
#187 = EDGE_CURVE ( 'NONE', #282, #538, #586, .T. ) ;
#188 = AXIS2_PLACEMENT_3D ( 'NONE', #483, #484, #485 ) ;
#189 = EDGE_CURVE ( 'NONE', #404, #412, #64, .T. ) ;
#190 = EDGE_CURVE ( 'NONE', #406, #412, #67, .T. ) ;
#191 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #36, #113, ( #172 ) ) ;
#192 = AXIS2_PLACEMENT_3D ( 'NONE', #496, #497, #498 ) ;
#193 = AXIS2_PLACEMENT_3D ( 'NONE', #492, #493, #494 ) ;
#194 = AXIS2_PLACEMENT_3D ( 'NONE', #521, #522, #523 ) ;
#195 = AXIS2_PLACEMENT_3D ( 'NONE', #517, #518, #519 ) ;
#196 = EDGE_CURVE ( 'NONE', #279, #282, #63, .T. ) ;
#197 = AXIS2_PLACEMENT_3D ( 'NONE', #630, #631, #632 ) ;
#198 = AXIS2_PLACEMENT_3D ( 'NONE', #626, #627, #628 ) ;
#199 = EDGE_CURVE ( 'NONE', #414, #415, #66, .T. ) ;
#200 = EDGE_CURVE ( 'NONE', #693, #696, #71, .T. ) ;
#201 = AXIS2_PLACEMENT_3D ( 'NONE', #638, #639, #640 ) ;
#202 = AXIS2_PLACEMENT_3D ( 'NONE', #634, #635, #636 ) ;
#203 = AXIS2_PLACEMENT_3D ( 'NONE', #682, #683, #684 ) ;
#204 = AXIS2_PLACEMENT_3D ( 'NONE', #678, #679, #680 ) ;
#205 = AXIS2_PLACEMENT_3D ( 'NONE', #690, #691, #692 ) ;
#206 = AXIS2_PLACEMENT_3D ( 'NONE', #686, #687, #688 ) ;
#207 = AXIS2_PLACEMENT_3D ( 'NONE', #503, #505, #506 ) ;
#208 = AXIS2_PLACEMENT_3D ( 'NONE', #501, #500, #499 ) ;
#209 = EDGE_CURVE ( 'NONE', #538, #537, #69, .T. ) ;
#210 = EDGE_CURVE ( 'NONE', #413, #414, #73, .T. ) ;
#211 = EDGE_CURVE ( 'NONE', #536, #537, #75, .T. ) ;
#212 = EDGE_CURVE ( 'NONE', #539, #536, #77, .T. ) ;
#213 = EDGE_CURVE ( 'NONE', #537, #696, #81, .T. ) ;
#214 = EDGE_CURVE ( 'NONE', #536, #693, #83, .T. ) ;
#215 = EDGE_CURVE ( 'NONE', #533, #411, #85, .T. ) ;
#216 = EDGE_CURVE ( 'NONE', #534, #533, #79, .T. ) ;
#217 = EDGE_CURVE ( 'NONE', #534, #405, #87, .T. ) ;
#218 = EDGE_CURVE ( 'NONE', #540, #533, #89, .T. ) ;
#219 = EDGE_CURVE ( 'NONE', #535, #540, #93, .T. ) ;
#220 = EDGE_CURVE ( 'NONE', #285, #404, #91, .T. ) ;
#221 = EDGE_CURVE ( 'NONE', #535, #534, #95, .T. ) ;
#222 = EDGE_CURVE ( 'NONE', #281, #284, #643, .T. ) ;
#223 = EDGE_CURVE ( 'NONE', #284, #409, #646, .T. ) ;
#224 = EDGE_CURVE ( 'NONE', #532, #540, #645, .T. ) ;
#225 = EDGE_CURVE ( 'NONE', #415, #695, #648, .T. ) ;
#226 = EDGE_CURVE ( 'NONE', #531, #532, #650, .T. ) ;
#227 = EDGE_CURVE ( 'NONE', #531, #535, #642, .T. ) ;
#228 = EDGE_CURVE ( 'NONE', #698, #532, #654, .T. ) ;
#229 = EDGE_CURVE ( 'NONE', #278, #698, #656, .T. ) ;
#230 = EDGE_CURVE ( 'NONE', #278, #531, #658, .T. ) ;
#231 = EDGE_CURVE ( 'NONE', #285, #281, #660, .T. ) ;
#232 = EDGE_CURVE ( 'NONE', #697, #694, #662, .T. ) ;
#233 = EDGE_CURVE ( 'NONE', #411, #417, #664, .T. ) ;
#234 = EDGE_CURVE ( 'NONE', #405, #411, #666, .T. ) ;
#235 = EDGE_CURVE ( 'NONE', #413, #283, #668, .T. ) ;
#236 = EDGE_CURVE ( 'NONE', #695, #697, #670, .T. ) ;
#237 = EDGE_CURVE ( 'NONE', #417, #416, #672, .T. ) ;
#238 = EDGE_CURVE ( 'NONE', #694, #285, #674, .T. ) ;
#239 = EDGE_CURVE ( 'NONE', #409, #279, #676, .T. ) ;
#240 = EDGE_CURVE ( 'NONE', #280, #539, #5, .T. ) ;
#241 = EDGE_CURVE ( 'NONE', #539, #538, #4, .T. ) ;
#242 = EDGE_CURVE ( 'NONE', #404, #410, #7, .T. ) ;
#243 = EDGE_CURVE ( 'NONE', #416, #409, #9, .T. ) ;
#244 = EDGE_CURVE ( 'NONE', #283, #279, #13, .T. ) ;
#245 = EDGE_CURVE ( 'NONE', #693, #413, #12, .T. ) ;
#246 = EDGE_CURVE ( 'NONE', #281, #416, #15, .T. ) ;
#247 = EDGE_CURVE ( 'NONE', #414, #280, #17, .T. ) ;
#248 = EDGE_CURVE ( 'NONE', #412, #694, #19, .T. ) ;
#249 = EDGE_CURVE ( 'NONE', #696, #283, #21, .T. ) ;
#250 = EDGE_CURVE ( 'NONE', #410, #278, #23, .T. ) ;
#251 = EDGE_CURVE ( 'NONE', #405, #410, #25, .T. ) ;
#252 = EDGE_CURVE ( 'NONE', #417, #698, #27, .T. ) ;
#253 = EDGE_CURVE ( 'NONE', #284, #695, #29, .T. ) ;
#254 = EDGE_CURVE ( 'NONE', #406, #415, #31, .T. ) ;
#255 = EDGE_CURVE ( 'NONE', #697, #406, #33, .T. ) ;
#256 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#257 = CARTESIAN_POINT ( 'NONE', ( 3.002306881314979500E-044, -5.338010554522102300E-030, -0.02999999999999999900 ) ) ;
#258 = DIRECTION ( 'NONE', ( 1.000000000000000000, 5.624392928132319100E-015, 0.0000000000000000000 ) ) ;
#259 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000001400, 2.277879135893584600E-015, 0.02999999999999999900 ) ) ;
#260 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#261 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#262 = ORIENTED_EDGE ( 'NONE', *, *, #253, .T. ) ;
#263 = ORIENTED_EDGE ( 'NONE', *, *, #236, .T. ) ;
#264 = ORIENTED_EDGE ( 'NONE', *, *, #222, .T. ) ;
#265 = ORIENTED_EDGE ( 'NONE', *, *, #225, .F. ) ;
#266 = ORIENTED_EDGE ( 'NONE', *, *, #220, .F. ) ;
#267 = ORIENTED_EDGE ( 'NONE', *, *, #238, .F. ) ;
#268 = ORIENTED_EDGE ( 'NONE', *, *, #248, .F. ) ;
#269 = ORIENTED_EDGE ( 'NONE', *, *, #252, .T. ) ;
#270 = ORIENTED_EDGE ( 'NONE', *, *, #242, .T. ) ;
#271 = ORIENTED_EDGE ( 'NONE', *, *, #250, .T. ) ;
#272 = ORIENTED_EDGE ( 'NONE', *, *, #229, .T. ) ;
#273 = ORIENTED_EDGE ( 'NONE', *, *, #252, .F. ) ;
#274 = ORIENTED_EDGE ( 'NONE', *, *, #237, .T. ) ;
#275 = ORIENTED_EDGE ( 'NONE', *, *, #246, .F. ) ;
#276 = ORIENTED_EDGE ( 'NONE', *, *, #243, .T. ) ;
#277 = ORIENTED_EDGE ( 'NONE', *, *, #223, .F. ) ;
#278 = VERTEX_POINT ( 'NONE', #380 ) ;
#279 = VERTEX_POINT ( 'NONE', #588 ) ;
#280 = VERTEX_POINT ( 'NONE', #589 ) ;
#281 = VERTEX_POINT ( 'NONE', #382 ) ;
#282 = VERTEX_POINT ( 'NONE', #590 ) ;
#283 = VERTEX_POINT ( 'NONE', #325 ) ;
#284 = VERTEX_POINT ( 'NONE', #591 ) ;
#285 = VERTEX_POINT ( 'NONE', #356 ) ;
#286 = EDGE_LOOP ( 'NONE', ( #135, #137, #134, #264, #262, #263 ) ) ;
#287 = ORIENTED_EDGE ( 'NONE', *, *, #248, .T. ) ;
#288 = ORIENTED_EDGE ( 'NONE', *, *, #232, .F. ) ;
#289 = EDGE_LOOP ( 'NONE', ( #292, #293, #291, #295, #294, #296, #297, #298, #408, #407, #403, #299, #300, #301 ) ) ;
#290 = EDGE_LOOP ( 'NONE', ( #269, #336, #337, #338, #339, #340 ) ) ;
#291 = ORIENTED_EDGE ( 'NONE', *, *, #189, .T. ) ;
#292 = ORIENTED_EDGE ( 'NONE', *, *, #251, .T. ) ;
#293 = ORIENTED_EDGE ( 'NONE', *, *, #242, .F. ) ;
#294 = ORIENTED_EDGE ( 'NONE', *, *, #254, .T. ) ;
#295 = ORIENTED_EDGE ( 'NONE', *, *, #190, .F. ) ;
#296 = ORIENTED_EDGE ( 'NONE', *, *, #199, .F. ) ;
#297 = ORIENTED_EDGE ( 'NONE', *, *, #210, .F. ) ;
#298 = ORIENTED_EDGE ( 'NONE', *, *, #235, .T. ) ;
#299 = ORIENTED_EDGE ( 'NONE', *, *, #237, .F. ) ;
#300 = ORIENTED_EDGE ( 'NONE', *, *, #233, .F. ) ;
#301 = ORIENTED_EDGE ( 'NONE', *, *, #234, .F. ) ;
#302 = ORIENTED_EDGE ( 'NONE', *, *, #231, .F. ) ;
#303 = ORIENTED_EDGE ( 'NONE', *, *, #220, .T. ) ;
#304 = ORIENTED_EDGE ( 'NONE', *, *, #209, .T. ) ;
#305 = ORIENTED_EDGE ( 'NONE', *, *, #164, .T. ) ;
#306 = ORIENTED_EDGE ( 'NONE', *, *, #187, .T. ) ;
#307 = ORIENTED_EDGE ( 'NONE', *, *, #211, .F. ) ;
#308 = ORIENTED_EDGE ( 'NONE', *, *, #240, .F. ) ;
#309 = ORIENTED_EDGE ( 'NONE', *, *, #241, .F. ) ;
#310 = ORIENTED_EDGE ( 'NONE', *, *, #255, .F. ) ;
#311 = ORIENTED_EDGE ( 'NONE', *, *, #249, .T. ) ;
#312 = ORIENTED_EDGE ( 'NONE', *, *, #254, .F. ) ;
#313 = ORIENTED_EDGE ( 'NONE', *, *, #245, .F. ) ;
#314 = ORIENTED_EDGE ( 'NONE', *, *, #200, .T. ) ;
#315 = ORIENTED_EDGE ( 'NONE', *, *, #235, .F. ) ;
#316 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000002000, -0.06000000000000007400, 0.02999999999999999900 ) ) ;
#317 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#318 = CARTESIAN_POINT ( 'NONE', ( 0.1775000000000001300, 0.1775000000000000500, 0.02999999999999999900 ) ) ;
#319 = DIRECTION ( 'NONE', ( 0.7071067811865473500, -0.7071067811865475700, 0.0000000000000000000 ) ) ;
#320 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#321 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ;
#322 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#323 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#324 = CARTESIAN_POINT ( 'NONE', ( 0.4400000000000001100, -0.08500000000000008900, 0.02999999999999999900 ) ) ;
#325 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#326 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#327 = DIRECTION ( 'NONE', ( -0.7071067811865698900, -0.7071067811865250400, 0.0000000000000000000 ) ) ;
#328 = CARTESIAN_POINT ( 'NONE', ( 0.1775000000000001300, 0.1775000000000000500, -0.02999999999999999900 ) ) ;
#329 = DIRECTION ( 'NONE', ( 0.7071067811865473500, -0.7071067811865475700, 0.0000000000000000000 ) ) ;
#330 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#331 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ;
#332 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ;
#333 = CARTESIAN_POINT ( 'NONE', ( 0.2624999999999861300, -0.2625000000000027900, -0.02999999999999999900 ) ) ;
#334 = DIRECTION ( 'NONE', ( -0.7071067811865698900, -0.7071067811865250400, 0.0000000000000000000 ) ) ;
#335 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, 0.1499999999999995500 ) ) ;
#336 = ORIENTED_EDGE ( 'NONE', *, *, #228, .T. ) ;
#337 = ORIENTED_EDGE ( 'NONE', *, *, #224, .T. ) ;
#338 = ORIENTED_EDGE ( 'NONE', *, *, #218, .T. ) ;
#339 = ORIENTED_EDGE ( 'NONE', *, *, #215, .T. ) ;
#340 = ORIENTED_EDGE ( 'NONE', *, *, #233, .T. ) ;
#341 = CLOSED_SHELL ( 'NONE', ( #49, #46, #47, #56, #55, #51, #50, #54, #52, #48, #53, #43, #42, #41, #40, #39, #38, #37, #44, #45 ) ) ;
#342 = ORIENTED_EDGE ( 'NONE', *, *, #222, .F. ) ;
#343 = ORIENTED_EDGE ( 'NONE', *, *, #246, .T. ) ;
#344 = ORIENTED_EDGE ( 'NONE', *, *, #239, .T. ) ;
#345 = ORIENTED_EDGE ( 'NONE', *, *, #196, .T. ) ;
#346 = ORIENTED_EDGE ( 'NONE', *, *, #164, .F. ) ;
#347 = ORIENTED_EDGE ( 'NONE', *, *, #247, .F. ) ;
#348 = ORIENTED_EDGE ( 'NONE', *, *, #199, .T. ) ;
#349 = ORIENTED_EDGE ( 'NONE', *, *, #225, .T. ) ;
#350 = ORIENTED_EDGE ( 'NONE', *, *, #253, .F. ) ;
#351 = ORIENTED_EDGE ( 'NONE', *, *, #223, .T. ) ;
#352 = ORIENTED_EDGE ( 'NONE', *, *, #190, .T. ) ;
#353 = ORIENTED_EDGE ( 'NONE', *, *, #236, .F. ) ;
#354 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ;
#355 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, -0.2999999999999999900 ) ) ;
#356 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, 0.1499999999999998000 ) ) ;
#357 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ;
#358 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#359 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#360 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#361 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, -0.2999999999999999900 ) ) ;
#362 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ;
#363 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#364 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#365 = CARTESIAN_POINT ( 'NONE', ( 0.2649999999999992900, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#366 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#367 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#368 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#369 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000001500, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#370 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#371 = CARTESIAN_POINT ( 'NONE', ( 3.002306881314979500E-044, -5.338010554522102300E-030, 0.02999999999999999900 ) ) ;
#372 = DIRECTION ( 'NONE', ( 1.000000000000000000, 5.624392928132319100E-015, 0.0000000000000000000 ) ) ;
#373 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000001500, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#374 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#375 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#376 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ;
#377 = CARTESIAN_POINT ( 'NONE', ( -0.2825000000000005800, -0.0000000000000000000, 0.2824999999999995800 ) ) ;
#378 = DIRECTION ( 'NONE', ( -0.7071067811865462400, -0.0000000000000000000, -0.7071067811865487900 ) ) ;
#379 = CARTESIAN_POINT ( 'NONE', ( -0.2650000000000002400, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#380 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000002000, -0.06000000000000007400, 0.02999999999999999900 ) ) ;
#381 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#382 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, -0.2999999999999999900 ) ) ;
#383 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000008100, -0.1099999999999976800, 0.02999999999999999900 ) ) ;
#384 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, -0.2999999999999999900 ) ) ;
#385 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#386 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#387 = CARTESIAN_POINT ( 'NONE', ( 0.2624999999999861300, -0.2625000000000027900, 0.02999999999999999900 ) ) ;
#388 = DIRECTION ( 'NONE', ( -1.000000000000000000, -3.414809992080318500E-015, 0.0000000000000000000 ) ) ;
#389 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, -0.2999999999999999900 ) ) ;
#390 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#391 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#392 = DIRECTION ( 'NONE', ( -0.7071067811865473500, -0.7071067811865475700, 0.0000000000000000000 ) ) ;
#393 = CARTESIAN_POINT ( 'NONE', ( 0.2824999999999992500, 0.0000000000000000000, 0.2825000000000000300 ) ) ;
#394 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#395 = DIRECTION ( 'NONE', ( -0.7071067811865484600, -0.0000000000000000000, 0.7071067811865465700 ) ) ;
#396 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#397 = DIRECTION ( 'NONE', ( -6.208745440146053500E-015, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#398 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#399 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, 0.1499999999999998000 ) ) ;
#400 = DIRECTION ( 'NONE', ( -6.208745440146053500E-015, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#401 = CARTESIAN_POINT ( 'NONE', ( 3.756290991288319300E-016, -0.1099999999999991000, 0.02999999999999999900 ) ) ;
#402 = DIRECTION ( 'NONE', ( -1.000000000000000000, -3.414809992080318500E-015, 0.0000000000000000000 ) ) ;
#403 = ORIENTED_EDGE ( 'NONE', *, *, #243, .F. ) ;
#404 = VERTEX_POINT ( 'NONE', #592 ) ;
#405 = VERTEX_POINT ( 'NONE', #593 ) ;
#406 = VERTEX_POINT ( 'NONE', #597 ) ;
#407 = ORIENTED_EDGE ( 'NONE', *, *, #239, .F. ) ;
#408 = ORIENTED_EDGE ( 'NONE', *, *, #244, .T. ) ;
#409 = VERTEX_POINT ( 'NONE', #596 ) ;
#410 = VERTEX_POINT ( 'NONE', #595 ) ;
#411 = VERTEX_POINT ( 'NONE', #599 ) ;
#412 = VERTEX_POINT ( 'NONE', #600 ) ;
#413 = VERTEX_POINT ( 'NONE', #601 ) ;
#414 = VERTEX_POINT ( 'NONE', #598 ) ;
#415 = VERTEX_POINT ( 'NONE', #602 ) ;
#416 = VERTEX_POINT ( 'NONE', #594 ) ;
#417 = VERTEX_POINT ( 'NONE', #603 ) ;
#418 = ORIENTED_EDGE ( 'NONE', *, *, #226, .F. ) ;
#419 = ORIENTED_EDGE ( 'NONE', *, *, #227, .T. ) ;
#420 = ORIENTED_EDGE ( 'NONE', *, *, #219, .T. ) ;
#421 = ORIENTED_EDGE ( 'NONE', *, *, #228, .F. ) ;
#422 = ORIENTED_EDGE ( 'NONE', *, *, #229, .F. ) ;
#423 = ORIENTED_EDGE ( 'NONE', *, *, #230, .T. ) ;
#424 = ORIENTED_EDGE ( 'NONE', *, *, #226, .T. ) ;
#425 = ORIENTED_EDGE ( 'NONE', *, *, #250, .F. ) ;
#426 = ORIENTED_EDGE ( 'NONE', *, *, #251, .F. ) ;
#427 = ORIENTED_EDGE ( 'NONE', *, *, #217, .F. ) ;
#428 = ORIENTED_EDGE ( 'NONE', *, *, #221, .F. ) ;
#429 = ORIENTED_EDGE ( 'NONE', *, *, #227, .F. ) ;
#430 = ORIENTED_EDGE ( 'NONE', *, *, #230, .F. ) ;
#431 = ORIENTED_EDGE ( 'NONE', *, *, #209, .F. ) ;
#432 = ORIENTED_EDGE ( 'NONE', *, *, #187, .F. ) ;
#433 = ORIENTED_EDGE ( 'NONE', *, *, #196, .F. ) ;
#434 = ORIENTED_EDGE ( 'NONE', *, *, #244, .F. ) ;
#435 = ORIENTED_EDGE ( 'NONE', *, *, #215, .F. ) ;
#436 = ORIENTED_EDGE ( 'NONE', *, *, #216, .F. ) ;
#437 = ORIENTED_EDGE ( 'NONE', *, *, #217, .T. ) ;
#438 = ORIENTED_EDGE ( 'NONE', *, *, #234, .T. ) ;
#439 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, -0.1100000000000000000, -0.02999999999999999900 ) ) ;
#440 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#441 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, -0.1100000000000000000, 0.02999999999999999900 ) ) ;
#442 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#443 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000001400, 2.514541903259152500E-015, -0.02999999999999999900 ) ) ;
#444 = CARTESIAN_POINT ( 'NONE', ( 3.756290991288319300E-016, -0.1099999999999991000, -0.02999999999999999900 ) ) ;
#445 = DIRECTION ( 'NONE', ( 0.7071067811865468000, -0.7071067811865482400, 0.0000000000000000000 ) ) ;
#446 = CARTESIAN_POINT ( 'NONE', ( -0.2625000000000004600, -0.2624999999999999000, 0.02999999999999999900 ) ) ;
#447 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#448 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000008000, -0.1099999999999977100, 0.02999999999999999900 ) ) ;
#449 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#450 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000001400, 2.514541903259152500E-015, 0.02999999999999999900 ) ) ;
#451 = DIRECTION ( 'NONE', ( 0.7071067811865468000, -0.7071067811865482400, 0.0000000000000000000 ) ) ;
#452 = ORIENTED_EDGE ( 'NONE', *, *, #240, .T. ) ;
#453 = ORIENTED_EDGE ( 'NONE', *, *, #213, .F. ) ;
#454 = ORIENTED_EDGE ( 'NONE', *, *, #247, .T. ) ;
#455 = ORIENTED_EDGE ( 'NONE', *, *, #212, .T. ) ;
#456 = ORIENTED_EDGE ( 'NONE', *, *, #214, .T. ) ;
#457 = ORIENTED_EDGE ( 'NONE', *, *, #249, .F. ) ;
#458 = CARTESIAN_POINT ( 'NONE', ( -0.2625000000000004600, -0.2624999999999999000, -0.02999999999999999900 ) ) ;
#459 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#460 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ;
#461 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#462 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, -0.1100000000000000000, 0.02999999999999999900 ) ) ;
#463 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, -0.1099999999999998600, 0.02999999999999999900 ) ) ;
#464 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#465 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#466 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ;
#467 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ;
#468 = PLANE ( 'NONE', #180 ) ;
#469 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#470 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#471 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, 0.0000000000000000000 ) ) ;
#472 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ;
#473 = PLANE ( 'NONE', #183 ) ;
#474 = CARTESIAN_POINT ( 'NONE', ( -0.2625000000000004600, -0.2624999999999999000, 0.02999999999999999900 ) ) ;
#475 = DIRECTION ( 'NONE', ( 0.7071067811865482400, 0.7071067811865468000, -0.0000000000000000000 ) ) ;
#476 = DIRECTION ( 'NONE', ( -0.7071067811865468000, 0.7071067811865482400, 0.0000000000000000000 ) ) ;
#477 = PLANE ( 'NONE', #184 ) ;
#478 = CARTESIAN_POINT ( 'NONE', ( -0.1775000000000001300, 0.1775000000000000500, -0.02999999999999999900 ) ) ;
#479 = CARTESIAN_POINT ( 'NONE', ( -0.2650000000000002400, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#480 = DIRECTION ( 'NONE', ( 0.7071067811865487900, 0.0000000000000000000, -0.7071067811865462400 ) ) ;
#481 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#482 = PLANE ( 'NONE', #185 ) ;
#483 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.1699999999999999800, 0.0000000000000000000 ) ) ;
#484 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#485 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#486 = PLANE ( 'NONE', #186 ) ;
#487 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, -0.06000000000000006700, 0.02999999999999999900 ) ) ;
#488 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#489 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#490 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#491 = PLANE ( 'NONE', #188 ) ;
#492 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#493 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#494 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ;
#495 = PLANE ( 'NONE', #192 ) ;
#496 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, 0.1499999999999998000 ) ) ;
#497 = DIRECTION ( 'NONE', ( -0.7071067811865465700, -0.0000000000000000000, -0.7071067811865484600 ) ) ;
#498 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#499 = DIRECTION ( 'NONE', ( -0.7071067811865473500, 0.7071067811865475700, 0.0000000000000000000 ) ) ;
#500 = DIRECTION ( 'NONE', ( 0.7071067811865476800, 0.7071067811865474600, -0.0000000000000000000 ) ) ;
#501 = CARTESIAN_POINT ( 'NONE', ( 0.1775000000000001300, 0.1775000000000000500, 0.02999999999999999900 ) ) ;
#502 = PLANE ( 'NONE', #208 ) ;
#503 = CARTESIAN_POINT ( 'NONE', ( 0.2624999999999861300, -0.2625000000000027900, 0.02999999999999999900 ) ) ;
#504 = PLANE ( 'NONE', #207 ) ;
#505 = DIRECTION ( 'NONE', ( 0.7071067811865251500, -0.7071067811865700000, 0.0000000000000000000 ) ) ;
#506 = DIRECTION ( 'NONE', ( 0.7071067811865698900, 0.7071067811865250400, 0.0000000000000000000 ) ) ;
#507 = ORIENTED_EDGE ( 'NONE', *, *, #213, .T. ) ;
#508 = FACE_OUTER_BOUND ( 'NONE', #559, .T. ) ;
#509 = EDGE_LOOP ( 'NONE', ( #507, #512, #515, #511 ) ) ;
#510 = ORIENTED_EDGE ( 'NONE', *, *, #241, .T. ) ;
#511 = ORIENTED_EDGE ( 'NONE', *, *, #211, .T. ) ;
#512 = ORIENTED_EDGE ( 'NONE', *, *, #200, .F. ) ;
#513 = ORIENTED_EDGE ( 'NONE', *, *, #245, .T. ) ;
#514 = ORIENTED_EDGE ( 'NONE', *, *, #210, .T. ) ;
#515 = ORIENTED_EDGE ( 'NONE', *, *, #214, .F. ) ;
#516 = PLANE ( 'NONE', #193 ) ;
#517 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, -0.2999999999999999900 ) ) ;
#518 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#519 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ;
#520 = PLANE ( 'NONE', #194 ) ;
#521 = CARTESIAN_POINT ( 'NONE', ( -0.1775000000000001300, 0.1775000000000000500, 0.02999999999999999900 ) ) ;
#522 = DIRECTION ( 'NONE', ( 0.7071067811865476800, -0.7071067811865474600, 0.0000000000000000000 ) ) ;
#523 = DIRECTION ( 'NONE', ( 0.7071067811865473500, 0.7071067811865475700, 0.0000000000000000000 ) ) ;
#524 = EDGE_LOOP ( 'NONE', ( #344, #345, #346, #347, #348, #349, #350, #351 ) ) ;
#525 = EDGE_LOOP ( 'NONE', ( #276, #277, #342, #343 ) ) ;
#526 = EDGE_LOOP ( 'NONE', ( #267, #268, #161, #266 ) ) ;
#527 = EDGE_LOOP ( 'NONE', ( #352, #287, #288, #133 ) ) ;
#528 = EDGE_LOOP ( 'NONE', ( #304, #307, #136, #510 ) ) ;
#529 = EDGE_LOOP ( 'NONE', ( #311, #315, #313, #314 ) ) ;
#530 = EDGE_LOOP ( 'NONE', ( #353, #265, #312, #310 ) ) ;
#531 = VERTEX_POINT ( 'NONE', #608 ) ;
#532 = VERTEX_POINT ( 'NONE', #604 ) ;
#533 = VERTEX_POINT ( 'NONE', #609 ) ;
#534 = VERTEX_POINT ( 'NONE', #605 ) ;
#535 = VERTEX_POINT ( 'NONE', #610 ) ;
#536 = VERTEX_POINT ( 'NONE', #606 ) ;
#537 = VERTEX_POINT ( 'NONE', #611 ) ;
#538 = VERTEX_POINT ( 'NONE', #607 ) ;
#539 = VERTEX_POINT ( 'NONE', #612 ) ;
#540 = VERTEX_POINT ( 'NONE', #613 ) ;
#541 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ;
#542 = LOCAL_TIME ( 15, 9, 1.000000000000000000, #541 ) ;
#543 = CALENDAR_DATE ( 2014, 25, 6 ) ;
#544 = DATE_AND_TIME ( #543, #542 ) ;
#545 = PERSON_AND_ORGANIZATION ( #2, #139 ) ;
#546 = APPROVAL_PERSON_ORGANIZATION ( #545, #165, #118 ) ;
#547 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ;
#548 = LOCAL_TIME ( 15, 9, 1.000000000000000000, #547 ) ;
#549 = CALENDAR_DATE ( 2014, 25, 6 ) ;
#550 = DATE_AND_TIME ( #549, #548 ) ;
#551 = APPROVAL_DATE_TIME ( #550, #165 ) ;
#552 = ORIENTED_EDGE ( 'NONE', *, *, #218, .F. ) ;
#553 = ORIENTED_EDGE ( 'NONE', *, *, #219, .F. ) ;
#554 = ORIENTED_EDGE ( 'NONE', *, *, #221, .T. ) ;
#555 = ORIENTED_EDGE ( 'NONE', *, *, #216, .T. ) ;
#556 = ORIENTED_EDGE ( 'NONE', *, *, #224, .F. ) ;
#557 = EDGE_LOOP ( 'NONE', ( #457, #453, #431, #432, #433, #434 ) ) ;
#558 = EDGE_LOOP ( 'NONE', ( #513, #514, #454, #452, #455, #456 ) ) ;
#559 = EDGE_LOOP ( 'NONE', ( #556, #418, #419, #420 ) ) ;
#560 = EDGE_LOOP ( 'NONE', ( #421, #422, #423, #424 ) ) ;
#561 = EDGE_LOOP ( 'NONE', ( #435, #436, #437, #438 ) ) ;
#562 = EDGE_LOOP ( 'NONE', ( #425, #426, #427, #428, #429, #430 ) ) ;
#563 = EDGE_LOOP ( 'NONE', ( #552, #553, #554, #555 ) ) ;
#564 = FACE_OUTER_BOUND ( 'NONE', #560, .T. ) ;
#565 = FACE_OUTER_BOUND ( 'NONE', #563, .T. ) ;
#566 = VECTOR ( 'NONE', #386, 39.37007874015748100 ) ;
#567 = FACE_OUTER_BOUND ( 'NONE', #561, .T. ) ;
#568 = FACE_OUTER_BOUND ( 'NONE', #557, .T. ) ;
#569 = FACE_OUTER_BOUND ( 'NONE', #558, .T. ) ;
#570 = FACE_OUTER_BOUND ( 'NONE', #509, .T. ) ;
#571 = FACE_OUTER_BOUND ( 'NONE', #562, .T. ) ;
#572 = FACE_OUTER_BOUND ( 'NONE', #290, .T. ) ;
#573 = FACE_OUTER_BOUND ( 'NONE', #700, .T. ) ;
#574 = FACE_OUTER_BOUND ( 'NONE', #525, .T. ) ;
#575 = FACE_OUTER_BOUND ( 'NONE', #699, .T. ) ;
#576 = FACE_OUTER_BOUND ( 'NONE', #289, .T. ) ;
#577 = FACE_OUTER_BOUND ( 'NONE', #526, .T. ) ;
#578 = FACE_OUTER_BOUND ( 'NONE', #286, .T. ) ;
#579 = FACE_OUTER_BOUND ( 'NONE', #529, .T. ) ;
#580 = FACE_OUTER_BOUND ( 'NONE', #528, .T. ) ;
#581 = FACE_OUTER_BOUND ( 'NONE', #530, .T. ) ;
#582 = FACE_OUTER_BOUND ( 'NONE', #527, .T. ) ;
#583 = FACE_OUTER_BOUND ( 'NONE', #524, .T. ) ;
#584 = VECTOR ( 'NONE', #390, 39.37007874015748100 ) ;
#585 = LINE ( 'NONE', #487, #584 ) ;
#586 = LINE ( 'NONE', #478, #62 ) ;
#587 = VECTOR ( 'NONE', #132, 39.37007874015748100 ) ;
#588 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#589 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, -0.06000000000000006700, 0.02999999999999999900 ) ) ;
#590 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, -0.06000000000000006700, -0.02999999999999999900 ) ) ;
#591 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, -0.2999999999999999900 ) ) ;
#592 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.0000000000000000000, 0.1499999999999997700 ) ) ;
#593 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000001400, 2.277879135893584600E-015, 0.02999999999999999900 ) ) ;
#594 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.0000000000000000000, -0.2999999999999999900 ) ) ;
#595 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000001500, 2.334123065174907800E-015, 0.02999999999999999900 ) ) ;
#596 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, -0.2999999999999999900 ) ) ;
#597 = CARTESIAN_POINT ( 'NONE', ( -0.2650000000000002900, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#598 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#599 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000001400, 2.277879135893584600E-015, -0.02999999999999999900 ) ) ;
#600 = CARTESIAN_POINT ( 'NONE', ( 0.2649999999999992900, 0.0000000000000000000, 0.2999999999999999900 ) ) ;
#601 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#602 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.0000000000000000000, 0.1499999999999995800 ) ) ;
#603 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.0000000000000000000, -0.02999999999999985000 ) ) ;
#604 = CARTESIAN_POINT ( 'NONE', ( 0.4400000000000001100, -0.08500000000000008900, -0.02999999999999999900 ) ) ;
#605 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000008000, -0.1099999999999977100, 0.02999999999999999900 ) ) ;
#606 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, -0.1099999999999998600, 0.02999999999999999900 ) ) ;
#607 = CARTESIAN_POINT ( 'NONE', ( -0.4400000000000001100, -0.08499999999999997800, -0.02999999999999999900 ) ) ;
#608 = CARTESIAN_POINT ( 'NONE', ( 0.4400000000000001100, -0.08500000000000008900, 0.02999999999999999900 ) ) ;
#609 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000008000, -0.1099999999999977100, -0.02999999999999999900 ) ) ;
#610 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000008100, -0.1099999999999976800, 0.02999999999999999900 ) ) ;
#611 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, -0.1099999999999998600, -0.02999999999999999900 ) ) ;
#612 = CARTESIAN_POINT ( 'NONE', ( -0.4400000000000001100, -0.08499999999999997800, 0.02999999999999999900 ) ) ;
#613 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000008100, -0.1099999999999976800, -0.02999999999999999900 ) ) ;
#614 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, -0.1100000000000000000, 0.02999999999999999900 ) ) ;
#615 = CARTESIAN_POINT ( 'NONE', ( 0.2649999999999994000, 0.1699999999999999800, 0.2999999999999999300 ) ) ;
#616 = CARTESIAN_POINT ( 'NONE', ( -0.4050000000000001400, -0.1100000000000000000, -0.02999999999999999900 ) ) ;
#617 = CARTESIAN_POINT ( 'NONE', ( 0.4150000000000002000, -0.06000000000000007400, -0.02999999999999999900 ) ) ;
#618 = CARTESIAN_POINT ( 'NONE', ( -0.4150000000000001500, 0.1699999999999999800, 0.1499999999999995200 ) ) ;
#619 = CARTESIAN_POINT ( 'NONE', ( -0.2650000000000002400, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#620 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( $, .METRE. ) );
#621 =( CONVERSION_BASED_UNIT ( 'INCH', #138 ) LENGTH_UNIT ( ) NAMED_UNIT ( #57 ) );
#622 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) );
#623 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) );
#624 = APPLICATION_CONTEXT ( 'configuration controlled 3d designs of mechanical parts and assemblies' ) ;
#625 = PLANE ( 'NONE', #195 ) ;
#626 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#627 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#628 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#629 = PLANE ( 'NONE', #197 ) ;
#630 = CARTESIAN_POINT ( 'NONE', ( 0.4149999999999998700, 0.1699999999999999800, 0.2999999999999999900 ) ) ;
#631 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#632 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#633 = PLANE ( 'NONE', #198 ) ;
#634 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, -0.1100000000000000000, 0.02999999999999999900 ) ) ;
#635 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ;
#636 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ;
#637 = PLANE ( 'NONE', #201 ) ;
#638 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#639 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#640 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#641 = VECTOR ( 'NONE', #388, 39.37007874015748100 ) ;
#642 = LINE ( 'NONE', #387, #655 ) ;
#643 = LINE ( 'NONE', #389, #644 ) ;
#644 = VECTOR ( 'NONE', #331, 39.37007874015748100 ) ;
#645 = LINE ( 'NONE', #333, #649 ) ;
#646 = LINE ( 'NONE', #384, #647 ) ;
#647 = VECTOR ( 'NONE', #332, 39.37007874015748100 ) ;
#648 = LINE ( 'NONE', #335, #651 ) ;
#649 = VECTOR ( 'NONE', #334, 39.37007874015748900 ) ;
#650 = LINE ( 'NONE', #324, #653 ) ;
#651 = VECTOR ( 'NONE', #323, 39.37007874015748100 ) ;
#652 = SHAPE_DEFINITION_REPRESENTATION ( #58, #60 ) ;
#653 = VECTOR ( 'NONE', #326, 39.37007874015748100 ) ;
#654 = LINE ( 'NONE', #328, #657 ) ;
#655 = VECTOR ( 'NONE', #327, 39.37007874015748900 ) ;
#656 = LINE ( 'NONE', #316, #659 ) ;
#657 = VECTOR ( 'NONE', #329, 39.37007874015748900 ) ;
#658 = LINE ( 'NONE', #318, #661 ) ;
#659 = VECTOR ( 'NONE', #317, 39.37007874015748100 ) ;
#660 = LINE ( 'NONE', #320, #663 ) ;
#661 = VECTOR ( 'NONE', #319, 39.37007874015748900 ) ;
#662 = LINE ( 'NONE', #322, #665 ) ;
#663 = VECTOR ( 'NONE', #321, 39.37007874015748100 ) ;
#664 = LINE ( 'NONE', #257, #667 ) ;
#665 = VECTOR ( 'NONE', #256, 39.37007874015748100 ) ;
#666 = LINE ( 'NONE', #259, #669 ) ;
#667 = VECTOR ( 'NONE', #258, 39.37007874015748100 ) ;
#668 = LINE ( 'NONE', #261, #671 ) ;
#669 = VECTOR ( 'NONE', #260, 39.37007874015748100 ) ;
#670 = LINE ( 'NONE', #127, #673 ) ;
#671 = VECTOR ( 'NONE', #126, 39.37007874015748100 ) ;
#672 = LINE ( 'NONE', #129, #675 ) ;
#673 = VECTOR ( 'NONE', #128, 39.37007874015748100 ) ;
#674 = LINE ( 'NONE', #131, #587 ) ;
#675 = VECTOR ( 'NONE', #130, 39.37007874015748100 ) ;
#676 = LINE ( 'NONE', #119, #3 ) ;
#677 = PLANE ( 'NONE', #202 ) ;
#678 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -0.02999999999999999900 ) ) ;
#679 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#680 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#681 = PLANE ( 'NONE', #203 ) ;
#682 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.02999999999999999900 ) ) ;
#683 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ;
#684 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ;
#685 = PLANE ( 'NONE', #204 ) ;
#686 = CARTESIAN_POINT ( 'NONE', ( 3.756290991288319300E-016, -0.1099999999999991000, 0.02999999999999999900 ) ) ;
#687 = DIRECTION ( 'NONE', ( 3.414809992080319300E-015, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#688 = DIRECTION ( 'NONE', ( 1.000000000000000000, 3.414809992080319300E-015, 0.0000000000000000000 ) ) ;
#689 = PLANE ( 'NONE', #205 ) ;
#690 = CARTESIAN_POINT ( 'NONE', ( 0.4050000000000001400, 2.514541903259152500E-015, 0.02999999999999999900 ) ) ;
#691 = DIRECTION ( 'NONE', ( -1.000000000000000000, -6.208745440146055000E-015, 0.0000000000000000000 ) ) ;
#692 = DIRECTION ( 'NONE', ( 6.208745440146055000E-015, -1.000000000000000000, 0.0000000000000000000 ) ) ;
#693 = VERTEX_POINT ( 'NONE', #614 ) ;
#694 = VERTEX_POINT ( 'NONE', #615 ) ;
#695 = VERTEX_POINT ( 'NONE', #618 ) ;
#696 = VERTEX_POINT ( 'NONE', #616 ) ;
#697 = VERTEX_POINT ( 'NONE', #619 ) ;
#698 = VERTEX_POINT ( 'NONE', #617 ) ;
#699 = EDGE_LOOP ( 'NONE', ( #306, #309, #308, #305 ) ) ;
#700 = EDGE_LOOP ( 'NONE', ( #302, #303, #270, #271, #272, #273, #274, #275 ) ) ;
#701 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude2', #341 ) ;
#702 = PLANE ( 'NONE', #206 ) ;
ENDSEC;
END-ISO-10303-21;

View File

@ -0,0 +1,16 @@
(page_layout
(setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15)
(left_margin 0)(right_margin 0)(top_margin 0)(bottom_margin 0))
(line (name segm1:Line) (start -300 0 ltcorner) (end 300 0 ltcorner))
(line (name segm2:Line) (start 0 -300 ltcorner) (end 0 300 ltcorner))
(line (name segm3:Line) (start 0 0 ltcorner) (end 0 2 ltcorner) (repeat 500) (incrx 100))
(tbtext 200 (name text1:Text) (pos 97.00220000000002 211.0072))
(tbtext 100 (name text2:Text) (pos 197.0022 211.0072))
(line (name segm4:Line) (start 0 0 ltcorner) (end 1 0 ltcorner) (repeat 300) (incry 10))
(line (name segm5:Line) (start 0 0 ltcorner) (end 2 0 ltcorner) (repeat 300) (incry 100))
(line (name segm6:Line) (start 0 0 ltcorner) (end 0 1 ltcorner) (repeat 300) (incrx 10))
(tbtext 200\n (name text3:Text) (pos 302.0022 10.00719999999998))
(tbtext 100 (name text4:Text) (pos 302.0022 110.0072))
(tbtext y (name text5:Text) (pos 299.0022 200.0072))
(tbtext x (name text6:Text) (pos 287.0022 211.0072))
)

View File

@ -0,0 +1,7 @@
# One key PCB
![Image of alpha_split PCB](https://rawgit.com/ahtn/keyboard_pcb/master/nRF24L01+_module_IFA/nRF24L01+_module_IFA.png)
## License
[CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)

View File

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name antenna)(type KiCad)(uri "$(KIPRJMOD)/../kicad_common/footprints/antenna.pretty")(options "")(descr ""))
(lib (name conn)(type KiCad)(uri "$(KIPRJMOD)/../kicad_common/footprints/conn.pretty")(options "")(descr ""))
)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,64 @@
update=Mon 04 Dec 2017 00:06:09 AEST
version=1
last_client=kicad
[pcbnew]
version=1
LastNetListRead=
UseCmpFile=1
PadDrill=0.600000000000
PadDrillOvalY=0.600000000000
PadSizeH=1.500000000000
PadSizeV=1.500000000000
PcbTextSizeV=1.500000000000
PcbTextSizeH=1.500000000000
PcbTextThickness=0.300000000000
ModuleTextSizeV=1.000000000000
ModuleTextSizeH=1.000000000000
ModuleTextSizeThickness=0.150000000000
SolderMaskClearance=0.000000000000
SolderMaskMinWidth=0.000000000000
DrawSegmentWidth=0.200000000000
BoardOutlineThickness=0.100000000000
ModuleOutlineThickness=0.150000000000
[cvpcb]
version=1
NetIExt=net
[general]
version=1
[eeschema]
version=1
LibDir=../kicad_common
[eeschema/libraries]
LibName1=power
LibName2=device
LibName3=switches
LibName4=relays
LibName5=motors
LibName6=transistors
LibName7=conn
LibName8=linear
LibName9=regul
LibName10=74xx
LibName11=cmos4000
LibName12=adc-dac
LibName13=memory
LibName14=xilinx
LibName15=microcontrollers
LibName16=dsp
LibName17=microchip
LibName18=analog_switches
LibName19=motorola
LibName20=texas
LibName21=intel
LibName22=audio
LibName23=interface
LibName24=digital-audio
LibName25=philips
LibName26=display
LibName27=cypress
LibName28=siliconi
LibName29=opto
LibName30=atmel
LibName31=contrib
LibName32=valves
LibName33=libraries/nordic

View File

@ -0,0 +1,556 @@
EESchema Schematic File Version 2
LIBS:power
LIBS:device
LIBS:switches
LIBS:relays
LIBS:motors
LIBS:transistors
LIBS:conn
LIBS:linear
LIBS:regul
LIBS:74xx
LIBS:cmos4000
LIBS:adc-dac
LIBS:memory
LIBS:xilinx
LIBS:microcontrollers
LIBS:dsp
LIBS:microchip
LIBS:analog_switches
LIBS:motorola
LIBS:texas
LIBS:intel
LIBS:audio
LIBS:interface
LIBS:digital-audio
LIBS:philips
LIBS:display
LIBS:cypress
LIBS:siliconi
LIBS:opto
LIBS:atmel
LIBS:contrib
LIBS:valves
LIBS:nordic
LIBS:nRF24L01+_module-cache
EELAYER 25 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L C C1
U 1 1 5A07B160
P 3875 3800
F 0 "C1" H 3900 3900 50 0000 L CNN
F 1 "22pF" H 3900 3700 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 3913 3650 50 0001 C CNN
F 3 "" H 3875 3800 50 0001 C CNN
1 3875 3800
1 0 0 -1
$EndComp
$Comp
L C C4
U 1 1 5A07B1D7
P 6975 4125
F 0 "C4" H 7000 4225 50 0000 L CNN
F 1 "4.7pF" H 7000 4025 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 7013 3975 50 0001 C CNN
F 3 "" H 6975 4125 50 0001 C CNN
1 6975 4125
1 0 0 -1
$EndComp
$Comp
L C C7
U 1 1 5A07B203
P 6075 2600
F 0 "C7" H 6100 2700 50 0000 L CNN
F 1 "33nF" H 6100 2500 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6113 2450 50 0001 C CNN
F 3 "" H 6075 2600 50 0001 C CNN
1 6075 2600
1 0 0 -1
$EndComp
$Comp
L C C2
U 1 1 5A07B378
P 4175 3800
F 0 "C2" H 4200 3900 50 0000 L CNN
F 1 "22pF" H 4200 3700 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 4213 3650 50 0001 C CNN
F 3 "" H 4175 3800 50 0001 C CNN
1 4175 3800
1 0 0 -1
$EndComp
$Comp
L C C5
U 1 1 5A07B37E
P 7350 3100
F 0 "C5" H 7375 3200 50 0000 L CNN
F 1 "1.5pF" H 7375 3000 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 7388 2950 50 0001 C CNN
F 3 "" H 7350 3100 50 0001 C CNN
1 7350 3100
0 1 1 0
$EndComp
$Comp
L C C8
U 1 1 5A07B384
P 5825 1900
F 0 "C8" H 5850 2000 50 0000 L CNN
F 1 "1nF" H 5850 1800 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 5863 1750 50 0001 C CNN
F 3 "" H 5825 1900 50 0001 C CNN
1 5825 1900
1 0 0 -1
$EndComp
$Comp
L C C3
U 1 1 5A07B552
P 6700 4125
F 0 "C3" H 6725 4225 50 0000 L CNN
F 1 "2.2nF" H 6725 4025 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6738 3975 50 0001 C CNN
F 3 "" H 6700 4125 50 0001 C CNN
1 6700 4125
1 0 0 -1
$EndComp
$Comp
L C C6
U 1 1 5A07B558
P 7625 3375
F 0 "C6" H 7650 3475 50 0000 L CNN
F 1 "1.0pF" H 7650 3275 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 7663 3225 50 0001 C CNN
F 3 "" H 7625 3375 50 0001 C CNN
1 7625 3375
1 0 0 -1
$EndComp
$Comp
L C C9
U 1 1 5A07B55E
P 6050 1900
F 0 "C9" H 6075 2000 50 0000 L CNN
F 1 "10nF" H 6075 1800 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6088 1750 50 0001 C CNN
F 3 "" H 6050 1900 50 0001 C CNN
1 6050 1900
1 0 0 -1
$EndComp
$Comp
L L L1
U 1 1 5A07B61A
P 6475 3250
F 0 "L1" V 6425 3250 50 0000 C CNN
F 1 "8.2nH" V 6550 3250 50 0000 C CNN
F 2 "Capacitors_SMD:C_0402" H 6475 3250 50 0001 C CNN
F 3 "" H 6475 3250 50 0001 C CNN
1 6475 3250
-1 0 0 1
$EndComp
$Comp
L L L3
U 1 1 5A07B653
P 6825 3100
F 0 "L3" V 6775 3100 50 0000 C CNN
F 1 "3.9nH" V 6900 3100 50 0000 C CNN
F 2 "Capacitors_SMD:C_0402" H 6825 3100 50 0001 C CNN
F 3 "" H 6825 3100 50 0001 C CNN
1 6825 3100
0 1 1 0
$EndComp
$Comp
L L L2
U 1 1 5A07B698
P 6825 3400
F 0 "L2" V 6775 3400 50 0000 C CNN
F 1 "2.7nH" V 6900 3400 50 0000 C CNN
F 2 "Capacitors_SMD:C_0402" H 6825 3400 50 0001 C CNN
F 3 "" H 6825 3400 50 0001 C CNN
1 6825 3400
0 1 1 0
$EndComp
$Comp
L R R2
U 1 1 5A07B73B
P 4625 3550
F 0 "R2" V 4705 3550 50 0000 C CNN
F 1 "22k" V 4625 3550 50 0000 C CNN
F 2 "Resistors_SMD:R_0402" V 4555 3550 50 0001 C CNN
F 3 "" H 4625 3550 50 0001 C CNN
1 4625 3550
-1 0 0 1
$EndComp
$Comp
L VSS #PWR01
U 1 1 5A07CE8B
P 5825 2050
F 0 "#PWR01" H 5825 1900 50 0001 C CNN
F 1 "VSS" H 5825 2200 50 0000 C CNN
F 2 "" H 5825 2050 50 0001 C CNN
F 3 "" H 5825 2050 50 0001 C CNN
1 5825 2050
-1 0 0 1
$EndComp
$Comp
L VSS #PWR02
U 1 1 5A07CF4E
P 6050 2050
F 0 "#PWR02" H 6050 1900 50 0001 C CNN
F 1 "VSS" H 6050 2200 50 0000 C CNN
F 2 "" H 6050 2050 50 0001 C CNN
F 3 "" H 6050 2050 50 0001 C CNN
1 6050 2050
-1 0 0 1
$EndComp
$Comp
L VSS #PWR03
U 1 1 5A07D1F5
P 5225 4200
F 0 "#PWR03" H 5225 4050 50 0001 C CNN
F 1 "VSS" H 5225 4350 50 0000 C CNN
F 2 "" H 5225 4200 50 0001 C CNN
F 3 "" H 5225 4200 50 0001 C CNN
1 5225 4200
-1 0 0 1
$EndComp
$Comp
L VDD #PWR04
U 1 1 5A07D2D5
P 5375 1725
F 0 "#PWR04" H 5375 1575 50 0001 C CNN
F 1 "VDD" H 5375 1875 50 0000 C CNN
F 2 "" H 5375 1725 50 0001 C CNN
F 3 "" H 5375 1725 50 0001 C CNN
1 5375 1725
1 0 0 -1
$EndComp
$Comp
L VSS #PWR05
U 1 1 5A07E222
P 3875 3950
F 0 "#PWR05" H 3875 3800 50 0001 C CNN
F 1 "VSS" H 3875 4100 50 0000 C CNN
F 2 "" H 3875 3950 50 0001 C CNN
F 3 "" H 3875 3950 50 0001 C CNN
1 3875 3950
-1 0 0 1
$EndComp
$Comp
L VSS #PWR06
U 1 1 5A07E25D
P 4175 3950
F 0 "#PWR06" H 4175 3800 50 0001 C CNN
F 1 "VSS" H 4175 4100 50 0000 C CNN
F 2 "" H 4175 3950 50 0001 C CNN
F 3 "" H 4175 3950 50 0001 C CNN
1 4175 3950
-1 0 0 1
$EndComp
$Comp
L VSS #PWR07
U 1 1 5A07E5C8
P 4625 3700
F 0 "#PWR07" H 4625 3550 50 0001 C CNN
F 1 "VSS" H 4625 3850 50 0000 C CNN
F 2 "" H 4625 3700 50 0001 C CNN
F 3 "" H 4625 3700 50 0001 C CNN
1 4625 3700
-1 0 0 1
$EndComp
$Comp
L VSS #PWR08
U 1 1 5A07E779
P 6075 2750
F 0 "#PWR08" H 6075 2600 50 0001 C CNN
F 1 "VSS" H 6075 2900 50 0000 C CNN
F 2 "" H 6075 2750 50 0001 C CNN
F 3 "" H 6075 2750 50 0001 C CNN
1 6075 2750
-1 0 0 1
$EndComp
$Comp
L VSS #PWR09
U 1 1 5A080FDF
P 6700 4275
F 0 "#PWR09" H 6700 4125 50 0001 C CNN
F 1 "VSS" H 6700 4425 50 0000 C CNN
F 2 "" H 6700 4275 50 0001 C CNN
F 3 "" H 6700 4275 50 0001 C CNN
1 6700 4275
-1 0 0 1
$EndComp
$Comp
L VSS #PWR010
U 1 1 5A08101D
P 6975 4275
F 0 "#PWR010" H 6975 4125 50 0001 C CNN
F 1 "VSS" H 6975 4425 50 0000 C CNN
F 2 "" H 6975 4275 50 0001 C CNN
F 3 "" H 6975 4275 50 0001 C CNN
1 6975 4275
-1 0 0 1
$EndComp
$Comp
L Conn_01x08 J1
U 1 1 5A082242
P 3600 2450
F 0 "J1" H 3600 2850 50 0000 C CNN
F 1 "Conn_01x08" H 3600 1950 50 0000 C CNN
F 2 "conn:Pin_Header_Castellated_1x08_Pitch1.27mm_NoSilk" H 3600 2450 50 0001 C CNN
F 3 "" H 3600 2450 50 0001 C CNN
1 3600 2450
-1 0 0 -1
$EndComp
$Comp
L VDD #PWR011
U 1 1 5A0826BC
P 4125 2150
F 0 "#PWR011" H 4125 2000 50 0001 C CNN
F 1 "VDD" H 4125 2300 50 0000 C CNN
F 2 "" H 4125 2150 50 0001 C CNN
F 3 "" H 4125 2150 50 0001 C CNN
1 4125 2150
1 0 0 -1
$EndComp
$Comp
L VSS #PWR012
U 1 1 5A08290F
P 4125 2250
F 0 "#PWR012" H 4125 2100 50 0001 C CNN
F 1 "VSS" H 4125 2400 50 0000 C CNN
F 2 "" H 4125 2250 50 0001 C CNN
F 3 "" H 4125 2250 50 0001 C CNN
1 4125 2250
-1 0 0 1
$EndComp
Text Label 3800 2350 0 60 ~ 0
CE
Text Label 3800 2450 0 60 ~ 0
CSN
Text Label 3800 2550 0 60 ~ 0
SCK
Text Label 3800 2650 0 60 ~ 0
MOSI
Text Label 3800 2750 0 60 ~ 0
MISO
Text Label 3800 2850 0 60 ~ 0
IRQ
Text Label 3800 2250 0 60 ~ 0
VSS
Text Label 3800 2150 0 60 ~ 0
VDD
$Comp
L VSS #PWR013
U 1 1 5A08422A
P 7625 3525
F 0 "#PWR013" H 7625 3375 50 0001 C CNN
F 1 "VSS" H 7625 3675 50 0000 C CNN
F 2 "" H 7625 3525 50 0001 C CNN
F 3 "" H 7625 3525 50 0001 C CNN
1 7625 3525
-1 0 0 1
$EndComp
$Comp
L nRF24L01+ U1
U 1 1 5A07BBD2
P 5375 2900
F 0 "U1" H 5075 3650 60 0000 C CNN
F 1 "nRF24L01+" H 5375 2850 60 0000 C CNN
F 2 "Housings_DFN_QFN:QFN-20-1EP_4x4mm_Pitch0.5mm" H 5375 2900 60 0001 C CNN
F 3 "" H 5375 2900 60 0001 C CNN
1 5375 2900
1 0 0 -1
$EndComp
$Comp
L Antenna ANT1
U 1 1 5A080893
P 8050 3100
F 0 "ANT1" H 7975 3175 50 0000 R CNN
F 1 "50ohm" V 7950 3075 50 0000 R CNN
F 2 "antenna:IFA" H 8050 3100 50 0001 C CNN
F 3 "" H 8050 3100 50 0001 C CNN
1 8050 3100
0 1 1 0
$EndComp
$Comp
L Crystal_GND24 X1
U 1 1 5A08ECF5
P 4025 3425
F 0 "X1" H 4225 3525 50 0000 L CNN
F 1 "16MHz" H 4225 3450 50 0000 L CNN
F 2 "Crystals:Crystal_SMD_3225-4pin_3.2x2.5mm" H 4025 3425 50 0001 C CNN
F 3 "" H 4025 3425 50 0001 C CNN
1 4025 3425
1 0 0 -1
$EndComp
$Comp
L VSS #PWR014
U 1 1 5A08F256
P 3600 3725
F 0 "#PWR014" H 3600 3575 50 0001 C CNN
F 1 "VSS" H 3600 3875 50 0000 C CNN
F 2 "" H 3600 3725 50 0001 C CNN
F 3 "" H 3600 3725 50 0001 C CNN
1 3600 3725
-1 0 0 1
$EndComp
$Comp
L C C12
U 1 1 5A093A42
P 6325 3625
F 0 "C12" H 6350 3725 50 0000 L CNN
F 1 "C" H 6350 3525 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6363 3475 50 0001 C CNN
F 3 "" H 6325 3625 50 0001 C CNN
1 6325 3625
1 0 0 -1
$EndComp
$Comp
L C C10
U 1 1 5A093CF3
P 6125 3625
F 0 "C10" H 6150 3725 50 0000 L CNN
F 1 "C" H 6150 3525 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6163 3475 50 0001 C CNN
F 3 "" H 6125 3625 50 0001 C CNN
1 6125 3625
1 0 0 -1
$EndComp
$Comp
L VSS #PWR015
U 1 1 5A093EFB
P 6125 3775
F 0 "#PWR015" H 6125 3625 50 0001 C CNN
F 1 "VSS" H 6125 3925 50 0000 C CNN
F 2 "" H 6125 3775 50 0001 C CNN
F 3 "" H 6125 3775 50 0001 C CNN
1 6125 3775
-1 0 0 1
$EndComp
$Comp
L VSS #PWR016
U 1 1 5A093F3F
P 6325 3775
F 0 "#PWR016" H 6325 3625 50 0001 C CNN
F 1 "VSS" H 6325 3925 50 0000 C CNN
F 2 "" H 6325 3775 50 0001 C CNN
F 3 "" H 6325 3775 50 0001 C CNN
1 6325 3775
-1 0 0 1
$EndComp
$Comp
L C C11
U 1 1 5A094187
P 6300 1900
F 0 "C11" H 6325 2000 50 0000 L CNN
F 1 "4.7uF" H 6325 1800 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6338 1750 50 0001 C CNN
F 3 "" H 6300 1900 50 0001 C CNN
1 6300 1900
1 0 0 -1
$EndComp
$Comp
L VSS #PWR017
U 1 1 5A0946DE
P 6300 2050
F 0 "#PWR017" H 6300 1900 50 0001 C CNN
F 1 "VSS" H 6300 2200 50 0000 C CNN
F 2 "" H 6300 2050 50 0001 C CNN
F 3 "" H 6300 2050 50 0001 C CNN
1 6300 2050
-1 0 0 1
$EndComp
Connection ~ 3600 3625
Wire Wire Line
4025 3225 3600 3225
Wire Wire Line
3600 3225 3600 3725
Wire Wire Line
4025 3625 3600 3625
Wire Wire Line
7625 3225 7625 3100
Wire Wire Line
5925 3975 6975 3975
Wire Wire Line
6025 3400 6675 3400
Wire Wire Line
5925 3200 6025 3200
Wire Wire Line
5925 3100 6675 3100
Wire Wire Line
3875 3100 3875 3650
Wire Wire Line
4175 3200 4175 3650
Wire Wire Line
5225 4200 5225 3850
Wire Wire Line
5375 1750 6300 1750
Wire Wire Line
3800 2150 4125 2150
Wire Wire Line
3800 2250 4125 2250
Wire Wire Line
4825 2350 3800 2350
Wire Wire Line
4825 2450 3800 2450
Wire Wire Line
4825 2550 3800 2550
Wire Wire Line
4825 2650 3800 2650
Wire Wire Line
4825 2750 3800 2750
Wire Wire Line
4825 2850 3800 2850
Connection ~ 6700 3975
Wire Wire Line
6975 3975 6975 3400
Connection ~ 7625 3100
Connection ~ 6475 3100
Wire Wire Line
7500 3100 7850 3100
Wire Wire Line
6975 3100 7200 3100
Connection ~ 6475 3400
Wire Wire Line
6075 2450 5925 2450
Wire Wire Line
4625 3400 4825 3400
Connection ~ 4175 3425
Wire Wire Line
4175 3200 4825 3200
Connection ~ 3875 3425
Wire Wire Line
3875 3100 4825 3100
Connection ~ 5825 1750
Connection ~ 5375 1750
Wire Wire Line
5375 1725 5375 2000
Connection ~ 5425 3850
Connection ~ 5325 3850
Wire Wire Line
5225 3850 5525 3850
Connection ~ 5375 2000
Wire Wire Line
5275 2000 5475 2000
Wire Wire Line
6025 3200 6025 3400
Wire Wire Line
5925 3975 5925 3300
Wire Wire Line
6125 3475 6125 3100
Connection ~ 6125 3100
Wire Wire Line
6325 3475 6325 3400
Connection ~ 6325 3400
Connection ~ 6050 1750
$EndSCHEMATC

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,7 @@
# One key PCB
![Image of alpha_split PCB](https://rawgit.com/ahtn/keyboard_pcb/master/nRF24L01+_module_meander/nRF24L01+_module_meander.png)
## License
[CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)

View File

@ -0,0 +1,4 @@
(fp_lib_table
(lib (name antenna)(type KiCad)(uri "$(KIPRJMOD)/../kicad_common/footprints/antenna.pretty")(options "")(descr ""))
(lib (name conn)(type KiCad)(uri "$(KIPRJMOD)/../kicad_common/footprints/conn.pretty")(options "")(descr ""))
)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,64 @@
update=Mon 04 Dec 2017 00:08:35 AEST
version=1
last_client=kicad
[pcbnew]
version=1
LastNetListRead=
UseCmpFile=1
PadDrill=0.600000000000
PadDrillOvalY=0.600000000000
PadSizeH=1.500000000000
PadSizeV=1.500000000000
PcbTextSizeV=1.500000000000
PcbTextSizeH=1.500000000000
PcbTextThickness=0.300000000000
ModuleTextSizeV=1.000000000000
ModuleTextSizeH=1.000000000000
ModuleTextSizeThickness=0.150000000000
SolderMaskClearance=0.000000000000
SolderMaskMinWidth=0.000000000000
DrawSegmentWidth=0.200000000000
BoardOutlineThickness=0.100000000000
ModuleOutlineThickness=0.150000000000
[cvpcb]
version=1
NetIExt=net
[general]
version=1
[eeschema]
version=1
LibDir=../kicad_common
[eeschema/libraries]
LibName1=power
LibName2=device
LibName3=switches
LibName4=relays
LibName5=motors
LibName6=transistors
LibName7=conn
LibName8=linear
LibName9=regul
LibName10=74xx
LibName11=cmos4000
LibName12=adc-dac
LibName13=memory
LibName14=xilinx
LibName15=microcontrollers
LibName16=dsp
LibName17=microchip
LibName18=analog_switches
LibName19=motorola
LibName20=texas
LibName21=intel
LibName22=audio
LibName23=interface
LibName24=digital-audio
LibName25=philips
LibName26=display
LibName27=cypress
LibName28=siliconi
LibName29=opto
LibName30=atmel
LibName31=contrib
LibName32=valves
LibName33=libraries/nordic

View File

@ -0,0 +1,556 @@
EESchema Schematic File Version 2
LIBS:power
LIBS:device
LIBS:switches
LIBS:relays
LIBS:motors
LIBS:transistors
LIBS:conn
LIBS:linear
LIBS:regul
LIBS:74xx
LIBS:cmos4000
LIBS:adc-dac
LIBS:memory
LIBS:xilinx
LIBS:microcontrollers
LIBS:dsp
LIBS:microchip
LIBS:analog_switches
LIBS:motorola
LIBS:texas
LIBS:intel
LIBS:audio
LIBS:interface
LIBS:digital-audio
LIBS:philips
LIBS:display
LIBS:cypress
LIBS:siliconi
LIBS:opto
LIBS:atmel
LIBS:contrib
LIBS:valves
LIBS:nordic
LIBS:nRF24L01+_module-cache
EELAYER 25 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L C C1
U 1 1 5A07B160
P 3875 3800
F 0 "C1" H 3900 3900 50 0000 L CNN
F 1 "22pF" H 3900 3700 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 3913 3650 50 0001 C CNN
F 3 "" H 3875 3800 50 0001 C CNN
1 3875 3800
1 0 0 -1
$EndComp
$Comp
L C C4
U 1 1 5A07B1D7
P 6975 4125
F 0 "C4" H 7000 4225 50 0000 L CNN
F 1 "4.7pF" H 7000 4025 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 7013 3975 50 0001 C CNN
F 3 "" H 6975 4125 50 0001 C CNN
1 6975 4125
1 0 0 -1
$EndComp
$Comp
L C C7
U 1 1 5A07B203
P 6075 2600
F 0 "C7" H 6100 2700 50 0000 L CNN
F 1 "33nF" H 6100 2500 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6113 2450 50 0001 C CNN
F 3 "" H 6075 2600 50 0001 C CNN
1 6075 2600
1 0 0 -1
$EndComp
$Comp
L C C2
U 1 1 5A07B378
P 4175 3800
F 0 "C2" H 4200 3900 50 0000 L CNN
F 1 "22pF" H 4200 3700 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 4213 3650 50 0001 C CNN
F 3 "" H 4175 3800 50 0001 C CNN
1 4175 3800
1 0 0 -1
$EndComp
$Comp
L C C5
U 1 1 5A07B37E
P 7350 3100
F 0 "C5" H 7375 3200 50 0000 L CNN
F 1 "1.5pF" H 7375 3000 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 7388 2950 50 0001 C CNN
F 3 "" H 7350 3100 50 0001 C CNN
1 7350 3100
0 1 1 0
$EndComp
$Comp
L C C8
U 1 1 5A07B384
P 5825 1900
F 0 "C8" H 5850 2000 50 0000 L CNN
F 1 "1nF" H 5850 1800 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 5863 1750 50 0001 C CNN
F 3 "" H 5825 1900 50 0001 C CNN
1 5825 1900
1 0 0 -1
$EndComp
$Comp
L C C3
U 1 1 5A07B552
P 6700 4125
F 0 "C3" H 6725 4225 50 0000 L CNN
F 1 "2.2nF" H 6725 4025 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6738 3975 50 0001 C CNN
F 3 "" H 6700 4125 50 0001 C CNN
1 6700 4125
1 0 0 -1
$EndComp
$Comp
L C C6
U 1 1 5A07B558
P 7625 3375
F 0 "C6" H 7650 3475 50 0000 L CNN
F 1 "1.0pF" H 7650 3275 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 7663 3225 50 0001 C CNN
F 3 "" H 7625 3375 50 0001 C CNN
1 7625 3375
1 0 0 -1
$EndComp
$Comp
L C C9
U 1 1 5A07B55E
P 6050 1900
F 0 "C9" H 6075 2000 50 0000 L CNN
F 1 "10nF" H 6075 1800 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6088 1750 50 0001 C CNN
F 3 "" H 6050 1900 50 0001 C CNN
1 6050 1900
1 0 0 -1
$EndComp
$Comp
L L L1
U 1 1 5A07B61A
P 6475 3250
F 0 "L1" V 6425 3250 50 0000 C CNN
F 1 "8.2nH" V 6550 3250 50 0000 C CNN
F 2 "Capacitors_SMD:C_0402" H 6475 3250 50 0001 C CNN
F 3 "" H 6475 3250 50 0001 C CNN
1 6475 3250
-1 0 0 1
$EndComp
$Comp
L L L3
U 1 1 5A07B653
P 6825 3100
F 0 "L3" V 6775 3100 50 0000 C CNN
F 1 "3.9nH" V 6900 3100 50 0000 C CNN
F 2 "Capacitors_SMD:C_0402" H 6825 3100 50 0001 C CNN
F 3 "" H 6825 3100 50 0001 C CNN
1 6825 3100
0 1 1 0
$EndComp
$Comp
L L L2
U 1 1 5A07B698
P 6825 3400
F 0 "L2" V 6775 3400 50 0000 C CNN
F 1 "2.7nH" V 6900 3400 50 0000 C CNN
F 2 "Capacitors_SMD:C_0402" H 6825 3400 50 0001 C CNN
F 3 "" H 6825 3400 50 0001 C CNN
1 6825 3400
0 1 1 0
$EndComp
$Comp
L R R2
U 1 1 5A07B73B
P 4625 3550
F 0 "R2" V 4705 3550 50 0000 C CNN
F 1 "22k" V 4625 3550 50 0000 C CNN
F 2 "Resistors_SMD:R_0402" V 4555 3550 50 0001 C CNN
F 3 "" H 4625 3550 50 0001 C CNN
1 4625 3550
-1 0 0 1
$EndComp
$Comp
L VSS #PWR01
U 1 1 5A07CE8B
P 5825 2050
F 0 "#PWR01" H 5825 1900 50 0001 C CNN
F 1 "VSS" H 5825 2200 50 0000 C CNN
F 2 "" H 5825 2050 50 0001 C CNN
F 3 "" H 5825 2050 50 0001 C CNN
1 5825 2050
-1 0 0 1
$EndComp
$Comp
L VSS #PWR02
U 1 1 5A07CF4E
P 6050 2050
F 0 "#PWR02" H 6050 1900 50 0001 C CNN
F 1 "VSS" H 6050 2200 50 0000 C CNN
F 2 "" H 6050 2050 50 0001 C CNN
F 3 "" H 6050 2050 50 0001 C CNN
1 6050 2050
-1 0 0 1
$EndComp
$Comp
L VSS #PWR03
U 1 1 5A07D1F5
P 5225 4200
F 0 "#PWR03" H 5225 4050 50 0001 C CNN
F 1 "VSS" H 5225 4350 50 0000 C CNN
F 2 "" H 5225 4200 50 0001 C CNN
F 3 "" H 5225 4200 50 0001 C CNN
1 5225 4200
-1 0 0 1
$EndComp
$Comp
L VDD #PWR04
U 1 1 5A07D2D5
P 5375 1725
F 0 "#PWR04" H 5375 1575 50 0001 C CNN
F 1 "VDD" H 5375 1875 50 0000 C CNN
F 2 "" H 5375 1725 50 0001 C CNN
F 3 "" H 5375 1725 50 0001 C CNN
1 5375 1725
1 0 0 -1
$EndComp
$Comp
L VSS #PWR05
U 1 1 5A07E222
P 3875 3950
F 0 "#PWR05" H 3875 3800 50 0001 C CNN
F 1 "VSS" H 3875 4100 50 0000 C CNN
F 2 "" H 3875 3950 50 0001 C CNN
F 3 "" H 3875 3950 50 0001 C CNN
1 3875 3950
-1 0 0 1
$EndComp
$Comp
L VSS #PWR06
U 1 1 5A07E25D
P 4175 3950
F 0 "#PWR06" H 4175 3800 50 0001 C CNN
F 1 "VSS" H 4175 4100 50 0000 C CNN
F 2 "" H 4175 3950 50 0001 C CNN
F 3 "" H 4175 3950 50 0001 C CNN
1 4175 3950
-1 0 0 1
$EndComp
$Comp
L VSS #PWR07
U 1 1 5A07E5C8
P 4625 3700
F 0 "#PWR07" H 4625 3550 50 0001 C CNN
F 1 "VSS" H 4625 3850 50 0000 C CNN
F 2 "" H 4625 3700 50 0001 C CNN
F 3 "" H 4625 3700 50 0001 C CNN
1 4625 3700
-1 0 0 1
$EndComp
$Comp
L VSS #PWR08
U 1 1 5A07E779
P 6075 2750
F 0 "#PWR08" H 6075 2600 50 0001 C CNN
F 1 "VSS" H 6075 2900 50 0000 C CNN
F 2 "" H 6075 2750 50 0001 C CNN
F 3 "" H 6075 2750 50 0001 C CNN
1 6075 2750
-1 0 0 1
$EndComp
$Comp
L VSS #PWR09
U 1 1 5A080FDF
P 6700 4275
F 0 "#PWR09" H 6700 4125 50 0001 C CNN
F 1 "VSS" H 6700 4425 50 0000 C CNN
F 2 "" H 6700 4275 50 0001 C CNN
F 3 "" H 6700 4275 50 0001 C CNN
1 6700 4275
-1 0 0 1
$EndComp
$Comp
L VSS #PWR010
U 1 1 5A08101D
P 6975 4275
F 0 "#PWR010" H 6975 4125 50 0001 C CNN
F 1 "VSS" H 6975 4425 50 0000 C CNN
F 2 "" H 6975 4275 50 0001 C CNN
F 3 "" H 6975 4275 50 0001 C CNN
1 6975 4275
-1 0 0 1
$EndComp
$Comp
L Conn_01x08 J1
U 1 1 5A082242
P 3600 2450
F 0 "J1" H 3600 2850 50 0000 C CNN
F 1 "Conn_01x08" H 3600 1950 50 0000 C CNN
F 2 "conn:Pin_Header_Castellated_1x08_Pitch1.27mm_NoSilk" H 3600 2450 50 0001 C CNN
F 3 "" H 3600 2450 50 0001 C CNN
1 3600 2450
-1 0 0 -1
$EndComp
$Comp
L VDD #PWR011
U 1 1 5A0826BC
P 4125 2150
F 0 "#PWR011" H 4125 2000 50 0001 C CNN
F 1 "VDD" H 4125 2300 50 0000 C CNN
F 2 "" H 4125 2150 50 0001 C CNN
F 3 "" H 4125 2150 50 0001 C CNN
1 4125 2150
1 0 0 -1
$EndComp
$Comp
L VSS #PWR012
U 1 1 5A08290F
P 4125 2250
F 0 "#PWR012" H 4125 2100 50 0001 C CNN
F 1 "VSS" H 4125 2400 50 0000 C CNN
F 2 "" H 4125 2250 50 0001 C CNN
F 3 "" H 4125 2250 50 0001 C CNN
1 4125 2250
-1 0 0 1
$EndComp
Text Label 3800 2350 0 60 ~ 0
CE
Text Label 3800 2450 0 60 ~ 0
CSN
Text Label 3800 2550 0 60 ~ 0
SCK
Text Label 3800 2650 0 60 ~ 0
MOSI
Text Label 3800 2750 0 60 ~ 0
MISO
Text Label 3800 2850 0 60 ~ 0
IRQ
Text Label 3800 2250 0 60 ~ 0
VSS
Text Label 3800 2150 0 60 ~ 0
VDD
$Comp
L VSS #PWR013
U 1 1 5A08422A
P 7625 3525
F 0 "#PWR013" H 7625 3375 50 0001 C CNN
F 1 "VSS" H 7625 3675 50 0000 C CNN
F 2 "" H 7625 3525 50 0001 C CNN
F 3 "" H 7625 3525 50 0001 C CNN
1 7625 3525
-1 0 0 1
$EndComp
$Comp
L nRF24L01+ U1
U 1 1 5A07BBD2
P 5375 2900
F 0 "U1" H 5075 3650 60 0000 C CNN
F 1 "nRF24L01+" H 5375 2850 60 0000 C CNN
F 2 "Housings_DFN_QFN:QFN-20-1EP_4x4mm_Pitch0.5mm" H 5375 2900 60 0001 C CNN
F 3 "" H 5375 2900 60 0001 C CNN
1 5375 2900
1 0 0 -1
$EndComp
$Comp
L Antenna ANT1
U 1 1 5A080893
P 8050 3100
F 0 "ANT1" H 7975 3175 50 0000 R CNN
F 1 "50ohm" V 7950 3075 50 0000 R CNN
F 2 "antenna:MIFA_Any_PCB_NoMask" H 8050 3100 50 0001 C CNN
F 3 "" H 8050 3100 50 0001 C CNN
1 8050 3100
0 1 1 0
$EndComp
$Comp
L Crystal_GND24 X1
U 1 1 5A08ECF5
P 4025 3425
F 0 "X1" H 4225 3525 50 0000 L CNN
F 1 "16MHz" H 4225 3450 50 0000 L CNN
F 2 "Crystals:Crystal_SMD_3225-4pin_3.2x2.5mm" H 4025 3425 50 0001 C CNN
F 3 "" H 4025 3425 50 0001 C CNN
1 4025 3425
1 0 0 -1
$EndComp
$Comp
L VSS #PWR014
U 1 1 5A08F256
P 3600 3725
F 0 "#PWR014" H 3600 3575 50 0001 C CNN
F 1 "VSS" H 3600 3875 50 0000 C CNN
F 2 "" H 3600 3725 50 0001 C CNN
F 3 "" H 3600 3725 50 0001 C CNN
1 3600 3725
-1 0 0 1
$EndComp
$Comp
L C C12
U 1 1 5A093A42
P 6325 3625
F 0 "C12" H 6350 3725 50 0000 L CNN
F 1 "C" H 6350 3525 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6363 3475 50 0001 C CNN
F 3 "" H 6325 3625 50 0001 C CNN
1 6325 3625
1 0 0 -1
$EndComp
$Comp
L C C10
U 1 1 5A093CF3
P 6125 3625
F 0 "C10" H 6150 3725 50 0000 L CNN
F 1 "C" H 6150 3525 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6163 3475 50 0001 C CNN
F 3 "" H 6125 3625 50 0001 C CNN
1 6125 3625
1 0 0 -1
$EndComp
$Comp
L VSS #PWR015
U 1 1 5A093EFB
P 6125 3775
F 0 "#PWR015" H 6125 3625 50 0001 C CNN
F 1 "VSS" H 6125 3925 50 0000 C CNN
F 2 "" H 6125 3775 50 0001 C CNN
F 3 "" H 6125 3775 50 0001 C CNN
1 6125 3775
-1 0 0 1
$EndComp
$Comp
L VSS #PWR016
U 1 1 5A093F3F
P 6325 3775
F 0 "#PWR016" H 6325 3625 50 0001 C CNN
F 1 "VSS" H 6325 3925 50 0000 C CNN
F 2 "" H 6325 3775 50 0001 C CNN
F 3 "" H 6325 3775 50 0001 C CNN
1 6325 3775
-1 0 0 1
$EndComp
$Comp
L C C11
U 1 1 5A094187
P 6300 1900
F 0 "C11" H 6325 2000 50 0000 L CNN
F 1 "4.7uF" H 6325 1800 50 0000 L CNN
F 2 "Capacitors_SMD:C_0402" H 6338 1750 50 0001 C CNN
F 3 "" H 6300 1900 50 0001 C CNN
1 6300 1900
1 0 0 -1
$EndComp
$Comp
L VSS #PWR017
U 1 1 5A0946DE
P 6300 2050
F 0 "#PWR017" H 6300 1900 50 0001 C CNN
F 1 "VSS" H 6300 2200 50 0000 C CNN
F 2 "" H 6300 2050 50 0001 C CNN
F 3 "" H 6300 2050 50 0001 C CNN
1 6300 2050
-1 0 0 1
$EndComp
Connection ~ 3600 3625
Wire Wire Line
4025 3225 3600 3225
Wire Wire Line
3600 3225 3600 3725
Wire Wire Line
4025 3625 3600 3625
Wire Wire Line
7625 3225 7625 3100
Wire Wire Line
5925 3975 6975 3975
Wire Wire Line
6025 3400 6675 3400
Wire Wire Line
5925 3200 6025 3200
Wire Wire Line
5925 3100 6675 3100
Wire Wire Line
3875 3100 3875 3650
Wire Wire Line
4175 3200 4175 3650
Wire Wire Line
5225 4200 5225 3850
Wire Wire Line
5375 1750 6300 1750
Wire Wire Line
3800 2150 4125 2150
Wire Wire Line
3800 2250 4125 2250
Wire Wire Line
4825 2350 3800 2350
Wire Wire Line
4825 2450 3800 2450
Wire Wire Line
4825 2550 3800 2550
Wire Wire Line
4825 2650 3800 2650
Wire Wire Line
4825 2750 3800 2750
Wire Wire Line
4825 2850 3800 2850
Connection ~ 6700 3975
Wire Wire Line
6975 3975 6975 3400
Connection ~ 7625 3100
Connection ~ 6475 3100
Wire Wire Line
7500 3100 7850 3100
Wire Wire Line
6975 3100 7200 3100
Connection ~ 6475 3400
Wire Wire Line
6075 2450 5925 2450
Wire Wire Line
4625 3400 4825 3400
Connection ~ 4175 3425
Wire Wire Line
4175 3200 4825 3200
Connection ~ 3875 3425
Wire Wire Line
3875 3100 4825 3100
Connection ~ 5825 1750
Connection ~ 5375 1750
Wire Wire Line
5375 1725 5375 2000
Connection ~ 5425 3850
Connection ~ 5325 3850
Wire Wire Line
5225 3850 5525 3850
Connection ~ 5375 2000
Wire Wire Line
5275 2000 5475 2000
Wire Wire Line
6025 3200 6025 3400
Wire Wire Line
5925 3975 5925 3300
Wire Wire Line
6125 3475 6125 3100
Connection ~ 6125 3100
Wire Wire Line
6325 3475 6325 3400
Connection ~ 6325 3400
Connection ~ 6050 1750
$EndSCHEMATC

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,6 +1,6 @@
# One key PCB
![Image of one-key PCB](https://rawgit.com/ahtn/keyboard_pcb/master/one-key/one-key.png)
![Image of one-key PCB](https://rawgit.com/ahtn/keyboard_pcb/master/one_key_v1/one-key.png)
## License

View File

@ -0,0 +1,39 @@
(module Pin_Header_Angled_1x04_Pitch1.27mm_no_silk (layer F.Cu) (tedit 59BC8733)
(descr "Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row")
(tags "Through hole angled pin header THT 1x04 1.27mm single row")
(fp_text reference J2 (at 2.4325 -1.635) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Conn_01x04 (at 2.4325 5.445) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.5 -0.635) (end 1.5 4.445) (layer F.Fab) (width 0.1))
(fp_line (start 1.5 4.445) (end 0.5 4.445) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 4.445) (end 0.5 -0.385) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.385) (end 0.75 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.2) (end 0.5 -0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.2) (end -0.2 0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 0.2) (end 0.5 0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.07) (end 0.5 1.07) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.07) (end -0.2 1.47) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 1.47) (end 0.5 1.47) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.34) (end 0.5 2.34) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.34) (end -0.2 2.74) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 2.74) (end 0.5 2.74) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 3.61) (end 0.5 3.61) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 3.61) (end -0.2 4.01) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 4.01) (end 0.5 4.01) (layer F.Fab) (width 0.1))
(fp_line (start -1.15 -1.15) (end -1.15 4.95) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.15 4.95) (end 6 4.95) (layer F.CrtYd) (width 0.05))
(fp_line (start 6 4.95) (end 6 -1.15) (layer F.CrtYd) (width 0.05))
(fp_line (start 6 -1.15) (end -1.15 -1.15) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 0 1.27) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 0 2.54) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 0 3.81) (size 1 1) (drill 0.65) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Pin_Headers.3dshapes/Pin_Header_Angled_1x04_Pitch1.27mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,21 @@
(module Cherry_MX_Matias_No_Silk_Border (layer F.Cu) (tedit 59743552)
(tags switch)
(fp_text reference K1_1 (at 0 6) (layer Cmts.User)
(effects (font (thickness 0.3048)))
)
(fp_text value SW_PUSH (at 1 3.5) (layer B.Fab) hide
(effects (font (thickness 0.3048)) (justify mirror))
)
(pad "" np_thru_hole circle (at 5.08 0) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 2.5 -3.683) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 3.81 -2.54) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0 0) (size 4 4) (drill 4) (layers *.Cu *.Mask F.SilkS))
(pad "" np_thru_hole circle (at -5.08 0) (size 1.7 1.7) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole circle (at -2.54 -5.08) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at -2.5 -4) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(model cherry_mx1.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Some files were not shown because too many files have changed in this diff Show More