add 2.5mm 5 pin

This commit is contained in:
Matthew Kennedy 2019-12-24 08:42:36 -08:00
parent 728fce5d62
commit dd7e45b45a
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
(module conn_5_2.5mm (layer F.Cu) (tedit 5E023FB2)
(fp_text reference REF** (at 0 0.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value conn_5_2.5mm (at 0 -0.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at -5 0) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -2.5 0) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 5 0) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask))
)

View File

@ -3,4 +3,5 @@
(lib (name ampseal)(type KiCad)(uri ${KIPRJMOD}/ampseal.pretty)(options "")(descr ""))
(lib (name via)(type KiCad)(uri ${KIPRJMOD}/via.pretty)(options "")(descr ""))
(lib (name powersso)(type KiCad)(uri ${KIPRJMOD}/PowerSSO.pretty)(options "")(descr ""))
(lib (name conn_5_2.5mm)(type KiCad)(uri ${KIPRJMOD}/conn_5_2.5mm.pretty)(options "")(descr ""))
)