This commit is contained in:
2020-09-20 01:32:04 -07:00
parent 498fe73266
commit 538f1c80d7
10 changed files with 1533 additions and 605 deletions

View File

@@ -1,28 +1,25 @@
(module nRF24 (layer F.Cu) (tedit 5F4CA049)
(module nRF24 (layer F.Cu) (tedit 5F66FAA4)
(fp_text reference " " (at -5.91 0 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value nRf24 (at 0 -3.81) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.91 2.769999) (end 4.91 2.77) (layer F.SilkS) (width 0.12))
(fp_line (start 4.91 2.77) (end 4.91 -2.769999) (layer F.SilkS) (width 0.12))
(fp_line (start 4.91 -2.769999) (end -4.91 -2.77) (layer F.SilkS) (width 0.12))
(fp_line (start -4.91 -2.77) (end -4.91 -0.923333) (layer F.SilkS) (width 0.12))
(fp_line (start -4.91 -0.923333) (end -4.55 -0.923333) (layer F.SilkS) (width 0.12))
(fp_line (start -4.55 -0.923333) (end -4.55 0.923333) (layer F.SilkS) (width 0.12))
(fp_line (start -4.55 0.923333) (end -4.91 0.923333) (layer F.SilkS) (width 0.12))
(fp_line (start -4.91 0.923333) (end -4.91 2.769999) (layer F.SilkS) (width 0.12))
(fp_line (start -5.5 -25) (end 8.5 -25) (layer F.SilkS) (width 0.12))
(fp_line (start -5.5 2.5) (end -5.5 -25) (layer F.SilkS) (width 0.12))
(fp_line (start 8.5 3) (end 8.5 -25) (layer F.SilkS) (width 0.12))
(fp_line (start -5.5 3) (end 8.5 3) (layer F.SilkS) (width 0.12))
(fp_line (start -5.5 2.5) (end -5.5 3) (layer F.SilkS) (width 0.12))
(fp_line (start -4.66 -2.52) (end 4.66 -2.52) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.66 -2.52) (end 4.66 2.52) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.66 2.52) (end -4.66 2.52) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.66 2.52) (end -4.66 -2.52) (layer F.CrtYd) (width 0.05))
(pad 8 thru_hole oval (at -3.81 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at -3.81 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 1 thru_hole oval (at -3.81 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 7 thru_hole oval (at -1.27 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at -1.27 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at -1.27 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at -1.27 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 6 thru_hole oval (at 1.27 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 1.27 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 3.81 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 3.81 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 1.27 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 8 thru_hole oval (at 3.81 -1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
(pad 7 thru_hole oval (at 3.81 1.27) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
)