diff --git a/README.md b/README.md index b74b7a293a63746f29af406be58971f44cd2fe5b..95d456be90cfa1fc32361558c2ed3e65012bc2fb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Once around is never enough* Eulagies aside, I am still motivated to do this. Brushless motors are the go-to motive force for electromechanical systems. By that I mean that just about any time you see a robot-like thing, or machine, moving about, there's a big likelihood that the thing doing-the-moving has a brushless motor in it's guts - or some variant thereof (stepper motors count as BLDCs in my books). +## Others + +[ODrive](https://odriverobotics.com/shop) +[VESC] +[Ben Katz] + #### A few things to understand: **(1) Electric Motors move by rotating a magnetic field** - we have something with magnets, and something else with electromagnets, we use the electromagnets to rotate the field, we pull the magnets along. Rotating the field is called *Commutating* or *Commutation*. diff --git a/circuit/README.md b/circuit/README.md index 280940c78a9b8e9620769b4eaf3a50431d0cfcbe..bcf035fa888b421b09a64dd4a20e92cc17ae8de0 100644 --- a/circuit/README.md +++ b/circuit/README.md @@ -152,22 +152,68 @@ I sped this up some and it looks more like a chopped sinusoid - this means I sho That's it for now. +# Version 0.2 + +I have a laundry list of notes - below - for the next version of this. Overall, I'm interested in generally 'tightening it up' as well as fixing some circuit errors. I'm also moving away from the 'header / hardware' interface, and dropping an ATSAMD52 (the new hot chip on the block) and I'm going to treat it like a network endpoint. + +I fixed some stray, messy errors (i.e. I had some done some senseless things with the buck converter that caused it to not function) and added some filtering to my phase voltage sensing. I also added a voltage sense circuit for th VCC line so that I can figure out in software what the supply voltage is. This is useful when (later) I might end up trying to measure things like phase inductance ! + +I did a few little things (like trying to minimize the number of different capacitor sizes I had - simplicities like this are nice when I am placing components) and then was re-labelling pins for the ATSAMD51, and picking the peripherals I figured I will use. + +## New Schematicking + +This is my PWM module - Timer / Counter for Control. 'waveform extensions are featured for motor control ... deatime insertion' bam. + +I *think* I read the datasheet correctly on how hi/lo channels are multiplexed here. Or, at least, here's hoping that I did. Sorted that out in the schematic. + +I also added microcontroller input to a few lines: the gain selection on the drv8302 (controls current sense amp gain) and the fault line, and the pwm mode line (so that in worst case I can just send hi-side signals, the drv will do lo/hi deadtime insertion and complimenting for me). + + +## New Routing + +But *holy shit* did I ever open up the ratsnest :| + + + +Time for some serious annealing. + +OK, I'm starting to feel satisfied with this. I've made a few big improvements - or at least they feel like nice changes. I suppose calling them big is a bit much. Besides, it was already working. *BUT* my groundplane now looks *much* better. Dang, look at that sheet of copper! + + + +Specifically, the DRV8302 used to be a bit choked out on the ground plane, and when I turned the gates on I would see that area quickly jump from 30c to 50 or 60c, still cold by power electronics standards but I was barely running any current. So this feels nice. + +I also got rid of the thermal relief on the directfet packages, so they'll sink more heat into the copper (which is now 2oz instead of 1oz) as well. AND I set up proper mounting holes right across the FETS so that I can wrap them with a big shiny piece of aluminum for when I go for the kilowatt of juice *sunglasses dude emoji* + +I left a big lineup of .1" pitch pins that will save me lots of time and pain when I'm debugging this as well, those take up a bunch of space, but I know I'll be thanking myself in a week's time. + +The last thing, routing all of the voltage sense lines, was a bit of a pain. I have to reach four traces all the way from the business end of the board back to the microcontroller... + +In any case, here it is + + + +And the full schematic + + + ## Incremental Notes - - non-incrementally, do this as an endpoint, not a switch. try ATSAMD51. do 2oz copper layer. - - 2.2uF @ 100v -> 1206 smallest available package. Can replace with 1uF or up package. - - Would via to heat-pad underneath fets, next time. could also go to 2oz copper but have to push out to 0.2mm spacing. - - if new chip who dis, do thermistor at gates + +shematic: + - labels, pick pwm pins on atsam, and more logic: - do VBUS voltage divider as well - do 63V BFC + - software-selectable gain, pwm mode, etc + - dipswitch for manual gate enable ! no more tiny-outs ! ? + - get your gates into happy-heatsinking land! This is satisfying, awesome, and helpful. - VCC Net could be happier - see pinch pts... in many places. - - Tented Vias, or move away from FET - - No Thermal Relief on Power In / Big Fet Pads - - Go to fully sik 6 pin plugs for 'other stuff' ? - - One chip is both BLDC driver and Stepper driver ? - - software-selectable gain, pwm mode, etc + - pads for heatsink holddown - better yet find heatsink you can purchase, use those + + - do sweep for values / sizes - make placing less of a PITA + - notes in code for shunt calculation - - dipswitch for manual gate enable ! no more tiny-outs ! ? + # Footnotes 1. Part Number. Searching Digikey (or octopart, or what have you) for bits is an art, kind of. It's intimidating, but offers much gold at the end of the rainbow. diff --git a/circuit/mkbldcdriver/eagle.epf b/circuit/mkbldcdriver/eagle.epf index 15e976a59f4f70521ac92ff35548abd2e427f344..6d8b4f95e8f7ad55c23bb4076fe2d9bd6fc99ab4 100644 --- a/circuit/mkbldcdriver/eagle.epf +++ b/circuit/mkbldcdriver/eagle.epf @@ -8,10 +8,15 @@ Desktop="Desktop" AutoSaveProject=1 UsedLibraryUrn="urn:adsk.eagle:library:217" UsedLibraryUrn="urn:adsk.eagle:library:325" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/atsam.lbr" UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/fab.lbr" -UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/jake/tag-connect-2030.lbr" -UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/jake/tag-connect-2050.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/motors.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/power.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/sensor.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries/eagle/tag-connect-2030.lbr" UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/sparkfun/SparkFun-Connectors.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/marekr/borkedlabs-passives.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/jake/tag-connect-2050.lbr" UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/Comparators.lbr" UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/Digital.lbr" UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/FilterProducts.lbr" @@ -28,20 +33,20 @@ UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/lt-spice-simulation.lbr" UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/lt-supply.lbr" UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/rload.lbr" UsedLibrary="C:/EAGLE 8.3.2/lbr/ltspice/sym.lbr" -UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/marekr/borkedlabs-passives.lbr" +UsedLibrary="D:/Dropbox (Personal)/CBA/doc/libraries_jake/eagle/sparkfun/SparkFun-DiscreteSemi.lbr" [Win_1] -Type="Schematic Editor" -Loc="0 0 1919 1039" -State=3 -Number=2 -File="mkbldcdriver.sch" -View="57.8709 -13.4537 277.09 62.2366" -WireWidths=" 0.0762 0.1016 0.127 0.15 0.2 0.2032 0.254 0.3048 0.4064 0.508 0.6096 0.8128 1.016 1.27 2.54 0.1524" +Type="Board Editor" +Loc="0 0 1919 1016" +State=1 +Number=1 +File="mkbldcdriver.brd" +View="25.0151 -0.180466 136.183 94.4772" +WireWidths=" 0.0762 0.1016 0.127 0.15 0.2 0.254 0.508 0.6096 0.8128 1.016 1.27 2.54 0.4064 0.3048 0.2032 0.1524" PadDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0" PadDrills=" 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.65 0.7 0.75 0.8 0.85 0.9 1 0.6" ViaDiameters=" 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95 1 1.05 1.1 1.15 1.2 1.3 0" -ViaDrills=" 0.2 0.25 0.3 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 1 0.35" +ViaDrills=" 0.2 0.3 0.4 0.45 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 1 0.5 0.35 0.25" HoleDrills=" 0.2 0.25 0.3 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 1 0.35" TextSizes=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.778" PolygonSpacings=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 5.08 6.4516 1.27" @@ -52,14 +57,14 @@ DimensionExtWidths=" 0.127 0.254 0.1 0.13 0.26 0" DimensionExtLengths=" 1.27 2.54 1 2 3 0" DimensionExtOffsets=" 1.27 2.54 1 2 3 0" SmdSizes=" 0.3048 0.1524 0.4064 0.2032 0.6096 0.3048 0.8128 0.4064 1.016 0.508 1.27 0.6604 1.4224 0.7112 1.6764 0.8128 1.778 0.9144 1.9304 0.9652 2.1844 1.0668 2.54 1.27 3.81 1.9304 5.08 2.54 6.4516 3.2512 1.27 0.635" -WireBend=0 -WireBendSet=31 +WireBend=1 +WireBendSet=0 WireCap=1 MiterStyle=0 PadShape=0 ViaShape=1 PolygonPour=0 -PolygonRank=0 +PolygonRank=1 PolygonThermals=1 PolygonOrphans=0 TextRatio=8 @@ -74,17 +79,15 @@ SwapLevel=0 ArcDirection=0 AddLevel=2 PadsSameType=0 -Layer=91 -Views=" 1: 57.8709 -13.4537 277.09 62.2366" -Sheet="1" +Layer=16 [Win_2] -Type="Board Editor" -Loc="0 0 1919 1039" -State=3 -Number=1 -File="mkbldcdriver.brd" -View="18.3898 11.659 106.444 67.6099" +Type="Schematic Editor" +Loc="-8 -8 1911 1008" +State=1 +Number=2 +File="mkbldcdriver.sch" +View="-83.2107 34.1447 267.623 166.821" WireWidths=" 0.0762 0.1016 0.127 0.15 0.2 0.2032 0.254 0.3048 0.4064 0.508 0.6096 0.8128 1.016 1.27 2.54 0.1524" PadDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0" PadDrills=" 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.65 0.7 0.75 0.8 0.85 0.9 1 0.6" @@ -100,14 +103,14 @@ DimensionExtWidths=" 0.127 0.254 0.1 0.13 0.26 0" DimensionExtLengths=" 1.27 2.54 1 2 3 0" DimensionExtOffsets=" 1.27 2.54 1 2 3 0" SmdSizes=" 0.3048 0.1524 0.4064 0.2032 0.6096 0.3048 0.8128 0.4064 1.016 0.508 1.27 0.6604 1.4224 0.7112 1.6764 0.8128 1.778 0.9144 1.9304 0.9652 2.1844 1.0668 2.54 1.27 3.81 1.9304 5.08 2.54 6.4516 3.2512 1.27 0.635" -WireBend=1 -WireBendSet=0 +WireBend=0 +WireBendSet=31 WireCap=1 MiterStyle=0 PadShape=0 ViaShape=1 PolygonPour=0 -PolygonRank=1 +PolygonRank=0 PolygonThermals=1 PolygonOrphans=0 TextRatio=8 @@ -122,16 +125,18 @@ SwapLevel=0 ArcDirection=0 AddLevel=2 PadsSameType=0 -Layer=1 +Layer=91 +Views=" 1: -83.2107 34.1447 267.623 166.821" +Sheet="1" [Win_3] Type="Control Panel" -Loc="0 0 1919 1039" +Loc="0 0 1919 1016" State=1 Number=0 [Desktop] -Screen="3840 1080" +Screen="1920 1080" Window="Win_1" Window="Win_2" Window="Win_3" diff --git a/circuit/mkbldcdriver/mkbldcdriver.brd b/circuit/mkbldcdriver/mkbldcdriver.brd index 5082e48d07bfbe6ddedef5d2bf40c2457006502f..8494b5e2e267bc76933849e3576d3dcbefda5483 100644 --- a/circuit/mkbldcdriver/mkbldcdriver.brd +++ b/circuit/mkbldcdriver/mkbldcdriver.brd @@ -6,7 +6,7 @@ <setting alwaysvectorfont="no"/> <setting verticaltext="up"/> </settings> -<grid distance="10" unitdist="mil" unit="mil" style="dots" multiple="1" display="yes" altdistance="5" altunitdist="mil" altunit="mil"/> +<grid distance="5" unitdist="mil" unit="mil" style="dots" multiple="1" display="yes" altdistance="5" altunitdist="mil" altunit="mil"/> <layers> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> @@ -15,10 +15,10 @@ <layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/> <layer number="20" name="Dimension" color="24" fill="1" visible="yes" active="yes"/> <layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/> -<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="yes"/> +<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/> -<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="yes"/> -<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/> +<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/> +<layer number="25" name="tNames" color="7" fill="1" visible="no" active="yes"/> <layer number="26" name="bNames" color="7" fill="1" visible="no" active="yes"/> <layer number="27" name="tValues" color="7" fill="1" visible="no" active="yes"/> <layer number="28" name="bValues" color="7" fill="1" visible="no" active="yes"/> @@ -32,19 +32,19 @@ <layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/> <layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/> <layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/> -<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/> +<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="yes"/> <layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="yes"/> -<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/> +<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="yes"/> <layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="yes"/> <layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="yes"/> <layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/> <layer number="45" name="Holes" color="7" fill="1" visible="yes" active="yes"/> <layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/> <layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/> -<layer number="48" name="Document" color="7" fill="1" visible="no" active="yes"/> +<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/> <layer number="49" name="Reference" color="7" fill="1" visible="no" active="yes"/> <layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/> -<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/> +<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="yes"/> <layer number="52" name="bDocu" color="7" fill="1" visible="no" active="yes"/> <layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/> <layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/> @@ -146,56 +146,37 @@ <wire x1="121.92" y1="0" x2="121.92" y2="77.47" width="0" layer="20"/> <wire x1="121.92" y1="77.47" x2="0" y2="77.47" width="0" layer="20"/> <wire x1="0" y1="77.47" x2="0" y2="0" width="0" layer="20"/> -<wire x1="11.176" y1="66.802" x2="11.176" y2="11.684" width="0.1524" layer="20"/> -<wire x1="11.176" y1="66.802" x2="101.346" y2="66.802" width="0.1524" layer="20"/> -<wire x1="101.346" y1="66.802" x2="101.346" y2="11.684" width="0.1524" layer="20"/> -<wire x1="101.346" y1="11.684" x2="11.176" y2="11.684" width="0.1524" layer="20"/> +<wire x1="8.89" y1="61.976" x2="8.89" y2="12.192" width="0.1524" layer="20"/> +<wire x1="8.89" y1="61.976" x2="99.06" y2="61.976" width="0.1524" layer="20"/> +<wire x1="99.06" y1="61.976" x2="99.06" y2="12.192" width="0.1524" layer="20"/> +<wire x1="99.06" y1="12.192" x2="8.89" y2="12.192" width="0.1524" layer="20"/> <dimension x1="8.636" y1="66.802" x2="8.636" y2="11.684" x3="5.08" y3="39.243" textsize="1.778" layer="47"/> <dimension x1="8.636" y1="11.684" x2="63.754" y2="11.684" x3="36.195" y3="7.366" textsize="1.778" layer="47"/> -<wire x1="22.098" y1="11.684" x2="22.098" y2="67.056" width="0.1524" layer="51"/> -<wire x1="77.216" y1="66.802" x2="77.216" y2="11.684" width="0.1524" layer="51"/> -<dimension x1="11.176" y1="11.176" x2="101.346" y2="11.176" x3="56.261" y3="6.858" textsize="1.778" layer="51"/> -<dimension x1="10.668" y1="11.684" x2="10.668" y2="66.802" x3="8.382" y3="39.243" textsize="1.778" layer="51"/> <text x="18.923" y="45.974" size="1.4224" layer="22" font="vector" rot="MR270">"wow" - Owen Wilson</text> -<text x="89.281" y="14.478" size="1.778" layer="21" font="vector" rot="R90">VCC</text> -<text x="92.964" y="14.351" size="1.778" layer="21" font="vector" rot="R90">GND</text> -<text x="79.756" y="23.876" size="1.778" layer="21" font="vector" rot="R90">W</text> -<text x="79.502" y="41.656" size="1.778" layer="21" font="vector" rot="R90">V</text> -<text x="79.502" y="59.563" size="1.778" layer="21" font="vector" rot="R90">U</text> -<text x="89.154" y="60.325" size="1.778" layer="21" font="vector" rot="R90">VCC</text> -<text x="92.71" y="60.325" size="1.778" layer="21" font="vector" rot="R90">GND</text> -<text x="21.463" y="52.451" size="1.016" layer="21" font="vector" rot="R180">USART / GPIO</text> -<text x="21.463" y="31.877" size="1.016" layer="21" font="vector" rot="R180">SPI</text> -<text x="36.957" y="61.087" size="1.27" layer="21" font="vector">mkbldcdriver v0.1</text> -<dimension x1="10.668" y1="66.802" x2="10.668" y2="11.684" x3="9.144" y3="39.243" textsize="1.778" layer="48"/> -<dimension x1="11.176" y1="11.176" x2="101.346" y2="11.176" x3="56.261" y3="8.294721875" textsize="1.778" layer="48"/> +<text x="84.074" y="25.4" size="1.778" layer="21" font="vector" rot="R90">W</text> +<text x="75.946" y="39.37" size="1.778" layer="21" font="vector" rot="R90">V</text> +<text x="75.946" y="51.181" size="1.778" layer="21" font="vector" rot="R90">U</text> +<text x="27.051" y="59.563" size="1.016" layer="21" font="vector" rot="R180">SPI</text> <wire x1="11.176" y1="11.684" x2="11.176" y2="66.802" width="0.3048" layer="46"/> <wire x1="11.176" y1="66.802" x2="101.346" y2="66.802" width="0.3048" layer="46"/> <wire x1="101.346" y1="66.802" x2="101.346" y2="11.684" width="0.3048" layer="46"/> <wire x1="101.346" y1="11.684" x2="11.176" y2="11.684" width="0.3048" layer="46"/> +<wire x1="8.89" y1="37.084" x2="99.06" y2="37.084" width="0.1524" layer="48"/> +<dimension x1="99.568" y1="37.084" x2="99.568" y2="61.976" x3="103.378" y3="49.53" textsize="1.778" layer="48"/> +<dimension x1="99.568" y1="37.084" x2="99.568" y2="12.192" x3="104.14" y3="24.638" textsize="1.778" layer="48"/> +<dimension x1="8.382" y1="37.084" x2="8.382" y2="58.928" x3="3.302" y3="48.006" textsize="1.778" layer="48"/> +<dimension x1="8.382" y1="37.084" x2="8.382" y2="15.24" x3="3.302" y3="26.162" textsize="1.778" layer="48"/> +<wire x1="53.848" y1="40.259" x2="53.848" y2="32.385" width="0.1524" layer="48"/> +<wire x1="53.086" y1="45.212" x2="53.086" y2="23.876" width="0.1524" layer="48"/> +<dimension x1="12.192" y1="58.928" x2="70.358" y2="58.928" x3="41.275" y3="64.77" textsize="1.778" layer="48"/> +<dimension x1="8.89" y1="62.484" x2="99.06" y2="62.484" x3="53.975" y3="72.644" textsize="1.778" layer="48"/> </plain> <libraries> <library name="eagle-ltspice" urn="urn:adsk.eagle:library:217"> <description>Default symbols for import LTspice schematics<p> 2012-10-29 alf@cadsoft.de<br></description> <packages> -<package name="C0805" urn="urn:adsk.eagle:footprint:13199/1" library_version="1"> -<description><b>CAPACITOR</b><p></description> -<wire x1="-1.973" y1="0.983" x2="1.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.973" y1="-0.983" x2="-1.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.973" y1="-0.983" x2="-1.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/> -<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/> -<wire x1="1.973" y1="0.983" x2="1.973" y2="-0.983" width="0.0508" layer="39"/> -<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/> -<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/> -<rectangle x1="-0.1001" y1="-0.4001" x2="0.1001" y2="0.4001" layer="35"/> -<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/> -<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> <package name="R0805" urn="urn:adsk.eagle:footprint:13236/1" library_version="1"> <description><b>RESISTOR</b><p></description> <wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> @@ -224,34 +205,8 @@ chip</description> <text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> <text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> </package> -<package name="LED_1206" urn="urn:adsk.eagle:footprint:13254/1" library_version="1"> -<description><b>CHICAGO MINIATURE LAMP, INC.</b><p> -7022X Series SMT LEDs 1206 Package Size</description> -<wire x1="1.55" y1="-0.75" x2="-1.55" y2="-0.75" width="0.1016" layer="51"/> -<wire x1="-1.55" y1="-0.75" x2="-1.55" y2="0.75" width="0.1016" layer="51"/> -<wire x1="-1.55" y1="0.75" x2="1.55" y2="0.75" width="0.1016" layer="51"/> -<wire x1="1.55" y1="0.75" x2="1.55" y2="-0.75" width="0.1016" layer="51"/> -<wire x1="-0.55" y1="-0.5" x2="0.55" y2="-0.5" width="0.1016" layer="21" curve="95.452622"/> -<wire x1="-0.55" y1="-0.5" x2="-0.55" y2="0.5" width="0.1016" layer="51" curve="-84.547378"/> -<wire x1="-0.55" y1="0.5" x2="0.55" y2="0.5" width="0.1016" layer="21" curve="-95.452622"/> -<wire x1="0.55" y1="0.5" x2="0.55" y2="-0.5" width="0.1016" layer="51" curve="-84.547378"/> -<rectangle x1="-0.1" y1="-0.1" x2="0.1" y2="0.1" layer="21"/> -<rectangle x1="0.45" y1="-0.7" x2="0.8" y2="-0.45" layer="51"/> -<rectangle x1="0.8" y1="-0.7" x2="0.9" y2="0.5" layer="51"/> -<rectangle x1="0.8" y1="0.55" x2="0.9" y2="0.7" layer="51"/> -<rectangle x1="-0.9" y1="-0.7" x2="-0.8" y2="0.5" layer="51"/> -<rectangle x1="-0.9" y1="0.55" x2="-0.8" y2="0.7" layer="51"/> -<rectangle x1="0.45" y1="-0.7" x2="0.6" y2="-0.45" layer="21"/> -<smd name="A" x="-1.422" y="0" dx="1.6" dy="1.803" layer="1"/> -<smd name="C" x="1.422" y="0" dx="1.6" dy="1.803" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> </packages> <packages3d> -<package3d name="C0805" urn="urn:adsk.eagle:package:13265/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> <package3d name="R0805" urn="urn:adsk.eagle:package:13300/1" type="box" library_version="1"> <description>RESISTOR</description> </package3d> @@ -259,270 +214,8 @@ chip</description> <description>INDUCTOR chip</description> </package3d> -<package3d name="LED_1206" urn="urn:adsk.eagle:package:13319/1" type="box" library_version="1"> -<description>CHICAGO MINIATURE LAMP, INC. -7022X Series SMT LEDs 1206 Package Size</description> -</package3d> </packages3d> </library> -<library name="SparkFun-Connectors"> -<description><h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> -<packages> -<package name="2X20"> -<description><h3>Plated Through Hole - 2x20</h3> -<p>Specifications: -<ul><li>Pin count:40</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_20x2</li> -</ul></p></description> -<wire x1="16.51" y1="-0.635" x2="15.875" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="13.97" y1="-0.635" x2="13.335" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="13.335" y1="-1.27" x2="12.065" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="12.065" y1="-1.27" x2="11.43" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="13.97" y1="-0.635" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="15.875" y1="-1.27" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="8.89" y1="-0.635" x2="8.255" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="11.43" y1="-0.635" x2="10.795" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="10.795" y1="-1.27" x2="9.525" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="9.525" y1="-1.27" x2="8.89" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="6.35" y1="-0.635" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="8.255" y1="-1.27" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="-0.635" y1="1.27" x2="-1.27" y2="0.635" width="0.2032" layer="21"/> -<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="31.75" y1="-0.635" x2="31.115" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="31.115" y1="-1.27" x2="29.845" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="29.845" y1="-1.27" x2="29.21" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="26.67" y1="-0.635" x2="26.035" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="29.21" y1="-0.635" x2="28.575" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="28.575" y1="-1.27" x2="27.305" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="27.305" y1="-1.27" x2="26.67" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="24.13" y1="-0.635" x2="23.495" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="23.495" y1="-1.27" x2="22.225" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="22.225" y1="-1.27" x2="21.59" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="24.13" y1="-0.635" x2="24.765" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="26.035" y1="-1.27" x2="24.765" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="19.05" y1="-0.635" x2="18.415" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="21.59" y1="-0.635" x2="20.955" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="20.955" y1="-1.27" x2="19.685" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="19.685" y1="-1.27" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="16.51" y1="-0.635" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="18.415" y1="-1.27" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> -<pad name="1" x="0" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="3" x="2.54" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="5" x="5.08" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="7" x="7.62" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="9" x="10.16" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="11" x="12.7" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="13" x="15.24" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="15" x="17.78" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="17" x="20.32" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="19" x="22.86" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="21" x="25.4" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="23" x="27.94" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="25" x="30.48" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> -<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> -<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> -<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> -<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> -<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> -<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> -<rectangle x1="30.226" y1="-0.254" x2="30.734" y2="0.254" layer="51"/> -<rectangle x1="27.686" y1="-0.254" x2="28.194" y2="0.254" layer="51"/> -<rectangle x1="25.146" y1="-0.254" x2="25.654" y2="0.254" layer="51"/> -<rectangle x1="22.606" y1="-0.254" x2="23.114" y2="0.254" layer="51"/> -<rectangle x1="20.066" y1="-0.254" x2="20.574" y2="0.254" layer="51"/> -<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> -<wire x1="14.605" y1="3.81" x2="15.875" y2="3.81" width="0.2032" layer="21"/> -<wire x1="15.875" y1="3.81" x2="16.51" y2="3.175" width="0.2032" layer="21"/> -<wire x1="11.43" y1="3.175" x2="12.065" y2="3.81" width="0.2032" layer="21"/> -<wire x1="12.065" y1="3.81" x2="13.335" y2="3.81" width="0.2032" layer="21"/> -<wire x1="13.335" y1="3.81" x2="13.97" y2="3.175" width="0.2032" layer="21"/> -<wire x1="14.605" y1="3.81" x2="13.97" y2="3.175" width="0.2032" layer="21"/> -<wire x1="6.985" y1="3.81" x2="8.255" y2="3.81" width="0.2032" layer="21"/> -<wire x1="8.255" y1="3.81" x2="8.89" y2="3.175" width="0.2032" layer="21"/> -<wire x1="8.89" y1="3.175" x2="9.525" y2="3.81" width="0.2032" layer="21"/> -<wire x1="9.525" y1="3.81" x2="10.795" y2="3.81" width="0.2032" layer="21"/> -<wire x1="10.795" y1="3.81" x2="11.43" y2="3.175" width="0.2032" layer="21"/> -<wire x1="3.81" y1="3.175" x2="4.445" y2="3.81" width="0.2032" layer="21"/> -<wire x1="4.445" y1="3.81" x2="5.715" y2="3.81" width="0.2032" layer="21"/> -<wire x1="5.715" y1="3.81" x2="6.35" y2="3.175" width="0.2032" layer="21"/> -<wire x1="6.985" y1="3.81" x2="6.35" y2="3.175" width="0.2032" layer="21"/> -<wire x1="-0.635" y1="3.81" x2="0.635" y2="3.81" width="0.2032" layer="21"/> -<wire x1="0.635" y1="3.81" x2="1.27" y2="3.175" width="0.2032" layer="21"/> -<wire x1="1.27" y1="3.175" x2="1.905" y2="3.81" width="0.2032" layer="21"/> -<wire x1="1.905" y1="3.81" x2="3.175" y2="3.81" width="0.2032" layer="21"/> -<wire x1="3.175" y1="3.81" x2="3.81" y2="3.175" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="3.175" x2="-1.27" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="1.905" x2="-0.635" y2="1.27" width="0.2032" layer="21"/> -<wire x1="29.21" y1="3.175" x2="29.845" y2="3.81" width="0.2032" layer="21"/> -<wire x1="29.845" y1="3.81" x2="31.115" y2="3.81" width="0.2032" layer="21"/> -<wire x1="31.115" y1="3.81" x2="31.75" y2="3.175" width="0.2032" layer="21"/> -<wire x1="24.765" y1="3.81" x2="26.035" y2="3.81" width="0.2032" layer="21"/> -<wire x1="26.035" y1="3.81" x2="26.67" y2="3.175" width="0.2032" layer="21"/> -<wire x1="26.67" y1="3.175" x2="27.305" y2="3.81" width="0.2032" layer="21"/> -<wire x1="27.305" y1="3.81" x2="28.575" y2="3.81" width="0.2032" layer="21"/> -<wire x1="28.575" y1="3.81" x2="29.21" y2="3.175" width="0.2032" layer="21"/> -<wire x1="21.59" y1="3.175" x2="22.225" y2="3.81" width="0.2032" layer="21"/> -<wire x1="22.225" y1="3.81" x2="23.495" y2="3.81" width="0.2032" layer="21"/> -<wire x1="23.495" y1="3.81" x2="24.13" y2="3.175" width="0.2032" layer="21"/> -<wire x1="24.765" y1="3.81" x2="24.13" y2="3.175" width="0.2032" layer="21"/> -<wire x1="17.145" y1="3.81" x2="18.415" y2="3.81" width="0.2032" layer="21"/> -<wire x1="18.415" y1="3.81" x2="19.05" y2="3.175" width="0.2032" layer="21"/> -<wire x1="19.05" y1="3.175" x2="19.685" y2="3.81" width="0.2032" layer="21"/> -<wire x1="19.685" y1="3.81" x2="20.955" y2="3.81" width="0.2032" layer="21"/> -<wire x1="20.955" y1="3.81" x2="21.59" y2="3.175" width="0.2032" layer="21"/> -<wire x1="17.145" y1="3.81" x2="16.51" y2="3.175" width="0.2032" layer="21"/> -<pad name="26" x="30.48" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="24" x="27.94" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="22" x="25.4" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="20" x="22.86" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="18" x="20.32" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="16" x="17.78" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="14" x="15.24" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="12" x="12.7" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="10" x="10.16" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="8" x="7.62" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="6" x="5.08" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="4" x="2.54" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="2" x="0" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="14.986" y1="2.286" x2="15.494" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="17.526" y1="2.286" x2="18.034" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="20.066" y1="2.286" x2="20.574" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="22.606" y1="2.286" x2="23.114" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="25.146" y1="2.286" x2="25.654" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="27.686" y1="2.286" x2="28.194" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="30.226" y1="2.286" x2="30.734" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="-0.254" y1="2.286" x2="0.254" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="2.286" y1="2.286" x2="2.794" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="4.826" y1="2.286" x2="5.334" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="7.366" y1="2.286" x2="7.874" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="9.906" y1="2.286" x2="10.414" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="12.446" y1="2.286" x2="12.954" y2="2.794" layer="51" rot="R180"/> -<wire x1="1.27" y1="3.175" x2="1.27" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="3.81" y1="3.175" x2="3.81" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="6.35" y1="3.175" x2="6.35" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="8.89" y1="3.175" x2="8.89" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="11.43" y1="3.175" x2="11.43" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="13.97" y1="3.175" x2="13.97" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="16.51" y1="3.175" x2="16.51" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="19.05" y1="3.175" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="21.59" y1="3.175" x2="21.59" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="24.13" y1="3.175" x2="24.13" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="26.67" y1="3.175" x2="26.67" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="29.21" y1="3.175" x2="29.21" y2="-0.635" width="0.2032" layer="21"/> -<pad name="27" x="33.02" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="28" x="33.02" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="29" x="35.56" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="30" x="35.56" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="31" x="38.1" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="32" x="38.1" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="33" x="40.64" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="34" x="40.64" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="35" x="43.18" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="36" x="43.18" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="37" x="45.72" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="38" x="45.72" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="39" x="48.26" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="40" x="48.26" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="32.766" y1="2.286" x2="33.274" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="35.306" y1="2.286" x2="35.814" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="37.846" y1="2.286" x2="38.354" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="40.386" y1="2.286" x2="40.894" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="42.926" y1="2.286" x2="43.434" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="45.466" y1="2.286" x2="45.974" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="48.006" y1="2.286" x2="48.514" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="32.766" y1="-0.254" x2="33.274" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="35.306" y1="-0.254" x2="35.814" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="37.846" y1="-0.254" x2="38.354" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="40.386" y1="-0.254" x2="40.894" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="42.926" y1="-0.254" x2="43.434" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="45.466" y1="-0.254" x2="45.974" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="48.006" y1="-0.254" x2="48.514" y2="0.254" layer="51" rot="R180"/> -<wire x1="49.53" y1="1.905" x2="49.53" y2="3.175" width="0.2032" layer="21"/> -<wire x1="49.53" y1="-0.635" x2="49.53" y2="0.635" width="0.2032" layer="21"/> -<wire x1="48.895" y1="1.27" x2="49.53" y2="0.635" width="0.2032" layer="21"/> -<wire x1="49.53" y1="1.905" x2="48.895" y2="1.27" width="0.2032" layer="21"/> -<wire x1="32.385" y1="3.81" x2="33.655" y2="3.81" width="0.2032" layer="21"/> -<wire x1="33.655" y1="3.81" x2="34.29" y2="3.175" width="0.2032" layer="21"/> -<wire x1="32.385" y1="3.81" x2="31.75" y2="3.175" width="0.2032" layer="21"/> -<wire x1="46.99" y1="3.175" x2="47.625" y2="3.81" width="0.2032" layer="21"/> -<wire x1="47.625" y1="3.81" x2="48.895" y2="3.81" width="0.2032" layer="21"/> -<wire x1="48.895" y1="3.81" x2="49.53" y2="3.175" width="0.2032" layer="21"/> -<wire x1="42.545" y1="3.81" x2="43.815" y2="3.81" width="0.2032" layer="21"/> -<wire x1="43.815" y1="3.81" x2="44.45" y2="3.175" width="0.2032" layer="21"/> -<wire x1="44.45" y1="3.175" x2="45.085" y2="3.81" width="0.2032" layer="21"/> -<wire x1="45.085" y1="3.81" x2="46.355" y2="3.81" width="0.2032" layer="21"/> -<wire x1="46.355" y1="3.81" x2="46.99" y2="3.175" width="0.2032" layer="21"/> -<wire x1="39.37" y1="3.175" x2="40.005" y2="3.81" width="0.2032" layer="21"/> -<wire x1="40.005" y1="3.81" x2="41.275" y2="3.81" width="0.2032" layer="21"/> -<wire x1="41.275" y1="3.81" x2="41.91" y2="3.175" width="0.2032" layer="21"/> -<wire x1="42.545" y1="3.81" x2="41.91" y2="3.175" width="0.2032" layer="21"/> -<wire x1="34.925" y1="3.81" x2="36.195" y2="3.81" width="0.2032" layer="21"/> -<wire x1="36.195" y1="3.81" x2="36.83" y2="3.175" width="0.2032" layer="21"/> -<wire x1="36.83" y1="3.175" x2="37.465" y2="3.81" width="0.2032" layer="21"/> -<wire x1="37.465" y1="3.81" x2="38.735" y2="3.81" width="0.2032" layer="21"/> -<wire x1="38.735" y1="3.81" x2="39.37" y2="3.175" width="0.2032" layer="21"/> -<wire x1="34.925" y1="3.81" x2="34.29" y2="3.175" width="0.2032" layer="21"/> -<wire x1="31.75" y1="3.175" x2="31.75" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="34.29" y1="3.175" x2="34.29" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="36.83" y1="3.175" x2="36.83" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="39.37" y1="3.175" x2="39.37" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="41.91" y1="3.175" x2="41.91" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="44.45" y1="3.175" x2="44.45" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="46.99" y1="3.175" x2="46.99" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="48.895" y1="-1.27" x2="47.625" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="47.625" y1="-1.27" x2="46.99" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="48.895" y1="-1.27" x2="49.53" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="34.29" y1="-0.635" x2="33.655" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="33.655" y1="-1.27" x2="32.385" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="32.385" y1="-1.27" x2="31.75" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="38.735" y1="-1.27" x2="37.465" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="37.465" y1="-1.27" x2="36.83" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="36.83" y1="-0.635" x2="36.195" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="36.195" y1="-1.27" x2="34.925" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="34.925" y1="-1.27" x2="34.29" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="41.91" y1="-0.635" x2="41.275" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="41.275" y1="-1.27" x2="40.005" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="40.005" y1="-1.27" x2="39.37" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="38.735" y1="-1.27" x2="39.37" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="46.355" y1="-1.27" x2="45.085" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="45.085" y1="-1.27" x2="44.45" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="44.45" y1="-0.635" x2="43.815" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="43.815" y1="-1.27" x2="42.545" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="42.545" y1="-1.27" x2="41.91" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="46.355" y1="-1.27" x2="46.99" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="-0.635" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="3.175" x2="-0.635" y2="3.81" width="0.2032" layer="21"/> -<text x="-1.27" y="4.064" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-1.27" y="-2.413" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -<wire x1="-0.889" y1="-1.651" x2="0.762" y2="-1.651" width="0.2032" layer="21"/> -<wire x1="-0.889" y1="-1.651" x2="0.762" y2="-1.651" width="0.2032" layer="22"/> -</package> -</packages> -</library> <library name="transistor-power"> <description><b>Power Transistors</b><p> <author>Created by librarian@cadsoft.de</author></description> @@ -550,13 +243,13 @@ Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description <wire x1="-2.625" y1="-1.875" x2="-2.625" y2="1.875" width="0.2032" layer="51"/> <wire x1="2.625" y1="-1.875" x2="2.625" y2="1.875" width="0.2032" layer="51"/> <circle x="-1.525" y="-1.5" radius="0.4" width="0" layer="21"/> -<smd name="D@1" x="-2.45" y="0.825" dx="0.9" dy="1.25" layer="1"/> -<smd name="D@2" x="-2.45" y="-0.825" dx="0.9" dy="1.25" layer="1"/> +<smd name="D@1" x="-2.45" y="0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> +<smd name="D@2" x="-2.45" y="-0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> <smd name="G" x="-0.7" y="0" dx="0.65" dy="0.65" layer="1"/> <smd name="S@1" x="0.65" y="0.475" dx="0.75" dy="0.75" layer="1"/> <smd name="S@2" x="0.65" y="-0.475" dx="0.75" dy="0.75" layer="1"/> -<smd name="D@3" x="2.45" y="0.825" dx="0.9" dy="1.25" layer="1"/> -<smd name="D@4" x="2.45" y="-0.825" dx="0.9" dy="1.25" layer="1"/> +<smd name="D@3" x="2.45" y="0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> +<smd name="D@4" x="2.45" y="-0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> <text x="-2.54" y="3.175" size="1.27" layer="25">>NAME</text> <text x="-2.54" y="-4.445" size="1.27" layer="27">>VALUE</text> </package> @@ -577,6 +270,435 @@ Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description <text x="-0.3556" y="-0.0508" size="1.27" layer="25" rot="R90">>NAME</text> <text x="1.5748" y="-0.0508" size="1.27" layer="27" rot="R90">>VALUE</text> </package> +<package name="PWRPAD_2-5MM"> +<pad name="P$1" x="0" y="0" drill="2.4892" diameter="3.81"/> +</package> +<package name="BFC"> +<pad name="P$1" x="-4.9784" y="0" drill="2.032" diameter="3.81"/> +<pad name="P$2" x="4.9784" y="0" drill="2.032" diameter="3.81"/> +<circle x="0" y="0" radius="9.9822" width="0.127" layer="21"/> +<text x="-2.54" y="3.81" size="1.27" layer="25">>NAME</text> +<text x="-2.54" y="-5.08" size="1.27" layer="27">>VALUE</text> +</package> +<package name="CBA-SILK-LOGO"> +<circle x="0" y="0" radius="0.254" width="0.127" layer="21"/> +<circle x="-0.762" y="0.762" radius="0.254" width="0.127" layer="21"/> +<wire x1="-0.254" y1="1.016" x2="0.254" y2="1.016" width="0.127" layer="21"/> +<wire x1="0.254" y1="1.016" x2="0.254" y2="0.508" width="0.127" layer="21"/> +<wire x1="0.254" y1="0.508" x2="-0.254" y2="0.508" width="0.127" layer="21"/> +<wire x1="-0.254" y1="0.508" x2="-0.254" y2="1.016" width="0.127" layer="21"/> +<wire x1="-1.016" y1="0.254" x2="-0.508" y2="0.254" width="0.127" layer="21"/> +<wire x1="-0.508" y1="0.254" x2="-0.508" y2="-0.254" width="0.127" layer="21"/> +<wire x1="-0.508" y1="-0.254" x2="-1.016" y2="-0.254" width="0.127" layer="21"/> +<wire x1="-1.016" y1="-0.254" x2="-1.016" y2="0.254" width="0.127" layer="21"/> +<wire x1="0.508" y1="0.508" x2="1.016" y2="0.508" width="0.127" layer="21"/> +<wire x1="1.016" y1="0.508" x2="1.016" y2="1.016" width="0.127" layer="21"/> +<wire x1="1.016" y1="1.016" x2="0.508" y2="1.016" width="0.127" layer="21"/> +<wire x1="0.508" y1="1.016" x2="0.508" y2="0.508" width="0.127" layer="21"/> +<wire x1="0.508" y1="0.254" x2="1.016" y2="0.254" width="0.127" layer="21"/> +<wire x1="1.016" y1="0.254" x2="1.016" y2="-0.254" width="0.127" layer="21"/> +<wire x1="1.016" y1="-0.254" x2="0.508" y2="-0.254" width="0.127" layer="21"/> +<wire x1="0.508" y1="-0.254" x2="0.508" y2="0.254" width="0.127" layer="21"/> +<wire x1="0.508" y1="-0.508" x2="1.016" y2="-0.508" width="0.127" layer="21"/> +<wire x1="1.016" y1="-0.508" x2="1.016" y2="-1.016" width="0.127" layer="21"/> +<wire x1="1.016" y1="-1.016" x2="0.508" y2="-1.016" width="0.127" layer="21"/> +<wire x1="0.508" y1="-1.016" x2="0.508" y2="-0.508" width="0.127" layer="21"/> +<wire x1="0.254" y1="-0.508" x2="-0.254" y2="-0.508" width="0.127" layer="21"/> +<wire x1="-0.254" y1="-0.508" x2="-0.254" y2="-1.016" width="0.127" layer="21"/> +<wire x1="-0.254" y1="-1.016" x2="0.254" y2="-1.016" width="0.127" layer="21"/> +<wire x1="0.254" y1="-1.016" x2="0.254" y2="-0.508" width="0.127" layer="21"/> +<wire x1="-0.508" y1="-0.508" x2="-1.016" y2="-0.508" width="0.127" layer="21"/> +<wire x1="-1.016" y1="-0.508" x2="-1.016" y2="-1.016" width="0.127" layer="21"/> +<wire x1="-1.016" y1="-1.016" x2="-0.508" y2="-1.016" width="0.127" layer="21"/> +<wire x1="-0.508" y1="-1.016" x2="-0.508" y2="-0.508" width="0.127" layer="21"/> +</package> +<package name="MK-LOGO-SILK"> +<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.127" layer="21"/> +<wire x1="-1.27" y1="-1.27" x2="1.27" y2="-1.27" width="0.127" layer="21"/> +<wire x1="1.27" y1="-1.27" x2="1.27" y2="1.27" width="0.127" layer="21"/> +<wire x1="1.27" y1="1.27" x2="-1.27" y2="1.27" width="0.127" layer="21"/> +<wire x1="-0.9525" y1="-1.016" x2="-0.9525" y2="1.016" width="0.127" layer="21"/> +<wire x1="-0.5715" y1="0" x2="-0.9525" y2="1.016" width="0.127" layer="21"/> +<wire x1="-0.1905" y1="1.016" x2="-0.1905" y2="-1.016" width="0.127" layer="21"/> +<wire x1="0.1905" y1="-1.016" x2="0.1905" y2="0" width="0.127" layer="21"/> +<wire x1="0.1905" y1="0" x2="0.1905" y2="1.016" width="0.127" layer="21"/> +<wire x1="0.1905" y1="0" x2="0.9525" y2="1.016" width="0.127" layer="21"/> +<wire x1="0.1905" y1="0" x2="0.9525" y2="-1.016" width="0.127" layer="21"/> +<wire x1="-0.5715" y1="0" x2="-0.1905" y2="1.016" width="0.127" layer="21"/> +</package> +<package name="AYZ0102AGRLC"> +<wire x1="-3.6" y1="-1.5" x2="3.6" y2="-1.5" width="0.127" layer="21"/> +<wire x1="3.6" y1="-1.5" x2="3.6" y2="1.5" width="0.127" layer="21"/> +<wire x1="3.6" y1="1.5" x2="1.5" y2="1.5" width="0.127" layer="21"/> +<wire x1="1.5" y1="1.5" x2="-1.5" y2="1.5" width="0.127" layer="21"/> +<wire x1="-1.5" y1="1.5" x2="-3.6" y2="1.5" width="0.127" layer="21"/> +<wire x1="-3.6" y1="1.5" x2="-3.6" y2="-1.5" width="0.127" layer="21"/> +<wire x1="0" y1="1.6" x2="0" y2="2.5" width="0.127" layer="21"/> +<wire x1="0" y1="2.5" x2="1.5" y2="2.5" width="0.127" layer="21"/> +<wire x1="1.5" y1="2.5" x2="1.5" y2="1.5" width="0.127" layer="21"/> +<smd name="2" x="0" y="-2.3" dx="1" dy="1.2" layer="1"/> +<smd name="3" x="-2.5" y="-2.3" dx="1" dy="1.2" layer="1"/> +<smd name="1" x="2.5" y="-2.3" dx="1" dy="1.2" layer="1"/> +<text x="-2.794" y="2.794" size="1.27" layer="25">>NAME</text> +<text x="-3.302" y="-4.572" size="1.27" layer="27">>VALUE</text> +<hole x="-1.5" y="0.4" drill="0.85"/> +<hole x="1.5" y="0.4" drill="0.85"/> +</package> +<package name="6MM_SWITCH"> +<description><b>OMRON SWITCH</b></description> +<wire x1="3.302" y1="-0.762" x2="3.048" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.302" y1="-0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="1.016" x2="3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.302" y1="0.762" x2="-3.048" y2="0.762" width="0.1524" layer="21"/> +<wire x1="-3.302" y1="0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="2.54" x2="2.54" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="-3.048" x2="3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="3.048" y1="-2.54" x2="3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="3.048" x2="-3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="2.54" x2="-3.048" y2="1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="-2.54" x2="-3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="3.048" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="1.27" y2="3.048" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="-1.27" y2="-2.794" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="1.143" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="-1.27" y1="-2.794" x2="-1.27" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="2.54" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.159" y1="-3.048" x2="-1.27" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="3.048" x2="2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.159" y1="3.048" x2="1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="1.27" y1="3.048" x2="-1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-3.048" x2="1.143" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="1.143" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="3.048" y1="-0.762" x2="3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="0.762" x2="-3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-2.159" x2="1.27" y2="-2.159" width="0.1524" layer="51"/> +<wire x1="1.27" y1="2.286" x2="-1.27" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="1.27" x2="-2.413" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="-0.508" x2="-2.413" y2="-1.27" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="0.508" x2="-2.159" y2="-0.381" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="1.778" width="0.1524" layer="21"/> +<circle x="-2.159" y="-2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="-2.032" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="-2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="0.635" width="0.0508" layer="51"/> +<circle x="0" y="0" radius="0.254" width="0.1524" layer="21"/> +<smd name="1" x="-3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="2" x="3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="3" x="-3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="4" x="3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<text x="-3.048" y="3.683" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-3.048" y="-5.08" size="1.27" layer="27" ratio="10">>VALUE</text> +<text x="-4.318" y="1.651" size="1.27" layer="51" ratio="10">1</text> +<text x="3.556" y="1.524" size="1.27" layer="51" ratio="10">2</text> +<text x="-4.572" y="-2.794" size="1.27" layer="51" ratio="10">3</text> +<text x="3.556" y="-2.794" size="1.27" layer="51" ratio="10">4</text> +</package> +<package name="P-LCC-4"> +<description><b>Power TOPLEDĀ®</b><p> +Source: http://www.osram.convergy.de/ ... LA_LO_LA_LY E67B.pdf</description> +<wire x1="-1.4" y1="-1.05" x2="-1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="-1.6" x2="-1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-0.85" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1" y1="-1.6" x2="1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="-1.6" x2="1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="1.6" x2="1.1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.1" y1="1.6" x2="-1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="1.8" x2="-0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="1.8" x2="-0.5" y2="1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.65" x2="0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.8" x2="1.1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="1.1" y1="1.8" x2="1.1" y2="1.6" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.8" x2="-0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="-1.8" x2="-0.5" y2="-1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.65" x2="0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.8" x2="1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="1" y1="-1.8" x2="1" y2="-1.6" width="0.1016" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<circle x="0" y="0" radius="1.1" width="0.2032" layer="51"/> +<text x="-3.81" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text> +<text x="5.08" y="-2.54" size="1.27" layer="27" rot="R90">>VALUE</text> +<text x="-1.905" y="-3.81" size="1.27" layer="51">R</text> +<text x="-1.905" y="2.54" size="1.27" layer="51">G</text> +<text x="1.27" y="2.54" size="1.27" layer="51">B</text> +<text x="1.27" y="-3.81" size="1.27" layer="51">A</text> +<rectangle x1="-1.15" y1="0.75" x2="-0.35" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="0.75" x2="1.15" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="-1.85" x2="1.15" y2="-0.75" layer="29"/> +<rectangle x1="-1.15" y1="-1.85" x2="-0.35" y2="-0.75" layer="29"/> +<rectangle x1="-1.1" y1="-1.8" x2="-0.4" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="-1.8" x2="1.1" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="0.8" x2="1.1" y2="1.8" layer="31"/> +<rectangle x1="-1.1" y1="0.8" x2="-0.4" y2="1.8" layer="31"/> +<rectangle x1="-0.2" y1="-0.2" x2="0.2" y2="0.2" layer="21"/> +<smd name="A" x="0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="R" x="-0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="G" x="-0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="B" x="0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<circle x="-1.905" y="-1.524" radius="0.127" width="0.127" layer="21"/> +</package> +<package name="DX4R005HJ5"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="25" font="vector" rot="R90">>Value</text> +</package> +<package name="SOT23"> +<description><b>SOT 23</b></description> +<wire x1="1.4224" y1="0.6604" x2="1.4224" y2="-0.6604" width="0.1524" layer="51"/> +<wire x1="1.4224" y1="-0.6604" x2="-1.4224" y2="-0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="-0.6604" x2="-1.4224" y2="0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="0.6604" x2="1.4224" y2="0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="-0.1524" x2="-1.4224" y2="0.6604" width="0.1524" layer="21"/> +<wire x1="-1.4224" y1="0.6604" x2="-0.8636" y2="0.6604" width="0.1524" layer="21"/> +<wire x1="1.4224" y1="0.6604" x2="1.4224" y2="-0.1524" width="0.1524" layer="21"/> +<wire x1="0.8636" y1="0.6604" x2="1.4224" y2="0.6604" width="0.1524" layer="21"/> +<smd name="3" x="0" y="1.1" dx="1" dy="1.4" layer="1"/> +<smd name="2" x="0.95" y="-1.1" dx="1" dy="1.4" layer="1"/> +<smd name="1" x="-0.95" y="-1.1" dx="1" dy="1.4" layer="1"/> +<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> +<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-0.2286" y1="0.7112" x2="0.2286" y2="1.2954" layer="51"/> +<rectangle x1="0.7112" y1="-1.2954" x2="1.1684" y2="-0.7112" layer="51"/> +<rectangle x1="-1.1684" y1="-1.2954" x2="-0.7112" y2="-0.7112" layer="51"/> +</package> +</packages> +</library> +<library name="atsam"> +<packages> +<package name="QFN-64-9X9MM"> +<description><h3>64-pin QFN 9x9mm, 0.5mm pitch</h3> +<p>Package used by ATmega128RFA1</p> +<p><a href="http://www.atmel.com/Images/Atmel-8266-MCU_Wireless-ATmega128RFA1_Datasheet.pdf">Example Datasheet</a></p></description> +<wire x1="-4.492" y1="-4.5" x2="4.508" y2="-4.5" width="0.09" layer="51"/> +<wire x1="4.508" y1="-4.5" x2="4.508" y2="4.5" width="0.09" layer="51"/> +<wire x1="4.508" y1="4.5" x2="-4.492" y2="4.5" width="0.09" layer="51"/> +<wire x1="-4.492" y1="4.5" x2="-4.492" y2="-4.5" width="0.09" layer="51"/> +<wire x1="-4.6" y1="4.6" x2="-4.6" y2="4.1" width="0.2032" layer="21"/> +<wire x1="-4.6" y1="4.6" x2="-4.1" y2="4.6" width="0.2032" layer="21"/> +<wire x1="4.6" y1="4.6" x2="4.1" y2="4.6" width="0.2032" layer="21"/> +<wire x1="4.6" y1="4.6" x2="4.6" y2="4.1" width="0.2032" layer="21"/> +<circle x="-4.842" y="4.85" radius="0.2" width="0" layer="21"/> +<circle x="-3.442" y="3.45" radius="0.2" width="0.09" layer="51"/> +<smd name="26" x="0.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="25" x="0.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="24" x="-0.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="27" x="1.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="28" x="1.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="23" x="-0.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="22" x="-1.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="21" x="-1.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="6" x="-4.5" y="1.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="5" x="-4.5" y="1.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="4" x="-4.5" y="2.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="7" x="-4.5" y="0.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="8" x="-4.5" y="0.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="3" x="-4.5" y="2.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="2" x="-4.5" y="3.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="9" x="-4.5" y="-0.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="10" x="-4.5" y="-0.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="1" x="-4.5" y="3.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="16" x="-4.5" y="-3.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="15" x="-4.5" y="-3.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="14" x="-4.5" y="-2.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="17" x="-3.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="18" x="-3.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="13" x="-4.5" y="-2.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="12" x="-4.5" y="-1.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="19" x="-2.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="20" x="-2.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="11" x="-4.5" y="-1.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="29" x="2.25" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="30" x="2.75" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="31" x="3.25" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="32" x="3.75" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="33" x="4.5" y="-3.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="34" x="4.5" y="-3.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="35" x="4.5" y="-2.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="36" x="4.5" y="-2.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="37" x="4.5" y="-1.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="38" x="4.5" y="-1.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="39" x="4.5" y="-0.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="40" x="4.5" y="-0.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="41" x="4.5" y="0.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="42" x="4.5" y="0.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="43" x="4.5" y="1.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="44" x="4.5" y="1.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="45" x="4.5" y="2.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="46" x="4.5" y="2.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="47" x="4.5" y="3.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="48" x="4.5" y="3.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="49" x="3.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="50" x="3.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="51" x="2.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="52" x="2.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="53" x="1.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="54" x="1.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="55" x="0.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="56" x="0.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="57" x="-0.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="58" x="-0.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="59" x="-1.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="60" x="-1.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="61" x="-2.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="62" x="-2.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="63" x="-3.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="64" x="-3.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<text x="0" y="1.27" size="0.6096" layer="25" font="vector" ratio="20" align="bottom-center">>NAME</text> +<text x="0" y="-1.27" size="0.6096" layer="27" font="vector" ratio="20" align="top-center">>VALUE</text> +<wire x1="4.6" y1="-4.6" x2="4.1" y2="-4.6" width="0.2032" layer="21"/> +<wire x1="4.6" y1="-4.6" x2="4.6" y2="-4.1" width="0.2032" layer="21"/> +<wire x1="-4.6" y1="-4.6" x2="-4.6" y2="-4.1" width="0.2032" layer="21"/> +<wire x1="-4.6" y1="-4.6" x2="-4.1" y2="-4.6" width="0.2032" layer="21"/> +</package> +<package name="TC2030-MCP"> +<description><b>TAG-CONNECT ICSP Connector</b> - Legged version<BR><I>Manufacturer:</I> <a href="http://www.tag-connect.com">Tag-Connect</a> +<p> +Cable for easy In-Circuit Serial Programming. Designed for Microchip ICD2, suitable for many others. +<p> +<b>NOTE:</b> Eagle's default spacing for drill holes does not leave sufficent room for routing traces for this footprint and should be adjusted. <br> +This setting can be found in the board layout editor under the Edit menu. Select "Design Rules" and then the Distance tab. 8 mils for Drill/Hole works well. +<br> +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>MCLR/Vpp</TD></TR> +<TR><TD align=center>2</TD><TD>Vdd</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>PGD (ISPDAT)</TD></TR> +<TR><TD align=center>5</TD><TD>PGC (ISPCLK)</TD></TR> +<TR><TD align=center>6</TD><TD>nc (used for LVP)</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> +Ā©2009 ROFA.cz - modified and updated by Robert Darlington &#8249;rdarlington@gmail.com&#8250;</description> +<smd name="2" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="4" x="2.54" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="6" x="3.81" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="5" x="3.81" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="3" x="2.54" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="1" x="1.27" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<text x="-1.27" y="-2.54" size="1.27" layer="25" rot="R90">>name</text> +<hole x="0" y="0" drill="0.889"/> +<hole x="5.08" y="-1.016" drill="0.889"/> +<hole x="5.08" y="1.016" drill="0.889"/> +<hole x="0" y="2.54" drill="2.3748"/> +<hole x="0" y="-2.54" drill="2.3748"/> +<hole x="3.175" y="-2.54" drill="2.3748"/> +<hole x="3.175" y="2.54" drill="2.3748"/> +<polygon width="0.0254" layer="39"> +<vertex x="1.27" y="-0.2413"/> +<vertex x="1.6637" y="-0.2413"/> +<vertex x="1.6637" y="-0.635"/> +<vertex x="2.1463" y="-0.635"/> +<vertex x="2.1463" y="-0.2413"/> +<vertex x="2.9337" y="-0.2413"/> +<vertex x="2.9337" y="-0.635"/> +<vertex x="3.4163" y="-0.635"/> +<vertex x="3.4163" y="-0.2413"/> +<vertex x="3.81" y="-0.2413"/> +<vertex x="3.81" y="0.2413"/> +<vertex x="3.4163" y="0.2413"/> +<vertex x="3.4163" y="0.635"/> +<vertex x="2.9337" y="0.635"/> +<vertex x="2.9337" y="0.2413"/> +<vertex x="2.1463" y="0.2413"/> +<vertex x="2.1463" y="0.635"/> +<vertex x="1.6637" y="0.635"/> +<vertex x="1.6637" y="0.2413"/> +<vertex x="1.27" y="0.2413"/> +</polygon> +</package> +</packages> +</library> +<library name="borkedlabs-passives"> +<packages> +<package name="0603-CAP"> +<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="-0.356" y1="0.432" x2="0.356" y2="0.432" width="0.1016" layer="51"/> +<wire x1="-0.356" y1="-0.419" x2="0.356" y2="-0.419" width="0.1016" layer="51"/> +<smd name="1" x="-0.85" y="0" dx="1.1" dy="1" layer="1"/> +<smd name="2" x="0.85" y="0" dx="1.1" dy="1" layer="1"/> +<text x="-0.889" y="1.397" size="1.016" layer="25">>NAME</text> +<text x="-1.016" y="-2.413" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-0.8382" y1="-0.4699" x2="-0.3381" y2="0.4801" layer="51"/> +<rectangle x1="0.3302" y1="-0.4699" x2="0.8303" y2="0.4801" layer="51"/> +<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> +</package> +<package name="1210"> +<wire x1="-1.6" y1="1.3" x2="1.6" y2="1.3" width="0.127" layer="51"/> +<wire x1="1.6" y1="1.3" x2="1.6" y2="-1.3" width="0.127" layer="51"/> +<wire x1="1.6" y1="-1.3" x2="-1.6" y2="-1.3" width="0.127" layer="51"/> +<wire x1="-1.6" y1="-1.3" x2="-1.6" y2="1.3" width="0.127" layer="51"/> +<wire x1="-1.6" y1="1.3" x2="1.6" y2="1.3" width="0.2032" layer="21"/> +<wire x1="-1.6" y1="-1.3" x2="1.6" y2="-1.3" width="0.2032" layer="21"/> +<smd name="1" x="-1.6" y="0" dx="1.2" dy="2" layer="1"/> +<smd name="2" x="1.6" y="0" dx="1.2" dy="2" layer="1"/> +<text x="-2.07" y="1.77" size="1.016" layer="25">>NAME</text> +<text x="-2.17" y="-3.24" size="1.016" layer="27">>VALUE</text> +</package> +<package name="0805"> +<smd name="1" x="-0.9" y="0" dx="0.8" dy="1.2" layer="1"/> +<smd name="2" x="0.9" y="0" dx="0.8" dy="1.2" layer="1"/> +<text x="-0.762" y="0.8255" size="1.016" layer="25">>NAME</text> +<text x="-1.016" y="-2.032" size="1.016" layer="27">>VALUE</text> +</package> +<package name="1206"> +<wire x1="-2.473" y1="0.983" x2="2.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="2.473" y1="-0.983" x2="-2.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-2.473" y1="-0.983" x2="-2.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="2.473" y1="0.983" x2="2.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-0.965" y1="0.787" x2="0.965" y2="0.787" width="0.1016" layer="51"/> +<wire x1="-0.965" y1="-0.787" x2="0.965" y2="-0.787" width="0.1016" layer="51"/> +<smd name="1" x="-1.4" y="0" dx="1.6" dy="1.8" layer="1"/> +<smd name="2" x="1.4" y="0" dx="1.6" dy="1.8" layer="1"/> +<text x="-1.27" y="1.143" size="1.016" layer="25">>NAME</text> +<text x="-1.397" y="-2.794" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-1.7018" y1="-0.8509" x2="-0.9517" y2="0.8491" layer="51"/> +<rectangle x1="0.9517" y1="-0.8491" x2="1.7018" y2="0.8509" layer="51"/> +<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/> +</package> +</packages> +</library> +<library name="power"> +<packages> +<package name="PWRPAD_3-25MM"> +<pad name="P$1" x="0" y="0" drill="3.25" diameter="5.75" thermals="no"/> +</package> <package name="HTSSOP-56"> <smd name="P$1" x="-3.749990625" y="6.749984375" dx="1.5494" dy="0.2794" layer="1" rot="R180"/> <smd name="P$2" x="-3.749990625" y="6.2499875" dx="1.5494" dy="0.2794" layer="1" rot="R180"/> @@ -643,154 +765,107 @@ Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description <text x="-2.54" y="-8.89" size="1.27" layer="127">>VALUE</text> <circle x="-2.286" y="6.477" radius="0.254" width="0.127" layer="21"/> </package> -<package name="SOD123"> -<description><b>SMALL OUTLINE DIODE</b></description> -<wire x1="-2.973" y1="0.983" x2="2.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.973" y1="-0.983" x2="-2.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-2.973" y1="-0.983" x2="-2.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.973" y1="0.983" x2="2.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.321" y1="0.787" x2="1.321" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-1.321" y1="-0.787" x2="1.321" y2="-0.787" width="0.1016" layer="51"/> -<wire x1="-1.321" y1="-0.787" x2="-1.321" y2="0.787" width="0.1016" layer="51"/> -<wire x1="1.321" y1="-0.787" x2="1.321" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-1" y1="0" x2="0" y2="0.5" width="0.2032" layer="51"/> -<wire x1="0" y1="0.5" x2="0" y2="-0.5" width="0.2032" layer="51"/> -<wire x1="0" y1="-0.5" x2="-1" y2="0" width="0.2032" layer="51"/> -<wire x1="-1" y1="0.5" x2="-1" y2="0" width="0.2032" layer="51"/> -<wire x1="-1" y1="0" x2="-1" y2="-0.5" width="0.2032" layer="51"/> -<smd name="CATHODE" x="-1.7" y="0" dx="1.6" dy="0.8" layer="1"/> -<smd name="ANODE" x="1.7" y="0" dx="1.6" dy="0.8" layer="1"/> -<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.9558" y1="-0.3048" x2="-1.3716" y2="0.3048" layer="51" rot="R180"/> -<rectangle x1="1.3716" y1="-0.3048" x2="1.9558" y2="0.3048" layer="51" rot="R180"/> -<rectangle x1="-0.4001" y1="-0.7" x2="0.4001" y2="0.7" layer="35"/> -<wire x1="-2.667" y1="0.889" x2="-2.667" y2="-0.889" width="0.127" layer="21"/> -<wire x1="-2.921" y1="0.889" x2="-2.921" y2="-0.889" width="0.127" layer="21"/> -<wire x1="-2.921" y1="-0.889" x2="2.794" y2="-0.889" width="0.127" layer="21"/> -<wire x1="2.794" y1="-0.889" x2="2.794" y2="0.889" width="0.127" layer="21"/> -<wire x1="2.794" y1="0.889" x2="-2.921" y2="0.889" width="0.127" layer="21"/> +<package name="NPTH-3-25MM"> +<hole x="0" y="0" drill="3.25"/> </package> -<package name="2X4-SHROUDED"> -<description><h3>Plated Through Hole - 2x3 Shrouded Header</h3> +</packages> +</library> +<library name="SparkFun-Connectors"> +<description><h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> +<packages> +<package name="JST-6-SMD-HORI-1.0MM"> +<description><h3>JST SH Vertical 6-Pin SMT</h3> <p>Specifications: <ul><li>Pin count:6</li> -<li>Pin pitch:0.1"</li> +<li>Pin pitch: 1 mm</li> </ul></p> -<p><a href=āhttps://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdfā>Datasheet referenced for footprint</a></p> +<p><a href=āhttps://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdfā>Datasheet referenced for footprint</a></p> <p>Example device(s): -<ul><li>CONN_03x2</li> +<ul><li>JST_6PIN_VERTICAL</li> </ul></p></description> -<wire x1="4.5" y1="7.56" x2="4.5" y2="-10.1" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="-10.1" x2="-4.5" y2="-3.47" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="-3.47" x2="-4.5" y2="0.93" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="0.93" x2="-4.5" y2="7.56" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="7.56" x2="4.4" y2="7.56" width="0.2032" layer="21"/> -<wire x1="4.5" y1="-10.1" x2="-4.5" y2="-10.1" width="0.2032" layer="21"/> -<wire x1="-3.4" y1="6.46" x2="3.4" y2="6.46" width="0.2032" layer="51"/> -<wire x1="3.4" y1="6.46" x2="3.4" y2="-9" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-9" x2="3.4" y2="-9" width="0.2032" layer="51"/> -<wire x1="-4.5" y1="0.93" x2="-3" y2="0.93" width="0.2032" layer="21"/> -<wire x1="-3" y1="0.93" x2="-3" y2="-3.47" width="0.2032" layer="21"/> -<wire x1="-3" y1="-3.47" x2="-4.5" y2="-3.47" width="0.2032" layer="21"/> -<wire x1="-3.4" y1="6.46" x2="-3.4" y2="0.93" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-9" x2="-3.4" y2="-3.47" width="0.2032" layer="51"/> -<pad name="1" x="-1.27" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="2" x="1.27" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="3" x="-1.27" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="4" x="1.27" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="5" x="-1.27" y="-2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="6" x="1.27" y="-2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="1.016" y1="2.286" x2="1.524" y2="2.794" layer="51"/> -<rectangle x1="-1.524" y1="2.286" x2="-1.016" y2="2.794" layer="51"/> -<rectangle x1="1.016" y1="-0.254" x2="1.524" y2="0.254" layer="51"/> -<rectangle x1="-1.524" y1="-0.254" x2="-1.016" y2="0.254" layer="51"/> -<rectangle x1="1.016" y1="-2.794" x2="1.524" y2="-2.286" layer="51"/> -<rectangle x1="-1.524" y1="-2.794" x2="-1.016" y2="-2.286" layer="51"/> -<rectangle x1="-1.524" y1="-2.794" x2="-1.016" y2="-2.286" layer="51"/> -<rectangle x1="1.016" y1="-2.794" x2="1.524" y2="-2.286" layer="51"/> -<text x="-3.81" y="7.874" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-3.81" y="-10.922" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -<wire x1="-5.188" y1="3.175" x2="-5.188" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-2.686" y1="3.175" x2="-2.686" y2="1.905" width="0.2032" layer="22"/> -<pad name="7" x="-1.27" y="-5.08" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="8" x="1.27" y="-5.08" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="1.016" y1="-5.334" x2="1.524" y2="-4.826" layer="51"/> -<rectangle x1="-1.524" y1="-5.334" x2="-1.016" y2="-4.826" layer="51"/> -<rectangle x1="-1.524" y1="-5.334" x2="-1.016" y2="-4.826" layer="51"/> -<rectangle x1="1.016" y1="-5.334" x2="1.524" y2="-4.826" layer="51"/> -</package> -<package name="PWRPAD_2-5MM"> -<pad name="P$1" x="0" y="0" drill="2.4892" diameter="3.81"/> -</package> -<package name="PWRPAD_4MM"> -<pad name="P$1" x="0" y="0" drill="3.9878" diameter="6.35"/> -</package> -<package name="BFC"> -<pad name="P$1" x="-4.9784" y="0" drill="2.032" diameter="3.81"/> -<pad name="P$2" x="4.9784" y="0" drill="2.032" diameter="3.81"/> -<circle x="0" y="0" radius="9.9822" width="0.127" layer="21"/> -<text x="-2.54" y="3.81" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-5.08" size="1.27" layer="27">>VALUE</text> +<circle x="-3.44" y="-5.16" radius="0.1047" width="0.4064" layer="21"/> +<wire x1="-2.9" y1="-0.1" x2="2.9" y2="-0.1" width="0.254" layer="21"/> +<wire x1="-4" y1="-2.1" x2="-4" y2="-4.4" width="0.254" layer="21"/> +<wire x1="3.1" y1="-4.4" x2="4" y2="-4.4" width="0.254" layer="21"/> +<wire x1="4" y1="-4.4" x2="4" y2="-2.1" width="0.254" layer="21"/> +<wire x1="-4" y1="-4.4" x2="-3.1" y2="-4.4" width="0.254" layer="21"/> +<smd name="1" x="-2.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="2" x="-1.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="3" x="-0.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="4" x="0.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="5" x="1.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="6" x="2.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="M1" x="-3.8" y="-0.9" dx="1.2" dy="1.8" layer="1"/> +<smd name="M2" x="3.8" y="-0.9" dx="1.2" dy="1.8" layer="1"/> +<text x="-1.524" y="0.54" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.905" y="-6.667" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> </package> -<package name="C2220"> -<description><b>CAPACITOR</b></description> -<wire x1="-3.743" y1="2.253" x2="3.743" y2="2.253" width="0.0508" layer="39"/> -<wire x1="3.743" y1="-2.253" x2="-3.743" y2="-2.253" width="0.0508" layer="39"/> -<wire x1="-3.743" y1="-2.253" x2="-3.743" y2="2.253" width="0.0508" layer="39"/> -<wire x1="3.743" y1="2.253" x2="3.743" y2="-2.253" width="0.0508" layer="39"/> -<smd name="1" x="-2.794" y="0" dx="2.032" dy="5.334" layer="1"/> -<smd name="2" x="2.794" y="0" dx="2.032" dy="5.334" layer="1"/> -<text x="-2.54" y="2.54" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-3.81" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-2.9718" y1="-0.8509" x2="-2.2217" y2="0.8491" layer="51"/> -<rectangle x1="2.2217" y1="-0.8491" x2="2.9718" y2="0.8509" layer="51"/> -</package> -<package name="CBA-SILK-LOGO"> -<circle x="0" y="0" radius="0.254" width="0.127" layer="21"/> -<circle x="-0.762" y="0.762" radius="0.254" width="0.127" layer="21"/> -<wire x1="-0.254" y1="1.016" x2="0.254" y2="1.016" width="0.127" layer="21"/> -<wire x1="0.254" y1="1.016" x2="0.254" y2="0.508" width="0.127" layer="21"/> -<wire x1="0.254" y1="0.508" x2="-0.254" y2="0.508" width="0.127" layer="21"/> -<wire x1="-0.254" y1="0.508" x2="-0.254" y2="1.016" width="0.127" layer="21"/> -<wire x1="-1.016" y1="0.254" x2="-0.508" y2="0.254" width="0.127" layer="21"/> -<wire x1="-0.508" y1="0.254" x2="-0.508" y2="-0.254" width="0.127" layer="21"/> -<wire x1="-0.508" y1="-0.254" x2="-1.016" y2="-0.254" width="0.127" layer="21"/> -<wire x1="-1.016" y1="-0.254" x2="-1.016" y2="0.254" width="0.127" layer="21"/> -<wire x1="0.508" y1="0.508" x2="1.016" y2="0.508" width="0.127" layer="21"/> -<wire x1="1.016" y1="0.508" x2="1.016" y2="1.016" width="0.127" layer="21"/> -<wire x1="1.016" y1="1.016" x2="0.508" y2="1.016" width="0.127" layer="21"/> -<wire x1="0.508" y1="1.016" x2="0.508" y2="0.508" width="0.127" layer="21"/> -<wire x1="0.508" y1="0.254" x2="1.016" y2="0.254" width="0.127" layer="21"/> -<wire x1="1.016" y1="0.254" x2="1.016" y2="-0.254" width="0.127" layer="21"/> -<wire x1="1.016" y1="-0.254" x2="0.508" y2="-0.254" width="0.127" layer="21"/> -<wire x1="0.508" y1="-0.254" x2="0.508" y2="0.254" width="0.127" layer="21"/> -<wire x1="0.508" y1="-0.508" x2="1.016" y2="-0.508" width="0.127" layer="21"/> -<wire x1="1.016" y1="-0.508" x2="1.016" y2="-1.016" width="0.127" layer="21"/> -<wire x1="1.016" y1="-1.016" x2="0.508" y2="-1.016" width="0.127" layer="21"/> -<wire x1="0.508" y1="-1.016" x2="0.508" y2="-0.508" width="0.127" layer="21"/> -<wire x1="0.254" y1="-0.508" x2="-0.254" y2="-0.508" width="0.127" layer="21"/> -<wire x1="-0.254" y1="-0.508" x2="-0.254" y2="-1.016" width="0.127" layer="21"/> -<wire x1="-0.254" y1="-1.016" x2="0.254" y2="-1.016" width="0.127" layer="21"/> -<wire x1="0.254" y1="-1.016" x2="0.254" y2="-0.508" width="0.127" layer="21"/> -<wire x1="-0.508" y1="-0.508" x2="-1.016" y2="-0.508" width="0.127" layer="21"/> -<wire x1="-1.016" y1="-0.508" x2="-1.016" y2="-1.016" width="0.127" layer="21"/> -<wire x1="-1.016" y1="-1.016" x2="-0.508" y2="-1.016" width="0.127" layer="21"/> -<wire x1="-0.508" y1="-1.016" x2="-0.508" y2="-0.508" width="0.127" layer="21"/> +<package name="1X08_NO_SILK"> +<description><h3>Plated Through Hole -8 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<pad name="1" x="0" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="2" x="2.54" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="3" x="5.08" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="4" x="7.62" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="5" x="10.16" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="6" x="12.7" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="7" x="15.24" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="8" x="17.78" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> +<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> +<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> +<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> +<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> +<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> +<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> +<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> +<text x="-1.27" y="1.397" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.27" y="-2.032" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> </package> -<package name="MK-LOGO-SILK"> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.127" layer="21"/> -<wire x1="-1.27" y1="-1.27" x2="1.27" y2="-1.27" width="0.127" layer="21"/> -<wire x1="1.27" y1="-1.27" x2="1.27" y2="1.27" width="0.127" layer="21"/> -<wire x1="1.27" y1="1.27" x2="-1.27" y2="1.27" width="0.127" layer="21"/> -<wire x1="-0.9525" y1="-1.016" x2="-0.9525" y2="1.016" width="0.127" layer="21"/> -<wire x1="-0.5715" y1="0" x2="-0.9525" y2="1.016" width="0.127" layer="21"/> -<wire x1="-0.1905" y1="1.016" x2="-0.1905" y2="-1.016" width="0.127" layer="21"/> -<wire x1="0.1905" y1="-1.016" x2="0.1905" y2="0" width="0.127" layer="21"/> -<wire x1="0.1905" y1="0" x2="0.1905" y2="1.016" width="0.127" layer="21"/> -<wire x1="0.1905" y1="0" x2="0.9525" y2="1.016" width="0.127" layer="21"/> -<wire x1="0.1905" y1="0" x2="0.9525" y2="-1.016" width="0.127" layer="21"/> -<wire x1="-0.5715" y1="0" x2="-0.1905" y2="1.016" width="0.127" layer="21"/> +</packages> +</library> +<library name="SparkFun-DiscreteSemi"> +<description><h3>SparkFun Discrete Semiconductors</h3> +This library contains diodes, optoisolators, TRIACs, MOSFETs, transistors, etc. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> +<packages> +<package name="SOD-323"> +<description>SOD-323 (Small Outline Diode)</description> +<wire x1="-1.77" y1="0.625" x2="-1.77" y2="-0.625" width="0.2032" layer="21"/> +<smd name="C" x="-1.15" y="0" dx="0.63" dy="0.83" layer="1"/> +<smd name="A" x="1.15" y="0" dx="0.63" dy="0.83" layer="1"/> +<text x="0" y="0.762" size="0.6096" layer="25" font="vector" ratio="20" align="bottom-center">>NAME</text> +<text x="0" y="-0.762" size="0.6096" layer="27" font="vector" ratio="20" align="top-center">>VALUE</text> +<wire x1="-0.9" y1="0.625" x2="0.9" y2="0.625" width="0.2032" layer="21"/> +<wire x1="-0.9" y1="-0.625" x2="0.9" y2="-0.625" width="0.2032" layer="21"/> </package> </packages> </library> @@ -821,19 +896,19 @@ design rules under a new name.</description> <param name="layerSetup" value="(1*16)"/> <param name="mtCopper" value="0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm"/> <param name="mtIsolate" value="1.5mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm"/> -<param name="mdWireWire" value="6mil"/> -<param name="mdWirePad" value="6mil"/> -<param name="mdWireVia" value="6mil"/> -<param name="mdPadPad" value="6mil"/> -<param name="mdPadVia" value="6mil"/> -<param name="mdViaVia" value="6mil"/> -<param name="mdSmdPad" value="6mil"/> -<param name="mdSmdVia" value="6mil"/> -<param name="mdSmdSmd" value="6mil"/> +<param name="mdWireWire" value="8mil"/> +<param name="mdWirePad" value="8mil"/> +<param name="mdWireVia" value="8mil"/> +<param name="mdPadPad" value="8mil"/> +<param name="mdPadVia" value="8mil"/> +<param name="mdViaVia" value="8mil"/> +<param name="mdSmdPad" value="8mil"/> +<param name="mdSmdVia" value="8mil"/> +<param name="mdSmdSmd" value="8mil"/> <param name="mdViaViaSameLayer" value="6mil"/> <param name="mnLayersViaInSmd" value="2"/> -<param name="mdCopperDimension" value="6mil"/> -<param name="mdDrill" value="6mil"/> +<param name="mdCopperDimension" value="8mil"/> +<param name="mdDrill" value="8mil"/> <param name="mdSmdStop" value="0mil"/> <param name="msWidth" value="6mil"/> <param name="msDrill" value="0.35mm"/> @@ -875,7 +950,7 @@ design rules under a new name.</description> <param name="srRoundness" value="0"/> <param name="srMinRoundness" value="0mil"/> <param name="srMaxRoundness" value="0mil"/> -<param name="slThermalIsolate" value="6mil"/> +<param name="slThermalIsolate" value="8mil"/> <param name="slThermalsForVias" value="0"/> <param name="dpMaxLengthDifference" value="10mm"/> <param name="dpGapFactor" value="2.5"/> @@ -983,1022 +1058,948 @@ design rules under a new name.</description> </pass> </autorouter> <elements> -<element name="J5" library="SparkFun-Connectors" package="2X20" value="CONN_20X2" x="32.893" y="15.24" rot="R90"/> -<element name="C29" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v" x="26.67" y="20.447"> -<attribute name="SPICEMODEL" value="NONE" x="26.67" y="20.447" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="26.67" y="20.447" size="1.778" layer="27" display="off"/> -</element> -<element name="Q1" library="transistor-power" package="DIRECTFET" value="IRF6648" x="73.914" y="61.214"/> -<element name="Q2" library="transistor-power" package="DIRECTFET" value="IRF6648" x="73.914" y="55.118" rot="R270"/> -<element name="R1" library="fab" package="WSL2726" value="" x="69.85" y="38.735" rot="R90"/> -<element name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="64.516" y="56.642"> -<attribute name="SPICEMODEL" value="NONE" x="64.516" y="56.642" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="64.516" y="56.642" size="1.778" layer="27" display="off"/> -</element> -<element name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="64.516" y="54.61"> -<attribute name="SPICEMODEL" value="NONE" x="64.516" y="54.61" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="64.516" y="54.61" size="1.778" layer="27" display="off"/> -</element> -<element name="Q3" library="transistor-power" package="DIRECTFET" value="IRF6648" x="73.914" y="42.799"/> -<element name="Q4" library="transistor-power" package="DIRECTFET" value="IRF6648" x="73.914" y="36.703" rot="R270"/> -<element name="R5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="60.706" y="41.91" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="79.4004" y="87.4268" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="79.4004" y="87.4268" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="60.706" y="35.433" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="38.2016" y="5.5118" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="38.2016" y="5.5118" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="R4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="55.118" y="59.563"> -<attribute name="SPICEMODEL" value="NONE" x="55.118" y="59.563" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="55.118" y="59.563" size="1.778" layer="27" display="off"/> -</element> -<element name="R7" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="59.055" y="59.563"> -<attribute name="SPICEMODEL" value="NONE" x="59.055" y="59.563" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="59.055" y="59.563" size="1.778" layer="27" display="off"/> -</element> -<element name="R8" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="48.26" y="21.971"> -<attribute name="SPICEMODEL" value="NONE" x="48.26" y="21.971" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="48.26" y="21.971" size="1.778" layer="27" display="off"/> -</element> -<element name="R9" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="52.07" y="21.971"> -<attribute name="SPICEMODEL" value="NONE" x="52.07" y="21.971" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="52.07" y="21.971" size="1.778" layer="27" display="off"/> -</element> -<element name="R10" library="fab" package="WSL2726" value="" x="69.85" y="20.828" rot="R90"/> -<element name="Q5" library="transistor-power" package="DIRECTFET" value="IRF6648" x="73.914" y="23.622"/> -<element name="Q6" library="transistor-power" package="DIRECTFET" value="IRF6648" x="73.914" y="17.526" rot="R270"/> -<element name="R11" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="60.706" y="24.13" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="79.4004" y="62.0776" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="79.4004" y="62.0776" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="R12" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="60.706" y="17.653" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="48.1584" y="-25.2222" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="48.1584" y="-25.2222" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="R13" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="48.26" y="19.939"> -<attribute name="SPICEMODEL" value="NONE" x="0.4572" y="26.3398" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="0.4572" y="26.3398" size="1.778" layer="27" display="off"/> -</element> -<element name="R14" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="52.07" y="19.939"> -<attribute name="SPICEMODEL" value="NONE" x="21.8948" y="30.1498" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="21.8948" y="30.1498" size="1.778" layer="27" display="off"/> -</element> -<element name="U$1" library="fab" package="HTSSOP-56" value="DRV8302" x="49.657" y="40.132"/> -<element name="C1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF" x="56.261" y="42.799"> -<attribute name="SPICEMODEL" value="NONE" x="56.261" y="42.799" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="56.261" y="42.799" size="1.778" layer="27" display="off"/> -</element> -<element name="C2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF" x="56.261" y="39.37" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="56.261" y="39.37" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="56.261" y="39.37" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF" x="56.261" y="36.83" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="56.261" y="36.83" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="56.261" y="36.83" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="1nF" x="44.069" y="28.956"> -<attribute name="SPICEMODEL" value="NONE" x="44.069" y="28.956" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="44.069" y="28.956" size="1.778" layer="27" display="off"/> -</element> -<element name="C5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="1nF" x="47.625" y="28.956"> -<attribute name="SPICEMODEL" value="NONE" x="47.625" y="28.956" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="47.625" y="28.956" size="1.778" layer="27" display="off"/> -</element> -<element name="R15" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="43.053" y="25.908" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="43.053" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="43.053" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="R16" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="44.831" y="25.908" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="44.831" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="44.831" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="R17" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="46.863" y="25.908" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="46.863" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="46.863" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="R18" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="48.641" y="25.908" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="48.641" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="48.641" y="25.908" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="C6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF" x="51.689" y="30.988" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="51.689" y="30.988" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="51.689" y="30.988" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="C7" library="fab" package="C2220" value="10uF" x="58.674" y="29.21"/> -<element name="C10" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF" x="44.704" y="32.131" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="44.704" y="32.131" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="44.704" y="32.131" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C11" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="22nF" x="43.688" y="38.735" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="43.688" y="38.735" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="43.688" y="38.735" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="C13" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF" x="42.164" y="43.053"> -<attribute name="SPICEMODEL" value="NONE" x="42.164" y="43.053" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="42.164" y="43.053" size="1.778" layer="27" display="off"/> -</element> -<element name="C14" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF" x="42.418" y="41.275"> -<attribute name="SPICEMODEL" value="NONE" x="42.418" y="41.275" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="42.418" y="41.275" size="1.778" layer="27" display="off"/> -</element> -<element name="C15" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF" x="42.799" y="34.163"> -<attribute name="SPICEMODEL" value="NONE" x="42.799" y="34.163" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="42.799" y="34.163" size="1.778" layer="27" display="off"/> -</element> -<element name="C16" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF" x="42.799" y="35.941"> -<attribute name="SPICEMODEL" value="NONE" x="42.799" y="35.941" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="42.799" y="35.941" size="1.778" layer="27" display="off"/> -</element> -<element name="R19" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3" x="38.227" y="45.974" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="38.227" y="45.974" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="38.227" y="45.974" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C12" library="fab" package="C2220" value="10uF" x="72.771" y="29.21" rot="R180"/> -<element name="C17" library="fab" package="C2220" value="10uF" x="72.898" y="48.26" rot="R180"/> -<element name="C18" library="fab" package="C2220" value="10uF" x="66.294" y="61.087" rot="R180"/> -<element name="C19" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF" x="56.261" y="45.72"> -<attribute name="SPICEMODEL" value="NONE" x="56.261" y="45.72" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="56.261" y="45.72" size="1.778" layer="27" display="off"/> -</element> -<element name="R20" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="1M" x="58.166" y="49.784" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="58.166" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="58.166" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="R21" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="10K" x="38.227" y="44.196" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="38.227" y="44.196" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="38.227" y="44.196" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="R22" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="10k" x="38.227" y="42.418" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="38.227" y="42.418" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="38.227" y="42.418" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C20" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v" x="49.022" y="55.88" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="49.022" y="55.88" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="49.022" y="55.88" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C21" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v" x="49.022" y="54.102" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="49.022" y="54.102" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="49.022" y="54.102" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="L1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="L1812" package3d_urn="urn:adsk.eagle:package:13290/1" value="22uH" x="50.038" y="51.308"> -<attribute name="SPICEMODEL" value="NONE" x="50.038" y="51.308" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="L" x="50.038" y="51.308" size="1.778" layer="27" display="off"/> -</element> -<element name="C22" library="fab" package="C2220" value="10uF" x="57.15" y="54.864" rot="R180"/> -<element name="R23" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="56K" x="45.212" y="49.784" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="45.212" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="45.212" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="R24" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="16.2K" x="41.656" y="53.34" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="41.656" y="53.34" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="41.656" y="53.34" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="C24" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="120pF" x="43.434" y="49.784" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="43.434" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="43.434" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="C26" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="6.8nF" x="41.656" y="49.784" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="41.656" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="41.656" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="R25" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="18K" x="39.37" y="53.34" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="39.37" y="53.34" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="39.37" y="53.34" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="R26" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3" x="39.37" y="49.784" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="39.37" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="39.37" y="49.784" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="LED1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="LED_1206" package3d_urn="urn:adsk.eagle:package:13319/1" value="" x="14.224" y="63.246"> -<attribute name="SPICEMODEL" value="NONE" x="14.224" y="63.246" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="D" x="14.224" y="63.246" size="1.778" layer="27" display="off"/> -<attribute name="SPICETYPE" value="diode" x="14.224" y="63.246" size="1.778" layer="27" display="off"/> -</element> -<element name="LED2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="LED_1206" package3d_urn="urn:adsk.eagle:package:13319/1" value="" x="14.224" y="61.214"> -<attribute name="SPICEMODEL" value="NONE" x="14.224" y="61.214" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="D" x="14.224" y="61.214" size="1.778" layer="27" display="off"/> -<attribute name="SPICETYPE" value="diode" x="14.224" y="61.214" size="1.778" layer="27" display="off"/> -</element> -<element name="R27" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3" x="13.716" y="59.182"> -<attribute name="SPICEMODEL" value="NONE" x="13.716" y="59.182" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="13.716" y="59.182" size="1.778" layer="27" display="off"/> -</element> -<element name="R28" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3" x="13.716" y="65.278"> -<attribute name="SPICEMODEL" value="NONE" x="13.716" y="65.278" size="1.778" layer="27" display="off"/> -<attribute name="SPICEPREFIX" value="R" x="13.716" y="65.278" size="1.778" layer="27" display="off"/> -</element> -<element name="D1" library="fab" package="SOD123" value="" x="50.038" y="48.514" rot="R180"/> -<element name="J1" library="fab" package="2X4-SHROUDED" value="" x="16.637" y="20.066" rot="R180"/> -<element name="J2" library="fab" package="2X4-SHROUDED" value="" x="16.637" y="40.64" rot="R180"/> -<element name="J3" library="fab" package="PWRPAD_2-5MM" value="PWRPAD2-5MM" x="80.01" y="57.15"/> -<element name="J4" library="fab" package="PWRPAD_2-5MM" value="PWRPAD2-5MM" x="80.01" y="39.37"/> -<element name="J6" library="fab" package="PWRPAD_2-5MM" value="PWRPAD2-5MM" x="80.01" y="21.59"/> -<element name="J7" library="fab" package="PWRPAD_4MM" value="PWRPAD4MM" x="83.82" y="62.23"/> -<element name="J8" library="fab" package="PWRPAD_4MM" value="PWRPAD4MM" x="96.52" y="62.23"/> -<element name="BFC1" library="fab" package="BFC" value="BFC" x="90.17" y="49.53"/> -<element name="BFC2" library="fab" package="BFC" value="BFC" x="90.17" y="29.21"/> -<element name="J9" library="fab" package="PWRPAD_4MM" value="PWRPAD4MM" x="83.82" y="16.51"/> -<element name="J10" library="fab" package="PWRPAD_4MM" value="PWRPAD4MM" x="96.52" y="16.51"/> -<element name="C9" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v" x="15.367" y="31.496" rot="R180"> -<attribute name="SPICEMODEL" value="NONE" x="15.367" y="31.496" size="1.778" layer="27" rot="R180" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="15.367" y="31.496" size="1.778" layer="27" rot="R180" display="off"/> -</element> -<element name="C8" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="1uF" x="53.467" y="30.988" rot="R270"> -<attribute name="SPICEMODEL" value="NONE" x="53.467" y="30.988" size="1.778" layer="27" rot="R270" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="53.467" y="30.988" size="1.778" layer="27" rot="R270" display="off"/> -</element> -<element name="C23" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="1uF" x="54.229" y="49.149" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="54.229" y="49.149" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="54.229" y="49.149" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="C25" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="C0805" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF" x="56.007" y="49.149" rot="R90"> -<attribute name="SPICEMODEL" value="NONE" x="56.007" y="49.149" size="1.778" layer="27" rot="R90" display="off"/> -<attribute name="SPICEPREFIX" value="C" x="56.007" y="49.149" size="1.778" layer="27" rot="R90" display="off"/> -</element> -<element name="U$2" library="fab" package="CBA-SILK-LOGO" value="" x="14.859" y="55.245"/> -<element name="U$3" library="fab" package="MK-LOGO-SILK" value="" x="18.288" y="55.245"/> -</elements> -<signals> -<signal name="GND"> -<contactref element="C29" pad="1"/> -<contactref element="J5" pad="1"/> -<contactref element="J5" pad="3"/> -<contactref element="J5" pad="5"/> -<polygon width="0.2032" layer="16"> -<vertex x="11.176" y="66.802"/> -<vertex x="101.346" y="66.802"/> -<vertex x="101.346" y="11.684"/> -<vertex x="11.176" y="11.684"/> -</polygon> -<contactref element="R1" pad="A"/> -<contactref element="R4" pad="1"/> -<contactref element="R8" pad="1"/> -<contactref element="R10" pad="A"/> -<contactref element="R13" pad="1"/> -<contactref element="Q2" pad="S@2"/> -<contactref element="Q2" pad="S@1"/> -<contactref element="U$1" pad="P$57"/> -<contactref element="C6" pad="2"/> -<contactref element="C7" pad="2"/> -<contactref element="U$1" pad="P$28"/> -<contactref element="C10" pad="1"/> -<contactref element="R19" pad="2"/> -<contactref element="C18" pad="2"/> -<contactref element="C17" pad="2"/> -<contactref element="C12" pad="2"/> -<contactref element="R20" pad="1"/> -<contactref element="R21" pad="2"/> -<contactref element="C22" pad="1"/> -<contactref element="C21" pad="1"/> -<contactref element="C20" pad="1"/> -<contactref element="R23" pad="1"/> -<contactref element="C24" pad="1"/> -<contactref element="R24" pad="1"/> -<contactref element="R26" pad="2"/> -<contactref element="D1" pad="ANODE"/> -<via x="48.387" y="42.799" extent="1-16" drill="0.35"/> -<via x="49.657" y="42.799" extent="1-16" drill="0.35"/> -<via x="50.927" y="42.799" extent="1-16" drill="0.35"/> -<via x="48.387" y="41.91" extent="1-16" drill="0.35"/> -<via x="48.387" y="41.021" extent="1-16" drill="0.35"/> -<via x="48.387" y="40.132" extent="1-16" drill="0.35"/> -<via x="48.387" y="38.354" extent="1-16" drill="0.35"/> -<via x="48.387" y="39.243" extent="1-16" drill="0.35"/> -<via x="48.387" y="37.465" extent="1-16" drill="0.35"/> -<via x="49.657" y="41.91" extent="1-16" drill="0.35"/> -<via x="49.657" y="41.021" extent="1-16" drill="0.35"/> -<via x="50.927" y="41.91" extent="1-16" drill="0.35"/> -<via x="50.927" y="41.021" extent="1-16" drill="0.35"/> -<via x="50.927" y="40.132" extent="1-16" drill="0.35"/> -<via x="49.657" y="40.132" extent="1-16" drill="0.35"/> -<via x="49.657" y="39.243" extent="1-16" drill="0.35"/> -<via x="49.657" y="38.354" extent="1-16" drill="0.35"/> -<via x="49.657" y="37.465" extent="1-16" drill="0.35"/> -<via x="50.927" y="39.243" extent="1-16" drill="0.35"/> -<via x="50.927" y="38.354" extent="1-16" drill="0.35"/> -<via x="50.927" y="37.465" extent="1-16" drill="0.35"/> -<contactref element="J8" pad="P$1"/> +<element name="Q1" library="transistor-power" package="DIRECTFET" value="IRF6648" x="70.358" y="52.832"/> +<element name="Q2" library="transistor-power" package="DIRECTFET" value="IRF6648" x="70.358" y="46.736" rot="R270"/> +<element name="R30" library="fab" package="WSL2726" value="" x="66.294" y="36.449" rot="R90"/> +<element name="R24" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="64.897" y="50.546"> +<attribute name="SPICEMODEL" value="NONE" x="64.897" y="50.546" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="64.897" y="50.546" size="1.778" layer="27" display="off"/> +</element> +<element name="R25" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="64.897" y="48.387"> +<attribute name="SPICEMODEL" value="NONE" x="64.897" y="48.387" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="64.897" y="48.387" size="1.778" layer="27" display="off"/> +</element> +<element name="Q3" library="transistor-power" package="DIRECTFET" value="IRF6648" x="70.358" y="40.513"/> +<element name="Q4" library="transistor-power" package="DIRECTFET" value="IRF6648" x="70.358" y="34.417" rot="R270"/> +<element name="R28" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="57.912" y="39.751" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="76.6064" y="85.2678" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="76.6064" y="85.2678" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R29" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="57.912" y="33.147" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="35.4076" y="3.2258" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="35.4076" y="3.2258" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="R27" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="61.214" y="43.434"> +<attribute name="SPICEMODEL" value="NONE" x="61.214" y="43.434" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="61.214" y="43.434" size="1.778" layer="27" display="off"/> +</element> +<element name="R26" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="64.77" y="43.434"> +<attribute name="SPICEMODEL" value="NONE" x="64.77" y="43.434" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="64.77" y="43.434" size="1.778" layer="27" display="off"/> +</element> +<element name="R32" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="61.976" y="19.558"> +<attribute name="SPICEMODEL" value="NONE" x="61.976" y="19.558" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="61.976" y="19.558" size="1.778" layer="27" display="off"/> +</element> +<element name="R31" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="65.278" y="19.558"> +<attribute name="SPICEMODEL" value="NONE" x="65.278" y="19.558" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="65.278" y="19.558" size="1.778" layer="27" display="off"/> +</element> +<element name="R35" library="fab" package="WSL2726" value="" x="66.294" y="25.4" rot="R90"/> +<element name="Q5" library="transistor-power" package="DIRECTFET" value="IRF6648" x="70.358" y="28.194"/> +<element name="Q6" library="transistor-power" package="DIRECTFET" value="IRF6648" x="70.358" y="22.098" rot="R270"/> +<element name="R33" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="57.912" y="28.702" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="76.6064" y="66.6496" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="76.6064" y="66.6496" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R34" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2" x="57.912" y="22.225" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="45.3644" y="-20.6502" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="45.3644" y="-20.6502" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="R37" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="61.976" y="16.764"> +<attribute name="SPICEMODEL" value="NONE" x="14.1732" y="23.1648" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="14.1732" y="23.1648" size="1.778" layer="27" display="off"/> +</element> +<element name="R36" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="65.278" y="16.764"> +<attribute name="SPICEMODEL" value="NONE" x="35.1028" y="26.9748" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="35.1028" y="26.9748" size="1.778" layer="27" display="off"/> +</element> +<element name="U2" library="power" package="HTSSOP-56" value="DRV8302" x="47.371" y="37.084"/> +<element name="C31" library="borkedlabs-passives" package="0805" value="0.1uF" x="53.848" y="40.259"> +<attribute name="PACKAGE" value="0805" x="53.848" y="40.259" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.848" y="40.259" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.848" y="40.259" size="1.778" layer="27" display="off"/> +</element> +<element name="C32" library="borkedlabs-passives" package="0805" value="0.1uF" x="54.229" y="37.338"> +<attribute name="PACKAGE" value="0805" x="54.229" y="37.338" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="54.229" y="37.338" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="54.229" y="37.338" size="1.778" layer="27" display="off"/> +</element> +<element name="C33" library="borkedlabs-passives" package="0805" value="0.1uF" x="54.229" y="33.655" rot="R180"> +<attribute name="PACKAGE" value="0805" x="54.229" y="33.655" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="54.229" y="33.655" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="54.229" y="33.655" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C28" library="borkedlabs-passives" package="0805" value="1nF" x="45.593" y="26.035"> +<attribute name="PACKAGE" value="0805" x="45.593" y="26.035" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="45.593" y="26.035" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="45.593" y="26.035" size="1.778" layer="27" display="off"/> +</element> +<element name="C29" library="borkedlabs-passives" package="0805" value="1nF" x="49.149" y="26.035"> +<attribute name="PACKAGE" value="0805" x="49.149" y="26.035" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="49.149" y="26.035" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="49.149" y="26.035" size="1.778" layer="27" display="off"/> +</element> +<element name="R18" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="44.704" y="23.622" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="44.704" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="44.704" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="R19" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="46.482" y="23.622" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="46.482" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="46.482" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="R20" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="48.26" y="23.622" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="48.26" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="48.26" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="R21" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100" x="50.038" y="23.622" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="50.038" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="50.038" y="23.622" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="C24" library="borkedlabs-passives" package="0805" value="0.1uF" x="52.07" y="28.067"> +<attribute name="PACKAGE" value="0805" x="52.07" y="28.067" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="52.07" y="28.067" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="52.07" y="28.067" size="1.778" layer="27" display="off"/> +</element> +<element name="C26" library="borkedlabs-passives" package="1210" value="10uF" x="53.34" y="25.908"> +<attribute name="PACKAGE" value="1210" x="53.34" y="25.908" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.34" y="25.908" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.34" y="25.908" size="1.778" layer="27" display="off"/> +</element> +<element name="C20" library="borkedlabs-passives" package="1206" value="2.2uF" x="44.196" y="28.829"> +<attribute name="PACKAGE" value="1206" x="44.196" y="28.829" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="44.196" y="28.829" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="44.196" y="28.829" size="1.778" layer="27" display="off"/> +</element> +<element name="C19" library="borkedlabs-passives" package="0805" value="22nF" x="40.4495" y="36.5125"> +<attribute name="PACKAGE" value="0805" x="40.4495" y="36.5125" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="40.4495" y="36.5125" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="40.4495" y="36.5125" size="1.778" layer="27" display="off"/> +</element> +<element name="C16" library="borkedlabs-passives" package="1206" value="2.2uF" x="39.116" y="40.386"> +<attribute name="PACKAGE" value="1206" x="39.116" y="40.386" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="39.116" y="40.386" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="39.116" y="40.386" size="1.778" layer="27" display="off"/> +</element> +<element name="C13" library="borkedlabs-passives" package="1206" value="2.2uF" x="39.116" y="38.608"> +<attribute name="PACKAGE" value="1206" x="39.116" y="38.608" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="39.116" y="38.608" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="39.116" y="38.608" size="1.778" layer="27" display="off"/> +</element> +<element name="C17" library="borkedlabs-passives" package="1206" value="2.2uF" x="39.116" y="30.353"> +<attribute name="PACKAGE" value="1206" x="39.116" y="30.353" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="39.116" y="30.353" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="39.116" y="30.353" size="1.778" layer="27" display="off"/> +</element> +<element name="C14" library="borkedlabs-passives" package="1206" value="2.2uF" x="39.116" y="32.131"> +<attribute name="PACKAGE" value="1206" x="39.116" y="32.131" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="39.116" y="32.131" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="39.116" y="32.131" size="1.778" layer="27" display="off"/> +</element> +<element name="R11" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3" x="38.481" y="44.069" rot="R180"> +<attribute name="SPICEMODEL" value="NONE" x="38.481" y="44.069" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="38.481" y="44.069" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C40" library="borkedlabs-passives" package="1210" value="10uF" x="76.454" y="28.194"> +<attribute name="PACKAGE" value="1210" x="76.454" y="28.194" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="76.454" y="28.194" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="76.454" y="28.194" size="1.778" layer="27" display="off"/> +</element> +<element name="C42" library="borkedlabs-passives" package="1210" value="10uF" x="76.454" y="40.513"> +<attribute name="PACKAGE" value="1210" x="76.454" y="40.513" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="76.454" y="40.513" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="76.454" y="40.513" size="1.778" layer="27" display="off"/> +</element> +<element name="C44" library="borkedlabs-passives" package="1210" value="10uF" x="76.454" y="52.832"> +<attribute name="PACKAGE" value="1210" x="76.454" y="52.832" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="76.454" y="52.832" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="76.454" y="52.832" size="1.778" layer="27" display="off"/> +</element> +<element name="C35" library="borkedlabs-passives" package="0805" value="0.1uF" x="53.848" y="43.053"> +<attribute name="PACKAGE" value="0805" x="53.848" y="43.053" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.848" y="43.053" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.848" y="43.053" size="1.778" layer="27" display="off"/> +</element> +<element name="R17" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="1M" x="56.388" y="47.879" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="56.388" y="47.879" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="56.388" y="47.879" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R10" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="10k" x="38.481" y="42.291" rot="R180"> +<attribute name="SPICEMODEL" value="NONE" x="38.481" y="42.291" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="38.481" y="42.291" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="L2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="L1812" package3d_urn="urn:adsk.eagle:package:13290/1" value="22uH" x="47.244" y="46.482" rot="R180"> +<attribute name="SPICEMODEL" value="NONE" x="47.244" y="46.482" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="SPICEPREFIX" value="L" x="47.244" y="46.482" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C30" library="borkedlabs-passives" package="1210" value="10uF" x="53.086" y="48.768"> +<attribute name="PACKAGE" value="1210" x="53.086" y="48.768" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.086" y="48.768" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.086" y="48.768" size="1.778" layer="27" display="off"/> +</element> +<element name="R12" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="200k" x="42.926" y="46.736" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="42.926" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="42.926" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R9" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="16.2K" x="39.624" y="50.292" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="39.624" y="50.292" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="39.624" y="50.292" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="C18" library="borkedlabs-passives" package="0805" value="120pF" x="41.148" y="46.736" rot="R270"> +<attribute name="PACKAGE" value="0805" x="41.148" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="41.148" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="41.148" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="C15" library="borkedlabs-passives" package="0805" value="6.8nF" x="39.624" y="46.736" rot="R270"> +<attribute name="PACKAGE" value="0805" x="39.624" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="39.624" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="39.624" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="31.6k" x="37.592" y="50.292" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="37.592" y="50.292" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="37.592" y="50.292" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="10k" x="37.592" y="46.736" rot="R270"> +<attribute name="SPICEMODEL" value="NONE" x="37.592" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="37.592" y="46.736" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R8" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="1k" x="22.86" y="54.102"> +<attribute name="SPICEMODEL" value="NONE" x="22.86" y="54.102" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="22.86" y="54.102" size="1.778" layer="27" display="off"/> +</element> +<element name="R7" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2" x="22.86" y="50.546"> +<attribute name="SPICEMODEL" value="NONE" x="22.86" y="50.546" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="22.86" y="50.546" size="1.778" layer="27" display="off"/> +</element> +<element name="J7" library="fab" package="PWRPAD_2-5MM" value="PWRPAD2-5MM" x="76.454" y="46.736"/> +<element name="J16" library="fab" package="PWRPAD_2-5MM" value="PWRPAD2-5MM" x="76.454" y="34.417"/> +<element name="J17" library="fab" package="PWRPAD_2-5MM" value="PWRPAD2-5MM" x="76.454" y="22.098"/> +<element name="J8" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="82.677" y="58.801"/> +<element name="J9" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="95.758" y="58.801"/> +<element name="BFC1" library="fab" package="BFC" value="BFC" x="88.9" y="47.498"/> +<element name="BFC2" library="fab" package="BFC" value="BFC" x="89.027" y="26.67"/> +<element name="J10" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="82.55" y="15.494"/> +<element name="J11" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="95.758" y="15.494"/> +<element name="C25" library="borkedlabs-passives" package="0805" value="1uF" x="52.07" y="29.21"> +<attribute name="PACKAGE" value="0805" x="52.07" y="29.21" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="52.07" y="29.21" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="52.07" y="29.21" size="1.778" layer="27" display="off"/> +</element> +<element name="C34" library="borkedlabs-passives" package="0805" value="1uF" x="53.086" y="46.482"> +<attribute name="PACKAGE" value="0805" x="53.086" y="46.482" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.086" y="46.482" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.086" y="46.482" size="1.778" layer="27" display="off"/> +</element> +<element name="C36" library="borkedlabs-passives" package="0805" value="0.1uF" x="53.086" y="45.212"> +<attribute name="PACKAGE" value="0805" x="53.086" y="45.212" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.086" y="45.212" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.086" y="45.212" size="1.778" layer="27" display="off"/> +</element> +<element name="U$2" library="fab" package="CBA-SILK-LOGO" value="" x="39.751" y="69.596"/> +<element name="U$3" library="fab" package="MK-LOGO-SILK" value="" x="36.576" y="69.723"/> +<element name="U1" library="atsam" package="QFN-64-9X9MM" value="ATSAMD51QFN64" x="22.733" y="37.084" rot="R90"/> +<element name="C6" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="16.764" y="36.449" rot="R270"> +<attribute name="PACKAGE" value="0603" x="16.764" y="36.449" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="16.764" y="36.449" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="16.764" y="36.449" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="C4" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="18.923" y="43.688" rot="R90"> +<attribute name="PACKAGE" value="0603" x="18.923" y="43.688" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="TYPE" value="" x="18.923" y="43.688" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="VOLTAGE" value="" x="18.923" y="43.688" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="C3" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="26.035" y="43.688" rot="R90"> +<attribute name="PACKAGE" value="0603" x="26.035" y="43.688" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="TYPE" value="" x="26.035" y="43.688" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="VOLTAGE" value="" x="26.035" y="43.688" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="C2" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="28.575" y="34.544" rot="R270"> +<attribute name="PACKAGE" value="0603" x="28.575" y="34.544" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="28.575" y="34.544" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="28.575" y="34.544" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="J1" library="atsam" package="TC2030-MCP" value="" x="10.922" y="29.464"/> +<element name="C37" library="borkedlabs-passives" package="1210" value="100uF" x="47.244" y="51.308"> +<attribute name="PACKAGE" value="1210" x="47.244" y="51.308" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="47.244" y="51.308" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="47.244" y="51.308" size="1.778" layer="27" display="off"/> +</element> +<element name="C38" library="borkedlabs-passives" package="0805" value="1uF" x="45.466" y="49.022"> +<attribute name="PACKAGE" value="0805" x="45.466" y="49.022" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="45.466" y="49.022" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="45.466" y="49.022" size="1.778" layer="27" display="off"/> +</element> +<element name="J15" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="12.192" y="15.24"/> +<element name="J13" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="70.358" y="58.674"/> +<element name="J12" library="power" package="PWRPAD_3-25MM" value="PWRPADM3" x="12.192" y="58.928"/> +<element name="D4" library="SparkFun-DiscreteSemi" package="SOD-323" value="1A/23V/620mV" x="48.514" y="49.022"> +<attribute name="PROD_ID" value="DIO-11623" x="48.514" y="49.022" size="1.778" layer="27" display="off"/> +<attribute name="VALUE" value="1A/23V/620mV" x="48.514" y="49.022" size="1.778" layer="27" display="off"/> +</element> +<element name="C27" library="borkedlabs-passives" package="0805" value="15nF" x="53.086" y="51.054"> +<attribute name="PACKAGE" value="0805" x="53.086" y="51.054" size="1.778" layer="27" display="off"/> +<attribute name="TYPE" value="" x="53.086" y="51.054" size="1.778" layer="27" display="off"/> +<attribute name="VOLTAGE" value="" x="53.086" y="51.054" size="1.778" layer="27" display="off"/> +</element> +<element name="S2" library="fab" package="AYZ0102AGRLC" value="SLIDE-SWITCH" x="10.414" y="38.735" rot="R90"/> +<element name="S1" library="fab" package="6MM_SWITCH" value="" x="24.257" y="24.638" rot="R180"/> +<element name="D1" library="fab" package="P-LCC-4" value="LEDRGBNEW" x="26.924" y="53.086" rot="R90"/> +<element name="X1" library="fab" package="DX4R005HJ5" value="MICRO-USB_ORIG" x="11.557" y="48.895" rot="R270"/> +<element name="IC1" library="fab" package="SOT23" value="" x="16.51" y="48.26" rot="R270"/> +<element name="C11" library="borkedlabs-passives" package="0805" value="1uF" x="16.256" y="51.816" rot="R180"> +<attribute name="PACKAGE" value="0805" x="16.256" y="51.816" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="16.256" y="51.816" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="16.256" y="51.816" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C10" library="borkedlabs-passives" package="0805" value="0.1uF" x="16.256" y="50.546" rot="R180"> +<attribute name="PACKAGE" value="0805" x="16.256" y="50.546" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="16.256" y="50.546" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="16.256" y="50.546" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C8" library="borkedlabs-passives" package="0805" value="10uF" x="16.256" y="45.974" rot="R180"> +<attribute name="PACKAGE" value="0805" x="16.256" y="45.974" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="16.256" y="45.974" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="16.256" y="45.974" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C39" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="61.214" y="42.164" rot="R180"> +<attribute name="PACKAGE" value="0603" x="61.214" y="42.164" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="61.214" y="42.164" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="61.214" y="42.164" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C41" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="61.976" y="18.288" rot="R180"> +<attribute name="PACKAGE" value="0603" x="61.976" y="18.288" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="61.976" y="18.288" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="61.976" y="18.288" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C43" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="61.976" y="15.494" rot="R180"> +<attribute name="PACKAGE" value="0603" x="61.976" y="15.494" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="61.976" y="15.494" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="61.976" y="15.494" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="R39" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6" x="54.356" y="16.764"> +<attribute name="SPICEMODEL" value="NONE" x="54.356" y="16.764" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="54.356" y="16.764" size="1.778" layer="27" display="off"/> +</element> +<element name="R38" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K" x="57.658" y="16.764"> +<attribute name="SPICEMODEL" value="NONE" x="57.658" y="16.764" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="57.658" y="16.764" size="1.778" layer="27" display="off"/> +</element> +<element name="C45" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="54.356" y="15.494" rot="R180"> +<attribute name="PACKAGE" value="0603" x="54.356" y="15.494" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="54.356" y="15.494" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="54.356" y="15.494" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C21" library="borkedlabs-passives" package="1206" value="10uF" x="28.702" y="19.304" rot="R180"> +<attribute name="PACKAGE" value="1206" x="28.702" y="19.304" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="28.702" y="19.304" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="28.702" y="19.304" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="J4" library="SparkFun-Connectors" package="JST-6-SMD-HORI-1.0MM" value="BM06B-SRSS-TB" x="28.702" y="12.192" rot="R180"> +<attribute name="PROD_ID" value="XXX-00000" x="28.702" y="12.192" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="J6" library="SparkFun-Connectors" package="JST-6-SMD-HORI-1.0MM" value="BM06B-SRSS-TB" x="19.812" y="61.976"> +<attribute name="PROD_ID" value="XXX-00000" x="19.812" y="61.976" size="1.778" layer="27" display="off"/> +</element> +<element name="C22" library="borkedlabs-passives" package="1206" value="10uF" x="19.812" y="19.304" rot="R180"> +<attribute name="PACKAGE" value="1206" x="19.812" y="9.652" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="19.812" y="9.652" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="19.812" y="9.652" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="J5" library="SparkFun-Connectors" package="JST-6-SMD-HORI-1.0MM" value="BM06B-SRSS-TB" x="19.812" y="12.192" rot="R180"> +<attribute name="PROD_ID" value="XXX-00000" x="28.956" y="8.89" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C23" library="borkedlabs-passives" package="0805" value="1uF" x="17.399" y="55.372" rot="R180"> +<attribute name="PACKAGE" value="0805" x="17.399" y="55.372" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="TYPE" value="" x="17.399" y="55.372" size="1.778" layer="27" rot="R180" display="off"/> +<attribute name="VOLTAGE" value="" x="17.399" y="55.372" size="1.778" layer="27" rot="R180" display="off"/> +</element> +<element name="C7" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="16.764" y="39.751" rot="R90"> +<attribute name="PACKAGE" value="0603" x="16.764" y="39.751" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="TYPE" value="" x="16.764" y="39.751" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="VOLTAGE" value="" x="16.764" y="39.751" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="C5" library="borkedlabs-passives" package="1206" value="4.7uF" x="14.986" y="40.513" rot="R270"> +<attribute name="PACKAGE" value="1206" x="14.986" y="40.513" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="14.986" y="40.513" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="14.986" y="40.513" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="L1" library="borkedlabs-passives" package="0805" value="" x="19.05" y="30.226" rot="R270"> +<attribute name="PACKAGE" value="0805" x="19.05" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="C12" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="20.447" y="30.226" rot="R270"> +<attribute name="PACKAGE" value="0603" x="20.447" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="20.447" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="20.447" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R2" library="borkedlabs-passives" package="0805" value="220R" x="18.796" y="24.638" rot="R270"> +<attribute name="PACKAGE" value="0805" x="18.796" y="24.638" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="PRECISION" value="" x="18.796" y="24.638" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="C1" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="22.479" y="30.226" rot="R270"> +<attribute name="PACKAGE" value="0603" x="22.479" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="22.479" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="22.479" y="30.226" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="C9" library="borkedlabs-passives" package="0603-CAP" value="0.1uF" x="20.32" y="24.638" rot="R270"> +<attribute name="PACKAGE" value="0603" x="20.32" y="24.638" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="TYPE" value="" x="20.32" y="24.638" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="VOLTAGE" value="" x="20.32" y="24.638" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R1" library="borkedlabs-passives" package="0805" value="1k" x="14.986" y="36.449" rot="R270"> +<attribute name="PACKAGE" value="0805" x="14.986" y="36.449" size="1.778" layer="27" rot="R270" display="off"/> +<attribute name="PRECISION" value="" x="14.986" y="36.449" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="S3" library="fab" package="AYZ0102AGRLC" value="SLIDE-SWITCH" x="42.672" y="60.452"/> +<element name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3" x="37.592" y="59.436" rot="R90"> +<attribute name="SPICEMODEL" value="NONE" x="37.592" y="59.436" size="1.778" layer="27" rot="R90" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="37.592" y="59.436" size="1.778" layer="27" rot="R90" display="off"/> +</element> +<element name="J3" library="SparkFun-Connectors" package="1X08_NO_SILK" value="" x="33.274" y="35.814" rot="R270"> +<attribute name="PROD_ID" value="CONN-08438" x="33.274" y="35.814" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="J2" library="SparkFun-Connectors" package="1X08_NO_SILK" value="" x="33.274" y="56.134" rot="R270"> +<attribute name="PROD_ID" value="CONN-08438" x="33.274" y="56.134" size="1.778" layer="27" rot="R270" display="off"/> +</element> +<element name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2" x="22.86" y="52.324"> +<attribute name="SPICEMODEL" value="NONE" x="22.86" y="52.324" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="22.86" y="52.324" size="1.778" layer="27" display="off"/> +</element> +<element name="R22" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="1k" x="2.032" y="-47.752"> +<attribute name="SPICEMODEL" value="NONE" x="2.032" y="-35.052" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="2.032" y="-35.052" size="1.778" layer="27" display="off"/> +</element> +<element name="R14" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2" x="7.112" y="-47.752"> +<attribute name="SPICEMODEL" value="NONE" x="2.032" y="-41.402" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="2.032" y="-41.402" size="1.778" layer="27" display="off"/> +</element> +<element name="D2" library="fab" package="P-LCC-4" value="LEDRGBNEW" x="5.842" y="-40.132"/> +<element name="R13" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2" x="12.192" y="-47.752"> +<attribute name="SPICEMODEL" value="NONE" x="2.032" y="-56.642" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="2.032" y="-56.642" size="1.778" layer="27" display="off"/> +</element> +<element name="R23" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="1k" x="2.032" y="-66.802"> +<attribute name="SPICEMODEL" value="NONE" x="2.032" y="-54.102" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="2.032" y="-54.102" size="1.778" layer="27" display="off"/> +</element> +<element name="R16" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2" x="7.112" y="-66.802"> +<attribute name="SPICEMODEL" value="NONE" x="2.032" y="-60.452" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="2.032" y="-60.452" size="1.778" layer="27" display="off"/> +</element> +<element name="D3" library="fab" package="P-LCC-4" value="LEDRGBNEW" x="5.842" y="-59.182"/> +<element name="R15" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R0805" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2" x="12.192" y="-66.802"> +<attribute name="SPICEMODEL" value="NONE" x="2.032" y="-75.692" size="1.778" layer="27" display="off"/> +<attribute name="SPICEPREFIX" value="R" x="2.032" y="-75.692" size="1.778" layer="27" display="off"/> +</element> +<element name="M1" library="power" package="NPTH-3-25MM" value="M3-NPTH" x="-14.859" y="-71.628"/> +</elements> +<signals> +<signal name="GND"> +<polygon width="0.2032" layer="16"> +<vertex x="8.89" y="61.976"/> +<vertex x="99.06" y="61.976"/> +<vertex x="99.06" y="12.192"/> +<vertex x="8.89" y="12.192"/> +</polygon> +<contactref element="R30" pad="A"/> +<contactref element="R27" pad="1"/> +<contactref element="R32" pad="1"/> +<contactref element="R35" pad="A"/> +<contactref element="R37" pad="1"/> +<contactref element="Q2" pad="S@2"/> +<contactref element="Q2" pad="S@1"/> +<contactref element="U2" pad="P$57"/> +<contactref element="C24" pad="2"/> +<contactref element="C26" pad="2"/> +<contactref element="U2" pad="P$28"/> +<contactref element="C20" pad="1"/> +<contactref element="R11" pad="2"/> +<contactref element="C44" pad="2"/> +<contactref element="C42" pad="2"/> +<contactref element="C40" pad="2"/> +<contactref element="R17" pad="1"/> +<contactref element="C18" pad="1"/> +<contactref element="R9" pad="1"/> +<contactref element="R5" pad="2"/> +<via x="46.101" y="39.751" extent="1-16" drill="0.35"/> +<via x="47.371" y="39.751" extent="1-16" drill="0.35"/> +<via x="48.641" y="39.751" extent="1-16" drill="0.35"/> +<via x="46.101" y="38.862" extent="1-16" drill="0.35"/> +<via x="46.101" y="37.973" extent="1-16" drill="0.35"/> +<via x="46.101" y="37.084" extent="1-16" drill="0.35"/> +<via x="46.101" y="35.306" extent="1-16" drill="0.35"/> +<via x="46.101" y="36.195" extent="1-16" drill="0.35"/> +<via x="46.101" y="34.417" extent="1-16" drill="0.35"/> +<via x="47.371" y="38.862" extent="1-16" drill="0.35"/> +<via x="47.371" y="37.973" extent="1-16" drill="0.35"/> +<via x="48.641" y="38.862" extent="1-16" drill="0.35"/> +<via x="48.641" y="37.973" extent="1-16" drill="0.35"/> +<via x="48.641" y="37.084" extent="1-16" drill="0.35"/> +<via x="47.371" y="37.084" extent="1-16" drill="0.35"/> +<via x="47.371" y="36.195" extent="1-16" drill="0.35"/> +<via x="47.371" y="35.306" extent="1-16" drill="0.35"/> +<via x="47.371" y="34.417" extent="1-16" drill="0.35"/> +<via x="48.641" y="36.195" extent="1-16" drill="0.35"/> +<via x="48.641" y="35.306" extent="1-16" drill="0.35"/> +<via x="48.641" y="34.417" extent="1-16" drill="0.35"/> +<contactref element="J9" pad="P$1"/> <contactref element="BFC1" pad="P$2"/> <contactref element="BFC2" pad="P$2"/> -<contactref element="J10" pad="P$1"/> -<contactref element="J1" pad="1"/> -<contactref element="J2" pad="1"/> -<contactref element="C9" pad="1"/> -<wire x1="16.317" y1="31.496" x2="17.907" y2="31.496" width="0.4064" layer="1"/> -<via x="17.907" y="31.496" extent="1-16" drill="0.35"/> -<wire x1="48.338" y1="48.514" x2="48.338" y2="47.42" width="0.3048" layer="1"/> -<wire x1="48.338" y1="47.42" x2="48.387" y2="47.371" width="0.3048" layer="1"/> -<via x="48.387" y="47.371" extent="1-16" drill="0.4"/> -<wire x1="49.972" y1="54.102" x2="49.972" y2="55.88" width="0.3048" layer="1"/> -<wire x1="49.972" y1="55.88" x2="49.972" y2="57.089" width="0.3048" layer="1"/> -<wire x1="49.972" y1="57.089" x2="49.911" y2="57.15" width="0.3048" layer="1"/> -<via x="49.911" y="57.15" extent="1-16" drill="0.4"/> -<contactref element="C8" pad="2"/> -<contactref element="C23" pad="2"/> +<contactref element="J11" pad="P$1"/> <contactref element="C25" pad="2"/> -<wire x1="47.107146875" y1="33.3820125" x2="45.907009375" y2="33.3820125" width="0.1524" layer="1"/> -<wire x1="47.107146875" y1="33.3820125" x2="47.121565625" y2="33.39643125" width="0.1524" layer="1"/> -<via x="47.121565625" y="33.39643125" extent="1-16" drill="0.4"/> +<contactref element="C16" pad="1"/> <contactref element="C13" pad="1"/> -<contactref element="C14" pad="1"/> -<wire x1="41.656" y1="54.29" x2="42.357" y2="54.29" width="0.2032" layer="1"/> -<wire x1="42.357" y1="54.29" x2="43.18" y2="53.467" width="0.2032" layer="1"/> -<wire x1="43.18" y1="52.451" x2="43.18" y2="53.467" width="0.2032" layer="1"/> -<via x="43.18" y="52.451" extent="1-16" drill="0.4"/> -<wire x1="43.434" y1="50.734" x2="43.434" y2="52.197" width="0.2032" layer="1"/> -<wire x1="45.212" y1="50.734" x2="45.212" y2="51.689" width="0.2032" layer="1"/> -<wire x1="45.212" y1="51.689" x2="44.704" y2="52.197" width="0.2032" layer="1"/> -<wire x1="44.704" y1="52.197" x2="43.434" y2="52.197" width="0.2032" layer="1"/> -<wire x1="43.434" y1="52.197" x2="43.18" y2="52.451" width="0.2032" layer="1"/> -<wire x1="45.907009375" y1="33.3820125" x2="45.907009375" y2="32.130009375" width="0.2032" layer="1"/> -<wire x1="45.907009375" y1="32.130009375" x2="45.654" y2="32.131" width="0.2032" layer="1"/> -<wire x1="51.066003125" y1="40.881996875" x2="50.927" y2="41.021" width="0.2032" layer="1"/> -<contactref element="U$1" pad="P$44"/> -<wire x1="53.40699375" y1="40.881996875" x2="54.978996875" y2="40.881996875" width="0.2032" layer="1"/> -<wire x1="54.978996875" y1="40.881996875" x2="55.499" y2="41.402" width="0.2032" layer="1"/> -<wire x1="55.499" y1="41.402" x2="57.785" y2="41.402" width="0.2032" layer="1"/> -<wire x1="57.785" y1="41.402" x2="58.42" y2="42.037" width="0.2032" layer="1"/> -<wire x1="58.42" y1="42.037" x2="58.42" y2="43.688" width="0.2032" layer="1"/> -<wire x1="68.072" y1="53.34" x2="69.088" y2="53.34" width="0.2032" layer="1"/> -<wire x1="69.088" y1="53.34" x2="70.231" y2="54.483" width="0.2032" layer="1"/> -<wire x1="70.231" y1="54.483" x2="73.424" y2="54.483" width="0.2032" layer="1"/> -<wire x1="73.424" y1="54.483" x2="73.439" y2="54.468" width="0.2032" layer="1"/> -<wire x1="58.42" y1="43.688" x2="68.072" y2="53.34" width="0.2032" layer="1"/> -<wire x1="73.439" y1="54.468" x2="74.389" y2="54.468" width="0.2032" layer="1"/> -<wire x1="47.31" y1="19.939" x2="45.847" y2="19.939" width="0.2032" layer="1"/> -<via x="45.847" y="19.939" extent="1-16" drill="0.25"/> -<wire x1="47.31" y1="21.971" x2="45.847" y2="21.971" width="0.2032" layer="1"/> -<via x="45.847" y="21.971" extent="1-16" drill="0.25"/> -<wire x1="41.468" y1="41.275" x2="41.468" y2="42.799" width="0.4064" layer="1"/> -<wire x1="41.468" y1="42.799" x2="41.214" y2="43.053" width="0.4064" layer="1"/> -<via x="41.214" y="43.053" extent="1-16" drill="0.4"/> -<wire x1="37.277" y1="44.196" x2="37.277" y2="45.974" width="0.4064" layer="1"/> -<wire x1="37.277" y1="45.974" x2="37.277" y2="47.686" width="0.4064" layer="1"/> -<wire x1="37.211" y1="47.752" x2="37.277" y2="47.686" width="0.4064" layer="1"/> -<via x="37.211" y="47.752" extent="1-16" drill="0.4"/> -<wire x1="39.37" y1="48.834" x2="38.293" y2="48.834" width="0.4064" layer="1"/> -<wire x1="38.293" y1="48.834" x2="37.211" y2="47.752" width="0.4064" layer="1"/> -<wire x1="54.168" y1="59.563" x2="54.168" y2="60.894" width="0.4064" layer="1"/> -<wire x1="54.168" y1="60.894" x2="54.102" y2="60.96" width="0.4064" layer="1"/> -<via x="54.102" y="60.96" extent="1-16" drill="0.4"/> +<wire x1="48.780003125" y1="37.833996875" x2="48.641" y2="37.973" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$44"/> +<wire x1="69.883" y1="46.086" x2="70.833" y2="46.086" width="0.2032" layer="1"/> +<via x="37.716" y="40.386" extent="1-16" drill="0.4"/> +<via x="65.659" y="26.924" extent="1-16" drill="0.4"/> +<via x="64.643" y="26.924" extent="1-16" drill="0.4"/> +<via x="63.5" y="26.924" extent="1-16" drill="0.4"/> +<via x="62.357" y="26.924" extent="1-16" drill="0.4"/> +<via x="61.341" y="26.924" extent="1-16" drill="0.4"/> +<via x="61.849" y="26.162" extent="1-16" drill="0.4"/> +<via x="64.643" y="37.846" extent="1-16" drill="0.4"/> +<via x="63.5" y="37.846" extent="1-16" drill="0.4"/> +<via x="65.659" y="37.846" extent="1-16" drill="0.4"/> +<via x="61.849" y="37.084" extent="1-16" drill="0.4"/> +<via x="62.357" y="37.846" extent="1-16" drill="0.4"/> +<via x="65.151" y="37.084" extent="1-16" drill="0.4"/> +<via x="61.341" y="37.846" extent="1-16" drill="0.4"/> +<via x="62.865" y="37.084" extent="1-16" drill="0.4"/> +<via x="64.135" y="37.084" extent="1-16" drill="0.4"/> <polygon width="0.1524" layer="1" isolate="0.254" thermals="no"> -<vertex x="64.135" y="22.86"/> -<vertex x="64.135" y="25.527"/> -<vertex x="63.119" y="26.543"/> -<vertex x="60.579" y="26.543"/> -<vertex x="60.452" y="26.67"/> -<vertex x="60.452" y="31.75"/> -<vertex x="60.579" y="31.877"/> -<vertex x="62.23" y="31.877"/> -<vertex x="62.611" y="31.496"/> -<vertex x="68.58" y="31.496"/> -<vertex x="68.961" y="31.877"/> -<vertex x="70.993" y="31.877"/> -<vertex x="70.993" y="26.67"/> -<vertex x="70.866" y="26.543"/> -<vertex x="70.231" y="26.543"/> -<vertex x="69.977" y="26.289"/> -<vertex x="69.977" y="22.86"/> -<vertex x="69.85" y="22.733"/> -<vertex x="64.262" y="22.733"/> +<vertex x="68.834" y="46.863"/> +<vertex x="71.755" y="46.863"/> +<vertex x="71.755" y="45.212"/> +<vertex x="68.834" y="45.212"/> +<vertex x="68.58" y="45.466"/> +<vertex x="67.437" y="45.466"/> +<vertex x="66.675" y="44.704"/> +<vertex x="63.373" y="44.704"/> +<vertex x="63.373" y="47.244"/> +<vertex x="68.453" y="47.244"/> </polygon> -<wire x1="54.229" y1="50.099" x2="56.007" y2="50.099" width="0.3048" layer="1"/> -<wire x1="56.007" y1="50.099" x2="56.007" y2="50.927" width="0.3048" layer="1"/> -<wire x1="56.515" y1="51.435" x2="56.007" y2="50.927" width="0.3048" layer="1"/> -<via x="56.515" y="51.435" extent="1-16" drill="0.4"/> -<wire x1="58.166" y1="50.734" x2="57.724" y2="50.734" width="0.3048" layer="1"/> -<wire x1="57.724" y1="50.734" x2="57.023" y2="51.435" width="0.3048" layer="1"/> -<wire x1="57.023" y1="51.435" x2="56.515" y2="51.435" width="0.3048" layer="1"/> -<polygon width="0.2032" layer="1" isolate="0.254" thermals="no"> -<vertex x="62.484" y="63.754"/> -<vertex x="62.484" y="58.42"/> -<vertex x="65.786" y="58.42"/> -<vertex x="65.786" y="63.754"/> -</polygon> -<polygon width="0.1524" layer="1" isolate="0.254" thermals="no"> -<vertex x="60.96" y="57.531"/> -<vertex x="57.658" y="57.531"/> -<vertex x="57.658" y="52.07"/> -<vertex x="60.96" y="52.07"/> -<vertex x="61.087" y="52.197"/> -<vertex x="61.087" y="57.404"/> -</polygon> -<polygon width="0.1524" layer="1" isolate="0.254" thermals="no"> -<vertex x="71.247" y="50.927"/> -<vertex x="69.088" y="50.927"/> -<vertex x="64.262" y="45.974"/> -<vertex x="64.262" y="40.767"/> -<vertex x="69.85" y="40.767"/> -<vertex x="69.85" y="45.466"/> -<vertex x="71.247" y="45.466"/> +<via x="63.754" y="46.863" extent="1-16" drill="0.4"/> +<via x="63.754" y="45.085" extent="1-16" drill="0.4"/> +<via x="64.77" y="46.863" extent="1-16" drill="0.4"/> +<via x="64.262" y="45.974" extent="1-16" drill="0.4"/> +<via x="66.802" y="46.863" extent="1-16" drill="0.4"/> +<via x="66.294" y="45.974" extent="1-16" drill="0.4"/> +<via x="65.786" y="45.085" extent="1-16" drill="0.4"/> +<via x="64.77" y="45.085" extent="1-16" drill="0.4"/> +<via x="65.278" y="45.974" extent="1-16" drill="0.4"/> +<via x="65.786" y="46.863" extent="1-16" drill="0.4"/> +<contactref element="C17" pad="1"/> +<contactref element="C14" pad="1"/> +<via x="65.151" y="26.162" extent="1-16" drill="0.4"/> +<via x="62.865" y="26.162" extent="1-16" drill="0.4"/> +<via x="64.135" y="26.162" extent="1-16" drill="0.4"/> +<contactref element="U1" pad="7"/> +<contactref element="U1" pad="54"/> +<contactref element="U1" pad="47"/> +<contactref element="U1" pad="33"/> +<contactref element="U1" pad="22"/> +<contactref element="C6" pad="2"/> +<contactref element="C4" pad="2"/> +<contactref element="C3" pad="2"/> +<contactref element="C2" pad="2"/> +<contactref element="J1" pad="3"/> +<contactref element="J1" pad="5"/> +<contactref element="C34" pad="2"/> +<contactref element="C36" pad="2"/> +<contactref element="C30" pad="2"/> +<contactref element="D4" pad="C"/> +<contactref element="C37" pad="2"/> +<contactref element="C38" pad="2"/> +<contactref element="C27" pad="2"/> +<contactref element="R12" pad="1"/> +<contactref element="X1" pad="GND"/> +<contactref element="IC1" pad="3"/> +<contactref element="C10" pad="1"/> +<contactref element="C11" pad="1"/> +<contactref element="C8" pad="1"/> +<contactref element="C43" pad="2"/> +<contactref element="C41" pad="2"/> +<contactref element="C39" pad="2"/> +<contactref element="R39" pad="1"/> +<contactref element="C45" pad="2"/> +<contactref element="J4" pad="6"/> +<contactref element="C21" pad="2"/> +<contactref element="J4" pad="1"/> +<contactref element="J5" pad="6"/> +<contactref element="C22" pad="2"/> +<contactref element="J5" pad="1"/> +<contactref element="J6" pad="1"/> +<contactref element="C23" pad="2"/> +<contactref element="C7" pad="2"/> +<contactref element="C5" pad="1"/> +<contactref element="C12" pad="2"/> +<contactref element="C1" pad="2"/> +<contactref element="R2" pad="2"/> +<polygon width="0.1524" layer="1" thermals="no"> +<vertex x="60.706" y="36.449"/> +<vertex x="60.706" y="41.021"/> +<vertex x="66.294" y="41.021"/> +<vertex x="66.294" y="36.449"/> </polygon> -<via x="63.881" y="30.48" extent="1-16" drill="0.4"/> -<via x="62.992" y="29.972" extent="1-16" drill="0.4"/> -<via x="62.992" y="28.956" extent="1-16" drill="0.4"/> -<via x="62.992" y="27.94" extent="1-16" drill="0.4"/> -<via x="62.992" y="26.924" extent="1-16" drill="0.4"/> -<via x="68.58" y="26.924" extent="1-16" drill="0.4"/> -<via x="68.58" y="27.94" extent="1-16" drill="0.4"/> -<via x="68.58" y="28.956" extent="1-16" drill="0.4"/> -<via x="68.58" y="29.972" extent="1-16" drill="0.4"/> -<via x="68.58" y="30.988" extent="1-16" drill="0.4"/> -<via x="67.564" y="26.416" extent="1-16" drill="0.4"/> -<via x="66.548" y="26.416" extent="1-16" drill="0.4"/> -<via x="65.532" y="26.416" extent="1-16" drill="0.4"/> -<via x="64.516" y="26.416" extent="1-16" drill="0.4"/> -<via x="65.024" y="27.305" extent="1-16" drill="0.4"/> -<via x="69.088" y="44.196" extent="1-16" drill="0.4"/> -<via x="68.072" y="44.196" extent="1-16" drill="0.4"/> -<via x="67.056" y="44.196" extent="1-16" drill="0.4"/> -<via x="66.04" y="44.196" extent="1-16" drill="0.4"/> -<via x="65.024" y="44.196" extent="1-16" drill="0.4"/> -<via x="68.58" y="49.276" extent="1-16" drill="0.4"/> -<via x="68.58" y="48.26" extent="1-16" drill="0.4"/> -<via x="68.58" y="47.244" extent="1-16" drill="0.4"/> -<via x="68.58" y="46.228" extent="1-16" drill="0.4"/> -<via x="67.564" y="46.736" extent="1-16" drill="0.4"/> -<via x="67.564" y="45.212" extent="1-16" drill="0.4"/> -<via x="65.024" y="59.436" extent="1-16" drill="0.4"/> -<via x="65.024" y="60.452" extent="1-16" drill="0.4"/> -<via x="65.024" y="61.468" extent="1-16" drill="0.4"/> -<via x="65.024" y="62.484" extent="1-16" drill="0.4"/> -<via x="58.42" y="56.388" extent="1-16" drill="0.4"/> -<via x="58.42" y="55.372" extent="1-16" drill="0.4"/> -<via x="58.42" y="54.356" extent="1-16" drill="0.4"/> -<via x="58.42" y="53.34" extent="1-16" drill="0.4"/> -<via x="66.548" y="45.212" extent="1-16" drill="0.4"/> -<via x="65.532" y="45.212" extent="1-16" drill="0.4"/> -<via x="68.58" y="45.212" extent="1-16" drill="0.4"/> -<via x="67.564" y="47.752" extent="1-16" drill="0.4"/> -<polygon width="0.1524" layer="1" isolate="0.254" thermals="no"> -<vertex x="72.39" y="55.245"/> -<vertex x="75.311" y="55.245"/> -<vertex x="75.311" y="53.594"/> -<vertex x="72.39" y="53.594"/> -<vertex x="72.136" y="53.848"/> -<vertex x="70.993" y="53.848"/> -<vertex x="70.231" y="53.086"/> -<vertex x="68.707" y="53.086"/> -<vertex x="68.707" y="55.626"/> -<vertex x="72.009" y="55.626"/> +<polygon width="0.1524" layer="1" thermals="no"> +<vertex x="60.706" y="25.527"/> +<vertex x="60.706" y="29.972"/> +<vertex x="66.294" y="29.972"/> +<vertex x="66.294" y="25.527"/> </polygon> -<via x="71.882" y="55.245" extent="1-16" drill="0.4"/> -<via x="71.882" y="54.356" extent="1-16" drill="0.4"/> -<via x="70.993" y="54.356" extent="1-16" drill="0.4"/> -<via x="70.993" y="55.245" extent="1-16" drill="0.4"/> -<via x="70.104" y="55.245" extent="1-16" drill="0.4"/> -<via x="70.104" y="54.356" extent="1-16" drill="0.4"/> -<via x="70.104" y="53.467" extent="1-16" drill="0.4"/> -<via x="69.215" y="53.467" extent="1-16" drill="0.4"/> -<via x="69.215" y="54.356" extent="1-16" drill="0.4"/> -<via x="69.215" y="55.245" extent="1-16" drill="0.4"/> -<wire x1="51.689" y1="30.038" x2="53.467" y2="30.038" width="0.3048" layer="1"/> -<wire x1="51.689" y1="30.038" x2="51.689" y2="28.702" width="0.3048" layer="1"/> -<via x="51.689" y="28.702" extent="1-16" drill="0.4"/> -<wire x1="53.467" y1="30.038" x2="53.467" y2="28.702" width="0.3048" layer="1"/> -<via x="53.467" y="28.702" extent="1-16" drill="0.4"/> -<contactref element="C15" pad="1"/> -<contactref element="C16" pad="1"/> -<wire x1="41.849" y1="34.163" x2="41.849" y2="35.941" width="0.3048" layer="1"/> -<wire x1="41.849" y1="34.163" x2="40.513" y2="34.163" width="0.3048" layer="1"/> -<via x="40.513" y="34.163" extent="1-16" drill="0.4"/> -<wire x1="41.849" y1="35.941" x2="41.148" y2="35.941" width="0.3048" layer="1"/> -<wire x1="41.148" y1="35.941" x2="40.513" y2="35.306" width="0.3048" layer="1"/> -<via x="40.513" y="35.306" extent="1-16" drill="0.4"/> -<via x="63.881" y="27.432" extent="1-16" drill="0.4"/> -<via x="63.881" y="28.448" extent="1-16" drill="0.4"/> -<via x="63.881" y="29.464" extent="1-16" drill="0.4"/> -<via x="66.04" y="27.305" extent="1-16" drill="0.4"/> -<via x="67.056" y="27.305" extent="1-16" drill="0.4"/> -<via x="67.691" y="28.448" extent="1-16" drill="0.4"/> -<via x="67.691" y="29.464" extent="1-16" drill="0.4"/> -<via x="67.691" y="30.48" extent="1-16" drill="0.4"/> -<via x="62.992" y="30.988" extent="1-16" drill="0.4"/> -<wire x1="25.72" y1="20.447" x2="24.765" y2="20.447" width="0.3048" layer="1"/> -<wire x1="24.765" y1="20.447" x2="24.257" y2="19.939" width="0.3048" layer="1"/> -<via x="24.257" y="19.939" extent="1-16" drill="0.25"/> +<contactref element="R3" pad="2"/> +<contactref element="J2" pad="1"/> +<contactref element="J3" pad="1"/> +<via x="42.926" y="47.686" extent="1-16" drill="0.35"/> +<via x="41.148" y="47.636" extent="1-16" drill="0.35"/> +<via x="39.624" y="51.242" extent="1-16" drill="0.35"/> +<via x="37.716" y="38.608" extent="1-16" drill="0.35"/> +<contactref element="R6" pad="1"/> +<wire x1="37.531" y1="44.069" x2="37.531" y2="45.725" width="0.3048" layer="1"/> +<wire x1="37.531" y1="45.725" x2="37.592" y2="45.786" width="0.3048" layer="1"/> +<wire x1="37.592" y1="45.786" x2="37.592" y2="46.355" width="0.3048" layer="1"/> +<via x="37.592" y="46.355" extent="1-16" drill="0.35"/> +<via x="42.796" y="28.829" extent="1-16" drill="0.35"/> +<wire x1="43.621009375" y1="30.3340125" x2="43.621009375" y2="29.654009375" width="0.254" layer="1"/> +<wire x1="43.621009375" y1="29.654009375" x2="42.796" y2="28.829" width="0.254" layer="1"/> +<wire x1="18.233" y1="38.334" x2="19.07" y2="38.334" width="0.2032" layer="1"/> +<wire x1="19.07" y1="38.334" x2="19.177" y2="38.227" width="0.2032" layer="1"/> +<via x="19.177" y="38.227" extent="1-16" drill="0.35"/> +<wire x1="19.483" y1="41.584" x2="19.483" y2="40.946" width="0.2032" layer="1"/> +<wire x1="19.483" y1="40.946" x2="19.177" y2="40.64" width="0.2032" layer="1"/> +<via x="19.177" y="40.64" extent="1-16" drill="0.35"/> +<wire x1="26.483" y1="41.584" x2="26.483" y2="40.707" width="0.2032" layer="1"/> +<wire x1="26.483" y1="40.707" x2="26.035" y2="40.259" width="0.2032" layer="1"/> +<via x="26.035" y="40.259" extent="1-16" drill="0.35"/> +<wire x1="27.233" y1="35.834" x2="26.269" y2="35.834" width="0.2032" layer="1"/> +<wire x1="26.269" y1="35.834" x2="26.162" y2="35.941" width="0.2032" layer="1"/> +<via x="26.162" y="35.941" extent="1-16" drill="0.35"/> +<via x="28.575" y="33.694" extent="1-16" drill="0.35"/> +<via x="16.764" y="35.599" extent="1-16" drill="0.35"/> +<via x="14.986" y="41.913" extent="1-16" drill="0.35"/> +<via x="16.764" y="40.601" extent="1-16" drill="0.35"/> +<wire x1="12.73075" y1="47.2998" x2="12.5522" y2="47.12125" width="0.2032" layer="1"/> +<wire x1="12.5522" y1="47.12125" x2="12.5522" y2="45.66875" width="0.2032" layer="1"/> +<wire x1="12.5522" y1="45.66875" x2="12.73075" y2="45.4902" width="0.2032" layer="1"/> +<wire x1="13.157" y1="47.595" x2="12.8618" y2="47.2998" width="0.2032" layer="1"/> +<wire x1="12.8618" y1="47.2998" x2="12.73075" y2="47.2998" width="0.2032" layer="1"/> +<wire x1="12.73075" y1="45.4902" x2="12.9298" y2="45.4902" width="0.2032" layer="1"/> +<wire x1="12.9298" y1="45.4902" x2="13.335" y2="45.085" width="0.2032" layer="1"/> +<via x="13.335" y="45.085" extent="1-16" drill="0.35"/> +<via x="18.923" y="44.538" extent="1-16" drill="0.35"/> +<via x="17.156" y="45.974" extent="1-16" drill="0.35"/> +<via x="17.61" y="48.26" extent="1-16" drill="0.35"/> +<wire x1="17.156" y1="51.816" x2="17.156" y2="50.546" width="0.2032" layer="1"/> +<via x="17.156" y="50.546" extent="1-16" drill="0.35"/> +<wire x1="17.312" y1="58.507" x2="17.312" y2="57.201" width="0.2032" layer="1"/> +<wire x1="17.312" y1="58.507" x2="17.145" y2="58.674" width="0.2032" layer="1"/> +<via x="17.145" y="58.674" extent="1-16" drill="0.35"/> +<wire x1="17.312" y1="57.201" x2="17.312" y2="56.185" width="0.2032" layer="1"/> +<wire x1="17.312" y1="56.185" x2="16.499" y2="55.372" width="0.2032" layer="1"/> +<wire x1="17.312" y1="18.204" x2="17.312" y2="16.967" width="0.2032" layer="1"/> +<wire x1="17.312" y1="18.204" x2="18.412" y2="19.304" width="0.2032" layer="1"/> +<wire x1="26.202" y1="18.204" x2="26.202" y2="16.967" width="0.2032" layer="1"/> +<wire x1="26.202" y1="18.204" x2="27.302" y2="19.304" width="0.2032" layer="1"/> +<wire x1="17.312" y1="16.967" x2="17.312" y2="15.788" width="0.2032" layer="1"/> +<wire x1="17.312" y1="15.788" x2="17.018" y2="15.494" width="0.2032" layer="1"/> +<via x="17.018" y="15.494" extent="1-16" drill="0.35"/> +<wire x1="26.202" y1="16.967" x2="26.202" y2="15.788" width="0.2032" layer="1"/> +<wire x1="26.202" y1="15.788" x2="25.908" y2="15.494" width="0.2032" layer="1"/> +<via x="25.908" y="15.494" extent="1-16" drill="0.35"/> +<wire x1="22.312" y1="16.967" x2="22.312" y2="15.661" width="0.2032" layer="1"/> +<wire x1="22.312" y1="15.661" x2="22.479" y2="15.494" width="0.2032" layer="1"/> +<via x="22.479" y="15.494" extent="1-16" drill="0.35"/> +<wire x1="31.202" y1="16.967" x2="31.202" y2="15.661" width="0.2032" layer="1"/> +<wire x1="31.202" y1="15.661" x2="31.369" y2="15.494" width="0.2032" layer="1"/> +<via x="31.369" y="15.494" extent="1-16" drill="0.35"/> +<via x="22.479" y="29.376" extent="1-16" drill="0.35"/> +<via x="20.447" y="29.376" extent="1-16" drill="0.35"/> +<wire x1="37.716" y1="30.353" x2="37.716" y2="32.131" width="0.1524" layer="1"/> +<via x="37.716" y="32.131" extent="1-16" drill="0.35"/> +<wire x1="55.40143125" y1="39.0144" x2="54.7573" y2="39.0144" width="0.1524" layer="1"/> +<wire x1="55.40143125" y1="39.0144" x2="55.8546" y2="39.46756875" width="0.1524" layer="1"/> +<wire x1="52.74560625" y1="38.26719375" x2="54.01009375" y2="38.26719375" width="0.1524" layer="1"/> +<wire x1="54.7573" y1="39.0144" x2="54.01009375" y2="38.26719375" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="37.833996875" x2="52.312409375" y2="37.833996875" width="0.1524" layer="1"/> +<wire x1="52.312409375" y1="37.833996875" x2="52.74560625" y2="38.26719375" width="0.1524" layer="1"/> +<wire x1="60.7009" y1="46.863" x2="63.754" y2="46.863" width="0.1524" layer="1"/> +<wire x1="46.366" y1="49.022" x2="47.364" y2="49.022" width="0.3048" layer="1"/> +<via x="46.366" y="49.022" extent="1-16" drill="0.35"/> +<wire x1="48.844" y1="51.765" x2="48.844" y2="51.308" width="0.3048" layer="1"/> +<wire x1="48.844" y1="51.765" x2="48.895" y2="51.816" width="0.3048" layer="1"/> +<via x="48.895" y="51.816" extent="1-16" drill="0.35"/> +<wire x1="48.844" y1="51.308" x2="48.844" y2="50.851" width="0.3048" layer="1"/> +<wire x1="48.844" y1="50.851" x2="48.895" y2="50.8" width="0.3048" layer="1"/> +<via x="48.895" y="50.8" extent="1-16" drill="0.35"/> +<via x="53.986" y="51.054" extent="1-16" drill="0.35"/> +<via x="56.388" y="48.829" extent="1-16" drill="0.35"/> +<wire x1="53.986" y1="45.212" x2="53.986" y2="46.482" width="0.3048" layer="1"/> +<via x="53.986" y="46.482" extent="1-16" drill="0.35"/> +<wire x1="54.686" y1="49.225" x2="54.686" y2="48.768" width="0.3048" layer="1"/> +<wire x1="54.686" y1="49.225" x2="54.737" y2="49.276" width="0.3048" layer="1"/> +<via x="54.737" y="49.276" extent="1-16" drill="0.35"/> +<wire x1="54.686" y1="48.768" x2="54.686" y2="48.311" width="0.3048" layer="1"/> +<wire x1="54.686" y1="48.311" x2="54.737" y2="48.26" width="0.3048" layer="1"/> +<via x="54.737" y="48.26" extent="1-16" drill="0.35"/> +<wire x1="52.97" y1="29.21" x2="52.97" y2="28.067" width="0.3048" layer="1"/> +<via x="52.97" y="28.067" extent="1-16" drill="0.35"/> +<wire x1="54.686" y1="26.111" x2="54.94" y2="25.908" width="0.3048" layer="1"/> +<wire x1="54.686" y1="26.111" x2="54.737" y2="26.543" width="0.3048" layer="1"/> +<via x="54.737" y="26.543" extent="1-16" drill="0.35"/> +<wire x1="54.94" y1="25.908" x2="54.686" y2="25.197" width="0.3048" layer="1"/> +<wire x1="54.686" y1="25.197" x2="54.737" y2="25.781" width="0.3048" layer="1"/> +<via x="54.737" y="25.781" extent="1-16" drill="0.35"/> +<wire x1="55.8546" y1="40.75286875" x2="56.8498" y2="41.74806875" width="0.1524" layer="1"/> +<wire x1="56.8498" y1="41.74806875" x2="56.8498" y2="43.0119" width="0.1524" layer="1"/> +<wire x1="56.8498" y1="43.0119" x2="60.7009" y2="46.863" width="0.1524" layer="1"/> +<wire x1="55.8546" y1="39.46756875" x2="55.8546" y2="40.75286875" width="0.1524" layer="1"/> +<wire x1="21.983" y1="32.584" x2="21.983" y2="33.389" width="0.2032" layer="1"/> +<wire x1="21.983" y1="33.389" x2="21.844" y2="33.528" width="0.2032" layer="1"/> +<wire x1="21.844" y1="33.528" x2="21.082" y2="33.528" width="0.2032" layer="1"/> +<wire x1="21.082" y1="33.528" x2="20.828" y2="33.782" width="0.2032" layer="1"/> +<via x="20.828" y="33.782" extent="1-16" drill="0.35"/> +<wire x1="21.91" y1="52.324" x2="22.179640625" y2="52.054359375" width="0.1524" layer="1"/> +<via x="22.179640625" y="52.054359375" extent="1-16" drill="0.25"/> +<via x="37.592" y="60.386" extent="1-16" drill="0.25"/> +<wire x1="13.462" y1="28.829" x2="14.732" y2="28.829" width="0.1524" layer="1"/> +<via x="14.732" y="28.829" extent="1-16" drill="0.25"/> +<wire x1="70.833" y1="46.086" x2="78.054" y2="52.832" width="0" layer="19" extent="1-1"/> +<wire x1="26.035" y1="44.538" x2="26.483" y2="41.584" width="0" layer="19" extent="1-1"/> +<wire x1="60.264" y1="43.434" x2="56.8498" y2="43.0119" width="0" layer="19" extent="1-1"/> +<wire x1="60.364" y1="42.164" x2="60.264" y2="43.434" width="0" layer="19" extent="1-1"/> +<wire x1="18.796" y1="23.738" x2="18.412" y2="19.304" width="0" layer="19" extent="1-1"/> +<wire x1="61.026" y1="19.558" x2="61.849" y2="26.162" width="0" layer="19" extent="1-1"/> +<wire x1="61.126" y1="18.288" x2="61.026" y2="19.558" width="0" layer="19" extent="1-1"/> +<wire x1="61.026" y1="16.764" x2="61.126" y2="18.288" width="0" layer="19" extent="1-1"/> +<wire x1="61.126" y1="15.494" x2="61.026" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="53.406" y1="16.764" x2="61.026" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="53.506" y1="15.494" x2="53.406" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="78.054" y1="40.513" x2="70.833" y2="46.086" width="0" layer="19" extent="1-1"/> +<wire x1="78.054" y1="28.194" x2="78.054" y2="40.513" width="0" layer="19" extent="1-1"/> </signal> <signal name="+3V3"> -<contactref element="J5" pad="4"/> -<contactref element="C29" pad="2"/> -<contactref element="J5" pad="6"/> -<contactref element="J5" pad="39"/> -<contactref element="U$1" pad="P$24"/> -<polygon width="0.1524" layer="1"> -<vertex x="35.814" y="66.802"/> -<vertex x="35.814" y="18.034"/> -<vertex x="34.544" y="16.764"/> -<vertex x="28.448" y="16.764"/> -<vertex x="27.432" y="15.748"/> -<vertex x="27.432" y="11.684"/> -<vertex x="11.176" y="11.684"/> -<vertex x="11.176" y="66.802"/> -</polygon> -<contactref element="J1" pad="2"/> -<contactref element="J2" pad="2"/> -<wire x1="45.907009375" y1="35.382009375" x2="46.928278125" y2="35.382009375" width="0.1524" layer="1"/> -<wire x1="46.928278125" y1="35.382009375" x2="46.931675" y2="35.3786125" width="0.1524" layer="1"/> -<wire x1="47.7191125" y1="35.3786125" x2="47.734221875" y2="35.363503125" width="0.1524" layer="1"/> -<wire x1="46.931675" y1="35.3786125" x2="47.7191125" y2="35.3786125" width="0.1524" layer="1"/> -<via x="47.734221875" y="35.363503125" extent="1-16" drill="0.25"/> -<wire x1="47.734221875" y1="35.363503125" x2="44.138496875" y2="35.363503125" width="0.1524" layer="16"/> -<wire x1="44.138496875" y1="35.363503125" x2="41.656" y2="37.846" width="0.1524" layer="16"/> -<wire x1="41.656" y1="37.846" x2="41.529" y2="37.973" width="0.1524" layer="16"/> -<wire x1="41.529" y1="37.973" x2="40.259" y2="37.973" width="0.1524" layer="16"/> -<wire x1="40.259" y1="37.973" x2="39.751" y2="37.465" width="0.1524" layer="16"/> -<wire x1="39.751" y1="37.465" x2="36.83" y2="37.465" width="0.1524" layer="16"/> -<wire x1="36.83" y1="37.465" x2="35.179" y2="35.814" width="0.1524" layer="16"/> -<wire x1="35.179" y1="35.814" x2="35.179" y2="22.352" width="0.1524" layer="16"/> -<wire x1="35.179" y1="22.352" x2="34.417" y2="21.59" width="0.1524" layer="16"/> -<via x="34.417" y="21.59" extent="1-16" drill="0.25"/> -</signal> -<signal name="+5V"> +<contactref element="U2" pad="P$24"/> +<contactref element="U1" pad="21"/> +<contactref element="U1" pad="34"/> +<contactref element="U1" pad="48"/> +<contactref element="U1" pad="56"/> +<contactref element="C6" pad="1"/> +<contactref element="C4" pad="1"/> +<contactref element="C3" pad="1"/> +<contactref element="C2" pad="1"/> +<contactref element="J1" pad="1"/> +<contactref element="L2" pad="2"/> +<contactref element="C37" pad="1"/> +<contactref element="C38" pad="1"/> +<contactref element="S2" pad="3"/> +<contactref element="R4" pad="1"/> +<contactref element="J4" pad="5"/> +<contactref element="C21" pad="1"/> +<contactref element="J4" pad="2"/> +<contactref element="J5" pad="5"/> +<contactref element="C22" pad="1"/> <contactref element="J5" pad="2"/> -<contactref element="R22" pad="2"/> -<contactref element="L1" pad="1"/> -<contactref element="C20" pad="2"/> -<contactref element="C21" pad="2"/> -<contactref element="R25" pad="1"/> -<contactref element="R28" pad="2"/> -<contactref element="R27" pad="2"/> +<contactref element="J6" pad="2"/> +<contactref element="C23" pad="1"/> +<contactref element="U1" pad="8"/> +<contactref element="L1" pad="2"/> +<contactref element="C1" pad="1"/> +<contactref element="R1" pad="1"/> +<contactref element="R10" pad="2"/> +<contactref element="J3" pad="2"/> <polygon width="0.1524" layer="1"> -<vertex x="52.324" y="66.802"/> -<vertex x="52.324" y="48.006"/> -<vertex x="51.562" y="47.244"/> -<vertex x="46.99" y="47.244"/> -<vertex x="46.99" y="11.938"/> -<vertex x="46.99" y="11.684"/> -<vertex x="27.686" y="11.684"/> -<vertex x="27.686" y="15.494"/> -<vertex x="28.702" y="16.51"/> -<vertex x="34.798" y="16.51"/> -<vertex x="36.068" y="17.78"/> -<vertex x="36.068" y="66.802"/> +<vertex x="50.038" y="61.976"/> +<vertex x="50.038" y="44.958"/> +<vertex x="49.276" y="44.196"/> +<vertex x="44.704" y="44.196"/> +<vertex x="44.704" y="12.192"/> +<vertex x="8.89" y="12.192"/> +<vertex x="8.89" y="61.976"/> </polygon> -<contactref element="J1" pad="4"/> -<contactref element="J2" pad="4"/> -<contactref element="C9" pad="2"/> -<wire x1="29.21" y1="15.24" x2="30.353" y2="15.24" width="0.4064" layer="1"/> -<wire x1="22.098" y1="17.526" x2="26.924" y2="17.526" width="0.4064" layer="1"/> -<wire x1="22.098" y1="17.526" x2="19.05" y2="14.478" width="0.4064" layer="1"/> -<wire x1="19.05" y1="14.478" x2="13.97" y2="14.478" width="0.4064" layer="1"/> -<wire x1="13.97" y1="14.478" x2="12.954" y2="15.494" width="0.4064" layer="1"/> -<wire x1="12.954" y1="20.066" x2="12.954" y2="31.496" width="0.4064" layer="1"/> -<wire x1="12.954" y1="20.066" x2="12.954" y2="15.494" width="0.4064" layer="1"/> -<wire x1="14.417" y1="31.496" x2="12.954" y2="31.496" width="0.4064" layer="1"/> -<wire x1="15.367" y1="20.066" x2="12.954" y2="20.066" width="0.4064" layer="1"/> -<wire x1="12.954" y1="40.64" x2="12.954" y2="31.496" width="0.4064" layer="1"/> -<wire x1="12.954" y1="40.64" x2="12.954" y2="56.134" width="0.4064" layer="1"/> -<wire x1="12.954" y1="56.134" x2="14.732" y2="57.912" width="0.4064" layer="1"/> -<wire x1="14.732" y1="57.912" x2="14.732" y2="59.116" width="0.4064" layer="1"/> -<wire x1="14.666" y1="59.182" x2="14.732" y2="59.116" width="0.4064" layer="1"/> -<wire x1="14.666" y1="65.278" x2="14.666" y2="64.704" width="0.4064" layer="1"/> -<wire x1="14.666" y1="64.704" x2="14.224" y2="64.262" width="0.4064" layer="1"/> -<wire x1="14.224" y1="64.262" x2="14.224" y2="59.624" width="0.4064" layer="1"/> -<wire x1="14.224" y1="59.624" x2="14.666" y2="59.182" width="0.4064" layer="1"/> -<wire x1="15.367" y1="40.64" x2="12.954" y2="40.64" width="0.4064" layer="1"/> -<wire x1="26.924" y1="17.526" x2="29.21" y2="15.24" width="0.4064" layer="1"/> -</signal> -<signal name="MK-PWM1L0"> -<contactref element="J5" pad="17"/> -<contactref element="U$1" pad="P$22"/> -<wire x1="45.907009375" y1="36.38200625" x2="46.71571875" y2="36.38200625" width="0.1524" layer="1"/> -<wire x1="46.71571875" y1="36.38200625" x2="47.162309375" y2="35.935415625" width="0.1524" layer="1"/> -<via x="47.162309375" y="35.935415625" extent="1-16" drill="0.25"/> -<wire x1="47.162309375" y1="35.935415625" x2="47.162309375" y2="36.291796875" width="0.1524" layer="16"/> -<wire x1="46.2193" y1="37.23480625" x2="46.2193" y2="37.4737" width="0.1524" layer="16"/> -<wire x1="46.2193" y1="37.4737" x2="46.101" y2="37.592" width="0.1524" layer="16"/> -<wire x1="47.162309375" y1="36.291796875" x2="46.2193" y2="37.23480625" width="0.1524" layer="16"/> -<wire x1="46.101" y1="37.592" x2="46.101" y2="37.59571875" width="0.1524" layer="16"/> -<wire x1="46.101" y1="37.59571875" x2="45.17613125" y2="38.5205875" width="0.1524" layer="16"/> -<wire x1="45.17613125" y1="38.5205875" x2="41.487925" y2="38.5205875" width="0.1524" layer="16"/> -<wire x1="41.487925" y1="38.5205875" x2="41.270525" y2="38.3031875" width="0.1524" layer="16"/> -<wire x1="33.8582" y1="36.5252" x2="32.893" y2="35.56" width="0.1524" layer="16"/> -<wire x1="35.94024375" y1="38.3031875" x2="34.16225625" y2="36.5252" width="0.1524" layer="16"/> -<wire x1="34.16225625" y1="36.5252" x2="33.8582" y2="36.5252" width="0.1524" layer="16"/> -<wire x1="41.270525" y1="38.3031875" x2="35.94024375" y2="38.3031875" width="0.1524" layer="16"/> -</signal> -<signal name="MK-PWM1L1"> -<contactref element="J5" pad="19"/> -<contactref element="U$1" pad="P$20"/> -<wire x1="46.8289" y1="37.48731875" x2="46.8289" y2="37.72993125" width="0.1524" layer="16"/> -<wire x1="41.24736875" y1="39.14214375" x2="41.0180125" y2="38.9127875" width="0.1524" layer="16"/> -<wire x1="41.0180125" y1="38.9127875" x2="37.13704375" y2="38.9127875" width="0.1524" layer="16"/> -<wire x1="33.80814375" y1="39.01514375" x2="32.893" y2="38.1" width="0.1524" layer="16"/> -<wire x1="46.8289" y1="37.72993125" x2="45.4166875" y2="39.14214375" width="0.1524" layer="16"/> -<wire x1="45.4166875" y1="39.14214375" x2="41.24736875" y2="39.14214375" width="0.1524" layer="16"/> -<wire x1="37.13704375" y1="38.9127875" x2="37.0346875" y2="39.01514375" width="0.1524" layer="16"/> -<wire x1="37.0346875" y1="39.01514375" x2="33.80814375" y2="39.01514375" width="0.1524" layer="16"/> -<wire x1="45.907009375" y1="37.382003125" x2="46.934215625" y2="37.382003125" width="0.1524" layer="1"/> -<wire x1="48.262" y1="36.7284" x2="48.514" y2="36.4764" width="0.1524" layer="1"/> -<wire x1="46.934215625" y1="37.382003125" x2="47.58781875" y2="36.7284" width="0.1524" layer="1"/> -<wire x1="47.58781875" y1="36.7284" x2="48.262" y2="36.7284" width="0.1524" layer="1"/> -<via x="48.514" y="36.4764" extent="1-16" drill="0.25"/> -<wire x1="48.514" y1="36.4764" x2="47.83981875" y2="36.4764" width="0.1524" layer="16"/> -<wire x1="47.83981875" y1="36.4764" x2="46.8289" y2="37.48731875" width="0.1524" layer="16"/> -</signal> -<signal name="MK-PWM1L2"> -<contactref element="J5" pad="21"/> -<contactref element="U$1" pad="P$18"/> -<wire x1="45.907009375" y1="38.382003125" x2="47.226246875" y2="38.382003125" width="0.1524" layer="1"/> -<wire x1="47.226246875" y1="38.382003125" x2="47.371" y2="38.52675625" width="0.1524" layer="1"/> -<via x="47.371" y="38.52675625" extent="1-16" drill="0.25"/> -<wire x1="47.371" y1="38.52675625" x2="46.8941875" y2="38.52675625" width="0.1524" layer="16"/> -<wire x1="46.8941875" y1="38.52675625" x2="45.64454375" y2="39.7764" width="0.1524" layer="16"/> -<wire x1="41.0195125" y1="39.7764" x2="40.7655125" y2="39.5224" width="0.1524" layer="16"/> -<wire x1="37.92146875" y1="39.5224" x2="37.9214625" y2="39.52239375" width="0.1524" layer="16"/> -<wire x1="37.9214625" y1="39.52239375" x2="37.38955" y2="39.52239375" width="0.1524" layer="16"/> -<wire x1="37.38955" y1="39.52239375" x2="36.296971875" y2="40.614971875" width="0.1524" layer="16"/> -<wire x1="36.296971875" y1="40.614971875" x2="32.918028125" y2="40.614971875" width="0.1524" layer="16"/> -<wire x1="32.918028125" y1="40.614971875" x2="32.893" y2="40.64" width="0.1524" layer="16"/> -<wire x1="45.64454375" y1="39.7764" x2="41.0195125" y2="39.7764" width="0.1524" layer="16"/> -<wire x1="40.7655125" y1="39.5224" x2="37.92146875" y2="39.5224" width="0.1524" layer="16"/> -</signal> -<signal name="MK-PWM1L3"> -<contactref element="J5" pad="23"/> -<contactref element="U$1" pad="P$16"/> -<wire x1="46.910309375" y1="39.6476125" x2="46.910309375" y2="40.052309375" width="0.1524" layer="1"/> -<wire x1="46.910309375" y1="40.052309375" x2="47.244" y2="40.386" width="0.1524" layer="1"/> -<wire x1="45.907009375" y1="39.382" x2="46.644696875" y2="39.382" width="0.1524" layer="1"/> -<wire x1="46.644696875" y1="39.382" x2="46.910309375" y2="39.6476125" width="0.1524" layer="1"/> -<via x="47.244" y="40.386" extent="1-16" drill="0.25"/> -<wire x1="47.244" y1="40.386" x2="40.767" y2="40.386" width="0.1524" layer="16"/> -<wire x1="40.767" y1="40.386" x2="40.513" y2="40.132" width="0.1524" layer="16"/> -<wire x1="40.513" y1="40.132" x2="37.66894375" y2="40.132" width="0.1524" layer="16"/> -<wire x1="37.66894375" y1="40.132" x2="34.645971875" y2="43.154971875" width="0.1524" layer="16"/> -<wire x1="34.645971875" y1="43.154971875" x2="32.918028125" y2="43.154971875" width="0.1524" layer="16"/> -<wire x1="32.918028125" y1="43.154971875" x2="32.893" y2="43.18" width="0.1524" layer="16"/> -</signal> -<signal name="MK-F1"> -<contactref element="J5" pad="37"/> -</signal> -<signal name="MK-PWM1H1"> -<contactref element="J5" pad="20"/> -<contactref element="U$1" pad="P$19"/> -<wire x1="45.907009375" y1="37.882003125" x2="47.221653125" y2="37.882003125" width="0.1524" layer="1"/> -<wire x1="47.221653125" y1="37.882003125" x2="47.3857" y2="37.71795625" width="0.1524" layer="1"/> -<via x="47.3857" y="37.71795625" extent="1-16" drill="0.25"/> -<wire x1="47.3857" y1="37.71795625" x2="47.27193125" y2="37.71795625" width="0.1524" layer="16"/> -<wire x1="47.27193125" y1="37.71795625" x2="45.54294375" y2="39.44694375" width="0.1524" layer="16"/> -<wire x1="45.54294375" y1="39.44694375" x2="41.1211125" y2="39.44694375" width="0.1524" layer="16"/> -<wire x1="41.1211125" y1="39.44694375" x2="40.8917625" y2="39.21759375" width="0.1524" layer="16"/> -<wire x1="37.5158125" y1="39.21759375" x2="37.515809375" y2="39.217590625" width="0.1524" layer="16"/> -<wire x1="37.515809375" y1="39.217590625" x2="37.263296875" y2="39.217590625" width="0.1524" layer="16"/> -<wire x1="37.263296875" y1="39.217590625" x2="37.16094375" y2="39.31994375" width="0.1524" layer="16"/> -<wire x1="37.16094375" y1="39.31994375" x2="31.57294375" y2="39.31994375" width="0.1524" layer="16"/> -<wire x1="31.57294375" y1="39.31994375" x2="30.353" y2="38.1" width="0.1524" layer="16"/> -<wire x1="40.8917625" y1="39.21759375" x2="37.5158125" y2="39.21759375" width="0.1524" layer="16"/> -</signal> -<signal name="MK-PWM1H2"> -<contactref element="J5" pad="22"/> -<contactref element="U$1" pad="P$17"/> -<wire x1="45.907009375" y1="38.882" x2="46.93214375" y2="38.882" width="0.1524" layer="1"/> -<wire x1="46.93214375" y1="38.882" x2="47.3857" y2="39.33555625" width="0.1524" layer="1"/> -<via x="47.3857" y="39.33555625" extent="1-16" drill="0.25"/> -<wire x1="47.3857" y1="39.33555625" x2="46.51644375" y2="39.33555625" width="0.1524" layer="16"/> -<wire x1="46.51644375" y1="39.33555625" x2="45.7708" y2="40.0812" width="0.1524" layer="16"/> -<wire x1="45.7708" y1="40.0812" x2="40.89325625" y2="40.0812" width="0.1524" layer="16"/> -<wire x1="40.89325625" y1="40.0812" x2="40.63925625" y2="39.8272" width="0.1524" layer="16"/> -<wire x1="37.79520625" y1="39.8272" x2="37.795203125" y2="39.827196875" width="0.1524" layer="16"/> -<wire x1="37.795203125" y1="39.827196875" x2="37.515803125" y2="39.827196875" width="0.1524" layer="16"/> -<wire x1="37.515803125" y1="39.827196875" x2="35.433" y2="41.91" width="0.1524" layer="16"/> -<wire x1="35.433" y1="41.91" x2="31.623" y2="41.91" width="0.1524" layer="16"/> -<wire x1="31.623" y1="41.91" x2="30.353" y2="40.64" width="0.1524" layer="16"/> -<wire x1="40.63925625" y1="39.8272" x2="37.79520625" y2="39.8272" width="0.1524" layer="16"/> -</signal> -<signal name="MK-PWM1H3"> -<contactref element="J5" pad="24"/> -<contactref element="U$1" pad="P$12"/> -<wire x1="45.907009375" y1="41.381996875" x2="47.223996875" y2="41.381996875" width="0.1524" layer="1"/> -<wire x1="47.223996875" y1="41.381996875" x2="47.244" y2="41.402" width="0.1524" layer="1"/> -<via x="47.244" y="41.402" extent="1-16" drill="0.25"/> -<wire x1="47.244" y1="41.402" x2="45.847" y2="41.402" width="0.1524" layer="16"/> -<wire x1="45.847" y1="41.402" x2="44.831" y2="42.418" width="0.1524" layer="16"/> -<wire x1="44.831" y1="42.418" x2="35.814" y2="42.418" width="0.1524" layer="16"/> -<wire x1="35.814" y1="42.418" x2="33.782" y2="44.45" width="0.1524" layer="16"/> -<wire x1="33.782" y1="44.45" x2="31.623" y2="44.45" width="0.1524" layer="16"/> -<wire x1="31.623" y1="44.45" x2="30.353" y2="43.18" width="0.1524" layer="16"/> -</signal> -<signal name="MK-F2"> -<contactref element="J5" pad="38"/> -</signal> -<signal name="MK-USART-RTS"> -<contactref element="J5" pad="31"/> -<contactref element="J2" pad="3"/> -<wire x1="17.907" y1="40.64" x2="19.05" y2="40.64" width="0.2032" layer="1"/> -<wire x1="19.05" y1="40.64" x2="28.448" y2="50.038" width="0.2032" layer="1"/> -<wire x1="28.448" y1="50.038" x2="28.448" y2="51.054" width="0.2032" layer="1"/> -<wire x1="28.448" y1="51.054" x2="29.464" y2="52.07" width="0.2032" layer="1"/> -<wire x1="29.464" y1="52.07" x2="31.623" y2="52.07" width="0.2032" layer="1"/> -<wire x1="31.623" y1="52.07" x2="32.893" y2="53.34" width="0.2032" layer="1"/> -</signal> -<signal name="MK-USART-CTS"> -<contactref element="J5" pad="32"/> -<contactref element="J2" pad="5"/> -<wire x1="28.0924" y1="50.1853" x2="28.06955" y2="50.16245" width="0.2032" layer="1"/> -<wire x1="28.0924" y1="51.2013" x2="28.0924" y2="50.1853" width="0.2032" layer="1"/> -<wire x1="30.353" y1="53.34" x2="30.2311" y2="53.34" width="0.2032" layer="1"/> -<wire x1="30.2311" y1="53.34" x2="28.0924" y2="51.2013" width="0.2032" layer="1"/> -<wire x1="28.06955" y1="50.16245" x2="28.06445" y2="50.16245" width="0.2032" layer="1"/> -<wire x1="28.06445" y1="50.16245" x2="21.082" y2="43.18" width="0.2032" layer="1"/> -<wire x1="21.082" y1="43.18" x2="17.907" y2="43.18" width="0.2032" layer="1"/> -</signal> -<signal name="MK-USART-TX"> -<contactref element="J5" pad="36"/> -<contactref element="J2" pad="8"/> -<wire x1="30.353" y1="58.42" x2="30.226" y2="58.42" width="0.2032" layer="1"/> -<wire x1="30.226" y1="58.42" x2="28.956" y2="57.15" width="0.2032" layer="1"/> -<wire x1="28.956" y1="57.1449" x2="28.956" y2="57.15" width="0.2032" layer="1"/> -<wire x1="15.367" y1="45.72" x2="15.367" y2="45.847" width="0.2032" layer="1"/> -<wire x1="15.367" y1="45.847" x2="16.51" y2="46.99" width="0.2032" layer="1"/> -<wire x1="16.51" y1="46.99" x2="23.3833" y2="46.99" width="0.2032" layer="1"/> -<wire x1="26.9545" y1="50.5612" x2="26.9545" y2="55.1434" width="0.2032" layer="1"/> -<wire x1="26.9545" y1="55.1434" x2="28.956" y2="57.1449" width="0.2032" layer="1"/> -<wire x1="23.3833" y1="46.99" x2="26.9545" y2="50.5612" width="0.2032" layer="1"/> -</signal> -<signal name="MK-USART-RX"> -<contactref element="J5" pad="35"/> -<contactref element="J2" pad="7"/> -<wire x1="17.907" y1="45.72" x2="22.6162" y2="45.72" width="0.2032" layer="1"/> -<wire x1="22.6162" y1="45.72" x2="27.3101" y2="50.4139" width="0.2032" layer="1"/> -<wire x1="27.3101" y1="50.4139" x2="27.3101" y2="52.324" width="0.2032" layer="1"/> -<wire x1="27.3101" y1="52.324" x2="27.3101" y2="52.4561" width="0.2032" layer="1"/> -<wire x1="29.464" y1="57.15" x2="31.623" y2="57.15" width="0.2032" layer="1"/> -<wire x1="31.623" y1="57.15" x2="32.893" y2="58.42" width="0.2032" layer="1"/> -<wire x1="27.3101" y1="52.324" x2="27.3101" y2="54.9961" width="0.2032" layer="1"/> -<wire x1="27.3101" y1="54.9961" x2="29.464" y2="57.15" width="0.2032" layer="1"/> -</signal> -<signal name="MK-SPI-MISO"> -<contactref element="J5" pad="11"/> -<contactref element="J1" pad="5"/> -<wire x1="17.907" y1="22.606" x2="24.13" y2="22.606" width="0.2032" layer="1"/> -<wire x1="24.13" y1="22.606" x2="28.194" y2="26.67" width="0.2032" layer="1"/> -<wire x1="28.194" y1="26.67" x2="31.623" y2="26.67" width="0.2032" layer="1"/> -<wire x1="31.623" y1="26.67" x2="32.893" y2="27.94" width="0.2032" layer="1"/> -</signal> -<signal name="MK-SPI-MOSI"> -<contactref element="J5" pad="12"/> -<contactref element="J1" pad="6"/> -<wire x1="15.367" y1="22.606" x2="15.367" y2="22.987" width="0.2032" layer="1"/> -<wire x1="15.367" y1="22.987" x2="16.256" y2="23.876" width="0.2032" layer="1"/> -<wire x1="16.256" y1="23.876" x2="24.892" y2="23.876" width="0.2032" layer="1"/> -<wire x1="24.892" y1="23.876" x2="28.956" y2="27.94" width="0.2032" layer="1"/> -<wire x1="28.956" y1="27.94" x2="30.353" y2="27.94" width="0.2032" layer="1"/> -</signal> -<signal name="MK-SPI-SPCK"> -<contactref element="J5" pad="10"/> -<contactref element="J1" pad="3"/> -<wire x1="17.907" y1="20.066" x2="22.352" y2="20.066" width="0.2032" layer="1"/> -<wire x1="22.352" y1="20.066" x2="27.686" y2="25.4" width="0.2032" layer="1"/> -<wire x1="27.686" y1="25.4" x2="30.353" y2="25.4" width="0.2032" layer="1"/> -</signal> -<signal name="MK-SPI-CS3"> -<contactref element="J5" pad="14"/> -<contactref element="J1" pad="8"/> -<wire x1="15.367" y1="25.146" x2="15.367" y2="25.273" width="0.2032" layer="1"/> -<wire x1="15.367" y1="25.273" x2="16.51" y2="26.416" width="0.2032" layer="1"/> -<wire x1="16.51" y1="26.416" x2="26.289" y2="26.416" width="0.2032" layer="1"/> -<wire x1="26.289" y1="26.416" x2="30.353" y2="30.48" width="0.2032" layer="1"/> -</signal> -<signal name="MK-SPI-CS2"> -<contactref element="J5" pad="13"/> -<contactref element="J1" pad="7"/> -<wire x1="32.893" y1="30.48" x2="32.893" y2="29.845" width="0.2032" layer="1"/> -<wire x1="32.893" y1="29.845" x2="32.258" y2="29.21" width="0.2032" layer="1"/> -<wire x1="32.258" y1="29.21" x2="29.7231" y2="29.21" width="0.2032" layer="1"/> -<wire x1="29.7231" y1="29.21" x2="25.78355" y2="25.27045" width="0.2032" layer="1"/> -<wire x1="25.78355" y1="25.27045" x2="18.03145" y2="25.27045" width="0.2032" layer="1"/> -<wire x1="18.03145" y1="25.27045" x2="17.907" y2="25.146" width="0.2032" layer="1"/> -</signal> -<signal name="MK-USART-SCK"> -<contactref element="J5" pad="34"/> -<contactref element="J2" pad="6"/> -<wire x1="15.367" y1="43.18" x2="15.367" y2="43.307" width="0.2032" layer="1"/> -<wire x1="15.367" y1="43.307" x2="16.51" y2="44.45" width="0.2032" layer="1"/> -<wire x1="16.51" y1="44.45" x2="21.8491" y2="44.45" width="0.2032" layer="1"/> -<wire x1="21.8491" y1="44.45" x2="27.7368" y2="50.3377" width="0.2032" layer="1"/> -<wire x1="27.7368" y1="50.3377" x2="27.7368" y2="53.2638" width="0.2032" layer="1"/> -<wire x1="27.7368" y1="53.2638" x2="30.353" y2="55.88" width="0.2032" layer="1"/> -</signal> -<signal name="MK-F5"> -<contactref element="J5" pad="29"/> -</signal> -<signal name="MK-AFE0-6"> -<contactref element="J5" pad="25"/> -<contactref element="U$1" pad="P$25"/> -<wire x1="45.907009375" y1="34.882009375" x2="47.428278125" y2="34.882009375" width="0.1524" layer="1"/> -<wire x1="47.428278125" y1="34.882009375" x2="47.5035875" y2="34.8067" width="0.1524" layer="1"/> -<wire x1="47.5035875" y1="34.8067" x2="48.32124375" y2="34.8067" width="0.1524" layer="1"/> -<wire x1="48.32124375" y1="34.8067" x2="48.413271875" y2="34.898728125" width="0.1524" layer="1"/> -<via x="48.413271875" y="34.898728125" extent="1-16" drill="0.25"/> -<wire x1="48.413271875" y1="34.898728125" x2="48.056890625" y2="34.898728125" width="0.1524" layer="16"/> -<wire x1="48.056890625" y1="34.898728125" x2="47.9648625" y2="34.8067" width="0.1524" layer="16"/> -<wire x1="47.9648625" y1="34.8067" x2="43.2983" y2="34.8067" width="0.1524" layer="16"/> -<wire x1="43.2983" y1="34.8067" x2="40.767" y2="37.338" width="0.1524" layer="16"/> -<wire x1="35.179" y1="43.434" x2="32.893" y2="45.72" width="0.1524" layer="1"/> -<wire x1="40.767" y1="37.338" x2="40.05505625" y2="37.338" width="0.1524" layer="16"/> -<wire x1="40.05505625" y1="37.338" x2="39.87725625" y2="37.1602" width="0.1524" layer="16"/> -<wire x1="37.336" y1="37.1602" x2="37.084" y2="36.9082" width="0.1524" layer="16"/> -<via x="37.084" y="36.9082" extent="1-16" drill="0.25"/> -<wire x1="37.084" y1="36.9082" x2="37.084" y2="39.497" width="0.1524" layer="1"/> -<wire x1="37.084" y1="39.497" x2="35.179" y2="41.402" width="0.1524" layer="1"/> -<wire x1="39.87725625" y1="37.1602" x2="37.336" y2="37.1602" width="0.1524" layer="16"/> -<wire x1="35.179" y1="41.402" x2="35.179" y2="43.434" width="0.1524" layer="1"/> -</signal> -<signal name="MK-AFE0-7"> -<contactref element="J5" pad="26"/> -<contactref element="U$1" pad="P$26"/> -<wire x1="45.907009375" y1="34.382009375" x2="47.619890625" y2="34.382009375" width="0.1524" layer="1"/> -<wire x1="47.619890625" y1="34.382009375" x2="47.752" y2="34.2499" width="0.1524" layer="1"/> -<via x="47.752" y="34.2499" extent="1-16" drill="0.25"/> -<wire x1="42.71128125" y1="34.2499" x2="47.752" y2="34.2499" width="0.1524" layer="16"/> -<wire x1="34.544" y1="43.434" x2="34.544" y2="41.783" width="0.1524" layer="1"/> -<wire x1="33.528" y1="44.45" x2="34.544" y2="43.434" width="0.1524" layer="1"/> -<wire x1="33.528" y1="44.45" x2="31.623" y2="44.45" width="0.1524" layer="1"/> -<wire x1="31.623" y1="44.45" x2="30.353" y2="45.72" width="0.1524" layer="1"/> -<wire x1="34.544" y1="41.783" x2="34.544" y2="41.275" width="0.1524" layer="1"/> -<wire x1="34.544" y1="41.275" x2="36.449" y2="39.37" width="0.1524" layer="1"/> -<wire x1="36.449" y1="39.37" x2="36.449" y2="36.195" width="0.1524" layer="1"/> -<via x="36.449" y="36.195" extent="1-16" drill="0.25"/> -<wire x1="36.449" y1="36.195" x2="37.211" y2="36.195" width="0.1524" layer="16"/> -<wire x1="37.211" y1="36.195" x2="37.846" y2="36.83" width="0.1524" layer="16"/> -<wire x1="37.846" y1="36.83" x2="40.13118125" y2="36.83" width="0.1524" layer="16"/> -<wire x1="40.13118125" y1="36.83" x2="42.71128125" y2="34.2499" width="0.1524" layer="16"/> -</signal> -<signal name="MK-AFE0-8"> -<contactref element="J5" pad="27"/> -<contactref element="R4" pad="2"/> -<contactref element="R7" pad="1"/> -<wire x1="58.105" y1="59.563" x2="56.068" y2="59.563" width="0.2032" layer="1"/> -<wire x1="56.068" y1="59.563" x2="56.007" y2="59.563" width="0.2032" layer="1"/> -<wire x1="56.007" y1="59.563" x2="54.864" y2="58.42" width="0.2032" layer="1"/> -<wire x1="54.864" y1="58.42" x2="39.624" y2="58.42" width="0.2032" layer="1"/> -<wire x1="39.624" y1="58.42" x2="35.56" y2="54.356" width="0.2032" layer="1"/> -<wire x1="35.56" y1="54.356" x2="35.56" y2="50.927" width="0.2032" layer="1"/> -<wire x1="35.56" y1="50.927" x2="32.893" y2="48.26" width="0.2032" layer="1"/> -</signal> -<signal name="MK-AFE0-9"> -<contactref element="J5" pad="28"/> -<contactref element="R8" pad="2"/> -<contactref element="R9" pad="1"/> -<wire x1="51.12" y1="21.971" x2="49.21" y2="21.971" width="0.2032" layer="1"/> -<wire x1="49.21" y1="21.971" x2="49.21" y2="22.672" width="0.2032" layer="1"/> -<wire x1="49.21" y1="22.672" x2="48.768" y2="23.114" width="0.2032" layer="1"/> -<wire x1="48.768" y1="23.114" x2="45.847" y2="23.114" width="0.2032" layer="1"/> -<wire x1="45.847" y1="23.114" x2="44.704" y2="21.971" width="0.2032" layer="1"/> -<via x="44.704" y="21.971" extent="1-16" drill="0.25"/> -<wire x1="44.704" y1="21.971" x2="40.64" y2="21.971" width="0.2032" layer="16"/> -<wire x1="40.64" y1="21.971" x2="37.973" y2="24.638" width="0.2032" layer="16"/> -<wire x1="37.973" y1="24.638" x2="37.973" y2="33.655" width="0.2032" layer="16"/> -<wire x1="37.973" y1="33.655" x2="36.449" y2="35.179" width="0.2032" layer="16"/> -<via x="36.449" y="35.179" extent="1-16" drill="0.25"/> -<wire x1="36.449" y1="35.179" x2="35.687" y2="35.179" width="0.2032" layer="1"/> -<wire x1="35.687" y1="35.179" x2="34.036" y2="36.83" width="0.2032" layer="1"/> -<wire x1="34.036" y1="36.83" x2="29.337" y2="36.83" width="0.2032" layer="1"/> -<wire x1="29.337" y1="36.83" x2="28.702" y2="37.465" width="0.2032" layer="1"/> -<wire x1="28.702" y1="37.465" x2="28.702" y2="46.609" width="0.2032" layer="1"/> -<wire x1="28.702" y1="46.609" x2="30.353" y2="48.26" width="0.2032" layer="1"/> -</signal> -<signal name="MK-AFE0-1"> -<contactref element="J5" pad="16"/> -<contactref element="R13" pad="2"/> -<contactref element="R14" pad="1"/> -<wire x1="51.12" y1="19.939" x2="49.21" y2="19.939" width="0.2032" layer="1"/> -<wire x1="49.21" y1="19.939" x2="49.21" y2="19.238" width="0.2032" layer="1"/> -<wire x1="49.21" y1="19.238" x2="48.514" y2="18.542" width="0.2032" layer="1"/> -<wire x1="48.514" y1="18.542" x2="43.053" y2="18.542" width="0.2032" layer="1"/> -<wire x1="43.053" y1="18.542" x2="41.91" y2="19.685" width="0.2032" layer="1"/> -<via x="41.91" y="19.685" extent="1-16" drill="0.25"/> -<wire x1="41.91" y1="19.685" x2="41.91" y2="19.812" width="0.2032" layer="16"/> -<wire x1="41.91" y1="19.812" x2="37.338" y2="24.384" width="0.2032" layer="16"/> -<wire x1="37.338" y1="24.384" x2="37.338" y2="33.274" width="0.2032" layer="16"/> -<wire x1="37.338" y1="33.274" x2="36.322" y2="34.29" width="0.2032" layer="16"/> -<via x="36.322" y="34.29" extent="1-16" drill="0.25"/> -<wire x1="36.322" y1="34.29" x2="31.623" y2="34.29" width="0.2032" layer="1"/> -<wire x1="31.623" y1="34.29" x2="30.353" y2="33.02" width="0.2032" layer="1"/> -</signal> -<signal name="MK-SPI-CS1"> -<contactref element="J5" pad="15"/> -</signal> -<signal name="MK-PWM1H0"> -<contactref element="J5" pad="18"/> -<contactref element="U$1" pad="P$21"/> -<via x="48.590790625" y="35.763790625" extent="1-16" drill="0.25"/> -<wire x1="46.5241" y1="37.3610625" x2="46.5241" y2="37.603675" width="0.1524" layer="16"/> -<wire x1="45.3023875" y1="38.8253875" x2="41.36166875" y2="38.8253875" width="0.1524" layer="16"/> -<wire x1="41.36166875" y1="38.8253875" x2="41.14426875" y2="38.6079875" width="0.1524" layer="16"/> -<wire x1="35.8139875" y1="38.6079875" x2="34.036" y2="36.83" width="0.1524" layer="16"/> -<wire x1="34.036" y1="36.83" x2="31.623" y2="36.83" width="0.1524" layer="16"/> -<wire x1="31.623" y1="36.83" x2="30.353" y2="35.56" width="0.1524" layer="16"/> -<wire x1="46.5241" y1="37.603675" x2="45.3023875" y2="38.8253875" width="0.1524" layer="16"/> -<wire x1="41.14426875" y1="38.6079875" x2="35.8139875" y2="38.6079875" width="0.1524" layer="16"/> -<wire x1="48.43498125" y1="35.9196" x2="48.590790625" y2="35.763790625" width="0.1524" layer="1"/> -<wire x1="47.9655625" y1="35.9196" x2="48.43498125" y2="35.9196" width="0.1524" layer="1"/> -<wire x1="45.907009375" y1="36.88200625" x2="47.00315625" y2="36.88200625" width="0.1524" layer="1"/> -<wire x1="47.00315625" y1="36.88200625" x2="47.9655625" y2="35.9196" width="0.1524" layer="1"/> -<wire x1="48.590790625" y1="35.763790625" x2="48.121371875" y2="35.763790625" width="0.1524" layer="16"/> -<wire x1="48.121371875" y1="35.763790625" x2="46.5241" y2="37.3610625" width="0.1524" layer="16"/> -</signal> -<signal name="MK-F0"> -<contactref element="J5" pad="33"/> -</signal> -<signal name="MK-F3"> -<contactref element="J5" pad="40"/> -</signal> -<signal name="N$41"> -<via x="56.134" y="14.732" extent="1-16" drill="3.2004"/> -</signal> -<signal name="N$42"> -<via x="56.134" y="63.754" extent="1-16" drill="3.2004"/> -</signal> -<signal name="N$43"> -<via x="25.146" y="14.732" extent="1-16" drill="3.2004"/> -</signal> -<signal name="N$44"> -<via x="25.146" y="63.754" extent="1-16" drill="3.2004"/> -</signal> -<signal name="MK-F4"> -<contactref element="J5" pad="30"/> -</signal> -<signal name="MK-UTX3"> -<contactref element="J5" pad="8"/> -</signal> -<signal name="MK-URX3-TWCK2"> -<contactref element="J5" pad="7"/> -</signal> -<signal name="MK-TWD2"> -<contactref element="J5" pad="9"/> +<contactref element="D1" pad="A"/> +</signal> +<signal name="DC-CAL"> +<contactref element="U2" pad="P$12"/> +<wire x1="43.621009375" y1="38.333996875" x2="42.448659375" y2="38.333996875" width="0.1524" layer="1"/> +<wire x1="42.448659375" y1="38.333996875" x2="42.31565" y2="38.46700625" width="0.1524" layer="1"/> +<via x="42.31565" y="38.46700625" extent="1-16" drill="0.25"/> +<wire x1="42.31565" y1="38.46700625" x2="41.19720625" y2="38.46700625" width="0.1524" layer="16"/> +<wire x1="36.1622" y1="43.6091" x2="36.1622" y2="43.5020125" width="0.1524" layer="16"/> +<wire x1="41.19720625" y1="38.46700625" x2="36.1622" y2="43.5020125" width="0.1524" layer="16"/> +<via x="23.876" y="46.482" extent="1-16" drill="0.25"/> +<wire x1="23.876" y1="46.482" x2="22.86" y2="47.498" width="0.1524" layer="16"/> +<wire x1="22.86" y1="47.498" x2="22.86" y2="48.006" width="0.1524" layer="16"/> +<wire x1="22.86" y1="48.006" x2="23.3172" y2="48.4632" width="0.1524" layer="16"/> +<wire x1="30.3276" y1="46.8884" x2="32.512" y2="44.704" width="0.1524" layer="16"/> +<wire x1="29.5707" y1="46.8884" x2="30.3276" y2="46.8884" width="0.1524" layer="16"/> +<wire x1="32.512" y1="44.704" x2="35.0673" y2="44.704" width="0.1524" layer="16"/> +<wire x1="23.3172" y1="48.4632" x2="27.9959" y2="48.4632" width="0.1524" layer="16"/> +<wire x1="27.9959" y1="48.4632" x2="29.5707" y2="46.8884" width="0.1524" layer="16"/> +<wire x1="35.0673" y1="44.704" x2="36.1622" y2="43.6091" width="0.1524" layer="16"/> +<contactref element="U1" pad="39"/> +<wire x1="23.483" y1="41.584" x2="23.483" y2="46.089" width="0.1524" layer="1"/> +<wire x1="23.483" y1="46.089" x2="23.876" y2="46.482" width="0.1524" layer="1"/> +</signal> +<signal name="CUR-V"> +<contactref element="U2" pad="P$25"/> +<contactref element="J3" pad="3"/> +<wire x1="43.621009375" y1="31.834009375" x2="42.452184375" y2="31.834009375" width="0.1524" layer="1"/> +<wire x1="42.452184375" y1="31.834009375" x2="42.2660875" y2="31.6479125" width="0.1524" layer="1"/> +<via x="42.2660875" y="31.6479125" extent="1-16" drill="0.25"/> +<wire x1="33.274" y1="30.734" x2="41.352175" y2="30.734" width="0.1524" layer="16"/> +<wire x1="41.352175" y1="30.734" x2="42.2660875" y2="31.6479125" width="0.1524" layer="16"/> +<contactref element="U1" pad="12"/> +<wire x1="24.483" y1="32.584" x2="24.483" y2="31.397" width="0.1524" layer="1"/> +<wire x1="24.483" y1="31.397" x2="25.908" y2="29.972" width="0.1524" layer="1"/> +<wire x1="25.908" y1="29.972" x2="27.432" y2="29.972" width="0.1524" layer="1"/> +<wire x1="27.432" y1="29.972" x2="28.194" y2="30.734" width="0.1524" layer="1"/> +<wire x1="28.194" y1="30.734" x2="33.274" y2="30.734" width="0.1524" layer="1"/> +</signal> +<signal name="CUR-W"> +<contactref element="U2" pad="P$26"/> +<contactref element="J3" pad="4"/> +<wire x1="42.566909375" y1="30.5124" x2="42.314909375" y2="30.2604" width="0.1524" layer="1"/> +<wire x1="42.566909375" y1="31.08944375" x2="42.566909375" y2="30.5124" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="31.334009375" x2="42.811475" y2="31.334009375" width="0.1524" layer="1"/> +<wire x1="42.811475" y1="31.334009375" x2="42.566909375" y2="31.08944375" width="0.1524" layer="1"/> +<via x="42.314909375" y="30.2604" extent="1-16" drill="0.25"/> +<wire x1="33.274" y1="28.194" x2="40.248509375" y2="28.194" width="0.1524" layer="16"/> +<wire x1="40.248509375" y1="28.194" x2="42.314909375" y2="30.2604" width="0.1524" layer="16"/> +<contactref element="U1" pad="11"/> +<wire x1="23.983" y1="32.584" x2="23.983" y2="31.389" width="0.1524" layer="1"/> +<wire x1="23.983" y1="31.389" x2="24.638" y2="30.734" width="0.1524" layer="1"/> +<wire x1="24.638" y1="30.734" x2="24.6431" y2="30.734" width="0.1524" layer="1"/> +<wire x1="24.6431" y1="30.734" x2="25.7607" y2="29.6164" width="0.1524" layer="1"/> +<wire x1="30.5816" y1="29.6164" x2="32.004" y2="28.194" width="0.1524" layer="1"/> +<wire x1="32.004" y1="28.194" x2="33.274" y2="28.194" width="0.1524" layer="1"/> +<wire x1="25.7607" y1="29.6164" x2="30.5816" y2="29.6164" width="0.1524" layer="1"/> +</signal> +<signal name="V-U"> +<contactref element="R27" pad="2"/> +<contactref element="R26" pad="1"/> +<contactref element="C39" pad="1"/> +<contactref element="J3" pad="5"/> +<contactref element="U1" pad="10"/> +<wire x1="23.483" y1="32.584" x2="23.483" y2="32.143" width="0.1524" layer="1"/> +<wire x1="23.483" y1="32.143" x2="23.6274" y2="31.9986" width="0.1524" layer="1"/> +<wire x1="23.6274" y1="31.9986" x2="23.6274" y2="31.2366" width="0.1524" layer="1"/> +<wire x1="23.6274" y1="31.2366" x2="24.13" y2="30.734" width="0.1524" layer="1"/> +<wire x1="24.13" y1="30.734" x2="24.1351" y2="30.734" width="0.1524" layer="1"/> +<wire x1="24.1351" y1="30.734" x2="25.6083" y2="29.2608" width="0.1524" layer="1"/> +<wire x1="25.6083" y1="29.2608" x2="30.4292" y2="29.2608" width="0.1524" layer="1"/> +<wire x1="30.4292" y1="29.2608" x2="31.496" y2="28.194" width="0.1524" layer="1"/> +<wire x1="31.496" y1="28.194" x2="31.496" y2="27.432" width="0.1524" layer="1"/> +<wire x1="31.496" y1="27.432" x2="33.274" y2="25.654" width="0.1524" layer="1"/> +<wire x1="62.164" y1="43.434" x2="63.82" y2="43.434" width="0" layer="19" extent="1-1"/> +<wire x1="62.064" y1="42.164" x2="62.164" y2="43.434" width="0" layer="19" extent="1-1"/> +<wire x1="33.274" y1="25.654" x2="62.064" y2="42.164" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="V-V"> +<contactref element="R32" pad="2"/> +<contactref element="R31" pad="1"/> +<contactref element="C41" pad="1"/> +<contactref element="J3" pad="6"/> +<contactref element="U1" pad="9"/> +<wire x1="22.983" y1="32.584" x2="22.983" y2="32.135" width="0.1524" layer="1"/> +<wire x1="22.983" y1="32.135" x2="23.2718" y2="31.8462" width="0.1524" layer="1"/> +<wire x1="23.9827" y1="30.3784" x2="23.9878" y2="30.3784" width="0.1524" layer="1"/> +<wire x1="23.2718" y1="31.8462" x2="23.2718" y2="31.0893" width="0.1524" layer="1"/> +<wire x1="23.2718" y1="31.0893" x2="23.9827" y2="30.3784" width="0.1524" layer="1"/> +<wire x1="30.2819" y1="28.9052" x2="31.11755" y2="28.06955" width="0.1524" layer="1"/> +<wire x1="31.11755" y1="28.06955" x2="31.11755" y2="28.06445" width="0.1524" layer="1"/> +<wire x1="31.11755" y1="28.06445" x2="31.1404" y2="28.0416" width="0.1524" layer="1"/> +<wire x1="31.1404" y1="28.0416" x2="31.1404" y2="27.2847" width="0.1524" layer="1"/> +<wire x1="31.1404" y1="27.2847" x2="31.87955" y2="26.54555" width="0.1524" layer="1"/> +<wire x1="31.87955" y1="26.54555" x2="31.87955" y2="24.50845" width="0.1524" layer="1"/> +<wire x1="31.87955" y1="24.50845" x2="33.274" y2="23.114" width="0.1524" layer="1"/> +<wire x1="23.9878" y1="30.3784" x2="25.461" y2="28.9052" width="0.1524" layer="1"/> +<wire x1="25.461" y1="28.9052" x2="30.2819" y2="28.9052" width="0.1524" layer="1"/> +<wire x1="62.926" y1="19.558" x2="64.328" y2="19.558" width="0" layer="19" extent="1-1"/> +<wire x1="62.826" y1="18.288" x2="62.926" y2="19.558" width="0" layer="19" extent="1-1"/> +<wire x1="33.274" y1="23.114" x2="62.926" y2="19.558" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="V-VCC"> +<contactref element="R39" pad="2"/> +<contactref element="R38" pad="1"/> +<contactref element="C45" pad="1"/> +<contactref element="J3" pad="8"/> +<contactref element="U1" pad="5"/> +<wire x1="20.983" y1="32.584" x2="20.983" y2="32.103" width="0.1524" layer="1"/> +<wire x1="20.983" y1="32.103" x2="21.2344" y2="31.8516" width="0.1524" layer="1"/> +<wire x1="21.2344" y1="31.8516" x2="21.2344" y2="28.67256875" width="0.1524" layer="1"/> +<wire x1="21.2344" y1="28.67256875" x2="21.71596875" y2="28.191" width="0.1524" layer="1"/> +<wire x1="21.71596875" y1="28.191" x2="22.86" y2="28.191" width="0.1524" layer="1"/> +<wire x1="22.86" y1="28.191" x2="22.86" y2="27.94" width="0.1524" layer="1"/> +<wire x1="22.86" y1="27.94" x2="23.622" y2="27.178" width="0.1524" layer="1"/> +<via x="23.622" y="27.178" extent="1-16" drill="0.25"/> +<wire x1="23.622" y1="27.178" x2="23.876" y2="27.178" width="0.1524" layer="16"/> +<wire x1="23.876" y1="27.178" x2="24.5364" y2="27.8384" width="0.1524" layer="16"/> +<wire x1="24.5364" y1="27.8384" x2="29.0576" y2="27.8384" width="0.1524" layer="16"/> +<wire x1="29.0576" y1="27.8384" x2="29.718" y2="27.178" width="0.1524" layer="16"/> +<via x="29.718" y="27.178" extent="1-16" drill="0.25"/> +<wire x1="29.718" y1="27.178" x2="29.972" y2="27.178" width="0.1524" layer="1"/> +<wire x1="29.972" y1="27.178" x2="31.16835" y2="25.98165" width="0.1524" layer="1"/> +<wire x1="31.16835" y1="25.98165" x2="31.16835" y2="24.20875" width="0.1524" layer="1"/> +<wire x1="31.16835" y1="24.20875" x2="31.3944" y2="23.9827" width="0.1524" layer="1"/> +<wire x1="31.3944" y1="21.9456" x2="31.75" y2="21.59" width="0.1524" layer="1"/> +<wire x1="31.75" y1="21.59" x2="31.75" y2="19.558" width="0.1524" layer="1"/> +<wire x1="31.75" y1="19.558" x2="33.274" y2="18.034" width="0.1524" layer="1"/> +<wire x1="31.3944" y1="23.9827" x2="31.3944" y2="21.9456" width="0.1524" layer="1"/> +<wire x1="55.306" y1="16.764" x2="56.708" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="55.206" y1="15.494" x2="55.306" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="33.274" y1="18.034" x2="55.306" y2="16.764" width="0" layer="19" extent="1-1"/> </signal> <signal name="PHASE-U"> -<contactref element="R7" pad="2"/> +<contactref element="R26" pad="2"/> <contactref element="Q2" pad="D@1"/> <contactref element="Q1" pad="S@2"/> <contactref element="Q1" pad="S@1"/> <contactref element="Q2" pad="D@4"/> <contactref element="Q2" pad="D@2"/> <contactref element="Q2" pad="D@3"/> -<contactref element="U$1" pad="P$46"/> -<contactref element="C1" pad="2"/> -<contactref element="J3" pad="P$1"/> -<wire x1="53.40699375" y1="41.88199375" x2="54.38400625" y2="41.88199375" width="0.1524" layer="1"/> -<wire x1="54.38400625" y1="41.88199375" x2="54.483" y2="41.783" width="0.1524" layer="1"/> -<wire x1="54.483" y1="41.783" x2="56.769" y2="41.783" width="0.1524" layer="1"/> -<wire x1="56.769" y1="41.783" x2="57.023" y2="42.037" width="0.1524" layer="1"/> -<wire x1="57.023" y1="42.037" x2="57.023" y2="42.611" width="0.1524" layer="1"/> -<wire x1="57.023" y1="42.611" x2="57.211" y2="42.799" width="0.1524" layer="1"/> -<wire x1="72.046" y1="52.668" x2="73.089" y2="52.668" width="1.27" layer="1"/> -<wire x1="72.046" y1="52.668" x2="71.755" y2="52.959" width="1.27" layer="1"/> -<wire x1="73.089" y1="52.668" x2="74.739" y2="52.668" width="1.27" layer="1"/> -<wire x1="74.739" y1="52.668" x2="75.909" y2="52.668" width="1.27" layer="1"/> -<wire x1="76.2" y1="52.959" x2="75.909" y2="52.668" width="1.27" layer="1"/> -<wire x1="76.2" y1="56.261" x2="76.2" y2="57.277" width="1.27" layer="1"/> -<wire x1="76.2" y1="55.626" x2="76.2" y2="56.261" width="1.27" layer="1"/> -<wire x1="76.2" y1="55.118" x2="76.2" y2="55.626" width="1.27" layer="1"/> -<wire x1="76.2" y1="54.483" x2="76.2" y2="55.118" width="1.27" layer="1"/> -<wire x1="76.2" y1="53.975" x2="76.2" y2="54.483" width="1.27" layer="1"/> -<wire x1="76.2" y1="53.975" x2="76.2" y2="52.959" width="1.27" layer="1"/> -<wire x1="75.946" y1="57.531" x2="76.2" y2="57.277" width="1.27" layer="1"/> -<wire x1="75.946" y1="57.531" x2="74.776" y2="57.531" width="1.27" layer="1"/> -<wire x1="74.739" y1="57.568" x2="74.776" y2="57.531" width="1.27" layer="1"/> -<wire x1="74.739" y1="57.568" x2="73.089" y2="57.568" width="1.27" layer="1"/> -<wire x1="73.089" y1="57.568" x2="71.792" y2="57.568" width="1.27" layer="1"/> -<wire x1="71.792" y1="57.568" x2="71.501" y2="57.277" width="1.27" layer="1"/> -<wire x1="74.564" y1="61.689" x2="74.564" y2="60.739" width="1.27" layer="1"/> -<wire x1="74.564" y1="60.739" x2="74.564" y2="58.913" width="1.27" layer="1"/> -<wire x1="74.564" y1="58.913" x2="74.564" y2="57.743" width="1.27" layer="1"/> -<wire x1="74.564" y1="57.743" x2="74.739" y2="57.568" width="1.27" layer="1"/> -<wire x1="74.564" y1="58.913" x2="75.946" y2="57.531" width="1.27" layer="1"/> -<wire x1="76.327" y1="57.15" x2="77.089" y2="57.15" width="1.27" layer="1"/> -<wire x1="76.327" y1="57.15" x2="76.2" y2="57.277" width="1.27" layer="1"/> -<wire x1="77.724" y1="57.15" x2="77.089" y2="57.15" width="1.27" layer="1"/> -<wire x1="80.01" y1="57.15" x2="77.724" y2="57.15" width="1.27" layer="1"/> -<wire x1="77.089" y1="57.15" x2="76.2" y2="56.261" width="1.27" layer="1"/> -<wire x1="77.724" y1="57.15" x2="76.2" y2="55.626" width="1.27" layer="1"/> -<wire x1="80.01" y1="57.15" x2="78.232" y2="57.15" width="1.27" layer="1"/> -<wire x1="78.232" y1="57.15" x2="76.2" y2="55.118" width="1.27" layer="1"/> -<wire x1="80.01" y1="57.15" x2="78.867" y2="57.15" width="1.27" layer="1"/> -<wire x1="78.867" y1="57.15" x2="76.2" y2="54.483" width="1.27" layer="1"/> -<wire x1="80.01" y1="57.15" x2="79.375" y2="57.15" width="1.27" layer="1"/> -<wire x1="79.375" y1="57.15" x2="76.2" y2="53.975" width="1.27" layer="1"/> -<wire x1="80.01" y1="57.15" x2="80.01" y2="56.769" width="1.27" layer="1"/> -<wire x1="80.01" y1="56.769" x2="76.2" y2="52.959" width="1.27" layer="1"/> -<wire x1="57.211" y1="42.799" x2="57.211" y2="43.114" width="0.2032" layer="1"/> -<wire x1="71.882" y1="52.832" x2="72.046" y2="52.668" width="0.2032" layer="1"/> -<wire x1="57.211" y1="43.114" x2="66.929" y2="52.832" width="0.2032" layer="1"/> -<wire x1="66.929" y1="52.832" x2="66.929" y2="53.213" width="0.2032" layer="1"/> -<wire x1="66.929" y1="53.213" x2="67.056" y2="53.34" width="0.2032" layer="1"/> -<via x="67.056" y="53.34" extent="1-16" drill="0.25"/> -<wire x1="67.056" y1="53.34" x2="67.691" y2="53.34" width="0.2032" layer="16"/> -<wire x1="67.691" y1="53.34" x2="68.453" y2="52.578" width="0.2032" layer="16"/> -<via x="68.453" y="52.578" extent="1-16" drill="0.25"/> -<wire x1="68.453" y1="52.578" x2="71.956" y2="52.578" width="0.2032" layer="1"/> -<wire x1="71.956" y1="52.578" x2="72.046" y2="52.668" width="0.2032" layer="1"/> -<wire x1="60.005" y1="59.563" x2="61.087" y2="59.563" width="0.2032" layer="1"/> -<wire x1="61.087" y1="59.563" x2="61.341" y2="59.309" width="0.2032" layer="1"/> -<via x="61.341" y="59.309" extent="1-16" drill="0.25"/> -<wire x1="61.341" y1="59.309" x2="61.341" y2="59.055" width="0.2032" layer="16"/> -<wire x1="61.341" y1="59.055" x2="67.056" y2="53.34" width="0.2032" layer="16"/> +<contactref element="U2" pad="P$46"/> +<contactref element="C31" pad="2"/> +<contactref element="J7" pad="P$1"/> +<wire x1="54.2036" y1="39.4767" x2="53.70529375" y2="38.97839375" width="0.1524" layer="1"/> +<wire x1="52.451" y1="38.97839375" x2="53.70529375" y2="38.97839375" width="0.1524" layer="1"/> +<wire x1="54.2036" y1="39.7146" x2="54.748" y2="40.259" width="0.1524" layer="1"/> +<wire x1="54.2036" y1="39.7146" x2="54.2036" y2="39.4767" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="38.83399375" x2="52.3066" y2="38.83399375" width="0.1524" layer="1"/> +<wire x1="52.3066" y1="38.83399375" x2="52.451" y2="38.97839375" width="0.1524" layer="1"/> +<polygon width="0.1524" layer="1" thermals="no"> +<vertex x="70.231" y="50.8"/> +<vertex x="70.231" y="54.229"/> +<vertex x="71.755" y="54.229"/> +<vertex x="71.755" y="51.054"/> +<vertex x="72.898" y="49.911"/> +<vertex x="77.978" y="49.911"/> +<vertex x="79.375" y="48.514"/> +<vertex x="79.375" y="44.704"/> +<vertex x="77.978" y="43.307"/> +<vertex x="68.453" y="43.307"/> +<vertex x="67.691" y="44.069"/> +<vertex x="67.691" y="44.704"/> +<vertex x="67.945" y="44.958"/> +<vertex x="72.009" y="44.958"/> +<vertex x="72.263" y="45.212"/> +<vertex x="72.263" y="47.371"/> +<vertex x="71.501" y="48.133"/> +<vertex x="67.945" y="48.133"/> +<vertex x="67.691" y="48.387"/> +<vertex x="67.691" y="49.276"/> +<vertex x="68.326" y="49.911"/> +<vertex x="69.342" y="49.911"/> +</polygon> +<wire x1="54.748" y1="40.259" x2="54.748" y2="40.65206875" width="0.1524" layer="1"/> +<wire x1="56.1386" y1="42.04266875" x2="56.1386" y2="43.3167" width="0.1524" layer="1"/> +<wire x1="54.748" y1="40.65206875" x2="56.1386" y2="42.04266875" width="0.1524" layer="1"/> +<wire x1="56.1386" y1="43.3167" x2="62.29095" y2="49.46905" width="0.1524" layer="1"/> +<wire x1="62.29095" y1="49.46905" x2="67.87895" y2="49.46905" width="0.1524" layer="1"/> +<wire x1="67.87895" y1="49.46905" x2="68.072" y2="49.276" width="0.1524" layer="1"/> +<wire x1="68.072" y1="49.276" x2="69.443" y2="49.276" width="0.1524" layer="1"/> +<wire x1="69.443" y1="49.276" x2="69.533" y2="49.186" width="0.1524" layer="1"/> +<wire x1="69.533" y1="44.286" x2="65.72" y2="43.434" width="0" layer="19" extent="1-1"/> </signal> <signal name="VCC"> <contactref element="Q3" pad="D@1"/> @@ -2013,744 +2014,1319 @@ design rules under a new name.</description> <contactref element="Q5" pad="D@4"/> <contactref element="Q5" pad="D@3"/> <contactref element="Q5" pad="D@2"/> -<contactref element="C12" pad="1"/> -<contactref element="C17" pad="1"/> -<contactref element="C18" pad="1"/> -<contactref element="C7" pad="1"/> -<contactref element="C6" pad="1"/> -<contactref element="U$1" pad="P$29"/> -<contactref element="C22" pad="2"/> -<contactref element="U$1" pad="P$53"/> -<contactref element="U$1" pad="P$54"/> -<contactref element="J7" pad="P$1"/> +<contactref element="C40" pad="1"/> +<contactref element="C42" pad="1"/> +<contactref element="C44" pad="1"/> +<contactref element="C26" pad="1"/> +<contactref element="C24" pad="1"/> +<contactref element="U2" pad="P$29"/> +<contactref element="J8" pad="P$1"/> <contactref element="BFC1" pad="P$1"/> <contactref element="BFC2" pad="P$1"/> -<contactref element="J9" pad="P$1"/> +<contactref element="J10" pad="P$1"/> <polygon width="0.1524" layer="1" rank="2"> -<vertex x="52.578" y="66.802"/> -<vertex x="52.578" y="47.752"/> -<vertex x="51.816" y="46.99"/> -<vertex x="47.244" y="46.99"/> -<vertex x="47.244" y="11.684"/> -<vertex x="101.346" y="11.684"/> -<vertex x="101.346" y="66.802"/> +<vertex x="50.292" y="61.976"/> +<vertex x="50.292" y="44.704"/> +<vertex x="49.53" y="43.942"/> +<vertex x="44.958" y="43.942"/> +<vertex x="44.958" y="12.192"/> +<vertex x="99.06" y="12.192"/> +<vertex x="99.06" y="61.976"/> </polygon> -<contactref element="C8" pad="1"/> -<contactref element="C23" pad="1"/> <contactref element="C25" pad="1"/> +<contactref element="C34" pad="1"/> +<contactref element="C36" pad="1"/> +<contactref element="U2" pad="P$53"/> +<contactref element="U2" pad="P$54"/> +<contactref element="C30" pad="1"/> +<contactref element="R38" pad="2"/> +<wire x1="51.12099375" y1="30.3340125" x2="51.12099375" y2="42.3339875" width="0" layer="19" extent="1-1"/> </signal> <signal name="N$2"> -<contactref element="R3" pad="2"/> +<contactref element="R25" pad="2"/> <contactref element="Q2" pad="G"/> -<wire x1="73.914" y1="55.818" x2="72.579" y2="55.818" width="0.2032" layer="1"/> -<wire x1="72.579" y1="55.818" x2="72.263" y2="56.134" width="0.2032" layer="1"/> -<wire x1="72.263" y1="56.134" x2="68.199" y2="56.134" width="0.2032" layer="1"/> -<wire x1="68.199" y1="56.134" x2="66.675" y2="54.61" width="0.2032" layer="1"/> -<wire x1="66.675" y1="54.61" x2="65.466" y2="54.61" width="0.2032" layer="1"/> +<wire x1="70.358" y1="47.436" x2="69.785" y2="47.436" width="0.1524" layer="1"/> +<wire x1="69.785" y1="47.436" x2="69.596" y2="47.625" width="0.1524" layer="1"/> +<wire x1="69.596" y1="47.625" x2="67.31" y2="47.625" width="0.1524" layer="1"/> +<wire x1="67.31" y1="47.625" x2="66.929" y2="48.006" width="0.1524" layer="1"/> +<wire x1="66.929" y1="48.006" x2="66.228" y2="48.006" width="0.1524" layer="1"/> +<wire x1="66.228" y1="48.006" x2="65.847" y2="48.387" width="0.1524" layer="1"/> </signal> <signal name="N$3"> -<contactref element="R2" pad="2"/> +<contactref element="R24" pad="2"/> <contactref element="Q1" pad="G"/> -<wire x1="71.374" y1="58.801" x2="69.215" y2="56.642" width="0.2032" layer="1"/> -<wire x1="71.374" y1="58.801" x2="72.771" y2="58.801" width="0.2032" layer="1"/> -<wire x1="72.771" y1="58.801" x2="73.279" y2="59.309" width="0.2032" layer="1"/> -<wire x1="73.279" y1="59.309" x2="73.279" y2="61.149" width="0.2032" layer="1"/> -<wire x1="73.279" y1="61.149" x2="73.214" y2="61.214" width="0.2032" layer="1"/> -<wire x1="69.215" y1="56.642" x2="65.466" y2="56.642" width="0.2032" layer="1"/> +<wire x1="65.974" y1="50.419" x2="66.101" y2="50.292" width="0.1524" layer="1"/> +<wire x1="65.88" y1="50.513" x2="65.847" y2="50.546" width="0.1524" layer="1"/> +<wire x1="69.658" y1="52.832" x2="69.658" y2="50.862" width="0.1524" layer="1"/> +<wire x1="69.658" y1="50.862" x2="69.215" y2="50.419" width="0.1524" layer="1"/> +<wire x1="69.215" y1="50.419" x2="65.974" y2="50.419" width="0.1524" layer="1"/> +<wire x1="65.974" y1="50.419" x2="65.88" y2="50.513" width="0.1524" layer="1"/> </signal> <signal name="DRV-HI-U"> -<contactref element="R2" pad="1"/> -<contactref element="U$1" pad="P$47"/> -<wire x1="59.75605" y1="47.05095" x2="59.24295" y2="47.05095" width="0.2032" layer="1"/> -<wire x1="59.24295" y1="47.05095" x2="59.055" y2="46.863" width="0.2032" layer="1"/> -<via x="59.055" y="46.863" extent="1-16" drill="0.25"/> -<wire x1="59.055" y1="46.863" x2="58.42" y2="46.228" width="0.2032" layer="16"/> -<wire x1="58.42" y1="46.228" x2="58.42" y2="45.7149" width="0.2032" layer="16"/> -<wire x1="58.42" y1="45.7149" x2="54.93005" y2="42.22495" width="0.2032" layer="16"/> -<wire x1="54.93005" y1="42.22495" x2="52.00905" y2="42.22495" width="0.2032" layer="16"/> -<wire x1="52.00905" y1="42.22495" x2="51.943" y2="42.291" width="0.2032" layer="16"/> -<via x="51.943" y="42.291" extent="1-16" drill="0.25"/> -<wire x1="51.943" y1="42.291" x2="52.07" y2="42.291" width="0.2032" layer="1"/> -<wire x1="52.07" y1="42.291" x2="52.197" y2="42.418" width="0.2032" layer="1"/> -<wire x1="52.197" y1="42.418" x2="53.3709875" y2="42.418" width="0.2032" layer="1"/> -<wire x1="53.3709875" y1="42.418" x2="53.40699375" y2="42.38199375" width="0.2032" layer="1"/> -<wire x1="63.566" y1="56.642" x2="62.992" y2="56.642" width="0.2032" layer="1"/> -<wire x1="62.992" y1="56.642" x2="62.357" y2="56.007" width="0.2032" layer="1"/> -<wire x1="62.357" y1="56.007" x2="62.357" y2="53.34" width="0.2032" layer="1"/> -<wire x1="62.357" y1="53.34" x2="63.2104" y2="52.4866" width="0.2032" layer="1"/> -<wire x1="63.2104" y1="52.4866" x2="63.2104" y2="50.5053" width="0.2032" layer="1"/> -<wire x1="63.2104" y1="50.5053" x2="59.75605" y2="47.05095" width="0.2032" layer="1"/> +<contactref element="R24" pad="1"/> +<contactref element="U2" pad="P$47"/> +<wire x1="51.12099375" y1="39.33399375" x2="53.55799375" y2="39.33399375" width="0.1524" layer="1"/> +<wire x1="53.55799375" y1="39.33399375" x2="53.848" y2="39.624" width="0.1524" layer="1"/> +<wire x1="53.848" y1="39.624" x2="53.848" y2="41.021" width="0.1524" layer="1"/> +<wire x1="53.848" y1="41.021" x2="54.61" y2="41.783" width="0.1524" layer="1"/> +<wire x1="54.61" y1="41.783" x2="55.37603125" y2="41.783" width="0.1524" layer="1"/> +<wire x1="55.37603125" y1="41.783" x2="55.783" y2="42.18996875" width="0.1524" layer="1"/> +<wire x1="62.865" y1="50.546" x2="63.947" y2="50.546" width="0.1524" layer="1"/> +<wire x1="55.783" y1="43.464" x2="62.865" y2="50.546" width="0.1524" layer="1"/> +<wire x1="55.783" y1="42.18996875" x2="55.783" y2="43.464" width="0.1524" layer="1"/> </signal> <signal name="DRV-LO-U"> -<contactref element="R3" pad="1"/> -<contactref element="U$1" pad="P$45"/> -<via x="59.182" y="45.974" extent="1-16" drill="0.25"/> -<wire x1="59.182" y1="45.974" x2="54.483" y2="41.275" width="0.2032" layer="16"/> -<wire x1="54.483" y1="41.275" x2="52.13220625" y2="41.275" width="0.2032" layer="16"/> -<wire x1="52.13220625" y1="41.275" x2="51.943" y2="41.46420625" width="0.2032" layer="16"/> -<via x="51.943" y="41.46420625" extent="1-16" drill="0.25"/> -<wire x1="53.40699375" y1="41.381996875" x2="52.025209375" y2="41.381996875" width="0.2032" layer="1"/> -<wire x1="52.025209375" y1="41.381996875" x2="51.943" y2="41.46420625" width="0.2032" layer="1"/> -<wire x1="63.566" y1="54.61" x2="63.566" y2="50.358" width="0.2032" layer="1"/> -<wire x1="63.566" y1="50.358" x2="59.182" y2="45.974" width="0.2032" layer="1"/> +<contactref element="R25" pad="1"/> +<contactref element="U2" pad="P$45"/> +<wire x1="51.12099375" y1="38.333996875" x2="52.309503125" y2="38.333996875" width="0.1524" layer="1"/> +<wire x1="52.309503125" y1="38.333996875" x2="52.5983" y2="38.62279375" width="0.1524" layer="1"/> +<wire x1="55.4274" y1="39.54326875" x2="55.4274" y2="39.5524" width="0.1524" layer="1"/> +<wire x1="55.4274" y1="39.5524" x2="55.499" y2="39.624" width="0.1524" layer="1"/> +<wire x1="54.61" y1="39.37" x2="55.25413125" y2="39.37" width="0.1524" layer="1"/> +<wire x1="55.25413125" y1="39.37" x2="55.4274" y2="39.54326875" width="0.1524" layer="1"/> +<wire x1="63.9419" y1="48.3921" x2="63.947" y2="48.387" width="0.1524" layer="1"/> +<wire x1="52.5983" y1="38.62279375" x2="53.86279375" y2="38.62279375" width="0.1524" layer="1"/> +<wire x1="53.86279375" y1="38.62279375" x2="54.61" y2="39.37" width="0.1524" layer="1"/> +<wire x1="61.722" y1="48.387" x2="63.947" y2="48.387" width="0.1524" layer="1"/> +<wire x1="55.499" y1="40.90016875" x2="56.4942" y2="41.89536875" width="0.1524" layer="1"/> +<wire x1="56.4942" y1="43.1694" x2="56.5044" y2="43.1694" width="0.1524" layer="1"/> +<wire x1="56.5044" y1="43.1694" x2="61.722" y2="48.387" width="0.1524" layer="1"/> +<wire x1="55.499" y1="39.624" x2="55.499" y2="40.90016875" width="0.1524" layer="1"/> +<wire x1="56.4942" y1="41.89536875" x2="56.4942" y2="43.1694" width="0.1524" layer="1"/> </signal> <signal name="N$1"> -<contactref element="R6" pad="2"/> +<contactref element="R29" pad="2"/> <contactref element="Q4" pad="G"/> -<wire x1="60.706" y1="36.383" x2="60.706" y2="36.703" width="0.2032" layer="1"/> -<wire x1="60.706" y1="36.703" x2="61.341" y2="37.338" width="0.2032" layer="1"/> -<wire x1="61.341" y1="37.338" x2="73.849" y2="37.338" width="0.2032" layer="1"/> -<wire x1="73.849" y1="37.338" x2="73.914" y2="37.403" width="0.2032" layer="1"/> +<wire x1="70.358" y1="35.117" x2="69.534" y2="35.117" width="0.1524" layer="1"/> +<wire x1="69.534" y1="35.117" x2="69.0984" y2="34.6814" width="0.1524" layer="1"/> +<wire x1="58.293" y1="34.163" x2="57.851" y2="34.163" width="0.1524" layer="1"/> +<wire x1="57.883896875" y1="34.12740625" x2="57.851" y2="34.163" width="0.1524" layer="1"/> +<wire x1="57.883896875" y1="34.12740625" x2="57.912" y2="34.097" width="0.1524" layer="1"/> +<wire x1="58.437890625" y1="34.6814" x2="57.883896875" y2="34.12740625" width="0.1524" layer="1"/> +<wire x1="69.0984" y1="34.6814" x2="58.437890625" y2="34.6814" width="0.1524" layer="1"/> </signal> <signal name="N$4"> -<contactref element="R5" pad="2"/> +<contactref element="R28" pad="2"/> <contactref element="Q3" pad="G"/> -<wire x1="60.706" y1="40.96" x2="61.148" y2="40.96" width="0.2032" layer="1"/> -<wire x1="61.148" y1="40.96" x2="62.23" y2="39.878" width="0.2032" layer="1"/> -<wire x1="62.23" y1="39.878" x2="71.247" y2="39.878" width="0.2032" layer="1"/> -<wire x1="71.247" y1="39.878" x2="71.628" y2="40.259" width="0.2032" layer="1"/> -<wire x1="71.628" y1="40.259" x2="72.644" y2="40.259" width="0.2032" layer="1"/> -<wire x1="72.644" y1="40.259" x2="73.152" y2="40.767" width="0.2032" layer="1"/> -<wire x1="73.152" y1="40.767" x2="73.152" y2="42.737" width="0.2032" layer="1"/> -<wire x1="73.152" y1="42.737" x2="73.214" y2="42.799" width="0.2032" layer="1"/> +<wire x1="69.658" y1="40.513" x2="69.658" y2="38.924" width="0.1524" layer="1"/> +<wire x1="69.658" y1="38.924" x2="68.707" y2="37.973" width="0.1524" layer="1"/> +<wire x1="68.707" y1="37.973" x2="68.199" y2="37.973" width="0.1524" layer="1"/> +<wire x1="68.199" y1="37.973" x2="67.056" y2="36.83" width="0.1524" layer="1"/> +<wire x1="67.056" y1="36.83" x2="67.056" y2="35.56" width="0.1524" layer="1"/> +<wire x1="67.056" y1="35.56" x2="66.8886" y2="35.3926" width="0.1524" layer="1"/> +<wire x1="59.2686" y1="35.3926" x2="66.8886" y2="35.3926" width="0.1524" layer="1"/> +<wire x1="57.912" y1="38.801" x2="57.912" y2="36.7492" width="0.1524" layer="1"/> +<wire x1="57.912" y1="36.7492" x2="59.2686" y2="35.3926" width="0.1524" layer="1"/> </signal> <signal name="SL-V"> -<contactref element="R1" pad="B"/> +<contactref element="R30" pad="B"/> <contactref element="Q4" pad="S@2"/> <contactref element="Q4" pad="S@1"/> -<contactref element="U$1" pad="P$39"/> -<wire x1="74.389" y1="36.053" x2="73.439" y2="36.053" width="1.27" layer="1"/> -<wire x1="73.439" y1="36.053" x2="70.47" y2="36.053" width="1.27" layer="1"/> -<wire x1="70.47" y1="36.053" x2="69.596" y2="35.179" width="1.27" layer="1"/> -<wire x1="67.31" y1="35.179" x2="69.596" y2="35.179" width="1.27" layer="1"/> -<wire x1="53.40699375" y1="38.382003125" x2="52.191603125" y2="38.382003125" width="0.2032" layer="1"/> -<wire x1="52.191603125" y1="38.382003125" x2="52.07" y2="38.2604" width="0.2032" layer="1"/> -<via x="52.07" y="38.2604" extent="1-16" drill="0.25"/> -<wire x1="52.07" y1="38.2604" x2="54.7036" y2="38.2604" width="0.2032" layer="16"/> -<wire x1="54.7036" y1="38.2604" x2="59.182" y2="33.782" width="0.2032" layer="16"/> -<wire x1="59.182" y1="33.782" x2="63.881" y2="33.782" width="0.2032" layer="16"/> -<wire x1="63.881" y1="33.782" x2="64.77" y2="34.671" width="0.2032" layer="16"/> -<via x="64.77" y="34.671" extent="1-16" drill="0.25"/> -<wire x1="67.31" y1="35.179" x2="67.056" y2="35.433" width="0.2032" layer="1"/> -<wire x1="67.056" y1="35.433" x2="65.532" y2="35.433" width="0.2032" layer="1"/> -<wire x1="65.532" y1="35.433" x2="64.77" y2="34.671" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$39"/> +<wire x1="70.833" y1="33.767" x2="69.883" y2="33.767" width="1.27" layer="1"/> +<wire x1="69.883" y1="33.767" x2="66.914" y2="33.767" width="1.27" layer="1"/> +<wire x1="66.914" y1="33.767" x2="66.04" y2="32.893" width="1.27" layer="1"/> +<wire x1="63.754" y1="32.893" x2="66.04" y2="32.893" width="1.27" layer="1"/> +<wire x1="63.5" y1="33.147" x2="63.754" y2="32.893" width="0.2032" layer="1"/> +<wire x1="62.865" y1="32.512" x2="63.5" y2="33.147" width="0.1524" layer="1"/> +<wire x1="61.341" y1="32.512" x2="60.79633125" y2="32.512" width="0.1524" layer="1"/> +<wire x1="61.341" y1="32.512" x2="62.865" y2="32.512" width="0.1524" layer="1"/> +<wire x1="52.606003125" y1="35.334003125" x2="52.6638" y2="35.3918" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="35.334003125" x2="52.606003125" y2="35.334003125" width="0.1524" layer="1"/> +<wire x1="60.0966" y1="31.2676" x2="61.341" y2="32.512" width="0.1524" layer="1"/> +<wire x1="56.91926875" y1="31.2676" x2="60.0966" y2="31.2676" width="0.1524" layer="1"/> +<wire x1="56.0533" y1="35.3918" x2="56.26355" y2="35.18155" width="0.1524" layer="1"/> +<wire x1="56.26355" y1="35.18155" x2="56.26355" y2="35.17645" width="0.1524" layer="1"/> +<wire x1="56.26355" y1="35.17645" x2="56.527" y2="34.913" width="0.1524" layer="1"/> +<wire x1="56.527" y1="34.913" x2="56.527" y2="31.65986875" width="0.1524" layer="1"/> +<wire x1="56.527" y1="31.65986875" x2="56.91926875" y2="31.2676" width="0.1524" layer="1"/> +<wire x1="52.6638" y1="35.3918" x2="56.0533" y2="35.3918" width="0.1524" layer="1"/> </signal> <signal name="SHNT-V-HI"> -<contactref element="R1" pad="SB"/> -<contactref element="R15" pad="1"/> -<wire x1="62.9285" y1="35.433" x2="62.992" y2="35.433" width="0.2032" layer="1"/> -<wire x1="62.992" y1="35.433" x2="63.754" y2="36.195" width="0.2032" layer="1"/> -<via x="63.754" y="36.195" extent="1-16" drill="0.25"/> -<wire x1="63.754" y1="36.195" x2="64.262" y2="36.195" width="0.2032" layer="16"/> -<wire x1="64.262" y1="36.195" x2="65.532" y2="34.925" width="0.2032" layer="16"/> -<wire x1="65.532" y1="34.925" x2="65.532" y2="34.29" width="0.2032" layer="16"/> -<wire x1="64.516" y1="33.274" x2="52.705" y2="33.274" width="0.2032" layer="16"/> -<wire x1="52.705" y1="33.274" x2="43.053" y2="23.622" width="0.2032" layer="16"/> -<via x="43.053" y="23.622" extent="1-16" drill="0.25"/> -<wire x1="43.053" y1="23.622" x2="43.053" y2="24.958" width="0.2032" layer="1"/> -<wire x1="65.532" y1="34.29" x2="64.516" y2="33.274" width="0.2032" layer="16"/> +<contactref element="R30" pad="SB"/> +<contactref element="R18" pad="1"/> +<via x="44.704" y="22.672" extent="1-16" drill="0.35"/> +<via x="59.3725" y="33.147" extent="1-16" drill="0.35"/> +<wire x1="44.704" y1="22.672" x2="45.024" y2="22.672" width="0.1524" layer="16"/> +<wire x1="46.482" y1="24.13" x2="55.626" y2="24.13" width="0.1524" layer="16"/> +<wire x1="58.3184" y1="26.8224" x2="58.3184" y2="30.3784" width="0.1524" layer="16"/> +<wire x1="58.3184" y1="30.3784" x2="59.436" y2="31.496" width="0.1524" layer="16"/> +<wire x1="59.436" y1="31.496" x2="59.436" y2="33.0835" width="0.1524" layer="16"/> +<wire x1="59.436" y1="33.0835" x2="59.3725" y2="33.147" width="0.1524" layer="16"/> +<wire x1="45.024" y1="22.672" x2="46.482" y2="24.13" width="0.1524" layer="16"/> +<wire x1="55.626" y1="24.13" x2="58.3184" y2="26.8224" width="0.1524" layer="16"/> </signal> <signal name="SHNT-V-LO"> -<contactref element="R1" pad="SA"/> -<contactref element="R16" pad="1"/> -<wire x1="62.9285" y1="42.037" x2="63.754" y2="42.037" width="0.2032" layer="1"/> -<via x="63.754" y="42.037" extent="1-16" drill="0.25"/> -<wire x1="63.754" y1="42.037" x2="63.754" y2="37.592" width="0.2032" layer="16"/> -<wire x1="66.04" y1="35.306" x2="66.04" y2="34.036" width="0.2032" layer="16"/> -<wire x1="66.04" y1="34.036" x2="64.77" y2="32.766" width="0.2032" layer="16"/> -<wire x1="64.77" y1="32.766" x2="52.959" y2="32.766" width="0.2032" layer="16"/> -<wire x1="44.704" y1="24.511" x2="44.704" y2="23.622" width="0.2032" layer="16"/> -<via x="44.704" y="23.622" extent="1-16" drill="0.25"/> -<wire x1="44.704" y1="23.622" x2="44.704" y2="24.831" width="0.2032" layer="1"/> -<wire x1="44.704" y1="24.831" x2="44.831" y2="24.958" width="0.2032" layer="1"/> -<wire x1="63.754" y1="37.592" x2="66.04" y2="35.306" width="0.2032" layer="16"/> -<wire x1="52.959" y1="32.766" x2="44.704" y2="24.511" width="0.2032" layer="16"/> +<contactref element="R30" pad="SA"/> +<contactref element="R19" pad="1"/> +<via x="46.482" y="22.672" extent="1-16" drill="0.35"/> +<via x="59.3725" y="39.751" extent="1-16" drill="0.35"/> +<wire x1="46.482" y1="22.672" x2="46.802" y2="22.672" width="0.1524" layer="16"/> +<wire x1="46.802" y1="22.672" x2="47.752" y2="23.622" width="0.1524" layer="16"/> +<wire x1="47.752" y1="23.622" x2="55.626" y2="23.622" width="0.1524" layer="16"/> +<wire x1="55.626" y1="23.622" x2="58.674" y2="26.67" width="0.1524" layer="16"/> +<wire x1="58.674" y1="26.67" x2="58.674" y2="29.972" width="0.1524" layer="16"/> +<wire x1="58.674" y1="29.972" x2="60.198" y2="31.496" width="0.1524" layer="16"/> +<wire x1="60.198" y1="31.496" x2="60.198" y2="38.9255" width="0.1524" layer="16"/> +<wire x1="60.198" y1="38.9255" x2="59.3725" y2="39.751" width="0.1524" layer="16"/> </signal> <signal name="PHASE-V"> -<contactref element="R9" pad="2"/> +<contactref element="R31" pad="2"/> <contactref element="Q4" pad="D@1"/> <contactref element="Q3" pad="S@2"/> <contactref element="Q3" pad="S@1"/> <contactref element="Q4" pad="D@4"/> <contactref element="Q4" pad="D@2"/> <contactref element="Q4" pad="D@3"/> -<contactref element="U$1" pad="P$41"/> -<contactref element="C2" pad="2"/> -<contactref element="J4" pad="P$1"/> -<wire x1="74.564" y1="42.324" x2="74.564" y2="43.274" width="1.016" layer="1"/> -<wire x1="74.564" y1="40.767" x2="74.564" y2="42.324" width="1.016" layer="1"/> -<wire x1="74.564" y1="39.328" x2="74.739" y2="39.153" width="1.016" layer="1"/> -<wire x1="73.089" y1="39.153" x2="74.389" y2="39.153" width="1.016" layer="1"/> -<wire x1="74.389" y1="39.153" x2="74.564" y2="39.328" width="1.016" layer="1"/> -<wire x1="73.089" y1="34.253" x2="72.046" y2="34.253" width="1.27" layer="1"/> -<wire x1="72.046" y1="34.253" x2="71.755" y2="34.544" width="1.27" layer="1"/> -<wire x1="74.739" y1="34.253" x2="73.089" y2="34.253" width="1.27" layer="1"/> -<wire x1="73.089" y1="39.153" x2="75.782" y2="39.153" width="1.27" layer="1"/> -<wire x1="76.327" y1="39.153" x2="75.782" y2="39.153" width="1.27" layer="1"/> -<wire x1="76.327" y1="39.153" x2="79.793" y2="39.153" width="1.27" layer="1"/> -<wire x1="79.793" y1="39.153" x2="80.01" y2="39.37" width="1.27" layer="1"/> -<wire x1="75.782" y1="39.153" x2="76.454" y2="38.481" width="1.27" layer="1"/> -<wire x1="76.454" y1="38.1" x2="76.454" y2="38.481" width="1.27" layer="1"/> -<wire x1="76.454" y1="36.576" x2="76.454" y2="38.1" width="1.27" layer="1"/> -<wire x1="76.454" y1="35.941" x2="76.454" y2="36.576" width="1.27" layer="1"/> -<wire x1="76.454" y1="34.798" x2="76.454" y2="35.941" width="1.27" layer="1"/> -<wire x1="76.454" y1="34.798" x2="75.946" y2="34.29" width="1.27" layer="1"/> -<wire x1="75.946" y1="34.29" x2="74.776" y2="34.29" width="1.27" layer="1"/> -<wire x1="74.776" y1="34.29" x2="74.739" y2="34.253" width="1.27" layer="1"/> -<wire x1="80.01" y1="39.37" x2="78.613" y2="37.973" width="1.27" layer="1"/> -<wire x1="78.613" y1="37.973" x2="76.581" y2="37.973" width="1.27" layer="1"/> -<wire x1="76.581" y1="37.973" x2="76.454" y2="38.1" width="1.27" layer="1"/> -<wire x1="80.01" y1="39.37" x2="77.216" y2="36.576" width="1.27" layer="1"/> -<wire x1="77.089" y1="36.576" x2="76.454" y2="36.576" width="1.27" layer="1"/> -<wire x1="77.216" y1="36.576" x2="77.089" y2="36.576" width="1.27" layer="1"/> -<wire x1="77.089" y1="36.576" x2="76.454" y2="35.941" width="1.27" layer="1"/> -<wire x1="74.564" y1="43.274" x2="74.564" y2="40.767" width="1.27" layer="1"/> -<wire x1="74.564" y1="40.767" x2="74.564" y2="39.328" width="1.27" layer="1"/> -<wire x1="74.564" y1="40.767" x2="74.713" y2="40.767" width="1.27" layer="1"/> -<wire x1="74.713" y1="40.767" x2="76.327" y2="39.153" width="1.27" layer="1"/> -<wire x1="80.01" y1="39.37" x2="79.502" y2="39.37" width="1.27" layer="1"/> -<wire x1="79.502" y1="39.37" x2="78.867" y2="40.005" width="1.27" layer="1"/> -<wire x1="78.867" y1="40.005" x2="75.326" y2="40.005" width="1.27" layer="1"/> -<wire x1="75.326" y1="40.005" x2="74.564" y2="40.767" width="1.27" layer="1"/> -<wire x1="80.01" y1="39.37" x2="80.01" y2="38.354" width="1.27" layer="1"/> -<wire x1="80.01" y1="38.354" x2="76.454" y2="34.798" width="1.27" layer="1"/> -<wire x1="53.41899375" y1="39.37" x2="55.311" y2="39.37" width="0.2032" layer="1"/> -<wire x1="53.41899375" y1="39.37" x2="53.40699375" y2="39.382" width="0.2032" layer="1"/> -<wire x1="55.311" y1="39.37" x2="55.311" y2="39.304" width="0.2032" layer="1"/> -<wire x1="55.311" y1="39.304" x2="56.261" y2="38.354" width="0.2032" layer="1"/> -<wire x1="56.261" y1="38.354" x2="72.29" y2="38.354" width="0.2032" layer="1"/> -<wire x1="72.29" y1="38.354" x2="73.089" y2="39.153" width="0.2032" layer="1"/> -<wire x1="72.046" y1="34.253" x2="71.21" y2="34.253" width="0.2032" layer="1"/> -<wire x1="71.21" y1="34.253" x2="70.358" y2="33.401" width="0.2032" layer="1"/> -<wire x1="70.358" y1="33.401" x2="66.421" y2="33.401" width="0.2032" layer="1"/> -<wire x1="66.421" y1="33.401" x2="65.278" y2="32.258" width="0.2032" layer="1"/> -<wire x1="65.278" y1="32.258" x2="63.246" y2="32.258" width="0.2032" layer="1"/> -<wire x1="63.246" y1="32.258" x2="62.992" y2="32.004" width="0.2032" layer="1"/> -<via x="62.992" y="32.004" extent="1-16" drill="0.25"/> -<wire x1="62.992" y1="32.004" x2="57.404" y2="26.416" width="0.2032" layer="16"/> -<via x="57.404" y="26.416" extent="1-16" drill="0.25"/> -<wire x1="57.404" y1="26.416" x2="56.515" y2="25.466" width="0.2032" layer="1"/> -<wire x1="56.515" y1="25.466" x2="53.02" y2="21.971" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$41"/> +<contactref element="C32" pad="2"/> +<contactref element="J16" pad="P$1"/> +<polygon width="0.1524" layer="1" thermals="no"> +<vertex x="70.231" y="38.481"/> +<vertex x="70.231" y="41.91"/> +<vertex x="71.755" y="41.91"/> +<vertex x="71.755" y="38.735"/> +<vertex x="72.898" y="37.592"/> +<vertex x="77.978" y="37.592"/> +<vertex x="79.375" y="36.195"/> +<vertex x="79.375" y="32.385"/> +<vertex x="77.978" y="30.988"/> +<vertex x="68.453" y="30.988"/> +<vertex x="67.691" y="31.75"/> +<vertex x="67.691" y="32.385"/> +<vertex x="67.945" y="32.639"/> +<vertex x="72.009" y="32.639"/> +<vertex x="72.263" y="32.893"/> +<vertex x="72.263" y="35.052"/> +<vertex x="71.501" y="35.814"/> +<vertex x="67.945" y="35.814"/> +<vertex x="67.691" y="36.068"/> +<vertex x="67.691" y="36.957"/> +<vertex x="68.326" y="37.592"/> +<vertex x="69.342" y="37.592"/> +</polygon> +<wire x1="51.12099375" y1="36.334" x2="55.129" y2="37.338" width="0" layer="19" extent="1-1"/> +<wire x1="69.533" y1="36.867" x2="55.129" y2="37.338" width="0" layer="19" extent="1-1"/> +<wire x1="66.228" y1="19.558" x2="69.533" y2="31.967" width="0" layer="19" extent="1-1"/> </signal> <signal name="DRV-LO-V"> -<contactref element="R6" pad="1"/> -<contactref element="U$1" pad="P$40"/> -<wire x1="53.40699375" y1="38.882" x2="52.2572" y2="38.882" width="0.2032" layer="1"/> -<wire x1="52.2572" y1="38.882" x2="52.07" y2="39.0692" width="0.2032" layer="1"/> -<via x="52.07" y="39.0692" extent="1-16" drill="0.25"/> -<wire x1="52.07" y1="39.0692" x2="54.7838" y2="39.0692" width="0.2032" layer="16"/> -<wire x1="54.7838" y1="39.0692" x2="59.436" y2="34.417" width="0.2032" layer="16"/> -<via x="59.436" y="34.417" extent="1-16" drill="0.25"/> -<wire x1="59.436" y1="34.417" x2="60.64" y2="34.417" width="0.2032" layer="1"/> -<wire x1="60.64" y1="34.417" x2="60.706" y2="34.483" width="0.2032" layer="1"/> +<contactref element="R29" pad="1"/> +<contactref element="U2" pad="P$40"/> +<wire x1="51.12099375" y1="35.834" x2="52.43206875" y2="35.834" width="0.1524" layer="1"/> +<wire x1="52.43206875" y1="35.834" x2="52.51866875" y2="35.7474" width="0.1524" layer="1"/> +<wire x1="56.2006" y1="35.7474" x2="56.896" y2="35.052" width="0.1524" layer="1"/> +<wire x1="56.896" y1="35.052" x2="56.896" y2="34.87613125" width="0.1524" layer="1"/> +<wire x1="56.896" y1="34.87613125" x2="56.8826" y2="34.86273125" width="0.1524" layer="1"/> +<wire x1="56.8826" y1="34.86273125" x2="56.8826" y2="32.5254" width="0.1524" layer="1"/> +<wire x1="56.8826" y1="32.5254" x2="57.15" y2="32.258" width="0.1524" layer="1"/> +<wire x1="57.15" y1="32.258" x2="57.851" y2="32.258" width="0.1524" layer="1"/> +<wire x1="57.851" y1="32.258" x2="57.912" y2="32.197" width="0.1524" layer="1"/> +<wire x1="52.51866875" y1="35.7474" x2="56.2006" y2="35.7474" width="0.1524" layer="1"/> </signal> <signal name="DRV-HI-V"> -<contactref element="R5" pad="1"/> -<contactref element="U$1" pad="P$42"/> -<wire x1="53.40699375" y1="39.882" x2="52.074" y2="39.882" width="0.2032" layer="1"/> -<wire x1="52.074" y1="39.882" x2="52.07" y2="39.878" width="0.2032" layer="1"/> -<via x="52.07" y="39.878" extent="1-16" drill="0.25"/> -<wire x1="52.07" y1="39.878" x2="56.515" y2="39.878" width="0.2032" layer="16"/> -<wire x1="56.515" y1="39.878" x2="59.436" y2="42.799" width="0.2032" layer="16"/> -<via x="59.436" y="42.799" extent="1-16" drill="0.25"/> -<wire x1="59.436" y1="42.799" x2="60.645" y2="42.799" width="0.2032" layer="1"/> -<wire x1="60.645" y1="42.799" x2="60.706" y2="42.86" width="0.2032" layer="1"/> +<contactref element="R28" pad="1"/> +<contactref element="U2" pad="P$42"/> +<wire x1="51.12099375" y1="36.834" x2="52.43786875" y2="36.834" width="0.1524" layer="1"/> +<wire x1="52.43786875" y1="36.834" x2="52.81326875" y2="36.4586" width="0.1524" layer="1"/> +<wire x1="53.84473125" y1="36.4586" x2="54.0084" y2="36.62226875" width="0.1524" layer="1"/> +<wire x1="54.0084" y1="36.62226875" x2="54.0084" y2="37.7626" width="0.1524" layer="1"/> +<wire x1="54.0084" y1="37.7626" x2="54.9046" y2="38.6588" width="0.1524" layer="1"/> +<wire x1="55.54873125" y1="38.6588" x2="54.9046" y2="38.6588" width="0.1524" layer="1"/> +<wire x1="52.81326875" y1="36.4586" x2="53.84473125" y2="36.4586" width="0.1524" layer="1"/> +<wire x1="57.658" y1="40.574" x2="57.912" y2="40.701" width="0.1524" layer="1"/> +<wire x1="56.2102" y1="39.7002" x2="56.2102" y2="39.32026875" width="0.1524" layer="1"/> +<wire x1="56.2102" y1="39.32026875" x2="55.54873125" y2="38.6588" width="0.1524" layer="1"/> +<wire x1="57.912" y1="40.701" x2="57.211" y2="40.701" width="0.1524" layer="1"/> +<wire x1="57.211" y1="40.701" x2="56.2102" y2="39.7002" width="0.1524" layer="1"/> </signal> <signal name="N$5"> -<contactref element="R12" pad="2"/> +<contactref element="R34" pad="2"/> <contactref element="Q6" pad="G"/> -<wire x1="60.706" y1="18.603" x2="60.706" y2="19.05" width="0.2032" layer="1"/> -<wire x1="71.374" y1="18.288" x2="73.852" y2="18.288" width="0.2032" layer="1"/> -<wire x1="73.852" y1="18.288" x2="73.914" y2="18.226" width="0.2032" layer="1"/> -<wire x1="61.4934" y1="19.8374" x2="69.8246" y2="19.8374" width="0.2032" layer="1"/> -<wire x1="60.706" y1="19.05" x2="61.4934" y2="19.8374" width="0.2032" layer="1"/> -<wire x1="69.8246" y1="19.8374" x2="71.374" y2="18.288" width="0.2032" layer="1"/> +<wire x1="70.358" y1="22.798" x2="67.20833125" y2="22.798" width="0.1524" layer="1"/> +<wire x1="67.20833125" y1="22.798" x2="66.40973125" y2="23.5966" width="0.1524" layer="1"/> +<wire x1="58.81226875" y1="23.5966" x2="58.39066875" y2="23.175" width="0.1524" layer="1"/> +<wire x1="58.39066875" y1="23.175" x2="57.912" y2="23.175" width="0.1524" layer="1"/> +<wire x1="66.40973125" y1="23.5966" x2="58.81226875" y2="23.5966" width="0.1524" layer="1"/> </signal> <signal name="N$6"> -<contactref element="R11" pad="2"/> +<contactref element="R33" pad="2"/> <contactref element="Q5" pad="G"/> -<wire x1="72.009" y1="21.209" x2="73.279" y2="22.479" width="0.2032" layer="1"/> -<wire x1="73.279" y1="22.479" x2="73.279" y2="23.557" width="0.2032" layer="1"/> -<wire x1="73.279" y1="23.557" x2="73.214" y2="23.622" width="0.2032" layer="1"/> -<wire x1="60.706" y1="21.336" x2="61.468" y2="20.574" width="0.2032" layer="1"/> -<wire x1="61.468" y1="20.574" x2="70.739" y2="20.574" width="0.2032" layer="1"/> -<wire x1="70.739" y1="20.574" x2="71.374" y2="21.209" width="0.2032" layer="1"/> -<wire x1="71.374" y1="21.209" x2="72.009" y2="21.209" width="0.2032" layer="1"/> -<wire x1="60.706" y1="23.18" x2="60.706" y2="21.336" width="0.2032" layer="1"/> +<wire x1="69.658" y1="28.194" x2="69.658" y2="26.605" width="0.1524" layer="1"/> +<wire x1="69.658" y1="26.605" x2="68.834" y2="25.781" width="0.1524" layer="1"/> +<wire x1="68.834" y1="25.781" x2="67.8231" y2="25.781" width="0.1524" layer="1"/> +<wire x1="67.8231" y1="25.781" x2="66.36005" y2="24.31795" width="0.1524" layer="1"/> +<wire x1="66.36005" y1="24.31795" x2="59.24805" y2="24.31795" width="0.1524" layer="1"/> +<wire x1="59.24805" y1="24.31795" x2="57.912" y2="25.654" width="0.1524" layer="1"/> +<wire x1="57.912" y1="25.654" x2="57.912" y2="27.752" width="0.1524" layer="1"/> </signal> <signal name="DRV-HI-W"> -<contactref element="R11" pad="1"/> -<contactref element="U$1" pad="P$37"/> -<wire x1="53.40699375" y1="37.382003125" x2="52.139596875" y2="37.382003125" width="0.2032" layer="1"/> -<wire x1="52.139596875" y1="37.382003125" x2="52.07" y2="37.4516" width="0.2032" layer="1"/> -<via x="52.07" y="37.4516" extent="1-16" drill="0.25"/> -<wire x1="52.07" y1="37.4516" x2="54.4964" y2="37.4516" width="0.2032" layer="16"/> -<wire x1="54.4964" y1="37.4516" x2="57.531" y2="34.417" width="0.2032" layer="16"/> -<via x="57.531" y="34.417" extent="1-16" drill="0.25"/> -<wire x1="59.436" y1="32.512" x2="59.436" y2="26.35" width="0.2032" layer="1"/> -<wire x1="59.436" y1="26.35" x2="60.706" y2="25.08" width="0.2032" layer="1"/> -<wire x1="57.531" y1="34.417" x2="59.436" y2="32.512" width="0.2032" layer="1"/> +<contactref element="R33" pad="1"/> +<contactref element="U2" pad="P$37"/> +<wire x1="51.12099375" y1="34.334003125" x2="52.114003125" y2="34.334003125" width="0.1524" layer="1"/> +<wire x1="52.114003125" y1="34.334003125" x2="52.40279375" y2="34.62279375" width="0.1524" layer="1"/> +<wire x1="52.40279375" y1="34.62279375" x2="54.02320625" y2="34.62279375" width="0.1524" layer="1"/> +<wire x1="54.02320625" y1="34.62279375" x2="54.229" y2="34.417" width="0.1524" layer="1"/> +<wire x1="54.229" y1="32.639" x2="56.896" y2="29.972" width="0.1524" layer="1"/> +<wire x1="56.896" y1="29.972" x2="57.592" y2="29.972" width="0.1524" layer="1"/> +<wire x1="57.592" y1="29.972" x2="57.912" y2="29.652" width="0.1524" layer="1"/> +<wire x1="54.229" y1="34.417" x2="54.229" y2="32.639" width="0.1524" layer="1"/> </signal> <signal name="PHASE-W"> <contactref element="Q6" pad="D@1"/> -<contactref element="R14" pad="2"/> +<contactref element="R36" pad="2"/> <contactref element="Q6" pad="D@3"/> <contactref element="Q6" pad="D@4"/> <contactref element="Q6" pad="D@2"/> <contactref element="Q5" pad="S@1"/> <contactref element="Q5" pad="S@2"/> -<contactref element="U$1" pad="P$36"/> -<contactref element="C3" pad="2"/> -<contactref element="J6" pad="P$1"/> -<wire x1="74.564" y1="24.097" x2="74.564" y2="23.147" width="1.27" layer="1"/> -<wire x1="74.564" y1="23.147" x2="74.564" y2="21.575" width="1.27" layer="1"/> -<wire x1="74.564" y1="21.575" x2="74.564" y2="20.151" width="1.27" layer="1"/> -<wire x1="74.564" y1="20.151" x2="74.739" y2="19.976" width="1.27" layer="1"/> -<wire x1="74.739" y1="19.976" x2="73.089" y2="19.976" width="1.27" layer="1"/> -<wire x1="74.739" y1="19.976" x2="76.163" y2="19.976" width="1.27" layer="1"/> -<wire x1="76.327" y1="19.812" x2="76.163" y2="19.976" width="1.27" layer="1"/> -<wire x1="76.327" y1="17.78" x2="76.327" y2="19.812" width="1.27" layer="1"/> -<wire x1="76.327" y1="16.637" x2="76.327" y2="17.78" width="1.27" layer="1"/> -<wire x1="76.327" y1="15.367" x2="76.327" y2="16.637" width="1.27" layer="1"/> -<wire x1="76.327" y1="15.367" x2="76.073" y2="15.113" width="1.27" layer="1"/> -<wire x1="74.776" y1="15.113" x2="74.739" y2="15.076" width="1.27" layer="1"/> -<wire x1="76.073" y1="15.113" x2="74.776" y2="15.113" width="1.27" layer="1"/> -<wire x1="74.739" y1="15.076" x2="73.089" y2="15.076" width="1.27" layer="1"/> -<wire x1="73.089" y1="15.076" x2="71.919" y2="15.076" width="1.27" layer="1"/> -<wire x1="71.919" y1="15.076" x2="71.882" y2="15.113" width="1.27" layer="1"/> -<wire x1="71.919" y1="19.976" x2="73.089" y2="19.976" width="1.27" layer="1"/> -<wire x1="71.919" y1="19.976" x2="71.755" y2="19.812" width="1.27" layer="1"/> -<wire x1="76.163" y1="19.976" x2="78.396" y2="19.976" width="1.27" layer="1"/> -<wire x1="78.396" y1="19.976" x2="77.597" y2="19.177" width="1.27" layer="1"/> -<wire x1="77.597" y1="19.177" x2="76.962" y2="19.177" width="1.27" layer="1"/> -<wire x1="76.962" y1="19.177" x2="76.327" y2="19.812" width="1.27" layer="1"/> -<wire x1="80.01" y1="21.59" x2="80.01" y2="20.447" width="1.27" layer="1"/> -<wire x1="80.01" y1="20.447" x2="78.232" y2="18.669" width="1.27" layer="1"/> -<wire x1="78.232" y1="18.669" x2="77.216" y2="18.669" width="1.27" layer="1"/> -<wire x1="77.216" y1="18.669" x2="76.327" y2="17.78" width="1.27" layer="1"/> -<wire x1="78.232" y1="18.669" x2="78.232" y2="18.542" width="1.27" layer="1"/> -<wire x1="78.232" y1="18.542" x2="76.327" y2="16.637" width="1.27" layer="1"/> -<wire x1="74.564" y1="21.575" x2="75.438" y2="20.701" width="1.27" layer="1"/> -<wire x1="75.438" y1="20.701" x2="76.163" y2="19.976" width="1.27" layer="1"/> -<wire x1="80.01" y1="21.59" x2="78.396" y2="19.976" width="1.27" layer="1"/> -<wire x1="75.438" y1="20.701" x2="79.121" y2="20.701" width="1.27" layer="1"/> -<wire x1="79.121" y1="20.701" x2="80.01" y2="21.59" width="1.27" layer="1"/> -<wire x1="80.01" y1="21.59" x2="80.01" y2="19.05" width="1.27" layer="1"/> -<wire x1="80.01" y1="19.05" x2="76.327" y2="15.367" width="1.27" layer="1"/> -<wire x1="55.25899375" y1="36.88200625" x2="53.40699375" y2="36.88200625" width="0.2032" layer="1"/> -<wire x1="55.25899375" y1="36.88200625" x2="55.311" y2="36.83" width="0.2032" layer="1"/> -<wire x1="53.40699375" y1="36.88200625" x2="52.3237625" y2="36.88200625" width="0.2032" layer="1"/> -<wire x1="52.3237625" y1="36.88200625" x2="52.31115625" y2="36.8694" width="0.2032" layer="1"/> -<via x="56.642" y="34.417" extent="1-16" drill="0.25"/> -<wire x1="71.702" y1="20.193" x2="60.579" y2="20.193" width="0.2032" layer="1"/> -<wire x1="71.702" y1="20.193" x2="71.919" y2="19.976" width="0.2032" layer="1"/> -<wire x1="56.642" y1="34.417" x2="57.404" y2="33.655" width="0.2032" layer="1"/> -<wire x1="57.404" y1="33.655" x2="57.785" y2="33.655" width="0.2032" layer="1"/> -<wire x1="57.785" y1="33.655" x2="59.055" y2="32.385" width="0.2032" layer="1"/> -<wire x1="59.055" y1="32.385" x2="59.055" y2="21.717" width="0.2032" layer="1"/> -<wire x1="59.055" y1="21.717" x2="60.579" y2="20.193" width="0.2032" layer="1"/> -<wire x1="60.579" y1="20.193" x2="59.563" y2="20.193" width="0.2032" layer="1"/> -<via x="59.563" y="20.193" extent="1-16" drill="0.25"/> -<wire x1="59.563" y1="20.193" x2="56.261" y2="20.193" width="0.2032" layer="16"/> -<via x="56.261" y="20.193" extent="1-16" drill="0.25"/> -<wire x1="56.261" y1="20.193" x2="53.274" y2="20.193" width="0.2032" layer="1"/> -<wire x1="53.274" y1="20.193" x2="53.02" y2="19.939" width="0.2032" layer="1"/> -<wire x1="52.31115625" y1="36.8694" x2="51.7284" y2="36.8694" width="0.2032" layer="1"/> -<wire x1="51.7284" y1="36.8694" x2="51.308" y2="36.449" width="0.2032" layer="1"/> -<via x="51.308" y="36.449" extent="1-16" drill="0.25"/> -<wire x1="51.308" y1="36.449" x2="51.562" y2="36.449" width="0.2032" layer="16"/> -<wire x1="51.562" y1="36.449" x2="51.816" y2="36.703" width="0.2032" layer="16"/> -<wire x1="51.816" y1="36.703" x2="54.356" y2="36.703" width="0.2032" layer="16"/> -<wire x1="54.356" y1="36.703" x2="56.642" y2="34.417" width="0.2032" layer="16"/> +<contactref element="U2" pad="P$36"/> +<contactref element="C33" pad="2"/> +<contactref element="J17" pad="P$1"/> +<wire x1="51.12099375" y1="33.83400625" x2="53.02299375" y2="33.83400625" width="0.1524" layer="1"/> +<wire x1="53.02299375" y1="33.83400625" x2="53.329" y2="33.655" width="0.1524" layer="1"/> +<polygon width="0.1524" layer="1" thermals="no"> +<vertex x="70.231" y="26.162"/> +<vertex x="70.231" y="29.591"/> +<vertex x="71.755" y="29.591"/> +<vertex x="71.755" y="26.416"/> +<vertex x="72.898" y="25.273"/> +<vertex x="77.978" y="25.273"/> +<vertex x="79.375" y="23.876"/> +<vertex x="79.375" y="20.066"/> +<vertex x="77.978" y="18.669"/> +<vertex x="68.453" y="18.669"/> +<vertex x="67.691" y="19.431"/> +<vertex x="67.691" y="20.066"/> +<vertex x="67.945" y="20.32"/> +<vertex x="72.009" y="20.32"/> +<vertex x="72.263" y="20.574"/> +<vertex x="72.263" y="22.733"/> +<vertex x="71.501" y="23.495"/> +<vertex x="67.945" y="23.495"/> +<vertex x="67.691" y="23.749"/> +<vertex x="67.691" y="24.638"/> +<vertex x="68.326" y="25.273"/> +<vertex x="69.342" y="25.273"/> +</polygon> +<wire x1="53.329" y1="33.655" x2="53.329" y2="33.2901" width="0.1524" layer="1"/> +<wire x1="53.329" y1="33.2901" x2="53.8734" y2="32.7457" width="0.1524" layer="1"/> +<wire x1="53.8734" y1="32.7457" x2="53.8734" y2="32.4917" width="0.1524" layer="1"/> +<wire x1="56.51755" y1="29.84755" x2="56.51755" y2="29.84245" width="0.1524" layer="1"/> +<wire x1="56.51755" y1="29.84245" x2="56.8826" y2="29.4774" width="0.1524" layer="1"/> +<wire x1="56.8826" y1="29.4774" x2="56.8826" y2="26.1754" width="0.1524" layer="1"/> +<wire x1="56.8826" y1="26.1754" x2="58.166" y2="24.892" width="0.1524" layer="1"/> +<wire x1="58.166" y1="24.892" x2="58.1711" y2="24.892" width="0.1524" layer="1"/> +<wire x1="58.1711" y1="24.892" x2="59.10075" y2="23.96235" width="0.1524" layer="1"/> +<wire x1="59.10075" y1="23.96235" x2="67.51825" y2="23.96235" width="0.1524" layer="1"/> +<wire x1="67.51825" y1="23.96235" x2="68.1039" y2="24.548" width="0.1524" layer="1"/> +<wire x1="68.1039" y1="24.548" x2="69.533" y2="24.548" width="0.1524" layer="1"/> +<wire x1="53.8734" y1="32.4917" x2="56.51755" y2="29.84755" width="0.1524" layer="1"/> +<wire x1="69.533" y1="19.648" x2="66.228" y2="16.764" width="0" layer="19" extent="1-1"/> </signal> <signal name="DRV-LO-W"> -<contactref element="R12" pad="1"/> -<contactref element="U$1" pad="P$35"/> -<via x="55.626" y="34.417" extent="1-16" drill="0.25"/> -<wire x1="59.563" y1="16.764" x2="60.645" y2="16.764" width="0.2032" layer="1"/> -<wire x1="60.645" y1="16.764" x2="60.706" y2="16.703" width="0.2032" layer="1"/> -<wire x1="55.626" y1="34.417" x2="56.261" y2="33.782" width="0.2032" layer="1"/> -<wire x1="56.261" y1="33.782" x2="56.7741" y2="33.782" width="0.2032" layer="1"/> -<wire x1="57.6377" y1="33.2994" x2="57.85105" y2="33.08605" width="0.2032" layer="1"/> -<wire x1="56.7741" y1="33.782" x2="57.2567" y2="33.2994" width="0.2032" layer="1"/> -<wire x1="57.2567" y1="33.2994" x2="57.6377" y2="33.2994" width="0.2032" layer="1"/> -<wire x1="57.85105" y1="33.08605" x2="57.85105" y2="33.08095" width="0.2032" layer="1"/> -<wire x1="57.85105" y1="33.08095" x2="58.6994" y2="32.2326" width="0.2032" layer="1"/> -<wire x1="58.6994" y1="32.2326" x2="58.6994" y2="17.6276" width="0.2032" layer="1"/> -<wire x1="58.6994" y1="17.6276" x2="59.563" y2="16.764" width="0.2032" layer="1"/> -<wire x1="53.40699375" y1="36.38200625" x2="52.43080625" y2="36.38200625" width="0.2032" layer="1"/> -<wire x1="52.43080625" y1="36.38200625" x2="51.943" y2="35.8942" width="0.2032" layer="1"/> -<via x="51.943" y="35.8942" extent="1-16" drill="0.25"/> -<wire x1="51.943" y1="35.8942" x2="51.943" y2="35.941" width="0.2032" layer="16"/> -<wire x1="51.943" y1="35.941" x2="52.3494" y2="36.3474" width="0.2032" layer="16"/> -<wire x1="52.3494" y1="36.3474" x2="53.6956" y2="36.3474" width="0.2032" layer="16"/> -<wire x1="53.6956" y1="36.3474" x2="55.626" y2="34.417" width="0.2032" layer="16"/> +<contactref element="R34" pad="1"/> +<contactref element="U2" pad="P$35"/> +<wire x1="57.15" y1="21.275" x2="57.912" y2="21.275" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="33.33400625" x2="52.2548625" y2="33.33400625" width="0.1524" layer="1"/> +<wire x1="52.2548625" y1="33.33400625" x2="52.81326875" y2="32.7756" width="0.1524" layer="1"/> +<wire x1="52.81326875" y1="32.7756" x2="53.0866" y2="32.7756" width="0.1524" layer="1"/> +<wire x1="56.16195" y1="29.70025" x2="56.16195" y2="29.69515" width="0.1524" layer="1"/> +<wire x1="56.16195" y1="29.69515" x2="56.527" y2="29.3301" width="0.1524" layer="1"/> +<wire x1="56.527" y1="29.3301" x2="56.527" y2="23.991" width="0.1524" layer="1"/> +<wire x1="56.527" y1="23.991" x2="56.8826" y2="23.6354" width="0.1524" layer="1"/> +<wire x1="56.8826" y1="23.6354" x2="56.8826" y2="21.5424" width="0.1524" layer="1"/> +<wire x1="56.8826" y1="21.5424" x2="57.15" y2="21.275" width="0.1524" layer="1"/> +<wire x1="53.0866" y1="32.7756" x2="56.16195" y2="29.70025" width="0.1524" layer="1"/> </signal> <signal name="SL-W"> -<contactref element="R10" pad="B"/> +<contactref element="R35" pad="B"/> <contactref element="Q6" pad="S@2"/> <contactref element="Q6" pad="S@1"/> -<contactref element="U$1" pad="P$34"/> -<wire x1="74.389" y1="16.876" x2="73.439" y2="16.876" width="1.27" layer="1"/> -<wire x1="73.439" y1="16.876" x2="70.754" y2="16.876" width="1.27" layer="1"/> -<wire x1="70.754" y1="16.876" x2="70.231" y2="17.399" width="1.27" layer="1"/> -<wire x1="67.183" y1="17.399" x2="70.231" y2="17.399" width="1.27" layer="1"/> -<wire x1="67.183" y1="17.399" x2="67.056" y2="17.526" width="1.27" layer="1"/> -<wire x1="53.40699375" y1="35.88200625" x2="54.28799375" y2="35.88200625" width="0.2032" layer="1"/> -<wire x1="54.28799375" y1="35.88200625" x2="54.737" y2="35.433" width="0.2032" layer="1"/> -<wire x1="54.737" y1="35.433" x2="54.737" y2="34.29" width="0.2032" layer="1"/> -<wire x1="54.737" y1="34.29" x2="55.499" y2="33.528" width="0.2032" layer="1"/> -<wire x1="55.499" y1="33.528" x2="56.0121" y2="33.528" width="0.2032" layer="1"/> -<wire x1="56.0121" y1="33.528" x2="56.1137" y2="33.4264" width="0.2032" layer="1"/> -<wire x1="56.1137" y1="33.4264" x2="56.6268" y2="33.4264" width="0.2032" layer="1"/> -<wire x1="56.6268" y1="33.4264" x2="57.1094" y2="32.9438" width="0.2032" layer="1"/> -<wire x1="57.1094" y1="32.9438" x2="57.4802" y2="32.9438" width="0.2032" layer="1"/> -<wire x1="58.3438" y1="32.0802" x2="58.3438" y2="16.7132" width="0.2032" layer="1"/> -<wire x1="58.3438" y1="16.7132" x2="59.563" y2="15.494" width="0.2032" layer="1"/> -<wire x1="59.563" y1="15.494" x2="63.627" y2="15.494" width="0.2032" layer="1"/> -<wire x1="63.627" y1="15.494" x2="64.897" y2="16.764" width="0.2032" layer="1"/> -<wire x1="64.897" y1="16.764" x2="66.548" y2="16.764" width="0.2032" layer="1"/> -<wire x1="66.548" y1="16.764" x2="67.183" y2="17.399" width="0.2032" layer="1"/> -<wire x1="57.4802" y1="32.9438" x2="58.3438" y2="32.0802" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$34"/> +<wire x1="70.833" y1="21.448" x2="69.883" y2="21.448" width="1.27" layer="1"/> +<wire x1="69.883" y1="21.448" x2="64.15" y2="21.448" width="1.27" layer="1"/> +<wire x1="63.5" y1="22.098" x2="64.15" y2="21.448" width="1.27" layer="1"/> +<wire x1="51.12099375" y1="32.83400625" x2="52.2519625" y2="32.83400625" width="0.1524" layer="1"/> +<wire x1="52.66596875" y1="32.42" x2="52.9393" y2="32.42" width="0.1524" layer="1"/> +<wire x1="52.2519625" y1="32.83400625" x2="52.66596875" y2="32.42" width="0.1524" layer="1"/> +<wire x1="55.80635" y1="29.55295" x2="55.80635" y2="29.54785" width="0.1524" layer="1"/> +<wire x1="55.80635" y1="29.54785" x2="56.1714" y2="29.1828" width="0.1524" layer="1"/> +<wire x1="56.1714" y1="29.1828" x2="56.1714" y2="21.22046875" width="0.1524" layer="1"/> +<wire x1="56.1714" y1="21.22046875" x2="57.04626875" y2="20.3456" width="0.1524" layer="1"/> +<wire x1="52.9393" y1="32.42" x2="55.80635" y2="29.55295" width="0.1524" layer="1"/> +<wire x1="61.722" y1="21.336" x2="61.214" y2="21.336" width="0.1524" layer="1"/> +<wire x1="61.722" y1="21.336" x2="62.738" y2="21.336" width="0.1524" layer="1"/> +<wire x1="62.738" y1="21.336" x2="63.5" y2="22.098" width="0.1524" layer="1"/> +<wire x1="57.04626875" y1="20.3456" x2="58.9536" y2="20.3456" width="0.1524" layer="1"/> +<wire x1="58.9536" y1="20.3456" x2="59.2074" y2="20.5994" width="0.1524" layer="1"/> +<wire x1="59.2074" y1="20.5994" x2="59.93273125" y2="20.5994" width="0.1524" layer="1"/> +<wire x1="59.93273125" y1="20.5994" x2="60.0964" y2="20.76306875" width="0.1524" layer="1"/> +<wire x1="60.0964" y1="20.76306875" x2="60.0964" y2="20.9804" width="0.1524" layer="1"/> +<wire x1="60.0964" y1="20.9804" x2="60.706" y2="21.59" width="0.1524" layer="1"/> +<wire x1="60.706" y1="21.59" x2="61.468" y2="21.59" width="0.1524" layer="1"/> +<wire x1="61.468" y1="21.59" x2="61.722" y2="21.336" width="0.1524" layer="1"/> </signal> <signal name="SHNT-W-HI"> -<contactref element="R10" pad="SB"/> -<contactref element="R17" pad="1"/> -<wire x1="46.863" y1="24.958" x2="46.863" y2="24.384" width="0.2032" layer="1"/> -<wire x1="46.863" y1="24.384" x2="47.371" y2="23.876" width="0.2032" layer="1"/> -<wire x1="47.371" y1="23.876" x2="50.673" y2="23.876" width="0.2032" layer="1"/> -<wire x1="50.673" y1="23.876" x2="51.181" y2="24.384" width="0.2032" layer="1"/> -<via x="51.181" y="24.384" extent="1-16" drill="0.25"/> -<wire x1="51.181" y1="24.384" x2="51.435" y2="24.384" width="0.2032" layer="16"/> -<wire x1="51.435" y1="24.384" x2="54.229" y2="21.59" width="0.2032" layer="16"/> -<wire x1="54.229" y1="21.59" x2="54.229" y2="20.828" width="0.2032" layer="16"/> -<wire x1="54.229" y1="20.828" x2="55.753" y2="19.304" width="0.2032" layer="16"/> -<wire x1="55.753" y1="19.304" x2="62.4352" y2="19.304" width="0.2032" layer="16"/> -<wire x1="62.4352" y1="19.304" x2="62.484" y2="19.2552" width="0.2032" layer="16"/> -<via x="62.484" y="19.2552" extent="1-16" drill="0.25"/> -<wire x1="62.484" y1="19.2552" x2="62.5328" y2="19.2552" width="0.2032" layer="1"/> -<wire x1="62.5328" y1="19.2552" x2="62.992" y2="18.796" width="0.2032" layer="1"/> -<wire x1="62.992" y1="18.796" x2="62.992" y2="17.5895" width="0.2032" layer="1"/> -<wire x1="62.992" y1="17.5895" x2="62.9285" y2="17.526" width="0.2032" layer="1"/> +<contactref element="R35" pad="SB"/> +<contactref element="R20" pad="1"/> +<via x="59.3725" y="22.098" extent="1-16" drill="0.35"/> +<via x="48.26" y="22.672" extent="1-16" drill="0.35"/> +<wire x1="48.26" y1="22.672" x2="48.26" y2="22.352" width="0.1524" layer="16"/> +<wire x1="48.26" y1="22.352" x2="48.768" y2="21.844" width="0.1524" layer="16"/> +<wire x1="48.768" y1="21.844" x2="50.5409" y2="21.844" width="0.1524" layer="16"/> +<wire x1="50.5409" y1="21.844" x2="51.6077" y2="22.9108" width="0.1524" layer="16"/> +<wire x1="51.6077" y1="22.9108" x2="58.5597" y2="22.9108" width="0.1524" layer="16"/> +<wire x1="58.5597" y1="22.9108" x2="59.3725" y2="22.098" width="0.1524" layer="16"/> </signal> <signal name="SHNT-W-LO"> -<contactref element="R10" pad="SA"/> -<contactref element="R18" pad="1"/> -<wire x1="62.9285" y1="24.13" x2="62.9285" y2="22.6695" width="0.2032" layer="1"/> -<wire x1="62.9285" y1="22.6695" x2="62.484" y2="22.225" width="0.2032" layer="1"/> -<via x="62.484" y="22.225" extent="1-16" drill="0.25"/> -<wire x1="62.484" y1="22.225" x2="54.61" y2="22.225" width="0.2032" layer="16"/> -<wire x1="54.61" y1="22.225" x2="51.816" y2="25.019" width="0.2032" layer="16"/> -<via x="51.816" y="25.019" extent="1-16" drill="0.25"/> -<wire x1="51.816" y1="25.019" x2="48.702" y2="25.019" width="0.2032" layer="1"/> -<wire x1="48.702" y1="25.019" x2="48.641" y2="24.958" width="0.2032" layer="1"/> +<contactref element="R35" pad="SA"/> +<contactref element="R21" pad="1"/> +<via x="50.038" y="22.672" extent="1-16" drill="0.35"/> +<via x="59.3725" y="28.702" extent="1-16" drill="0.35"/> +<wire x1="50.038" y1="22.672" x2="50.866" y2="22.672" width="0.1524" layer="16"/> +<wire x1="50.866" y1="22.672" x2="51.4604" y2="23.2664" width="0.1524" layer="16"/> +<wire x1="51.4604" y1="23.2664" x2="55.7733" y2="23.2664" width="0.1524" layer="16"/> +<wire x1="59.0296" y1="28.3591" x2="59.3725" y2="28.702" width="0.1524" layer="16"/> +<wire x1="59.0296" y1="26.5227" x2="59.0296" y2="28.3591" width="0.1524" layer="16"/> +<wire x1="55.7733" y1="23.2664" x2="59.0296" y2="26.5227" width="0.1524" layer="16"/> </signal> <signal name="N$7"> -<contactref element="U$1" pad="P$38"/> -<contactref element="C3" pad="1"/> -<wire x1="53.40699375" y1="37.882003125" x2="56.158996875" y2="37.882003125" width="0.2032" layer="1"/> -<wire x1="56.158996875" y1="37.882003125" x2="57.211" y2="36.83" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$38"/> +<contactref element="C33" pad="1"/> +<wire x1="51.12099375" y1="34.834003125" x2="51.930525" y2="34.834003125" width="0.1524" layer="1"/> +<wire x1="51.930525" y1="34.834003125" x2="52.074921875" y2="34.9784" width="0.1524" layer="1"/> +<wire x1="52.074921875" y1="34.9784" x2="53.721" y2="34.9784" width="0.1524" layer="1"/> +<wire x1="53.721" y1="34.9784" x2="53.8056" y2="34.9784" width="0.1524" layer="1"/> +<wire x1="53.721" y1="34.9784" x2="54.5566" y2="34.9784" width="0.1524" layer="1"/> +<wire x1="54.5566" y1="34.9784" x2="55.118" y2="34.417" width="0.1524" layer="1"/> +<wire x1="55.118" y1="34.417" x2="55.118" y2="33.666" width="0.1524" layer="1"/> +<wire x1="55.118" y1="33.666" x2="55.129" y2="33.655" width="0.1524" layer="1"/> </signal> <signal name="N$8"> -<contactref element="U$1" pad="P$43"/> -<contactref element="C2" pad="1"/> -<wire x1="53.40699375" y1="40.381996875" x2="56.199003125" y2="40.381996875" width="0.2032" layer="1"/> -<wire x1="56.199003125" y1="40.381996875" x2="57.211" y2="39.37" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$43"/> +<contactref element="C32" pad="1"/> +<wire x1="51.12099375" y1="37.333996875" x2="52.319996875" y2="37.333996875" width="0.1524" layer="1"/> +<wire x1="52.319996875" y1="37.333996875" x2="52.705" y2="37.719" width="0.1524" layer="1"/> +<wire x1="52.705" y1="37.719" x2="52.948" y2="37.719" width="0.1524" layer="1"/> +<wire x1="52.948" y1="37.719" x2="53.329" y2="37.338" width="0.1524" layer="1"/> </signal> <signal name="N$9"> -<contactref element="U$1" pad="P$48"/> -<contactref element="C1" pad="1"/> -<wire x1="55.311" y1="42.799" x2="54.61" y2="42.799" width="0.1524" layer="1"/> -<wire x1="54.61" y1="42.799" x2="54.483" y2="42.926" width="0.1524" layer="1"/> -<wire x1="54.483" y1="42.926" x2="53.451" y2="42.926" width="0.1524" layer="1"/> -<wire x1="53.451" y1="42.926" x2="53.40699375" y2="42.88199375" width="0.1524" layer="1"/> +<contactref element="U2" pad="P$48"/> +<contactref element="C31" pad="1"/> +<wire x1="51.12099375" y1="39.83399375" x2="52.52299375" y2="39.83399375" width="0.1524" layer="1"/> +<wire x1="52.52299375" y1="39.83399375" x2="52.948" y2="40.259" width="0.1524" layer="1"/> </signal> <signal name="N$13"> -<contactref element="U$1" pad="P$33"/> -<contactref element="C4" pad="1"/> -<contactref element="R15" pad="2"/> -<wire x1="49.97835" y1="34.63451875" x2="49.97835" y2="34.63453125" width="0.1524" layer="1"/> -<wire x1="47.9806" y1="32.63676875" x2="47.9806" y2="30.5816" width="0.1524" layer="1"/> -<wire x1="47.9806" y1="30.5816" x2="45.77154375" y2="30.5816" width="0.1524" layer="1"/> -<wire x1="45.77154375" y1="30.5816" x2="45.250471875" y2="30.060528125" width="0.1524" layer="1"/> -<wire x1="45.250471875" y1="30.060528125" x2="43.649528125" y2="30.060528125" width="0.1524" layer="1"/> -<wire x1="43.649528125" y1="30.060528125" x2="43.053" y2="29.464" width="0.1524" layer="1"/> -<wire x1="43.053" y1="29.464" x2="43.053" y2="29.022" width="0.1524" layer="1"/> -<wire x1="43.119" y1="28.956" x2="43.053" y2="29.022" width="0.1524" layer="1"/> -<wire x1="49.97835" y1="34.63451875" x2="47.9806" y2="32.63676875" width="0.1524" layer="1"/> -<wire x1="43.053" y1="26.858" x2="43.053" y2="28.89" width="0.1524" layer="1"/> -<wire x1="43.053" y1="28.89" x2="43.119" y2="28.956" width="0.1524" layer="1"/> -<wire x1="49.97835" y1="34.63453125" x2="49.97835625" y2="34.63453125" width="0.1524" layer="1"/> -<wire x1="49.97835625" y1="34.63453125" x2="50.530634375" y2="35.186809375" width="0.1524" layer="1"/> -<wire x1="52.204809375" y1="35.186809375" x2="52.451" y2="35.433" width="0.1524" layer="1"/> -<wire x1="52.451" y1="35.433" x2="53.356003125" y2="35.433" width="0.1524" layer="1"/> -<wire x1="53.356003125" y1="35.433" x2="53.40699375" y2="35.382009375" width="0.1524" layer="1"/> -<wire x1="50.530634375" y1="35.186809375" x2="52.204809375" y2="35.186809375" width="0.1524" layer="1"/> +<contactref element="U2" pad="P$33"/> +<contactref element="C28" pad="1"/> +<contactref element="R18" pad="2"/> +<wire x1="44.693" y1="26.913" x2="44.693" y2="26.035" width="0.1524" layer="1"/> +<wire x1="44.693" y1="26.913" x2="45.4296" y2="27.6496" width="0.1524" layer="1"/> +<wire x1="45.4296" y1="27.6496" x2="46.51173125" y2="27.6496" width="0.1524" layer="1"/> +<wire x1="46.51173125" y1="27.6496" x2="46.6754" y2="27.81326875" width="0.1524" layer="1"/> +<wire x1="46.6754" y1="29.1494" x2="46.6754" y2="27.81326875" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="32.334009375" x2="49.860009375" y2="32.334009375" width="0.1524" layer="1"/> +<wire x1="49.860009375" y1="32.334009375" x2="46.6754" y2="29.1494" width="0.1524" layer="1"/> +<wire x1="44.693" y1="26.035" x2="44.693" y2="24.583" width="0.1524" layer="1"/> +<wire x1="44.693" y1="24.583" x2="44.704" y2="24.572" width="0.1524" layer="1"/> </signal> <signal name="N$14"> -<contactref element="U$1" pad="P$32"/> -<contactref element="C4" pad="2"/> -<contactref element="R16" pad="2"/> -<wire x1="50.28315" y1="34.50826875" x2="50.28315" y2="34.5082625" width="0.1524" layer="1"/> -<wire x1="50.28315" y1="34.50826875" x2="50.656890625" y2="34.882009375" width="0.1524" layer="1"/> -<wire x1="48.2854" y1="30.3784" x2="48.1838" y2="30.2768" width="0.1524" layer="1"/> -<wire x1="48.1838" y1="30.2768" x2="45.8978" y2="30.2768" width="0.1524" layer="1"/> -<wire x1="45.8978" y1="30.2768" x2="45.085" y2="29.464" width="0.1524" layer="1"/> -<wire x1="45.085" y1="29.464" x2="45.085" y2="29.022" width="0.1524" layer="1"/> -<wire x1="45.019" y1="28.956" x2="45.085" y2="29.022" width="0.1524" layer="1"/> -<wire x1="50.28315" y1="34.5082625" x2="48.2854" y2="32.5105125" width="0.1524" layer="1"/> -<wire x1="48.2854" y1="32.5105125" x2="48.2854" y2="30.3784" width="0.1524" layer="1"/> -<wire x1="44.831" y1="26.858" x2="44.831" y2="28.768" width="0.1524" layer="1"/> -<wire x1="44.831" y1="28.768" x2="45.019" y2="28.956" width="0.1524" layer="1"/> -<wire x1="50.656890625" y1="34.882009375" x2="53.40699375" y2="34.882009375" width="0.1524" layer="1"/> +<contactref element="U2" pad="P$32"/> +<contactref element="C28" pad="2"/> +<contactref element="R19" pad="2"/> +<wire x1="47.031" y1="29.0021" x2="47.031" y2="27.66596875" width="0.1524" layer="1"/> +<wire x1="46.493" y1="27.12796875" x2="46.493" y2="26.035" width="0.1524" layer="1"/> +<wire x1="46.493" y1="27.12796875" x2="47.031" y2="27.66596875" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="31.834009375" x2="49.862909375" y2="31.834009375" width="0.1524" layer="1"/> +<wire x1="49.862909375" y1="31.834009375" x2="47.031" y2="29.0021" width="0.1524" layer="1"/> +<wire x1="46.493" y1="26.035" x2="46.493" y2="24.583" width="0.1524" layer="1"/> +<wire x1="46.493" y1="24.583" x2="46.482" y2="24.572" width="0.1524" layer="1"/> </signal> <signal name="N$15"> -<contactref element="U$1" pad="P$31"/> -<contactref element="C5" pad="1"/> -<contactref element="R17" pad="2"/> -<wire x1="48.5902" y1="30.1752" x2="48.387" y2="29.972" width="0.1524" layer="1"/> -<wire x1="48.387" y1="29.972" x2="47.117" y2="29.972" width="0.1524" layer="1"/> -<wire x1="47.117" y1="29.972" x2="46.863" y2="29.718" width="0.1524" layer="1"/> -<wire x1="46.863" y1="29.718" x2="46.863" y2="29.144" width="0.1524" layer="1"/> -<wire x1="46.675" y1="28.956" x2="46.863" y2="29.144" width="0.1524" layer="1"/> -<wire x1="48.5902" y1="32.38425625" x2="50.587953125" y2="34.382009375" width="0.1524" layer="1"/> -<wire x1="48.5902" y1="32.38425625" x2="48.5902" y2="30.1752" width="0.1524" layer="1"/> -<wire x1="46.863" y1="26.858" x2="46.863" y2="28.768" width="0.1524" layer="1"/> -<wire x1="46.863" y1="28.768" x2="46.675" y2="28.956" width="0.1524" layer="1"/> -<wire x1="50.587953125" y1="34.382009375" x2="53.40699375" y2="34.382009375" width="0.1524" layer="1"/> +<contactref element="U2" pad="P$31"/> +<contactref element="C29" pad="1"/> +<contactref element="R20" pad="2"/> +<wire x1="48.249" y1="29.7172" x2="48.249" y2="26.035" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="31.334009375" x2="49.865809375" y2="31.334009375" width="0.1524" layer="1"/> +<wire x1="49.865809375" y1="31.334009375" x2="48.249" y2="29.7172" width="0.1524" layer="1"/> +<wire x1="48.249" y1="26.035" x2="48.249" y2="24.583" width="0.1524" layer="1"/> +<wire x1="48.249" y1="24.583" x2="48.26" y2="24.572" width="0.1524" layer="1"/> </signal> <signal name="N$16"> -<contactref element="U$1" pad="P$30"/> -<contactref element="C5" pad="2"/> -<contactref element="R18" pad="2"/> -<wire x1="53.40699375" y1="33.8820125" x2="50.5190125" y2="33.8820125" width="0.1524" layer="1"/> -<wire x1="50.5190125" y1="33.8820125" x2="48.895" y2="32.258" width="0.1524" layer="1"/> -<wire x1="48.895" y1="32.258" x2="48.895" y2="29.276" width="0.1524" layer="1"/> -<wire x1="48.575" y1="28.956" x2="48.895" y2="29.276" width="0.1524" layer="1"/> -<wire x1="48.641" y1="26.858" x2="48.641" y2="28.89" width="0.1524" layer="1"/> -<wire x1="48.641" y1="28.89" x2="48.575" y2="28.956" width="0.1524" layer="1"/> -</signal> -<signal name="N$12"> -<contactref element="C11" pad="1"/> -<contactref element="U$1" pad="P$14"/> -<wire x1="43.688" y1="39.685" x2="44.257" y2="39.685" width="0.2032" layer="1"/> -<wire x1="44.257" y1="39.685" x2="44.958" y2="40.386" width="0.2032" layer="1"/> -<wire x1="44.958" y1="40.386" x2="45.90300625" y2="40.386" width="0.2032" layer="1"/> -<wire x1="45.90300625" y1="40.386" x2="45.907009375" y2="40.381996875" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$30"/> +<contactref element="C29" pad="2"/> +<contactref element="R21" pad="2"/> +<wire x1="50.049" y1="26.913" x2="50.049" y2="26.035" width="0.1524" layer="1"/> +<wire x1="50.049" y1="26.913" x2="48.6046" y2="28.3574" width="0.1524" layer="1"/> +<wire x1="48.6046" y1="29.5699" x2="48.6046" y2="28.3574" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="30.8340125" x2="49.8687125" y2="30.8340125" width="0.1524" layer="1"/> +<wire x1="49.8687125" y1="30.8340125" x2="48.6046" y2="29.5699" width="0.1524" layer="1"/> +<wire x1="50.049" y1="26.035" x2="50.049" y2="24.583" width="0.1524" layer="1"/> +<wire x1="50.049" y1="24.583" x2="50.038" y2="24.572" width="0.1524" layer="1"/> +</signal> +<signal name="CP1"> +<contactref element="C19" pad="1"/> +<contactref element="U2" pad="P$14"/> +<wire x1="43.621009375" y1="37.333996875" x2="41.923134375" y2="37.333996875" width="0.1524" layer="1"/> +<wire x1="41.923134375" y1="37.333996875" x2="41.86523125" y2="37.3919" width="0.1524" layer="1"/> +<wire x1="41.86523125" y1="37.3919" x2="40.4289" y2="37.3919" width="0.1524" layer="1"/> +<wire x1="40.4289" y1="37.3919" x2="39.5495" y2="36.5125" width="0.1524" layer="1"/> </signal> -<signal name="N$17"> -<contactref element="C11" pad="2"/> -<contactref element="U$1" pad="P$15"/> -<wire x1="45.907009375" y1="39.882" x2="44.962" y2="39.882" width="0.2032" layer="1"/> -<wire x1="44.962" y1="39.882" x2="44.831" y2="39.751" width="0.2032" layer="1"/> -<wire x1="44.831" y1="39.751" x2="44.831" y2="38.227" width="0.2032" layer="1"/> -<wire x1="44.831" y1="38.227" x2="44.13" y2="38.227" width="0.2032" layer="1"/> -<wire x1="44.13" y1="38.227" x2="43.688" y2="37.785" width="0.2032" layer="1"/> +<signal name="CP2"> +<contactref element="C19" pad="2"/> +<contactref element="U2" pad="P$15"/> +<wire x1="43.621009375" y1="36.834" x2="41.671" y2="36.834" width="0.1524" layer="1"/> +<wire x1="41.671" y1="36.834" x2="41.3495" y2="36.5125" width="0.1524" layer="1"/> </signal> <signal name="N$18"> -<contactref element="U$1" pad="P$13"/> +<contactref element="U2" pad="P$13"/> +<contactref element="C16" pad="2"/> <contactref element="C13" pad="2"/> -<contactref element="C14" pad="2"/> -<wire x1="43.114" y1="43.053" x2="43.114" y2="41.91" width="0.2032" layer="1"/> -<wire x1="43.368" y1="41.275" x2="43.114" y2="41.91" width="0.2032" layer="1"/> -<wire x1="45.907009375" y1="40.881996875" x2="43.761003125" y2="40.881996875" width="0.2032" layer="1"/> -<wire x1="43.761003125" y1="40.881996875" x2="43.368" y2="41.275" width="0.2032" layer="1"/> +<wire x1="40.516" y1="38.608" x2="40.516" y2="40.386" width="0.2032" layer="1"/> +<wire x1="43.621009375" y1="37.833996875" x2="41.290003125" y2="37.833996875" width="0.2032" layer="1"/> +<wire x1="41.290003125" y1="37.833996875" x2="40.516" y2="38.608" width="0.2032" layer="1"/> </signal> <signal name="N$20"> -<contactref element="C15" pad="2"/> -<contactref element="C16" pad="2"/> -<contactref element="U$1" pad="P$23"/> -<contactref element="U$1" pad="P$11"/> -<wire x1="45.907009375" y1="41.88199375" x2="44.67599375" y2="41.88199375" width="0.1524" layer="1"/> -<wire x1="44.67599375" y1="41.88199375" x2="44.577" y2="41.783" width="0.1524" layer="1"/> -<via x="44.577" y="41.783" extent="1-16" drill="0.25"/> -<wire x1="44.577" y1="41.783" x2="41.148" y2="41.783" width="0.1524" layer="16"/> -<wire x1="41.148" y1="41.783" x2="40.132" y2="40.767" width="0.1524" layer="16"/> -<via x="40.132" y="40.767" extent="1-16" drill="0.25"/> -<wire x1="40.132" y1="40.767" x2="40.132" y2="39.6177125" width="0.1524" layer="1"/> -<wire x1="42.8433125" y1="36.9064" x2="43.4846" y2="36.9064" width="0.1524" layer="1"/> -<wire x1="43.4846" y1="36.9064" x2="43.561" y2="36.83" width="0.1524" layer="1"/> -<wire x1="43.561" y1="36.83" x2="43.561" y2="36.129" width="0.1524" layer="1"/> -<wire x1="43.561" y1="36.129" x2="43.749" y2="35.941" width="0.1524" layer="1"/> -<wire x1="40.132" y1="39.6177125" x2="42.8433125" y2="36.9064" width="0.1524" layer="1"/> -<wire x1="45.907009375" y1="35.88200625" x2="43.80799375" y2="35.88200625" width="0.2032" layer="1"/> -<wire x1="43.80799375" y1="35.88200625" x2="43.749" y2="35.941" width="0.2032" layer="1"/> -<wire x1="43.749" y1="35.941" x2="43.749" y2="34.163" width="0.2032" layer="1"/> +<contactref element="C17" pad="2"/> +<contactref element="C14" pad="2"/> +<contactref element="U2" pad="P$23"/> +<contactref element="U2" pad="P$11"/> +<wire x1="40.516" y1="32.131" x2="40.516" y2="30.353" width="0.2032" layer="1"/> +<wire x1="40.58400625" y1="32.83400625" x2="43.621009375" y2="32.83400625" width="0.2032" layer="1"/> +<wire x1="40.58400625" y1="32.83400625" x2="40.516" y2="32.131" width="0.2032" layer="1"/> +<wire x1="43.621009375" y1="38.83399375" x2="45.11300625" y2="38.83399375" width="0.1524" layer="1"/> +<wire x1="45.11300625" y1="38.83399375" x2="45.3009" y2="38.6461" width="0.1524" layer="1"/> +<wire x1="44.64500625" y1="32.83400625" x2="43.621009375" y2="32.83400625" width="0.1524" layer="1"/> +<wire x1="45.3009" y1="38.6461" x2="45.3009" y2="33.4899" width="0.1524" layer="1"/> +<wire x1="45.3009" y1="33.4899" x2="44.64500625" y2="32.83400625" width="0.1524" layer="1"/> </signal> <signal name="N$11"> -<contactref element="U$1" pad="P$27"/> -<contactref element="C10" pad="2"/> -<wire x1="45.907009375" y1="33.8820125" x2="45.0580125" y2="33.8820125" width="0.2032" layer="1"/> -<wire x1="45.0580125" y1="33.8820125" x2="44.831" y2="33.655" width="0.2032" layer="1"/> -<wire x1="44.831" y1="33.655" x2="44.831" y2="33.208" width="0.2032" layer="1"/> -<wire x1="44.831" y1="33.208" x2="43.754" y2="32.131" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$27"/> +<contactref element="C20" pad="2"/> +<wire x1="43.621009375" y1="30.8340125" x2="44.7309875" y2="30.8340125" width="0.254" layer="1"/> +<wire x1="44.7309875" y1="30.8340125" x2="45.339" y2="30.226" width="0.254" layer="1"/> +<wire x1="45.339" y1="30.226" x2="45.339" y2="28.959" width="0.254" layer="1"/> +<wire x1="45.339" y1="28.959" x2="45.596" y2="28.829" width="0.254" layer="1"/> </signal> <signal name="N$21"> -<contactref element="R19" pad="1"/> -<contactref element="U$1" pad="P$7"/> -<wire x1="45.907009375" y1="43.881990625" x2="45.050021875" y2="43.881990625" width="0.2032" layer="1"/> -<wire x1="39.624" y1="45.593" x2="39.624" y2="45.781" width="0.2032" layer="1"/> -<wire x1="39.624" y1="45.781" x2="39.177" y2="45.974" width="0.2032" layer="1"/> -<wire x1="45.050021875" y1="43.881990625" x2="44.1638125" y2="44.7682" width="0.2032" layer="1"/> -<wire x1="44.1638125" y1="44.7682" x2="40.4488" y2="44.7682" width="0.2032" layer="1"/> -<wire x1="40.4488" y1="44.7682" x2="39.624" y2="45.593" width="0.2032" layer="1"/> +<contactref element="R11" pad="1"/> +<contactref element="U2" pad="P$7"/> +<wire x1="42.805671875" y1="40.833990625" x2="43.621009375" y2="40.833990625" width="0.1524" layer="1"/> +<wire x1="40.3604" y1="43.15673125" x2="40.19673125" y2="43.3204" width="0.1524" layer="1"/> +<wire x1="40.19673125" y1="43.3204" x2="40.1796" y2="43.3204" width="0.1524" layer="1"/> +<wire x1="40.1796" y1="43.3204" x2="39.431" y2="44.069" width="0.1524" layer="1"/> +<wire x1="41.05326875" y1="42.32326875" x2="40.3604" y2="43.0161375" width="0.1524" layer="1"/> +<wire x1="40.3604" y1="43.0161375" x2="40.3604" y2="43.15673125" width="0.1524" layer="1"/> +<wire x1="41.05326875" y1="42.32326875" x2="41.31639375" y2="42.32326875" width="0.1524" layer="1"/> +<wire x1="41.31639375" y1="42.32326875" x2="42.805671875" y2="40.833990625" width="0.1524" layer="1"/> </signal> <signal name="N$23"> -<contactref element="U$1" pad="P$52"/> -<contactref element="C19" pad="1"/> -<wire x1="53.40699375" y1="44.8819875" x2="54.4729875" y2="44.8819875" width="0.2032" layer="1"/> -<wire x1="54.4729875" y1="44.8819875" x2="55.311" y2="45.72" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$52"/> +<contactref element="C35" pad="1"/> +<wire x1="52.948" y1="42.788" x2="52.948" y2="43.053" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="41.8339875" x2="51.9939875" y2="41.8339875" width="0.1524" layer="1"/> +<wire x1="51.9939875" y1="41.8339875" x2="52.948" y2="42.788" width="0.1524" layer="1"/> </signal> <signal name="N$24"> -<contactref element="U$1" pad="P$49"/> -<contactref element="R20" pad="2"/> -<wire x1="53.40699375" y1="43.381990625" x2="52.187509375" y2="43.381990625" width="0.1524" layer="1"/> -<wire x1="52.187509375" y1="43.381990625" x2="51.5005" y2="44.069" width="0.1524" layer="1"/> -<via x="51.5005" y="44.069" extent="1-16" drill="0.25"/> -<wire x1="51.5005" y1="44.069" x2="51.5005" y2="46.2935" width="0.1524" layer="16"/> -<wire x1="51.5005" y1="46.2935" x2="53.213" y2="48.006" width="0.1524" layer="16"/> -<wire x1="53.213" y1="48.006" x2="57.404" y2="48.006" width="0.1524" layer="16"/> -<wire x1="57.404" y1="48.006" x2="57.785" y2="47.625" width="0.1524" layer="16"/> -<via x="57.785" y="47.625" extent="1-16" drill="0.25"/> -<wire x1="57.785" y1="47.625" x2="57.785" y2="48.453" width="0.1524" layer="1"/> -<wire x1="57.785" y1="48.453" x2="58.166" y2="48.834" width="0.1524" layer="1"/> -</signal> -<signal name="N$25"> -<contactref element="U$1" pad="P$8"/> -<contactref element="R21" pad="1"/> -<wire x1="39.177" y1="44.196" x2="40.0948875" y2="44.196" width="0.2032" layer="1"/> -<wire x1="40.0948875" y1="44.196" x2="40.3114875" y2="44.4126" width="0.2032" layer="1"/> -<wire x1="40.3114875" y1="44.4126" x2="43.561" y2="44.4126" width="0.2032" layer="1"/> -<wire x1="43.561" y1="44.4126" x2="44.0165125" y2="44.4126" width="0.2032" layer="1"/> -<wire x1="44.0165125" y1="44.4126" x2="44.4246" y2="44.0045125" width="0.2032" layer="1"/> -<wire x1="44.4246" y1="44.0045125" x2="44.4246" y2="43.434" width="0.2032" layer="1"/> -<wire x1="44.4246" y1="43.434" x2="45.855" y2="43.434" width="0.2032" layer="1"/> -<wire x1="45.855" y1="43.434" x2="45.907009375" y2="43.381990625" width="0.2032" layer="1"/> -</signal> -<signal name="N$26"> -<contactref element="R22" pad="1"/> -<contactref element="U$1" pad="P$10"/> -<contactref element="U$1" pad="P$9"/> -<wire x1="45.907009375" y1="42.38199375" x2="44.23200625" y2="42.38199375" width="0.2032" layer="1"/> -<wire x1="44.23200625" y1="42.38199375" x2="44.069" y2="42.545" width="0.2032" layer="1"/> -<wire x1="44.069" y1="42.799" x2="44.069" y2="42.545" width="0.2032" layer="1"/> -<wire x1="44.069" y1="42.799" x2="44.069" y2="43.8572125" width="0.2032" layer="1"/> -<wire x1="44.069" y1="43.8572125" x2="43.8692125" y2="44.057" width="0.2032" layer="1"/> -<wire x1="40.4587875" y1="44.057" x2="40.31" y2="43.9082125" width="0.2032" layer="1"/> -<wire x1="40.132" y1="42.418" x2="39.177" y2="42.418" width="0.2032" layer="1"/> -<wire x1="43.8692125" y1="44.057" x2="40.4587875" y2="44.057" width="0.2032" layer="1"/> -<wire x1="40.31" y1="43.9082125" x2="40.31" y2="42.596" width="0.2032" layer="1"/> -<wire x1="40.31" y1="42.596" x2="40.132" y2="42.418" width="0.2032" layer="1"/> -<wire x1="45.907009375" y1="42.88199375" x2="44.15199375" y2="42.88199375" width="0.2032" layer="1"/> -<wire x1="44.15199375" y1="42.88199375" x2="44.069" y2="42.799" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$49"/> +<contactref element="R17" pad="2"/> +<wire x1="52.17509375" y1="40.578559375" x2="52.17509375" y2="41.0092875" width="0.1524" layer="1"/> +<wire x1="52.17509375" y1="41.0092875" x2="52.98380625" y2="41.818" width="0.1524" layer="1"/> +<wire x1="51.12099375" y1="40.333990625" x2="51.930525" y2="40.333990625" width="0.1524" layer="1"/> +<wire x1="51.930525" y1="40.333990625" x2="52.17509375" y2="40.578559375" width="0.1524" layer="1"/> +<wire x1="52.98380625" y1="41.818" x2="54.0159" y2="41.818" width="0.1524" layer="1"/> +<wire x1="54.0159" y1="41.818" x2="54.3715" y2="42.1736" width="0.1524" layer="1"/> +<wire x1="55.26373125" y1="42.1736" x2="55.4274" y2="42.33726875" width="0.1524" layer="1"/> +<wire x1="55.4274" y1="45.9684" x2="56.388" y2="46.929" width="0.1524" layer="1"/> +<wire x1="54.3715" y1="42.1736" x2="55.26373125" y2="42.1736" width="0.1524" layer="1"/> +<wire x1="55.4274" y1="42.33726875" x2="55.4274" y2="45.9684" width="0.1524" layer="1"/> +</signal> +<signal name="M-PWM"> +<contactref element="U2" pad="P$8"/> +<wire x1="43.621009375" y1="40.333990625" x2="42.44639375" y2="40.333990625" width="0.1524" layer="1"/> +<wire x1="42.44639375" y1="40.333990625" x2="42.40619375" y2="40.374190625" width="0.1524" layer="1"/> +<via x="42.40619375" y="40.374190625" extent="1-16" drill="0.25"/> +<wire x1="36.8734" y1="43.7966125" x2="36.8734" y2="43.9037" width="0.1524" layer="16"/> +<wire x1="42.40619375" y1="40.374190625" x2="40.295821875" y2="40.374190625" width="0.1524" layer="16"/> +<wire x1="40.295821875" y1="40.374190625" x2="36.8734" y2="43.7966125" width="0.1524" layer="16"/> +<wire x1="35.7124" y1="49.3776" x2="35.306" y2="49.784" width="0.1524" layer="16"/> +<wire x1="35.306" y1="49.784" x2="28.9509" y2="49.784" width="0.1524" layer="16"/> +<wire x1="23.0073" y1="49.1744" x2="21.71445" y2="47.88155" width="0.1524" layer="16"/> +<wire x1="28.9509" y1="49.784" x2="28.3413" y2="49.1744" width="0.1524" layer="16"/> +<wire x1="28.3413" y1="49.1744" x2="23.0073" y2="49.1744" width="0.1524" layer="16"/> +<wire x1="36.8734" y1="43.9037" x2="35.7124" y2="45.0647" width="0.1524" layer="16"/> +<wire x1="35.7124" y1="45.0647" x2="35.7124" y2="49.3776" width="0.1524" layer="16"/> +<wire x1="21.71445" y1="47.88155" x2="21.71445" y2="46.61155" width="0.1524" layer="16"/> +<wire x1="21.71445" y1="46.61155" x2="21.844" y2="46.482" width="0.1524" layer="16"/> +<via x="21.844" y="46.482" extent="1-16" drill="0.25"/> +<contactref element="U1" pad="41"/> +<wire x1="22.483" y1="41.584" x2="22.483" y2="45.843" width="0.1524" layer="1"/> +<wire x1="22.483" y1="45.843" x2="21.844" y2="46.482" width="0.1524" layer="1"/> </signal> <signal name="N$27"> -<contactref element="L1" pad="2"/> -<contactref element="U$1" pad="P$51"/> -<contactref element="C19" pad="2"/> -<contactref element="U$1" pad="P$50"/> -<contactref element="D1" pad="CATHODE"/> -<wire x1="51.738" y1="51.058" x2="51.738" y2="48.514" width="0.3048" layer="1"/> -<wire x1="51.738" y1="51.058" x2="51.988" y2="51.308" width="0.3048" layer="1"/> -<wire x1="57.211" y1="45.72" x2="57.404" y2="45.72" width="0.1524" layer="1"/> -<wire x1="53.465984375" y1="44.323" x2="53.40699375" y2="44.381990625" width="0.1524" layer="1"/> -<wire x1="51.738" y1="48.514" x2="51.738" y2="47.166" width="0.3048" layer="1"/> -<wire x1="51.738" y1="47.166" x2="50.8" y2="46.228" width="0.3048" layer="1"/> -<wire x1="50.8" y1="46.228" x2="50.8" y2="45.72" width="0.3048" layer="1"/> -<wire x1="52.324" y1="44.196" x2="50.8" y2="45.72" width="0.3048" layer="1"/> -<wire x1="53.40699375" y1="44.381990625" x2="52.509990625" y2="44.381990625" width="0.2032" layer="1"/> -<wire x1="52.509990625" y1="44.381990625" x2="52.324" y2="44.196" width="0.2032" layer="1"/> -<wire x1="53.40699375" y1="43.881990625" x2="52.638009375" y2="43.881990625" width="0.2032" layer="1"/> -<wire x1="52.638009375" y1="43.881990625" x2="52.324" y2="44.196" width="0.2032" layer="1"/> -<wire x1="53.40699375" y1="44.381990625" x2="55.872990625" y2="44.381990625" width="0.2032" layer="1"/> -<wire x1="55.872990625" y1="44.381990625" x2="57.211" y2="45.72" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$51"/> +<contactref element="U2" pad="P$50"/> +<wire x1="51.179984375" y1="41.275" x2="51.12099375" y2="41.333990625" width="0.1524" layer="1"/> +<wire x1="50.038" y1="41.148" x2="48.514" y2="42.672" width="0.3048" layer="1"/> +<wire x1="51.12099375" y1="41.333990625" x2="50.223990625" y2="41.333990625" width="0.2032" layer="1"/> +<wire x1="50.223990625" y1="41.333990625" x2="50.038" y2="41.148" width="0.2032" layer="1"/> +<wire x1="51.12099375" y1="40.833990625" x2="50.352009375" y2="40.833990625" width="0.2032" layer="1"/> +<wire x1="50.352009375" y1="40.833990625" x2="50.038" y2="41.148" width="0.2032" layer="1"/> +<contactref element="C35" pad="2"/> +<contactref element="D4" pad="A"/> +<contactref element="L2" pad="1"/> +<wire x1="48.514" y1="42.672" x2="48.514" y2="45.802" width="0.3048" layer="1"/> +<wire x1="48.514" y1="45.802" x2="49.194" y2="46.482" width="0.3048" layer="1"/> +<wire x1="51.12099375" y1="41.333990625" x2="51.996890625" y2="41.333990625" width="0.1524" layer="1"/> +<wire x1="51.996890625" y1="41.333990625" x2="52.8365" y2="42.1736" width="0.1524" layer="1"/> +<wire x1="52.8365" y1="42.1736" x2="53.8686" y2="42.1736" width="0.1524" layer="1"/> +<wire x1="53.8686" y1="42.1736" x2="54.748" y2="43.053" width="0.1524" layer="1"/> +<wire x1="49.194" y1="46.482" x2="49.664" y2="49.022" width="0" layer="19" extent="1-1"/> </signal> <signal name="N$30"> -<contactref element="U$1" pad="P$1"/> -<contactref element="R23" pad="2"/> -<wire x1="45.212" y1="48.834" x2="45.212" y2="47.752" width="0.2032" layer="1"/> -<wire x1="45.212" y1="47.752" x2="44.831" y2="47.371" width="0.2032" layer="1"/> -<wire x1="44.831" y1="47.371" x2="44.831" y2="46.99" width="0.2032" layer="1"/> -<wire x1="44.831" y1="46.99" x2="44.958" y2="46.863" width="0.2032" layer="1"/> -<wire x1="44.958" y1="46.863" x2="45.888025" y2="46.863" width="0.2032" layer="1"/> -<wire x1="45.888025" y1="46.863" x2="45.907009375" y2="46.881984375" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$1"/> +<contactref element="R12" pad="2"/> +<wire x1="42.926" y1="45.786" x2="42.926" y2="44.52899375" width="0.1524" layer="1"/> +<wire x1="42.926" y1="44.52899375" x2="43.621009375" y2="43.833984375" width="0.1524" layer="1"/> </signal> <signal name="N$31"> -<contactref element="U$1" pad="P$2"/> -<contactref element="C24" pad="2"/> -<contactref element="C26" pad="2"/> -<wire x1="43.434" y1="48.834" x2="41.656" y2="48.834" width="0.2032" layer="1"/> -<wire x1="45.907009375" y1="46.3819875" x2="44.5500125" y2="46.3819875" width="0.2032" layer="1"/> -<wire x1="44.5500125" y1="46.3819875" x2="43.561" y2="47.371" width="0.2032" layer="1"/> -<wire x1="43.561" y1="47.371" x2="43.561" y2="48.707" width="0.2032" layer="1"/> -<wire x1="43.561" y1="48.707" x2="43.434" y2="48.834" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$2"/> +<contactref element="C18" pad="2"/> +<contactref element="C15" pad="2"/> +<wire x1="43.621009375" y1="43.3339875" x2="42.7720125" y2="43.3339875" width="0.1524" layer="1"/> +<wire x1="42.7720125" y1="43.3339875" x2="41.402" y2="44.704" width="0.1524" layer="1"/> +<wire x1="41.402" y1="44.704" x2="41.402" y2="45.582" width="0.1524" layer="1"/> +<wire x1="41.402" y1="45.582" x2="41.148" y2="45.836" width="0.1524" layer="1"/> +<wire x1="41.148" y1="45.836" x2="39.624" y2="45.836" width="0.1524" layer="1"/> </signal> <signal name="N$32"> -<contactref element="C26" pad="1"/> -<contactref element="R24" pad="2"/> -<wire x1="41.656" y1="50.734" x2="41.656" y2="52.39" width="0.2032" layer="1"/> +<contactref element="C15" pad="1"/> +<contactref element="R9" pad="2"/> +<wire x1="39.624" y1="47.636" x2="39.624" y2="49.342" width="0.1524" layer="1"/> </signal> <signal name="N$33"> -<contactref element="U$1" pad="P$3"/> -<contactref element="R25" pad="2"/> -<contactref element="R26" pad="1"/> -<wire x1="39.37" y1="52.39" x2="39.37" y2="50.734" width="0.2032" layer="1"/> -<wire x1="40.513" y1="50.546" x2="40.513" y2="48.006" width="0.2032" layer="1"/> -<wire x1="40.513" y1="48.006" x2="41.021" y2="47.498" width="0.2032" layer="1"/> -<wire x1="41.021" y1="47.498" x2="42.926" y2="47.498" width="0.2032" layer="1"/> -<wire x1="44.577" y1="45.847" x2="45.872021875" y2="45.847" width="0.2032" layer="1"/> -<wire x1="45.872021875" y1="45.847" x2="45.907009375" y2="45.8819875" width="0.2032" layer="1"/> -<wire x1="42.926" y1="47.498" x2="44.577" y2="45.847" width="0.2032" layer="1"/> -<wire x1="39.37" y1="50.734" x2="40.325" y2="50.734" width="0.2032" layer="1"/> -<wire x1="40.325" y1="50.734" x2="40.513" y2="50.546" width="0.2032" layer="1"/> +<contactref element="U2" pad="P$3"/> +<contactref element="R4" pad="2"/> +<contactref element="R5" pad="1"/> +<wire x1="42.7640125" y1="42.8339875" x2="43.621009375" y2="42.8339875" width="0.1524" layer="1"/> +<wire x1="37.592" y1="47.686" x2="37.658" y2="47.686" width="0.1524" layer="1"/> +<wire x1="37.658" y1="47.686" x2="38.608" y2="46.736" width="0.1524" layer="1"/> +<wire x1="38.608" y1="46.736" x2="38.608" y2="46.56513125" width="0.1524" layer="1"/> +<wire x1="38.608" y1="46.56513125" x2="38.6214" y2="46.55173125" width="0.1524" layer="1"/> +<wire x1="38.6214" y1="46.55173125" x2="38.6214" y2="45.466" width="0.1524" layer="1"/> +<wire x1="38.7446" y1="45.32026875" x2="38.90826875" y2="45.1566" width="0.1524" layer="1"/> +<wire x1="38.6214" y1="45.466" x2="38.7446" y2="45.3428" width="0.1524" layer="1"/> +<wire x1="38.7446" y1="45.3428" x2="38.7446" y2="45.32026875" width="0.1524" layer="1"/> +<wire x1="38.90826875" y1="45.1566" x2="40.4414" y2="45.1566" width="0.1524" layer="1"/> +<wire x1="40.4414" y1="45.1566" x2="42.7640125" y2="42.8339875" width="0.1524" layer="1"/> +<wire x1="37.592" y1="47.686" x2="37.592" y2="49.342" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="OCTW"> +<contactref element="U2" pad="P$5"/> +<wire x1="42.566909375" y1="42.07855625" x2="42.566909375" y2="42.528190625" width="0.1524" layer="1"/> +<wire x1="42.566909375" y1="42.528190625" x2="41.27755" y2="43.81755" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="41.8339875" x2="42.811478125" y2="41.8339875" width="0.1524" layer="1"/> +<wire x1="42.811478125" y1="41.8339875" x2="42.566909375" y2="42.07855625" width="0.1524" layer="1"/> +<wire x1="41.27755" y1="43.81755" x2="40.92116875" y2="43.81755" width="0.1524" layer="1"/> +<wire x1="40.92116875" y1="43.81755" x2="40.6124" y2="44.12631875" width="0.1524" layer="1"/> +<via x="40.6124" y="44.12631875" extent="1-16" drill="0.25"/> +<wire x1="40.6124" y1="44.12631875" x2="38.93168125" y2="44.12631875" width="0.1524" layer="16"/> +<wire x1="35.052" y1="52.324" x2="36.068" y2="51.308" width="0.1524" layer="16"/> +<wire x1="35.052" y1="52.324" x2="30.988" y2="52.324" width="0.1524" layer="16"/> +<wire x1="30.988" y1="52.324" x2="28.194" y2="49.53" width="0.1524" layer="16"/> +<wire x1="28.194" y1="49.53" x2="22.86" y2="49.53" width="0.1524" layer="16"/> +<wire x1="22.86" y1="49.53" x2="20.574" y2="47.244" width="0.1524" layer="16"/> +<via x="20.574" y="47.244" extent="1-16" drill="0.25"/> +<wire x1="38.93168125" y1="44.12631875" x2="38.354" y2="44.704" width="0.1524" layer="16"/> +<wire x1="38.354" y1="44.704" x2="37.8259875" y2="44.704" width="0.1524" layer="16"/> +<wire x1="37.8259875" y1="44.704" x2="37.8033875" y2="44.7266" width="0.1524" layer="16"/> +<wire x1="37.8033875" y1="44.7266" x2="37.2586125" y2="44.7266" width="0.1524" layer="16"/> +<wire x1="37.2586125" y1="44.7266" x2="37.2360125" y2="44.704" width="0.1524" layer="16"/> +<wire x1="36.576" y1="44.704" x2="37.2360125" y2="44.704" width="0.1524" layer="16"/> +<wire x1="36.068" y1="45.212" x2="36.576" y2="44.704" width="0.1524" layer="16"/> +<wire x1="36.068" y1="51.308" x2="36.068" y2="45.212" width="0.1524" layer="16"/> +<contactref element="U1" pad="43"/> +<wire x1="21.483" y1="45.319" x2="21.483" y2="41.584" width="0.1524" layer="1"/> +<wire x1="20.574" y1="47.244" x2="20.574" y2="46.228" width="0.1524" layer="1"/> +<wire x1="20.574" y1="46.228" x2="21.483" y2="45.319" width="0.1524" layer="1"/> +</signal> +<signal name="RESET"> +<contactref element="U1" pad="52"/> +<contactref element="J1" pad="2"/> +<contactref element="S1" pad="2"/> +<contactref element="C9" pad="2"/> +<wire x1="18.233" y1="39.334" x2="19.141" y2="39.334" width="0.1524" layer="1"/> +<wire x1="19.141" y1="39.334" x2="19.177" y2="39.37" width="0.1524" layer="1"/> +<via x="19.177" y="39.37" extent="1-16" drill="0.25"/> +<wire x1="19.177" y1="39.37" x2="19.05" y2="39.37" width="0.1524" layer="16"/> +<wire x1="12.573" y1="32.893" x2="12.573" y2="30.48" width="0.1524" layer="16"/> +<wire x1="12.192" y1="30.099" x2="12.573" y2="30.48" width="0.1524" layer="16"/> +<via x="12.192" y="30.099" extent="1-16" drill="0.25"/> +<wire x1="19.05" y1="39.37" x2="12.573" y2="32.893" width="0.1524" layer="16"/> +<wire x1="20.32" y1="23.788" x2="20.32" y2="22.987" width="0.1524" layer="1"/> +<wire x1="20.32" y1="22.987" x2="20.955" y2="22.352" width="0.1524" layer="1"/> +<wire x1="20.955" y1="22.352" x2="15.494" y2="22.352" width="0.1524" layer="1"/> +<via x="15.494" y="22.352" extent="1-16" drill="0.25"/> +<wire x1="12.573" y1="25.273" x2="12.573" y2="29.718" width="0.1524" layer="16"/> +<wire x1="12.573" y1="29.718" x2="12.192" y2="30.099" width="0.1524" layer="16"/> +<wire x1="15.494" y1="22.352" x2="12.573" y2="25.273" width="0.1524" layer="16"/> +</signal> +<signal name="SWCLK"> +<contactref element="J1" pad="4"/> +<contactref element="U1" pad="57"/> +<contactref element="R1" pad="2"/> +<wire x1="18.233" y1="36.834" x2="17.911" y2="36.834" width="0.1524" layer="1"/> +<wire x1="17.911" y1="36.834" x2="17.526" y2="36.449" width="0.1524" layer="1"/> +<wire x1="17.526" y1="36.449" x2="15.886" y2="36.449" width="0.1524" layer="1"/> +<wire x1="15.886" y1="36.449" x2="14.986" y2="35.549" width="0.1524" layer="1"/> +<wire x1="14.986" y1="35.549" x2="14.986" y2="35.306" width="0.1524" layer="1"/> +<wire x1="14.986" y1="35.306" x2="12.573" y2="32.893" width="0.1524" layer="1"/> +<wire x1="12.573" y1="32.893" x2="12.573" y2="30.988" width="0.1524" layer="1"/> +<wire x1="12.573" y1="30.988" x2="13.462" y2="30.099" width="0.1524" layer="1"/> +</signal> +<signal name="SWDIO"> +<contactref element="J1" pad="6"/> +<contactref element="U1" pad="59"/> +<wire x1="15.7099" y1="31.2039" x2="15.70215" y2="31.2039" width="0.1524" layer="1"/> +<wire x1="14.732" y1="30.099" x2="14.732" y2="30.23375" width="0.1524" layer="1"/> +<wire x1="14.732" y1="30.23375" x2="15.70215" y2="31.2039" width="0.1524" layer="1"/> +<wire x1="18.233" y1="35.834" x2="17.673" y2="35.834" width="0.1524" layer="1"/> +<wire x1="17.673" y1="35.834" x2="17.5434" y2="35.7044" width="0.1524" layer="1"/> +<wire x1="17.5434" y1="35.7044" x2="17.5434" y2="34.6884" width="0.1524" layer="1"/> +<wire x1="17.5434" y1="34.6884" x2="16.256" y2="33.401" width="0.1524" layer="1"/> +<wire x1="16.256" y1="33.401" x2="16.256" y2="31.75" width="0.1524" layer="1"/> +<wire x1="16.256" y1="31.75" x2="15.7099" y2="31.2039" width="0.1524" layer="1"/> +</signal> +<signal name="N$10"> +<contactref element="U2" pad="P$56"/> +<contactref element="C27" pad="1"/> +<wire x1="51.12099375" y1="43.833984375" x2="51.707984375" y2="43.833984375" width="0.1524" layer="1"/> +<wire x1="52.70173125" y1="44.3326" x2="52.8654" y2="44.49626875" width="0.1524" layer="1"/> +<wire x1="52.2066" y1="44.3326" x2="52.70173125" y2="44.3326" width="0.1524" layer="1"/> +<wire x1="52.8654" y1="47.4646" x2="52.3654" y2="47.9646" width="0.1524" layer="1"/> +<wire x1="52.3654" y1="47.9646" x2="52.3654" y2="50.8746" width="0.1524" layer="1"/> +<wire x1="52.3654" y1="50.8746" x2="52.186" y2="51.054" width="0.1524" layer="1"/> +<wire x1="51.707984375" y1="43.833984375" x2="52.2066" y2="44.3326" width="0.1524" layer="1"/> +<wire x1="52.8654" y1="44.49626875" x2="52.8654" y2="47.4646" width="0.1524" layer="1"/> +</signal> +<signal name="N$19"> +<contactref element="IC1" pad="1"/> +<contactref element="S2" pad="2"/> +<contactref element="C10" pad="2"/> +<contactref element="C11" pad="2"/> +<wire x1="15.41" y1="50.492" x2="15.41" y2="49.21" width="0.2032" layer="1"/> +<wire x1="15.41" y1="50.492" x2="15.356" y2="50.546" width="0.2032" layer="1"/> +<wire x1="15.356" y1="50.546" x2="15.356" y2="51.816" width="0.2032" layer="1"/> +<wire x1="15.41" y1="49.21" x2="15.41" y2="48.979" width="0.2032" layer="1"/> +<wire x1="15.41" y1="48.979" x2="16.383" y2="48.006" width="0.2032" layer="1"/> +<wire x1="16.383" y1="48.006" x2="16.383" y2="47.96805" width="0.2032" layer="1"/> +<wire x1="16.383" y1="47.96805" x2="16.4148" y2="47.93625" width="0.2032" layer="1"/> +<wire x1="16.4148" y1="47.93625" x2="16.4148" y2="46.3868" width="0.2032" layer="1"/> +<wire x1="16.4148" y1="46.3868" x2="16.0608" y2="46.0328" width="0.2032" layer="1"/> +<wire x1="16.0608" y1="46.0328" x2="16.0608" y2="45.24775" width="0.2032" layer="1"/> +<wire x1="16.0608" y1="45.24775" x2="15.88225" y2="45.0692" width="0.2032" layer="1"/> +<wire x1="14.7162" y1="45.0692" x2="13.97" y2="44.323" width="0.2032" layer="1"/> +<wire x1="15.88225" y1="45.0692" x2="14.7162" y2="45.0692" width="0.2032" layer="1"/> +<via x="13.97" y="44.323" extent="1-16" drill="0.35"/> +<wire x1="13.97" y1="44.323" x2="12.7" y2="43.053" width="0.2032" layer="16"/> +<wire x1="12.7" y1="43.053" x2="12.7" y2="38.749" width="0.2032" layer="16"/> +<wire x1="12.7" y1="38.749" x2="12.714" y2="38.735" width="0.2032" layer="16"/> +<via x="12.714" y="38.735" extent="1-16" drill="0.35"/> +</signal> +<signal name="N$22"> +<contactref element="X1" pad="VBUS"/> +<contactref element="IC1" pad="2"/> +<contactref element="C8" pad="2"/> +<wire x1="13.157" y1="50.195" x2="14.067" y2="50.195" width="0.2032" layer="1"/> +<wire x1="14.067" y1="50.195" x2="14.224" y2="50.038" width="0.2032" layer="1"/> +<wire x1="14.224" y1="50.038" x2="14.224" y2="48.496" width="0.2032" layer="1"/> +<wire x1="15.41" y1="47.31" x2="14.224" y2="48.496" width="0.2032" layer="1"/> +<wire x1="15.356" y1="45.974" x2="15.356" y2="47.256" width="0.2032" layer="1"/> +<wire x1="15.356" y1="47.256" x2="15.41" y2="47.31" width="0.2032" layer="1"/> +</signal> +<signal name="NP1TX"> +<contactref element="J4" pad="4"/> +<contactref element="U1" pad="1"/> +<wire x1="18.983" y1="32.584" x2="18.983" y2="33.2172" width="0.1524" layer="1"/> +<wire x1="18.983" y1="33.2172" x2="19.5236" y2="33.7578" width="0.1524" layer="1"/> +<wire x1="19.5236" y1="33.7578" x2="19.5236" y2="34.2556" width="0.1524" layer="1"/> +<via x="21.082" y="35.814" extent="1-16" drill="0.25"/> +<wire x1="19.5236" y1="34.2556" x2="21.082" y2="35.814" width="0.1524" layer="1"/> +<wire x1="28.202" y1="16.967" x2="28.202" y2="15.629" width="0.1524" layer="1"/> +<wire x1="28.202" y1="15.629" x2="27.813" y2="15.24" width="0.1524" layer="1"/> +<via x="27.813" y="15.24" extent="1-16" drill="0.25"/> +<wire x1="27.813" y1="15.24" x2="27.0919875" y2="15.24" width="0.1524" layer="16"/> +<wire x1="25.6314" y1="16.1516" x2="20.066" y2="21.717" width="0.1524" layer="16"/> +<wire x1="27.0919875" y1="15.24" x2="26.1803875" y2="16.1516" width="0.1524" layer="16"/> +<wire x1="26.1803875" y1="16.1516" x2="25.6314" y2="16.1516" width="0.1524" layer="16"/> +<wire x1="20.066" y1="21.717" x2="20.066" y2="28.702" width="0.1524" layer="16"/> +<wire x1="20.066" y1="28.702" x2="19.812" y2="28.956" width="0.1524" layer="16"/> +<wire x1="19.812" y1="28.956" x2="19.812" y2="29.0810125" width="0.1524" layer="16"/> +<wire x1="19.812" y1="29.0810125" x2="19.7894" y2="29.1036125" width="0.1524" layer="16"/> +<wire x1="19.7894" y1="29.1036125" x2="19.7894" y2="33.7594" width="0.1524" layer="16"/> +<wire x1="19.7894" y1="33.7594" x2="20.828" y2="34.798" width="0.1524" layer="16"/> +<wire x1="20.828" y1="34.798" x2="20.828" y2="35.56" width="0.1524" layer="16"/> +<wire x1="20.828" y1="35.56" x2="21.082" y2="35.814" width="0.1524" layer="16"/> +</signal> +<signal name="NP1RX"> +<contactref element="J4" pad="3"/> +<contactref element="U1" pad="2"/> +<wire x1="19.483" y1="32.584" x2="19.483" y2="33.2143" width="0.1524" layer="1"/> +<wire x1="19.8792" y1="34.1083" x2="20.88895" y2="35.11805" width="0.1524" layer="1"/> +<wire x1="19.483" y1="33.2143" x2="19.8792" y2="33.6105" width="0.1524" layer="1"/> +<wire x1="19.8792" y1="33.6105" x2="19.8792" y2="34.1083" width="0.1524" layer="1"/> +<wire x1="20.88895" y1="35.11805" x2="21.77795" y2="35.11805" width="0.1524" layer="1"/> +<wire x1="21.77795" y1="35.11805" x2="21.844" y2="35.052" width="0.1524" layer="1"/> +<via x="21.844" y="35.052" extent="1-16" drill="0.25"/> +<wire x1="29.202" y1="16.967" x2="29.202" y2="15.629" width="0.1524" layer="1"/> +<wire x1="29.202" y1="15.629" x2="29.591" y2="15.24" width="0.1524" layer="1"/> +<via x="29.591" y="15.24" extent="1-16" drill="0.25"/> +<wire x1="29.591" y1="15.24" x2="29.591" y2="15.748" width="0.1524" layer="16"/> +<wire x1="29.591" y1="15.748" x2="28.575" y2="16.764" width="0.1524" layer="16"/> +<wire x1="28.575" y1="16.764" x2="27.432" y2="16.764" width="0.1524" layer="16"/> +<wire x1="27.432" y1="16.764" x2="21.844" y2="22.352" width="0.1524" layer="16"/> +<wire x1="21.844" y1="22.352" x2="21.844" y2="29.0810125" width="0.1524" layer="16"/> +<wire x1="21.844" y1="29.0810125" x2="21.8214" y2="29.1036125" width="0.1524" layer="16"/> +<wire x1="21.8214" y1="29.1036125" x2="21.8214" y2="29.6483875" width="0.1524" layer="16"/> +<wire x1="21.8214" y1="29.6483875" x2="21.844" y2="29.6709875" width="0.1524" layer="16"/> +<wire x1="21.844" y1="29.6709875" x2="21.844" y2="35.052" width="0.1524" layer="16"/> +</signal> +<signal name="NP2RX"> +<contactref element="J5" pad="3"/> +<contactref element="U1" pad="64"/> +<wire x1="18.233" y1="33.334" x2="18.5969" y2="33.334" width="0.1524" layer="1"/> +<wire x1="18.5969" y1="33.334" x2="19.168" y2="33.9051" width="0.1524" layer="1"/> +<wire x1="19.7846" y1="35.4056" x2="20.066" y2="35.687" width="0.1524" layer="1"/> +<wire x1="19.7846" y1="35.0297" x2="19.7846" y2="35.4056" width="0.1524" layer="1"/> +<via x="20.066" y="35.687" extent="1-16" drill="0.25"/> +<wire x1="20.066" y1="35.179" x2="20.066" y2="35.687" width="0.1524" layer="16"/> +<via x="21.082" y="15.367" extent="1-16" drill="0.25"/> +<wire x1="21.082" y1="15.367" x2="20.701" y2="15.367" width="0.1524" layer="1"/> +<wire x1="20.701" y1="15.367" x2="20.32" y2="15.748" width="0.1524" layer="1"/> +<wire x1="20.32" y1="15.748" x2="20.32" y2="16.959" width="0.1524" layer="1"/> +<wire x1="20.32" y1="16.959" x2="20.312" y2="16.967" width="0.1524" layer="1"/> +<wire x1="19.168" y1="33.9051" x2="19.168" y2="34.4131" width="0.1524" layer="1"/> +<wire x1="19.168" y1="34.4131" x2="19.7846" y2="35.0297" width="0.1524" layer="1"/> +<wire x1="18.415" y1="18.034" x2="18.415" y2="33.528" width="0.1524" layer="16"/> +<wire x1="21.082" y1="15.367" x2="18.415" y2="18.034" width="0.1524" layer="16"/> +<wire x1="18.415" y1="33.528" x2="20.066" y2="35.179" width="0.1524" layer="16"/> +</signal> +<signal name="NP2TX"> +<contactref element="J5" pad="4"/> +<contactref element="U1" pad="63"/> +<wire x1="19.312" y1="16.967" x2="19.312" y2="15.756" width="0.1524" layer="1"/> +<wire x1="19.312" y1="15.756" x2="18.923" y2="15.367" width="0.1524" layer="1"/> +<via x="18.923" y="15.367" extent="1-16" drill="0.25"/> +<wire x1="18.796" y1="15.367" x2="18.923" y2="15.367" width="0.1524" layer="16"/> +<via x="19.177" y="35.433" extent="1-16" drill="0.25"/> +<wire x1="19.177" y1="35.433" x2="19.177" y2="34.925" width="0.1524" layer="1"/> +<wire x1="18.8124" y1="34.5604" x2="19.177" y2="34.925" width="0.1524" layer="1"/> +<wire x1="18.233" y1="33.834" x2="18.594" y2="33.834" width="0.1524" layer="1"/> +<wire x1="18.594" y1="33.834" x2="18.796" y2="34.036" width="0.1524" layer="1"/> +<wire x1="18.796" y1="34.036" x2="18.796" y2="34.07686875" width="0.1524" layer="1"/> +<wire x1="18.796" y1="34.07686875" x2="18.8124" y2="34.09326875" width="0.1524" layer="1"/> +<wire x1="18.8124" y1="34.09326875" x2="18.8124" y2="34.5604" width="0.1524" layer="1"/> +<wire x1="17.272" y1="33.528" x2="17.272" y2="16.891" width="0.1524" layer="16"/> +<wire x1="19.177" y1="35.433" x2="17.272" y2="33.528" width="0.1524" layer="16"/> +<wire x1="17.272" y1="16.891" x2="18.796" y2="15.367" width="0.1524" layer="16"/> +</signal> +<signal name="SPI_MOSI"> +<contactref element="U1" pad="16"/> +<contactref element="J6" pad="6"/> +<wire x1="26.483" y1="32.584" x2="27.106" y2="32.584" width="0.1524" layer="1"/> +<wire x1="27.106" y1="32.584" x2="27.178" y2="32.512" width="0.1524" layer="1"/> +<via x="27.178" y="32.512" extent="1-16" drill="0.25"/> +<wire x1="27.178" y1="32.512" x2="24.892" y2="32.512" width="0.1524" layer="16"/> +<wire x1="24.892" y1="32.512" x2="24.13" y2="33.274" width="0.1524" layer="16"/> +<wire x1="24.13" y1="33.274" x2="24.13" y2="41.656" width="0.1524" layer="16"/> +<wire x1="24.13" y1="41.656" x2="27.94" y2="45.466" width="0.1524" layer="16"/> +<wire x1="27.94" y1="45.466" x2="27.94" y2="46.228" width="0.1524" layer="16"/> +<wire x1="27.94" y1="46.228" x2="27.686" y2="46.482" width="0.1524" layer="16"/> +<via x="27.686" y="46.482" extent="1-16" drill="0.25"/> +<wire x1="22.312" y1="57.201" x2="25.603" y2="57.201" width="0.1524" layer="1"/> +<wire x1="25.603" y1="57.201" x2="27.432" y2="55.372" width="0.1524" layer="1"/> +<wire x1="27.432" y1="55.372" x2="27.432" y2="54.69073125" width="0.1524" layer="1"/> +<wire x1="27.432" y1="54.69073125" x2="27.3946" y2="54.65333125" width="0.1524" layer="1"/> +<wire x1="27.3946" y1="54.65333125" x2="27.3946" y2="46.7734" width="0.1524" layer="1"/> +<wire x1="27.3946" y1="46.7734" x2="27.686" y2="46.482" width="0.1524" layer="1"/> +</signal> +<signal name="SPI_MISO"> +<contactref element="U1" pad="13"/> +<contactref element="J6" pad="3"/> +<wire x1="25.73468125" y1="30.71275625" x2="26.23804375" y2="30.71275625" width="0.1524" layer="1"/> +<wire x1="26.23804375" y1="30.71275625" x2="26.3180875" y2="30.7928" width="0.1524" layer="1"/> +<wire x1="26.3180875" y1="30.7928" x2="26.67446875" y2="30.7928" width="0.1524" layer="1"/> +<wire x1="24.983" y1="32.584" x2="24.983" y2="31.4644375" width="0.1524" layer="1"/> +<wire x1="24.983" y1="31.4644375" x2="25.73468125" y2="30.71275625" width="0.1524" layer="1"/> +<via x="26.67446875" y="30.7928" extent="1-16" drill="0.25"/> +<wire x1="26.67446875" y1="30.7928" x2="26.3180875" y2="30.7928" width="0.1524" layer="16"/> +<wire x1="26.3180875" y1="30.7928" x2="26.23804375" y2="30.71275625" width="0.1524" layer="16"/> +<wire x1="26.23804375" y1="30.71275625" x2="25.18254375" y2="30.71275625" width="0.1524" layer="16"/> +<wire x1="23.0632" y1="32.8321" x2="23.0632" y2="42.0979" width="0.1524" layer="16"/> +<wire x1="25.6845" y1="44.7192" x2="25.6845" y2="47.7215" width="0.1524" layer="16"/> +<wire x1="25.6845" y1="47.7215" x2="25.654" y2="47.752" width="0.1524" layer="16"/> +<via x="25.654" y="47.752" extent="1-16" drill="0.25"/> +<wire x1="25.654" y1="47.752" x2="24.638" y2="47.752" width="0.1524" layer="1"/> +<wire x1="24.638" y1="47.752" x2="22.86" y2="49.53" width="0.1524" layer="1"/> +<wire x1="22.86" y1="55.118" x2="22.68913125" y2="55.118" width="0.1524" layer="1"/> +<wire x1="22.68913125" y1="55.118" x2="22.67573125" y2="55.1314" width="0.1524" layer="1"/> +<wire x1="20.5606" y1="55.1314" x2="19.304" y2="56.388" width="0.1524" layer="1"/> +<wire x1="22.67573125" y1="55.1314" x2="20.5606" y2="55.1314" width="0.1524" layer="1"/> +<wire x1="19.304" y1="56.388" x2="19.304" y2="57.193" width="0.1524" layer="1"/> +<wire x1="19.304" y1="57.193" x2="19.312" y2="57.201" width="0.1524" layer="1"/> +<wire x1="25.18254375" y1="30.71275625" x2="23.0632" y2="32.8321" width="0.1524" layer="16"/> +<wire x1="23.0632" y1="42.0979" x2="25.6845" y2="44.7192" width="0.1524" layer="16"/> +<wire x1="22.86" y1="49.53" x2="22.86" y2="55.118" width="0.1524" layer="1"/> +</signal> +<signal name="VDDCORE"> +<contactref element="U1" pad="53"/> +<contactref element="C7" pad="1"/> +<contactref element="C5" pad="2"/> +<wire x1="18.233" y1="38.834" x2="16.958" y2="38.834" width="0.2032" layer="1"/> +<wire x1="16.958" y1="38.834" x2="16.764" y2="38.901" width="0.2032" layer="1"/> +<wire x1="16.764" y1="38.901" x2="15.198" y2="38.901" width="0.2032" layer="1"/> +<wire x1="15.198" y1="38.901" x2="14.986" y2="39.113" width="0.2032" layer="1"/> +</signal> +<signal name="N$34"> +<contactref element="L1" pad="1"/> +<contactref element="C12" pad="1"/> +<contactref element="U1" pad="4"/> +<wire x1="20.483" y1="31.496" x2="20.483" y2="32.584" width="0.2032" layer="1"/> +<wire x1="20.483" y1="31.496" x2="20.483" y2="31.366" width="0.2032" layer="1"/> +<wire x1="20.483" y1="31.366" x2="20.447" y2="31.076" width="0.2032" layer="1"/> +<wire x1="19.05" y1="31.126" x2="20.367" y2="31.126" width="0.2032" layer="1"/> +<wire x1="20.367" y1="31.126" x2="20.483" y2="31.496" width="0.2032" layer="1"/> +</signal> +<signal name="SPI_SCK"> +<contactref element="U1" pad="14"/> +<contactref element="J6" pad="4"/> +<wire x1="25.483" y1="32.584" x2="25.483" y2="31.82371875" width="0.1524" layer="1"/> +<wire x1="25.483" y1="31.82371875" x2="25.986359375" y2="31.320359375" width="0.1524" layer="1"/> +<via x="25.986359375" y="31.320359375" extent="1-16" drill="0.25"/> +<wire x1="25.986359375" y1="31.320359375" x2="25.077840625" y2="31.320359375" width="0.1524" layer="16"/> +<wire x1="25.077840625" y1="31.320359375" x2="23.4188" y2="32.9794" width="0.1524" layer="16"/> +<wire x1="23.4188" y1="41.9506" x2="26.0401" y2="44.5719" width="0.1524" layer="16"/> +<wire x1="26.0401" y1="44.5719" x2="26.0401" y2="46.9113625" width="0.1524" layer="16"/> +<wire x1="26.0401" y1="46.9113625" x2="26.39436875" y2="47.26563125" width="0.1524" layer="16"/> +<via x="26.39436875" y="47.26563125" extent="1-16" drill="0.25"/> +<wire x1="26.39436875" y1="47.26563125" x2="26.39436875" y2="48.23836875" width="0.1524" layer="1"/> +<wire x1="26.39436875" y1="48.23836875" x2="26.67" y2="48.514" width="0.1524" layer="1"/> +<wire x1="26.67" y1="48.514" x2="26.67" y2="55.118" width="0.1524" layer="1"/> +<wire x1="26.67" y1="55.118" x2="26.67255" y2="55.12055" width="0.1524" layer="1"/> +<wire x1="26.67255" y1="55.12055" x2="26.2687" y2="55.5244" width="0.1524" layer="1"/> +<wire x1="20.9296" y1="55.5244" x2="20.32" y2="56.134" width="0.1524" layer="1"/> +<wire x1="20.32" y1="56.134" x2="20.32" y2="57.193" width="0.1524" layer="1"/> +<wire x1="20.32" y1="57.193" x2="20.312" y2="57.201" width="0.1524" layer="1"/> +<wire x1="23.4188" y1="32.9794" x2="23.4188" y2="41.9506" width="0.1524" layer="16"/> +<wire x1="26.2687" y1="55.5244" x2="20.9296" y2="55.5244" width="0.1524" layer="1"/> +</signal> +<signal name="SPI_CSN"> +<contactref element="U1" pad="15"/> +<contactref element="J6" pad="5"/> +<wire x1="21.312" y1="57.201" x2="21.312" y2="56.158" width="0.1524" layer="1"/> +<wire x1="21.312" y1="56.158" x2="21.59" y2="55.88" width="0.1524" layer="1"/> +<wire x1="21.59" y1="55.88" x2="26.416" y2="55.88" width="0.1524" layer="1"/> +<wire x1="26.416" y1="55.88" x2="27.0764" y2="55.2196" width="0.1524" layer="1"/> +<wire x1="27.0764" y1="55.2196" x2="27.0764" y2="54.83803125" width="0.1524" layer="1"/> +<wire x1="27.0764" y1="54.83803125" x2="27.039" y2="54.80063125" width="0.1524" layer="1"/> +<wire x1="27.039" y1="46.6946" x2="26.8264" y2="46.482" width="0.1524" layer="1"/> +<wire x1="27.039" y1="54.80063125" x2="27.039" y2="46.6946" width="0.1524" layer="1"/> +<via x="26.8264" y="46.482" extent="1-16" drill="0.25"/> +<wire x1="26.8264" y1="46.482" x2="26.8264" y2="44.8553" width="0.1524" layer="16"/> +<wire x1="26.8264" y1="44.8553" x2="23.7744" y2="41.8033" width="0.1524" layer="16"/> +<wire x1="23.7744" y1="33.1267" x2="24.7447" y2="32.1564" width="0.1524" layer="16"/> +<wire x1="26.42" y1="32.1564" x2="26.924" y2="31.6524" width="0.1524" layer="16"/> +<via x="26.924" y="31.6524" extent="1-16" drill="0.25"/> +<wire x1="26.5136" y1="31.6524" x2="26.924" y2="31.6524" width="0.1524" layer="1"/> +<wire x1="23.7744" y1="41.8033" x2="23.7744" y2="33.1267" width="0.1524" layer="16"/> +<wire x1="24.7447" y1="32.1564" x2="26.42" y2="32.1564" width="0.1524" layer="16"/> +<wire x1="25.983" y1="32.584" x2="25.983" y2="32.183" width="0.1524" layer="1"/> +<wire x1="25.983" y1="32.183" x2="26.5136" y2="31.6524" width="0.1524" layer="1"/> +</signal> +<signal name="N$29"> +<contactref element="S1" pad="4"/> +<contactref element="C9" pad="1"/> +<contactref element="R2" pad="1"/> +<wire x1="18.796" y1="25.538" x2="20.27" y2="25.538" width="0.1524" layer="1"/> +<wire x1="20.27" y1="25.538" x2="20.32" y2="25.488" width="0.1524" layer="1"/> +<wire x1="20.32" y1="25.488" x2="20.32" y2="26.289" width="0.1524" layer="1"/> +<wire x1="20.32" y1="26.289" x2="20.955" y2="26.924" width="0.1524" layer="1"/> +</signal> +<signal name="PWMLO2"> +<contactref element="U1" pad="18"/> +<contactref element="U2" pad="P$20"/> +<contactref element="J2" pad="6"/> +<wire x1="34.8742" y1="41.8338" x2="33.274" y2="43.434" width="0.1524" layer="1"/> +<wire x1="34.8742" y1="41.8338" x2="34.8742" y2="41.4681" width="0.1524" layer="1"/> +<wire x1="34.8742" y1="41.4681" x2="35.5092" y2="40.8331" width="0.1524" layer="1"/> +<wire x1="35.5092" y1="37.0231" x2="35.5092" y2="40.8331" width="0.1524" layer="1"/> +<wire x1="33.274" y1="43.434" x2="33.2466" y2="43.434" width="0.1524" layer="1"/> +<wire x1="33.2466" y1="43.434" x2="29.9446" y2="40.132" width="0.1524" layer="1"/> +<via x="29.9446" y="40.132" extent="1-16" drill="0.25"/> +<wire x1="29.9446" y1="40.132" x2="29.9446" y2="40.1046" width="0.1524" layer="16"/> +<wire x1="29.9446" y1="40.1046" x2="27.305" y2="37.465" width="0.1524" layer="16"/> +<wire x1="27.305" y1="37.465" x2="27.305" y2="34.544" width="0.1524" layer="16"/> +<wire x1="27.305" y1="34.544" x2="26.543" y2="33.782" width="0.1524" layer="16"/> +<wire x1="26.543" y1="33.782" x2="26.035" y2="33.782" width="0.1524" layer="16"/> +<wire x1="26.035" y1="33.782" x2="25.654" y2="34.163" width="0.1524" layer="16"/> +<via x="25.654" y="34.163" extent="1-16" drill="0.25"/> +<wire x1="27.233" y1="33.834" x2="25.983" y2="33.834" width="0.1524" layer="1"/> +<wire x1="25.983" y1="33.834" x2="25.654" y2="34.163" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="34.334003125" x2="42.594103125" y2="34.334003125" width="0.1524" layer="1"/> +<wire x1="42.594103125" y1="34.334003125" x2="42.30530625" y2="34.04520625" width="0.1524" layer="1"/> +<wire x1="42.30530625" y1="34.04520625" x2="38.48709375" y2="34.04520625" width="0.1524" layer="1"/> +<wire x1="38.48709375" y1="34.04520625" x2="35.5092" y2="37.0231" width="0.1524" layer="1"/> +</signal> +<signal name="PWMLO3"> +<contactref element="U2" pad="P$22"/> +<contactref element="J2" pad="8"/> +<wire x1="34.798" y1="36.83" x2="33.274" y2="38.354" width="0.1524" layer="1"/> +<wire x1="34.798" y1="36.7285" x2="34.798" y2="36.83" width="0.1524" layer="1"/> +<contactref element="U1" pad="17"/> +<wire x1="33.274" y1="38.354" x2="32.512" y2="38.354" width="0.1524" layer="1"/> +<wire x1="32.512" y1="38.354" x2="30.226" y2="36.068" width="0.1524" layer="1"/> +<via x="30.226" y="36.068" extent="1-16" drill="0.25"/> +<wire x1="30.226" y1="36.068" x2="29.337" y2="36.068" width="0.1524" layer="16"/> +<wire x1="29.337" y1="36.068" x2="27.051" y2="33.782" width="0.1524" layer="16"/> +<wire x1="27.051" y1="33.782" x2="27.0459" y2="33.782" width="0.1524" layer="16"/> +<wire x1="27.0459" y1="33.782" x2="26.6903" y2="33.4264" width="0.1524" layer="16"/> +<wire x1="26.6903" y1="33.4264" x2="25.0484" y2="33.4264" width="0.1524" layer="16"/> +<wire x1="25.0484" y1="33.4264" x2="24.9468" y2="33.528" width="0.1524" layer="16"/> +<wire x1="24.9468" y1="33.528" x2="24.892" y2="33.528" width="0.1524" layer="16"/> +<via x="24.892" y="33.528" extent="1-16" drill="0.25"/> +<wire x1="27.233" y1="33.334" x2="25.086" y2="33.334" width="0.1524" layer="1"/> +<wire x1="25.086" y1="33.334" x2="24.892" y2="33.528" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="33.33400625" x2="38.19249375" y2="33.33400625" width="0.1524" layer="1"/> +<wire x1="38.19249375" y1="33.33400625" x2="34.798" y2="36.7285" width="0.1524" layer="1"/> +</signal> +<signal name="PWMLO1"> +<contactref element="U2" pad="P$18"/> +<contactref element="J2" pad="4"/> +<wire x1="35.5854" y1="46.2026" x2="33.274" y2="48.514" width="0.1524" layer="1"/> +<wire x1="35.5854" y1="46.2026" x2="35.5854" y2="41.7627" width="0.1524" layer="1"/> +<wire x1="35.5854" y1="41.7627" x2="36.2204" y2="41.1277" width="0.1524" layer="1"/> +<wire x1="36.2204" y1="37.3177" x2="36.2204" y2="41.1277" width="0.1524" layer="1"/> +<contactref element="U1" pad="19"/> +<wire x1="33.274" y1="48.514" x2="33.2466" y2="48.514" width="0.1524" layer="1"/> +<wire x1="33.2466" y1="48.514" x2="29.3096" y2="44.577" width="0.1524" layer="1"/> +<via x="29.3096" y="44.577" extent="1-16" drill="0.25"/> +<wire x1="29.3096" y1="44.577" x2="29.3096" y2="44.5496" width="0.1524" layer="16"/> +<wire x1="29.3096" y1="44.5496" x2="26.924" y2="42.164" width="0.1524" layer="16"/> +<wire x1="26.924" y1="42.164" x2="26.924" y2="35.1934" width="0.1524" layer="16"/> +<wire x1="26.924" y1="35.1934" x2="26.4016" y2="34.671" width="0.1524" layer="16"/> +<via x="26.4016" y="34.671" extent="1-16" drill="0.25"/> +<wire x1="27.233" y1="34.334" x2="26.7386" y2="34.334" width="0.1524" layer="1"/> +<wire x1="26.7386" y1="34.334" x2="26.4016" y2="34.671" width="0.1524" layer="1"/> +<wire x1="42.23559375" y1="34.98130625" x2="42.23559375" y2="34.9813" width="0.1524" layer="1"/> +<wire x1="42.23559375" y1="34.9813" x2="42.0107" y2="34.75640625" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="35.334003125" x2="42.588290625" y2="35.334003125" width="0.1524" layer="1"/> +<wire x1="42.588290625" y1="35.334003125" x2="42.23559375" y2="34.98130625" width="0.1524" layer="1"/> +<wire x1="42.0107" y1="34.75640625" x2="38.78169375" y2="34.75640625" width="0.1524" layer="1"/> +<wire x1="38.78169375" y1="34.75640625" x2="36.2204" y2="37.3177" width="0.1524" layer="1"/> +</signal> +<signal name="PWMHI3"> +<contactref element="U2" pad="P$21"/> +<contactref element="J2" pad="7"/> +<wire x1="33.274" y1="40.894" x2="35.1536" y2="39.0144" width="0.1524" layer="1"/> +<wire x1="35.1536" y1="36.8758" x2="35.1536" y2="39.0144" width="0.1524" layer="1"/> +<contactref element="U1" pad="23"/> +<wire x1="27.233" y1="36.334" x2="28.714" y2="36.334" width="0.1524" layer="1"/> +<wire x1="28.714" y1="36.334" x2="33.274" y2="40.894" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="33.83400625" x2="42.59700625" y2="33.83400625" width="0.1524" layer="1"/> +<wire x1="42.59700625" y1="33.83400625" x2="42.45260625" y2="33.68960625" width="0.1524" layer="1"/> +<wire x1="42.45260625" y1="33.68960625" x2="38.33979375" y2="33.68960625" width="0.1524" layer="1"/> +<wire x1="38.33979375" y1="33.68960625" x2="35.1536" y2="36.8758" width="0.1524" layer="1"/> +</signal> +<signal name="PWMHI1"> +<contactref element="U2" pad="P$17"/> +<contactref element="J2" pad="3"/> +<wire x1="36.576" y1="37.465" x2="36.576" y2="41.275" width="0.1524" layer="1"/> +<wire x1="36.576" y1="41.275" x2="35.941" y2="41.91" width="0.1524" layer="1"/> +<wire x1="35.941" y1="41.91" x2="35.941" y2="48.387" width="0.1524" layer="1"/> +<wire x1="33.274" y1="51.054" x2="35.941" y2="48.387" width="0.1524" layer="1"/> +<contactref element="U1" pad="29"/> +<wire x1="27.233" y1="39.334" x2="27.904" y2="39.334" width="0.1524" layer="1"/> +<wire x1="27.904" y1="39.334" x2="28.702" y2="40.132" width="0.1524" layer="1"/> +<wire x1="28.702" y1="40.132" x2="28.702" y2="46.482" width="0.1524" layer="1"/> +<wire x1="28.702" y1="46.482" x2="33.274" y2="51.054" width="0.1524" layer="1"/> +<wire x1="41.87999375" y1="35.1286" x2="41.8634" y2="35.11200625" width="0.1524" layer="1"/> +<wire x1="41.87999375" y1="35.1286125" x2="41.87999375" y2="35.1286" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="35.834" x2="42.58538125" y2="35.834" width="0.1524" layer="1"/> +<wire x1="41.8634" y1="35.11200625" x2="38.92899375" y2="35.11200625" width="0.1524" layer="1"/> +<wire x1="38.92899375" y1="35.11200625" x2="36.576" y2="37.465" width="0.1524" layer="1"/> +<wire x1="42.58538125" y1="35.834" x2="41.87999375" y2="35.1286125" width="0.1524" layer="1"/> +</signal> +<signal name="PWMHI2"> +<contactref element="U1" pad="24"/> +<contactref element="U2" pad="P$19"/> +<contactref element="J2" pad="5"/> +<wire x1="33.274" y1="45.974" x2="35.2298" y2="44.0182" width="0.1524" layer="1"/> +<wire x1="35.2298" y1="44.0182" x2="35.2298" y2="41.6154" width="0.1524" layer="1"/> +<wire x1="35.2298" y1="41.6154" x2="35.8648" y2="40.9804" width="0.1524" layer="1"/> +<wire x1="35.8648" y1="37.1704" x2="35.8648" y2="40.9804" width="0.1524" layer="1"/> +<wire x1="27.233" y1="36.834" x2="27.817" y2="36.834" width="0.1524" layer="1"/> +<wire x1="27.817" y1="36.834" x2="29.337" y2="38.354" width="0.1524" layer="1"/> +<wire x1="29.337" y1="38.354" x2="29.337" y2="42.037" width="0.1524" layer="1"/> +<wire x1="29.337" y1="42.037" x2="33.274" y2="45.974" width="0.1524" layer="1"/> +<wire x1="42.2385" y1="34.48130625" x2="42.2385" y2="34.4813" width="0.1524" layer="1"/> +<wire x1="42.2385" y1="34.4813" x2="42.15800625" y2="34.40080625" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="34.834003125" x2="42.591196875" y2="34.834003125" width="0.1524" layer="1"/> +<wire x1="42.591196875" y1="34.834003125" x2="42.2385" y2="34.48130625" width="0.1524" layer="1"/> +<wire x1="42.15800625" y1="34.40080625" x2="38.63439375" y2="34.40080625" width="0.1524" layer="1"/> +<wire x1="38.63439375" y1="34.40080625" x2="35.8648" y2="37.1704" width="0.1524" layer="1"/> +</signal> +<signal name="EN-GATE"> +<contactref element="U2" pad="P$16"/> +<contactref element="S3" pad="2"/> +<wire x1="43.053" y1="38.227" x2="43.053" y2="43.3019" width="0.1524" layer="16"/> +<wire x1="43.053" y1="43.3019" x2="40.7873" y2="45.5676" width="0.1524" layer="16"/> +<wire x1="37.9527" y1="45.5676" x2="37.8229" y2="45.4378" width="0.1524" layer="16"/> +<wire x1="37.8229" y1="45.4378" x2="36.8531" y2="45.4378" width="0.1524" layer="16"/> +<wire x1="36.8531" y1="45.4378" x2="36.7792" y2="45.5117" width="0.1524" layer="16"/> +<wire x1="36.7792" y1="45.5117" x2="36.7792" y2="51.6077" width="0.1524" layer="16"/> +<wire x1="36.7792" y1="51.6077" x2="36.38295" y2="52.00395" width="0.1524" layer="16"/> +<wire x1="36.38295" y1="52.00395" x2="36.38295" y2="52.36033125" width="0.1524" layer="16"/> +<wire x1="36.38295" y1="52.36033125" x2="36.307140625" y2="52.436140625" width="0.1524" layer="16"/> +<via x="36.307140625" y="52.436140625" extent="1-16" drill="0.25"/> +<wire x1="36.307140625" y1="52.436140625" x2="36.307140625" y2="53.706140625" width="0.1524" layer="1"/> +<wire x1="36.307140625" y1="53.706140625" x2="38.354" y2="55.753" width="0.1524" layer="1"/> +<wire x1="38.354" y1="55.753" x2="41.148" y2="55.753" width="0.1524" layer="1"/> +<wire x1="41.148" y1="55.753" x2="42.672" y2="57.277" width="0.1524" layer="1"/> +<wire x1="42.672" y1="57.277" x2="42.672" y2="58.152" width="0.1524" layer="1"/> +<wire x1="40.7873" y1="45.5676" x2="37.9527" y2="45.5676" width="0.1524" layer="16"/> +<wire x1="43.621009375" y1="36.334" x2="42.58248125" y2="36.334" width="0.1524" layer="1"/> +<wire x1="42.58248125" y1="36.334" x2="41.795740625" y2="35.547259375" width="0.1524" layer="1"/> +<wire x1="41.7160875" y1="35.46760625" x2="41.5925" y2="35.46760625" width="0.1524" layer="1"/> +<wire x1="41.795740625" y1="35.547259375" x2="41.7160875" y2="35.46760625" width="0.1524" layer="1"/> +<wire x1="41.5925" y1="35.46760625" x2="39.07629375" y2="35.46760625" width="0.1524" layer="1"/> +<wire x1="39.07629375" y1="35.46760625" x2="38.6372" y2="35.9067" width="0.1524" layer="1"/> +<wire x1="38.6372" y1="35.9067" x2="38.6372" y2="37.1651" width="0.1524" layer="1"/> +<wire x1="38.6372" y1="37.1651" x2="39.116" y2="37.6439" width="0.1524" layer="1"/> +<via x="39.116" y="37.6439" extent="1-16" drill="0.25"/> +<wire x1="39.116" y1="37.6439" x2="42.4699" y2="37.6439" width="0.1524" layer="16"/> +<wire x1="42.4699" y1="37.6439" x2="43.053" y2="38.227" width="0.1524" layer="16"/> +</signal> +<signal name="V-W"> +<contactref element="R37" pad="2"/> +<contactref element="R36" pad="1"/> +<contactref element="C43" pad="1"/> +<contactref element="J3" pad="7"/> +<contactref element="U1" pad="6"/> +<wire x1="21.483" y1="32.584" x2="21.483" y2="32.111" width="0.1524" layer="1"/> +<wire x1="21.483" y1="32.111" x2="21.59" y2="32.004" width="0.1524" layer="1"/> +<wire x1="23.2694" y1="28.5466" x2="23.622" y2="28.194" width="0.1524" layer="1"/> +<wire x1="21.86326875" y1="28.5466" x2="23.2694" y2="28.5466" width="0.1524" layer="1"/> +<wire x1="21.59" y1="32.004" x2="21.59" y2="28.81986875" width="0.1524" layer="1"/> +<wire x1="21.59" y1="28.81986875" x2="21.86326875" y2="28.5466" width="0.1524" layer="1"/> +<via x="23.622" y="28.194" extent="1-16" drill="0.25"/> +<wire x1="23.622" y1="28.194" x2="29.972" y2="28.194" width="0.1524" layer="16"/> +<wire x1="29.972" y1="28.194" x2="30.48" y2="27.686" width="0.1524" layer="16"/> +<via x="30.48" y="27.686" extent="1-16" drill="0.25"/> +<wire x1="30.48" y1="27.686" x2="30.7848" y2="27.3812" width="0.1524" layer="1"/> +<wire x1="30.7848" y1="27.3812" x2="30.7848" y2="27.1374" width="0.1524" layer="1"/> +<wire x1="30.7848" y1="27.1374" x2="31.52395" y2="26.39825" width="0.1524" layer="1"/> +<wire x1="31.52395" y1="26.39825" x2="31.52395" y2="24.35605" width="0.1524" layer="1"/> +<wire x1="31.52395" y1="24.35605" x2="31.75" y2="24.13" width="0.1524" layer="1"/> +<wire x1="31.75" y1="24.13" x2="31.75" y2="22.098" width="0.1524" layer="1"/> +<wire x1="31.75" y1="22.098" x2="33.274" y2="20.574" width="0.1524" layer="1"/> +<wire x1="62.926" y1="16.764" x2="64.328" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="62.826" y1="15.494" x2="62.926" y2="16.764" width="0" layer="19" extent="1-1"/> +<wire x1="33.274" y1="20.574" x2="62.926" y2="16.764" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="N$25"> +<contactref element="U2" pad="P$9"/> +<contactref element="R10" pad="1"/> +<wire x1="43.621009375" y1="39.83399375" x2="42.72528125" y2="39.83399375" width="0.1524" layer="1"/> +<wire x1="42.72528125" y1="39.83399375" x2="42.657875" y2="39.7665875" width="0.1524" layer="1"/> +<wire x1="42.657875" y1="39.7665875" x2="42.1545125" y2="39.7665875" width="0.1524" layer="1"/> +<wire x1="41.5954" y1="41.40173125" x2="41.43173125" y2="41.5654" width="0.1524" layer="1"/> +<wire x1="40.9846" y1="41.5654" x2="41.43173125" y2="41.5654" width="0.1524" layer="1"/> +<wire x1="42.1545125" y1="39.7665875" x2="41.5954" y2="40.3257" width="0.1524" layer="1"/> +<wire x1="41.5954" y1="40.3257" x2="41.5954" y2="41.40173125" width="0.1524" layer="1"/> +<wire x1="39.431" y1="42.291" x2="40.259" y2="42.291" width="0.1524" layer="1"/> +<wire x1="40.259" y1="42.291" x2="40.9846" y2="41.5654" width="0.1524" layer="1"/> +</signal> +<signal name="M-GAIN"> +<contactref element="U2" pad="P$10"/> +<wire x1="43.621009375" y1="39.33399375" x2="41.966975" y2="39.33399375" width="0.1524" layer="1"/> +<wire x1="41.966975" y1="39.33399375" x2="41.8474" y2="39.21441875" width="0.1524" layer="1"/> +<via x="41.8474" y="39.21441875" extent="1-16" drill="0.25"/> +<wire x1="36.5178" y1="43.6493125" x2="36.5178" y2="43.7564" width="0.1524" layer="16"/> +<wire x1="41.8474" y1="39.21441875" x2="40.95269375" y2="39.21441875" width="0.1524" layer="16"/> +<wire x1="40.95269375" y1="39.21441875" x2="36.5178" y2="43.6493125" width="0.1524" layer="16"/> +<wire x1="35.3568" y1="46.6852" x2="34.798" y2="47.244" width="0.1524" layer="16"/> +<wire x1="34.798" y1="47.244" x2="29.718" y2="47.244" width="0.1524" layer="16"/> +<wire x1="28.1432" y1="48.8188" x2="23.1546" y2="48.8188" width="0.1524" layer="16"/> +<wire x1="23.1546" y1="48.8188" x2="23.1089" y2="48.7731" width="0.1524" layer="16"/> +<wire x1="23.1089" y1="48.7731" x2="23.1089" y2="48.7629" width="0.1524" layer="16"/> +<wire x1="23.1089" y1="48.7629" x2="22.07005" y2="47.72405" width="0.1524" layer="16"/> +<wire x1="22.07005" y1="47.72405" x2="22.07005" y2="47.27195" width="0.1524" layer="16"/> +<wire x1="22.07005" y1="47.27195" x2="22.86" y2="46.482" width="0.1524" layer="16"/> +<via x="22.86" y="46.482" extent="1-16" drill="0.25"/> +<wire x1="36.5178" y1="43.7564" x2="35.3568" y2="44.9174" width="0.1524" layer="16"/> +<wire x1="35.3568" y1="44.9174" x2="35.3568" y2="46.6852" width="0.1524" layer="16"/> +<wire x1="29.718" y1="47.244" x2="28.1432" y2="48.8188" width="0.1524" layer="16"/> +<contactref element="U1" pad="40"/> +<wire x1="22.983" y1="41.584" x2="22.983" y2="46.359" width="0.1524" layer="1"/> +<wire x1="22.983" y1="46.359" x2="22.86" y2="46.482" width="0.1524" layer="1"/> +</signal> +<signal name="EN-GATE-MC"> +<contactref element="S3" pad="1"/> +<wire x1="45.172" y1="58.152" x2="45.099" y2="58.152" width="0.1524" layer="1"/> +<wire x1="45.099" y1="58.152" x2="43.815" y2="59.436" width="0.1524" layer="1"/> +<wire x1="43.815" y1="59.436" x2="33.274" y2="59.436" width="0.1524" layer="1"/> +<wire x1="33.274" y1="59.436" x2="29.845" y2="56.007" width="0.1524" layer="1"/> +<via x="29.845" y="56.007" extent="1-16" drill="0.35"/> +<wire x1="29.845" y1="56.007" x2="28.8341" y2="56.007" width="0.1524" layer="16"/> +<wire x1="28.8341" y1="56.007" x2="21.02105" y2="48.19395" width="0.1524" layer="16"/> +<wire x1="21.02105" y1="48.19395" x2="20.50795" y2="48.19395" width="0.1524" layer="16"/> +<wire x1="20.50795" y1="48.19395" x2="19.812" y2="47.498" width="0.1524" layer="16"/> +<wire x1="19.812" y1="47.498" x2="19.812" y2="46.99" width="0.1524" layer="16"/> +<wire x1="19.812" y1="46.99" x2="20.828" y2="45.974" width="0.1524" layer="16"/> +<wire x1="20.828" y1="45.974" x2="21.209" y2="45.974" width="0.1524" layer="16"/> +<wire x1="21.209" y1="45.974" x2="21.463" y2="45.72" width="0.1524" layer="16"/> +<contactref element="U1" pad="38"/> +<wire x1="24.0324" y1="45.72" x2="24.13" y2="45.6224" width="0.1524" layer="16"/> +<via x="24.13" y="45.6224" extent="1-16" drill="0.25"/> +<wire x1="21.463" y1="45.72" x2="24.0324" y2="45.72" width="0.1524" layer="16"/> +<wire x1="23.983" y1="41.584" x2="23.983" y2="45.4754" width="0.1524" layer="1"/> +<wire x1="23.983" y1="45.4754" x2="24.13" y2="45.6224" width="0.1524" layer="1"/> +</signal> +<signal name="N$26"> +<contactref element="S3" pad="3"/> +<contactref element="R3" pad="1"/> +<wire x1="40.172" y1="58.152" x2="37.926" y2="58.152" width="0.1524" layer="1"/> +<wire x1="37.926" y1="58.152" x2="37.592" y2="58.486" width="0.1524" layer="1"/> +</signal> +<signal name="FAULT"> +<contactref element="J2" pad="2"/> +<contactref element="U2" pad="P$6"/> +<contactref element="R7" pad="1"/> +<wire x1="42.21130625" y1="42.37069375" x2="42.164" y2="42.418" width="0.1524" layer="1"/> +<wire x1="42.21130625" y1="41.93125625" x2="42.21130625" y2="42.37069375" width="0.1524" layer="1"/> +<wire x1="43.621009375" y1="41.333990625" x2="42.808571875" y2="41.333990625" width="0.1524" layer="1"/> +<wire x1="42.808571875" y1="41.333990625" x2="42.21130625" y2="41.93125625" width="0.1524" layer="1"/> +<wire x1="42.164" y1="42.418" x2="42.164" y2="42.4282" width="0.1524" layer="1"/> +<wire x1="42.164" y1="42.4282" x2="41.5341" y2="43.0581" width="0.1524" layer="1"/> +<wire x1="41.5341" y1="43.0581" x2="41.17771875" y2="43.0581" width="0.1524" layer="1"/> +<wire x1="41.17771875" y1="43.0581" x2="41.02586875" y2="43.20995" width="0.1524" layer="1"/> +<via x="41.02586875" y="43.20995" extent="1-16" drill="0.25"/> +<wire x1="41.02586875" y1="43.20995" x2="41.02586875" y2="43.31186875" width="0.1524" layer="16"/> +<wire x1="41.02586875" y1="43.31186875" x2="41.656" y2="43.942" width="0.1524" layer="16"/> +<wire x1="41.656" y1="43.942" x2="41.656" y2="44.196" width="0.1524" layer="16"/> +<wire x1="41.656" y1="44.196" x2="40.64" y2="45.212" width="0.1524" layer="16"/> +<wire x1="40.64" y1="45.212" x2="38.1" y2="45.212" width="0.1524" layer="16"/> +<wire x1="38.1" y1="45.212" x2="37.96044375" y2="45.07244375" width="0.1524" layer="16"/> +<wire x1="37.96044375" y1="45.07244375" x2="37.9506875" y2="45.0822" width="0.1524" layer="16"/> +<wire x1="36.7058" y1="45.0822" x2="36.4236" y2="45.3644" width="0.1524" layer="16"/> +<wire x1="37.9506875" y1="45.0822" x2="36.7058" y2="45.0822" width="0.1524" layer="16"/> +<wire x1="36.4236" y1="45.3644" x2="36.4236" y2="51.4604" width="0.1524" layer="16"/> +<wire x1="36.4236" y1="51.4604" x2="35.306" y2="52.578" width="0.1524" layer="16"/> +<wire x1="35.306" y1="52.578" x2="35.3009" y2="52.578" width="0.1524" layer="16"/> +<wire x1="35.3009" y1="52.578" x2="35.1993" y2="52.6796" width="0.1524" layer="16"/> +<wire x1="34.1884" y1="52.6796" x2="33.274" y2="53.594" width="0.1524" layer="16"/> +<wire x1="35.1993" y1="52.6796" x2="34.1884" y2="52.6796" width="0.1524" layer="16"/> +<contactref element="U1" pad="42"/> +<wire x1="21.2364" y1="46.23031875" x2="21.2364" y2="46.8356" width="0.1524" layer="1"/> +<wire x1="21.983" y1="41.584" x2="21.983" y2="45.48371875" width="0.1524" layer="1"/> +<wire x1="21.983" y1="45.48371875" x2="21.2364" y2="46.23031875" width="0.1524" layer="1"/> +<wire x1="21.91" y1="47.5092" x2="21.2364" y2="46.8356" width="0.1524" layer="1"/> +<wire x1="21.91" y1="50.546" x2="21.91" y2="47.5092" width="0.1524" layer="1"/> +<wire x1="33.274" y1="53.594" x2="30.734" y2="53.594" width="0.1524" layer="1"/> +<wire x1="30.734" y1="53.594" x2="27.686" y2="56.642" width="0.1524" layer="1"/> +<via x="27.686" y="56.642" extent="1-16" drill="0.25"/> +<wire x1="27.686" y1="56.642" x2="25.908" y2="56.642" width="0.1524" layer="16"/> +<wire x1="25.908" y1="56.642" x2="20.574" y2="51.308" width="0.1524" layer="16"/> +<via x="20.574" y="51.308" extent="1-16" drill="0.25"/> +<wire x1="20.574" y1="51.308" x2="20.574" y2="51.054" width="0.1524" layer="1"/> +<wire x1="20.574" y1="51.054" x2="21.082" y2="50.546" width="0.1524" layer="1"/> +<wire x1="21.082" y1="50.546" x2="21.91" y2="50.546" width="0.1524" layer="1"/> </signal> <signal name="N$35"> -<contactref element="LED1" pad="C"/> -<contactref element="U$1" pad="P$5"/> -<wire x1="45.907009375" y1="44.8819875" x2="44.94805625" y2="44.8819875" width="0.1524" layer="1"/> -<wire x1="41.908" y1="45.4032" x2="41.656" y2="45.6552" width="0.1524" layer="1"/> -<wire x1="44.94805625" y1="44.8819875" x2="44.42684375" y2="45.4032" width="0.1524" layer="1"/> -<wire x1="44.42684375" y1="45.4032" x2="41.908" y2="45.4032" width="0.1524" layer="1"/> -<via x="41.656" y="45.6552" extent="1-16" drill="0.25"/> -<wire x1="41.656" y1="45.6552" x2="41.5938" y2="45.6552" width="0.1524" layer="16"/> -<wire x1="41.5938" y1="45.6552" x2="41.021" y2="46.228" width="0.1524" layer="16"/> -<wire x1="41.021" y1="46.228" x2="40.43605625" y2="46.228" width="0.1524" layer="16"/> -<wire x1="40.43605625" y1="46.228" x2="34.442028125" y2="52.222028125" width="0.1524" layer="16"/> -<wire x1="34.442028125" y1="52.222028125" x2="34.442028125" y2="54.076971875" width="0.1524" layer="16"/> -<wire x1="34.442028125" y1="54.076971875" x2="33.909" y2="54.61" width="0.1524" layer="16"/> -<wire x1="33.909" y1="54.61" x2="25.6794375" y2="54.61" width="0.1524" layer="16"/> -<wire x1="25.6794375" y1="54.61" x2="23.88871875" y2="56.40071875" width="0.1524" layer="16"/> -<via x="23.88871875" y="56.40071875" extent="1-16" drill="0.25"/> -<wire x1="16.764" y1="63.246" x2="15.646" y2="63.246" width="0.1524" layer="1"/> -<wire x1="23.88871875" y1="56.40071875" x2="23.60928125" y2="56.40071875" width="0.1524" layer="1"/> -<wire x1="23.60928125" y1="56.40071875" x2="16.764" y2="63.246" width="0.1524" layer="1"/> +<contactref element="D1" pad="G"/> +<contactref element="R6" pad="2"/> +<wire x1="25.424" y1="52.1844" x2="23.9496" y2="52.1844" width="0.1524" layer="1"/> +<wire x1="23.9496" y1="52.1844" x2="23.81" y2="52.324" width="0.1524" layer="1"/> </signal> <signal name="N$36"> -<contactref element="LED2" pad="C"/> -<contactref element="U$1" pad="P$6"/> -<wire x1="45.907009375" y1="44.381990625" x2="45.016996875" y2="44.381990625" width="0.1524" layer="1"/> -<wire x1="41.1346" y1="45.0984" x2="40.767" y2="45.466" width="0.1524" layer="1"/> -<wire x1="45.016996875" y1="44.381990625" x2="44.3005875" y2="45.0984" width="0.1524" layer="1"/> -<wire x1="44.3005875" y1="45.0984" x2="41.1346" y2="45.0984" width="0.1524" layer="1"/> -<via x="40.767" y="45.466" extent="1-16" drill="0.25"/> -<wire x1="34.163" y1="52.07" x2="27.432" y2="52.07" width="0.1524" layer="16"/> -<wire x1="27.432" y1="52.07" x2="24.003" y2="55.499" width="0.1524" layer="16"/> -<via x="24.003" y="55.499" extent="1-16" drill="0.25"/> -<wire x1="24.003" y1="55.499" x2="18.288" y2="61.214" width="0.1524" layer="1"/> -<wire x1="18.288" y1="61.214" x2="15.646" y2="61.214" width="0.1524" layer="1"/> -<wire x1="40.767" y1="45.466" x2="34.163" y2="52.07" width="0.1524" layer="16"/> +<contactref element="D1" pad="B"/> +<contactref element="R8" pad="2"/> +<wire x1="25.424" y1="53.9876" x2="23.9244" y2="53.9876" width="0.1524" layer="1"/> +<wire x1="23.9244" y1="53.9876" x2="23.81" y2="54.102" width="0.1524" layer="1"/> +</signal> +<signal name="N$39"> +<contactref element="D1" pad="R"/> +<contactref element="R7" pad="2"/> +<wire x1="28.424" y1="52.1844" x2="29.0704" y2="52.1844" width="0.1524" layer="1"/> +<wire x1="29.0704" y1="52.1844" x2="29.718" y2="52.832" width="0.1524" layer="1"/> +<via x="29.718" y="52.832" extent="1-16" drill="0.25"/> +<wire x1="29.718" y1="52.832" x2="27.178" y2="52.832" width="0.1524" layer="16"/> +<wire x1="27.178" y1="52.832" x2="24.892" y2="50.546" width="0.1524" layer="16"/> +<via x="24.892" y="50.546" extent="1-16" drill="0.25"/> +<wire x1="24.892" y1="50.546" x2="23.81" y2="50.546" width="0.1524" layer="1"/> +</signal> +<signal name="STLB"> +<contactref element="R8" pad="1"/> +<contactref element="U1" pad="44"/> +<wire x1="21.91" y1="54.102" x2="21.59" y2="54.102" width="0.1524" layer="1"/> +<wire x1="21.59" y1="54.102" x2="19.812" y2="52.324" width="0.1524" layer="1"/> +<wire x1="19.812" y1="46.4871" x2="19.812" y2="52.324" width="0.1524" layer="1"/> +<wire x1="20.983" y1="41.584" x2="20.983" y2="45.3161" width="0.1524" layer="1"/> +<wire x1="20.983" y1="45.3161" x2="19.812" y2="46.4871" width="0.1524" layer="1"/> +</signal> +<signal name="GND1"> +<contactref element="R13" pad="1"/> +</signal> +<signal name="FAULT1"> +<contactref element="R14" pad="1"/> </signal> <signal name="N$37"> -<contactref element="LED2" pad="A"/> -<contactref element="R27" pad="1"/> -<wire x1="12.766" y1="59.182" x2="12.766" y2="61.178" width="0.4064" layer="1"/> -<wire x1="12.766" y1="61.178" x2="12.802" y2="61.214" width="0.4064" layer="1"/> +<contactref element="D2" pad="G"/> +<contactref element="R13" pad="2"/> +<wire x1="13.142" y1="-47.752" x2="4.9404" y2="-38.632" width="0" layer="19" extent="1-1"/> </signal> <signal name="N$38"> -<contactref element="LED1" pad="A"/> -<contactref element="R28" pad="1"/> -<wire x1="12.802" y1="63.246" x2="12.802" y2="65.242" width="0.4064" layer="1"/> -<wire x1="12.802" y1="65.242" x2="12.766" y2="65.278" width="0.4064" layer="1"/> +<contactref element="D2" pad="B"/> +<contactref element="R22" pad="2"/> +<wire x1="6.7436" y1="-38.632" x2="2.982" y2="-47.752" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="N$40"> +<contactref element="D2" pad="R"/> +<contactref element="R14" pad="2"/> +<wire x1="8.062" y1="-47.752" x2="4.9404" y2="-41.632" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="STLB1"> +<contactref element="R22" pad="1"/> +</signal> +<signal name="GND2"> +<contactref element="R15" pad="1"/> +</signal> +<signal name="FAULT2"> +<contactref element="R16" pad="1"/> +</signal> +<signal name="N$41"> +<contactref element="D3" pad="G"/> +<contactref element="R15" pad="2"/> +<wire x1="13.142" y1="-66.802" x2="4.9404" y2="-57.682" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="N$42"> +<contactref element="D3" pad="B"/> +<contactref element="R23" pad="2"/> +<wire x1="6.7436" y1="-57.682" x2="2.982" y2="-66.802" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="N$43"> +<contactref element="D3" pad="R"/> +<contactref element="R16" pad="2"/> +<wire x1="4.9404" y1="-60.682" x2="8.062" y2="-66.802" width="0" layer="19" extent="1-1"/> +</signal> +<signal name="STLB2"> +<contactref element="R23" pad="1"/> +</signal> +<signal name="USBDP"> +<contactref element="U1" pad="46"/> +</signal> +<signal name="USBDM"> +<contactref element="U1" pad="45"/> </signal> </signals> </board> diff --git a/circuit/mkbldcdriver/mkbldcdriver.sch b/circuit/mkbldcdriver/mkbldcdriver.sch index 3d01419d25defd594c9c31c53bf095b1570ca3ae..3c9adbb28bc0f2b0779b6beb90ac1828185510ed 100644 --- a/circuit/mkbldcdriver/mkbldcdriver.sch +++ b/circuit/mkbldcdriver/mkbldcdriver.sch @@ -255,297 +255,6 @@ <description>Default symbols for import LTspice schematics<p> 2012-10-29 alf@cadsoft.de<br></description> <packages> -<package name="C0201" urn="urn:adsk.eagle:footprint:13195/1" library_version="1"> -<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description> -<rectangle x1="-0.3" y1="-0.15" x2="-0.15" y2="0.15" layer="51"/> -<rectangle x1="0.15" y1="-0.15" x2="0.3" y2="0.15" layer="51"/> -<rectangle x1="-0.15" y1="0.1" x2="0.15" y2="0.15" layer="51"/> -<rectangle x1="-0.15" y1="-0.15" x2="0.15" y2="-0.1" layer="51"/> -<smd name="1" x="-0.25" y="0" dx="0.25" dy="0.35" layer="1"/> -<smd name="2" x="0.25" y="0" dx="0.25" dy="0.35" layer="1"/> -<text x="-0.635" y="0.635" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-1.905" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C0402" urn="urn:adsk.eagle:footprint:13196/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-0.245" y1="0.224" x2="0.245" y2="0.224" width="0.1524" layer="51"/> -<wire x1="0.245" y1="-0.224" x2="-0.245" y2="-0.224" width="0.1524" layer="51"/> -<wire x1="-1.473" y1="0.483" x2="1.473" y2="0.483" width="0.0508" layer="39"/> -<wire x1="1.473" y1="0.483" x2="1.473" y2="-0.483" width="0.0508" layer="39"/> -<wire x1="1.473" y1="-0.483" x2="-1.473" y2="-0.483" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="-0.483" x2="-1.473" y2="0.483" width="0.0508" layer="39"/> -<rectangle x1="-0.554" y1="-0.3048" x2="-0.254" y2="0.2951" layer="51"/> -<rectangle x1="0.2588" y1="-0.3048" x2="0.5588" y2="0.2951" layer="51"/> -<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> -<smd name="1" x="-0.65" y="0" dx="0.7" dy="0.9" layer="1"/> -<smd name="2" x="0.65" y="0" dx="0.7" dy="0.9" layer="1"/> -<text x="-0.635" y="0.635" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-1.905" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C0504" urn="urn:adsk.eagle:footprint:13197/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.294" y1="0.559" x2="0.294" y2="0.559" width="0.1016" layer="51"/> -<wire x1="-0.294" y1="-0.559" x2="0.294" y2="-0.559" width="0.1016" layer="51"/> -<rectangle x1="-0.6604" y1="-0.6223" x2="-0.2804" y2="0.6276" layer="51"/> -<rectangle x1="0.2794" y1="-0.6223" x2="0.6594" y2="0.6276" layer="51"/> -<rectangle x1="-0.1001" y1="-0.4001" x2="0.1001" y2="0.4001" layer="35"/> -<smd name="1" x="-0.7" y="0" dx="1" dy="1.3" layer="1"/> -<smd name="2" x="0.7" y="0" dx="1" dy="1.3" layer="1"/> -<text x="-0.635" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C0603" urn="urn:adsk.eagle:footprint:13198/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.356" y1="0.432" x2="0.356" y2="0.432" width="0.1016" layer="51"/> -<wire x1="-0.356" y1="-0.419" x2="0.356" y2="-0.419" width="0.1016" layer="51"/> -<rectangle x1="-0.8382" y1="-0.4699" x2="-0.3381" y2="0.4801" layer="51"/> -<rectangle x1="0.3302" y1="-0.4699" x2="0.8303" y2="0.4801" layer="51"/> -<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> -<smd name="1" x="-0.85" y="0" dx="1.1" dy="1" layer="1"/> -<smd name="2" x="0.85" y="0" dx="1.1" dy="1" layer="1"/> -<text x="-0.635" y="0.635" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-1.905" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C0805" urn="urn:adsk.eagle:footprint:13199/1" library_version="1"> -<description><b>CAPACITOR</b><p></description> -<wire x1="-1.973" y1="0.983" x2="1.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.973" y1="-0.983" x2="-1.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.973" y1="-0.983" x2="-1.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/> -<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/> -<wire x1="1.973" y1="0.983" x2="1.973" y2="-0.983" width="0.0508" layer="39"/> -<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/> -<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/> -<rectangle x1="-0.1001" y1="-0.4001" x2="0.1001" y2="0.4001" layer="35"/> -<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/> -<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1005" urn="urn:adsk.eagle:footprint:13200/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-0.245" y1="0.224" x2="0.245" y2="0.224" width="0.1524" layer="51"/> -<wire x1="0.245" y1="-0.224" x2="-0.245" y2="-0.224" width="0.1524" layer="51"/> -<wire x1="-1.473" y1="0.483" x2="1.473" y2="0.483" width="0.0508" layer="39"/> -<wire x1="1.473" y1="0.483" x2="1.473" y2="-0.483" width="0.0508" layer="39"/> -<wire x1="1.473" y1="-0.483" x2="-1.473" y2="-0.483" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="-0.483" x2="-1.473" y2="0.483" width="0.0508" layer="39"/> -<rectangle x1="-0.554" y1="-0.3048" x2="-0.254" y2="0.2951" layer="51"/> -<rectangle x1="0.2588" y1="-0.3048" x2="0.5588" y2="0.2951" layer="51"/> -<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> -<smd name="1" x="-0.65" y="0" dx="0.7" dy="0.9" layer="1"/> -<smd name="2" x="0.65" y="0" dx="0.7" dy="0.9" layer="1"/> -<text x="-0.635" y="0.635" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-1.905" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1206" urn="urn:adsk.eagle:footprint:13201/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.473" y1="0.983" x2="2.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.473" y1="-0.983" x2="-2.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-2.473" y1="-0.983" x2="-2.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.473" y1="0.983" x2="2.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-0.965" y1="0.787" x2="0.965" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-0.965" y1="-0.787" x2="0.965" y2="-0.787" width="0.1016" layer="51"/> -<rectangle x1="-1.7018" y1="-0.8509" x2="-0.9517" y2="0.8491" layer="51"/> -<rectangle x1="0.9517" y1="-0.8491" x2="1.7018" y2="0.8509" layer="51"/> -<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="1.8" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="1.8" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1210" urn="urn:adsk.eagle:footprint:13202/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.473" y1="1.483" x2="2.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="2.473" y1="-1.483" x2="-2.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="-2.473" y1="-1.483" x2="-2.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="-0.9652" y1="1.2446" x2="0.9652" y2="1.2446" width="0.1016" layer="51"/> -<wire x1="-0.9652" y1="-1.2446" x2="0.9652" y2="-1.2446" width="0.1016" layer="51"/> -<wire x1="2.473" y1="1.483" x2="2.473" y2="-1.483" width="0.0508" layer="39"/> -<rectangle x1="-1.7018" y1="-1.2954" x2="-0.9517" y2="1.3045" layer="51"/> -<rectangle x1="0.9517" y1="-1.3045" x2="1.7018" y2="1.2954" layer="51"/> -<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="2.7" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="2.7" layer="1"/> -<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1310" urn="urn:adsk.eagle:footprint:13203/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.294" y1="0.559" x2="0.294" y2="0.559" width="0.1016" layer="51"/> -<wire x1="-0.294" y1="-0.559" x2="0.294" y2="-0.559" width="0.1016" layer="51"/> -<rectangle x1="-0.6604" y1="-0.6223" x2="-0.2804" y2="0.6276" layer="51"/> -<rectangle x1="0.2794" y1="-0.6223" x2="0.6594" y2="0.6276" layer="51"/> -<rectangle x1="-0.1001" y1="-0.3" x2="0.1001" y2="0.3" layer="35"/> -<smd name="1" x="-0.7" y="0" dx="1" dy="1.3" layer="1"/> -<smd name="2" x="0.7" y="0" dx="1" dy="1.3" layer="1"/> -<text x="-0.635" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1608" urn="urn:adsk.eagle:footprint:13204/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.356" y1="0.432" x2="0.356" y2="0.432" width="0.1016" layer="51"/> -<wire x1="-0.356" y1="-0.419" x2="0.356" y2="-0.419" width="0.1016" layer="51"/> -<rectangle x1="-0.8382" y1="-0.4699" x2="-0.3381" y2="0.4801" layer="51"/> -<rectangle x1="0.3302" y1="-0.4699" x2="0.8303" y2="0.4801" layer="51"/> -<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> -<smd name="1" x="-0.85" y="0" dx="1.1" dy="1" layer="1"/> -<smd name="2" x="0.85" y="0" dx="1.1" dy="1" layer="1"/> -<text x="-0.635" y="0.635" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-1.905" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1808" urn="urn:adsk.eagle:footprint:13205/1" library_version="1"> -<description><b>CAPACITOR</b><p> -Source: AVX .. aphvc.pdf</description> -<wire x1="-1.4732" y1="0.9502" x2="1.4732" y2="0.9502" width="0.1016" layer="51"/> -<wire x1="-1.4478" y1="-0.9502" x2="1.4732" y2="-0.9502" width="0.1016" layer="51"/> -<rectangle x1="-2.275" y1="-1.015" x2="-1.225" y2="1.015" layer="51"/> -<rectangle x1="1.225" y1="-1.015" x2="2.275" y2="1.015" layer="51"/> -<smd name="1" x="-1.95" y="0" dx="1.6" dy="2.2" layer="1"/> -<smd name="2" x="1.95" y="0" dx="1.6" dy="2.2" layer="1"/> -<text x="-2.233" y="1.827" size="1.27" layer="25">>NAME</text> -<text x="-2.233" y="-2.842" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1812" urn="urn:adsk.eagle:footprint:13206/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.973" y1="1.983" x2="2.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="2.973" y1="-1.983" x2="-2.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="-2.973" y1="-1.983" x2="-2.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="-1.4732" y1="1.6002" x2="1.4732" y2="1.6002" width="0.1016" layer="51"/> -<wire x1="-1.4478" y1="-1.6002" x2="1.4732" y2="-1.6002" width="0.1016" layer="51"/> -<wire x1="2.973" y1="1.983" x2="2.973" y2="-1.983" width="0.0508" layer="39"/> -<rectangle x1="-2.3876" y1="-1.651" x2="-1.4376" y2="1.649" layer="51"/> -<rectangle x1="1.4478" y1="-1.651" x2="2.3978" y2="1.649" layer="51"/> -<rectangle x1="-0.3" y1="-0.4001" x2="0.3" y2="0.4001" layer="35"/> -<smd name="1" x="-1.95" y="0" dx="1.9" dy="3.4" layer="1"/> -<smd name="2" x="1.95" y="0" dx="1.9" dy="3.4" layer="1"/> -<text x="-1.905" y="2.54" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-3.81" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C1825" urn="urn:adsk.eagle:footprint:13207/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.973" y1="3.483" x2="2.973" y2="3.483" width="0.0508" layer="39"/> -<wire x1="2.973" y1="-3.483" x2="-2.973" y2="-3.483" width="0.0508" layer="39"/> -<wire x1="-2.973" y1="-3.483" x2="-2.973" y2="3.483" width="0.0508" layer="39"/> -<wire x1="-1.4986" y1="3.2766" x2="1.4732" y2="3.2766" width="0.1016" layer="51"/> -<wire x1="-1.4732" y1="-3.2766" x2="1.4986" y2="-3.2766" width="0.1016" layer="51"/> -<wire x1="2.973" y1="3.483" x2="2.973" y2="-3.483" width="0.0508" layer="39"/> -<rectangle x1="-2.413" y1="-3.3528" x2="-1.463" y2="3.3472" layer="51"/> -<rectangle x1="1.4478" y1="-3.3528" x2="2.3978" y2="3.3472" layer="51"/> -<rectangle x1="-0.7" y1="-0.7" x2="0.7" y2="0.7" layer="35"/> -<smd name="1" x="-1.95" y="0" dx="1.9" dy="6.8" layer="1"/> -<smd name="2" x="1.95" y="0" dx="1.9" dy="6.8" layer="1"/> -<text x="-1.905" y="3.81" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-5.08" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C2012" urn="urn:adsk.eagle:footprint:13208/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-1.973" y1="0.983" x2="1.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="1.973" y1="0.983" x2="1.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="1.973" y1="-0.983" x2="-1.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.973" y1="-0.983" x2="-1.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/> -<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/> -<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/> -<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/> -<rectangle x1="-0.1001" y1="-0.4001" x2="0.1001" y2="0.4001" layer="35"/> -<smd name="1" x="-0.85" y="0" dx="1.3" dy="1.5" layer="1"/> -<smd name="2" x="0.85" y="0" dx="1.3" dy="1.5" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C3216" urn="urn:adsk.eagle:footprint:13209/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.473" y1="0.983" x2="2.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.473" y1="-0.983" x2="-2.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-2.473" y1="-0.983" x2="-2.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.473" y1="0.983" x2="2.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-0.965" y1="0.787" x2="0.965" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-0.965" y1="-0.787" x2="0.965" y2="-0.787" width="0.1016" layer="51"/> -<rectangle x1="-1.7018" y1="-0.8509" x2="-0.9517" y2="0.8491" layer="51"/> -<rectangle x1="0.9517" y1="-0.8491" x2="1.7018" y2="0.8509" layer="51"/> -<rectangle x1="-0.3" y1="-0.5001" x2="0.3" y2="0.5001" layer="35"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="1.8" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="1.8" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C3225" urn="urn:adsk.eagle:footprint:13210/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.473" y1="1.483" x2="2.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="2.473" y1="-1.483" x2="-2.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="-2.473" y1="-1.483" x2="-2.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="-0.9652" y1="1.2446" x2="0.9652" y2="1.2446" width="0.1016" layer="51"/> -<wire x1="-0.9652" y1="-1.2446" x2="0.9652" y2="-1.2446" width="0.1016" layer="51"/> -<wire x1="2.473" y1="1.483" x2="2.473" y2="-1.483" width="0.0508" layer="39"/> -<rectangle x1="-1.7018" y1="-1.2954" x2="-0.9517" y2="1.3045" layer="51"/> -<rectangle x1="0.9517" y1="-1.3045" x2="1.7018" y2="1.2954" layer="51"/> -<rectangle x1="-0.1999" y1="-0.5001" x2="0.1999" y2="0.5001" layer="35"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="2.7" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="2.7" layer="1"/> -<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C3640" urn="urn:adsk.eagle:footprint:13211/1" library_version="1"> -<description><b>CAPACITOR</b><p> -Source: AVX .. aphvc.pdf</description> -<wire x1="-3.8322" y1="5.0496" x2="3.8322" y2="5.0496" width="0.1016" layer="51"/> -<wire x1="-3.8322" y1="-5.0496" x2="3.8322" y2="-5.0496" width="0.1016" layer="51"/> -<rectangle x1="-4.57" y1="-5.1" x2="-3.05" y2="5.1" layer="51"/> -<rectangle x1="3.05" y1="-5.1" x2="4.5688" y2="5.1" layer="51"/> -<smd name="1" x="-4.267" y="0" dx="2.6" dy="10.7" layer="1"/> -<smd name="2" x="4.267" y="0" dx="2.6" dy="10.7" layer="1"/> -<text x="-4.647" y="6.465" size="1.27" layer="25">>NAME</text> -<text x="-4.647" y="-7.255" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C4532" urn="urn:adsk.eagle:footprint:13212/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.973" y1="1.983" x2="2.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="2.973" y1="-1.983" x2="-2.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="-2.973" y1="-1.983" x2="-2.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="-1.4732" y1="1.6002" x2="1.4732" y2="1.6002" width="0.1016" layer="51"/> -<wire x1="-1.4478" y1="-1.6002" x2="1.4732" y2="-1.6002" width="0.1016" layer="51"/> -<wire x1="2.973" y1="1.983" x2="2.973" y2="-1.983" width="0.0508" layer="39"/> -<rectangle x1="-2.3876" y1="-1.651" x2="-1.4376" y2="1.649" layer="51"/> -<rectangle x1="1.4478" y1="-1.651" x2="2.3978" y2="1.649" layer="51"/> -<rectangle x1="-0.4001" y1="-0.7" x2="0.4001" y2="0.7" layer="35"/> -<smd name="1" x="-1.95" y="0" dx="1.9" dy="3.4" layer="1"/> -<smd name="2" x="1.95" y="0" dx="1.9" dy="3.4" layer="1"/> -<text x="-1.905" y="2.54" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-3.81" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C4564" urn="urn:adsk.eagle:footprint:13213/1" library_version="1"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.973" y1="3.483" x2="2.973" y2="3.483" width="0.0508" layer="39"/> -<wire x1="2.973" y1="-3.483" x2="-2.973" y2="-3.483" width="0.0508" layer="39"/> -<wire x1="-2.973" y1="-3.483" x2="-2.973" y2="3.483" width="0.0508" layer="39"/> -<wire x1="-1.4986" y1="3.2766" x2="1.4732" y2="3.2766" width="0.1016" layer="51"/> -<wire x1="-1.4732" y1="-3.2766" x2="1.4986" y2="-3.2766" width="0.1016" layer="51"/> -<wire x1="2.973" y1="3.483" x2="2.973" y2="-3.483" width="0.0508" layer="39"/> -<rectangle x1="-2.413" y1="-3.3528" x2="-1.463" y2="3.3472" layer="51"/> -<rectangle x1="1.4478" y1="-3.3528" x2="2.3978" y2="3.3472" layer="51"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -<smd name="1" x="-1.95" y="0" dx="1.9" dy="6.8" layer="1"/> -<smd name="2" x="1.95" y="0" dx="1.9" dy="6.8" layer="1"/> -<text x="-1.905" y="3.81" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-5.08" size="1.27" layer="27">>VALUE</text> -</package> <package name="0204/7" urn="urn:adsk.eagle:footprint:13215/1" library_version="1"> <description><b>RESISTOR</b><p> type 0204, grid 7.5 mm</description> @@ -1113,153 +822,8 @@ molded</description> <text x="-2.54" y="1.905" size="1.27" layer="25">>NAME</text> <text x="-2.54" y="-3.175" size="1.27" layer="27">>VALUE</text> </package> -<package name="LED_1206" urn="urn:adsk.eagle:footprint:13254/1" library_version="1"> -<description><b>CHICAGO MINIATURE LAMP, INC.</b><p> -7022X Series SMT LEDs 1206 Package Size</description> -<wire x1="1.55" y1="-0.75" x2="-1.55" y2="-0.75" width="0.1016" layer="51"/> -<wire x1="-1.55" y1="-0.75" x2="-1.55" y2="0.75" width="0.1016" layer="51"/> -<wire x1="-1.55" y1="0.75" x2="1.55" y2="0.75" width="0.1016" layer="51"/> -<wire x1="1.55" y1="0.75" x2="1.55" y2="-0.75" width="0.1016" layer="51"/> -<wire x1="-0.55" y1="-0.5" x2="0.55" y2="-0.5" width="0.1016" layer="21" curve="95.452622"/> -<wire x1="-0.55" y1="-0.5" x2="-0.55" y2="0.5" width="0.1016" layer="51" curve="-84.547378"/> -<wire x1="-0.55" y1="0.5" x2="0.55" y2="0.5" width="0.1016" layer="21" curve="-95.452622"/> -<wire x1="0.55" y1="0.5" x2="0.55" y2="-0.5" width="0.1016" layer="51" curve="-84.547378"/> -<rectangle x1="-0.1" y1="-0.1" x2="0.1" y2="0.1" layer="21"/> -<rectangle x1="0.45" y1="-0.7" x2="0.8" y2="-0.45" layer="51"/> -<rectangle x1="0.8" y1="-0.7" x2="0.9" y2="0.5" layer="51"/> -<rectangle x1="0.8" y1="0.55" x2="0.9" y2="0.7" layer="51"/> -<rectangle x1="-0.9" y1="-0.7" x2="-0.8" y2="0.5" layer="51"/> -<rectangle x1="-0.9" y1="0.55" x2="-0.8" y2="0.7" layer="51"/> -<rectangle x1="0.45" y1="-0.7" x2="0.6" y2="-0.45" layer="21"/> -<smd name="A" x="-1.422" y="0" dx="1.6" dy="1.803" layer="1"/> -<smd name="C" x="1.422" y="0" dx="1.6" dy="1.803" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="LED_LD260" urn="urn:adsk.eagle:footprint:13255/1" library_version="1"> -<description><B>LED</B><p> -5 mm, square, Siemens</description> -<wire x1="-1.27" y1="-1.27" x2="0" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="0" y1="-1.27" x2="1.27" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="1.27" y1="1.27" x2="0" y2="1.27" width="0.1524" layer="21"/> -<wire x1="0" y1="1.27" x2="-1.27" y2="1.27" width="0.1524" layer="21"/> -<wire x1="1.27" y1="-1.27" x2="1.27" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="1.27" y1="1.27" x2="1.27" y2="0.889" width="0.1524" layer="21"/> -<wire x1="1.27" y1="0.889" x2="1.27" y2="0" width="0.1524" layer="51"/> -<wire x1="1.27" y1="0" x2="1.27" y2="-0.889" width="0.1524" layer="51"/> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="0.889" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="-1.27" x2="-1.27" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="-0.889" x2="-1.27" y2="0" width="0.1524" layer="51"/> -<wire x1="-1.27" y1="0" x2="-1.27" y2="0.889" width="0.1524" layer="51"/> -<wire x1="0" y1="1.27" x2="0.9917" y2="0.7934" width="0.1524" layer="21" curve="-51.33923"/> -<wire x1="-0.9917" y1="0.7934" x2="0" y2="1.27" width="0.1524" layer="21" curve="-51.33923"/> -<wire x1="0" y1="-1.27" x2="0.9917" y2="-0.7934" width="0.1524" layer="21" curve="51.33923"/> -<wire x1="-0.9917" y1="-0.7934" x2="0" y2="-1.27" width="0.1524" layer="21" curve="51.33923"/> -<wire x1="0.9558" y1="-0.8363" x2="1.27" y2="0" width="0.1524" layer="51" curve="41.185419"/> -<wire x1="0.9756" y1="0.813" x2="1.2699" y2="0" width="0.1524" layer="51" curve="-39.806332"/> -<wire x1="-1.27" y1="0" x2="-0.9643" y2="-0.8265" width="0.1524" layer="51" curve="40.600331"/> -<wire x1="-1.27" y1="0" x2="-0.9643" y2="0.8265" width="0.1524" layer="51" curve="-40.600331"/> -<wire x1="-0.889" y1="0" x2="0" y2="0.889" width="0.1524" layer="51" curve="-90"/> -<wire x1="-0.508" y1="0" x2="0" y2="0.508" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-0.508" x2="0.508" y2="0" width="0.1524" layer="21" curve="90"/> -<wire x1="0" y1="-0.889" x2="0.889" y2="0" width="0.1524" layer="51" curve="90"/> -<rectangle x1="1.27" y1="-0.635" x2="2.032" y2="0.635" layer="51"/> -<rectangle x1="1.905" y1="-0.635" x2="2.032" y2="0.635" layer="21"/> -<pad name="A" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="K" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-1.2954" y="1.4732" size="1.016" layer="25" ratio="10">>NAME</text> -<text x="-1.27" y="-2.4892" size="1.016" layer="27" ratio="10">>VALUE</text> -</package> -<package name="LED_SML0603" urn="urn:adsk.eagle:footprint:13256/1" library_version="1"> -<description><b>SML0603-XXX (HIGH INTENSITY) LED</b><p> -<table> -<tr><td>AG3K</td><td>AQUA GREEN</td></tr> -<tr><td>B1K</td><td>SUPER BLUE</td></tr> -<tr><td>R1K</td><td>SUPER RED</td></tr> -<tr><td>R3K</td><td>ULTRA RED</td></tr> -<tr><td>O3K</td><td>SUPER ORANGE</td></tr> -<tr><td>O3KH</td><td>SOFT ORANGE</td></tr> -<tr><td>Y3KH</td><td>SUPER YELLOW</td></tr> -<tr><td>Y3K</td><td>SUPER YELLOW</td></tr> -<tr><td>2CW</td><td>WHITE</td></tr> -</table> -Source: http://www.ledtronics.com/ds/smd-0603/Dstr0092.pdf</description> -<wire x1="-0.75" y1="0.35" x2="0.75" y2="0.35" width="0.1016" layer="51"/> -<wire x1="0.75" y1="0.35" x2="0.75" y2="-0.35" width="0.1016" layer="51"/> -<wire x1="0.75" y1="-0.35" x2="-0.75" y2="-0.35" width="0.1016" layer="51"/> -<wire x1="-0.75" y1="-0.35" x2="-0.75" y2="0.35" width="0.1016" layer="51"/> -<wire x1="-0.45" y1="0.3" x2="-0.45" y2="-0.3" width="0.1016" layer="51"/> -<wire x1="0.45" y1="0.3" x2="0.45" y2="-0.3" width="0.1016" layer="51"/> -<wire x1="-0.2" y1="0.35" x2="0.2" y2="0.35" width="0.1016" layer="21"/> -<wire x1="-0.2" y1="-0.35" x2="0.2" y2="-0.35" width="0.1016" layer="21"/> -<rectangle x1="-0.4" y1="0.175" x2="0" y2="0.4" layer="51"/> -<rectangle x1="-0.25" y1="0.175" x2="0" y2="0.4" layer="21"/> -<smd name="A" x="0.75" y="0" dx="0.8" dy="0.8" layer="1"/> -<smd name="C" x="-0.75" y="0" dx="0.8" dy="0.8" layer="1"/> -<text x="-1" y="1" size="1.27" layer="25">>NAME</text> -<text x="-1" y="-2" size="1.27" layer="27">>VALUE</text> -</package> </packages> <packages3d> -<package3d name="C0201" urn="urn:adsk.eagle:package:13260/1" type="box" library_version="1"> -<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description> -</package3d> -<package3d name="C0402" urn="urn:adsk.eagle:package:13264/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C0504" urn="urn:adsk.eagle:package:13261/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C0603" urn="urn:adsk.eagle:package:13262/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C0805" urn="urn:adsk.eagle:package:13265/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1005" urn="urn:adsk.eagle:package:13270/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1206" urn="urn:adsk.eagle:package:13279/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1210" urn="urn:adsk.eagle:package:13278/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1310" urn="urn:adsk.eagle:package:13271/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1608" urn="urn:adsk.eagle:package:13263/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1808" urn="urn:adsk.eagle:package:13266/1" type="box" library_version="1"> -<description>CAPACITOR -Source: AVX .. aphvc.pdf</description> -</package3d> -<package3d name="C1812" urn="urn:adsk.eagle:package:13267/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C1825" urn="urn:adsk.eagle:package:13268/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C2012" urn="urn:adsk.eagle:package:13273/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C3216" urn="urn:adsk.eagle:package:13287/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C3225" urn="urn:adsk.eagle:package:13292/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C3640" urn="urn:adsk.eagle:package:13269/1" type="box" library_version="1"> -<description>CAPACITOR -Source: AVX .. aphvc.pdf</description> -</package3d> -<package3d name="C4532" urn="urn:adsk.eagle:package:13281/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> -<package3d name="C4564" urn="urn:adsk.eagle:package:13272/1" type="box" library_version="1"> -<description>CAPACITOR</description> -</package3d> <package3d name="0204/7" urn="urn:adsk.eagle:package:13274/1" type="box" library_version="1"> <description>RESISTOR type 0204, grid 7.5 mm</description> @@ -1377,43 +941,8 @@ molded</description> <description>INDUCTOR molded</description> </package3d> -<package3d name="LED_1206" urn="urn:adsk.eagle:package:13319/1" type="box" library_version="1"> -<description>CHICAGO MINIATURE LAMP, INC. -7022X Series SMT LEDs 1206 Package Size</description> -</package3d> -<package3d name="LED_LD260" urn="urn:adsk.eagle:package:13313/1" type="box" library_version="1"> -<description>LED -5 mm, square, Siemens</description> -</package3d> -<package3d name="LED_SML0603" urn="urn:adsk.eagle:package:13315/1" type="box" library_version="1"> -<description>SML0603-XXX (HIGH INTENSITY) LED - -AG3KAQUA GREEN -B1KSUPER BLUE -R1KSUPER RED -R3KULTRA RED -O3KSUPER ORANGE -O3KHSOFT ORANGE -Y3KHSUPER YELLOW -Y3KSUPER YELLOW -2CWWHITE - -Source: http://www.ledtronics.com/ds/smd-0603/Dstr0092.pdf</description> -</package3d> </packages3d> <symbols> -<symbol name="C" urn="urn:adsk.eagle:symbol:13194/1" library_version="1"> -<rectangle x1="-2.032" y1="-2.032" x2="2.032" y2="-1.524" layer="94"/> -<rectangle x1="-2.032" y1="-1.016" x2="2.032" y2="-0.508" layer="94"/> -<wire x1="0" y1="0" x2="0" y2="-0.508" width="0.1524" layer="94"/> -<wire x1="0" y1="-2.54" x2="0" y2="-2.032" width="0.1524" layer="94"/> -<pin name="1" x="0" y="2.54" visible="off" length="short" direction="pas" swaplevel="1" rot="R270"/> -<pin name="2" x="0" y="-5.08" visible="off" length="short" direction="pas" swaplevel="1" rot="R90"/> -<text x="1.524" y="0.381" size="1.778" layer="95">>NAME</text> -<text x="1.524" y="-4.699" size="1.778" layer="96">>VALUE</text> -<text x="0" y="2.54" size="0.4064" layer="99" align="center">SpiceOrder 1</text> -<text x="0" y="-5.08" size="0.4064" layer="99" align="center">SpiceOrder 2</text> -</symbol> <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1"> <wire x1="-2.54" y1="-0.889" x2="2.54" y2="-0.889" width="0.254" layer="94"/> <wire x1="2.54" y1="0.889" x2="-2.54" y2="0.889" width="0.254" layer="94"/> @@ -1483,332 +1012,290 @@ Source: http://www.ledtronics.com/ds/smd-0603/Dstr0092.pdf</description> <text x="0" y="5.08" size="0.4064" layer="99" align="center">SpiceOrder 1</text> <text x="0" y="-5.08" size="0.4064" layer="99" align="center">SpiceOrder 2</text> </symbol> -<symbol name="LED_LED" urn="urn:adsk.eagle:symbol:13253/1" library_version="1"> -<wire x1="1.27" y1="0" x2="0" y2="-2.54" width="0.254" layer="94"/> -<wire x1="0" y1="-2.54" x2="-1.27" y2="0" width="0.254" layer="94"/> -<wire x1="1.27" y1="-2.54" x2="0" y2="-2.54" width="0.254" layer="94"/> -<wire x1="0" y1="-2.54" x2="-1.27" y2="-2.54" width="0.254" layer="94"/> -<wire x1="1.27" y1="0" x2="0" y2="0" width="0.254" layer="94"/> -<wire x1="0" y1="0" x2="-1.27" y2="0" width="0.254" layer="94"/> -<wire x1="0" y1="0" x2="0" y2="-2.54" width="0.1524" layer="94"/> -<wire x1="-2.032" y1="-0.762" x2="-3.429" y2="-2.159" width="0.1524" layer="94"/> -<wire x1="-1.905" y1="-1.905" x2="-3.302" y2="-3.302" width="0.1524" layer="94"/> -<pin name="A" x="0" y="2.54" visible="off" length="short" direction="pas" rot="R270"/> -<pin name="C" x="0" y="-5.08" visible="off" length="short" direction="pas" rot="R90"/> -<text x="3.556" y="-4.572" size="1.778" layer="95" rot="R90">>NAME</text> -<text x="5.715" y="-4.572" size="1.778" layer="96" rot="R90">>VALUE</text> -<text x="0" y="-5.08" size="0.4064" layer="99" align="center">SpiceOrder 2</text> -<text x="0" y="2.54" size="0.4064" layer="99" align="center">SpiceOrder 1</text> -<polygon width="0.1524" layer="94"> -<vertex x="-3.429" y="-2.159"/> -<vertex x="-3.048" y="-1.27"/> -<vertex x="-2.54" y="-1.778"/> -</polygon> -<polygon width="0.1524" layer="94"> -<vertex x="-3.302" y="-3.302"/> -<vertex x="-2.921" y="-2.413"/> -<vertex x="-2.413" y="-2.921"/> -</polygon> -</symbol> </symbols> <devicesets> -<deviceset name="C" urn="urn:adsk.eagle:component:13320/1" prefix="C" uservalue="yes" library_version="1"> -<description><B>CAPACITOR</B>, European symbol</description> +<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1"> +<description><B>RESISTOR</B>, European symbol</description> <gates> -<gate name="G$1" symbol="C" x="0" y="0"/> +<gate name="G$1" symbol="R" x="0" y="0"/> </gates> <devices> -<device name="C0201" package="C0201"> +<device name="0204/7" package="0204/7"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13260/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13274/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C0402" package="C0402"> +<device name="0207/10" package="0207/10"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13264/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13275/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C0504" package="C0504"> +<device name="R0201" package="R0201"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13261/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13294/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C0603" package="C0603"> +<device name="R0402" package="R0402"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13262/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13296/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="" package="C0805"> +<device name="R0603" package="R0603"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13265/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13302/1"/> </package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEMODEL" value="NONE" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1005" package="C1005"> +<device name="" package="R0805"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13270/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13300/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1206" package="C1206"> +<device name="R1005" package="R1005"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13279/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13297/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1210" package="C1210"> +<device name="R1206" package="R1206"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13278/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13301/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1310" package="C1310"> +<device name="R1210" package="R1210"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13271/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13299/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1608" package="C1608"> +<device name="R1218" package="R1218"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13263/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13303/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1808" package="C1808"> +<device name="R2010" package="R2010"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13266/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13309/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1812" package="C1812"> +<device name="R2012" package="R2012"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13267/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13306/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C1825" package="C1825"> +<device name="R2512" package="R2512"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13268/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13304/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C2012" package="C2012"> +<device name="R3216" package="R3216"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13273/1"/> -</package3dinstances> -<technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> -</technology> -</technologies> -</device> -<device name="C3216" package="C3216"> -<connects> -<connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="2" pad="2"/> -</connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13287/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13305/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C3225" package="C3225"> +<device name="R3225" package="R3225"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13292/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13311/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C3640" package="C3640"> +<device name="R4527" package="R4527"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13269/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C4532" package="C4532"> +<device name="R5025" package="R5025"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13281/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13308/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> -<device name="C4564" package="C4564"> +<device name="R6332" package="R6332"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13272/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13307/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="C" constant="no"/> +<attribute name="SPICEPREFIX" value="R" constant="no"/> </technology> </technologies> </device> </devices> </deviceset> -<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1"> -<description><B>RESISTOR</B>, European symbol</description> +<deviceset name="L" urn="urn:adsk.eagle:component:13321/1" prefix="L" uservalue="yes" library_version="1"> +<description><B>INDUCTOR</B>, European symbol</description> <gates> -<gate name="G$1" symbol="R" x="0" y="0"/> +<gate name="G$1" symbol="L" x="0" y="0"/> </gates> <devices> <device name="0204/7" package="0204/7"> @@ -1822,7 +1309,7 @@ Source: http://www.ledtronics.com/ds/smd-0603/Dstr0092.pdf</description> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> @@ -1837,1518 +1324,2047 @@ Source: http://www.ledtronics.com/ds/smd-0603/Dstr0092.pdf</description> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> -</technology> -</technologies> -</device> -<device name="R0201" package="R0201"> -<connects> -<connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="2" pad="2"/> -</connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13294/1"/> -</package3dinstances> -<technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R0402" package="R0402"> +<device name="L0201" package="L0201"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13296/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13276/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R0603" package="R0603"> +<device name="" package="L1812"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13302/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13290/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="" package="R0805"> +<device name="L2012C" package="L2012C"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13300/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13277/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R1005" package="R1005"> +<device name="L2825P" package="L2825P"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13297/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13280/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R1206" package="R1206"> +<device name="L3216C" package="L3216C"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13301/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13284/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R1210" package="R1210"> +<device name="L3225M" package="L3225M"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13299/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13282/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R1218" package="R1218"> +<device name="L3225P" package="L3225P"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13303/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13283/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R2010" package="R2010"> +<device name="L3230M" package="L3230M"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13309/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13285/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R2012" package="R2012"> +<device name="L4035M" package="L4035M"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13306/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13291/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R2512" package="R2512"> +<device name="L4516C" package="L4516C"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13304/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13286/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R3216" package="R3216"> +<device name="L4532C" package="L4532M"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13305/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13295/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R3225" package="R3225"> +<device name="L4532P" package="L4532P"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13311/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13289/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R4527" package="R4527"> +<device name="L5038P" package="L5038P"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13288/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R5025" package="R5025"> +<device name="L5650M" package="L5650M"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13308/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13298/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> -<device name="R6332" package="R6332"> +<device name="L8530M" package="L8530M"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> <package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13307/1"/> +<package3dinstance package3d_urn="urn:adsk.eagle:package:13293/1"/> </package3dinstances> <technologies> <technology name=""> <attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="R" constant="no"/> +<attribute name="SPICEPREFIX" value="L" constant="no"/> </technology> </technologies> </device> </devices> </deviceset> -<deviceset name="L" urn="urn:adsk.eagle:component:13321/1" prefix="L" uservalue="yes" library_version="1"> -<description><B>INDUCTOR</B>, European symbol</description> +</devicesets> +</library> +<library name="transistor-power"> +<description><b>Power Transistors</b><p> +<author>Created by librarian@cadsoft.de</author></description> +<packages> +<package name="DIRECTFET"> +<description><b>DirectFET (TM) Outline Dimension, MN Outline</b><p> +(Medium Size Can, N-Designation).<br> +Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description> +<wire x1="-2.625" y1="1.875" x2="-2.625" y2="2.225" width="0.2032" layer="21"/> +<wire x1="-2.625" y1="2.225" x2="-2.425" y2="2.425" width="0.2032" layer="21"/> +<wire x1="-2.425" y1="2.425" x2="2.425" y2="2.425" width="0.2032" layer="21"/> +<wire x1="2.425" y1="2.425" x2="2.625" y2="2.225" width="0.2032" layer="21"/> +<wire x1="2.625" y1="2.225" x2="2.625" y2="1.875" width="0.2032" layer="21"/> +<wire x1="2.625" y1="1.875" x2="3.075" y2="1.875" width="0.2032" layer="21"/> +<wire x1="3.075" y1="1.875" x2="3.075" y2="-1.875" width="0.2032" layer="21"/> +<wire x1="3.075" y1="-1.875" x2="2.625" y2="-1.875" width="0.2032" layer="21"/> +<wire x1="2.625" y1="-1.875" x2="2.625" y2="-2.225" width="0.2032" layer="21"/> +<wire x1="2.625" y1="-2.225" x2="2.425" y2="-2.425" width="0.2032" layer="21"/> +<wire x1="2.425" y1="-2.425" x2="-2.425" y2="-2.425" width="0.2032" layer="21"/> +<wire x1="-2.425" y1="-2.425" x2="-2.625" y2="-2.225" width="0.2032" layer="21"/> +<wire x1="-2.625" y1="-2.225" x2="-2.625" y2="-1.875" width="0.2032" layer="21"/> +<wire x1="-2.625" y1="-1.875" x2="-3.075" y2="-1.875" width="0.2032" layer="21"/> +<wire x1="-3.075" y1="-1.875" x2="-3.075" y2="1.875" width="0.2032" layer="21"/> +<wire x1="-3.075" y1="1.875" x2="-2.625" y2="1.875" width="0.2032" layer="21"/> +<wire x1="-2.625" y1="-1.875" x2="-2.625" y2="1.875" width="0.2032" layer="51"/> +<wire x1="2.625" y1="-1.875" x2="2.625" y2="1.875" width="0.2032" layer="51"/> +<circle x="-1.525" y="-1.5" radius="0.4" width="0" layer="21"/> +<smd name="D@1" x="-2.45" y="0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> +<smd name="D@2" x="-2.45" y="-0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> +<smd name="G" x="-0.7" y="0" dx="0.65" dy="0.65" layer="1"/> +<smd name="S@1" x="0.65" y="0.475" dx="0.75" dy="0.75" layer="1"/> +<smd name="S@2" x="0.65" y="-0.475" dx="0.75" dy="0.75" layer="1"/> +<smd name="D@3" x="2.45" y="0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> +<smd name="D@4" x="2.45" y="-0.825" dx="0.9" dy="1.25" layer="1" thermals="no"/> +<text x="-2.54" y="3.175" size="1.27" layer="25">>NAME</text> +<text x="-2.54" y="-4.445" size="1.27" layer="27">>VALUE</text> +</package> +</packages> +<symbols> +<symbol name="MFN-S2-D4"> +<wire x1="-1.1176" y1="2.413" x2="-1.1176" y2="-2.54" width="0.254" layer="94"/> +<wire x1="-1.1176" y1="-2.54" x2="-2.54" y2="-2.54" width="0.1524" layer="94"/> +<wire x1="2.54" y1="1.905" x2="0.5334" y2="1.905" width="0.1524" layer="94"/> +<wire x1="2.54" y1="0" x2="2.54" y2="-1.905" width="0.1524" layer="94"/> +<wire x1="0.508" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="94"/> +<wire x1="2.54" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="94"/> +<wire x1="2.54" y1="1.905" x2="7.62" y2="1.905" width="0.1524" layer="94"/> +<wire x1="7.62" y1="1.905" x2="7.62" y2="0.762" width="0.1524" layer="94"/> +<wire x1="7.62" y1="0.762" x2="7.62" y2="-1.905" width="0.1524" layer="94"/> +<wire x1="7.62" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="94"/> +<wire x1="2.54" y1="-1.905" x2="2.54" y2="-2.54" width="0.1524" layer="94"/> +<wire x1="7.62" y1="0.762" x2="6.985" y2="-0.635" width="0.1524" layer="94"/> +<wire x1="6.985" y1="-0.635" x2="8.255" y2="-0.635" width="0.1524" layer="94"/> +<wire x1="8.255" y1="-0.635" x2="7.62" y2="0.762" width="0.1524" layer="94"/> +<wire x1="6.985" y1="0.762" x2="7.62" y2="0.762" width="0.1524" layer="94"/> +<wire x1="7.62" y1="0.762" x2="8.255" y2="0.762" width="0.1524" layer="94"/> +<wire x1="8.255" y1="0.762" x2="8.509" y2="1.016" width="0.1524" layer="94"/> +<wire x1="6.985" y1="0.762" x2="6.731" y2="0.508" width="0.1524" layer="94"/> +<wire x1="0.508" y1="0" x2="1.778" y2="-0.508" width="0.1524" layer="94"/> +<wire x1="1.778" y1="-0.508" x2="1.778" y2="0.508" width="0.1524" layer="94"/> +<wire x1="1.778" y1="0.508" x2="0.508" y2="0" width="0.1524" layer="94"/> +<wire x1="1.651" y1="0" x2="2.54" y2="0" width="0.1524" layer="94"/> +<wire x1="1.651" y1="0.254" x2="0.762" y2="0" width="0.3048" layer="94"/> +<wire x1="0.762" y1="0" x2="1.651" y2="-0.254" width="0.3048" layer="94"/> +<wire x1="1.651" y1="-0.254" x2="1.651" y2="0" width="0.3048" layer="94"/> +<wire x1="1.651" y1="0" x2="1.397" y2="0" width="0.3048" layer="94"/> +<circle x="2.54" y="-1.905" radius="0.127" width="0.4064" layer="94"/> +<circle x="2.54" y="1.905" radius="0.127" width="0.4064" layer="94"/> +<text x="10.16" y="0" size="1.778" layer="95">>NAME</text> +<text x="10.16" y="-2.54" size="1.778" layer="96">>VALUE</text> +<rectangle x1="-0.254" y1="-2.54" x2="0.508" y2="-1.27" layer="94"/> +<rectangle x1="-0.254" y1="1.27" x2="0.508" y2="2.54" layer="94"/> +<rectangle x1="-0.254" y1="-0.889" x2="0.508" y2="0.889" layer="94"/> +<pin name="G" x="-2.54" y="-2.54" visible="off" length="point" direction="pas"/> +<pin name="D" x="2.54" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> +<pin name="S" x="5.08" y="-5.08" visible="off" length="short" direction="pas" rot="R90"/> +<pin name="D@1" x="7.62" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> +<pin name="D@2" x="0" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> +<pin name="D@3" x="5.08" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> +<pin name="S@1" x="2.54" y="-5.08" visible="off" length="short" direction="pas" rot="R90"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="IRF6648" prefix="Q"> +<description><b>DirectFET Power MOSFET</b><p> +Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description> <gates> -<gate name="G$1" symbol="L" x="0" y="0"/> +<gate name="G$1" symbol="MFN-S2-D4" x="0" y="0"/> </gates> <devices> -<device name="0204/7" package="0204/7"> +<device name="" package="DIRECTFET"> <connects> -<connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="D" pad="D@1"/> +<connect gate="G$1" pin="D@1" pad="D@2"/> +<connect gate="G$1" pin="D@2" pad="D@3"/> +<connect gate="G$1" pin="D@3" pad="D@4"/> +<connect gate="G$1" pin="G" pad="G"/> +<connect gate="G$1" pin="S" pad="S@1"/> +<connect gate="G$1" pin="S@1" pad="S@2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13274/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="0207/10" package="0207/10"> -<connects> -<connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="2" pad="2"/> -</connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13275/1"/> -</package3dinstances> +</devices> +</deviceset> +</devicesets> +</library> +<library name="fab"> +<packages> +<package name="WSL2726"> +<description><b>SMD SHUNT RESISTOR</b></description> +<wire x1="-4.8768" y1="7.9756" x2="4.8768" y2="7.9756" width="0.2032" layer="51"/> +<wire x1="4.8768" y1="7.9756" x2="4.8768" y2="-0.3556" width="0.2032" layer="51"/> +<wire x1="4.8768" y1="-0.3556" x2="-4.8768" y2="-0.3556" width="0.2032" layer="51"/> +<wire x1="-4.8768" y1="-0.3556" x2="-4.8768" y2="7.9756" width="0.2032" layer="51"/> +<smd name="A" x="3.302" y="2.794" dx="2.4384" dy="5.588" layer="1"/> +<smd name="SA" x="3.302" y="6.9215" dx="2.4384" dy="0.889" layer="1"/> +<smd name="B" x="-3.302" y="2.794" dx="2.4384" dy="5.588" layer="1"/> +<smd name="SB" x="-3.302" y="6.9215" dx="2.4384" dy="0.889" layer="1"/> +<text x="-0.3556" y="-0.0508" size="1.27" layer="25" rot="R90">>NAME</text> +<text x="1.5748" y="-0.0508" size="1.27" layer="27" rot="R90">>VALUE</text> +</package> +<package name="PWRPAD_2-5MM"> +<pad name="P$1" x="0" y="0" drill="2.4892" diameter="3.81"/> +</package> +<package name="PWRPAD_4MM"> +<pad name="P$1" x="0" y="0" drill="3.9878" diameter="6.35"/> +</package> +<package name="BFC"> +<pad name="P$1" x="-4.9784" y="0" drill="2.032" diameter="3.81"/> +<pad name="P$2" x="4.9784" y="0" drill="2.032" diameter="3.81"/> +<circle x="0" y="0" radius="9.9822" width="0.127" layer="21"/> +<text x="-2.54" y="3.81" size="1.27" layer="25">>NAME</text> +<text x="-2.54" y="-5.08" size="1.27" layer="27">>VALUE</text> +</package> +<package name="AYZ0102AGRLC"> +<wire x1="-3.6" y1="-1.5" x2="3.6" y2="-1.5" width="0.127" layer="21"/> +<wire x1="3.6" y1="-1.5" x2="3.6" y2="1.5" width="0.127" layer="21"/> +<wire x1="3.6" y1="1.5" x2="1.5" y2="1.5" width="0.127" layer="21"/> +<wire x1="1.5" y1="1.5" x2="-1.5" y2="1.5" width="0.127" layer="21"/> +<wire x1="-1.5" y1="1.5" x2="-3.6" y2="1.5" width="0.127" layer="21"/> +<wire x1="-3.6" y1="1.5" x2="-3.6" y2="-1.5" width="0.127" layer="21"/> +<wire x1="0" y1="1.6" x2="0" y2="2.5" width="0.127" layer="21"/> +<wire x1="0" y1="2.5" x2="1.5" y2="2.5" width="0.127" layer="21"/> +<wire x1="1.5" y1="2.5" x2="1.5" y2="1.5" width="0.127" layer="21"/> +<smd name="2" x="0" y="-2.3" dx="1" dy="1.2" layer="1"/> +<smd name="3" x="-2.5" y="-2.3" dx="1" dy="1.2" layer="1"/> +<smd name="1" x="2.5" y="-2.3" dx="1" dy="1.2" layer="1"/> +<text x="-2.794" y="2.794" size="1.27" layer="25">>NAME</text> +<text x="-3.302" y="-4.572" size="1.27" layer="27">>VALUE</text> +<hole x="-1.5" y="0.4" drill="0.85"/> +<hole x="1.5" y="0.4" drill="0.85"/> +</package> +<package name="6MM_SWITCH"> +<description><b>OMRON SWITCH</b></description> +<wire x1="3.302" y1="-0.762" x2="3.048" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.302" y1="-0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.302" y2="0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="1.016" x2="3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.302" y1="0.762" x2="-3.048" y2="0.762" width="0.1524" layer="21"/> +<wire x1="-3.302" y1="0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.302" y2="-0.762" width="0.1524" layer="21"/> +<wire x1="3.048" y1="2.54" x2="2.54" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="-3.048" x2="3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="3.048" y1="-2.54" x2="3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="3.048" x2="-3.048" y2="2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="2.54" x2="-3.048" y2="1.016" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-3.048" y2="-2.54" width="0.1524" layer="51"/> +<wire x1="-3.048" y1="-2.54" x2="-3.048" y2="-1.016" width="0.1524" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="-1.27" y2="-1.27" width="0.0508" layer="51"/> +<wire x1="1.27" y1="-1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="1.27" x2="1.27" y2="1.27" width="0.0508" layer="51"/> +<wire x1="-1.27" y1="3.048" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="-1.27" y2="2.794" width="0.0508" layer="21"/> +<wire x1="1.27" y1="2.794" x2="1.27" y2="3.048" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="-1.27" y2="-2.794" width="0.0508" layer="21"/> +<wire x1="1.143" y1="-2.794" x2="1.143" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="-1.27" y1="-2.794" x2="-1.27" y2="-3.048" width="0.0508" layer="21"/> +<wire x1="2.54" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.54" y1="-3.048" x2="-2.159" y2="-3.048" width="0.1524" layer="51"/> +<wire x1="-2.159" y1="-3.048" x2="-1.27" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="-2.54" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.54" y1="3.048" x2="2.159" y2="3.048" width="0.1524" layer="51"/> +<wire x1="2.159" y1="3.048" x2="1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="1.27" y1="3.048" x2="-1.27" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="3.048" x2="-2.159" y2="3.048" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-3.048" x2="1.143" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="1.143" y1="-3.048" x2="2.159" y2="-3.048" width="0.1524" layer="21"/> +<wire x1="3.048" y1="-0.762" x2="3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="3.048" y1="0.762" x2="3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="-0.762" x2="-3.048" y2="-1.016" width="0.1524" layer="21"/> +<wire x1="-3.048" y1="0.762" x2="-3.048" y2="1.016" width="0.1524" layer="21"/> +<wire x1="-1.27" y1="-2.159" x2="1.27" y2="-2.159" width="0.1524" layer="51"/> +<wire x1="1.27" y1="2.286" x2="-1.27" y2="2.286" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="1.27" x2="-2.413" y2="0.508" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="-0.508" x2="-2.413" y2="-1.27" width="0.1524" layer="51"/> +<wire x1="-2.413" y1="0.508" x2="-2.159" y2="-0.381" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="1.778" width="0.1524" layer="21"/> +<circle x="-2.159" y="-2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="-2.032" radius="0.508" width="0.1524" layer="51"/> +<circle x="2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="-2.159" y="2.159" radius="0.508" width="0.1524" layer="51"/> +<circle x="0" y="0" radius="0.635" width="0.0508" layer="51"/> +<circle x="0" y="0" radius="0.254" width="0.1524" layer="21"/> +<smd name="1" x="-3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="2" x="3.302" y="2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="3" x="-3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<smd name="4" x="3.302" y="-2.286" dx="2.286" dy="1.524" layer="1"/> +<text x="-3.048" y="3.683" size="1.27" layer="25" ratio="10">>NAME</text> +<text x="-3.048" y="-5.08" size="1.27" layer="27" ratio="10">>VALUE</text> +<text x="-4.318" y="1.651" size="1.27" layer="51" ratio="10">1</text> +<text x="3.556" y="1.524" size="1.27" layer="51" ratio="10">2</text> +<text x="-4.572" y="-2.794" size="1.27" layer="51" ratio="10">3</text> +<text x="3.556" y="-2.794" size="1.27" layer="51" ratio="10">4</text> +</package> +<package name="P-LCC-4"> +<description><b>Power TOPLEDĀ®</b><p> +Source: http://www.osram.convergy.de/ ... LA_LO_LA_LY E67B.pdf</description> +<wire x1="-1.4" y1="-1.05" x2="-1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="-1.6" x2="-1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-0.85" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="1" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1" y1="-1.6" x2="1.4" y2="-1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="-1.6" x2="1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.4" y1="1.6" x2="1.1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="1.1" y1="1.6" x2="-1" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1.4" y2="1.6" width="0.2032" layer="51"/> +<wire x1="-1" y1="1.6" x2="-1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="1.8" x2="-0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="1.8" x2="-0.5" y2="1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.65" x2="0.5" y2="1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="1.8" x2="1.1" y2="1.8" width="0.1016" layer="51"/> +<wire x1="1.1" y1="1.8" x2="1.1" y2="1.6" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.6" x2="-1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-1" y1="-1.8" x2="-0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="-0.5" y1="-1.8" x2="-0.5" y2="-1.65" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.65" x2="0.5" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="0.5" y1="-1.8" x2="1" y2="-1.8" width="0.1016" layer="51"/> +<wire x1="1" y1="-1.8" x2="1" y2="-1.6" width="0.1016" layer="51"/> +<wire x1="-0.85" y1="-1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<wire x1="-1.4" y1="1.6" x2="-1.4" y2="-1.05" width="0.2032" layer="51"/> +<circle x="0" y="0" radius="1.1" width="0.2032" layer="51"/> +<text x="-3.81" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text> +<text x="5.08" y="-2.54" size="1.27" layer="27" rot="R90">>VALUE</text> +<text x="-1.905" y="-3.81" size="1.27" layer="51">R</text> +<text x="-1.905" y="2.54" size="1.27" layer="51">G</text> +<text x="1.27" y="2.54" size="1.27" layer="51">B</text> +<text x="1.27" y="-3.81" size="1.27" layer="51">A</text> +<rectangle x1="-1.15" y1="0.75" x2="-0.35" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="0.75" x2="1.15" y2="1.85" layer="29"/> +<rectangle x1="0.35" y1="-1.85" x2="1.15" y2="-0.75" layer="29"/> +<rectangle x1="-1.15" y1="-1.85" x2="-0.35" y2="-0.75" layer="29"/> +<rectangle x1="-1.1" y1="-1.8" x2="-0.4" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="-1.8" x2="1.1" y2="-0.8" layer="31"/> +<rectangle x1="0.4" y1="0.8" x2="1.1" y2="1.8" layer="31"/> +<rectangle x1="-1.1" y1="0.8" x2="-0.4" y2="1.8" layer="31"/> +<rectangle x1="-0.2" y1="-0.2" x2="0.2" y2="0.2" layer="21"/> +<smd name="A" x="0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="R" x="-0.9016" y="-1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="G" x="-0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<smd name="B" x="0.9016" y="1.5" dx="1.1" dy="1.5" layer="1" rot="R180" stop="no" cream="no"/> +<circle x="-1.905" y="-1.524" radius="0.127" width="0.127" layer="21"/> +</package> +<package name="DX4R005HJ5_100"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.35" dy="1.35" layer="1"/> +<text x="4.1275" y="-1.5875" size="0.6096" layer="27" font="vector" rot="R90">>Value</text> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +</package> +<package name="DX4R005HJ5"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.4" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="25" font="vector" rot="R90">>Value</text> +</package> +<package name="DX4R005HJ5_64"> +<wire x1="3.25" y1="-2.6" x2="-3.25" y2="-2.6" width="0.127" layer="21"/> +<wire x1="-3.25" y1="2.6" x2="-3.25" y2="0" width="0.127" layer="51"/> +<wire x1="3.25" y1="2.6" x2="3.25" y2="0" width="0.127" layer="51"/> +<wire x1="-1.75" y1="2.6" x2="1.75" y2="2.6" width="0.127" layer="51"/> +<wire x1="-3.25" y1="-2.2" x2="-3.25" y2="-2.6" width="0.127" layer="51"/> +<wire x1="3.25" y1="-2.6" x2="3.25" y2="-2.2" width="0.127" layer="51"/> +<smd name="GND@3" x="-2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@4" x="2.175" y="-1.1" dx="2.15" dy="1.9" layer="1"/> +<smd name="GND@1" x="-2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="GND@2" x="2.5" y="1.95" dx="1.2" dy="1.3" layer="1"/> +<smd name="D+" x="0" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="D-" x="-0.65" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="VBUS" x="-1.3" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="ID" x="0.65" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<smd name="GND" x="1.3" y="1.6" dx="0.254" dy="1.35" layer="1"/> +<text x="-3.4925" y="-1.27" size="0.6096" layer="25" font="vector" rot="R90">>Name</text> +<text x="4.1275" y="-1.5875" size="0.6096" layer="27" font="vector" rot="R90">>Value</text> +</package> +<package name="SOT23"> +<description><b>SOT 23</b></description> +<wire x1="1.4224" y1="0.6604" x2="1.4224" y2="-0.6604" width="0.1524" layer="51"/> +<wire x1="1.4224" y1="-0.6604" x2="-1.4224" y2="-0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="-0.6604" x2="-1.4224" y2="0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="0.6604" x2="1.4224" y2="0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="-0.1524" x2="-1.4224" y2="0.6604" width="0.1524" layer="21"/> +<wire x1="-1.4224" y1="0.6604" x2="-0.8636" y2="0.6604" width="0.1524" layer="21"/> +<wire x1="1.4224" y1="0.6604" x2="1.4224" y2="-0.1524" width="0.1524" layer="21"/> +<wire x1="0.8636" y1="0.6604" x2="1.4224" y2="0.6604" width="0.1524" layer="21"/> +<smd name="3" x="0" y="1.1" dx="1" dy="1.4" layer="1"/> +<smd name="2" x="0.95" y="-1.1" dx="1" dy="1.4" layer="1"/> +<smd name="1" x="-0.95" y="-1.1" dx="1" dy="1.4" layer="1"/> +<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> +<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-0.2286" y1="0.7112" x2="0.2286" y2="1.2954" layer="51"/> +<rectangle x1="0.7112" y1="-1.2954" x2="1.1684" y2="-0.7112" layer="51"/> +<rectangle x1="-1.1684" y1="-1.2954" x2="-0.7112" y2="-0.7112" layer="51"/> +</package> +</packages> +<symbols> +<symbol name="WSL2726"> +<wire x1="-3.81" y1="-0.889" x2="1.27" y2="-0.889" width="0.254" layer="94"/> +<wire x1="1.27" y1="0.889" x2="-3.81" y2="0.889" width="0.254" layer="94"/> +<wire x1="1.27" y1="-0.889" x2="1.27" y2="-0.254" width="0.254" layer="94"/> +<wire x1="1.27" y1="-0.254" x2="1.27" y2="0" width="0.254" layer="94"/> +<wire x1="1.27" y1="0" x2="1.27" y2="0.889" width="0.254" layer="94"/> +<wire x1="-3.81" y1="-0.889" x2="-3.81" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-3.81" y1="-0.254" x2="-3.81" y2="0" width="0.254" layer="94"/> +<wire x1="-3.81" y1="0" x2="-3.81" y2="0.889" width="0.254" layer="94"/> +<wire x1="-5.08" y1="0" x2="-3.81" y2="0" width="0.1524" layer="94"/> +<wire x1="2.54" y1="0" x2="1.27" y2="0" width="0.1524" layer="94"/> +<wire x1="-5.08" y1="-2.54" x2="-3.81" y2="-0.254" width="0.1524" layer="94"/> +<wire x1="2.54" y1="-2.54" x2="1.27" y2="-0.254" width="0.1524" layer="94"/> +<text x="-4.572" y="1.3716" size="1.778" layer="95">>NAME</text> +<text x="-4.826" y="-4.445" size="1.778" layer="96">>VALUE</text> +<pin name="SB" x="-7.62" y="-2.54" visible="off" length="short" direction="pas" swaplevel="2"/> +<pin name="SA" x="5.08" y="-2.54" visible="off" length="short" direction="pas" swaplevel="2" rot="R180"/> +<pin name="B" x="-7.62" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> +<pin name="A" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> +</symbol> +<symbol name="PWRPAD"> +<pin name="PWRPAD" x="-5.08" y="0" length="middle"/> +</symbol> +<symbol name="C-US"> +<wire x1="0" y1="-2.54" x2="0" y2="2.54" width="0.254" layer="94"/> +<wire x1="1.016" y1="0" x2="2.54" y2="0" width="0.1524" layer="94"/> +<wire x1="1" y1="0" x2="1.8542" y2="2.4892" width="0.254" layer="94" curve="-37.878202"/> +<wire x1="1.8504" y1="-2.4668" x2="1.0161" y2="0" width="0.254" layer="94" curve="-37.373024"/> +<text x="-1.27" y="3.175" size="1.778" layer="95">>NAME</text> +<text x="-1.27" y="-5.08" size="1.778" layer="96">>VALUE</text> +<pin name="1" x="-2.54" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> +<pin name="2" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> +</symbol> +<symbol name="SWITCH-SPDT"> +<wire x1="-2.54" y1="0" x2="2.54" y2="1.27" width="0.254" layer="94"/> +<circle x="2.54" y="2.54" radius="0.635" width="0.254" layer="94"/> +<circle x="2.54" y="-2.54" radius="0.635" width="0.254" layer="94"/> +<circle x="-2.54" y="0" radius="0.635" width="0.254" layer="94"/> +<text x="-4.064" y="4.318" size="1.778" layer="95">>NAME</text> +<text x="-4.826" y="-6.096" size="1.778" layer="95">>VALUE</text> +<pin name="1" x="5.08" y="2.54" visible="pad" length="short" rot="R180"/> +<pin name="2" x="-5.08" y="0" visible="pad" length="short"/> +<pin name="3" x="5.08" y="-2.54" visible="pad" length="short" rot="R180"/> +</symbol> +<symbol name="TS2"> +<wire x1="0" y1="1.905" x2="0" y2="2.54" width="0.254" layer="94"/> +<wire x1="-4.445" y1="1.905" x2="-3.175" y2="1.905" width="0.254" layer="94"/> +<wire x1="-4.445" y1="-1.905" x2="-3.175" y2="-1.905" width="0.254" layer="94"/> +<wire x1="-4.445" y1="1.905" x2="-4.445" y2="0" width="0.254" layer="94"/> +<wire x1="-4.445" y1="0" x2="-4.445" y2="-1.905" width="0.254" layer="94"/> +<wire x1="-2.54" y1="0" x2="-1.905" y2="0" width="0.1524" layer="94"/> +<wire x1="-1.27" y1="0" x2="-0.635" y2="0" width="0.1524" layer="94"/> +<wire x1="-4.445" y1="0" x2="-3.175" y2="0" width="0.1524" layer="94"/> +<wire x1="2.54" y1="2.54" x2="0" y2="2.54" width="0.1524" layer="94"/> +<wire x1="2.54" y1="-2.54" x2="0" y2="-2.54" width="0.1524" layer="94"/> +<wire x1="0" y1="-2.54" x2="-1.27" y2="1.905" width="0.254" layer="94"/> +<circle x="0" y="-2.54" radius="0.127" width="0.4064" layer="94"/> +<circle x="0" y="2.54" radius="0.127" width="0.4064" layer="94"/> +<text x="-6.35" y="-2.54" size="1.778" layer="95" rot="R90">>NAME</text> +<text x="-3.81" y="3.175" size="1.778" layer="96" rot="R90">>VALUE</text> +<pin name="P" x="0" y="-5.08" visible="pad" length="short" direction="pas" swaplevel="2" rot="R90"/> +<pin name="S" x="0" y="5.08" visible="pad" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="S1" x="2.54" y="5.08" visible="pad" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="P1" x="2.54" y="-5.08" visible="pad" length="short" direction="pas" swaplevel="2" rot="R90"/> +</symbol> +<symbol name="LED-RGB"> +<wire x1="6.35" y1="1.778" x2="5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="5.08" y1="-0.254" x2="3.81" y2="1.778" width="0.254" layer="94"/> +<wire x1="6.35" y1="-0.254" x2="5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="5.08" y1="-0.254" x2="3.81" y2="-0.254" width="0.254" layer="94"/> +<wire x1="6.35" y1="1.778" x2="3.81" y2="1.778" width="0.254" layer="94"/> +<wire x1="3.048" y1="1.524" x2="2.159" y2="0.635" width="0.1524" layer="94"/> +<wire x1="3.81" y1="0.762" x2="2.921" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="1.27" y1="1.778" x2="0" y2="-0.254" width="0.254" layer="94"/> +<wire x1="0" y1="-0.254" x2="-1.27" y2="1.778" width="0.254" layer="94"/> +<wire x1="1.27" y1="-0.254" x2="0" y2="-0.254" width="0.254" layer="94"/> +<wire x1="0" y1="-0.254" x2="-1.27" y2="-0.254" width="0.254" layer="94"/> +<wire x1="1.27" y1="1.778" x2="-1.27" y2="1.778" width="0.254" layer="94"/> +<wire x1="-2.032" y1="1.524" x2="-2.921" y2="0.635" width="0.1524" layer="94"/> +<wire x1="-1.27" y1="0.762" x2="-2.159" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="-3.81" y1="1.778" x2="-5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-5.08" y1="-0.254" x2="-6.35" y2="1.778" width="0.254" layer="94"/> +<wire x1="-3.81" y1="-0.254" x2="-5.08" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-5.08" y1="-0.254" x2="-6.35" y2="-0.254" width="0.254" layer="94"/> +<wire x1="-3.81" y1="1.778" x2="-6.35" y2="1.778" width="0.254" layer="94"/> +<wire x1="-7.112" y1="1.524" x2="-8.001" y2="0.635" width="0.1524" layer="94"/> +<wire x1="-6.35" y1="0.762" x2="-7.239" y2="-0.127" width="0.1524" layer="94"/> +<wire x1="-5.08" y1="2.54" x2="0" y2="2.54" width="0.1524" layer="94"/> +<wire x1="0" y1="2.54" x2="0" y2="0" width="0.1524" layer="94"/> +<wire x1="0" y1="2.54" x2="5.08" y2="2.54" width="0.1524" layer="94"/> +<wire x1="5.08" y1="2.54" x2="5.08" y2="0" width="0.1524" layer="94"/> +<circle x="-5.08" y="2.54" radius="0.1796" width="0.254" layer="94"/> +<circle x="0" y="2.54" radius="0.1796" width="0.254" layer="94"/> +<text x="-2.54" y="3.302" size="1.778" layer="95">>NAME</text> +<text x="-2.54" y="5.461" size="1.778" layer="96">>VALUE</text> +<pin name="CGREEN" x="5.08" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="CBLUE" x="0" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="CRED" x="-5.08" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> +<pin name="A2" x="-5.08" y="5.08" visible="pad" length="middle" direction="pas" rot="R270"/> +<polygon width="0.1524" layer="94"> +<vertex x="2.032" y="1.016"/> +<vertex x="1.778" y="0.254"/> +<vertex x="2.54" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="2.794" y="0.254"/> +<vertex x="2.54" y="-0.508"/> +<vertex x="3.302" y="-0.254"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-3.048" y="1.016"/> +<vertex x="-3.302" y="0.254"/> +<vertex x="-2.54" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-2.286" y="0.254"/> +<vertex x="-2.54" y="-0.508"/> +<vertex x="-1.778" y="-0.254"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-8.128" y="1.016"/> +<vertex x="-8.382" y="0.254"/> +<vertex x="-7.62" y="0.508"/> +</polygon> +<polygon width="0.1524" layer="94"> +<vertex x="-7.366" y="0.254"/> +<vertex x="-7.62" y="-0.508"/> +<vertex x="-6.858" y="-0.254"/> +</polygon> +</symbol> +<symbol name="USB-1"> +<wire x1="6.35" y1="-2.54" x2="6.35" y2="2.54" width="0.254" layer="94"/> +<wire x1="6.35" y1="2.54" x2="-3.81" y2="2.54" width="0.254" layer="94"/> +<wire x1="-3.81" y1="2.54" x2="-3.81" y2="-2.54" width="0.254" layer="94"/> +<text x="-2.54" y="-1.27" size="2.54" layer="94">USB</text> +<text x="-4.445" y="-1.905" size="1.27" layer="95" font="vector" rot="R90">>Name</text> +<text x="8.255" y="-1.905" size="1.27" layer="96" font="vector" rot="R90">>Value</text> +<pin name="D+" x="5.08" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="D-" x="2.54" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="VBUS" x="0" y="5.08" visible="pad" length="short" rot="R270"/> +<pin name="GND" x="-2.54" y="5.08" visible="pad" length="short" rot="R270"/> +</symbol> +<symbol name="REGULATOR"> +<wire x1="-6.35" y1="5.08" x2="-6.35" y2="2.54" width="0.4064" layer="94"/> +<wire x1="-6.35" y1="2.54" x2="-6.35" y2="-1.27" width="0.4064" layer="94"/> +<wire x1="-6.35" y1="-1.27" x2="0" y2="-1.27" width="0.4064" layer="94"/> +<wire x1="0" y1="-1.27" x2="6.35" y2="-1.27" width="0.4064" layer="94"/> +<wire x1="6.35" y1="-1.27" x2="6.35" y2="2.54" width="0.4064" layer="94"/> +<wire x1="6.35" y1="2.54" x2="6.35" y2="5.08" width="0.4064" layer="94"/> +<wire x1="6.35" y1="5.08" x2="-6.35" y2="5.08" width="0.4064" layer="94"/> +<wire x1="-7.62" y1="2.54" x2="-6.35" y2="2.54" width="0.254" layer="94"/> +<wire x1="0" y1="-1.27" x2="0" y2="-2.54" width="0.254" layer="94"/> +<wire x1="6.35" y1="2.54" x2="7.62" y2="2.54" width="0.254" layer="94"/> +<text x="-6.35" y="-3.81" size="1.27" layer="95">>NAME</text> +<text x="1.27" y="-3.81" size="1.27" layer="96">>VALUE</text> +<pin name="IN" x="-7.62" y="2.54" length="point"/> +<pin name="GND" x="0" y="-2.54" length="point" rot="R90"/> +<pin name="OUT" x="7.62" y="2.54" length="point" rot="R180"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="WSL2726" prefix="R" uservalue="yes"> +<description><b>SMD SHUNT RESISTOR</b></description> +<gates> +<gate name="G$1" symbol="WSL2726" x="0" y="0"/> +</gates> +<devices> +<device name="" package="WSL2726"> +<connects> +<connect gate="G$1" pin="A" pad="A"/> +<connect gate="G$1" pin="B" pad="B"/> +<connect gate="G$1" pin="SA" pad="SA"/> +<connect gate="G$1" pin="SB" pad="SB"/> +</connects> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="L0201" package="L0201"> +</devices> +</deviceset> +<deviceset name="PWRPAD" prefix="J"> +<gates> +<gate name="G$1" symbol="PWRPAD" x="0" y="0"/> +</gates> +<devices> +<device name="2-5MM" package="PWRPAD_2-5MM"> +<connects> +<connect gate="G$1" pin="PWRPAD" pad="P$1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="4MM" package="PWRPAD_4MM"> +<connects> +<connect gate="G$1" pin="PWRPAD" pad="P$1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="BFC" prefix="BFC"> +<gates> +<gate name="G$1" symbol="C-US" x="0" y="0"/> +</gates> +<devices> +<device name="" package="BFC"> +<connects> +<connect gate="G$1" pin="1" pad="P$1"/> +<connect gate="G$1" pin="2" pad="P$2"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="SLIDE-SWITCH" prefix="S"> +<description>SMD slide-switch AYZ0102AGRLC as found in the fablab inventory. Includes the mounting holes. + +<p>Made by Zaerc.</description> +<gates> +<gate name="G$1" symbol="SWITCH-SPDT" x="0" y="0"/> +</gates> +<devices> +<device name="" package="AYZ0102AGRLC"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13276/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="" package="L1812"> +</devices> +</deviceset> +<deviceset name="6MM_SWITCH" prefix="S" uservalue="yes"> +<description><b>OMRON SWITCH</b></description> +<gates> +<gate name="2" symbol="TS2" x="0" y="0"/> +</gates> +<devices> +<device name="6MM_SWITCH" package="6MM_SWITCH"> +<connects> +<connect gate="2" pin="P" pad="1"/> +<connect gate="2" pin="P1" pad="2"/> +<connect gate="2" pin="S" pad="3"/> +<connect gate="2" pin="S1" pad="4"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="LEDRGBNEW" prefix="D"> +<gates> +<gate name="G$1" symbol="LED-RGB" x="0" y="-2.54"/> +</gates> +<devices> +<device name="" package="P-LCC-4"> +<connects> +<connect gate="G$1" pin="A2" pad="A"/> +<connect gate="G$1" pin="CBLUE" pad="B"/> +<connect gate="G$1" pin="CGREEN" pad="G"/> +<connect gate="G$1" pin="CRED" pad="R"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="MICRO-USB" prefix="X"> +<description>SMD micro USB connector as found in the fablab inventory. +Three footprint variants included: +<ol> +<li> original, as described by manufacturer's datasheet +<li> for milling with the 1/100" bit +<li> for milling with the 1/64" bit +</ol> +<p>Made by Zaerc.</description> +<gates> +<gate name="G$1" symbol="USB-1" x="0" y="0"/> +</gates> +<devices> +<device name="_1/100" package="DX4R005HJ5_100"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="_ORIG" package="DX4R005HJ5"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="_1/64" package="DX4R005HJ5_64"> +<connects> +<connect gate="G$1" pin="D+" pad="D+"/> +<connect gate="G$1" pin="D-" pad="D-"/> +<connect gate="G$1" pin="GND" pad="GND"/> +<connect gate="G$1" pin="VBUS" pad="VBUS"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="REGULATOR" prefix="IC" uservalue="yes"> +<gates> +<gate name="G$1" symbol="REGULATOR" x="0" y="0"/> +</gates> +<devices> +<device name="SOT23" package="SOT23"> +<connects> +<connect gate="G$1" pin="GND" pad="3"/> +<connect gate="G$1" pin="IN" pad="2"/> +<connect gate="G$1" pin="OUT" pad="1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="atsam"> +<packages> +<package name="QFN-64-9X9MM"> +<description><h3>64-pin QFN 9x9mm, 0.5mm pitch</h3> +<p>Package used by ATmega128RFA1</p> +<p><a href="http://www.atmel.com/Images/Atmel-8266-MCU_Wireless-ATmega128RFA1_Datasheet.pdf">Example Datasheet</a></p></description> +<wire x1="-4.492" y1="-4.5" x2="4.508" y2="-4.5" width="0.09" layer="51"/> +<wire x1="4.508" y1="-4.5" x2="4.508" y2="4.5" width="0.09" layer="51"/> +<wire x1="4.508" y1="4.5" x2="-4.492" y2="4.5" width="0.09" layer="51"/> +<wire x1="-4.492" y1="4.5" x2="-4.492" y2="-4.5" width="0.09" layer="51"/> +<wire x1="-4.6" y1="4.6" x2="-4.6" y2="4.1" width="0.2032" layer="21"/> +<wire x1="-4.6" y1="4.6" x2="-4.1" y2="4.6" width="0.2032" layer="21"/> +<wire x1="4.6" y1="4.6" x2="4.1" y2="4.6" width="0.2032" layer="21"/> +<wire x1="4.6" y1="4.6" x2="4.6" y2="4.1" width="0.2032" layer="21"/> +<circle x="-4.842" y="4.85" radius="0.2" width="0" layer="21"/> +<circle x="-3.442" y="3.45" radius="0.2" width="0.09" layer="51"/> +<smd name="26" x="0.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="25" x="0.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="24" x="-0.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="27" x="1.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="28" x="1.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="23" x="-0.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="22" x="-1.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="21" x="-1.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="6" x="-4.5" y="1.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="5" x="-4.5" y="1.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="4" x="-4.5" y="2.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="7" x="-4.5" y="0.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="8" x="-4.5" y="0.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="3" x="-4.5" y="2.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="2" x="-4.5" y="3.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="9" x="-4.5" y="-0.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="10" x="-4.5" y="-0.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="1" x="-4.5" y="3.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="16" x="-4.5" y="-3.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="15" x="-4.5" y="-3.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="14" x="-4.5" y="-2.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="17" x="-3.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="18" x="-3.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="13" x="-4.5" y="-2.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="12" x="-4.5" y="-1.75" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="19" x="-2.75" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="20" x="-2.25" y="-4.5" dx="0.25" dy="0.6" layer="1" rot="R180"/> +<smd name="11" x="-4.5" y="-1.25" dx="0.25" dy="0.6" layer="1" rot="R270"/> +<smd name="29" x="2.25" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="30" x="2.75" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="31" x="3.25" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="32" x="3.75" y="-4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="33" x="4.5" y="-3.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="34" x="4.5" y="-3.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="35" x="4.5" y="-2.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="36" x="4.5" y="-2.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="37" x="4.5" y="-1.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="38" x="4.5" y="-1.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="39" x="4.5" y="-0.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="40" x="4.5" y="-0.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="41" x="4.5" y="0.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="42" x="4.5" y="0.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="43" x="4.5" y="1.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="44" x="4.5" y="1.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="45" x="4.5" y="2.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="46" x="4.5" y="2.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="47" x="4.5" y="3.25" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="48" x="4.5" y="3.75" dx="0.25" dy="0.6" layer="1" rot="R90"/> +<smd name="49" x="3.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="50" x="3.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="51" x="2.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="52" x="2.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="53" x="1.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="54" x="1.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="55" x="0.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="56" x="0.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="57" x="-0.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="58" x="-0.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="59" x="-1.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="60" x="-1.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="61" x="-2.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="62" x="-2.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="63" x="-3.25" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<smd name="64" x="-3.75" y="4.5" dx="0.25" dy="0.6" layer="1"/> +<text x="0" y="1.27" size="0.6096" layer="25" font="vector" ratio="20" align="bottom-center">>NAME</text> +<text x="0" y="-1.27" size="0.6096" layer="27" font="vector" ratio="20" align="top-center">>VALUE</text> +<wire x1="4.6" y1="-4.6" x2="4.1" y2="-4.6" width="0.2032" layer="21"/> +<wire x1="4.6" y1="-4.6" x2="4.6" y2="-4.1" width="0.2032" layer="21"/> +<wire x1="-4.6" y1="-4.6" x2="-4.6" y2="-4.1" width="0.2032" layer="21"/> +<wire x1="-4.6" y1="-4.6" x2="-4.1" y2="-4.6" width="0.2032" layer="21"/> +</package> +<package name="TC2030-MCP"> +<description><b>TAG-CONNECT ICSP Connector</b> - Legged version<BR><I>Manufacturer:</I> <a href="http://www.tag-connect.com">Tag-Connect</a> +<p> +Cable for easy In-Circuit Serial Programming. Designed for Microchip ICD2, suitable for many others. +<p> +<b>NOTE:</b> Eagle's default spacing for drill holes does not leave sufficent room for routing traces for this footprint and should be adjusted. <br> +This setting can be found in the board layout editor under the Edit menu. Select "Design Rules" and then the Distance tab. 8 mils for Drill/Hole works well. +<br> +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>MCLR/Vpp</TD></TR> +<TR><TD align=center>2</TD><TD>Vdd</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>PGD (ISPDAT)</TD></TR> +<TR><TD align=center>5</TD><TD>PGC (ISPCLK)</TD></TR> +<TR><TD align=center>6</TD><TD>nc (used for LVP)</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> +Ā©2009 ROFA.cz - modified and updated by Robert Darlington &#8249;rdarlington@gmail.com&#8250;</description> +<smd name="2" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="4" x="2.54" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="6" x="3.81" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="5" x="3.81" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="3" x="2.54" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="1" x="1.27" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<text x="-1.27" y="-2.54" size="1.27" layer="25" rot="R90">>name</text> +<hole x="0" y="0" drill="0.889"/> +<hole x="5.08" y="-1.016" drill="0.889"/> +<hole x="5.08" y="1.016" drill="0.889"/> +<hole x="0" y="2.54" drill="2.3748"/> +<hole x="0" y="-2.54" drill="2.3748"/> +<hole x="3.175" y="-2.54" drill="2.3748"/> +<hole x="3.175" y="2.54" drill="2.3748"/> +<polygon width="0.0254" layer="39"> +<vertex x="1.27" y="-0.2413"/> +<vertex x="1.6637" y="-0.2413"/> +<vertex x="1.6637" y="-0.635"/> +<vertex x="2.1463" y="-0.635"/> +<vertex x="2.1463" y="-0.2413"/> +<vertex x="2.9337" y="-0.2413"/> +<vertex x="2.9337" y="-0.635"/> +<vertex x="3.4163" y="-0.635"/> +<vertex x="3.4163" y="-0.2413"/> +<vertex x="3.81" y="-0.2413"/> +<vertex x="3.81" y="0.2413"/> +<vertex x="3.4163" y="0.2413"/> +<vertex x="3.4163" y="0.635"/> +<vertex x="2.9337" y="0.635"/> +<vertex x="2.9337" y="0.2413"/> +<vertex x="2.1463" y="0.2413"/> +<vertex x="2.1463" y="0.635"/> +<vertex x="1.6637" y="0.635"/> +<vertex x="1.6637" y="0.2413"/> +<vertex x="1.27" y="0.2413"/> +</polygon> +</package> +<package name="TC2030-MCP-NL"> +<description><B>TAG-CONNECT ICSP Connector</B><BR><I>Manufacturer:</I> <a href="www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit Serial Programming. Designed for Microchip ICD2, suitable for many others.<BR> + +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>MCLR/Vpp</TD></TR> +<TR><TD align=center>2</TD><TD>Vdd</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>PGD (ISPDAT)</TD></TR> +<TR><TD align=center>5</TD><TD>PGC (ISPCLK)</TD></TR> +<TR><TD align=center>6</TD><TD>nc (used for LVP)</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> + +Ā©2009 ROFA.cz - modified and updated by Robert Darlington &#8249;rdarlington@gmail.com&#8250;</description> +<smd name="2" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="4" x="2.54" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="6" x="3.81" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="5" x="3.81" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="3" x="2.54" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="1" x="1.27" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<text x="-0.635" y="1.27" size="1.27" layer="25">>name</text> +<hole x="0" y="0" drill="0.889"/> +<hole x="5.08" y="-1.016" drill="0.889"/> +<hole x="5.08" y="1.016" drill="0.889"/> +<polygon width="0.0254" layer="39"> +<vertex x="1.27" y="-0.2413"/> +<vertex x="1.6637" y="-0.2413"/> +<vertex x="1.6637" y="-0.635"/> +<vertex x="2.1463" y="-0.635"/> +<vertex x="2.1463" y="-0.2413"/> +<vertex x="2.9337" y="-0.2413"/> +<vertex x="2.9337" y="-0.635"/> +<vertex x="3.4163" y="-0.635"/> +<vertex x="3.4163" y="-0.2413"/> +<vertex x="3.81" y="-0.2413"/> +<vertex x="3.81" y="0.2413"/> +<vertex x="3.4163" y="0.2413"/> +<vertex x="3.4163" y="0.635"/> +<vertex x="2.9337" y="0.635"/> +<vertex x="2.9337" y="0.2413"/> +<vertex x="2.1463" y="0.2413"/> +<vertex x="2.1463" y="0.635"/> +<vertex x="1.6637" y="0.635"/> +<vertex x="1.6637" y="0.2413"/> +<vertex x="1.27" y="0.2413"/> +</polygon> +</package> +<package name="TC2030-MCP-NL-CP"> +<description><B>TAG-CONNECT ICSP Connector</B><I>- with optional copper pads for steel alignment pins</I><BR><I>Manufacturer:</I> <a href="http://www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit Serial Programming. Designed for Microchip ICD2, suitable for many others. +<p> +<b>NOTE:</b> Eagle's default spacing for drill holes does not leave sufficent room for routing traces for this footprint and should be adjusted. <br> +This setting can be found in the board layout editor under the Edit menu. Select "Design Rules" and then the Distance tab. 8 mils for Drill/Hole works well. +<br> +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>MCLR/Vpp</TD></TR> +<TR><TD align=center>2</TD><TD>Vdd</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>PGD (ISPDAT)</TD></TR> +<TR><TD align=center>5</TD><TD>PGC (ISPCLK)</TD></TR> +<TR><TD align=center>6</TD><TD>nc (used for LVP)</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> + +<B>Note:</B> Suitable Receptacle pins are 0295-0-15-xx-06-xx-10-0 series from <a href="www.mill-max.com">Mill-Max</a><BR><BR> + +Ā©2009 ROFA.cz - modified and updated by Robert Darlington &#8249;rdarlington@gmail.com&#8250;</description> +<smd name="2" x="1.27" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="4" x="2.54" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="6" x="3.81" y="0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="5" x="3.81" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="3" x="2.54" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<smd name="1" x="1.27" y="-0.635" dx="0.7874" dy="0.7874" layer="1" roundness="100" cream="no"/> +<text x="-1.27" y="1.905" size="1.27" layer="25">>name</text> +<hole x="0" y="0" drill="1.6"/> +<hole x="5.08" y="1.016" drill="1.6"/> +<hole x="5.08" y="-1.016" drill="1.6"/> +<polygon width="0.0254" layer="39"> +<vertex x="1.27" y="-0.2413"/> +<vertex x="1.6637" y="-0.2413"/> +<vertex x="1.6637" y="-0.635"/> +<vertex x="2.1463" y="-0.635"/> +<vertex x="2.1463" y="-0.2413"/> +<vertex x="2.9337" y="-0.2413"/> +<vertex x="2.9337" y="-0.635"/> +<vertex x="3.4163" y="-0.635"/> +<vertex x="3.4163" y="-0.2413"/> +<vertex x="3.81" y="-0.2413"/> +<vertex x="3.81" y="0.2413"/> +<vertex x="3.4163" y="0.2413"/> +<vertex x="3.4163" y="0.635"/> +<vertex x="2.9337" y="0.635"/> +<vertex x="2.9337" y="0.2413"/> +<vertex x="2.1463" y="0.2413"/> +<vertex x="2.1463" y="0.635"/> +<vertex x="1.6637" y="0.635"/> +<vertex x="1.6637" y="0.2413"/> +<vertex x="1.27" y="0.2413"/> +</polygon> +<polygon width="0.0254" layer="16"> +<vertex x="3.556" y="-1.016" curve="90"/> +<vertex x="5.08" y="-2.54" curve="90"/> +<vertex x="6.604" y="-1.016"/> +<vertex x="6.604" y="1.016" curve="90"/> +<vertex x="5.08" y="2.54" curve="90"/> +<vertex x="3.556" y="1.016"/> +</polygon> +<polygon width="0.0254" layer="16"> +<vertex x="-1.524" y="0" curve="-90"/> +<vertex x="0" y="1.524" curve="-90"/> +<vertex x="1.524" y="0" curve="-90"/> +<vertex x="0" y="-1.524" curve="-90"/> +</polygon> +<polygon width="0.254" layer="30"> +<vertex x="3.556" y="-1.016" curve="90"/> +<vertex x="5.08" y="-2.54" curve="90"/> +<vertex x="6.604" y="-1.016"/> +<vertex x="6.604" y="1.016" curve="90"/> +<vertex x="5.08" y="2.54" curve="90"/> +<vertex x="3.556" y="1.016"/> +</polygon> +<polygon width="0.254" layer="30"> +<vertex x="-1.524" y="0" curve="-90"/> +<vertex x="0" y="1.524" curve="-90"/> +<vertex x="1.524" y="0" curve="-90"/> +<vertex x="0" y="-1.524" curve="-90"/> +</polygon> +</package> +</packages> +<symbols> +<symbol name="ATSAMD51"> +<pin name="GND@5" x="-35.56" y="-48.26" length="middle"/> +<pin name="GND@4" x="-35.56" y="-45.72" length="middle"/> +<pin name="GND@3" x="-35.56" y="-43.18" length="middle"/> +<pin name="GND@2" x="-35.56" y="-40.64" length="middle"/> +<pin name="GND@1" x="-35.56" y="-38.1" length="middle"/> +<pin name="VDDCORE" x="-35.56" y="-17.78" length="middle"/> +<pin name="VDDANA" x="-35.56" y="-12.7" length="middle"/> +<pin name="VDDIO@4" x="-35.56" y="-7.62" length="middle"/> +<pin name="VDDIO@3" x="-35.56" y="-5.08" length="middle"/> +<pin name="VDDIO@2" x="-35.56" y="-2.54" length="middle"/> +<pin name="VDDIO@1" x="-35.56" y="0" length="middle"/> +<pin name="PA00/SER1-0/TC2-0" x="43.18" y="0" length="middle" rot="R180"/> +<pin name="PA01/SER1-1/TC2-1" x="43.18" y="-2.54" length="middle" rot="R180"/> +<pin name="PA02/ADC0-1/DAC-0" x="43.18" y="-5.08" length="middle" rot="R180"/> +<pin name="PA03/ANAREF-VREFA/ADC0-1" x="43.18" y="-7.62" length="middle" rot="R180"/> +<pin name="PA04/ANAREF-VREFB/ADC0-4/SER0-0/TC0-0" x="43.18" y="-10.16" length="middle" rot="R180"/> +<pin name="PA05/ADC0-5/DAC-1/SER0-1/TC0-1" x="43.18" y="-12.7" length="middle" rot="R180"/> +<pin name="PA06/ANAREF-VREFC/ADC0-6/SER0-2/TC1-0" x="43.18" y="-15.24" length="middle" rot="R180"/> +<pin name="PA07/ADC0-7/SER0-3/TC1-1" x="43.18" y="-17.78" length="middle" rot="R180"/> +<pin name="PA08/ADC0-8/ADC1-2/SER0-0/SER2-1/TC0-0/TCC0-0" x="43.18" y="-20.32" length="middle" rot="R180"/> +<pin name="PA09/ADC0-9/ADC1-3/SER0-1/SER2-0/TC0-1/TCC0-1" x="43.18" y="-22.86" length="middle" rot="R180"/> +<pin name="PA10/ADC0-10/SER0-2/SER2-2/TC1-0/TCC0-2" x="43.18" y="-25.4" length="middle" rot="R180"/> +<pin name="PA11/ADC0-11/SER0-3/SER2-3/TC1-1/TCC0-3" x="43.18" y="-27.94" length="middle" rot="R180"/> +<pin name="PA12/SER2-0/SER4-1/TC2-0/TCC0-6" x="43.18" y="-30.48" length="middle" rot="R180"/> +<pin name="PA13/SER2-1/SER4-0/TC2-1/TCC0-7" x="43.18" y="-33.02" length="middle" rot="R180"/> +<pin name="PA14/SER2-2/SER4-2/TC3-0" x="43.18" y="-35.56" length="middle" rot="R180"/> +<pin name="PA15/SER2-3/SER4-3/TC3-1" x="43.18" y="-38.1" length="middle" rot="R180"/> +<pin name="PA16/SER1-0/SER3-1/TC2-0" x="43.18" y="-40.64" length="middle" rot="R180"/> +<pin name="PA17/SER1-1/SER3-0/TC2-1" x="43.18" y="-43.18" length="middle" rot="R180"/> +<pin name="PA18/SER1-2/SER3-2/TC3-0" x="43.18" y="-45.72" length="middle" rot="R180"/> +<pin name="PA19/SER1-3/SER3-3/TC3-1" x="43.18" y="-48.26" length="middle" rot="R180"/> +<pin name="PA20/SER5-2/SER3-2/TC7-0" x="43.18" y="-50.8" length="middle" rot="R180"/> +<pin name="PA21/SER5-3/SER3-3/TC7-1" x="43.18" y="-53.34" length="middle" rot="R180"/> +<pin name="PA22/SER3-0/SER5-1/TC4-0" x="43.18" y="-55.88" length="middle" rot="R180"/> +<pin name="PA23/SER3-1/SER5-0/TC4-1" x="43.18" y="-58.42" length="middle" rot="R180"/> +<pin name="PA24/SER3-2/SER5-2/TC5-0/USBDM" x="43.18" y="-60.96" length="middle" rot="R180"/> +<pin name="PA25/SER3-3/SER5-3/TC5-1/USBDP" x="43.18" y="-63.5" length="middle" rot="R180"/> +<pin name="PA27/GCLK-1" x="43.18" y="-66.04" length="middle" rot="R180"/> +<pin name="PA30/SER7-2/SER1-2/TC6-0/SWCLK" x="43.18" y="-68.58" length="middle" rot="R180"/> +<pin name="PA31/SER7-3/SER1-3/TC6-1" x="43.18" y="-71.12" length="middle" rot="R180"/> +<pin name="PB00/ADC0-12/SER5-2/TC7-0" x="43.18" y="-78.74" length="middle" rot="R180"/> +<pin name="PB01/ADC0-13/SER5-3/TC7-1" x="43.18" y="-81.28" length="middle" rot="R180"/> +<pin name="PB03/ADC0/SER5-1/TC6" x="43.18" y="-86.36" length="middle" rot="R180"/> +<pin name="PB04/ADC1-6" x="43.18" y="-88.9" length="middle" rot="R180"/> +<pin name="PB05/ADC1-7" x="43.18" y="-91.44" length="middle" rot="R180"/> +<pin name="PB06/ADC1-8" x="43.18" y="-93.98" length="middle" rot="R180"/> +<pin name="PB07/ADC1-9" x="43.18" y="-96.52" length="middle" rot="R180"/> +<pin name="PB08/ADC0-2/ADC1-9/SER4-0/TC4-0" x="43.18" y="-99.06" length="middle" rot="R180"/> +<pin name="PB09/ADC0-3/ADC1-1/SE4-1/TC4-1" x="43.18" y="-101.6" length="middle" rot="R180"/> +<pin name="PB10/SER4-2/TC5-0/TCC0-4" x="43.18" y="-104.14" length="middle" rot="R180"/> +<pin name="PB11/SER4-3/TC5-1/TCC0-5" x="43.18" y="-106.68" length="middle" rot="R180"/> +<pin name="PB12/SER4-0/TC4-0" x="43.18" y="-109.22" length="middle" rot="R180"/> +<pin name="PB13/SER4-1/TC4-1" x="43.18" y="-111.76" length="middle" rot="R180"/> +<pin name="PB14/SER4-2/TC5-0" x="43.18" y="-114.3" length="middle" rot="R180"/> +<pin name="PB15/SER4-3/TC5-1" x="43.18" y="-116.84" length="middle" rot="R180"/> +<pin name="PB16/SER5-0/TC6-0" x="43.18" y="-119.38" length="middle" rot="R180"/> +<pin name="PB17/SER5-1/TC6-1" x="43.18" y="-121.92" length="middle" rot="R180"/> +<pin name="PB22/SER1-2/SER5-2/TC7-0" x="43.18" y="-124.46" length="middle" rot="R180"/> +<pin name="PB23/SER1-3/SER5-3/TC7-1" x="43.18" y="-127" length="middle" rot="R180"/> +<pin name="PB30/SER7-0/SER5-1/TC0-0/SWDIO" x="43.18" y="-129.54" length="middle" rot="R180"/> +<pin name="RESETN" x="-35.56" y="-55.88" length="middle"/> +<pin name="PB31/SER7-1/SER5-0/TC0-1" x="43.18" y="-132.08" length="middle" rot="R180"/> +<pin name="PB02/ADC0-14/SER5-0/TC6-0" x="43.18" y="-83.82" length="middle" rot="R180"/> +<wire x1="-30.48" y1="5.08" x2="38.1" y2="5.08" width="0.254" layer="94"/> +<wire x1="38.1" y1="5.08" x2="38.1" y2="-137.16" width="0.254" layer="94"/> +<wire x1="38.1" y1="-137.16" x2="-30.48" y2="-137.16" width="0.254" layer="94"/> +<wire x1="-30.48" y1="-137.16" x2="-30.48" y2="5.08" width="0.254" layer="94"/> +<text x="-5.08" y="7.62" size="1.778" layer="95">>NAME</text> +<text x="-5.08" y="-142.24" size="1.778" layer="96">>VALUE</text> +<pin name="VSW" x="-35.56" y="-22.86" length="middle"/> +</symbol> +<symbol name="6-PIN-SWD"> +<wire x1="-10.16" y1="10.16" x2="-10.16" y2="-7.62" width="0.254" layer="94"/> +<wire x1="-10.16" y1="-7.62" x2="8.89" y2="-7.62" width="0.254" layer="94"/> +<wire x1="8.89" y1="-7.62" x2="8.89" y2="10.16" width="0.254" layer="94"/> +<wire x1="8.89" y1="10.16" x2="-10.16" y2="10.16" width="0.254" layer="94"/> +<circle x="5.842" y="9.144" radius="0.5679" width="0.254" layer="94"/> +<circle x="4.826" y="3.048" radius="0.5679" width="0.254" layer="94"/> +<circle x="6.858" y="3.048" radius="0.5679" width="0.254" layer="94"/> +<pin name="VDD" x="-12.7" y="7.62" length="short" direction="pwr"/> +<pin name="RESET" x="-12.7" y="5.08" length="short" direction="pwr"/> +<pin name="GND" x="-12.7" y="2.54" length="short" direction="pwr"/> +<pin name="TRACESWO" x="-12.7" y="0" length="short" direction="pwr"/> +<pin name="SWCLK" x="-12.7" y="-2.54" length="short" direction="in"/> +<pin name="SWDIO" x="-12.7" y="-5.08" length="short"/> +<polygon width="0.254" layer="94"> +<vertex x="6.096" y="7.62" curve="-90"/> +<vertex x="6.604" y="8.128" curve="-90"/> +<vertex x="7.112" y="7.62" curve="-90"/> +<vertex x="6.604" y="7.112" curve="-90"/> +</polygon> +<polygon width="0.254" layer="94"> +<vertex x="4.572" y="7.62" curve="-90"/> +<vertex x="5.08" y="8.128" curve="-90"/> +<vertex x="5.588" y="7.62" curve="-90"/> +<vertex x="5.08" y="7.112" curve="-90"/> +</polygon> +<polygon width="0.254" layer="94"> +<vertex x="6.096" y="6.096" curve="-90"/> +<vertex x="6.604" y="6.604" curve="-90"/> +<vertex x="7.112" y="6.096" curve="-90"/> +<vertex x="6.604" y="5.588" curve="-90"/> +</polygon> +<polygon width="0.254" layer="94"> +<vertex x="4.572" y="6.096" curve="-90"/> +<vertex x="5.08" y="6.604" curve="-90"/> +<vertex x="5.588" y="6.096" curve="-90"/> +<vertex x="5.08" y="5.588" curve="-90"/> +</polygon> +<polygon width="0.254" layer="94"> +<vertex x="4.572" y="4.572" curve="-90"/> +<vertex x="5.08" y="5.08" curve="-90"/> +<vertex x="5.588" y="4.572" curve="-90"/> +<vertex x="5.08" y="4.064" curve="-90"/> +</polygon> +<polygon width="0.254" layer="94"> +<vertex x="6.096" y="4.572" curve="-90"/> +<vertex x="6.604" y="5.08" curve="-90"/> +<vertex x="7.112" y="4.572" curve="-90"/> +<vertex x="6.604" y="4.064" curve="-90"/> +</polygon> +</symbol> +</symbols> +<devicesets> +<deviceset name="ATSAMD51" prefix="U"> +<gates> +<gate name="G$1" symbol="ATSAMD51" x="0" y="0"/> +</gates> +<devices> +<device name="QFN64" package="QFN-64-9X9MM"> +<connects> +<connect gate="G$1" pin="GND@1" pad="7"/> +<connect gate="G$1" pin="GND@2" pad="22"/> +<connect gate="G$1" pin="GND@3" pad="33"/> +<connect gate="G$1" pin="GND@4" pad="47"/> +<connect gate="G$1" pin="GND@5" pad="54"/> +<connect gate="G$1" pin="PA00/SER1-0/TC2-0" pad="1"/> +<connect gate="G$1" pin="PA01/SER1-1/TC2-1" pad="2"/> +<connect gate="G$1" pin="PA02/ADC0-1/DAC-0" pad="3"/> +<connect gate="G$1" pin="PA03/ANAREF-VREFA/ADC0-1" pad="4"/> +<connect gate="G$1" pin="PA04/ANAREF-VREFB/ADC0-4/SER0-0/TC0-0" pad="13"/> +<connect gate="G$1" pin="PA05/ADC0-5/DAC-1/SER0-1/TC0-1" pad="14"/> +<connect gate="G$1" pin="PA06/ANAREF-VREFC/ADC0-6/SER0-2/TC1-0" pad="15"/> +<connect gate="G$1" pin="PA07/ADC0-7/SER0-3/TC1-1" pad="16"/> +<connect gate="G$1" pin="PA08/ADC0-8/ADC1-2/SER0-0/SER2-1/TC0-0/TCC0-0" pad="17"/> +<connect gate="G$1" pin="PA09/ADC0-9/ADC1-3/SER0-1/SER2-0/TC0-1/TCC0-1" pad="18"/> +<connect gate="G$1" pin="PA10/ADC0-10/SER0-2/SER2-2/TC1-0/TCC0-2" pad="19"/> +<connect gate="G$1" pin="PA11/ADC0-11/SER0-3/SER2-3/TC1-1/TCC0-3" pad="20"/> +<connect gate="G$1" pin="PA12/SER2-0/SER4-1/TC2-0/TCC0-6" pad="29"/> +<connect gate="G$1" pin="PA13/SER2-1/SER4-0/TC2-1/TCC0-7" pad="30"/> +<connect gate="G$1" pin="PA14/SER2-2/SER4-2/TC3-0" pad="31"/> +<connect gate="G$1" pin="PA15/SER2-3/SER4-3/TC3-1" pad="32"/> +<connect gate="G$1" pin="PA16/SER1-0/SER3-1/TC2-0" pad="35"/> +<connect gate="G$1" pin="PA17/SER1-1/SER3-0/TC2-1" pad="36"/> +<connect gate="G$1" pin="PA18/SER1-2/SER3-2/TC3-0" pad="37"/> +<connect gate="G$1" pin="PA19/SER1-3/SER3-3/TC3-1" pad="38"/> +<connect gate="G$1" pin="PA20/SER5-2/SER3-2/TC7-0" pad="41"/> +<connect gate="G$1" pin="PA21/SER5-3/SER3-3/TC7-1" pad="42"/> +<connect gate="G$1" pin="PA22/SER3-0/SER5-1/TC4-0" pad="43"/> +<connect gate="G$1" pin="PA23/SER3-1/SER5-0/TC4-1" pad="44"/> +<connect gate="G$1" pin="PA24/SER3-2/SER5-2/TC5-0/USBDM" pad="45"/> +<connect gate="G$1" pin="PA25/SER3-3/SER5-3/TC5-1/USBDP" pad="46"/> +<connect gate="G$1" pin="PA27/GCLK-1" pad="51"/> +<connect gate="G$1" pin="PA30/SER7-2/SER1-2/TC6-0/SWCLK" pad="57"/> +<connect gate="G$1" pin="PA31/SER7-3/SER1-3/TC6-1" pad="58"/> +<connect gate="G$1" pin="PB00/ADC0-12/SER5-2/TC7-0" pad="61"/> +<connect gate="G$1" pin="PB01/ADC0-13/SER5-3/TC7-1" pad="62"/> +<connect gate="G$1" pin="PB02/ADC0-14/SER5-0/TC6-0" pad="63"/> +<connect gate="G$1" pin="PB03/ADC0/SER5-1/TC6" pad="64"/> +<connect gate="G$1" pin="PB04/ADC1-6" pad="5"/> +<connect gate="G$1" pin="PB05/ADC1-7" pad="6"/> +<connect gate="G$1" pin="PB06/ADC1-8" pad="9"/> +<connect gate="G$1" pin="PB07/ADC1-9" pad="10"/> +<connect gate="G$1" pin="PB08/ADC0-2/ADC1-9/SER4-0/TC4-0" pad="11"/> +<connect gate="G$1" pin="PB09/ADC0-3/ADC1-1/SE4-1/TC4-1" pad="12"/> +<connect gate="G$1" pin="PB10/SER4-2/TC5-0/TCC0-4" pad="23"/> +<connect gate="G$1" pin="PB11/SER4-3/TC5-1/TCC0-5" pad="24"/> +<connect gate="G$1" pin="PB12/SER4-0/TC4-0" pad="25"/> +<connect gate="G$1" pin="PB13/SER4-1/TC4-1" pad="26"/> +<connect gate="G$1" pin="PB14/SER4-2/TC5-0" pad="27"/> +<connect gate="G$1" pin="PB15/SER4-3/TC5-1" pad="28"/> +<connect gate="G$1" pin="PB16/SER5-0/TC6-0" pad="39"/> +<connect gate="G$1" pin="PB17/SER5-1/TC6-1" pad="40"/> +<connect gate="G$1" pin="PB22/SER1-2/SER5-2/TC7-0" pad="49"/> +<connect gate="G$1" pin="PB23/SER1-3/SER5-3/TC7-1" pad="50"/> +<connect gate="G$1" pin="PB30/SER7-0/SER5-1/TC0-0/SWDIO" pad="59"/> +<connect gate="G$1" pin="PB31/SER7-1/SER5-0/TC0-1" pad="60"/> +<connect gate="G$1" pin="RESETN" pad="52"/> +<connect gate="G$1" pin="VDDANA" pad="8"/> +<connect gate="G$1" pin="VDDCORE" pad="53"/> +<connect gate="G$1" pin="VDDIO@1" pad="21"/> +<connect gate="G$1" pin="VDDIO@2" pad="34"/> +<connect gate="G$1" pin="VDDIO@3" pad="48"/> +<connect gate="G$1" pin="VDDIO@4" pad="56"/> +<connect gate="G$1" pin="VSW" pad="55"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="TC2030-SWD" prefix="J" uservalue="yes"> +<description><h3>TAG-CONNECT ICSP Connector</h3><BR><I>Manufacturer:</I> <a href="http://www.tag-connect.com">Tag-Connect</a><BR> +<BR>Cable for easy In-Circuit Serial Programming. Designed for Microchip ICD2, suitable for many others.<BR> +Two variants - one "with legs" (for hands-free fit on PCB) and another "without legs" for quick programming. + +<p> +<TABLE cellspacing=0 cellpadding=0 border=0> +<TR><TD width=20></TD><TD> +<TABLE cellspacing=0 cellpadding=1 border=1> +<TR bgcolor=silver><TD align=center>PAD</TD><TD align=center>Description</TD></TR> +<TR><TD align=center>1</TD><TD>MCLR/Vpp</TD></TR> +<TR><TD align=center>2</TD><TD>Vdd</TD></TR> +<TR><TD align=center>3</TD><TD>GND</TD></TR> +<TR><TD align=center>4</TD><TD>PGD (ISPDAT)</TD></TR> +<TR><TD align=center>5</TD><TD>PGC (ISPCLK)</TD></TR> +<TR><TD align=center>6</TD><TD>nc (used for LVP)</TD></TR> +</TABLE> +</TD></TR></TABLE><BR><BR> + +Ā©2009 ROFA.cz - modified and updated by Robert Darlington &#8249;rdarlington@gmail.com&#8250;</description> +<gates> +<gate name="G$1" symbol="6-PIN-SWD" x="0" y="0"/> +</gates> +<devices> +<device name="-MCP" package="TC2030-MCP"> +<connects> +<connect gate="G$1" pin="GND" pad="3"/> +<connect gate="G$1" pin="RESET" pad="2"/> +<connect gate="G$1" pin="SWCLK" pad="4"/> +<connect gate="G$1" pin="SWDIO" pad="6"/> +<connect gate="G$1" pin="TRACESWO" pad="5"/> +<connect gate="G$1" pin="VDD" pad="1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="-MCP-NL" package="TC2030-MCP-NL"> +<connects> +<connect gate="G$1" pin="GND" pad="3"/> +<connect gate="G$1" pin="RESET" pad="2"/> +<connect gate="G$1" pin="SWCLK" pad="4"/> +<connect gate="G$1" pin="SWDIO" pad="6"/> +<connect gate="G$1" pin="TRACESWO" pad="5"/> +<connect gate="G$1" pin="VDD" pad="1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="" package="TC2030-MCP-NL-CP"> +<connects> +<connect gate="G$1" pin="GND" pad="3"/> +<connect gate="G$1" pin="RESET" pad="2"/> +<connect gate="G$1" pin="SWCLK" pad="4"/> +<connect gate="G$1" pin="SWDIO" pad="6"/> +<connect gate="G$1" pin="TRACESWO" pad="5"/> +<connect gate="G$1" pin="VDD" pad="1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="borkedlabs-passives"> +<packages> +<package name="0805"> +<smd name="1" x="-0.9" y="0" dx="0.8" dy="1.2" layer="1"/> +<smd name="2" x="0.9" y="0" dx="0.8" dy="1.2" layer="1"/> +<text x="-0.762" y="0.8255" size="1.016" layer="25">>NAME</text> +<text x="-1.016" y="-2.032" size="1.016" layer="27">>VALUE</text> +</package> +<package name="0603-CAP"> +<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="-0.356" y1="0.432" x2="0.356" y2="0.432" width="0.1016" layer="51"/> +<wire x1="-0.356" y1="-0.419" x2="0.356" y2="-0.419" width="0.1016" layer="51"/> +<smd name="1" x="-0.85" y="0" dx="1.1" dy="1" layer="1"/> +<smd name="2" x="0.85" y="0" dx="1.1" dy="1" layer="1"/> +<text x="-0.889" y="1.397" size="1.016" layer="25">>NAME</text> +<text x="-1.016" y="-2.413" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-0.8382" y1="-0.4699" x2="-0.3381" y2="0.4801" layer="51"/> +<rectangle x1="0.3302" y1="-0.4699" x2="0.8303" y2="0.4801" layer="51"/> +<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> +</package> +<package name="0402-CAP"> +<description><b>CAPACITOR</b><p> +chip</description> +<wire x1="-0.245" y1="0.224" x2="0.245" y2="0.224" width="0.1524" layer="51"/> +<wire x1="0.245" y1="-0.224" x2="-0.245" y2="-0.224" width="0.1524" layer="51"/> +<wire x1="-1.473" y1="0.483" x2="1.473" y2="0.483" width="0.0508" layer="39"/> +<wire x1="1.473" y1="0.483" x2="1.473" y2="-0.483" width="0.0508" layer="39"/> +<wire x1="1.473" y1="-0.483" x2="-1.473" y2="-0.483" width="0.0508" layer="39"/> +<wire x1="-1.473" y1="-0.483" x2="-1.473" y2="0.483" width="0.0508" layer="39"/> +<wire x1="0" y1="0.0305" x2="0" y2="-0.0305" width="0.4064" layer="21"/> +<smd name="1" x="-0.65" y="0" dx="0.7" dy="0.9" layer="1"/> +<smd name="2" x="0.65" y="0" dx="0.7" dy="0.9" layer="1"/> +<text x="-0.889" y="0.6985" size="1.016" layer="25">>NAME</text> +<text x="-1.0795" y="-2.413" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-0.554" y1="-0.3048" x2="-0.254" y2="0.2951" layer="51"/> +<rectangle x1="0.2588" y1="-0.3048" x2="0.5588" y2="0.2951" layer="51"/> +<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> +</package> +<package name="1210"> +<wire x1="-1.6" y1="1.3" x2="1.6" y2="1.3" width="0.127" layer="51"/> +<wire x1="1.6" y1="1.3" x2="1.6" y2="-1.3" width="0.127" layer="51"/> +<wire x1="1.6" y1="-1.3" x2="-1.6" y2="-1.3" width="0.127" layer="51"/> +<wire x1="-1.6" y1="-1.3" x2="-1.6" y2="1.3" width="0.127" layer="51"/> +<wire x1="-1.6" y1="1.3" x2="1.6" y2="1.3" width="0.2032" layer="21"/> +<wire x1="-1.6" y1="-1.3" x2="1.6" y2="-1.3" width="0.2032" layer="21"/> +<smd name="1" x="-1.6" y="0" dx="1.2" dy="2" layer="1"/> +<smd name="2" x="1.6" y="0" dx="1.2" dy="2" layer="1"/> +<text x="-2.07" y="1.77" size="1.016" layer="25">>NAME</text> +<text x="-2.17" y="-3.24" size="1.016" layer="27">>VALUE</text> +</package> +<package name="1206"> +<wire x1="-2.473" y1="0.983" x2="2.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="2.473" y1="-0.983" x2="-2.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-2.473" y1="-0.983" x2="-2.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="2.473" y1="0.983" x2="2.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-0.965" y1="0.787" x2="0.965" y2="0.787" width="0.1016" layer="51"/> +<wire x1="-0.965" y1="-0.787" x2="0.965" y2="-0.787" width="0.1016" layer="51"/> +<smd name="1" x="-1.4" y="0" dx="1.6" dy="1.8" layer="1"/> +<smd name="2" x="1.4" y="0" dx="1.6" dy="1.8" layer="1"/> +<text x="-1.27" y="1.143" size="1.016" layer="25">>NAME</text> +<text x="-1.397" y="-2.794" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-1.7018" y1="-0.8509" x2="-0.9517" y2="0.8491" layer="51"/> +<rectangle x1="0.9517" y1="-0.8491" x2="1.7018" y2="0.8509" layer="51"/> +<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/> +</package> +<package name="744777920-INDUCTOR"> +<smd name="P$1" x="0" y="3" dx="1.7" dy="2" layer="1"/> +<smd name="P$2" x="0" y="-3" dx="1.7" dy="2" layer="1"/> +<wire x1="-4" y1="0" x2="-4" y2="3" width="0.127" layer="21"/> +<wire x1="-4" y1="3" x2="-3" y2="4" width="0.127" layer="21" curve="-90"/> +<wire x1="-3" y1="4" x2="3" y2="4" width="0.127" layer="21"/> +<wire x1="3" y1="4" x2="4" y2="3" width="0.127" layer="21" curve="-90"/> +<wire x1="4" y1="3" x2="4" y2="-3" width="0.127" layer="21"/> +<wire x1="4" y1="-3" x2="3" y2="-4" width="0.127" layer="21" curve="-90"/> +<wire x1="3" y1="-4" x2="-3" y2="-4" width="0.127" layer="21"/> +<wire x1="-3" y1="-4" x2="-4" y2="-3" width="0.127" layer="21" curve="-90"/> +<wire x1="-4" y1="-3" x2="-4" y2="0" width="0.127" layer="21"/> +<rectangle x1="-4" y1="-4" x2="4" y2="4" layer="39"/> +<text x="5.08" y="2.54" size="1.016" layer="25">>NAME</text> +<text x="5.08" y="1.27" size="1.016" layer="27">>VALUE</text> +</package> +<package name="0603-RES"> +<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/> +<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/> +<wire x1="-0.356" y1="0.432" x2="0.356" y2="0.432" width="0.1016" layer="51"/> +<wire x1="-0.356" y1="-0.419" x2="0.356" y2="-0.419" width="0.1016" layer="51"/> +<smd name="1" x="-0.85" y="0" dx="1.1" dy="1" layer="1"/> +<smd name="2" x="0.85" y="0" dx="1.1" dy="1" layer="1"/> +<text x="-0.889" y="1.397" size="1.016" layer="25">>NAME</text> +<text x="-1.016" y="-2.413" size="1.016" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-0.8382" y1="-0.4699" x2="-0.3381" y2="0.4801" layer="51"/> +<rectangle x1="0.3302" y1="-0.4699" x2="0.8303" y2="0.4801" layer="51"/> +<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> +<rectangle x1="-0.2286" y1="-0.381" x2="0.2286" y2="0.381" layer="21"/> +</package> +<package name="SPM6530-IND"> +<smd name="1" x="0" y="2.775" dx="3.4" dy="1.85" layer="1"/> +<smd name="2" x="0" y="-2.775" dx="3.4" dy="1.85" layer="1"/> +<wire x1="-3.25" y1="3.85" x2="-3.25" y2="-3.85" width="0.127" layer="21"/> +<wire x1="-3.25" y1="-3.85" x2="3.25" y2="-3.85" width="0.127" layer="21"/> +<wire x1="3.25" y1="-3.85" x2="3.25" y2="3.85" width="0.127" layer="21"/> +<wire x1="3.25" y1="3.85" x2="-3.25" y2="3.85" width="0.127" layer="21"/> +<text x="3.81" y="2.54" size="1.016" layer="25">>NAME</text> +<text x="3.81" y="-3.81" size="1.016" layer="27">>VALUE</text> +</package> +<package name="IHLP-5050FD-01-IND"> +<smd name="1" x="0" y="5.4102" dx="4.953" dy="2.9464" layer="1"/> +<smd name="2" x="0" y="-5.4102" dx="4.953" dy="2.9464" layer="1"/> +<wire x1="6.4516" y1="6.604" x2="6.4516" y2="-6.604" width="0.127" layer="21"/> +<wire x1="3.81" y1="-6.604" x2="6.4516" y2="-6.604" width="0.127" layer="21"/> +<wire x1="6.4516" y1="6.604" x2="3.81" y2="6.604" width="0.127" layer="21"/> +<wire x1="-3.81" y1="6.604" x2="-6.4516" y2="6.604" width="0.127" layer="21"/> +<wire x1="-6.4516" y1="6.604" x2="-6.4516" y2="-6.604" width="0.127" layer="21"/> +<wire x1="-6.4516" y1="-6.604" x2="-3.81" y2="-6.604" width="0.127" layer="21"/> +<text x="5.08" y="7.62" size="1.016" layer="25">>NAME</text> +<text x="5.08" y="-8.89" size="1.016" layer="27">>VALUE</text> +</package> +<package name="7443340330-IND"> +<smd name="P$1" x="0" y="3.35" dx="3" dy="2.3" layer="1"/> +<smd name="P$2" x="0" y="-3.35" dx="3" dy="2.3" layer="1"/> +<wire x1="-2" y1="4" x2="-4" y2="4" width="0.127" layer="21"/> +<wire x1="-4" y1="4" x2="-4" y2="-4" width="0.127" layer="21"/> +<wire x1="-4" y1="-4" x2="-2" y2="-4" width="0.127" layer="21"/> +<wire x1="2" y1="-4" x2="4" y2="-4" width="0.127" layer="21"/> +<wire x1="4" y1="-4" x2="4" y2="4" width="0.127" layer="21"/> +<wire x1="4" y1="4" x2="2" y2="4" width="0.127" layer="21"/> +<text x="3" y="5" size="1.016" layer="25">>NAME</text> +<text x="3" y="-6" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-1.15" y1="2.95" x2="1.15" y2="4.45" layer="51"/> +<rectangle x1="-1.15" y1="-4.45" x2="1.15" y2="-2.95" layer="51"/> +</package> +<package name="0402-RES"> +<description><b>CAPACITOR</b><p> +chip</description> +<wire x1="-0.245" y1="0.224" x2="0.245" y2="0.224" width="0.1524" layer="51"/> +<wire x1="0.245" y1="-0.224" x2="-0.245" y2="-0.224" width="0.1524" layer="51"/> +<wire x1="-1.473" y1="0.483" x2="1.473" y2="0.483" width="0.0508" layer="39"/> +<wire x1="1.473" y1="0.483" x2="1.473" y2="-0.483" width="0.0508" layer="39"/> +<wire x1="1.473" y1="-0.483" x2="-1.473" y2="-0.483" width="0.0508" layer="39"/> +<wire x1="-1.473" y1="-0.483" x2="-1.473" y2="0.483" width="0.0508" layer="39"/> +<smd name="1" x="-0.65" y="0" dx="0.7" dy="0.9" layer="1"/> +<smd name="2" x="0.65" y="0" dx="0.7" dy="0.9" layer="1"/> +<text x="-0.889" y="0.6985" size="1.016" layer="25">>NAME</text> +<text x="-1.0795" y="-1.778" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-0.554" y1="-0.3048" x2="-0.254" y2="0.2951" layer="51"/> +<rectangle x1="0.2588" y1="-0.3048" x2="0.5588" y2="0.2951" layer="51"/> +<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/> +<rectangle x1="-0.2032" y1="-0.3556" x2="0.2032" y2="0.3556" layer="21"/> +</package> +<package name="8X8-IND"> +<smd name="1" x="0" y="3.2" dx="2.2" dy="1.6" layer="1"/> +<smd name="2" x="0" y="-3.2" dx="2.2" dy="1.6" layer="1"/> +<wire x1="2" y1="-4" x2="4" y2="-4" width="0.127" layer="21"/> +<wire x1="4" y1="-4" x2="4" y2="4" width="0.127" layer="21"/> +<wire x1="4" y1="4" x2="2" y2="4" width="0.127" layer="21"/> +<wire x1="-2" y1="4" x2="-4" y2="4" width="0.127" layer="21"/> +<wire x1="-4" y1="4" x2="-4" y2="-4" width="0.127" layer="21"/> +<wire x1="-4" y1="-4" x2="-2" y2="-4" width="0.127" layer="21"/> +<text x="-5" y="5" size="1.27" layer="25">>NAME</text> +<text x="-5" y="-6" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-3.81" y1="-3.81" x2="3.81" y2="3.81" layer="39"/> +</package> +<package name="744029100-IND"> +<smd name="1" x="0" y="1.1" dx="3.2" dy="1" layer="1"/> +<smd name="2" x="0" y="-1.1" dx="3.2" dy="1" layer="1"/> +<wire x1="-2" y1="2" x2="-2" y2="-2" width="0.127" layer="21"/> +<wire x1="-2" y1="-2" x2="2" y2="-2" width="0.127" layer="21"/> +<wire x1="2" y1="-2" x2="2" y2="2" width="0.127" layer="21"/> +<wire x1="2" y1="2" x2="-2" y2="2" width="0.127" layer="21"/> +<text x="-3" y="2.3" size="1.27" layer="25">>NAME</text> +<text x="-3" y="-3.6" size="1.27" layer="27">>VALUE</text> +</package> +<package name="7447709470-IND"> +<smd name="1" x="0" y="4.95" dx="5.4" dy="2.9" layer="1"/> +<smd name="2" x="0" y="-4.95" dx="5.4" dy="2.9" layer="1"/> +<wire x1="-3" y1="6" x2="-6" y2="6" width="0.127" layer="21"/> +<wire x1="-6" y1="6" x2="-6" y2="-6" width="0.127" layer="21"/> +<wire x1="-6" y1="-6" x2="-3" y2="-6" width="0.127" layer="21"/> +<wire x1="3" y1="-6" x2="6" y2="-6" width="0.127" layer="21"/> +<wire x1="6" y1="-6" x2="6" y2="6" width="0.127" layer="21"/> +<wire x1="6" y1="6" x2="3" y2="6" width="0.127" layer="21"/> +<text x="-7" y="8" size="1.27" layer="25">>NAME</text> +<text x="-7" y="-9" size="1.27" layer="27">>VALUE</text> +</package> +<package name="7447789002-IND"> +<smd name="1" x="0" y="3" dx="1.7" dy="2" layer="1"/> +<smd name="2" x="0" y="-3" dx="1.7" dy="2" layer="1"/> +<wire x1="2" y1="-4" x2="4" y2="-4" width="0.127" layer="21"/> +<wire x1="4" y1="-4" x2="4" y2="4" width="0.127" layer="21"/> +<wire x1="4" y1="4" x2="2" y2="4" width="0.127" layer="21"/> +<wire x1="-2" y1="4" x2="-4" y2="4" width="0.127" layer="21"/> +<wire x1="-4" y1="4" x2="-4" y2="-4" width="0.127" layer="21"/> +<wire x1="-4" y1="-4" x2="-2" y2="-4" width="0.127" layer="21"/> +<text x="-5" y="5" size="1.27" layer="25">>NAME</text> +<text x="-5" y="-6" size="1.27" layer="27">>VALUE</text> +<rectangle x1="-3.81" y1="-3.81" x2="3.81" y2="3.81" layer="39"/> +</package> +<package name="R2010"> +<description><b>RESISTOR</b><p> +chip</description> +<wire x1="-1.662" y1="1.245" x2="1.662" y2="1.245" width="0.1524" layer="51"/> +<wire x1="-1.637" y1="-1.245" x2="1.687" y2="-1.245" width="0.1524" layer="51"/> +<wire x1="-3.473" y1="1.483" x2="3.473" y2="1.483" width="0.0508" layer="39"/> +<wire x1="3.473" y1="1.483" x2="3.473" y2="-1.483" width="0.0508" layer="39"/> +<wire x1="3.473" y1="-1.483" x2="-3.473" y2="-1.483" width="0.0508" layer="39"/> +<wire x1="-3.473" y1="-1.483" x2="-3.473" y2="1.483" width="0.0508" layer="39"/> +<wire x1="-1.027" y1="1.245" x2="1.027" y2="1.245" width="0.1524" layer="21"/> +<wire x1="-1.002" y1="-1.245" x2="1.016" y2="-1.245" width="0.1524" layer="21"/> +<smd name="1" x="-2.2" y="0" dx="1.8" dy="2.7" layer="1"/> +<smd name="2" x="2.2" y="0" dx="1.8" dy="2.7" layer="1"/> +<text x="-2.54" y="1.5875" size="1.016" layer="25">>NAME</text> +<text x="-2.54" y="-3.302" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-2.4892" y1="-1.3208" x2="-1.6393" y2="1.3292" layer="51"/> +<rectangle x1="1.651" y1="-1.3208" x2="2.5009" y2="1.3292" layer="51"/> +</package> +<package name="R2512"> +<wire x1="-2.362" y1="1.473" x2="2.387" y2="1.473" width="0.1524" layer="51"/> +<wire x1="-2.362" y1="-1.473" x2="2.387" y2="-1.473" width="0.1524" layer="51"/> +<smd name="1" x="-2.8" y="0" dx="1.8" dy="3.2" layer="1"/> +<smd name="2" x="2.8" y="0" dx="1.8" dy="3.2" layer="1"/> +<text x="-2.54" y="1.905" size="1.016" layer="25">>NAME</text> +<text x="-2.54" y="-3.175" size="1.016" layer="27">>VALUE</text> +<rectangle x1="-3.2004" y1="-1.5494" x2="-2.3505" y2="1.5507" layer="51"/> +<rectangle x1="2.3622" y1="-1.5494" x2="3.2121" y2="1.5507" layer="51"/> +</package> +<package name="TO220ACS"> +<description><B>DIODE</B><p> +2-lead molded, vertical</description> +<wire x1="5.08" y1="-1.143" x2="4.953" y2="-4.064" width="0.1524" layer="21"/> +<wire x1="4.699" y1="-4.318" x2="4.953" y2="-4.064" width="0.1524" layer="21"/> +<wire x1="4.699" y1="-4.318" x2="-4.699" y2="-4.318" width="0.1524" layer="21"/> +<wire x1="-4.953" y1="-4.064" x2="-4.699" y2="-4.318" width="0.1524" layer="21"/> +<wire x1="-4.953" y1="-4.064" x2="-5.08" y2="-1.143" width="0.1524" layer="21"/> +<circle x="-4.4958" y="-3.7084" radius="0.254" width="0" layer="21"/> +<pad name="C" x="-2.54" y="-2.54" drill="1.016" shape="long" rot="R90"/> +<pad name="A" x="2.54" y="-2.54" drill="1.016" shape="long" rot="R90"/> +<text x="-5.08" y="-6.0452" size="1.016" layer="25" ratio="10">>NAME</text> +<text x="-5.08" y="-7.62" size="1.016" layer="27" ratio="10">>VALUE</text> +<rectangle x1="-5.334" y1="-0.762" x2="5.334" y2="0" layer="21"/> +<rectangle x1="-5.334" y1="-1.27" x2="-3.429" y2="-0.762" layer="21"/> +<rectangle x1="-3.429" y1="-1.27" x2="-1.651" y2="-0.762" layer="51"/> +<rectangle x1="3.429" y1="-1.27" x2="5.334" y2="-0.762" layer="21"/> +<rectangle x1="1.651" y1="-1.27" x2="3.429" y2="-0.762" layer="51"/> +<rectangle x1="-1.651" y1="-1.27" x2="1.651" y2="-0.762" layer="21"/> +</package> +</packages> +<symbols> +<symbol name="CAP"> +<wire x1="0" y1="2.54" x2="0" y2="2.032" width="0.1524" layer="94"/> +<wire x1="0" y1="0" x2="0" y2="0.508" width="0.1524" layer="94"/> +<text x="1.524" y="2.921" size="1.778" layer="95">>NAME</text> +<text x="1.524" y="-2.159" size="1.778" layer="96">>VALUE</text> +<rectangle x1="-2.032" y1="0.508" x2="2.032" y2="1.016" layer="94"/> +<rectangle x1="-2.032" y1="1.524" x2="2.032" y2="2.032" layer="94"/> +<pin name="1" x="0" y="5.08" visible="off" length="short" direction="pas" swaplevel="1" rot="R270"/> +<pin name="2" x="0" y="-2.54" visible="off" length="short" direction="pas" swaplevel="1" rot="R90"/> +<text x="1.524" y="-4.064" size="1.27" layer="97">>PACKAGE</text> +<text x="1.524" y="-5.842" size="1.27" layer="97">>VOLTAGE</text> +<text x="1.524" y="-7.62" size="1.27" layer="97">>TYPE</text> +</symbol> +<symbol name="INDUCTOR"> +<wire x1="0" y1="5.08" x2="1.27" y2="3.81" width="0.254" layer="94" curve="-90" cap="flat"/> +<wire x1="0" y1="2.54" x2="1.27" y2="3.81" width="0.254" layer="94" curve="90" cap="flat"/> +<wire x1="0" y1="2.54" x2="1.27" y2="1.27" width="0.254" layer="94" curve="-90" cap="flat"/> +<wire x1="0" y1="0" x2="1.27" y2="1.27" width="0.254" layer="94" curve="90" cap="flat"/> +<wire x1="0" y1="0" x2="1.27" y2="-1.27" width="0.254" layer="94" curve="-90" cap="flat"/> +<wire x1="0" y1="-2.54" x2="1.27" y2="-1.27" width="0.254" layer="94" curve="90" cap="flat"/> +<wire x1="0" y1="-2.54" x2="1.27" y2="-3.81" width="0.254" layer="94" curve="-90" cap="flat"/> +<wire x1="0" y1="-5.08" x2="1.27" y2="-3.81" width="0.254" layer="94" curve="90" cap="flat"/> +<text x="-1.27" y="-5.08" size="1.778" layer="95" rot="R90">>NAME</text> +<text x="3.81" y="-5.08" size="1.778" layer="96" rot="R90">>VALUE</text> +<pin name="2" x="0" y="-7.62" visible="off" length="short" direction="pas" swaplevel="1" rot="R90"/> +<pin name="1" x="0" y="7.62" visible="off" length="short" direction="pas" swaplevel="1" rot="R270"/> +<text x="6.35" y="-5.08" size="1.27" layer="97" rot="R90">>PACKAGE</text> +</symbol> +<symbol name="RESISTOR"> +<wire x1="-2.54" y1="0" x2="-2.159" y2="1.016" width="0.1524" layer="94"/> +<wire x1="-2.159" y1="1.016" x2="-1.524" y2="-1.016" width="0.1524" layer="94"/> +<wire x1="-1.524" y1="-1.016" x2="-0.889" y2="1.016" width="0.1524" layer="94"/> +<wire x1="-0.889" y1="1.016" x2="-0.254" y2="-1.016" width="0.1524" layer="94"/> +<wire x1="-0.254" y1="-1.016" x2="0.381" y2="1.016" width="0.1524" layer="94"/> +<wire x1="0.381" y1="1.016" x2="1.016" y2="-1.016" width="0.1524" layer="94"/> +<wire x1="1.016" y1="-1.016" x2="1.651" y2="1.016" width="0.1524" layer="94"/> +<wire x1="1.651" y1="1.016" x2="2.286" y2="-1.016" width="0.1524" layer="94"/> +<wire x1="2.286" y1="-1.016" x2="2.54" y2="0" width="0.1524" layer="94"/> +<text x="-3.81" y="1.4986" size="1.778" layer="95">>NAME</text> +<text x="-3.81" y="-3.302" size="1.778" layer="96">>VALUE</text> +<pin name="2" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> +<pin name="1" x="-5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> +<text x="-3.81" y="-6.858" size="1.27" layer="97">>PRECISION</text> +<text x="-3.81" y="-5.08" size="1.27" layer="97">>PACKAGE</text> +</symbol> +</symbols> +<devicesets> +<deviceset name="CAP" prefix="C" uservalue="yes"> +<description><b>Capacitor</b> +Standard 0603 ceramic capacitor, and 0.1" leaded capacitor.</description> +<gates> +<gate name="G$1" symbol="CAP" x="0" y="0"/> +</gates> +<devices> +<device name="0805" package="0805"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13290/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="0805"/> +<attribute name="TYPE" value="" constant="no"/> +<attribute name="VOLTAGE" value="" constant="no"/> </technology> </technologies> </device> -<device name="L2012C" package="L2012C"> +<device name="0603-CAP" package="0603-CAP"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13277/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="0603"/> +<attribute name="TYPE" value="" constant="no"/> +<attribute name="VOLTAGE" value="" constant="no"/> </technology> </technologies> </device> -<device name="L2825P" package="L2825P"> +<device name="0402-CAP" package="0402-CAP"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13280/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="0402"/> +<attribute name="TYPE" value="" constant="no"/> +<attribute name="VOLTAGE" value="" constant="no"/> </technology> </technologies> </device> -<device name="L3216C" package="L3216C"> +<device name="1210" package="1210"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13284/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="1210" constant="no"/> +<attribute name="TYPE" value="" constant="no"/> +<attribute name="VOLTAGE" value="" constant="no"/> </technology> </technologies> </device> -<device name="L3225M" package="L3225M"> +<device name="1206" package="1206"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13282/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="1206" constant="no"/> +<attribute name="TYPE" value="" constant="no"/> +<attribute name="VOLTAGE" value="" constant="no"/> </technology> </technologies> </device> -<device name="L3225P" package="L3225P"> +</devices> +</deviceset> +<deviceset name="INDUCTOR" prefix="L" uservalue="yes"> +<gates> +<gate name="G$1" symbol="INDUCTOR" x="0" y="0"/> +</gates> +<devices> +<device name="-744777920" package="744777920-INDUCTOR"> <connects> -<connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="1" pad="P$1"/> +<connect gate="G$1" pin="2" pad="P$2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13283/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="L3230M" package="L3230M"> +<device name="-0805" package="0805"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13285/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="0805"/> </technology> </technologies> </device> -<device name="L4035M" package="L4035M"> +<device name="-0603" package="0603-RES"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13291/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="0603"/> </technology> </technologies> </device> -<device name="L4516C" package="L4516C"> +<device name="-SPM6530" package="SPM6530-IND"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13286/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="L4532C" package="L4532M"> +<device name="-IHLP-5050FD-01" package="IHLP-5050FD-01-IND"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13295/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="L4532P" package="L4532P"> +<device name="-7443340330" package="7443340330-IND"> <connects> -<connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="1" pad="P$1"/> +<connect gate="G$1" pin="2" pad="P$2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13289/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="7443340330"/> </technology> </technologies> </device> -<device name="L5038P" package="L5038P"> +<device name="-0402" package="0402-RES"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13288/1"/> -</package3dinstances> <technologies> <technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> +<attribute name="PACKAGE" value="0402"/> </technology> </technologies> </device> -<device name="L5650M" package="L5650M"> +<device name="-744778002" package="8X8-IND"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13298/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> +<technology name=""/> </technologies> </device> -<device name="L8530M" package="L8530M"> +<device name="-744029100" package="744029100-IND"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> </connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13293/1"/> -</package3dinstances> -<technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="L" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -<deviceset name="LED_E" urn="urn:adsk.eagle:component:13323/1" prefix="LED" uservalue="yes" library_version="1"> -<description><b>LED</b><p> -Source: http://www.osram.convergy.de<p> -Source: www.luxeon.com<p> -Source: www.kingbright.com</description> -<gates> -<gate name="G$1" symbol="LED_LED" x="0" y="0"/> -</gates> -<devices> -<device name="" package="LED_1206"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13319/1"/> -</package3dinstances> -<technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="D" constant="no"/> -<attribute name="SPICETYPE" value="diode" constant="no"/> -</technology> -</technologies> -</device> -<device name="LD260" package="LED_LD260"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13313/1"/> -</package3dinstances> -<technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="D" constant="no"/> -<attribute name="SPICETYPE" value="diode" constant="no"/> -</technology> -</technologies> -</device> -<device name="SML0603" package="LED_SML0603"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<package3dinstances> -<package3dinstance package3d_urn="urn:adsk.eagle:package:13315/1"/> -</package3dinstances> <technologies> -<technology name=""> -<attribute name="SPICEMODEL" value="NONE" constant="no"/> -<attribute name="SPICEPREFIX" value="D" constant="no"/> -<attribute name="SPICETYPE" value="diode" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="SparkFun-Connectors"> -<description><h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> -<packages> -<package name="2X20"> -<description><h3>Plated Through Hole - 2x20</h3> -<p>Specifications: -<ul><li>Pin count:40</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_20x2</li> -</ul></p></description> -<wire x1="16.51" y1="-0.635" x2="15.875" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="13.97" y1="-0.635" x2="13.335" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="13.335" y1="-1.27" x2="12.065" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="12.065" y1="-1.27" x2="11.43" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="13.97" y1="-0.635" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="15.875" y1="-1.27" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="8.89" y1="-0.635" x2="8.255" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="11.43" y1="-0.635" x2="10.795" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="10.795" y1="-1.27" x2="9.525" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="9.525" y1="-1.27" x2="8.89" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="6.35" y1="-0.635" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="8.255" y1="-1.27" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="-0.635" y1="1.27" x2="-1.27" y2="0.635" width="0.2032" layer="21"/> -<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="31.75" y1="-0.635" x2="31.115" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="31.115" y1="-1.27" x2="29.845" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="29.845" y1="-1.27" x2="29.21" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="26.67" y1="-0.635" x2="26.035" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="29.21" y1="-0.635" x2="28.575" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="28.575" y1="-1.27" x2="27.305" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="27.305" y1="-1.27" x2="26.67" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="24.13" y1="-0.635" x2="23.495" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="23.495" y1="-1.27" x2="22.225" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="22.225" y1="-1.27" x2="21.59" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="24.13" y1="-0.635" x2="24.765" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="26.035" y1="-1.27" x2="24.765" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="19.05" y1="-0.635" x2="18.415" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="21.59" y1="-0.635" x2="20.955" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="20.955" y1="-1.27" x2="19.685" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="19.685" y1="-1.27" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="16.51" y1="-0.635" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="18.415" y1="-1.27" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> -<pad name="1" x="0" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="3" x="2.54" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="5" x="5.08" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="7" x="7.62" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="9" x="10.16" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="11" x="12.7" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="13" x="15.24" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="15" x="17.78" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="17" x="20.32" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="19" x="22.86" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="21" x="25.4" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="23" x="27.94" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<pad name="25" x="30.48" y="0" drill="1.016" diameter="1.8796" rot="R90"/> -<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> -<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> -<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> -<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> -<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> -<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> -<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> -<rectangle x1="30.226" y1="-0.254" x2="30.734" y2="0.254" layer="51"/> -<rectangle x1="27.686" y1="-0.254" x2="28.194" y2="0.254" layer="51"/> -<rectangle x1="25.146" y1="-0.254" x2="25.654" y2="0.254" layer="51"/> -<rectangle x1="22.606" y1="-0.254" x2="23.114" y2="0.254" layer="51"/> -<rectangle x1="20.066" y1="-0.254" x2="20.574" y2="0.254" layer="51"/> -<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> -<wire x1="14.605" y1="3.81" x2="15.875" y2="3.81" width="0.2032" layer="21"/> -<wire x1="15.875" y1="3.81" x2="16.51" y2="3.175" width="0.2032" layer="21"/> -<wire x1="11.43" y1="3.175" x2="12.065" y2="3.81" width="0.2032" layer="21"/> -<wire x1="12.065" y1="3.81" x2="13.335" y2="3.81" width="0.2032" layer="21"/> -<wire x1="13.335" y1="3.81" x2="13.97" y2="3.175" width="0.2032" layer="21"/> -<wire x1="14.605" y1="3.81" x2="13.97" y2="3.175" width="0.2032" layer="21"/> -<wire x1="6.985" y1="3.81" x2="8.255" y2="3.81" width="0.2032" layer="21"/> -<wire x1="8.255" y1="3.81" x2="8.89" y2="3.175" width="0.2032" layer="21"/> -<wire x1="8.89" y1="3.175" x2="9.525" y2="3.81" width="0.2032" layer="21"/> -<wire x1="9.525" y1="3.81" x2="10.795" y2="3.81" width="0.2032" layer="21"/> -<wire x1="10.795" y1="3.81" x2="11.43" y2="3.175" width="0.2032" layer="21"/> -<wire x1="3.81" y1="3.175" x2="4.445" y2="3.81" width="0.2032" layer="21"/> -<wire x1="4.445" y1="3.81" x2="5.715" y2="3.81" width="0.2032" layer="21"/> -<wire x1="5.715" y1="3.81" x2="6.35" y2="3.175" width="0.2032" layer="21"/> -<wire x1="6.985" y1="3.81" x2="6.35" y2="3.175" width="0.2032" layer="21"/> -<wire x1="-0.635" y1="3.81" x2="0.635" y2="3.81" width="0.2032" layer="21"/> -<wire x1="0.635" y1="3.81" x2="1.27" y2="3.175" width="0.2032" layer="21"/> -<wire x1="1.27" y1="3.175" x2="1.905" y2="3.81" width="0.2032" layer="21"/> -<wire x1="1.905" y1="3.81" x2="3.175" y2="3.81" width="0.2032" layer="21"/> -<wire x1="3.175" y1="3.81" x2="3.81" y2="3.175" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="3.175" x2="-1.27" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="1.905" x2="-0.635" y2="1.27" width="0.2032" layer="21"/> -<wire x1="29.21" y1="3.175" x2="29.845" y2="3.81" width="0.2032" layer="21"/> -<wire x1="29.845" y1="3.81" x2="31.115" y2="3.81" width="0.2032" layer="21"/> -<wire x1="31.115" y1="3.81" x2="31.75" y2="3.175" width="0.2032" layer="21"/> -<wire x1="24.765" y1="3.81" x2="26.035" y2="3.81" width="0.2032" layer="21"/> -<wire x1="26.035" y1="3.81" x2="26.67" y2="3.175" width="0.2032" layer="21"/> -<wire x1="26.67" y1="3.175" x2="27.305" y2="3.81" width="0.2032" layer="21"/> -<wire x1="27.305" y1="3.81" x2="28.575" y2="3.81" width="0.2032" layer="21"/> -<wire x1="28.575" y1="3.81" x2="29.21" y2="3.175" width="0.2032" layer="21"/> -<wire x1="21.59" y1="3.175" x2="22.225" y2="3.81" width="0.2032" layer="21"/> -<wire x1="22.225" y1="3.81" x2="23.495" y2="3.81" width="0.2032" layer="21"/> -<wire x1="23.495" y1="3.81" x2="24.13" y2="3.175" width="0.2032" layer="21"/> -<wire x1="24.765" y1="3.81" x2="24.13" y2="3.175" width="0.2032" layer="21"/> -<wire x1="17.145" y1="3.81" x2="18.415" y2="3.81" width="0.2032" layer="21"/> -<wire x1="18.415" y1="3.81" x2="19.05" y2="3.175" width="0.2032" layer="21"/> -<wire x1="19.05" y1="3.175" x2="19.685" y2="3.81" width="0.2032" layer="21"/> -<wire x1="19.685" y1="3.81" x2="20.955" y2="3.81" width="0.2032" layer="21"/> -<wire x1="20.955" y1="3.81" x2="21.59" y2="3.175" width="0.2032" layer="21"/> -<wire x1="17.145" y1="3.81" x2="16.51" y2="3.175" width="0.2032" layer="21"/> -<pad name="26" x="30.48" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="24" x="27.94" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="22" x="25.4" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="20" x="22.86" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="18" x="20.32" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="16" x="17.78" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="14" x="15.24" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="12" x="12.7" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="10" x="10.16" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="8" x="7.62" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="6" x="5.08" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="4" x="2.54" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="2" x="0" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="14.986" y1="2.286" x2="15.494" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="17.526" y1="2.286" x2="18.034" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="20.066" y1="2.286" x2="20.574" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="22.606" y1="2.286" x2="23.114" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="25.146" y1="2.286" x2="25.654" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="27.686" y1="2.286" x2="28.194" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="30.226" y1="2.286" x2="30.734" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="-0.254" y1="2.286" x2="0.254" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="2.286" y1="2.286" x2="2.794" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="4.826" y1="2.286" x2="5.334" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="7.366" y1="2.286" x2="7.874" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="9.906" y1="2.286" x2="10.414" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="12.446" y1="2.286" x2="12.954" y2="2.794" layer="51" rot="R180"/> -<wire x1="1.27" y1="3.175" x2="1.27" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="3.81" y1="3.175" x2="3.81" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="6.35" y1="3.175" x2="6.35" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="8.89" y1="3.175" x2="8.89" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="11.43" y1="3.175" x2="11.43" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="13.97" y1="3.175" x2="13.97" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="16.51" y1="3.175" x2="16.51" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="19.05" y1="3.175" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="21.59" y1="3.175" x2="21.59" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="24.13" y1="3.175" x2="24.13" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="26.67" y1="3.175" x2="26.67" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="29.21" y1="3.175" x2="29.21" y2="-0.635" width="0.2032" layer="21"/> -<pad name="27" x="33.02" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="28" x="33.02" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="29" x="35.56" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="30" x="35.56" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="31" x="38.1" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="32" x="38.1" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="33" x="40.64" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="34" x="40.64" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="35" x="43.18" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="36" x="43.18" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="37" x="45.72" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="38" x="45.72" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="39" x="48.26" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="40" x="48.26" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="32.766" y1="2.286" x2="33.274" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="35.306" y1="2.286" x2="35.814" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="37.846" y1="2.286" x2="38.354" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="40.386" y1="2.286" x2="40.894" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="42.926" y1="2.286" x2="43.434" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="45.466" y1="2.286" x2="45.974" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="48.006" y1="2.286" x2="48.514" y2="2.794" layer="51" rot="R180"/> -<rectangle x1="32.766" y1="-0.254" x2="33.274" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="35.306" y1="-0.254" x2="35.814" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="37.846" y1="-0.254" x2="38.354" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="40.386" y1="-0.254" x2="40.894" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="42.926" y1="-0.254" x2="43.434" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="45.466" y1="-0.254" x2="45.974" y2="0.254" layer="51" rot="R180"/> -<rectangle x1="48.006" y1="-0.254" x2="48.514" y2="0.254" layer="51" rot="R180"/> -<wire x1="49.53" y1="1.905" x2="49.53" y2="3.175" width="0.2032" layer="21"/> -<wire x1="49.53" y1="-0.635" x2="49.53" y2="0.635" width="0.2032" layer="21"/> -<wire x1="48.895" y1="1.27" x2="49.53" y2="0.635" width="0.2032" layer="21"/> -<wire x1="49.53" y1="1.905" x2="48.895" y2="1.27" width="0.2032" layer="21"/> -<wire x1="32.385" y1="3.81" x2="33.655" y2="3.81" width="0.2032" layer="21"/> -<wire x1="33.655" y1="3.81" x2="34.29" y2="3.175" width="0.2032" layer="21"/> -<wire x1="32.385" y1="3.81" x2="31.75" y2="3.175" width="0.2032" layer="21"/> -<wire x1="46.99" y1="3.175" x2="47.625" y2="3.81" width="0.2032" layer="21"/> -<wire x1="47.625" y1="3.81" x2="48.895" y2="3.81" width="0.2032" layer="21"/> -<wire x1="48.895" y1="3.81" x2="49.53" y2="3.175" width="0.2032" layer="21"/> -<wire x1="42.545" y1="3.81" x2="43.815" y2="3.81" width="0.2032" layer="21"/> -<wire x1="43.815" y1="3.81" x2="44.45" y2="3.175" width="0.2032" layer="21"/> -<wire x1="44.45" y1="3.175" x2="45.085" y2="3.81" width="0.2032" layer="21"/> -<wire x1="45.085" y1="3.81" x2="46.355" y2="3.81" width="0.2032" layer="21"/> -<wire x1="46.355" y1="3.81" x2="46.99" y2="3.175" width="0.2032" layer="21"/> -<wire x1="39.37" y1="3.175" x2="40.005" y2="3.81" width="0.2032" layer="21"/> -<wire x1="40.005" y1="3.81" x2="41.275" y2="3.81" width="0.2032" layer="21"/> -<wire x1="41.275" y1="3.81" x2="41.91" y2="3.175" width="0.2032" layer="21"/> -<wire x1="42.545" y1="3.81" x2="41.91" y2="3.175" width="0.2032" layer="21"/> -<wire x1="34.925" y1="3.81" x2="36.195" y2="3.81" width="0.2032" layer="21"/> -<wire x1="36.195" y1="3.81" x2="36.83" y2="3.175" width="0.2032" layer="21"/> -<wire x1="36.83" y1="3.175" x2="37.465" y2="3.81" width="0.2032" layer="21"/> -<wire x1="37.465" y1="3.81" x2="38.735" y2="3.81" width="0.2032" layer="21"/> -<wire x1="38.735" y1="3.81" x2="39.37" y2="3.175" width="0.2032" layer="21"/> -<wire x1="34.925" y1="3.81" x2="34.29" y2="3.175" width="0.2032" layer="21"/> -<wire x1="31.75" y1="3.175" x2="31.75" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="34.29" y1="3.175" x2="34.29" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="36.83" y1="3.175" x2="36.83" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="39.37" y1="3.175" x2="39.37" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="41.91" y1="3.175" x2="41.91" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="44.45" y1="3.175" x2="44.45" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="46.99" y1="3.175" x2="46.99" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="48.895" y1="-1.27" x2="47.625" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="47.625" y1="-1.27" x2="46.99" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="48.895" y1="-1.27" x2="49.53" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="34.29" y1="-0.635" x2="33.655" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="33.655" y1="-1.27" x2="32.385" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="32.385" y1="-1.27" x2="31.75" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="38.735" y1="-1.27" x2="37.465" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="37.465" y1="-1.27" x2="36.83" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="36.83" y1="-0.635" x2="36.195" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="36.195" y1="-1.27" x2="34.925" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="34.925" y1="-1.27" x2="34.29" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="41.91" y1="-0.635" x2="41.275" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="41.275" y1="-1.27" x2="40.005" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="40.005" y1="-1.27" x2="39.37" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="38.735" y1="-1.27" x2="39.37" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="46.355" y1="-1.27" x2="45.085" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="45.085" y1="-1.27" x2="44.45" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="44.45" y1="-0.635" x2="43.815" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="43.815" y1="-1.27" x2="42.545" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="42.545" y1="-1.27" x2="41.91" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="46.355" y1="-1.27" x2="46.99" y2="-0.635" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="-0.635" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> -<wire x1="-1.27" y1="3.175" x2="-0.635" y2="3.81" width="0.2032" layer="21"/> -<text x="-1.27" y="4.064" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-1.27" y="-2.413" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -<wire x1="-0.889" y1="-1.651" x2="0.762" y2="-1.651" width="0.2032" layer="21"/> -<wire x1="-0.889" y1="-1.651" x2="0.762" y2="-1.651" width="0.2032" layer="22"/> -</package> -<package name="2X20_NOSILK"> -<description><h3>Plated Through Hole - 2x20 No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:40</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_20x2</li> -</ul></p></description> -<pad name="1" x="0" y="0" drill="1.016" diameter="1.8796"/> -<pad name="2" x="0" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="3" x="2.54" y="0" drill="1.016" diameter="1.8796"/> -<pad name="4" x="2.54" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="5" x="5.08" y="0" drill="1.016" diameter="1.8796"/> -<pad name="6" x="5.08" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="7" x="7.62" y="0" drill="1.016" diameter="1.8796"/> -<pad name="8" x="7.62" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="9" x="10.16" y="0" drill="1.016" diameter="1.8796"/> -<pad name="10" x="10.16" y="2.54" drill="1.016" diameter="1.8796"/> -<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="-0.254" y1="2.286" x2="0.254" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="2.286" y1="2.286" x2="2.794" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="4.826" y1="2.286" x2="5.334" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="7.366" y1="2.286" x2="7.874" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="9.906" y1="2.286" x2="10.414" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="7.366" y1="2.286" x2="7.874" y2="2.794" layer="51" rot="R90"/> -<pad name="11" x="12.7" y="0" drill="1.016" diameter="1.8796"/> -<pad name="12" x="12.7" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="13" x="15.24" y="0" drill="1.016" diameter="1.8796"/> -<pad name="14" x="15.24" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="15" x="17.78" y="0" drill="1.016" diameter="1.8796"/> -<pad name="16" x="17.78" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="17" x="20.32" y="0" drill="1.016" diameter="1.8796"/> -<pad name="18" x="20.32" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="19" x="22.86" y="0" drill="1.016" diameter="1.8796"/> -<pad name="20" x="22.86" y="2.54" drill="1.016" diameter="1.8796"/> -<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="12.446" y1="2.286" x2="12.954" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="14.986" y1="2.286" x2="15.494" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="17.526" y1="2.286" x2="18.034" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="20.066" y1="2.286" x2="20.574" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="20.066" y1="-0.254" x2="20.574" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="22.606" y1="2.286" x2="23.114" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="22.606" y1="-0.254" x2="23.114" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="20.066" y1="-0.254" x2="20.574" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="20.066" y1="2.286" x2="20.574" y2="2.794" layer="51" rot="R90"/> -<pad name="21" x="25.4" y="0" drill="1.016" diameter="1.8796"/> -<pad name="22" x="25.4" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="23" x="27.94" y="0" drill="1.016" diameter="1.8796"/> -<pad name="24" x="27.94" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="25" x="30.48" y="0" drill="1.016" diameter="1.8796"/> -<pad name="26" x="30.48" y="2.54" drill="1.016" diameter="1.8796"/> -<rectangle x1="25.146" y1="2.286" x2="25.654" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="25.146" y1="-0.254" x2="25.654" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="27.686" y1="2.286" x2="28.194" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="27.686" y1="-0.254" x2="28.194" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="30.226" y1="2.286" x2="30.734" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="30.226" y1="-0.254" x2="30.734" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="27.686" y1="-0.254" x2="28.194" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="27.686" y1="2.286" x2="28.194" y2="2.794" layer="51" rot="R90"/> -<pad name="27" x="33.02" y="0" drill="1.016" diameter="1.8796"/> -<pad name="28" x="33.02" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="29" x="35.56" y="0" drill="1.016" diameter="1.8796"/> -<pad name="30" x="35.56" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="31" x="38.1" y="0" drill="1.016" diameter="1.8796"/> -<pad name="32" x="38.1" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="33" x="40.64" y="0" drill="1.016" diameter="1.8796"/> -<pad name="34" x="40.64" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="35" x="43.18" y="0" drill="1.016" diameter="1.8796"/> -<pad name="36" x="43.18" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="37" x="45.72" y="0" drill="1.016" diameter="1.8796"/> -<pad name="38" x="45.72" y="2.54" drill="1.016" diameter="1.8796"/> -<pad name="39" x="48.26" y="0" drill="1.016" diameter="1.8796"/> -<pad name="40" x="48.26" y="2.54" drill="1.016" diameter="1.8796"/> -<rectangle x1="32.766" y1="2.286" x2="33.274" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="35.306" y1="2.286" x2="35.814" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="37.846" y1="2.286" x2="38.354" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="40.386" y1="2.286" x2="40.894" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="42.926" y1="2.286" x2="43.434" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="45.466" y1="2.286" x2="45.974" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="48.006" y1="2.286" x2="48.514" y2="2.794" layer="51" rot="R90"/> -<rectangle x1="32.766" y1="-0.254" x2="33.274" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="35.306" y1="-0.254" x2="35.814" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="37.846" y1="-0.254" x2="38.354" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="40.386" y1="-0.254" x2="40.894" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="42.926" y1="-0.254" x2="43.434" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="45.466" y1="-0.254" x2="45.974" y2="0.254" layer="51" rot="R90"/> -<rectangle x1="48.006" y1="-0.254" x2="48.514" y2="0.254" layer="51" rot="R90"/> -<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.2032" layer="51"/> -<wire x1="-0.635" y1="-1.27" x2="0.635" y2="-1.27" width="0.2032" layer="52"/> -<text x="-0.635" y="4.064" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-0.635" y="-2.413" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -</package> -<package name="2X20_SHROUDED"> -<description><h3>Plated Through Hole - 2x20 Shrouded Header</h3> -<p>Specifications: -<ul><li>Pin count:40</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=āhttps://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/B-D-xx1X.pdfā>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_20x2</li> -</ul></p></description> -<wire x1="-2.775" y1="24.765" x2="-2.775" y2="23.495" width="0.2032" layer="21"/> -<wire x1="4.5" y1="29.15" x2="4.5" y2="-29.15" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="-29.15" x2="-4.5" y2="29.15" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="29.15" x2="4.4" y2="29.15" width="0.2032" layer="21"/> -<wire x1="4.5" y1="-29.15" x2="-4.5" y2="-29.15" width="0.2032" layer="21"/> -<wire x1="-3.4" y1="28.05" x2="3.4" y2="28.05" width="0.2032" layer="51"/> -<wire x1="3.4" y1="28.05" x2="3.4" y2="-28.05" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-28.05" x2="3.4" y2="-28.05" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="28.05" x2="-3.4" y2="2.2" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-28.05" x2="-3.4" y2="-2.2" width="0.2032" layer="51"/> -<pad name="1" x="-1.27" y="24.13" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="2" x="1.27" y="24.13" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="3" x="-1.27" y="21.59" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="4" x="1.27" y="21.59" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="5" x="-1.27" y="19.05" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="6" x="1.27" y="19.05" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="7" x="-1.27" y="16.51" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="8" x="1.27" y="16.51" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="9" x="-1.27" y="13.97" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="10" x="1.27" y="13.97" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="-1.524" y1="23.876" x2="-1.016" y2="24.384" layer="51"/> -<rectangle x1="1.016" y1="23.876" x2="1.524" y2="24.384" layer="51"/> -<rectangle x1="1.016" y1="21.336" x2="1.524" y2="21.844" layer="51"/> -<rectangle x1="-1.524" y1="21.336" x2="-1.016" y2="21.844" layer="51"/> -<rectangle x1="1.016" y1="18.796" x2="1.524" y2="19.304" layer="51"/> -<rectangle x1="-1.524" y1="18.796" x2="-1.016" y2="19.304" layer="51"/> -<rectangle x1="1.016" y1="16.256" x2="1.524" y2="16.764" layer="51"/> -<rectangle x1="-1.524" y1="16.256" x2="-1.016" y2="16.764" layer="51"/> -<rectangle x1="1.016" y1="13.716" x2="1.524" y2="14.224" layer="51"/> -<rectangle x1="-1.524" y1="13.716" x2="-1.016" y2="14.224" layer="51"/> -<rectangle x1="-1.524" y1="16.256" x2="-1.016" y2="16.764" layer="51"/> -<rectangle x1="1.016" y1="16.256" x2="1.524" y2="16.764" layer="51"/> -<pad name="11" x="-1.27" y="11.43" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="12" x="1.27" y="11.43" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="13" x="-1.27" y="8.89" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="14" x="1.27" y="8.89" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="15" x="-1.27" y="6.35" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="16" x="1.27" y="6.35" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="17" x="-1.27" y="3.81" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="18" x="1.27" y="3.81" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="19" x="-1.27" y="1.27" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="20" x="1.27" y="1.27" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="-1.524" y1="11.176" x2="-1.016" y2="11.684" layer="51"/> -<rectangle x1="1.016" y1="11.176" x2="1.524" y2="11.684" layer="51"/> -<rectangle x1="1.016" y1="8.636" x2="1.524" y2="9.144" layer="51"/> -<rectangle x1="-1.524" y1="8.636" x2="-1.016" y2="9.144" layer="51"/> -<rectangle x1="1.016" y1="6.096" x2="1.524" y2="6.604" layer="51"/> -<rectangle x1="-1.524" y1="6.096" x2="-1.016" y2="6.604" layer="51"/> -<rectangle x1="1.016" y1="3.556" x2="1.524" y2="4.064" layer="51"/> -<rectangle x1="-1.524" y1="3.556" x2="-1.016" y2="4.064" layer="51"/> -<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> -<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> -<rectangle x1="-1.524" y1="3.556" x2="-1.016" y2="4.064" layer="51"/> -<rectangle x1="1.016" y1="3.556" x2="1.524" y2="4.064" layer="51"/> -<pad name="21" x="-1.27" y="-1.27" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="22" x="1.27" y="-1.27" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="23" x="-1.27" y="-3.81" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="24" x="1.27" y="-3.81" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="25" x="-1.27" y="-6.35" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="26" x="1.27" y="-6.35" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> -<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> -<rectangle x1="1.016" y1="-4.064" x2="1.524" y2="-3.556" layer="51"/> -<rectangle x1="-1.524" y1="-4.064" x2="-1.016" y2="-3.556" layer="51"/> -<rectangle x1="1.016" y1="-6.604" x2="1.524" y2="-6.096" layer="51"/> -<rectangle x1="-1.524" y1="-6.604" x2="-1.016" y2="-6.096" layer="51"/> -<rectangle x1="-1.524" y1="-4.064" x2="-1.016" y2="-3.556" layer="51"/> -<rectangle x1="1.016" y1="-4.064" x2="1.524" y2="-3.556" layer="51"/> -<pad name="27" x="-1.27" y="-8.89" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="28" x="1.27" y="-8.89" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="29" x="-1.27" y="-11.43" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="30" x="1.27" y="-11.43" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="31" x="-1.27" y="-13.97" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="32" x="1.27" y="-13.97" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="33" x="-1.27" y="-16.51" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="34" x="1.27" y="-16.51" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="35" x="-1.27" y="-19.05" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="36" x="1.27" y="-19.05" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="37" x="-1.27" y="-21.59" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="38" x="1.27" y="-21.59" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="39" x="-1.27" y="-24.13" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="40" x="1.27" y="-24.13" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="1.016" y1="-9.144" x2="1.524" y2="-8.636" layer="51"/> -<rectangle x1="1.016" y1="-11.684" x2="1.524" y2="-11.176" layer="51"/> -<rectangle x1="1.016" y1="-14.224" x2="1.524" y2="-13.716" layer="51"/> -<rectangle x1="1.016" y1="-16.764" x2="1.524" y2="-16.256" layer="51"/> -<rectangle x1="1.016" y1="-19.304" x2="1.524" y2="-18.796" layer="51"/> -<rectangle x1="1.016" y1="-21.844" x2="1.524" y2="-21.336" layer="51"/> -<rectangle x1="1.016" y1="-24.384" x2="1.524" y2="-23.876" layer="51"/> -<rectangle x1="-1.524" y1="-9.144" x2="-1.016" y2="-8.636" layer="51"/> -<rectangle x1="-1.524" y1="-11.684" x2="-1.016" y2="-11.176" layer="51"/> -<rectangle x1="-1.524" y1="-14.224" x2="-1.016" y2="-13.716" layer="51"/> -<rectangle x1="-1.524" y1="-16.764" x2="-1.016" y2="-16.256" layer="51"/> -<rectangle x1="-1.524" y1="-19.304" x2="-1.016" y2="-18.796" layer="51"/> -<rectangle x1="-1.524" y1="-21.844" x2="-1.016" y2="-21.336" layer="51"/> -<rectangle x1="-1.524" y1="-24.384" x2="-1.016" y2="-23.876" layer="51"/> -<wire x1="-4.5" y1="2.2" x2="-3" y2="2.2" width="0.2032" layer="21"/> -<wire x1="-3" y1="-2.2" x2="-4.5" y2="-2.2" width="0.2032" layer="21"/> -<wire x1="-3" y1="2.2" x2="-3" y2="-2.2" width="0.2032" layer="21"/> -<text x="-4.445" y="29.464" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-4.318" y="-30.099" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -<wire x1="-2.813" y1="24.765" x2="-2.813" y2="23.495" width="0.2032" layer="22"/> -</package> -<package name="2X20_SHROUDED_SMT"> -<description><h3>Surface Mount - 2x20 Shrouded Header</h3> -<p>Specifications: -<ul><li>Pin count:40</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=āhttp://sullinscorp.com/catalogs/145_PAGE118_.100_SBH11_SERIES_MALE_BOX_HDR_ST_RA_SMT.pdfā>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_20x2</li> -</ul></p></description> -<wire x1="-5.95" y1="24.765" x2="-5.95" y2="23.495" width="0.2032" layer="21"/> -<wire x1="4.5" y1="29.15" x2="4.5" y2="-29.15" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="-29.15" x2="-4.5" y2="29.15" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="29.15" x2="4.4" y2="29.15" width="0.2032" layer="21"/> -<wire x1="4.5" y1="-29.15" x2="-4.5" y2="-29.15" width="0.2032" layer="21"/> -<wire x1="-3.4" y1="28.05" x2="3.4" y2="28.05" width="0.2032" layer="51"/> -<wire x1="3.4" y1="28.05" x2="3.4" y2="-28.05" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-28.05" x2="3.4" y2="-28.05" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="28.05" x2="-3.4" y2="2.2" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-28.05" x2="-3.4" y2="-2.2" width="0.2032" layer="51"/> -<wire x1="-4.5" y1="2.2" x2="-3" y2="2.2" width="0.2032" layer="21"/> -<wire x1="-3" y1="-2.2" x2="-4.5" y2="-2.2" width="0.2032" layer="21"/> -<wire x1="-3" y1="2.2" x2="-3" y2="-2.2" width="0.2032" layer="21"/> -<smd name="1" x="-3.5687" y="24.13" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="2" x="3.5687" y="24.13" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="3" x="-3.5687" y="21.59" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="4" x="3.5687" y="21.59" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="5" x="-3.5687" y="19.05" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="6" x="3.5687" y="19.05" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="7" x="-3.5687" y="16.51" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="8" x="3.5687" y="16.51" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="9" x="-3.5687" y="13.97" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="10" x="3.5687" y="13.97" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="11" x="-3.5687" y="11.43" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="12" x="3.5687" y="11.43" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="13" x="-3.5687" y="8.89" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="14" x="3.5687" y="8.89" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="15" x="-3.5687" y="6.35" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="16" x="3.5687" y="6.35" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="17" x="-3.5687" y="3.81" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="18" x="3.5687" y="3.81" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="19" x="-3.5687" y="1.27" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="20" x="3.5687" y="1.27" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="21" x="-3.5687" y="-1.27" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="22" x="3.5687" y="-1.27" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="23" x="-3.5687" y="-3.81" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="24" x="3.5687" y="-3.81" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="25" x="-3.5687" y="-6.35" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="26" x="3.5687" y="-6.35" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="27" x="-3.5687" y="-8.89" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="28" x="3.5687" y="-8.89" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="29" x="-3.5687" y="-11.43" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="30" x="3.5687" y="-11.43" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="31" x="-3.5687" y="-13.97" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="32" x="3.5687" y="-13.97" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="33" x="-3.5687" y="-16.51" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="34" x="3.5687" y="-16.51" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="35" x="-3.5687" y="-19.05" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="36" x="3.5687" y="-19.05" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="37" x="-3.5687" y="-21.59" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="38" x="3.5687" y="-21.59" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="39" x="-3.5687" y="-24.13" dx="4.1402" dy="0.9906" layer="1"/> -<smd name="40" x="3.5687" y="-24.13" dx="4.1402" dy="0.9906" layer="1"/> -<text x="-4.445" y="29.337" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-4.318" y="-30.099" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -<wire x1="-5.988" y1="24.765" x2="-5.988" y2="23.495" width="0.2032" layer="22"/> -</package> -</packages> -<symbols> -<symbol name="CONN_20X2"> -<description><h3> 40 Pin Connection</h3> -20x2 pin layout</description> -<wire x1="1.27" y1="-2.54" x2="2.54" y2="-2.54" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-5.08" x2="2.54" y2="-5.08" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-7.62" x2="2.54" y2="-7.62" width="0.6096" layer="94"/> -<wire x1="3.81" y1="-27.94" x2="3.81" y2="25.4" width="0.4064" layer="94"/> -<wire x1="1.27" y1="2.54" x2="2.54" y2="2.54" width="0.6096" layer="94"/> -<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.6096" layer="94"/> -<wire x1="1.27" y1="5.08" x2="2.54" y2="5.08" width="0.6096" layer="94"/> -<wire x1="1.27" y1="7.62" x2="2.54" y2="7.62" width="0.6096" layer="94"/> -<wire x1="1.27" y1="10.16" x2="2.54" y2="10.16" width="0.6096" layer="94"/> -<wire x1="1.27" y1="12.7" x2="2.54" y2="12.7" width="0.6096" layer="94"/> -<wire x1="1.27" y1="15.24" x2="2.54" y2="15.24" width="0.6096" layer="94"/> -<wire x1="1.27" y1="17.78" x2="2.54" y2="17.78" width="0.6096" layer="94"/> -<wire x1="1.27" y1="20.32" x2="2.54" y2="20.32" width="0.6096" layer="94"/> -<wire x1="1.27" y1="22.86" x2="2.54" y2="22.86" width="0.6096" layer="94"/> -<text x="-3.81" y="-30.226" size="1.778" layer="96" font="vector">>VALUE</text> -<text x="-3.81" y="25.908" size="1.778" layer="95" font="vector">>NAME</text> -<pin name="26" x="7.62" y="-7.62" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="24" x="7.62" y="-5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="22" x="7.62" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="20" x="7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="18" x="7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="16" x="7.62" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="14" x="7.62" y="7.62" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="12" x="7.62" y="10.16" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="10" x="7.62" y="12.7" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="8" x="7.62" y="15.24" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="6" x="7.62" y="17.78" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="4" x="7.62" y="20.32" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="2" x="7.62" y="22.86" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<wire x1="-3.81" y1="25.4" x2="3.81" y2="25.4" width="0.4064" layer="94"/> -<wire x1="-1.27" y1="17.78" x2="-2.54" y2="17.78" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="20.32" x2="-2.54" y2="20.32" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="22.86" x2="-2.54" y2="22.86" width="0.6096" layer="94"/> -<wire x1="-3.81" y1="25.4" x2="-3.81" y2="-27.94" width="0.4064" layer="94"/> -<wire x1="3.81" y1="-27.94" x2="-3.81" y2="-27.94" width="0.4064" layer="94"/> -<wire x1="-1.27" y1="12.7" x2="-2.54" y2="12.7" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="15.24" x2="-2.54" y2="15.24" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="10.16" x2="-2.54" y2="10.16" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="7.62" x2="-2.54" y2="7.62" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="5.08" x2="-2.54" y2="5.08" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="2.54" x2="-2.54" y2="2.54" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="0" x2="-2.54" y2="0" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-2.54" x2="-2.54" y2="-2.54" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-5.08" x2="-2.54" y2="-5.08" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-7.62" x2="-2.54" y2="-7.62" width="0.6096" layer="94"/> -<pin name="1" x="-7.62" y="22.86" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="3" x="-7.62" y="20.32" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="5" x="-7.62" y="17.78" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="7" x="-7.62" y="15.24" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="9" x="-7.62" y="12.7" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="11" x="-7.62" y="10.16" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="13" x="-7.62" y="7.62" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="15" x="-7.62" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="17" x="-7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="19" x="-7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="21" x="-7.62" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="23" x="-7.62" y="-5.08" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="25" x="-7.62" y="-7.62" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="27" x="-7.62" y="-10.16" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="28" x="7.62" y="-10.16" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="29" x="-7.62" y="-12.7" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="30" x="7.62" y="-12.7" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="31" x="-7.62" y="-15.24" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="32" x="7.62" y="-15.24" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="33" x="-7.62" y="-17.78" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="34" x="7.62" y="-17.78" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="35" x="-7.62" y="-20.32" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="36" x="7.62" y="-20.32" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="37" x="-7.62" y="-22.86" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="38" x="7.62" y="-22.86" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="39" x="-7.62" y="-25.4" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="40" x="7.62" y="-25.4" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<wire x1="1.27" y1="-20.32" x2="2.54" y2="-20.32" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-22.86" x2="2.54" y2="-22.86" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-25.4" x2="2.54" y2="-25.4" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-15.24" x2="2.54" y2="-15.24" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-17.78" x2="2.54" y2="-17.78" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-12.7" x2="2.54" y2="-12.7" width="0.6096" layer="94"/> -<wire x1="1.27" y1="-10.16" x2="2.54" y2="-10.16" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-10.16" x2="-2.54" y2="-10.16" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-12.7" x2="-2.54" y2="-12.7" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-15.24" x2="-2.54" y2="-15.24" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-17.78" x2="-2.54" y2="-17.78" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-20.32" x2="-2.54" y2="-20.32" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-22.86" x2="-2.54" y2="-22.86" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="-25.4" x2="-2.54" y2="-25.4" width="0.6096" layer="94"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="CONN_20X2" prefix="J"> -<description><h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul></description> +<technology name=""/> +</technologies> +</device> +<device name="-7447709470" package="7447709470-IND"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="-7447789002" package="7447789002-IND"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +<deviceset name="RESISTOR" prefix="R" uservalue="yes"> +<description><b>Resistor</b> +Basic schematic elements and footprints for 0603, 1206, and PTH resistors.</description> <gates> -<gate name="G$1" symbol="CONN_20X2" x="0" y="0"/> +<gate name="G$1" symbol="RESISTOR" x="0" y="0"/> </gates> <devices> -<device name="" package="2X20"> +<device name="1206" package="1206"> <connects> <connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="10" pad="10"/> -<connect gate="G$1" pin="11" pad="11"/> -<connect gate="G$1" pin="12" pad="12"/> -<connect gate="G$1" pin="13" pad="13"/> -<connect gate="G$1" pin="14" pad="14"/> -<connect gate="G$1" pin="15" pad="15"/> -<connect gate="G$1" pin="16" pad="16"/> -<connect gate="G$1" pin="17" pad="17"/> -<connect gate="G$1" pin="18" pad="18"/> -<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="2" pad="2"/> -<connect gate="G$1" pin="20" pad="20"/> -<connect gate="G$1" pin="21" pad="21"/> -<connect gate="G$1" pin="22" pad="22"/> -<connect gate="G$1" pin="23" pad="23"/> -<connect gate="G$1" pin="24" pad="24"/> -<connect gate="G$1" pin="25" pad="25"/> -<connect gate="G$1" pin="26" pad="26"/> -<connect gate="G$1" pin="27" pad="27"/> -<connect gate="G$1" pin="28" pad="28"/> -<connect gate="G$1" pin="29" pad="29"/> -<connect gate="G$1" pin="3" pad="3"/> -<connect gate="G$1" pin="30" pad="30"/> -<connect gate="G$1" pin="31" pad="31"/> -<connect gate="G$1" pin="32" pad="32"/> -<connect gate="G$1" pin="33" pad="33"/> -<connect gate="G$1" pin="34" pad="34"/> -<connect gate="G$1" pin="35" pad="35"/> -<connect gate="G$1" pin="36" pad="36"/> -<connect gate="G$1" pin="37" pad="37"/> -<connect gate="G$1" pin="38" pad="38"/> -<connect gate="G$1" pin="39" pad="39"/> -<connect gate="G$1" pin="4" pad="4"/> -<connect gate="G$1" pin="40" pad="40"/> -<connect gate="G$1" pin="5" pad="5"/> -<connect gate="G$1" pin="6" pad="6"/> -<connect gate="G$1" pin="7" pad="7"/> -<connect gate="G$1" pin="8" pad="8"/> -<connect gate="G$1" pin="9" pad="9"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PACKAGE" value="1206" constant="no"/> +<attribute name="PRECISION" value="" constant="no"/> +</technology> </technologies> </device> -<device name="NOSILK" package="2X20_NOSILK"> +<device name="2010" package="R2010"> <connects> <connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="10" pad="10"/> -<connect gate="G$1" pin="11" pad="11"/> -<connect gate="G$1" pin="12" pad="12"/> -<connect gate="G$1" pin="13" pad="13"/> -<connect gate="G$1" pin="14" pad="14"/> -<connect gate="G$1" pin="15" pad="15"/> -<connect gate="G$1" pin="16" pad="16"/> -<connect gate="G$1" pin="17" pad="17"/> -<connect gate="G$1" pin="18" pad="18"/> -<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="2" pad="2"/> -<connect gate="G$1" pin="20" pad="20"/> -<connect gate="G$1" pin="21" pad="21"/> -<connect gate="G$1" pin="22" pad="22"/> -<connect gate="G$1" pin="23" pad="23"/> -<connect gate="G$1" pin="24" pad="24"/> -<connect gate="G$1" pin="25" pad="25"/> -<connect gate="G$1" pin="26" pad="26"/> -<connect gate="G$1" pin="27" pad="27"/> -<connect gate="G$1" pin="28" pad="28"/> -<connect gate="G$1" pin="29" pad="29"/> -<connect gate="G$1" pin="3" pad="3"/> -<connect gate="G$1" pin="30" pad="30"/> -<connect gate="G$1" pin="31" pad="31"/> -<connect gate="G$1" pin="32" pad="32"/> -<connect gate="G$1" pin="33" pad="33"/> -<connect gate="G$1" pin="34" pad="34"/> -<connect gate="G$1" pin="35" pad="35"/> -<connect gate="G$1" pin="36" pad="36"/> -<connect gate="G$1" pin="37" pad="37"/> -<connect gate="G$1" pin="38" pad="38"/> -<connect gate="G$1" pin="39" pad="39"/> -<connect gate="G$1" pin="4" pad="4"/> -<connect gate="G$1" pin="40" pad="40"/> -<connect gate="G$1" pin="5" pad="5"/> -<connect gate="G$1" pin="6" pad="6"/> -<connect gate="G$1" pin="7" pad="7"/> -<connect gate="G$1" pin="8" pad="8"/> -<connect gate="G$1" pin="9" pad="9"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PACKAGE" value="2010"/> +<attribute name="PRECISION" value="" constant="no"/> +</technology> </technologies> </device> -<device name="SHROUDED" package="2X20_SHROUDED"> +<device name="0805-RES" package="0805"> <connects> <connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="10" pad="10"/> -<connect gate="G$1" pin="11" pad="11"/> -<connect gate="G$1" pin="12" pad="12"/> -<connect gate="G$1" pin="13" pad="13"/> -<connect gate="G$1" pin="14" pad="14"/> -<connect gate="G$1" pin="15" pad="15"/> -<connect gate="G$1" pin="16" pad="16"/> -<connect gate="G$1" pin="17" pad="17"/> -<connect gate="G$1" pin="18" pad="18"/> -<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="2" pad="2"/> -<connect gate="G$1" pin="20" pad="20"/> -<connect gate="G$1" pin="21" pad="21"/> -<connect gate="G$1" pin="22" pad="22"/> -<connect gate="G$1" pin="23" pad="23"/> -<connect gate="G$1" pin="24" pad="24"/> -<connect gate="G$1" pin="25" pad="25"/> -<connect gate="G$1" pin="26" pad="26"/> -<connect gate="G$1" pin="27" pad="27"/> -<connect gate="G$1" pin="28" pad="28"/> -<connect gate="G$1" pin="29" pad="29"/> -<connect gate="G$1" pin="3" pad="3"/> -<connect gate="G$1" pin="30" pad="30"/> -<connect gate="G$1" pin="31" pad="31"/> -<connect gate="G$1" pin="32" pad="32"/> -<connect gate="G$1" pin="33" pad="33"/> -<connect gate="G$1" pin="34" pad="34"/> -<connect gate="G$1" pin="35" pad="35"/> -<connect gate="G$1" pin="36" pad="36"/> -<connect gate="G$1" pin="37" pad="37"/> -<connect gate="G$1" pin="38" pad="38"/> -<connect gate="G$1" pin="39" pad="39"/> -<connect gate="G$1" pin="4" pad="4"/> -<connect gate="G$1" pin="40" pad="40"/> -<connect gate="G$1" pin="5" pad="5"/> -<connect gate="G$1" pin="6" pad="6"/> -<connect gate="G$1" pin="7" pad="7"/> -<connect gate="G$1" pin="8" pad="8"/> -<connect gate="G$1" pin="9" pad="9"/> </connects> <technologies> <technology name=""> -<attribute name="PROD_ID" value="CONN-12263" constant="no"/> -<attribute name="SF_ID" value="CONN-12263" constant="no"/> +<attribute name="PACKAGE" value="0805"/> +<attribute name="PRECISION" value="" constant="no"/> </technology> </technologies> </device> -<device name="SHROUDED_SMT" package="2X20_SHROUDED_SMT"> +<device name="0603-RES" package="0603-RES"> <connects> <connect gate="G$1" pin="1" pad="1"/> -<connect gate="G$1" pin="10" pad="10"/> -<connect gate="G$1" pin="11" pad="11"/> -<connect gate="G$1" pin="12" pad="12"/> -<connect gate="G$1" pin="13" pad="13"/> -<connect gate="G$1" pin="14" pad="14"/> -<connect gate="G$1" pin="15" pad="15"/> -<connect gate="G$1" pin="16" pad="16"/> -<connect gate="G$1" pin="17" pad="17"/> -<connect gate="G$1" pin="18" pad="18"/> -<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="2" pad="2"/> -<connect gate="G$1" pin="20" pad="20"/> -<connect gate="G$1" pin="21" pad="21"/> -<connect gate="G$1" pin="22" pad="22"/> -<connect gate="G$1" pin="23" pad="23"/> -<connect gate="G$1" pin="24" pad="24"/> -<connect gate="G$1" pin="25" pad="25"/> -<connect gate="G$1" pin="26" pad="26"/> -<connect gate="G$1" pin="27" pad="27"/> -<connect gate="G$1" pin="28" pad="28"/> -<connect gate="G$1" pin="29" pad="29"/> -<connect gate="G$1" pin="3" pad="3"/> -<connect gate="G$1" pin="30" pad="30"/> -<connect gate="G$1" pin="31" pad="31"/> -<connect gate="G$1" pin="32" pad="32"/> -<connect gate="G$1" pin="33" pad="33"/> -<connect gate="G$1" pin="34" pad="34"/> -<connect gate="G$1" pin="35" pad="35"/> -<connect gate="G$1" pin="36" pad="36"/> -<connect gate="G$1" pin="37" pad="37"/> -<connect gate="G$1" pin="38" pad="38"/> -<connect gate="G$1" pin="39" pad="39"/> -<connect gate="G$1" pin="4" pad="4"/> -<connect gate="G$1" pin="40" pad="40"/> -<connect gate="G$1" pin="5" pad="5"/> -<connect gate="G$1" pin="6" pad="6"/> -<connect gate="G$1" pin="7" pad="7"/> -<connect gate="G$1" pin="8" pad="8"/> -<connect gate="G$1" pin="9" pad="9"/> </connects> <technologies> <technology name=""> -<attribute name="PROD_ID" value="CONN-13143" constant="no"/> +<attribute name="PACKAGE" value="0603"/> +<attribute name="PRECISION" value="" constant="no"/> </technology> </technologies> </device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="transistor-power"> -<description><b>Power Transistors</b><p> -<author>Created by librarian@cadsoft.de</author></description> -<packages> -<package name="DIRECTFET"> -<description><b>DirectFET (TM) Outline Dimension, MN Outline</b><p> -(Medium Size Can, N-Designation).<br> -Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description> -<wire x1="-2.625" y1="1.875" x2="-2.625" y2="2.225" width="0.2032" layer="21"/> -<wire x1="-2.625" y1="2.225" x2="-2.425" y2="2.425" width="0.2032" layer="21"/> -<wire x1="-2.425" y1="2.425" x2="2.425" y2="2.425" width="0.2032" layer="21"/> -<wire x1="2.425" y1="2.425" x2="2.625" y2="2.225" width="0.2032" layer="21"/> -<wire x1="2.625" y1="2.225" x2="2.625" y2="1.875" width="0.2032" layer="21"/> -<wire x1="2.625" y1="1.875" x2="3.075" y2="1.875" width="0.2032" layer="21"/> -<wire x1="3.075" y1="1.875" x2="3.075" y2="-1.875" width="0.2032" layer="21"/> -<wire x1="3.075" y1="-1.875" x2="2.625" y2="-1.875" width="0.2032" layer="21"/> -<wire x1="2.625" y1="-1.875" x2="2.625" y2="-2.225" width="0.2032" layer="21"/> -<wire x1="2.625" y1="-2.225" x2="2.425" y2="-2.425" width="0.2032" layer="21"/> -<wire x1="2.425" y1="-2.425" x2="-2.425" y2="-2.425" width="0.2032" layer="21"/> -<wire x1="-2.425" y1="-2.425" x2="-2.625" y2="-2.225" width="0.2032" layer="21"/> -<wire x1="-2.625" y1="-2.225" x2="-2.625" y2="-1.875" width="0.2032" layer="21"/> -<wire x1="-2.625" y1="-1.875" x2="-3.075" y2="-1.875" width="0.2032" layer="21"/> -<wire x1="-3.075" y1="-1.875" x2="-3.075" y2="1.875" width="0.2032" layer="21"/> -<wire x1="-3.075" y1="1.875" x2="-2.625" y2="1.875" width="0.2032" layer="21"/> -<wire x1="-2.625" y1="-1.875" x2="-2.625" y2="1.875" width="0.2032" layer="51"/> -<wire x1="2.625" y1="-1.875" x2="2.625" y2="1.875" width="0.2032" layer="51"/> -<circle x="-1.525" y="-1.5" radius="0.4" width="0" layer="21"/> -<smd name="D@1" x="-2.45" y="0.825" dx="0.9" dy="1.25" layer="1"/> -<smd name="D@2" x="-2.45" y="-0.825" dx="0.9" dy="1.25" layer="1"/> -<smd name="G" x="-0.7" y="0" dx="0.65" dy="0.65" layer="1"/> -<smd name="S@1" x="0.65" y="0.475" dx="0.75" dy="0.75" layer="1"/> -<smd name="S@2" x="0.65" y="-0.475" dx="0.75" dy="0.75" layer="1"/> -<smd name="D@3" x="2.45" y="0.825" dx="0.9" dy="1.25" layer="1"/> -<smd name="D@4" x="2.45" y="-0.825" dx="0.9" dy="1.25" layer="1"/> -<text x="-2.54" y="3.175" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-4.445" size="1.27" layer="27">>VALUE</text> -</package> -</packages> -<symbols> -<symbol name="MFN-S2-D4"> -<wire x1="-1.1176" y1="2.413" x2="-1.1176" y2="-2.54" width="0.254" layer="94"/> -<wire x1="-1.1176" y1="-2.54" x2="-2.54" y2="-2.54" width="0.1524" layer="94"/> -<wire x1="2.54" y1="1.905" x2="0.5334" y2="1.905" width="0.1524" layer="94"/> -<wire x1="2.54" y1="0" x2="2.54" y2="-1.905" width="0.1524" layer="94"/> -<wire x1="0.508" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="94"/> -<wire x1="2.54" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="94"/> -<wire x1="2.54" y1="1.905" x2="7.62" y2="1.905" width="0.1524" layer="94"/> -<wire x1="7.62" y1="1.905" x2="7.62" y2="0.762" width="0.1524" layer="94"/> -<wire x1="7.62" y1="0.762" x2="7.62" y2="-1.905" width="0.1524" layer="94"/> -<wire x1="7.62" y1="-1.905" x2="2.54" y2="-1.905" width="0.1524" layer="94"/> -<wire x1="2.54" y1="-1.905" x2="2.54" y2="-2.54" width="0.1524" layer="94"/> -<wire x1="7.62" y1="0.762" x2="6.985" y2="-0.635" width="0.1524" layer="94"/> -<wire x1="6.985" y1="-0.635" x2="8.255" y2="-0.635" width="0.1524" layer="94"/> -<wire x1="8.255" y1="-0.635" x2="7.62" y2="0.762" width="0.1524" layer="94"/> -<wire x1="6.985" y1="0.762" x2="7.62" y2="0.762" width="0.1524" layer="94"/> -<wire x1="7.62" y1="0.762" x2="8.255" y2="0.762" width="0.1524" layer="94"/> -<wire x1="8.255" y1="0.762" x2="8.509" y2="1.016" width="0.1524" layer="94"/> -<wire x1="6.985" y1="0.762" x2="6.731" y2="0.508" width="0.1524" layer="94"/> -<wire x1="0.508" y1="0" x2="1.778" y2="-0.508" width="0.1524" layer="94"/> -<wire x1="1.778" y1="-0.508" x2="1.778" y2="0.508" width="0.1524" layer="94"/> -<wire x1="1.778" y1="0.508" x2="0.508" y2="0" width="0.1524" layer="94"/> -<wire x1="1.651" y1="0" x2="2.54" y2="0" width="0.1524" layer="94"/> -<wire x1="1.651" y1="0.254" x2="0.762" y2="0" width="0.3048" layer="94"/> -<wire x1="0.762" y1="0" x2="1.651" y2="-0.254" width="0.3048" layer="94"/> -<wire x1="1.651" y1="-0.254" x2="1.651" y2="0" width="0.3048" layer="94"/> -<wire x1="1.651" y1="0" x2="1.397" y2="0" width="0.3048" layer="94"/> -<circle x="2.54" y="-1.905" radius="0.127" width="0.4064" layer="94"/> -<circle x="2.54" y="1.905" radius="0.127" width="0.4064" layer="94"/> -<text x="10.16" y="0" size="1.778" layer="95">>NAME</text> -<text x="10.16" y="-2.54" size="1.778" layer="96">>VALUE</text> -<rectangle x1="-0.254" y1="-2.54" x2="0.508" y2="-1.27" layer="94"/> -<rectangle x1="-0.254" y1="1.27" x2="0.508" y2="2.54" layer="94"/> -<rectangle x1="-0.254" y1="-0.889" x2="0.508" y2="0.889" layer="94"/> -<pin name="G" x="-2.54" y="-2.54" visible="off" length="point" direction="pas"/> -<pin name="D" x="2.54" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> -<pin name="S" x="5.08" y="-5.08" visible="off" length="short" direction="pas" rot="R90"/> -<pin name="D@1" x="7.62" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> -<pin name="D@2" x="0" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> -<pin name="D@3" x="5.08" y="5.08" visible="off" length="short" direction="pas" rot="R270"/> -<pin name="S@1" x="2.54" y="-5.08" visible="off" length="short" direction="pas" rot="R90"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="IRF6648" prefix="Q"> -<description><b>DirectFET Power MOSFET</b><p> -Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description> -<gates> -<gate name="G$1" symbol="MFN-S2-D4" x="0" y="0"/> -</gates> -<devices> -<device name="" package="DIRECTFET"> +<device name="0402-RES" package="0402-RES"> <connects> -<connect gate="G$1" pin="D" pad="D@1"/> -<connect gate="G$1" pin="D@1" pad="D@2"/> -<connect gate="G$1" pin="D@2" pad="D@3"/> -<connect gate="G$1" pin="D@3" pad="D@4"/> -<connect gate="G$1" pin="G" pad="G"/> -<connect gate="G$1" pin="S" pad="S@1"/> -<connect gate="G$1" pin="S@1" pad="S@2"/> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PACKAGE" value="0402"/> +<attribute name="PRECISION" value="" constant="no"/> +</technology> +</technologies> +</device> +<device name="2512" package="R2512"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PACKAGE" value="2512"/> +<attribute name="PRECISION" value="" constant="no"/> +</technology> +</technologies> +</device> +<device name="TO220ACS" package="TO220ACS"> +<connects> +<connect gate="G$1" pin="1" pad="A"/> +<connect gate="G$1" pin="2" pad="C"/> </connects> <technologies> <technology name=""/> @@ -3358,20 +3374,10 @@ Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description </deviceset> </devicesets> </library> -<library name="fab"> +<library name="power"> <packages> -<package name="WSL2726"> -<description><b>SMD SHUNT RESISTOR</b></description> -<wire x1="-4.8768" y1="7.9756" x2="4.8768" y2="7.9756" width="0.2032" layer="51"/> -<wire x1="4.8768" y1="7.9756" x2="4.8768" y2="-0.3556" width="0.2032" layer="51"/> -<wire x1="4.8768" y1="-0.3556" x2="-4.8768" y2="-0.3556" width="0.2032" layer="51"/> -<wire x1="-4.8768" y1="-0.3556" x2="-4.8768" y2="7.9756" width="0.2032" layer="51"/> -<smd name="A" x="3.302" y="2.794" dx="2.4384" dy="5.588" layer="1"/> -<smd name="SA" x="3.302" y="6.9215" dx="2.4384" dy="0.889" layer="1"/> -<smd name="B" x="-3.302" y="2.794" dx="2.4384" dy="5.588" layer="1"/> -<smd name="SB" x="-3.302" y="6.9215" dx="2.4384" dy="0.889" layer="1"/> -<text x="-0.3556" y="-0.0508" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="1.5748" y="-0.0508" size="1.27" layer="27" rot="R90">>VALUE</text> +<package name="PWRPAD_3-25MM"> +<pad name="P$1" x="0" y="0" drill="3.25" diameter="5.75" thermals="no"/> </package> <package name="HTSSOP-56"> <smd name="P$1" x="-3.749990625" y="6.749984375" dx="1.5494" dy="0.2794" layer="1" rot="R180"/> @@ -3438,241 +3444,20 @@ Source: http://www.irf.com/product-info/datasheets/data/irf6648.pdf</description <text x="-2.54" y="7.62" size="1.27" layer="104">>NAME</text> <text x="-2.54" y="-8.89" size="1.27" layer="127">>VALUE</text> <circle x="-2.286" y="6.477" radius="0.254" width="0.127" layer="21"/> -</package> -<package name="DO41Z10"> -<description><B>DIODE</B><p> -diameter 2.54 mm, horizontal, grid 10.16 mm</description> -<wire x1="2.032" y1="-1.27" x2="-2.032" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="2.032" y1="-1.27" x2="2.032" y2="1.27" width="0.1524" layer="21"/> -<wire x1="-2.032" y1="1.27" x2="2.032" y2="1.27" width="0.1524" layer="21"/> -<wire x1="-2.032" y1="1.27" x2="-2.032" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="5.08" y1="0" x2="3.937" y2="0" width="0.762" layer="51"/> -<wire x1="-5.08" y1="0" x2="-4.064" y2="0" width="0.762" layer="51"/> -<wire x1="-0.635" y1="0" x2="0" y2="0" width="0.1524" layer="21"/> -<wire x1="1.016" y1="0.635" x2="1.016" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="1.016" y1="-0.635" x2="0" y2="0" width="0.1524" layer="21"/> -<wire x1="0" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0" y1="0" x2="1.016" y2="0.635" width="0.1524" layer="21"/> -<wire x1="0" y1="0" x2="0" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0.635" x2="0" y2="0.635" width="0.1524" layer="21"/> -<wire x1="0" y1="0.635" x2="0" y2="0" width="0.1524" layer="21"/> -<pad name="C" x="-5.08" y="0" drill="1.1176"/> -<pad name="A" x="5.08" y="0" drill="1.1176"/> -<text x="-1.905" y="1.651" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.905" y="-2.794" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-1.651" y1="-1.27" x2="-1.143" y2="1.27" layer="21"/> -<rectangle x1="2.032" y1="-0.381" x2="3.937" y2="0.381" layer="21"/> -<rectangle x1="-3.937" y1="-0.381" x2="-2.032" y2="0.381" layer="21"/> -</package> -<package name="SOD123"> -<description><b>SMALL OUTLINE DIODE</b></description> -<wire x1="-2.973" y1="0.983" x2="2.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.973" y1="-0.983" x2="-2.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-2.973" y1="-0.983" x2="-2.973" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.973" y1="0.983" x2="2.973" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-1.321" y1="0.787" x2="1.321" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-1.321" y1="-0.787" x2="1.321" y2="-0.787" width="0.1016" layer="51"/> -<wire x1="-1.321" y1="-0.787" x2="-1.321" y2="0.787" width="0.1016" layer="51"/> -<wire x1="1.321" y1="-0.787" x2="1.321" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-1" y1="0" x2="0" y2="0.5" width="0.2032" layer="51"/> -<wire x1="0" y1="0.5" x2="0" y2="-0.5" width="0.2032" layer="51"/> -<wire x1="0" y1="-0.5" x2="-1" y2="0" width="0.2032" layer="51"/> -<wire x1="-1" y1="0.5" x2="-1" y2="0" width="0.2032" layer="51"/> -<wire x1="-1" y1="0" x2="-1" y2="-0.5" width="0.2032" layer="51"/> -<smd name="CATHODE" x="-1.7" y="0" dx="1.6" dy="0.8" layer="1"/> -<smd name="ANODE" x="1.7" y="0" dx="1.6" dy="0.8" layer="1"/> -<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text> -<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.9558" y1="-0.3048" x2="-1.3716" y2="0.3048" layer="51" rot="R180"/> -<rectangle x1="1.3716" y1="-0.3048" x2="1.9558" y2="0.3048" layer="51" rot="R180"/> -<rectangle x1="-0.4001" y1="-0.7" x2="0.4001" y2="0.7" layer="35"/> -<wire x1="-2.667" y1="0.889" x2="-2.667" y2="-0.889" width="0.127" layer="21"/> -<wire x1="-2.921" y1="0.889" x2="-2.921" y2="-0.889" width="0.127" layer="21"/> -<wire x1="-2.921" y1="-0.889" x2="2.794" y2="-0.889" width="0.127" layer="21"/> -<wire x1="2.794" y1="-0.889" x2="2.794" y2="0.889" width="0.127" layer="21"/> -<wire x1="2.794" y1="0.889" x2="-2.921" y2="0.889" width="0.127" layer="21"/> -</package> -<package name="2X4"> -<description><h3>Plated Through Hole - 2x4</h3> -<p>Specifications: -<ul><li>Pin count:8</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04x2</li> -</ul></p></description> -<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="-3.175" y1="-2.54" x2="-2.54" y2="-1.905" width="0.2032" layer="21"/> -<wire x1="-2.54" y1="-1.905" x2="-1.905" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="-0.635" y1="-2.54" x2="0" y2="-1.905" width="0.2032" layer="21"/> -<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="1.905" y1="-2.54" x2="2.54" y2="-1.905" width="0.2032" layer="21"/> -<wire x1="2.54" y1="-1.905" x2="3.175" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="4.445" y1="-2.54" x2="5.08" y2="-1.905" width="0.2032" layer="21"/> -<wire x1="-5.08" y1="-1.905" x2="-5.08" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.2032" layer="21"/> -<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.2032" layer="21"/> -<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.2032" layer="21"/> -<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.2032" layer="21"/> -<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.2032" layer="21"/> -<wire x1="0" y1="1.905" x2="0.635" y2="2.54" width="0.2032" layer="21"/> -<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.2032" layer="21"/> -<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.2032" layer="21"/> -<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.2032" layer="21"/> -<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.2032" layer="21"/> -<wire x1="4.445" y1="2.54" x2="5.08" y2="1.905" width="0.2032" layer="21"/> -<wire x1="5.08" y1="1.905" x2="5.08" y2="-1.905" width="0.2032" layer="21"/> -<wire x1="3.175" y1="-2.54" x2="4.445" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="0.635" y1="-2.54" x2="1.905" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="-1.905" y1="-2.54" x2="-0.635" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="-4.445" y1="-2.54" x2="-3.175" y2="-2.54" width="0.2032" layer="21"/> -<pad name="1" x="-3.81" y="-1.27" drill="1.016" diameter="1.8796"/> -<pad name="2" x="-3.81" y="1.27" drill="1.016" diameter="1.8796"/> -<pad name="3" x="-1.27" y="-1.27" drill="1.016" diameter="1.8796"/> -<pad name="4" x="-1.27" y="1.27" drill="1.016" diameter="1.8796"/> -<pad name="5" x="1.27" y="-1.27" drill="1.016" diameter="1.8796"/> -<pad name="6" x="1.27" y="1.27" drill="1.016" diameter="1.8796"/> -<pad name="7" x="3.81" y="-1.27" drill="1.016" diameter="1.8796"/> -<pad name="8" x="3.81" y="1.27" drill="1.016" diameter="1.8796"/> -<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> -<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> -<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> -<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> -<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> -<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> -<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> -<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> -<wire x1="-4.445" y1="-2.794" x2="-3.175" y2="-2.794" width="0.2032" layer="21"/> -<wire x1="-3.175" y1="-2.794" x2="-4.445" y2="-2.794" width="0.2032" layer="22"/> -<wire x1="-5.08" y1="-1.905" x2="-4.445" y2="-2.54" width="0.2032" layer="21"/> -<wire x1="-5.08" y1="-1.905" x2="-5.08" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.2032" layer="21"/> -<text x="-5.08" y="2.794" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-5.08" y="-3.683" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -</package> -<package name="2X4-SHROUDED"> -<description><h3>Plated Through Hole - 2x3 Shrouded Header</h3> -<p>Specifications: -<ul><li>Pin count:6</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=āhttps://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdfā>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_03x2</li> -</ul></p></description> -<wire x1="4.5" y1="7.56" x2="4.5" y2="-10.1" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="-10.1" x2="-4.5" y2="-3.47" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="-3.47" x2="-4.5" y2="0.93" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="0.93" x2="-4.5" y2="7.56" width="0.2032" layer="21"/> -<wire x1="-4.5" y1="7.56" x2="4.4" y2="7.56" width="0.2032" layer="21"/> -<wire x1="4.5" y1="-10.1" x2="-4.5" y2="-10.1" width="0.2032" layer="21"/> -<wire x1="-3.4" y1="6.46" x2="3.4" y2="6.46" width="0.2032" layer="51"/> -<wire x1="3.4" y1="6.46" x2="3.4" y2="-9" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-9" x2="3.4" y2="-9" width="0.2032" layer="51"/> -<wire x1="-4.5" y1="0.93" x2="-3" y2="0.93" width="0.2032" layer="21"/> -<wire x1="-3" y1="0.93" x2="-3" y2="-3.47" width="0.2032" layer="21"/> -<wire x1="-3" y1="-3.47" x2="-4.5" y2="-3.47" width="0.2032" layer="21"/> -<wire x1="-3.4" y1="6.46" x2="-3.4" y2="0.93" width="0.2032" layer="51"/> -<wire x1="-3.4" y1="-9" x2="-3.4" y2="-3.47" width="0.2032" layer="51"/> -<pad name="1" x="-1.27" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="2" x="1.27" y="2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="3" x="-1.27" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="4" x="1.27" y="0" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="5" x="-1.27" y="-2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="6" x="1.27" y="-2.54" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="1.016" y1="2.286" x2="1.524" y2="2.794" layer="51"/> -<rectangle x1="-1.524" y1="2.286" x2="-1.016" y2="2.794" layer="51"/> -<rectangle x1="1.016" y1="-0.254" x2="1.524" y2="0.254" layer="51"/> -<rectangle x1="-1.524" y1="-0.254" x2="-1.016" y2="0.254" layer="51"/> -<rectangle x1="1.016" y1="-2.794" x2="1.524" y2="-2.286" layer="51"/> -<rectangle x1="-1.524" y1="-2.794" x2="-1.016" y2="-2.286" layer="51"/> -<rectangle x1="-1.524" y1="-2.794" x2="-1.016" y2="-2.286" layer="51"/> -<rectangle x1="1.016" y1="-2.794" x2="1.524" y2="-2.286" layer="51"/> -<text x="-3.81" y="7.874" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> -<text x="-3.81" y="-10.922" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> -<wire x1="-5.188" y1="3.175" x2="-5.188" y2="1.905" width="0.2032" layer="21"/> -<wire x1="-2.686" y1="3.175" x2="-2.686" y2="1.905" width="0.2032" layer="22"/> -<pad name="7" x="-1.27" y="-5.08" drill="1.016" diameter="1.8796" rot="R270"/> -<pad name="8" x="1.27" y="-5.08" drill="1.016" diameter="1.8796" rot="R270"/> -<rectangle x1="1.016" y1="-5.334" x2="1.524" y2="-4.826" layer="51"/> -<rectangle x1="-1.524" y1="-5.334" x2="-1.016" y2="-4.826" layer="51"/> -<rectangle x1="-1.524" y1="-5.334" x2="-1.016" y2="-4.826" layer="51"/> -<rectangle x1="1.016" y1="-5.334" x2="1.524" y2="-4.826" layer="51"/> -</package> -<package name="PWRPAD_2-5MM"> -<pad name="P$1" x="0" y="0" drill="2.4892" diameter="3.81"/> -</package> -<package name="PWRPAD_4MM"> -<pad name="P$1" x="0" y="0" drill="3.9878" diameter="6.35"/> -</package> -<package name="BFC"> -<pad name="P$1" x="-4.9784" y="0" drill="2.032" diameter="3.81"/> -<pad name="P$2" x="4.9784" y="0" drill="2.032" diameter="3.81"/> -<circle x="0" y="0" radius="9.9822" width="0.127" layer="21"/> -<text x="-2.54" y="3.81" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-5.08" size="1.27" layer="27">>VALUE</text> -</package> -<package name="C2220"> -<description><b>CAPACITOR</b></description> -<wire x1="-3.743" y1="2.253" x2="3.743" y2="2.253" width="0.0508" layer="39"/> -<wire x1="3.743" y1="-2.253" x2="-3.743" y2="-2.253" width="0.0508" layer="39"/> -<wire x1="-3.743" y1="-2.253" x2="-3.743" y2="2.253" width="0.0508" layer="39"/> -<wire x1="3.743" y1="2.253" x2="3.743" y2="-2.253" width="0.0508" layer="39"/> -<smd name="1" x="-2.794" y="0" dx="2.032" dy="5.334" layer="1"/> -<smd name="2" x="2.794" y="0" dx="2.032" dy="5.334" layer="1"/> -<text x="-2.54" y="2.54" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-3.81" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-2.9718" y1="-0.8509" x2="-2.2217" y2="0.8491" layer="51"/> -<rectangle x1="2.2217" y1="-0.8491" x2="2.9718" y2="0.8509" layer="51"/> -</package> -<package name="C1206"> -<description><b>CAPACITOR</b></description> -<wire x1="-2.473" y1="0.983" x2="2.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.473" y1="-0.983" x2="-2.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-2.473" y1="-0.983" x2="-2.473" y2="0.983" width="0.0508" layer="39"/> -<wire x1="2.473" y1="0.983" x2="2.473" y2="-0.983" width="0.0508" layer="39"/> -<wire x1="-0.965" y1="0.787" x2="0.965" y2="0.787" width="0.1016" layer="51"/> -<wire x1="-0.965" y1="-0.787" x2="0.965" y2="-0.787" width="0.1016" layer="51"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="1.8" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="1.8" layer="1"/> -<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.7018" y1="-0.8509" x2="-0.9517" y2="0.8491" layer="51"/> -<rectangle x1="0.9517" y1="-0.8491" x2="1.7018" y2="0.8509" layer="51"/> -<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/> -</package> -<package name="C1206FAB"> -<wire x1="-2.032" y1="1.016" x2="2.032" y2="1.016" width="0.127" layer="21"/> -<wire x1="2.032" y1="1.016" x2="2.032" y2="-1.016" width="0.127" layer="21"/> -<wire x1="2.032" y1="-1.016" x2="-2.032" y2="-1.016" width="0.127" layer="21"/> -<wire x1="-2.032" y1="-1.016" x2="-2.032" y2="1.016" width="0.127" layer="21"/> -<smd name="1" x="-1.651" y="0" dx="1.27" dy="1.905" layer="1"/> -<smd name="2" x="1.651" y="0" dx="1.27" dy="1.905" layer="1"/> -<text x="-1.778" y="1.27" size="1.016" layer="25" ratio="15">>NAME</text> -<text x="-1.778" y="-2.286" size="1.016" layer="27" ratio="15">>VALUE</text> -</package> -</packages> -<symbols> -<symbol name="WSL2726"> -<wire x1="-3.81" y1="-0.889" x2="1.27" y2="-0.889" width="0.254" layer="94"/> -<wire x1="1.27" y1="0.889" x2="-3.81" y2="0.889" width="0.254" layer="94"/> -<wire x1="1.27" y1="-0.889" x2="1.27" y2="-0.254" width="0.254" layer="94"/> -<wire x1="1.27" y1="-0.254" x2="1.27" y2="0" width="0.254" layer="94"/> -<wire x1="1.27" y1="0" x2="1.27" y2="0.889" width="0.254" layer="94"/> -<wire x1="-3.81" y1="-0.889" x2="-3.81" y2="-0.254" width="0.254" layer="94"/> -<wire x1="-3.81" y1="-0.254" x2="-3.81" y2="0" width="0.254" layer="94"/> -<wire x1="-3.81" y1="0" x2="-3.81" y2="0.889" width="0.254" layer="94"/> -<wire x1="-5.08" y1="0" x2="-3.81" y2="0" width="0.1524" layer="94"/> -<wire x1="2.54" y1="0" x2="1.27" y2="0" width="0.1524" layer="94"/> -<wire x1="-5.08" y1="-2.54" x2="-3.81" y2="-0.254" width="0.1524" layer="94"/> -<wire x1="2.54" y1="-2.54" x2="1.27" y2="-0.254" width="0.1524" layer="94"/> -<text x="-4.572" y="1.3716" size="1.778" layer="95">>NAME</text> -<text x="-4.826" y="-4.445" size="1.778" layer="96">>VALUE</text> -<pin name="SB" x="-7.62" y="-2.54" visible="off" length="short" direction="pas" swaplevel="2"/> -<pin name="SA" x="5.08" y="-2.54" visible="off" length="short" direction="pas" swaplevel="2" rot="R180"/> -<pin name="B" x="-7.62" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> -<pin name="A" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> +</package> +<package name="PWRPAD_2-5MM"> +<pad name="P$1" x="0" y="0" drill="2.4892" diameter="3.81" thermals="no"/> +</package> +<package name="PWRPAD_4MM"> +<pad name="P$1" x="0" y="0" drill="3.9878" diameter="6.35" thermals="no"/> +</package> +<package name="NPTH-3-25MM"> +<hole x="0" y="0" drill="3.25"/> +</package> +</packages> +<symbols> +<symbol name="PWRPAD"> +<pin name="PWRPAD" x="-5.08" y="0" length="middle"/> </symbol> <symbol name="DRV8302"> <pin name="RT_CLK" x="-17.78" y="33.02" length="middle"/> @@ -3737,84 +3522,35 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> <wire x1="12.7" y1="35.56" x2="-12.7" y2="35.56" width="0.254" layer="94"/> <pin name="GNDPAD" x="0" y="-43.18" length="middle" rot="R90"/> </symbol> -<symbol name="ZENER"> -<wire x1="-1.27" y1="-1.27" x2="1.27" y2="0" width="0.254" layer="94"/> -<wire x1="1.27" y1="0" x2="-1.27" y2="1.27" width="0.254" layer="94"/> -<wire x1="1.27" y1="1.27" x2="1.27" y2="0" width="0.254" layer="94"/> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.254" layer="94"/> -<wire x1="1.27" y1="0" x2="1.27" y2="-1.27" width="0.254" layer="94"/> -<wire x1="1.27" y1="-1.27" x2="0.635" y2="-1.27" width="0.254" layer="94"/> -<text x="-1.778" y="1.905" size="1.778" layer="95">>NAME</text> -<text x="-1.778" y="-3.429" size="1.778" layer="96">>VALUE</text> -<pin name="ANODE" x="-2.54" y="0" visible="off" length="short" direction="pas"/> -<pin name="CATHODE" x="2.54" y="0" visible="off" length="short" direction="pas" rot="R180"/> -</symbol> -<symbol name="CONN_04X2"> -<description><h3>8 Pin Connection</h3> -4x2 pin layout</description> -<wire x1="-1.27" y1="0" x2="-2.54" y2="0" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="2.54" x2="-2.54" y2="2.54" width="0.6096" layer="94"/> -<wire x1="-1.27" y1="5.08" x2="-2.54" y2="5.08" width="0.6096" layer="94"/> -<wire x1="-3.81" y1="7.62" x2="-3.81" y2="-5.08" width="0.4064" layer="94"/> -<wire x1="-1.27" y1="-2.54" x2="-2.54" y2="-2.54" width="0.6096" layer="94"/> -<wire x1="3.81" y1="-5.08" x2="-3.81" y2="-5.08" width="0.4064" layer="94"/> -<wire x1="3.81" y1="-5.08" x2="3.81" y2="7.62" width="0.4064" layer="94"/> -<wire x1="-3.81" y1="7.62" x2="3.81" y2="7.62" width="0.4064" layer="94"/> -<wire x1="1.27" y1="-2.54" x2="2.54" y2="-2.54" width="0.6096" layer="94"/> -<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.6096" layer="94"/> -<wire x1="1.27" y1="2.54" x2="2.54" y2="2.54" width="0.6096" layer="94"/> -<wire x1="1.27" y1="5.08" x2="2.54" y2="5.08" width="0.6096" layer="94"/> -<text x="-3.81" y="-7.366" size="1.778" layer="96" font="vector">>VALUE</text> -<text x="-4.064" y="8.128" size="1.778" layer="95" font="vector">>NAME</text> -<pin name="1" x="-7.62" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="2" x="7.62" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="3" x="-7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="4" x="7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="5" x="-7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="6" x="7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="7" x="-7.62" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="8" x="7.62" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -</symbol> -<symbol name="PWRPAD"> -<pin name="PWRPAD" x="-5.08" y="0" length="middle"/> -</symbol> -<symbol name="C-US"> -<wire x1="0" y1="-2.54" x2="0" y2="2.54" width="0.254" layer="94"/> -<wire x1="1.016" y1="0" x2="2.54" y2="0" width="0.1524" layer="94"/> -<wire x1="1" y1="0" x2="1.8542" y2="2.4892" width="0.254" layer="94" curve="-37.878202"/> -<wire x1="1.8504" y1="-2.4668" x2="1.0161" y2="0" width="0.254" layer="94" curve="-37.373024"/> -<text x="-1.27" y="3.175" size="1.778" layer="95">>NAME</text> -<text x="-1.27" y="-5.08" size="1.778" layer="96">>VALUE</text> -<pin name="1" x="-2.54" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> -<pin name="2" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> -</symbol> -<symbol name="CAP-NONPOLARIZED"> -<description>non-polarized capacitor</description> -<wire x1="-1.778" y1="1.524" x2="-1.778" y2="0" width="0.254" layer="94"/> -<wire x1="-1.778" y1="0" x2="-1.778" y2="-1.524" width="0.254" layer="94"/> -<wire x1="-0.762" y1="1.524" x2="-0.762" y2="0" width="0.254" layer="94"/> -<wire x1="-0.762" y1="0" x2="-0.762" y2="-1.524" width="0.254" layer="94"/> -<wire x1="-2.54" y1="0" x2="-1.778" y2="0" width="0.1524" layer="94"/> -<wire x1="-0.762" y1="0" x2="0" y2="0" width="0.1524" layer="94"/> -<text x="-3.81" y="2.54" size="1.778" layer="95">>NAME</text> -<text x="-3.81" y="-3.81" size="1.778" layer="96">>VALUE</text> -<pin name="1" x="-5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> -<pin name="2" x="2.54" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> +<symbol name="MOUNT"> +<text x="-2.54" y="0" size="1.27" layer="95">MOUNT</text> </symbol> </symbols> <devicesets> -<deviceset name="WSL2726" prefix="R" uservalue="yes"> -<description><b>SMD SHUNT RESISTOR</b></description> +<deviceset name="PWRPAD" prefix="J"> <gates> -<gate name="G$1" symbol="WSL2726" x="0" y="0"/> +<gate name="G$1" symbol="PWRPAD" x="0" y="0"/> </gates> <devices> -<device name="" package="WSL2726"> +<device name="2-5MM" package="PWRPAD_2-5MM"> <connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="B" pad="B"/> -<connect gate="G$1" pin="SA" pad="SA"/> -<connect gate="G$1" pin="SB" pad="SB"/> +<connect gate="G$1" pin="PWRPAD" pad="P$1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="4MM" package="PWRPAD_4MM"> +<connects> +<connect gate="G$1" pin="PWRPAD" pad="P$1"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="M3" package="PWRPAD_3-25MM"> +<connects> +<connect gate="G$1" pin="PWRPAD" pad="P$1"/> </connects> <technologies> <technology name=""/> @@ -3822,7 +3558,7 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> </device> </devices> </deviceset> -<deviceset name="DRV8302"> +<deviceset name="DRV8302" prefix="U"> <gates> <gate name="G$1" symbol="DRV8302" x="0" y="0"/> </gates> @@ -3893,33 +3629,755 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> </device> </devices> </deviceset> -<deviceset name="ZENER_DIODE" prefix="D" uservalue="yes"> -<description>zener diode</description> +<deviceset name="M3-NPTH" prefix="M"> +<gates> +<gate name="G$1" symbol="MOUNT" x="0" y="0"/> +</gates> +<devices> +<device name="" package="NPTH-3-25MM"> +<technologies> +<technology name=""/> +</technologies> +</device> +</devices> +</deviceset> +</devicesets> +</library> +<library name="SparkFun-Connectors"> +<description><h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> +<packages> +<package name="JST-6-SMD-HORI-1.0MM"> +<description><h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=āhttps://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p></description> +<circle x="-3.44" y="-5.16" radius="0.1047" width="0.4064" layer="21"/> +<wire x1="-2.9" y1="-0.1" x2="2.9" y2="-0.1" width="0.254" layer="21"/> +<wire x1="-4" y1="-2.1" x2="-4" y2="-4.4" width="0.254" layer="21"/> +<wire x1="3.1" y1="-4.4" x2="4" y2="-4.4" width="0.254" layer="21"/> +<wire x1="4" y1="-4.4" x2="4" y2="-2.1" width="0.254" layer="21"/> +<wire x1="-4" y1="-4.4" x2="-3.1" y2="-4.4" width="0.254" layer="21"/> +<smd name="1" x="-2.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="2" x="-1.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="3" x="-0.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="4" x="0.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="5" x="1.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="6" x="2.5" y="-4.775" dx="0.6" dy="1.55" layer="1"/> +<smd name="M1" x="-3.8" y="-0.9" dx="1.2" dy="1.8" layer="1"/> +<smd name="M2" x="3.8" y="-0.9" dx="1.2" dy="1.8" layer="1"/> +<text x="-1.524" y="0.54" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.905" y="-6.667" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08"> +<description><h3>Plated Through Hole -8 Pin</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="14.605" y1="1.27" x2="15.875" y2="1.27" width="0.2032" layer="21"/> +<wire x1="15.875" y1="1.27" x2="16.51" y2="0.635" width="0.2032" layer="21"/> +<wire x1="16.51" y1="-0.635" x2="15.875" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="11.43" y1="0.635" x2="12.065" y2="1.27" width="0.2032" layer="21"/> +<wire x1="12.065" y1="1.27" x2="13.335" y2="1.27" width="0.2032" layer="21"/> +<wire x1="13.335" y1="1.27" x2="13.97" y2="0.635" width="0.2032" layer="21"/> +<wire x1="13.97" y1="-0.635" x2="13.335" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="13.335" y1="-1.27" x2="12.065" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="12.065" y1="-1.27" x2="11.43" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="14.605" y1="1.27" x2="13.97" y2="0.635" width="0.2032" layer="21"/> +<wire x1="13.97" y1="-0.635" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="15.875" y1="-1.27" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="6.985" y1="1.27" x2="8.255" y2="1.27" width="0.2032" layer="21"/> +<wire x1="8.255" y1="1.27" x2="8.89" y2="0.635" width="0.2032" layer="21"/> +<wire x1="8.89" y1="-0.635" x2="8.255" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="8.89" y1="0.635" x2="9.525" y2="1.27" width="0.2032" layer="21"/> +<wire x1="9.525" y1="1.27" x2="10.795" y2="1.27" width="0.2032" layer="21"/> +<wire x1="10.795" y1="1.27" x2="11.43" y2="0.635" width="0.2032" layer="21"/> +<wire x1="11.43" y1="-0.635" x2="10.795" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="10.795" y1="-1.27" x2="9.525" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="9.525" y1="-1.27" x2="8.89" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.2032" layer="21"/> +<wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.2032" layer="21"/> +<wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.2032" layer="21"/> +<wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="6.985" y1="1.27" x2="6.35" y2="0.635" width="0.2032" layer="21"/> +<wire x1="6.35" y1="-0.635" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="8.255" y1="-1.27" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.2032" layer="21"/> +<wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.2032" layer="21"/> +<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="1.27" y1="0.635" x2="1.905" y2="1.27" width="0.2032" layer="21"/> +<wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.2032" layer="21"/> +<wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.2032" layer="21"/> +<wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="-0.635" y1="1.27" x2="-1.27" y2="0.635" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="-0.635" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="17.145" y1="1.27" x2="18.415" y2="1.27" width="0.2032" layer="21"/> +<wire x1="18.415" y1="1.27" x2="19.05" y2="0.635" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0.635" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="19.05" y1="-0.635" x2="18.415" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="17.145" y1="1.27" x2="16.51" y2="0.635" width="0.2032" layer="21"/> +<wire x1="16.51" y1="-0.635" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="18.415" y1="-1.27" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> +<pad name="1" x="0" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="2" x="2.54" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="3" x="5.08" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="4" x="7.62" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="5" x="10.16" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="6" x="12.7" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="7" x="15.24" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="8" x="17.78" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> +<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> +<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> +<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> +<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> +<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> +<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> +<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> +<text x="-1.27" y="1.397" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.27" y="-2.032" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_LOCK"> +<description><h3>Plated Through Hole -8 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="14.605" y1="1.27" x2="15.875" y2="1.27" width="0.2032" layer="21"/> +<wire x1="15.875" y1="1.27" x2="16.51" y2="0.635" width="0.2032" layer="21"/> +<wire x1="16.51" y1="-0.635" x2="15.875" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="11.43" y1="0.635" x2="12.065" y2="1.27" width="0.2032" layer="21"/> +<wire x1="12.065" y1="1.27" x2="13.335" y2="1.27" width="0.2032" layer="21"/> +<wire x1="13.335" y1="1.27" x2="13.97" y2="0.635" width="0.2032" layer="21"/> +<wire x1="13.97" y1="-0.635" x2="13.335" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="13.335" y1="-1.27" x2="12.065" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="12.065" y1="-1.27" x2="11.43" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="14.605" y1="1.27" x2="13.97" y2="0.635" width="0.2032" layer="21"/> +<wire x1="13.97" y1="-0.635" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="15.875" y1="-1.27" x2="14.605" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="6.985" y1="1.27" x2="8.255" y2="1.27" width="0.2032" layer="21"/> +<wire x1="8.255" y1="1.27" x2="8.89" y2="0.635" width="0.2032" layer="21"/> +<wire x1="8.89" y1="-0.635" x2="8.255" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="8.89" y1="0.635" x2="9.525" y2="1.27" width="0.2032" layer="21"/> +<wire x1="9.525" y1="1.27" x2="10.795" y2="1.27" width="0.2032" layer="21"/> +<wire x1="10.795" y1="1.27" x2="11.43" y2="0.635" width="0.2032" layer="21"/> +<wire x1="11.43" y1="-0.635" x2="10.795" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="10.795" y1="-1.27" x2="9.525" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="9.525" y1="-1.27" x2="8.89" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.2032" layer="21"/> +<wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.2032" layer="21"/> +<wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.2032" layer="21"/> +<wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="6.985" y1="1.27" x2="6.35" y2="0.635" width="0.2032" layer="21"/> +<wire x1="6.35" y1="-0.635" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="8.255" y1="-1.27" x2="6.985" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.2032" layer="21"/> +<wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.2032" layer="21"/> +<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="1.27" y1="0.635" x2="1.905" y2="1.27" width="0.2032" layer="21"/> +<wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.2032" layer="21"/> +<wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.2032" layer="21"/> +<wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="-0.635" y1="1.27" x2="-1.27" y2="0.635" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="-0.635" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="17.145" y1="1.27" x2="18.415" y2="1.27" width="0.2032" layer="21"/> +<wire x1="18.415" y1="1.27" x2="19.05" y2="0.635" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0.635" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="19.05" y1="-0.635" x2="18.415" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="17.145" y1="1.27" x2="16.51" y2="0.635" width="0.2032" layer="21"/> +<wire x1="16.51" y1="-0.635" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="18.415" y1="-1.27" x2="17.145" y2="-1.27" width="0.2032" layer="21"/> +<pad name="1" x="0" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="2" x="2.54" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="3" x="5.08" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="4" x="7.62" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="5" x="10.16" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="6" x="12.7" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="7" x="15.24" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="8" x="17.78" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> +<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> +<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> +<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> +<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> +<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> +<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> +<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> +<text x="-1.27" y="1.397" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.27" y="-2.032" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_LOCK_LONGPADS"> +<description><h3>Plated Through Hole -8 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="1.524" y1="0" x2="1.016" y2="0" width="0.2032" layer="21"/> +<wire x1="4.064" y1="0" x2="3.556" y2="0" width="0.2032" layer="21"/> +<wire x1="6.604" y1="0" x2="6.096" y2="0" width="0.2032" layer="21"/> +<wire x1="9.144" y1="0" x2="8.636" y2="0" width="0.2032" layer="21"/> +<wire x1="11.684" y1="0" x2="11.176" y2="0" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="0" x2="-1.016" y2="0" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="0" x2="-1.27" y2="0.9906" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="0.9906" x2="-0.9906" y2="1.27" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="0" x2="-1.27" y2="-0.9906" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="-0.9906" x2="-0.9906" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="14.224" y1="0" x2="13.716" y2="0" width="0.2032" layer="21"/> +<wire x1="16.764" y1="0" x2="16.256" y2="0" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0" x2="19.05" y2="-0.9906" width="0.2032" layer="21"/> +<wire x1="19.05" y1="-0.9906" x2="18.7706" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0" x2="19.05" y2="0.9906" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0.9906" x2="18.7706" y2="1.27" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0" x2="18.796" y2="0" width="0.2032" layer="21"/> +<pad name="1" x="0" y="0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="2" x="2.54" y="-0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="3" x="5.08" y="0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="4" x="7.62" y="-0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="5" x="10.16" y="0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="6" x="12.7" y="-0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="7" x="15.24" y="0.127" drill="1.016" shape="long" rot="R90"/> +<pad name="8" x="17.78" y="-0.127" drill="1.016" shape="long" rot="R90"/> +<rectangle x1="-0.2921" y1="-0.2921" x2="0.2921" y2="0.2921" layer="51"/> +<rectangle x1="2.2479" y1="-0.2921" x2="2.8321" y2="0.2921" layer="51"/> +<rectangle x1="4.7879" y1="-0.2921" x2="5.3721" y2="0.2921" layer="51"/> +<rectangle x1="7.3279" y1="-0.2921" x2="7.9121" y2="0.2921" layer="51" rot="R90"/> +<rectangle x1="9.8679" y1="-0.2921" x2="10.4521" y2="0.2921" layer="51"/> +<rectangle x1="12.4079" y1="-0.2921" x2="12.9921" y2="0.2921" layer="51"/> +<rectangle x1="14.9479" y1="-0.2921" x2="15.5321" y2="0.2921" layer="51"/> +<rectangle x1="17.4879" y1="-0.2921" x2="18.0721" y2="0.2921" layer="51"/> +<text x="-0.889" y="1.778" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.143" y="-2.286" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_LONGPADS"> +<description><h3>Plated Through Hole -8 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.2032" layer="21"/> +<wire x1="19.05" y1="0.635" x2="19.05" y2="-0.635" width="0.2032" layer="21"/> +<pad name="1" x="0" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="2" x="2.54" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="3" x="5.08" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="4" x="7.62" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="5" x="10.16" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="6" x="12.7" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="7" x="15.24" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<pad name="8" x="17.78" y="0" drill="1.1176" diameter="1.8796" shape="long" rot="R90"/> +<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> +<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> +<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> +<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> +<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> +<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> +<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> +<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> +<text x="-1.143" y="2.159" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.016" y="-2.794" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="SCREWTERMINAL-3.5MM-8"> +<description><h3>Screw Terminal 3.5mm Pitch -8 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=āhttps://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="-1.75" y1="3.4" x2="26.25" y2="3.4" width="0.2032" layer="21"/> +<wire x1="26.25" y1="3.4" x2="26.25" y2="-2.8" width="0.2032" layer="21"/> +<wire x1="26.25" y1="-2.8" x2="26.25" y2="-3.6" width="0.2032" layer="21"/> +<wire x1="26.25" y1="-3.6" x2="-1.75" y2="-3.6" width="0.2032" layer="21"/> +<wire x1="-1.75" y1="-3.6" x2="-1.75" y2="-2.8" width="0.2032" layer="21"/> +<wire x1="-1.75" y1="-2.8" x2="-1.75" y2="3.4" width="0.2032" layer="21"/> +<wire x1="26.25" y1="-2.8" x2="-1.75" y2="-2.8" width="0.2032" layer="21"/> +<wire x1="-1.75" y1="-1.35" x2="-2.25" y2="-1.35" width="0.2032" layer="51"/> +<wire x1="-2.25" y1="-1.35" x2="-2.25" y2="-2.35" width="0.2032" layer="51"/> +<wire x1="-2.25" y1="-2.35" x2="-1.75" y2="-2.35" width="0.2032" layer="51"/> +<wire x1="26.25" y1="3.15" x2="26.75" y2="3.15" width="0.2032" layer="51"/> +<wire x1="26.75" y1="3.15" x2="26.75" y2="2.15" width="0.2032" layer="51"/> +<wire x1="26.75" y1="2.15" x2="26.25" y2="2.15" width="0.2032" layer="51"/> +<pad name="1" x="0" y="0" drill="1.2" diameter="2.032"/> +<pad name="2" x="3.5" y="0" drill="1.2" diameter="2.032"/> +<pad name="3" x="7" y="0" drill="1.2" diameter="2.032"/> +<pad name="4" x="10.5" y="0" drill="1.2" diameter="2.032"/> +<pad name="5" x="14" y="0" drill="1.2" diameter="2.032"/> +<pad name="6" x="17.5" y="0" drill="1.2" diameter="2.032"/> +<pad name="7" x="21" y="0" drill="1.2" diameter="2.032"/> +<pad name="8" x="24.5" y="0" drill="1.2" diameter="2.032"/> +<text x="11.049" y="2.286" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="10.795" y="1.397" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +<wire x1="1.016" y1="-1.524" x2="-0.889" y2="-1.524" width="0.2032" layer="21"/> +<wire x1="-0.889" y1="-1.524" x2="1.016" y2="-1.524" width="0.2032" layer="22"/> +</package> +<package name="1X08_SMD"> +<description><h3>SMD -8 Pin Vertical Female</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=āhttp://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="1.37" y1="1.25" x2="-19.15" y2="1.25" width="0.127" layer="51"/> +<wire x1="-19.15" y1="1.25" x2="-19.15" y2="-1.25" width="0.127" layer="51"/> +<wire x1="-19.15" y1="-1.25" x2="1.37" y2="-1.25" width="0.127" layer="51"/> +<wire x1="1.37" y1="-1.25" x2="1.37" y2="1.25" width="0.127" layer="51"/> +<wire x1="1.37" y1="1.25" x2="1.37" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-19.15" y1="-1.25" x2="-19.15" y2="1.25" width="0.127" layer="21"/> +<wire x1="0.85" y1="1.25" x2="1.37" y2="1.25" width="0.127" layer="21"/> +<wire x1="-19.15" y1="1.25" x2="-15.963" y2="1.25" width="0.127" layer="21"/> +<wire x1="-18.63" y1="-1.25" x2="-19.15" y2="-1.25" width="0.127" layer="21"/> +<wire x1="1.37" y1="-1.25" x2="-1.817" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-4.377" y1="1.25" x2="-0.703" y2="1.25" width="0.127" layer="21"/> +<wire x1="-9.457" y1="1.25" x2="-5.783" y2="1.25" width="0.127" layer="21"/> +<wire x1="-14.537" y1="1.25" x2="-10.863" y2="1.25" width="0.127" layer="21"/> +<wire x1="-3.329" y1="-1.25" x2="-6.831" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-8.409" y1="-1.25" x2="-11.911" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-13.489" y1="-1.25" x2="-16.991" y2="-1.25" width="0.127" layer="21"/> +<smd name="7" x="-15.24" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="5" x="-10.16" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="3" x="-5.08" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="1" x="0" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="8" x="-17.78" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="6" x="-12.7" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="4" x="-7.62" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="2" x="-2.54" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<text x="-18.542" y="2.921" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-18.542" y="-3.556" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_SMD_ALT"> +<description><h3>SMD -8 Pin Vertical Female</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=āhttp://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="1.37" y1="1.25" x2="-19.15" y2="1.25" width="0.127" layer="51"/> +<wire x1="-19.15" y1="1.25" x2="-19.15" y2="-1.25" width="0.127" layer="51"/> +<wire x1="-19.15" y1="-1.25" x2="1.37" y2="-1.25" width="0.127" layer="51"/> +<wire x1="1.37" y1="-1.25" x2="1.37" y2="1.25" width="0.127" layer="51"/> +<wire x1="-19.15" y1="1.25" x2="-19.15" y2="-1.25" width="0.127" layer="21"/> +<wire x1="1.37" y1="-1.25" x2="1.37" y2="1.25" width="0.127" layer="21"/> +<wire x1="-18.63" y1="1.25" x2="-19.15" y2="1.25" width="0.127" layer="21"/> +<wire x1="1.37" y1="1.25" x2="-1.817" y2="1.25" width="0.127" layer="21"/> +<wire x1="0.85" y1="-1.25" x2="1.37" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-19.15" y1="-1.25" x2="-15.963" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-13.403" y1="1.25" x2="-17.077" y2="1.25" width="0.127" layer="21"/> +<wire x1="-8.323" y1="1.25" x2="-11.997" y2="1.25" width="0.127" layer="21"/> +<wire x1="-3.243" y1="1.25" x2="-6.917" y2="1.25" width="0.127" layer="21"/> +<wire x1="-14.451" y1="-1.25" x2="-10.949" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-9.371" y1="-1.25" x2="-5.869" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-4.291" y1="-1.25" x2="-0.789" y2="-1.25" width="0.127" layer="21"/> +<smd name="7" x="-15.24" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="5" x="-10.16" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="3" x="-5.08" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="1" x="0" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="8" x="-17.78" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="6" x="-12.7" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="4" x="-7.62" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="2" x="-2.54" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<text x="-18.796" y="2.921" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-18.923" y="-3.556" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_SMD_COMBINED"> +<description><h3>SMD -8 Pin Vertical Female</h3> +Combined footprint configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=āhttp://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="-1.37" y1="-1.25" x2="-1.37" y2="1.25" width="0.127" layer="21"/> +<wire x1="19.15" y1="1.25" x2="19.15" y2="-1.25" width="0.127" layer="21"/> +<wire x1="-0.85" y1="-1.25" x2="-1.37" y2="-1.25" width="0.127" layer="21"/> +<wire x1="19.15" y1="-1.25" x2="18.503" y2="-1.25" width="0.127" layer="21"/> +<wire x1="18.63" y1="1.25" x2="19.15" y2="1.25" width="0.127" layer="21"/> +<wire x1="-1.37" y1="1.25" x2="-0.723" y2="1.25" width="0.127" layer="21"/> +<wire x1="14.537" y1="-1.25" x2="13.403" y2="-1.25" width="0.127" layer="21"/> +<wire x1="0.789" y1="1.25" x2="1.751" y2="1.25" width="0.127" layer="21"/> +<wire x1="3.329" y1="1.25" x2="4.291" y2="1.25" width="0.127" layer="21"/> +<wire x1="5.869" y1="1.25" x2="6.831" y2="1.25" width="0.127" layer="21"/> +<wire x1="8.409" y1="1.25" x2="9.371" y2="1.25" width="0.127" layer="21"/> +<wire x1="10.949" y1="1.25" x2="11.911" y2="1.25" width="0.127" layer="21"/> +<wire x1="13.489" y1="1.25" x2="14.451" y2="1.25" width="0.127" layer="21"/> +<wire x1="16.029" y1="1.25" x2="16.991" y2="1.25" width="0.127" layer="21"/> +<wire x1="17.077" y1="-1.25" x2="15.943" y2="-1.25" width="0.127" layer="21"/> +<wire x1="11.997" y1="-1.25" x2="10.863" y2="-1.25" width="0.127" layer="21"/> +<wire x1="9.457" y1="-1.25" x2="8.323" y2="-1.25" width="0.127" layer="21"/> +<wire x1="6.917" y1="-1.25" x2="5.783" y2="-1.25" width="0.127" layer="21"/> +<wire x1="4.377" y1="-1.25" x2="3.243" y2="-1.25" width="0.127" layer="21"/> +<wire x1="1.837" y1="-1.25" x2="0.703" y2="-1.25" width="0.127" layer="21"/> +<wire x1="17.78" y1="1.27" x2="17.78" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="15.24" y1="1.27" x2="15.24" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="12.7" y1="1.27" x2="12.7" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="10.16" y1="1.27" x2="10.16" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="7.62" y1="1.27" x2="7.62" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="5.08" y1="1.27" x2="5.08" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="2.54" y1="1.27" x2="2.54" y2="-1.27" width="0.4064" layer="1"/> +<wire x1="0" y1="1.27" x2="0" y2="-1.27" width="0.4064" layer="1"/> +<smd name="7@2" x="15.24" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="5@2" x="10.16" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="3@2" x="5.08" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="8@2" x="17.78" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="6@2" x="12.7" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="4@2" x="7.62" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="2@2" x="2.54" y="1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="1" x="0" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="2" x="2.54" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="3" x="5.08" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="4" x="7.62" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="5" x="10.16" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="6" x="12.7" y="-1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="7" x="15.24" y="1.65" dx="2" dy="1" layer="1" rot="R90"/> +<smd name="8" x="17.78" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<smd name="1@2" x="0" y="-1.65" dx="2" dy="1" layer="1" rot="R270"/> +<text x="-0.381" y="3.048" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-0.508" y="-3.556" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="BM08B-SRSS-TB"> +<description><h3>JST Vertical Crimp Connect</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch:1mm</li> +</ul></p> +<p><a href=āhttp://www.jst-mfg.com/product/pdf/eng/eSR.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="-5" y1="3.3" x2="5" y2="3.3" width="0.127" layer="51"/> +<wire x1="-5" y1="0.4" x2="-5" y2="3.3" width="0.127" layer="51"/> +<wire x1="5" y1="0.4" x2="5" y2="3.3" width="0.127" layer="51"/> +<wire x1="-5" y1="0.4" x2="5" y2="0.4" width="0.127" layer="51"/> +<wire x1="-4.1" y1="0.35" x2="-5.05" y2="0.35" width="0.2032" layer="21"/> +<wire x1="-5.05" y1="0.35" x2="-5.05" y2="1.35" width="0.2032" layer="21"/> +<wire x1="5.05" y1="0.35" x2="4.15" y2="0.35" width="0.2032" layer="21"/> +<wire x1="5.05" y1="0.35" x2="5.05" y2="1.35" width="0.2032" layer="21"/> +<wire x1="-3.9" y1="3.4" x2="3.9" y2="3.4" width="0.2032" layer="21"/> +<circle x="-4.4" y="-0.35" radius="0.1118" width="0.4064" layer="21"/> +<smd name="1" x="-3.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="2" x="-2.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="3" x="-1.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="4" x="-0.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="5" x="0.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="6" x="1.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="7" x="2.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="8" x="3.5" y="0" dx="0.6" dy="1.55" layer="1" rot="R180"/> +<smd name="P$9" x="4.8" y="2.525" dx="1.8" dy="1.2" layer="1" rot="R90"/> +<smd name="P$10" x="-4.8" y="2.525" dx="1.8" dy="1.2" layer="1" rot="R90"/> +<text x="-1.397" y="2.159" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.651" y="1.27" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_SMD_MALE"> +<description><h3>SMD -8 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=āhttp://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="-1.27" y1="1.25" x2="-1.27" y2="-1.25" width="0.127" layer="51"/> +<wire x1="-1.27" y1="-1.25" x2="19.05" y2="-1.25" width="0.127" layer="51"/> +<wire x1="19.05" y1="-1.25" x2="19.05" y2="1.25" width="0.127" layer="51"/> +<wire x1="19.05" y1="1.25" x2="-1.27" y2="1.25" width="0.127" layer="51"/> +<circle x="0" y="0" radius="0.64" width="0.127" layer="51"/> +<circle x="2.54" y="0" radius="0.64" width="0.127" layer="51"/> +<circle x="5.08" y="0" radius="0.64" width="0.127" layer="51"/> +<circle x="7.62" y="0" radius="0.64" width="0.127" layer="51"/> +<circle x="10.16" y="0" radius="0.64" width="0.127" layer="51"/> +<circle x="12.7" y="0" radius="0.64" width="0.127" layer="51"/> +<rectangle x1="-0.32" y1="0" x2="0.32" y2="2.75" layer="51"/> +<rectangle x1="4.76" y1="0" x2="5.4" y2="2.75" layer="51"/> +<rectangle x1="9.84" y1="0" x2="10.48" y2="2.75" layer="51"/> +<rectangle x1="2.22" y1="-2.75" x2="2.86" y2="0" layer="51" rot="R180"/> +<rectangle x1="7.3" y1="-2.75" x2="7.94" y2="0" layer="51" rot="R180"/> +<rectangle x1="12.38" y1="-2.75" x2="13.02" y2="0" layer="51" rot="R180"/> +<smd name="1" x="0" y="0" dx="1.02" dy="6" layer="1"/> +<smd name="2" x="2.54" y="0" dx="1.02" dy="6" layer="1"/> +<smd name="3" x="5.08" y="0" dx="1.02" dy="6" layer="1"/> +<smd name="4" x="7.62" y="0" dx="1.02" dy="6" layer="1"/> +<smd name="5" x="10.16" y="0" dx="1.02" dy="6" layer="1"/> +<smd name="6" x="12.7" y="0" dx="1.02" dy="6" layer="1"/> +<wire x1="-1.27" y1="1.25" x2="-1.27" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="-1.27" y1="-1.25" x2="-0.635" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="-1.27" y1="1.25" x2="-0.635" y2="1.25" width="0.1778" layer="21"/> +<wire x1="0.762" y1="1.25" x2="1.778" y2="1.25" width="0.1778" layer="21"/> +<wire x1="3.302" y1="1.25" x2="4.318" y2="1.25" width="0.1778" layer="21"/> +<wire x1="5.842" y1="1.25" x2="6.858" y2="1.25" width="0.1778" layer="21"/> +<wire x1="8.382" y1="1.25" x2="9.398" y2="1.25" width="0.1778" layer="21"/> +<wire x1="10.922" y1="1.25" x2="11.938" y2="1.25" width="0.1778" layer="21"/> +<wire x1="1.778" y1="-1.25" x2="0.762" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="4.318" y1="-1.25" x2="3.302" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="6.858" y1="-1.25" x2="5.842" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="9.398" y1="-1.25" x2="8.382" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="11.938" y1="-1.25" x2="10.922" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="19.05" y1="-1.25" x2="19.05" y2="1.25" width="0.1778" layer="21"/> +<circle x="15.24" y="0" radius="0.64" width="0.127" layer="51"/> +<circle x="17.78" y="0" radius="0.64" width="0.127" layer="51"/> +<rectangle x1="14.92" y1="0" x2="15.56" y2="2.75" layer="51"/> +<rectangle x1="17.46" y1="-2.75" x2="18.1" y2="0" layer="51" rot="R180"/> +<smd name="7" x="15.24" y="0" dx="1.02" dy="6" layer="1"/> +<smd name="8" x="17.78" y="0" dx="1.02" dy="6" layer="1"/> +<wire x1="16.002" y1="1.25" x2="17.018" y2="1.25" width="0.1778" layer="21"/> +<wire x1="17.018" y1="-1.25" x2="16.002" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="19.05" y1="-1.25" x2="18.415" y2="-1.25" width="0.1778" layer="21"/> +<wire x1="19.05" y1="1.25" x2="18.415" y2="1.25" width="0.1778" layer="21"/> +<wire x1="13.462" y1="1.25" x2="14.478" y2="1.25" width="0.1778" layer="21"/> +<wire x1="14.478" y1="-1.25" x2="13.462" y2="-1.25" width="0.1778" layer="21"/> +<text x="-0.508" y="3.302" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-0.635" y="-3.937" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_NO_SILK"> +<description><h3>Plated Through Hole -8 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<pad name="1" x="0" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="2" x="2.54" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="3" x="5.08" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="4" x="7.62" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="5" x="10.16" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="6" x="12.7" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="7" x="15.24" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="8" x="17.78" y="0" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> +<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> +<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> +<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> +<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> +<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> +<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> +<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> +<text x="-1.27" y="1.397" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.27" y="-2.032" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_LOCK_NO_SILK"> +<description><h3>Plated Through Hole -8 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<pad name="1" x="0" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="2" x="2.54" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="3" x="5.08" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="4" x="7.62" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="5" x="10.16" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="6" x="12.7" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="7" x="15.24" y="0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="8" x="17.78" y="-0.127" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="14.986" y1="-0.254" x2="15.494" y2="0.254" layer="51"/> +<rectangle x1="12.446" y1="-0.254" x2="12.954" y2="0.254" layer="51"/> +<rectangle x1="9.906" y1="-0.254" x2="10.414" y2="0.254" layer="51"/> +<rectangle x1="7.366" y1="-0.254" x2="7.874" y2="0.254" layer="51"/> +<rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> +<rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> +<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> +<rectangle x1="17.526" y1="-0.254" x2="18.034" y2="0.254" layer="51"/> +<text x="-1.27" y="1.397" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.27" y="-2.032" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +<package name="1X08_FEMALE_LOCK"> +<description><h3>Plated Through Hole -8 Pin Locking Female Headers</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=āhttps://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdfā>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p></description> +<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="-1.27" y1="1.27" x2="19.05" y2="1.27" width="0.2032" layer="21"/> +<wire x1="19.05" y1="-1.27" x2="-1.27" y2="-1.27" width="0.2032" layer="21"/> +<wire x1="19.05" y1="1.27" x2="19.05" y2="-1.27" width="0.2032" layer="21"/> +<pad name="1" x="0" y="0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="2" x="2.54" y="-0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="3" x="5.08" y="0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="4" x="7.62" y="-0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="5" x="10.16" y="0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="6" x="12.7" y="-0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="-0.3175" y1="-0.1905" x2="0.3175" y2="0.1905" layer="51"/> +<rectangle x1="2.2225" y1="-0.1905" x2="2.8575" y2="0.1905" layer="51"/> +<rectangle x1="4.7625" y1="-0.1905" x2="5.3975" y2="0.1905" layer="51"/> +<rectangle x1="7.3025" y1="-0.1905" x2="7.9375" y2="0.1905" layer="51"/> +<rectangle x1="9.8425" y1="-0.1905" x2="10.4775" y2="0.1905" layer="51"/> +<rectangle x1="12.3825" y1="-0.1905" x2="13.0175" y2="0.1905" layer="51"/> +<pad name="7" x="15.24" y="0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<pad name="8" x="17.78" y="-0.2286" drill="1.016" diameter="1.8796" rot="R90"/> +<rectangle x1="14.9225" y1="-0.1905" x2="15.5575" y2="0.1905" layer="51"/> +<rectangle x1="17.4625" y1="-0.1905" x2="18.0975" y2="0.1905" layer="51"/> +<text x="-1.27" y="1.397" size="0.6096" layer="25" font="vector" ratio="20">>NAME</text> +<text x="-1.27" y="-2.032" size="0.6096" layer="27" font="vector" ratio="20">>VALUE</text> +</package> +</packages> +<symbols> +<symbol name="CONN_06"> +<description><h3>6 Pin Connection</h3></description> +<wire x1="1.27" y1="-7.62" x2="-5.08" y2="-7.62" width="0.4064" layer="94"/> +<wire x1="-1.27" y1="0" x2="0" y2="0" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="-2.54" x2="0" y2="-2.54" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="-5.08" x2="0" y2="-5.08" width="0.6096" layer="94"/> +<wire x1="-5.08" y1="10.16" x2="-5.08" y2="-7.62" width="0.4064" layer="94"/> +<wire x1="1.27" y1="-7.62" x2="1.27" y2="10.16" width="0.4064" layer="94"/> +<wire x1="-5.08" y1="10.16" x2="1.27" y2="10.16" width="0.4064" layer="94"/> +<wire x1="-1.27" y1="5.08" x2="0" y2="5.08" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="2.54" x2="0" y2="2.54" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="7.62" x2="0" y2="7.62" width="0.6096" layer="94"/> +<text x="-5.08" y="-9.906" size="1.778" layer="96" font="vector">>VALUE</text> +<text x="-5.08" y="10.668" size="1.778" layer="95" font="vector">>NAME</text> +<pin name="1" x="5.08" y="-5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="2" x="5.08" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="3" x="5.08" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="4" x="5.08" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="5" x="5.08" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="6" x="5.08" y="7.62" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +</symbol> +<symbol name="CONN_02"> +<description><h3>2 Pin Connection</h3></description> +<wire x1="3.81" y1="-2.54" x2="-2.54" y2="-2.54" width="0.4064" layer="94"/> +<wire x1="1.27" y1="2.54" x2="2.54" y2="2.54" width="0.6096" layer="94"/> +<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.6096" layer="94"/> +<wire x1="-2.54" y1="5.08" x2="-2.54" y2="-2.54" width="0.4064" layer="94"/> +<wire x1="3.81" y1="-2.54" x2="3.81" y2="5.08" width="0.4064" layer="94"/> +<wire x1="-2.54" y1="5.08" x2="3.81" y2="5.08" width="0.4064" layer="94"/> +<text x="-2.54" y="-4.826" size="1.778" layer="96" font="vector">>VALUE</text> +<text x="-2.54" y="5.588" size="1.778" layer="95" font="vector">>NAME</text> +<pin name="1" x="7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="2" x="7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +</symbol> +<symbol name="CONN_08"> +<description><h3> 8 Pin Connection</h3></description> +<wire x1="1.27" y1="-10.16" x2="-5.08" y2="-10.16" width="0.4064" layer="94"/> +<wire x1="-1.27" y1="-2.54" x2="0" y2="-2.54" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="-5.08" x2="0" y2="-5.08" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="-7.62" x2="0" y2="-7.62" width="0.6096" layer="94"/> +<wire x1="-5.08" y1="12.7" x2="-5.08" y2="-10.16" width="0.4064" layer="94"/> +<wire x1="1.27" y1="-10.16" x2="1.27" y2="12.7" width="0.4064" layer="94"/> +<wire x1="-5.08" y1="12.7" x2="1.27" y2="12.7" width="0.4064" layer="94"/> +<wire x1="-1.27" y1="2.54" x2="0" y2="2.54" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="0" x2="0" y2="0" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="5.08" x2="0" y2="5.08" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="7.62" x2="0" y2="7.62" width="0.6096" layer="94"/> +<wire x1="-1.27" y1="10.16" x2="0" y2="10.16" width="0.6096" layer="94"/> +<text x="-5.08" y="-12.446" size="1.778" layer="96" font="vector">>VALUE</text> +<text x="-5.08" y="13.208" size="1.778" layer="95" font="vector">>NAME</text> +<pin name="1" x="5.08" y="-7.62" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="2" x="5.08" y="-5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="3" x="5.08" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="4" x="5.08" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="5" x="5.08" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="6" x="5.08" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="7" x="5.08" y="7.62" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +<pin name="8" x="5.08" y="10.16" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> +</symbol> +</symbols> +<devicesets> +<deviceset name="JST_6_PIN_HORIZONTAL" prefix="J"> +<description><h3>JST 6 pin horizontal connector</h3> +JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="link">name</a> (XXX-00000)</li> +</ul></description> <gates> -<gate name="1" symbol="ZENER" x="0" y="0"/> +<gate name="A" symbol="CONN_06" x="0" y="0"/> +<gate name="B" symbol="CONN_02" x="17.78" y="-5.08"/> </gates> <devices> -<device name="DO41Z10" package="DO41Z10"> -<connects> -<connect gate="1" pin="ANODE" pad="A"/> -<connect gate="1" pin="CATHODE" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SOD123" package="SOD123"> +<device name="" package="JST-6-SMD-HORI-1.0MM"> <connects> -<connect gate="1" pin="ANODE" pad="ANODE"/> -<connect gate="1" pin="CATHODE" pad="CATHODE"/> +<connect gate="A" pin="1" pad="1"/> +<connect gate="A" pin="2" pad="2"/> +<connect gate="A" pin="3" pad="3"/> +<connect gate="A" pin="4" pad="4"/> +<connect gate="A" pin="5" pad="5"/> +<connect gate="A" pin="6" pad="6"/> +<connect gate="B" pin="1" pad="M1"/> +<connect gate="B" pin="2" pad="M2"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PROD_ID" value="XXX-00000" constant="no"/> +<attribute name="VALUE" value="BM06B-SRSS-TB" constant="no"/> +</technology> </technologies> </device> </devices> </deviceset> -<deviceset name="CONN_04X2" prefix="J" uservalue="yes"> +<deviceset name="CONN_08" prefix="J" uservalue="yes"> <description><h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> <p></p> @@ -3930,12 +4388,52 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> <li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> <li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> <li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul></description> +<li><a href="https://www.sparkfun.com/products/9279"> Arduino Stackable Header - 8 Pin</a> (PRT-09279)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side.</description> <gates> -<gate name="G$1" symbol="CONN_04X2" x="0" y="0"/> +<gate name="G$1" symbol="CONN_08" x="-2.54" y="0"/> </gates> <devices> -<device name="" package="2X4"> +<device name=""" package="1X08"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-08438"/> +</technology> +</technologies> +</device> +<device name="LOCK" package="1X08_LOCK"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> @@ -3950,7 +4448,7 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> <technology name=""/> </technologies> </device> -<device name="SHROUDED" package="2X4-SHROUDED"> +<device name="LOCK_LONGPADS" package="1X08_LOCK_LONGPADS"> <connects> <connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="2" pad="2"/> @@ -3965,77 +4463,363 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> <technology name=""/> </technologies> </device> -</devices> -</deviceset> -<deviceset name="PWRPAD" prefix="J"> -<gates> -<gate name="G$1" symbol="PWRPAD" x="0" y="0"/> -</gates> -<devices> -<device name="2-5MM" package="PWRPAD_2-5MM"> +<device name="LONGPADS" package="1X08_LONGPADS"> <connects> -<connect gate="G$1" pin="PWRPAD" pad="P$1"/> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> </connects> <technologies> <technology name=""/> </technologies> </device> -<device name="4MM" package="PWRPAD_4MM"> +<device name="3.5MM-8" package="SCREWTERMINAL-3.5MM-8"> <connects> -<connect gate="G$1" pin="PWRPAD" pad="P$1"/> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""/> +</technologies> +</device> +<device name="SMD-STRAIGHT-FEMALE" package="1X08_SMD"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-10204"/> +<attribute name="SF_ID" value="PRT-11543" constant="no"/> +</technology> +</technologies> +</device> +<device name="SMD-STRAIGHT-ALT-FEMALE" package="1X08_SMD_ALT"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-10204"/> +<attribute name="SF_ID" value="PRT-11543" constant="no"/> +</technology> +</technologies> +</device> +<device name="SMD-COMBO-FEMALE" package="1X08_SMD_COMBINED"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-10204"/> +<attribute name="SF_ID" value="PRT-11543" constant="no"/> +</technology> +</technologies> +</device> +<device name="BM08B-SRSS-TB" package="BM08B-SRSS-TB"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-10556" constant="no"/> +</technology> +</technologies> +</device> +<device name="SMD-MALE" package="1X08_SMD_MALE"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-11292"/> +<attribute name="SF_ID" value="PRT-11541" constant="no"/> +</technology> +</technologies> +</device> +<device name="NO_SILK_FEMALE_PTH" package="1X08_NO_SILK"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-08438"/> +</technology> +</technologies> +</device> +<device name="LOCK_NO_SILK" package="1X08_LOCK_NO_SILK"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> </connects> <technologies> <technology name=""/> </technologies> </device> +<device name="FEMALE_LOCK" package="1X08_FEMALE_LOCK"> +<connects> +<connect gate="G$1" pin="1" pad="1"/> +<connect gate="G$1" pin="2" pad="2"/> +<connect gate="G$1" pin="3" pad="3"/> +<connect gate="G$1" pin="4" pad="4"/> +<connect gate="G$1" pin="5" pad="5"/> +<connect gate="G$1" pin="6" pad="6"/> +<connect gate="G$1" pin="7" pad="7"/> +<connect gate="G$1" pin="8" pad="8"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="CONN-09233" constant="no"/> +<attribute name="SF_ID" value="PRT-09279" constant="no"/> +</technology> +</technologies> +</device> </devices> </deviceset> -<deviceset name="BFC" prefix="BFC"> +</devicesets> +</library> +<library name="SparkFun-DiscreteSemi"> +<description><h3>SparkFun Discrete Semiconductors</h3> +This library contains diodes, optoisolators, TRIACs, MOSFETs, transistors, etc. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> +<packages> +<package name="SMA-DIODE"> +<description><B>Diode</B> +<p>Basic SMA packaged diode. Good for reverse polarization protection. Common part #: MBRA140</p> +<p>SMA is the smallest package in the DO-214 standard (DO-214AC)</p></description> +<wire x1="-2.3" y1="1" x2="-2.3" y2="1.45" width="0.2032" layer="21"/> +<wire x1="-2.3" y1="1.45" x2="2.3" y2="1.45" width="0.2032" layer="21"/> +<wire x1="2.3" y1="1.45" x2="2.3" y2="1" width="0.2032" layer="21"/> +<wire x1="2.3" y1="-1" x2="2.3" y2="-1.45" width="0.2032" layer="21"/> +<wire x1="2.3" y1="-1.45" x2="-2.3" y2="-1.45" width="0.2032" layer="21"/> +<wire x1="-2.3" y1="-1.45" x2="-2.3" y2="-1" width="0.2032" layer="21"/> +<wire x1="3.175" y1="1" x2="3.175" y2="-1" width="0.2032" layer="21"/> +<smd name="A" x="-2.15" y="0" dx="1.27" dy="1.47" layer="1" rot="R180"/> +<smd name="C" x="2.15" y="0" dx="1.27" dy="1.47" layer="1"/> +<text x="0" y="1.651" size="0.6096" layer="25" font="vector" ratio="20" align="bottom-center">>NAME</text> +<text x="0" y="-1.651" size="0.6096" layer="27" font="vector" ratio="20" align="top-center">>VALUE</text> +</package> +<package name="SOD-323"> +<description>SOD-323 (Small Outline Diode)</description> +<wire x1="-1.77" y1="0.625" x2="-1.77" y2="-0.625" width="0.2032" layer="21"/> +<smd name="C" x="-1.15" y="0" dx="0.63" dy="0.83" layer="1"/> +<smd name="A" x="1.15" y="0" dx="0.63" dy="0.83" layer="1"/> +<text x="0" y="0.762" size="0.6096" layer="25" font="vector" ratio="20" align="bottom-center">>NAME</text> +<text x="0" y="-0.762" size="0.6096" layer="27" font="vector" ratio="20" align="top-center">>VALUE</text> +<wire x1="-0.9" y1="0.625" x2="0.9" y2="0.625" width="0.2032" layer="21"/> +<wire x1="-0.9" y1="-0.625" x2="0.9" y2="-0.625" width="0.2032" layer="21"/> +</package> +<package name="SOD-523"> +<description>SOD-523 (Small Outline Diode)</description> +<smd name="C" x="0.7" y="0" dx="0.4" dy="0.4" layer="1"/> +<smd name="A" x="-0.7" y="0" dx="0.4" dy="0.4" layer="1"/> +<wire x1="-0.625" y1="-0.425" x2="0.625" y2="-0.425" width="0.127" layer="21"/> +<wire x1="0.625" y1="0.425" x2="-0.625" y2="0.425" width="0.127" layer="21"/> +<wire x1="-0.6" y1="-0.4" x2="0.3" y2="-0.4" width="0.127" layer="51"/> +<wire x1="0.3" y1="-0.4" x2="0.6" y2="-0.4" width="0.127" layer="51"/> +<wire x1="0.6" y1="-0.4" x2="0.6" y2="-0.1" width="0.127" layer="51"/> +<wire x1="0.6" y1="-0.1" x2="0.6" y2="0.1" width="0.127" layer="51"/> +<wire x1="0.6" y1="0.1" x2="0.6" y2="0.4" width="0.127" layer="51"/> +<wire x1="0.6" y1="0.4" x2="0.3" y2="0.4" width="0.127" layer="51"/> +<wire x1="0.3" y1="0.4" x2="-0.6" y2="0.4" width="0.127" layer="51"/> +<wire x1="-0.6" y1="0.4" x2="-0.6" y2="0.1" width="0.127" layer="51"/> +<wire x1="-0.6" y1="0.1" x2="-0.6" y2="-0.1" width="0.127" layer="51"/> +<wire x1="-0.6" y1="-0.1" x2="-0.6" y2="-0.4" width="0.127" layer="51"/> +<wire x1="0.6" y1="0.1" x2="0.8" y2="0.1" width="0.127" layer="51"/> +<wire x1="0.8" y1="0.1" x2="0.8" y2="-0.1" width="0.127" layer="51"/> +<wire x1="0.8" y1="-0.1" x2="0.6" y2="-0.1" width="0.127" layer="51"/> +<wire x1="-0.6" y1="-0.1" x2="-0.8" y2="-0.1" width="0.127" layer="51"/> +<wire x1="-0.6" y1="0.1" x2="-0.8" y2="0.1" width="0.127" layer="51"/> +<wire x1="-0.8" y1="0.1" x2="-0.8" y2="-0.1" width="0.127" layer="51"/> +<wire x1="0.3" y1="0.4" x2="0.3" y2="-0.4" width="0.127" layer="51"/> +<wire x1="1.1176" y1="0.3048" x2="1.1176" y2="-0.3048" width="0.2032" layer="21"/> +</package> +<package name="SOT23-3"> +<description>SOT23-3</description> +<wire x1="1.4224" y1="0.6604" x2="1.4224" y2="-0.6604" width="0.1524" layer="51"/> +<wire x1="1.4224" y1="-0.6604" x2="-1.4224" y2="-0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="-0.6604" x2="-1.4224" y2="0.6604" width="0.1524" layer="51"/> +<wire x1="-1.4224" y1="0.6604" x2="1.4224" y2="0.6604" width="0.1524" layer="51"/> +<wire x1="-0.8" y1="0.7" x2="-1.4" y2="0.7" width="0.2032" layer="21"/> +<wire x1="-1.4" y1="0.7" x2="-1.4" y2="-0.1" width="0.2032" layer="21"/> +<wire x1="0.8" y1="0.7" x2="1.4" y2="0.7" width="0.2032" layer="21"/> +<wire x1="1.4" y1="0.7" x2="1.4" y2="-0.1" width="0.2032" layer="21"/> +<smd name="1" x="-0.95" y="-1" dx="0.8" dy="0.9" layer="1"/> +<smd name="2" x="0.95" y="-1" dx="0.8" dy="0.9" layer="1"/> +<smd name="3" x="0" y="1.1" dx="0.8" dy="0.9" layer="1"/> +<text x="-1.651" y="0" size="0.6096" layer="25" font="vector" ratio="20" rot="R90" align="bottom-center">>NAME</text> +<text x="1.651" y="0" size="0.6096" layer="27" font="vector" ratio="20" rot="R90" align="top-center">>VALUE</text> +</package> +</packages> +<symbols> +<symbol name="DIODE-SCHOTTKY"> +<description><h3> Schottky Diode</h3> +Diode with low voltage drop</description> +<wire x1="1.27" y1="1.27" x2="1.27" y2="0" width="0.1524" layer="94"/> +<wire x1="1.27" y1="0" x2="1.27" y2="-1.27" width="0.1524" layer="94"/> +<wire x1="1.27" y1="1.27" x2="1.778" y2="1.27" width="0.1524" layer="94"/> +<wire x1="1.27" y1="-1.27" x2="0.762" y2="-1.27" width="0.1524" layer="94"/> +<text x="-2.54" y="2.032" size="1.778" layer="95" font="vector">>NAME</text> +<text x="-2.54" y="-2.032" size="1.778" layer="96" font="vector" align="top-left">>VALUE</text> +<pin name="A" x="-2.54" y="0" visible="off" length="point" direction="pas"/> +<pin name="C" x="2.54" y="0" visible="off" length="point" direction="pas" rot="R180"/> +<wire x1="-2.54" y1="0" x2="-1.27" y2="0" width="0.1524" layer="94"/> +<wire x1="2.54" y1="0" x2="1.27" y2="0" width="0.1524" layer="94"/> +<wire x1="0.762" y1="-1.27" x2="0.762" y2="-1.016" width="0.1524" layer="94"/> +<wire x1="1.778" y1="1.27" x2="1.778" y2="1.016" width="0.1524" layer="94"/> +<polygon width="0.1524" layer="94"> +<vertex x="-1.27" y="1.27"/> +<vertex x="1.27" y="0"/> +<vertex x="-1.27" y="-1.27"/> +</polygon> +</symbol> +</symbols> +<devicesets> +<deviceset name="DIODE-SCHOTTKY" prefix="D"> +<description><h3>Schottky diode</h3> +<p>A Schottky diode is a semiconductor diode which has a low forward voltage drop and a very fast switching action.</p></description> <gates> -<gate name="G$1" symbol="C-US" x="0" y="0"/> +<gate name="G$1" symbol="DIODE-SCHOTTKY" x="0" y="0"/> </gates> <devices> -<device name="" package="BFC"> +<device name="-BAT20J" package="SOD-323"> +<connects> +<connect gate="G$1" pin="A" pad="A"/> +<connect gate="G$1" pin="C" pad="C"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="DIO-11623"/> +<attribute name="VALUE" value="1A/23V/620mV"/> +</technology> +</technologies> +</device> +<device name="-RB751S40" package="SOD-523"> +<connects> +<connect gate="G$1" pin="A" pad="A"/> +<connect gate="G$1" pin="C" pad="C"/> +</connects> +<technologies> +<technology name=""> +<attribute name="PROD_ID" value="DIO-11018"/> +<attribute name="VALUE" value="120mA/40V/370mV"/> +</technology> +</technologies> +</device> +<device name="-SS14" package="SMA-DIODE"> <connects> -<connect gate="G$1" pin="1" pad="P$1"/> -<connect gate="G$1" pin="2" pad="P$2"/> +<connect gate="G$1" pin="A" pad="A"/> +<connect gate="G$1" pin="C" pad="C"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PROD_ID" value="DIO-08053"/> +<attribute name="VALUE" value="1A/40V/500mV"/> +</technology> </technologies> </device> -</devices> -</deviceset> -<deviceset name="CAP-UNPOLARIZED" prefix="C" uservalue="yes"> -<gates> -<gate name=">NAME" symbol="CAP-NONPOLARIZED" x="0" y="0"/> -</gates> -<devices> -<device name="" package="C1206"> +<device name="-PMEG4005EJ" package="SOD-323"> <connects> -<connect gate=">NAME" pin="1" pad="1"/> -<connect gate=">NAME" pin="2" pad="2"/> +<connect gate="G$1" pin="A" pad="A"/> +<connect gate="G$1" pin="C" pad="C"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PROD_ID" value="DIO-10955"/> +<attribute name="VALUE" value="0.5A/40V/420mV"/> +</technology> </technologies> </device> -<device name="FAB" package="C1206FAB"> +<device name="-B340A" package="SMA-DIODE"> <connects> -<connect gate=">NAME" pin="1" pad="1"/> -<connect gate=">NAME" pin="2" pad="2"/> +<connect gate="G$1" pin="A" pad="A"/> +<connect gate="G$1" pin="C" pad="C"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PROD_ID" value="DIO-09886"/> +<attribute name="VALUE" value="3A/40V/500mV"/> +</technology> </technologies> </device> -<device name="2220" package="C2220"> +<device name="-ZLLS500" package="SOT23-3"> <connects> -<connect gate=">NAME" pin="1" pad="1"/> -<connect gate=">NAME" pin="2" pad="2"/> +<connect gate="G$1" pin="A" pad="1"/> +<connect gate="G$1" pin="C" pad="3"/> </connects> <technologies> -<technology name=""/> +<technology name=""> +<attribute name="PROD_ID" value="DIO-08411"/> +<attribute name="VALUE" value="700mA/40V/533mV"/> +</technology> </technologies> </device> </devices> @@ -4056,127 +4840,191 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> <part name="GND2" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> <part name="GND1" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GNDA" device=""/> <part name="P+1" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="J5" library="SparkFun-Connectors" deviceset="CONN_20X2" device=""/> -<part name="P+4" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="+3V319" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> -<part name="C29" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v"/> -<part name="GND28" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="GND22" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="+3V310" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> <part name="Q1" library="transistor-power" deviceset="IRF6648" device=""/> <part name="Q2" library="transistor-power" deviceset="IRF6648" device=""/> -<part name="P+2" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> -<part name="GND4" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R1" library="fab" deviceset="WSL2726" device=""/> -<part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> -<part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> +<part name="P+5" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="GND31" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R30" library="fab" deviceset="WSL2726" device=""/> +<part name="R24" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> +<part name="R25" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> <part name="Q3" library="transistor-power" deviceset="IRF6648" device=""/> <part name="Q4" library="transistor-power" deviceset="IRF6648" device=""/> -<part name="P+3" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> -<part name="GND3" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> -<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> -<part name="R4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> -<part name="R7" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> -<part name="GND5" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R8" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> -<part name="R9" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> -<part name="GND6" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R10" library="fab" deviceset="WSL2726" device=""/> +<part name="P+6" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="GND34" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R28" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> +<part name="R29" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> +<part name="R27" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> +<part name="R26" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> +<part name="GND32" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R32" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> +<part name="R31" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> +<part name="GND35" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R35" library="fab" deviceset="WSL2726" device=""/> <part name="Q5" library="transistor-power" deviceset="IRF6648" device=""/> <part name="Q6" library="transistor-power" deviceset="IRF6648" device=""/> -<part name="P+5" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> -<part name="GND7" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R11" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> -<part name="R12" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> -<part name="R13" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> -<part name="R14" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> -<part name="GND8" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="U$1" library="fab" deviceset="DRV8302" device=""/> -<part name="GND9" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="C1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF"/> -<part name="C2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF"/> -<part name="C3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF"/> -<part name="C4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="1nF"/> -<part name="C5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="1nF"/> -<part name="R15" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> -<part name="R16" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> -<part name="R17" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> +<part name="P+8" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="GND38" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R33" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> +<part name="R34" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2R2"/> +<part name="R37" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> +<part name="R36" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> +<part name="GND39" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="U2" library="power" deviceset="DRV8302" device=""/> +<part name="GND26" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C31" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="C32" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="C33" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="C28" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1nF"/> +<part name="C29" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1nF"/> <part name="R18" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> -<part name="C6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF"/> -<part name="C7" library="fab" deviceset="CAP-UNPOLARIZED" device="2220" value="10uF"/> -<part name="C10" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF"/> -<part name="C11" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="22nF"/> -<part name="GND11" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="C13" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF"/> -<part name="C14" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF"/> -<part name="GND12" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="C15" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF"/> -<part name="C16" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="2.2uF"/> +<part name="R19" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> +<part name="R20" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> +<part name="R21" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="R100"/> +<part name="C24" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="C26" library="borkedlabs-passives" deviceset="CAP" device="1210" value="10uF"/> +<part name="C20" library="borkedlabs-passives" deviceset="CAP" device="1206" value="2.2uF"/> +<part name="C19" library="borkedlabs-passives" deviceset="CAP" device="0805" value="22nF"/> +<part name="GND18" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C16" library="borkedlabs-passives" deviceset="CAP" device="1206" value="2.2uF"/> +<part name="C13" library="borkedlabs-passives" deviceset="CAP" device="1206" value="2.2uF"/> <part name="GND13" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R19" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3"/> +<part name="C17" library="borkedlabs-passives" deviceset="CAP" device="1206" value="2.2uF"/> +<part name="C14" library="borkedlabs-passives" deviceset="CAP" device="1206" value="2.2uF"/> <part name="GND14" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="C12" library="fab" deviceset="CAP-UNPOLARIZED" device="2220" value="10uF"/> -<part name="C17" library="fab" deviceset="CAP-UNPOLARIZED" device="2220" value="10uF"/> -<part name="C18" library="fab" deviceset="CAP-UNPOLARIZED" device="2220" value="10uF"/> -<part name="GND15" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="GND16" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R11" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3"/> +<part name="GND19" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C40" library="borkedlabs-passives" deviceset="CAP" device="1210" value="10uF"/> +<part name="C42" library="borkedlabs-passives" deviceset="CAP" device="1210" value="10uF"/> +<part name="C44" library="borkedlabs-passives" deviceset="CAP" device="1210" value="10uF"/> +<part name="GND33" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="GND37" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="GND40" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C35" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="R17" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="1M"/> +<part name="GND29" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R10" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="10k"/> +<part name="L2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="L" device="" package3d_urn="urn:adsk.eagle:package:13290/1" value="22uH"/> +<part name="P+2" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> +<part name="P+3" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="P+4" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="C30" library="borkedlabs-passives" deviceset="CAP" device="1210" value="10uF"/> +<part name="GND28" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="GND30" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R12" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="200k"/> +<part name="R9" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="16.2K"/> +<part name="C18" library="borkedlabs-passives" deviceset="CAP" device="0805" value="120pF"/> +<part name="C15" library="borkedlabs-passives" deviceset="CAP" device="0805" value="6.8nF"/> +<part name="R4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="31.6k"/> +<part name="R5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="10k"/> <part name="GND17" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="C19" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF"/> -<part name="R20" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="1M"/> -<part name="GND18" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="P+6" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="R21" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="10K"/> -<part name="R22" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="10k"/> -<part name="C20" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v"/> -<part name="C21" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v"/> -<part name="L1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="L" device="" package3d_urn="urn:adsk.eagle:package:13290/1" value="22uH"/> -<part name="P+7" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="P+8" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="GND12" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R8" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="1k"/> +<part name="R7" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2"/> +<part name="+3V311" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="J7" library="fab" deviceset="PWRPAD" device="2-5MM"/> +<part name="J16" library="fab" deviceset="PWRPAD" device="2-5MM"/> +<part name="J17" library="fab" deviceset="PWRPAD" device="2-5MM"/> +<part name="J8" library="power" deviceset="PWRPAD" device="M3"/> +<part name="J9" library="power" deviceset="PWRPAD" device="M3"/> +<part name="BFC1" library="fab" deviceset="BFC" device=""/> +<part name="P+7" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="GND36" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="BFC2" library="fab" deviceset="BFC" device=""/> +<part name="J10" library="power" deviceset="PWRPAD" device="M3"/> +<part name="J11" library="power" deviceset="PWRPAD" device="M3"/> +<part name="C25" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1uF"/> +<part name="C34" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1uF"/> +<part name="C36" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="U1" library="atsam" deviceset="ATSAMD51" device="QFN64"/> +<part name="GND4" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="+3V32" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="C6" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C4" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C3" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C2" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="GND3" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="J1" library="atsam" deviceset="TC2030-SWD" device="-MCP"/> +<part name="+3V34" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="GND6" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C37" library="borkedlabs-passives" deviceset="CAP" device="1210" value="100uF"/> +<part name="C38" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1uF"/> +<part name="J15" library="power" deviceset="PWRPAD" device="M3"/> +<part name="J13" library="power" deviceset="PWRPAD" device="M3"/> +<part name="J12" library="power" deviceset="PWRPAD" device="M3"/> +<part name="D4" library="SparkFun-DiscreteSemi" deviceset="DIODE-SCHOTTKY" device="-BAT20J" value="1A/23V/620mV"/> +<part name="C27" library="borkedlabs-passives" deviceset="CAP" device="0805" value="15nF"/> +<part name="GND27" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="+3V317" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="S2" library="fab" deviceset="SLIDE-SWITCH" device=""/> +<part name="+3V35" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="S1" library="fab" deviceset="6MM_SWITCH" device="6MM_SWITCH"/> +<part name="D1" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="X1" library="fab" deviceset="MICRO-USB" device="_ORIG"/> +<part name="IC1" library="fab" deviceset="REGULATOR" device="SOT23"/> +<part name="C11" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1uF"/> +<part name="C10" library="borkedlabs-passives" deviceset="CAP" device="0805" value="0.1uF"/> +<part name="GND7" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="GND8" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C8" library="borkedlabs-passives" deviceset="CAP" device="0805" value="10uF"/> +<part name="+3V36" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="+3V39" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="+3V37" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="C39" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C41" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C43" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="R39" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="5K6"/> +<part name="R38" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="39K"/> +<part name="GND41" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="C45" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> <part name="P+9" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> -<part name="C22" library="fab" deviceset="CAP-UNPOLARIZED" device="2220" value="10uF"/> -<part name="GND19" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="GND20" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="R23" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="56K"/> -<part name="R24" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="16.2K"/> -<part name="C24" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="120pF"/> -<part name="C26" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="6.8nF"/> -<part name="R25" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="18K"/> -<part name="R26" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3"/> +<part name="C21" library="borkedlabs-passives" deviceset="CAP" device="1206" value="10uF"/> +<part name="J4" library="SparkFun-Connectors" deviceset="JST_6_PIN_HORIZONTAL" device="" value="BM06B-SRSS-TB"/> +<part name="J6" library="SparkFun-Connectors" deviceset="JST_6_PIN_HORIZONTAL" device="" value="BM06B-SRSS-TB"/> +<part name="+3V313" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="+3V312" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="GND22" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> <part name="GND21" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="P+10" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> +<part name="C22" library="borkedlabs-passives" deviceset="CAP" device="1206" value="10uF"/> +<part name="J5" library="SparkFun-Connectors" deviceset="JST_6_PIN_HORIZONTAL" device="" value="BM06B-SRSS-TB"/> +<part name="+3V315" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="+3V314" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="GND24" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> <part name="GND23" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="LED1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="LED_E" device="" package3d_urn="urn:adsk.eagle:package:13319/1"/> -<part name="LED2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="LED_E" device="" package3d_urn="urn:adsk.eagle:package:13319/1"/> -<part name="R27" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3"/> -<part name="R28" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3"/> -<part name="P+11" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="+3V1" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> -<part name="D1" library="fab" deviceset="ZENER_DIODE" device="SOD123"/> -<part name="J1" library="fab" deviceset="CONN_04X2" device="SHROUDED"/> -<part name="J2" library="fab" deviceset="CONN_04X2" device="SHROUDED"/> -<part name="J3" library="fab" deviceset="PWRPAD" device="2-5MM"/> -<part name="J4" library="fab" deviceset="PWRPAD" device="2-5MM"/> -<part name="J6" library="fab" deviceset="PWRPAD" device="2-5MM"/> -<part name="J7" library="fab" deviceset="PWRPAD" device="4MM"/> -<part name="J8" library="fab" deviceset="PWRPAD" device="4MM"/> -<part name="BFC1" library="fab" deviceset="BFC" device=""/> -<part name="P+12" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="VCC" device=""/> +<part name="C23" library="borkedlabs-passives" deviceset="CAP" device="0805" value="1uF"/> +<part name="+3V316" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> <part name="GND25" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="BFC2" library="fab" deviceset="BFC" device=""/> -<part name="J9" library="fab" deviceset="PWRPAD" device="4MM"/> -<part name="J10" library="fab" deviceset="PWRPAD" device="4MM"/> -<part name="GND24" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="GND26" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="+3V2" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> -<part name="+3V3" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> -<part name="P+13" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="P+14" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+5V" device=""/> -<part name="C9" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="22uF 12v"/> -<part name="GND27" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> -<part name="C8" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="1uF"/> -<part name="C23" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="1uF"/> -<part name="C25" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="C" device="" package3d_urn="urn:adsk.eagle:package:13265/1" value="0.1uF"/> +<part name="C7" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C5" library="borkedlabs-passives" deviceset="CAP" device="1206" value="4.7uF"/> +<part name="GND5" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="L1" library="borkedlabs-passives" deviceset="INDUCTOR" device="-0805"/> +<part name="C12" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="+3V38" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="GND11" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R2" library="borkedlabs-passives" deviceset="RESISTOR" device="0805-RES" value="220R"/> +<part name="C1" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="C9" library="borkedlabs-passives" deviceset="CAP" device="0603-CAP" value="0.1uF"/> +<part name="GND10" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="+3V33" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="R1" library="borkedlabs-passives" deviceset="RESISTOR" device="0805-RES" value="1k"/> +<part name="S3" library="fab" deviceset="SLIDE-SWITCH" device=""/> +<part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="3K3"/> +<part name="GND9" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="J3" library="SparkFun-Connectors" deviceset="CONN_08" device="NO_SILK_FEMALE_PTH"/> +<part name="J2" library="SparkFun-Connectors" deviceset="CONN_08" device="NO_SILK_FEMALE_PTH"/> +<part name="GND15" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="GND16" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="+3V310" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="+3V3" device=""/> +<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2"/> +<part name="GND20" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/> +<part name="R22" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="1k"/> +<part name="R14" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2"/> +<part name="D2" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="R13" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2"/> +<part name="R23" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="1k"/> +<part name="R16" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2"/> +<part name="D3" library="fab" deviceset="LEDRGBNEW" device=""/> +<part name="R15" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="" package3d_urn="urn:adsk.eagle:package:13300/1" value="2k2"/> +<part name="M1" library="power" deviceset="M3-NPTH" device=""/> </parts> <sheets> <sheet> @@ -4184,1450 +5032,1968 @@ diameter 2.54 mm, horizontal, grid 10.16 mm</description> <text x="236.22" y="43.18" size="1.778" layer="91">connect to SL_U on DRV</text> </plain> <instances> -<instance part="+3V31" gate="G$1" x="-92.71" y="102.87" rot="R90"/> -<instance part="GND2" gate="1" x="-92.71" y="87.63" rot="R270"/> -<instance part="GND1" gate="1" x="-92.71" y="93.98" rot="R270"/> -<instance part="P+1" gate="1" x="-92.71" y="109.22" rot="R90"/> -<instance part="J5" gate="G$1" x="-35.56" y="40.64"/> -<instance part="P+4" gate="1" x="-6.35" y="63.5" rot="R270"/> -<instance part="+3V319" gate="G$1" x="12.7" y="60.96" rot="R270"/> -<instance part="C29" gate="G$1" x="-2.54" y="66.04"/> -<instance part="GND28" gate="1" x="-2.54" y="72.39" rot="R180"/> -<instance part="GND22" gate="1" x="-44.45" y="74.93" rot="R180"/> -<instance part="+3V310" gate="G$1" x="-62.23" y="15.24" rot="R90"/> +<instance part="+3V31" gate="G$1" x="-189.23" y="217.17" rot="R90"/> +<instance part="GND2" gate="1" x="-189.23" y="201.93" rot="R270"/> +<instance part="GND1" gate="1" x="-189.23" y="208.28" rot="R270"/> +<instance part="P+1" gate="1" x="-189.23" y="223.52" rot="R90"/> <instance part="Q1" gate="G$1" x="264.16" y="76.2"/> <instance part="Q2" gate="G$1" x="264.16" y="58.42"/> -<instance part="P+2" gate="VCC" x="266.7" y="91.44"/> -<instance part="GND4" gate="1" x="266.7" y="33.02"/> -<instance part="R1" gate="G$1" x="320.04" y="38.1" rot="R270"/> -<instance part="R2" gate="G$1" x="251.46" y="73.66"/> -<instance part="R3" gate="G$1" x="251.46" y="55.88"/> +<instance part="P+5" gate="VCC" x="266.7" y="91.44"/> +<instance part="GND31" gate="1" x="266.7" y="33.02"/> +<instance part="R30" gate="G$1" x="320.04" y="38.1" rot="R270"/> +<instance part="R24" gate="G$1" x="251.46" y="73.66"/> +<instance part="R25" gate="G$1" x="251.46" y="55.88"/> <instance part="Q3" gate="G$1" x="317.5" y="76.2"/> <instance part="Q4" gate="G$1" x="317.5" y="58.42"/> -<instance part="P+3" gate="VCC" x="320.04" y="91.44"/> -<instance part="GND3" gate="1" x="320.04" y="27.94"/> -<instance part="R5" gate="G$1" x="304.8" y="73.66"/> -<instance part="R6" gate="G$1" x="304.8" y="55.88"/> -<instance part="R4" gate="G$1" x="266.7" y="-5.08" rot="R90"/> -<instance part="R7" gate="G$1" x="266.7" y="10.16" rot="R90"/> -<instance part="GND5" gate="1" x="266.7" y="-17.78"/> -<instance part="R8" gate="G$1" x="320.04" y="-5.08" rot="R90"/> -<instance part="R9" gate="G$1" x="320.04" y="10.16" rot="R90"/> -<instance part="GND6" gate="1" x="320.04" y="-17.78"/> -<instance part="R10" gate="G$1" x="373.38" y="38.1" rot="R270"/> +<instance part="P+6" gate="VCC" x="320.04" y="91.44"/> +<instance part="GND34" gate="1" x="320.04" y="27.94"/> +<instance part="R28" gate="G$1" x="304.8" y="73.66"/> +<instance part="R29" gate="G$1" x="304.8" y="55.88"/> +<instance part="R27" gate="G$1" x="266.7" y="-5.08" rot="R90"/> +<instance part="R26" gate="G$1" x="266.7" y="10.16" rot="R90"/> +<instance part="GND32" gate="1" x="266.7" y="-17.78"/> +<instance part="R32" gate="G$1" x="320.04" y="-5.08" rot="R90"/> +<instance part="R31" gate="G$1" x="320.04" y="10.16" rot="R90"/> +<instance part="GND35" gate="1" x="320.04" y="-17.78"/> +<instance part="R35" gate="G$1" x="373.38" y="38.1" rot="R270"/> <instance part="Q5" gate="G$1" x="370.84" y="76.2"/> <instance part="Q6" gate="G$1" x="370.84" y="58.42"/> -<instance part="P+5" gate="VCC" x="373.38" y="91.44"/> -<instance part="GND7" gate="1" x="373.38" y="27.94"/> -<instance part="R11" gate="G$1" x="358.14" y="73.66"/> -<instance part="R12" gate="G$1" x="358.14" y="55.88"/> -<instance part="R13" gate="G$1" x="373.38" y="-5.08" rot="R90"/> -<instance part="R14" gate="G$1" x="373.38" y="10.16" rot="R90"/> -<instance part="GND8" gate="1" x="373.38" y="-17.78"/> -<instance part="U$1" gate="G$1" x="157.48" y="35.56"/> -<instance part="GND9" gate="1" x="157.48" y="-40.64"/> -<instance part="C1" gate="G$1" x="200.66" y="45.72"/> -<instance part="C2" gate="G$1" x="200.66" y="33.02"/> -<instance part="C3" gate="G$1" x="200.66" y="20.32"/> -<instance part="C4" gate="G$1" x="193.04" y="7.62"/> -<instance part="C5" gate="G$1" x="193.04" y="-7.62"/> -<instance part="R15" gate="G$1" x="208.28" y="10.16" rot="R180"/> -<instance part="R16" gate="G$1" x="208.28" y="2.54" rot="R180"/> -<instance part="R17" gate="G$1" x="208.28" y="-5.08" rot="R180"/> -<instance part="R18" gate="G$1" x="208.28" y="-12.7" rot="R180"/> -<instance part="C6" gate="G$1" x="175.26" y="-10.16" rot="R270"/> -<instance part="C7" gate=">NAME" x="172.72" y="-27.94" rot="R180"/> -<instance part="C10" gate="G$1" x="132.08" y="-2.54" rot="R180"/> -<instance part="C11" gate="G$1" x="119.38" y="35.56" rot="R270"/> -<instance part="GND11" gate="1" x="91.44" y="-5.08" rot="R270"/> -<instance part="C13" gate="G$1" x="106.68" y="33.02" rot="R180"/> -<instance part="C14" gate="G$1" x="96.52" y="33.02" rot="R180"/> -<instance part="GND12" gate="1" x="86.36" y="30.48" rot="R270"/> -<instance part="C15" gate="G$1" x="109.22" y="7.62" rot="R180"/> -<instance part="C16" gate="G$1" x="99.06" y="7.62" rot="R180"/> -<instance part="GND13" gate="1" x="86.36" y="5.08" rot="R270"/> -<instance part="R19" gate="G$1" x="121.92" y="53.34" rot="R180"/> -<instance part="GND14" gate="1" x="93.98" y="50.8"/> -<instance part="C12" gate=">NAME" x="276.86" y="83.82"/> -<instance part="C17" gate=">NAME" x="330.2" y="83.82"/> -<instance part="C18" gate=">NAME" x="383.54" y="83.82"/> -<instance part="GND15" gate="1" x="284.48" y="83.82" rot="R90"/> -<instance part="GND16" gate="1" x="337.82" y="83.82" rot="R90"/> -<instance part="GND17" gate="1" x="391.16" y="83.82" rot="R90"/> -<instance part="C19" gate="G$1" x="195.58" y="58.42"/> -<instance part="R20" gate="G$1" x="208.28" y="50.8" rot="R180"/> -<instance part="GND18" gate="1" x="218.44" y="50.8" rot="R90"/> -<instance part="P+6" gate="1" x="99.06" y="45.72" rot="R90"/> -<instance part="R21" gate="G$1" x="111.76" y="50.8" rot="R180"/> -<instance part="R22" gate="G$1" x="121.92" y="45.72" rot="R180"/> -<instance part="C20" gate="G$1" x="182.88" y="93.98" rot="R90"/> -<instance part="C21" gate="G$1" x="182.88" y="106.68" rot="R90"/> -<instance part="L1" gate="G$1" x="187.96" y="86.36"/> -<instance part="P+7" gate="1" x="187.96" y="123.19"/> -<instance part="P+8" gate="VCC" x="177.8" y="-43.18" rot="R180"/> -<instance part="P+9" gate="VCC" x="172.72" y="106.68"/> -<instance part="C22" gate=">NAME" x="170.18" y="81.28"/> -<instance part="GND19" gate="1" x="160.02" y="81.28" rot="R270"/> -<instance part="GND20" gate="1" x="175.26" y="116.84" rot="R270"/> -<instance part="R23" gate="G$1" x="127" y="83.82" rot="R270"/> -<instance part="R24" gate="G$1" x="106.68" y="83.82" rot="R270"/> -<instance part="C24" gate="G$1" x="114.3" y="86.36"/> -<instance part="C26" gate="G$1" x="106.68" y="73.66"/> -<instance part="R25" gate="G$1" x="58.42" y="68.58" rot="R270"/> -<instance part="R26" gate="G$1" x="58.42" y="58.42" rot="R270"/> -<instance part="GND21" gate="1" x="91.44" y="88.9" rot="R270"/> -<instance part="P+10" gate="1" x="58.42" y="80.01"/> -<instance part="GND23" gate="1" x="58.42" y="48.26"/> -<instance part="LED1" gate="G$1" x="111.76" y="58.42" rot="R90"/> -<instance part="LED2" gate="G$1" x="129.54" y="55.88" rot="R90"/> -<instance part="R27" gate="G$1" x="101.6" y="55.88" rot="R180"/> -<instance part="R28" gate="G$1" x="86.36" y="58.42" rot="R180"/> -<instance part="P+11" gate="1" x="72.39" y="58.42" rot="R90"/> -<instance part="+3V1" gate="G$1" x="119.38" y="10.16" rot="R90"/> -<instance part="D1" gate="1" x="182.88" y="81.28"/> -<instance part="J1" gate="G$1" x="-91.44" y="48.26" rot="R180"/> -<instance part="J2" gate="G$1" x="-91.44" y="22.86" rot="R180"/> -<instance part="J3" gate="G$1" x="287.02" y="68.58"/> -<instance part="J4" gate="G$1" x="337.82" y="68.58"/> -<instance part="J6" gate="G$1" x="396.24" y="68.58"/> -<instance part="J7" gate="G$1" x="-43.18" y="119.38" rot="R180"/> -<instance part="J8" gate="G$1" x="-43.18" y="111.76" rot="R180"/> -<instance part="BFC1" gate="G$1" x="-25.4" y="116.84" rot="R270"/> -<instance part="P+12" gate="VCC" x="-2.54" y="119.38" rot="R270"/> -<instance part="GND25" gate="1" x="-2.54" y="111.76" rot="R90"/> -<instance part="BFC2" gate="G$1" x="-15.24" y="116.84" rot="R270"/> -<instance part="J9" gate="G$1" x="-35.56" y="124.46" rot="R90"/> -<instance part="J10" gate="G$1" x="-35.56" y="106.68" rot="R270"/> -<instance part="GND24" gate="1" x="-81.28" y="40.64"/> -<instance part="GND26" gate="1" x="-81.28" y="15.24"/> -<instance part="+3V2" gate="G$1" x="-104.14" y="38.1" rot="R180"/> -<instance part="+3V3" gate="G$1" x="-104.14" y="12.7" rot="R180"/> -<instance part="P+13" gate="1" x="-111.76" y="20.32" rot="R90"/> -<instance part="P+14" gate="1" x="-111.76" y="45.72" rot="R90"/> -<instance part="C9" gate="G$1" x="-22.86" y="68.58"/> -<instance part="GND27" gate="1" x="-22.86" y="76.2" rot="R180"/> -<instance part="C8" gate="G$1" x="175.26" y="-20.32" rot="R270"/> -<instance part="C23" gate="G$1" x="170.18" y="88.9" rot="R270"/> -<instance part="C25" gate="G$1" x="170.18" y="96.52" rot="R270"/> +<instance part="P+8" gate="VCC" x="373.38" y="91.44"/> +<instance part="GND38" gate="1" x="373.38" y="27.94"/> +<instance part="R33" gate="G$1" x="358.14" y="73.66"/> +<instance part="R34" gate="G$1" x="358.14" y="55.88"/> +<instance part="R37" gate="G$1" x="373.38" y="-5.08" rot="R90"/> +<instance part="R36" gate="G$1" x="373.38" y="10.16" rot="R90"/> +<instance part="GND39" gate="1" x="373.38" y="-17.78"/> +<instance part="U2" gate="G$1" x="96.52" y="35.56"/> +<instance part="GND26" gate="1" x="96.52" y="-40.64"/> +<instance part="C31" gate="G$1" x="139.7" y="43.18"/> +<instance part="C32" gate="G$1" x="139.7" y="30.48"/> +<instance part="C33" gate="G$1" x="139.7" y="17.78"/> +<instance part="C28" gate="G$1" x="132.08" y="5.08"/> +<instance part="C29" gate="G$1" x="132.08" y="-10.16"/> +<instance part="R18" gate="G$1" x="147.32" y="10.16" rot="R180"/> +<instance part="R19" gate="G$1" x="147.32" y="2.54" rot="R180"/> +<instance part="R20" gate="G$1" x="147.32" y="-5.08" rot="R180"/> +<instance part="R21" gate="G$1" x="147.32" y="-12.7" rot="R180"/> +<instance part="C24" gate="G$1" x="111.76" y="-10.16" rot="R270"/> +<instance part="C26" gate="G$1" x="111.76" y="-27.94" rot="R270"/> +<instance part="C20" gate="G$1" x="71.12" y="0" rot="R180"/> +<instance part="C19" gate="G$1" x="53.34" y="35.56" rot="R270"/> +<instance part="GND18" gate="1" x="30.48" y="-5.08" rot="R270"/> +<instance part="C16" gate="G$1" x="45.72" y="35.56" rot="R180"/> +<instance part="C13" gate="G$1" x="35.56" y="35.56" rot="R180"/> +<instance part="GND13" gate="1" x="25.4" y="30.48" rot="R270"/> +<instance part="C17" gate="G$1" x="48.26" y="10.16" rot="R180"/> +<instance part="C14" gate="G$1" x="38.1" y="10.16" rot="R180"/> +<instance part="GND14" gate="1" x="25.4" y="5.08" rot="R270"/> +<instance part="R11" gate="G$1" x="53.34" y="53.34" rot="R180"/> +<instance part="GND19" gate="1" x="33.02" y="50.8"/> +<instance part="C40" gate="G$1" x="276.86" y="83.82" rot="R90"/> +<instance part="C42" gate="G$1" x="330.2" y="83.82" rot="R90"/> +<instance part="C44" gate="G$1" x="383.54" y="83.82" rot="R90"/> +<instance part="GND33" gate="1" x="284.48" y="83.82" rot="R90"/> +<instance part="GND37" gate="1" x="337.82" y="83.82" rot="R90"/> +<instance part="GND40" gate="1" x="391.16" y="83.82" rot="R90"/> +<instance part="C35" gate="G$1" x="157.48" y="60.96" rot="R90"/> +<instance part="R17" gate="G$1" x="147.32" y="50.8" rot="R180"/> +<instance part="GND29" gate="1" x="157.48" y="50.8" rot="R90"/> +<instance part="R10" gate="G$1" x="45.72" y="48.26" rot="R180"/> +<instance part="L2" gate="G$1" x="177.8" y="55.88" rot="R90"/> +<instance part="P+2" gate="1" x="-99.06" y="184.15"/> +<instance part="P+3" gate="VCC" x="116.84" y="-43.18" rot="R180"/> +<instance part="P+4" gate="VCC" x="172.72" y="71.12" rot="R270"/> +<instance part="C30" gate="G$1" x="137.16" y="76.2" rot="R180"/> +<instance part="GND28" gate="1" x="137.16" y="83.82" rot="R180"/> +<instance part="GND30" gate="1" x="205.74" y="45.72" rot="R90"/> +<instance part="R12" gate="G$1" x="66.04" y="78.74" rot="R270"/> +<instance part="R9" gate="G$1" x="45.72" y="83.82" rot="R270"/> +<instance part="C18" gate="G$1" x="53.34" y="83.82"/> +<instance part="C15" gate="G$1" x="45.72" y="71.12"/> +<instance part="R4" gate="G$1" x="-2.54" y="68.58" rot="R270"/> +<instance part="R5" gate="G$1" x="-2.54" y="58.42" rot="R270"/> +<instance part="GND17" gate="1" x="30.48" y="88.9" rot="R270"/> +<instance part="GND12" gate="1" x="-2.54" y="48.26"/> +<instance part="R8" gate="G$1" x="12.7" y="160.02" rot="R180"/> +<instance part="R7" gate="G$1" x="2.54" y="154.94" rot="R180"/> +<instance part="+3V311" gate="G$1" x="53.34" y="10.16" rot="R90"/> +<instance part="J7" gate="G$1" x="287.02" y="68.58"/> +<instance part="J16" gate="G$1" x="337.82" y="68.58"/> +<instance part="J17" gate="G$1" x="396.24" y="68.58"/> +<instance part="J8" gate="G$1" x="292.1" y="119.38" rot="R180"/> +<instance part="J9" gate="G$1" x="292.1" y="111.76" rot="R180"/> +<instance part="BFC1" gate="G$1" x="309.88" y="116.84" rot="R270"/> +<instance part="P+7" gate="VCC" x="332.74" y="119.38" rot="R270"/> +<instance part="GND36" gate="1" x="332.74" y="111.76" rot="R90"/> +<instance part="BFC2" gate="G$1" x="320.04" y="116.84" rot="R270"/> +<instance part="J10" gate="G$1" x="299.72" y="124.46" rot="R90"/> +<instance part="J11" gate="G$1" x="299.72" y="106.68" rot="R270"/> +<instance part="C25" gate="G$1" x="111.76" y="-20.32" rot="R270"/> +<instance part="C34" gate="G$1" x="149.86" y="76.2" rot="R180"/> +<instance part="C36" gate="G$1" x="162.56" y="76.2" rot="R180"/> +<instance part="U1" gate="G$1" x="-78.74" y="114.3"/> +<instance part="GND4" gate="1" x="-152.4" y="66.04" rot="R270"/> +<instance part="+3V32" gate="G$1" x="-177.8" y="114.3" rot="R90"/> +<instance part="C6" gate="G$1" x="-127" y="109.22"/> +<instance part="C4" gate="G$1" x="-137.16" y="109.22"/> +<instance part="C3" gate="G$1" x="-147.32" y="109.22"/> +<instance part="C2" gate="G$1" x="-157.48" y="109.22"/> +<instance part="GND3" gate="1" x="-180.34" y="106.68" rot="R270"/> +<instance part="J1" gate="G$1" x="-73.66" y="-43.18"/> +<instance part="+3V34" gate="G$1" x="-111.76" y="-35.56" rot="R90"/> +<instance part="GND6" gate="1" x="-101.6" y="-40.64" rot="R270"/> +<instance part="C37" gate="G$1" x="185.42" y="48.26"/> +<instance part="C38" gate="G$1" x="195.58" y="48.26"/> +<instance part="J15" gate="G$1" x="332.74" y="129.54"/> +<instance part="J13" gate="G$1" x="332.74" y="139.7"/> +<instance part="J12" gate="G$1" x="332.74" y="144.78"/> +<instance part="D4" gate="G$1" x="170.18" y="50.8"/> +<instance part="C27" gate="G$1" x="121.92" y="76.2" rot="R180"/> +<instance part="GND27" gate="1" x="121.92" y="83.82" rot="R180"/> +<instance part="+3V317" gate="G$1" x="208.28" y="55.88" rot="R270"/> +<instance part="S2" gate="G$1" x="-40.64" y="-86.36"/> +<instance part="+3V35" gate="G$1" x="-27.94" y="-88.9" rot="R270"/> +<instance part="S1" gate="2" x="-81.28" y="-63.5" rot="R270"/> +<instance part="D1" gate="G$1" x="-10.16" y="160.02" rot="R90"/> +<instance part="X1" gate="G$1" x="-109.22" y="-86.36" rot="R270"/> +<instance part="IC1" gate="G$1" x="-78.74" y="-88.9"/> +<instance part="C11" gate="G$1" x="-50.8" y="-88.9" rot="R180"/> +<instance part="C10" gate="G$1" x="-60.96" y="-88.9" rot="R180"/> +<instance part="GND7" gate="1" x="-99.06" y="-78.74" rot="R180"/> +<instance part="GND8" gate="1" x="-78.74" y="-99.06"/> +<instance part="C8" gate="G$1" x="-88.9" y="-88.9" rot="R180"/> +<instance part="+3V36" gate="G$1" x="-22.86" y="154.94" rot="R90"/> +<instance part="+3V39" gate="G$1" x="30.48" y="45.72" rot="R90"/> +<instance part="+3V37" gate="G$1" x="-2.54" y="81.28"/> +<instance part="C39" gate="G$1" x="274.32" y="-7.62"/> +<instance part="C41" gate="G$1" x="327.66" y="-7.62"/> +<instance part="C43" gate="G$1" x="381" y="-7.62"/> +<instance part="R39" gate="G$1" x="426.72" y="-5.08" rot="R90"/> +<instance part="R38" gate="G$1" x="426.72" y="10.16" rot="R90"/> +<instance part="GND41" gate="1" x="426.72" y="-17.78"/> +<instance part="C45" gate="G$1" x="434.34" y="-7.62"/> +<instance part="P+9" gate="VCC" x="426.72" y="22.86"/> +<instance part="C21" gate="G$1" x="81.28" y="177.8"/> +<instance part="J4" gate="A" x="96.52" y="187.96" rot="R180"/> +<instance part="J6" gate="A" x="96.52" y="111.76" rot="R180"/> +<instance part="+3V313" gate="G$1" x="71.12" y="182.88" rot="R90"/> +<instance part="+3V312" gate="G$1" x="71.12" y="190.5" rot="R90"/> +<instance part="GND22" gate="1" x="68.58" y="175.26" rot="R270"/> +<instance part="GND21" gate="1" x="68.58" y="193.04" rot="R270"/> +<instance part="C22" gate="G$1" x="81.28" y="147.32"/> +<instance part="J5" gate="A" x="96.52" y="157.48" rot="R180"/> +<instance part="+3V315" gate="G$1" x="71.12" y="152.4" rot="R90"/> +<instance part="+3V314" gate="G$1" x="71.12" y="160.02" rot="R90"/> +<instance part="GND24" gate="1" x="68.58" y="144.78" rot="R270"/> +<instance part="GND23" gate="1" x="68.58" y="162.56" rot="R270"/> +<instance part="C23" gate="G$1" x="81.28" y="119.38" rot="R180"/> +<instance part="+3V316" gate="G$1" x="71.12" y="114.3" rot="R90"/> +<instance part="GND25" gate="1" x="68.58" y="121.92" rot="R270"/> +<instance part="C7" gate="G$1" x="-127" y="91.44"/> +<instance part="C5" gate="G$1" x="-137.16" y="93.98" rot="R180"/> +<instance part="GND5" gate="1" x="-149.86" y="88.9" rot="R270"/> +<instance part="L1" gate="G$1" x="7.62" y="106.68" rot="R90"/> +<instance part="C12" gate="G$1" x="-5.08" y="101.6"/> +<instance part="+3V38" gate="G$1" x="22.86" y="106.68" rot="R270"/> +<instance part="GND11" gate="1" x="-5.08" y="93.98"/> +<instance part="R2" gate="G$1" x="-58.42" y="-63.5"/> +<instance part="C1" gate="G$1" x="-167.64" y="109.22"/> +<instance part="C9" gate="G$1" x="-71.12" y="-68.58"/> +<instance part="GND10" gate="1" x="-48.26" y="-63.5" rot="R90"/> +<instance part="+3V33" gate="G$1" x="-116.84" y="-58.42" rot="R90"/> +<instance part="R1" gate="G$1" x="-109.22" y="-50.8" rot="R90"/> +<instance part="S3" gate="G$1" x="-10.16" y="132.08" rot="R180"/> +<instance part="R3" gate="G$1" x="-38.1" y="134.62" rot="R180"/> +<instance part="GND9" gate="1" x="-48.26" y="134.62" rot="R270"/> +<instance part="J3" gate="G$1" x="58.42" y="-132.08" rot="R180"/> +<instance part="J2" gate="G$1" x="58.42" y="-104.14" rot="R180"/> +<instance part="GND15" gate="1" x="27.94" y="-96.52" rot="R270"/> +<instance part="GND16" gate="1" x="27.94" y="-124.46" rot="R270"/> +<instance part="+3V310" gate="G$1" x="30.48" y="-127" rot="R90"/> +<instance part="R6" gate="G$1" x="2.54" y="165.1" rot="R180"/> +<instance part="GND20" gate="1" x="35.56" y="165.1" rot="R90"/> +<instance part="R22" gate="G$1" x="149.86" y="187.96" rot="R180"/> +<instance part="R14" gate="G$1" x="139.7" y="182.88" rot="R180"/> +<instance part="D2" gate="G$1" x="127" y="187.96" rot="R90"/> +<instance part="R13" gate="G$1" x="139.7" y="193.04" rot="R180"/> +<instance part="R23" gate="G$1" x="149.86" y="154.94" rot="R180"/> +<instance part="R16" gate="G$1" x="139.7" y="149.86" rot="R180"/> +<instance part="D3" gate="G$1" x="127" y="154.94" rot="R90"/> +<instance part="R15" gate="G$1" x="139.7" y="160.02" rot="R180"/> +<instance part="M1" gate="G$1" x="337.82" y="134.62"/> </instances> <busses> </busses> <nets> <net name="GND" class="0"> <segment> -<pinref part="GND28" gate="1" pin="GND"/> -<pinref part="C29" gate="G$1" pin="1"/> -<wire x1="-2.54" y1="69.85" x2="-2.54" y2="68.58" width="0.1524" layer="91"/> +<pinref part="GND31" gate="1" pin="GND"/> +<wire x1="266.7" y1="48.26" x2="266.7" y2="35.56" width="0.1524" layer="91"/> +<wire x1="266.7" y1="48.26" x2="233.68" y2="48.26" width="0.1524" layer="91"/> +<label x="236.22" y="48.26" size="1.778" layer="95"/> +<pinref part="Q2" gate="G$1" pin="S@1"/> +<wire x1="266.7" y1="48.26" x2="266.7" y2="53.34" width="0.1524" layer="91"/> +<junction x="266.7" y="48.26"/> +<wire x1="266.7" y1="48.26" x2="269.24" y2="48.26" width="0.1524" layer="91"/> +<pinref part="Q2" gate="G$1" pin="S"/> +<wire x1="269.24" y1="48.26" x2="269.24" y2="53.34" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="SL_A"/> +<wire x1="114.3" y1="38.1" x2="233.68" y2="38.1" width="0.1524" layer="91"/> +<wire x1="233.68" y1="38.1" x2="233.68" y2="48.26" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="GND34" gate="1" pin="GND"/> +<pinref part="R30" gate="G$1" pin="A"/> +<wire x1="320.04" y1="30.48" x2="320.04" y2="33.02" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="R27" gate="G$1" pin="1"/> +<pinref part="GND32" gate="1" pin="GND"/> +<wire x1="266.7" y1="-10.16" x2="266.7" y2="-12.7" width="0.1524" layer="91"/> +<pinref part="C39" gate="G$1" pin="2"/> +<wire x1="266.7" y1="-12.7" x2="266.7" y2="-15.24" width="0.1524" layer="91"/> +<wire x1="266.7" y1="-12.7" x2="274.32" y2="-12.7" width="0.1524" layer="91"/> +<wire x1="274.32" y1="-12.7" x2="274.32" y2="-10.16" width="0.1524" layer="91"/> +<junction x="266.7" y="-12.7"/> +</segment> +<segment> +<pinref part="R32" gate="G$1" pin="1"/> +<pinref part="GND35" gate="1" pin="GND"/> +<wire x1="320.04" y1="-10.16" x2="320.04" y2="-12.7" width="0.1524" layer="91"/> +<pinref part="C41" gate="G$1" pin="2"/> +<wire x1="320.04" y1="-12.7" x2="320.04" y2="-15.24" width="0.1524" layer="91"/> +<wire x1="320.04" y1="-12.7" x2="327.66" y2="-12.7" width="0.1524" layer="91"/> +<wire x1="327.66" y1="-12.7" x2="327.66" y2="-10.16" width="0.1524" layer="91"/> +<junction x="320.04" y="-12.7"/> +</segment> +<segment> +<pinref part="GND38" gate="1" pin="GND"/> +<pinref part="R35" gate="G$1" pin="A"/> +<wire x1="373.38" y1="30.48" x2="373.38" y2="33.02" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="R37" gate="G$1" pin="1"/> +<pinref part="GND39" gate="1" pin="GND"/> +<wire x1="373.38" y1="-10.16" x2="373.38" y2="-12.7" width="0.1524" layer="91"/> +<pinref part="C43" gate="G$1" pin="2"/> +<wire x1="373.38" y1="-12.7" x2="373.38" y2="-15.24" width="0.1524" layer="91"/> +<wire x1="381" y1="-10.16" x2="381" y2="-12.7" width="0.1524" layer="91"/> +<wire x1="381" y1="-12.7" x2="373.38" y2="-12.7" width="0.1524" layer="91"/> +<junction x="373.38" y="-12.7"/> +</segment> +<segment> +<pinref part="GND26" gate="1" pin="GND"/> +<pinref part="U2" gate="G$1" pin="GNDPAD"/> +<pinref part="C24" gate="G$1" pin="2"/> +<wire x1="96.52" y1="-38.1" x2="96.52" y2="-27.94" width="0.1524" layer="91"/> +<wire x1="96.52" y1="-27.94" x2="96.52" y2="-20.32" width="0.1524" layer="91"/> +<wire x1="96.52" y1="-20.32" x2="96.52" y2="-10.16" width="0.1524" layer="91"/> +<wire x1="96.52" y1="-10.16" x2="96.52" y2="-7.62" width="0.1524" layer="91"/> +<wire x1="109.22" y1="-10.16" x2="96.52" y2="-10.16" width="0.1524" layer="91"/> +<junction x="96.52" y="-10.16"/> +<pinref part="C26" gate="G$1" pin="2"/> +<wire x1="109.22" y1="-27.94" x2="96.52" y2="-27.94" width="0.1524" layer="91"/> +<junction x="96.52" y="-27.94"/> +<pinref part="C25" gate="G$1" pin="2"/> +<wire x1="109.22" y1="-20.32" x2="96.52" y2="-20.32" width="0.1524" layer="91"/> +<junction x="96.52" y="-20.32"/> +</segment> +<segment> +<pinref part="U2" gate="G$1" pin="AGND"/> +<wire x1="78.74" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/> +<wire x1="76.2" y1="0" x2="76.2" y2="-5.08" width="0.1524" layer="91"/> +<pinref part="C20" gate="G$1" pin="1"/> +<wire x1="76.2" y1="-5.08" x2="71.12" y2="-5.08" width="0.1524" layer="91"/> +<pinref part="GND18" gate="1" pin="GND"/> +<wire x1="71.12" y1="-5.08" x2="33.02" y2="-5.08" width="0.1524" layer="91"/> +<junction x="71.12" y="-5.08"/> +</segment> +<segment> +<pinref part="R11" gate="G$1" pin="2"/> +<pinref part="GND19" gate="1" pin="GND"/> +<wire x1="48.26" y1="53.34" x2="33.02" y2="53.34" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="C44" gate="G$1" pin="2"/> +<pinref part="GND40" gate="1" pin="GND"/> +<wire x1="388.62" y1="83.82" x2="386.08" y2="83.82" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="GND37" gate="1" pin="GND"/> +<pinref part="C42" gate="G$1" pin="2"/> +<wire x1="335.28" y1="83.82" x2="332.74" y2="83.82" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="GND33" gate="1" pin="GND"/> +<pinref part="C40" gate="G$1" pin="2"/> +<wire x1="281.94" y1="83.82" x2="279.4" y2="83.82" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="GND29" gate="1" pin="GND"/> +<pinref part="R17" gate="G$1" pin="1"/> +<wire x1="154.94" y1="50.8" x2="152.4" y2="50.8" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="C18" gate="G$1" pin="1"/> +<pinref part="R9" gate="G$1" pin="1"/> +<wire x1="53.34" y1="88.9" x2="45.72" y2="88.9" width="0.1524" layer="91"/> +<wire x1="45.72" y1="88.9" x2="33.02" y2="88.9" width="0.1524" layer="91"/> +<junction x="45.72" y="88.9"/> +<pinref part="GND17" gate="1" pin="GND"/> +<pinref part="R12" gate="G$1" pin="1"/> +<wire x1="53.34" y1="88.9" x2="66.04" y2="88.9" width="0.1524" layer="91"/> +<wire x1="66.04" y1="88.9" x2="66.04" y2="83.82" width="0.1524" layer="91"/> +<junction x="53.34" y="88.9"/> +</segment> +<segment> +<pinref part="GND12" gate="1" pin="GND"/> +<pinref part="R5" gate="G$1" pin="2"/> +<wire x1="-2.54" y1="50.8" x2="-2.54" y2="53.34" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="J9" gate="G$1" pin="PWRPAD"/> +<pinref part="BFC1" gate="G$1" pin="2"/> +<wire x1="297.18" y1="111.76" x2="299.72" y2="111.76" width="0.1524" layer="91"/> +<junction x="309.88" y="111.76"/> +<wire x1="299.72" y1="111.76" x2="309.88" y2="111.76" width="0.1524" layer="91"/> +<wire x1="309.88" y1="111.76" x2="320.04" y2="111.76" width="0.1524" layer="91"/> +<pinref part="GND36" gate="1" pin="GND"/> +<pinref part="BFC2" gate="G$1" pin="2"/> +<wire x1="320.04" y1="111.76" x2="330.2" y2="111.76" width="0.1524" layer="91"/> +<junction x="320.04" y="111.76"/> +<pinref part="J11" gate="G$1" pin="PWRPAD"/> +<junction x="299.72" y="111.76"/> +</segment> +<segment> +<pinref part="C16" gate="G$1" pin="1"/> +<pinref part="C13" gate="G$1" pin="1"/> +<wire x1="45.72" y1="30.48" x2="35.56" y2="30.48" width="0.1524" layer="91"/> +<wire x1="35.56" y1="30.48" x2="27.94" y2="30.48" width="0.1524" layer="91"/> +<junction x="35.56" y="30.48"/> +<pinref part="GND13" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="C17" gate="G$1" pin="1"/> +<pinref part="C14" gate="G$1" pin="1"/> +<wire x1="48.26" y1="5.08" x2="38.1" y2="5.08" width="0.1524" layer="91"/> +<wire x1="38.1" y1="5.08" x2="27.94" y2="5.08" width="0.1524" layer="91"/> +<junction x="38.1" y="5.08"/> +<pinref part="GND14" gate="1" pin="GND"/> +<label x="27.94" y="5.08" size="1.778" layer="95"/> +</segment> +<segment> +<pinref part="U1" gate="G$1" pin="GND@1"/> +<wire x1="-114.3" y1="76.2" x2="-116.84" y2="76.2" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="76.2" x2="-116.84" y2="73.66" width="0.1524" layer="91"/> +<pinref part="GND4" gate="1" pin="GND"/> +<wire x1="-116.84" y1="73.66" x2="-116.84" y2="71.12" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="71.12" x2="-116.84" y2="68.58" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="68.58" x2="-116.84" y2="66.04" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="66.04" x2="-149.86" y2="66.04" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="GND@5"/> +<wire x1="-116.84" y1="66.04" x2="-114.3" y2="66.04" width="0.1524" layer="91"/> +<junction x="-116.84" y="66.04"/> +<pinref part="U1" gate="G$1" pin="GND@4"/> +<wire x1="-114.3" y1="68.58" x2="-116.84" y2="68.58" width="0.1524" layer="91"/> +<junction x="-116.84" y="68.58"/> +<pinref part="U1" gate="G$1" pin="GND@3"/> +<wire x1="-114.3" y1="71.12" x2="-116.84" y2="71.12" width="0.1524" layer="91"/> +<junction x="-116.84" y="71.12"/> +<pinref part="U1" gate="G$1" pin="GND@2"/> +<wire x1="-114.3" y1="73.66" x2="-116.84" y2="73.66" width="0.1524" layer="91"/> +<junction x="-116.84" y="73.66"/> +</segment> +<segment> +<pinref part="C6" gate="G$1" pin="2"/> +<pinref part="C4" gate="G$1" pin="2"/> +<wire x1="-127" y1="106.68" x2="-137.16" y2="106.68" width="0.1524" layer="91"/> +<pinref part="C3" gate="G$1" pin="2"/> +<wire x1="-137.16" y1="106.68" x2="-147.32" y2="106.68" width="0.1524" layer="91"/> +<junction x="-137.16" y="106.68"/> +<pinref part="C2" gate="G$1" pin="2"/> +<wire x1="-147.32" y1="106.68" x2="-157.48" y2="106.68" width="0.1524" layer="91"/> +<junction x="-147.32" y="106.68"/> +<wire x1="-157.48" y1="106.68" x2="-167.64" y2="106.68" width="0.1524" layer="91"/> +<junction x="-157.48" y="106.68"/> +<pinref part="GND3" gate="1" pin="GND"/> +<pinref part="C1" gate="G$1" pin="2"/> +<wire x1="-167.64" y1="106.68" x2="-177.8" y2="106.68" width="0.1524" layer="91"/> +<junction x="-167.64" y="106.68"/> +</segment> +<segment> +<pinref part="J1" gate="G$1" pin="GND"/> +<pinref part="GND6" gate="1" pin="GND"/> +<wire x1="-86.36" y1="-40.64" x2="-88.9" y2="-40.64" width="0.1524" layer="91"/> +<pinref part="J1" gate="G$1" pin="TRACESWO"/> +<wire x1="-88.9" y1="-40.64" x2="-99.06" y2="-40.64" width="0.1524" layer="91"/> +<wire x1="-86.36" y1="-43.18" x2="-88.9" y2="-43.18" width="0.1524" layer="91"/> +<wire x1="-88.9" y1="-43.18" x2="-88.9" y2="-40.64" width="0.1524" layer="91"/> +<junction x="-88.9" y="-40.64"/> +</segment> +<segment> +<pinref part="C34" gate="G$1" pin="2"/> +<pinref part="C36" gate="G$1" pin="2"/> +<wire x1="149.86" y1="78.74" x2="162.56" y2="78.74" width="0.1524" layer="91"/> +<pinref part="C30" gate="G$1" pin="2"/> +<wire x1="149.86" y1="78.74" x2="137.16" y2="78.74" width="0.1524" layer="91"/> +<junction x="149.86" y="78.74"/> +<pinref part="GND28" gate="1" pin="GND"/> +<wire x1="137.16" y1="78.74" x2="137.16" y2="81.28" width="0.1524" layer="91"/> +<junction x="137.16" y="78.74"/> +</segment> +<segment> +<pinref part="D4" gate="G$1" pin="C"/> +<wire x1="172.72" y1="50.8" x2="170.18" y2="45.72" width="0.1524" layer="91"/> +<pinref part="C37" gate="G$1" pin="2"/> +<wire x1="170.18" y1="45.72" x2="185.42" y2="45.72" width="0.1524" layer="91"/> +<pinref part="C38" gate="G$1" pin="2"/> +<wire x1="185.42" y1="45.72" x2="195.58" y2="45.72" width="0.1524" layer="91"/> +<junction x="185.42" y="45.72"/> +<pinref part="GND30" gate="1" pin="GND"/> +<wire x1="195.58" y1="45.72" x2="203.2" y2="45.72" width="0.1524" layer="91"/> +<junction x="195.58" y="45.72"/> +</segment> +<segment> +<pinref part="C27" gate="G$1" pin="2"/> +<wire x1="121.92" y1="78.74" x2="121.92" y2="81.28" width="0.1524" layer="91"/> +<pinref part="GND27" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="X1" gate="G$1" pin="GND"/> +<wire x1="-104.14" y1="-83.82" x2="-99.06" y2="-83.82" width="0.1524" layer="91"/> +<wire x1="-99.06" y1="-83.82" x2="-99.06" y2="-81.28" width="0.1524" layer="91"/> +<pinref part="GND7" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="IC1" gate="G$1" pin="GND"/> +<wire x1="-78.74" y1="-91.44" x2="-78.74" y2="-93.98" width="0.1524" layer="91"/> +<pinref part="C10" gate="G$1" pin="1"/> +<wire x1="-78.74" y1="-93.98" x2="-60.96" y2="-93.98" width="0.1524" layer="91"/> +<pinref part="C11" gate="G$1" pin="1"/> +<wire x1="-50.8" y1="-93.98" x2="-60.96" y2="-93.98" width="0.1524" layer="91"/> +<junction x="-60.96" y="-93.98"/> +<wire x1="-78.74" y1="-93.98" x2="-78.74" y2="-96.52" width="0.1524" layer="91"/> +<junction x="-78.74" y="-93.98"/> +<pinref part="GND8" gate="1" pin="GND"/> +<pinref part="C8" gate="G$1" pin="1"/> +<wire x1="-88.9" y1="-93.98" x2="-78.74" y2="-93.98" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="R39" gate="G$1" pin="1"/> +<pinref part="GND41" gate="1" pin="GND"/> +<wire x1="426.72" y1="-10.16" x2="426.72" y2="-12.7" width="0.1524" layer="91"/> +<pinref part="C45" gate="G$1" pin="2"/> +<wire x1="426.72" y1="-12.7" x2="426.72" y2="-15.24" width="0.1524" layer="91"/> +<wire x1="434.34" y1="-10.16" x2="434.34" y2="-12.7" width="0.1524" layer="91"/> +<wire x1="434.34" y1="-12.7" x2="426.72" y2="-12.7" width="0.1524" layer="91"/> +<junction x="426.72" y="-12.7"/> +</segment> +<segment> +<pinref part="J4" gate="A" pin="6"/> +<wire x1="91.44" y1="180.34" x2="88.9" y2="180.34" width="0.1524" layer="91"/> +<wire x1="88.9" y1="180.34" x2="88.9" y2="175.26" width="0.1524" layer="91"/> +<pinref part="C21" gate="G$1" pin="2"/> +<wire x1="88.9" y1="175.26" x2="81.28" y2="175.26" width="0.1524" layer="91"/> +<wire x1="81.28" y1="175.26" x2="71.12" y2="175.26" width="0.1524" layer="91"/> +<junction x="81.28" y="175.26"/> +<pinref part="GND22" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="J4" gate="A" pin="1"/> +<wire x1="91.44" y1="193.04" x2="71.12" y2="193.04" width="0.1524" layer="91"/> +<pinref part="GND21" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="J5" gate="A" pin="6"/> +<wire x1="91.44" y1="149.86" x2="88.9" y2="149.86" width="0.1524" layer="91"/> +<wire x1="88.9" y1="149.86" x2="88.9" y2="144.78" width="0.1524" layer="91"/> +<pinref part="C22" gate="G$1" pin="2"/> +<wire x1="88.9" y1="144.78" x2="81.28" y2="144.78" width="0.1524" layer="91"/> +<wire x1="81.28" y1="144.78" x2="71.12" y2="144.78" width="0.1524" layer="91"/> +<junction x="81.28" y="144.78"/> +<pinref part="GND24" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="J5" gate="A" pin="1"/> +<wire x1="91.44" y1="162.56" x2="71.12" y2="162.56" width="0.1524" layer="91"/> +<pinref part="GND23" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="J6" gate="A" pin="1"/> +<wire x1="91.44" y1="116.84" x2="88.9" y2="116.84" width="0.1524" layer="91"/> +<wire x1="88.9" y1="116.84" x2="88.9" y2="121.92" width="0.1524" layer="91"/> +<pinref part="C23" gate="G$1" pin="2"/> +<wire x1="88.9" y1="121.92" x2="81.28" y2="121.92" width="0.1524" layer="91"/> +<wire x1="81.28" y1="121.92" x2="71.12" y2="121.92" width="0.1524" layer="91"/> +<junction x="81.28" y="121.92"/> +<pinref part="GND25" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="C7" gate="G$1" pin="2"/> +<pinref part="C5" gate="G$1" pin="1"/> +<wire x1="-127" y1="88.9" x2="-137.16" y2="88.9" width="0.1524" layer="91"/> +<wire x1="-137.16" y1="88.9" x2="-147.32" y2="88.9" width="0.1524" layer="91"/> +<junction x="-137.16" y="88.9"/> +<pinref part="GND5" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="C12" gate="G$1" pin="2"/> +<pinref part="GND11" gate="1" pin="GND"/> +<wire x1="-5.08" y1="96.52" x2="-5.08" y2="99.06" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="R2" gate="G$1" pin="2"/> +<wire x1="-53.34" y1="-63.5" x2="-50.8" y2="-63.5" width="0.1524" layer="91"/> +<pinref part="GND10" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="R3" gate="G$1" pin="2"/> +<pinref part="GND9" gate="1" pin="GND"/> +<wire x1="-45.72" y1="134.62" x2="-43.18" y2="134.62" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="J2" gate="G$1" pin="1"/> +<wire x1="53.34" y1="-96.52" x2="30.48" y2="-96.52" width="0.1524" layer="91"/> +<pinref part="GND15" gate="1" pin="GND"/> +</segment> +<segment> +<wire x1="53.34" y1="-124.46" x2="30.48" y2="-124.46" width="0.1524" layer="91"/> +<pinref part="J3" gate="G$1" pin="1"/> +<pinref part="GND16" gate="1" pin="GND"/> +</segment> +<segment> +<pinref part="R6" gate="G$1" pin="1"/> +<wire x1="7.62" y1="165.1" x2="33.02" y2="165.1" width="0.1524" layer="91"/> +<pinref part="GND20" gate="1" pin="GND"/> +</segment> +</net> +<net name="+3V3" class="0"> +<segment> +<pinref part="+3V311" gate="G$1" pin="+3V3"/> +<pinref part="U2" gate="G$1" pin="REF"/> +<wire x1="55.88" y1="10.16" x2="78.74" y2="10.16" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="U1" gate="G$1" pin="VDDIO@1"/> +<pinref part="+3V32" gate="G$1" pin="+3V3"/> +<wire x1="-114.3" y1="114.3" x2="-116.84" y2="114.3" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="VDDIO@2"/> +<wire x1="-116.84" y1="114.3" x2="-127" y2="114.3" width="0.1524" layer="91"/> +<wire x1="-127" y1="114.3" x2="-137.16" y2="114.3" width="0.1524" layer="91"/> +<wire x1="-137.16" y1="114.3" x2="-147.32" y2="114.3" width="0.1524" layer="91"/> +<wire x1="-147.32" y1="114.3" x2="-157.48" y2="114.3" width="0.1524" layer="91"/> +<wire x1="-157.48" y1="114.3" x2="-167.64" y2="114.3" width="0.1524" layer="91"/> +<wire x1="-167.64" y1="114.3" x2="-175.26" y2="114.3" width="0.1524" layer="91"/> +<wire x1="-114.3" y1="111.76" x2="-116.84" y2="111.76" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="111.76" x2="-116.84" y2="114.3" width="0.1524" layer="91"/> +<junction x="-116.84" y="114.3"/> +<pinref part="U1" gate="G$1" pin="VDDIO@3"/> +<wire x1="-114.3" y1="109.22" x2="-116.84" y2="109.22" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="109.22" x2="-116.84" y2="111.76" width="0.1524" layer="91"/> +<junction x="-116.84" y="111.76"/> +<pinref part="U1" gate="G$1" pin="VDDIO@4"/> +<wire x1="-114.3" y1="106.68" x2="-116.84" y2="106.68" width="0.1524" layer="91"/> +<wire x1="-116.84" y1="106.68" x2="-116.84" y2="109.22" width="0.1524" layer="91"/> +<junction x="-116.84" y="109.22"/> +<pinref part="C6" gate="G$1" pin="1"/> +<junction x="-127" y="114.3"/> +<pinref part="C4" gate="G$1" pin="1"/> +<junction x="-137.16" y="114.3"/> +<pinref part="C3" gate="G$1" pin="1"/> +<junction x="-147.32" y="114.3"/> +<pinref part="C2" gate="G$1" pin="1"/> +<junction x="-157.48" y="114.3"/> +<wire x1="-116.84" y1="106.68" x2="-116.84" y2="101.6" width="0.1524" layer="91"/> +<junction x="-116.84" y="106.68"/> +<pinref part="U1" gate="G$1" pin="VDDANA"/> +<wire x1="-116.84" y1="101.6" x2="-114.3" y2="101.6" width="0.1524" layer="91"/> +<pinref part="C1" gate="G$1" pin="1"/> +<junction x="-167.64" y="114.3"/> +</segment> +<segment> +<pinref part="+3V34" gate="G$1" pin="+3V3"/> +<wire x1="-86.36" y1="-35.56" x2="-109.22" y2="-35.56" width="0.1524" layer="91"/> +<pinref part="J1" gate="G$1" pin="VDD"/> +</segment> +<segment> +<pinref part="L2" gate="G$1" pin="2"/> +<pinref part="C37" gate="G$1" pin="1"/> +<wire x1="182.88" y1="55.88" x2="185.42" y2="55.88" width="0.1524" layer="91"/> +<wire x1="185.42" y1="55.88" x2="185.42" y2="53.34" width="0.1524" layer="91"/> +<wire x1="185.42" y1="55.88" x2="195.58" y2="55.88" width="0.1524" layer="91"/> +<junction x="185.42" y="55.88"/> +<pinref part="C38" gate="G$1" pin="1"/> +<wire x1="195.58" y1="55.88" x2="205.74" y2="55.88" width="0.1524" layer="91"/> +<wire x1="195.58" y1="53.34" x2="195.58" y2="55.88" width="0.1524" layer="91"/> +<junction x="195.58" y="55.88"/> +<pinref part="+3V317" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="S2" gate="G$1" pin="3"/> +<pinref part="+3V35" gate="G$1" pin="+3V3"/> +<wire x1="-35.56" y1="-88.9" x2="-30.48" y2="-88.9" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="R4" gate="G$1" pin="1"/> +<pinref part="+3V37" gate="G$1" pin="+3V3"/> +<wire x1="-2.54" y1="73.66" x2="-2.54" y2="78.74" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="J4" gate="A" pin="5"/> +<wire x1="91.44" y1="182.88" x2="81.28" y2="182.88" width="0.1524" layer="91"/> +<pinref part="C21" gate="G$1" pin="1"/> +<wire x1="81.28" y1="182.88" x2="73.66" y2="182.88" width="0.1524" layer="91"/> +<junction x="81.28" y="182.88"/> +<pinref part="+3V313" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="J4" gate="A" pin="2"/> +<wire x1="91.44" y1="190.5" x2="73.66" y2="190.5" width="0.1524" layer="91"/> +<pinref part="+3V312" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="J5" gate="A" pin="5"/> +<wire x1="91.44" y1="152.4" x2="81.28" y2="152.4" width="0.1524" layer="91"/> +<pinref part="C22" gate="G$1" pin="1"/> +<wire x1="81.28" y1="152.4" x2="73.66" y2="152.4" width="0.1524" layer="91"/> +<junction x="81.28" y="152.4"/> +<pinref part="+3V315" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="J5" gate="A" pin="2"/> +<wire x1="91.44" y1="160.02" x2="73.66" y2="160.02" width="0.1524" layer="91"/> +<pinref part="+3V314" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="J6" gate="A" pin="2"/> +<pinref part="C23" gate="G$1" pin="1"/> +<wire x1="91.44" y1="114.3" x2="81.28" y2="114.3" width="0.1524" layer="91"/> +<wire x1="81.28" y1="114.3" x2="73.66" y2="114.3" width="0.1524" layer="91"/> +<junction x="81.28" y="114.3"/> +<pinref part="+3V316" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="L1" gate="G$1" pin="2"/> +<wire x1="15.24" y1="106.68" x2="20.32" y2="106.68" width="0.1524" layer="91"/> +<pinref part="+3V38" gate="G$1" pin="+3V3"/> +</segment> +<segment> +<pinref part="R1" gate="G$1" pin="1"/> +<wire x1="-109.22" y1="-55.88" x2="-109.22" y2="-58.42" width="0.1524" layer="91"/> +<pinref part="+3V33" gate="G$1" pin="+3V3"/> +<wire x1="-109.22" y1="-58.42" x2="-114.3" y2="-58.42" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="R10" gate="G$1" pin="2"/> +<wire x1="40.64" y1="48.26" x2="35.56" y2="48.26" width="0.1524" layer="91"/> +<wire x1="35.56" y1="48.26" x2="35.56" y2="45.72" width="0.1524" layer="91"/> +<pinref part="+3V39" gate="G$1" pin="+3V3"/> +<wire x1="35.56" y1="45.72" x2="33.02" y2="45.72" width="0.1524" layer="91"/> +</segment> +<segment> +<wire x1="53.34" y1="-127" x2="33.02" y2="-127" width="0.1524" layer="91"/> +<pinref part="J3" gate="G$1" pin="2"/> +<pinref part="+3V310" gate="G$1" pin="+3V3"/> </segment> <segment> -<pinref part="J5" gate="G$1" pin="1"/> -<pinref part="GND22" gate="1" pin="GND"/> -<wire x1="-43.18" y1="63.5" x2="-44.45" y2="63.5" width="0.1524" layer="91"/> -<wire x1="-44.45" y1="63.5" x2="-44.45" y2="72.39" width="0.1524" layer="91"/> -<pinref part="J5" gate="G$1" pin="3"/> -<wire x1="-43.18" y1="60.96" x2="-44.45" y2="60.96" width="0.1524" layer="91"/> -<wire x1="-44.45" y1="60.96" x2="-44.45" y2="63.5" width="0.1524" layer="91"/> -<junction x="-44.45" y="63.5"/> -<pinref part="J5" gate="G$1" pin="5"/> -<wire x1="-43.18" y1="58.42" x2="-44.45" y2="58.42" width="0.1524" layer="91"/> -<wire x1="-44.45" y1="58.42" x2="-44.45" y2="60.96" width="0.1524" layer="91"/> -<junction x="-44.45" y="60.96"/> +<pinref part="+3V36" gate="G$1" pin="+3V3"/> +<pinref part="D1" gate="G$1" pin="A2"/> +<wire x1="-20.32" y1="154.94" x2="-15.24" y2="154.94" width="0.1524" layer="91"/> </segment> +</net> +<net name="DC-CAL" class="0"> <segment> -<pinref part="GND4" gate="1" pin="GND"/> -<wire x1="266.7" y1="48.26" x2="266.7" y2="35.56" width="0.1524" layer="91"/> -<wire x1="266.7" y1="48.26" x2="233.68" y2="48.26" width="0.1524" layer="91"/> -<label x="236.22" y="48.26" size="1.778" layer="95"/> -<pinref part="Q2" gate="G$1" pin="S@1"/> -<wire x1="266.7" y1="48.26" x2="266.7" y2="53.34" width="0.1524" layer="91"/> -<junction x="266.7" y="48.26"/> -<wire x1="266.7" y1="48.26" x2="269.24" y2="48.26" width="0.1524" layer="91"/> -<pinref part="Q2" gate="G$1" pin="S"/> -<wire x1="269.24" y1="48.26" x2="269.24" y2="53.34" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="SL_A"/> -<wire x1="175.26" y1="38.1" x2="233.68" y2="38.1" width="0.1524" layer="91"/> -<wire x1="233.68" y1="38.1" x2="233.68" y2="48.26" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="DC_CAL"/> +<wire x1="78.74" y1="40.64" x2="60.96" y2="40.64" width="0.1524" layer="91"/> +<label x="60.96" y="40.64" size="1.778" layer="95"/> </segment> <segment> -<pinref part="GND3" gate="1" pin="GND"/> -<pinref part="R1" gate="G$1" pin="A"/> -<wire x1="320.04" y1="30.48" x2="320.04" y2="33.02" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PB16/SER5-0/TC6-0"/> +<wire x1="-35.56" y1="-5.08" x2="-20.32" y2="-5.08" width="0.1524" layer="91"/> +<label x="-33.02" y="-5.08" size="1.778" layer="95"/> </segment> +</net> +<net name="CUR-V" class="0"> <segment> -<pinref part="R4" gate="G$1" pin="1"/> -<pinref part="GND5" gate="1" pin="GND"/> -<wire x1="266.7" y1="-10.16" x2="266.7" y2="-15.24" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="SO1"/> +<wire x1="78.74" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/> +<label x="60.96" y="7.62" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R8" gate="G$1" pin="1"/> -<pinref part="GND6" gate="1" pin="GND"/> -<wire x1="320.04" y1="-10.16" x2="320.04" y2="-15.24" width="0.1524" layer="91"/> +<wire x1="53.34" y1="-129.54" x2="40.64" y2="-129.54" width="0.1524" layer="91"/> +<label x="40.64" y="-129.54" size="1.778" layer="95"/> +<pinref part="J3" gate="G$1" pin="3"/> </segment> <segment> -<pinref part="GND7" gate="1" pin="GND"/> -<pinref part="R10" gate="G$1" pin="A"/> -<wire x1="373.38" y1="30.48" x2="373.38" y2="33.02" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PB09/ADC0-3/ADC1-1/SE4-1/TC4-1"/> +<wire x1="-35.56" y1="12.7" x2="-20.32" y2="12.7" width="0.1524" layer="91"/> +<label x="-33.02" y="12.7" size="1.778" layer="95"/> </segment> +</net> +<net name="CUR-W" class="0"> <segment> -<pinref part="R13" gate="G$1" pin="1"/> -<pinref part="GND8" gate="1" pin="GND"/> -<wire x1="373.38" y1="-10.16" x2="373.38" y2="-15.24" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="SO2"/> +<wire x1="78.74" y1="5.08" x2="60.96" y2="5.08" width="0.1524" layer="91"/> +<label x="60.96" y="5.08" size="1.778" layer="95"/> </segment> <segment> -<pinref part="GND9" gate="1" pin="GND"/> -<pinref part="U$1" gate="G$1" pin="GNDPAD"/> -<pinref part="C6" gate="G$1" pin="2"/> -<wire x1="157.48" y1="-38.1" x2="157.48" y2="-27.94" width="0.1524" layer="91"/> -<wire x1="157.48" y1="-27.94" x2="157.48" y2="-20.32" width="0.1524" layer="91"/> -<wire x1="157.48" y1="-20.32" x2="157.48" y2="-10.16" width="0.1524" layer="91"/> -<wire x1="157.48" y1="-10.16" x2="157.48" y2="-7.62" width="0.1524" layer="91"/> -<wire x1="170.18" y1="-10.16" x2="157.48" y2="-10.16" width="0.1524" layer="91"/> -<junction x="157.48" y="-10.16"/> -<pinref part="C7" gate=">NAME" pin="2"/> -<wire x1="170.18" y1="-27.94" x2="157.48" y2="-27.94" width="0.1524" layer="91"/> -<junction x="157.48" y="-27.94"/> -<pinref part="C8" gate="G$1" pin="2"/> -<wire x1="170.18" y1="-20.32" x2="157.48" y2="-20.32" width="0.1524" layer="91"/> -<junction x="157.48" y="-20.32"/> +<wire x1="53.34" y1="-132.08" x2="40.64" y2="-132.08" width="0.1524" layer="91"/> +<label x="40.64" y="-132.08" size="1.778" layer="95"/> +<pinref part="J3" gate="G$1" pin="4"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="AGND"/> -<wire x1="139.7" y1="0" x2="137.16" y2="0" width="0.1524" layer="91"/> -<wire x1="137.16" y1="0" x2="137.16" y2="-5.08" width="0.1524" layer="91"/> -<pinref part="C10" gate="G$1" pin="1"/> -<wire x1="137.16" y1="-5.08" x2="132.08" y2="-5.08" width="0.1524" layer="91"/> -<pinref part="GND11" gate="1" pin="GND"/> -<wire x1="132.08" y1="-5.08" x2="93.98" y2="-5.08" width="0.1524" layer="91"/> -<junction x="132.08" y="-5.08"/> +<pinref part="U1" gate="G$1" pin="PB08/ADC0-2/ADC1-9/SER4-0/TC4-0"/> +<wire x1="-35.56" y1="15.24" x2="-20.32" y2="15.24" width="0.1524" layer="91"/> +<label x="-33.02" y="15.24" size="1.778" layer="95"/> </segment> +</net> +<net name="V-U" class="0"> <segment> -<pinref part="R19" gate="G$1" pin="2"/> -<pinref part="GND14" gate="1" pin="GND"/> -<wire x1="116.84" y1="53.34" x2="104.14" y2="53.34" width="0.1524" layer="91"/> -<pinref part="R21" gate="G$1" pin="2"/> -<wire x1="104.14" y1="53.34" x2="93.98" y2="53.34" width="0.1524" layer="91"/> -<wire x1="106.68" y1="50.8" x2="104.14" y2="50.8" width="0.1524" layer="91"/> -<wire x1="104.14" y1="50.8" x2="104.14" y2="53.34" width="0.1524" layer="91"/> -<junction x="104.14" y="53.34"/> +<pinref part="R27" gate="G$1" pin="2"/> +<pinref part="R26" gate="G$1" pin="1"/> +<wire x1="266.7" y1="0" x2="266.7" y2="2.54" width="0.1524" layer="91"/> +<wire x1="266.7" y1="2.54" x2="266.7" y2="5.08" width="0.1524" layer="91"/> +<wire x1="266.7" y1="2.54" x2="236.22" y2="2.54" width="0.1524" layer="91"/> +<junction x="266.7" y="2.54"/> +<label x="236.22" y="2.54" size="1.778" layer="95"/> +<pinref part="C39" gate="G$1" pin="1"/> +<wire x1="266.7" y1="2.54" x2="274.32" y2="2.54" width="0.1524" layer="91"/> +<wire x1="274.32" y1="2.54" x2="274.32" y2="-2.54" width="0.1524" layer="91"/> </segment> <segment> -<pinref part="C18" gate=">NAME" pin="2"/> -<pinref part="GND17" gate="1" pin="GND"/> -<wire x1="388.62" y1="83.82" x2="386.08" y2="83.82" width="0.1524" layer="91"/> +<wire x1="53.34" y1="-134.62" x2="40.64" y2="-134.62" width="0.1524" layer="91"/> +<label x="40.64" y="-134.62" size="1.778" layer="95"/> +<pinref part="J3" gate="G$1" pin="5"/> </segment> <segment> -<pinref part="GND16" gate="1" pin="GND"/> -<pinref part="C17" gate=">NAME" pin="2"/> -<wire x1="335.28" y1="83.82" x2="332.74" y2="83.82" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PB07/ADC1-9"/> +<wire x1="-35.56" y1="17.78" x2="-20.32" y2="17.78" width="0.1524" layer="91"/> +<label x="-33.02" y="17.78" size="1.778" layer="95"/> </segment> +</net> +<net name="V-V" class="0"> <segment> -<pinref part="GND15" gate="1" pin="GND"/> -<pinref part="C12" gate=">NAME" pin="2"/> -<wire x1="281.94" y1="83.82" x2="279.4" y2="83.82" width="0.1524" layer="91"/> +<pinref part="R32" gate="G$1" pin="2"/> +<pinref part="R31" gate="G$1" pin="1"/> +<wire x1="320.04" y1="0" x2="320.04" y2="2.54" width="0.1524" layer="91"/> +<wire x1="320.04" y1="2.54" x2="320.04" y2="5.08" width="0.1524" layer="91"/> +<wire x1="320.04" y1="2.54" x2="289.56" y2="2.54" width="0.1524" layer="91"/> +<junction x="320.04" y="2.54"/> +<label x="289.56" y="2.54" size="1.778" layer="95"/> +<pinref part="C41" gate="G$1" pin="1"/> +<wire x1="320.04" y1="2.54" x2="327.66" y2="2.54" width="0.1524" layer="91"/> +<wire x1="327.66" y1="2.54" x2="327.66" y2="-2.54" width="0.1524" layer="91"/> </segment> <segment> -<pinref part="GND18" gate="1" pin="GND"/> -<pinref part="R20" gate="G$1" pin="1"/> -<wire x1="215.9" y1="50.8" x2="213.36" y2="50.8" width="0.1524" layer="91"/> +<wire x1="53.34" y1="-137.16" x2="40.64" y2="-137.16" width="0.1524" layer="91"/> +<label x="40.64" y="-137.16" size="1.778" layer="95"/> +<pinref part="J3" gate="G$1" pin="6"/> </segment> <segment> -<pinref part="C22" gate=">NAME" pin="1"/> -<wire x1="165.1" y1="88.9" x2="165.1" y2="81.28" width="0.1524" layer="91"/> -<pinref part="GND19" gate="1" pin="GND"/> -<wire x1="165.1" y1="81.28" x2="162.56" y2="81.28" width="0.1524" layer="91"/> -<junction x="165.1" y="81.28"/> -<pinref part="C23" gate="G$1" pin="2"/> -<pinref part="C25" gate="G$1" pin="2"/> -<wire x1="165.1" y1="88.9" x2="165.1" y2="96.52" width="0.1524" layer="91"/> -<junction x="165.1" y="88.9"/> +<pinref part="U1" gate="G$1" pin="PB06/ADC1-8"/> +<wire x1="-35.56" y1="20.32" x2="-20.32" y2="20.32" width="0.1524" layer="91"/> +<label x="-33.02" y="20.32" size="1.778" layer="95"/> </segment> +</net> +<net name="V-VCC" class="0"> <segment> -<pinref part="GND20" gate="1" pin="GND"/> -<wire x1="177.8" y1="116.84" x2="180.34" y2="116.84" width="0.1524" layer="91"/> -<pinref part="C21" gate="G$1" pin="1"/> -<wire x1="180.34" y1="116.84" x2="180.34" y2="106.68" width="0.1524" layer="91"/> -<pinref part="C20" gate="G$1" pin="1"/> -<wire x1="180.34" y1="106.68" x2="180.34" y2="93.98" width="0.1524" layer="91"/> -<junction x="180.34" y="106.68"/> -<wire x1="180.34" y1="93.98" x2="180.34" y2="81.28" width="0.1524" layer="91"/> -<junction x="180.34" y="93.98"/> -<pinref part="D1" gate="1" pin="ANODE"/> +<pinref part="R39" gate="G$1" pin="2"/> +<pinref part="R38" gate="G$1" pin="1"/> +<wire x1="426.72" y1="0" x2="426.72" y2="2.54" width="0.1524" layer="91"/> +<wire x1="426.72" y1="2.54" x2="426.72" y2="5.08" width="0.1524" layer="91"/> +<wire x1="426.72" y1="2.54" x2="396.24" y2="2.54" width="0.1524" layer="91"/> +<junction x="426.72" y="2.54"/> +<label x="396.24" y="2.54" size="1.778" layer="95"/> +<wire x1="426.72" y1="2.54" x2="434.34" y2="2.54" width="0.1524" layer="91"/> +<pinref part="C45" gate="G$1" pin="1"/> +<wire x1="434.34" y1="2.54" x2="434.34" y2="-2.54" width="0.1524" layer="91"/> </segment> <segment> -<pinref part="R23" gate="G$1" pin="1"/> -<pinref part="C24" gate="G$1" pin="1"/> -<wire x1="127" y1="88.9" x2="114.3" y2="88.9" width="0.1524" layer="91"/> -<pinref part="R24" gate="G$1" pin="1"/> -<wire x1="114.3" y1="88.9" x2="106.68" y2="88.9" width="0.1524" layer="91"/> -<junction x="114.3" y="88.9"/> -<wire x1="106.68" y1="88.9" x2="93.98" y2="88.9" width="0.1524" layer="91"/> -<junction x="106.68" y="88.9"/> -<pinref part="GND21" gate="1" pin="GND"/> +<pinref part="J3" gate="G$1" pin="8"/> +<wire x1="53.34" y1="-142.24" x2="40.64" y2="-142.24" width="0.1524" layer="91"/> +<label x="40.64" y="-142.24" size="1.778" layer="95"/> +</segment> +<segment> +<pinref part="U1" gate="G$1" pin="PB04/ADC1-6"/> +<wire x1="-35.56" y1="25.4" x2="-20.32" y2="25.4" width="0.1524" layer="91"/> +<label x="-33.02" y="25.4" size="1.778" layer="95"/> +</segment> +</net> +<net name="PHASE-U" class="0"> +<segment> +<label x="271.78" y="68.58" size="1.778" layer="95"/> +<wire x1="266.7" y1="68.58" x2="269.24" y2="68.58" width="0.1524" layer="91"/> +<pinref part="Q2" gate="G$1" pin="D"/> +<wire x1="269.24" y1="68.58" x2="271.78" y2="68.58" width="0.1524" layer="91"/> +<wire x1="266.7" y1="63.5" x2="266.7" y2="68.58" width="0.1524" layer="91"/> +<pinref part="Q1" gate="G$1" pin="S@1"/> +<wire x1="266.7" y1="68.58" x2="266.7" y2="71.12" width="0.1524" layer="91"/> +<junction x="266.7" y="68.58"/> +<pinref part="Q1" gate="G$1" pin="S"/> +<wire x1="269.24" y1="71.12" x2="269.24" y2="68.58" width="0.1524" layer="91"/> +<junction x="269.24" y="68.58"/> +<pinref part="Q2" gate="G$1" pin="D@3"/> +<wire x1="269.24" y1="63.5" x2="269.24" y2="68.58" width="0.1524" layer="91"/> +<pinref part="Q2" gate="G$1" pin="D@1"/> +<wire x1="271.78" y1="63.5" x2="271.78" y2="68.58" width="0.1524" layer="91"/> +<junction x="271.78" y="68.58"/> +<pinref part="Q2" gate="G$1" pin="D@2"/> +<wire x1="264.16" y1="63.5" x2="264.16" y2="68.58" width="0.1524" layer="91"/> +<wire x1="264.16" y1="68.58" x2="266.7" y2="68.58" width="0.1524" layer="91"/> +<pinref part="J7" gate="G$1" pin="PWRPAD"/> +<wire x1="281.94" y1="68.58" x2="271.78" y2="68.58" width="0.1524" layer="91"/> </segment> <segment> -<pinref part="GND23" gate="1" pin="GND"/> <pinref part="R26" gate="G$1" pin="2"/> -<wire x1="58.42" y1="50.8" x2="58.42" y2="53.34" width="0.1524" layer="91"/> +<wire x1="266.7" y1="15.24" x2="266.7" y2="20.32" width="0.1524" layer="91"/> +<wire x1="266.7" y1="20.32" x2="276.86" y2="20.32" width="0.1524" layer="91"/> +<label x="271.78" y="20.32" size="1.778" layer="95"/> +</segment> +<segment> +<pinref part="U2" gate="G$1" pin="SH_A"/> +<label x="116.84" y="43.18" size="1.778" layer="95"/> +<wire x1="134.62" y1="43.18" x2="114.3" y2="43.18" width="0.1524" layer="91"/> +<pinref part="C31" gate="G$1" pin="2"/> +<wire x1="139.7" y1="40.64" x2="134.62" y2="40.64" width="0.1524" layer="91"/> +<wire x1="134.62" y1="40.64" x2="134.62" y2="43.18" width="0.1524" layer="91"/> +</segment> +</net> +<net name="VCC" class="0"> +<segment> +<pinref part="P+6" gate="VCC" pin="VCC"/> +<pinref part="Q3" gate="G$1" pin="D"/> +<wire x1="320.04" y1="88.9" x2="320.04" y2="83.82" width="0.1524" layer="91"/> +<pinref part="Q3" gate="G$1" pin="D@3"/> +<wire x1="320.04" y1="83.82" x2="320.04" y2="81.28" width="0.1524" layer="91"/> +<wire x1="322.58" y1="81.28" x2="322.58" y2="83.82" width="0.1524" layer="91"/> +<wire x1="322.58" y1="83.82" x2="320.04" y2="83.82" width="0.1524" layer="91"/> +<junction x="320.04" y="83.82"/> +<pinref part="Q3" gate="G$1" pin="D@1"/> +<wire x1="325.12" y1="81.28" x2="325.12" y2="83.82" width="0.1524" layer="91"/> +<wire x1="325.12" y1="83.82" x2="322.58" y2="83.82" width="0.1524" layer="91"/> +<junction x="322.58" y="83.82"/> +<pinref part="Q3" gate="G$1" pin="D@2"/> +<wire x1="317.5" y1="81.28" x2="317.5" y2="83.82" width="0.1524" layer="91"/> +<wire x1="317.5" y1="83.82" x2="320.04" y2="83.82" width="0.1524" layer="91"/> +<pinref part="C42" gate="G$1" pin="1"/> +<junction x="325.12" y="83.82"/> +</segment> +<segment> +<pinref part="P+8" gate="VCC" pin="VCC"/> +<pinref part="Q5" gate="G$1" pin="D"/> +<wire x1="373.38" y1="88.9" x2="373.38" y2="83.82" width="0.1524" layer="91"/> +<pinref part="Q5" gate="G$1" pin="D@3"/> +<wire x1="373.38" y1="83.82" x2="373.38" y2="81.28" width="0.1524" layer="91"/> +<wire x1="375.92" y1="81.28" x2="375.92" y2="83.82" width="0.1524" layer="91"/> +<wire x1="375.92" y1="83.82" x2="373.38" y2="83.82" width="0.1524" layer="91"/> +<junction x="373.38" y="83.82"/> +<pinref part="Q5" gate="G$1" pin="D@2"/> +<wire x1="370.84" y1="81.28" x2="370.84" y2="83.82" width="0.1524" layer="91"/> +<wire x1="370.84" y1="83.82" x2="373.38" y2="83.82" width="0.1524" layer="91"/> +<pinref part="Q5" gate="G$1" pin="D@1"/> +<wire x1="378.46" y1="81.28" x2="378.46" y2="83.82" width="0.1524" layer="91"/> +<wire x1="378.46" y1="83.82" x2="375.92" y2="83.82" width="0.1524" layer="91"/> +<junction x="375.92" y="83.82"/> +<pinref part="C44" gate="G$1" pin="1"/> +<junction x="378.46" y="83.82"/> +</segment> +<segment> +<pinref part="Q1" gate="G$1" pin="D@2"/> +<wire x1="264.16" y1="81.28" x2="264.16" y2="83.82" width="0.1524" layer="91"/> +<wire x1="264.16" y1="83.82" x2="266.7" y2="83.82" width="0.1524" layer="91"/> +<pinref part="P+5" gate="VCC" pin="VCC"/> +<wire x1="266.7" y1="83.82" x2="266.7" y2="88.9" width="0.1524" layer="91"/> +<pinref part="Q1" gate="G$1" pin="D"/> +<wire x1="266.7" y1="81.28" x2="266.7" y2="83.82" width="0.1524" layer="91"/> +<junction x="266.7" y="83.82"/> +<pinref part="Q1" gate="G$1" pin="D@3"/> +<wire x1="269.24" y1="81.28" x2="269.24" y2="83.82" width="0.1524" layer="91"/> +<wire x1="269.24" y1="83.82" x2="266.7" y2="83.82" width="0.1524" layer="91"/> +<pinref part="Q1" gate="G$1" pin="D@1"/> +<wire x1="271.78" y1="81.28" x2="271.78" y2="83.82" width="0.1524" layer="91"/> +<wire x1="271.78" y1="83.82" x2="269.24" y2="83.82" width="0.1524" layer="91"/> +<junction x="269.24" y="83.82"/> +<pinref part="C40" gate="G$1" pin="1"/> +<junction x="271.78" y="83.82"/> +</segment> +<segment> +<pinref part="C26" gate="G$1" pin="1"/> +<pinref part="C24" gate="G$1" pin="1"/> +<wire x1="116.84" y1="-27.94" x2="116.84" y2="-20.32" width="0.1524" layer="91"/> +<junction x="116.84" y="-27.94"/> +<wire x1="116.84" y1="-20.32" x2="116.84" y2="-10.16" width="0.1524" layer="91"/> +<wire x1="116.84" y1="-10.16" x2="116.84" y2="0" width="0.1524" layer="91"/> +<junction x="116.84" y="-10.16"/> +<pinref part="U2" gate="G$1" pin="PVDD1"/> +<wire x1="116.84" y1="0" x2="114.3" y2="0" width="0.1524" layer="91"/> +<pinref part="P+3" gate="VCC" pin="VCC"/> +<wire x1="116.84" y1="-27.94" x2="116.84" y2="-40.64" width="0.1524" layer="91"/> +<pinref part="C25" gate="G$1" pin="1"/> +<junction x="116.84" y="-20.32"/> +</segment> +<segment> +<pinref part="P+4" gate="VCC" pin="VCC"/> +<wire x1="170.18" y1="71.12" x2="162.56" y2="71.12" width="0.1524" layer="91"/> +<pinref part="C36" gate="G$1" pin="1"/> +<junction x="162.56" y="71.12"/> +<wire x1="162.56" y1="71.12" x2="149.86" y2="71.12" width="0.1524" layer="91"/> +<pinref part="C34" gate="G$1" pin="1"/> +<wire x1="137.16" y1="71.12" x2="127" y2="71.12" width="0.1524" layer="91"/> +<wire x1="127" y1="71.12" x2="127" y2="63.5" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="PVDD2-1"/> +<wire x1="127" y1="63.5" x2="127" y2="60.96" width="0.1524" layer="91"/> +<wire x1="127" y1="60.96" x2="114.3" y2="60.96" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="PVDD2-2"/> +<wire x1="114.3" y1="63.5" x2="127" y2="63.5" width="0.1524" layer="91"/> +<junction x="127" y="63.5"/> +<pinref part="C30" gate="G$1" pin="1"/> +<wire x1="137.16" y1="71.12" x2="149.86" y2="71.12" width="0.1524" layer="91"/> +<junction x="137.16" y="71.12"/> +<junction x="149.86" y="71.12"/> </segment> <segment> <pinref part="J8" gate="G$1" pin="PWRPAD"/> -<pinref part="BFC1" gate="G$1" pin="2"/> -<wire x1="-38.1" y1="111.76" x2="-35.56" y2="111.76" width="0.1524" layer="91"/> -<junction x="-25.4" y="111.76"/> -<wire x1="-35.56" y1="111.76" x2="-25.4" y2="111.76" width="0.1524" layer="91"/> -<wire x1="-25.4" y1="111.76" x2="-15.24" y2="111.76" width="0.1524" layer="91"/> -<pinref part="GND25" gate="1" pin="GND"/> -<pinref part="BFC2" gate="G$1" pin="2"/> -<wire x1="-15.24" y1="111.76" x2="-5.08" y2="111.76" width="0.1524" layer="91"/> -<junction x="-15.24" y="111.76"/> +<pinref part="BFC1" gate="G$1" pin="1"/> +<wire x1="297.18" y1="119.38" x2="299.72" y2="119.38" width="0.1524" layer="91"/> +<junction x="309.88" y="119.38"/> +<wire x1="299.72" y1="119.38" x2="309.88" y2="119.38" width="0.1524" layer="91"/> +<wire x1="309.88" y1="119.38" x2="320.04" y2="119.38" width="0.1524" layer="91"/> +<pinref part="P+7" gate="VCC" pin="VCC"/> +<pinref part="BFC2" gate="G$1" pin="1"/> +<wire x1="320.04" y1="119.38" x2="330.2" y2="119.38" width="0.1524" layer="91"/> +<junction x="320.04" y="119.38"/> <pinref part="J10" gate="G$1" pin="PWRPAD"/> -<junction x="-35.56" y="111.76"/> +<junction x="299.72" y="119.38"/> </segment> <segment> -<pinref part="J1" gate="G$1" pin="1"/> -<pinref part="GND24" gate="1" pin="GND"/> -<wire x1="-83.82" y1="43.18" x2="-81.28" y2="43.18" width="0.1524" layer="91"/> +<pinref part="R38" gate="G$1" pin="2"/> +<wire x1="426.72" y1="15.24" x2="426.72" y2="20.32" width="0.1524" layer="91"/> +<pinref part="P+9" gate="VCC" pin="VCC"/> </segment> +</net> +<net name="N$2" class="0"> <segment> -<pinref part="J2" gate="G$1" pin="1"/> -<pinref part="GND26" gate="1" pin="GND"/> -<wire x1="-83.82" y1="17.78" x2="-81.28" y2="17.78" width="0.1524" layer="91"/> +<pinref part="R25" gate="G$1" pin="2"/> +<pinref part="Q2" gate="G$1" pin="G"/> +<wire x1="256.54" y1="55.88" x2="261.62" y2="55.88" width="0.1524" layer="91"/> </segment> +</net> +<net name="N$3" class="0"> <segment> -<pinref part="GND27" gate="1" pin="GND"/> -<pinref part="C9" gate="G$1" pin="1"/> -<wire x1="-22.86" y1="73.66" x2="-22.86" y2="71.12" width="0.1524" layer="91"/> +<pinref part="R24" gate="G$1" pin="2"/> +<pinref part="Q1" gate="G$1" pin="G"/> +<wire x1="256.54" y1="73.66" x2="261.62" y2="73.66" width="0.1524" layer="91"/> </segment> +</net> +<net name="DRV-HI-U" class="0"> <segment> -<pinref part="C13" gate="G$1" pin="1"/> -<pinref part="C14" gate="G$1" pin="1"/> -<wire x1="106.68" y1="30.48" x2="96.52" y2="30.48" width="0.1524" layer="91"/> -<wire x1="96.52" y1="30.48" x2="88.9" y2="30.48" width="0.1524" layer="91"/> -<junction x="96.52" y="30.48"/> -<pinref part="GND12" gate="1" pin="GND"/> +<pinref part="R24" gate="G$1" pin="1"/> +<wire x1="246.38" y1="73.66" x2="236.22" y2="73.66" width="0.1524" layer="91"/> +<label x="236.22" y="73.66" size="1.778" layer="95"/> </segment> <segment> -<pinref part="C15" gate="G$1" pin="1"/> -<pinref part="C16" gate="G$1" pin="1"/> -<wire x1="109.22" y1="5.08" x2="99.06" y2="5.08" width="0.1524" layer="91"/> -<wire x1="99.06" y1="5.08" x2="88.9" y2="5.08" width="0.1524" layer="91"/> -<junction x="99.06" y="5.08"/> -<pinref part="GND13" gate="1" pin="GND"/> -<label x="88.9" y="5.08" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="GH_A"/> +<wire x1="114.3" y1="45.72" x2="124.46" y2="45.72" width="0.1524" layer="91"/> +<label x="116.84" y="45.72" size="1.778" layer="95"/> </segment> </net> -<net name="+3V3" class="0"> +<net name="DRV-LO-U" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="4"/> -<pinref part="+3V319" gate="G$1" pin="+3V3"/> -<wire x1="-27.94" y1="60.96" x2="-26.67" y2="60.96" width="0.1524" layer="91"/> -<pinref part="C29" gate="G$1" pin="2"/> -<wire x1="-26.67" y1="60.96" x2="-2.54" y2="60.96" width="0.1524" layer="91"/> -<wire x1="-2.54" y1="60.96" x2="10.16" y2="60.96" width="0.1524" layer="91"/> -<junction x="-2.54" y="60.96"/> -<pinref part="J5" gate="G$1" pin="6"/> -<wire x1="-27.94" y1="58.42" x2="-26.67" y2="58.42" width="0.1524" layer="91"/> -<wire x1="-26.67" y1="58.42" x2="-26.67" y2="60.96" width="0.1524" layer="91"/> -<junction x="-26.67" y="60.96"/> +<pinref part="R25" gate="G$1" pin="1"/> +<wire x1="246.38" y1="55.88" x2="236.22" y2="55.88" width="0.1524" layer="91"/> +<label x="236.22" y="55.88" size="1.778" layer="95"/> </segment> <segment> -<pinref part="J5" gate="G$1" pin="39"/> -<wire x1="-43.18" y1="15.24" x2="-59.69" y2="15.24" width="0.1524" layer="91"/> -<pinref part="+3V310" gate="G$1" pin="+3V3"/> +<pinref part="U2" gate="G$1" pin="GL_A"/> +<wire x1="114.3" y1="40.64" x2="124.46" y2="40.64" width="0.1524" layer="91"/> +<label x="116.84" y="40.64" size="1.778" layer="95"/> </segment> +</net> +<net name="N$1" class="0"> <segment> -<pinref part="+3V1" gate="G$1" pin="+3V3"/> -<pinref part="U$1" gate="G$1" pin="REF"/> -<wire x1="121.92" y1="10.16" x2="139.7" y2="10.16" width="0.1524" layer="91"/> +<pinref part="R29" gate="G$1" pin="2"/> +<pinref part="Q4" gate="G$1" pin="G"/> +<wire x1="309.88" y1="55.88" x2="314.96" y2="55.88" width="0.1524" layer="91"/> </segment> +</net> +<net name="N$4" class="0"> <segment> -<pinref part="J1" gate="G$1" pin="2"/> -<pinref part="+3V2" gate="G$1" pin="+3V3"/> -<wire x1="-99.06" y1="43.18" x2="-104.14" y2="43.18" width="0.1524" layer="91"/> -<wire x1="-104.14" y1="43.18" x2="-104.14" y2="40.64" width="0.1524" layer="91"/> +<pinref part="R28" gate="G$1" pin="2"/> +<pinref part="Q3" gate="G$1" pin="G"/> +<wire x1="309.88" y1="73.66" x2="314.96" y2="73.66" width="0.1524" layer="91"/> </segment> +</net> +<net name="SL-V" class="0"> <segment> -<pinref part="J2" gate="G$1" pin="2"/> -<pinref part="+3V3" gate="G$1" pin="+3V3"/> -<wire x1="-99.06" y1="17.78" x2="-104.14" y2="17.78" width="0.1524" layer="91"/> -<wire x1="-104.14" y1="17.78" x2="-104.14" y2="15.24" width="0.1524" layer="91"/> +<pinref part="R30" gate="G$1" pin="B"/> +<wire x1="320.04" y1="45.72" x2="320.04" y2="50.8" width="0.1524" layer="91"/> +<wire x1="320.04" y1="50.8" x2="289.56" y2="50.8" width="0.1524" layer="91"/> +<label x="289.56" y="50.8" size="1.778" layer="95"/> +<pinref part="Q4" gate="G$1" pin="S@1"/> +<wire x1="320.04" y1="50.8" x2="320.04" y2="53.34" width="0.1524" layer="91"/> +<junction x="320.04" y="50.8"/> +<wire x1="320.04" y1="50.8" x2="322.58" y2="50.8" width="0.1524" layer="91"/> +<pinref part="Q4" gate="G$1" pin="S"/> +<wire x1="322.58" y1="50.8" x2="322.58" y2="53.34" width="0.1524" layer="91"/> +</segment> +<segment> +<pinref part="U2" gate="G$1" pin="SL_B"/> +<wire x1="114.3" y1="25.4" x2="124.46" y2="25.4" width="0.1524" layer="91"/> +<label x="116.84" y="25.4" size="1.778" layer="95"/> </segment> </net> -<net name="+5V" class="0"> +<net name="SHNT-V-HI" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="2"/> -<pinref part="P+4" gate="1" pin="+5V"/> -<wire x1="-27.94" y1="63.5" x2="-22.86" y2="63.5" width="0.1524" layer="91"/> -<pinref part="C9" gate="G$1" pin="2"/> -<wire x1="-22.86" y1="63.5" x2="-8.89" y2="63.5" width="0.1524" layer="91"/> -<junction x="-22.86" y="63.5"/> +<pinref part="R30" gate="G$1" pin="SB"/> +<wire x1="317.5" y1="45.72" x2="289.56" y2="45.72" width="0.1524" layer="91"/> +<label x="289.56" y="45.72" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R22" gate="G$1" pin="2"/> -<pinref part="P+6" gate="1" pin="+5V"/> -<wire x1="116.84" y1="45.72" x2="101.6" y2="45.72" width="0.1524" layer="91"/> +<pinref part="R18" gate="G$1" pin="1"/> +<wire x1="152.4" y1="10.16" x2="160.02" y2="10.16" width="0.1524" layer="91"/> +<label x="152.4" y="10.16" size="1.778" layer="95"/> </segment> +</net> +<net name="SHNT-V-LO" class="0"> <segment> -<pinref part="L1" gate="G$1" pin="1"/> -<pinref part="C20" gate="G$1" pin="2"/> -<wire x1="187.96" y1="91.44" x2="187.96" y2="93.98" width="0.1524" layer="91"/> -<pinref part="C21" gate="G$1" pin="2"/> -<wire x1="187.96" y1="93.98" x2="187.96" y2="106.68" width="0.1524" layer="91"/> -<junction x="187.96" y="93.98"/> -<pinref part="P+7" gate="1" pin="+5V"/> -<wire x1="187.96" y1="106.68" x2="187.96" y2="120.65" width="0.1524" layer="91"/> -<junction x="187.96" y="106.68"/> +<pinref part="R30" gate="G$1" pin="SA"/> +<wire x1="317.5" y1="33.02" x2="289.56" y2="33.02" width="0.1524" layer="91"/> +<label x="289.56" y="33.02" size="1.778" layer="95"/> </segment> <segment> -<pinref part="P+10" gate="1" pin="+5V"/> -<pinref part="R25" gate="G$1" pin="1"/> -<wire x1="58.42" y1="77.47" x2="58.42" y2="73.66" width="0.1524" layer="91"/> +<pinref part="R19" gate="G$1" pin="1"/> +<wire x1="152.4" y1="2.54" x2="160.02" y2="2.54" width="0.1524" layer="91"/> +<label x="152.4" y="2.54" size="1.778" layer="95"/> +</segment> +</net> +<net name="PHASE-V" class="0"> +<segment> +<pinref part="R31" gate="G$1" pin="2"/> +<wire x1="320.04" y1="15.24" x2="320.04" y2="20.32" width="0.1524" layer="91"/> +<wire x1="320.04" y1="20.32" x2="330.2" y2="20.32" width="0.1524" layer="91"/> +<label x="325.12" y="20.32" size="1.778" layer="95"/> +</segment> +<segment> +<pinref part="Q4" gate="G$1" pin="D"/> +<wire x1="320.04" y1="68.58" x2="320.04" y2="63.5" width="0.1524" layer="91"/> +<wire x1="320.04" y1="68.58" x2="322.58" y2="68.58" width="0.1524" layer="91"/> +<label x="325.12" y="68.58" size="1.778" layer="95"/> +<pinref part="Q3" gate="G$1" pin="S@1"/> +<wire x1="322.58" y1="68.58" x2="325.12" y2="68.58" width="0.1524" layer="91"/> +<wire x1="325.12" y1="68.58" x2="332.74" y2="68.58" width="0.1524" layer="91"/> +<wire x1="320.04" y1="71.12" x2="320.04" y2="68.58" width="0.1524" layer="91"/> +<junction x="320.04" y="68.58"/> +<pinref part="Q3" gate="G$1" pin="S"/> +<wire x1="322.58" y1="71.12" x2="322.58" y2="68.58" width="0.1524" layer="91"/> +<junction x="322.58" y="68.58"/> +<pinref part="Q4" gate="G$1" pin="D@3"/> +<wire x1="322.58" y1="63.5" x2="322.58" y2="68.58" width="0.1524" layer="91"/> +<pinref part="Q4" gate="G$1" pin="D@1"/> +<wire x1="325.12" y1="63.5" x2="325.12" y2="68.58" width="0.1524" layer="91"/> +<junction x="325.12" y="68.58"/> +<pinref part="Q4" gate="G$1" pin="D@2"/> +<wire x1="317.5" y1="63.5" x2="317.5" y2="68.58" width="0.1524" layer="91"/> +<wire x1="317.5" y1="68.58" x2="320.04" y2="68.58" width="0.1524" layer="91"/> +<pinref part="J16" gate="G$1" pin="PWRPAD"/> </segment> <segment> -<pinref part="P+11" gate="1" pin="+5V"/> -<pinref part="R28" gate="G$1" pin="2"/> -<wire x1="74.93" y1="58.42" x2="76.2" y2="58.42" width="0.1524" layer="91"/> -<wire x1="76.2" y1="58.42" x2="81.28" y2="58.42" width="0.1524" layer="91"/> -<wire x1="76.2" y1="58.42" x2="76.2" y2="55.88" width="0.1524" layer="91"/> -<junction x="76.2" y="58.42"/> -<pinref part="R27" gate="G$1" pin="2"/> -<wire x1="76.2" y1="55.88" x2="96.52" y2="55.88" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="SH_B"/> +<label x="116.84" y="30.48" size="1.778" layer="95"/> +<wire x1="134.62" y1="30.48" x2="114.3" y2="30.48" width="0.1524" layer="91"/> +<pinref part="C32" gate="G$1" pin="2"/> +<wire x1="139.7" y1="27.94" x2="134.62" y2="27.94" width="0.1524" layer="91"/> +<wire x1="134.62" y1="27.94" x2="134.62" y2="30.48" width="0.1524" layer="91"/> </segment> +</net> +<net name="DRV-LO-V" class="0"> <segment> -<pinref part="P+14" gate="1" pin="+5V"/> -<pinref part="J1" gate="G$1" pin="4"/> -<wire x1="-109.22" y1="45.72" x2="-99.06" y2="45.72" width="0.1524" layer="91"/> +<pinref part="R29" gate="G$1" pin="1"/> +<wire x1="299.72" y1="55.88" x2="289.56" y2="55.88" width="0.1524" layer="91"/> +<label x="289.56" y="55.88" size="1.778" layer="95"/> </segment> <segment> -<pinref part="J2" gate="G$1" pin="4"/> -<pinref part="P+13" gate="1" pin="+5V"/> -<wire x1="-99.06" y1="20.32" x2="-109.22" y2="20.32" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="GL_B"/> +<wire x1="114.3" y1="27.94" x2="124.46" y2="27.94" width="0.1524" layer="91"/> +<label x="116.84" y="27.94" size="1.778" layer="95"/> </segment> </net> -<net name="MK-PWM1L0" class="0"> +<net name="DRV-HI-V" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="17"/> -<wire x1="-43.18" y1="43.18" x2="-59.69" y2="43.18" width="0.1524" layer="91"/> -<label x="-59.69" y="43.18" size="1.778" layer="95"/> +<pinref part="R28" gate="G$1" pin="1"/> +<wire x1="299.72" y1="73.66" x2="289.56" y2="73.66" width="0.1524" layer="91"/> +<label x="289.56" y="73.66" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="INL_C"/> -<wire x1="139.7" y1="15.24" x2="121.92" y2="15.24" width="0.1524" layer="91"/> -<label x="121.92" y="15.24" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="GH_B"/> +<wire x1="114.3" y1="33.02" x2="124.46" y2="33.02" width="0.1524" layer="91"/> +<label x="116.84" y="33.02" size="1.778" layer="95"/> </segment> </net> -<net name="MK-F1" class="0"> +<net name="N$5" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="37"/> -<wire x1="-43.18" y1="17.78" x2="-59.69" y2="17.78" width="0.1524" layer="91"/> -<label x="-59.69" y="17.78" size="1.778" layer="95"/> +<pinref part="R34" gate="G$1" pin="2"/> +<pinref part="Q6" gate="G$1" pin="G"/> +<wire x1="363.22" y1="55.88" x2="368.3" y2="55.88" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-F2" class="0"> +<net name="N$6" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="38"/> -<wire x1="-27.94" y1="17.78" x2="-17.78" y2="17.78" width="0.1524" layer="91"/> -<label x="-26.67" y="17.78" size="1.778" layer="95"/> +<pinref part="R33" gate="G$1" pin="2"/> +<pinref part="Q5" gate="G$1" pin="G"/> +<wire x1="363.22" y1="73.66" x2="368.3" y2="73.66" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-PWM1H0" class="0"> +<net name="DRV-HI-W" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="18"/> -<wire x1="-27.94" y1="43.18" x2="-17.78" y2="43.18" width="0.1524" layer="91"/> -<label x="-26.67" y="43.18" size="1.778" layer="95"/> +<pinref part="R33" gate="G$1" pin="1"/> +<wire x1="353.06" y1="73.66" x2="342.9" y2="73.66" width="0.1524" layer="91"/> +<label x="342.9" y="73.66" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="INH_C"/> -<wire x1="139.7" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/> -<label x="121.92" y="17.78" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="GH_C"/> +<wire x1="114.3" y1="20.32" x2="124.46" y2="20.32" width="0.1524" layer="91"/> +<label x="116.84" y="20.32" size="1.778" layer="95"/> </segment> </net> -<net name="MK-PWM1L1" class="0"> -<segment> -<pinref part="J5" gate="G$1" pin="19"/> -<wire x1="-43.18" y1="40.64" x2="-59.69" y2="40.64" width="0.1524" layer="91"/> -<label x="-59.69" y="40.64" size="1.778" layer="95"/> -</segment> +<net name="PHASE-W" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="INL_B"/> -<wire x1="139.7" y1="20.32" x2="121.92" y2="20.32" width="0.1524" layer="91"/> -<label x="121.92" y="20.32" size="1.778" layer="95"/> +<pinref part="Q6" gate="G$1" pin="D"/> +<wire x1="373.38" y1="71.12" x2="373.38" y2="68.58" width="0.1524" layer="91"/> +<label x="378.46" y="68.58" size="1.778" layer="95"/> +<wire x1="373.38" y1="68.58" x2="373.38" y2="63.5" width="0.1524" layer="91"/> +<wire x1="373.38" y1="68.58" x2="375.92" y2="68.58" width="0.1524" layer="91"/> +<junction x="373.38" y="68.58"/> +<pinref part="Q6" gate="G$1" pin="D@2"/> +<wire x1="375.92" y1="68.58" x2="378.46" y2="68.58" width="0.1524" layer="91"/> +<wire x1="378.46" y1="68.58" x2="391.16" y2="68.58" width="0.1524" layer="91"/> +<wire x1="370.84" y1="63.5" x2="370.84" y2="68.58" width="0.1524" layer="91"/> +<wire x1="370.84" y1="68.58" x2="373.38" y2="68.58" width="0.1524" layer="91"/> +<pinref part="Q6" gate="G$1" pin="D@3"/> +<wire x1="375.92" y1="63.5" x2="375.92" y2="68.58" width="0.1524" layer="91"/> +<junction x="375.92" y="68.58"/> +<pinref part="Q6" gate="G$1" pin="D@1"/> +<wire x1="378.46" y1="63.5" x2="378.46" y2="68.58" width="0.1524" layer="91"/> +<junction x="378.46" y="68.58"/> +<pinref part="Q5" gate="G$1" pin="S"/> +<wire x1="375.92" y1="71.12" x2="375.92" y2="68.58" width="0.1524" layer="91"/> +<pinref part="Q5" gate="G$1" pin="S@1"/> +<pinref part="J17" gate="G$1" pin="PWRPAD"/> </segment> -</net> -<net name="MK-PWM1H1" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="20"/> -<wire x1="-27.94" y1="40.64" x2="-17.78" y2="40.64" width="0.1524" layer="91"/> -<label x="-26.67" y="40.64" size="1.778" layer="95"/> +<pinref part="R36" gate="G$1" pin="2"/> +<wire x1="373.38" y1="15.24" x2="373.38" y2="20.32" width="0.1524" layer="91"/> +<wire x1="373.38" y1="20.32" x2="383.54" y2="20.32" width="0.1524" layer="91"/> +<label x="378.46" y="20.32" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="INH_B"/> -<wire x1="139.7" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/> -<label x="121.92" y="22.86" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SH_C"/> +<label x="116.84" y="17.78" size="1.778" layer="95"/> +<wire x1="134.62" y1="17.78" x2="114.3" y2="17.78" width="0.1524" layer="91"/> +<pinref part="C33" gate="G$1" pin="2"/> +<wire x1="139.7" y1="15.24" x2="134.62" y2="15.24" width="0.1524" layer="91"/> +<wire x1="134.62" y1="15.24" x2="134.62" y2="17.78" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-PWM1L2" class="0"> +<net name="DRV-LO-W" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="21"/> -<wire x1="-43.18" y1="38.1" x2="-59.69" y2="38.1" width="0.1524" layer="91"/> -<label x="-59.69" y="38.1" size="1.778" layer="95"/> +<pinref part="R34" gate="G$1" pin="1"/> +<wire x1="353.06" y1="55.88" x2="342.9" y2="55.88" width="0.1524" layer="91"/> +<label x="342.9" y="55.88" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="INL_A"/> -<wire x1="139.7" y1="25.4" x2="121.92" y2="25.4" width="0.1524" layer="91"/> -<label x="121.92" y="25.4" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="GL_C"/> +<wire x1="114.3" y1="15.24" x2="124.46" y2="15.24" width="0.1524" layer="91"/> +<label x="116.84" y="15.24" size="1.778" layer="95"/> </segment> </net> -<net name="MK-PWM1H2" class="0"> +<net name="SL-W" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="22"/> -<wire x1="-17.78" y1="38.1" x2="-27.94" y2="38.1" width="0.1524" layer="91"/> -<label x="-26.67" y="38.1" size="1.778" layer="95"/> +<pinref part="R35" gate="G$1" pin="B"/> +<wire x1="373.38" y1="45.72" x2="373.38" y2="50.8" width="0.1524" layer="91"/> +<wire x1="373.38" y1="50.8" x2="342.9" y2="50.8" width="0.1524" layer="91"/> +<label x="342.9" y="50.8" size="1.778" layer="95"/> +<pinref part="Q6" gate="G$1" pin="S@1"/> +<wire x1="373.38" y1="50.8" x2="373.38" y2="53.34" width="0.1524" layer="91"/> +<junction x="373.38" y="50.8"/> +<wire x1="373.38" y1="50.8" x2="375.92" y2="50.8" width="0.1524" layer="91"/> +<pinref part="Q6" gate="G$1" pin="S"/> +<wire x1="375.92" y1="50.8" x2="375.92" y2="53.34" width="0.1524" layer="91"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="INH_A"/> -<wire x1="139.7" y1="27.94" x2="121.92" y2="27.94" width="0.1524" layer="91"/> -<label x="121.92" y="27.94" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SL_C"/> +<wire x1="114.3" y1="12.7" x2="124.46" y2="12.7" width="0.1524" layer="91"/> +<label x="116.84" y="12.7" size="1.778" layer="95"/> </segment> </net> -<net name="MK-PWM1L3" class="0"> +<net name="SHNT-W-HI" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="23"/> -<wire x1="-43.18" y1="35.56" x2="-59.69" y2="35.56" width="0.1524" layer="91"/> -<label x="-59.69" y="35.56" size="1.778" layer="95"/> +<pinref part="R35" gate="G$1" pin="SB"/> +<wire x1="370.84" y1="45.72" x2="342.9" y2="45.72" width="0.1524" layer="91"/> +<label x="342.9" y="45.72" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="EN_GATE"/> -<wire x1="139.7" y1="30.48" x2="121.92" y2="30.48" width="0.1524" layer="91"/> -<label x="121.92" y="30.48" size="1.778" layer="95"/> +<pinref part="R20" gate="G$1" pin="1"/> +<wire x1="152.4" y1="-5.08" x2="160.02" y2="-5.08" width="0.1524" layer="91"/> +<label x="152.4" y="-5.08" size="1.778" layer="95"/> </segment> </net> -<net name="MK-PWM1H3" class="0"> +<net name="SHNT-W-LO" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="24"/> -<wire x1="-27.94" y1="35.56" x2="-17.78" y2="35.56" width="0.1524" layer="91"/> -<label x="-26.67" y="35.56" size="1.778" layer="95"/> +<pinref part="R35" gate="G$1" pin="SA"/> +<wire x1="370.84" y1="33.02" x2="342.9" y2="33.02" width="0.1524" layer="91"/> +<label x="342.9" y="33.02" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="DC_CAL"/> -<wire x1="139.7" y1="40.64" x2="121.92" y2="40.64" width="0.1524" layer="91"/> -<label x="121.92" y="40.64" size="1.778" layer="95"/> +<pinref part="R21" gate="G$1" pin="1"/> +<wire x1="152.4" y1="-12.7" x2="160.02" y2="-12.7" width="0.1524" layer="91"/> +<label x="152.4" y="-12.7" size="1.778" layer="95"/> </segment> </net> -<net name="MK-USART-RTS" class="0"> -<segment> -<pinref part="J5" gate="G$1" pin="31"/> -<wire x1="-43.18" y1="25.4" x2="-59.69" y2="25.4" width="0.1524" layer="91"/> -<label x="-59.69" y="25.4" size="1.778" layer="95"/> -</segment> +<net name="N$7" class="0"> <segment> -<pinref part="J2" gate="G$1" pin="3"/> -<wire x1="-83.82" y1="20.32" x2="-76.2" y2="20.32" width="0.1524" layer="91"/> -<label x="-83.82" y="20.32" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="BST_C"/> +<pinref part="C33" gate="G$1" pin="1"/> +<wire x1="114.3" y1="22.86" x2="139.7" y2="22.86" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-USART-CTS" class="0"> -<segment> -<pinref part="J5" gate="G$1" pin="32"/> -<wire x1="-27.94" y1="25.4" x2="-17.78" y2="25.4" width="0.1524" layer="91"/> -<label x="-26.67" y="25.4" size="1.778" layer="95"/> -</segment> +<net name="N$8" class="0"> <segment> -<pinref part="J2" gate="G$1" pin="5"/> -<wire x1="-83.82" y1="22.86" x2="-76.2" y2="22.86" width="0.1524" layer="91"/> -<label x="-83.82" y="22.86" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="BST_B"/> +<pinref part="C32" gate="G$1" pin="1"/> +<wire x1="114.3" y1="35.56" x2="139.7" y2="35.56" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-USART-TX" class="0"> -<segment> -<pinref part="J5" gate="G$1" pin="36"/> -<wire x1="-27.94" y1="20.32" x2="-17.78" y2="20.32" width="0.1524" layer="91"/> -<label x="-26.67" y="20.32" size="1.778" layer="95"/> -</segment> +<net name="N$9" class="0"> <segment> -<pinref part="J2" gate="G$1" pin="8"/> -<wire x1="-99.06" y1="25.4" x2="-116.84" y2="25.4" width="0.1524" layer="91"/> -<label x="-116.84" y="25.4" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="BST_A"/> +<pinref part="C31" gate="G$1" pin="1"/> +<wire x1="114.3" y1="48.26" x2="139.7" y2="48.26" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-USART-RX" class="0"> +<net name="N$13" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="35"/> -<wire x1="-43.18" y1="20.32" x2="-59.69" y2="20.32" width="0.1524" layer="91"/> -<label x="-59.69" y="20.32" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SN1"/> +<pinref part="C28" gate="G$1" pin="1"/> +<wire x1="114.3" y1="10.16" x2="132.08" y2="10.16" width="0.1524" layer="91"/> +<pinref part="R18" gate="G$1" pin="2"/> +<wire x1="132.08" y1="10.16" x2="142.24" y2="10.16" width="0.1524" layer="91"/> +<junction x="132.08" y="10.16"/> </segment> +</net> +<net name="N$14" class="0"> <segment> -<pinref part="J2" gate="G$1" pin="7"/> -<wire x1="-83.82" y1="25.4" x2="-76.2" y2="25.4" width="0.1524" layer="91"/> -<label x="-83.82" y="25.4" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SP1"/> +<wire x1="114.3" y1="7.62" x2="127" y2="7.62" width="0.1524" layer="91"/> +<wire x1="127" y1="7.62" x2="127" y2="2.54" width="0.1524" layer="91"/> +<pinref part="C28" gate="G$1" pin="2"/> +<wire x1="127" y1="2.54" x2="132.08" y2="2.54" width="0.1524" layer="91"/> +<pinref part="R19" gate="G$1" pin="2"/> +<wire x1="132.08" y1="2.54" x2="142.24" y2="2.54" width="0.1524" layer="91"/> +<junction x="132.08" y="2.54"/> </segment> </net> -<net name="MK-SPI-MISO" class="0"> +<net name="N$15" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="11"/> -<wire x1="-43.18" y1="50.8" x2="-59.69" y2="50.8" width="0.1524" layer="91"/> -<label x="-59.69" y="50.8" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SN2"/> +<wire x1="114.3" y1="5.08" x2="124.46" y2="5.08" width="0.1524" layer="91"/> +<wire x1="124.46" y1="5.08" x2="124.46" y2="-5.08" width="0.1524" layer="91"/> +<pinref part="C29" gate="G$1" pin="1"/> +<wire x1="124.46" y1="-5.08" x2="132.08" y2="-5.08" width="0.1524" layer="91"/> +<pinref part="R20" gate="G$1" pin="2"/> +<wire x1="132.08" y1="-5.08" x2="142.24" y2="-5.08" width="0.1524" layer="91"/> +<junction x="132.08" y="-5.08"/> </segment> +</net> +<net name="N$16" class="0"> <segment> -<pinref part="J1" gate="G$1" pin="5"/> -<wire x1="-83.82" y1="48.26" x2="-76.2" y2="48.26" width="0.1524" layer="91"/> -<label x="-83.82" y="48.26" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SP2"/> +<wire x1="114.3" y1="2.54" x2="121.92" y2="2.54" width="0.1524" layer="91"/> +<wire x1="121.92" y1="2.54" x2="121.92" y2="-12.7" width="0.1524" layer="91"/> +<pinref part="C29" gate="G$1" pin="2"/> +<wire x1="121.92" y1="-12.7" x2="132.08" y2="-12.7" width="0.1524" layer="91"/> +<pinref part="R21" gate="G$1" pin="2"/> +<wire x1="132.08" y1="-12.7" x2="142.24" y2="-12.7" width="0.1524" layer="91"/> +<junction x="132.08" y="-12.7"/> </segment> </net> -<net name="MK-SPI-MOSI" class="0"> +<net name="CP1" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="12"/> -<wire x1="-27.94" y1="50.8" x2="-17.78" y2="50.8" width="0.1524" layer="91"/> -<label x="-26.67" y="50.8" size="1.778" layer="95"/> +<pinref part="C19" gate="G$1" pin="1"/> +<pinref part="U2" gate="G$1" pin="CP1"/> +<wire x1="58.42" y1="35.56" x2="78.74" y2="35.56" width="0.1524" layer="91"/> </segment> +</net> +<net name="CP2" class="0"> <segment> -<pinref part="J1" gate="G$1" pin="6"/> -<wire x1="-99.06" y1="48.26" x2="-116.84" y2="48.26" width="0.1524" layer="91"/> -<label x="-116.84" y="48.26" size="1.778" layer="95"/> +<pinref part="C19" gate="G$1" pin="2"/> +<wire x1="50.8" y1="35.56" x2="48.26" y2="35.56" width="0.1524" layer="91"/> +<wire x1="48.26" y1="35.56" x2="48.26" y2="33.02" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="CP2"/> +<wire x1="48.26" y1="33.02" x2="78.74" y2="33.02" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-SPI-SPCK" class="0"> +<net name="N$18" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="10"/> -<wire x1="-27.94" y1="53.34" x2="-17.78" y2="53.34" width="0.1524" layer="91"/> -<label x="-26.67" y="53.34" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="GVDD"/> +<pinref part="C16" gate="G$1" pin="2"/> +<wire x1="78.74" y1="38.1" x2="45.72" y2="38.1" width="0.1524" layer="91"/> +<pinref part="C13" gate="G$1" pin="2"/> +<wire x1="45.72" y1="38.1" x2="35.56" y2="38.1" width="0.1524" layer="91"/> +<junction x="45.72" y="38.1"/> </segment> +</net> +<net name="N$20" class="0"> <segment> -<pinref part="J1" gate="G$1" pin="3"/> -<wire x1="-83.82" y1="45.72" x2="-76.2" y2="45.72" width="0.1524" layer="91"/> -<label x="-83.82" y="45.72" size="1.778" layer="95"/> +<pinref part="C17" gate="G$1" pin="2"/> +<pinref part="C14" gate="G$1" pin="2"/> +<wire x1="48.26" y1="12.7" x2="38.1" y2="12.7" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="DVDD"/> +<wire x1="78.74" y1="12.7" x2="48.26" y2="12.7" width="0.1524" layer="91"/> +<junction x="48.26" y="12.7"/> +<pinref part="U2" gate="G$1" pin="OC_ADJ"/> +<wire x1="78.74" y1="43.18" x2="20.32" y2="43.18" width="0.1524" layer="91"/> +<wire x1="20.32" y1="43.18" x2="20.32" y2="12.7" width="0.1524" layer="91"/> +<wire x1="20.32" y1="12.7" x2="38.1" y2="12.7" width="0.1524" layer="91"/> +<junction x="38.1" y="12.7"/> </segment> </net> -<net name="MK-SPI-CS3" class="0"> +<net name="N$11" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="14"/> -<wire x1="-27.94" y1="48.26" x2="-17.78" y2="48.26" width="0.1524" layer="91"/> -<label x="-26.67" y="48.26" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="AVDD"/> +<pinref part="C20" gate="G$1" pin="2"/> +<wire x1="78.74" y1="2.54" x2="71.12" y2="2.54" width="0.1524" layer="91"/> </segment> +</net> +<net name="N$21" class="0"> <segment> -<pinref part="J1" gate="G$1" pin="8"/> -<wire x1="-99.06" y1="50.8" x2="-116.84" y2="50.8" width="0.1524" layer="91"/> -<label x="-116.84" y="50.8" size="1.778" layer="95"/> +<pinref part="R11" gate="G$1" pin="1"/> +<pinref part="U2" gate="G$1" pin="DTC"/> +<wire x1="58.42" y1="53.34" x2="78.74" y2="53.34" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-SPI-CS2" class="0"> +<net name="N$23" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="13"/> -<wire x1="-43.18" y1="48.26" x2="-59.69" y2="48.26" width="0.1524" layer="91"/> -<label x="-59.69" y="48.26" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="BST_BK"/> +<wire x1="114.3" y1="58.42" x2="129.54" y2="58.42" width="0.1524" layer="91"/> +<wire x1="129.54" y1="58.42" x2="129.54" y2="60.96" width="0.1524" layer="91"/> +<pinref part="C35" gate="G$1" pin="1"/> +<wire x1="129.54" y1="60.96" x2="152.4" y2="60.96" width="0.1524" layer="91"/> </segment> +</net> +<net name="N$24" class="0"> <segment> -<pinref part="J1" gate="G$1" pin="7"/> -<wire x1="-83.82" y1="50.8" x2="-76.2" y2="50.8" width="0.1524" layer="91"/> -<label x="-83.82" y="50.8" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="BIAS"/> +<pinref part="R17" gate="G$1" pin="2"/> +<wire x1="114.3" y1="50.8" x2="142.24" y2="50.8" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-USART-SCK" class="0"> +<net name="M-PWM" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="34"/> -<wire x1="-27.94" y1="22.86" x2="-17.78" y2="22.86" width="0.1524" layer="91"/> -<label x="-26.67" y="22.86" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="M_PWM"/> +<wire x1="78.74" y1="50.8" x2="60.96" y2="50.8" width="0.1524" layer="91"/> +<label x="60.96" y="50.8" size="1.778" layer="95"/> </segment> <segment> -<pinref part="J2" gate="G$1" pin="6"/> -<wire x1="-99.06" y1="22.86" x2="-116.84" y2="22.86" width="0.1524" layer="91"/> -<label x="-116.84" y="22.86" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA20/SER5-2/SER3-2/TC7-0"/> +<wire x1="-35.56" y1="63.5" x2="-20.32" y2="63.5" width="0.1524" layer="91"/> +<label x="-33.02" y="63.5" size="1.778" layer="95"/> </segment> </net> -<net name="MK-F5" class="0"> +<net name="N$27" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="29"/> -<wire x1="-43.18" y1="27.94" x2="-59.69" y2="27.94" width="0.1524" layer="91"/> -<label x="-59.69" y="27.94" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="PH2"/> +<wire x1="114.3" y1="55.88" x2="119.38" y2="55.88" width="0.1524" layer="91"/> +<wire x1="119.38" y1="55.88" x2="119.38" y2="53.34" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="PH1"/> +<wire x1="114.3" y1="53.34" x2="119.38" y2="53.34" width="0.1524" layer="91"/> +<pinref part="C35" gate="G$1" pin="2"/> +<wire x1="160.02" y1="60.96" x2="170.18" y2="60.96" width="0.1524" layer="91"/> +<wire x1="119.38" y1="55.88" x2="170.18" y2="55.88" width="0.1524" layer="91"/> +<wire x1="170.18" y1="55.88" x2="170.18" y2="60.96" width="0.1524" layer="91"/> +<junction x="119.38" y="55.88"/> +<pinref part="D4" gate="G$1" pin="A"/> +<wire x1="167.64" y1="50.8" x2="170.18" y2="55.88" width="0.1524" layer="91"/> +<junction x="170.18" y="55.88"/> +<pinref part="L2" gate="G$1" pin="1"/> +<wire x1="172.72" y1="55.88" x2="170.18" y2="55.88" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-AFE0-6" class="0"> -<segment> -<pinref part="J5" gate="G$1" pin="25"/> -<wire x1="-43.18" y1="33.02" x2="-59.69" y2="33.02" width="0.1524" layer="91"/> -<label x="-59.69" y="33.02" size="1.778" layer="95"/> -</segment> +<net name="N$30" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SO1"/> -<wire x1="139.7" y1="7.62" x2="124.46" y2="7.62" width="0.1524" layer="91"/> -<label x="124.46" y="7.62" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="RT_CLK"/> +<wire x1="78.74" y1="68.58" x2="66.04" y2="68.58" width="0.1524" layer="91"/> +<pinref part="R12" gate="G$1" pin="2"/> +<wire x1="66.04" y1="68.58" x2="66.04" y2="73.66" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-AFE0-7" class="0"> -<segment> -<pinref part="J5" gate="G$1" pin="26"/> -<wire x1="-27.94" y1="33.02" x2="-17.78" y2="33.02" width="0.1524" layer="91"/> -<label x="-26.67" y="33.02" size="1.778" layer="95"/> -</segment> +<net name="N$31" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SO2"/> -<wire x1="139.7" y1="5.08" x2="124.46" y2="5.08" width="0.1524" layer="91"/> -<label x="124.46" y="5.08" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="COMP"/> +<pinref part="C18" gate="G$1" pin="2"/> +<wire x1="78.74" y1="66.04" x2="53.34" y2="66.04" width="0.1524" layer="91"/> +<wire x1="53.34" y1="66.04" x2="53.34" y2="81.28" width="0.1524" layer="91"/> +<pinref part="C15" gate="G$1" pin="2"/> +<wire x1="53.34" y1="66.04" x2="45.72" y2="66.04" width="0.1524" layer="91"/> +<wire x1="45.72" y1="66.04" x2="45.72" y2="68.58" width="0.1524" layer="91"/> +<junction x="53.34" y="66.04"/> </segment> </net> -<net name="MK-AFE0-8" class="0"> +<net name="N$32" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="27"/> -<wire x1="-43.18" y1="30.48" x2="-59.69" y2="30.48" width="0.1524" layer="91"/> -<label x="-59.69" y="30.48" size="1.778" layer="95"/> +<pinref part="C15" gate="G$1" pin="1"/> +<pinref part="R9" gate="G$1" pin="2"/> +<wire x1="45.72" y1="76.2" x2="45.72" y2="78.74" width="0.1524" layer="91"/> </segment> +</net> +<net name="N$33" class="0"> <segment> +<pinref part="U2" gate="G$1" pin="VSENSE"/> +<wire x1="78.74" y1="63.5" x2="-2.54" y2="63.5" width="0.1524" layer="91"/> <pinref part="R4" gate="G$1" pin="2"/> -<pinref part="R7" gate="G$1" pin="1"/> -<wire x1="266.7" y1="0" x2="266.7" y2="2.54" width="0.1524" layer="91"/> -<wire x1="266.7" y1="2.54" x2="266.7" y2="5.08" width="0.1524" layer="91"/> -<wire x1="266.7" y1="2.54" x2="236.22" y2="2.54" width="0.1524" layer="91"/> -<junction x="266.7" y="2.54"/> -<label x="236.22" y="2.54" size="1.778" layer="95"/> +<pinref part="R5" gate="G$1" pin="1"/> +<junction x="-2.54" y="63.5"/> </segment> </net> -<net name="MK-AFE0-9" class="0"> +<net name="OCTW" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="28"/> -<wire x1="-27.94" y1="30.48" x2="-17.78" y2="30.48" width="0.1524" layer="91"/> -<label x="-26.67" y="30.48" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="NOCTW"/> +<wire x1="60.96" y1="58.42" x2="78.74" y2="58.42" width="0.1524" layer="91"/> +<label x="60.96" y="58.42" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R8" gate="G$1" pin="2"/> -<pinref part="R9" gate="G$1" pin="1"/> -<wire x1="320.04" y1="0" x2="320.04" y2="2.54" width="0.1524" layer="91"/> -<wire x1="320.04" y1="2.54" x2="320.04" y2="5.08" width="0.1524" layer="91"/> -<wire x1="320.04" y1="2.54" x2="289.56" y2="2.54" width="0.1524" layer="91"/> -<junction x="320.04" y="2.54"/> -<label x="289.56" y="2.54" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA22/SER3-0/SER5-1/TC4-0"/> +<wire x1="-35.56" y1="58.42" x2="-20.32" y2="58.42" width="0.1524" layer="91"/> +<label x="-33.02" y="58.42" size="1.778" layer="95"/> </segment> </net> -<net name="MK-AFE0-1" class="0"> +<net name="RESET" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="16"/> -<wire x1="-27.94" y1="45.72" x2="-17.78" y2="45.72" width="0.1524" layer="91"/> -<label x="-26.67" y="45.72" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="RESETN"/> +<wire x1="-134.62" y1="58.42" x2="-114.3" y2="58.42" width="0.1524" layer="91"/> +<label x="-132.08" y="58.42" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R13" gate="G$1" pin="2"/> -<pinref part="R14" gate="G$1" pin="1"/> -<wire x1="373.38" y1="0" x2="373.38" y2="2.54" width="0.1524" layer="91"/> -<wire x1="373.38" y1="2.54" x2="373.38" y2="5.08" width="0.1524" layer="91"/> -<wire x1="373.38" y1="2.54" x2="342.9" y2="2.54" width="0.1524" layer="91"/> -<junction x="373.38" y="2.54"/> -<label x="342.9" y="2.54" size="1.778" layer="95"/> +<pinref part="J1" gate="G$1" pin="RESET"/> +<wire x1="-86.36" y1="-38.1" x2="-99.06" y2="-38.1" width="0.1524" layer="91"/> +<label x="-99.06" y="-38.1" size="1.778" layer="95"/> </segment> -</net> -<net name="MK-SPI-CS1" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="15"/> -<wire x1="-43.18" y1="45.72" x2="-59.69" y2="45.72" width="0.1524" layer="91"/> -<label x="-59.69" y="45.72" size="1.778" layer="95"/> +<wire x1="-99.06" y1="-63.5" x2="-88.9" y2="-63.5" width="0.1524" layer="91"/> +<pinref part="S1" gate="2" pin="P1"/> +<wire x1="-86.36" y1="-66.04" x2="-88.9" y2="-66.04" width="0.1524" layer="91"/> +<wire x1="-88.9" y1="-66.04" x2="-88.9" y2="-63.5" width="0.1524" layer="91"/> +<wire x1="-88.9" y1="-66.04" x2="-88.9" y2="-71.12" width="0.1524" layer="91"/> +<junction x="-88.9" y="-66.04"/> +<pinref part="C9" gate="G$1" pin="2"/> +<wire x1="-88.9" y1="-71.12" x2="-71.12" y2="-71.12" width="0.1524" layer="91"/> +<label x="-99.06" y="-63.5" size="1.778" layer="95"/> </segment> </net> -<net name="MK-F0" class="0"> +<net name="SWCLK" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="33"/> -<wire x1="-43.18" y1="22.86" x2="-59.69" y2="22.86" width="0.1524" layer="91"/> -<label x="-59.69" y="22.86" size="1.778" layer="95"/> +<pinref part="J1" gate="G$1" pin="SWCLK"/> +<wire x1="-86.36" y1="-45.72" x2="-109.22" y2="-45.72" width="0.1524" layer="91"/> +<label x="-99.06" y="-45.72" size="1.778" layer="95"/> +<pinref part="R1" gate="G$1" pin="2"/> </segment> -</net> -<net name="MK-F3" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="40"/> -<wire x1="-27.94" y1="15.24" x2="-17.78" y2="15.24" width="0.1524" layer="91"/> -<label x="-26.67" y="15.24" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA30/SER7-2/SER1-2/TC6-0/SWCLK"/> +<wire x1="-35.56" y1="45.72" x2="-20.32" y2="45.72" width="0.1524" layer="91"/> +<label x="-33.02" y="45.72" size="1.778" layer="95"/> </segment> </net> -<net name="MK-F4" class="0"> +<net name="SWDIO" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="30"/> -<wire x1="-27.94" y1="27.94" x2="-17.78" y2="27.94" width="0.1524" layer="91"/> -<label x="-26.67" y="27.94" size="1.778" layer="95"/> +<pinref part="J1" gate="G$1" pin="SWDIO"/> +<wire x1="-86.36" y1="-48.26" x2="-99.06" y2="-48.26" width="0.1524" layer="91"/> +<label x="-99.06" y="-48.26" size="1.778" layer="95"/> </segment> -</net> -<net name="MK-UTX3" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="8"/> -<wire x1="-27.94" y1="55.88" x2="-17.78" y2="55.88" width="0.1524" layer="91"/> -<label x="-26.67" y="55.88" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PB30/SER7-0/SER5-1/TC0-0/SWDIO"/> +<wire x1="-35.56" y1="-15.24" x2="-20.32" y2="-15.24" width="0.1524" layer="91"/> +<label x="-33.02" y="-15.24" size="1.778" layer="95"/> </segment> </net> -<net name="MK-URX3-TWCK2" class="0"> +<net name="N$10" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="7"/> -<wire x1="-43.18" y1="55.88" x2="-59.69" y2="55.88" width="0.1524" layer="91"/> -<label x="-63.5" y="55.88" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="SS_TR"/> +<pinref part="C27" gate="G$1" pin="1"/> +<wire x1="114.3" y1="68.58" x2="121.92" y2="68.58" width="0.1524" layer="91"/> +<wire x1="121.92" y1="68.58" x2="121.92" y2="71.12" width="0.1524" layer="91"/> </segment> </net> -<net name="MK-TWD2" class="0"> +<net name="N$19" class="0"> <segment> -<pinref part="J5" gate="G$1" pin="9"/> -<wire x1="-43.18" y1="53.34" x2="-59.69" y2="53.34" width="0.1524" layer="91"/> -<label x="-59.69" y="53.34" size="1.778" layer="95"/> +<pinref part="IC1" gate="G$1" pin="OUT"/> +<pinref part="S2" gate="G$1" pin="2"/> +<wire x1="-71.12" y1="-86.36" x2="-60.96" y2="-86.36" width="0.1524" layer="91"/> +<pinref part="C10" gate="G$1" pin="2"/> +<wire x1="-60.96" y1="-86.36" x2="-50.8" y2="-86.36" width="0.1524" layer="91"/> +<junction x="-60.96" y="-86.36"/> +<pinref part="C11" gate="G$1" pin="2"/> +<wire x1="-50.8" y1="-86.36" x2="-45.72" y2="-86.36" width="0.1524" layer="91"/> +<junction x="-50.8" y="-86.36"/> </segment> </net> -<net name="PHASE-U" class="0"> -<segment> -<label x="271.78" y="68.58" size="1.778" layer="95"/> -<wire x1="266.7" y1="68.58" x2="269.24" y2="68.58" width="0.1524" layer="91"/> -<pinref part="Q2" gate="G$1" pin="D"/> -<wire x1="269.24" y1="68.58" x2="271.78" y2="68.58" width="0.1524" layer="91"/> -<wire x1="266.7" y1="63.5" x2="266.7" y2="68.58" width="0.1524" layer="91"/> -<pinref part="Q1" gate="G$1" pin="S@1"/> -<wire x1="266.7" y1="68.58" x2="266.7" y2="71.12" width="0.1524" layer="91"/> -<junction x="266.7" y="68.58"/> -<pinref part="Q1" gate="G$1" pin="S"/> -<wire x1="269.24" y1="71.12" x2="269.24" y2="68.58" width="0.1524" layer="91"/> -<junction x="269.24" y="68.58"/> -<pinref part="Q2" gate="G$1" pin="D@3"/> -<wire x1="269.24" y1="63.5" x2="269.24" y2="68.58" width="0.1524" layer="91"/> -<pinref part="Q2" gate="G$1" pin="D@1"/> -<wire x1="271.78" y1="63.5" x2="271.78" y2="68.58" width="0.1524" layer="91"/> -<junction x="271.78" y="68.58"/> -<pinref part="Q2" gate="G$1" pin="D@2"/> -<wire x1="264.16" y1="63.5" x2="264.16" y2="68.58" width="0.1524" layer="91"/> -<wire x1="264.16" y1="68.58" x2="266.7" y2="68.58" width="0.1524" layer="91"/> -<pinref part="J3" gate="G$1" pin="PWRPAD"/> -<wire x1="281.94" y1="68.58" x2="271.78" y2="68.58" width="0.1524" layer="91"/> -</segment> -<segment> -<pinref part="R7" gate="G$1" pin="2"/> -<wire x1="266.7" y1="15.24" x2="266.7" y2="20.32" width="0.1524" layer="91"/> -<wire x1="266.7" y1="20.32" x2="276.86" y2="20.32" width="0.1524" layer="91"/> -<label x="271.78" y="20.32" size="1.778" layer="95"/> -</segment> +<net name="N$22" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SH_A"/> -<label x="177.8" y="43.18" size="1.778" layer="95"/> -<wire x1="195.58" y1="43.18" x2="175.26" y2="43.18" width="0.1524" layer="91"/> -<pinref part="C1" gate="G$1" pin="2"/> -<wire x1="200.66" y1="40.64" x2="195.58" y2="40.64" width="0.1524" layer="91"/> -<wire x1="195.58" y1="40.64" x2="195.58" y2="43.18" width="0.1524" layer="91"/> +<pinref part="X1" gate="G$1" pin="VBUS"/> +<pinref part="IC1" gate="G$1" pin="IN"/> +<wire x1="-104.14" y1="-86.36" x2="-88.9" y2="-86.36" width="0.1524" layer="91"/> +<pinref part="C8" gate="G$1" pin="2"/> +<wire x1="-88.9" y1="-86.36" x2="-86.36" y2="-86.36" width="0.1524" layer="91"/> +<junction x="-88.9" y="-86.36"/> </segment> </net> -<net name="VCC" class="0"> +<net name="NP1TX" class="0"> <segment> -<pinref part="P+3" gate="VCC" pin="VCC"/> -<pinref part="Q3" gate="G$1" pin="D"/> -<wire x1="320.04" y1="88.9" x2="320.04" y2="83.82" width="0.1524" layer="91"/> -<pinref part="Q3" gate="G$1" pin="D@3"/> -<wire x1="320.04" y1="83.82" x2="320.04" y2="81.28" width="0.1524" layer="91"/> -<wire x1="322.58" y1="81.28" x2="322.58" y2="83.82" width="0.1524" layer="91"/> -<wire x1="322.58" y1="83.82" x2="320.04" y2="83.82" width="0.1524" layer="91"/> -<junction x="320.04" y="83.82"/> -<pinref part="Q3" gate="G$1" pin="D@1"/> -<wire x1="325.12" y1="81.28" x2="325.12" y2="83.82" width="0.1524" layer="91"/> -<wire x1="325.12" y1="83.82" x2="322.58" y2="83.82" width="0.1524" layer="91"/> -<junction x="322.58" y="83.82"/> -<pinref part="Q3" gate="G$1" pin="D@2"/> -<wire x1="317.5" y1="81.28" x2="317.5" y2="83.82" width="0.1524" layer="91"/> -<wire x1="317.5" y1="83.82" x2="320.04" y2="83.82" width="0.1524" layer="91"/> -<pinref part="C17" gate=">NAME" pin="1"/> -<junction x="325.12" y="83.82"/> +<pinref part="J4" gate="A" pin="4"/> +<wire x1="91.44" y1="185.42" x2="78.74" y2="185.42" width="0.1524" layer="91"/> +<label x="78.74" y="185.42" size="1.778" layer="95"/> </segment> <segment> -<pinref part="P+5" gate="VCC" pin="VCC"/> -<pinref part="Q5" gate="G$1" pin="D"/> -<wire x1="373.38" y1="88.9" x2="373.38" y2="83.82" width="0.1524" layer="91"/> -<pinref part="Q5" gate="G$1" pin="D@3"/> -<wire x1="373.38" y1="83.82" x2="373.38" y2="81.28" width="0.1524" layer="91"/> -<wire x1="375.92" y1="81.28" x2="375.92" y2="83.82" width="0.1524" layer="91"/> -<wire x1="375.92" y1="83.82" x2="373.38" y2="83.82" width="0.1524" layer="91"/> -<junction x="373.38" y="83.82"/> -<pinref part="Q5" gate="G$1" pin="D@2"/> -<wire x1="370.84" y1="81.28" x2="370.84" y2="83.82" width="0.1524" layer="91"/> -<wire x1="370.84" y1="83.82" x2="373.38" y2="83.82" width="0.1524" layer="91"/> -<pinref part="Q5" gate="G$1" pin="D@1"/> -<wire x1="378.46" y1="81.28" x2="378.46" y2="83.82" width="0.1524" layer="91"/> -<wire x1="378.46" y1="83.82" x2="375.92" y2="83.82" width="0.1524" layer="91"/> -<junction x="375.92" y="83.82"/> -<pinref part="C18" gate=">NAME" pin="1"/> -<junction x="378.46" y="83.82"/> +<pinref part="U1" gate="G$1" pin="PA00/SER1-0/TC2-0"/> +<wire x1="-35.56" y1="114.3" x2="-20.32" y2="114.3" width="0.1524" layer="91"/> +<label x="-33.02" y="114.3" size="1.778" layer="95"/> </segment> +</net> +<net name="NP1RX" class="0"> <segment> -<pinref part="Q1" gate="G$1" pin="D@2"/> -<wire x1="264.16" y1="81.28" x2="264.16" y2="83.82" width="0.1524" layer="91"/> -<wire x1="264.16" y1="83.82" x2="266.7" y2="83.82" width="0.1524" layer="91"/> -<pinref part="P+2" gate="VCC" pin="VCC"/> -<wire x1="266.7" y1="83.82" x2="266.7" y2="88.9" width="0.1524" layer="91"/> -<pinref part="Q1" gate="G$1" pin="D"/> -<wire x1="266.7" y1="81.28" x2="266.7" y2="83.82" width="0.1524" layer="91"/> -<junction x="266.7" y="83.82"/> -<pinref part="Q1" gate="G$1" pin="D@3"/> -<wire x1="269.24" y1="81.28" x2="269.24" y2="83.82" width="0.1524" layer="91"/> -<wire x1="269.24" y1="83.82" x2="266.7" y2="83.82" width="0.1524" layer="91"/> -<pinref part="Q1" gate="G$1" pin="D@1"/> -<wire x1="271.78" y1="81.28" x2="271.78" y2="83.82" width="0.1524" layer="91"/> -<wire x1="271.78" y1="83.82" x2="269.24" y2="83.82" width="0.1524" layer="91"/> -<junction x="269.24" y="83.82"/> -<pinref part="C12" gate=">NAME" pin="1"/> -<junction x="271.78" y="83.82"/> +<pinref part="J4" gate="A" pin="3"/> +<wire x1="91.44" y1="187.96" x2="78.74" y2="187.96" width="0.1524" layer="91"/> +<label x="78.74" y="187.96" size="1.778" layer="95"/> </segment> <segment> -<pinref part="C7" gate=">NAME" pin="1"/> -<pinref part="C6" gate="G$1" pin="1"/> -<wire x1="177.8" y1="-27.94" x2="177.8" y2="-20.32" width="0.1524" layer="91"/> -<junction x="177.8" y="-27.94"/> -<wire x1="177.8" y1="-20.32" x2="177.8" y2="-10.16" width="0.1524" layer="91"/> -<wire x1="177.8" y1="-10.16" x2="177.8" y2="0" width="0.1524" layer="91"/> -<junction x="177.8" y="-10.16"/> -<pinref part="U$1" gate="G$1" pin="PVDD1"/> -<wire x1="177.8" y1="0" x2="175.26" y2="0" width="0.1524" layer="91"/> -<pinref part="P+8" gate="VCC" pin="VCC"/> -<wire x1="177.8" y1="-27.94" x2="177.8" y2="-40.64" width="0.1524" layer="91"/> -<pinref part="C8" gate="G$1" pin="1"/> -<junction x="177.8" y="-20.32"/> +<pinref part="U1" gate="G$1" pin="PA01/SER1-1/TC2-1"/> +<wire x1="-35.56" y1="111.76" x2="-20.32" y2="111.76" width="0.1524" layer="91"/> +<label x="-33.02" y="111.76" size="1.778" layer="95"/> </segment> -<segment> -<pinref part="P+9" gate="VCC" pin="VCC"/> -<wire x1="172.72" y1="104.14" x2="172.72" y2="96.52" width="0.1524" layer="91"/> -<pinref part="C22" gate=">NAME" pin="2"/> -<wire x1="172.72" y1="96.52" x2="172.72" y2="88.9" width="0.1524" layer="91"/> -<wire x1="172.72" y1="88.9" x2="172.72" y2="81.28" width="0.1524" layer="91"/> -<wire x1="172.72" y1="81.28" x2="172.72" y2="76.2" width="0.1524" layer="91"/> -<junction x="172.72" y="81.28"/> -<wire x1="172.72" y1="76.2" x2="185.42" y2="76.2" width="0.1524" layer="91"/> -<wire x1="185.42" y1="76.2" x2="185.42" y2="63.5" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="PVDD2-1"/> -<wire x1="185.42" y1="63.5" x2="185.42" y2="60.96" width="0.1524" layer="91"/> -<wire x1="185.42" y1="60.96" x2="175.26" y2="60.96" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="PVDD2-2"/> -<wire x1="175.26" y1="63.5" x2="185.42" y2="63.5" width="0.1524" layer="91"/> -<junction x="185.42" y="63.5"/> -<pinref part="C23" gate="G$1" pin="1"/> -<junction x="172.72" y="88.9"/> -<pinref part="C25" gate="G$1" pin="1"/> -<junction x="172.72" y="96.52"/> +</net> +<net name="NP2RX" class="0"> +<segment> +<pinref part="J5" gate="A" pin="3"/> +<wire x1="91.44" y1="157.48" x2="78.74" y2="157.48" width="0.1524" layer="91"/> +<label x="78.74" y="157.48" size="1.778" layer="95"/> </segment> <segment> -<pinref part="J7" gate="G$1" pin="PWRPAD"/> -<pinref part="BFC1" gate="G$1" pin="1"/> -<wire x1="-38.1" y1="119.38" x2="-35.56" y2="119.38" width="0.1524" layer="91"/> -<junction x="-25.4" y="119.38"/> -<wire x1="-35.56" y1="119.38" x2="-25.4" y2="119.38" width="0.1524" layer="91"/> -<wire x1="-25.4" y1="119.38" x2="-15.24" y2="119.38" width="0.1524" layer="91"/> -<pinref part="P+12" gate="VCC" pin="VCC"/> -<pinref part="BFC2" gate="G$1" pin="1"/> -<wire x1="-15.24" y1="119.38" x2="-5.08" y2="119.38" width="0.1524" layer="91"/> -<junction x="-15.24" y="119.38"/> -<pinref part="J9" gate="G$1" pin="PWRPAD"/> -<junction x="-35.56" y="119.38"/> +<pinref part="U1" gate="G$1" pin="PB03/ADC0/SER5-1/TC6"/> +<wire x1="-35.56" y1="27.94" x2="-20.32" y2="27.94" width="0.1524" layer="91"/> +<label x="-33.02" y="27.94" size="1.778" layer="95"/> </segment> </net> -<net name="N$2" class="0"> +<net name="NP2TX" class="0"> <segment> -<pinref part="R3" gate="G$1" pin="2"/> -<pinref part="Q2" gate="G$1" pin="G"/> -<wire x1="256.54" y1="55.88" x2="261.62" y2="55.88" width="0.1524" layer="91"/> +<pinref part="J5" gate="A" pin="4"/> +<wire x1="91.44" y1="154.94" x2="78.74" y2="154.94" width="0.1524" layer="91"/> +<label x="78.74" y="154.94" size="1.778" layer="95"/> </segment> -</net> -<net name="N$3" class="0"> <segment> -<pinref part="R2" gate="G$1" pin="2"/> -<pinref part="Q1" gate="G$1" pin="G"/> -<wire x1="256.54" y1="73.66" x2="261.62" y2="73.66" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PB02/ADC0-14/SER5-0/TC6-0"/> +<wire x1="-35.56" y1="30.48" x2="-20.32" y2="30.48" width="0.1524" layer="91"/> +<label x="-33.02" y="30.48" size="1.778" layer="95"/> </segment> </net> -<net name="DRV-HI-U" class="0"> +<net name="SPI_MOSI" class="0"> <segment> -<pinref part="R2" gate="G$1" pin="1"/> -<wire x1="246.38" y1="73.66" x2="236.22" y2="73.66" width="0.1524" layer="91"/> -<label x="236.22" y="73.66" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA07/ADC0-7/SER0-3/TC1-1"/> +<wire x1="-35.56" y1="96.52" x2="-20.32" y2="96.52" width="0.1524" layer="91"/> +<label x="-33.02" y="96.52" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="GH_A"/> -<wire x1="175.26" y1="45.72" x2="185.42" y2="45.72" width="0.1524" layer="91"/> -<label x="177.8" y="45.72" size="1.778" layer="95"/> +<pinref part="J6" gate="A" pin="6"/> +<wire x1="91.44" y1="104.14" x2="78.74" y2="104.14" width="0.1524" layer="91"/> +<label x="78.74" y="104.14" size="1.778" layer="95"/> </segment> </net> -<net name="DRV-LO-U" class="0"> +<net name="SPI_MISO" class="0"> <segment> -<pinref part="R3" gate="G$1" pin="1"/> -<wire x1="246.38" y1="55.88" x2="236.22" y2="55.88" width="0.1524" layer="91"/> -<label x="236.22" y="55.88" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA04/ANAREF-VREFB/ADC0-4/SER0-0/TC0-0"/> +<wire x1="-35.56" y1="104.14" x2="-20.32" y2="104.14" width="0.1524" layer="91"/> +<label x="-33.02" y="104.14" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="GL_A"/> -<wire x1="175.26" y1="40.64" x2="185.42" y2="40.64" width="0.1524" layer="91"/> -<label x="177.8" y="40.64" size="1.778" layer="95"/> +<pinref part="J6" gate="A" pin="3"/> +<wire x1="91.44" y1="111.76" x2="78.74" y2="111.76" width="0.1524" layer="91"/> +<label x="78.74" y="111.76" size="1.778" layer="95"/> </segment> </net> -<net name="N$1" class="0"> +<net name="VDDCORE" class="0"> <segment> -<pinref part="R6" gate="G$1" pin="2"/> -<pinref part="Q4" gate="G$1" pin="G"/> -<wire x1="309.88" y1="55.88" x2="314.96" y2="55.88" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="VDDCORE"/> +<pinref part="C7" gate="G$1" pin="1"/> +<wire x1="-114.3" y1="96.52" x2="-127" y2="96.52" width="0.1524" layer="91"/> +<pinref part="C5" gate="G$1" pin="2"/> +<wire x1="-127" y1="96.52" x2="-137.16" y2="96.52" width="0.1524" layer="91"/> +<junction x="-127" y="96.52"/> </segment> </net> -<net name="N$4" class="0"> +<net name="N$34" class="0"> <segment> -<pinref part="R5" gate="G$1" pin="2"/> -<pinref part="Q3" gate="G$1" pin="G"/> -<wire x1="309.88" y1="73.66" x2="314.96" y2="73.66" width="0.1524" layer="91"/> +<pinref part="L1" gate="G$1" pin="1"/> +<pinref part="C12" gate="G$1" pin="1"/> +<wire x1="0" y1="106.68" x2="-5.08" y2="106.68" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA03/ANAREF-VREFA/ADC0-1"/> +<wire x1="-5.08" y1="106.68" x2="-35.56" y2="106.68" width="0.1524" layer="91"/> +<junction x="-5.08" y="106.68"/> </segment> </net> -<net name="SL-V" class="0"> +<net name="SPI_SCK" class="0"> <segment> -<pinref part="R1" gate="G$1" pin="B"/> -<wire x1="320.04" y1="45.72" x2="320.04" y2="50.8" width="0.1524" layer="91"/> -<wire x1="320.04" y1="50.8" x2="289.56" y2="50.8" width="0.1524" layer="91"/> -<label x="289.56" y="50.8" size="1.778" layer="95"/> -<pinref part="Q4" gate="G$1" pin="S@1"/> -<wire x1="320.04" y1="50.8" x2="320.04" y2="53.34" width="0.1524" layer="91"/> -<junction x="320.04" y="50.8"/> -<wire x1="320.04" y1="50.8" x2="322.58" y2="50.8" width="0.1524" layer="91"/> -<pinref part="Q4" gate="G$1" pin="S"/> -<wire x1="322.58" y1="50.8" x2="322.58" y2="53.34" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA05/ADC0-5/DAC-1/SER0-1/TC0-1"/> +<wire x1="-35.56" y1="101.6" x2="-20.32" y2="101.6" width="0.1524" layer="91"/> +<label x="-33.02" y="101.6" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="SL_B"/> -<wire x1="175.26" y1="25.4" x2="185.42" y2="25.4" width="0.1524" layer="91"/> -<label x="177.8" y="25.4" size="1.778" layer="95"/> +<pinref part="J6" gate="A" pin="4"/> +<wire x1="91.44" y1="109.22" x2="78.74" y2="109.22" width="0.1524" layer="91"/> +<label x="78.74" y="109.22" size="1.778" layer="95"/> </segment> </net> -<net name="SHNT-V-HI" class="0"> +<net name="SPI_CSN" class="0"> <segment> -<pinref part="R1" gate="G$1" pin="SB"/> -<wire x1="317.5" y1="45.72" x2="289.56" y2="45.72" width="0.1524" layer="91"/> -<label x="289.56" y="45.72" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA06/ANAREF-VREFC/ADC0-6/SER0-2/TC1-0"/> +<wire x1="-35.56" y1="99.06" x2="-20.32" y2="99.06" width="0.1524" layer="91"/> +<label x="-33.02" y="99.06" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R15" gate="G$1" pin="1"/> -<wire x1="213.36" y1="10.16" x2="220.98" y2="10.16" width="0.1524" layer="91"/> -<label x="213.36" y="10.16" size="1.778" layer="95"/> +<pinref part="J6" gate="A" pin="5"/> +<wire x1="91.44" y1="106.68" x2="78.74" y2="106.68" width="0.1524" layer="91"/> +<label x="78.74" y="106.68" size="1.778" layer="95"/> </segment> </net> -<net name="SHNT-V-LO" class="0"> +<net name="N$29" class="0"> <segment> -<pinref part="R1" gate="G$1" pin="SA"/> -<wire x1="317.5" y1="33.02" x2="289.56" y2="33.02" width="0.1524" layer="91"/> -<label x="289.56" y="33.02" size="1.778" layer="95"/> +<pinref part="S1" gate="2" pin="S1"/> +<wire x1="-76.2" y1="-66.04" x2="-73.66" y2="-66.04" width="0.1524" layer="91"/> +<wire x1="-73.66" y1="-66.04" x2="-73.66" y2="-63.5" width="0.1524" layer="91"/> +<pinref part="C9" gate="G$1" pin="1"/> +<wire x1="-73.66" y1="-63.5" x2="-71.12" y2="-63.5" width="0.1524" layer="91"/> +<pinref part="R2" gate="G$1" pin="1"/> +<wire x1="-71.12" y1="-63.5" x2="-63.5" y2="-63.5" width="0.1524" layer="91"/> +<junction x="-71.12" y="-63.5"/> +</segment> +</net> +<net name="PWMLO2" class="0"> +<segment> +<pinref part="U1" gate="G$1" pin="PA09/ADC0-9/ADC1-3/SER0-1/SER2-0/TC0-1/TCC0-1"/> +<wire x1="-35.56" y1="91.44" x2="-20.32" y2="91.44" width="0.1524" layer="91"/> +<label x="-33.02" y="91.44" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R16" gate="G$1" pin="1"/> -<wire x1="213.36" y1="2.54" x2="220.98" y2="2.54" width="0.1524" layer="91"/> -<label x="213.36" y="2.54" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="INL_B"/> +<wire x1="78.74" y1="20.32" x2="60.96" y2="20.32" width="0.1524" layer="91"/> +<label x="60.96" y="20.32" size="1.778" layer="95"/> +</segment> +<segment> +<wire x1="53.34" y1="-109.22" x2="40.64" y2="-109.22" width="0.1524" layer="91"/> +<label x="40.64" y="-109.22" size="1.778" layer="95"/> +<pinref part="J2" gate="G$1" pin="6"/> </segment> </net> -<net name="PHASE-V" class="0"> +<net name="PWMLO3" class="0"> <segment> -<pinref part="R9" gate="G$1" pin="2"/> -<wire x1="320.04" y1="15.24" x2="320.04" y2="20.32" width="0.1524" layer="91"/> -<wire x1="320.04" y1="20.32" x2="330.2" y2="20.32" width="0.1524" layer="91"/> -<label x="325.12" y="20.32" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="INL_C"/> +<wire x1="78.74" y1="15.24" x2="60.96" y2="15.24" width="0.1524" layer="91"/> +<label x="60.96" y="15.24" size="1.778" layer="95"/> </segment> <segment> -<pinref part="Q4" gate="G$1" pin="D"/> -<wire x1="320.04" y1="68.58" x2="320.04" y2="63.5" width="0.1524" layer="91"/> -<wire x1="320.04" y1="68.58" x2="322.58" y2="68.58" width="0.1524" layer="91"/> -<label x="325.12" y="68.58" size="1.778" layer="95"/> -<pinref part="Q3" gate="G$1" pin="S@1"/> -<wire x1="322.58" y1="68.58" x2="325.12" y2="68.58" width="0.1524" layer="91"/> -<wire x1="325.12" y1="68.58" x2="332.74" y2="68.58" width="0.1524" layer="91"/> -<wire x1="320.04" y1="71.12" x2="320.04" y2="68.58" width="0.1524" layer="91"/> -<junction x="320.04" y="68.58"/> -<pinref part="Q3" gate="G$1" pin="S"/> -<wire x1="322.58" y1="71.12" x2="322.58" y2="68.58" width="0.1524" layer="91"/> -<junction x="322.58" y="68.58"/> -<pinref part="Q4" gate="G$1" pin="D@3"/> -<wire x1="322.58" y1="63.5" x2="322.58" y2="68.58" width="0.1524" layer="91"/> -<pinref part="Q4" gate="G$1" pin="D@1"/> -<wire x1="325.12" y1="63.5" x2="325.12" y2="68.58" width="0.1524" layer="91"/> -<junction x="325.12" y="68.58"/> -<pinref part="Q4" gate="G$1" pin="D@2"/> -<wire x1="317.5" y1="63.5" x2="317.5" y2="68.58" width="0.1524" layer="91"/> -<wire x1="317.5" y1="68.58" x2="320.04" y2="68.58" width="0.1524" layer="91"/> -<pinref part="J4" gate="G$1" pin="PWRPAD"/> +<wire x1="53.34" y1="-114.3" x2="40.64" y2="-114.3" width="0.1524" layer="91"/> +<label x="40.64" y="-114.3" size="1.778" layer="95"/> +<pinref part="J2" gate="G$1" pin="8"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="SH_B"/> -<label x="177.8" y="30.48" size="1.778" layer="95"/> -<wire x1="195.58" y1="30.48" x2="175.26" y2="30.48" width="0.1524" layer="91"/> -<pinref part="C2" gate="G$1" pin="2"/> -<wire x1="200.66" y1="27.94" x2="195.58" y2="27.94" width="0.1524" layer="91"/> -<wire x1="195.58" y1="27.94" x2="195.58" y2="30.48" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA08/ADC0-8/ADC1-2/SER0-0/SER2-1/TC0-0/TCC0-0"/> +<wire x1="-35.56" y1="93.98" x2="-20.32" y2="93.98" width="0.1524" layer="91"/> +<label x="-33.02" y="93.98" size="1.778" layer="95"/> </segment> </net> -<net name="DRV-LO-V" class="0"> +<net name="PWMLO1" class="0"> <segment> -<pinref part="R6" gate="G$1" pin="1"/> -<wire x1="299.72" y1="55.88" x2="289.56" y2="55.88" width="0.1524" layer="91"/> -<label x="289.56" y="55.88" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="INL_A"/> +<wire x1="78.74" y1="25.4" x2="60.96" y2="25.4" width="0.1524" layer="91"/> +<label x="60.96" y="25.4" size="1.778" layer="95"/> +</segment> +<segment> +<wire x1="53.34" y1="-104.14" x2="40.64" y2="-104.14" width="0.1524" layer="91"/> +<label x="40.64" y="-104.14" size="1.778" layer="95"/> +<pinref part="J2" gate="G$1" pin="4"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="GL_B"/> -<wire x1="175.26" y1="27.94" x2="185.42" y2="27.94" width="0.1524" layer="91"/> -<label x="177.8" y="27.94" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA10/ADC0-10/SER0-2/SER2-2/TC1-0/TCC0-2"/> +<wire x1="-35.56" y1="88.9" x2="-20.32" y2="88.9" width="0.1524" layer="91"/> +<label x="-33.02" y="88.9" size="1.778" layer="95"/> </segment> </net> -<net name="DRV-HI-V" class="0"> +<net name="PWMHI3" class="0"> <segment> -<pinref part="R5" gate="G$1" pin="1"/> -<wire x1="299.72" y1="73.66" x2="289.56" y2="73.66" width="0.1524" layer="91"/> -<label x="289.56" y="73.66" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="INH_C"/> +<wire x1="78.74" y1="17.78" x2="60.96" y2="17.78" width="0.1524" layer="91"/> +<label x="60.96" y="17.78" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="GH_B"/> -<wire x1="175.26" y1="33.02" x2="185.42" y2="33.02" width="0.1524" layer="91"/> -<label x="177.8" y="33.02" size="1.778" layer="95"/> +<wire x1="53.34" y1="-111.76" x2="40.64" y2="-111.76" width="0.1524" layer="91"/> +<label x="40.64" y="-111.76" size="1.778" layer="95"/> +<pinref part="J2" gate="G$1" pin="7"/> </segment> -</net> -<net name="N$5" class="0"> <segment> -<pinref part="R12" gate="G$1" pin="2"/> -<pinref part="Q6" gate="G$1" pin="G"/> -<wire x1="363.22" y1="55.88" x2="368.3" y2="55.88" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PB10/SER4-2/TC5-0/TCC0-4"/> +<wire x1="-35.56" y1="10.16" x2="-20.32" y2="10.16" width="0.1524" layer="91"/> +<label x="-33.02" y="10.16" size="1.778" layer="95"/> </segment> </net> -<net name="N$6" class="0"> +<net name="PWMHI1" class="0"> <segment> -<pinref part="R11" gate="G$1" pin="2"/> -<pinref part="Q5" gate="G$1" pin="G"/> -<wire x1="363.22" y1="73.66" x2="368.3" y2="73.66" width="0.1524" layer="91"/> +<pinref part="U2" gate="G$1" pin="INH_A"/> +<wire x1="78.74" y1="27.94" x2="60.96" y2="27.94" width="0.1524" layer="91"/> +<label x="60.96" y="27.94" size="1.778" layer="95"/> </segment> -</net> -<net name="DRV-HI-W" class="0"> <segment> -<pinref part="R11" gate="G$1" pin="1"/> -<wire x1="353.06" y1="73.66" x2="342.9" y2="73.66" width="0.1524" layer="91"/> -<label x="342.9" y="73.66" size="1.778" layer="95"/> +<wire x1="53.34" y1="-101.6" x2="40.64" y2="-101.6" width="0.1524" layer="91"/> +<label x="40.64" y="-101.6" size="1.778" layer="95"/> +<pinref part="J2" gate="G$1" pin="3"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="GH_C"/> -<wire x1="175.26" y1="20.32" x2="185.42" y2="20.32" width="0.1524" layer="91"/> -<label x="177.8" y="20.32" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PA12/SER2-0/SER4-1/TC2-0/TCC0-6"/> +<wire x1="-35.56" y1="83.82" x2="-20.32" y2="83.82" width="0.1524" layer="91"/> +<label x="-33.02" y="83.82" size="1.778" layer="95"/> </segment> </net> -<net name="PHASE-W" class="0"> +<net name="PWMHI2" class="0"> <segment> -<pinref part="Q6" gate="G$1" pin="D"/> -<wire x1="373.38" y1="71.12" x2="373.38" y2="68.58" width="0.1524" layer="91"/> -<label x="378.46" y="68.58" size="1.778" layer="95"/> -<wire x1="373.38" y1="68.58" x2="373.38" y2="63.5" width="0.1524" layer="91"/> -<wire x1="373.38" y1="68.58" x2="375.92" y2="68.58" width="0.1524" layer="91"/> -<junction x="373.38" y="68.58"/> -<pinref part="Q6" gate="G$1" pin="D@2"/> -<wire x1="375.92" y1="68.58" x2="378.46" y2="68.58" width="0.1524" layer="91"/> -<wire x1="378.46" y1="68.58" x2="391.16" y2="68.58" width="0.1524" layer="91"/> -<wire x1="370.84" y1="63.5" x2="370.84" y2="68.58" width="0.1524" layer="91"/> -<wire x1="370.84" y1="68.58" x2="373.38" y2="68.58" width="0.1524" layer="91"/> -<pinref part="Q6" gate="G$1" pin="D@3"/> -<wire x1="375.92" y1="63.5" x2="375.92" y2="68.58" width="0.1524" layer="91"/> -<junction x="375.92" y="68.58"/> -<pinref part="Q6" gate="G$1" pin="D@1"/> -<wire x1="378.46" y1="63.5" x2="378.46" y2="68.58" width="0.1524" layer="91"/> -<junction x="378.46" y="68.58"/> -<pinref part="Q5" gate="G$1" pin="S"/> -<wire x1="375.92" y1="71.12" x2="375.92" y2="68.58" width="0.1524" layer="91"/> -<pinref part="Q5" gate="G$1" pin="S@1"/> -<pinref part="J6" gate="G$1" pin="PWRPAD"/> +<pinref part="U1" gate="G$1" pin="PB11/SER4-3/TC5-1/TCC0-5"/> +<wire x1="-35.56" y1="7.62" x2="-20.32" y2="7.62" width="0.1524" layer="91"/> +<label x="-33.02" y="7.62" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R14" gate="G$1" pin="2"/> -<wire x1="373.38" y1="15.24" x2="373.38" y2="20.32" width="0.1524" layer="91"/> -<wire x1="373.38" y1="20.32" x2="383.54" y2="20.32" width="0.1524" layer="91"/> -<label x="378.46" y="20.32" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="INH_B"/> +<wire x1="78.74" y1="22.86" x2="60.96" y2="22.86" width="0.1524" layer="91"/> +<label x="60.96" y="22.86" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="SH_C"/> -<label x="177.8" y="17.78" size="1.778" layer="95"/> -<wire x1="195.58" y1="17.78" x2="175.26" y2="17.78" width="0.1524" layer="91"/> -<pinref part="C3" gate="G$1" pin="2"/> -<wire x1="200.66" y1="15.24" x2="195.58" y2="15.24" width="0.1524" layer="91"/> -<wire x1="195.58" y1="15.24" x2="195.58" y2="17.78" width="0.1524" layer="91"/> +<wire x1="53.34" y1="-106.68" x2="40.64" y2="-106.68" width="0.1524" layer="91"/> +<label x="40.64" y="-106.68" size="1.778" layer="95"/> +<pinref part="J2" gate="G$1" pin="5"/> </segment> </net> -<net name="DRV-LO-W" class="0"> +<net name="EN-GATE" class="0"> <segment> -<pinref part="R12" gate="G$1" pin="1"/> -<wire x1="353.06" y1="55.88" x2="342.9" y2="55.88" width="0.1524" layer="91"/> -<label x="342.9" y="55.88" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="EN_GATE"/> +<wire x1="78.74" y1="30.48" x2="60.96" y2="30.48" width="0.1524" layer="91"/> +<label x="60.96" y="30.48" size="1.778" layer="95"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="GL_C"/> -<wire x1="175.26" y1="15.24" x2="185.42" y2="15.24" width="0.1524" layer="91"/> -<label x="177.8" y="15.24" size="1.778" layer="95"/> +<pinref part="S3" gate="G$1" pin="2"/> +<wire x1="-5.08" y1="132.08" x2="5.08" y2="132.08" width="0.1524" layer="91"/> +<label x="-2.54" y="132.08" size="1.778" layer="95"/> </segment> </net> -<net name="SL-W" class="0"> +<net name="V-W" class="0"> <segment> -<pinref part="R10" gate="G$1" pin="B"/> -<wire x1="373.38" y1="45.72" x2="373.38" y2="50.8" width="0.1524" layer="91"/> -<wire x1="373.38" y1="50.8" x2="342.9" y2="50.8" width="0.1524" layer="91"/> -<label x="342.9" y="50.8" size="1.778" layer="95"/> -<pinref part="Q6" gate="G$1" pin="S@1"/> -<wire x1="373.38" y1="50.8" x2="373.38" y2="53.34" width="0.1524" layer="91"/> -<junction x="373.38" y="50.8"/> -<wire x1="373.38" y1="50.8" x2="375.92" y2="50.8" width="0.1524" layer="91"/> -<pinref part="Q6" gate="G$1" pin="S"/> -<wire x1="375.92" y1="50.8" x2="375.92" y2="53.34" width="0.1524" layer="91"/> +<pinref part="R37" gate="G$1" pin="2"/> +<pinref part="R36" gate="G$1" pin="1"/> +<wire x1="373.38" y1="0" x2="373.38" y2="2.54" width="0.1524" layer="91"/> +<wire x1="373.38" y1="2.54" x2="373.38" y2="5.08" width="0.1524" layer="91"/> +<wire x1="373.38" y1="2.54" x2="342.9" y2="2.54" width="0.1524" layer="91"/> +<junction x="373.38" y="2.54"/> +<label x="342.9" y="2.54" size="1.778" layer="95"/> +<wire x1="373.38" y1="2.54" x2="381" y2="2.54" width="0.1524" layer="91"/> +<pinref part="C43" gate="G$1" pin="1"/> +<wire x1="381" y1="2.54" x2="381" y2="-2.54" width="0.1524" layer="91"/> </segment> <segment> -<pinref part="U$1" gate="G$1" pin="SL_C"/> -<wire x1="175.26" y1="12.7" x2="185.42" y2="12.7" width="0.1524" layer="91"/> -<label x="177.8" y="12.7" size="1.778" layer="95"/> +<pinref part="J3" gate="G$1" pin="7"/> +<wire x1="53.34" y1="-139.7" x2="40.64" y2="-139.7" width="0.1524" layer="91"/> +<label x="40.64" y="-139.7" size="1.778" layer="95"/> </segment> -</net> -<net name="SHNT-W-HI" class="0"> <segment> -<pinref part="R10" gate="G$1" pin="SB"/> -<wire x1="370.84" y1="45.72" x2="342.9" y2="45.72" width="0.1524" layer="91"/> -<label x="342.9" y="45.72" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PB05/ADC1-7"/> +<wire x1="-35.56" y1="22.86" x2="-20.32" y2="22.86" width="0.1524" layer="91"/> +<label x="-33.02" y="22.86" size="1.778" layer="95"/> </segment> +</net> +<net name="N$25" class="0"> <segment> -<pinref part="R17" gate="G$1" pin="1"/> -<wire x1="213.36" y1="-5.08" x2="220.98" y2="-5.08" width="0.1524" layer="91"/> -<label x="213.36" y="-5.08" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="M_OC"/> +<pinref part="R10" gate="G$1" pin="1"/> +<wire x1="78.74" y1="48.26" x2="50.8" y2="48.26" width="0.1524" layer="91"/> </segment> </net> -<net name="SHNT-W-LO" class="0"> +<net name="M-GAIN" class="0"> <segment> -<pinref part="R10" gate="G$1" pin="SA"/> -<wire x1="370.84" y1="33.02" x2="342.9" y2="33.02" width="0.1524" layer="91"/> -<label x="342.9" y="33.02" size="1.778" layer="95"/> +<pinref part="U2" gate="G$1" pin="GAIN"/> +<wire x1="78.74" y1="45.72" x2="60.96" y2="45.72" width="0.1524" layer="91"/> +<label x="60.96" y="45.72" size="1.778" layer="95"/> </segment> <segment> -<pinref part="R18" gate="G$1" pin="1"/> -<wire x1="213.36" y1="-12.7" x2="220.98" y2="-12.7" width="0.1524" layer="91"/> -<label x="213.36" y="-12.7" size="1.778" layer="95"/> +<pinref part="U1" gate="G$1" pin="PB17/SER5-1/TC6-1"/> +<wire x1="-35.56" y1="-7.62" x2="-20.32" y2="-7.62" width="0.1524" layer="91"/> +<label x="-33.02" y="-7.62" size="1.778" layer="95"/> </segment> </net> -<net name="N$7" class="0"> +<net name="EN-GATE-MC" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="BST_C"/> -<pinref part="C3" gate="G$1" pin="1"/> -<wire x1="175.26" y1="22.86" x2="200.66" y2="22.86" width="0.1524" layer="91"/> +<pinref part="S3" gate="G$1" pin="1"/> +<wire x1="-15.24" y1="129.54" x2="-30.48" y2="129.54" width="0.1524" layer="91"/> +<label x="-30.48" y="129.54" size="1.778" layer="95"/> </segment> -</net> -<net name="N$8" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="BST_B"/> -<pinref part="C2" gate="G$1" pin="1"/> -<wire x1="175.26" y1="35.56" x2="200.66" y2="35.56" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA19/SER1-3/SER3-3/TC3-1"/> +<wire x1="-35.56" y1="66.04" x2="-20.32" y2="66.04" width="0.1524" layer="91"/> +<label x="-33.02" y="66.04" size="1.778" layer="95"/> </segment> </net> -<net name="N$9" class="0"> +<net name="N$26" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="BST_A"/> -<pinref part="C1" gate="G$1" pin="1"/> -<wire x1="175.26" y1="48.26" x2="200.66" y2="48.26" width="0.1524" layer="91"/> +<pinref part="S3" gate="G$1" pin="3"/> +<wire x1="-15.24" y1="134.62" x2="-33.02" y2="134.62" width="0.1524" layer="91"/> +<pinref part="R3" gate="G$1" pin="1"/> </segment> </net> -<net name="N$13" class="0"> +<net name="FAULT" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SN1"/> -<pinref part="C4" gate="G$1" pin="1"/> -<wire x1="175.26" y1="10.16" x2="193.04" y2="10.16" width="0.1524" layer="91"/> -<pinref part="R15" gate="G$1" pin="2"/> -<wire x1="193.04" y1="10.16" x2="203.2" y2="10.16" width="0.1524" layer="91"/> -<junction x="193.04" y="10.16"/> +<pinref part="J2" gate="G$1" pin="2"/> +<wire x1="53.34" y1="-99.06" x2="40.64" y2="-99.06" width="0.1524" layer="91"/> +<label x="40.64" y="-99.06" size="1.778" layer="95"/> </segment> -</net> -<net name="N$14" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SP1"/> -<wire x1="175.26" y1="7.62" x2="187.96" y2="7.62" width="0.1524" layer="91"/> -<wire x1="187.96" y1="7.62" x2="187.96" y2="2.54" width="0.1524" layer="91"/> -<pinref part="C4" gate="G$1" pin="2"/> -<wire x1="187.96" y1="2.54" x2="193.04" y2="2.54" width="0.1524" layer="91"/> -<pinref part="R16" gate="G$1" pin="2"/> -<wire x1="193.04" y1="2.54" x2="203.2" y2="2.54" width="0.1524" layer="91"/> -<junction x="193.04" y="2.54"/> +<pinref part="U2" gate="G$1" pin="NFAULT"/> +<wire x1="60.96" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/> +<label x="60.96" y="55.88" size="1.778" layer="95"/> </segment> -</net> -<net name="N$15" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SN2"/> -<wire x1="175.26" y1="5.08" x2="185.42" y2="5.08" width="0.1524" layer="91"/> -<wire x1="185.42" y1="5.08" x2="185.42" y2="-5.08" width="0.1524" layer="91"/> -<pinref part="C5" gate="G$1" pin="1"/> -<wire x1="185.42" y1="-5.08" x2="193.04" y2="-5.08" width="0.1524" layer="91"/> -<pinref part="R17" gate="G$1" pin="2"/> -<wire x1="193.04" y1="-5.08" x2="203.2" y2="-5.08" width="0.1524" layer="91"/> -<junction x="193.04" y="-5.08"/> +<pinref part="R7" gate="G$1" pin="1"/> +<wire x1="7.62" y1="154.94" x2="33.02" y2="154.94" width="0.1524" layer="91"/> +<label x="25.4" y="154.94" size="1.778" layer="95"/> </segment> -</net> -<net name="N$16" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="SP2"/> -<wire x1="175.26" y1="2.54" x2="182.88" y2="2.54" width="0.1524" layer="91"/> -<wire x1="182.88" y1="2.54" x2="182.88" y2="-12.7" width="0.1524" layer="91"/> -<pinref part="C5" gate="G$1" pin="2"/> -<wire x1="182.88" y1="-12.7" x2="193.04" y2="-12.7" width="0.1524" layer="91"/> -<pinref part="R18" gate="G$1" pin="2"/> -<wire x1="193.04" y1="-12.7" x2="203.2" y2="-12.7" width="0.1524" layer="91"/> -<junction x="193.04" y="-12.7"/> +<pinref part="U1" gate="G$1" pin="PA21/SER5-3/SER3-3/TC7-1"/> +<wire x1="-35.56" y1="60.96" x2="-20.32" y2="60.96" width="0.1524" layer="91"/> +<label x="-33.02" y="60.96" size="1.778" layer="95"/> </segment> </net> -<net name="N$12" class="0"> +<net name="N$35" class="0"> <segment> -<pinref part="C11" gate="G$1" pin="1"/> -<pinref part="U$1" gate="G$1" pin="CP1"/> -<wire x1="121.92" y1="35.56" x2="139.7" y2="35.56" width="0.1524" layer="91"/> +<pinref part="D1" gate="G$1" pin="CGREEN"/> +<wire x1="-7.62" y1="165.1" x2="-2.54" y2="165.1" width="0.1524" layer="91"/> +<pinref part="R6" gate="G$1" pin="2"/> </segment> </net> -<net name="N$17" class="0"> +<net name="N$36" class="0"> <segment> -<pinref part="C11" gate="G$1" pin="2"/> -<wire x1="114.3" y1="35.56" x2="111.76" y2="35.56" width="0.1524" layer="91"/> -<wire x1="111.76" y1="35.56" x2="111.76" y2="33.02" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="CP2"/> -<wire x1="111.76" y1="33.02" x2="139.7" y2="33.02" width="0.1524" layer="91"/> +<pinref part="D1" gate="G$1" pin="CBLUE"/> +<wire x1="-7.62" y1="160.02" x2="7.62" y2="160.02" width="0.1524" layer="91"/> +<pinref part="R8" gate="G$1" pin="2"/> </segment> </net> -<net name="N$18" class="0"> +<net name="N$39" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="GVDD"/> -<pinref part="C13" gate="G$1" pin="2"/> -<wire x1="139.7" y1="38.1" x2="106.68" y2="38.1" width="0.1524" layer="91"/> -<pinref part="C14" gate="G$1" pin="2"/> -<wire x1="106.68" y1="38.1" x2="96.52" y2="38.1" width="0.1524" layer="91"/> -<junction x="106.68" y="38.1"/> +<pinref part="D1" gate="G$1" pin="CRED"/> +<wire x1="-7.62" y1="154.94" x2="-2.54" y2="154.94" width="0.1524" layer="91"/> +<pinref part="R7" gate="G$1" pin="2"/> </segment> </net> -<net name="N$20" class="0"> +<net name="STLB" class="0"> <segment> -<pinref part="C15" gate="G$1" pin="2"/> -<pinref part="C16" gate="G$1" pin="2"/> -<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="DVDD"/> -<wire x1="139.7" y1="12.7" x2="109.22" y2="12.7" width="0.1524" layer="91"/> -<junction x="109.22" y="12.7"/> -<pinref part="U$1" gate="G$1" pin="OC_ADJ"/> -<wire x1="139.7" y1="43.18" x2="81.28" y2="43.18" width="0.1524" layer="91"/> -<wire x1="81.28" y1="43.18" x2="81.28" y2="12.7" width="0.1524" layer="91"/> -<wire x1="81.28" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/> -<junction x="99.06" y="12.7"/> +<pinref part="R8" gate="G$1" pin="1"/> +<wire x1="17.78" y1="160.02" x2="33.02" y2="160.02" width="0.1524" layer="91"/> +<label x="25.4" y="160.02" size="1.778" layer="95"/> </segment> -</net> -<net name="N$11" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="AVDD"/> -<pinref part="C10" gate="G$1" pin="2"/> -<wire x1="139.7" y1="2.54" x2="132.08" y2="2.54" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA23/SER3-1/SER5-0/TC4-1"/> +<wire x1="-35.56" y1="55.88" x2="-20.32" y2="55.88" width="0.1524" layer="91"/> +<label x="-33.02" y="55.88" size="1.778" layer="95"/> </segment> </net> -<net name="N$21" class="0"> +<net name="GND1" class="0"> <segment> -<pinref part="R19" gate="G$1" pin="1"/> -<pinref part="U$1" gate="G$1" pin="DTC"/> -<wire x1="127" y1="53.34" x2="139.7" y2="53.34" width="0.1524" layer="91"/> +<pinref part="R13" gate="G$1" pin="1"/> +<wire x1="144.78" y1="193.04" x2="170.18" y2="193.04" width="0.1524" layer="91"/> </segment> </net> -<net name="N$23" class="0"> +<net name="FAULT1" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="BST_BK"/> -<wire x1="175.26" y1="58.42" x2="190.5" y2="58.42" width="0.1524" layer="91"/> -<wire x1="190.5" y1="58.42" x2="190.5" y2="60.96" width="0.1524" layer="91"/> -<pinref part="C19" gate="G$1" pin="1"/> -<wire x1="190.5" y1="60.96" x2="195.58" y2="60.96" width="0.1524" layer="91"/> +<pinref part="R14" gate="G$1" pin="1"/> +<wire x1="144.78" y1="182.88" x2="170.18" y2="182.88" width="0.1524" layer="91"/> </segment> </net> -<net name="N$24" class="0"> +<net name="N$37" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="BIAS"/> -<pinref part="R20" gate="G$1" pin="2"/> -<wire x1="175.26" y1="50.8" x2="203.2" y2="50.8" width="0.1524" layer="91"/> +<pinref part="D2" gate="G$1" pin="CGREEN"/> +<wire x1="129.54" y1="193.04" x2="134.62" y2="193.04" width="0.1524" layer="91"/> +<pinref part="R13" gate="G$1" pin="2"/> </segment> </net> -<net name="N$25" class="0"> +<net name="N$38" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="M_PWM"/> -<pinref part="R21" gate="G$1" pin="1"/> -<wire x1="139.7" y1="50.8" x2="116.84" y2="50.8" width="0.1524" layer="91"/> +<pinref part="D2" gate="G$1" pin="CBLUE"/> +<wire x1="129.54" y1="187.96" x2="144.78" y2="187.96" width="0.1524" layer="91"/> +<pinref part="R22" gate="G$1" pin="2"/> </segment> </net> -<net name="N$26" class="0"> +<net name="N$40" class="0"> <segment> -<pinref part="R22" gate="G$1" pin="1"/> -<pinref part="U$1" gate="G$1" pin="GAIN"/> -<wire x1="127" y1="45.72" x2="129.54" y2="45.72" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="M_OC"/> -<wire x1="129.54" y1="45.72" x2="139.7" y2="45.72" width="0.1524" layer="91"/> -<wire x1="139.7" y1="48.26" x2="129.54" y2="48.26" width="0.1524" layer="91"/> -<wire x1="129.54" y1="48.26" x2="129.54" y2="45.72" width="0.1524" layer="91"/> -<junction x="129.54" y="45.72"/> +<pinref part="D2" gate="G$1" pin="CRED"/> +<wire x1="129.54" y1="182.88" x2="134.62" y2="182.88" width="0.1524" layer="91"/> +<pinref part="R14" gate="G$1" pin="2"/> </segment> </net> -<net name="N$27" class="0"> +<net name="STLB1" class="0"> <segment> -<pinref part="L1" gate="G$1" pin="2"/> -<wire x1="185.42" y1="81.28" x2="187.96" y2="81.28" width="0.1524" layer="91"/> -<wire x1="187.96" y1="81.28" x2="187.96" y2="73.66" width="0.1524" layer="91"/> -<junction x="187.96" y="81.28"/> -<wire x1="187.96" y1="73.66" x2="205.74" y2="73.66" width="0.1524" layer="91"/> -<wire x1="205.74" y1="73.66" x2="205.74" y2="53.34" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="PH2"/> -<wire x1="175.26" y1="55.88" x2="180.34" y2="55.88" width="0.1524" layer="91"/> -<wire x1="180.34" y1="55.88" x2="180.34" y2="53.34" width="0.1524" layer="91"/> -<pinref part="C19" gate="G$1" pin="2"/> -<wire x1="180.34" y1="53.34" x2="195.58" y2="53.34" width="0.1524" layer="91"/> -<pinref part="U$1" gate="G$1" pin="PH1"/> -<wire x1="175.26" y1="53.34" x2="180.34" y2="53.34" width="0.1524" layer="91"/> -<junction x="180.34" y="53.34"/> -<wire x1="205.74" y1="53.34" x2="195.58" y2="53.34" width="0.1524" layer="91"/> -<junction x="195.58" y="53.34"/> -<pinref part="D1" gate="1" pin="CATHODE"/> +<pinref part="R22" gate="G$1" pin="1"/> +<wire x1="154.94" y1="187.96" x2="170.18" y2="187.96" width="0.1524" layer="91"/> </segment> </net> -<net name="N$30" class="0"> +<net name="GND2" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="RT_CLK"/> -<wire x1="139.7" y1="68.58" x2="127" y2="68.58" width="0.1524" layer="91"/> -<pinref part="R23" gate="G$1" pin="2"/> -<wire x1="127" y1="68.58" x2="127" y2="78.74" width="0.1524" layer="91"/> +<pinref part="R15" gate="G$1" pin="1"/> +<wire x1="144.78" y1="160.02" x2="170.18" y2="160.02" width="0.1524" layer="91"/> </segment> </net> -<net name="N$31" class="0"> +<net name="FAULT2" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="COMP"/> -<pinref part="C24" gate="G$1" pin="2"/> -<wire x1="139.7" y1="66.04" x2="114.3" y2="66.04" width="0.1524" layer="91"/> -<wire x1="114.3" y1="66.04" x2="114.3" y2="81.28" width="0.1524" layer="91"/> -<pinref part="C26" gate="G$1" pin="2"/> -<wire x1="114.3" y1="66.04" x2="106.68" y2="66.04" width="0.1524" layer="91"/> -<wire x1="106.68" y1="66.04" x2="106.68" y2="68.58" width="0.1524" layer="91"/> -<junction x="114.3" y="66.04"/> +<pinref part="R16" gate="G$1" pin="1"/> +<wire x1="144.78" y1="149.86" x2="170.18" y2="149.86" width="0.1524" layer="91"/> </segment> </net> -<net name="N$32" class="0"> +<net name="N$41" class="0"> <segment> -<pinref part="C26" gate="G$1" pin="1"/> -<pinref part="R24" gate="G$1" pin="2"/> -<wire x1="106.68" y1="76.2" x2="106.68" y2="78.74" width="0.1524" layer="91"/> +<pinref part="D3" gate="G$1" pin="CGREEN"/> +<wire x1="129.54" y1="160.02" x2="134.62" y2="160.02" width="0.1524" layer="91"/> +<pinref part="R15" gate="G$1" pin="2"/> </segment> </net> -<net name="N$33" class="0"> +<net name="N$42" class="0"> <segment> -<pinref part="U$1" gate="G$1" pin="VSENSE"/> -<wire x1="139.7" y1="63.5" x2="58.42" y2="63.5" width="0.1524" layer="91"/> -<pinref part="R25" gate="G$1" pin="2"/> -<pinref part="R26" gate="G$1" pin="1"/> -<junction x="58.42" y="63.5"/> +<pinref part="D3" gate="G$1" pin="CBLUE"/> +<wire x1="129.54" y1="154.94" x2="144.78" y2="154.94" width="0.1524" layer="91"/> +<pinref part="R23" gate="G$1" pin="2"/> </segment> </net> -<net name="N$35" class="0"> +<net name="N$43" class="0"> <segment> -<pinref part="LED1" gate="G$1" pin="C"/> -<pinref part="U$1" gate="G$1" pin="NOCTW"/> -<wire x1="116.84" y1="58.42" x2="139.7" y2="58.42" width="0.1524" layer="91"/> +<pinref part="D3" gate="G$1" pin="CRED"/> +<wire x1="129.54" y1="149.86" x2="134.62" y2="149.86" width="0.1524" layer="91"/> +<pinref part="R16" gate="G$1" pin="2"/> </segment> </net> -<net name="N$36" class="0"> +<net name="STLB2" class="0"> <segment> -<pinref part="LED2" gate="G$1" pin="C"/> -<pinref part="U$1" gate="G$1" pin="NFAULT"/> -<wire x1="134.62" y1="55.88" x2="139.7" y2="55.88" width="0.1524" layer="91"/> +<pinref part="R23" gate="G$1" pin="1"/> +<wire x1="154.94" y1="154.94" x2="170.18" y2="154.94" width="0.1524" layer="91"/> </segment> </net> -<net name="N$37" class="0"> +<net name="USBDP" class="0"> <segment> -<pinref part="LED2" gate="G$1" pin="A"/> -<pinref part="R27" gate="G$1" pin="1"/> -<wire x1="127" y1="55.88" x2="106.68" y2="55.88" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA25/SER3-3/SER5-3/TC5-1/USBDP"/> +<wire x1="-35.56" y1="50.8" x2="-20.32" y2="50.8" width="0.1524" layer="91"/> +<label x="-33.02" y="50.8" size="1.778" layer="95"/> </segment> </net> -<net name="N$38" class="0"> +<net name="USBDM" class="0"> <segment> -<pinref part="LED1" gate="G$1" pin="A"/> -<pinref part="R28" gate="G$1" pin="1"/> -<wire x1="109.22" y1="58.42" x2="91.44" y2="58.42" width="0.1524" layer="91"/> +<pinref part="U1" gate="G$1" pin="PA24/SER3-2/SER5-2/TC5-0/USBDM"/> +<wire x1="-35.56" y1="53.34" x2="-20.32" y2="53.34" width="0.1524" layer="91"/> +<label x="-33.02" y="53.34" size="1.778" layer="95"/> </segment> </net> </nets> diff --git a/datasheet/tps54160.pdf b/datasheet/tps54160.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a6355b77f165c943d760536abc2b7aa2420e1a6e Binary files /dev/null and b/datasheet/tps54160.pdf differ diff --git a/embedded/README.md b/embedded/README.md index 3a9f051d5ece5ff284b404771b8d6978427cdc29..b77342b9dcb623ce42d17c71b9744edf08280629 100644 --- a/embedded/README.md +++ b/embedded/README.md @@ -304,6 +304,8 @@ Pretty slick, the key is adjusting the offset. [Here](https://gitlab.cba.mit.edu/jakeread/mkbldcdriver/raw/master/video/clcomm.m4v) is a video of the motor turning *nicely* using closed-loop commutation. Not sure why this is upside-down, but that doesn't seem important. Also - you'll hear the 10KHz pwm buzz - this is something I plan on eliminating (it's simple - I just push the PWM frequency out of the audible range) but I have left it just in the audible range so that I can be sure when the gate-drivers are on (I don't want to fry anything!). +And that's right. Those are some BFC's. + # The EMI Problem Below, a log of me writing notes when I find this intermittent, horrible, reset condition. diff --git a/embedded/atsams70-bldc/.vs/atsams70-bldc/v14/.atsuo b/embedded/atsams70-bldc/.vs/atsams70-bldc/v14/.atsuo index 04f72e8986f7360abdb69da8d409379b81e22135..a32824a19cc44226883f5f36886d061269be5340 100644 Binary files a/embedded/atsams70-bldc/.vs/atsams70-bldc/v14/.atsuo and b/embedded/atsams70-bldc/.vs/atsams70-bldc/v14/.atsuo differ diff --git a/images/routing-bothsides.png b/images/routing-bothsides.png new file mode 100644 index 0000000000000000000000000000000000000000..beb5647eecac478a3ffb69ce12fd4a0eceee669f Binary files /dev/null and b/images/routing-bothsides.png differ diff --git a/images/routing-groundplane.png b/images/routing-groundplane.png new file mode 100644 index 0000000000000000000000000000000000000000..a789ebc6f2ad0ddad13f19bb08634c02cc6c4db8 Binary files /dev/null and b/images/routing-groundplane.png differ diff --git a/images/routing-ratsnest.png b/images/routing-ratsnest.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c44d3e9f308e3eef605525691d14becaf0c667 Binary files /dev/null and b/images/routing-ratsnest.png differ diff --git a/images/schematic.png b/images/schematic.png new file mode 100644 index 0000000000000000000000000000000000000000..8f75cff41f2502e6d88372ecb82dbadc6ad44eac Binary files /dev/null and b/images/schematic.png differ