component
pm1-frame-mol-refined
Public Unreviewedby cosmiic
COSMIIC PM1 refined frame molecule for power management packaging
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="9.7.0">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
<layer number="2" name="Route2" color="16" fill="1" visible="no" active="no"/>
<layer number="3" name="Route3" color="17" fill="1" visible="no" active="no"/>
<layer number="4" name="Route4" color="18" fill="1" visible="no" active="no"/>
<layer number="5" name="Route5" color="19" fill="1" visible="no" active="no"/>
<layer number="6" name="Route6" color="25" fill="1" visible="no" active="no"/>
<layer number="7" name="Route7" color="26" fill="1" visible="no" active="no"/>
<layer number="8" name="Route8" color="27" fill="1" visible="no" active="no"/>
<layer number="9" name="Route9" color="28" fill="1" visible="no" active="no"/>
<layer number="10" name="Route10" color="29" fill="1" visible="no" active="no"/>
<layer number="11" name="Route11" color="30" fill="1" visible="no" active="no"/>
<layer number="12" name="Route12" color="20" fill="1" visible="no" active="no"/>
<layer number="13" name="Route13" color="21" fill="1" visible="no" active="no"/>
<layer number="14" name="Route14" color="22" fill="1" visible="no" active="no"/>
<layer number="15" name="Route15" color="23" 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="24" 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="1" visible="no" active="no"/>
<layer number="30" name="bStop" color="7" fill="1" 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="8" 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="7" 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="58" name="bCAD" 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="88" name="SimResults" color="9" fill="1" visible="yes" active="yes"/>
<layer number="89" name="SimProbes" color="9" fill="1" visible="yes" active="yes"/>
<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="7" fill="4" visible="no" active="no"/>
<layer number="102" name="Vscore" color="7" fill="1" visible="no" active="no"/>
<layer number="103" name="tMap" color="7" fill="1" visible="no" active="no"/>
<layer number="104" name="Name" color="7" fill="1" visible="no" active="no"/>
<layer number="105" name="tPlate" color="7" fill="1" visible="no" active="no"/>
<layer number="106" name="bPlate" color="7" fill="1" visible="no" active="no"/>
<layer number="107" name="Crop" color="7" fill="1" visible="no" active="no"/>
<layer number="108" name="tplace-old" color="7" fill="1" visible="no" active="no"/>
<layer number="109" name="ref-old" color="7" fill="1" visible="no" active="no"/>
<layer number="110" name="fp0" color="7" fill="1" visible="no" active="no"/>
<layer number="111" name="LPC17xx" color="7" fill="1" visible="no" active="no"/>
<layer number="112" name="tSilk" color="7" fill="1" visible="no" active="no"/>
<layer number="113" name="IDFDebug" color="7" fill="1" visible="no" active="no"/>
<layer number="114" name="Badge_Outline" color="7" fill="1" visible="no" active="no"/>
<layer number="115" name="ReferenceISLANDS" color="7" fill="1" visible="no" active="no"/>
<layer number="116" name="Patch_BOT" color="7" fill="4" visible="no" active="no"/>
<layer number="117" name="PM_Ref" color="7" fill="1" visible="no" active="no"/>
<layer number="118" name="Rect_Pads" color="7" fill="1" visible="no" active="no"/>
<layer number="119" name="PF_Ref" color="7" fill="1" visible="no" active="no"/>
<layer number="120" name="WFL_Ref" color="7" fill="1" visible="no" active="no"/>
<layer number="121" name="_tsilk" color="7" fill="1" visible="no" active="no"/>
<layer number="122" name="_bsilk" color="7" fill="1" visible="no" active="no"/>
<layer number="123" name="tTestmark" color="7" fill="1" visible="no" active="no"/>
<layer number="124" name="bTestmark" color="7" fill="1" visible="no" active="no"/>
<layer number="125" name="_tNames" color="7" fill="1" visible="no" active="no"/>
<layer number="126" name="_bNames" color="7" fill="1" visible="no" active="no"/>
<layer number="127" name="_tValues" color="7" fill="1" visible="no" active="no"/>
<layer number="128" name="_bValues" color="7" fill="1" visible="no" active="no"/>
<layer number="129" name="Mask" color="7" fill="1" visible="no" active="no"/>
<layer number="130" name="SMDSTROOK" color="7" fill="1" visible="no" active="no"/>
<layer number="131" name="tAdjust" color="7" fill="1" visible="no" active="no"/>
<layer number="132" name="bAdjust" color="7" fill="1" visible="no" active="no"/>
<layer number="133" name="bottom_silk" color="7" fill="1" visible="no" active="no"/>
<layer number="134" name="silk_top" color="7" fill="1" visible="no" active="no"/>
<layer number="135" name="silk_bottom" color="7" fill="1" visible="no" active="no"/>
<layer number="136" name="silktop" color="7" fill="1" visible="no" active="no"/>
<layer number="137" name="silkbottom" color="7" fill="1" visible="no" active="no"/>
<layer number="138" name="EEE" color="7" fill="1" visible="no" active="no"/>
<layer number="139" name="_tKeepout" color="7" fill="1" visible="no" active="no"/>
<layer number="140" name="mbKeepout" color="7" fill="1" visible="no" active="no"/>
<layer number="141" name="ASSEMBLY_TOP" color="7" fill="1" visible="no" active="no"/>
<layer number="142" name="mbRestrict" color="7" fill="1" visible="no" active="no"/>
<layer number="143" name="PLACE_BOUND_TOP" color="7" fill="1" visible="no" active="no"/>
<layer number="144" name="Drill_legend" color="7" fill="1" visible="no" active="no"/>
<layer number="145" name="DrillLegend_01-16" color="7" fill="1" visible="no" active="no"/>
<layer number="146" name="DrillLegend_01-20" color="7" fill="1" visible="no" active="no"/>
<layer number="147" name="PIN_NUMBER" color="7" fill="1" visible="no" active="no"/>
<layer number="148" name="DrillLegend_01-20" color="7" fill="1" visible="no" active="no"/>
<layer number="149" name="DrillLegend_02-15" color="7" fill="1" visible="no" active="no"/>
<layer number="150" name="Notes" color="7" fill="1" visible="no" active="no"/>
<layer number="151" name="HeatSink" color="7" fill="1" visible="no" active="no"/>
<layer number="152" name="_bDocu" color="7" fill="1" visible="no" active="no"/>
<layer number="153" name="FabDoc1" color="7" fill="1" visible="no" active="no"/>
<layer number="154" name="FabDoc2" color="7" fill="1" visible="no" active="no"/>
<layer number="155" name="FabDoc3" color="7" fill="1" visible="no" active="no"/>
<layer number="156" name="gesam-Maß" color="7" fill="1" visible="no" active="no"/>
<layer number="157" name="FaceMchng" color="7" fill="1" visible="no" active="no"/>
<layer number="158" name="FaceMMeas" color="7" fill="1" visible="no" active="no"/>
<layer number="159" name="Geh-Bear2" color="7" fill="1" visible="no" active="no"/>
<layer number="160" name="Topologie" color="7" fill="1" visible="no" active="no"/>
<layer number="161" name="tomplace2" color="7" fill="1" visible="no" active="no"/>
<layer number="166" name="AntennaArea" color="7" fill="1" visible="no" active="no"/>
<layer number="168" name="4mmHeightArea" color="7" fill="1" visible="no" active="no"/>
<layer number="191" name="mNets" color="7" fill="1" visible="no" active="no"/>
<layer number="192" name="mBusses" color="7" fill="1" visible="no" active="no"/>
<layer number="193" name="mPins" color="7" fill="1" visible="no" active="no"/>
<layer number="194" name="mSymbols" color="7" fill="1" visible="no" active="no"/>
<layer number="195" name="mNames" color="7" fill="1" visible="no" active="no"/>
<layer number="196" name="mValues" color="7" fill="1" visible="no" active="no"/>
<layer number="199" name="Contour" color="7" fill="1" visible="no" active="no"/>
<layer number="200" name="200bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="201" name="201bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="202" name="202bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="203" name="203bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="204" name="204bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="205" name="205bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="206" name="206bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="207" name="207bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="208" name="208bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="209" name="209bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="210" name="210bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="211" name="211bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="212" name="212bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="213" name="213bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="214" name="214bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="215" name="215bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="216" name="216bmp" color="7" fill="10" visible="yes" active="yes"/>
<layer number="217" name="217bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="218" name="218bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="219" name="219bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="220" name="220bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="221" name="221bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="222" name="222bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="223" name="223bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="224" name="224bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="225" name="225bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="226" name="226bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="227" name="227bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="228" name="228bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="229" name="229bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="230" name="230bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="231" name="231bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="232" name="Eagle3D_PG2" color="7" fill="1" visible="no" active="no"/>
<layer number="233" name="Eagle3D_PG3" color="7" fill="1" visible="no" active="no"/>
<layer number="248" name="Housing" color="7" fill="1" visible="no" active="no"/>
<layer number="249" name="Edge" color="7" fill="1" visible="no" active="no"/>
<layer number="250" name="Descript" color="7" fill="1" visible="no" active="no"/>
<layer number="251" name="SMDround" color="7" fill="11" visible="no" active="no"/>
<layer number="252" name="BR-BS" color="7" fill="1" visible="no" active="no"/>
<layer number="253" name="Extra" color="7" fill="1" visible="no" active="no"/>
<layer number="254" name="cooling" color="7" fill="1" visible="no" active="no"/>
<layer number="255" name="routoute" color="7" fill="1" visible="no" active="no"/>
</layers>
<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R">
<libraries>
<library name="COSMIIC Library" urn="urn:adsk.wipprod:fs.file:vf.FJ2EnQHEQ1OT4-lt28_e_Q">
<packages>
<package name="CON36_2X18_TU_TSW_SAI" library_version="2">
<pad name="1" x="21.59" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="2" x="21.59" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="3" x="19.05" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="4" x="19.05" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="5" x="16.51" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="6" x="16.51" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="7" x="13.97" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="8" x="13.97" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="9" x="11.43" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="10" x="11.43" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="11" x="8.89" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="12" x="8.89" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="13" x="6.35" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="14" x="6.35" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="15" x="3.81" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="16" x="3.81" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="17" x="1.27" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="18" x="1.27" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="19" x="-1.27" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="20" x="-1.27" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="21" x="-3.81" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="22" x="-3.81" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="23" x="-6.35" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="24" x="-6.35" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="25" x="-8.89" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="26" x="-8.89" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="27" x="-11.43" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="28" x="-11.43" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="29" x="-13.97" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="30" x="-13.97" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="31" x="-16.51" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="32" x="-16.51" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="33" x="-19.05" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="34" x="-19.05" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="35" x="-21.59" y="-1.27" drill="0.889" diameter="1.397" rot="R270"/>
<pad name="36" x="-21.59" y="1.27" drill="0.889" diameter="1.397" rot="R270"/>
<wire x1="19.05" y1="-1.27" x2="19.05" y2="5.4102" width="0.1524" layer="48"/>
<wire x1="21.59" y1="-1.27" x2="21.59" y2="5.4102" width="0.1524" layer="48"/>
<wire x1="19.05" y1="5.0292" x2="17.78" y2="5.0292" width="0.1524" layer="48"/>
<wire x1="21.59" y1="5.0292" x2="22.86" y2="5.0292" width="0.1524" layer="48"/>
<wire x1="19.05" y1="5.0292" x2="18.796" y2="5.1562" width="0.1524" layer="48"/>
<wire x1="19.05" y1="5.0292" x2="18.796" y2="4.9022" width="0.1524" layer="48"/>
<wire x1="18.796" y1="5.1562" x2="18.796" y2="4.9022" width="0.1524" layer="48"/>
<wire x1="21.59" y1="5.0292" x2="21.844" y2="5.1562" width="0.1524" layer="48"/>
<wire x1="21.59" y1="5.0292" x2="21.844" y2="4.9022" width="0.1524" layer="48"/>
<wire x1="21.844" y1="5.1562" x2="21.844" y2="4.9022" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="2.4892" x2="-23.114" y2="13.0302" width="0.1524" layer="48"/>
<wire x1="23.114" y1="2.4892" x2="23.114" y2="13.0302" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="12.6492" x2="23.114" y2="12.6492" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="12.6492" x2="-22.86" y2="12.7762" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="12.6492" x2="-22.86" y2="12.5222" width="0.1524" layer="48"/>
<wire x1="-22.86" y1="12.7762" x2="-22.86" y2="12.5222" width="0.1524" layer="48"/>
<wire x1="23.114" y1="12.6492" x2="22.86" y2="12.7762" width="0.1524" layer="48"/>
<wire x1="23.114" y1="12.6492" x2="22.86" y2="12.5222" width="0.1524" layer="48"/>
<wire x1="22.86" y1="12.7762" x2="22.86" y2="12.5222" width="0.1524" layer="48"/>
<wire x1="21.59" y1="1.27" x2="26.035" y2="1.27" width="0.1524" layer="48"/>
<wire x1="21.59" y1="-1.27" x2="26.035" y2="-1.27" width="0.1524" layer="48"/>
<wire x1="25.654" y1="1.27" x2="25.654" y2="2.54" width="0.1524" layer="48"/>
<wire x1="25.654" y1="-1.27" x2="25.654" y2="-2.54" width="0.1524" layer="48"/>
<wire x1="25.654" y1="1.27" x2="25.527" y2="1.524" width="0.1524" layer="48"/>
<wire x1="25.654" y1="1.27" x2="25.781" y2="1.524" width="0.1524" layer="48"/>
<wire x1="25.527" y1="1.524" x2="25.781" y2="1.524" width="0.1524" layer="48"/>
<wire x1="25.654" y1="-1.27" x2="25.527" y2="-1.524" width="0.1524" layer="48"/>
<wire x1="25.654" y1="-1.27" x2="25.781" y2="-1.524" width="0.1524" layer="48"/>
<wire x1="25.527" y1="-1.524" x2="25.781" y2="-1.524" width="0.1524" layer="48"/>
<wire x1="0" y1="0" x2="-26.035" y2="0" width="0.1524" layer="48"/>
<wire x1="5.5499" y1="-1.4986" x2="-26.035" y2="-1.4986" width="0.1524" layer="48"/>
<wire x1="-25.654" y1="0" x2="-25.654" y2="1.27" width="0.1524" layer="48"/>
<wire x1="-25.654" y1="-1.4986" x2="-25.654" y2="-2.7686" width="0.1524" layer="48"/>
<wire x1="-25.654" y1="0" x2="-25.781" y2="0.254" width="0.1524" layer="48"/>
<wire x1="-25.654" y1="0" x2="-25.527" y2="0.254" width="0.1524" layer="48"/>
<wire x1="-25.781" y1="0.254" x2="-25.527" y2="0.254" width="0.1524" layer="48"/>
<wire x1="-25.654" y1="-1.4986" x2="-25.781" y2="-1.7526" width="0.1524" layer="48"/>
<wire x1="-25.654" y1="-1.4986" x2="-25.527" y2="-1.7526" width="0.1524" layer="48"/>
<wire x1="-25.781" y1="-1.7526" x2="-25.527" y2="-1.7526" width="0.1524" layer="48"/>
<wire x1="0" y1="0" x2="-28.575" y2="0" width="0.1524" layer="48"/>
<wire x1="5.5499" y1="-1.4986" x2="-28.575" y2="-1.4986" width="0.1524" layer="48"/>
<wire x1="-28.194" y1="0" x2="-28.194" y2="1.27" width="0.1524" layer="48"/>
<wire x1="-28.194" y1="-1.4986" x2="-28.194" y2="-2.7686" width="0.1524" layer="48"/>
<wire x1="-28.194" y1="0" x2="-28.321" y2="0.254" width="0.1524" layer="48"/>
<wire x1="-28.194" y1="0" x2="-28.067" y2="0.254" width="0.1524" layer="48"/>
<wire x1="-28.321" y1="0.254" x2="-28.067" y2="0.254" width="0.1524" layer="48"/>
<wire x1="-28.194" y1="-1.4986" x2="-28.321" y2="-1.7526" width="0.1524" layer="48"/>
<wire x1="-28.194" y1="-1.4986" x2="-28.067" y2="-1.7526" width="0.1524" layer="48"/>
<wire x1="-28.321" y1="-1.7526" x2="-28.067" y2="-1.7526" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="2.4892" x2="-31.115" y2="2.4892" width="0.1524" layer="48"/>
<wire x1="0" y1="0" x2="-31.115" y2="0" width="0.1524" layer="48"/>
<wire x1="-30.734" y1="2.4892" x2="-30.734" y2="3.7592" width="0.1524" layer="48"/>
<wire x1="-30.734" y1="0" x2="-30.734" y2="-1.27" width="0.1524" layer="48"/>
<wire x1="-30.734" y1="2.4892" x2="-30.861" y2="2.7432" width="0.1524" layer="48"/>
<wire x1="-30.734" y1="2.4892" x2="-30.607" y2="2.7432" width="0.1524" layer="48"/>
<wire x1="-30.861" y1="2.7432" x2="-30.607" y2="2.7432" width="0.1524" layer="48"/>
<wire x1="-30.734" y1="0" x2="-30.861" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-30.734" y1="0" x2="-30.607" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-30.861" y1="-0.254" x2="-30.607" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="2.4892" x2="-33.655" y2="2.4892" width="0.1524" layer="48"/>
<wire x1="-23.114" y1="-2.4638" x2="-33.655" y2="-2.4638" width="0.1524" layer="48"/>
<wire x1="-33.274" y1="2.4892" x2="-33.274" y2="-2.4638" width="0.1524" layer="48"/>
<wire x1="-33.274" y1="2.4892" x2="-33.401" y2="2.2352" width="0.1524" layer="48"/>
<wire x1="-33.274" y1="2.4892" x2="-33.147" y2="2.2352" width="0.1524" layer="48"/>
<wire x1="-33.401" y1="2.2352" x2="-33.147" y2="2.2352" width="0.1524" layer="48"/>
<wire x1="-33.274" y1="-2.4638" x2="-33.401" y2="-2.2098" width="0.1524" layer="48"/>
<wire x1="-33.274" y1="-2.4638" x2="-33.147" y2="-2.2098" width="0.1524" layer="48"/>
<wire x1="-33.401" y1="-2.2098" x2="-33.147" y2="-2.2098" width="0.1524" layer="48"/>
<text x="-15.7797" y="-6.2738" size="1.27" layer="48" ratio="6">Default Padstyle: EX55Y55D35P</text>
<text x="-14.8136" y="-7.5438" size="1.27" layer="48" ratio="6">Alt 1 Padstyle: OX60Y90D30P</text>
<text x="-14.8136" y="-8.8138" size="1.27" layer="48" ratio="6">Alt 2 Padstyle: OX90Y60D30P</text>
<text x="8.887" y="5.5372" size="0.635" layer="48" ratio="4">0.1in/2.54mm</text>
<text x="-4.0424" y="13.1572" size="0.635" layer="48" ratio="4">1.82in/46.228mm</text>
<text x="26.162" y="-0.3175" size="0.635" layer="48" ratio="4">0.1in/2.54mm</text>
<text x="-35.3993" y="-1.0668" size="0.635" layer="48" ratio="4">-0.059in/-1.499mm</text>
<text x="-37.9393" y="-1.0668" size="0.635" layer="48" ratio="4">-0.059in/-1.499mm</text>
<text x="-39.3268" y="0.9271" size="0.635" layer="48" ratio="4">0.098in/2.489mm</text>
<text x="-41.8668" y="0.9271" size="0.635" layer="48" ratio="4">0.195in/4.953mm</text>
<wire x1="-23.241" y1="-2.5908" x2="23.241" y2="-2.5908" width="0.1524" layer="21"/>
<wire x1="23.241" y1="-2.5908" x2="23.241" y2="2.6162" width="0.1524" layer="21"/>
<wire x1="23.241" y1="2.6162" x2="-23.241" y2="2.6162" width="0.1524" layer="21"/>
<wire x1="-23.241" y1="2.6162" x2="-23.241" y2="-2.5908" width="0.1524" layer="21"/>
<wire x1="21.971" y1="-3.175" x2="21.209" y2="-3.175" width="0.508" layer="21" curve="-180"/>
<wire x1="21.209" y1="-3.175" x2="21.971" y2="-3.175" width="0.508" layer="21" curve="-180"/>
<wire x1="-23.114" y1="-2.4638" x2="23.114" y2="-2.4638" width="0.1524" layer="51"/>
<wire x1="23.114" y1="-2.4638" x2="23.114" y2="2.4892" width="0.1524" layer="51"/>
<wire x1="23.114" y1="2.4892" x2="-23.114" y2="2.4892" width="0.1524" layer="51"/>
<wire x1="-23.114" y1="2.4892" x2="-23.114" y2="-2.4638" width="0.1524" layer="51"/>
<wire x1="21.844" y1="-1.27" x2="21.336" y2="-1.27" width="0" layer="51" curve="-180"/>
<wire x1="21.336" y1="-1.27" x2="21.844" y2="-1.27" width="0" layer="51" curve="-180"/>
<wire x1="21.971" y1="-3.175" x2="21.209" y2="-3.175" width="0.508" layer="22" curve="-180"/>
<wire x1="21.209" y1="-3.175" x2="21.971" y2="-3.175" width="0.508" layer="22" curve="-180"/>
<text x="-3.2712" y="-0.635" size="1.27" layer="27" ratio="6">>Name</text>
<text x="-1.7288" y="-0.635" size="1.27" layer="27" ratio="6">>Value</text>
</package>
<package name="503525_LIPO_NEST" library_version="32">
<wire x1="-5" y1="21" x2="-5" y2="-21" width="0.127" layer="48"/>
<wire x1="5" y1="21" x2="5" y2="-21" width="0.127" layer="48"/>
<wire x1="-5" y1="21" x2="-4" y2="21" width="0.127" layer="48"/>
<wire x1="5" y1="21" x2="4" y2="21" width="0.127" layer="48"/>
<wire x1="-5" y1="-21" x2="-4" y2="-21" width="0.127" layer="48"/>
<wire x1="5" y1="-21" x2="4" y2="-21" width="0.127" layer="48"/>
<pad name="P$1" x="-4" y="-20" drill="0.81" diameter="1.3"/>
<pad name="P$2" x="-4" y="20" drill="0.81" diameter="1.3"/>
<pad name="P$3" x="4" y="20" drill="0.81" diameter="1.3"/>
<pad name="P$4" x="4" y="-20" drill="0.81" diameter="1.3"/>
</package>
</packages>
<symbols>
<symbol name="CON36_2X18_TU_TSW" library_version="2">
<pin name="1" x="0" y="0" visible="pad" length="middle" direction="pas"/>
<pin name="2" x="0" y="-2.54" visible="pad" length="middle" direction="pas"/>
<pin name="3" x="0" y="-5.08" visible="pad" length="middle" direction="pas"/>
<pin name="4" x="0" y="-7.62" visible="pad" length="middle" direction="pas"/>
<pin name="5" x="0" y="-10.16" visible="pad" length="middle" direction="pas"/>
<pin name="6" x="0" y="-12.7" visible="pad" length="middle" direction="pas"/>
<pin name="7" x="0" y="-15.24" visible="pad" length="middle" direction="pas"/>
<pin name="8" x="0" y="-17.78" visible="pad" length="middle" direction="pas"/>
<pin name="9" x="0" y="-20.32" visible="pad" length="middle" direction="pas"/>
<pin name="10" x="0" y="-22.86" visible="pad" length="middle" direction="pas"/>
<pin name="11" x="0" y="-25.4" visible="pad" length="middle" direction="pas"/>
<pin name="12" x="0" y="-27.94" visible="pad" length="middle" direction="pas"/>
<pin name="13" x="0" y="-30.48" visible="pad" length="middle" direction="pas"/>
<pin name="14" x="0" y="-33.02" visible="pad" length="middle" direction="pas"/>
<pin name="15" x="0" y="-35.56" visible="pad" length="middle" direction="pas"/>
<pin name="16" x="0" y="-38.1" visible="pad" length="middle" direction="pas"/>
<pin name="17" x="0" y="-40.64" visible="pad" length="middle" direction="pas"/>
<pin name="18" x="0" y="-43.18" visible="pad" length="middle" direction="pas"/>
<pin name="19" x="0" y="-45.72" visible="pad" length="middle" direction="pas"/>
<pin name="20" x="0" y="-48.26" visible="pad" length="middle" direction="pas"/>
<pin name="21" x="0" y="-50.8" visible="pad" length="middle" direction="pas"/>
<pin name="22" x="0" y="-53.34" visible="pad" length="middle" direction="pas"/>
<pin name="23" x="0" y="-55.88" visible="pad" length="middle" direction="pas"/>
<pin name="24" x="0" y="-58.42" visible="pad" length="middle" direction="pas"/>
<pin name="25" x="0" y="-60.96" visible="pad" length="middle" direction="pas"/>
<pin name="26" x="0" y="-63.5" visible="pad" length="middle" direction="pas"/>
<pin name="27" x="0" y="-66.04" visible="pad" length="middle" direction="pas"/>
<pin name="28" x="0" y="-68.58" visible="pad" length="middle" direction="pas"/>
<pin name="29" x="0" y="-71.12" visible="pad" length="middle" direction="pas"/>
<pin name="30" x="0" y="-73.66" visible="pad" length="middle" direction="pas"/>
<pin name="31" x="0" y="-76.2" visible="pad" length="middle" direction="pas"/>
<pin name="32" x="0" y="-78.74" visible="pad" length="middle" direction="pas"/>
<pin name="33" x="0" y="-81.28" visible="pad" length="middle" direction="pas"/>
<pin name="34" x="0" y="-83.82" visible="pad" length="middle" direction="pas"/>
<pin name="35" x="0" y="-86.36" visible="pad" length="middle" direction="pas"/>
<pin name="36" x="0" y="-88.9" visible="pad" length="middle" direction="pas"/>
<wire x1="10.16" y1="0" x2="5.08" y2="0" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="5.08" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-5.08" x2="5.08" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-7.62" x2="5.08" y2="-7.62" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-10.16" x2="5.08" y2="-10.16" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-12.7" x2="5.08" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-15.24" x2="5.08" y2="-15.24" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-17.78" x2="5.08" y2="-17.78" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-20.32" x2="5.08" y2="-20.32" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-22.86" x2="5.08" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-25.4" x2="5.08" y2="-25.4" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-27.94" x2="5.08" y2="-27.94" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-30.48" x2="5.08" y2="-30.48" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-33.02" x2="5.08" y2="-33.02" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-35.56" x2="5.08" y2="-35.56" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-38.1" x2="5.08" y2="-38.1" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-40.64" x2="5.08" y2="-40.64" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-43.18" x2="5.08" y2="-43.18" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-45.72" x2="5.08" y2="-45.72" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-48.26" x2="5.08" y2="-48.26" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-50.8" x2="5.08" y2="-50.8" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-53.34" x2="5.08" y2="-53.34" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-55.88" x2="5.08" y2="-55.88" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-58.42" x2="5.08" y2="-58.42" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-60.96" x2="5.08" y2="-60.96" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-63.5" x2="5.08" y2="-63.5" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-66.04" x2="5.08" y2="-66.04" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-68.58" x2="5.08" y2="-68.58" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-71.12" x2="5.08" y2="-71.12" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-73.66" x2="5.08" y2="-73.66" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-76.2" x2="5.08" y2="-76.2" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-78.74" x2="5.08" y2="-78.74" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-81.28" x2="5.08" y2="-81.28" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-83.82" x2="5.08" y2="-83.82" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-86.36" x2="5.08" y2="-86.36" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-88.9" x2="5.08" y2="-88.9" width="0.1524" layer="94"/>
<wire x1="10.16" y1="0" x2="8.89" y2="0.8467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.89" y2="-1.6933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-5.08" x2="8.89" y2="-4.2333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-7.62" x2="8.89" y2="-6.7733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-10.16" x2="8.89" y2="-9.3133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-12.7" x2="8.89" y2="-11.8533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-15.24" x2="8.89" y2="-14.3933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-17.78" x2="8.89" y2="-16.9333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-20.32" x2="8.89" y2="-19.4733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-22.86" x2="8.89" y2="-22.0133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-25.4" x2="8.89" y2="-24.5533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-27.94" x2="8.89" y2="-27.0933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-30.48" x2="8.89" y2="-29.6333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-33.02" x2="8.89" y2="-32.1733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-35.56" x2="8.89" y2="-34.7133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-38.1" x2="8.89" y2="-37.2533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-40.64" x2="8.89" y2="-39.7933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-43.18" x2="8.89" y2="-42.3333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-45.72" x2="8.89" y2="-44.8733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-48.26" x2="8.89" y2="-47.4133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-50.8" x2="8.89" y2="-49.9533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-53.34" x2="8.89" y2="-52.4933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-55.88" x2="8.89" y2="-55.0333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-58.42" x2="8.89" y2="-57.5733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-60.96" x2="8.89" y2="-60.1133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-63.5" x2="8.89" y2="-62.6533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-66.04" x2="8.89" y2="-65.1933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-68.58" x2="8.89" y2="-67.7333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-71.12" x2="8.89" y2="-70.2733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-73.66" x2="8.89" y2="-72.8133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-76.2" x2="8.89" y2="-75.3533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-78.74" x2="8.89" y2="-77.8933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-81.28" x2="8.89" y2="-80.4333" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-83.82" x2="8.89" y2="-82.9733" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-86.36" x2="8.89" y2="-85.5133" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-88.9" x2="8.89" y2="-88.0533" width="0.1524" layer="94"/>
<wire x1="10.16" y1="0" x2="8.89" y2="-0.8467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.89" y2="-3.3867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-5.08" x2="8.89" y2="-5.9267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-7.62" x2="8.89" y2="-8.4667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-10.16" x2="8.89" y2="-11.0067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-12.7" x2="8.89" y2="-13.5467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-15.24" x2="8.89" y2="-16.0867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-17.78" x2="8.89" y2="-18.6267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-20.32" x2="8.89" y2="-21.1667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-22.86" x2="8.89" y2="-23.7067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-25.4" x2="8.89" y2="-26.2467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-27.94" x2="8.89" y2="-28.7867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-30.48" x2="8.89" y2="-31.3267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-33.02" x2="8.89" y2="-33.8667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-35.56" x2="8.89" y2="-36.4067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-38.1" x2="8.89" y2="-38.9467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-40.64" x2="8.89" y2="-41.4867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-43.18" x2="8.89" y2="-44.0267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-45.72" x2="8.89" y2="-46.5667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-48.26" x2="8.89" y2="-49.1067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-50.8" x2="8.89" y2="-51.6467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-53.34" x2="8.89" y2="-54.1867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-55.88" x2="8.89" y2="-56.7267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-58.42" x2="8.89" y2="-59.2667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-60.96" x2="8.89" y2="-61.8067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-63.5" x2="8.89" y2="-64.3467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-66.04" x2="8.89" y2="-66.8867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-68.58" x2="8.89" y2="-69.4267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-71.12" x2="8.89" y2="-71.9667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-73.66" x2="8.89" y2="-74.5067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-76.2" x2="8.89" y2="-77.0467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-78.74" x2="8.89" y2="-79.5867" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-81.28" x2="8.89" y2="-82.1267" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-83.82" x2="8.89" y2="-84.6667" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-86.36" x2="8.89" y2="-87.2067" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-88.9" x2="8.89" y2="-89.7467" width="0.1524" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-91.44" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-91.44" x2="12.7" y2="-91.44" width="0.1524" layer="94"/>
<wire x1="12.7" y1="-91.44" x2="12.7" y2="2.54" width="0.1524" layer="94"/>
<wire x1="12.7" y1="2.54" x2="5.08" y2="2.54" width="0.1524" layer="94"/>
<text x="4.1646" y="5.3086" size="2.083" layer="95" ratio="6">>Name</text>
</symbol>
<symbol name="503525_LIPO_NEST" library_version="10">
<pin name="1" x="0" y="0" visible="pad" length="middle" direction="pas"/>
<pin name="2" x="0" y="-2.54" visible="pad" length="middle" direction="pas"/>
<wire x1="10.16" y1="0" x2="8.54103125" y2="0" width="0.1524" layer="94"/>
<wire x1="8.54103125" y1="0" x2="6.922065625" y2="0" width="0.1524" layer="94"/>
<wire x1="6.922065625" y1="0" x2="5.08" y2="0" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.676953125" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="8.676953125" y1="-2.54" x2="6.878478125" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="6.878478125" y1="-2.54" x2="5.08" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="10.16" y1="0" x2="8.89" y2="0.8467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.89" y2="-1.6933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="0" x2="8.89" y2="-0.8467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.89" y2="-3.3867" width="0.1524" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-5.08" x2="5.08" y2="-7.62" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-7.62" x2="5.08" y2="-10.16" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-10.16" x2="12.7" y2="-10.16" width="0.1524" layer="94"/>
<wire x1="12.7" y1="-10.16" x2="12.7" y2="2.54" width="0.1524" layer="94"/>
<wire x1="12.7" y1="2.54" x2="5.08" y2="2.54" width="0.1524" layer="94"/>
<text x="4.1646" y="5.3086" size="2.083" layer="95" ratio="6">>Name</text>
<wire x1="10.16" y1="-2.54" x2="17.78" y2="-2.54" width="0.254" layer="97"/>
<wire x1="17.78" y1="-2.54" x2="17.78" y2="-5.0802" width="0.254" layer="97"/>
<wire x1="17.78" y1="-5.0802" x2="25.4" y2="-5.0802" width="0.254" layer="97"/>
<wire x1="25.4" y1="-5.0802" x2="25.4" y2="2.54" width="0.254" layer="97"/>
<wire x1="25.4" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="97"/>
<wire x1="17.78" y1="2.54" x2="17.78" y2="-2.54" width="0.254" layer="97"/>
<wire x1="17.78" y1="-2.54" x2="17.78" y2="0" width="0.254" layer="97"/>
<wire x1="17.78" y1="0" x2="10.16" y2="0" width="0.254" layer="97"/>
<wire x1="20.32" y1="-2.54" x2="22.86" y2="-2.54" width="0.254" layer="97"/>
<wire x1="21.59" y1="-1.4267" x2="21.59" y2="-3.5828375" width="0.254" layer="97"/>
<wire x1="20.32" y1="0" x2="22.86" y2="0" width="0.254" layer="97"/>
<pin name="3" x="0" y="-5.08" visible="pad" length="middle" direction="pas"/>
<pin name="4" x="0" y="-7.62" visible="pad" length="middle" direction="pas"/>
<wire x1="5.08" y1="-5.08" x2="6.922065625" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-7.62" x2="8.168953125" y2="-7.62" width="0.1524" layer="94"/>
<wire x1="6.922065625" y1="-5.08" x2="6.922065625" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="6.922065625" y1="-2.54" x2="6.878478125" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="8.168953125" y1="-7.62" x2="8.168953125" y2="0" width="0.1524" layer="94"/>
<wire x1="8.168953125" y1="0" x2="8.54103125" y2="0" width="0.1524" layer="94"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="TSW-118-05-L-D" prefix="J" library_version="32">
<gates>
<gate name="A" symbol="CON36_2X18_TU_TSW" x="0" y="0"/>
</gates>
<devices>
<device name="CON36_2X18_TU_TSW_SAI" package="CON36_2X18_TU_TSW_SAI">
<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="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"/>
<connect gate="A" pin="9" pad="9"/>
</connects>
<technologies>
<technology name="">
<attribute name="COPYRIGHT" value="Copyright (C) 2025 Ultra Librarian. All rights reserved." constant="no"/>
<attribute name="MANUFACTURER_NAME" value="Samtec Inc" constant="no"/>
<attribute name="MANUFACTURER_PART_NUMBER" value="TSW-118-05-L-D" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="503525_LIPO_NEST" library_version="32">
<gates>
<gate name="G$1" symbol="503525_LIPO_NEST" x="-7.62" y="60.96"/>
</gates>
<devices>
<device name="" package="503525_LIPO_NEST">
<connects>
<connect gate="G$1" pin="1" pad="P$1"/>
<connect gate="G$1" pin="2" pad="P$2"/>
<connect gate="G$1" pin="3" pad="P$3"/>
<connect gate="G$1" pin="4" pad="P$4"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="Connector" urn="urn:adsk.eagle:library:16378166">
<description><b>Pin Headers,Terminal blocks-D-Sub-Backplane-FFC/FPC-Socket</description>
<packages>
<package name="1X01" urn="urn:adsk.eagle:footprint:22382/1" library_version="52">
<description><b>PIN HEADER</b></description>
<wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-0.635" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/>
<pad name="1" x="0" y="0" drill="1.016" shape="octagon"/>
<text x="-1.3462" y="1.8288" size="1.27" layer="25" ratio="10">>NAME</text>
<text x="-1.27" y="-3.175" size="1.27" layer="27">>VALUE</text>
<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/>
</package>
</packages>
<packages3d>
<package3d name="1X01" urn="urn:adsk.eagle:package:22485/2" type="model">
<description>PIN HEADER</description>
<packageinstances>
<packageinstance name="1X01"/>
</packageinstances>
</package3d>
</packages3d>
<symbols>
<symbol name="PINHD1" urn="urn:adsk.eagle:symbol:22381/1" library_version="52">
<wire x1="-6.35" y1="-2.54" x2="1.27" y2="-2.54" width="0.4064" layer="94"/>
<wire x1="1.27" y1="-2.54" x2="1.27" y2="2.54" width="0.4064" layer="94"/>
<wire x1="1.27" y1="2.54" x2="-6.35" y2="2.54" width="0.4064" layer="94"/>
<wire x1="-6.35" y1="2.54" x2="-6.35" y2="-2.54" width="0.4064" layer="94"/>
<text x="-6.35" y="3.175" size="1.778" layer="95">>NAME</text>
<text x="-6.35" y="-5.08" size="1.778" layer="96">>VALUE</text>
<pin name="1" x="-2.54" y="0" visible="pad" length="short" direction="pas" function="dot"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="PINHD-1X1" urn="urn:adsk.eagle:component:16378168/6" prefix="JP" library_version="52">
<description><b>PIN HEADER</b></description>
<gates>
<gate name="G$1" symbol="PINHD1" x="0" y="0"/>
</gates>
<devices>
<device name="" package="1X01">
<connects>
<connect gate="G$1" pin="1" pad="1"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:22485/2"/>
</package3dinstances>
<technologies>
<technology name="">
<attribute name="CATEGORY" value="Headers" constant="no"/>
<attribute name="DATASHEET" value="" constant="no"/>
<attribute name="DESCRIPTION" value="Header-Straight-1 Position " constant="no"/>
<attribute name="MANUFACTURER" value="" constant="no"/>
<attribute name="MPN" value="" constant="no"/>
<attribute name="OPERATING_TEMPERATURE" value="" constant="no"/>
<attribute name="PACKAGE_SIZE" value="" constant="no"/>
<attribute name="PACKAGE_TYPE" value="THT" constant="no"/>
<attribute name="PART_STATUS" value="" constant="no"/>
<attribute name="PITCH" value="0.100" (2.54mm)" constant="no"/>
<attribute name="ROHS" value="" constant="no"/>
<attribute name="SERIES" value="" constant="no"/>
<attribute name="SUBCATEGORY" value="Headers-Male Pins" constant="no"/>
<attribute name="THERMALLOSS" value="" constant="no"/>
<attribute name="TYPE" value="Board to Board or Cable-Unshrouded-Through Hole-Straight" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="Adom_Library_Master Library" urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA">
<packages>
<package name="MACH_PIN_LRG_SHORT" urn="urn:adsk.eagle:footprint:47088765/4" locally_modified="yes" library_version="93">
<pad name="P$1" x="0" y="0" drill="3.45" diameter="5.2"/>
<text x="3" y="0" size="0.8128" layer="21" align="center-left">>NAME</text>
<text x="3" y="-1" size="0.8128" layer="21" align="center-left">>VALUE</text>
</package>
<package name="CONTACT_MED" urn="urn:adsk.eagle:footprint:47088763/5" locally_modified="yes" library_version="93">
<pad name="P$1" x="0" y="0" drill="0.78" diameter="1.3"/>
<text x="1" y="0" size="0.6" layer="21" align="center-left">>NAME</text>
<text x="1" y="-1" size="0.6" layer="21" align="center-left">>VALUE</text>
</package>
<package name="3X1_JUMP" urn="urn:adsk.eagle:footprint:47554299/1" locally_modified="yes" library_version="78">
<pad name="P1" x="0" y="2" drill="0.81" diameter="1.3"/>
<pad name="P2" x="0" y="0" drill="0.81" diameter="1.3"/>
<pad name="P3" x="0" y="-2" drill="0.81" diameter="1.3"/>
<text x="0" y="3.2" size="0.8128" layer="21" align="bottom-center">>NAME</text>
<text x="-1.1" y="-2" size="0.5" layer="21" rot="R90" align="center">>P3</text>
<text x="-1.1" y="2" size="0.5" layer="21" rot="R90" align="center">>P1</text>
<text x="-1.1" y="0" size="0.5" layer="21" rot="R270" align="center">>P2</text>
<wire x1="1" y1="3" x2="-1" y2="3" width="0.1524" layer="21"/>
<wire x1="-1" y1="3" x2="-1" y2="2.925" width="0.1524" layer="21"/>
<wire x1="1" y1="3" x2="1" y2="2.925" width="0.1524" layer="21"/>
<wire x1="-1" y1="1.075" x2="-1" y2="0.925" width="0.1524" layer="21"/>
<wire x1="1" y1="1.075" x2="1" y2="0.925" width="0.1524" layer="21"/>
<wire x1="-1" y1="-3" x2="1" y2="-3" width="0.1524" layer="21"/>
<wire x1="-1" y1="-3" x2="-1" y2="-2.925" width="0.1524" layer="21"/>
<wire x1="1" y1="-3" x2="1" y2="-2.925" width="0.1524" layer="21"/>
<wire x1="-1" y1="-0.925" x2="-1" y2="-1.075" width="0.1524" layer="21"/>
<wire x1="1" y1="-0.925" x2="1" y2="-1.075" width="0.1524" layer="21"/>
</package>
<package name="CONTACT_LRG" urn="urn:adsk.eagle:footprint:47088764/4" locally_modified="yes" library_version="93">
<pad name="P$1" x="0" y="0" drill="2.62" diameter="4.4"/>
<text x="3" y="0" size="0.8128" layer="21" align="center-left">>NAME</text>
<text x="3" y="-1" size="0.8128" layer="21" align="center-left">>VALUE</text>
</package>
<package name="MACH_PIN_LRG_STD" library_version="93">
<pad name="P$1" x="0" y="0" drill="3.45" diameter="5.2"/>
<text x="3" y="0" size="0.8128" layer="21" align="center-left">>NAME</text>
<text x="3" y="-1" size="0.8128" layer="21" align="center-left">>VALUE</text>
</package>
<package name="MACH_PIN_MED_SHORT" urn="urn:adsk.eagle:footprint:47088768/5" locally_modified="yes" library_version="93">
<pad name="P$1" x="0" y="0" drill="1.1" diameter="1.6"/>
<text x="1" y="0" size="0.6" layer="21" align="center-left">>NAME</text>
<text x="1" y="-1" size="0.6" layer="21" align="center-left">>VALUE</text>
</package>
<package name="MACH_PIN_MED_STD" urn="urn:adsk.eagle:footprint:47088762/5" locally_modified="yes" library_version="93">
<pad name="P$1" x="0" y="0" drill="1.1" diameter="1.6"/>
<text x="1" y="0" size="0.6" layer="21" align="center-left">>NAME</text>
<text x="1" y="-1" size="0.6" layer="21" align="center-left">>VALUE</text>
</package>
</packages>
<packages3d>
<package3d name="MACH_PIN_LRG_SHORT" urn="urn:adsk.eagle:package:47088803/8" locally_modified="yes" type="model">
<packageinstances>
<packageinstance name="MACH_PIN_LRG_SHORT"/>
</packageinstances>
</package3d>
<package3d name="CONTACT_MED" urn="urn:adsk.eagle:package:47088799/7" locally_modified="yes" type="model">
<packageinstances>
<packageinstance name="CONTACT_MED"/>
</packageinstances>
</package3d>
<package3d name="3X1_JUMP" urn="urn:adsk.eagle:package:47559212/1" type="model">
<packageinstances>
<packageinstance name="3X1_JUMP"/>
</packageinstances>
</package3d>
<package3d name="CONTACT_LRG" urn="urn:adsk.eagle:package:47088801/6" locally_modified="yes" type="model">
<packageinstances>
<packageinstance name="CONTACT_LRG"/>
</packageinstances>
</package3d>
<package3d name="MACH_PIN_MED_SHORT" urn="urn:adsk.eagle:package:47088807/7" locally_modified="yes" type="model">
<packageinstances>
<packageinstance name="MACH_PIN_MED_SHORT"/>
</packageinstances>
</package3d>
<package3d name="MACH_PIN_MED_STD" urn="urn:adsk.eagle:package:47088797/7" locally_modified="yes" type="model">
<packageinstances>
<packageinstance name="MACH_PIN_MED_STD"/>
</packageinstances>
</package3d>
</packages3d>
<symbols>
<symbol name="PIN_LARGE" urn="urn:adsk.eagle:symbol:47088773/4" locally_modified="yes" library_version="64">
<pin name="MP$1" x="0" y="0" visible="off" length="middle"/>
<text x="6.35" y="0" size="1.4224" layer="95" align="center-left">>NAME</text>
<text x="1.016" y="-1.016" size="0.6096" layer="97">Large Pin</text>
<text x="6.35" y="-2.54" size="1.4224" layer="95" align="center-left">>VALUE</text>
<polygon width="0.1524" layer="97" pour="solid">
<vertex x="3.068378125" y="2.14761875"/>
<vertex x="3.040371875" y="2.13601875"/>
<vertex x="1.992734375" y="2.13601875"/>
<vertex x="1.964728125" y="2.14761875"/>
<vertex x="1.943290625" y="2.16905625"/>
<vertex x="1.931690625" y="2.1970625"/>
<vertex x="1.931690625" y="2.263184375"/>
<vertex x="1.405875" y="2.263184375"/>
<vertex x="1.405875" y="1.13545"/>
<vertex x="1.931690625" y="1.13545"/>
<vertex x="1.931690625" y="1.201571875"/>
<vertex x="1.943290625" y="1.229578125"/>
<vertex x="1.964728125" y="1.251015625"/>
<vertex x="1.992734375" y="1.262615625"/>
<vertex x="3.040371875" y="1.262615625"/>
<vertex x="3.068378125" y="1.251015625"/>
<vertex x="3.089815625" y="1.229578125"/>
<vertex x="3.101415625" y="1.201571875"/>
<vertex x="3.101415625" y="1.15240625"/>
<vertex x="3.11856875" y="1.15240625"/>
<vertex x="3.11856875" y="1.201571875"/>
<vertex x="3.13016875" y="1.229578125"/>
<vertex x="3.15160625" y="1.251015625"/>
<vertex x="3.1796125" y="1.262615625"/>
<vertex x="4.714628125" y="1.262615625"/>
<vertex x="4.8141125" y="1.3621"/>
<vertex x="4.8141125" y="1.481334375"/>
<vertex x="4.8257125" y="1.509340625"/>
<vertex x="4.84715" y="1.530778125"/>
<vertex x="4.87515625" y="1.542378125"/>
<vertex x="6.521778125" y="1.542378125"/>
<vertex x="6.526390625" y="1.5424375"/>
<vertex x="6.5305625" y="1.54259375"/>
<vertex x="6.53445625" y="1.542840625"/>
<vertex x="6.538575" y="1.543203125"/>
<vertex x="6.54256875" y="1.54365625"/>
<vertex x="6.546440625" y="1.54419375"/>
<vertex x="6.55039375" y="1.54484375"/>
<vertex x="6.554209375" y="1.54556875"/>
<vertex x="6.55806875" y="1.546403125"/>
<vertex x="6.561796875" y="1.547309375"/>
<vertex x="6.565609375" y="1.54833125"/>
<vertex x="6.569203125" y="1.549396875"/>
<vertex x="6.572971875" y="1.550615625"/>
<vertex x="6.57660625" y="1.551884375"/>
<vertex x="6.5801" y="1.553209375"/>
<vertex x="6.5836625" y="1.55465625"/>
<vertex x="6.587178125" y="1.5561875"/>
<vertex x="6.590596875" y="1.557778125"/>
<vertex x="6.593984375" y="1.55945625"/>
<vertex x="6.59731875" y="1.561209375"/>
<vertex x="6.60065625" y="1.56306875"/>
<vertex x="6.603925" y="1.564996875"/>
<vertex x="6.60706875" y="1.566953125"/>
<vertex x="6.610303125" y="1.569078125"/>
<vertex x="6.613315625" y="1.5711625"/>
<vertex x="6.6164375" y="1.573434375"/>
<vertex x="6.619353125" y="1.57566875"/>
<vertex x="6.622296875" y="1.5780375"/>
<vertex x="6.625190625" y="1.58048125"/>
<vertex x="6.62804375" y="1.583009375"/>
<vertex x="6.630740625" y="1.58551875"/>
<vertex x="6.633434375" y="1.58815"/>
<vertex x="6.636034375" y="1.5908125"/>
<vertex x="6.638609375" y="1.59358125"/>
<vertex x="6.641128125" y="1.596421875"/>
<vertex x="6.643478125" y="1.5992"/>
<vertex x="6.64591875" y="1.602234375"/>
<vertex x="6.6481625" y="1.605165625"/>
<vertex x="6.6504125" y="1.60825625"/>
<vertex x="6.652546875" y="1.611340625"/>
<vertex x="6.65460625" y="1.614475"/>
<vertex x="6.65659375" y="1.61766875"/>
<vertex x="6.6585125" y="1.620928125"/>
<vertex x="6.66034375" y="1.62420625"/>
<vertex x="6.662134375" y="1.6276125"/>
<vertex x="6.663809375" y="1.631"/>
<vertex x="6.665375" y="1.6343625"/>
<vertex x="6.6669375" y="1.637946875"/>
<vertex x="6.668359375" y="1.6414375"/>
<vertex x="6.66969375" y="1.64496875"/>
<vertex x="6.670984375" y="1.64865"/>
<vertex x="6.672175" y="1.6523375"/>
<vertex x="6.67326875" y="1.656034375"/>
<vertex x="6.674253125" y="1.659690625"/>
<vertex x="6.6751875" y="1.663553125"/>
<vertex x="6.67601875" y="1.6673875"/>
<vertex x="6.676734375" y="1.67115625"/>
<vertex x="6.67739375" y="1.675165625"/>
<vertex x="6.677934375" y="1.679046875"/>
<vertex x="6.678384375" y="1.683021875"/>
<vertex x="6.6787375" y="1.687015625"/>
<vertex x="6.67899375" y="1.691125"/>
<vertex x="6.67915" y="1.69521875"/>
<vertex x="6.6792" y="1.699284375"/>
<vertex x="6.67915" y="1.7033875"/>
<vertex x="6.67899375" y="1.70751875"/>
<vertex x="6.678740625" y="1.7115875"/>
<vertex x="6.67839375" y="1.71553125"/>
<vertex x="6.677934375" y="1.7195875"/>
<vertex x="6.677396875" y="1.723459375"/>
<vertex x="6.676740625" y="1.727440625"/>
<vertex x="6.676015625" y="1.73125625"/>
<vertex x="6.6751875" y="1.735078125"/>
<vertex x="6.67426875" y="1.73888125"/>
<vertex x="6.673246875" y="1.742671875"/>
<vertex x="6.672171875" y="1.746309375"/>
<vertex x="6.670996875" y="1.749946875"/>
<vertex x="6.669709375" y="1.753625"/>
<vertex x="6.668353125" y="1.75720625"/>
<vertex x="6.666934375" y="1.760690625"/>
<vertex x="6.665396875" y="1.764225"/>
<vertex x="6.663821875" y="1.76760625"/>
<vertex x="6.662090625" y="1.77110625"/>
<vertex x="6.660378125" y="1.774365625"/>
<vertex x="6.6585125" y="1.77770625"/>
<vertex x="6.65659375" y="1.780965625"/>
<vertex x="6.654628125" y="1.784121875"/>
<vertex x="6.652534375" y="1.787309375"/>
<vertex x="6.650421875" y="1.7903625"/>
<vertex x="6.64815" y="1.793484375"/>
<vertex x="6.64591875" y="1.796396875"/>
<vertex x="6.643528125" y="1.799371875"/>
<vertex x="6.641128125" y="1.802209375"/>
<vertex x="6.63864375" y="1.8050125"/>
<vertex x="6.6360625" y="1.807790625"/>
<vertex x="6.633434375" y="1.81048125"/>
<vertex x="6.63075" y="1.813103125"/>
<vertex x="6.627975" y="1.81568125"/>
<vertex x="6.6252" y="1.81814375"/>
<vertex x="6.62231875" y="1.820578125"/>
<vertex x="6.6193375" y="1.822978125"/>
<vertex x="6.616434375" y="1.8252"/>
<vertex x="6.6133375" y="1.827453125"/>
<vertex x="6.6102625" y="1.82958125"/>
<vertex x="6.607075" y="1.831675"/>
<vertex x="6.603925" y="1.8336375"/>
<vertex x="6.60065625" y="1.835565625"/>
<vertex x="6.59731875" y="1.837425"/>
<vertex x="6.594059375" y="1.8391375"/>
<vertex x="6.590559375" y="1.84086875"/>
<vertex x="6.587178125" y="1.84244375"/>
<vertex x="6.58364375" y="1.84398125"/>
<vertex x="6.580159375" y="1.8454"/>
<vertex x="6.576578125" y="1.84675625"/>
<vertex x="6.572928125" y="1.848034375"/>
<vertex x="6.569215625" y="1.849234375"/>
<vertex x="6.56565" y="1.8502875"/>
<vertex x="6.561834375" y="1.851315625"/>
<vertex x="6.55803125" y="1.852234375"/>
<vertex x="6.554209375" y="1.8530625"/>
<vertex x="6.550321875" y="1.853803125"/>
<vertex x="6.546471875" y="1.8544375"/>
<vertex x="6.54256875" y="1.854978125"/>
<vertex x="6.538575" y="1.85543125"/>
<vertex x="6.534565625" y="1.855784375"/>
<vertex x="6.530471875" y="1.856040625"/>
<vertex x="6.526365625" y="1.856196875"/>
<vertex x="6.52181875" y="1.856253125"/>
<vertex x="4.87515625" y="1.856253125"/>
<vertex x="4.84715" y="1.867853125"/>
<vertex x="4.8257125" y="1.889290625"/>
<vertex x="4.8141125" y="1.917296875"/>
<vertex x="4.8141125" y="2.036534375"/>
<vertex x="4.714628125" y="2.13601875"/>
<vertex x="3.1796125" y="2.13601875"/>
<vertex x="3.15160625" y="2.14761875"/>
<vertex x="3.13016875" y="2.16905625"/>
<vertex x="3.11856875" y="2.1970625"/>
<vertex x="3.11856875" y="2.246228125"/>
<vertex x="3.101415625" y="2.246228125"/>
<vertex x="3.101415625" y="2.1970625"/>
<vertex x="3.089815625" y="2.16905625"/>
</polygon>
</symbol>
<symbol name="PIN_MEDIUM" urn="urn:adsk.eagle:symbol:47088774/4" locally_modified="yes" library_version="64">
<pin name="MP$1" x="0" y="0" visible="off" length="middle"/>
<text x="1.27" y="-1.016" size="0.6096" layer="97">Med Pin</text>
<polygon width="0.1524" layer="97" pour="solid">
<vertex x="3.068378125" y="2.14761875"/>
<vertex x="3.040371875" y="2.13601875"/>
<vertex x="1.992734375" y="2.13601875"/>
<vertex x="1.964728125" y="2.14761875"/>
<vertex x="1.943290625" y="2.16905625"/>
<vertex x="1.931690625" y="2.1970625"/>
<vertex x="1.931690625" y="2.263184375"/>
<vertex x="1.405875" y="2.263184375"/>
<vertex x="1.405875" y="1.13545"/>
<vertex x="1.931690625" y="1.13545"/>
<vertex x="1.931690625" y="1.201571875"/>
<vertex x="1.943290625" y="1.229578125"/>
<vertex x="1.964728125" y="1.251015625"/>
<vertex x="1.992734375" y="1.262615625"/>
<vertex x="3.040371875" y="1.262615625"/>
<vertex x="3.068378125" y="1.251015625"/>
<vertex x="3.089815625" y="1.229578125"/>
<vertex x="3.101415625" y="1.201571875"/>
<vertex x="3.101415625" y="1.15240625"/>
<vertex x="3.11856875" y="1.15240625"/>
<vertex x="3.11856875" y="1.201571875"/>
<vertex x="3.13016875" y="1.229578125"/>
<vertex x="3.15160625" y="1.251015625"/>
<vertex x="3.1796125" y="1.262615625"/>
<vertex x="4.714628125" y="1.262615625"/>
<vertex x="4.8141125" y="1.3621"/>
<vertex x="4.8141125" y="1.481334375"/>
<vertex x="4.8257125" y="1.509340625"/>
<vertex x="4.84715" y="1.530778125"/>
<vertex x="4.87515625" y="1.542378125"/>
<vertex x="6.521778125" y="1.542378125"/>
<vertex x="6.526390625" y="1.5424375"/>
<vertex x="6.5305625" y="1.54259375"/>
<vertex x="6.53445625" y="1.542840625"/>
<vertex x="6.538575" y="1.543203125"/>
<vertex x="6.54256875" y="1.54365625"/>
<vertex x="6.546440625" y="1.54419375"/>
<vertex x="6.55039375" y="1.54484375"/>
<vertex x="6.554209375" y="1.54556875"/>
<vertex x="6.55806875" y="1.546403125"/>
<vertex x="6.561796875" y="1.547309375"/>
<vertex x="6.565609375" y="1.54833125"/>
<vertex x="6.569203125" y="1.549396875"/>
<vertex x="6.572971875" y="1.550615625"/>
<vertex x="6.57660625" y="1.551884375"/>
<vertex x="6.5801" y="1.553209375"/>
<vertex x="6.5836625" y="1.55465625"/>
<vertex x="6.587178125" y="1.5561875"/>
<vertex x="6.590596875" y="1.557778125"/>
<vertex x="6.593984375" y="1.55945625"/>
<vertex x="6.59731875" y="1.561209375"/>
<vertex x="6.60065625" y="1.56306875"/>
<vertex x="6.603925" y="1.564996875"/>
<vertex x="6.60706875" y="1.566953125"/>
<vertex x="6.610303125" y="1.569078125"/>
<vertex x="6.613315625" y="1.5711625"/>
<vertex x="6.6164375" y="1.573434375"/>
<vertex x="6.619353125" y="1.57566875"/>
<vertex x="6.622296875" y="1.5780375"/>
<vertex x="6.625190625" y="1.58048125"/>
<vertex x="6.62804375" y="1.583009375"/>
<vertex x="6.630740625" y="1.58551875"/>
<vertex x="6.633434375" y="1.58815"/>
<vertex x="6.636034375" y="1.5908125"/>
<vertex x="6.638609375" y="1.59358125"/>
<vertex x="6.641128125" y="1.596421875"/>
<vertex x="6.643478125" y="1.5992"/>
<vertex x="6.64591875" y="1.602234375"/>
<vertex x="6.6481625" y="1.605165625"/>
<vertex x="6.6504125" y="1.60825625"/>
<vertex x="6.652546875" y="1.611340625"/>
<vertex x="6.65460625" y="1.614475"/>
<vertex x="6.65659375" y="1.61766875"/>
<vertex x="6.6585125" y="1.620928125"/>
<vertex x="6.66034375" y="1.62420625"/>
<vertex x="6.662134375" y="1.6276125"/>
<vertex x="6.663809375" y="1.631"/>
<vertex x="6.665375" y="1.6343625"/>
<vertex x="6.6669375" y="1.637946875"/>
<vertex x="6.668359375" y="1.6414375"/>
<vertex x="6.66969375" y="1.64496875"/>
<vertex x="6.670984375" y="1.64865"/>
<vertex x="6.672175" y="1.6523375"/>
<vertex x="6.67326875" y="1.656034375"/>
<vertex x="6.674253125" y="1.659690625"/>
<vertex x="6.6751875" y="1.663553125"/>
<vertex x="6.67601875" y="1.6673875"/>
<vertex x="6.676734375" y="1.67115625"/>
<vertex x="6.67739375" y="1.675165625"/>
<vertex x="6.677934375" y="1.679046875"/>
<vertex x="6.678384375" y="1.683021875"/>
<vertex x="6.6787375" y="1.687015625"/>
<vertex x="6.67899375" y="1.691125"/>
<vertex x="6.67915" y="1.69521875"/>
<vertex x="6.6792" y="1.699284375"/>
<vertex x="6.67915" y="1.7033875"/>
<vertex x="6.67899375" y="1.70751875"/>
<vertex x="6.678740625" y="1.7115875"/>
<vertex x="6.67839375" y="1.71553125"/>
<vertex x="6.677934375" y="1.7195875"/>
<vertex x="6.677396875" y="1.723459375"/>
<vertex x="6.676740625" y="1.727440625"/>
<vertex x="6.676015625" y="1.73125625"/>
<vertex x="6.6751875" y="1.735078125"/>
<vertex x="6.67426875" y="1.73888125"/>
<vertex x="6.673246875" y="1.742671875"/>
<vertex x="6.672171875" y="1.746309375"/>
<vertex x="6.670996875" y="1.749946875"/>
<vertex x="6.669709375" y="1.753625"/>
<vertex x="6.668353125" y="1.75720625"/>
<vertex x="6.666934375" y="1.760690625"/>
<vertex x="6.665396875" y="1.764225"/>
<vertex x="6.663821875" y="1.76760625"/>
<vertex x="6.662090625" y="1.77110625"/>
<vertex x="6.660378125" y="1.774365625"/>
<vertex x="6.6585125" y="1.77770625"/>
<vertex x="6.65659375" y="1.780965625"/>
<vertex x="6.654628125" y="1.784121875"/>
<vertex x="6.652534375" y="1.787309375"/>
<vertex x="6.650421875" y="1.7903625"/>
<vertex x="6.64815" y="1.793484375"/>
<vertex x="6.64591875" y="1.796396875"/>
<vertex x="6.643528125" y="1.799371875"/>
<vertex x="6.641128125" y="1.802209375"/>
<vertex x="6.63864375" y="1.8050125"/>
<vertex x="6.6360625" y="1.807790625"/>
<vertex x="6.633434375" y="1.81048125"/>
<vertex x="6.63075" y="1.813103125"/>
<vertex x="6.627975" y="1.81568125"/>
<vertex x="6.6252" y="1.81814375"/>
<vertex x="6.62231875" y="1.820578125"/>
<vertex x="6.6193375" y="1.822978125"/>
<vertex x="6.616434375" y="1.8252"/>
<vertex x="6.6133375" y="1.827453125"/>
<vertex x="6.6102625" y="1.82958125"/>
<vertex x="6.607075" y="1.831675"/>
<vertex x="6.603925" y="1.8336375"/>
<vertex x="6.60065625" y="1.835565625"/>
<vertex x="6.59731875" y="1.837425"/>
<vertex x="6.594059375" y="1.8391375"/>
<vertex x="6.590559375" y="1.84086875"/>
<vertex x="6.587178125" y="1.84244375"/>
<vertex x="6.58364375" y="1.84398125"/>
<vertex x="6.580159375" y="1.8454"/>
<vertex x="6.576578125" y="1.84675625"/>
<vertex x="6.572928125" y="1.848034375"/>
<vertex x="6.569215625" y="1.849234375"/>
<vertex x="6.56565" y="1.8502875"/>
<vertex x="6.561834375" y="1.851315625"/>
<vertex x="6.55803125" y="1.852234375"/>
<vertex x="6.554209375" y="1.8530625"/>
<vertex x="6.550321875" y="1.853803125"/>
<vertex x="6.546471875" y="1.8544375"/>
<vertex x="6.54256875" y="1.854978125"/>
<vertex x="6.538575" y="1.85543125"/>
<vertex x="6.534565625" y="1.855784375"/>
<vertex x="6.530471875" y="1.856040625"/>
<vertex x="6.526365625" y="1.856196875"/>
<vertex x="6.52181875" y="1.856253125"/>
<vertex x="4.87515625" y="1.856253125"/>
<vertex x="4.84715" y="1.867853125"/>
<vertex x="4.8257125" y="1.889290625"/>
<vertex x="4.8141125" y="1.917296875"/>
<vertex x="4.8141125" y="2.036534375"/>
<vertex x="4.714628125" y="2.13601875"/>
<vertex x="3.1796125" y="2.13601875"/>
<vertex x="3.15160625" y="2.14761875"/>
<vertex x="3.13016875" y="2.16905625"/>
<vertex x="3.11856875" y="2.1970625"/>
<vertex x="3.11856875" y="2.246228125"/>
<vertex x="3.101415625" y="2.246228125"/>
<vertex x="3.101415625" y="2.1970625"/>
<vertex x="3.089815625" y="2.16905625"/>
</polygon>
<text x="6.35" y="0" size="1.4224" layer="95" align="center-left">>NAME</text>
<text x="6.35" y="-2.54" size="1.4224" layer="95" align="center-left">>VALUE</text>
</symbol>
<symbol name="3X1_JUMP" urn="urn:adsk.eagle:symbol:47554292/1" library_version="69" library_locally_modified="yes">
<text x="0" y="7.874" size="1.4224" layer="95" align="bottom-center">>NAME</text>
<pin name="P2" x="-7.62" y="0" visible="pin" length="middle"/>
<pin name="P1" x="-7.62" y="5.08" visible="pin" length="middle"/>
<pin name="P3" x="-7.62" y="-5.08" visible="pin" length="middle"/>
<wire x1="-2.54" y1="7.62" x2="-2.54" y2="-7.62" width="0.254" layer="94"/>
<wire x1="-2.54" y1="-7.62" x2="2.54" y2="-7.62" width="0.254" layer="94"/>
<wire x1="2.54" y1="-7.62" x2="2.54" y2="7.62" width="0.254" layer="94"/>
<wire x1="2.54" y1="7.62" x2="-2.54" y2="7.62" width="0.254" layer="94"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="4.830965625" x2="1.127015625" y2="4.466859375" width="0.1524" layer="95"/>
<wire x1="0.5928625" y1="5.329034375" x2="1.127015625" y2="5.693140625" width="0.1524" layer="95"/>
<wire x1="0.5928625" y1="5.329034375" x2="0.5927125" y2="4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="-0.249034375" y1="4.4871375" x2="-0.613140625" y2="3.952984375" width="0.1524" layer="95"/>
<wire x1="0.249034375" y1="4.4871375" x2="0.613140625" y2="3.952984375" width="0.1524" layer="95"/>
<wire x1="0.249034375" y1="4.4871375" x2="-0.248971875" y2="4.4872875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.249034375" y1="5.6728625" x2="0.613140625" y2="6.207015625" width="0.1524" layer="95"/>
<wire x1="-0.249034375" y1="5.6728625" x2="-0.613140625" y2="6.207015625" width="0.1524" layer="95"/>
<wire x1="-0.249034375" y1="5.6728625" x2="0.248971875" y2="5.6727125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="-0.5928625" y1="5.329034375" x2="-1.127015625" y2="5.693140625" width="0.1524" layer="95"/>
<wire x1="-0.5928625" y1="4.830965625" x2="-1.127015625" y2="4.466859375" width="0.1524" layer="95"/>
<wire x1="-0.5928625" y1="4.830965625" x2="-0.5927125" y2="5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-0.249034375" x2="1.127015625" y2="-0.613140625" width="0.1524" layer="95"/>
<wire x1="0.5928625" y1="0.249034375" x2="1.127015625" y2="0.613140625" width="0.1524" layer="95"/>
<wire x1="0.5928625" y1="0.249034375" x2="0.5927125" y2="-0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="-0.249034375" y1="-0.5928625" x2="-0.613140625" y2="-1.127015625" width="0.1524" layer="95"/>
<wire x1="0.249034375" y1="-0.5928625" x2="0.613140625" y2="-1.127015625" width="0.1524" layer="95"/>
<wire x1="0.249034375" y1="-0.5928625" x2="-0.248971875" y2="-0.5927125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.249034375" y1="0.5928625" x2="0.613140625" y2="1.127015625" width="0.1524" layer="95"/>
<wire x1="-0.249034375" y1="0.5928625" x2="-0.613140625" y2="1.127015625" width="0.1524" layer="95"/>
<wire x1="-0.249034375" y1="0.5928625" x2="0.248971875" y2="0.5927125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="-0.5928625" y1="0.249034375" x2="-1.127015625" y2="0.613140625" width="0.1524" layer="95"/>
<wire x1="-0.5928625" y1="-0.249034375" x2="-1.127015625" y2="-0.613140625" width="0.1524" layer="95"/>
<wire x1="-0.5928625" y1="-0.249034375" x2="-0.5927125" y2="0.248971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.5928625" y1="-5.329034375" x2="1.127015625" y2="-5.693140625" width="0.1524" layer="95"/>
<wire x1="0.5928625" y1="-4.830965625" x2="1.127015625" y2="-4.466859375" width="0.1524" layer="95"/>
<wire x1="0.5928625" y1="-4.830965625" x2="0.5927125" y2="-5.328971875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="-0.249034375" y1="-5.6728625" x2="-0.613140625" y2="-6.207015625" width="0.1524" layer="95"/>
<wire x1="0.249034375" y1="-5.6728625" x2="0.613140625" y2="-6.207015625" width="0.1524" layer="95"/>
<wire x1="0.249034375" y1="-5.6728625" x2="-0.248971875" y2="-5.6727125" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="0.249034375" y1="-4.4871375" x2="0.613140625" y2="-3.952984375" width="0.1524" layer="95"/>
<wire x1="-0.249034375" y1="-4.4871375" x2="-0.613140625" y2="-3.952984375" width="0.1524" layer="95"/>
<wire x1="-0.249034375" y1="-4.4871375" x2="0.248971875" y2="-4.4872875" width="0.1524" layer="95" curve="-45.564093"/>
<wire x1="-0.5928625" y1="-4.830965625" x2="-1.127015625" y2="-4.466859375" width="0.1524" layer="95"/>
<wire x1="-0.5928625" y1="-5.329034375" x2="-1.127015625" y2="-5.693140625" width="0.1524" layer="95"/>
<wire x1="-0.5928625" y1="-5.329034375" x2="-0.5927125" y2="-4.831028125" width="0.1524" layer="95" curve="-45.564093"/>
<circle x="0" y="5.08" radius="1.28300625" width="0.1524" layer="95"/>
<circle x="0" y="0" radius="1.28300625" width="0.1524" layer="95"/>
<circle x="0" y="-5.08" radius="1.28300625" width="0.1524" layer="95"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="PIN_LARGE" urn="urn:adsk.eagle:component:47088821/9" locally_modified="yes" prefix="MP" uservalue="yes" library_version="93">
<gates>
<gate name="G$1" symbol="PIN_LARGE" x="0" y="0"/>
</gates>
<devices>
<device name="MPIN_LRG_STD" package="MACH_PIN_LRG_SHORT">
<connects>
<connect gate="G$1" pin="MP$1" pad="P$1"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:47088803/8"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
<device name="MPIN_LRG_CONTACT" package="CONTACT_LRG">
<connects>
<connect gate="G$1" pin="MP$1" pad="P$1"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:47088801/6"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
<device name="MPIN_LRG_SHORT" package="MACH_PIN_LRG_STD">
<connects>
<connect gate="G$1" pin="MP$1" pad="P$1"/>
</connects>
<technologies>
<technology name="">
<attribute name="PACKAGE" value="" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="PIN_MEDIUM" urn="urn:adsk.eagle:component:47088822/8" locally_modified="yes" prefix="MP" uservalue="yes" library_version="93">
<gates>
<gate name="G$1" symbol="PIN_MEDIUM" x="0" y="0"/>
</gates>
<devices>
<device name="PIN_MED_SHORT" package="MACH_PIN_MED_SHORT">
<connects>
<connect gate="G$1" pin="MP$1" pad="P$1"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:47088807/7"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
<device name="PIN_MED_CONTACT" package="CONTACT_MED">
<connects>
<connect gate="G$1" pin="MP$1" pad="P$1"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:47088799/7"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
<device name="PIN_MED_STD" package="MACH_PIN_MED_STD">
<connects>
<connect gate="G$1" pin="MP$1" pad="P$1"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:47088797/7"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="JUMP_3X1" urn="urn:adsk.eagle:component:47554312/2" prefix="JP" uservalue="yes" library_version="93">
<gates>
<gate name="G$1" symbol="3X1_JUMP" x="0" y="0"/>
</gates>
<devices>
<device name="" package="3X1_JUMP">
<connects>
<connect gate="G$1" pin="P1" pad="P1"/>
<connect gate="G$1" pin="P2" pad="P2"/>
<connect gate="G$1" pin="P3" pad="P3"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:47559212/1"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="2025-08-07_21-04-28_Library" urn="urn:adsk.wipprod:fs.file:vf.fgB9wDj6SgeUPpKoVgA6MA">
<packages>
<package name="CONN02_532540270_MOL" library_version="2">
<pad name="1" x="0" y="0" drill="0.8382" diameter="1.3462"/>
<pad name="2" x="-2" y="0" drill="0.8382" diameter="1.3462"/>
<wire x1="-2" y1="0" x2="-2" y2="4.4399" width="0.1524" layer="48"/>
<wire x1="0" y1="0" x2="0" y2="4.4399" width="0.1524" layer="48"/>
<wire x1="-2" y1="4.0589" x2="-3.27" y2="4.0589" width="0.1524" layer="48"/>
<wire x1="0" y1="4.0589" x2="1.27" y2="4.0589" width="0.1524" layer="48"/>
<wire x1="-2" y1="4.0589" x2="-2.254" y2="4.1859" width="0.1524" layer="48"/>
<wire x1="-2" y1="4.0589" x2="-2.254" y2="3.9319" width="0.1524" layer="48"/>
<wire x1="-2.254" y1="4.1859" x2="-2.254" y2="3.9319" width="0.1524" layer="48"/>
<wire x1="0" y1="4.0589" x2="0.254" y2="4.1859" width="0.1524" layer="48"/>
<wire x1="0" y1="4.0589" x2="0.254" y2="3.9319" width="0.1524" layer="48"/>
<wire x1="0.254" y1="4.1859" x2="0.254" y2="3.9319" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="1.8999" x2="-3.9972" y2="12.6949" width="0.1524" layer="48"/>
<wire x1="1.9972" y1="1.8999" x2="1.9972" y2="12.6949" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="12.3139" x2="1.9972" y2="12.3139" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="12.3139" x2="-3.7432" y2="12.4409" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="12.3139" x2="-3.7432" y2="12.1869" width="0.1524" layer="48"/>
<wire x1="-3.7432" y1="12.4409" x2="-3.7432" y2="12.1869" width="0.1524" layer="48"/>
<wire x1="1.9972" y1="12.3139" x2="1.7432" y2="12.4409" width="0.1524" layer="48"/>
<wire x1="1.9972" y1="12.3139" x2="1.7432" y2="12.1869" width="0.1524" layer="48"/>
<wire x1="1.7432" y1="12.4409" x2="1.7432" y2="12.1869" width="0.1524" layer="48"/>
<wire x1="0" y1="0" x2="4.9182" y2="0" width="0.1524" layer="48"/>
<wire x1="0" y1="0" x2="4.9182" y2="0" width="0.1524" layer="48"/>
<wire x1="4.5372" y1="0" x2="4.5372" y2="1.27" width="0.1524" layer="48"/>
<wire x1="4.5372" y1="0" x2="4.5372" y2="-1.27" width="0.1524" layer="48"/>
<wire x1="4.5372" y1="0" x2="4.4102" y2="0.254" width="0.1524" layer="48"/>
<wire x1="4.5372" y1="0" x2="4.6642" y2="0.254" width="0.1524" layer="48"/>
<wire x1="4.4102" y1="0.254" x2="4.6642" y2="0.254" width="0.1524" layer="48"/>
<wire x1="4.5372" y1="0" x2="4.4102" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="4.5372" y1="0" x2="4.6642" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="4.4102" y1="-0.254" x2="4.6642" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="1.8999" x2="-13.5222" y2="1.8999" width="0.1524" layer="48"/>
<wire x1="-1" y1="0" x2="-13.5222" y2="0" width="0.1524" layer="48"/>
<wire x1="-13.1412" y1="1.8999" x2="-13.1412" y2="3.1699" width="0.1524" layer="48"/>
<wire x1="-13.1412" y1="0" x2="-13.1412" y2="-1.27" width="0.1524" layer="48"/>
<wire x1="-13.1412" y1="1.8999" x2="-13.2682" y2="2.1539" width="0.1524" layer="48"/>
<wire x1="-13.1412" y1="1.8999" x2="-13.0142" y2="2.1539" width="0.1524" layer="48"/>
<wire x1="-13.2682" y1="2.1539" x2="-13.0142" y2="2.1539" width="0.1524" layer="48"/>
<wire x1="-13.1412" y1="0" x2="-13.2682" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-13.1412" y1="0" x2="-13.0142" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-13.2682" y1="-0.254" x2="-13.0142" y2="-0.254" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="1.8999" x2="-12.2522" y2="1.8999" width="0.1524" layer="48"/>
<wire x1="-3.9972" y1="-5.3899" x2="-12.2522" y2="-5.3899" width="0.1524" layer="48"/>
<wire x1="-11.8712" y1="1.8999" x2="-11.8712" y2="-5.3899" width="0.1524" layer="48"/>
<wire x1="-11.8712" y1="1.8999" x2="-11.9982" y2="1.6459" width="0.1524" layer="48"/>
<wire x1="-11.8712" y1="1.8999" x2="-11.7442" y2="1.6459" width="0.1524" layer="48"/>
<wire x1="-11.9982" y1="1.6459" x2="-11.7442" y2="1.6459" width="0.1524" layer="48"/>
<wire x1="-11.8712" y1="-5.3899" x2="-11.9982" y2="-5.1359" width="0.1524" layer="48"/>
<wire x1="-11.8712" y1="-5.3899" x2="-11.7442" y2="-5.1359" width="0.1524" layer="48"/>
<wire x1="-11.9982" y1="-5.1359" x2="-11.7442" y2="-5.1359" width="0.1524" layer="48"/>
<text x="-16.7797" y="-9.4539" size="1.27" layer="48" ratio="6">Default Padstyle: OX53Y53D33P</text>
<text x="-17.5424" y="-11.3589" size="1.27" layer="48" ratio="6">1st Mtg Padstyle: RX110Y80D50P</text>
<text x="-18.305" y="-13.2639" size="1.27" layer="48" ratio="6">2nd Mtg Padstyle: RX100Y300D70P</text>
<text x="-17.7288" y="-15.1689" size="1.27" layer="48" ratio="6">3rd Mtg Padstyle: RX100Y70D10P</text>
<text x="-17.356" y="-17.0739" size="1.27" layer="48" ratio="6">Left Mtg Padstyle: EX60Y60D30P</text>
<text x="-17.9323" y="-18.9789" size="1.27" layer="48" ratio="6">Right Mtg Padstyle: EX60Y60D30P</text>
<text x="-15.8136" y="-20.8839" size="1.27" layer="48" ratio="6">Alt Padstyle 1: OX60Y90D30P</text>
<text x="-15.8136" y="-22.7889" size="1.27" layer="48" ratio="6">Alt Padstyle 2: OX90Y60D30P</text>
<text x="-1.9831" y="4.5669" size="0.635" layer="48" ratio="4">0.079in/2mm</text>
<text x="-5.0424" y="12.8219" size="0.635" layer="48" ratio="4">0.236in/5.994mm</text>
<text x="5.0452" y="-0.3175" size="0.635" layer="48" ratio="4">0in/0mm</text>
<text x="-20.5815" y="0.6325" size="0.635" layer="48" ratio="4">0.075in/1.9mm</text>
<text x="-19.8878" y="-2.0625" size="0.635" layer="48" ratio="4">0.287in/7.29mm</text>
<wire x1="-4.1242" y1="-5.5169" x2="2.1242" y2="-5.5169" width="0.1524" layer="21"/>
<wire x1="2.1242" y1="-5.5169" x2="2.1242" y2="2.0269" width="0.1524" layer="21"/>
<wire x1="2.1242" y1="2.0269" x2="-4.1242" y2="2.0269" width="0.1524" layer="21"/>
<wire x1="-4.1242" y1="2.0269" x2="-4.1242" y2="-5.5169" width="0.1524" layer="21"/>
<wire x1="3.1402" y1="0" x2="2.3782" y2="0" width="0.508" layer="21" curve="-180"/>
<wire x1="2.3782" y1="0" x2="3.1402" y2="0" width="0.508" layer="21" curve="-180"/>
<wire x1="-3.9972" y1="-5.3899" x2="1.9972" y2="-5.3899" width="0.1524" layer="51"/>
<wire x1="1.9972" y1="-5.3899" x2="1.9972" y2="1.8999" width="0.1524" layer="51"/>
<wire x1="1.9972" y1="1.8999" x2="-3.9972" y2="1.8999" width="0.1524" layer="51"/>
<wire x1="-3.9972" y1="1.8999" x2="-3.9972" y2="-5.3899" width="0.1524" layer="51"/>
<wire x1="0.381" y1="1.905" x2="-0.381" y2="1.905" width="0.508" layer="51" curve="-180"/>
<wire x1="-0.381" y1="1.905" x2="0.381" y2="1.905" width="0.508" layer="51" curve="-180"/>
<wire x1="3.1402" y1="0" x2="2.3782" y2="0" width="0.508" layer="22" curve="-180"/>
<wire x1="2.3782" y1="0" x2="3.1402" y2="0" width="0.508" layer="22" curve="-180"/>
<text x="-4.2712" y="-0.635" size="1.27" layer="27" ratio="6">>Name</text>
<text x="-2.7288" y="-0.635" size="1.27" layer="27" ratio="6">>Value</text>
</package>
</packages>
<symbols>
<symbol name="CONN02_532540270" library_version="2">
<pin name="1" x="0" y="0" visible="pad" length="middle" direction="pas"/>
<pin name="2" x="0" y="-2.54" visible="pad" length="middle" direction="pas"/>
<wire x1="10.16" y1="0" x2="5.08" y2="0" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="5.08" y2="-2.54" width="0.1524" layer="94"/>
<wire x1="10.16" y1="0" x2="8.89" y2="0.8467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.89" y2="-1.6933" width="0.1524" layer="94"/>
<wire x1="10.16" y1="0" x2="8.89" y2="-0.8467" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-2.54" x2="8.89" y2="-3.3867" width="0.1524" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-5.08" x2="12.7" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="12.7" y1="-5.08" x2="12.7" y2="2.54" width="0.1524" layer="94"/>
<wire x1="12.7" y1="2.54" x2="5.08" y2="2.54" width="0.1524" layer="94"/>
<text x="4.1646" y="5.3086" size="2.083" layer="95" ratio="6">>Name</text>
</symbol>
</symbols>
<devicesets>
<deviceset name="532540270" prefix="J" library_version="2">
<gates>
<gate name="A" symbol="CONN02_532540270" x="0" y="0"/>
</gates>
<devices>
<device name="CONN02_532540270_MOL" package="CONN02_532540270_MOL">
<connects>
<connect gate="A" pin="1" pad="1"/>
<connect gate="A" pin="2" pad="2"/>
</connects>
<technologies>
<technology name="">
<attribute name="COPYRIGHT" value="Copyright (C) 2025 Ultra Librarian. All rights reserved." constant="no"/>
<attribute name="DATASHEET" value="https://www.molex.com/en-us/products/part-detail-pdf/532540270?display=pdf" constant="no"/>
<attribute name="DESCRIPTION" value="2.00mm Pitch, Micro-Latch PCB Header, Single Row, Right-Angle, Through Hole, Tin (Sn) Plating, 2 Circuits, Tray, 3.50mm PC Tail Length" constant="no"/>
<attribute name="MANUFACTURER_NAME" value="Molex Connector Corporation" constant="no"/>
<attribute name="MANUFACTURER_PART_NUMBER" value="532540270" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</libraries>
<attributes>
</attributes>
<variantdefs>
</variantdefs>
<classes>
<class number="0" name="default" width="0" drill="0">
</class>
<class number="1" name="pwr" width="0.09" drill="0">
</class>
</classes>
<parts>
<part name="J1" library="COSMIIC Library" library_urn="urn:adsk.wipprod:fs.file:vf.FJ2EnQHEQ1OT4-lt28_e_Q" deviceset="TSW-118-05-L-D" device="CON36_2X18_TU_TSW_SAI"/>
<part name="JP1" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="JP2" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="JP3" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="JP4" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="JP5" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="JP6" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="MP1" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_LARGE" device="MPIN_LRG_STD" package3d_urn="urn:adsk.eagle:package:47088803/8"/>
<part name="MP2" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_LARGE" device="MPIN_LRG_STD" package3d_urn="urn:adsk.eagle:package:47088803/8"/>
<part name="MP3" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_LARGE" device="MPIN_LRG_STD" package3d_urn="urn:adsk.eagle:package:47088803/8"/>
<part name="MP4" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_LARGE" device="MPIN_LRG_STD" package3d_urn="urn:adsk.eagle:package:47088803/8"/>
<part name="JP7" library="Connector" library_urn="urn:adsk.eagle:library:16378166" deviceset="PINHD-1X1" device="" package3d_urn="urn:adsk.eagle:package:22485/2"/>
<part name="MP5" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="J301+"/>
<part name="MP7" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="J302+"/>
<part name="MP9" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="J303+"/>
<part name="MP11" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="X2 Coil"/>
<part name="MP12" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="X1 Coil"/>
<part name="MP13" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="THERM"/>
<part name="MP14" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND_T"/>
<part name="MP15" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="VREC"/>
<part name="MP16" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP20" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-2"/>
<part name="MP21" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="BUSB"/>
<part name="MP22" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="BUSA"/>
<part name="MP27" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-12"/>
<part name="MP28" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="THERM"/>
<part name="MP29" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-14"/>
<part name="MP30" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="RTCK_LPC"/>
<part name="MP31" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="VREC"/>
<part name="MP32" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TDI_LPC"/>
<part name="MP33" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="1V8"/>
<part name="MP34" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TDO_LPC"/>
<part name="MP35" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="n3v3"/>
<part name="MP36" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TMS_LPC"/>
<part name="MP37" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="VNET"/>
<part name="MP38" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TCK_LPC"/>
<part name="MP39" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="VSUPPLY"/>
<part name="MP40" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="nTRST_LPC"/>
<part name="MP41" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="VSYS"/>
<part name="MP42" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="nBOOT"/>
<part name="MP43" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="SDATA"/>
<part name="MP44" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="nDRESET"/>
<part name="MP45" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="SCLOCK"/>
<part name="MP46" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="nRESET"/>
<part name="MP47" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-32"/>
<part name="MP48" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-31"/>
<part name="MP49" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="MISO1"/>
<part name="MP50" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="RXD0"/>
<part name="MP51" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="MOSI1"/>
<part name="MP52" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TXD0"/>
<part name="MP53" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="SCK1"/>
<part name="MP54" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TMS_CPLD"/>
<part name="MP55" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="MISO0"/>
<part name="MP56" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TDI_CPLD"/>
<part name="MP57" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="MOSI0"/>
<part name="MP58" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TDO_CPLD"/>
<part name="MP59" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="SCK0"/>
<part name="MP60" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TCK_CPLD"/>
<part name="MP61" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="TXCAN"/>
<part name="MP62" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-45"/>
<part name="MP63" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="RXCAN"/>
<part name="MP64" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="3V3"/>
<part name="MP65" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="X1_COL1"/>
<part name="MP66" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="X2_COIL"/>
<part name="MP75" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-60"/>
<part name="SW602" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="JUMP_3X1" device="" package3d_urn="urn:adsk.eagle:package:47559212/1" value="BOOT">
<attribute name="P1" value="NC"/>
<attribute name="P2" value="NBOOT"/>
<attribute name="P3" value="GND"/>
</part>
<part name="SW601" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="JUMP_3X1" device="" package3d_urn="urn:adsk.eagle:package:47559212/1" value="BOOT">
<attribute name="P1" value="NC"/>
<attribute name="P2" value="NRST"/>
<attribute name="P3" value="GND"/>
</part>
<part name="MP17" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-2"/>
<part name="MP18" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND-2"/>
<part name="MP19" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="BUSA"/>
<part name="MP23" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="BUSB"/>
<part name="MP24" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="BUSA"/>
<part name="MP25" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="BUSB"/>
<part name="MP26" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP67" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP68" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP69" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP70" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP71" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP72" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="MP73" library="Adom_Library_Master Library" library_urn="urn:adsk.wipprod:fs.file:vf.en6fDvCzT4yZQjaNTF2DDA" deviceset="PIN_MEDIUM" device="PIN_MED_CONTACT" package3d_urn="urn:adsk.eagle:package:47088799/7" value="GND"/>
<part name="U$1" library="COSMIIC Library" library_urn="urn:adsk.wipprod:fs.file:vf.FJ2EnQHEQ1OT4-lt28_e_Q" deviceset="503525_LIPO_NEST" device=""/>
<part name="U$2" library="COSMIIC Library" library_urn="urn:adsk.wipprod:fs.file:vf.FJ2EnQHEQ1OT4-lt28_e_Q" deviceset="503525_LIPO_NEST" device=""/>
<part name="U$3" library="COSMIIC Library" library_urn="urn:adsk.wipprod:fs.file:vf.FJ2EnQHEQ1OT4-lt28_e_Q" deviceset="503525_LIPO_NEST" device=""/>
<part name="J2" library="2025-08-07_21-04-28_Library" library_urn="urn:adsk.wipprod:fs.file:vf.fgB9wDj6SgeUPpKoVgA6MA" deviceset="532540270" device="CONN02_532540270_MOL"/>
<part name="J3" library="2025-08-07_21-04-28_Library" library_urn="urn:adsk.wipprod:fs.file:vf.fgB9wDj6SgeUPpKoVgA6MA" deviceset="532540270" device="CONN02_532540270_MOL"/>
</parts>
<sheets>
<sheet>
<plain>
</plain>
<instances>
<instance part="J1" gate="A" x="-5.08" y="43.18" smashed="yes">
<attribute name="NAME" x="-0.9154" y="48.4886" size="2.083" layer="95" ratio="6"/>
</instance>
<instance part="JP1" gate="G$1" x="-40.64" y="38.1" smashed="yes">
<attribute name="NAME" x="-46.99" y="41.275" size="1.778" layer="95"/>
<attribute name="VALUE" x="-46.99" y="33.02" size="1.778" layer="96"/>
</instance>
<instance part="JP2" gate="G$1" x="-40.64" y="25.4" smashed="yes">
<attribute name="NAME" x="-46.99" y="28.575" size="1.778" layer="95"/>
<attribute name="VALUE" x="-46.99" y="20.32" size="1.778" layer="96"/>
</instance>
<instance part="JP3" gate="G$1" x="-40.64" y="12.7" smashed="yes">
<attribute name="NAME" x="-46.99" y="15.875" size="1.778" layer="95"/>
<attribute name="VALUE" x="-46.99" y="7.62" size="1.778" layer="96"/>
</instance>
<instance part="JP4" gate="G$1" x="-40.64" y="0" smashed="yes">
<attribute name="NAME" x="-46.99" y="3.175" size="1.778" layer="95"/>
<attribute name="VALUE" x="-46.99" y="-5.08" size="1.778" layer="96"/>
</instance>
<instance part="JP5" gate="G$1" x="-40.64" y="-12.7" smashed="yes">
<attribute name="NAME" x="-46.99" y="-9.525" size="1.778" layer="95"/>
<attribute name="VALUE" x="-46.99" y="-17.78" size="1.778" layer="96"/>
</instance>
<instance part="JP6" gate="G$1" x="-40.64" y="-25.4" smashed="yes">
<attribute name="NAME" x="-46.99" y="-22.225" size="1.778" layer="95"/>
<attribute name="VALUE" x="-46.99" y="-30.48" size="1.778" layer="96"/>
</instance>
<instance part="MP1" gate="G$1" x="-86.36" y="-111.76" smashed="yes" rot="R270">
<attribute name="NAME" x="-86.36" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-88.9" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP2" gate="G$1" x="-91.44" y="-111.76" smashed="yes" rot="R270">
<attribute name="NAME" x="-91.44" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-93.98" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP3" gate="G$1" x="-96.52" y="-111.76" smashed="yes" rot="R270">
<attribute name="NAME" x="-96.52" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-99.06" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP4" gate="G$1" x="-101.6" y="-111.76" smashed="yes" rot="R270">
<attribute name="NAME" x="-101.6" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-104.14" y="-118.11" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="JP7" gate="G$1" x="5.08" y="63.5" smashed="yes">
<attribute name="NAME" x="-1.27" y="66.675" size="1.778" layer="95"/>
<attribute name="VALUE" x="-1.27" y="58.42" size="1.778" layer="96"/>
</instance>
<instance part="MP5" gate="G$1" x="-60.96" y="38.1" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="38.1" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="40.64" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP7" gate="G$1" x="-60.96" y="12.7" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="12.7" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="15.24" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP9" gate="G$1" x="-60.96" y="-12.7" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-12.7" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-10.16" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP11" gate="G$1" x="-60.96" y="-66.04" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-66.04" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-63.5" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP12" gate="G$1" x="-60.96" y="-60.96" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-60.96" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-58.42" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP13" gate="G$1" x="-60.96" y="-55.88" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-55.88" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-53.34" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP14" gate="G$1" x="-60.96" y="-50.8" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-50.8" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-48.26" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP15" gate="G$1" x="-60.96" y="-45.72" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-45.72" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-43.18" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP16" gate="G$1" x="-60.96" y="-40.64" smashed="yes" rot="R180">
<attribute name="NAME" x="-67.31" y="-40.64" size="1.4224" layer="95" rot="R180" align="center-left"/>
<attribute name="VALUE" x="-67.31" y="-38.1" size="1.4224" layer="95" rot="R180" align="center-left"/>
</instance>
<instance part="MP20" gate="G$1" x="38.1" y="121.92" smashed="yes">
<attribute name="NAME" x="44.45" y="121.92" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="119.38" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP21" gate="G$1" x="38.1" y="116.84" smashed="yes">
<attribute name="NAME" x="44.45" y="116.84" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="114.3" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP22" gate="G$1" x="38.1" y="111.76" smashed="yes">
<attribute name="NAME" x="44.45" y="111.76" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="109.22" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP27" gate="G$1" x="38.1" y="106.68" smashed="yes">
<attribute name="NAME" x="44.45" y="106.68" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="104.14" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP28" gate="G$1" x="38.1" y="101.6" smashed="yes">
<attribute name="NAME" x="44.45" y="101.6" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="99.06" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP29" gate="G$1" x="38.1" y="96.52" smashed="yes">
<attribute name="NAME" x="44.45" y="96.52" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="93.98" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP30" gate="G$1" x="38.1" y="91.44" smashed="yes">
<attribute name="NAME" x="44.45" y="91.44" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="88.9" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP31" gate="G$1" x="73.66" y="86.36" smashed="yes">
<attribute name="NAME" x="80.01" y="86.36" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="80.01" y="83.82" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP32" gate="G$1" x="38.1" y="86.36" smashed="yes">
<attribute name="NAME" x="44.45" y="86.36" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="83.82" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP33" gate="G$1" x="73.66" y="81.28" smashed="yes">
<attribute name="NAME" x="80.01" y="81.28" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="80.01" y="78.74" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP34" gate="G$1" x="38.1" y="81.28" smashed="yes">
<attribute name="NAME" x="44.45" y="81.28" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="78.74" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP35" gate="G$1" x="73.66" y="76.2" smashed="yes">
<attribute name="NAME" x="80.01" y="76.2" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="80.01" y="73.66" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP36" gate="G$1" x="38.1" y="76.2" smashed="yes">
<attribute name="NAME" x="44.45" y="76.2" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="73.66" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP37" gate="G$1" x="73.66" y="71.12" smashed="yes">
<attribute name="NAME" x="80.01" y="71.12" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="80.01" y="68.58" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP38" gate="G$1" x="38.1" y="71.12" smashed="yes">
<attribute name="NAME" x="44.45" y="71.12" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="68.58" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP39" gate="G$1" x="73.66" y="66.04" smashed="yes">
<attribute name="NAME" x="80.01" y="66.04" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="80.01" y="63.5" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP40" gate="G$1" x="38.1" y="66.04" smashed="yes">
<attribute name="NAME" x="44.45" y="66.04" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="63.5" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP41" gate="G$1" x="73.66" y="60.96" smashed="yes">
<attribute name="NAME" x="80.01" y="60.96" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="80.01" y="58.42" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP42" gate="G$1" x="38.1" y="60.96" smashed="yes">
<attribute name="NAME" x="44.45" y="60.96" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="58.42" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP43" gate="G$1" x="38.1" y="35.56" smashed="yes">
<attribute name="NAME" x="44.45" y="35.56" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="33.02" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP44" gate="G$1" x="38.1" y="55.88" smashed="yes">
<attribute name="NAME" x="44.45" y="55.88" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="53.34" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP45" gate="G$1" x="38.1" y="30.48" smashed="yes">
<attribute name="NAME" x="44.45" y="30.48" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="27.94" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP46" gate="G$1" x="38.1" y="10.16" smashed="yes">
<attribute name="NAME" x="44.45" y="10.16" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="7.62" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP47" gate="G$1" x="38.1" y="5.08" smashed="yes">
<attribute name="NAME" x="44.45" y="5.08" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="2.54" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP48" gate="G$1" x="38.1" y="0" smashed="yes">
<attribute name="NAME" x="44.45" y="0" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-2.54" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP49" gate="G$1" x="38.1" y="-5.08" smashed="yes">
<attribute name="NAME" x="44.45" y="-5.08" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-7.62" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP50" gate="G$1" x="38.1" y="-10.16" smashed="yes">
<attribute name="NAME" x="44.45" y="-10.16" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-12.7" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP51" gate="G$1" x="38.1" y="-15.24" smashed="yes">
<attribute name="NAME" x="44.45" y="-15.24" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-17.78" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP52" gate="G$1" x="38.1" y="-20.32" smashed="yes">
<attribute name="NAME" x="44.45" y="-20.32" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-22.86" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP53" gate="G$1" x="38.1" y="-25.4" smashed="yes">
<attribute name="NAME" x="44.45" y="-25.4" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-27.94" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP54" gate="G$1" x="38.1" y="-30.48" smashed="yes">
<attribute name="NAME" x="44.45" y="-30.48" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-33.02" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP55" gate="G$1" x="38.1" y="-35.56" smashed="yes">
<attribute name="NAME" x="44.45" y="-35.56" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-38.1" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP56" gate="G$1" x="38.1" y="-40.64" smashed="yes">
<attribute name="NAME" x="44.45" y="-40.64" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-43.18" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP57" gate="G$1" x="38.1" y="-45.72" smashed="yes">
<attribute name="NAME" x="44.45" y="-45.72" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-48.26" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP58" gate="G$1" x="38.1" y="-50.8" smashed="yes">
<attribute name="NAME" x="44.45" y="-50.8" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-53.34" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP59" gate="G$1" x="38.1" y="-55.88" smashed="yes">
<attribute name="NAME" x="44.45" y="-55.88" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-58.42" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP60" gate="G$1" x="38.1" y="-60.96" smashed="yes">
<attribute name="NAME" x="44.45" y="-60.96" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-63.5" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP61" gate="G$1" x="38.1" y="-66.04" smashed="yes">
<attribute name="NAME" x="44.45" y="-66.04" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-68.58" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP62" gate="G$1" x="38.1" y="-71.12" smashed="yes">
<attribute name="NAME" x="44.45" y="-71.12" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-73.66" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP63" gate="G$1" x="38.1" y="-76.2" smashed="yes">
<attribute name="NAME" x="44.45" y="-76.2" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-78.74" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP64" gate="G$1" x="38.1" y="-81.28" smashed="yes">
<attribute name="NAME" x="44.45" y="-81.28" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-83.82" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP65" gate="G$1" x="38.1" y="-86.36" smashed="yes">
<attribute name="NAME" x="44.45" y="-86.36" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-88.9" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP66" gate="G$1" x="38.1" y="-91.44" smashed="yes">
<attribute name="NAME" x="44.45" y="-91.44" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-93.98" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP75" gate="G$1" x="38.1" y="-96.52" smashed="yes">
<attribute name="NAME" x="44.45" y="-96.52" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="-99.06" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="SW602" gate="G$1" x="-48.26" y="-106.68" smashed="yes" rot="R270">
<attribute name="NAME" x="-40.386" y="-106.68" size="1.4224" layer="95" rot="R270" align="bottom-center"/>
<attribute name="P3" x="-48.26" y="-106.68" size="1.778" layer="96" rot="R270" display="off"/>
<attribute name="P1" x="-48.26" y="-106.68" size="1.778" layer="96" rot="R270" display="off"/>
<attribute name="P2" x="-48.26" y="-106.68" size="1.778" layer="96" rot="R270" display="off"/>
</instance>
<instance part="SW601" gate="G$1" x="-20.32" y="-106.68" smashed="yes" rot="R270">
<attribute name="NAME" x="-12.446" y="-106.68" size="1.4224" layer="95" rot="R270" align="bottom-center"/>
<attribute name="P3" x="-20.32" y="-106.68" size="1.778" layer="96" rot="R270" display="off"/>
<attribute name="P2" x="-20.32" y="-106.68" size="1.778" layer="96" rot="R270" display="off"/>
<attribute name="P1" x="-20.32" y="-106.68" size="1.778" layer="96" rot="R270" display="off"/>
</instance>
<instance part="MP17" gate="G$1" x="38.1" y="127" smashed="yes">
<attribute name="NAME" x="44.45" y="127" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="124.46" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP18" gate="G$1" x="38.1" y="132.08" smashed="yes">
<attribute name="NAME" x="44.45" y="132.08" size="1.4224" layer="95" align="center-left"/>
<attribute name="VALUE" x="44.45" y="129.54" size="1.4224" layer="95" align="center-left"/>
</instance>
<instance part="MP19" gate="G$1" x="101.6" y="99.06" smashed="yes" rot="R90">
<attribute name="NAME" x="101.6" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
<attribute name="VALUE" x="104.14" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
</instance>
<instance part="MP23" gate="G$1" x="106.68" y="99.06" smashed="yes" rot="R90">
<attribute name="NAME" x="106.68" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
<attribute name="VALUE" x="109.22" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
</instance>
<instance part="MP24" gate="G$1" x="111.76" y="99.06" smashed="yes" rot="R90">
<attribute name="NAME" x="111.76" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
<attribute name="VALUE" x="114.3" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
</instance>
<instance part="MP25" gate="G$1" x="116.84" y="99.06" smashed="yes" rot="R90">
<attribute name="NAME" x="116.84" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
<attribute name="VALUE" x="119.38" y="105.41" size="1.4224" layer="95" rot="R90" align="center-left"/>
</instance>
<instance part="MP26" gate="G$1" x="-68.58" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-68.58" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-71.12" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP67" gate="G$1" x="-63.5" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-63.5" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-66.04" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP68" gate="G$1" x="-58.42" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-58.42" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-60.96" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP69" gate="G$1" x="-53.34" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-53.34" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-55.88" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP70" gate="G$1" x="-48.26" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-48.26" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-50.8" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP71" gate="G$1" x="-43.18" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-43.18" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-45.72" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP72" gate="G$1" x="-38.1" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-38.1" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-40.64" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="MP73" gate="G$1" x="-33.02" y="-124.46" smashed="yes" rot="R270">
<attribute name="NAME" x="-33.02" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
<attribute name="VALUE" x="-35.56" y="-130.81" size="1.4224" layer="95" rot="R270" align="center-left"/>
</instance>
<instance part="U$1" gate="G$1" x="-78.74" y="27.94" smashed="yes" rot="R180">
<attribute name="NAME" x="-82.9046" y="22.6314" size="2.083" layer="95" ratio="6" rot="R180"/>
</instance>
<instance part="U$2" gate="G$1" x="-78.74" y="2.54" smashed="yes" rot="R180">
<attribute name="NAME" x="-82.9046" y="-2.7686" size="2.083" layer="95" ratio="6" rot="R180"/>
</instance>
<instance part="U$3" gate="G$1" x="-78.74" y="-20.32" smashed="yes" rot="R180">
<attribute name="NAME" x="-82.9046" y="-25.6286" size="2.083" layer="95" ratio="6" rot="R180"/>
</instance>
<instance part="J2" gate="A" x="-43.18" y="-43.18" smashed="yes">
<attribute name="NAME" x="-39.0154" y="-37.8714" size="2.083" layer="95" ratio="6"/>
</instance>
<instance part="J3" gate="A" x="-43.18" y="58.42" smashed="yes">
<attribute name="NAME" x="-39.0154" y="63.7286" size="2.083" layer="95" ratio="6"/>
</instance>
</instances>
<busses>
</busses>
<nets>
<net name="GND" class="0">
<segment>
<pinref part="J1" gate="A" pin="1"/>
<wire x1="-5.08" y1="43.18" x2="-17.78" y2="43.18" width="0.1524" layer="91"/>
<label x="-7.62" y="43.18" size="1.778" layer="95" rot="MR0"/>
</segment>
<segment>
<pinref part="J1" gate="A" pin="34"/>
<wire x1="-5.08" y1="-40.64" x2="-17.78" y2="-40.64" width="0.1524" layer="91"/>
<label x="-7.62" y="-40.64" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<pinref part="J1" gate="A" pin="20"/>
<wire x1="-5.08" y1="-5.08" x2="-17.78" y2="-5.08" width="0.1524" layer="91"/>
<label x="-7.62" y="-5.08" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<pinref part="J1" gate="A" pin="19"/>
<wire x1="-5.08" y1="-2.54" x2="-17.78" y2="-2.54" width="0.1524" layer="91"/>
<label x="-7.62" y="-2.54" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="121.92" x2="25.4" y2="121.92" width="0.1524" layer="91"/>
<label x="27.94" y="121.92" size="1.778" layer="95"/>
<pinref part="MP20" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="106.68" x2="25.4" y2="106.68" width="0.1524" layer="91"/>
<label x="27.94" y="106.68" size="1.778" layer="95"/>
<pinref part="MP27" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="96.52" x2="25.4" y2="96.52" width="0.1524" layer="91"/>
<label x="27.94" y="96.52" size="1.778" layer="95"/>
<pinref part="MP29" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="5.08" x2="25.4" y2="5.08" width="0.1524" layer="91"/>
<label x="27.94" y="5.08" size="1.778" layer="95"/>
<pinref part="MP47" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="0" x2="25.4" y2="0" width="0.1524" layer="91"/>
<label x="27.94" y="0" size="1.778" layer="95"/>
<pinref part="MP48" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="-71.12" x2="25.4" y2="-71.12" width="0.1524" layer="91"/>
<label x="27.94" y="-71.12" size="1.778" layer="95"/>
<pinref part="MP62" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="-96.52" x2="25.4" y2="-96.52" width="0.1524" layer="91"/>
<label x="27.94" y="-96.52" size="1.778" layer="95"/>
<pinref part="MP75" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="127" x2="25.4" y2="127" width="0.1524" layer="91"/>
<label x="27.94" y="127" size="1.778" layer="95"/>
<pinref part="MP17" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="132.08" x2="25.4" y2="132.08" width="0.1524" layer="91"/>
<label x="27.94" y="132.08" size="1.778" layer="95"/>
<pinref part="MP18" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="-60.96" y1="-50.8" x2="-58.42" y2="-50.8" width="0.1524" layer="91"/>
<wire x1="-60.96" y1="-40.64" x2="-58.42" y2="-40.64" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="-40.64" x2="-58.42" y2="-50.8" width="0.1524" layer="91"/>
<label x="-58.42" y="-40.64" size="1.778" layer="95"/>
<pinref part="MP14" gate="G$1" pin="MP$1"/>
<pinref part="MP16" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="-53.34" y1="-99.06" x2="-53.34" y2="-86.36" width="0.1524" layer="91"/>
<label x="-53.34" y="-88.9" size="1.778" layer="95" rot="R90" align="bottom-right"/>
<wire x1="-53.34" y1="-86.36" x2="-53.34" y2="-81.28" width="0.1524" layer="91"/>
<wire x1="-53.34" y1="-81.28" x2="-25.4" y2="-81.28" width="0.1524" layer="91"/>
<wire x1="-25.4" y1="-81.28" x2="-25.4" y2="-86.36" width="0.1524" layer="91"/>
<wire x1="-25.4" y1="-99.06" x2="-25.4" y2="-86.36" width="0.1524" layer="91"/>
<label x="-25.4" y="-88.9" size="1.778" layer="95" rot="R90" align="bottom-right"/>
<pinref part="SW602" gate="G$1" pin="P3"/>
<pinref part="SW601" gate="G$1" pin="P3"/>
</segment>
<segment>
<wire x1="-68.58" y1="-124.46" x2="-68.58" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-68.58" y1="-119.38" x2="-63.5" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-63.5" y1="-119.38" x2="-58.42" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="-119.38" x2="-53.34" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-53.34" y1="-119.38" x2="-48.26" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-48.26" y1="-119.38" x2="-43.18" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-43.18" y1="-119.38" x2="-38.1" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-38.1" y1="-119.38" x2="-33.02" y2="-119.38" width="0.1524" layer="91"/>
<wire x1="-33.02" y1="-119.38" x2="-33.02" y2="-124.46" width="0.1524" layer="91"/>
<wire x1="-63.5" y1="-124.46" x2="-63.5" y2="-119.38" width="0.1524" layer="91"/>
<junction x="-63.5" y="-119.38"/>
<wire x1="-58.42" y1="-124.46" x2="-58.42" y2="-119.38" width="0.1524" layer="91"/>
<junction x="-58.42" y="-119.38"/>
<wire x1="-53.34" y1="-124.46" x2="-53.34" y2="-119.38" width="0.1524" layer="91"/>
<junction x="-53.34" y="-119.38"/>
<wire x1="-48.26" y1="-124.46" x2="-48.26" y2="-119.38" width="0.1524" layer="91"/>
<junction x="-48.26" y="-119.38"/>
<wire x1="-43.18" y1="-124.46" x2="-43.18" y2="-119.38" width="0.1524" layer="91"/>
<junction x="-43.18" y="-119.38"/>
<wire x1="-38.1" y1="-124.46" x2="-38.1" y2="-119.38" width="0.1524" layer="91"/>
<junction x="-38.1" y="-119.38"/>
<label x="-55.88" y="-119.38" size="1.778" layer="95"/>
<pinref part="MP26" gate="G$1" pin="MP$1"/>
<pinref part="MP67" gate="G$1" pin="MP$1"/>
<pinref part="MP68" gate="G$1" pin="MP$1"/>
<pinref part="MP69" gate="G$1" pin="MP$1"/>
<pinref part="MP70" gate="G$1" pin="MP$1"/>
<pinref part="MP71" gate="G$1" pin="MP$1"/>
<pinref part="MP72" gate="G$1" pin="MP$1"/>
<pinref part="MP73" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="RTCK_LPC" class="0">
<segment>
<pinref part="J1" gate="A" pin="2"/>
<wire x1="-5.08" y1="40.64" x2="-17.78" y2="40.64" width="0.1524" layer="91"/>
<label x="-7.62" y="40.64" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="91.44" x2="25.4" y2="91.44" width="0.1524" layer="91"/>
<label x="27.94" y="91.44" size="1.778" layer="95"/>
<pinref part="MP30" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="VREC" class="0">
<segment>
<pinref part="J1" gate="A" pin="3"/>
<wire x1="-5.08" y1="38.1" x2="-17.78" y2="38.1" width="0.1524" layer="91"/>
<label x="-7.62" y="38.1" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="-60.96" y1="-45.72" x2="-55.88" y2="-45.72" width="0.1524" layer="91"/>
<label x="-55.88" y="-45.72" size="1.27" layer="95" xref="yes"/>
<pinref part="MP15" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="73.66" y1="86.36" x2="60.96" y2="86.36" width="0.1524" layer="91"/>
<label x="63.5" y="86.36" size="1.778" layer="95"/>
<pinref part="MP31" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TDI_LPC" class="0">
<segment>
<pinref part="J1" gate="A" pin="4"/>
<wire x1="-5.08" y1="35.56" x2="-17.78" y2="35.56" width="0.1524" layer="91"/>
<label x="-7.62" y="35.56" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="86.36" x2="25.4" y2="86.36" width="0.1524" layer="91"/>
<label x="27.94" y="86.36" size="1.778" layer="95"/>
<pinref part="MP32" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="1V8" class="0">
<segment>
<pinref part="J1" gate="A" pin="5"/>
<wire x1="-5.08" y1="33.02" x2="-17.78" y2="33.02" width="0.1524" layer="91"/>
<label x="-7.62" y="33.02" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="73.66" y1="81.28" x2="60.96" y2="81.28" width="0.1524" layer="91"/>
<label x="63.5" y="81.28" size="1.778" layer="95"/>
<pinref part="MP33" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TDO_LPC" class="0">
<segment>
<pinref part="J1" gate="A" pin="6"/>
<wire x1="-5.08" y1="30.48" x2="-17.78" y2="30.48" width="0.1524" layer="91"/>
<label x="-7.62" y="30.48" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="81.28" x2="25.4" y2="81.28" width="0.1524" layer="91"/>
<label x="27.94" y="81.28" size="1.778" layer="95"/>
<pinref part="MP34" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="N3V3" class="0">
<segment>
<pinref part="J1" gate="A" pin="7"/>
<wire x1="-5.08" y1="27.94" x2="-17.78" y2="27.94" width="0.1524" layer="91"/>
<label x="-7.62" y="27.94" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="73.66" y1="76.2" x2="60.96" y2="76.2" width="0.1524" layer="91"/>
<label x="63.5" y="76.2" size="1.778" layer="95"/>
<pinref part="MP35" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TMS_LPC" class="0">
<segment>
<pinref part="J1" gate="A" pin="8"/>
<wire x1="-5.08" y1="25.4" x2="-17.78" y2="25.4" width="0.1524" layer="91"/>
<label x="-7.62" y="25.4" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="76.2" x2="25.4" y2="76.2" width="0.1524" layer="91"/>
<label x="27.94" y="76.2" size="1.778" layer="95"/>
<pinref part="MP36" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="VNET" class="0">
<segment>
<pinref part="J1" gate="A" pin="9"/>
<wire x1="-5.08" y1="22.86" x2="-17.78" y2="22.86" width="0.1524" layer="91"/>
<label x="-7.62" y="22.86" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="73.66" y1="71.12" x2="60.96" y2="71.12" width="0.1524" layer="91"/>
<label x="63.5" y="71.12" size="1.778" layer="95"/>
<pinref part="MP37" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TCK_LPC" class="0">
<segment>
<pinref part="J1" gate="A" pin="10"/>
<wire x1="-5.08" y1="20.32" x2="-17.78" y2="20.32" width="0.1524" layer="91"/>
<label x="-7.62" y="20.32" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="71.12" x2="25.4" y2="71.12" width="0.1524" layer="91"/>
<label x="27.94" y="71.12" size="1.778" layer="95"/>
<pinref part="MP38" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="VSUPPLY" class="0">
<segment>
<pinref part="J1" gate="A" pin="11"/>
<wire x1="-5.08" y1="17.78" x2="-17.78" y2="17.78" width="0.1524" layer="91"/>
<label x="-7.62" y="17.78" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="73.66" y1="66.04" x2="60.96" y2="66.04" width="0.1524" layer="91"/>
<label x="63.5" y="66.04" size="1.778" layer="95"/>
<pinref part="MP39" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="NTRST_LPC" class="0">
<segment>
<pinref part="J1" gate="A" pin="12"/>
<wire x1="-5.08" y1="15.24" x2="-17.78" y2="15.24" width="0.1524" layer="91"/>
<label x="-7.62" y="15.24" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="66.04" x2="25.4" y2="66.04" width="0.1524" layer="91"/>
<label x="27.94" y="66.04" size="1.778" layer="95"/>
<pinref part="MP40" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="VSYS" class="0">
<segment>
<pinref part="J1" gate="A" pin="13"/>
<wire x1="-5.08" y1="12.7" x2="-17.78" y2="12.7" width="0.1524" layer="91"/>
<label x="-7.62" y="12.7" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="73.66" y1="60.96" x2="60.96" y2="60.96" width="0.1524" layer="91"/>
<label x="63.5" y="60.96" size="1.778" layer="95"/>
<pinref part="MP41" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="NBOOT" class="0">
<segment>
<pinref part="J1" gate="A" pin="14"/>
<wire x1="-5.08" y1="10.16" x2="-17.78" y2="10.16" width="0.1524" layer="91"/>
<label x="-7.62" y="10.16" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="60.96" x2="25.4" y2="60.96" width="0.1524" layer="91"/>
<label x="27.94" y="60.96" size="1.778" layer="95"/>
<pinref part="MP42" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="-48.26" y1="-99.06" x2="-48.26" y2="-86.36" width="0.1524" layer="91"/>
<label x="-48.26" y="-88.9" size="1.778" layer="95" rot="R90" align="bottom-right"/>
<pinref part="SW602" gate="G$1" pin="P2"/>
</segment>
</net>
<net name="SDATA" class="0">
<segment>
<pinref part="J1" gate="A" pin="15"/>
<wire x1="-5.08" y1="7.62" x2="-17.78" y2="7.62" width="0.1524" layer="91"/>
<label x="-7.62" y="7.62" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="35.56" x2="25.4" y2="35.56" width="0.1524" layer="91"/>
<label x="27.94" y="35.56" size="1.778" layer="95"/>
<pinref part="MP43" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="NDRESET" class="0">
<segment>
<pinref part="J1" gate="A" pin="16"/>
<wire x1="-5.08" y1="5.08" x2="-17.78" y2="5.08" width="0.1524" layer="91"/>
<label x="-7.62" y="5.08" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="55.88" x2="25.4" y2="55.88" width="0.1524" layer="91"/>
<label x="27.94" y="55.88" size="1.778" layer="95"/>
<pinref part="MP44" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="SCLOCK" class="0">
<segment>
<pinref part="J1" gate="A" pin="17"/>
<wire x1="-5.08" y1="2.54" x2="-17.78" y2="2.54" width="0.1524" layer="91"/>
<label x="-7.62" y="2.54" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="30.48" x2="25.4" y2="30.48" width="0.1524" layer="91"/>
<label x="27.94" y="30.48" size="1.778" layer="95"/>
<pinref part="MP45" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="NRESET" class="0">
<segment>
<pinref part="J1" gate="A" pin="18"/>
<wire x1="-5.08" y1="0" x2="-17.78" y2="0" width="0.1524" layer="91"/>
<label x="-7.62" y="0" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="10.16" x2="25.4" y2="10.16" width="0.1524" layer="91"/>
<label x="27.94" y="10.16" size="1.778" layer="95"/>
<pinref part="MP46" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="-20.32" y1="-99.06" x2="-20.32" y2="-86.36" width="0.1524" layer="91"/>
<label x="-20.32" y="-88.9" size="1.778" layer="95" rot="R90" align="bottom-right"/>
<pinref part="SW601" gate="G$1" pin="P2"/>
</segment>
</net>
<net name="MISO1" class="0">
<segment>
<pinref part="J1" gate="A" pin="21"/>
<wire x1="-5.08" y1="-7.62" x2="-17.78" y2="-7.62" width="0.1524" layer="91"/>
<label x="-7.62" y="-7.62" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-5.08" x2="25.4" y2="-5.08" width="0.1524" layer="91"/>
<label x="27.94" y="-5.08" size="1.778" layer="95"/>
<pinref part="MP49" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="RXD0" class="0">
<segment>
<pinref part="J1" gate="A" pin="22"/>
<wire x1="-5.08" y1="-10.16" x2="-17.78" y2="-10.16" width="0.1524" layer="91"/>
<label x="-7.62" y="-10.16" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-10.16" x2="25.4" y2="-10.16" width="0.1524" layer="91"/>
<label x="27.94" y="-10.16" size="1.778" layer="95"/>
<pinref part="MP50" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="MOSI1" class="0">
<segment>
<pinref part="J1" gate="A" pin="23"/>
<wire x1="-5.08" y1="-12.7" x2="-17.78" y2="-12.7" width="0.1524" layer="91"/>
<label x="-7.62" y="-12.7" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-15.24" x2="25.4" y2="-15.24" width="0.1524" layer="91"/>
<label x="27.94" y="-15.24" size="1.778" layer="95"/>
<pinref part="MP51" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TXD0" class="0">
<segment>
<pinref part="J1" gate="A" pin="24"/>
<wire x1="-5.08" y1="-15.24" x2="-17.78" y2="-15.24" width="0.1524" layer="91"/>
<label x="-7.62" y="-15.24" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-20.32" x2="25.4" y2="-20.32" width="0.1524" layer="91"/>
<label x="27.94" y="-20.32" size="1.778" layer="95"/>
<pinref part="MP52" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="SCK1" class="0">
<segment>
<pinref part="J1" gate="A" pin="25"/>
<wire x1="-5.08" y1="-17.78" x2="-17.78" y2="-17.78" width="0.1524" layer="91"/>
<label x="-7.62" y="-17.78" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-25.4" x2="25.4" y2="-25.4" width="0.1524" layer="91"/>
<label x="27.94" y="-25.4" size="1.778" layer="95"/>
<pinref part="MP53" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TMS_CPLD" class="0">
<segment>
<pinref part="J1" gate="A" pin="26"/>
<wire x1="-5.08" y1="-20.32" x2="-17.78" y2="-20.32" width="0.1524" layer="91"/>
<label x="-7.62" y="-20.32" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-30.48" x2="25.4" y2="-30.48" width="0.1524" layer="91"/>
<label x="27.94" y="-30.48" size="1.778" layer="95"/>
<pinref part="MP54" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="MISO0" class="0">
<segment>
<pinref part="J1" gate="A" pin="27"/>
<wire x1="-5.08" y1="-22.86" x2="-17.78" y2="-22.86" width="0.1524" layer="91"/>
<label x="-7.62" y="-22.86" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-35.56" x2="25.4" y2="-35.56" width="0.1524" layer="91"/>
<label x="27.94" y="-35.56" size="1.778" layer="95"/>
<pinref part="MP55" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TDI_CPLD" class="0">
<segment>
<pinref part="J1" gate="A" pin="28"/>
<wire x1="-5.08" y1="-25.4" x2="-17.78" y2="-25.4" width="0.1524" layer="91"/>
<label x="-7.62" y="-25.4" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-40.64" x2="25.4" y2="-40.64" width="0.1524" layer="91"/>
<label x="27.94" y="-40.64" size="1.778" layer="95"/>
<pinref part="MP56" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="MOSI0" class="0">
<segment>
<pinref part="J1" gate="A" pin="29"/>
<wire x1="-5.08" y1="-27.94" x2="-17.78" y2="-27.94" width="0.1524" layer="91"/>
<label x="-7.62" y="-27.94" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-45.72" x2="25.4" y2="-45.72" width="0.1524" layer="91"/>
<label x="27.94" y="-45.72" size="1.778" layer="95"/>
<pinref part="MP57" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TDO_CPLD" class="0">
<segment>
<pinref part="J1" gate="A" pin="30"/>
<wire x1="-5.08" y1="-30.48" x2="-17.78" y2="-30.48" width="0.1524" layer="91"/>
<label x="-7.62" y="-30.48" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-50.8" x2="25.4" y2="-50.8" width="0.1524" layer="91"/>
<label x="27.94" y="-50.8" size="1.778" layer="95"/>
<pinref part="MP58" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="SCK0" class="0">
<segment>
<pinref part="J1" gate="A" pin="31"/>
<wire x1="-5.08" y1="-33.02" x2="-17.78" y2="-33.02" width="0.1524" layer="91"/>
<label x="-7.62" y="-33.02" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-55.88" x2="25.4" y2="-55.88" width="0.1524" layer="91"/>
<label x="27.94" y="-55.88" size="1.778" layer="95"/>
<pinref part="MP59" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TCK_CPLD" class="0">
<segment>
<pinref part="J1" gate="A" pin="32"/>
<wire x1="-5.08" y1="-35.56" x2="-17.78" y2="-35.56" width="0.1524" layer="91"/>
<label x="-7.62" y="-35.56" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-60.96" x2="25.4" y2="-60.96" width="0.1524" layer="91"/>
<label x="27.94" y="-60.96" size="1.778" layer="95"/>
<pinref part="MP60" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="TXCAN" class="0">
<segment>
<pinref part="J1" gate="A" pin="33"/>
<wire x1="-5.08" y1="-38.1" x2="-17.78" y2="-38.1" width="0.1524" layer="91"/>
<label x="-7.62" y="-38.1" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-66.04" x2="25.4" y2="-66.04" width="0.1524" layer="91"/>
<label x="27.94" y="-66.04" size="1.778" layer="95"/>
<pinref part="MP61" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="RXCAN" class="0">
<segment>
<pinref part="J1" gate="A" pin="35"/>
<wire x1="-5.08" y1="-43.18" x2="-17.78" y2="-43.18" width="0.1524" layer="91"/>
<label x="-7.62" y="-43.18" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-76.2" x2="25.4" y2="-76.2" width="0.1524" layer="91"/>
<label x="27.94" y="-76.2" size="1.778" layer="95"/>
<pinref part="MP63" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="3V3" class="0">
<segment>
<pinref part="J1" gate="A" pin="36"/>
<wire x1="-5.08" y1="-45.72" x2="-17.78" y2="-45.72" width="0.1524" layer="91"/>
<label x="-7.62" y="-45.72" size="1.778" layer="95" align="bottom-right"/>
</segment>
<segment>
<wire x1="38.1" y1="-81.28" x2="25.4" y2="-81.28" width="0.1524" layer="91"/>
<label x="27.94" y="-81.28" size="1.778" layer="95"/>
<pinref part="MP64" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="J101" class="0">
<segment>
<pinref part="JP1" gate="G$1" pin="1"/>
<wire x1="-43.18" y1="38.1" x2="-58.42" y2="38.1" width="0.1524" layer="91"/>
<label x="-53.34" y="38.1" size="1.778" layer="95"/>
<wire x1="-58.42" y1="38.1" x2="-60.96" y2="38.1" width="0.1524" layer="91"/>
<wire x1="-78.74" y1="30.48" x2="-76.2" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-76.2" y1="30.48" x2="-58.42" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="30.48" x2="-58.42" y2="38.1" width="0.1524" layer="91"/>
<junction x="-58.42" y="38.1"/>
<wire x1="-78.74" y1="33.02" x2="-76.2" y2="33.02" width="0.1524" layer="91"/>
<wire x1="-76.2" y1="33.02" x2="-76.2" y2="30.48" width="0.1524" layer="91"/>
<junction x="-76.2" y="30.48"/>
<pinref part="U$1" gate="G$1" pin="2"/>
<pinref part="U$1" gate="G$1" pin="3"/>
<pinref part="MP5" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="J102" class="0">
<segment>
<pinref part="JP2" gate="G$1" pin="1"/>
<wire x1="-43.18" y1="25.4" x2="-60.96" y2="25.4" width="0.1524" layer="91"/>
<label x="-53.34" y="25.4" size="1.778" layer="95"/>
<wire x1="-78.74" y1="27.94" x2="-73.66" y2="27.94" width="0.1524" layer="91"/>
<wire x1="-73.66" y1="27.94" x2="-60.96" y2="27.94" width="0.1524" layer="91"/>
<wire x1="-60.96" y1="27.94" x2="-60.96" y2="25.4" width="0.1524" layer="91"/>
<wire x1="-78.74" y1="35.56" x2="-73.66" y2="35.56" width="0.1524" layer="91"/>
<wire x1="-73.66" y1="35.56" x2="-73.66" y2="27.94" width="0.1524" layer="91"/>
<junction x="-73.66" y="27.94"/>
<pinref part="U$1" gate="G$1" pin="1"/>
<pinref part="U$1" gate="G$1" pin="4"/>
</segment>
</net>
<net name="THERM" class="0">
<segment>
<pinref part="JP7" gate="G$1" pin="1"/>
<wire x1="2.54" y1="63.5" x2="-5.08" y2="63.5" width="0.1524" layer="91"/>
<label x="-5.08" y="63.5" size="1.778" layer="95" rot="R180" xref="yes"/>
</segment>
<segment>
<wire x1="-60.96" y1="-55.88" x2="-58.42" y2="-55.88" width="0.1524" layer="91"/>
<label x="-58.42" y="-55.88" size="1.27" layer="95" xref="yes"/>
<pinref part="MP13" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="101.6" x2="25.4" y2="101.6" width="0.1524" layer="91"/>
<label x="27.94" y="101.6" size="1.778" layer="95"/>
<pinref part="MP28" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="X2_COIL" class="0">
<segment>
<wire x1="-43.18" y1="-45.72" x2="-45.72" y2="-45.72" width="0.1524" layer="91"/>
<wire x1="-45.72" y1="-45.72" x2="-45.72" y2="-60.96" width="0.1524" layer="91"/>
<wire x1="-45.72" y1="-60.96" x2="-60.96" y2="-60.96" width="0.1524" layer="91"/>
<pinref part="J2" gate="A" pin="2"/>
<pinref part="MP12" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="-91.44" x2="25.4" y2="-91.44" width="0.1524" layer="91"/>
<label x="27.94" y="-91.44" size="1.778" layer="95"/>
<pinref part="MP66" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="X1_COIL" class="0">
<segment>
<wire x1="-60.96" y1="-66.04" x2="-48.26" y2="-66.04" width="0.1524" layer="91"/>
<wire x1="-48.26" y1="-66.04" x2="-48.26" y2="-45.72" width="0.1524" layer="91"/>
<wire x1="-48.26" y1="-45.72" x2="-48.26" y2="-43.18" width="0.1524" layer="91"/>
<wire x1="-48.26" y1="-43.18" x2="-43.18" y2="-43.18" width="0.1524" layer="91"/>
<label x="-48.26" y="-66.04" size="1.778" layer="95"/>
<pinref part="J2" gate="A" pin="1"/>
<pinref part="MP11" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="38.1" y1="-86.36" x2="25.4" y2="-86.36" width="0.1524" layer="91"/>
<label x="27.94" y="-86.36" size="1.778" layer="95"/>
<pinref part="MP65" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="BUSB" class="0">
<segment>
<wire x1="38.1" y1="116.84" x2="25.4" y2="116.84" width="0.1524" layer="91"/>
<label x="27.94" y="116.84" size="1.778" layer="95"/>
<pinref part="MP21" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="-43.18" y1="55.88" x2="-55.88" y2="55.88" width="0.1524" layer="91"/>
<label x="-53.34" y="55.88" size="1.778" layer="95"/>
<pinref part="J3" gate="A" pin="2"/>
</segment>
<segment>
<wire x1="106.68" y1="99.06" x2="106.68" y2="86.36" width="0.1524" layer="91"/>
<label x="106.68" y="88.9" size="1.778" layer="95" rot="R90"/>
<pinref part="MP23" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="116.84" y1="99.06" x2="116.84" y2="86.36" width="0.1524" layer="91"/>
<label x="116.84" y="88.9" size="1.778" layer="95" rot="R90"/>
<pinref part="MP25" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="BUSA" class="0">
<segment>
<wire x1="38.1" y1="111.76" x2="25.4" y2="111.76" width="0.1524" layer="91"/>
<label x="27.94" y="111.76" size="1.778" layer="95"/>
<pinref part="MP22" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="-43.18" y1="58.42" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<label x="-53.34" y="58.42" size="1.778" layer="95"/>
<pinref part="J3" gate="A" pin="1"/>
</segment>
<segment>
<wire x1="101.6" y1="99.06" x2="101.6" y2="86.36" width="0.1524" layer="91"/>
<label x="101.6" y="88.9" size="1.778" layer="95" rot="R90"/>
<pinref part="MP19" gate="G$1" pin="MP$1"/>
</segment>
<segment>
<wire x1="111.76" y1="99.06" x2="111.76" y2="86.36" width="0.1524" layer="91"/>
<label x="111.76" y="88.9" size="1.778" layer="95" rot="R90"/>
<pinref part="MP24" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="J4" class="0">
<segment>
<wire x1="-78.74" y1="-20.32" x2="-73.66" y2="-20.32" width="0.1524" layer="91"/>
<wire x1="-78.74" y1="-12.7" x2="-73.66" y2="-12.7" width="0.1524" layer="91"/>
<wire x1="-73.66" y1="-12.7" x2="-73.66" y2="-20.32" width="0.1524" layer="91"/>
<junction x="-73.66" y="-20.32"/>
<wire x1="-73.66" y1="-20.32" x2="-58.42" y2="-20.32" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="-20.32" x2="-58.42" y2="-25.4" width="0.1524" layer="91"/>
<pinref part="JP6" gate="G$1" pin="1"/>
<wire x1="-43.18" y1="-25.4" x2="-58.42" y2="-25.4" width="0.1524" layer="91"/>
<label x="-53.34" y="-25.4" size="1.778" layer="95"/>
<wire x1="-58.42" y1="-25.4" x2="-60.96" y2="-25.4" width="0.1524" layer="91"/>
<junction x="-58.42" y="-25.4"/>
<pinref part="U$3" gate="G$1" pin="1"/>
<pinref part="U$3" gate="G$1" pin="4"/>
</segment>
</net>
<net name="J105" class="0">
<segment>
<wire x1="-78.74" y1="2.54" x2="-73.66" y2="2.54" width="0.1524" layer="91"/>
<wire x1="-78.74" y1="10.16" x2="-73.66" y2="10.16" width="0.1524" layer="91"/>
<wire x1="-73.66" y1="10.16" x2="-73.66" y2="2.54" width="0.1524" layer="91"/>
<junction x="-73.66" y="2.54"/>
<wire x1="-73.66" y1="2.54" x2="-58.42" y2="2.54" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="2.54" x2="-58.42" y2="0" width="0.1524" layer="91"/>
<pinref part="JP4" gate="G$1" pin="1"/>
<wire x1="-43.18" y1="0" x2="-58.42" y2="0" width="0.1524" layer="91"/>
<label x="-53.34" y="0" size="1.778" layer="95"/>
<wire x1="-58.42" y1="0" x2="-60.96" y2="0" width="0.1524" layer="91"/>
<junction x="-58.42" y="0"/>
<pinref part="U$2" gate="G$1" pin="1"/>
<pinref part="U$2" gate="G$1" pin="4"/>
</segment>
</net>
<net name="J104" class="0">
<segment>
<wire x1="-78.74" y1="5.08" x2="-76.2" y2="5.08" width="0.1524" layer="91"/>
<wire x1="-78.74" y1="7.62" x2="-76.2" y2="7.62" width="0.1524" layer="91"/>
<wire x1="-76.2" y1="7.62" x2="-76.2" y2="5.08" width="0.1524" layer="91"/>
<junction x="-76.2" y="5.08"/>
<wire x1="-76.2" y1="5.08" x2="-58.42" y2="5.08" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="5.08" x2="-58.42" y2="12.7" width="0.1524" layer="91"/>
<pinref part="JP3" gate="G$1" pin="1"/>
<wire x1="-43.18" y1="12.7" x2="-58.42" y2="12.7" width="0.1524" layer="91"/>
<label x="-53.34" y="12.7" size="1.778" layer="95"/>
<wire x1="-58.42" y1="12.7" x2="-60.96" y2="12.7" width="0.1524" layer="91"/>
<junction x="-58.42" y="12.7"/>
<pinref part="U$2" gate="G$1" pin="2"/>
<pinref part="U$2" gate="G$1" pin="3"/>
<pinref part="MP7" gate="G$1" pin="MP$1"/>
</segment>
</net>
<net name="J106" class="0">
<segment>
<wire x1="-78.74" y1="-17.78" x2="-76.2" y2="-17.78" width="0.1524" layer="91"/>
<wire x1="-78.74" y1="-15.24" x2="-76.2" y2="-15.24" width="0.1524" layer="91"/>
<wire x1="-76.2" y1="-15.24" x2="-76.2" y2="-17.78" width="0.1524" layer="91"/>
<junction x="-76.2" y="-17.78"/>
<wire x1="-76.2" y1="-17.78" x2="-58.42" y2="-17.78" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="-17.78" x2="-58.42" y2="-12.7" width="0.1524" layer="91"/>
<pinref part="JP5" gate="G$1" pin="1"/>
<wire x1="-43.18" y1="-12.7" x2="-58.42" y2="-12.7" width="0.1524" layer="91"/>
<label x="-53.34" y="-12.7" size="1.778" layer="95"/>
<wire x1="-58.42" y1="-12.7" x2="-60.96" y2="-12.7" width="0.1524" layer="91"/>
<junction x="-58.42" y="-12.7"/>
<pinref part="U$3" gate="G$1" pin="2"/>
<pinref part="U$3" gate="G$1" pin="3"/>
<pinref part="MP9" gate="G$1" pin="MP$1"/>
</segment>
</net>
</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>
<note version="9.0" severity="warning">
Since Version 9.0, EAGLE supports the align property for labels.
Labels in schematic will not be understood with this version. Update EAGLE to the latest version
for full support of labels.
</note>
</compatibility>
</eagle>