Skip to content

Commit

Permalink
Add oblong pads for fitting pogo pins closely next to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Jun 24, 2013
1 parent 04f6b0a commit b2a2d2b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions blinkiverse.lbr
Expand Up @@ -6,7 +6,7 @@
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<grid distance="0.05" unitdist="inch" unit="mm" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="2" name="Route2" color="1" fill="3" visible="no" active="no"/>
Expand Down Expand Up @@ -1318,8 +1318,11 @@ will be further integrated into the Sparkfun Library for other footprints. It c
<wire x1="3.75" y1="0.325" x2="3.75" y2="-0.325" width="0.127" layer="46"/>
<wire x1="3.75" y1="-0.325" x2="3.5" y2="-0.575" width="0.127" layer="46" curve="-90"/>
</package>
<package name="POGO_PIN_XXMM">
<pad name="P$1" x="0" y="0" drill="0.9"/>
<package name="POGO_PIN_1MM_OBLONG">
<pad name="P$1" x="0" y="0" drill="1" diameter="1.05" shape="long" rot="R270" thermals="no"/>
</package>
<package name="POGO_PIN_1MM">
<pad name="P$1" x="0" y="0" drill="1" diameter="1.6764"/>
</package>
</packages>
<symbols>
Expand Down Expand Up @@ -6229,7 +6232,15 @@ Standard 4-pin 0.1" header. Use with straight break away headers (SKU : PRT-0011
<gate name="G$1" symbol="POGO_PIN" x="0" y="0"/>
</gates>
<devices>
<device name="" package="POGO_PIN_XXMM">
<device name="OBLONG" package="POGO_PIN_1MM_OBLONG">
<connects>
<connect gate="G$1" pin="P$1" pad="P$1"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
<device name="" package="POGO_PIN_1MM">
<connects>
<connect gate="G$1" pin="P$1" pad="P$1"/>
</connects>
Expand Down

0 comments on commit b2a2d2b

Please sign in to comment.