diff --git a/README.md b/README.md index 5796af92e0cf715043e1bc68173bf175105b2a30..44ce0efd81bc59afe6d95abbdd84c9c61985d285 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## Packet Structure -Type | 8 Bits | 10 Bits | 6 Bits | 10 Bits | 6 Bits | N Bytes | CRC +Type | 8 Bits | 10 Bits | 6 Bits | 10 Bits | 6 Bits | N Bytes | CRC --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- -Standard: | 255 | Dest. | # Edges | Src. | # Bytes | Payload … | CRC | +Standard: | 255 | Dest. | # Edges | Src. | # Bytes | Payload … | CRC ACK: | 254 | Dest. | # Edges | Src. | x | x| CRC Buffer Depth: | [0 - 253] | x | x | x | x | x | x | @@ -88,6 +88,12 @@ This is different from standard Ethernet routing tables because it includes the ## Buffer Depth Updates Send buffer depth on all ports every q seconds, and every time a packet leaves or arrives +## Announcements +New arrivals to network do not announce, they simply begin transmitting. Their addresses are recoreded in surrounding switches' tables on their first packet-out. + +## Withdrawals +Buffer Depth Updates are Periodic as well as event-based (on buffer-depth change). When no BDU is heard within a 250ms (or other setting) window, the node is considered withdrawn. + # Hardware  diff --git a/circuit/atsams70n-switch/README.md b/circuit/atsams70n-switch/README.md index 7479abd7831a9ce0b369f1c1f59bffae8aa55bba..64fb2ae5908e9b2d56def49d8a4f20de5b9577d3 100644 --- a/circuit/atsams70n-switch/README.md +++ b/circuit/atsams70n-switch/README.md @@ -82,12 +82,7 @@ Now I'm going to connect this to a footprint (TQFP 100) in eagle,  -And I have uploaded these with the fab.lbr component available here -> - -- d the b -- jtag pins, tag-connect -- board interconnect -- plugs for network ! :| :| +For JTAG Pinouts, I referenced the Tag-Connect footprint (available for download from Tag-Connect) and the ATSAM note here - http://www.atmel.com/webdoc/atmelice/atmelice.using_ocd_physical_jtag.html see Fig. 18. They match, so I don't have to do any footwork here. Nice. I'm going to look at the board interconnect - to decide how many pins I want, I need to look at some applicaitons. I designed a Brushless Speed Controller last year, and this had me maxing out pins (for the first time!) I am going to use that as a starting point, and add I2C, which I know is common, and some other whatsits. @@ -100,17 +95,24 @@ I'm going to look at the board interconnect - to decide how many pins I want, I - DAC x 1 - Seems like 40 is right, ~ 41. -OK, the digikey search turned up a DF12 series that I think I like. 0.5mm Pitch - the same as my TQFP - and pretty cheap, and has varying heights. Great. Added to the BOM. +I have been tempted to buy some fancy 'mezannine' connectors - but I ended up (after a few cycles) deciding to stick with a 2x20 2.54mm pitch connector. This way just about everyone will have access to the hardware, and I like that! It's also the same pitch as most IDC connectors, breadboards, etc - so hopping around between systems should be easy. I am almost tempted to split the pins a bit so that it could get right into a breadboard - or do an edge-style bb, but this seems like too much give in that direction. I also need to jot down my notes, here, so that I can put this project on pause: +I'm also interested in adding some memory to the chips... I want to be able to store data in longer terms - mostly routing tables, also eventually configurations. I am going down the rabbit hole, I know. But in debugging, etc, it would be cool if I didn't have to go through large startup sequences. I'll spec it out, I won't write software for it until that's necessary... Here's an SD Holder +- WM12834CT-ND +and +https://learn.adafruit.com/adafruit-micro-sd-breakout-board-card-tutorial/download + +I think there's probably a better in-between - and besides, the point is a little bit to take state out of the controller, not put more in. I need to rethink this, I think. Just write good network schematics that converge quickly, right? This is more overhead than I want. + # THE GITDOWN ## Need to Spec / Footprint - 2x20 2.54 Pitch Interconnects - 2x4 ** Ports, Shrouded Sockets - Timer Circuit - - JTAG Conn + - Flash Memory - Port Status LEDS: use Fab Part? ## Revs on Board diff --git a/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.s#1 b/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.s#1 new file mode 100644 index 0000000000000000000000000000000000000000..10c0c8860c7ae1f9edccf26efdffec352e91035e --- /dev/null +++ b/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.s#1 @@ -0,0 +1,1989 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE eagle SYSTEM "eagle.dtd"> +<eagle version="8.3.2"> +<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"/> +<layers> +<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/> +<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/> +<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/> +<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/> +<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/> +<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="no"/> +<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/> +<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/> +<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/> +<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/> +<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/> +<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/> +<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/> +<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/> +<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/> +<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/> +<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/> +<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/> +<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/> +<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/> +<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/> +<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/> +<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/> +<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/> +<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/> +<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/> +<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/> +<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/> +<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/> +<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/> +<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/> +<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/> +<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/> +<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/> +<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/> +<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/> +<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/> +<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/> +<layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/> +<layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/> +<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/> +<layer number="57" name="tCAD" color="7" fill="1" visible="no" active="no"/> +<layer number="59" name="tCarbon" color="7" fill="1" visible="no" active="no"/> +<layer number="60" name="bCarbon" color="7" fill="1" visible="no" active="no"/> +<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/> +<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> +<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> +<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> +<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> +<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> +<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> +<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> +<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> +<layer number="99" name="SpiceOrder" color="7" fill="1" visible="yes" active="yes"/> +<layer number="100" name="Muster" color="7" fill="1" visible="no" active="no"/> +<layer number="101" name="Patch_Top" color="12" fill="4" visible="no" active="yes"/> +<layer number="102" name="Vscore" color="7" fill="1" visible="no" active="yes"/> +<layer number="103" name="tMap" color="7" fill="1" visible="no" active="yes"/> +<layer number="104" name="Name" color="7" fill="1" visible="no" active="yes"/> +<layer number="105" name="tPlate" color="7" fill="1" visible="no" active="yes"/> +<layer number="106" name="bPlate" color="7" fill="1" visible="no" active="yes"/> +<layer number="107" name="Crop" color="7" fill="1" visible="no" active="yes"/> +<layer number="108" name="tplace-old" color="10" fill="1" visible="no" active="yes"/> +<layer number="109" name="ref-old" color="11" fill="1" visible="no" active="yes"/> +<layer number="110" name="fp0" color="7" fill="1" visible="no" active="yes"/> +<layer number="111" name="LPC17xx" color="7" fill="1" visible="no" active="yes"/> +<layer number="112" name="tSilk" color="7" fill="1" visible="no" active="yes"/> +<layer number="113" name="IDFDebug" color="7" fill="1" visible="no" active="yes"/> +<layer number="114" name="Badge_Outline" color="7" fill="1" visible="yes" active="yes"/> +<layer number="115" name="ReferenceISLANDS" color="7" fill="1" visible="yes" active="yes"/> +<layer number="116" name="Patch_BOT" color="9" fill="4" visible="no" active="yes"/> +<layer number="118" name="Rect_Pads" color="7" fill="1" visible="no" active="yes"/> +<layer number="121" name="_tsilk" color="7" fill="1" visible="no" active="yes"/> +<layer number="122" name="_bsilk" color="7" fill="1" visible="no" active="yes"/> +<layer number="123" name="tTestmark" color="7" fill="1" visible="no" active="yes"/> +<layer number="124" name="bTestmark" color="7" fill="1" visible="no" active="yes"/> +<layer number="125" name="_tNames" color="7" fill="1" visible="no" active="yes"/> +<layer number="126" name="_bNames" color="7" fill="1" visible="no" active="yes"/> +<layer number="127" name="_tValues" color="7" fill="1" visible="no" active="yes"/> +<layer number="128" name="_bValues" color="7" fill="1" visible="no" active="yes"/> +<layer number="129" name="Mask" color="7" fill="1" visible="no" active="yes"/> +<layer number="131" name="tAdjust" color="7" fill="1" visible="no" active="yes"/> +<layer number="132" name="bAdjust" color="7" fill="1" visible="no" active="yes"/> +<layer number="144" name="Drill_legend" color="7" fill="1" visible="no" active="yes"/> +<layer number="150" name="Notes" color="7" fill="1" visible="no" active="yes"/> +<layer number="151" name="HeatSink" color="7" fill="1" visible="no" active="yes"/> +<layer number="152" name="_bDocu" color="7" fill="1" visible="no" active="yes"/> +<layer number="153" name="FabDoc1" color="7" fill="1" visible="no" active="yes"/> +<layer number="154" name="FabDoc2" color="7" fill="1" visible="no" active="yes"/> +<layer number="155" name="FabDoc3" color="7" fill="1" visible="no" active="yes"/> +<layer number="199" name="Contour" color="7" fill="1" visible="no" active="yes"/> +<layer number="200" name="200bmp" color="1" fill="10" visible="no" active="yes"/> +<layer number="201" name="201bmp" color="2" fill="10" visible="no" active="yes"/> +<layer number="202" name="202bmp" color="3" fill="10" visible="no" active="yes"/> +<layer number="203" name="203bmp" color="4" fill="10" visible="no" active="yes"/> +<layer number="204" name="204bmp" color="5" fill="10" visible="no" active="yes"/> +<layer number="205" name="205bmp" color="6" fill="10" visible="no" active="yes"/> +<layer number="206" name="206bmp" color="7" fill="10" visible="no" active="yes"/> +<layer number="207" name="207bmp" color="8" fill="10" visible="no" active="yes"/> +<layer number="208" name="208bmp" color="9" fill="10" visible="no" active="yes"/> +<layer number="209" name="209bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="210" name="210bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="211" name="211bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="212" name="212bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="213" name="213bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="214" name="214bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="215" name="215bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="216" name="216bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/> +<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/> +<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/> +<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/> +<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/> +<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/> +<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/> +<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/> +<layer number="225" name="225bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="226" name="226bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="227" name="227bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="228" name="228bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="229" name="229bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="230" name="230bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="231" name="231bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="232" name="Eagle3D_PG2" color="14" fill="2" visible="no" active="yes"/> +<layer number="233" name="Eagle3D_PG3" color="14" fill="4" visible="no" active="yes"/> +<layer number="248" name="Housing" color="7" fill="1" visible="no" active="yes"/> +<layer number="249" name="Edge" color="7" fill="1" visible="no" active="yes"/> +<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/> +<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/> +<layer number="254" name="cooling" color="7" fill="1" visible="no" active="yes"/> +<layer number="255" name="routoute" color="7" fill="1" visible="no" active="yes"/> +</layers> +<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R"> +<libraries> +<library name="fab"> +<packages> +<package name="TQFP100-14X14"> +<description><b>Thin Quad Flat Pack</b> 14x14 mm<p></description> +<wire x1="-6.873" y1="6.873" x2="6.873" y2="6.873" width="0.1524" layer="21"/> +<wire x1="6.873" y1="6.873" x2="6.873" y2="-6.873" width="0.1524" layer="21"/> +<wire x1="6.873" y1="-6.873" x2="-6.123" y2="-6.873" width="0.1524" layer="21"/> +<wire x1="-6.123" y1="-6.873" x2="-6.873" y2="-6.123" width="0.1524" layer="21"/> +<wire x1="-6.873" y1="-6.123" x2="-6.873" y2="6.873" width="0.1524" layer="21"/> +<circle x="-4.5" y="-4.5" radius="1" width="0.1524" layer="21"/> +<smd name="75" x="-6" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="74" x="-5.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="73" x="-5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="72" x="-4.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="71" x="-4" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="70" x="-3.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="69" x="-3" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="68" x="-2.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="67" x="-2" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="66" x="-1.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="65" x="-1" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="64" x="-0.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="63" x="0" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="62" x="0.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="61" x="1" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="60" x="1.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="59" x="2" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="58" x="2.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="57" x="3" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="56" x="3.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="55" x="4" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="54" x="4.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="53" x="5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="52" x="5.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="51" x="6" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="1" x="-6" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="2" x="-5.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="3" x="-5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="4" x="-4.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="5" x="-4" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="6" x="-3.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="7" x="-3" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="8" x="-2.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="9" x="-2" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="10" x="-1.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="11" x="-1" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="12" x="-0.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="13" x="0" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="14" x="0.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="15" x="1" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="16" x="1.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="17" x="2" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="18" x="2.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="19" x="3" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="20" x="3.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="21" x="4" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="22" x="4.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="23" x="5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="24" x="5.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="25" x="6" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="26" x="7.75" y="-6" dx="1.5" dy="0.27" layer="1"/> +<smd name="27" x="7.75" y="-5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="28" x="7.75" y="-5" dx="1.5" dy="0.27" layer="1"/> +<smd name="29" x="7.75" y="-4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="30" x="7.75" y="-4" dx="1.5" dy="0.27" layer="1"/> +<smd name="31" x="7.75" y="-3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="32" x="7.75" y="-3" dx="1.5" dy="0.27" layer="1"/> +<smd name="33" x="7.75" y="-2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="34" x="7.75" y="-2" dx="1.5" dy="0.27" layer="1"/> +<smd name="35" x="7.75" y="-1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="36" x="7.75" y="-1" dx="1.5" dy="0.27" layer="1"/> +<smd name="37" x="7.75" y="-0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="38" x="7.75" y="0" dx="1.5" dy="0.27" layer="1"/> +<smd name="39" x="7.75" y="0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="40" x="7.75" y="1" dx="1.5" dy="0.27" layer="1"/> +<smd name="41" x="7.75" y="1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="42" x="7.75" y="2" dx="1.5" dy="0.27" layer="1"/> +<smd name="43" x="7.75" y="2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="44" x="7.75" y="3" dx="1.5" dy="0.27" layer="1"/> +<smd name="45" x="7.75" y="3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="46" x="7.75" y="4" dx="1.5" dy="0.27" layer="1"/> +<smd name="47" x="7.75" y="4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="48" x="7.75" y="5" dx="1.5" dy="0.27" layer="1"/> +<smd name="49" x="7.75" y="5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="50" x="7.75" y="6" dx="1.5" dy="0.27" layer="1"/> +<smd name="76" x="-7.75" y="6" dx="1.5" dy="0.27" layer="1"/> +<smd name="77" x="-7.75" y="5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="78" x="-7.75" y="5" dx="1.5" dy="0.27" layer="1"/> +<smd name="79" x="-7.75" y="4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="80" x="-7.75" y="4" dx="1.5" dy="0.27" layer="1"/> +<smd name="81" x="-7.75" y="3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="82" x="-7.75" y="3" dx="1.5" dy="0.27" layer="1"/> +<smd name="83" x="-7.75" y="2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="84" x="-7.75" y="2" dx="1.5" dy="0.27" layer="1"/> +<smd name="85" x="-7.75" y="1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="86" x="-7.75" y="1" dx="1.5" dy="0.27" layer="1"/> +<smd name="87" x="-7.75" y="0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="88" x="-7.75" y="0" dx="1.5" dy="0.27" layer="1"/> +<smd name="89" x="-7.75" y="-0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="90" x="-7.75" y="-1" dx="1.5" dy="0.27" layer="1"/> +<smd name="91" x="-7.75" y="-1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="92" x="-7.75" y="-2" dx="1.5" dy="0.27" layer="1"/> +<smd name="93" x="-7.75" y="-2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="94" x="-7.75" y="-3" dx="1.5" dy="0.27" layer="1"/> +<smd name="95" x="-7.75" y="-3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="96" x="-7.75" y="-4" dx="1.5" dy="0.27" layer="1"/> +<smd name="97" x="-7.75" y="-4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="98" x="-7.75" y="-5" dx="1.5" dy="0.27" layer="1"/> +<smd name="99" x="-7.75" y="-5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="100" x="-7.75" y="-6" dx="1.5" dy="0.27" layer="1"/> +<text x="-6.223" y="8.763" size="1.778" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-6.135" y1="6.868" x2="-5.865" y2="7.873" layer="51"/> +<rectangle x1="-5.635" y1="6.868" x2="-5.365" y2="7.873" layer="51"/> +<rectangle x1="-5.135" y1="6.868" x2="-4.865" y2="7.873" layer="51"/> +<rectangle x1="-4.635" y1="6.868" x2="-4.365" y2="7.873" layer="51"/> +<rectangle x1="-4.135" y1="6.868" x2="-3.865" y2="7.873" layer="51"/> +<rectangle x1="-3.635" y1="6.868" x2="-3.365" y2="7.873" layer="51"/> +<rectangle x1="-3.135" y1="6.868" x2="-2.865" y2="7.873" layer="51"/> +<rectangle x1="-2.635" y1="6.868" x2="-2.365" y2="7.873" layer="51"/> +<rectangle x1="-2.135" y1="6.868" x2="-1.865" y2="7.873" layer="51"/> +<rectangle x1="-1.635" y1="6.868" x2="-1.365" y2="7.873" layer="51"/> +<rectangle x1="-1.135" y1="6.868" x2="-0.865" y2="7.873" layer="51"/> +<rectangle x1="-0.635" y1="6.868" x2="-0.365" y2="7.873" layer="51"/> +<rectangle x1="-0.135" y1="6.868" x2="0.135" y2="7.873" layer="51"/> +<rectangle x1="0.365" y1="6.868" x2="0.635" y2="7.873" layer="51"/> +<rectangle x1="0.865" y1="6.868" x2="1.135" y2="7.873" layer="51"/> +<rectangle x1="1.365" y1="6.868" x2="1.635" y2="7.873" layer="51"/> +<rectangle x1="1.865" y1="6.868" x2="2.135" y2="7.873" layer="51"/> +<rectangle x1="2.365" y1="6.868" x2="2.635" y2="7.873" layer="51"/> +<rectangle x1="2.865" y1="6.868" x2="3.135" y2="7.873" layer="51"/> +<rectangle x1="3.365" y1="6.868" x2="3.635" y2="7.873" layer="51"/> +<rectangle x1="3.865" y1="6.868" x2="4.135" y2="7.873" layer="51"/> +<rectangle x1="4.365" y1="6.868" x2="4.635" y2="7.873" layer="51"/> +<rectangle x1="4.865" y1="6.868" x2="5.135" y2="7.873" layer="51"/> +<rectangle x1="5.365" y1="6.868" x2="5.635" y2="7.873" layer="51"/> +<rectangle x1="5.865" y1="6.868" x2="6.135" y2="7.873" layer="51"/> +<rectangle x1="6.873" y1="5.865" x2="7.878" y2="6.135" layer="51"/> +<rectangle x1="6.873" y1="5.365" x2="7.878" y2="5.635" layer="51"/> +<rectangle x1="6.873" y1="4.865" x2="7.878" y2="5.135" layer="51"/> +<rectangle x1="6.873" y1="4.365" x2="7.878" y2="4.635" layer="51"/> +<rectangle x1="6.873" y1="3.865" x2="7.878" y2="4.135" layer="51"/> +<rectangle x1="6.873" y1="3.365" x2="7.878" y2="3.635" layer="51"/> +<rectangle x1="6.873" y1="2.865" x2="7.878" y2="3.135" layer="51"/> +<rectangle x1="6.873" y1="2.365" x2="7.878" y2="2.635" layer="51"/> +<rectangle x1="6.873" y1="1.865" x2="7.878" y2="2.135" layer="51"/> +<rectangle x1="6.873" y1="1.365" x2="7.878" y2="1.635" layer="51"/> +<rectangle x1="6.873" y1="0.865" x2="7.878" y2="1.135" layer="51"/> +<rectangle x1="6.873" y1="0.365" x2="7.878" y2="0.635" layer="51"/> +<rectangle x1="6.873" y1="-0.135" x2="7.878" y2="0.135" layer="51"/> +<rectangle x1="6.873" y1="-0.635" x2="7.878" y2="-0.365" layer="51"/> +<rectangle x1="6.873" y1="-1.135" x2="7.878" y2="-0.865" layer="51"/> +<rectangle x1="6.873" y1="-1.635" x2="7.878" y2="-1.365" layer="51"/> +<rectangle x1="6.873" y1="-2.135" x2="7.878" y2="-1.865" layer="51"/> +<rectangle x1="6.873" y1="-2.635" x2="7.878" y2="-2.365" layer="51"/> +<rectangle x1="6.873" y1="-3.135" x2="7.878" y2="-2.865" layer="51"/> +<rectangle x1="6.873" y1="-3.635" x2="7.878" y2="-3.365" layer="51"/> +<rectangle x1="6.873" y1="-4.135" x2="7.878" y2="-3.865" layer="51"/> +<rectangle x1="6.873" y1="-4.635" x2="7.878" y2="-4.365" layer="51"/> +<rectangle x1="6.873" y1="-5.135" x2="7.878" y2="-4.865" layer="51"/> +<rectangle x1="6.873" y1="-5.635" x2="7.878" y2="-5.365" layer="51"/> +<rectangle x1="6.873" y1="-6.135" x2="7.878" y2="-5.865" layer="51"/> +<rectangle x1="5.865" y1="-7.873" x2="6.135" y2="-6.868" layer="51"/> +<rectangle x1="5.365" y1="-7.873" x2="5.635" y2="-6.868" layer="51"/> +<rectangle x1="4.865" y1="-7.873" x2="5.135" y2="-6.868" layer="51"/> +<rectangle x1="4.365" y1="-7.873" x2="4.635" y2="-6.868" layer="51"/> +<rectangle x1="3.865" y1="-7.873" x2="4.135" y2="-6.868" layer="51"/> +<rectangle x1="3.365" y1="-7.873" x2="3.635" y2="-6.868" layer="51"/> +<rectangle x1="2.865" y1="-7.873" x2="3.135" y2="-6.868" layer="51"/> +<rectangle x1="2.365" y1="-7.873" x2="2.635" y2="-6.868" layer="51"/> +<rectangle x1="1.865" y1="-7.873" x2="2.135" y2="-6.868" layer="51"/> +<rectangle x1="1.365" y1="-7.873" x2="1.635" y2="-6.868" layer="51"/> +<rectangle x1="0.865" y1="-7.873" x2="1.135" y2="-6.868" layer="51"/> +<rectangle x1="0.365" y1="-7.873" x2="0.635" y2="-6.868" layer="51"/> +<rectangle x1="-0.135" y1="-7.873" x2="0.135" y2="-6.868" layer="51"/> +<rectangle x1="-0.635" y1="-7.873" x2="-0.365" y2="-6.868" layer="51"/> +<rectangle x1="-1.135" y1="-7.873" x2="-0.865" y2="-6.868" layer="51"/> +<rectangle x1="-1.635" y1="-7.873" x2="-1.365" y2="-6.868" layer="51"/> +<rectangle x1="-2.135" y1="-7.873" x2="-1.865" y2="-6.868" layer="51"/> +<rectangle x1="-2.635" y1="-7.873" x2="-2.365" y2="-6.868" layer="51"/> +<rectangle x1="-3.135" y1="-7.873" x2="-2.865" y2="-6.868" layer="51"/> +<rectangle x1="-3.635" y1="-7.873" x2="-3.365" y2="-6.868" layer="51"/> +<rectangle x1="-4.135" y1="-7.873" x2="-3.865" y2="-6.868" layer="51"/> +<rectangle x1="-4.635" y1="-7.873" x2="-4.365" y2="-6.868" layer="51"/> +<rectangle x1="-5.135" y1="-7.873" x2="-4.865" y2="-6.868" layer="51"/> +<rectangle x1="-5.635" y1="-7.873" x2="-5.365" y2="-6.868" layer="51"/> +<rectangle x1="-6.135" y1="-7.873" x2="-5.865" y2="-6.868" layer="51"/> +<rectangle x1="-7.878" y1="-6.135" x2="-6.873" y2="-5.865" layer="51"/> +<rectangle x1="-7.878" y1="-5.635" x2="-6.873" y2="-5.365" layer="51"/> +<rectangle x1="-7.878" y1="-5.135" x2="-6.873" y2="-4.865" layer="51"/> +<rectangle x1="-7.878" y1="-4.635" x2="-6.873" y2="-4.365" layer="51"/> +<rectangle x1="-7.878" y1="-4.135" x2="-6.873" y2="-3.865" layer="51"/> +<rectangle x1="-7.878" y1="-3.635" x2="-6.873" y2="-3.365" layer="51"/> +<rectangle x1="-7.878" y1="-3.135" x2="-6.873" y2="-2.865" layer="51"/> +<rectangle x1="-7.878" y1="-2.635" x2="-6.873" y2="-2.365" layer="51"/> +<rectangle x1="-7.878" y1="-2.135" x2="-6.873" y2="-1.865" layer="51"/> +<rectangle x1="-7.878" y1="-1.635" x2="-6.873" y2="-1.365" layer="51"/> +<rectangle x1="-7.878" y1="-1.135" x2="-6.873" y2="-0.865" layer="51"/> +<rectangle x1="-7.878" y1="-0.635" x2="-6.873" y2="-0.365" layer="51"/> +<rectangle x1="-7.878" y1="-0.135" x2="-6.873" y2="0.135" layer="51"/> +<rectangle x1="-7.878" y1="0.365" x2="-6.873" y2="0.635" layer="51"/> +<rectangle x1="-7.878" y1="0.865" x2="-6.873" y2="1.135" layer="51"/> +<rectangle x1="-7.878" y1="1.365" x2="-6.873" y2="1.635" layer="51"/> +<rectangle x1="-7.878" y1="1.865" x2="-6.873" y2="2.135" layer="51"/> +<rectangle x1="-7.878" y1="2.365" x2="-6.873" y2="2.635" layer="51"/> +<rectangle x1="-7.878" y1="2.865" x2="-6.873" y2="3.135" layer="51"/> +<rectangle x1="-7.878" y1="3.365" x2="-6.873" y2="3.635" layer="51"/> +<rectangle x1="-7.878" y1="3.865" x2="-6.873" y2="4.135" layer="51"/> +<rectangle x1="-7.878" y1="4.365" x2="-6.873" y2="4.635" layer="51"/> +<rectangle x1="-7.878" y1="4.865" x2="-6.873" y2="5.135" layer="51"/> +<rectangle x1="-7.878" y1="5.365" x2="-6.873" y2="5.635" layer="51"/> +<rectangle x1="-7.878" y1="5.865" x2="-6.873" y2="6.135" layer="51"/> +</package> +<package name="MSOP8"> +<description><b>8M, 8-Lead, 0.118" Wide, Miniature Small Outline Package</b><p> +MSOP<br> +8M-Package doc1097.pdf</description> +<wire x1="-1.48" y1="1.23" x2="-1.23" y2="1.48" width="0.1524" layer="21" curve="-90" cap="flat"/> +<wire x1="1.23" y1="1.48" x2="1.48" y2="1.23" width="0.1524" layer="21" curve="-90"/> +<wire x1="1.23" y1="-1.49" x2="1.48" y2="-1.24" width="0.1524" layer="21" curve="90"/> +<wire x1="-1.48" y1="-1.24" x2="-1.23" y2="-1.49" width="0.1524" layer="21" curve="90" cap="flat"/> +<wire x1="1.24" y1="-1.49" x2="-1.22" y2="-1.49" width="0.1524" layer="21"/> +<wire x1="-1.22" y1="1.48" x2="1.24" y2="1.48" width="0.1524" layer="21"/> +<wire x1="-1.48" y1="1.23" x2="-1.48" y2="-1.23" width="0.1524" layer="21"/> +<wire x1="1.48" y1="-1.24" x2="1.48" y2="1.23" width="0.1524" layer="21"/> +<smd name="1" x="-0.975" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="2" x="-0.325" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="3" x="0.325" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="4" x="0.975" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="5" x="0.975" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="6" x="0.325" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="7" x="-0.325" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="8" x="-0.975" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<text x="-2.54" y="-1.27" size="0.4064" layer="25" rot="R90">>NAME</text> +<text x="2.54" y="-1.27" size="0.4064" layer="27" rot="R90">>VALUE</text> +<rectangle x1="-1.175" y1="-2.45" x2="-0.775" y2="-1.55" layer="51"/> +<rectangle x1="-0.525" y1="-2.45" x2="-0.125" y2="-1.55" layer="51"/> +<rectangle x1="0.125" y1="-2.45" x2="0.525" y2="-1.55" layer="51"/> +<rectangle x1="0.775" y1="-2.45" x2="1.175" y2="-1.55" layer="51"/> +<rectangle x1="0.775" y1="1.55" x2="1.175" y2="2.45" layer="51"/> +<rectangle x1="0.125" y1="1.55" x2="0.525" y2="2.45" layer="51"/> +<rectangle x1="-0.525" y1="1.55" x2="-0.125" y2="2.45" layer="51"/> +<rectangle x1="-1.175" y1="1.55" x2="-0.775" y2="2.45" layer="51"/> +<circle x="-1.6256" y="-2.0574" radius="0.091578125" width="0.4064" layer="21"/> +</package> +<package name="P-LCC-4"> +<description><b>Power TOPLED®</b><p> +Source: http://www.osram.convergy.de/ ... LA_LO_LA_LY E67B.pdf</description> +<wire x1="-1.4" y1="-1.05" x2="-1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="-1.6" x2="-1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-0.85" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1" y1="-1.6" x2="1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="-1.6" x2="1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="1.6" x2="1.1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.1" y1="1.6" x2="-1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="1.8" x2="-0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="1.8" x2="-0.5" y2="1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.65" x2="0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.8" x2="1.1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="1.1" y1="1.8" x2="1.1" y2="1.6" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.8" x2="-0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="-1.8" x2="-0.5" y2="-1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.65" x2="0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.8" x2="1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="1" y1="-1.8" x2="1" y2="-1.6" width="0.1016" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<circle x="0" y="0" radius="1.1" width="0.2032" layer="51"/> +<text x="-3.81" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text> +<text x="5.08" y="-2.54" size="1.27" layer="27" rot="R90">>VALUE</text> +<text x="-1.905" y="-3.81" size="1.27" layer="21">R</text> +<text x="-1.905" y="2.54" size="1.27" layer="21">G</text> +<text x="1.27" y="2.54" size="1.27" layer="21">B</text> +<text x="1.27" y="-3.81" size="1.27" layer="21">A</text> +<rectangle x1="-1.15" y1="0.75" x2="-0.35" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="0.75" x2="1.15" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="-1.85" x2="1.15" y2="-0.75" layer="29"/> +<rectangle x1="-1.15" y1="-1.85" x2="-0.35" y2="-0.75" layer="29"/> +<rectangle x1="-1.1" y1="-1.8" x2="-0.4" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="-1.8" x2="1.1" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="0.8" x2="1.1" y2="1.8" layer="31"/> +<rectangle x1="-1.1" y1="0.8" x2="-0.4" y2="1.8" layer="31"/> +<rectangle x1="-0.2" y1="-0.2" x2="0.2" y2="0.2" layer="21"/> +<smd name="A" x="0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="R" x="-0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="G" x="-0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="B" x="0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +</package> +<package name="6MM_SWITCH"> +<description><b>OMRON SWITCH</b></description> +<wire x1="3.302" y1="-0.762" x2="3.048" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.302" y1="-0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="1.016" x2="3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.302" y1="0.762" x2="-3.048" y2="0.762" width="0.1524" layer="21"/> +<wire x1="-3.302" y1="0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="2.54" x2="2.54" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="-3.048" x2="3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="3.048" y1="-2.54" x2="3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="3.048" x2="-3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="2.54" x2="-3.048" y2="1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="-2.54" x2="-3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="3.048" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="1.27" y2="3.048" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="-1.27" y2="-2.794" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="1.143" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="-1.27" y1="-2.794" x2="-1.27" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="2.54" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.159" y1="-3.048" x2="-1.27" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="3.048" x2="2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.159" y1="3.048" x2="1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="1.27" y1="3.048" x2="-1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-3.048" x2="1.143" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="1.143" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="3.048" y1="-0.762" x2="3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="0.762" x2="-3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-2.159" x2="1.27" y2="-2.159" width="0.1524" layer="51"/> +<wire x1="1.27" y1="2.286" x2="-1.27" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="1.27" x2="-2.413" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="-0.508" x2="-2.413" y2="-1.27" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="0.508" x2="-2.159" y2="-0.381" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="1.778" width="0.1524" layer="21"/> +<circle x="-2.159" y="-2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="-2.032" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="-2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="0.635" width="0.0508" layer="51"/> +<circle x="0" y="0" radius="0.254" width="0.1524" layer="21"/> +<smd name="1" x="-3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="2" x="3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="3" x="-3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="4" x="3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<text x="-3.048" y="3.683" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-3.048" y="-5.08" size="1.27" layer="27" ratio="10">>VALUE</text> +<text x="-4.318" y="1.651" size="1.27" layer="51" ratio="10">1</text> +<text x="3.556" y="1.524" size="1.27" layer="51" ratio="10">2</text> +<text x="-4.572" y="-2.794" size="1.27" layer="51" ratio="10">3</text> +<text x="3.556" y="-2.794" size="1.27" layer="51" ratio="10">4</text> +</package> +<package name="DX4R005HJ5_100"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<text x="4.1275" y="-1.5875" size="0.6096" layer="27" font="vector" rot="R90">>Value</text> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +</package> +<package name="DX4R005HJ5"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="25" font="vector" rot="R90">>Value</text> +</package> +<package name="DX4R005HJ5_64"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="27" font="vector" rot="R90">>Value</text> +</package> +</packages> +<symbols> +<symbol name="ATSAMS70N"> +<pin name="PA0/I2SC0_MCK" x="30.48" y="78.74" length="middle" rot="R180"/> +<pin name="PA1/I2SC0_CK" x="30.48" y="76.2" length="middle" rot="R180"/> +<pin name="PA2" x="30.48" y="73.66" length="middle" rot="R180"/> +<pin name="PA3/TWD0" x="30.48" y="71.12" length="middle" rot="R180"/> +<pin name="PA4/UTXD1/TWCK0" x="30.48" y="68.58" length="middle" rot="R180"/> +<pin name="PA5/URXD1" x="30.48" y="66.04" length="middle" rot="R180"/> +<pin name="PA7/XIN32" x="30.48" y="63.5" length="middle" rot="R180"/> +<pin name="PA8/XOUT32" x="30.48" y="60.96" length="middle" rot="R180"/> +<pin name="PA9/URXD0" x="30.48" y="58.42" length="middle" rot="R180"/> +<pin name="PA10/UTXD0" x="30.48" y="55.88" length="middle" rot="R180"/> +<pin name="PA11/PWMC0_PWMH0" x="30.48" y="53.34" length="middle" rot="R180"/> +<pin name="PA12/PWMC0_PWMH1" x="30.48" y="50.8" length="middle" rot="R180"/> +<pin name="PA13/PWMC0_PWMH2" x="30.48" y="48.26" length="middle" rot="R180"/> +<pin name="PA14/WMC0_PWMH3" x="30.48" y="45.72" length="middle" rot="R180"/> +<pin name="PA15/PWMC0_PWML3" x="30.48" y="43.18" length="middle" rot="R180"/> +<pin name="PA16/PWMC0_PWML2" x="30.48" y="40.64" length="middle" rot="R180"/> +<pin name="PA17/AFE0_AD6" x="30.48" y="38.1" length="middle" rot="R180"/> +<pin name="PA18/AFE0_AD7" x="30.48" y="35.56" length="middle" rot="R180"/> +<pin name="PA19/PWMC0_PWML0/AFE0_AD8" x="30.48" y="33.02" length="middle" rot="R180"/> +<pin name="PA20/PWMC0_PWML1/AFE0_AD9" x="30.48" y="30.48" length="middle" rot="R180"/> +<pin name="PA21/AFE0_AD1" x="30.48" y="27.94" length="middle" rot="R180"/> +<pin name="PA22" x="30.48" y="25.4" length="middle" rot="R180"/> +<pin name="PA23" x="30.48" y="22.86" length="middle" rot="R180"/> +<pin name="PA24" x="30.48" y="20.32" length="middle" rot="R180"/> +<pin name="PA25" x="30.48" y="17.78" length="middle" rot="R180"/> +<pin name="PA26" x="30.48" y="15.24" length="middle" rot="R180"/> +<pin name="PA27" x="30.48" y="12.7" length="middle" rot="R180"/> +<pin name="PA28" x="30.48" y="10.16" length="middle" rot="R180"/> +<pin name="PA30" x="30.48" y="7.62" length="middle" rot="R180"/> +<pin name="PA31/SPI0_NPCS1" x="30.48" y="5.08" length="middle" rot="R180"/> +<pin name="PB0/RXD0" x="-33.02" y="-76.2" length="middle"/> +<pin name="PB1/TXD0" x="-33.02" y="-73.66" length="middle"/> +<pin name="PB2/SPI0_NPCS0/CTS0" x="-33.02" y="-71.12" length="middle"/> +<pin name="PB3/RTS0" x="-33.02" y="-68.58" length="middle"/> +<pin name="PB4/TDI/TWD1" x="-33.02" y="-66.04" length="middle"/> +<pin name="PB5/TDO/TWCK1" x="-33.02" y="-63.5" length="middle"/> +<pin name="PB6/SWDIO/TMS" x="-33.02" y="-60.96" length="middle"/> +<pin name="PB7/SWCLK/TCK" x="-33.02" y="-58.42" length="middle"/> +<pin name="PB8/XOUT" x="-33.02" y="-55.88" length="middle"/> +<pin name="PB9/XIN" x="-33.02" y="-53.34" length="middle"/> +<pin name="PB12/ERASE" x="-33.02" y="-50.8" length="middle"/> +<pin name="PB13/DAC0/SCK0" x="-33.02" y="-48.26" length="middle"/> +<pin name="PD1/PWMC1_PWMLO" x="30.48" y="-2.54" length="middle" rot="R180"/> +<pin name="PD2/PWMC1_PWMH0" x="30.48" y="-5.08" length="middle" rot="R180"/> +<pin name="PD3/PWMC1_PWML1" x="30.48" y="-7.62" length="middle" rot="R180"/> +<pin name="PD4/PWMC1_PWMH1" x="30.48" y="-10.16" length="middle" rot="R180"/> +<pin name="PD5/PWMC1_PWML2" x="30.48" y="-12.7" length="middle" rot="R180"/> +<pin name="PD6/PWMC1_PWMH2" x="30.48" y="-15.24" length="middle" rot="R180"/> +<pin name="PD7/PWMC1_PWML3" x="30.48" y="-17.78" length="middle" rot="R180"/> +<pin name="PD8/PWMC1_PWMH3" x="30.48" y="-20.32" length="middle" rot="R180"/> +<pin name="PD9" x="30.48" y="-22.86" length="middle" rot="R180"/> +<pin name="PD10/PWMC0_PWML0" x="30.48" y="-25.4" length="middle" rot="R180"/> +<pin name="PD11/PWMC0_PWMH0" x="30.48" y="-27.94" length="middle" rot="R180"/> +<pin name="PD12/SPI0_NPCS2" x="30.48" y="-30.48" length="middle" rot="R180"/> +<pin name="PD13" x="30.48" y="-33.02" length="middle" rot="R180"/> +<pin name="PD14" x="30.48" y="-35.56" length="middle" rot="R180"/> +<pin name="PD15" x="30.48" y="-38.1" length="middle" rot="R180"/> +<pin name="PD16" x="30.48" y="-40.64" length="middle" rot="R180"/> +<pin name="PD17" x="30.48" y="-43.18" length="middle" rot="R180"/> +<pin name="PD18/URXD4" x="30.48" y="-45.72" length="middle" rot="R180"/> +<pin name="PD19/UTXD4" x="30.48" y="-48.26" length="middle" rot="R180"/> +<pin name="PD20/SPI0_MISO" x="30.48" y="-50.8" length="middle" rot="R180"/> +<pin name="PD21/SPI0_MOSI" x="30.48" y="-53.34" length="middle" rot="R180"/> +<pin name="PD22_SPI0_SPCK" x="30.48" y="-55.88" length="middle" rot="R180"/> +<pin name="PD24" x="30.48" y="-58.42" length="middle" rot="R180"/> +<pin name="PD25/URXD2" x="30.48" y="-60.96" length="middle" rot="R180"/> +<pin name="PD26/UTXD2" x="30.48" y="-63.5" length="middle" rot="R180"/> +<pin name="PD27/SPI0_NPCS3/TWD2" x="30.48" y="-66.04" length="middle" rot="R180"/> +<pin name="PD28/URXD3/TWCK2" x="30.48" y="-68.58" length="middle" rot="R180"/> +<pin name="PD30/UTXD3" x="30.48" y="-71.12" length="middle" rot="R180"/> +<pin name="PD31" x="30.48" y="-73.66" length="middle" rot="R180"/> +<pin name="PD0/DAC1" x="30.48" y="0" length="middle" rot="R180"/> +<pin name="VDDIO1" x="-33.02" y="35.56" length="middle"/> +<pin name="VDDIO2" x="-33.02" y="33.02" length="middle"/> +<pin name="VDDIO3" x="-33.02" y="30.48" length="middle"/> +<pin name="VDDIO4" x="-33.02" y="27.94" length="middle"/> +<pin name="JTAGSEL" x="-33.02" y="-38.1" length="middle"/> +<pin name="TST" x="-33.02" y="-40.64" length="middle"/> +<pin name="VREFP" x="-33.02" y="68.58" length="middle"/> +<pin name="NRST" x="-33.02" y="-43.18" length="middle"/> +<pin name="VDDOUT" x="-33.02" y="78.74" length="middle"/> +<pin name="VDDIN" x="-33.02" y="76.2" length="middle"/> +<pin name="VREFN" x="-33.02" y="71.12" length="middle"/> +<pin name="USB_DP" x="-33.02" y="-30.48" length="middle"/> +<pin name="USB_DM" x="-33.02" y="-33.02" length="middle"/> +<pin name="VDDPL" x="-33.02" y="63.5" length="middle"/> +<pin name="VDDUTMII" x="-33.02" y="60.96" length="middle"/> +<pin name="VDDUTMIC" x="-33.02" y="58.42" length="middle"/> +<pin name="VBG" x="-33.02" y="55.88" length="middle"/> +<pin name="GND6" x="-33.02" y="10.16" length="middle"/> +<pin name="GND5" x="-33.02" y="12.7" length="middle"/> +<pin name="VDDCORE1" x="-33.02" y="48.26" length="middle"/> +<pin name="VDDCORE2" x="-33.02" y="45.72" length="middle"/> +<pin name="VDDCORE3" x="-33.02" y="43.18" length="middle"/> +<pin name="VDDCORE4" x="-33.02" y="40.64" length="middle"/> +<pin name="GND1" x="-33.02" y="22.86" length="middle"/> +<pin name="GND2" x="-33.02" y="20.32" length="middle"/> +<pin name="GND3" x="-33.02" y="17.78" length="middle"/> +<pin name="GND4" x="-33.02" y="15.24" length="middle"/> +<pin name="VDDPLLUSB" x="-33.02" y="53.34" length="middle"/> +<wire x1="-27.94" y1="83.82" x2="-27.94" y2="-81.28" width="0.254" layer="94"/> +<wire x1="-27.94" y1="-81.28" x2="25.4" y2="-81.28" width="0.254" layer="94"/> +<wire x1="25.4" y1="-81.28" x2="25.4" y2="83.82" width="0.254" layer="94"/> +<wire x1="25.4" y1="83.82" x2="-27.94" y2="83.82" width="0.254" layer="94"/> +<text x="-2.54" y="86.36" size="1.27" layer="95">>NAME</text> +<text x="-2.54" y="-83.82" size="1.27" layer="96">>VALUE</text> +</symbol> +<symbol name="ISL3177E"> +<pin name="VCC" x="-12.7" y="5.08" length="middle"/> +<pin name="RO" x="-12.7" y="2.54" length="middle"/> +<pin name="DI" x="-12.7" y="0" length="middle"/> +<pin name="GND" x="-12.7" y="-2.54" length="middle"/> +<pin name="A" x="12.7" y="5.08" length="middle" rot="R180"/> +<pin name="B" x="12.7" y="2.54" length="middle" rot="R180"/> +<pin name="Z" x="12.7" y="0" length="middle" rot="R180"/> +<pin name="Y" x="12.7" y="-2.54" length="middle" rot="R180"/> +<wire x1="-7.62" y1="7.62" x2="-7.62" y2="-5.08" width="0.254" layer="94"/> +<wire x1="-7.62" y1="-5.08" x2="7.62" y2="-5.08" width="0.254" layer="94"/> +<wire x1="7.62" y1="-5.08" x2="7.62" y2="7.62" width="0.254" layer="94"/> +<wire x1="7.62" y1="7.62" x2="-7.62" y2="7.62" width="0.254" layer="94"/> +<text x="-5.08" y="7.62" size="1.778" layer="95">>NAME</text> +<text x="-5.08" y="-7.62" size="1.778" layer="96">>VALUE</text> +</symbol> +<symbol name="LED-RGB"> +<wire x1="6.35" y1="1.778" x2="5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="5.08" y1="-0.254" x2="3.81" y2="1.778" width="0.254" layer="94"/> +<wire x1="6.35" y1="-0.254" x2="5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="5.08" y1="-0.254" x2="3.81" y2="-0.254" width="0.254" layer="94"/> +<wire x1="6.35" y1="1.778" x2="3.81" y2="1.778" width="0.254" layer="94"/> +<wire x1="3.048" y1="1.524" x2="2.159" y2="0.635" width="0.1524" layer="94"/> +<wire x1="3.81" y1="0.762" x2="2.921" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="1.27" y1="1.778" x2="0" y2="-0.254" width="0.254" layer="94"/> +<wire x1="0" y1="-0.254" x2="-1.27" y2="1.778" width="0.254" layer="94"/> +<wire x1="1.27" y1="-0.254" x2="0" y2="-0.254" width="0.254" layer="94"/> +<wire x1="0" y1="-0.254" x2="-1.27" y2="-0.254" width="0.254" layer="94"/> +<wire x1="1.27" y1="1.778" x2="-1.27" y2="1.778" width="0.254" layer="94"/> +<wire x1="-2.032" y1="1.524" x2="-2.921" y2="0.635" width="0.1524" layer="94"/> +<wire x1="-1.27" y1="0.762" x2="-2.159" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="-3.81" y1="1.778" x2="-5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-5.08" y1="-0.254" x2="-6.35" y2="1.778" width="0.254" layer="94"/> +<wire x1="-3.81" y1="-0.254" x2="-5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-5.08" y1="-0.254" x2="-6.35" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-3.81" y1="1.778" x2="-6.35" y2="1.778" width="0.254" layer="94"/> +<wire x1="-7.112" y1="1.524" x2="-8.001" y2="0.635" width="0.1524" layer="94"/> +<wire x1="-6.35" y1="0.762" x2="-7.239" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="-5.08" y1="2.54" x2="0" y2="2.54" width="0.1524" layer="94"/> +<wire x1="0" y1="2.54" x2="0" y2="0" width="0.1524" layer="94"/> +<wire x1="0" y1="2.54" x2="5.08" y2="2.54" width="0.1524" layer="94"/> +<wire x1="5.08" y1="2.54" x2="5.08" y2="0" width="0.1524" layer="94"/> +<circle x="-5.08" y="2.54" radius="0.1796" width="0.254" layer="94"/> +<circle x="0" y="2.54" radius="0.1796" width="0.254" layer="94"/> +<text x="-2.54" y="3.302" size="1.778" layer="95">>NAME</text> +<text x="-2.54" y="5.461" size="1.778" layer="96">>VALUE</text> +<pin name="CGREEN" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="CBLUE" x="0" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="CRED" x="-5.08" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="A2" x="-5.08" y="5.08" visible="pad" length="middle" direction="pas" rot="R270"/> +<polygon width="0.1524" layer="94"> +<vertex x="2.032" y="1.016"/> +<vertex x="1.778" y="0.254"/> +<vertex x="2.54" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="2.794" y="0.254"/> +<vertex x="2.54" y="-0.508"/> +<vertex x="3.302" y="-0.254"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-3.048" y="1.016"/> +<vertex x="-3.302" y="0.254"/> +<vertex x="-2.54" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-2.286" y="0.254"/> +<vertex x="-2.54" y="-0.508"/> +<vertex x="-1.778" y="-0.254"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-8.128" y="1.016"/> +<vertex x="-8.382" y="0.254"/> +<vertex x="-7.62" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-7.366" y="0.254"/> +<vertex x="-7.62" y="-0.508"/> +<vertex x="-6.858" y="-0.254"/> +</polygon> +</symbol> +<symbol name="TS2"> +<wire x1="0" y1="1.905" x2="0" y2="2.54" width="0.254" layer="94"/> +<wire x1="-4.445" y1="1.905" x2="-3.175" y2="1.905" width="0.254" layer="94"/> +<wire x1="-4.445" y1="-1.905" x2="-3.175" y2="-1.905" width="0.254" layer="94"/> +<wire x1="-4.445" y1="1.905" x2="-4.445" y2="0" width="0.254" layer="94"/> +<wire x1="-4.445" y1="0" x2="-4.445" y2="-1.905" width="0.254" layer="94"/> +<wire x1="-2.54" y1="0" x2="-1.905" y2="0" width="0.1524" layer="94"/> +<wire x1="-1.27" y1="0" x2="-0.635" y2="0" width="0.1524" layer="94"/> +<wire x1="-4.445" y1="0" x2="-3.175" y2="0" width="0.1524" layer="94"/> +<wire x1="2.54" y1="2.54" x2="0" y2="2.54" width="0.1524" layer="94"/> +<wire x1="2.54" y1="-2.54" x2="0" y2="-2.54" width="0.1524" layer="94"/> +<wire x1="0" y1="-2.54" x2="-1.27" y2="1.905" width="0.254" layer="94"/> +<circle x="0" y="-2.54" radius="0.127" width="0.4064" layer="94"/> +<circle x="0" y="2.54" radius="0.127" width="0.4064" layer="94"/> +<text x="-6.35" y="-2.54" size="1.778" layer="95" rot="R90">>NAME</text> +<text x="-3.81" y="3.175" size="1.778" layer="96" rot="R90">>VALUE</text> +<pin name="P" x="0" y="-5.08" visible="pad" length="short" direction="pas" swaplevel="2" rot="R90"/> +<pin name="S" x="0" y="5.08" visible="pad" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="S1" x="2.54" y="5.08" visible="pad" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="P1" x="2.54" y="-5.08" visible="pad" length="short" direction="pas" swaplevel="2" rot="R90"/> +</symbol> +<symbol name="USB-1"> +<wire x1="6.35" y1="-2.54" x2="6.35" y2="2.54" width="0.254" layer="94"/> +<wire x1="6.35" y1="2.54" x2="-3.81" y2="2.54" width="0.254" layer="94"/> +<wire x1="-3.81" y1="2.54" x2="-3.81" y2="-2.54" width="0.254" layer="94"/> +<text x="-2.54" y="-1.27" size="2.54" layer="94">USB</text> +<text x="-4.445" y="-1.905" size="1.27" layer="95" font="vector" rot="R90">>Name</text> +<text x="8.255" y="-1.905" size="1.27" layer="96" font="vector" rot="R90">>Value</text> +<pin name="D+" x="5.08" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="D-" x="2.54" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="VBUS" x="0" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="GND" x="-2.54" y="5.08" visible="pad" length="short" rot="R270"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="ATSAMS70N-TQFP100"> +<gates> +<gate name="G$1" symbol="ATSAMS70N" x="0" y="0"/> +</gates> +<devices> +<device name="" package="TQFP100-14X14"> +<connects> +<connect gate="G$1" pin="GND1" pad="3"/> +<connect gate="G$1" pin="GND2" pad="7"/> +<connect gate="G$1" pin="GND3" pad="8"/> +<connect gate="G$1" pin="GND4" pad="10"/> +<connect gate="G$1" pin="GND5" pad="29"/> +<connect gate="G$1" pin="GND6" pad="67"/> +<connect gate="G$1" pin="JTAGSEL" pad="73"/> +<connect gate="G$1" pin="NRST" pad="58"/> +<connect gate="G$1" pin="PA0/I2SC0_MCK" pad="72"/> +<connect gate="G$1" pin="PA1/I2SC0_CK" pad="70"/> +<connect gate="G$1" pin="PA10/UTXD0" pad="46"/> +<connect gate="G$1" pin="PA11/PWMC0_PWMH0" pad="44"/> +<connect gate="G$1" pin="PA12/PWMC0_PWMH1" pad="48"/> +<connect gate="G$1" pin="PA13/PWMC0_PWMH2" pad="27"/> +<connect gate="G$1" pin="PA14/WMC0_PWMH3" pad="34"/> +<connect gate="G$1" pin="PA15/PWMC0_PWML3" pad="33"/> +<connect gate="G$1" pin="PA16/PWMC0_PWML2" pad="30"/> +<connect gate="G$1" pin="PA17/AFE0_AD6" pad="16"/> +<connect gate="G$1" pin="PA18/AFE0_AD7" pad="15"/> +<connect gate="G$1" pin="PA19/PWMC0_PWML0/AFE0_AD8" pad="14"/> +<connect gate="G$1" pin="PA2" pad="66"/> +<connect gate="G$1" pin="PA20/PWMC0_PWML1/AFE0_AD9" pad="13"/> +<connect gate="G$1" pin="PA21/AFE0_AD1" pad="21"/> +<connect gate="G$1" pin="PA22" pad="26"/> +<connect gate="G$1" pin="PA23" pad="31"/> +<connect gate="G$1" pin="PA24" pad="38"/> +<connect gate="G$1" pin="PA25" pad="40"/> +<connect gate="G$1" pin="PA26" pad="42"/> +<connect gate="G$1" pin="PA27" pad="50"/> +<connect gate="G$1" pin="PA28" pad="79"/> +<connect gate="G$1" pin="PA3/TWD0" pad="64"/> +<connect gate="G$1" pin="PA30" pad="82"/> +<connect gate="G$1" pin="PA31/SPI0_NPCS1" pad="83"/> +<connect gate="G$1" pin="PA4/UTXD1/TWCK0" pad="55"/> +<connect gate="G$1" pin="PA5/URXD1" pad="52"/> +<connect gate="G$1" pin="PA7/XIN32" pad="24"/> +<connect gate="G$1" pin="PA8/XOUT32" pad="25"/> +<connect gate="G$1" pin="PA9/URXD0" pad="54"/> +<connect gate="G$1" pin="PB0/RXD0" pad="12"/> +<connect gate="G$1" pin="PB1/TXD0" pad="11"/> +<connect gate="G$1" pin="PB12/ERASE" pad="61"/> +<connect gate="G$1" pin="PB13/DAC0/SCK0" pad="100"/> +<connect gate="G$1" pin="PB2/SPI0_NPCS0/CTS0" pad="17"/> +<connect gate="G$1" pin="PB3/RTS0" pad="20"/> +<connect gate="G$1" pin="PB4/TDI/TWD1" pad="74"/> +<connect gate="G$1" pin="PB5/TDO/TWCK1" pad="77"/> +<connect gate="G$1" pin="PB6/SWDIO/TMS" pad="57"/> +<connect gate="G$1" pin="PB7/SWCLK/TCK" pad="63"/> +<connect gate="G$1" pin="PB8/XOUT" pad="98"/> +<connect gate="G$1" pin="PB9/XIN" pad="99"/> +<connect gate="G$1" pin="PD0/DAC1" pad="1"/> +<connect gate="G$1" pin="PD1/PWMC1_PWMLO" pad="92"/> +<connect gate="G$1" pin="PD10/PWMC0_PWML0" pad="71"/> +<connect gate="G$1" pin="PD11/PWMC0_PWMH0" pad="69"/> +<connect gate="G$1" pin="PD12/SPI0_NPCS2" pad="65"/> +<connect gate="G$1" pin="PD13" pad="62"/> +<connect gate="G$1" pin="PD14" pad="59"/> +<connect gate="G$1" pin="PD15" pad="75"/> +<connect gate="G$1" pin="PD16" pad="56"/> +<connect gate="G$1" pin="PD17" pad="53"/> +<connect gate="G$1" pin="PD18/URXD4" pad="49"/> +<connect gate="G$1" pin="PD19/UTXD4" pad="47"/> +<connect gate="G$1" pin="PD2/PWMC1_PWMH0" pad="91"/> +<connect gate="G$1" pin="PD20/SPI0_MISO" pad="45"/> +<connect gate="G$1" pin="PD21/SPI0_MOSI" pad="43"/> +<connect gate="G$1" pin="PD22_SPI0_SPCK" pad="41"/> +<connect gate="G$1" pin="PD24" pad="37"/> +<connect gate="G$1" pin="PD25/URXD2" pad="35"/> +<connect gate="G$1" pin="PD26/UTXD2" pad="36"/> +<connect gate="G$1" pin="PD27/SPI0_NPCS3/TWD2" pad="32"/> +<connect gate="G$1" pin="PD28/URXD3/TWCK2" pad="51"/> +<connect gate="G$1" pin="PD3/PWMC1_PWML1" pad="89"/> +<connect gate="G$1" pin="PD30/UTXD3" pad="23"/> +<connect gate="G$1" pin="PD31" pad="2"/> +<connect gate="G$1" pin="PD4/PWMC1_PWMH1" pad="88"/> +<connect gate="G$1" pin="PD5/PWMC1_PWML2" pad="87"/> +<connect gate="G$1" pin="PD6/PWMC1_PWMH2" pad="85"/> +<connect gate="G$1" pin="PD7/PWMC1_PWML3" pad="84"/> +<connect gate="G$1" pin="PD8/PWMC1_PWMH3" pad="80"/> +<connect gate="G$1" pin="PD9" pad="78"/> +<connect gate="G$1" pin="TST" pad="60"/> +<connect gate="G$1" pin="USB_DM" pad="94"/> +<connect gate="G$1" pin="USB_DP" pad="95"/> +<connect gate="G$1" pin="VBG" pad="97"/> +<connect gate="G$1" pin="VDDCORE1" pad="18"/> +<connect gate="G$1" pin="VDDCORE2" pad="22"/> +<connect gate="G$1" pin="VDDCORE3" pad="39"/> +<connect gate="G$1" pin="VDDCORE4" pad="76"/> +<connect gate="G$1" pin="VDDIN" pad="5"/> +<connect gate="G$1" pin="VDDIO1" pad="19"/> +<connect gate="G$1" pin="VDDIO2" pad="28"/> +<connect gate="G$1" pin="VDDIO3" pad="68"/> +<connect gate="G$1" pin="VDDIO4" pad="81"/> +<connect gate="G$1" pin="VDDOUT" pad="4"/> +<connect gate="G$1" pin="VDDPL" pad="86"/> +<connect gate="G$1" pin="VDDPLLUSB" pad="90"/> +<connect gate="G$1" pin="VDDUTMIC" pad="96"/> +<connect gate="G$1" pin="VDDUTMII" pad="93"/> +<connect gate="G$1" pin="VREFN" pad="6"/> +<connect gate="G$1" pin="VREFP" pad="9"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="ISL3177E"> +<gates> +<gate name="G$1" symbol="ISL3177E" x="0" y="0"/> +</gates> +<devices> +<device name="" package="MSOP8"> +<connects> +<connect gate="G$1" pin="A" pad="8"/> +<connect gate="G$1" pin="B" pad="7"/> +<connect gate="G$1" pin="DI" pad="3"/> +<connect gate="G$1" pin="GND" pad="4"/> +<connect gate="G$1" pin="RO" pad="2"/> +<connect gate="G$1" pin="VCC" pad="1"/> +<connect gate="G$1" pin="Y" pad="5"/> +<connect gate="G$1" pin="Z" pad="6"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="LEDRGBNEW"> +<gates> +<gate name="G$1" symbol="LED-RGB" x="0" y="-2.54"/> +</gates> +<devices> +<device name="" package="P-LCC-4"> +<connects> +<connect gate="G$1" pin="A2" pad="A"/> +<connect gate="G$1" pin="CBLUE" pad="B"/> +<connect gate="G$1" pin="CGREEN" pad="G"/> +<connect gate="G$1" pin="CRED" pad="R"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="6MM_SWITCH" prefix="S" uservalue="yes"> +<description><b>OMRON SWITCH</b></description> +<gates> +<gate name="2" symbol="TS2" x="0" y="0"/> +</gates> +<devices> +<device name="6MM_SWITCH" package="6MM_SWITCH"> +<connects> +<connect gate="2" pin="P" pad="1"/> +<connect gate="2" pin="P1" pad="2"/> +<connect gate="2" pin="S" pad="3"/> +<connect gate="2" pin="S1" pad="4"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="MICRO-USB"> +<description>SMD micro USB connector as found in the fablab inventory. +Three footprint variants included: +<ol> +<li> original, as described by manufacturer's datasheet +<li> for milling with the 1/100" bit +<li> for milling with the 1/64" bit +</ol> +<p>Made by Zaerc.</description> +<gates> +<gate name="G$1" symbol="USB-1" x="0" y="0"/> +</gates> +<devices> +<device name="_1/100" package="DX4R005HJ5_100"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="_ORIG" package="DX4R005HJ5"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="_1/64" package="DX4R005HJ5_64"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="pinhead" urn="urn:adsk.eagle:library:325"> +<description><b>Pin Header Connectors</b><p> +<author>Created by librarian@cadsoft.de</author></description> +<packages> +<package name="2X20" urn="urn:adsk.eagle:footprint:22315/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-25.4" y1="-1.905" x2="-24.765" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-24.765" y1="-2.54" x2="-23.495" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-23.495" y1="-2.54" x2="-22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="-1.905" x2="-22.225" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-22.225" y1="-2.54" x2="-20.955" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-20.955" y1="-2.54" x2="-20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="-1.905" x2="-19.685" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-19.685" y1="-2.54" x2="-18.415" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-18.415" y1="-2.54" x2="-17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="-1.905" x2="-17.145" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-17.145" y1="-2.54" x2="-15.875" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-15.875" y1="-2.54" x2="-15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="-1.905" x2="-14.605" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-14.605" y1="-2.54" x2="-13.335" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-13.335" y1="-2.54" x2="-12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="-1.905" x2="-12.065" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-12.065" y1="-2.54" x2="-10.795" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-10.795" y1="-2.54" x2="-10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-25.4" y1="-1.905" x2="-25.4" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-25.4" y1="1.905" x2="-24.765" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-24.765" y1="2.54" x2="-23.495" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-23.495" y1="2.54" x2="-22.86" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="1.905" x2="-22.225" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-22.225" y1="2.54" x2="-20.955" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-20.955" y1="2.54" x2="-20.32" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="1.905" x2="-19.685" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-19.685" y1="2.54" x2="-18.415" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-18.415" y1="2.54" x2="-17.78" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="1.905" x2="-17.145" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-17.145" y1="2.54" x2="-15.875" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-15.875" y1="2.54" x2="-15.24" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="1.905" x2="-14.605" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-14.605" y1="2.54" x2="-13.335" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-13.335" y1="2.54" x2="-12.7" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="1.905" x2="-12.065" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-12.065" y1="2.54" x2="-10.795" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-10.795" y1="2.54" x2="-10.16" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="1.905" x2="-9.525" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-9.525" y1="2.54" x2="-8.255" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-8.255" y1="2.54" x2="-7.62" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="1.905" x2="-6.985" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-6.985" y1="2.54" x2="-5.715" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="2.54" x2="-5.08" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="5.715" y2="2.54" width="0.1524" layer="21"/> +<wire x1="6.985" y1="2.54" x2="5.715" y2="2.54" width="0.1524" layer="21"/> +<wire x1="6.985" y1="2.54" x2="7.62" y2="1.905" width="0.1524" layer="21"/> +<wire x1="7.62" y1="1.905" x2="8.255" y2="2.54" width="0.1524" layer="21"/> +<wire x1="9.525" y1="2.54" x2="8.255" y2="2.54" width="0.1524" layer="21"/> +<wire x1="9.525" y1="2.54" x2="10.16" y2="1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="1.905" x2="10.795" y2="2.54" width="0.1524" layer="21"/> +<wire x1="12.065" y1="2.54" x2="10.795" y2="2.54" width="0.1524" layer="21"/> +<wire x1="12.065" y1="2.54" x2="12.7" y2="1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="1.905" x2="13.335" y2="2.54" width="0.1524" layer="21"/> +<wire x1="14.605" y1="2.54" x2="13.335" y2="2.54" width="0.1524" layer="21"/> +<wire x1="14.605" y1="2.54" x2="15.24" y2="1.905" width="0.1524" layer="21"/> +<wire x1="15.24" y1="1.905" x2="15.875" y2="2.54" width="0.1524" layer="21"/> +<wire x1="17.145" y1="2.54" x2="15.875" y2="2.54" width="0.1524" layer="21"/> +<wire x1="17.145" y1="2.54" x2="17.78" y2="1.905" width="0.1524" layer="21"/> +<wire x1="17.78" y1="1.905" x2="18.415" y2="2.54" width="0.1524" layer="21"/> +<wire x1="19.685" y1="2.54" x2="18.415" y2="2.54" width="0.1524" layer="21"/> +<wire x1="19.685" y1="2.54" x2="20.32" y2="1.905" width="0.1524" layer="21"/> +<wire x1="20.32" y1="1.905" x2="20.955" y2="2.54" width="0.1524" layer="21"/> +<wire x1="22.225" y1="2.54" x2="20.955" y2="2.54" width="0.1524" layer="21"/> +<wire x1="22.225" y1="2.54" x2="22.86" y2="1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="22.225" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="22.225" y1="-2.54" x2="20.955" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="20.955" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="19.685" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="19.685" y1="-2.54" x2="18.415" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="18.415" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="17.145" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="17.145" y1="-2.54" x2="15.875" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="15.875" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="14.605" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="13.335" y1="-2.54" x2="14.605" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="13.335" y1="-2.54" x2="12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="-1.905" x2="12.065" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="10.795" y1="-2.54" x2="12.065" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="10.795" y1="-2.54" x2="10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="-1.905" x2="9.525" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="9.525" y1="-2.54" x2="8.255" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="8.255" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="6.985" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="6.985" y1="-2.54" x2="5.715" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="5.715" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="4.445" y1="-2.54" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="-2.54" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="-2.54" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="-2.54" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-5.715" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="-2.54" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-8.255" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-8.255" y1="-2.54" x2="-9.525" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="-1.905" x2="-9.525" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="1.905" x2="-22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="1.905" x2="-20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="1.905" x2="-17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="1.905" x2="-15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="1.905" x2="-12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="1.905" x2="-10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="1.905" x2="-7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="7.62" y1="1.905" x2="7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="1.905" x2="10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="1.905" x2="12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="15.24" y1="1.905" x2="15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="17.78" y1="1.905" x2="17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="20.32" y1="1.905" x2="20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="1.905" x2="22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="1.905" x2="23.495" y2="2.54" width="0.1524" layer="21"/> +<wire x1="24.765" y1="2.54" x2="23.495" y2="2.54" width="0.1524" layer="21"/> +<wire x1="24.765" y1="2.54" x2="25.4" y2="1.905" width="0.1524" layer="21"/> +<wire x1="25.4" y1="-1.905" x2="24.765" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="24.765" y1="-2.54" x2="23.495" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="23.495" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="25.4" y1="1.905" x2="25.4" y2="-1.905" width="0.1524" layer="21"/> +<pad name="1" x="-24.13" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="2" x="-24.13" y="1.27" drill="1.016" shape="octagon"/> +<pad name="3" x="-21.59" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="4" x="-21.59" y="1.27" drill="1.016" shape="octagon"/> +<pad name="5" x="-19.05" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="6" x="-19.05" y="1.27" drill="1.016" shape="octagon"/> +<pad name="7" x="-16.51" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="8" x="-16.51" y="1.27" drill="1.016" shape="octagon"/> +<pad name="9" x="-13.97" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="10" x="-13.97" y="1.27" drill="1.016" shape="octagon"/> +<pad name="11" x="-11.43" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="12" x="-11.43" y="1.27" drill="1.016" shape="octagon"/> +<pad name="13" x="-8.89" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="14" x="-8.89" y="1.27" drill="1.016" shape="octagon"/> +<pad name="15" x="-6.35" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="16" x="-6.35" y="1.27" drill="1.016" shape="octagon"/> +<pad name="17" x="-3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="18" x="-3.81" y="1.27" drill="1.016" shape="octagon"/> +<pad name="19" x="-1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="20" x="-1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="21" x="1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="22" x="1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="23" x="3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="24" x="3.81" y="1.27" drill="1.016" shape="octagon"/> +<pad name="25" x="6.35" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="26" x="6.35" y="1.27" drill="1.016" shape="octagon"/> +<pad name="27" x="8.89" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="28" x="8.89" y="1.27" drill="1.016" shape="octagon"/> +<pad name="29" x="11.43" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="30" x="11.43" y="1.27" drill="1.016" shape="octagon"/> +<pad name="31" x="13.97" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="32" x="13.97" y="1.27" drill="1.016" shape="octagon"/> +<pad name="33" x="16.51" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="34" x="16.51" y="1.27" drill="1.016" shape="octagon"/> +<pad name="35" x="19.05" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="36" x="19.05" y="1.27" drill="1.016" shape="octagon"/> +<pad name="37" x="21.59" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="38" x="21.59" y="1.27" drill="1.016" shape="octagon"/> +<pad name="39" x="24.13" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="40" x="24.13" y="1.27" drill="1.016" shape="octagon"/> +<text x="-25.4" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-25.4" y="-4.445" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-24.384" y1="-1.524" x2="-23.876" y2="-1.016" layer="51"/> +<rectangle x1="-24.384" y1="1.016" x2="-23.876" y2="1.524" layer="51"/> +<rectangle x1="-21.844" y1="1.016" x2="-21.336" y2="1.524" layer="51"/> +<rectangle x1="-21.844" y1="-1.524" x2="-21.336" y2="-1.016" layer="51"/> +<rectangle x1="-19.304" y1="1.016" x2="-18.796" y2="1.524" layer="51"/> +<rectangle x1="-19.304" y1="-1.524" x2="-18.796" y2="-1.016" layer="51"/> +<rectangle x1="-16.764" y1="1.016" x2="-16.256" y2="1.524" layer="51"/> +<rectangle x1="-14.224" y1="1.016" x2="-13.716" y2="1.524" layer="51"/> +<rectangle x1="-11.684" y1="1.016" x2="-11.176" y2="1.524" layer="51"/> +<rectangle x1="-16.764" y1="-1.524" x2="-16.256" y2="-1.016" layer="51"/> +<rectangle x1="-14.224" y1="-1.524" x2="-13.716" y2="-1.016" layer="51"/> +<rectangle x1="-11.684" y1="-1.524" x2="-11.176" y2="-1.016" layer="51"/> +<rectangle x1="-9.144" y1="1.016" x2="-8.636" y2="1.524" layer="51"/> +<rectangle x1="-9.144" y1="-1.524" x2="-8.636" y2="-1.016" layer="51"/> +<rectangle x1="-6.604" y1="1.016" x2="-6.096" y2="1.524" layer="51"/> +<rectangle x1="-6.604" y1="-1.524" x2="-6.096" y2="-1.016" layer="51"/> +<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> +<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> +<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> +<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> +<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> +<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> +<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> +<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> +<rectangle x1="6.096" y1="1.016" x2="6.604" y2="1.524" layer="51"/> +<rectangle x1="6.096" y1="-1.524" x2="6.604" y2="-1.016" layer="51"/> +<rectangle x1="8.636" y1="1.016" x2="9.144" y2="1.524" layer="51"/> +<rectangle x1="8.636" y1="-1.524" x2="9.144" y2="-1.016" layer="51"/> +<rectangle x1="11.176" y1="1.016" x2="11.684" y2="1.524" layer="51"/> +<rectangle x1="11.176" y1="-1.524" x2="11.684" y2="-1.016" layer="51"/> +<rectangle x1="13.716" y1="1.016" x2="14.224" y2="1.524" layer="51"/> +<rectangle x1="13.716" y1="-1.524" x2="14.224" y2="-1.016" layer="51"/> +<rectangle x1="16.256" y1="1.016" x2="16.764" y2="1.524" layer="51"/> +<rectangle x1="16.256" y1="-1.524" x2="16.764" y2="-1.016" layer="51"/> +<rectangle x1="18.796" y1="1.016" x2="19.304" y2="1.524" layer="51"/> +<rectangle x1="18.796" y1="-1.524" x2="19.304" y2="-1.016" layer="51"/> +<rectangle x1="21.336" y1="1.016" x2="21.844" y2="1.524" layer="51"/> +<rectangle x1="21.336" y1="-1.524" x2="21.844" y2="-1.016" layer="51"/> +<rectangle x1="23.876" y1="1.016" x2="24.384" y2="1.524" layer="51"/> +<rectangle x1="23.876" y1="-1.524" x2="24.384" y2="-1.016" layer="51"/> +</package> +<package name="2X20/90" urn="urn:adsk.eagle:footprint:22316/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-25.4" y1="-1.905" x2="-22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="-1.905" x2="-22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="0.635" x2="-25.4" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-25.4" y1="0.635" x2="-25.4" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-24.13" y1="6.985" x2="-24.13" y2="1.27" width="0.762" layer="21"/> +<wire x1="-22.86" y1="-1.905" x2="-20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="-1.905" x2="-20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="0.635" x2="-22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-21.59" y1="6.985" x2="-21.59" y2="1.27" width="0.762" layer="21"/> +<wire x1="-20.32" y1="-1.905" x2="-17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="-1.905" x2="-17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="0.635" x2="-20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-19.05" y1="6.985" x2="-19.05" y2="1.27" width="0.762" layer="21"/> +<wire x1="-17.78" y1="-1.905" x2="-15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="-1.905" x2="-15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="0.635" x2="-17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-16.51" y1="6.985" x2="-16.51" y2="1.27" width="0.762" layer="21"/> +<wire x1="-15.24" y1="-1.905" x2="-12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="-1.905" x2="-12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="0.635" x2="-15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-13.97" y1="6.985" x2="-13.97" y2="1.27" width="0.762" layer="21"/> +<wire x1="-12.7" y1="-1.905" x2="-10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="-1.905" x2="-10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="0.635" x2="-12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-11.43" y1="6.985" x2="-11.43" y2="1.27" width="0.762" layer="21"/> +<wire x1="-10.16" y1="-1.905" x2="-7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="0.635" x2="-10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-8.89" y1="6.985" x2="-8.89" y2="1.27" width="0.762" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="0.635" x2="-7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-6.35" y1="6.985" x2="-6.35" y2="1.27" width="0.762" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="0.635" x2="-5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="6.985" x2="-3.81" y2="1.27" width="0.762" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="0" y1="0.635" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="6.985" x2="-1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="0" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="2.54" y1="0.635" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="1.27" y1="6.985" x2="1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="5.08" y1="0.635" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="3.81" y1="6.985" x2="3.81" y2="1.27" width="0.762" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="7.62" y1="0.635" x2="5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="6.35" y1="6.985" x2="6.35" y2="1.27" width="0.762" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="-1.905" x2="10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="10.16" y1="0.635" x2="7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="8.89" y1="6.985" x2="8.89" y2="1.27" width="0.762" layer="21"/> +<wire x1="10.16" y1="-1.905" x2="12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="-1.905" x2="12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="12.7" y1="0.635" x2="10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="11.43" y1="6.985" x2="11.43" y2="1.27" width="0.762" layer="21"/> +<wire x1="12.7" y1="-1.905" x2="15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="15.24" y1="0.635" x2="12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="13.97" y1="6.985" x2="13.97" y2="1.27" width="0.762" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="17.78" y1="0.635" x2="15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="16.51" y1="6.985" x2="16.51" y2="1.27" width="0.762" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="20.32" y1="0.635" x2="17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="19.05" y1="6.985" x2="19.05" y2="1.27" width="0.762" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="22.86" y1="0.635" x2="20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="21.59" y1="6.985" x2="21.59" y2="1.27" width="0.762" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="25.4" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="25.4" y1="-1.905" x2="25.4" y2="0.635" width="0.1524" layer="21"/> +<wire x1="25.4" y1="0.635" x2="22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="24.13" y1="6.985" x2="24.13" y2="1.27" width="0.762" layer="21"/> +<pad name="2" x="-24.13" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="4" x="-21.59" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="6" x="-19.05" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="8" x="-16.51" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="10" x="-13.97" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="12" x="-11.43" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="14" x="-8.89" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="16" x="-6.35" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="18" x="-3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="20" x="-1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="22" x="1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="24" x="3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="26" x="6.35" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="28" x="8.89" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="30" x="11.43" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="32" x="13.97" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="34" x="16.51" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="36" x="19.05" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="38" x="21.59" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="1" x="-24.13" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="3" x="-21.59" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="5" x="-19.05" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="7" x="-16.51" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="9" x="-13.97" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="11" x="-11.43" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="13" x="-8.89" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="15" x="-6.35" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="17" x="-3.81" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="19" x="-1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="21" x="1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="23" x="3.81" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="25" x="6.35" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="27" x="8.89" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="29" x="11.43" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="31" x="13.97" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="33" x="16.51" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="35" x="19.05" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="37" x="21.59" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="40" x="24.13" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="39" x="24.13" y="-6.35" drill="1.016" shape="octagon"/> +<text x="-26.035" y="-3.81" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="27.305" y="-3.81" size="1.27" layer="27" rot="R90">>VALUE</text> +<rectangle x1="-24.511" y1="0.635" x2="-23.749" y2="1.143" layer="21"/> +<rectangle x1="-21.971" y1="0.635" x2="-21.209" y2="1.143" layer="21"/> +<rectangle x1="-19.431" y1="0.635" x2="-18.669" y2="1.143" layer="21"/> +<rectangle x1="-16.891" y1="0.635" x2="-16.129" y2="1.143" layer="21"/> +<rectangle x1="-14.351" y1="0.635" x2="-13.589" y2="1.143" layer="21"/> +<rectangle x1="-11.811" y1="0.635" x2="-11.049" y2="1.143" layer="21"/> +<rectangle x1="-9.271" y1="0.635" x2="-8.509" y2="1.143" layer="21"/> +<rectangle x1="-6.731" y1="0.635" x2="-5.969" y2="1.143" layer="21"/> +<rectangle x1="-4.191" y1="0.635" x2="-3.429" y2="1.143" layer="21"/> +<rectangle x1="-1.651" y1="0.635" x2="-0.889" y2="1.143" layer="21"/> +<rectangle x1="0.889" y1="0.635" x2="1.651" y2="1.143" layer="21"/> +<rectangle x1="3.429" y1="0.635" x2="4.191" y2="1.143" layer="21"/> +<rectangle x1="5.969" y1="0.635" x2="6.731" y2="1.143" layer="21"/> +<rectangle x1="8.509" y1="0.635" x2="9.271" y2="1.143" layer="21"/> +<rectangle x1="11.049" y1="0.635" x2="11.811" y2="1.143" layer="21"/> +<rectangle x1="13.589" y1="0.635" x2="14.351" y2="1.143" layer="21"/> +<rectangle x1="16.129" y1="0.635" x2="16.891" y2="1.143" layer="21"/> +<rectangle x1="18.669" y1="0.635" x2="19.431" y2="1.143" layer="21"/> +<rectangle x1="21.209" y1="0.635" x2="21.971" y2="1.143" layer="21"/> +<rectangle x1="23.749" y1="0.635" x2="24.511" y2="1.143" layer="21"/> +<rectangle x1="-24.511" y1="-2.921" x2="-23.749" y2="-1.905" layer="21"/> +<rectangle x1="-21.971" y1="-2.921" x2="-21.209" y2="-1.905" layer="21"/> +<rectangle x1="-24.511" y1="-5.461" x2="-23.749" y2="-4.699" layer="21"/> +<rectangle x1="-24.511" y1="-4.699" x2="-23.749" y2="-2.921" layer="51"/> +<rectangle x1="-21.971" y1="-4.699" x2="-21.209" y2="-2.921" layer="51"/> +<rectangle x1="-21.971" y1="-5.461" x2="-21.209" y2="-4.699" layer="21"/> +<rectangle x1="-19.431" y1="-2.921" x2="-18.669" y2="-1.905" layer="21"/> +<rectangle x1="-16.891" y1="-2.921" x2="-16.129" y2="-1.905" layer="21"/> +<rectangle x1="-19.431" y1="-5.461" x2="-18.669" y2="-4.699" layer="21"/> +<rectangle x1="-19.431" y1="-4.699" x2="-18.669" y2="-2.921" layer="51"/> +<rectangle x1="-16.891" y1="-4.699" x2="-16.129" y2="-2.921" layer="51"/> +<rectangle x1="-16.891" y1="-5.461" x2="-16.129" y2="-4.699" layer="21"/> +<rectangle x1="-14.351" y1="-2.921" x2="-13.589" y2="-1.905" layer="21"/> +<rectangle x1="-14.351" y1="-5.461" x2="-13.589" y2="-4.699" layer="21"/> +<rectangle x1="-14.351" y1="-4.699" x2="-13.589" y2="-2.921" layer="51"/> +<rectangle x1="-11.811" y1="-2.921" x2="-11.049" y2="-1.905" layer="21"/> +<rectangle x1="-9.271" y1="-2.921" x2="-8.509" y2="-1.905" layer="21"/> +<rectangle x1="-11.811" y1="-5.461" x2="-11.049" y2="-4.699" layer="21"/> +<rectangle x1="-11.811" y1="-4.699" x2="-11.049" y2="-2.921" layer="51"/> +<rectangle x1="-9.271" y1="-4.699" x2="-8.509" y2="-2.921" layer="51"/> +<rectangle x1="-9.271" y1="-5.461" x2="-8.509" y2="-4.699" layer="21"/> +<rectangle x1="-6.731" y1="-2.921" x2="-5.969" y2="-1.905" layer="21"/> +<rectangle x1="-4.191" y1="-2.921" x2="-3.429" y2="-1.905" layer="21"/> +<rectangle x1="-6.731" y1="-5.461" x2="-5.969" y2="-4.699" layer="21"/> +<rectangle x1="-6.731" y1="-4.699" x2="-5.969" y2="-2.921" layer="51"/> +<rectangle x1="-4.191" y1="-4.699" x2="-3.429" y2="-2.921" layer="51"/> +<rectangle x1="-4.191" y1="-5.461" x2="-3.429" y2="-4.699" layer="21"/> +<rectangle x1="-1.651" y1="-2.921" x2="-0.889" y2="-1.905" layer="21"/> +<rectangle x1="-1.651" y1="-5.461" x2="-0.889" y2="-4.699" layer="21"/> +<rectangle x1="-1.651" y1="-4.699" x2="-0.889" y2="-2.921" layer="51"/> +<rectangle x1="0.889" y1="-2.921" x2="1.651" y2="-1.905" layer="21"/> +<rectangle x1="3.429" y1="-2.921" x2="4.191" y2="-1.905" layer="21"/> +<rectangle x1="0.889" y1="-5.461" x2="1.651" y2="-4.699" layer="21"/> +<rectangle x1="0.889" y1="-4.699" x2="1.651" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-4.699" x2="4.191" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-5.461" x2="4.191" y2="-4.699" layer="21"/> +<rectangle x1="5.969" y1="-2.921" x2="6.731" y2="-1.905" layer="21"/> +<rectangle x1="8.509" y1="-2.921" x2="9.271" y2="-1.905" layer="21"/> +<rectangle x1="5.969" y1="-5.461" x2="6.731" y2="-4.699" layer="21"/> +<rectangle x1="5.969" y1="-4.699" x2="6.731" y2="-2.921" layer="51"/> +<rectangle x1="8.509" y1="-4.699" x2="9.271" y2="-2.921" layer="51"/> +<rectangle x1="8.509" y1="-5.461" x2="9.271" y2="-4.699" layer="21"/> +<rectangle x1="11.049" y1="-2.921" x2="11.811" y2="-1.905" layer="21"/> +<rectangle x1="11.049" y1="-5.461" x2="11.811" y2="-4.699" layer="21"/> +<rectangle x1="11.049" y1="-4.699" x2="11.811" y2="-2.921" layer="51"/> +<rectangle x1="13.589" y1="-2.921" x2="14.351" y2="-1.905" layer="21"/> +<rectangle x1="16.129" y1="-2.921" x2="16.891" y2="-1.905" layer="21"/> +<rectangle x1="13.589" y1="-5.461" x2="14.351" y2="-4.699" layer="21"/> +<rectangle x1="13.589" y1="-4.699" x2="14.351" y2="-2.921" layer="51"/> +<rectangle x1="16.129" y1="-4.699" x2="16.891" y2="-2.921" layer="51"/> +<rectangle x1="16.129" y1="-5.461" x2="16.891" y2="-4.699" layer="21"/> +<rectangle x1="18.669" y1="-2.921" x2="19.431" y2="-1.905" layer="21"/> +<rectangle x1="21.209" y1="-2.921" x2="21.971" y2="-1.905" layer="21"/> +<rectangle x1="18.669" y1="-5.461" x2="19.431" y2="-4.699" layer="21"/> +<rectangle x1="18.669" y1="-4.699" x2="19.431" y2="-2.921" layer="51"/> +<rectangle x1="21.209" y1="-4.699" x2="21.971" y2="-2.921" layer="51"/> +<rectangle x1="21.209" y1="-5.461" x2="21.971" y2="-4.699" layer="21"/> +<rectangle x1="23.749" y1="-2.921" x2="24.511" y2="-1.905" layer="21"/> +<rectangle x1="23.749" y1="-5.461" x2="24.511" y2="-4.699" layer="21"/> +<rectangle x1="23.749" y1="-4.699" x2="24.511" y2="-2.921" layer="51"/> +</package> +<package name="2X04" urn="urn:adsk.eagle:footprint:22351/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="-2.54" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="-2.54" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="-2.54" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-5.08" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0.635" y1="-2.54" x2="1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-1.905" y1="-2.54" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="-2.54" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="4.445" y1="-2.54" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="4.445" y1="2.54" x2="5.08" y2="1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="3.175" y1="-2.54" x2="4.445" y2="-2.54" width="0.1524" layer="21"/> +<pad name="1" x="-3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="2" x="-3.81" y="1.27" drill="1.016" shape="octagon"/> +<pad name="3" x="-1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="4" x="-1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="5" x="1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="6" x="1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="7" x="3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="8" x="3.81" y="1.27" drill="1.016" shape="octagon"/> +<text x="-5.08" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-4.445" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> +<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> +<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> +<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> +<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> +<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> +<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> +<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> +</package> +<package name="2X04/90" urn="urn:adsk.eagle:footprint:22352/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-5.08" y1="-1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="0.635" x2="-5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="0.635" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="6.985" x2="-3.81" y2="1.27" width="0.762" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="0" y1="0.635" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="6.985" x2="-1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="0" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="2.54" y1="0.635" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="1.27" y1="6.985" x2="1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="5.08" y1="0.635" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="3.81" y1="6.985" x2="3.81" y2="1.27" width="0.762" layer="21"/> +<pad name="2" x="-3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="4" x="-1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="6" x="1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="8" x="3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="1" x="-3.81" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="3" x="-1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="5" x="1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="7" x="3.81" y="-6.35" drill="1.016" shape="octagon"/> +<text x="-5.715" y="-3.81" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="6.985" y="-3.81" size="1.27" layer="27" rot="R90">>VALUE</text> +<rectangle x1="-4.191" y1="0.635" x2="-3.429" y2="1.143" layer="21"/> +<rectangle x1="-1.651" y1="0.635" x2="-0.889" y2="1.143" layer="21"/> +<rectangle x1="0.889" y1="0.635" x2="1.651" y2="1.143" layer="21"/> +<rectangle x1="3.429" y1="0.635" x2="4.191" y2="1.143" layer="21"/> +<rectangle x1="-4.191" y1="-2.921" x2="-3.429" y2="-1.905" layer="21"/> +<rectangle x1="-1.651" y1="-2.921" x2="-0.889" y2="-1.905" layer="21"/> +<rectangle x1="-4.191" y1="-5.461" x2="-3.429" y2="-4.699" layer="21"/> +<rectangle x1="-4.191" y1="-4.699" x2="-3.429" y2="-2.921" layer="51"/> +<rectangle x1="-1.651" y1="-4.699" x2="-0.889" y2="-2.921" layer="51"/> +<rectangle x1="-1.651" y1="-5.461" x2="-0.889" y2="-4.699" layer="21"/> +<rectangle x1="0.889" y1="-2.921" x2="1.651" y2="-1.905" layer="21"/> +<rectangle x1="3.429" y1="-2.921" x2="4.191" y2="-1.905" layer="21"/> +<rectangle x1="0.889" y1="-5.461" x2="1.651" y2="-4.699" layer="21"/> +<rectangle x1="0.889" y1="-4.699" x2="1.651" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-4.699" x2="4.191" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-5.461" x2="4.191" y2="-4.699" layer="21"/> +</package> +</packages> +<packages3d> +<package3d name="2X20" urn="urn:adsk.eagle:package:22443/2" type="model" library_version="2"> +<description>PIN HEADER</description> +</package3d> +<package3d name="2X20/90" urn="urn:adsk.eagle:package:22440/1" type="box" library_version="2"> +<description>PIN HEADER</description> +</package3d> +<package3d name="2X04" urn="urn:adsk.eagle:package:22461/2" type="model" library_version="2"> +<description>PIN HEADER</description> +</package3d> +<package3d name="2X04/90" urn="urn:adsk.eagle:package:22465/1" type="box" library_version="2"> +<description>PIN HEADER</description> +</package3d> +</packages3d> +<symbols> +<symbol name="PINH2X20" urn="urn:adsk.eagle:symbol:22314/1" library_version="2"> +<wire x1="-6.35" y1="-27.94" x2="8.89" y2="-27.94" width="0.4064" layer="94"/> +<wire x1="8.89" y1="-27.94" x2="8.89" y2="25.4" width="0.4064" layer="94"/> +<wire x1="8.89" y1="25.4" x2="-6.35" y2="25.4" width="0.4064" layer="94"/> +<wire x1="-6.35" y1="25.4" x2="-6.35" y2="-27.94" width="0.4064" layer="94"/> +<text x="-6.35" y="26.035" size="1.778" layer="95">>NAME</text> +<text x="-6.35" y="-30.48" size="1.778" layer="96">>VALUE</text> +<pin name="1" x="-2.54" y="22.86" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="2" x="5.08" y="22.86" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="3" x="-2.54" y="20.32" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="4" x="5.08" y="20.32" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="5" x="-2.54" y="17.78" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="6" x="5.08" y="17.78" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="7" x="-2.54" y="15.24" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="8" x="5.08" y="15.24" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="9" x="-2.54" y="12.7" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="10" x="5.08" y="12.7" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="11" x="-2.54" y="10.16" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="12" x="5.08" y="10.16" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="13" x="-2.54" y="7.62" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="14" x="5.08" y="7.62" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="15" x="-2.54" y="5.08" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="16" x="5.08" y="5.08" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="17" x="-2.54" y="2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="18" x="5.08" y="2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="19" x="-2.54" y="0" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="20" x="5.08" y="0" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="21" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="22" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="23" x="-2.54" y="-5.08" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="24" x="5.08" y="-5.08" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="25" x="-2.54" y="-7.62" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="26" x="5.08" y="-7.62" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="27" x="-2.54" y="-10.16" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="28" x="5.08" y="-10.16" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="29" x="-2.54" y="-12.7" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="30" x="5.08" y="-12.7" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="31" x="-2.54" y="-15.24" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="32" x="5.08" y="-15.24" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="33" x="-2.54" y="-17.78" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="34" x="5.08" y="-17.78" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="35" x="-2.54" y="-20.32" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="36" x="5.08" y="-20.32" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="37" x="-2.54" y="-22.86" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="38" x="5.08" y="-22.86" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="39" x="-2.54" y="-25.4" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="40" x="5.08" y="-25.4" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +</symbol> +<symbol name="PINH2X4" urn="urn:adsk.eagle:symbol:22350/1" library_version="2"> +<wire x1="-6.35" y1="-5.08" x2="8.89" y2="-5.08" width="0.4064" layer="94"/> +<wire x1="8.89" y1="-5.08" x2="8.89" y2="7.62" width="0.4064" layer="94"/> +<wire x1="8.89" y1="7.62" x2="-6.35" y2="7.62" width="0.4064" layer="94"/> +<wire x1="-6.35" y1="7.62" x2="-6.35" y2="-5.08" width="0.4064" layer="94"/> +<text x="-6.35" y="8.255" size="1.778" layer="95">>NAME</text> +<text x="-6.35" y="-7.62" size="1.778" layer="96">>VALUE</text> +<pin name="1" x="-2.54" y="5.08" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="2" x="5.08" y="5.08" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="3" x="-2.54" y="2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="4" x="5.08" y="2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="5" x="-2.54" y="0" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="6" x="5.08" y="0" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="7" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="8" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="PINHD-2X20" urn="urn:adsk.eagle:component:22518/2" prefix="JP" uservalue="yes" library_version="2"> +<description><b>PIN HEADER</b></description> +<gates> +<gate name="A" symbol="PINH2X20" x="0" y="0"/> +</gates> +<devices> +<device name="" package="2X20"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="10" pad="10"/> +<connect gate="A" pin="11" pad="11"/> +<connect gate="A" pin="12" pad="12"/> +<connect gate="A" pin="13" pad="13"/> +<connect gate="A" pin="14" pad="14"/> +<connect gate="A" pin="15" pad="15"/> +<connect gate="A" pin="16" pad="16"/> +<connect gate="A" pin="17" pad="17"/> +<connect gate="A" pin="18" pad="18"/> +<connect gate="A" pin="19" pad="19"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="20" pad="20"/> +<connect gate="A" pin="21" pad="21"/> +<connect gate="A" pin="22" pad="22"/> +<connect gate="A" pin="23" pad="23"/> +<connect gate="A" pin="24" pad="24"/> +<connect gate="A" pin="25" pad="25"/> +<connect gate="A" pin="26" pad="26"/> +<connect gate="A" pin="27" pad="27"/> +<connect gate="A" pin="28" pad="28"/> +<connect gate="A" pin="29" pad="29"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="30" pad="30"/> +<connect gate="A" pin="31" pad="31"/> +<connect gate="A" pin="32" pad="32"/> +<connect gate="A" pin="33" pad="33"/> +<connect gate="A" pin="34" pad="34"/> +<connect gate="A" pin="35" pad="35"/> +<connect gate="A" pin="36" pad="36"/> +<connect gate="A" pin="37" pad="37"/> +<connect gate="A" pin="38" pad="38"/> +<connect gate="A" pin="39" pad="39"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="40" pad="40"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +<connect gate="A" pin="9" pad="9"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22443/2"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="/90" package="2X20/90"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="10" pad="10"/> +<connect gate="A" pin="11" pad="11"/> +<connect gate="A" pin="12" pad="12"/> +<connect gate="A" pin="13" pad="13"/> +<connect gate="A" pin="14" pad="14"/> +<connect gate="A" pin="15" pad="15"/> +<connect gate="A" pin="16" pad="16"/> +<connect gate="A" pin="17" pad="17"/> +<connect gate="A" pin="18" pad="18"/> +<connect gate="A" pin="19" pad="19"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="20" pad="20"/> +<connect gate="A" pin="21" pad="21"/> +<connect gate="A" pin="22" pad="22"/> +<connect gate="A" pin="23" pad="23"/> +<connect gate="A" pin="24" pad="24"/> +<connect gate="A" pin="25" pad="25"/> +<connect gate="A" pin="26" pad="26"/> +<connect gate="A" pin="27" pad="27"/> +<connect gate="A" pin="28" pad="28"/> +<connect gate="A" pin="29" pad="29"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="30" pad="30"/> +<connect gate="A" pin="31" pad="31"/> +<connect gate="A" pin="32" pad="32"/> +<connect gate="A" pin="33" pad="33"/> +<connect gate="A" pin="34" pad="34"/> +<connect gate="A" pin="35" pad="35"/> +<connect gate="A" pin="36" pad="36"/> +<connect gate="A" pin="37" pad="37"/> +<connect gate="A" pin="38" pad="38"/> +<connect gate="A" pin="39" pad="39"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="40" pad="40"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +<connect gate="A" pin="9" pad="9"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22440/1"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="PINHD-2X4" urn="urn:adsk.eagle:component:22527/2" prefix="JP" uservalue="yes" library_version="2"> +<description><b>PIN HEADER</b></description> +<gates> +<gate name="A" symbol="PINH2X4" x="0" y="0"/> +</gates> +<devices> +<device name="" package="2X04"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22461/2"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="/90" package="2X04/90"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22465/1"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="tag-connect-2050"> +<packages> +<package name="TC2030-MCP-NL"> +<description><B>TAG-CONNECT ISP Connector</B><BR><BR><I>Manufacturer:</I> <a href="www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit PCB Programming. Designed for Standard JTAG 10 Pin, suitable for many others.<BR> +<BR>Footprint for TC2050 NL <BR> + +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>VTREF</TD></TR> +<TR><TD align=center>2</TD><TD>nTRST</TD></TR> +<TR><TD align=center>3</TD><TD>TDI</TD></TR> +<TR><TD align=center>4</TD><TD>TMS</TD></TR> +<TR><TD align=center>5</TD><TD>TCK</TD></TR> +<TR><TD align=center>6</TD><TD>RTCK</TD></TR> +<TR><TD align=center>7</TD><TD>TDO</TD></TR> +<TR><TD align=center>8</TD><TD>RESET</TD></TR> +<TR><TD align=center>9</TD><TD>GND</TD></TR> +<TR><TD align=center>10</TD><TD>NC</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> +©2009 ROFA.cz +Modified 7/2011 by Tim McCarthy-Smith +VIDA Products INC</description> +<wire x1="0" y1="-2.54" x2="7.62" y2="-2.54" width="0.127" layer="21"/> +<circle x="1.27" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="1.27" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="2.54" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="3.81" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="5.08" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="6.35" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="6.35" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="5.08" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="3.81" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="2.54" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="1.27" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="2.54" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="3.81" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="5.08" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="6.35" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="6.35" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="5.08" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="3.81" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="2.54" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="1.27" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<smd name="10" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="9" x="2.54" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="8" x="3.81" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="3" x="3.81" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="2" x="2.54" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="1" x="1.27" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="7" x="5.08" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="6" x="6.35" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="4" x="5.08" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="5" x="6.35" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="11" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="12" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<text x="-0.635" y="1.27" size="1.27" layer="25">>name</text> +<hole x="0" y="0" drill="1"/> +<hole x="7.62" y="-1.016" drill="1"/> +<hole x="7.62" y="1.016" drill="1"/> +</package> +</packages> +<symbols> +<symbol name="TC2050"> +<wire x1="-12.7" y1="15.24" x2="-12.7" y2="-35.56" width="0.254" layer="94"/> +<wire x1="-12.7" y1="-35.56" x2="7.62" y2="-35.56" width="0.254" layer="94"/> +<wire x1="7.62" y1="-35.56" x2="7.62" y2="15.24" width="0.254" layer="94"/> +<wire x1="7.62" y1="15.24" x2="-12.7" y2="15.24" width="0.254" layer="94"/> +<text x="-12.7" y="17.78" size="1.778" layer="95">>NAME</text> +<pin name="VTREF" x="-17.78" y="-12.7" length="middle"/> +<pin name="!TRST" x="-17.78" y="-2.54" length="middle"/> +<pin name="TDI" x="-17.78" y="12.7" length="middle"/> +<pin name="TMS" x="-17.78" y="7.62" length="middle"/> +<pin name="TCK" x="-17.78" y="2.54" length="middle"/> +<pin name="RTCK" x="-17.78" y="-22.86" length="middle"/> +<pin name="TDO" x="-17.78" y="-7.62" length="middle"/> +<pin name="RESET" x="-17.78" y="-17.78" length="middle"/> +<pin name="GND" x="-17.78" y="-27.94" length="middle"/> +<pin name="NC" x="-17.78" y="-33.02" length="middle"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="TC2050"> +<description><B>TAG-CONNECT ISP Connector</B><BR><BR><I>Manufacturer:</I> <a href="www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit PCB Programming. Designed for JTAG 10 pin, suitable for many others.<BR> +Pin Connection for TC2050 NL.<BR> +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>VTREF</TD></TR> +<TR><TD align=center>2</TD><TD>TMS</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>TCK</TD></TR> +<TR><TD align=center>5</TD><TD>NC</TD></TR> +<TR><TD align=center>6</TD><TD>TDO</TD></TR> +<TR><TD align=center>7</TD><TD>RTCK</TD></TR> +<TR><TD align=center>8</TD><TD>TDI</TD></TR> +<TR><TD align=center>9</TD><TD>!TRST</TD></TR> +<TR><TD align=center>10</TD><TD>RESET</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> +©2009 ROFA.cz +<BR>Modified 7/2011 by Tim McCarthy-Smith +VIDA Products INC</description> +<gates> +<gate name="G$1" symbol="TC2050" x="0" y="0"/> +</gates> +<devices> +<device name="-MCP-NL" package="TC2030-MCP-NL"> +<connects> +<connect gate="G$1" pin="!TRST" pad="9"/> +<connect gate="G$1" pin="GND" pad="3"/> +<connect gate="G$1" pin="NC" pad="5"/> +<connect gate="G$1" pin="RESET" pad="10"/> +<connect gate="G$1" pin="RTCK" pad="7"/> +<connect gate="G$1" pin="TCK" pad="4"/> +<connect gate="G$1" pin="TDI" pad="8"/> +<connect gate="G$1" pin="TDO" pad="6"/> +<connect gate="G$1" pin="TMS" pad="2"/> +<connect gate="G$1" pin="VTREF" pad="1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +</libraries> +<attributes> +</attributes> +<variantdefs> +</variantdefs> +<classes> +<class number="0" name="default" width="0" drill="0"> +</class> +</classes> +<parts> +<part name="U$1" library="fab" deviceset="ATSAMS70N-TQFP100" device=""/> +<part name="U$2" library="fab" deviceset="ISL3177E" device=""/> +<part name="U$3" library="fab" deviceset="ISL3177E" device=""/> +<part name="U$4" library="fab" deviceset="ISL3177E" device=""/> +<part name="U$5" library="fab" deviceset="ISL3177E" device=""/> +<part name="JP1" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X20" device="" package3d_urn="urn:adsk.eagle:package:22443/2"/> +<part name="JP2" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="JP3" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="JP4" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="JP5" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="U$6" library="tag-connect-2050" deviceset="TC2050" device="-MCP-NL"/> +<part name="U$7" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$8" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$9" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$10" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$11" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="S1" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="S2" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="S3" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="U$12" library="fab" deviceset="MICRO-USB" device="_1/100"/> +</parts> +<sheets> +<sheet> +<plain> +</plain> +<instances> +<instance part="U$1" gate="G$1" x="58.42" y="71.12"/> +<instance part="U$2" gate="G$1" x="246.38" y="139.7"/> +<instance part="U$3" gate="G$1" x="246.38" y="116.84"/> +<instance part="U$4" gate="G$1" x="246.38" y="93.98"/> +<instance part="U$5" gate="G$1" x="246.38" y="71.12"/> +<instance part="JP1" gate="A" x="246.38" y="17.78"/> +<instance part="JP2" gate="A" x="292.1" y="139.7"/> +<instance part="JP3" gate="A" x="292.1" y="114.3"/> +<instance part="JP4" gate="A" x="292.1" y="91.44"/> +<instance part="JP5" gate="A" x="294.64" y="68.58"/> +<instance part="U$6" gate="G$1" x="-48.26" y="7.62" rot="R180"/> +<instance part="U$7" gate="G$1" x="200.66" y="139.7"/> +<instance part="U$8" gate="G$1" x="200.66" y="116.84"/> +<instance part="U$9" gate="G$1" x="203.2" y="96.52"/> +<instance part="U$10" gate="G$1" x="205.74" y="71.12"/> +<instance part="U$11" gate="G$1" x="-12.7" y="60.96"/> +<instance part="S1" gate="2" x="-15.24" y="-17.78" rot="R90"/> +<instance part="S2" gate="2" x="-12.7" y="78.74" rot="R270"/> +<instance part="S3" gate="2" x="-12.7" y="93.98" rot="R270"/> +<instance part="U$12" gate="G$1" x="-40.64" y="60.96" rot="R270"/> +</instances> +<busses> +</busses> +<nets> +</nets> +</sheet> +</sheets> +</schematic> +</drawing> +<compatibility> +<note version="8.2" severity="warning"> +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. +</note> +<note version="8.3" severity="warning"> +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. +</note> +<note version="8.3" severity="warning"> +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. +</note> +</compatibility> +</eagle> diff --git a/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.s#2 b/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.s#2 new file mode 100644 index 0000000000000000000000000000000000000000..dda452d0d3d03d73264b3a8427b6722df7d5a5c5 --- /dev/null +++ b/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.s#2 @@ -0,0 +1,1484 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE eagle SYSTEM "eagle.dtd"> +<eagle version="8.3.2"> +<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"/> +<layers> +<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/> +<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/> +<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/> +<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/> +<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/> +<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="no"/> +<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/> +<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/> +<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/> +<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/> +<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/> +<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/> +<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/> +<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/> +<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/> +<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/> +<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/> +<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/> +<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/> +<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/> +<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/> +<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/> +<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/> +<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/> +<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/> +<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/> +<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/> +<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/> +<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/> +<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/> +<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/> +<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/> +<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/> +<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/> +<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/> +<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/> +<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/> +<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/> +<layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/> +<layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/> +<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/> +<layer number="57" name="tCAD" color="7" fill="1" visible="no" active="no"/> +<layer number="59" name="tCarbon" color="7" fill="1" visible="no" active="no"/> +<layer number="60" name="bCarbon" color="7" fill="1" visible="no" active="no"/> +<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/> +<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> +<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> +<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> +<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> +<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> +<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> +<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> +<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> +<layer number="99" name="SpiceOrder" color="7" fill="1" visible="yes" active="yes"/> +<layer number="100" name="Muster" color="7" fill="1" visible="no" active="no"/> +<layer number="101" name="Patch_Top" color="12" fill="4" visible="no" active="yes"/> +<layer number="102" name="Vscore" color="7" fill="1" visible="no" active="yes"/> +<layer number="103" name="tMap" color="7" fill="1" visible="no" active="yes"/> +<layer number="104" name="Name" color="7" fill="1" visible="no" active="yes"/> +<layer number="105" name="tPlate" color="7" fill="1" visible="no" active="yes"/> +<layer number="106" name="bPlate" color="7" fill="1" visible="no" active="yes"/> +<layer number="107" name="Crop" color="7" fill="1" visible="no" active="yes"/> +<layer number="108" name="tplace-old" color="10" fill="1" visible="no" active="yes"/> +<layer number="109" name="ref-old" color="11" fill="1" visible="no" active="yes"/> +<layer number="110" name="fp0" color="7" fill="1" visible="no" active="yes"/> +<layer number="111" name="LPC17xx" color="7" fill="1" visible="no" active="yes"/> +<layer number="112" name="tSilk" color="7" fill="1" visible="no" active="yes"/> +<layer number="113" name="IDFDebug" color="7" fill="1" visible="no" active="yes"/> +<layer number="114" name="Badge_Outline" color="7" fill="1" visible="yes" active="yes"/> +<layer number="115" name="ReferenceISLANDS" color="7" fill="1" visible="yes" active="yes"/> +<layer number="116" name="Patch_BOT" color="9" fill="4" visible="no" active="yes"/> +<layer number="118" name="Rect_Pads" color="7" fill="1" visible="no" active="yes"/> +<layer number="121" name="_tsilk" color="7" fill="1" visible="no" active="yes"/> +<layer number="122" name="_bsilk" color="7" fill="1" visible="no" active="yes"/> +<layer number="123" name="tTestmark" color="7" fill="1" visible="no" active="yes"/> +<layer number="124" name="bTestmark" color="7" fill="1" visible="no" active="yes"/> +<layer number="125" name="_tNames" color="7" fill="1" visible="no" active="yes"/> +<layer number="126" name="_bNames" color="7" fill="1" visible="no" active="yes"/> +<layer number="127" name="_tValues" color="7" fill="1" visible="no" active="yes"/> +<layer number="128" name="_bValues" color="7" fill="1" visible="no" active="yes"/> +<layer number="129" name="Mask" color="7" fill="1" visible="no" active="yes"/> +<layer number="131" name="tAdjust" color="7" fill="1" visible="no" active="yes"/> +<layer number="132" name="bAdjust" color="7" fill="1" visible="no" active="yes"/> +<layer number="144" name="Drill_legend" color="7" fill="1" visible="no" active="yes"/> +<layer number="150" name="Notes" color="7" fill="1" visible="no" active="yes"/> +<layer number="151" name="HeatSink" color="7" fill="1" visible="no" active="yes"/> +<layer number="152" name="_bDocu" color="7" fill="1" visible="no" active="yes"/> +<layer number="153" name="FabDoc1" color="7" fill="1" visible="no" active="yes"/> +<layer number="154" name="FabDoc2" color="7" fill="1" visible="no" active="yes"/> +<layer number="155" name="FabDoc3" color="7" fill="1" visible="no" active="yes"/> +<layer number="199" name="Contour" color="7" fill="1" visible="no" active="yes"/> +<layer number="200" name="200bmp" color="1" fill="10" visible="no" active="yes"/> +<layer number="201" name="201bmp" color="2" fill="10" visible="no" active="yes"/> +<layer number="202" name="202bmp" color="3" fill="10" visible="no" active="yes"/> +<layer number="203" name="203bmp" color="4" fill="10" visible="no" active="yes"/> +<layer number="204" name="204bmp" color="5" fill="10" visible="no" active="yes"/> +<layer number="205" name="205bmp" color="6" fill="10" visible="no" active="yes"/> +<layer number="206" name="206bmp" color="7" fill="10" visible="no" active="yes"/> +<layer number="207" name="207bmp" color="8" fill="10" visible="no" active="yes"/> +<layer number="208" name="208bmp" color="9" fill="10" visible="no" active="yes"/> +<layer number="209" name="209bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="210" name="210bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="211" name="211bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="212" name="212bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="213" name="213bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="214" name="214bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="215" name="215bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="216" name="216bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/> +<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/> +<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/> +<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/> +<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/> +<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/> +<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/> +<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/> +<layer number="225" name="225bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="226" name="226bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="227" name="227bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="228" name="228bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="229" name="229bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="230" name="230bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="231" name="231bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="248" name="Housing" color="7" fill="1" visible="no" active="yes"/> +<layer number="249" name="Edge" color="7" fill="1" visible="no" active="yes"/> +<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/> +<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/> +<layer number="254" name="cooling" color="7" fill="1" visible="no" active="yes"/> +<layer number="255" name="routoute" color="7" fill="1" visible="no" active="yes"/> +</layers> +<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R"> +<libraries> +<library name="fab"> +<packages> +<package name="TQFP100-14X14"> +<description><b>Thin Quad Flat Pack</b> 14x14 mm<p></description> +<wire x1="-6.873" y1="6.873" x2="6.873" y2="6.873" width="0.1524" layer="21"/> +<wire x1="6.873" y1="6.873" x2="6.873" y2="-6.873" width="0.1524" layer="21"/> +<wire x1="6.873" y1="-6.873" x2="-6.123" y2="-6.873" width="0.1524" layer="21"/> +<wire x1="-6.123" y1="-6.873" x2="-6.873" y2="-6.123" width="0.1524" layer="21"/> +<wire x1="-6.873" y1="-6.123" x2="-6.873" y2="6.873" width="0.1524" layer="21"/> +<circle x="-4.5" y="-4.5" radius="1" width="0.1524" layer="21"/> +<smd name="75" x="-6" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="74" x="-5.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="73" x="-5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="72" x="-4.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="71" x="-4" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="70" x="-3.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="69" x="-3" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="68" x="-2.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="67" x="-2" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="66" x="-1.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="65" x="-1" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="64" x="-0.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="63" x="0" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="62" x="0.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="61" x="1" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="60" x="1.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="59" x="2" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="58" x="2.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="57" x="3" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="56" x="3.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="55" x="4" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="54" x="4.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="53" x="5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="52" x="5.5" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="51" x="6" y="7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="1" x="-6" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="2" x="-5.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="3" x="-5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="4" x="-4.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="5" x="-4" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="6" x="-3.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="7" x="-3" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="8" x="-2.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="9" x="-2" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="10" x="-1.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="11" x="-1" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="12" x="-0.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="13" x="0" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="14" x="0.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="15" x="1" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="16" x="1.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="17" x="2" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="18" x="2.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="19" x="3" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="20" x="3.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="21" x="4" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="22" x="4.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="23" x="5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="24" x="5.5" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="25" x="6" y="-7.75" dx="0.27" dy="1.5" layer="1"/> +<smd name="26" x="7.75" y="-6" dx="1.5" dy="0.27" layer="1"/> +<smd name="27" x="7.75" y="-5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="28" x="7.75" y="-5" dx="1.5" dy="0.27" layer="1"/> +<smd name="29" x="7.75" y="-4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="30" x="7.75" y="-4" dx="1.5" dy="0.27" layer="1"/> +<smd name="31" x="7.75" y="-3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="32" x="7.75" y="-3" dx="1.5" dy="0.27" layer="1"/> +<smd name="33" x="7.75" y="-2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="34" x="7.75" y="-2" dx="1.5" dy="0.27" layer="1"/> +<smd name="35" x="7.75" y="-1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="36" x="7.75" y="-1" dx="1.5" dy="0.27" layer="1"/> +<smd name="37" x="7.75" y="-0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="38" x="7.75" y="0" dx="1.5" dy="0.27" layer="1"/> +<smd name="39" x="7.75" y="0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="40" x="7.75" y="1" dx="1.5" dy="0.27" layer="1"/> +<smd name="41" x="7.75" y="1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="42" x="7.75" y="2" dx="1.5" dy="0.27" layer="1"/> +<smd name="43" x="7.75" y="2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="44" x="7.75" y="3" dx="1.5" dy="0.27" layer="1"/> +<smd name="45" x="7.75" y="3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="46" x="7.75" y="4" dx="1.5" dy="0.27" layer="1"/> +<smd name="47" x="7.75" y="4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="48" x="7.75" y="5" dx="1.5" dy="0.27" layer="1"/> +<smd name="49" x="7.75" y="5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="50" x="7.75" y="6" dx="1.5" dy="0.27" layer="1"/> +<smd name="76" x="-7.75" y="6" dx="1.5" dy="0.27" layer="1"/> +<smd name="77" x="-7.75" y="5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="78" x="-7.75" y="5" dx="1.5" dy="0.27" layer="1"/> +<smd name="79" x="-7.75" y="4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="80" x="-7.75" y="4" dx="1.5" dy="0.27" layer="1"/> +<smd name="81" x="-7.75" y="3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="82" x="-7.75" y="3" dx="1.5" dy="0.27" layer="1"/> +<smd name="83" x="-7.75" y="2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="84" x="-7.75" y="2" dx="1.5" dy="0.27" layer="1"/> +<smd name="85" x="-7.75" y="1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="86" x="-7.75" y="1" dx="1.5" dy="0.27" layer="1"/> +<smd name="87" x="-7.75" y="0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="88" x="-7.75" y="0" dx="1.5" dy="0.27" layer="1"/> +<smd name="89" x="-7.75" y="-0.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="90" x="-7.75" y="-1" dx="1.5" dy="0.27" layer="1"/> +<smd name="91" x="-7.75" y="-1.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="92" x="-7.75" y="-2" dx="1.5" dy="0.27" layer="1"/> +<smd name="93" x="-7.75" y="-2.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="94" x="-7.75" y="-3" dx="1.5" dy="0.27" layer="1"/> +<smd name="95" x="-7.75" y="-3.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="96" x="-7.75" y="-4" dx="1.5" dy="0.27" layer="1"/> +<smd name="97" x="-7.75" y="-4.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="98" x="-7.75" y="-5" dx="1.5" dy="0.27" layer="1"/> +<smd name="99" x="-7.75" y="-5.5" dx="1.5" dy="0.27" layer="1"/> +<smd name="100" x="-7.75" y="-6" dx="1.5" dy="0.27" layer="1"/> +<text x="-6.223" y="8.763" size="1.778" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-6.135" y1="6.868" x2="-5.865" y2="7.873" layer="51"/> +<rectangle x1="-5.635" y1="6.868" x2="-5.365" y2="7.873" layer="51"/> +<rectangle x1="-5.135" y1="6.868" x2="-4.865" y2="7.873" layer="51"/> +<rectangle x1="-4.635" y1="6.868" x2="-4.365" y2="7.873" layer="51"/> +<rectangle x1="-4.135" y1="6.868" x2="-3.865" y2="7.873" layer="51"/> +<rectangle x1="-3.635" y1="6.868" x2="-3.365" y2="7.873" layer="51"/> +<rectangle x1="-3.135" y1="6.868" x2="-2.865" y2="7.873" layer="51"/> +<rectangle x1="-2.635" y1="6.868" x2="-2.365" y2="7.873" layer="51"/> +<rectangle x1="-2.135" y1="6.868" x2="-1.865" y2="7.873" layer="51"/> +<rectangle x1="-1.635" y1="6.868" x2="-1.365" y2="7.873" layer="51"/> +<rectangle x1="-1.135" y1="6.868" x2="-0.865" y2="7.873" layer="51"/> +<rectangle x1="-0.635" y1="6.868" x2="-0.365" y2="7.873" layer="51"/> +<rectangle x1="-0.135" y1="6.868" x2="0.135" y2="7.873" layer="51"/> +<rectangle x1="0.365" y1="6.868" x2="0.635" y2="7.873" layer="51"/> +<rectangle x1="0.865" y1="6.868" x2="1.135" y2="7.873" layer="51"/> +<rectangle x1="1.365" y1="6.868" x2="1.635" y2="7.873" layer="51"/> +<rectangle x1="1.865" y1="6.868" x2="2.135" y2="7.873" layer="51"/> +<rectangle x1="2.365" y1="6.868" x2="2.635" y2="7.873" layer="51"/> +<rectangle x1="2.865" y1="6.868" x2="3.135" y2="7.873" layer="51"/> +<rectangle x1="3.365" y1="6.868" x2="3.635" y2="7.873" layer="51"/> +<rectangle x1="3.865" y1="6.868" x2="4.135" y2="7.873" layer="51"/> +<rectangle x1="4.365" y1="6.868" x2="4.635" y2="7.873" layer="51"/> +<rectangle x1="4.865" y1="6.868" x2="5.135" y2="7.873" layer="51"/> +<rectangle x1="5.365" y1="6.868" x2="5.635" y2="7.873" layer="51"/> +<rectangle x1="5.865" y1="6.868" x2="6.135" y2="7.873" layer="51"/> +<rectangle x1="6.873" y1="5.865" x2="7.878" y2="6.135" layer="51"/> +<rectangle x1="6.873" y1="5.365" x2="7.878" y2="5.635" layer="51"/> +<rectangle x1="6.873" y1="4.865" x2="7.878" y2="5.135" layer="51"/> +<rectangle x1="6.873" y1="4.365" x2="7.878" y2="4.635" layer="51"/> +<rectangle x1="6.873" y1="3.865" x2="7.878" y2="4.135" layer="51"/> +<rectangle x1="6.873" y1="3.365" x2="7.878" y2="3.635" layer="51"/> +<rectangle x1="6.873" y1="2.865" x2="7.878" y2="3.135" layer="51"/> +<rectangle x1="6.873" y1="2.365" x2="7.878" y2="2.635" layer="51"/> +<rectangle x1="6.873" y1="1.865" x2="7.878" y2="2.135" layer="51"/> +<rectangle x1="6.873" y1="1.365" x2="7.878" y2="1.635" layer="51"/> +<rectangle x1="6.873" y1="0.865" x2="7.878" y2="1.135" layer="51"/> +<rectangle x1="6.873" y1="0.365" x2="7.878" y2="0.635" layer="51"/> +<rectangle x1="6.873" y1="-0.135" x2="7.878" y2="0.135" layer="51"/> +<rectangle x1="6.873" y1="-0.635" x2="7.878" y2="-0.365" layer="51"/> +<rectangle x1="6.873" y1="-1.135" x2="7.878" y2="-0.865" layer="51"/> +<rectangle x1="6.873" y1="-1.635" x2="7.878" y2="-1.365" layer="51"/> +<rectangle x1="6.873" y1="-2.135" x2="7.878" y2="-1.865" layer="51"/> +<rectangle x1="6.873" y1="-2.635" x2="7.878" y2="-2.365" layer="51"/> +<rectangle x1="6.873" y1="-3.135" x2="7.878" y2="-2.865" layer="51"/> +<rectangle x1="6.873" y1="-3.635" x2="7.878" y2="-3.365" layer="51"/> +<rectangle x1="6.873" y1="-4.135" x2="7.878" y2="-3.865" layer="51"/> +<rectangle x1="6.873" y1="-4.635" x2="7.878" y2="-4.365" layer="51"/> +<rectangle x1="6.873" y1="-5.135" x2="7.878" y2="-4.865" layer="51"/> +<rectangle x1="6.873" y1="-5.635" x2="7.878" y2="-5.365" layer="51"/> +<rectangle x1="6.873" y1="-6.135" x2="7.878" y2="-5.865" layer="51"/> +<rectangle x1="5.865" y1="-7.873" x2="6.135" y2="-6.868" layer="51"/> +<rectangle x1="5.365" y1="-7.873" x2="5.635" y2="-6.868" layer="51"/> +<rectangle x1="4.865" y1="-7.873" x2="5.135" y2="-6.868" layer="51"/> +<rectangle x1="4.365" y1="-7.873" x2="4.635" y2="-6.868" layer="51"/> +<rectangle x1="3.865" y1="-7.873" x2="4.135" y2="-6.868" layer="51"/> +<rectangle x1="3.365" y1="-7.873" x2="3.635" y2="-6.868" layer="51"/> +<rectangle x1="2.865" y1="-7.873" x2="3.135" y2="-6.868" layer="51"/> +<rectangle x1="2.365" y1="-7.873" x2="2.635" y2="-6.868" layer="51"/> +<rectangle x1="1.865" y1="-7.873" x2="2.135" y2="-6.868" layer="51"/> +<rectangle x1="1.365" y1="-7.873" x2="1.635" y2="-6.868" layer="51"/> +<rectangle x1="0.865" y1="-7.873" x2="1.135" y2="-6.868" layer="51"/> +<rectangle x1="0.365" y1="-7.873" x2="0.635" y2="-6.868" layer="51"/> +<rectangle x1="-0.135" y1="-7.873" x2="0.135" y2="-6.868" layer="51"/> +<rectangle x1="-0.635" y1="-7.873" x2="-0.365" y2="-6.868" layer="51"/> +<rectangle x1="-1.135" y1="-7.873" x2="-0.865" y2="-6.868" layer="51"/> +<rectangle x1="-1.635" y1="-7.873" x2="-1.365" y2="-6.868" layer="51"/> +<rectangle x1="-2.135" y1="-7.873" x2="-1.865" y2="-6.868" layer="51"/> +<rectangle x1="-2.635" y1="-7.873" x2="-2.365" y2="-6.868" layer="51"/> +<rectangle x1="-3.135" y1="-7.873" x2="-2.865" y2="-6.868" layer="51"/> +<rectangle x1="-3.635" y1="-7.873" x2="-3.365" y2="-6.868" layer="51"/> +<rectangle x1="-4.135" y1="-7.873" x2="-3.865" y2="-6.868" layer="51"/> +<rectangle x1="-4.635" y1="-7.873" x2="-4.365" y2="-6.868" layer="51"/> +<rectangle x1="-5.135" y1="-7.873" x2="-4.865" y2="-6.868" layer="51"/> +<rectangle x1="-5.635" y1="-7.873" x2="-5.365" y2="-6.868" layer="51"/> +<rectangle x1="-6.135" y1="-7.873" x2="-5.865" y2="-6.868" layer="51"/> +<rectangle x1="-7.878" y1="-6.135" x2="-6.873" y2="-5.865" layer="51"/> +<rectangle x1="-7.878" y1="-5.635" x2="-6.873" y2="-5.365" layer="51"/> +<rectangle x1="-7.878" y1="-5.135" x2="-6.873" y2="-4.865" layer="51"/> +<rectangle x1="-7.878" y1="-4.635" x2="-6.873" y2="-4.365" layer="51"/> +<rectangle x1="-7.878" y1="-4.135" x2="-6.873" y2="-3.865" layer="51"/> +<rectangle x1="-7.878" y1="-3.635" x2="-6.873" y2="-3.365" layer="51"/> +<rectangle x1="-7.878" y1="-3.135" x2="-6.873" y2="-2.865" layer="51"/> +<rectangle x1="-7.878" y1="-2.635" x2="-6.873" y2="-2.365" layer="51"/> +<rectangle x1="-7.878" y1="-2.135" x2="-6.873" y2="-1.865" layer="51"/> +<rectangle x1="-7.878" y1="-1.635" x2="-6.873" y2="-1.365" layer="51"/> +<rectangle x1="-7.878" y1="-1.135" x2="-6.873" y2="-0.865" layer="51"/> +<rectangle x1="-7.878" y1="-0.635" x2="-6.873" y2="-0.365" layer="51"/> +<rectangle x1="-7.878" y1="-0.135" x2="-6.873" y2="0.135" layer="51"/> +<rectangle x1="-7.878" y1="0.365" x2="-6.873" y2="0.635" layer="51"/> +<rectangle x1="-7.878" y1="0.865" x2="-6.873" y2="1.135" layer="51"/> +<rectangle x1="-7.878" y1="1.365" x2="-6.873" y2="1.635" layer="51"/> +<rectangle x1="-7.878" y1="1.865" x2="-6.873" y2="2.135" layer="51"/> +<rectangle x1="-7.878" y1="2.365" x2="-6.873" y2="2.635" layer="51"/> +<rectangle x1="-7.878" y1="2.865" x2="-6.873" y2="3.135" layer="51"/> +<rectangle x1="-7.878" y1="3.365" x2="-6.873" y2="3.635" layer="51"/> +<rectangle x1="-7.878" y1="3.865" x2="-6.873" y2="4.135" layer="51"/> +<rectangle x1="-7.878" y1="4.365" x2="-6.873" y2="4.635" layer="51"/> +<rectangle x1="-7.878" y1="4.865" x2="-6.873" y2="5.135" layer="51"/> +<rectangle x1="-7.878" y1="5.365" x2="-6.873" y2="5.635" layer="51"/> +<rectangle x1="-7.878" y1="5.865" x2="-6.873" y2="6.135" layer="51"/> +</package> +<package name="MSOP8"> +<description><b>8M, 8-Lead, 0.118" Wide, Miniature Small Outline Package</b><p> +MSOP<br> +8M-Package doc1097.pdf</description> +<wire x1="-1.48" y1="1.23" x2="-1.23" y2="1.48" width="0.1524" layer="21" curve="-90" cap="flat"/> +<wire x1="1.23" y1="1.48" x2="1.48" y2="1.23" width="0.1524" layer="21" curve="-90"/> +<wire x1="1.23" y1="-1.49" x2="1.48" y2="-1.24" width="0.1524" layer="21" curve="90"/> +<wire x1="-1.48" y1="-1.24" x2="-1.23" y2="-1.49" width="0.1524" layer="21" curve="90" cap="flat"/> +<wire x1="1.24" y1="-1.49" x2="-1.22" y2="-1.49" width="0.1524" layer="21"/> +<wire x1="-1.22" y1="1.48" x2="1.24" y2="1.48" width="0.1524" layer="21"/> +<wire x1="-1.48" y1="1.23" x2="-1.48" y2="-1.23" width="0.1524" layer="21"/> +<wire x1="1.48" y1="-1.24" x2="1.48" y2="1.23" width="0.1524" layer="21"/> +<smd name="1" x="-0.975" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="2" x="-0.325" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="3" x="0.325" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="4" x="0.975" y="-2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="5" x="0.975" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="6" x="0.325" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="7" x="-0.325" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<smd name="8" x="-0.975" y="2.25" dx="0.4" dy="1.1" layer="1"/> +<text x="-2.54" y="-1.27" size="0.4064" layer="25" rot="R90">>NAME</text> +<text x="2.54" y="-1.27" size="0.4064" layer="27" rot="R90">>VALUE</text> +<rectangle x1="-1.175" y1="-2.45" x2="-0.775" y2="-1.55" layer="51"/> +<rectangle x1="-0.525" y1="-2.45" x2="-0.125" y2="-1.55" layer="51"/> +<rectangle x1="0.125" y1="-2.45" x2="0.525" y2="-1.55" layer="51"/> +<rectangle x1="0.775" y1="-2.45" x2="1.175" y2="-1.55" layer="51"/> +<rectangle x1="0.775" y1="1.55" x2="1.175" y2="2.45" layer="51"/> +<rectangle x1="0.125" y1="1.55" x2="0.525" y2="2.45" layer="51"/> +<rectangle x1="-0.525" y1="1.55" x2="-0.125" y2="2.45" layer="51"/> +<rectangle x1="-1.175" y1="1.55" x2="-0.775" y2="2.45" layer="51"/> +<circle x="-1.6256" y="-2.0574" radius="0.091578125" width="0.4064" layer="21"/> +</package> +</packages> +<symbols> +<symbol name="ATSAMS70N"> +<pin name="PA0/I2SC0_MCK" x="30.48" y="78.74" length="middle" rot="R180"/> +<pin name="PA1/I2SC0_CK" x="30.48" y="76.2" length="middle" rot="R180"/> +<pin name="PA2" x="30.48" y="73.66" length="middle" rot="R180"/> +<pin name="PA3/TWD0" x="30.48" y="71.12" length="middle" rot="R180"/> +<pin name="PA4/UTXD1/TWCK0" x="30.48" y="68.58" length="middle" rot="R180"/> +<pin name="PA5/URXD1" x="30.48" y="66.04" length="middle" rot="R180"/> +<pin name="PA7/XIN32" x="30.48" y="63.5" length="middle" rot="R180"/> +<pin name="PA8/XOUT32" x="30.48" y="60.96" length="middle" rot="R180"/> +<pin name="PA9/URXD0" x="30.48" y="58.42" length="middle" rot="R180"/> +<pin name="PA10/UTXD0" x="30.48" y="55.88" length="middle" rot="R180"/> +<pin name="PA11/PWMC0_PWMH0" x="30.48" y="53.34" length="middle" rot="R180"/> +<pin name="PA12/PWMC0_PWMH1" x="30.48" y="50.8" length="middle" rot="R180"/> +<pin name="PA13/PWMC0_PWMH2" x="30.48" y="48.26" length="middle" rot="R180"/> +<pin name="PA14/WMC0_PWMH3" x="30.48" y="45.72" length="middle" rot="R180"/> +<pin name="PA15/PWMC0_PWML3" x="30.48" y="43.18" length="middle" rot="R180"/> +<pin name="PA16/PWMC0_PWML2" x="30.48" y="40.64" length="middle" rot="R180"/> +<pin name="PA17/AFE0_AD6" x="30.48" y="38.1" length="middle" rot="R180"/> +<pin name="PA18/AFE0_AD7" x="30.48" y="35.56" length="middle" rot="R180"/> +<pin name="PA19/PWMC0_PWML0/AFE0_AD8" x="30.48" y="33.02" length="middle" rot="R180"/> +<pin name="PA20/PWMC0_PWML1/AFE0_AD9" x="30.48" y="30.48" length="middle" rot="R180"/> +<pin name="PA21/AFE0_AD1" x="30.48" y="27.94" length="middle" rot="R180"/> +<pin name="PA22" x="30.48" y="25.4" length="middle" rot="R180"/> +<pin name="PA23" x="30.48" y="22.86" length="middle" rot="R180"/> +<pin name="PA24" x="30.48" y="20.32" length="middle" rot="R180"/> +<pin name="PA25" x="30.48" y="17.78" length="middle" rot="R180"/> +<pin name="PA26" x="30.48" y="15.24" length="middle" rot="R180"/> +<pin name="PA27" x="30.48" y="12.7" length="middle" rot="R180"/> +<pin name="PA28" x="30.48" y="10.16" length="middle" rot="R180"/> +<pin name="PA30" x="30.48" y="7.62" length="middle" rot="R180"/> +<pin name="PA31/SPI0_NPCS1" x="30.48" y="5.08" length="middle" rot="R180"/> +<pin name="PB0/RXD0" x="-33.02" y="-76.2" length="middle"/> +<pin name="PB1/TXD0" x="-33.02" y="-73.66" length="middle"/> +<pin name="PB2/SPI0_NPCS0/CTS0" x="-33.02" y="-71.12" length="middle"/> +<pin name="PB3/RTS0" x="-33.02" y="-68.58" length="middle"/> +<pin name="PB4/TDI/TWD1" x="-33.02" y="-66.04" length="middle"/> +<pin name="PB5/TDO/TWCK1" x="-33.02" y="-63.5" length="middle"/> +<pin name="PB6/SWDIO/TMS" x="-33.02" y="-60.96" length="middle"/> +<pin name="PB7/SWCLK/TCK" x="-33.02" y="-58.42" length="middle"/> +<pin name="PB8/XOUT" x="-33.02" y="-55.88" length="middle"/> +<pin name="PB9/XIN" x="-33.02" y="-53.34" length="middle"/> +<pin name="PB12/ERASE" x="-33.02" y="-50.8" length="middle"/> +<pin name="PB13/DAC0/SCK0" x="-33.02" y="-48.26" length="middle"/> +<pin name="PD1/PWMC1_PWMLO" x="30.48" y="-2.54" length="middle" rot="R180"/> +<pin name="PD2/PWMC1_PWMH0" x="30.48" y="-5.08" length="middle" rot="R180"/> +<pin name="PD3/PWMC1_PWML1" x="30.48" y="-7.62" length="middle" rot="R180"/> +<pin name="PD4/PWMC1_PWMH1" x="30.48" y="-10.16" length="middle" rot="R180"/> +<pin name="PD5/PWMC1_PWML2" x="30.48" y="-12.7" length="middle" rot="R180"/> +<pin name="PD6/PWMC1_PWMH2" x="30.48" y="-15.24" length="middle" rot="R180"/> +<pin name="PD7/PWMC1_PWML3" x="30.48" y="-17.78" length="middle" rot="R180"/> +<pin name="PD8/PWMC1_PWMH3" x="30.48" y="-20.32" length="middle" rot="R180"/> +<pin name="PD9" x="30.48" y="-22.86" length="middle" rot="R180"/> +<pin name="PD10/PWMC0_PWML0" x="30.48" y="-25.4" length="middle" rot="R180"/> +<pin name="PD11/PWMC0_PWMH0" x="30.48" y="-27.94" length="middle" rot="R180"/> +<pin name="PD12/SPI0_NPCS2" x="30.48" y="-30.48" length="middle" rot="R180"/> +<pin name="PD13" x="30.48" y="-33.02" length="middle" rot="R180"/> +<pin name="PD14" x="30.48" y="-35.56" length="middle" rot="R180"/> +<pin name="PD15" x="30.48" y="-38.1" length="middle" rot="R180"/> +<pin name="PD16" x="30.48" y="-40.64" length="middle" rot="R180"/> +<pin name="PD17" x="30.48" y="-43.18" length="middle" rot="R180"/> +<pin name="PD18/URXD4" x="30.48" y="-45.72" length="middle" rot="R180"/> +<pin name="PD19/UTXD4" x="30.48" y="-48.26" length="middle" rot="R180"/> +<pin name="PD20/SPI0_MISO" x="30.48" y="-50.8" length="middle" rot="R180"/> +<pin name="PD21/SPI0_MOSI" x="30.48" y="-53.34" length="middle" rot="R180"/> +<pin name="PD22_SPI0_SPCK" x="30.48" y="-55.88" length="middle" rot="R180"/> +<pin name="PD24" x="30.48" y="-58.42" length="middle" rot="R180"/> +<pin name="PD25/URXD2" x="30.48" y="-60.96" length="middle" rot="R180"/> +<pin name="PD26/UTXD2" x="30.48" y="-63.5" length="middle" rot="R180"/> +<pin name="PD27/SPI0_NPCS3/TWD2" x="30.48" y="-66.04" length="middle" rot="R180"/> +<pin name="PD28/URXD3/TWCK2" x="30.48" y="-68.58" length="middle" rot="R180"/> +<pin name="PD30/UTXD3" x="30.48" y="-71.12" length="middle" rot="R180"/> +<pin name="PD31" x="30.48" y="-73.66" length="middle" rot="R180"/> +<pin name="PD0/DAC1" x="30.48" y="0" length="middle" rot="R180"/> +<pin name="VDDIO1" x="-33.02" y="35.56" length="middle"/> +<pin name="VDDIO2" x="-33.02" y="33.02" length="middle"/> +<pin name="VDDIO3" x="-33.02" y="30.48" length="middle"/> +<pin name="VDDIO4" x="-33.02" y="27.94" length="middle"/> +<pin name="JTAGSEL" x="-33.02" y="-38.1" length="middle"/> +<pin name="TST" x="-33.02" y="-40.64" length="middle"/> +<pin name="VREFP" x="-33.02" y="68.58" length="middle"/> +<pin name="NRST" x="-33.02" y="-43.18" length="middle"/> +<pin name="VDDOUT" x="-33.02" y="78.74" length="middle"/> +<pin name="VDDIN" x="-33.02" y="76.2" length="middle"/> +<pin name="VREFN" x="-33.02" y="71.12" length="middle"/> +<pin name="USB_DP" x="-33.02" y="-30.48" length="middle"/> +<pin name="USB_DM" x="-33.02" y="-33.02" length="middle"/> +<pin name="VDDPL" x="-33.02" y="63.5" length="middle"/> +<pin name="VDDUTMII" x="-33.02" y="60.96" length="middle"/> +<pin name="VDDUTMIC" x="-33.02" y="58.42" length="middle"/> +<pin name="VBG" x="-33.02" y="55.88" length="middle"/> +<pin name="GND6" x="-33.02" y="10.16" length="middle"/> +<pin name="GND5" x="-33.02" y="12.7" length="middle"/> +<pin name="VDDCORE1" x="-33.02" y="48.26" length="middle"/> +<pin name="VDDCORE2" x="-33.02" y="45.72" length="middle"/> +<pin name="VDDCORE3" x="-33.02" y="43.18" length="middle"/> +<pin name="VDDCORE4" x="-33.02" y="40.64" length="middle"/> +<pin name="GND1" x="-33.02" y="22.86" length="middle"/> +<pin name="GND2" x="-33.02" y="20.32" length="middle"/> +<pin name="GND3" x="-33.02" y="17.78" length="middle"/> +<pin name="GND4" x="-33.02" y="15.24" length="middle"/> +<pin name="VDDPLLUSB" x="-33.02" y="53.34" length="middle"/> +<wire x1="-27.94" y1="83.82" x2="-27.94" y2="-81.28" width="0.254" layer="94"/> +<wire x1="-27.94" y1="-81.28" x2="25.4" y2="-81.28" width="0.254" layer="94"/> +<wire x1="25.4" y1="-81.28" x2="25.4" y2="83.82" width="0.254" layer="94"/> +<wire x1="25.4" y1="83.82" x2="-27.94" y2="83.82" width="0.254" layer="94"/> +<text x="-2.54" y="86.36" size="1.27" layer="95">>NAME</text> +<text x="-2.54" y="-83.82" size="1.27" layer="96">>VALUE</text> +</symbol> +<symbol name="ISL3177E"> +<pin name="VCC" x="-12.7" y="5.08" length="middle"/> +<pin name="RO" x="-12.7" y="2.54" length="middle"/> +<pin name="DI" x="-12.7" y="0" length="middle"/> +<pin name="GND" x="-12.7" y="-2.54" length="middle"/> +<pin name="A" x="12.7" y="5.08" length="middle" rot="R180"/> +<pin name="B" x="12.7" y="2.54" length="middle" rot="R180"/> +<pin name="Z" x="12.7" y="0" length="middle" rot="R180"/> +<pin name="Y" x="12.7" y="-2.54" length="middle" rot="R180"/> +<wire x1="-7.62" y1="7.62" x2="-7.62" y2="-5.08" width="0.254" layer="94"/> +<wire x1="-7.62" y1="-5.08" x2="7.62" y2="-5.08" width="0.254" layer="94"/> +<wire x1="7.62" y1="-5.08" x2="7.62" y2="7.62" width="0.254" layer="94"/> +<wire x1="7.62" y1="7.62" x2="-7.62" y2="7.62" width="0.254" layer="94"/> +<text x="-5.08" y="7.62" size="1.778" layer="95">>NAME</text> +<text x="-5.08" y="-7.62" size="1.778" layer="96">>VALUE</text> +</symbol> +</symbols> +<devicesets> +<deviceset name="ATSAMS70N-TQFP100"> +<gates> +<gate name="G$1" symbol="ATSAMS70N" x="0" y="0"/> +</gates> +<devices> +<device name="" package="TQFP100-14X14"> +<connects> +<connect gate="G$1" pin="GND1" pad="3"/> +<connect gate="G$1" pin="GND2" pad="7"/> +<connect gate="G$1" pin="GND3" pad="8"/> +<connect gate="G$1" pin="GND4" pad="10"/> +<connect gate="G$1" pin="GND5" pad="29"/> +<connect gate="G$1" pin="GND6" pad="67"/> +<connect gate="G$1" pin="JTAGSEL" pad="73"/> +<connect gate="G$1" pin="NRST" pad="58"/> +<connect gate="G$1" pin="PA0/I2SC0_MCK" pad="72"/> +<connect gate="G$1" pin="PA1/I2SC0_CK" pad="70"/> +<connect gate="G$1" pin="PA10/UTXD0" pad="46"/> +<connect gate="G$1" pin="PA11/PWMC0_PWMH0" pad="44"/> +<connect gate="G$1" pin="PA12/PWMC0_PWMH1" pad="48"/> +<connect gate="G$1" pin="PA13/PWMC0_PWMH2" pad="27"/> +<connect gate="G$1" pin="PA14/WMC0_PWMH3" pad="34"/> +<connect gate="G$1" pin="PA15/PWMC0_PWML3" pad="33"/> +<connect gate="G$1" pin="PA16/PWMC0_PWML2" pad="30"/> +<connect gate="G$1" pin="PA17/AFE0_AD6" pad="16"/> +<connect gate="G$1" pin="PA18/AFE0_AD7" pad="15"/> +<connect gate="G$1" pin="PA19/PWMC0_PWML0/AFE0_AD8" pad="14"/> +<connect gate="G$1" pin="PA2" pad="66"/> +<connect gate="G$1" pin="PA20/PWMC0_PWML1/AFE0_AD9" pad="13"/> +<connect gate="G$1" pin="PA21/AFE0_AD1" pad="21"/> +<connect gate="G$1" pin="PA22" pad="26"/> +<connect gate="G$1" pin="PA23" pad="31"/> +<connect gate="G$1" pin="PA24" pad="38"/> +<connect gate="G$1" pin="PA25" pad="40"/> +<connect gate="G$1" pin="PA26" pad="42"/> +<connect gate="G$1" pin="PA27" pad="50"/> +<connect gate="G$1" pin="PA28" pad="79"/> +<connect gate="G$1" pin="PA3/TWD0" pad="64"/> +<connect gate="G$1" pin="PA30" pad="82"/> +<connect gate="G$1" pin="PA31/SPI0_NPCS1" pad="83"/> +<connect gate="G$1" pin="PA4/UTXD1/TWCK0" pad="55"/> +<connect gate="G$1" pin="PA5/URXD1" pad="52"/> +<connect gate="G$1" pin="PA7/XIN32" pad="24"/> +<connect gate="G$1" pin="PA8/XOUT32" pad="25"/> +<connect gate="G$1" pin="PA9/URXD0" pad="54"/> +<connect gate="G$1" pin="PB0/RXD0" pad="12"/> +<connect gate="G$1" pin="PB1/TXD0" pad="11"/> +<connect gate="G$1" pin="PB12/ERASE" pad="61"/> +<connect gate="G$1" pin="PB13/DAC0/SCK0" pad="100"/> +<connect gate="G$1" pin="PB2/SPI0_NPCS0/CTS0" pad="17"/> +<connect gate="G$1" pin="PB3/RTS0" pad="20"/> +<connect gate="G$1" pin="PB4/TDI/TWD1" pad="74"/> +<connect gate="G$1" pin="PB5/TDO/TWCK1" pad="77"/> +<connect gate="G$1" pin="PB6/SWDIO/TMS" pad="57"/> +<connect gate="G$1" pin="PB7/SWCLK/TCK" pad="63"/> +<connect gate="G$1" pin="PB8/XOUT" pad="98"/> +<connect gate="G$1" pin="PB9/XIN" pad="99"/> +<connect gate="G$1" pin="PD0/DAC1" pad="1"/> +<connect gate="G$1" pin="PD1/PWMC1_PWMLO" pad="92"/> +<connect gate="G$1" pin="PD10/PWMC0_PWML0" pad="71"/> +<connect gate="G$1" pin="PD11/PWMC0_PWMH0" pad="69"/> +<connect gate="G$1" pin="PD12/SPI0_NPCS2" pad="65"/> +<connect gate="G$1" pin="PD13" pad="62"/> +<connect gate="G$1" pin="PD14" pad="59"/> +<connect gate="G$1" pin="PD15" pad="75"/> +<connect gate="G$1" pin="PD16" pad="56"/> +<connect gate="G$1" pin="PD17" pad="53"/> +<connect gate="G$1" pin="PD18/URXD4" pad="49"/> +<connect gate="G$1" pin="PD19/UTXD4" pad="47"/> +<connect gate="G$1" pin="PD2/PWMC1_PWMH0" pad="91"/> +<connect gate="G$1" pin="PD20/SPI0_MISO" pad="45"/> +<connect gate="G$1" pin="PD21/SPI0_MOSI" pad="43"/> +<connect gate="G$1" pin="PD22_SPI0_SPCK" pad="41"/> +<connect gate="G$1" pin="PD24" pad="37"/> +<connect gate="G$1" pin="PD25/URXD2" pad="35"/> +<connect gate="G$1" pin="PD26/UTXD2" pad="36"/> +<connect gate="G$1" pin="PD27/SPI0_NPCS3/TWD2" pad="32"/> +<connect gate="G$1" pin="PD28/URXD3/TWCK2" pad="51"/> +<connect gate="G$1" pin="PD3/PWMC1_PWML1" pad="89"/> +<connect gate="G$1" pin="PD30/UTXD3" pad="23"/> +<connect gate="G$1" pin="PD31" pad="2"/> +<connect gate="G$1" pin="PD4/PWMC1_PWMH1" pad="88"/> +<connect gate="G$1" pin="PD5/PWMC1_PWML2" pad="87"/> +<connect gate="G$1" pin="PD6/PWMC1_PWMH2" pad="85"/> +<connect gate="G$1" pin="PD7/PWMC1_PWML3" pad="84"/> +<connect gate="G$1" pin="PD8/PWMC1_PWMH3" pad="80"/> +<connect gate="G$1" pin="PD9" pad="78"/> +<connect gate="G$1" pin="TST" pad="60"/> +<connect gate="G$1" pin="USB_DM" pad="94"/> +<connect gate="G$1" pin="USB_DP" pad="95"/> +<connect gate="G$1" pin="VBG" pad="97"/> +<connect gate="G$1" pin="VDDCORE1" pad="18"/> +<connect gate="G$1" pin="VDDCORE2" pad="22"/> +<connect gate="G$1" pin="VDDCORE3" pad="39"/> +<connect gate="G$1" pin="VDDCORE4" pad="76"/> +<connect gate="G$1" pin="VDDIN" pad="5"/> +<connect gate="G$1" pin="VDDIO1" pad="19"/> +<connect gate="G$1" pin="VDDIO2" pad="28"/> +<connect gate="G$1" pin="VDDIO3" pad="68"/> +<connect gate="G$1" pin="VDDIO4" pad="81"/> +<connect gate="G$1" pin="VDDOUT" pad="4"/> +<connect gate="G$1" pin="VDDPL" pad="86"/> +<connect gate="G$1" pin="VDDPLLUSB" pad="90"/> +<connect gate="G$1" pin="VDDUTMIC" pad="96"/> +<connect gate="G$1" pin="VDDUTMII" pad="93"/> +<connect gate="G$1" pin="VREFN" pad="6"/> +<connect gate="G$1" pin="VREFP" pad="9"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="ISL3177E"> +<gates> +<gate name="G$1" symbol="ISL3177E" x="0" y="0"/> +</gates> +<devices> +<device name="" package="MSOP8"> +<connects> +<connect gate="G$1" pin="A" pad="8"/> +<connect gate="G$1" pin="B" pad="7"/> +<connect gate="G$1" pin="DI" pad="3"/> +<connect gate="G$1" pin="GND" pad="4"/> +<connect gate="G$1" pin="RO" pad="2"/> +<connect gate="G$1" pin="VCC" pad="1"/> +<connect gate="G$1" pin="Y" pad="5"/> +<connect gate="G$1" pin="Z" pad="6"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="pinhead" urn="urn:adsk.eagle:library:325"> +<description><b>Pin Header Connectors</b><p> +<author>Created by librarian@cadsoft.de</author></description> +<packages> +<package name="2X20" urn="urn:adsk.eagle:footprint:22315/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-25.4" y1="-1.905" x2="-24.765" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-24.765" y1="-2.54" x2="-23.495" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-23.495" y1="-2.54" x2="-22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="-1.905" x2="-22.225" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-22.225" y1="-2.54" x2="-20.955" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-20.955" y1="-2.54" x2="-20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="-1.905" x2="-19.685" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-19.685" y1="-2.54" x2="-18.415" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-18.415" y1="-2.54" x2="-17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="-1.905" x2="-17.145" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-17.145" y1="-2.54" x2="-15.875" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-15.875" y1="-2.54" x2="-15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="-1.905" x2="-14.605" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-14.605" y1="-2.54" x2="-13.335" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-13.335" y1="-2.54" x2="-12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="-1.905" x2="-12.065" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-12.065" y1="-2.54" x2="-10.795" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-10.795" y1="-2.54" x2="-10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-25.4" y1="-1.905" x2="-25.4" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-25.4" y1="1.905" x2="-24.765" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-24.765" y1="2.54" x2="-23.495" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-23.495" y1="2.54" x2="-22.86" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="1.905" x2="-22.225" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-22.225" y1="2.54" x2="-20.955" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-20.955" y1="2.54" x2="-20.32" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="1.905" x2="-19.685" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-19.685" y1="2.54" x2="-18.415" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-18.415" y1="2.54" x2="-17.78" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="1.905" x2="-17.145" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-17.145" y1="2.54" x2="-15.875" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-15.875" y1="2.54" x2="-15.24" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="1.905" x2="-14.605" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-14.605" y1="2.54" x2="-13.335" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-13.335" y1="2.54" x2="-12.7" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="1.905" x2="-12.065" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-12.065" y1="2.54" x2="-10.795" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-10.795" y1="2.54" x2="-10.16" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="1.905" x2="-9.525" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-9.525" y1="2.54" x2="-8.255" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-8.255" y1="2.54" x2="-7.62" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="1.905" x2="-6.985" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-6.985" y1="2.54" x2="-5.715" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="2.54" x2="-5.08" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="5.715" y2="2.54" width="0.1524" layer="21"/> +<wire x1="6.985" y1="2.54" x2="5.715" y2="2.54" width="0.1524" layer="21"/> +<wire x1="6.985" y1="2.54" x2="7.62" y2="1.905" width="0.1524" layer="21"/> +<wire x1="7.62" y1="1.905" x2="8.255" y2="2.54" width="0.1524" layer="21"/> +<wire x1="9.525" y1="2.54" x2="8.255" y2="2.54" width="0.1524" layer="21"/> +<wire x1="9.525" y1="2.54" x2="10.16" y2="1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="1.905" x2="10.795" y2="2.54" width="0.1524" layer="21"/> +<wire x1="12.065" y1="2.54" x2="10.795" y2="2.54" width="0.1524" layer="21"/> +<wire x1="12.065" y1="2.54" x2="12.7" y2="1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="1.905" x2="13.335" y2="2.54" width="0.1524" layer="21"/> +<wire x1="14.605" y1="2.54" x2="13.335" y2="2.54" width="0.1524" layer="21"/> +<wire x1="14.605" y1="2.54" x2="15.24" y2="1.905" width="0.1524" layer="21"/> +<wire x1="15.24" y1="1.905" x2="15.875" y2="2.54" width="0.1524" layer="21"/> +<wire x1="17.145" y1="2.54" x2="15.875" y2="2.54" width="0.1524" layer="21"/> +<wire x1="17.145" y1="2.54" x2="17.78" y2="1.905" width="0.1524" layer="21"/> +<wire x1="17.78" y1="1.905" x2="18.415" y2="2.54" width="0.1524" layer="21"/> +<wire x1="19.685" y1="2.54" x2="18.415" y2="2.54" width="0.1524" layer="21"/> +<wire x1="19.685" y1="2.54" x2="20.32" y2="1.905" width="0.1524" layer="21"/> +<wire x1="20.32" y1="1.905" x2="20.955" y2="2.54" width="0.1524" layer="21"/> +<wire x1="22.225" y1="2.54" x2="20.955" y2="2.54" width="0.1524" layer="21"/> +<wire x1="22.225" y1="2.54" x2="22.86" y2="1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="22.225" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="22.225" y1="-2.54" x2="20.955" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="20.955" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="19.685" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="19.685" y1="-2.54" x2="18.415" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="18.415" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="17.145" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="17.145" y1="-2.54" x2="15.875" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="15.875" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="14.605" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="13.335" y1="-2.54" x2="14.605" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="13.335" y1="-2.54" x2="12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="-1.905" x2="12.065" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="10.795" y1="-2.54" x2="12.065" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="10.795" y1="-2.54" x2="10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="-1.905" x2="9.525" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="9.525" y1="-2.54" x2="8.255" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="8.255" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="6.985" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="6.985" y1="-2.54" x2="5.715" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="5.715" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="4.445" y1="-2.54" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="-2.54" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="-2.54" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="-2.54" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-5.715" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="-2.54" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-8.255" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-8.255" y1="-2.54" x2="-9.525" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="-1.905" x2="-9.525" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="1.905" x2="-22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="1.905" x2="-20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="1.905" x2="-17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="1.905" x2="-15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="1.905" x2="-12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="1.905" x2="-10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="1.905" x2="-7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="7.62" y1="1.905" x2="7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="1.905" x2="10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="1.905" x2="12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="15.24" y1="1.905" x2="15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="17.78" y1="1.905" x2="17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="20.32" y1="1.905" x2="20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="1.905" x2="22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="1.905" x2="23.495" y2="2.54" width="0.1524" layer="21"/> +<wire x1="24.765" y1="2.54" x2="23.495" y2="2.54" width="0.1524" layer="21"/> +<wire x1="24.765" y1="2.54" x2="25.4" y2="1.905" width="0.1524" layer="21"/> +<wire x1="25.4" y1="-1.905" x2="24.765" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="24.765" y1="-2.54" x2="23.495" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="23.495" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="25.4" y1="1.905" x2="25.4" y2="-1.905" width="0.1524" layer="21"/> +<pad name="1" x="-24.13" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="2" x="-24.13" y="1.27" drill="1.016" shape="octagon"/> +<pad name="3" x="-21.59" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="4" x="-21.59" y="1.27" drill="1.016" shape="octagon"/> +<pad name="5" x="-19.05" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="6" x="-19.05" y="1.27" drill="1.016" shape="octagon"/> +<pad name="7" x="-16.51" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="8" x="-16.51" y="1.27" drill="1.016" shape="octagon"/> +<pad name="9" x="-13.97" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="10" x="-13.97" y="1.27" drill="1.016" shape="octagon"/> +<pad name="11" x="-11.43" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="12" x="-11.43" y="1.27" drill="1.016" shape="octagon"/> +<pad name="13" x="-8.89" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="14" x="-8.89" y="1.27" drill="1.016" shape="octagon"/> +<pad name="15" x="-6.35" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="16" x="-6.35" y="1.27" drill="1.016" shape="octagon"/> +<pad name="17" x="-3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="18" x="-3.81" y="1.27" drill="1.016" shape="octagon"/> +<pad name="19" x="-1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="20" x="-1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="21" x="1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="22" x="1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="23" x="3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="24" x="3.81" y="1.27" drill="1.016" shape="octagon"/> +<pad name="25" x="6.35" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="26" x="6.35" y="1.27" drill="1.016" shape="octagon"/> +<pad name="27" x="8.89" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="28" x="8.89" y="1.27" drill="1.016" shape="octagon"/> +<pad name="29" x="11.43" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="30" x="11.43" y="1.27" drill="1.016" shape="octagon"/> +<pad name="31" x="13.97" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="32" x="13.97" y="1.27" drill="1.016" shape="octagon"/> +<pad name="33" x="16.51" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="34" x="16.51" y="1.27" drill="1.016" shape="octagon"/> +<pad name="35" x="19.05" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="36" x="19.05" y="1.27" drill="1.016" shape="octagon"/> +<pad name="37" x="21.59" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="38" x="21.59" y="1.27" drill="1.016" shape="octagon"/> +<pad name="39" x="24.13" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="40" x="24.13" y="1.27" drill="1.016" shape="octagon"/> +<text x="-25.4" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-25.4" y="-4.445" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-24.384" y1="-1.524" x2="-23.876" y2="-1.016" layer="51"/> +<rectangle x1="-24.384" y1="1.016" x2="-23.876" y2="1.524" layer="51"/> +<rectangle x1="-21.844" y1="1.016" x2="-21.336" y2="1.524" layer="51"/> +<rectangle x1="-21.844" y1="-1.524" x2="-21.336" y2="-1.016" layer="51"/> +<rectangle x1="-19.304" y1="1.016" x2="-18.796" y2="1.524" layer="51"/> +<rectangle x1="-19.304" y1="-1.524" x2="-18.796" y2="-1.016" layer="51"/> +<rectangle x1="-16.764" y1="1.016" x2="-16.256" y2="1.524" layer="51"/> +<rectangle x1="-14.224" y1="1.016" x2="-13.716" y2="1.524" layer="51"/> +<rectangle x1="-11.684" y1="1.016" x2="-11.176" y2="1.524" layer="51"/> +<rectangle x1="-16.764" y1="-1.524" x2="-16.256" y2="-1.016" layer="51"/> +<rectangle x1="-14.224" y1="-1.524" x2="-13.716" y2="-1.016" layer="51"/> +<rectangle x1="-11.684" y1="-1.524" x2="-11.176" y2="-1.016" layer="51"/> +<rectangle x1="-9.144" y1="1.016" x2="-8.636" y2="1.524" layer="51"/> +<rectangle x1="-9.144" y1="-1.524" x2="-8.636" y2="-1.016" layer="51"/> +<rectangle x1="-6.604" y1="1.016" x2="-6.096" y2="1.524" layer="51"/> +<rectangle x1="-6.604" y1="-1.524" x2="-6.096" y2="-1.016" layer="51"/> +<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> +<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> +<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> +<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> +<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> +<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> +<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> +<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> +<rectangle x1="6.096" y1="1.016" x2="6.604" y2="1.524" layer="51"/> +<rectangle x1="6.096" y1="-1.524" x2="6.604" y2="-1.016" layer="51"/> +<rectangle x1="8.636" y1="1.016" x2="9.144" y2="1.524" layer="51"/> +<rectangle x1="8.636" y1="-1.524" x2="9.144" y2="-1.016" layer="51"/> +<rectangle x1="11.176" y1="1.016" x2="11.684" y2="1.524" layer="51"/> +<rectangle x1="11.176" y1="-1.524" x2="11.684" y2="-1.016" layer="51"/> +<rectangle x1="13.716" y1="1.016" x2="14.224" y2="1.524" layer="51"/> +<rectangle x1="13.716" y1="-1.524" x2="14.224" y2="-1.016" layer="51"/> +<rectangle x1="16.256" y1="1.016" x2="16.764" y2="1.524" layer="51"/> +<rectangle x1="16.256" y1="-1.524" x2="16.764" y2="-1.016" layer="51"/> +<rectangle x1="18.796" y1="1.016" x2="19.304" y2="1.524" layer="51"/> +<rectangle x1="18.796" y1="-1.524" x2="19.304" y2="-1.016" layer="51"/> +<rectangle x1="21.336" y1="1.016" x2="21.844" y2="1.524" layer="51"/> +<rectangle x1="21.336" y1="-1.524" x2="21.844" y2="-1.016" layer="51"/> +<rectangle x1="23.876" y1="1.016" x2="24.384" y2="1.524" layer="51"/> +<rectangle x1="23.876" y1="-1.524" x2="24.384" y2="-1.016" layer="51"/> +</package> +<package name="2X20/90" urn="urn:adsk.eagle:footprint:22316/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-25.4" y1="-1.905" x2="-22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="-1.905" x2="-22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-22.86" y1="0.635" x2="-25.4" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-25.4" y1="0.635" x2="-25.4" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-24.13" y1="6.985" x2="-24.13" y2="1.27" width="0.762" layer="21"/> +<wire x1="-22.86" y1="-1.905" x2="-20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="-1.905" x2="-20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-20.32" y1="0.635" x2="-22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-21.59" y1="6.985" x2="-21.59" y2="1.27" width="0.762" layer="21"/> +<wire x1="-20.32" y1="-1.905" x2="-17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="-1.905" x2="-17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-17.78" y1="0.635" x2="-20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-19.05" y1="6.985" x2="-19.05" y2="1.27" width="0.762" layer="21"/> +<wire x1="-17.78" y1="-1.905" x2="-15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="-1.905" x2="-15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-15.24" y1="0.635" x2="-17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-16.51" y1="6.985" x2="-16.51" y2="1.27" width="0.762" layer="21"/> +<wire x1="-15.24" y1="-1.905" x2="-12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="-1.905" x2="-12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-12.7" y1="0.635" x2="-15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-13.97" y1="6.985" x2="-13.97" y2="1.27" width="0.762" layer="21"/> +<wire x1="-12.7" y1="-1.905" x2="-10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="-1.905" x2="-10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-10.16" y1="0.635" x2="-12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-11.43" y1="6.985" x2="-11.43" y2="1.27" width="0.762" layer="21"/> +<wire x1="-10.16" y1="-1.905" x2="-7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-7.62" y1="0.635" x2="-10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-8.89" y1="6.985" x2="-8.89" y2="1.27" width="0.762" layer="21"/> +<wire x1="-7.62" y1="-1.905" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="0.635" x2="-7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-6.35" y1="6.985" x2="-6.35" y2="1.27" width="0.762" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="0.635" x2="-5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="6.985" x2="-3.81" y2="1.27" width="0.762" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="0" y1="0.635" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="6.985" x2="-1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="0" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="2.54" y1="0.635" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="1.27" y1="6.985" x2="1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="5.08" y1="0.635" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="3.81" y1="6.985" x2="3.81" y2="1.27" width="0.762" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="7.62" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="7.62" y1="0.635" x2="5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="6.35" y1="6.985" x2="6.35" y2="1.27" width="0.762" layer="21"/> +<wire x1="7.62" y1="-1.905" x2="10.16" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="10.16" y1="-1.905" x2="10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="10.16" y1="0.635" x2="7.62" y2="0.635" width="0.1524" layer="21"/> +<wire x1="8.89" y1="6.985" x2="8.89" y2="1.27" width="0.762" layer="21"/> +<wire x1="10.16" y1="-1.905" x2="12.7" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="12.7" y1="-1.905" x2="12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="12.7" y1="0.635" x2="10.16" y2="0.635" width="0.1524" layer="21"/> +<wire x1="11.43" y1="6.985" x2="11.43" y2="1.27" width="0.762" layer="21"/> +<wire x1="12.7" y1="-1.905" x2="15.24" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="15.24" y1="0.635" x2="12.7" y2="0.635" width="0.1524" layer="21"/> +<wire x1="13.97" y1="6.985" x2="13.97" y2="1.27" width="0.762" layer="21"/> +<wire x1="15.24" y1="-1.905" x2="17.78" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="17.78" y1="0.635" x2="15.24" y2="0.635" width="0.1524" layer="21"/> +<wire x1="16.51" y1="6.985" x2="16.51" y2="1.27" width="0.762" layer="21"/> +<wire x1="17.78" y1="-1.905" x2="20.32" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="20.32" y1="0.635" x2="17.78" y2="0.635" width="0.1524" layer="21"/> +<wire x1="19.05" y1="6.985" x2="19.05" y2="1.27" width="0.762" layer="21"/> +<wire x1="20.32" y1="-1.905" x2="22.86" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="22.86" y1="0.635" x2="20.32" y2="0.635" width="0.1524" layer="21"/> +<wire x1="21.59" y1="6.985" x2="21.59" y2="1.27" width="0.762" layer="21"/> +<wire x1="22.86" y1="-1.905" x2="25.4" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="25.4" y1="-1.905" x2="25.4" y2="0.635" width="0.1524" layer="21"/> +<wire x1="25.4" y1="0.635" x2="22.86" y2="0.635" width="0.1524" layer="21"/> +<wire x1="24.13" y1="6.985" x2="24.13" y2="1.27" width="0.762" layer="21"/> +<pad name="2" x="-24.13" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="4" x="-21.59" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="6" x="-19.05" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="8" x="-16.51" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="10" x="-13.97" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="12" x="-11.43" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="14" x="-8.89" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="16" x="-6.35" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="18" x="-3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="20" x="-1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="22" x="1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="24" x="3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="26" x="6.35" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="28" x="8.89" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="30" x="11.43" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="32" x="13.97" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="34" x="16.51" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="36" x="19.05" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="38" x="21.59" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="1" x="-24.13" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="3" x="-21.59" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="5" x="-19.05" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="7" x="-16.51" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="9" x="-13.97" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="11" x="-11.43" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="13" x="-8.89" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="15" x="-6.35" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="17" x="-3.81" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="19" x="-1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="21" x="1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="23" x="3.81" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="25" x="6.35" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="27" x="8.89" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="29" x="11.43" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="31" x="13.97" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="33" x="16.51" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="35" x="19.05" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="37" x="21.59" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="40" x="24.13" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="39" x="24.13" y="-6.35" drill="1.016" shape="octagon"/> +<text x="-26.035" y="-3.81" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="27.305" y="-3.81" size="1.27" layer="27" rot="R90">>VALUE</text> +<rectangle x1="-24.511" y1="0.635" x2="-23.749" y2="1.143" layer="21"/> +<rectangle x1="-21.971" y1="0.635" x2="-21.209" y2="1.143" layer="21"/> +<rectangle x1="-19.431" y1="0.635" x2="-18.669" y2="1.143" layer="21"/> +<rectangle x1="-16.891" y1="0.635" x2="-16.129" y2="1.143" layer="21"/> +<rectangle x1="-14.351" y1="0.635" x2="-13.589" y2="1.143" layer="21"/> +<rectangle x1="-11.811" y1="0.635" x2="-11.049" y2="1.143" layer="21"/> +<rectangle x1="-9.271" y1="0.635" x2="-8.509" y2="1.143" layer="21"/> +<rectangle x1="-6.731" y1="0.635" x2="-5.969" y2="1.143" layer="21"/> +<rectangle x1="-4.191" y1="0.635" x2="-3.429" y2="1.143" layer="21"/> +<rectangle x1="-1.651" y1="0.635" x2="-0.889" y2="1.143" layer="21"/> +<rectangle x1="0.889" y1="0.635" x2="1.651" y2="1.143" layer="21"/> +<rectangle x1="3.429" y1="0.635" x2="4.191" y2="1.143" layer="21"/> +<rectangle x1="5.969" y1="0.635" x2="6.731" y2="1.143" layer="21"/> +<rectangle x1="8.509" y1="0.635" x2="9.271" y2="1.143" layer="21"/> +<rectangle x1="11.049" y1="0.635" x2="11.811" y2="1.143" layer="21"/> +<rectangle x1="13.589" y1="0.635" x2="14.351" y2="1.143" layer="21"/> +<rectangle x1="16.129" y1="0.635" x2="16.891" y2="1.143" layer="21"/> +<rectangle x1="18.669" y1="0.635" x2="19.431" y2="1.143" layer="21"/> +<rectangle x1="21.209" y1="0.635" x2="21.971" y2="1.143" layer="21"/> +<rectangle x1="23.749" y1="0.635" x2="24.511" y2="1.143" layer="21"/> +<rectangle x1="-24.511" y1="-2.921" x2="-23.749" y2="-1.905" layer="21"/> +<rectangle x1="-21.971" y1="-2.921" x2="-21.209" y2="-1.905" layer="21"/> +<rectangle x1="-24.511" y1="-5.461" x2="-23.749" y2="-4.699" layer="21"/> +<rectangle x1="-24.511" y1="-4.699" x2="-23.749" y2="-2.921" layer="51"/> +<rectangle x1="-21.971" y1="-4.699" x2="-21.209" y2="-2.921" layer="51"/> +<rectangle x1="-21.971" y1="-5.461" x2="-21.209" y2="-4.699" layer="21"/> +<rectangle x1="-19.431" y1="-2.921" x2="-18.669" y2="-1.905" layer="21"/> +<rectangle x1="-16.891" y1="-2.921" x2="-16.129" y2="-1.905" layer="21"/> +<rectangle x1="-19.431" y1="-5.461" x2="-18.669" y2="-4.699" layer="21"/> +<rectangle x1="-19.431" y1="-4.699" x2="-18.669" y2="-2.921" layer="51"/> +<rectangle x1="-16.891" y1="-4.699" x2="-16.129" y2="-2.921" layer="51"/> +<rectangle x1="-16.891" y1="-5.461" x2="-16.129" y2="-4.699" layer="21"/> +<rectangle x1="-14.351" y1="-2.921" x2="-13.589" y2="-1.905" layer="21"/> +<rectangle x1="-14.351" y1="-5.461" x2="-13.589" y2="-4.699" layer="21"/> +<rectangle x1="-14.351" y1="-4.699" x2="-13.589" y2="-2.921" layer="51"/> +<rectangle x1="-11.811" y1="-2.921" x2="-11.049" y2="-1.905" layer="21"/> +<rectangle x1="-9.271" y1="-2.921" x2="-8.509" y2="-1.905" layer="21"/> +<rectangle x1="-11.811" y1="-5.461" x2="-11.049" y2="-4.699" layer="21"/> +<rectangle x1="-11.811" y1="-4.699" x2="-11.049" y2="-2.921" layer="51"/> +<rectangle x1="-9.271" y1="-4.699" x2="-8.509" y2="-2.921" layer="51"/> +<rectangle x1="-9.271" y1="-5.461" x2="-8.509" y2="-4.699" layer="21"/> +<rectangle x1="-6.731" y1="-2.921" x2="-5.969" y2="-1.905" layer="21"/> +<rectangle x1="-4.191" y1="-2.921" x2="-3.429" y2="-1.905" layer="21"/> +<rectangle x1="-6.731" y1="-5.461" x2="-5.969" y2="-4.699" layer="21"/> +<rectangle x1="-6.731" y1="-4.699" x2="-5.969" y2="-2.921" layer="51"/> +<rectangle x1="-4.191" y1="-4.699" x2="-3.429" y2="-2.921" layer="51"/> +<rectangle x1="-4.191" y1="-5.461" x2="-3.429" y2="-4.699" layer="21"/> +<rectangle x1="-1.651" y1="-2.921" x2="-0.889" y2="-1.905" layer="21"/> +<rectangle x1="-1.651" y1="-5.461" x2="-0.889" y2="-4.699" layer="21"/> +<rectangle x1="-1.651" y1="-4.699" x2="-0.889" y2="-2.921" layer="51"/> +<rectangle x1="0.889" y1="-2.921" x2="1.651" y2="-1.905" layer="21"/> +<rectangle x1="3.429" y1="-2.921" x2="4.191" y2="-1.905" layer="21"/> +<rectangle x1="0.889" y1="-5.461" x2="1.651" y2="-4.699" layer="21"/> +<rectangle x1="0.889" y1="-4.699" x2="1.651" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-4.699" x2="4.191" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-5.461" x2="4.191" y2="-4.699" layer="21"/> +<rectangle x1="5.969" y1="-2.921" x2="6.731" y2="-1.905" layer="21"/> +<rectangle x1="8.509" y1="-2.921" x2="9.271" y2="-1.905" layer="21"/> +<rectangle x1="5.969" y1="-5.461" x2="6.731" y2="-4.699" layer="21"/> +<rectangle x1="5.969" y1="-4.699" x2="6.731" y2="-2.921" layer="51"/> +<rectangle x1="8.509" y1="-4.699" x2="9.271" y2="-2.921" layer="51"/> +<rectangle x1="8.509" y1="-5.461" x2="9.271" y2="-4.699" layer="21"/> +<rectangle x1="11.049" y1="-2.921" x2="11.811" y2="-1.905" layer="21"/> +<rectangle x1="11.049" y1="-5.461" x2="11.811" y2="-4.699" layer="21"/> +<rectangle x1="11.049" y1="-4.699" x2="11.811" y2="-2.921" layer="51"/> +<rectangle x1="13.589" y1="-2.921" x2="14.351" y2="-1.905" layer="21"/> +<rectangle x1="16.129" y1="-2.921" x2="16.891" y2="-1.905" layer="21"/> +<rectangle x1="13.589" y1="-5.461" x2="14.351" y2="-4.699" layer="21"/> +<rectangle x1="13.589" y1="-4.699" x2="14.351" y2="-2.921" layer="51"/> +<rectangle x1="16.129" y1="-4.699" x2="16.891" y2="-2.921" layer="51"/> +<rectangle x1="16.129" y1="-5.461" x2="16.891" y2="-4.699" layer="21"/> +<rectangle x1="18.669" y1="-2.921" x2="19.431" y2="-1.905" layer="21"/> +<rectangle x1="21.209" y1="-2.921" x2="21.971" y2="-1.905" layer="21"/> +<rectangle x1="18.669" y1="-5.461" x2="19.431" y2="-4.699" layer="21"/> +<rectangle x1="18.669" y1="-4.699" x2="19.431" y2="-2.921" layer="51"/> +<rectangle x1="21.209" y1="-4.699" x2="21.971" y2="-2.921" layer="51"/> +<rectangle x1="21.209" y1="-5.461" x2="21.971" y2="-4.699" layer="21"/> +<rectangle x1="23.749" y1="-2.921" x2="24.511" y2="-1.905" layer="21"/> +<rectangle x1="23.749" y1="-5.461" x2="24.511" y2="-4.699" layer="21"/> +<rectangle x1="23.749" y1="-4.699" x2="24.511" y2="-2.921" layer="51"/> +</package> +<package name="2X04" urn="urn:adsk.eagle:footprint:22351/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="-2.54" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="-2.54" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="-2.54" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="-1.905" x2="-5.08" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0.635" y2="2.54" width="0.1524" layer="21"/> +<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.1524" layer="21"/> +<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0.635" y1="-2.54" x2="1.905" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-1.905" y1="-2.54" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="-2.54" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> +<wire x1="4.445" y1="-2.54" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.1524" layer="21"/> +<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.1524" layer="21"/> +<wire x1="4.445" y1="2.54" x2="5.08" y2="1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="3.175" y1="-2.54" x2="4.445" y2="-2.54" width="0.1524" layer="21"/> +<pad name="1" x="-3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="2" x="-3.81" y="1.27" drill="1.016" shape="octagon"/> +<pad name="3" x="-1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="4" x="-1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="5" x="1.27" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="6" x="1.27" y="1.27" drill="1.016" shape="octagon"/> +<pad name="7" x="3.81" y="-1.27" drill="1.016" shape="octagon"/> +<pad name="8" x="3.81" y="1.27" drill="1.016" shape="octagon"/> +<text x="-5.08" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-4.445" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> +<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> +<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> +<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> +<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> +<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> +<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> +<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> +</package> +<package name="2X04/90" urn="urn:adsk.eagle:footprint:22352/1" library_version="2"> +<description><b>PIN HEADER</b></description> +<wire x1="-5.08" y1="-1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="0.635" x2="-5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="0.635" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="6.985" x2="-3.81" y2="1.27" width="0.762" layer="21"/> +<wire x1="-2.54" y1="-1.905" x2="0" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="0" y1="-1.905" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="0" y1="0.635" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="6.985" x2="-1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="0" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="2.54" y1="0.635" x2="0" y2="0.635" width="0.1524" layer="21"/> +<wire x1="1.27" y1="6.985" x2="1.27" y2="1.27" width="0.762" layer="21"/> +<wire x1="2.54" y1="-1.905" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="5.08" y1="-1.905" x2="5.08" y2="0.635" width="0.1524" layer="21"/> +<wire x1="5.08" y1="0.635" x2="2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="3.81" y1="6.985" x2="3.81" y2="1.27" width="0.762" layer="21"/> +<pad name="2" x="-3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="4" x="-1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="6" x="1.27" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="8" x="3.81" y="-3.81" drill="1.016" shape="octagon"/> +<pad name="1" x="-3.81" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="3" x="-1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="5" x="1.27" y="-6.35" drill="1.016" shape="octagon"/> +<pad name="7" x="3.81" y="-6.35" drill="1.016" shape="octagon"/> +<text x="-5.715" y="-3.81" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="6.985" y="-3.81" size="1.27" layer="27" rot="R90">>VALUE</text> +<rectangle x1="-4.191" y1="0.635" x2="-3.429" y2="1.143" layer="21"/> +<rectangle x1="-1.651" y1="0.635" x2="-0.889" y2="1.143" layer="21"/> +<rectangle x1="0.889" y1="0.635" x2="1.651" y2="1.143" layer="21"/> +<rectangle x1="3.429" y1="0.635" x2="4.191" y2="1.143" layer="21"/> +<rectangle x1="-4.191" y1="-2.921" x2="-3.429" y2="-1.905" layer="21"/> +<rectangle x1="-1.651" y1="-2.921" x2="-0.889" y2="-1.905" layer="21"/> +<rectangle x1="-4.191" y1="-5.461" x2="-3.429" y2="-4.699" layer="21"/> +<rectangle x1="-4.191" y1="-4.699" x2="-3.429" y2="-2.921" layer="51"/> +<rectangle x1="-1.651" y1="-4.699" x2="-0.889" y2="-2.921" layer="51"/> +<rectangle x1="-1.651" y1="-5.461" x2="-0.889" y2="-4.699" layer="21"/> +<rectangle x1="0.889" y1="-2.921" x2="1.651" y2="-1.905" layer="21"/> +<rectangle x1="3.429" y1="-2.921" x2="4.191" y2="-1.905" layer="21"/> +<rectangle x1="0.889" y1="-5.461" x2="1.651" y2="-4.699" layer="21"/> +<rectangle x1="0.889" y1="-4.699" x2="1.651" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-4.699" x2="4.191" y2="-2.921" layer="51"/> +<rectangle x1="3.429" y1="-5.461" x2="4.191" y2="-4.699" layer="21"/> +</package> +</packages> +<packages3d> +<package3d name="2X20" urn="urn:adsk.eagle:package:22443/2" type="model" library_version="2"> +<description>PIN HEADER</description> +</package3d> +<package3d name="2X20/90" urn="urn:adsk.eagle:package:22440/1" type="box" library_version="2"> +<description>PIN HEADER</description> +</package3d> +<package3d name="2X04" urn="urn:adsk.eagle:package:22461/2" type="model" library_version="2"> +<description>PIN HEADER</description> +</package3d> +<package3d name="2X04/90" urn="urn:adsk.eagle:package:22465/1" type="box" library_version="2"> +<description>PIN HEADER</description> +</package3d> +</packages3d> +<symbols> +<symbol name="PINH2X20" urn="urn:adsk.eagle:symbol:22314/1" library_version="2"> +<wire x1="-6.35" y1="-27.94" x2="8.89" y2="-27.94" width="0.4064" layer="94"/> +<wire x1="8.89" y1="-27.94" x2="8.89" y2="25.4" width="0.4064" layer="94"/> +<wire x1="8.89" y1="25.4" x2="-6.35" y2="25.4" width="0.4064" layer="94"/> +<wire x1="-6.35" y1="25.4" x2="-6.35" y2="-27.94" width="0.4064" layer="94"/> +<text x="-6.35" y="26.035" size="1.778" layer="95">>NAME</text> +<text x="-6.35" y="-30.48" size="1.778" layer="96">>VALUE</text> +<pin name="1" x="-2.54" y="22.86" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="2" x="5.08" y="22.86" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="3" x="-2.54" y="20.32" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="4" x="5.08" y="20.32" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="5" x="-2.54" y="17.78" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="6" x="5.08" y="17.78" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="7" x="-2.54" y="15.24" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="8" x="5.08" y="15.24" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="9" x="-2.54" y="12.7" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="10" x="5.08" y="12.7" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="11" x="-2.54" y="10.16" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="12" x="5.08" y="10.16" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="13" x="-2.54" y="7.62" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="14" x="5.08" y="7.62" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="15" x="-2.54" y="5.08" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="16" x="5.08" y="5.08" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="17" x="-2.54" y="2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="18" x="5.08" y="2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="19" x="-2.54" y="0" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="20" x="5.08" y="0" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="21" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="22" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="23" x="-2.54" y="-5.08" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="24" x="5.08" y="-5.08" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="25" x="-2.54" y="-7.62" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="26" x="5.08" y="-7.62" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="27" x="-2.54" y="-10.16" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="28" x="5.08" y="-10.16" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="29" x="-2.54" y="-12.7" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="30" x="5.08" y="-12.7" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="31" x="-2.54" y="-15.24" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="32" x="5.08" y="-15.24" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="33" x="-2.54" y="-17.78" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="34" x="5.08" y="-17.78" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="35" x="-2.54" y="-20.32" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="36" x="5.08" y="-20.32" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="37" x="-2.54" y="-22.86" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="38" x="5.08" y="-22.86" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="39" x="-2.54" y="-25.4" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="40" x="5.08" y="-25.4" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +</symbol> +<symbol name="PINH2X4" urn="urn:adsk.eagle:symbol:22350/1" library_version="2"> +<wire x1="-6.35" y1="-5.08" x2="8.89" y2="-5.08" width="0.4064" layer="94"/> +<wire x1="8.89" y1="-5.08" x2="8.89" y2="7.62" width="0.4064" layer="94"/> +<wire x1="8.89" y1="7.62" x2="-6.35" y2="7.62" width="0.4064" layer="94"/> +<wire x1="-6.35" y1="7.62" x2="-6.35" y2="-5.08" width="0.4064" layer="94"/> +<text x="-6.35" y="8.255" size="1.778" layer="95">>NAME</text> +<text x="-6.35" y="-7.62" size="1.778" layer="96">>VALUE</text> +<pin name="1" x="-2.54" y="5.08" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="2" x="5.08" y="5.08" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="3" x="-2.54" y="2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="4" x="5.08" y="2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="5" x="-2.54" y="0" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="6" x="5.08" y="0" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +<pin name="7" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas" function="dot"/> +<pin name="8" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" function="dot" rot="R180"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="PINHD-2X20" urn="urn:adsk.eagle:component:22518/2" prefix="JP" uservalue="yes" library_version="2"> +<description><b>PIN HEADER</b></description> +<gates> +<gate name="A" symbol="PINH2X20" x="0" y="0"/> +</gates> +<devices> +<device name="" package="2X20"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="10" pad="10"/> +<connect gate="A" pin="11" pad="11"/> +<connect gate="A" pin="12" pad="12"/> +<connect gate="A" pin="13" pad="13"/> +<connect gate="A" pin="14" pad="14"/> +<connect gate="A" pin="15" pad="15"/> +<connect gate="A" pin="16" pad="16"/> +<connect gate="A" pin="17" pad="17"/> +<connect gate="A" pin="18" pad="18"/> +<connect gate="A" pin="19" pad="19"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="20" pad="20"/> +<connect gate="A" pin="21" pad="21"/> +<connect gate="A" pin="22" pad="22"/> +<connect gate="A" pin="23" pad="23"/> +<connect gate="A" pin="24" pad="24"/> +<connect gate="A" pin="25" pad="25"/> +<connect gate="A" pin="26" pad="26"/> +<connect gate="A" pin="27" pad="27"/> +<connect gate="A" pin="28" pad="28"/> +<connect gate="A" pin="29" pad="29"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="30" pad="30"/> +<connect gate="A" pin="31" pad="31"/> +<connect gate="A" pin="32" pad="32"/> +<connect gate="A" pin="33" pad="33"/> +<connect gate="A" pin="34" pad="34"/> +<connect gate="A" pin="35" pad="35"/> +<connect gate="A" pin="36" pad="36"/> +<connect gate="A" pin="37" pad="37"/> +<connect gate="A" pin="38" pad="38"/> +<connect gate="A" pin="39" pad="39"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="40" pad="40"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +<connect gate="A" pin="9" pad="9"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22443/2"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="/90" package="2X20/90"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="10" pad="10"/> +<connect gate="A" pin="11" pad="11"/> +<connect gate="A" pin="12" pad="12"/> +<connect gate="A" pin="13" pad="13"/> +<connect gate="A" pin="14" pad="14"/> +<connect gate="A" pin="15" pad="15"/> +<connect gate="A" pin="16" pad="16"/> +<connect gate="A" pin="17" pad="17"/> +<connect gate="A" pin="18" pad="18"/> +<connect gate="A" pin="19" pad="19"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="20" pad="20"/> +<connect gate="A" pin="21" pad="21"/> +<connect gate="A" pin="22" pad="22"/> +<connect gate="A" pin="23" pad="23"/> +<connect gate="A" pin="24" pad="24"/> +<connect gate="A" pin="25" pad="25"/> +<connect gate="A" pin="26" pad="26"/> +<connect gate="A" pin="27" pad="27"/> +<connect gate="A" pin="28" pad="28"/> +<connect gate="A" pin="29" pad="29"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="30" pad="30"/> +<connect gate="A" pin="31" pad="31"/> +<connect gate="A" pin="32" pad="32"/> +<connect gate="A" pin="33" pad="33"/> +<connect gate="A" pin="34" pad="34"/> +<connect gate="A" pin="35" pad="35"/> +<connect gate="A" pin="36" pad="36"/> +<connect gate="A" pin="37" pad="37"/> +<connect gate="A" pin="38" pad="38"/> +<connect gate="A" pin="39" pad="39"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="40" pad="40"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +<connect gate="A" pin="9" pad="9"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22440/1"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="PINHD-2X4" urn="urn:adsk.eagle:component:22527/2" prefix="JP" uservalue="yes" library_version="2"> +<description><b>PIN HEADER</b></description> +<gates> +<gate name="A" symbol="PINH2X4" x="0" y="0"/> +</gates> +<devices> +<device name="" package="2X04"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22461/2"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="/90" package="2X04/90"> +<connects> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="A" pin="7" pad="7"/> +<connect gate="A" pin="8" pad="8"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:22465/1"/> +</package3dinstances> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +</libraries> +<attributes> +</attributes> +<variantdefs> +</variantdefs> +<classes> +<class number="0" name="default" width="0" drill="0"> +</class> +</classes> +<parts> +<part name="U$1" library="fab" deviceset="ATSAMS70N-TQFP100" device=""/> +<part name="U$2" library="fab" deviceset="ISL3177E" device=""/> +<part name="U$3" library="fab" deviceset="ISL3177E" device=""/> +<part name="U$4" library="fab" deviceset="ISL3177E" device=""/> +<part name="U$5" library="fab" deviceset="ISL3177E" device=""/> +<part name="JP1" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X20" device="" package3d_urn="urn:adsk.eagle:package:22443/2"/> +<part name="JP2" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="JP3" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="JP4" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="JP5" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +</parts> +<sheets> +<sheet> +<plain> +</plain> +<instances> +<instance part="U$1" gate="G$1" x="58.42" y="71.12"/> +<instance part="U$2" gate="G$1" x="246.38" y="139.7"/> +<instance part="U$3" gate="G$1" x="246.38" y="116.84"/> +<instance part="U$4" gate="G$1" x="246.38" y="93.98"/> +<instance part="U$5" gate="G$1" x="246.38" y="71.12"/> +<instance part="JP1" gate="A" x="246.38" y="17.78"/> +<instance part="JP2" gate="A" x="292.1" y="139.7"/> +<instance part="JP3" gate="A" x="292.1" y="114.3"/> +<instance part="JP4" gate="A" x="292.1" y="91.44"/> +<instance part="JP5" gate="A" x="294.64" y="68.58"/> +</instances> +<busses> +</busses> +<nets> +</nets> +</sheet> +</sheets> +</schematic> +</drawing> +<compatibility> +<note version="8.2" severity="warning"> +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. +</note> +<note version="8.3" severity="warning"> +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. +</note> +<note version="8.3" severity="warning"> +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. +</note> +</compatibility> +</eagle> diff --git a/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.sch b/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.sch index dda452d0d3d03d73264b3a8427b6722df7d5a5c5..d3e12f2108016a5c4eb690534874b39ee2c5025d 100644 --- a/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.sch +++ b/circuit/atsams70n-switch/atsams70n-switch/atsams70n-switch.sch @@ -131,6 +131,8 @@ <layer number="229" name="229bmp" color="7" fill="1" visible="no" active="yes"/> <layer number="230" name="230bmp" color="7" fill="1" visible="no" active="yes"/> <layer number="231" name="231bmp" color="7" fill="1" visible="no" active="yes"/> +<layer number="232" name="Eagle3D_PG2" color="14" fill="2" visible="no" active="yes"/> +<layer number="233" name="Eagle3D_PG3" color="14" fill="4" visible="no" active="yes"/> <layer number="248" name="Housing" color="7" fill="1" visible="no" active="yes"/> <layer number="249" name="Edge" color="7" fill="1" visible="no" active="yes"/> <layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/> @@ -385,6 +387,173 @@ MSOP<br> <rectangle x1="-1.175" y1="1.55" x2="-0.775" y2="2.45" layer="51"/> <circle x="-1.6256" y="-2.0574" radius="0.091578125" width="0.4064" layer="21"/> </package> +<package name="P-LCC-4"> +<description><b>Power TOPLED®</b><p> +Source: http://www.osram.convergy.de/ ... LA_LO_LA_LY E67B.pdf</description> +<wire x1="-1.4" y1="-1.05" x2="-1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="-1.6" x2="-1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-0.85" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1" y1="-1.6" x2="1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="-1.6" x2="1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="1.6" x2="1.1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.1" y1="1.6" x2="-1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="1.8" x2="-0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="1.8" x2="-0.5" y2="1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.65" x2="0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.8" x2="1.1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="1.1" y1="1.8" x2="1.1" y2="1.6" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.8" x2="-0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="-1.8" x2="-0.5" y2="-1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.65" x2="0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.8" x2="1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="1" y1="-1.8" x2="1" y2="-1.6" width="0.1016" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<circle x="0" y="0" radius="1.1" width="0.2032" layer="51"/> +<text x="-3.81" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text> +<text x="5.08" y="-2.54" size="1.27" layer="27" rot="R90">>VALUE</text> +<text x="-1.905" y="-3.81" size="1.27" layer="21">R</text> +<text x="-1.905" y="2.54" size="1.27" layer="21">G</text> +<text x="1.27" y="2.54" size="1.27" layer="21">B</text> +<text x="1.27" y="-3.81" size="1.27" layer="21">A</text> +<rectangle x1="-1.15" y1="0.75" x2="-0.35" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="0.75" x2="1.15" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="-1.85" x2="1.15" y2="-0.75" layer="29"/> +<rectangle x1="-1.15" y1="-1.85" x2="-0.35" y2="-0.75" layer="29"/> +<rectangle x1="-1.1" y1="-1.8" x2="-0.4" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="-1.8" x2="1.1" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="0.8" x2="1.1" y2="1.8" layer="31"/> +<rectangle x1="-1.1" y1="0.8" x2="-0.4" y2="1.8" layer="31"/> +<rectangle x1="-0.2" y1="-0.2" x2="0.2" y2="0.2" layer="21"/> +<smd name="A" x="0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="R" x="-0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="G" x="-0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="B" x="0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +</package> +<package name="6MM_SWITCH"> +<description><b>OMRON SWITCH</b></description> +<wire x1="3.302" y1="-0.762" x2="3.048" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.302" y1="-0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="1.016" x2="3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.302" y1="0.762" x2="-3.048" y2="0.762" width="0.1524" layer="21"/> +<wire x1="-3.302" y1="0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="2.54" x2="2.54" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="-3.048" x2="3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="3.048" y1="-2.54" x2="3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="3.048" x2="-3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="2.54" x2="-3.048" y2="1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="-2.54" x2="-3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="3.048" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="1.27" y2="3.048" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="-1.27" y2="-2.794" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="1.143" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="-1.27" y1="-2.794" x2="-1.27" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="2.54" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.159" y1="-3.048" x2="-1.27" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="3.048" x2="2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.159" y1="3.048" x2="1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="1.27" y1="3.048" x2="-1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-3.048" x2="1.143" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="1.143" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="3.048" y1="-0.762" x2="3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="0.762" x2="-3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-2.159" x2="1.27" y2="-2.159" width="0.1524" layer="51"/> +<wire x1="1.27" y1="2.286" x2="-1.27" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="1.27" x2="-2.413" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="-0.508" x2="-2.413" y2="-1.27" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="0.508" x2="-2.159" y2="-0.381" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="1.778" width="0.1524" layer="21"/> +<circle x="-2.159" y="-2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="-2.032" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="-2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="0.635" width="0.0508" layer="51"/> +<circle x="0" y="0" radius="0.254" width="0.1524" layer="21"/> +<smd name="1" x="-3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="2" x="3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="3" x="-3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="4" x="3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<text x="-3.048" y="3.683" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-3.048" y="-5.08" size="1.27" layer="27" ratio="10">>VALUE</text> +<text x="-4.318" y="1.651" size="1.27" layer="51" ratio="10">1</text> +<text x="3.556" y="1.524" size="1.27" layer="51" ratio="10">2</text> +<text x="-4.572" y="-2.794" size="1.27" layer="51" ratio="10">3</text> +<text x="3.556" y="-2.794" size="1.27" layer="51" ratio="10">4</text> +</package> +<package name="DX4R005HJ5_100"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<text x="4.1275" y="-1.5875" size="0.6096" layer="27" font="vector" rot="R90">>Value</text> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +</package> +<package name="DX4R005HJ5"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="25" font="vector" rot="R90">>Value</text> +</package> +<package name="DX4R005HJ5_64"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="27" font="vector" rot="R90">>Value</text> +</package> </packages> <symbols> <symbol name="ATSAMS70N"> @@ -511,6 +680,104 @@ MSOP<br> <text x="-5.08" y="7.62" size="1.778" layer="95">>NAME</text> <text x="-5.08" y="-7.62" size="1.778" layer="96">>VALUE</text> </symbol> +<symbol name="LED-RGB"> +<wire x1="6.35" y1="1.778" x2="5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="5.08" y1="-0.254" x2="3.81" y2="1.778" width="0.254" layer="94"/> +<wire x1="6.35" y1="-0.254" x2="5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="5.08" y1="-0.254" x2="3.81" y2="-0.254" width="0.254" layer="94"/> +<wire x1="6.35" y1="1.778" x2="3.81" y2="1.778" width="0.254" layer="94"/> +<wire x1="3.048" y1="1.524" x2="2.159" y2="0.635" width="0.1524" layer="94"/> +<wire x1="3.81" y1="0.762" x2="2.921" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="1.27" y1="1.778" x2="0" y2="-0.254" width="0.254" layer="94"/> +<wire x1="0" y1="-0.254" x2="-1.27" y2="1.778" width="0.254" layer="94"/> +<wire x1="1.27" y1="-0.254" x2="0" y2="-0.254" width="0.254" layer="94"/> +<wire x1="0" y1="-0.254" x2="-1.27" y2="-0.254" width="0.254" layer="94"/> +<wire x1="1.27" y1="1.778" x2="-1.27" y2="1.778" width="0.254" layer="94"/> +<wire x1="-2.032" y1="1.524" x2="-2.921" y2="0.635" width="0.1524" layer="94"/> +<wire x1="-1.27" y1="0.762" x2="-2.159" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="-3.81" y1="1.778" x2="-5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-5.08" y1="-0.254" x2="-6.35" y2="1.778" width="0.254" layer="94"/> +<wire x1="-3.81" y1="-0.254" x2="-5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-5.08" y1="-0.254" x2="-6.35" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-3.81" y1="1.778" x2="-6.35" y2="1.778" width="0.254" layer="94"/> +<wire x1="-7.112" y1="1.524" x2="-8.001" y2="0.635" width="0.1524" layer="94"/> +<wire x1="-6.35" y1="0.762" x2="-7.239" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="-5.08" y1="2.54" x2="0" y2="2.54" width="0.1524" layer="94"/> +<wire x1="0" y1="2.54" x2="0" y2="0" width="0.1524" layer="94"/> +<wire x1="0" y1="2.54" x2="5.08" y2="2.54" width="0.1524" layer="94"/> +<wire x1="5.08" y1="2.54" x2="5.08" y2="0" width="0.1524" layer="94"/> +<circle x="-5.08" y="2.54" radius="0.1796" width="0.254" layer="94"/> +<circle x="0" y="2.54" radius="0.1796" width="0.254" layer="94"/> +<text x="-2.54" y="3.302" size="1.778" layer="95">>NAME</text> +<text x="-2.54" y="5.461" size="1.778" layer="96">>VALUE</text> +<pin name="CGREEN" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="CBLUE" x="0" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="CRED" x="-5.08" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="A2" x="-5.08" y="5.08" visible="pad" length="middle" direction="pas" rot="R270"/> +<polygon width="0.1524" layer="94"> +<vertex x="2.032" y="1.016"/> +<vertex x="1.778" y="0.254"/> +<vertex x="2.54" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="2.794" y="0.254"/> +<vertex x="2.54" y="-0.508"/> +<vertex x="3.302" y="-0.254"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-3.048" y="1.016"/> +<vertex x="-3.302" y="0.254"/> +<vertex x="-2.54" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-2.286" y="0.254"/> +<vertex x="-2.54" y="-0.508"/> +<vertex x="-1.778" y="-0.254"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-8.128" y="1.016"/> +<vertex x="-8.382" y="0.254"/> +<vertex x="-7.62" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-7.366" y="0.254"/> +<vertex x="-7.62" y="-0.508"/> +<vertex x="-6.858" y="-0.254"/> +</polygon> +</symbol> +<symbol name="TS2"> +<wire x1="0" y1="1.905" x2="0" y2="2.54" width="0.254" layer="94"/> +<wire x1="-4.445" y1="1.905" x2="-3.175" y2="1.905" width="0.254" layer="94"/> +<wire x1="-4.445" y1="-1.905" x2="-3.175" y2="-1.905" width="0.254" layer="94"/> +<wire x1="-4.445" y1="1.905" x2="-4.445" y2="0" width="0.254" layer="94"/> +<wire x1="-4.445" y1="0" x2="-4.445" y2="-1.905" width="0.254" layer="94"/> +<wire x1="-2.54" y1="0" x2="-1.905" y2="0" width="0.1524" layer="94"/> +<wire x1="-1.27" y1="0" x2="-0.635" y2="0" width="0.1524" layer="94"/> +<wire x1="-4.445" y1="0" x2="-3.175" y2="0" width="0.1524" layer="94"/> +<wire x1="2.54" y1="2.54" x2="0" y2="2.54" width="0.1524" layer="94"/> +<wire x1="2.54" y1="-2.54" x2="0" y2="-2.54" width="0.1524" layer="94"/> +<wire x1="0" y1="-2.54" x2="-1.27" y2="1.905" width="0.254" layer="94"/> +<circle x="0" y="-2.54" radius="0.127" width="0.4064" layer="94"/> +<circle x="0" y="2.54" radius="0.127" width="0.4064" layer="94"/> +<text x="-6.35" y="-2.54" size="1.778" layer="95" rot="R90">>NAME</text> +<text x="-3.81" y="3.175" size="1.778" layer="96" rot="R90">>VALUE</text> +<pin name="P" x="0" y="-5.08" visible="pad" length="short" direction="pas" swaplevel="2" rot="R90"/> +<pin name="S" x="0" y="5.08" visible="pad" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="S1" x="2.54" y="5.08" visible="pad" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="P1" x="2.54" y="-5.08" visible="pad" length="short" direction="pas" swaplevel="2" rot="R90"/> +</symbol> +<symbol name="USB-1"> +<wire x1="6.35" y1="-2.54" x2="6.35" y2="2.54" width="0.254" layer="94"/> +<wire x1="6.35" y1="2.54" x2="-3.81" y2="2.54" width="0.254" layer="94"/> +<wire x1="-3.81" y1="2.54" x2="-3.81" y2="-2.54" width="0.254" layer="94"/> +<text x="-2.54" y="-1.27" size="2.54" layer="94">USB</text> +<text x="-4.445" y="-1.905" size="1.27" layer="95" font="vector" rot="R90">>Name</text> +<text x="8.255" y="-1.905" size="1.27" layer="96" font="vector" rot="R90">>Value</text> +<pin name="D+" x="5.08" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="D-" x="2.54" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="VBUS" x="0" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="GND" x="-2.54" y="5.08" visible="pad" length="short" rot="R270"/> +</symbol> </symbols> <devicesets> <deviceset name="ATSAMS70N-TQFP100"> @@ -649,6 +916,91 @@ MSOP<br> </device> </devices> </deviceset> +<deviceset name="LEDRGBNEW"> +<gates> +<gate name="G$1" symbol="LED-RGB" x="0" y="-2.54"/> +</gates> +<devices> +<device name="" package="P-LCC-4"> +<connects> +<connect gate="G$1" pin="A2" pad="A"/> +<connect gate="G$1" pin="CBLUE" pad="B"/> +<connect gate="G$1" pin="CGREEN" pad="G"/> +<connect gate="G$1" pin="CRED" pad="R"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="6MM_SWITCH" prefix="S" uservalue="yes"> +<description><b>OMRON SWITCH</b></description> +<gates> +<gate name="2" symbol="TS2" x="0" y="0"/> +</gates> +<devices> +<device name="6MM_SWITCH" package="6MM_SWITCH"> +<connects> +<connect gate="2" pin="P" pad="1"/> +<connect gate="2" pin="P1" pad="2"/> +<connect gate="2" pin="S" pad="3"/> +<connect gate="2" pin="S1" pad="4"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="MICRO-USB"> +<description>SMD micro USB connector as found in the fablab inventory. +Three footprint variants included: +<ol> +<li> original, as described by manufacturer's datasheet +<li> for milling with the 1/100" bit +<li> for milling with the 1/64" bit +</ol> +<p>Made by Zaerc.</description> +<gates> +<gate name="G$1" symbol="USB-1" x="0" y="0"/> +</gates> +<devices> +<device name="_1/100" package="DX4R005HJ5_100"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="_ORIG" package="DX4R005HJ5"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="_1/64" package="DX4R005HJ5_64"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> </devicesets> </library> <library name="pinhead" urn="urn:adsk.eagle:library:325"> @@ -1419,6 +1771,1405 @@ MSOP<br> </deviceset> </devicesets> </library> +<library name="tag-connect-2050"> +<packages> +<package name="TC2030-MCP-NL"> +<description><B>TAG-CONNECT ISP Connector</B><BR><BR><I>Manufacturer:</I> <a href="www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit PCB Programming. Designed for Standard JTAG 10 Pin, suitable for many others.<BR> +<BR>Footprint for TC2050 NL <BR> + +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>VTREF</TD></TR> +<TR><TD align=center>2</TD><TD>nTRST</TD></TR> +<TR><TD align=center>3</TD><TD>TDI</TD></TR> +<TR><TD align=center>4</TD><TD>TMS</TD></TR> +<TR><TD align=center>5</TD><TD>TCK</TD></TR> +<TR><TD align=center>6</TD><TD>RTCK</TD></TR> +<TR><TD align=center>7</TD><TD>TDO</TD></TR> +<TR><TD align=center>8</TD><TD>RESET</TD></TR> +<TR><TD align=center>9</TD><TD>GND</TD></TR> +<TR><TD align=center>10</TD><TD>NC</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> +©2009 ROFA.cz +Modified 7/2011 by Tim McCarthy-Smith +VIDA Products INC</description> +<wire x1="0" y1="-2.54" x2="7.62" y2="-2.54" width="0.127" layer="21"/> +<circle x="1.27" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="1.27" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="2.54" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="3.81" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="5.08" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="6.35" y="0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="6.35" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="5.08" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="3.81" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="2.54" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="1.27" y="-0.635" radius="0.6604" width="0.4572" layer="39"/> +<circle x="2.54" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="3.81" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="5.08" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="6.35" y="0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="6.35" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="5.08" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="3.81" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="2.54" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<circle x="1.27" y="-0.635" radius="0.6604" width="0.4572" layer="41"/> +<smd name="10" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="9" x="2.54" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="8" x="3.81" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="3" x="3.81" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="2" x="2.54" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="1" x="1.27" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="7" x="5.08" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="6" x="6.35" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="4" x="5.08" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="5" x="6.35" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<smd name="11" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="12" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100"/> +<text x="-0.635" y="1.27" size="1.27" layer="25">>name</text> +<hole x="0" y="0" drill="1"/> +<hole x="7.62" y="-1.016" drill="1"/> +<hole x="7.62" y="1.016" drill="1"/> +</package> +</packages> +<symbols> +<symbol name="TC2050"> +<wire x1="-12.7" y1="15.24" x2="-12.7" y2="-35.56" width="0.254" layer="94"/> +<wire x1="-12.7" y1="-35.56" x2="7.62" y2="-35.56" width="0.254" layer="94"/> +<wire x1="7.62" y1="-35.56" x2="7.62" y2="15.24" width="0.254" layer="94"/> +<wire x1="7.62" y1="15.24" x2="-12.7" y2="15.24" width="0.254" layer="94"/> +<text x="-12.7" y="17.78" size="1.778" layer="95">>NAME</text> +<pin name="VTREF" x="-17.78" y="-12.7" length="middle"/> +<pin name="!TRST" x="-17.78" y="-2.54" length="middle"/> +<pin name="TDI" x="-17.78" y="12.7" length="middle"/> +<pin name="TMS" x="-17.78" y="7.62" length="middle"/> +<pin name="TCK" x="-17.78" y="2.54" length="middle"/> +<pin name="RTCK" x="-17.78" y="-22.86" length="middle"/> +<pin name="TDO" x="-17.78" y="-7.62" length="middle"/> +<pin name="RESET" x="-17.78" y="-17.78" length="middle"/> +<pin name="GND" x="-17.78" y="-27.94" length="middle"/> +<pin name="NC" x="-17.78" y="-33.02" length="middle"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="TC2050"> +<description><B>TAG-CONNECT ISP Connector</B><BR><BR><I>Manufacturer:</I> <a href="www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit PCB Programming. Designed for JTAG 10 pin, suitable for many others.<BR> +Pin Connection for TC2050 NL.<BR> +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>VTREF</TD></TR> +<TR><TD align=center>2</TD><TD>TMS</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>TCK</TD></TR> +<TR><TD align=center>5</TD><TD>NC</TD></TR> +<TR><TD align=center>6</TD><TD>TDO</TD></TR> +<TR><TD align=center>7</TD><TD>RTCK</TD></TR> +<TR><TD align=center>8</TD><TD>TDI</TD></TR> +<TR><TD align=center>9</TD><TD>!TRST</TD></TR> +<TR><TD align=center>10</TD><TD>RESET</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> +©2009 ROFA.cz +<BR>Modified 7/2011 by Tim McCarthy-Smith +VIDA Products INC</description> +<gates> +<gate name="G$1" symbol="TC2050" x="0" y="0"/> +</gates> +<devices> +<device name="-MCP-NL" package="TC2030-MCP-NL"> +<connects> +<connect gate="G$1" pin="!TRST" pad="9"/> +<connect gate="G$1" pin="GND" pad="3"/> +<connect gate="G$1" pin="NC" pad="5"/> +<connect gate="G$1" pin="RESET" pad="10"/> +<connect gate="G$1" pin="RTCK" pad="7"/> +<connect gate="G$1" pin="TCK" pad="4"/> +<connect gate="G$1" pin="TDI" pad="8"/> +<connect gate="G$1" pin="TDO" pad="6"/> +<connect gate="G$1" pin="TMS" pad="2"/> +<connect gate="G$1" pin="VTREF" pad="1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="crystal" urn="urn:adsk.eagle:library:204"> +<description><b>Crystals and Crystal Resonators</b><p> +<author>Created by librarian@cadsoft.de</author></description> +<packages> +<package name="HC49/S" urn="urn:adsk.eagle:footprint:11992/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-3.048" y1="-2.159" x2="3.048" y2="-2.159" width="0.4064" layer="21"/> +<wire x1="-3.048" y1="2.159" x2="3.048" y2="2.159" width="0.4064" layer="21"/> +<wire x1="-3.048" y1="-1.651" x2="3.048" y2="-1.651" width="0.1524" layer="21"/> +<wire x1="3.048" y1="1.651" x2="-3.048" y2="1.651" width="0.1524" layer="21"/> +<wire x1="-0.254" y1="0.762" x2="0.254" y2="0.762" width="0.1524" layer="21"/> +<wire x1="0.254" y1="0.762" x2="0.254" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="0.254" y1="-0.762" x2="-0.254" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="-0.254" y1="-0.762" x2="-0.254" y2="0.762" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0.762" x2="0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="0.635" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0.762" x2="-0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-0.635" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="1.27" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-1.27" y2="0" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="2.159" x2="-3.048" y2="-2.159" width="0.4064" layer="21" curve="180"/> +<wire x1="3.048" y1="-2.159" x2="3.048" y2="2.159" width="0.4064" layer="21" curve="180"/> +<wire x1="-3.048" y1="1.651" x2="-3.048" y2="-1.651" width="0.1524" layer="21" curve="180"/> +<wire x1="3.048" y1="-1.651" x2="3.048" y2="1.651" width="0.1524" layer="21" curve="180"/> +<pad name="1" x="-2.413" y="0" drill="0.8128"/> +<pad name="2" x="2.413" y="0" drill="0.8128"/> +<text x="-5.08" y="2.667" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-3.937" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-4.445" y1="-2.54" x2="4.445" y2="2.54" layer="43"/> +<rectangle x1="-5.08" y1="-1.905" x2="-4.445" y2="1.905" layer="43"/> +<rectangle x1="-5.715" y1="-1.27" x2="-5.08" y2="1.27" layer="43"/> +<rectangle x1="4.445" y1="-1.905" x2="5.08" y2="1.905" layer="43"/> +<rectangle x1="5.08" y1="-1.27" x2="5.715" y2="1.27" layer="43"/> +</package> +<package name="HC49GW" urn="urn:adsk.eagle:footprint:11993/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-5.08" y1="-6.35" x2="5.08" y2="-6.35" width="0.8128" layer="21"/> +<wire x1="4.445" y1="6.731" x2="1.016" y2="6.731" width="0.1524" layer="21"/> +<wire x1="1.016" y1="6.731" x2="-1.016" y2="6.731" width="0.1524" layer="51"/> +<wire x1="-1.016" y1="6.731" x2="-4.445" y2="6.731" width="0.1524" layer="21"/> +<wire x1="4.445" y1="6.731" x2="5.08" y2="6.096" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.08" y1="6.096" x2="-4.445" y2="6.731" width="0.1524" layer="21" curve="-90"/> +<wire x1="-0.3302" y1="5.08" x2="-0.3302" y2="2.54" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="2.54" x2="0.3048" y2="2.54" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="2.54" x2="0.3048" y2="5.08" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="5.08" x2="-0.3302" y2="5.08" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="5.08" x2="0.9398" y2="3.81" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="5.08" x2="-0.9398" y2="3.81" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="3.81" x2="2.032" y2="3.81" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="3.81" x2="0.9398" y2="2.54" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="3.81" x2="-2.032" y2="3.81" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="3.81" x2="-0.9398" y2="2.54" width="0.3048" layer="21"/> +<wire x1="-2.413" y1="-6.604" x2="-2.413" y2="-8.255" width="0.6096" layer="51"/> +<wire x1="2.413" y1="-6.477" x2="2.413" y2="-8.382" width="0.6096" layer="51"/> +<wire x1="5.08" y1="-6.35" x2="5.08" y2="6.096" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="6.096" x2="-5.08" y2="-6.35" width="0.1524" layer="21"/> +<wire x1="0" y1="8.382" x2="0" y2="6.985" width="0.6096" layer="51"/> +<smd name="1" x="-2.413" y="-8.001" dx="1.27" dy="2.54" layer="1"/> +<smd name="2" x="2.413" y="-8.001" dx="1.27" dy="2.54" layer="1"/> +<smd name="3" x="0" y="8.001" dx="1.27" dy="2.794" layer="1"/> +<text x="-5.588" y="-5.08" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="-2.54" y="-5.08" size="1.27" layer="27" ratio="10" rot="R90">>VALUE</text> +<rectangle x1="-5.715" y1="-8.255" x2="5.715" y2="8.255" layer="43"/> +</package> +<package name="HC49TL-H" urn="urn:adsk.eagle:footprint:11994/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="5.334" y1="-5.715" x2="-5.461" y2="-5.715" width="0.8128" layer="21"/> +<wire x1="4.445" y1="7.366" x2="1.143" y2="7.366" width="0.1524" layer="21"/> +<wire x1="-1.143" y1="7.366" x2="-4.445" y2="7.366" width="0.1524" layer="21"/> +<wire x1="4.445" y1="7.366" x2="5.08" y2="6.731" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.08" y1="6.731" x2="-4.445" y2="7.366" width="0.1524" layer="21" curve="-90"/> +<wire x1="-0.3302" y1="5.715" x2="-0.3302" y2="3.175" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="3.175" x2="0.3048" y2="3.175" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="3.175" x2="0.3048" y2="5.715" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="5.715" x2="-0.3302" y2="5.715" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="5.715" x2="0.9398" y2="4.445" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="5.715" x2="-0.9398" y2="4.445" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="4.445" x2="2.032" y2="4.445" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="4.445" x2="0.9398" y2="3.175" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="4.445" x2="-2.032" y2="4.445" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="4.445" x2="-0.9398" y2="3.175" width="0.3048" layer="21"/> +<wire x1="-2.413" y1="-5.842" x2="-2.413" y2="-7.62" width="0.6096" layer="51"/> +<wire x1="2.413" y1="-5.842" x2="2.413" y2="-7.62" width="0.6096" layer="51"/> +<wire x1="5.08" y1="-5.715" x2="5.08" y2="6.731" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="6.731" x2="-5.08" y2="-5.715" width="0.1524" layer="21"/> +<wire x1="1.143" y1="7.366" x2="-1.143" y2="7.366" width="0.1524" layer="51"/> +<wire x1="0" y1="7.874" x2="0" y2="7.62" width="0.6096" layer="51"/> +<pad name="1" x="-2.413" y="-7.62" drill="0.8128"/> +<pad name="2" x="2.413" y="-7.62" drill="0.8128"/> +<pad name="3" x="0" y="7.874" drill="0.8128"/> +<text x="-5.461" y="-4.445" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="-2.54" y="-4.699" size="1.27" layer="27" ratio="10" rot="R90">>VALUE</text> +<rectangle x1="-0.3048" y1="7.366" x2="0.3048" y2="7.5692" layer="51"/> +<rectangle x1="-6.35" y1="-6.985" x2="6.35" y2="-4.445" layer="43"/> +<rectangle x1="-5.715" y1="-4.445" x2="5.715" y2="8.255" layer="43"/> +</package> +<package name="HC49U-H" urn="urn:adsk.eagle:footprint:11995/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-5.08" y1="-3.175" x2="5.08" y2="-3.175" width="0.8128" layer="21"/> +<wire x1="4.445" y1="9.906" x2="-4.445" y2="9.906" width="0.1524" layer="21"/> +<wire x1="4.445" y1="9.906" x2="5.08" y2="9.271" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.08" y1="9.271" x2="-4.445" y2="9.906" width="0.1524" layer="21" curve="-90"/> +<wire x1="-0.3302" y1="8.255" x2="-0.3302" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="5.715" x2="0.3048" y2="5.715" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="5.715" x2="0.3048" y2="8.255" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="8.255" x2="-0.3302" y2="8.255" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="8.255" x2="0.9398" y2="6.985" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="8.255" x2="-0.9398" y2="6.985" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="6.985" x2="1.905" y2="6.985" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="6.985" x2="0.9398" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="6.985" x2="-1.905" y2="6.985" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="6.985" x2="-0.9398" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-2.413" y1="-3.302" x2="-2.413" y2="-5.08" width="0.6096" layer="51"/> +<wire x1="2.413" y1="-3.302" x2="2.413" y2="-5.08" width="0.6096" layer="51"/> +<wire x1="5.08" y1="-3.175" x2="5.08" y2="9.271" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="9.271" x2="-5.08" y2="-3.175" width="0.1524" layer="21"/> +<pad name="1" x="-2.413" y="-5.08" drill="0.8128"/> +<pad name="2" x="2.413" y="-5.08" drill="0.8128"/> +<text x="-5.461" y="-1.397" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="-2.54" y="-2.032" size="1.27" layer="27" ratio="10" rot="R90">>VALUE</text> +<rectangle x1="-6.35" y1="-4.445" x2="6.35" y2="-1.905" layer="43"/> +<rectangle x1="-5.715" y1="-1.905" x2="5.715" y2="10.795" layer="43"/> +</package> +<package name="HC49U-LM" urn="urn:adsk.eagle:footprint:11996/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-5.08" y1="-3.175" x2="5.08" y2="-3.175" width="0.8128" layer="21"/> +<wire x1="4.445" y1="9.906" x2="-4.445" y2="9.906" width="0.1524" layer="21"/> +<wire x1="4.445" y1="9.906" x2="5.08" y2="9.271" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.08" y1="9.271" x2="-4.445" y2="9.906" width="0.1524" layer="21" curve="-90"/> +<wire x1="-4.572" y1="3.81" x2="4.572" y2="3.81" width="0.6096" layer="21"/> +<wire x1="-0.3302" y1="8.255" x2="-0.3302" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="5.715" x2="0.3048" y2="5.715" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="5.715" x2="0.3048" y2="8.255" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="8.255" x2="-0.3302" y2="8.255" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="8.255" x2="0.9398" y2="6.985" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="8.255" x2="-0.9398" y2="6.985" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="6.985" x2="2.54" y2="6.985" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="6.985" x2="0.9398" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="6.985" x2="-2.54" y2="6.985" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="6.985" x2="-0.9398" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-2.413" y1="-3.302" x2="-2.413" y2="-5.08" width="0.6096" layer="51"/> +<wire x1="2.413" y1="-3.302" x2="2.413" y2="-5.08" width="0.6096" layer="51"/> +<wire x1="5.08" y1="3.048" x2="5.08" y2="-3.175" width="0.1524" layer="21"/> +<wire x1="5.08" y1="4.572" x2="5.08" y2="9.271" width="0.1524" layer="21"/> +<wire x1="4.572" y1="3.81" x2="5.08" y2="3.81" width="0.6096" layer="51"/> +<wire x1="5.08" y1="3.81" x2="5.715" y2="3.81" width="0.6096" layer="51"/> +<wire x1="5.08" y1="3.81" x2="5.08" y2="3.048" width="0.1524" layer="51"/> +<wire x1="5.08" y1="3.81" x2="5.08" y2="4.572" width="0.1524" layer="51"/> +<wire x1="-5.08" y1="3.175" x2="-5.08" y2="-3.175" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="4.445" x2="-5.08" y2="9.271" width="0.1524" layer="21"/> +<wire x1="-4.699" y1="3.81" x2="-5.715" y2="3.81" width="0.6096" layer="51"/> +<wire x1="-5.08" y1="4.445" x2="-5.08" y2="3.175" width="0.1524" layer="51"/> +<pad name="1" x="-2.413" y="-5.08" drill="0.8128"/> +<pad name="2" x="2.413" y="-5.08" drill="0.8128"/> +<pad name="M" x="-5.715" y="3.81" drill="0.8128"/> +<pad name="M1" x="5.715" y="3.81" drill="0.8128"/> +<text x="-5.08" y="10.414" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-4.572" y="0" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-5.715" y1="-5.08" x2="5.715" y2="10.795" layer="43"/> +</package> +<package name="HC49U-V" urn="urn:adsk.eagle:footprint:11997/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-2.921" y1="-2.286" x2="2.921" y2="-2.286" width="0.4064" layer="21"/> +<wire x1="-2.921" y1="2.286" x2="2.921" y2="2.286" width="0.4064" layer="21"/> +<wire x1="-2.921" y1="-1.778" x2="2.921" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="2.921" y1="1.778" x2="-2.921" y2="1.778" width="0.1524" layer="21"/> +<wire x1="2.921" y1="1.778" x2="2.921" y2="-1.778" width="0.1524" layer="21" curve="-180"/> +<wire x1="2.921" y1="2.286" x2="2.921" y2="-2.286" width="0.4064" layer="21" curve="-180"/> +<wire x1="-2.921" y1="2.286" x2="-2.921" y2="-2.286" width="0.4064" layer="21" curve="180"/> +<wire x1="-2.921" y1="1.778" x2="-2.921" y2="-1.778" width="0.1524" layer="21" curve="180"/> +<wire x1="-0.254" y1="0.889" x2="0.254" y2="0.889" width="0.1524" layer="21"/> +<wire x1="0.254" y1="0.889" x2="0.254" y2="-0.889" width="0.1524" layer="21"/> +<wire x1="0.254" y1="-0.889" x2="-0.254" y2="-0.889" width="0.1524" layer="21"/> +<wire x1="-0.254" y1="-0.889" x2="-0.254" y2="0.889" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0.889" x2="0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="0.635" y2="-0.889" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0.889" x2="-0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-0.635" y2="-0.889" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="1.27" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-1.27" y2="0" width="0.1524" layer="21"/> +<pad name="1" x="-2.413" y="0" drill="0.8128"/> +<pad name="2" x="2.413" y="0" drill="0.8128"/> +<text x="-5.08" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-4.191" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-3.81" y1="-2.794" x2="3.81" y2="2.794" layer="43"/> +<rectangle x1="-4.318" y1="-2.54" x2="-3.81" y2="2.54" layer="43"/> +<rectangle x1="-4.826" y1="-2.286" x2="-4.318" y2="2.286" layer="43"/> +<rectangle x1="-5.334" y1="-1.778" x2="-4.826" y2="1.778" layer="43"/> +<rectangle x1="-5.588" y1="-1.27" x2="-5.334" y2="1.016" layer="43"/> +<rectangle x1="3.81" y1="-2.54" x2="4.318" y2="2.54" layer="43"/> +<rectangle x1="4.318" y1="-2.286" x2="4.826" y2="2.286" layer="43"/> +<rectangle x1="4.826" y1="-1.778" x2="5.334" y2="1.778" layer="43"/> +<rectangle x1="5.334" y1="-1.016" x2="5.588" y2="1.016" layer="43"/> +</package> +<package name="HC49U70" urn="urn:adsk.eagle:footprint:11998/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-3.048" y1="-2.54" x2="3.048" y2="-2.54" width="0.4064" layer="21"/> +<wire x1="-3.048" y1="2.54" x2="3.048" y2="2.54" width="0.4064" layer="21"/> +<wire x1="-3.048" y1="-2.032" x2="3.048" y2="-2.032" width="0.1524" layer="21"/> +<wire x1="-0.3302" y1="1.016" x2="-0.3302" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-0.3302" y1="-1.016" x2="0.3048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="0.3048" y1="-1.016" x2="0.3048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="0.3048" y1="1.016" x2="-0.3302" y2="1.016" width="0.1524" layer="21"/> +<wire x1="0.6858" y1="1.016" x2="0.6858" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.6858" y1="1.016" x2="-0.6858" y2="0" width="0.1524" layer="21"/> +<wire x1="0.6858" y1="0" x2="1.397" y2="0" width="0.1524" layer="21"/> +<wire x1="0.6858" y1="0" x2="0.6858" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-0.6858" y1="0" x2="-1.397" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.6858" y1="0" x2="-0.6858" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="2.54" x2="-3.048" y2="-2.54" width="0.4064" layer="21" curve="180"/> +<wire x1="3.048" y1="2.54" x2="3.048" y2="-2.54" width="0.4064" layer="21" curve="-180"/> +<wire x1="-3.048" y1="-2.032" x2="-3.048" y2="2.032" width="0.1524" layer="21" curve="-180"/> +<wire x1="3.048" y1="2.032" x2="3.048" y2="-2.032" width="0.1524" layer="21" curve="-180"/> +<wire x1="3.048" y1="2.032" x2="-3.048" y2="2.032" width="0.1524" layer="21"/> +<pad name="1" x="-2.413" y="0" drill="0.8128"/> +<pad name="2" x="2.413" y="0" drill="0.8128"/> +<text x="-5.08" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-4.445" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-4.572" y1="-2.794" x2="-4.064" y2="2.794" layer="43"/> +<rectangle x1="-5.08" y1="-2.54" x2="-4.572" y2="2.54" layer="43"/> +<rectangle x1="-5.588" y1="-2.032" x2="-5.08" y2="2.032" layer="43"/> +<rectangle x1="-5.842" y1="-1.27" x2="-5.588" y2="1.27" layer="43"/> +<rectangle x1="-4.064" y1="-3.048" x2="4.064" y2="3.048" layer="43"/> +<rectangle x1="4.064" y1="-2.794" x2="4.572" y2="2.794" layer="43"/> +<rectangle x1="4.572" y1="-2.54" x2="5.08" y2="2.54" layer="43"/> +<rectangle x1="5.08" y1="-2.032" x2="5.588" y2="2.032" layer="43"/> +<rectangle x1="5.588" y1="-1.27" x2="5.842" y2="1.27" layer="43"/> +</package> +<package name="HC49UP" urn="urn:adsk.eagle:footprint:11999/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-5.1091" y1="1.143" x2="-3.429" y2="2.0321" width="0.0508" layer="21" curve="-55.770993"/> +<wire x1="-5.715" y1="1.143" x2="-5.715" y2="2.159" width="0.1524" layer="21"/> +<wire x1="3.429" y1="2.032" x2="5.1091" y2="1.143" width="0.0508" layer="21" curve="-55.772485"/> +<wire x1="5.715" y1="1.143" x2="5.715" y2="2.159" width="0.1524" layer="21"/> +<wire x1="3.429" y1="-1.27" x2="-3.429" y2="-1.27" width="0.0508" layer="21"/> +<wire x1="3.429" y1="-2.032" x2="-3.429" y2="-2.032" width="0.0508" layer="21"/> +<wire x1="-3.429" y1="1.27" x2="3.429" y2="1.27" width="0.0508" layer="21"/> +<wire x1="5.461" y1="-2.413" x2="-5.461" y2="-2.413" width="0.1524" layer="21"/> +<wire x1="5.715" y1="-0.381" x2="6.477" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="5.715" y1="0.381" x2="6.477" y2="0.381" width="0.1524" layer="51"/> +<wire x1="6.477" y1="-0.381" x2="6.477" y2="0.381" width="0.1524" layer="51"/> +<wire x1="5.461" y1="-2.413" x2="5.715" y2="-2.159" width="0.1524" layer="21" curve="90"/> +<wire x1="5.715" y1="-1.143" x2="5.715" y2="1.143" width="0.1524" layer="51"/> +<wire x1="5.715" y1="-2.159" x2="5.715" y2="-1.143" width="0.1524" layer="21"/> +<wire x1="3.429" y1="-1.27" x2="3.9826" y2="-1.143" width="0.0508" layer="21" curve="25.842828"/> +<wire x1="3.429" y1="1.27" x2="3.9826" y2="1.143" width="0.0508" layer="21" curve="-25.842828"/> +<wire x1="3.429" y1="-2.032" x2="5.109" y2="-1.1429" width="0.0508" layer="21" curve="55.771157"/> +<wire x1="3.9826" y1="-1.143" x2="3.9826" y2="1.143" width="0.0508" layer="51" curve="128.314524"/> +<wire x1="5.1091" y1="-1.143" x2="5.1091" y2="1.143" width="0.0508" layer="51" curve="68.456213"/> +<wire x1="-5.1091" y1="-1.143" x2="-3.429" y2="-2.032" width="0.0508" layer="21" curve="55.772485"/> +<wire x1="-3.9826" y1="-1.143" x2="-3.9826" y2="1.143" width="0.0508" layer="51" curve="-128.314524"/> +<wire x1="-3.9826" y1="-1.143" x2="-3.429" y2="-1.27" width="0.0508" layer="21" curve="25.842828"/> +<wire x1="-3.9826" y1="1.143" x2="-3.429" y2="1.27" width="0.0508" layer="21" curve="-25.842828"/> +<wire x1="-6.477" y1="-0.381" x2="-6.477" y2="0.381" width="0.1524" layer="51"/> +<wire x1="-5.1091" y1="-1.143" x2="-5.1091" y2="1.143" width="0.0508" layer="51" curve="-68.456213"/> +<wire x1="-5.715" y1="-1.143" x2="-5.715" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="-0.381" x2="-5.715" y2="0.381" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="0.381" x2="-5.715" y2="1.143" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="-2.159" x2="-5.715" y2="-1.143" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="-2.159" x2="-5.461" y2="-2.413" width="0.1524" layer="21" curve="90"/> +<wire x1="-5.715" y1="-0.381" x2="-6.477" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="0.381" x2="-6.477" y2="0.381" width="0.1524" layer="51"/> +<wire x1="-3.429" y1="2.032" x2="3.429" y2="2.032" width="0.0508" layer="21"/> +<wire x1="5.461" y1="2.413" x2="-5.461" y2="2.413" width="0.1524" layer="21"/> +<wire x1="5.461" y1="2.413" x2="5.715" y2="2.159" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.715" y1="2.159" x2="-5.461" y2="2.413" width="0.1524" layer="21" curve="-90"/> +<wire x1="-0.254" y1="0.635" x2="-0.254" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-0.254" y1="-0.635" x2="0.254" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="0.254" y1="-0.635" x2="0.254" y2="0.635" width="0.1524" layer="21"/> +<wire x1="0.254" y1="0.635" x2="-0.254" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0.635" x2="-0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-0.635" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-1.016" y2="0" width="0.0508" layer="21"/> +<wire x1="0.635" y1="0.635" x2="0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="0.635" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="1.016" y2="0" width="0.0508" layer="21"/> +<smd name="1" x="-4.826" y="0" dx="5.334" dy="1.9304" layer="1"/> +<smd name="2" x="4.826" y="0" dx="5.334" dy="1.9304" layer="1"/> +<text x="-5.715" y="2.794" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.715" y="-4.191" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-6.604" y1="-3.048" x2="6.604" y2="3.048" layer="43"/> +</package> +<package name="HC13U-H" urn="urn:adsk.eagle:footprint:12000/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-9.906" y1="-3.048" x2="-9.271" y2="-3.048" width="1.27" layer="21"/> +<wire x1="-9.271" y1="-3.048" x2="9.271" y2="-3.048" width="1.27" layer="21"/> +<wire x1="9.271" y1="-3.048" x2="9.906" y2="-3.048" width="1.27" layer="21"/> +<wire x1="8.636" y1="33.401" x2="-8.636" y2="33.401" width="0.1524" layer="21"/> +<wire x1="-9.271" y1="32.766" x2="-8.636" y2="33.401" width="0.1524" layer="21" curve="-90"/> +<wire x1="8.636" y1="33.401" x2="9.271" y2="32.766" width="0.1524" layer="21" curve="-90"/> +<wire x1="-9.017" y1="15.24" x2="9.017" y2="15.24" width="0.6096" layer="21"/> +<wire x1="-0.3302" y1="21.59" x2="-0.3302" y2="19.05" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="19.05" x2="0.3048" y2="19.05" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="19.05" x2="0.3048" y2="21.59" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="21.59" x2="-0.3302" y2="21.59" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="21.59" x2="0.9398" y2="20.32" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="21.59" x2="-0.9398" y2="20.32" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="20.32" x2="1.905" y2="20.32" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="20.32" x2="0.9398" y2="19.05" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="20.32" x2="-1.905" y2="20.32" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="20.32" x2="-0.9398" y2="19.05" width="0.3048" layer="21"/> +<wire x1="9.144" y1="15.24" x2="10.16" y2="15.24" width="0.6096" layer="51"/> +<wire x1="-10.16" y1="15.24" x2="-9.144" y2="15.24" width="0.6096" layer="51"/> +<wire x1="-6.223" y1="-3.175" x2="-6.223" y2="-5.08" width="0.8128" layer="51"/> +<wire x1="6.223" y1="-3.175" x2="6.223" y2="-5.08" width="0.8128" layer="51"/> +<wire x1="9.271" y1="15.748" x2="9.271" y2="32.766" width="0.1524" layer="21"/> +<wire x1="9.271" y1="14.732" x2="9.271" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="9.271" y1="15.748" x2="9.271" y2="14.732" width="0.1524" layer="51"/> +<wire x1="-9.271" y1="14.732" x2="-9.271" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="-9.271" y1="15.748" x2="-9.271" y2="32.766" width="0.1524" layer="21"/> +<wire x1="-9.271" y1="15.748" x2="-9.271" y2="14.732" width="0.1524" layer="51"/> +<pad name="1" x="-6.223" y="-5.08" drill="1.016"/> +<pad name="2" x="6.223" y="-5.08" drill="1.016"/> +<pad name="M" x="-10.16" y="15.24" drill="0.8128"/> +<pad name="M1" x="10.16" y="15.24" drill="0.8128"/> +<text x="-10.16" y="0" size="1.778" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="-5.08" y="-1.27" size="1.778" layer="27" ratio="10" rot="R90">>VALUE</text> +<rectangle x1="-10.795" y1="-5.08" x2="10.795" y2="34.925" layer="43"/> +</package> +<package name="HC18U-H" urn="urn:adsk.eagle:footprint:12001/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="5.461" y1="-3.175" x2="5.08" y2="-3.175" width="0.8128" layer="21"/> +<wire x1="5.08" y1="-3.175" x2="-5.08" y2="-3.175" width="0.8128" layer="21"/> +<wire x1="-5.08" y1="-3.175" x2="-5.461" y2="-3.175" width="0.8128" layer="21"/> +<wire x1="4.445" y1="10.16" x2="-4.445" y2="10.16" width="0.1524" layer="21"/> +<wire x1="4.445" y1="10.16" x2="5.08" y2="9.525" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.08" y1="9.525" x2="-4.445" y2="10.16" width="0.1524" layer="21" curve="-90"/> +<wire x1="-4.572" y1="3.81" x2="4.572" y2="3.81" width="0.6096" layer="21"/> +<wire x1="-0.3302" y1="8.255" x2="-0.3302" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="5.715" x2="0.3048" y2="5.715" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="5.715" x2="0.3048" y2="8.255" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="8.255" x2="-0.3302" y2="8.255" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="8.255" x2="0.9398" y2="6.985" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="8.255" x2="-0.9398" y2="6.985" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="6.985" x2="2.54" y2="6.985" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="6.985" x2="0.9398" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="6.985" x2="-2.54" y2="6.985" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="6.985" x2="-0.9398" y2="5.715" width="0.3048" layer="21"/> +<wire x1="-2.54" y1="-3.302" x2="-2.54" y2="-5.08" width="0.6096" layer="51"/> +<wire x1="2.54" y1="-3.302" x2="2.54" y2="-5.08" width="0.6096" layer="51"/> +<wire x1="5.08" y1="3.048" x2="5.08" y2="-3.175" width="0.1524" layer="21"/> +<wire x1="5.08" y1="4.572" x2="5.08" y2="9.525" width="0.1524" layer="21"/> +<wire x1="4.572" y1="3.81" x2="5.08" y2="3.81" width="0.6096" layer="51"/> +<wire x1="5.08" y1="3.81" x2="5.715" y2="3.81" width="0.6096" layer="51"/> +<wire x1="5.08" y1="3.81" x2="5.08" y2="3.048" width="0.1524" layer="51"/> +<wire x1="5.08" y1="3.81" x2="5.08" y2="4.572" width="0.1524" layer="51"/> +<wire x1="-5.08" y1="3.175" x2="-5.08" y2="-3.175" width="0.1524" layer="21"/> +<wire x1="-5.08" y1="4.445" x2="-5.08" y2="9.525" width="0.1524" layer="21"/> +<wire x1="-4.699" y1="3.81" x2="-5.715" y2="3.81" width="0.6096" layer="51"/> +<wire x1="-5.08" y1="4.445" x2="-5.08" y2="3.175" width="0.1524" layer="51"/> +<pad name="1" x="-2.54" y="-5.08" drill="0.8128"/> +<pad name="2" x="2.54" y="-5.08" drill="0.8128"/> +<pad name="M" x="-5.715" y="3.81" drill="0.8128"/> +<pad name="M1" x="5.715" y="3.81" drill="0.8128"/> +<text x="-5.08" y="10.668" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-4.445" y="-0.889" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-6.35" y1="-5.08" x2="6.35" y2="10.795" layer="43"/> +</package> +<package name="HC18U-V" urn="urn:adsk.eagle:footprint:12002/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="5.08" y1="-1.905" x2="5.08" y2="1.905" width="0.4064" layer="21"/> +<wire x1="-5.08" y1="1.905" x2="-5.08" y2="-1.905" width="0.4064" layer="21"/> +<wire x1="-4.445" y1="2.54" x2="4.445" y2="2.54" width="0.4064" layer="21"/> +<wire x1="-4.445" y1="-2.54" x2="4.445" y2="-2.54" width="0.4064" layer="21"/> +<wire x1="4.445" y1="-2.54" x2="5.08" y2="-1.905" width="0.4064" layer="21" curve="90"/> +<wire x1="4.445" y1="2.54" x2="5.08" y2="1.905" width="0.4064" layer="21" curve="-90"/> +<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.4064" layer="21" curve="-90"/> +<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.4064" layer="21" curve="90"/> +<wire x1="-4.318" y1="-1.905" x2="4.318" y2="-1.905" width="0.1524" layer="21"/> +<wire x1="4.318" y1="-1.905" x2="4.445" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="4.445" y1="-1.778" x2="4.445" y2="1.778" width="0.1524" layer="21"/> +<wire x1="4.318" y1="1.905" x2="4.445" y2="1.778" width="0.1524" layer="21"/> +<wire x1="4.318" y1="1.905" x2="-4.318" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="1.778" x2="-4.318" y2="1.905" width="0.1524" layer="21"/> +<wire x1="-4.445" y1="1.778" x2="-4.445" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="-4.318" y1="-1.905" x2="-4.445" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="-0.3302" y1="1.27" x2="-0.3302" y2="-1.27" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="-1.27" x2="0.3048" y2="-1.27" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="-1.27" x2="0.3048" y2="1.27" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="1.27" x2="-0.3302" y2="1.27" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="1.27" x2="0.9398" y2="0" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="1.27" x2="-0.9398" y2="0" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="0" x2="0.9398" y2="-1.27" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="0" x2="-0.9398" y2="-1.27" width="0.3048" layer="21"/> +<pad name="1" x="-2.54" y="0" drill="0.8128"/> +<pad name="2" x="2.54" y="0" drill="0.8128"/> +<text x="-5.0546" y="3.2766" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-4.6228" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-5.715" y1="-3.175" x2="5.715" y2="3.175" layer="43"/> +</package> +<package name="HC33U-H" urn="urn:adsk.eagle:footprint:12003/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-9.906" y1="-3.048" x2="-9.271" y2="-3.048" width="1.27" layer="21"/> +<wire x1="-9.271" y1="-3.048" x2="9.271" y2="-3.048" width="1.27" layer="21"/> +<wire x1="9.271" y1="-3.048" x2="9.906" y2="-3.048" width="1.27" layer="21"/> +<wire x1="8.636" y1="16.51" x2="-8.636" y2="16.51" width="0.1524" layer="21"/> +<wire x1="-9.271" y1="15.875" x2="-8.636" y2="16.51" width="0.1524" layer="21" curve="-90"/> +<wire x1="8.636" y1="16.51" x2="9.271" y2="15.875" width="0.1524" layer="21" curve="-90"/> +<wire x1="-9.017" y1="7.62" x2="9.017" y2="7.62" width="0.6096" layer="21"/> +<wire x1="-0.3302" y1="13.97" x2="-0.3302" y2="11.43" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="11.43" x2="0.3048" y2="11.43" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="11.43" x2="0.3048" y2="13.97" width="0.3048" layer="21"/> +<wire x1="0.3048" y1="13.97" x2="-0.3302" y2="13.97" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="13.97" x2="0.9398" y2="12.7" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="13.97" x2="-0.9398" y2="12.7" width="0.3048" layer="21"/> +<wire x1="0.9398" y1="12.7" x2="1.905" y2="12.7" width="0.1524" layer="21"/> +<wire x1="0.9398" y1="12.7" x2="0.9398" y2="11.43" width="0.3048" layer="21"/> +<wire x1="-0.9398" y1="12.7" x2="-1.905" y2="12.7" width="0.1524" layer="21"/> +<wire x1="-0.9398" y1="12.7" x2="-0.9398" y2="11.43" width="0.3048" layer="21"/> +<wire x1="9.144" y1="7.62" x2="10.16" y2="7.62" width="0.6096" layer="51"/> +<wire x1="-10.16" y1="7.62" x2="-9.144" y2="7.62" width="0.6096" layer="51"/> +<wire x1="-6.223" y1="-3.175" x2="-6.223" y2="-5.08" width="0.8128" layer="51"/> +<wire x1="6.223" y1="-3.175" x2="6.223" y2="-5.08" width="0.8128" layer="51"/> +<wire x1="9.271" y1="8.128" x2="9.271" y2="15.875" width="0.1524" layer="21"/> +<wire x1="9.271" y1="7.112" x2="9.271" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="9.271" y1="8.128" x2="9.271" y2="7.112" width="0.1524" layer="51"/> +<wire x1="-9.271" y1="7.112" x2="-9.271" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="-9.271" y1="8.128" x2="-9.271" y2="15.875" width="0.1524" layer="21"/> +<wire x1="-9.271" y1="8.128" x2="-9.271" y2="7.112" width="0.1524" layer="51"/> +<pad name="1" x="-6.223" y="-5.08" drill="1.016"/> +<pad name="2" x="6.223" y="-5.08" drill="1.016"/> +<pad name="M" x="-10.16" y="7.62" drill="0.8128"/> +<pad name="M1" x="10.16" y="7.62" drill="0.8128"/> +<text x="-7.62" y="17.272" size="1.778" layer="25" ratio="10">>NAME</text> +<text x="-6.35" y="2.54" size="1.778" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-7.62" y1="-3.175" x2="-6.985" y2="16.51" layer="21"/> +<rectangle x1="6.985" y1="-3.175" x2="7.62" y2="16.51" layer="21"/> +<rectangle x1="-10.795" y1="-5.715" x2="10.795" y2="17.145" layer="43"/> +</package> +<package name="HC33U-V" urn="urn:adsk.eagle:footprint:12004/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-0.3302" y1="2.54" x2="-0.3302" y2="0" width="0.3048" layer="21"/> +<wire x1="-0.3302" y1="0" x2="0.3302" y2="0" width="0.3048" layer="21"/> +<wire x1="0.3302" y1="0" x2="0.3302" y2="2.54" width="0.3048" layer="21"/> +<wire x1="0.3302" y1="2.54" x2="-0.3302" y2="2.54" width="0.3048" layer="21"/> +<wire x1="0.9652" y1="2.54" x2="0.9652" y2="1.27" width="0.3048" layer="21"/> +<wire x1="-0.9652" y1="2.54" x2="-0.9652" y2="1.27" width="0.3048" layer="21"/> +<wire x1="0.9652" y1="1.27" x2="1.905" y2="1.27" width="0.1524" layer="21"/> +<wire x1="0.9652" y1="1.27" x2="0.9652" y2="0" width="0.3048" layer="21"/> +<wire x1="-0.9652" y1="1.27" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> +<wire x1="-0.9652" y1="1.27" x2="-0.9652" y2="0" width="0.3048" layer="21"/> +<wire x1="-5.207" y1="4.064" x2="5.207" y2="4.064" width="0.254" layer="21"/> +<wire x1="-5.207" y1="-4.064" x2="5.207" y2="-4.064" width="0.254" layer="21"/> +<wire x1="-5.207" y1="-3.683" x2="5.207" y2="-3.683" width="0.0508" layer="21"/> +<wire x1="-5.207" y1="3.683" x2="5.207" y2="3.683" width="0.0508" layer="21"/> +<wire x1="-5.207" y1="-3.683" x2="-5.207" y2="3.683" width="0.0508" layer="21" curve="-180"/> +<wire x1="5.207" y1="3.683" x2="5.207" y2="-3.683" width="0.0508" layer="21" curve="-180"/> +<wire x1="5.207" y1="4.064" x2="5.207" y2="-4.064" width="0.254" layer="21" curve="-180"/> +<wire x1="-5.207" y1="4.064" x2="-5.207" y2="-4.064" width="0.254" layer="21" curve="180"/> +<pad name="1" x="-6.223" y="0" drill="1.016"/> +<pad name="2" x="6.223" y="0" drill="1.016"/> +<text x="-5.08" y="4.826" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-2.54" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-8.255" y1="-3.81" x2="-6.985" y2="3.81" layer="43"/> +<rectangle x1="-8.89" y1="-3.175" x2="-8.255" y2="3.175" layer="43"/> +<rectangle x1="-9.525" y1="-2.54" x2="-8.89" y2="2.54" layer="43"/> +<rectangle x1="-6.985" y1="-4.445" x2="6.985" y2="4.445" layer="43"/> +<rectangle x1="6.985" y1="-3.81" x2="8.255" y2="3.81" layer="43"/> +<rectangle x1="8.255" y1="-3.175" x2="8.89" y2="3.175" layer="43"/> +<rectangle x1="8.89" y1="-2.54" x2="9.525" y2="2.54" layer="43"/> +</package> +<package name="SM49" urn="urn:adsk.eagle:footprint:12005/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="3.429" y1="-2.032" x2="5.109" y2="-1.1429" width="0.0508" layer="21" curve="55.771157"/> +<wire x1="5.715" y1="-1.143" x2="5.715" y2="-2.159" width="0.1524" layer="21"/> +<wire x1="-5.1091" y1="-1.143" x2="-3.429" y2="-2.032" width="0.0508" layer="21" curve="55.772485"/> +<wire x1="-5.715" y1="-1.143" x2="-5.715" y2="-2.159" width="0.1524" layer="21"/> +<wire x1="-3.429" y1="1.27" x2="3.429" y2="1.27" width="0.0508" layer="21"/> +<wire x1="-3.429" y1="2.032" x2="3.429" y2="2.032" width="0.0508" layer="21"/> +<wire x1="3.429" y1="-1.27" x2="-3.429" y2="-1.27" width="0.0508" layer="21"/> +<wire x1="-5.461" y1="2.413" x2="5.461" y2="2.413" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="0.381" x2="-6.477" y2="0.381" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="-0.381" x2="-6.477" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="-6.477" y1="0.381" x2="-6.477" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="2.159" x2="-5.461" y2="2.413" width="0.1524" layer="21" curve="-90"/> +<wire x1="-5.715" y1="1.143" x2="-5.715" y2="-1.143" width="0.1524" layer="51"/> +<wire x1="-5.715" y1="2.159" x2="-5.715" y2="1.143" width="0.1524" layer="21"/> +<wire x1="-3.9826" y1="1.143" x2="-3.429" y2="1.27" width="0.0508" layer="21" curve="-25.842828"/> +<wire x1="-3.9826" y1="-1.143" x2="-3.429" y2="-1.27" width="0.0508" layer="21" curve="25.842828"/> +<wire x1="-5.1091" y1="1.143" x2="-3.429" y2="2.0321" width="0.0508" layer="21" curve="-55.770993"/> +<wire x1="-3.9826" y1="1.143" x2="-3.9826" y2="-1.143" width="0.0508" layer="51" curve="128.314524"/> +<wire x1="-5.1091" y1="1.143" x2="-5.1091" y2="-1.143" width="0.0508" layer="51" curve="68.456213"/> +<wire x1="3.429" y1="2.032" x2="5.1091" y2="1.143" width="0.0508" layer="21" curve="-55.772485"/> +<wire x1="3.9826" y1="1.143" x2="3.9826" y2="-1.143" width="0.0508" layer="51" curve="-128.314524"/> +<wire x1="3.429" y1="1.27" x2="3.9826" y2="1.143" width="0.0508" layer="21" curve="-25.842828"/> +<wire x1="3.429" y1="-1.27" x2="3.9826" y2="-1.143" width="0.0508" layer="21" curve="25.842828"/> +<wire x1="6.477" y1="0.381" x2="6.477" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="5.1091" y1="1.143" x2="5.1091" y2="-1.143" width="0.0508" layer="51" curve="-68.456213"/> +<wire x1="5.715" y1="1.143" x2="5.715" y2="0.381" width="0.1524" layer="51"/> +<wire x1="5.715" y1="0.381" x2="5.715" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="5.715" y1="-0.381" x2="5.715" y2="-1.143" width="0.1524" layer="51"/> +<wire x1="5.715" y1="2.159" x2="5.715" y2="1.143" width="0.1524" layer="21"/> +<wire x1="5.461" y1="2.413" x2="5.715" y2="2.159" width="0.1524" layer="21" curve="-90"/> +<wire x1="5.715" y1="0.381" x2="6.477" y2="0.381" width="0.1524" layer="51"/> +<wire x1="5.715" y1="-0.381" x2="6.477" y2="-0.381" width="0.1524" layer="51"/> +<wire x1="3.429" y1="-2.032" x2="-3.429" y2="-2.032" width="0.0508" layer="21"/> +<wire x1="-5.461" y1="-2.413" x2="5.461" y2="-2.413" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="-2.159" x2="-5.461" y2="-2.413" width="0.1524" layer="21" curve="90"/> +<wire x1="5.461" y1="-2.413" x2="5.715" y2="-2.159" width="0.1524" layer="21" curve="90"/> +<wire x1="-0.254" y1="0.635" x2="-0.254" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-0.254" y1="-0.635" x2="0.254" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="0.254" y1="-0.635" x2="0.254" y2="0.635" width="0.1524" layer="21"/> +<wire x1="0.254" y1="0.635" x2="-0.254" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0.635" x2="-0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-0.635" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="0" x2="-1.143" y2="0" width="0.0508" layer="21"/> +<wire x1="0.635" y1="0.635" x2="0.635" y2="0" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="0.635" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="0.635" y1="0" x2="1.143" y2="0" width="0.0508" layer="21"/> +<smd name="1" x="-4.826" y="0" dx="5.08" dy="1.778" layer="1"/> +<smd name="2" x="4.826" y="0" dx="5.08" dy="1.778" layer="1"/> +<text x="-5.715" y="2.667" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-5.715" y="-4.064" size="1.27" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-6.604" y1="-2.54" x2="6.604" y2="2.794" layer="43"/> +</package> +<package name="TC26H" urn="urn:adsk.eagle:footprint:12006/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-0.889" y1="1.651" x2="0.889" y2="1.651" width="0.1524" layer="21"/> +<wire x1="0.762" y1="7.747" x2="1.016" y2="7.493" width="0.1524" layer="21" curve="-90"/> +<wire x1="-1.016" y1="7.493" x2="-0.762" y2="7.747" width="0.1524" layer="21" curve="-90"/> +<wire x1="-0.762" y1="7.747" x2="0.762" y2="7.747" width="0.1524" layer="21"/> +<wire x1="0.889" y1="1.651" x2="0.889" y2="2.032" width="0.1524" layer="21"/> +<wire x1="1.016" y1="2.032" x2="1.016" y2="7.493" width="0.1524" layer="21"/> +<wire x1="-0.889" y1="1.651" x2="-0.889" y2="2.032" width="0.1524" layer="21"/> +<wire x1="-1.016" y1="2.032" x2="-0.889" y2="2.032" width="0.1524" layer="21"/> +<wire x1="-1.016" y1="2.032" x2="-1.016" y2="7.493" width="0.1524" layer="21"/> +<wire x1="0.508" y1="0.762" x2="0.508" y2="1.143" width="0.4064" layer="21"/> +<wire x1="-0.508" y1="0.762" x2="-0.508" y2="1.27" width="0.4064" layer="21"/> +<wire x1="0.635" y1="0.635" x2="1.27" y2="0" width="0.4064" layer="51"/> +<wire x1="-0.635" y1="0.635" x2="-1.27" y2="0" width="0.4064" layer="51"/> +<wire x1="-0.508" y1="4.953" x2="-0.508" y2="4.572" width="0.1524" layer="21"/> +<wire x1="0.508" y1="4.572" x2="-0.508" y2="4.572" width="0.1524" layer="21"/> +<wire x1="0.508" y1="4.572" x2="0.508" y2="4.953" width="0.1524" layer="21"/> +<wire x1="-0.508" y1="4.953" x2="0.508" y2="4.953" width="0.1524" layer="21"/> +<wire x1="-0.508" y1="5.334" x2="0" y2="5.334" width="0.1524" layer="21"/> +<wire x1="-0.508" y1="4.191" x2="0" y2="4.191" width="0.1524" layer="21"/> +<wire x1="0" y1="4.191" x2="0" y2="3.683" width="0.1524" layer="21"/> +<wire x1="0" y1="4.191" x2="0.508" y2="4.191" width="0.1524" layer="21"/> +<wire x1="0" y1="5.334" x2="0" y2="5.842" width="0.1524" layer="21"/> +<wire x1="0" y1="5.334" x2="0.508" y2="5.334" width="0.1524" layer="21"/> +<wire x1="1.016" y1="2.032" x2="0.889" y2="2.032" width="0.1524" layer="21"/> +<wire x1="0.889" y1="2.032" x2="-0.889" y2="2.032" width="0.1524" layer="21"/> +<pad name="1" x="-1.27" y="0" drill="0.8128"/> +<pad name="2" x="1.27" y="0" drill="0.8128"/> +<text x="-1.397" y="2.032" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="2.667" y="2.032" size="1.27" layer="27" ratio="10" rot="R90">>VALUE</text> +<rectangle x1="0.3048" y1="1.016" x2="0.7112" y2="1.6002" layer="21"/> +<rectangle x1="-0.7112" y1="1.016" x2="-0.3048" y2="1.6002" layer="21"/> +<rectangle x1="-1.778" y1="0.762" x2="1.778" y2="8.382" layer="43"/> +</package> +<package name="TC26V" urn="urn:adsk.eagle:footprint:12007/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-0.127" y1="-0.508" x2="0.127" y2="-0.508" width="0.1524" layer="51"/> +<wire x1="0.127" y1="0.508" x2="0.127" y2="-0.508" width="0.1524" layer="51"/> +<wire x1="0.127" y1="0.508" x2="-0.127" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-0.127" y1="-0.508" x2="-0.127" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-0.381" y1="-0.508" x2="-0.381" y2="0" width="0.1524" layer="51"/> +<wire x1="0.381" y1="-0.508" x2="0.381" y2="0" width="0.1524" layer="51"/> +<wire x1="0.381" y1="0" x2="0.762" y2="0" width="0.1524" layer="51"/> +<wire x1="0.381" y1="0" x2="0.381" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> +<wire x1="-0.381" y1="0" x2="-0.381" y2="0.508" width="0.1524" layer="51"/> +<wire x1="0" y1="1.016" x2="0.7184" y2="0.7184" width="0.1524" layer="21" curve="-44.999323"/> +<wire x1="-0.7184" y1="0.7184" x2="0" y2="1.016" width="0.1524" layer="21" curve="-44.999323"/> +<wire x1="-0.7184" y1="-0.7184" x2="0" y2="-1.016" width="0.1524" layer="21" curve="44.999323"/> +<wire x1="0" y1="-1.016" x2="0.7184" y2="-0.7184" width="0.1524" layer="21" curve="44.999323"/> +<circle x="0" y="0" radius="1.016" width="0.1524" layer="51"/> +<pad name="1" x="-1.27" y="0" drill="0.8128"/> +<pad name="2" x="1.27" y="0" drill="0.8128"/> +<text x="-2.032" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-2.032" y="-2.667" size="1.27" layer="27" ratio="10">>VALUE</text> +</package> +<package name="TC38H" urn="urn:adsk.eagle:footprint:12008/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-1.397" y1="1.651" x2="1.397" y2="1.651" width="0.1524" layer="21"/> +<wire x1="1.27" y1="9.906" x2="1.524" y2="9.652" width="0.1524" layer="21" curve="-90"/> +<wire x1="-1.524" y1="9.652" x2="-1.27" y2="9.906" width="0.1524" layer="21" curve="-90"/> +<wire x1="-1.27" y1="9.906" x2="1.27" y2="9.906" width="0.1524" layer="21"/> +<wire x1="1.397" y1="1.651" x2="1.397" y2="2.032" width="0.1524" layer="21"/> +<wire x1="1.524" y1="2.032" x2="1.397" y2="2.032" width="0.1524" layer="21"/> +<wire x1="1.524" y1="2.032" x2="1.524" y2="9.652" width="0.1524" layer="21"/> +<wire x1="-1.397" y1="1.651" x2="-1.397" y2="2.032" width="0.1524" layer="21"/> +<wire x1="-1.524" y1="2.032" x2="-1.397" y2="2.032" width="0.1524" layer="21"/> +<wire x1="-1.524" y1="2.032" x2="-1.524" y2="9.652" width="0.1524" layer="21"/> +<wire x1="1.397" y1="2.032" x2="-1.397" y2="2.032" width="0.1524" layer="21"/> +<wire x1="0.5588" y1="0.7112" x2="0.508" y2="0.762" width="0.4064" layer="21"/> +<wire x1="0.508" y1="0.762" x2="0.508" y2="1.143" width="0.4064" layer="21"/> +<wire x1="-0.508" y1="0.762" x2="-0.508" y2="1.016" width="0.4064" layer="21"/> +<wire x1="-0.5588" y1="0.7112" x2="-0.508" y2="0.762" width="0.4064" layer="21"/> +<wire x1="0.635" y1="0.635" x2="1.27" y2="0" width="0.1524" layer="51"/> +<wire x1="-0.635" y1="0.635" x2="-1.27" y2="0" width="0.1524" layer="51"/> +<wire x1="-0.762" y1="5.588" x2="-0.762" y2="5.207" width="0.1524" layer="21"/> +<wire x1="0.762" y1="5.207" x2="-0.762" y2="5.207" width="0.1524" layer="21"/> +<wire x1="0.762" y1="5.207" x2="0.762" y2="5.588" width="0.1524" layer="21"/> +<wire x1="-0.762" y1="5.588" x2="0.762" y2="5.588" width="0.1524" layer="21"/> +<wire x1="-0.762" y1="5.969" x2="0" y2="5.969" width="0.1524" layer="21"/> +<wire x1="-0.762" y1="4.826" x2="0" y2="4.826" width="0.1524" layer="21"/> +<wire x1="0" y1="4.826" x2="0" y2="4.318" width="0.1524" layer="21"/> +<wire x1="0" y1="4.826" x2="0.762" y2="4.826" width="0.1524" layer="21"/> +<wire x1="0" y1="5.969" x2="0" y2="6.477" width="0.1524" layer="21"/> +<wire x1="0" y1="5.969" x2="0.762" y2="5.969" width="0.1524" layer="21"/> +<pad name="1" x="-1.27" y="0" drill="0.8128"/> +<pad name="2" x="1.27" y="0" drill="0.8128"/> +<text x="-1.905" y="2.032" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> +<text x="3.175" y="2.032" size="1.27" layer="27" ratio="10" rot="R90">>VALUE</text> +<rectangle x1="0.3048" y1="1.016" x2="0.7112" y2="1.6002" layer="21"/> +<rectangle x1="-0.7112" y1="1.016" x2="-0.3048" y2="1.6002" layer="21"/> +<rectangle x1="-1.778" y1="1.016" x2="1.778" y2="10.414" layer="43"/> +</package> +<package name="86SMX" urn="urn:adsk.eagle:footprint:12009/1" library_version="1"> +<description><b>CRYSTAL RESONATOR</b></description> +<wire x1="-3.81" y1="1.905" x2="2.413" y2="1.905" width="0.0508" layer="21"/> +<wire x1="-3.81" y1="2.286" x2="2.413" y2="2.286" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="-1.905" x2="2.413" y2="-1.905" width="0.0508" layer="21"/> +<wire x1="-3.81" y1="-2.286" x2="2.413" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="-6.604" y1="-2.286" x2="-6.604" y2="2.286" width="0.1524" layer="21"/> +<wire x1="-5.334" y1="1.905" x2="-5.334" y2="1.016" width="0.0508" layer="51"/> +<wire x1="-5.334" y1="-1.905" x2="-3.81" y2="-1.905" width="0.0508" layer="51"/> +<wire x1="-6.35" y1="-2.286" x2="-5.969" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="-5.969" y1="-2.286" x2="-4.191" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="-4.191" y1="-2.286" x2="-3.81" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="-5.969" y1="-2.54" x2="-4.191" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="-6.35" y1="-2.2098" x2="-6.604" y2="-2.286" width="0.0508" layer="21"/> +<wire x1="-6.604" y1="-2.286" x2="-6.35" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="-5.969" y1="-2.54" x2="-5.969" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="-5.334" y1="1.016" x2="-5.334" y2="-1.016" width="0.0508" layer="21"/> +<wire x1="-5.334" y1="-1.016" x2="-5.334" y2="-1.905" width="0.0508" layer="51"/> +<wire x1="-5.334" y1="-1.905" x2="-6.35" y2="-2.2098" width="0.0508" layer="51"/> +<wire x1="-4.191" y1="-2.54" x2="-4.191" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="-5.969" y1="2.54" x2="-4.191" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-5.334" y1="1.905" x2="-3.81" y2="1.905" width="0.0508" layer="51"/> +<wire x1="-6.35" y1="2.286" x2="-5.969" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-5.969" y1="2.286" x2="-4.191" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-4.191" y1="2.286" x2="-3.81" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-6.604" y1="2.286" x2="-6.35" y2="2.286" width="0.1524" layer="21"/> +<wire x1="-6.35" y1="2.2098" x2="-6.604" y2="2.286" width="0.0508" layer="21"/> +<wire x1="-5.969" y1="2.54" x2="-5.969" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-5.334" y1="1.905" x2="-6.35" y2="2.2098" width="0.0508" layer="51"/> +<wire x1="-4.191" y1="2.54" x2="-4.191" y2="2.286" width="0.1524" layer="51"/> +<wire x1="6.604" y1="2.286" x2="6.604" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="6.223" y1="-1.905" x2="6.223" y2="1.905" width="0.0508" layer="21"/> +<wire x1="6.223" y1="-1.905" x2="6.604" y2="-2.286" width="0.0508" layer="21"/> +<wire x1="6.223" y1="-2.286" x2="6.604" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="2.794" y1="-2.54" x2="5.842" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="2.794" y1="-2.286" x2="2.794" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="5.842" y1="-2.54" x2="5.842" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="2.413" y1="-2.286" x2="6.223" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="2.413" y1="-1.905" x2="6.223" y2="-1.905" width="0.0508" layer="51"/> +<wire x1="6.223" y1="1.905" x2="6.604" y2="2.286" width="0.0508" layer="21"/> +<wire x1="6.223" y1="2.286" x2="6.604" y2="2.286" width="0.1524" layer="21"/> +<wire x1="2.794" y1="2.54" x2="5.842" y2="2.54" width="0.1524" layer="51"/> +<wire x1="2.794" y1="2.286" x2="2.794" y2="2.54" width="0.1524" layer="51"/> +<wire x1="5.842" y1="2.54" x2="5.842" y2="2.286" width="0.1524" layer="51"/> +<wire x1="2.413" y1="1.905" x2="6.223" y2="1.905" width="0.0508" layer="51"/> +<wire x1="2.413" y1="2.286" x2="6.223" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-0.254" y1="1.651" x2="-0.254" y2="0.381" width="0.1524" layer="21"/> +<wire x1="-0.254" y1="0.381" x2="0.254" y2="0.381" width="0.1524" layer="21"/> +<wire x1="0.254" y1="0.381" x2="0.254" y2="1.651" width="0.1524" layer="21"/> +<wire x1="0.254" y1="1.651" x2="-0.254" y2="1.651" width="0.1524" layer="21"/> +<wire x1="0.635" y1="1.651" x2="0.635" y2="1.016" width="0.1524" layer="21"/> +<wire x1="0.635" y1="1.016" x2="0.635" y2="0.381" width="0.1524" layer="21"/> +<wire x1="0.635" y1="1.016" x2="1.016" y2="1.016" width="0.0508" layer="21"/> +<wire x1="-0.635" y1="1.651" x2="-0.635" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="1.016" x2="-0.635" y2="0.381" width="0.1524" layer="21"/> +<wire x1="-0.635" y1="1.016" x2="-1.016" y2="1.016" width="0.0508" layer="21"/> +<smd name="2" x="4.318" y="-2.286" dx="3.556" dy="2.1844" layer="1"/> +<smd name="3" x="4.318" y="2.286" dx="3.556" dy="2.1844" layer="1"/> +<smd name="1" x="-5.08" y="-2.286" dx="2.286" dy="2.1844" layer="1"/> +<smd name="4" x="-5.08" y="2.286" dx="2.286" dy="2.1844" layer="1"/> +<text x="-3.683" y="2.54" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-3.683" y="-3.81" size="1.27" layer="27" ratio="10">>VALUE</text> +</package> +<package name="MM20SS" urn="urn:adsk.eagle:footprint:12010/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-2.032" y1="-1.27" x2="2.032" y2="-1.27" width="0.0508" layer="21"/> +<wire x1="-2.032" y1="-1.778" x2="2.032" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="2.032" y1="1.27" x2="-2.032" y2="1.27" width="0.0508" layer="21"/> +<wire x1="-2.032" y1="1.778" x2="2.032" y2="1.778" width="0.1524" layer="21"/> +<wire x1="-4.064" y1="-1.778" x2="-4.064" y2="1.778" width="0.1524" layer="21"/> +<wire x1="-2.921" y1="0.381" x2="-2.921" y2="-0.381" width="0.0508" layer="21"/> +<wire x1="-4.064" y1="-1.778" x2="-3.556" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="-3.556" y1="-1.552" x2="-4.064" y2="-1.778" width="0.0508" layer="21"/> +<wire x1="-2.032" y1="1.27" x2="-2.921" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-2.921" y1="1.27" x2="-2.921" y2="0.381" width="0.0508" layer="51"/> +<wire x1="-2.54" y1="-1.905" x2="-2.54" y2="-1.778" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="-1.905" x2="-3.048" y2="-1.778" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="-1.905" x2="-2.54" y2="-1.905" width="0.1524" layer="51"/> +<wire x1="-2.921" y1="-0.381" x2="-2.921" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="-2.921" y1="-1.27" x2="-2.032" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="-3.556" y1="-1.778" x2="-2.032" y2="-1.778" width="0.1524" layer="51"/> +<wire x1="-2.921" y1="-1.27" x2="-3.556" y2="-1.552" width="0.0508" layer="51"/> +<wire x1="-4.064" y1="1.778" x2="-3.556" y2="1.778" width="0.1524" layer="21"/> +<wire x1="-3.556" y1="1.552" x2="-4.064" y2="1.778" width="0.0508" layer="21"/> +<wire x1="-2.921" y1="1.27" x2="-3.556" y2="1.552" width="0.0508" layer="51"/> +<wire x1="-3.048" y1="1.778" x2="-3.048" y2="1.905" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="1.905" x2="-2.54" y2="1.778" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="1.905" x2="-2.54" y2="1.905" width="0.1524" layer="51"/> +<wire x1="-3.556" y1="1.778" x2="-2.032" y2="1.778" width="0.1524" layer="51"/> +<wire x1="4.064" y1="-1.778" x2="4.064" y2="1.778" width="0.1524" layer="21"/> +<wire x1="3.81" y1="1.27" x2="3.81" y2="-1.27" width="0.0508" layer="21"/> +<wire x1="3.81" y1="-1.27" x2="4.064" y2="-1.778" width="0.0508" layer="21"/> +<wire x1="3.556" y1="-1.27" x2="3.81" y2="-1.27" width="0.0508" layer="21"/> +<wire x1="3.556" y1="-1.778" x2="4.064" y2="-1.778" width="0.1524" layer="21"/> +<wire x1="3.81" y1="1.27" x2="3.556" y2="1.27" width="0.0508" layer="21"/> +<wire x1="3.556" y1="1.27" x2="2.032" y2="1.27" width="0.0508" layer="51"/> +<wire x1="3.048" y1="-1.905" x2="3.048" y2="-1.778" width="0.1524" layer="51"/> +<wire x1="2.54" y1="-1.778" x2="2.54" y2="-1.905" width="0.1524" layer="51"/> +<wire x1="2.54" y1="-1.905" x2="3.048" y2="-1.905" width="0.1524" layer="51"/> +<wire x1="2.032" y1="-1.27" x2="3.556" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="2.032" y1="-1.778" x2="3.556" y2="-1.778" width="0.1524" layer="51"/> +<wire x1="3.81" y1="1.27" x2="4.064" y2="1.778" width="0.0508" layer="21"/> +<wire x1="3.556" y1="1.778" x2="4.064" y2="1.778" width="0.1524" layer="21"/> +<wire x1="2.54" y1="1.905" x2="2.54" y2="1.778" width="0.1524" layer="51"/> +<wire x1="3.048" y1="1.778" x2="3.048" y2="1.905" width="0.1524" layer="51"/> +<wire x1="2.54" y1="1.905" x2="3.048" y2="1.905" width="0.1524" layer="51"/> +<wire x1="2.032" y1="1.778" x2="3.556" y2="1.778" width="0.1524" layer="51"/> +<wire x1="-1.778" y1="-0.254" x2="-0.508" y2="-0.254" width="0.1524" layer="21"/> +<wire x1="-0.508" y1="-0.254" x2="-0.508" y2="0.254" width="0.1524" layer="21"/> +<wire x1="-0.508" y1="0.254" x2="-1.778" y2="0.254" width="0.1524" layer="21"/> +<wire x1="-1.778" y1="0.254" x2="-1.778" y2="-0.254" width="0.1524" layer="21"/> +<wire x1="-1.778" y1="0.635" x2="-1.143" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-1.143" y1="0.635" x2="-0.508" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-1.143" y1="0.635" x2="-1.143" y2="1.016" width="0.0508" layer="21"/> +<wire x1="-1.778" y1="-0.635" x2="-1.143" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-1.143" y1="-0.635" x2="-0.508" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-1.143" y1="-0.635" x2="-1.143" y2="-1.016" width="0.0508" layer="21"/> +<circle x="3.048" y="0" radius="0.254" width="0.1524" layer="21"/> +<smd name="1" x="-2.794" y="-1.524" dx="1.27" dy="1.8796" layer="1"/> +<smd name="2" x="2.794" y="-1.524" dx="1.27" dy="1.8796" layer="1"/> +<smd name="3" x="2.794" y="1.524" dx="1.27" dy="1.8796" layer="1"/> +<smd name="4" x="-2.794" y="1.524" dx="1.27" dy="1.8796" layer="1"/> +<text x="-2.54" y="2.54" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-2.54" y="-3.81" size="1.27" layer="27" ratio="10">>VALUE</text> +</package> +<package name="MM39SL" urn="urn:adsk.eagle:footprint:12011/1" library_version="1"> +<description><b>CRYSTAL</b></description> +<wire x1="-3.683" y1="-1.651" x2="3.683" y2="-1.651" width="0.0508" layer="21"/> +<wire x1="-3.683" y1="-2.286" x2="3.683" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="-3.683" y1="2.286" x2="3.683" y2="2.286" width="0.1524" layer="21"/> +<wire x1="3.683" y1="1.651" x2="-3.683" y2="1.651" width="0.0508" layer="21"/> +<wire x1="-6.223" y1="-2.286" x2="-6.223" y2="2.286" width="0.1524" layer="21"/> +<wire x1="-4.826" y1="1.651" x2="-4.826" y2="0.762" width="0.0508" layer="51"/> +<wire x1="-5.715" y1="-2.286" x2="-3.683" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="-4.826" y1="-1.651" x2="-3.683" y2="-1.651" width="0.0508" layer="51"/> +<wire x1="-5.715" y1="-2.055" x2="-6.223" y2="-2.286" width="0.0508" layer="21"/> +<wire x1="-6.223" y1="-2.286" x2="-5.715" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="-4.826" y1="0.762" x2="-4.826" y2="-0.762" width="0.0508" layer="21"/> +<wire x1="-4.826" y1="-0.762" x2="-4.826" y2="-1.651" width="0.0508" layer="51"/> +<wire x1="-4.826" y1="-1.651" x2="-5.715" y2="-2.055" width="0.0508" layer="51"/> +<wire x1="-5.715" y1="2.286" x2="-3.683" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-3.683" y1="1.651" x2="-4.826" y2="1.651" width="0.0508" layer="51"/> +<wire x1="-6.223" y1="2.286" x2="-5.715" y2="2.286" width="0.1524" layer="21"/> +<wire x1="-5.715" y1="2.055" x2="-6.223" y2="2.286" width="0.0508" layer="21"/> +<wire x1="-4.826" y1="1.651" x2="-5.715" y2="2.055" width="0.0508" layer="51"/> +<wire x1="6.223" y1="-2.286" x2="6.223" y2="2.286" width="0.1524" layer="21"/> +<wire x1="5.842" y1="-1.651" x2="5.842" y2="1.651" width="0.0508" layer="21"/> +<wire x1="5.842" y1="-1.651" x2="6.223" y2="-2.286" width="0.0508" layer="21"/> +<wire x1="5.715" y1="-2.286" x2="6.223" y2="-2.286" width="0.1524" layer="21"/> +<wire x1="3.683" y1="-2.286" x2="5.715" y2="-2.286" width="0.1524" layer="51"/> +<wire x1="5.715" y1="-1.651" x2="5.842" y2="-1.651" width="0.0508" layer="21"/> +<wire x1="3.683" y1="-1.651" x2="5.715" y2="-1.651" width="0.0508" layer="51"/> +<wire x1="5.842" y1="1.651" x2="6.223" y2="2.286" width="0.0508" layer="21"/> +<wire x1="5.842" y1="1.651" x2="5.715" y2="1.651" width="0.0508" layer="21"/> +<wire x1="5.715" y1="2.286" x2="6.223" y2="2.286" width="0.1524" layer="21"/> +<wire x1="3.683" y1="2.286" x2="5.715" y2="2.286" width="0.1524" layer="51"/> +<wire x1="5.715" y1="1.651" x2="3.683" y2="1.651" width="0.0508" layer="51"/> +<wire x1="-3.81" y1="-0.254" x2="-2.54" y2="-0.254" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="-0.254" x2="-2.54" y2="0.254" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="0.254" x2="-3.81" y2="0.254" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="0.254" x2="-3.81" y2="-0.254" width="0.1524" layer="21"/> +<wire x1="-3.81" y1="0.635" x2="-3.175" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="0.635" x2="-2.54" y2="0.635" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="0.635" x2="-3.175" y2="1.016" width="0.1016" layer="21"/> +<wire x1="-3.81" y1="-0.635" x2="-3.175" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="-0.635" x2="-2.54" y2="-0.635" width="0.1524" layer="21"/> +<wire x1="-3.175" y1="-0.635" x2="-3.175" y2="-1.016" width="0.1016" layer="21"/> +<circle x="5.08" y="0" radius="0.254" width="0.1524" layer="21"/> +<smd name="1" x="-4.699" y="-1.778" dx="1.778" dy="1.778" layer="1"/> +<smd name="2" x="4.699" y="-1.778" dx="1.778" dy="1.778" layer="1"/> +<smd name="3" x="4.699" y="1.778" dx="1.778" dy="1.778" layer="1"/> +<smd name="4" x="-4.699" y="1.778" dx="1.778" dy="1.778" layer="1"/> +<text x="-2.54" y="2.54" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-2.032" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> +</package> +<package name="CTS406" urn="urn:adsk.eagle:footprint:12012/1" library_version="1"> +<description><b>Model 406 6.0x3.5mm Low Cost Surface Mount Crystal</b><p> +Source: 008-0260-0_E.pdf</description> +<wire x1="-2.475" y1="1.65" x2="-1.05" y2="1.65" width="0.2032" layer="51"/> +<wire x1="-1.05" y1="1.65" x2="1.05" y2="1.65" width="0.2032" layer="21"/> +<wire x1="1.05" y1="1.65" x2="2.475" y2="1.65" width="0.2032" layer="51"/> +<wire x1="2.9" y1="1.225" x2="2.9" y2="0.3" width="0.2032" layer="51"/> +<wire x1="2.9" y1="0.3" x2="2.9" y2="-0.3" width="0.2032" layer="21"/> +<wire x1="2.9" y1="-0.3" x2="2.9" y2="-1.225" width="0.2032" layer="51"/> +<wire x1="2.475" y1="-1.65" x2="1.05" y2="-1.65" width="0.2032" layer="51"/> +<wire x1="1.05" y1="-1.65" x2="-1.05" y2="-1.65" width="0.2032" layer="21"/> +<wire x1="-1.05" y1="-1.65" x2="-2.475" y2="-1.65" width="0.2032" layer="51"/> +<wire x1="-2.9" y1="-1.225" x2="-2.9" y2="-0.3" width="0.2032" layer="51"/> +<wire x1="-2.9" y1="-0.3" x2="-2.9" y2="0.3" width="0.2032" layer="21"/> +<wire x1="-2.9" y1="0.3" x2="-2.9" y2="1.225" width="0.2032" layer="51"/> +<wire x1="-2.9" y1="1.225" x2="-2.475" y2="1.65" width="0.2032" layer="51" curve="89.516721"/> +<wire x1="2.475" y1="1.65" x2="2.9" y2="1.225" width="0.2032" layer="51" curve="89.516721"/> +<wire x1="2.9" y1="-1.225" x2="2.475" y2="-1.65" width="0.2032" layer="51" curve="89.516721"/> +<wire x1="-2.475" y1="-1.65" x2="-2.9" y2="-1.225" width="0.2032" layer="51" curve="89.516721"/> +<circle x="-2.05" y="-0.2" radius="0.182" width="0" layer="21"/> +<smd name="1" x="-2.2" y="-1.2" dx="1.9" dy="1.4" layer="1"/> +<smd name="2" x="2.2" y="-1.2" dx="1.9" dy="1.4" layer="1"/> +<smd name="3" x="2.2" y="1.2" dx="1.9" dy="1.4" layer="1"/> +<smd name="4" x="-2.2" y="1.2" dx="1.9" dy="1.4" layer="1"/> +<text x="-2.54" y="2.54" size="1.27" layer="25">>NAME</text> +<text x="-2.54" y="-3.81" size="1.27" layer="27">>VALUE</text> +</package> +</packages> +<packages3d> +<package3d name="HC49/S" urn="urn:adsk.eagle:package:12071/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49GW" urn="urn:adsk.eagle:package:12072/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49TL-H" urn="urn:adsk.eagle:package:12073/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49U-H" urn="urn:adsk.eagle:package:12074/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49U-LM" urn="urn:adsk.eagle:package:12077/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49U-V" urn="urn:adsk.eagle:package:12075/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49U70" urn="urn:adsk.eagle:package:12079/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC49UP" urn="urn:adsk.eagle:package:12078/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC13U-H" urn="urn:adsk.eagle:package:12080/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC18U-H" urn="urn:adsk.eagle:package:12081/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC18U-V" urn="urn:adsk.eagle:package:12082/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC33U-H" urn="urn:adsk.eagle:package:12083/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="HC33U-V" urn="urn:adsk.eagle:package:12084/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="SM49" urn="urn:adsk.eagle:package:12085/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="TC26H" urn="urn:adsk.eagle:package:12086/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="TC26V" urn="urn:adsk.eagle:package:12088/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="TC38H" urn="urn:adsk.eagle:package:12087/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="86SMX" urn="urn:adsk.eagle:package:12091/1" type="box" library_version="1"> +<description>CRYSTAL RESONATOR</description> +</package3d> +<package3d name="MM20SS" urn="urn:adsk.eagle:package:12092/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="MM39SL" urn="urn:adsk.eagle:package:12090/1" type="box" library_version="1"> +<description>CRYSTAL</description> +</package3d> +<package3d name="CTS406" urn="urn:adsk.eagle:package:12089/1" type="box" library_version="1"> +<description>Model 406 6.0x3.5mm Low Cost Surface Mount Crystal +Source: 008-0260-0_E.pdf</description> +</package3d> +</packages3d> +<symbols> +<symbol name="Q" urn="urn:adsk.eagle:symbol:11991/1" library_version="1"> +<wire x1="1.016" y1="0" x2="2.54" y2="0" width="0.1524" layer="94"/> +<wire x1="-2.54" y1="0" x2="-1.016" y2="0" width="0.1524" layer="94"/> +<wire x1="-0.381" y1="1.524" x2="-0.381" y2="-1.524" width="0.254" layer="94"/> +<wire x1="-0.381" y1="-1.524" x2="0.381" y2="-1.524" width="0.254" layer="94"/> +<wire x1="0.381" y1="-1.524" x2="0.381" y2="1.524" width="0.254" layer="94"/> +<wire x1="0.381" y1="1.524" x2="-0.381" y2="1.524" width="0.254" layer="94"/> +<wire x1="1.016" y1="1.778" x2="1.016" y2="-1.778" width="0.254" layer="94"/> +<wire x1="-1.016" y1="1.778" x2="-1.016" y2="-1.778" width="0.254" layer="94"/> +<text x="2.54" y="1.016" size="1.778" layer="95">>NAME</text> +<text x="2.54" y="-2.54" size="1.778" layer="96">>VALUE</text> +<text x="-2.159" y="-1.143" size="0.8636" layer="93">1</text> +<text x="1.524" y="-1.143" size="0.8636" layer="93">2</text> +<pin name="2" x="2.54" y="0" visible="off" length="point" direction="pas" swaplevel="1" rot="R180"/> +<pin name="1" x="-2.54" y="0" visible="off" length="point" direction="pas" swaplevel="1"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="CRYSTAL" urn="urn:adsk.eagle:component:12141/1" prefix="Q" uservalue="yes" library_version="1"> +<description><b>CRYSTAL</b></description> +<gates> +<gate name="G$1" symbol="Q" x="0" y="0"/> +</gates> +<devices> +<device name="HC49S" package="HC49/S"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12071/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="1667008" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49GW" package="HC49GW"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12072/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49TL-H" package="HC49TL-H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12073/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49U-H" package="HC49U-H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12074/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="1666973" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49U-LM" package="HC49U-LM"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12077/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="1666956" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49U-V" package="HC49U-V"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12075/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="1666969" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49U70" package="HC49U70"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12079/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC49UP" package="HC49UP"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12078/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC13U-H" package="HC13U-H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12080/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC18U-H" package="HC18U-H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12081/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC18U-V" package="HC18U-V"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12082/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC33U-H" package="HC33U-H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12083/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="HC33U-V" package="HC33U-V"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12084/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="SM49" package="SM49"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12085/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="TC26H" package="TC26H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12086/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="TC26V" package="TC26V"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12088/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="TC38H" package="TC38H"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12087/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="68SMX" package="86SMX"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="4"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12091/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="6344860" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="MM20SS" package="MM20SS"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="4"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12092/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="MM39SL" package="MM39SL"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="4"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12090/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +<device name="CTS406" package="CTS406"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="3"/> +</connects> +<package3dinstances> +<package3dinstance package3d_urn="urn:adsk.eagle:package:12089/1"/> +</package3dinstances> +<technologies> +<technology name=""> +<attribute name="MF" value="" constant="no"/> +<attribute name="MPN" value="" constant="no"/> +<attribute name="OC_FARNELL" value="unknown" constant="no"/> +<attribute name="OC_NEWARK" value="unknown" constant="no"/> +</technology> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> </libraries> <attributes> </attributes> @@ -1439,6 +3190,17 @@ MSOP<br> <part name="JP3" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> <part name="JP4" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> <part name="JP5" library="pinhead" library_urn="urn:adsk.eagle:library:325" deviceset="PINHD-2X4" device="" package3d_urn="urn:adsk.eagle:package:22461/2"/> +<part name="U$6" library="tag-connect-2050" deviceset="TC2050" device="-MCP-NL"/> +<part name="U$7" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$8" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$9" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$10" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="U$11" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="S1" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="S2" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="S3" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="U$12" library="fab" deviceset="MICRO-USB" device="_1/100"/> +<part name="Q1" library="crystal" library_urn="urn:adsk.eagle:library:204" deviceset="CRYSTAL" device="CTS406" package3d_urn="urn:adsk.eagle:package:12089/1"/> </parts> <sheets> <sheet> @@ -1455,6 +3217,17 @@ MSOP<br> <instance part="JP3" gate="A" x="292.1" y="114.3"/> <instance part="JP4" gate="A" x="292.1" y="91.44"/> <instance part="JP5" gate="A" x="294.64" y="68.58"/> +<instance part="U$6" gate="G$1" x="-48.26" y="7.62" rot="R180"/> +<instance part="U$7" gate="G$1" x="200.66" y="139.7"/> +<instance part="U$8" gate="G$1" x="200.66" y="116.84"/> +<instance part="U$9" gate="G$1" x="203.2" y="96.52"/> +<instance part="U$10" gate="G$1" x="205.74" y="71.12"/> +<instance part="U$11" gate="G$1" x="-12.7" y="60.96"/> +<instance part="S1" gate="2" x="-15.24" y="-17.78" rot="R90"/> +<instance part="S2" gate="2" x="-12.7" y="78.74" rot="R270"/> +<instance part="S3" gate="2" x="-12.7" y="93.98" rot="R270"/> +<instance part="U$12" gate="G$1" x="-40.64" y="60.96" rot="R270"/> +<instance part="Q1" gate="G$1" x="-43.18" y="-33.02"/> </instances> <busses> </busses> diff --git a/circuit/atsams70n-switch/atsams70n-switch/eagle.epf b/circuit/atsams70n-switch/atsams70n-switch/eagle.epf index 1f69bad8565e310c23583a1f69145a06712ee714..2df7e7975472ca98076371d12ac55b39ad68fa34 100644 --- a/circuit/atsams70n-switch/atsams70n-switch/eagle.epf +++ b/circuit/atsams70n-switch/atsams70n-switch/eagle.epf @@ -348,62 +348,15 @@ UsedLibraryUrn="urn:adsk.eagle:library:175" UsedLibraryUrn="urn:adsk.eagle:library:176" UsedLibraryUrn="urn:adsk.eagle:library:177" UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/fab.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/jake/tag-connect-2030.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/jake/tag-connect-2050.lbr" [Win_1] -Type="Schematic Editor" -Loc="0 0 3839 2065" -State=1 -Number=1 -File="atsams70n-switch.sch" -View="16.361 -54.026 399.795 192.467" -WireWidths=" 0.0762 0.1016 0.127 0.15 0.2 0.2032 0.254 0.3048 0.4064 0.508 0.6096 0.8128 1.016 1.27 2.54 0.1524" -PadDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0" -PadDrills=" 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.65 0.7 0.75 0.8 0.85 0.9 1 0.6" -ViaDiameters=" 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95 1 1.05 1.1 1.15 1.2 1.3 0" -ViaDrills=" 0.2 0.25 0.3 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 1 0.35" -HoleDrills=" 0.2 0.25 0.3 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 1 0.35" -TextSizes=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.778" -PolygonSpacings=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.27" -PolygonIsolates=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0" -MiterRadiuss=" 0.254 0.3175 0.635 1.27 2.54 1 2 2.5 5 7.5 10 0" -DimensionWidths=" 0 0.127 0.254 0.1 0.26 0.13" -DimensionExtWidths=" 0.127 0.254 0.1 0.13 0.26 0" -DimensionExtLengths=" 1.27 2.54 1 2 3 0" -DimensionExtOffsets=" 1.27 2.54 1 2 3 0" -SmdSizes=" 0.3048 0.1524 0.4064 0.2032 0.6096 0.3048 0.8128 0.4064 1.016 0.508 1.27 0.6604 1.4224 0.7112 1.6764 0.8128 1.778 0.9144 1.9304 0.9652 2.1844 1.0668 2.54 1.27 3.81 1.9304 5.08 2.54 6.4516 3.2512 1.27 0.635" -WireBend=0 -WireBendSet=31 -WireCap=1 -MiterStyle=0 -PadShape=0 -ViaShape=1 -PolygonPour=0 -PolygonRank=0 -PolygonThermals=1 -PolygonOrphans=0 -TextRatio=8 -DimensionUnit=1 -DimensionPrecision=2 -DimensionShowUnit=0 -PinDirection=3 -PinFunction=0 -PinLength=2 -PinVisible=3 -SwapLevel=0 -ArcDirection=0 -AddLevel=2 -PadsSameType=0 -Layer=91 -Views=" 1: 16.361 -54.026 399.795 192.467" -Sheet="1" - -[Win_2] Type="Control Panel" Loc="0 0 1919 1016" State=1 Number=0 [Desktop] -Screen="3840 2160" +Screen="1920 1080" Window="Win_1" -Window="Win_2" diff --git a/circuit/xmega-128a4u-switch/xmega-128a4u-switch_01/eagle.epf b/circuit/xmega-128a4u-switch/xmega-128a4u-switch_01/eagle.epf index 45ca7bed4c5066a2a19accd5bfb0db7dfdfa9c1e..59088064630eb7e203c9911184ad7e35e54e9073 100644 --- a/circuit/xmega-128a4u-switch/xmega-128a4u-switch_01/eagle.epf +++ b/circuit/xmega-128a4u-switch/xmega-128a4u-switch_01/eagle.epf @@ -347,6 +347,8 @@ UsedLibraryUrn="urn:adsk.eagle:library:174" UsedLibraryUrn="urn:adsk.eagle:library:175" UsedLibraryUrn="urn:adsk.eagle:library:176" UsedLibraryUrn="urn:adsk.eagle:library:177" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/fab.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/jake/tag-connect.lbr" [Win_1] Type="Control Panel"