-
Notifications
You must be signed in to change notification settings - Fork 0
/
UART3con.kicad_mod
18 lines (18 loc) · 1.05 KB
/
UART3con.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(module UART3con (layer F.Cu) (tedit 56C20A4E)
(fp_text reference REF** (at 0 -3.3) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value UART (at 0 -2.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 2.25 -0.75) (end 2.25 0.75) (layer F.SilkS) (width 0.25))
(fp_line (start 0.75 0.75) (end 0.75 -0.75) (layer F.SilkS) (width 0.25))
(fp_line (start 3.75 0.75) (end 0.75 0.75) (layer F.SilkS) (width 0.25))
(fp_line (start 3.75 -0.75) (end 3.75 0.75) (layer F.SilkS) (width 0.25))
(fp_line (start -0.75 -0.75) (end 3.75 -0.75) (layer F.SilkS) (width 0.25))
(fp_line (start -0.75 0.75) (end -0.75 -0.75) (layer F.SilkS) (width 0.25))
(fp_line (start 0.75 0.75) (end -0.75 0.75) (layer F.SilkS) (width 0.25))
(pad 1 thru_hole circle (at 0 0) (size 0.9 0.9) (drill 0.55) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 1.5 0) (size 0.9 0.9) (drill 0.55) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole circle (at 3 0) (size 0.9 0.9) (drill 0.55) (layers *.Cu *.Mask F.SilkS))
)