Starting of controlled 220V socket development

This commit is contained in:
eddyem
2018-02-06 22:01:34 +03:00
parent db5549bc14
commit cc6bcc49b7
20 changed files with 18786 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
(module DO-214AC (layer F.Cu)
(attr smd)
(fp_text reference DO-214AC (at 0 2.54) (layer F.SilkS)
(effects (font (size 0.762 0.762) (thickness 0.1524)))
)
(fp_text value VAL** (at 0 0) (layer F.SilkS) hide
(effects (font (size 0.762 0.762) (thickness 0.1524)))
)
(fp_line (start 0.5 0) (end 1 0) (layer F.SilkS) (width 0.2032))
(fp_line (start -0.5 0) (end -1 0) (layer F.SilkS) (width 0.2032))
(fp_line (start -0.5 -0.5) (end -0.5 0.5) (layer F.SilkS) (width 0.2032))
(fp_line (start -0.5 0) (end 0.5 -0.5) (layer F.SilkS) (width 0.2032))
(fp_line (start 0.5 -0.5) (end 0.5 0.5) (layer F.SilkS) (width 0.2032))
(fp_line (start 0.5 0.5) (end -0.5 0) (layer F.SilkS) (width 0.2032))
(fp_line (start -2.3 -1.3) (end 2.3 -1.3) (layer F.SilkS) (width 0.2032))
(fp_line (start 2.3 -1.3) (end 2.3 1.3) (layer F.SilkS) (width 0.2032))
(fp_line (start 2.3 1.3) (end -2.3 1.3) (layer F.SilkS) (width 0.2032))
(fp_line (start -2.3 1.3) (end -2.3 -1.3) (layer F.SilkS) (width 0.2032))
(pad 1 smd rect (at -2.1 0) (size 2 2) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 2.1 0) (size 2 2) (layers F.Cu F.Paste F.Mask))
)