Skip to content

Commit

Permalink
microUSB connector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fluorumlabs committed Dec 22, 2015
1 parent fdc4da2 commit 1bd7ce2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions connectors.lbr
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="7.4.1">
<eagle version="7.5.0">
<drawing>
<settings>
<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="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
Expand Down Expand Up @@ -1810,8 +1810,6 @@
<smd name="5" x="1.3" y="6.25" dx="1.3" dy="0.45" layer="1" rot="R90"/>
<smd name="2" x="-0.65" y="6.25" dx="1.3" dy="0.45" layer="1" rot="R90"/>
<smd name="1" x="-1.3" y="6.25" dx="1.3" dy="0.45" layer="1" rot="R90"/>
<hole x="-2.5" y="5.15" drill="0.8"/>
<hole x="2.5" y="5.15" drill="0.8"/>
<pad name="S2" x="-3.725" y="6.2" drill="1.4"/>
<pad name="S3" x="3.725" y="6.2" drill="1.4"/>
<pad name="S1" x="-3.875" y="2.4" drill="1.2"/>
Expand All @@ -1836,6 +1834,8 @@
<wire x1="-3.7" y1="0" x2="3.7" y2="0" width="0.127" layer="21"/>
<wire x1="3.7" y1="0" x2="3.7" y2="1.2" width="0.127" layer="21"/>
<text x="0" y="8" size="0.8128" layer="25" ratio="15" rot="R180" align="bottom-center">&gt;NAME</text>
<pad name="S5" x="-2.5" y="5.15" drill="0.8"/>
<pad name="S6" x="2.5" y="5.15" drill="0.8"/>
</package>
</packages>
<symbols>
Expand Down Expand Up @@ -2626,7 +2626,7 @@
<connect gate="G$1" pin="D+" pad="3"/>
<connect gate="G$1" pin="D-" pad="2"/>
<connect gate="G$1" pin="GND" pad="5"/>
<connect gate="G$1" pin="S1" pad="S1 S2 S3 S4"/>
<connect gate="G$1" pin="S1" pad="S1 S2 S3 S4 S5 S6"/>
<connect gate="G$1" pin="VCC" pad="1"/>
</connects>
<technologies>
Expand Down

0 comments on commit 1bd7ce2

Please sign in to comment.