mirror of
https://github.com/eddyem/STM8_samples.git
synced 2026-03-22 09:41:00 +03:00
Starting of controlled 220V socket development
This commit is contained in:
@@ -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))
|
||||
)
|
||||
Reference in New Issue
Block a user