hardware: library: add oscillator and TVM parts

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2018-11-20 22:52:33 +08:00
parent 6a392e57d2
commit 6cc58eee66
4 changed files with 314 additions and 0 deletions

View File

@ -0,0 +1,14 @@
(module TVM-5V (layer F.Cu) (tedit 5BF4126F)
(fp_text reference REF** (at 0 1.7) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value TVM-5V (at 0.3 -1.7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.5 -0.8) (end 1.5 -0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.5 -0.8) (end 1.5 0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.5 0.8) (end -1.5 0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start -1.5 0.8) (end -1.5 -0.8) (layer F.CrtYd) (width 0.15))
(pad 1 smd roundrect (at -1 0) (size 0.7 1.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at 1 0) (size 0.7 1.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
)