diff options
author | Akshay Chipkar | 2016-04-26 14:46:06 +0530 |
---|---|---|
committer | Akshay Chipkar | 2016-04-26 14:46:06 +0530 |
commit | 3885c759ddf8119d68994de21b021ad315eec827 (patch) | |
tree | 6824a2e1b31d590a2d4f67e97cde561eab27ddef /Doc | |
parent | 33ae113ad0b5994f828bc3af3c75fd3421f7ef2c (diff) | |
download | OpenPLC-3885c759ddf8119d68994de21b021ad315eec827.tar.gz OpenPLC-3885c759ddf8119d68994de21b021ad315eec827.tar.bz2 OpenPLC-3885c759ddf8119d68994de21b021ad315eec827.zip |
Removed unnecessary files
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Creating-Ladders.rst | 65 | ||||
-rw-r--r-- | Doc/Creating-Ladders.rst~ | 65 | ||||
m--------- | Doc/OpenPLC | 6 | ||||
-rw-r--r-- | Doc/OpenPLC.sch | 8127 | ||||
-rw-r--r-- | Doc/Programmming-the-controller.rst | 101 | ||||
-rw-r--r-- | Doc/Programmming-the-controller.rst~ | 101 | ||||
-rw-r--r-- | Doc/Software-requirements.rst | 153 | ||||
-rw-r--r-- | Doc/Software-requirements.rst~ | 153 | ||||
-rw-r--r-- | Doc/images/Comm.png | bin | 4400 -> 0 bytes | |||
-rw-r--r-- | Doc/images/Downloading-LD-Micro.png | bin | 80514 -> 0 bytes | |||
-rw-r--r-- | Doc/images/Figcmd.png | bin | 32606 -> 0 bytes | |||
-rw-r--r-- | Doc/images/PIN.png | bin | 24765 -> 0 bytes | |||
-rw-r--r-- | Doc/images/Setup.png | bin | 4944 -> 0 bytes | |||
-rw-r--r-- | Doc/images/avrdude1.png | bin | 25627 -> 0 bytes | |||
-rw-r--r-- | Doc/images/change.png | bin | 11498 -> 0 bytes | |||
-rw-r--r-- | Doc/images/cont.png | bin | 29227 -> 0 bytes | |||
-rw-r--r-- | Doc/images/fuse1.png | bin | 111615 -> 0 bytes | |||
-rw-r--r-- | Doc/images/fuse2.png | bin | 91216 -> 0 bytes | |||
-rw-r--r-- | Doc/images/ld1.png | bin | 13229 -> 0 bytes | |||
-rw-r--r-- | Doc/images/manavrdude.png | bin | 174706 -> 0 bytes | |||
-rw-r--r-- | Doc/images/prop.png | bin | 4880 -> 0 bytes | |||
-rw-r--r-- | Doc/images/states.png | bin | 9574 -> 0 bytes | |||
-rw-r--r-- | Doc/images/usb.png | bin | 169092 -> 0 bytes |
23 files changed, 0 insertions, 8771 deletions
diff --git a/Doc/Creating-Ladders.rst b/Doc/Creating-Ladders.rst deleted file mode 100644 index 07f87bd..0000000 --- a/Doc/Creating-Ladders.rst +++ /dev/null @@ -1,65 +0,0 @@ -Creating Ladders using Ld micro -=============================== - -LD Micro’s simple user interface is really easy to use and is self explanatory.To get started working with LD Micro, just double click the LD Micro executable present in your system. Once opened, you shall get such a GUI. - -.. image:: images/ld1.png - :height: 540px - :width: 750px - :scale: 150 - -Before starting to make the ladder, first make the necessary changes in -the default settings, so as to generate the HEX code for your microcontroller. - -Under Settings tab, select the MCU Parameters Option - -.. image:: images/Setup.png - :height: 340px - :width: 450px - :scale: 150 - -Then after selecting, change the clock frequency to 16MHz and if using -UART change the baud rate to 9600. - -.. image:: images/cont.png - :height: 540px - :width: 650px - :scale: 150 - -Now that the configurations are set, the next step can be followed to -design the ladder with the appropriate logic. - -Start off with having a look at the Instruction tab. It has a lot of -instructions that are in accordance with the Ladder logic followed for the PLCs and work in the same way and are similar to the ones described above under the ’Understanding the Instructions’ section. - -After selecting the appropriate instruction, just double click the instruction to edit the name of the variable and other parameters related to the particular instruction. - -.. image:: images/change.png - :height: 540px - :width: 650px - :scale: 150 - -After making the appropriate ladder for the application, the digital input and outputs should be given an appropriate pin number of the controller and the connections should be done accordingly. This can be done by double clicking the appropriate pin to be configured in the consolidated table just below the ladder made. - -.. image:: images/PIN.png - :height: 540px - :width: 600px - :scale: 150 - -Now that the logic is set, the ladder can be simulated to verify it’s working. This is done by clicking the Simulate tab and Simulation Mode option under it. This is then followed by a similar screen where Blue indicates LOW and Pink indicates HIGH. To start the simulation, under Simulate tab click Start Real-Time Simulation option. After this, to change the state, just double click the instruction. The appropriate changes and values pertaining to different variables can be seen in the consolidated instruction table under the State column. To come out of simulation mode, click the same Simulation Mode option. - -.. image:: images/states.png - :height: 340px - :width: 450px - :scale: 150 - -After the ladder along with assigning the appropriate pin numbers, the -HEX code can be generated. This can be done by first saving the ladder -under the File tab with the Save As option. Save the file in the appropriate destination folder with a suitable name. Remember the final destination of the same for future. Now, to generate the HEX file, select the Compile tab and then the option Compile As. Then save this text file in the desired destination folder. The location shall be noted as it’d be needed to burn the code onto the controller using the command line arguments later. - - - - - - - diff --git a/Doc/Creating-Ladders.rst~ b/Doc/Creating-Ladders.rst~ deleted file mode 100644 index d04d9dc..0000000 --- a/Doc/Creating-Ladders.rst~ +++ /dev/null @@ -1,65 +0,0 @@ -Creating Ladders using Ld micro -=============================== - -LD Micro’s simple user interface is really easy to use and is self explanatory.To get started working with LD Micro, just double click the LD Micro executable present in your system. Once opened, you shall get such a GUI. - -.. image:: /images/ld1.png - :height: 540px - :width: 750px - :scale: 150 - -Before starting to make the ladder, first make the necessary changes in -the default settings, so as to generate the HEX code for your microcontroller. - -Under Settings tab, select the MCU Parameters Option - -.. image:: /images/Setup.png - :height: 340px - :width: 450px - :scale: 150 - -Then after selecting, change the clock frequency to 16MHz and if using -UART change the baud rate to 9600. - -.. image:: /images/cont.png - :height: 540px - :width: 650px - :scale: 150 - -Now that the configurations are set, the next step can be followed to -design the ladder with the appropriate logic. - -Start off with having a look at the Instruction tab. It has a lot of -instructions that are in accordance with the Ladder logic followed for the PLCs and work in the same way and are similar to the ones described above under the ’Understanding the Instructions’ section. - -After selecting the appropriate instruction, just double click the instruction to edit the name of the variable and other parameters related to the particular instruction. - -.. image:: /images/change.png - :height: 540px - :width: 650px - :scale: 150 - -After making the appropriate ladder for the application, the digital input and outputs should be given an appropriate pin number of the controller and the connections should be done accordingly. This can be done by double clicking the appropriate pin to be configured in the consolidated table just below the ladder made. - -.. image:: /images/PIN.png - :height: 540px - :width: 600px - :scale: 150 - -Now that the logic is set, the ladder can be simulated to verify it’s working. This is done by clicking the Simulate tab and Simulation Mode option under it. This is then followed by a similar screen where Blue indicates LOW and Pink indicates HIGH. To start the simulation, under Simulate tab click Start Real-Time Simulation option. After this, to change the state, just double click the instruction. The appropriate changes and values pertaining to different variables can be seen in the consolidated instruction table under the State column. To come out of simulation mode, click the same Simulation Mode option. - -.. image:: /images/states.png - :height: 340px - :width: 450px - :scale: 150 - -After the ladder along with assigning the appropriate pin numbers, the -HEX code can be generated. This can be done by first saving the ladder -under the File tab with the Save As option. Save the file in the appropriate destination folder with a suitable name. Remember the final destination of the same for future. Now, to generate the HEX file, select the Compile tab and then the option Compile As. Then save this text file in the desired destination folder. The location shall be noted as it’d be needed to burn the code onto the controller using the command line arguments later. - - - - - - - diff --git a/Doc/OpenPLC b/Doc/OpenPLC deleted file mode 160000 -Subproject 895c9a6cce9d1038bc69ec6bd1f7a86c36ca51c diff --git a/Doc/OpenPLC.sch b/Doc/OpenPLC.sch deleted file mode 100644 index eba967b..0000000 --- a/Doc/OpenPLC.sch +++ /dev/null @@ -1,8127 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE eagle SYSTEM "eagle.dtd"> -<eagle version="6.5.0"> -<drawing> -<settings> -<setting alwaysvectorfont="no"/> -<setting verticaltext="up"/> -</settings> -<grid distance="0.1" unitdist="inch" unit="mic" style="dots" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="mic"/> -<layers> -<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/> -<layer number="2" name="Route2" color="1" fill="3" visible="no" active="no"/> -<layer number="3" name="Route3" color="4" fill="3" visible="no" active="no"/> -<layer number="4" name="Route4" color="1" fill="4" visible="no" active="no"/> -<layer number="5" name="Route5" color="4" fill="4" visible="no" active="no"/> -<layer number="6" name="Route6" color="1" fill="8" visible="no" active="no"/> -<layer number="7" name="Route7" color="4" fill="8" visible="no" active="no"/> -<layer number="8" name="Route8" color="1" fill="2" visible="no" active="no"/> -<layer number="9" name="Route9" color="4" fill="2" visible="no" active="no"/> -<layer number="10" name="Route10" color="1" fill="7" visible="no" active="no"/> -<layer number="11" name="Route11" color="4" fill="7" visible="no" active="no"/> -<layer number="12" name="Route12" color="1" fill="5" visible="no" active="no"/> -<layer number="13" name="Route13" color="4" fill="5" visible="no" active="no"/> -<layer number="14" name="Route14" color="1" fill="6" visible="no" active="no"/> -<layer number="15" name="Route15" color="4" fill="6" visible="no" active="no"/> -<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/> -<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/> -<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/> -<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/> -<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="no"/> -<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/> -<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/> -<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/> -<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/> -<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/> -<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/> -<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/> -<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/> -<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/> -<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/> -<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/> -<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/> -<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/> -<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/> -<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/> -<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/> -<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/> -<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/> -<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/> -<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/> -<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/> -<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/> -<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/> -<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/> -<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/> -<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/> -<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/> -<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/> -<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/> -<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/> -<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/> -<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> -<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> -<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> -<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> -<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> -<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> -<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> -<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> -</layers> -<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R"> -<libraries> -<library name="atmel"> -<packages> -<package name="DIL40"> -<description><B>Dual In Line</B></description> -<wire x1="-26.416" y1="-1.27" x2="-26.416" y2="-6.604" width="0.1524" layer="21"/> -<wire x1="-26.416" y1="1.27" x2="-26.416" y2="-1.27" width="0.1524" layer="21" curve="-180"/> -<wire x1="26.416" y1="-6.604" x2="26.416" y2="6.604" width="0.1524" layer="21"/> -<wire x1="-26.416" y1="6.604" x2="-26.416" y2="1.27" width="0.1524" layer="21"/> -<wire x1="-26.416" y1="6.604" x2="26.416" y2="6.604" width="0.1524" layer="21"/> -<wire x1="-26.416" y1="-6.604" x2="26.416" y2="-6.604" width="0.1524" layer="21"/> -<pad name="1" x="-24.13" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="2" x="-21.59" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="3" x="-19.05" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="4" x="-16.51" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="5" x="-13.97" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="6" x="-11.43" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="7" x="-8.89" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="8" x="-6.35" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="9" x="-3.81" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="10" x="-1.27" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="11" x="1.27" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="12" x="3.81" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="13" x="6.35" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="14" x="8.89" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="15" x="11.43" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="16" x="13.97" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="17" x="16.51" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="18" x="19.05" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="19" x="21.59" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="20" x="24.13" y="-7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="21" x="24.13" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="22" x="21.59" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="23" x="19.05" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="24" x="16.51" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="25" x="13.97" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="26" x="11.43" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="27" x="8.89" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="28" x="6.35" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="29" x="3.81" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="30" x="1.27" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="31" x="-1.27" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="32" x="-3.81" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="33" x="-6.35" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="34" x="-8.89" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="35" x="-11.43" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="36" x="-13.97" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="37" x="-16.51" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="38" x="-19.05" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="39" x="-21.59" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<pad name="40" x="-24.13" y="7.62" drill="0.8128" shape="long" rot="R90"/> -<text x="-26.67" y="-6.35" size="1.778" layer="25" ratio="10" rot="R90">>NAME</text> -<text x="-21.59" y="-2.2352" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -</packages> -<symbols> -<symbol name="32-I/O-M16-P"> -<wire x1="-15.24" y1="43.18" x2="15.24" y2="43.18" width="0.254" layer="94"/> -<wire x1="15.24" y1="43.18" x2="15.24" y2="-48.26" width="0.254" layer="94"/> -<wire x1="15.24" y1="-48.26" x2="-15.24" y2="-48.26" width="0.254" layer="94"/> -<wire x1="-15.24" y1="-48.26" x2="-15.24" y2="43.18" width="0.254" layer="94"/> -<text x="-15.24" y="43.942" size="1.778" layer="95">>NAME</text> -<text x="-15.24" y="-50.8" size="1.778" layer="96">>VALUE</text> -<pin name="(ADC7)PA7" x="20.32" y="40.64" length="middle" rot="R180"/> -<pin name="(ADC6)PA6" x="20.32" y="38.1" length="middle" rot="R180"/> -<pin name="(ADC5)PA5" x="20.32" y="35.56" length="middle" rot="R180"/> -<pin name="(ADC4)PA4" x="20.32" y="33.02" length="middle" rot="R180"/> -<pin name="(ADC3)PA3" x="20.32" y="30.48" length="middle" rot="R180"/> -<pin name="(ADC2)PA2" x="20.32" y="27.94" length="middle" rot="R180"/> -<pin name="(ADC1)PA1" x="20.32" y="25.4" length="middle" rot="R180"/> -<pin name="(ADC0)PA0" x="20.32" y="22.86" length="middle" rot="R180"/> -<pin name="(SCK)PB7" x="20.32" y="17.78" length="middle" rot="R180"/> -<pin name="(MISO)PB6" x="20.32" y="15.24" length="middle" rot="R180"/> -<pin name="(MOSI)PB5" x="20.32" y="12.7" length="middle" rot="R180"/> -<pin name="(SS)PB4" x="20.32" y="10.16" length="middle" rot="R180"/> -<pin name="(AIN1/OC0)PB3" x="20.32" y="7.62" length="middle" rot="R180"/> -<pin name="(AIN0/INT2)PB2" x="20.32" y="5.08" length="middle" rot="R180"/> -<pin name="(T1)PB1" x="20.32" y="2.54" length="middle" rot="R180"/> -<pin name="(T0/XCK)PB0" x="20.32" y="0" length="middle" rot="R180"/> -<pin name="(TOSC2)PC7" x="20.32" y="-5.08" length="middle" rot="R180"/> -<pin name="(TOSC1)PC6" x="20.32" y="-7.62" length="middle" rot="R180"/> -<pin name="(TDI)PC5" x="20.32" y="-10.16" length="middle" rot="R180"/> -<pin name="(TDO)PC4" x="20.32" y="-12.7" length="middle" rot="R180"/> -<pin name="(TMS)PC3" x="20.32" y="-15.24" length="middle" rot="R180"/> -<pin name="(TCK)PC2" x="20.32" y="-17.78" length="middle" rot="R180"/> -<pin name="(SDA)PC1" x="20.32" y="-20.32" length="middle" rot="R180"/> -<pin name="(SCL)PC0" x="20.32" y="-22.86" length="middle" rot="R180"/> -<pin name="GND@1" x="-20.32" y="17.78" length="middle" direction="pwr"/> -<pin name="AVCC" x="-20.32" y="20.32" length="middle" direction="pwr"/> -<pin name="AREF" x="-20.32" y="22.86" length="middle" direction="pas"/> -<pin name="XTAL1" x="-20.32" y="27.94" length="middle"/> -<pin name="XTAL2" x="-20.32" y="33.02" length="middle"/> -<pin name="VCC" x="-20.32" y="12.7" length="middle" direction="pwr"/> -<pin name="GND" x="-20.32" y="10.16" length="middle" direction="pwr"/> -<pin name="RESET" x="-20.32" y="40.64" length="middle" direction="in" function="dot"/> -<pin name="(RXD)PD0" x="20.32" y="-45.72" length="middle" rot="R180"/> -<pin name="(TXD)PD1" x="20.32" y="-43.18" length="middle" rot="R180"/> -<pin name="(INT0)PD2" x="20.32" y="-40.64" length="middle" rot="R180"/> -<pin name="(INT1)PD3" x="20.32" y="-38.1" length="middle" rot="R180"/> -<pin name="(OC1B)PD4" x="20.32" y="-35.56" length="middle" rot="R180"/> -<pin name="(OC1A)PD5" x="20.32" y="-33.02" length="middle" rot="R180"/> -<pin name="(ICP)PD6" x="20.32" y="-30.48" length="middle" rot="R180"/> -<pin name="(OC2)PD7" x="20.32" y="-27.94" length="middle" rot="R180"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="MEGA16-P" prefix="IC"> -<description><b>MICROCONTROLLER</b><p> -16 Kbytes FLASH<br> -1 kbytes SRAM<br> -512 bytes EEPROM<br> -USART<br> -8-channel 10 bit ADC<p> -Source: avr.lbr</description> -<gates> -<gate name="G$1" symbol="32-I/O-M16-P" x="0" y="0"/> -</gates> -<devices> -<device name="" package="DIL40"> -<connects> -<connect gate="G$1" pin="(ADC0)PA0" pad="40"/> -<connect gate="G$1" pin="(ADC1)PA1" pad="39"/> -<connect gate="G$1" pin="(ADC2)PA2" pad="38"/> -<connect gate="G$1" pin="(ADC3)PA3" pad="37"/> -<connect gate="G$1" pin="(ADC4)PA4" pad="36"/> -<connect gate="G$1" pin="(ADC5)PA5" pad="35"/> -<connect gate="G$1" pin="(ADC6)PA6" pad="34"/> -<connect gate="G$1" pin="(ADC7)PA7" pad="33"/> -<connect gate="G$1" pin="(AIN0/INT2)PB2" pad="3"/> -<connect gate="G$1" pin="(AIN1/OC0)PB3" pad="4"/> -<connect gate="G$1" pin="(ICP)PD6" pad="20"/> -<connect gate="G$1" pin="(INT0)PD2" pad="16"/> -<connect gate="G$1" pin="(INT1)PD3" pad="17"/> -<connect gate="G$1" pin="(MISO)PB6" pad="7"/> -<connect gate="G$1" pin="(MOSI)PB5" pad="6"/> -<connect gate="G$1" pin="(OC1A)PD5" pad="19"/> -<connect gate="G$1" pin="(OC1B)PD4" pad="18"/> -<connect gate="G$1" pin="(OC2)PD7" pad="21"/> -<connect gate="G$1" pin="(RXD)PD0" pad="14"/> -<connect gate="G$1" pin="(SCK)PB7" pad="8"/> -<connect gate="G$1" pin="(SCL)PC0" pad="22"/> -<connect gate="G$1" pin="(SDA)PC1" pad="23"/> -<connect gate="G$1" pin="(SS)PB4" pad="5"/> -<connect gate="G$1" pin="(T0/XCK)PB0" pad="1"/> -<connect gate="G$1" pin="(T1)PB1" pad="2"/> -<connect gate="G$1" pin="(TCK)PC2" pad="24"/> -<connect gate="G$1" pin="(TDI)PC5" pad="27"/> -<connect gate="G$1" pin="(TDO)PC4" pad="26"/> -<connect gate="G$1" pin="(TMS)PC3" pad="25"/> -<connect gate="G$1" pin="(TOSC1)PC6" pad="28"/> -<connect gate="G$1" pin="(TOSC2)PC7" pad="29"/> -<connect gate="G$1" pin="(TXD)PD1" pad="15"/> -<connect gate="G$1" pin="AREF" pad="32"/> -<connect gate="G$1" pin="AVCC" pad="30"/> -<connect gate="G$1" pin="GND" pad="11"/> -<connect gate="G$1" pin="GND@1" pad="31"/> -<connect gate="G$1" pin="RESET" pad="9"/> -<connect gate="G$1" pin="VCC" pad="10"/> -<connect gate="G$1" pin="XTAL1" pad="13"/> -<connect gate="G$1" pin="XTAL2" pad="12"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="ATMEGA16-16PU" constant="no"/> -<attribute name="OC_FARNELL" value="9171142" constant="no"/> -<attribute name="OC_NEWARK" value="01M6885" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="uln-udn"> -<packages> -<package name="DIL16"> -<description><b>Dual In Line Package</b></description> -<wire x1="10.16" y1="2.921" x2="-10.16" y2="2.921" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="-2.921" x2="10.16" y2="-2.921" width="0.1524" layer="21"/> -<wire x1="10.16" y1="2.921" x2="10.16" y2="-2.921" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="2.921" x2="-10.16" y2="1.016" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="-2.921" x2="-10.16" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="1.016" x2="-10.16" y2="-1.016" width="0.1524" layer="21" curve="-180"/> -<pad name="1" x="-8.89" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="2" x="-6.35" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="7" x="6.35" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="8" x="8.89" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="3" x="-3.81" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="4" x="-1.27" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="6" x="3.81" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="5" x="1.27" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="9" x="8.89" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="10" x="6.35" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="11" x="3.81" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="12" x="1.27" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="13" x="-1.27" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="14" x="-3.81" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="15" x="-6.35" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="16" x="-8.89" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<text x="-10.541" y="-2.921" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> -<text x="-7.493" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="SO16"> -<description><b>Small Outline Package</b></description> -<wire x1="4.699" y1="1.9558" x2="-4.699" y2="1.9558" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-1.9558" x2="5.08" y2="-1.5748" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="1.5748" x2="-4.699" y2="1.9558" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="1.9558" x2="5.08" y2="1.5748" width="0.1524" layer="21" curve="-90"/> -<wire x1="-5.08" y1="-1.5748" x2="-4.699" y2="-1.9558" width="0.1524" layer="21" curve="90"/> -<wire x1="-4.699" y1="-1.9558" x2="4.699" y2="-1.9558" width="0.1524" layer="21"/> -<wire x1="5.08" y1="-1.5748" x2="5.08" y2="1.5748" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="1.5748" x2="-5.08" y2="-1.5748" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="0.508" x2="-5.08" y2="-0.508" width="0.1524" layer="21" curve="-180"/> -<wire x1="-5.08" y1="-1.6002" x2="5.08" y2="-1.6002" width="0.0508" layer="21"/> -<smd name="1" x="-4.445" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="16" x="-4.445" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="2" x="-3.175" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="3" x="-1.905" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="15" x="-3.175" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="14" x="-1.905" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="4" x="-0.635" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="13" x="-0.635" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="5" x="0.635" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="12" x="0.635" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="6" x="1.905" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="7" x="3.175" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="11" x="1.905" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="10" x="3.175" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="8" x="4.445" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/> -<smd name="9" x="4.445" y="3.0734" dx="0.6604" dy="2.032" layer="1"/> -<text x="-4.064" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="-5.461" y="-1.778" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> -<rectangle x1="-0.889" y1="1.9558" x2="-0.381" y2="3.0988" layer="51"/> -<rectangle x1="-4.699" y1="-3.0988" x2="-4.191" y2="-1.9558" layer="51"/> -<rectangle x1="-3.429" y1="-3.0988" x2="-2.921" y2="-1.9558" layer="51"/> -<rectangle x1="-2.159" y1="-3.0734" x2="-1.651" y2="-1.9304" layer="51"/> -<rectangle x1="-0.889" y1="-3.0988" x2="-0.381" y2="-1.9558" layer="51"/> -<rectangle x1="-2.159" y1="1.9558" x2="-1.651" y2="3.0988" layer="51"/> -<rectangle x1="-3.429" y1="1.9558" x2="-2.921" y2="3.0988" layer="51"/> -<rectangle x1="-4.699" y1="1.9558" x2="-4.191" y2="3.0988" layer="51"/> -<rectangle x1="0.381" y1="-3.0988" x2="0.889" y2="-1.9558" layer="51"/> -<rectangle x1="1.651" y1="-3.0988" x2="2.159" y2="-1.9558" layer="51"/> -<rectangle x1="2.921" y1="-3.0988" x2="3.429" y2="-1.9558" layer="51"/> -<rectangle x1="4.191" y1="-3.0988" x2="4.699" y2="-1.9558" layer="51"/> -<rectangle x1="0.381" y1="1.9558" x2="0.889" y2="3.0988" layer="51"/> -<rectangle x1="1.651" y1="1.9558" x2="2.159" y2="3.0988" layer="51"/> -<rectangle x1="2.921" y1="1.9558" x2="3.429" y2="3.0988" layer="51"/> -<rectangle x1="4.191" y1="1.9558" x2="4.699" y2="3.0988" layer="51"/> -</package> -</packages> -<symbols> -<symbol name="2001A"> -<wire x1="-7.62" y1="10.16" x2="7.62" y2="10.16" width="0.4064" layer="94"/> -<wire x1="7.62" y1="-12.7" x2="7.62" y2="10.16" width="0.4064" layer="94"/> -<wire x1="7.62" y1="-12.7" x2="-7.62" y2="-12.7" width="0.4064" layer="94"/> -<wire x1="-7.62" y1="10.16" x2="-7.62" y2="-12.7" width="0.4064" layer="94"/> -<text x="-7.62" y="10.922" size="1.778" layer="95">>NAME</text> -<text x="-7.62" y="-15.24" size="1.778" layer="96">>VALUE</text> -<pin name="I1" x="-12.7" y="7.62" length="middle" direction="in"/> -<pin name="I2" x="-12.7" y="5.08" length="middle" direction="in"/> -<pin name="I3" x="-12.7" y="2.54" length="middle" direction="in"/> -<pin name="I4" x="-12.7" y="0" length="middle" direction="in"/> -<pin name="I5" x="-12.7" y="-2.54" length="middle" direction="in"/> -<pin name="I6" x="-12.7" y="-5.08" length="middle" direction="in"/> -<pin name="I7" x="-12.7" y="-7.62" length="middle" direction="in"/> -<pin name="O1" x="12.7" y="7.62" length="middle" direction="oc" rot="R180"/> -<pin name="O2" x="12.7" y="5.08" length="middle" direction="oc" rot="R180"/> -<pin name="O3" x="12.7" y="2.54" length="middle" direction="oc" rot="R180"/> -<pin name="O4" x="12.7" y="0" length="middle" direction="oc" rot="R180"/> -<pin name="O5" x="12.7" y="-2.54" length="middle" direction="oc" rot="R180"/> -<pin name="O6" x="12.7" y="-5.08" length="middle" direction="oc" rot="R180"/> -<pin name="O7" x="12.7" y="-7.62" length="middle" direction="oc" rot="R180"/> -<pin name="CD+" x="12.7" y="-10.16" length="middle" direction="pas" rot="R180"/> -<pin name="GND" x="-12.7" y="-10.16" length="middle" direction="pwr"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="ULN2003A" prefix="IC"> -<description><b>DRIVER ARRAY</b></description> -<gates> -<gate name="A" symbol="2001A" x="0" y="0"/> -</gates> -<devices> -<device name="N" package="DIL16"> -<connects> -<connect gate="A" pin="CD+" pad="9"/> -<connect gate="A" pin="GND" pad="8"/> -<connect gate="A" pin="I1" pad="1"/> -<connect gate="A" pin="I2" pad="2"/> -<connect gate="A" pin="I3" pad="3"/> -<connect gate="A" pin="I4" pad="4"/> -<connect gate="A" pin="I5" pad="5"/> -<connect gate="A" pin="I6" pad="6"/> -<connect gate="A" pin="I7" pad="7"/> -<connect gate="A" pin="O1" pad="16"/> -<connect gate="A" pin="O2" pad="15"/> -<connect gate="A" pin="O3" pad="14"/> -<connect gate="A" pin="O4" pad="13"/> -<connect gate="A" pin="O5" pad="12"/> -<connect gate="A" pin="O6" pad="11"/> -<connect gate="A" pin="O7" pad="10"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="D" package="SO16"> -<connects> -<connect gate="A" pin="CD+" pad="9"/> -<connect gate="A" pin="GND" pad="8"/> -<connect gate="A" pin="I1" pad="1"/> -<connect gate="A" pin="I2" pad="2"/> -<connect gate="A" pin="I3" pad="3"/> -<connect gate="A" pin="I4" pad="4"/> -<connect gate="A" pin="I5" pad="5"/> -<connect gate="A" pin="I6" pad="6"/> -<connect gate="A" pin="I7" pad="7"/> -<connect gate="A" pin="O1" pad="16"/> -<connect gate="A" pin="O2" pad="15"/> -<connect gate="A" pin="O3" pad="14"/> -<connect gate="A" pin="O4" pad="13"/> -<connect gate="A" pin="O5" pad="12"/> -<connect gate="A" pin="O6" pad="11"/> -<connect gate="A" pin="O7" pad="10"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="st-microelectronics"> -<packages> -<package name="DIL16"> -<description><b>Dual In Line Package</b></description> -<wire x1="10.16" y1="2.921" x2="-10.16" y2="2.921" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="-2.921" x2="10.16" y2="-2.921" width="0.1524" layer="21"/> -<wire x1="10.16" y1="2.921" x2="10.16" y2="-2.921" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="2.921" x2="-10.16" y2="1.016" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="-2.921" x2="-10.16" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="1.016" x2="-10.16" y2="-1.016" width="0.1524" layer="21" curve="-180"/> -<pad name="1" x="-8.89" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="2" x="-6.35" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="7" x="6.35" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="8" x="8.89" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="3" x="-3.81" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="4" x="-1.27" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="6" x="3.81" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="5" x="1.27" y="-3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="9" x="8.89" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="10" x="6.35" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="11" x="3.81" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="12" x="1.27" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="13" x="-1.27" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="14" x="-3.81" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="15" x="-6.35" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<pad name="16" x="-8.89" y="3.81" drill="0.8128" shape="long" rot="R90"/> -<text x="-10.541" y="-2.921" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> -<text x="-7.493" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -</packages> -<symbols> -<symbol name="L293D"> -<wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/> -<wire x1="-10.16" y1="-20.32" x2="10.16" y2="-20.32" width="0.254" layer="94"/> -<wire x1="10.16" y1="-20.32" x2="10.16" y2="20.32" width="0.254" layer="94"/> -<wire x1="10.16" y1="20.32" x2="-10.16" y2="20.32" width="0.254" layer="94"/> -<text x="-10.16" y="21.336" size="1.778" layer="95">>NAME</text> -<text x="-10.16" y="-22.86" size="1.778" layer="96">>VALUE</text> -<pin name="1-2EN" x="-15.24" y="17.78" length="middle" direction="in"/> -<pin name="1A" x="-15.24" y="12.7" length="middle" direction="in"/> -<pin name="1Y" x="-15.24" y="7.62" length="middle" direction="out"/> -<pin name="GND1" x="-15.24" y="2.54" length="middle" direction="pwr"/> -<pin name="GND2" x="-15.24" y="-2.54" length="middle" direction="pwr"/> -<pin name="2Y" x="-15.24" y="-7.62" length="middle" direction="out"/> -<pin name="2A" x="-15.24" y="-12.7" length="middle" direction="in"/> -<pin name="VCC2" x="-15.24" y="-17.78" length="middle" direction="pwr"/> -<pin name="VCC1" x="15.24" y="17.78" length="middle" direction="pwr" rot="R180"/> -<pin name="4A" x="15.24" y="12.7" length="middle" direction="in" rot="R180"/> -<pin name="4Y" x="15.24" y="7.62" length="middle" direction="out" rot="R180"/> -<pin name="GND3" x="15.24" y="2.54" length="middle" direction="pwr" rot="R180"/> -<pin name="GND4" x="15.24" y="-2.54" length="middle" direction="pwr" rot="R180"/> -<pin name="3Y" x="15.24" y="-7.62" length="middle" direction="out" rot="R180"/> -<pin name="3A" x="15.24" y="-12.7" length="middle" direction="in" rot="R180"/> -<pin name="3-4EN" x="15.24" y="-17.78" length="middle" direction="in" rot="R180"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="L293D" prefix="IC"> -<description><b>PUSH-PULL 4 CHANNEL DRIVER</b></description> -<gates> -<gate name="G$1" symbol="L293D" x="0" y="0"/> -</gates> -<devices> -<device name="" package="DIL16"> -<connects> -<connect gate="G$1" pin="1-2EN" pad="1"/> -<connect gate="G$1" pin="1A" pad="2"/> -<connect gate="G$1" pin="1Y" pad="3"/> -<connect gate="G$1" pin="2A" pad="7"/> -<connect gate="G$1" pin="2Y" pad="6"/> -<connect gate="G$1" pin="3-4EN" pad="9"/> -<connect gate="G$1" pin="3A" pad="10"/> -<connect gate="G$1" pin="3Y" pad="11"/> -<connect gate="G$1" pin="4A" pad="15"/> -<connect gate="G$1" pin="4Y" pad="14"/> -<connect gate="G$1" pin="GND1" pad="4"/> -<connect gate="G$1" pin="GND2" pad="5"/> -<connect gate="G$1" pin="GND3" pad="13"/> -<connect gate="G$1" pin="GND4" pad="12"/> -<connect gate="G$1" pin="VCC1" pad="16"/> -<connect gate="G$1" pin="VCC2" pad="8"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="L293D" constant="no"/> -<attribute name="OC_FARNELL" value="9589619" constant="no"/> -<attribute name="OC_NEWARK" value="56P8249" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="relay"> -<packages> -<package name="ZN5"> -<description><b>Miniature Power PCB Relay</b> SCHRACK<p> -1pole 10 A<br> -Source: http://www.schrack.com/.. 5847.pdf</description> -<wire x1="-11.46" y1="8.15" x2="10.84" y2="8.15" width="0.2032" layer="21"/> -<wire x1="10.84" y1="8.15" x2="10.84" y2="-8.15" width="0.2032" layer="21"/> -<wire x1="10.84" y1="-8.15" x2="-11.46" y2="-8.15" width="0.2032" layer="21"/> -<wire x1="-11.46" y1="-8.15" x2="-11.46" y2="8.15" width="0.2032" layer="21"/> -<pad name="11" x="8.89" y="0" drill="1.3" diameter="2.5" rot="R180"/> -<pad name="A1" x="6.89" y="6" drill="1.3" diameter="2.5" rot="R180"/> -<pad name="A2" x="6.89" y="-6" drill="1.3" diameter="2.5" rot="R180"/> -<pad name="12" x="-5.31" y="-6.2" drill="1.3" diameter="2.5" rot="R180"/> -<pad name="14" x="-5.31" y="6" drill="1.3" diameter="2.5" rot="R180"/> -<text x="-8.89" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="-8.89" y="-1.27" size="1.27" layer="27">>VALUE</text> -</package> -</packages> -<symbols> -<symbol name="K"> -<wire x1="-3.81" y1="-1.905" x2="-1.905" y2="-1.905" width="0.254" layer="94"/> -<wire x1="3.81" y1="-1.905" x2="3.81" y2="1.905" width="0.254" layer="94"/> -<wire x1="3.81" y1="1.905" x2="1.905" y2="1.905" width="0.254" layer="94"/> -<wire x1="-3.81" y1="1.905" x2="-3.81" y2="-1.905" width="0.254" layer="94"/> -<wire x1="0" y1="-2.54" x2="0" y2="-1.905" width="0.1524" layer="94"/> -<wire x1="0" y1="-1.905" x2="3.81" y2="-1.905" width="0.254" layer="94"/> -<wire x1="0" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="94"/> -<wire x1="0" y1="1.905" x2="-3.81" y2="1.905" width="0.254" layer="94"/> -<wire x1="-1.905" y1="-1.905" x2="1.905" y2="1.905" width="0.1524" layer="94"/> -<wire x1="-1.905" y1="-1.905" x2="0" y2="-1.905" width="0.254" layer="94"/> -<wire x1="1.905" y1="1.905" x2="0" y2="1.905" width="0.254" layer="94"/> -<text x="1.27" y="2.921" size="1.778" layer="96">>VALUE</text> -<text x="1.27" y="5.08" size="1.778" layer="95">>PART</text> -<pin name="2" x="0" y="-5.08" visible="pad" length="short" direction="pas" rot="R90"/> -<pin name="1" x="0" y="5.08" visible="pad" length="short" direction="pas" rot="R270"/> -</symbol> -<symbol name="U"> -<wire x1="3.175" y1="5.08" x2="1.905" y2="5.08" width="0.254" layer="94"/> -<wire x1="-3.175" y1="5.08" x2="-1.905" y2="5.08" width="0.254" layer="94"/> -<wire x1="0" y1="1.27" x2="2.54" y2="5.715" width="0.254" layer="94"/> -<wire x1="0" y1="1.27" x2="0" y2="0" width="0.254" layer="94"/> -<circle x="0" y="1.27" radius="0.127" width="0.4064" layer="94"/> -<text x="2.54" y="0" size="1.778" layer="95">>PART</text> -<pin name="O" x="5.08" y="5.08" visible="pad" length="short" direction="pas" rot="R180"/> -<pin name="S" x="-5.08" y="5.08" visible="pad" length="short" direction="pas"/> -<pin name="P" x="0" y="-2.54" visible="pad" length="short" direction="pas" rot="R90"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="ZNS5*" prefix="K"> -<description><b>Miniature Power PCB Relay</b> SCHRACK<p> -1pole 10 A<br> -Source: http://www.schrack.com/.. 5847.pdf</description> -<gates> -<gate name="1" symbol="K" x="-7.62" y="0" addlevel="must"/> -<gate name="2" symbol="U" x="10.16" y="0" addlevel="always"/> -</gates> -<devices> -<device name="" package="ZN5"> -<connects> -<connect gate="1" pin="1" pad="A1"/> -<connect gate="1" pin="2" pad="A2"/> -<connect gate="2" pin="O" pad="12"/> -<connect gate="2" pin="P" pad="11"/> -<connect gate="2" pin="S" pad="14"/> -</connects> -<technologies> -<technology name="106"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="112"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="124"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="136"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="148"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="406"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="412"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="424"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="436"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -<technology name="448"> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="linear"> -<packages> -<package name="TO92"> -<description><b>TO-92</b></description> -<wire x1="-2.095" y1="-1.651" x2="-0.7869" y2="2.5484" width="0.1524" layer="21" curve="-111.097684"/> -<wire x1="0.7869" y1="2.5484" x2="2.095" y2="-1.651" width="0.1524" layer="21" curve="-111.097684"/> -<wire x1="-2.095" y1="-1.651" x2="2.095" y2="-1.651" width="0.1524" layer="21"/> -<wire x1="-2.254" y1="-0.254" x2="-0.286" y2="-0.254" width="0.1524" layer="51"/> -<wire x1="-2.655" y1="-0.254" x2="-2.254" y2="-0.254" width="0.1524" layer="21"/> -<wire x1="-0.286" y1="-0.254" x2="0.286" y2="-0.254" width="0.1524" layer="21"/> -<wire x1="2.254" y1="-0.254" x2="2.655" y2="-0.254" width="0.1524" layer="21"/> -<wire x1="0.286" y1="-0.254" x2="2.254" y2="-0.254" width="0.1524" layer="51"/> -<wire x1="-0.7864" y1="2.5484" x2="0.7864" y2="2.5484" width="0.1524" layer="51" curve="-34.298964"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="0" y="1.905" drill="0.8128" shape="octagon"/> -<pad name="3" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="2.413" y="1.651" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="2.921" y="-1.27" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="TO220H"> -<description><b>TO-220</b></description> -<wire x1="-5.207" y1="-7.62" x2="5.207" y2="-7.62" width="0.1524" layer="21"/> -<wire x1="5.207" y1="8.255" x2="-5.207" y2="8.255" width="0.1524" layer="21"/> -<wire x1="5.207" y1="-7.62" x2="5.207" y2="4.826" width="0.1524" layer="21"/> -<wire x1="5.207" y1="4.826" x2="4.318" y2="4.826" width="0.1524" layer="21"/> -<wire x1="4.318" y1="4.826" x2="4.318" y2="6.35" width="0.1524" layer="21"/> -<wire x1="4.318" y1="6.35" x2="5.207" y2="6.35" width="0.1524" layer="21"/> -<wire x1="5.207" y1="6.35" x2="5.207" y2="8.255" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="-7.62" x2="-5.207" y2="4.826" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="4.826" x2="-4.318" y2="4.826" width="0.1524" layer="21"/> -<wire x1="-4.318" y1="4.826" x2="-4.318" y2="6.35" width="0.1524" layer="21"/> -<wire x1="-4.318" y1="6.35" x2="-5.207" y2="6.35" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="6.35" x2="-5.207" y2="8.255" width="0.1524" layer="21"/> -<wire x1="-4.572" y1="-6.985" x2="4.572" y2="-6.985" width="0.0508" layer="21"/> -<wire x1="4.572" y1="1.27" x2="4.572" y2="-6.985" width="0.0508" layer="21"/> -<wire x1="4.572" y1="1.27" x2="-4.572" y2="1.27" width="0.0508" layer="21"/> -<wire x1="-4.572" y1="-6.985" x2="-4.572" y2="1.27" width="0.0508" layer="21"/> -<circle x="0" y="4.826" radius="1.8034" width="0.1524" layer="21"/> -<circle x="0" y="4.826" radius="2.54" width="0" layer="43"/> -<circle x="0" y="4.826" radius="2.54" width="0" layer="42"/> -<pad name="1" x="-2.54" y="-10.16" drill="1.1176" shape="long" rot="R90"/> -<pad name="2" x="0" y="-10.16" drill="1.1176" shape="long" rot="R90"/> -<pad name="3" x="2.54" y="-10.16" drill="1.1176" shape="long" rot="R90"/> -<text x="-5.461" y="-10.922" size="1.778" layer="25" ratio="10" rot="R90">>NAME</text> -<text x="7.366" y="-11.049" size="1.778" layer="27" ratio="10" rot="R90">>VALUE</text> -<rectangle x1="2.159" y1="-11.049" x2="2.921" y2="-10.414" layer="21"/> -<rectangle x1="-0.381" y1="-11.049" x2="0.381" y2="-10.414" layer="21"/> -<rectangle x1="-2.921" y1="-11.049" x2="-2.159" y2="-10.414" layer="21"/> -<rectangle x1="-3.175" y1="-10.414" x2="-1.905" y2="-7.62" layer="21"/> -<rectangle x1="-0.635" y1="-10.414" x2="0.635" y2="-7.62" layer="21"/> -<rectangle x1="1.905" y1="-10.414" x2="3.175" y2="-7.62" layer="21"/> -<hole x="0" y="4.826" drill="3.302"/> -</package> -<package name="TO39"> -<description><b>Metal Can Package</b></description> -<wire x1="-4.0386" y1="-3.5306" x2="-3.5052" y2="-2.9972" width="0.1524" layer="21"/> -<wire x1="-2.9718" y1="-3.5306" x2="-3.5052" y2="-4.064" width="0.1524" layer="21"/> -<wire x1="-3.5052" y1="-4.064" x2="-4.0386" y2="-3.5306" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="4.572" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="3.8608" width="0.0508" layer="21"/> -<pad name="1" x="0" y="-2.54" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="3" x="0" y="2.54" drill="0.8128" shape="octagon"/> -<text x="-2.794" y="4.826" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.302" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="TO252"> -<description><b>SMALL OUTLINE TRANSISTOR</b><p> -TS-003</description> -<wire x1="3.2766" y1="3.8354" x2="3.277" y2="-2.159" width="0.2032" layer="21"/> -<wire x1="3.277" y1="-2.159" x2="-3.277" y2="-2.159" width="0.2032" layer="21"/> -<wire x1="-3.277" y1="-2.159" x2="-3.2766" y2="3.8354" width="0.2032" layer="21"/> -<wire x1="-3.277" y1="3.835" x2="3.2774" y2="3.8346" width="0.2032" layer="51"/> -<wire x1="-2.5654" y1="3.937" x2="-2.5654" y2="4.6482" width="0.2032" layer="51"/> -<wire x1="-2.5654" y1="4.6482" x2="-2.1082" y2="5.1054" width="0.2032" layer="51"/> -<wire x1="-2.1082" y1="5.1054" x2="2.1082" y2="5.1054" width="0.2032" layer="51"/> -<wire x1="2.1082" y1="5.1054" x2="2.5654" y2="4.6482" width="0.2032" layer="51"/> -<wire x1="2.5654" y1="4.6482" x2="2.5654" y2="3.937" width="0.2032" layer="51"/> -<wire x1="2.5654" y1="3.937" x2="-2.5654" y2="3.937" width="0.2032" layer="51"/> -<smd name="3" x="0" y="2.5" dx="5.4" dy="6.2" layer="1"/> -<smd name="1" x="-2.28" y="-4.8" dx="1" dy="1.6" layer="1"/> -<smd name="2" x="2.28" y="-4.8" dx="1" dy="1.6" layer="1"/> -<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> -<rectangle x1="-2.7178" y1="-5.1562" x2="-1.8542" y2="-2.2606" layer="51"/> -<rectangle x1="1.8542" y1="-5.1562" x2="2.7178" y2="-2.2606" layer="51"/> -<rectangle x1="-0.4318" y1="-3.0226" x2="0.4318" y2="-2.2606" layer="21"/> -<polygon width="0.1998" layer="51"> -<vertex x="-2.5654" y="3.937"/> -<vertex x="-2.5654" y="4.6482"/> -<vertex x="-2.1082" y="5.1054"/> -<vertex x="2.1082" y="5.1054"/> -<vertex x="2.5654" y="4.6482"/> -<vertex x="2.5654" y="3.937"/> -</polygon> -</package> -<package name="TO220V"> -<description><b>TO 200 vertical</b></description> -<wire x1="5.08" y1="-1.143" x2="4.953" y2="-4.064" width="0.127" layer="21"/> -<wire x1="4.699" y1="-4.318" x2="4.953" y2="-4.064" width="0.127" layer="21"/> -<wire x1="4.699" y1="-4.318" x2="-4.699" y2="-4.318" width="0.127" layer="21"/> -<wire x1="-4.953" y1="-4.064" x2="-4.699" y2="-4.318" width="0.127" layer="21"/> -<wire x1="-4.953" y1="-4.064" x2="-5.08" y2="-1.143" width="0.127" layer="21"/> -<circle x="-4.4958" y="-3.7084" radius="0.254" width="0.127" layer="21"/> -<pad name="1" x="-2.54" y="-2.54" drill="1.016" shape="long" rot="R90"/> -<pad name="2" x="0" y="-2.54" drill="1.016" shape="long" rot="R90"/> -<pad name="3" x="2.54" y="-2.54" drill="1.016" shape="long" rot="R90"/> -<text x="-5.08" y="-6.0452" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-7.62" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="-3.175" y="-3.175" size="1.27" layer="51" ratio="10">1</text> -<text x="-0.635" y="-3.175" size="1.27" layer="51" ratio="10">2</text> -<text x="1.905" y="-3.175" size="1.27" layer="51" ratio="10">3</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="-1.651" y1="-1.27" x2="-0.889" y2="-0.762" layer="21"/> -<rectangle x1="-3.429" y1="-1.27" x2="-1.651" y2="-0.762" layer="51"/> -<rectangle x1="0.889" y1="-1.27" x2="1.651" y2="-0.762" layer="21"/> -<rectangle x1="3.429" y1="-1.27" x2="5.334" y2="-0.762" layer="21"/> -<rectangle x1="-0.889" y1="-1.27" x2="0.889" y2="-0.762" layer="51"/> -<rectangle x1="1.651" y1="-1.27" x2="3.429" y2="-0.762" layer="51"/> -</package> -</packages> -<symbols> -<symbol name="78XX"> -<wire x1="-7.62" y1="-5.08" x2="7.62" y2="-5.08" width="0.4064" layer="94"/> -<wire x1="7.62" y1="-5.08" x2="7.62" y2="2.54" width="0.4064" layer="94"/> -<wire x1="7.62" y1="2.54" x2="-7.62" y2="2.54" width="0.4064" layer="94"/> -<wire x1="-7.62" y1="2.54" x2="-7.62" y2="-5.08" width="0.4064" layer="94"/> -<text x="-7.62" y="5.715" size="1.778" layer="95">>NAME</text> -<text x="-7.62" y="3.175" size="1.778" layer="96">>VALUE</text> -<text x="-2.032" y="-4.318" size="1.524" layer="95">GND</text> -<pin name="VI" x="-10.16" y="0" length="short" direction="in"/> -<pin name="GND" x="0" y="-7.62" visible="pad" length="short" direction="pas" rot="R90"/> -<pin name="VO" x="10.16" y="0" length="short" direction="pas" rot="R180"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="78*" prefix="IC"> -<description>Positive <b>VOLTAGE REGULATOR</b><p> -Source:<br> -http://cache.national.com/ds/LM/LM78L05.pdf<br> -http://www.fairchildsemi.com/ds/LM/LM7805.pdf</description> -<gates> -<gate name="A1" symbol="78XX" x="0" y="0"/> -</gates> -<devices> -<device name="Z" package="TO92"> -<connects> -<connect gate="A1" pin="GND" pad="2"/> -<connect gate="A1" pin="VI" pad="3"/> -<connect gate="A1" pin="VO" pad="1"/> -</connects> -<technologies> -<technology name="L05"/> -<technology name="L08"/> -<technology name="L12"/> -<technology name="L15"/> -<technology name="L18"/> -<technology name="L24"/> -</technologies> -</device> -<device name="T" package="TO220H"> -<connects> -<connect gate="A1" pin="GND" pad="2"/> -<connect gate="A1" pin="VI" pad="1"/> -<connect gate="A1" pin="VO" pad="3"/> -</connects> -<technologies> -<technology name="05"/> -<technology name="06"/> -<technology name="08"/> -<technology name="12"/> -<technology name="15"/> -<technology name="18"/> -<technology name="24"/> -</technologies> -</device> -<device name="H" package="TO39"> -<connects> -<connect gate="A1" pin="GND" pad="3"/> -<connect gate="A1" pin="VI" pad="1"/> -<connect gate="A1" pin="VO" pad="2"/> -</connects> -<technologies> -<technology name="05"/> -<technology name="06"/> -<technology name="08"/> -<technology name="12"/> -<technology name="15"/> -<technology name="18"/> -<technology name="24"/> -</technologies> -</device> -<device name="L" package="TO92"> -<connects> -<connect gate="A1" pin="GND" pad="2"/> -<connect gate="A1" pin="VI" pad="3"/> -<connect gate="A1" pin="VO" pad="1"/> -</connects> -<technologies> -<technology name="05"/> -<technology name="06"/> -<technology name="08"/> -<technology name="12"/> -<technology name="15"/> -<technology name="18"/> -<technology name="24"/> -</technologies> -</device> -<device name="DT" package="TO252"> -<connects> -<connect gate="A1" pin="GND" pad="3"/> -<connect gate="A1" pin="VI" pad="1"/> -<connect gate="A1" pin="VO" pad="2"/> -</connects> -<technologies> -<technology name="05"/> -<technology name="06"/> -<technology name="08"/> -<technology name="12"/> -<technology name="15"/> -<technology name="18"/> -<technology name="24"/> -</technologies> -</device> -<device name="TV" package="TO220V"> -<connects> -<connect gate="A1" pin="GND" pad="2"/> -<connect gate="A1" pin="VI" pad="1"/> -<connect gate="A1" pin="VO" pad="3"/> -</connects> -<technologies> -<technology name="05"/> -<technology name="12"/> -<technology name="15"/> -<technology name="18"/> -<technology name="24"/> -<technology name="6"/> -<technology name="8"/> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="led"> -<packages> -<package name="1206"> -<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"/> -<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> -<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"/> -</package> -<package name="LD260"> -<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"/> -<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> -<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"/> -</package> -<package name="LED2X5"> -<description><B>LED</B><p> -2 x 5 mm, rectangle</description> -<wire x1="-2.54" y1="-1.27" x2="2.54" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="2.54" y1="1.27" x2="2.54" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="2.54" y1="1.27" x2="-2.54" y2="1.27" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="-1.27" x2="-2.54" y2="1.27" width="0.1524" layer="21"/> -<wire x1="-1.905" y1="0" x2="0.508" y2="0" width="0.1524" layer="51"/> -<wire x1="-0.508" y1="0.381" x2="-0.508" y2="-0.381" width="0.1524" layer="51"/> -<wire x1="-0.508" y1="0.381" x2="0.508" y2="0" width="0.1524" layer="51"/> -<wire x1="0.508" y1="0" x2="1.778" y2="0" width="0.1524" layer="51"/> -<wire x1="0.508" y1="0" x2="-0.508" y2="-0.381" width="0.1524" layer="51"/> -<wire x1="0.508" y1="0.381" x2="0.508" y2="0" width="0.1524" layer="51"/> -<wire x1="0.508" y1="0" x2="0.508" y2="-0.381" width="0.1524" layer="51"/> -<wire x1="0.889" y1="-0.254" x2="1.143" y2="-0.762" width="0.1524" layer="51"/> -<wire x1="1.143" y1="-0.762" x2="1.143" y2="-0.508" width="0.1524" layer="51"/> -<wire x1="1.143" y1="-0.762" x2="0.9398" y2="-0.6096" width="0.1524" layer="51"/> -<wire x1="0.9398" y1="-0.6096" x2="1.143" y2="-0.508" width="0.1524" layer="51"/> -<wire x1="1.397" y1="-0.254" x2="1.651" y2="-0.762" width="0.1524" layer="51"/> -<wire x1="1.651" y1="-0.762" x2="1.651" y2="-0.508" width="0.1524" layer="51"/> -<wire x1="1.651" y1="-0.762" x2="1.4478" y2="-0.6096" width="0.1524" layer="51"/> -<wire x1="1.4478" y1="-0.6096" x2="1.651" y2="-0.508" width="0.1524" layer="51"/> -<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="-2.54" y="1.397" size="1.016" layer="25" ratio="10">>NAME</text> -<text x="-2.54" y="-2.413" size="1.016" layer="27" ratio="10">>VALUE</text> -<rectangle x1="2.159" y1="-1.27" x2="2.413" y2="1.27" layer="21"/> -</package> -<package name="LED3MM"> -<description><B>LED</B><p> -3 mm, round</description> -<wire x1="1.5748" y1="-1.27" x2="1.5748" y2="1.27" width="0.254" layer="51"/> -<wire x1="-1.524" y1="0" x2="-1.1708" y2="0.9756" width="0.1524" layer="51" curve="-39.80361"/> -<wire x1="-1.524" y1="0" x2="-1.1391" y2="-1.0125" width="0.1524" layer="51" curve="41.633208"/> -<wire x1="1.1571" y1="0.9918" x2="1.524" y2="0" width="0.1524" layer="51" curve="-40.601165"/> -<wire x1="1.1708" y1="-0.9756" x2="1.524" y2="0" width="0.1524" layer="51" curve="39.80361"/> -<wire x1="0" y1="1.524" x2="1.2401" y2="0.8858" width="0.1524" layer="21" curve="-54.461337"/> -<wire x1="-1.2192" y1="0.9144" x2="0" y2="1.524" width="0.1524" layer="21" curve="-53.130102"/> -<wire x1="0" y1="-1.524" x2="1.203" y2="-0.9356" width="0.1524" layer="21" curve="52.126876"/> -<wire x1="-1.203" y1="-0.9356" x2="0" y2="-1.524" width="0.1524" layer="21" curve="52.126876"/> -<wire x1="-0.635" y1="0" x2="0" y2="0.635" width="0.1524" layer="51" curve="-90"/> -<wire x1="-1.016" y1="0" x2="0" y2="1.016" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-0.635" x2="0.635" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="0" y1="-1.016" x2="1.016" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="0" y1="2.032" x2="1.561" y2="1.3009" width="0.254" layer="21" curve="-50.193108"/> -<wire x1="-1.7929" y1="0.9562" x2="0" y2="2.032" width="0.254" layer="21" curve="-61.926949"/> -<wire x1="0" y1="-2.032" x2="1.5512" y2="-1.3126" width="0.254" layer="21" curve="49.763022"/> -<wire x1="-1.7643" y1="-1.0082" x2="0" y2="-2.032" width="0.254" layer="21" curve="60.255215"/> -<wire x1="-2.032" y1="0" x2="-1.7891" y2="0.9634" width="0.254" layer="51" curve="-28.301701"/> -<wire x1="-2.032" y1="0" x2="-1.7306" y2="-1.065" width="0.254" layer="51" curve="31.60822"/> -<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.905" y="0.381" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="1.905" y="-1.651" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="LED5MM"> -<description><B>LED</B><p> -5 mm, round</description> -<wire x1="2.54" y1="-1.905" x2="2.54" y2="1.905" width="0.2032" layer="21"/> -<wire x1="2.54" y1="-1.905" x2="2.54" y2="1.905" width="0.254" layer="21" curve="-286.260205"/> -<wire x1="-1.143" y1="0" x2="0" y2="1.143" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-1.143" x2="1.143" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-1.651" y1="0" x2="0" y2="1.651" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-1.651" x2="1.651" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-2.159" y1="0" x2="0" y2="2.159" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-2.159" x2="2.159" y2="0" width="0.1524" layer="51" curve="90"/> -<circle x="0" y="0" radius="2.54" width="0.1524" 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="3.175" y="0.5334" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="3.2004" y="-1.8034" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="LSU260"> -<description><B>LED</B><p> -1 mm, round, Siemens</description> -<wire x1="0" y1="-0.508" x2="-1.143" y2="-0.508" width="0.1524" layer="51"/> -<wire x1="-1.143" y1="-0.508" x2="-1.143" y2="-0.254" width="0.1524" layer="51"/> -<wire x1="-1.143" y1="0.508" x2="0" y2="0.508" width="0.1524" layer="51"/> -<wire x1="-1.143" y1="-0.254" x2="-1.397" y2="-0.254" width="0.1524" layer="51"/> -<wire x1="-1.143" y1="-0.254" x2="-1.143" y2="0.254" width="0.1524" layer="51"/> -<wire x1="-1.397" y1="-0.254" x2="-1.397" y2="0.254" width="0.1524" layer="51"/> -<wire x1="-1.397" y1="0.254" x2="-1.143" y2="0.254" width="0.1524" layer="51"/> -<wire x1="-1.143" y1="0.254" x2="-1.143" y2="0.508" width="0.1524" layer="51"/> -<wire x1="0.508" y1="-0.254" x2="1.397" y2="-0.254" width="0.1524" layer="51"/> -<wire x1="1.397" y1="-0.254" x2="1.397" y2="0.254" width="0.1524" layer="51"/> -<wire x1="1.397" y1="0.254" x2="0.508" y2="0.254" width="0.1524" layer="51"/> -<wire x1="0.381" y1="-0.381" x2="0.254" y2="-0.508" width="0.1524" layer="21"/> -<wire x1="0.254" y1="-0.508" x2="-0.254" y2="-0.508" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="-0.381" x2="-0.254" y2="-0.508" width="0.1524" layer="21"/> -<wire x1="0.381" y1="0.381" x2="0.254" y2="0.508" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0.508" x2="-0.254" y2="0.508" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0.381" x2="-0.254" y2="0.508" width="0.1524" layer="21"/> -<wire x1="0" y1="-0.254" x2="0.254" y2="0" width="0.1524" layer="21" curve="90"/> -<wire x1="-0.254" y1="0" x2="0" y2="0.254" width="0.1524" layer="21" curve="-90"/> -<wire x1="0.381" y1="-0.381" x2="0.381" y2="0.381" width="0.1524" layer="21" curve="90"/> -<circle x="0" y="0" radius="0.508" width="0.1524" layer="51"/> -<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="0.8382" size="1.016" layer="25" ratio="10">>NAME</text> -<text x="-1.27" y="-1.8542" size="1.016" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-1.397" y1="-0.254" x2="-1.143" y2="0.254" layer="51"/> -<rectangle x1="0.508" y1="-0.254" x2="1.397" y2="0.254" layer="51"/> -</package> -<package name="LZR181"> -<description><B>LED BLOCK</B><p> -1 LED, Siemens</description> -<wire x1="-1.27" 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.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.889" width="0.1524" layer="51"/> -<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"/> -<wire x1="-0.8678" y1="0.7439" x2="0" y2="1.143" width="0.1524" layer="21" curve="-49.396139"/> -<wire x1="0" y1="1.143" x2="0.8678" y2="0.7439" width="0.1524" layer="21" curve="-49.396139"/> -<wire x1="-0.8678" y1="-0.7439" x2="0" y2="-1.143" width="0.1524" layer="21" curve="49.396139"/> -<wire x1="0" y1="-1.143" x2="0.8678" y2="-0.7439" width="0.1524" layer="21" curve="49.396139"/> -<wire x1="0.8678" y1="0.7439" x2="1.143" y2="0" width="0.1524" layer="51" curve="-40.604135"/> -<wire x1="0.8678" y1="-0.7439" x2="1.143" y2="0" width="0.1524" layer="51" curve="40.604135"/> -<wire x1="-1.143" y1="0" x2="-0.8678" y2="0.7439" width="0.1524" layer="51" curve="-40.604135"/> -<wire x1="-1.143" y1="0" x2="-0.8678" y2="-0.7439" width="0.1524" layer="51" curve="40.604135"/> -<wire x1="-1.27" y1="1.27" x2="1.27" y2="1.27" width="0.1524" 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> -<rectangle x1="1.27" y1="-0.889" x2="1.524" y2="0.254" layer="51"/> -<rectangle x1="-1.524" y1="-0.254" x2="-1.27" y2="0.254" layer="51"/> -</package> -<package name="Q62902-B152"> -<description><b>LED HOLDER</b><p> -Siemens</description> -<wire x1="-2.9718" y1="-1.8542" x2="-2.9718" y2="-0.254" width="0.1524" layer="21"/> -<wire x1="-2.9718" y1="-0.254" x2="-2.9718" y2="0.254" width="0.1524" layer="21"/> -<wire x1="-2.9718" y1="0.254" x2="-2.9718" y2="1.8542" width="0.1524" layer="21"/> -<wire x1="2.9718" y1="-1.8542" x2="-2.1082" y2="-1.8542" width="0.1524" layer="21"/> -<wire x1="-2.1082" y1="-1.8542" x2="-2.54" y2="-1.8542" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="1.8542" x2="-2.1082" y2="1.8542" width="0.1524" layer="21"/> -<wire x1="-2.1082" y1="1.8542" x2="2.9718" y2="1.8542" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="-1.8542" x2="-2.54" y2="1.8542" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="-1.8542" x2="-2.9718" y2="-1.8542" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="1.8542" x2="-2.9718" y2="1.8542" width="0.1524" layer="21"/> -<wire x1="-2.9718" y1="0.254" x2="-2.9718" y2="-0.254" width="0.1524" layer="21" curve="180"/> -<wire x1="-1.1486" y1="0.8814" x2="0" y2="1.4478" width="0.1524" layer="21" curve="-52.498642"/> -<wire x1="0" y1="1.4478" x2="1.1476" y2="0.8827" width="0.1524" layer="21" curve="-52.433716"/> -<wire x1="-1.1351" y1="-0.8987" x2="0" y2="-1.4478" width="0.1524" layer="21" curve="51.629985"/> -<wire x1="0" y1="-1.4478" x2="1.1305" y2="-0.9044" width="0.1524" layer="21" curve="51.339172"/> -<wire x1="1.1281" y1="-0.9074" x2="1.4478" y2="0" width="0.1524" layer="51" curve="38.811177"/> -<wire x1="1.1401" y1="0.8923" x2="1.4478" y2="0" width="0.1524" layer="51" curve="-38.048073"/> -<wire x1="-1.4478" y1="0" x2="-1.1305" y2="-0.9044" width="0.1524" layer="51" curve="38.659064"/> -<wire x1="-1.4478" y1="0" x2="-1.1456" y2="0.8853" width="0.1524" layer="51" curve="-37.696376"/> -<wire x1="0" y1="1.7018" x2="1.4674" y2="0.8618" width="0.1524" layer="21" curve="-59.573488"/> -<wire x1="-1.4618" y1="0.8714" x2="0" y2="1.7018" width="0.1524" layer="21" curve="-59.200638"/> -<wire x1="0" y1="-1.7018" x2="1.4571" y2="-0.8793" width="0.1524" layer="21" curve="58.891781"/> -<wire x1="-1.4571" y1="-0.8793" x2="0" y2="-1.7018" width="0.1524" layer="21" curve="58.891781"/> -<wire x1="-1.7018" y1="0" x2="-1.4447" y2="0.8995" width="0.1524" layer="51" curve="-31.907626"/> -<wire x1="-1.7018" y1="0" x2="-1.4502" y2="-0.8905" width="0.1524" layer="51" curve="31.551992"/> -<wire x1="1.4521" y1="0.8874" x2="1.7018" y2="0" width="0.1524" layer="51" curve="-31.429586"/> -<wire x1="1.4459" y1="-0.8975" x2="1.7018" y2="0" width="0.1524" layer="51" curve="31.828757"/> -<wire x1="-2.1082" y1="1.8542" x2="-2.1082" y2="-1.8542" width="0.1524" layer="21"/> -<wire x1="-0.635" y1="0" x2="0" y2="0.635" width="0.1524" layer="21" curve="-90"/> -<wire x1="-1.016" y1="0" x2="0" y2="1.016" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-0.635" x2="0.635" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="0.0539" y1="-1.0699" x2="1.0699" y2="-0.0539" width="0.1524" layer="51" curve="90"/> -<wire x1="2.9718" y1="1.8542" x2="2.9718" y2="-1.8542" width="0.1524" layer="21"/> -<pad name="K" x="-1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<pad name="A" x="1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<text x="-1.905" y="2.286" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.905" y="-3.556" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="Q62902-B153"> -<description><b>LED HOLDER</b><p> -Siemens</description> -<wire x1="-5.5118" y1="-3.5052" x2="-5.5118" y2="-0.254" width="0.1524" layer="21"/> -<wire x1="-5.5118" y1="-0.254" x2="-5.5118" y2="0.254" width="0.1524" layer="21"/> -<wire x1="-5.5118" y1="0.254" x2="-5.5118" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="5.5118" y1="-3.5052" x2="-4.6482" y2="-3.5052" width="0.1524" layer="21"/> -<wire x1="-4.6482" y1="-3.5052" x2="-5.08" y2="-3.5052" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="3.5052" x2="-4.6482" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-4.6482" y1="3.5052" x2="5.5118" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="-3.5052" x2="-5.08" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="-3.5052" x2="-5.5118" y2="-3.5052" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="3.5052" x2="-5.5118" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-5.5118" y1="0.254" x2="-5.5118" y2="-0.254" width="0.1524" layer="21" curve="180"/> -<wire x1="-4.6482" y1="3.5052" x2="-4.6482" y2="-3.5052" width="0.1524" layer="21"/> -<wire x1="5.5118" y1="3.5052" x2="5.5118" y2="-3.5052" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="1.905" x2="-2.54" y2="-1.905" width="0.254" layer="21"/> -<wire x1="0" y1="-1.143" x2="1.143" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-1.143" y1="0" x2="0" y2="1.143" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-1.651" x2="1.651" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-1.651" y1="0" x2="0" y2="1.651" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-2.159" x2="2.159" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-2.2129" y1="0.0539" x2="-0.0539" y2="2.2129" width="0.1524" layer="51" curve="-90.010616"/> -<circle x="0" y="0" radius="2.54" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="3.175" width="0.254" layer="21"/> -<pad name="A" x="1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<pad name="K" x="-1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<text x="-4.191" y="3.937" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-4.318" y="-5.08" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="Q62902-B155"> -<description><b>LED HOLDER</b><p> -Siemens</description> -<wire x1="-1.27" y1="-3.048" x2="-1.27" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="10.033" y1="3.048" x2="2.921" y2="3.048" width="0.1524" layer="21"/> -<wire x1="10.033" y1="3.048" x2="10.033" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="-3.048" x2="2.921" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="2.921" y1="-3.048" x2="2.921" y2="3.048" width="0.1524" layer="21"/> -<wire x1="2.921" y1="-3.048" x2="10.033" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="2.921" y1="3.048" x2="-1.27" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="2.54" x2="-5.207" y2="2.54" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="2.54" x2="-1.27" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="-2.54" x2="-1.27" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="-2.54" x2="-1.27" y2="2.54" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="2.54" x2="-5.207" y2="-2.54" width="0.1524" layer="21" curve="180"/> -<wire x1="-6.985" y1="0.635" x2="-6.985" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="-6.096" y1="1.397" x2="-6.096" y2="-1.397" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="1.905" x2="-5.207" y2="-1.905" width="0.1524" layer="21"/> -<pad name="K" x="7.62" y="1.27" drill="0.8128" shape="long"/> -<pad name="A" x="7.62" y="-1.27" drill="0.8128" shape="long"/> -<text x="3.302" y="-2.794" size="1.016" layer="21" ratio="14">A+</text> -<text x="3.302" y="1.778" size="1.016" layer="21" ratio="14">K-</text> -<text x="11.684" y="-2.794" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text> -<text x="0.635" y="-4.445" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="2.921" y1="1.016" x2="6.731" y2="1.524" layer="21"/> -<rectangle x1="2.921" y1="-1.524" x2="6.731" y2="-1.016" layer="21"/> -<hole x="0" y="0" drill="0.8128"/> -</package> -<package name="Q62902-B156"> -<description><b>LED HOLDER</b><p> -Siemens</description> -<wire x1="2.54" y1="-1.905" x2="2.54" y2="1.905" width="0.1524" layer="21"/> -<wire x1="-1.143" y1="0" x2="0" y2="1.143" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-1.143" x2="1.143" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-1.651" y1="0" x2="0" y2="1.651" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-1.651" x2="1.651" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="-2.159" y1="0" x2="0" y2="2.159" width="0.1524" layer="51" curve="-90"/> -<wire x1="0.0539" y1="-2.2129" x2="2.2129" y2="-0.0539" width="0.1524" layer="51" curve="90.005308"/> -<wire x1="2.54" y1="3.81" x2="3.81" y2="2.54" width="0.1524" layer="21"/> -<wire x1="2.54" y1="3.81" x2="-3.81" y2="3.81" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="-3.81" x2="-3.81" y2="3.81" width="0.1524" layer="21"/> -<wire x1="3.81" y1="2.54" x2="3.81" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="-3.81" x2="-2.54" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="-3.302" x2="-2.54" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="3.81" y1="-3.81" x2="2.54" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="2.54" y1="-3.302" x2="2.54" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="2.54" y1="-3.302" x2="-2.54" y2="-3.302" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="2.54" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="3.175" width="0.254" layer="21"/> -<pad name="A" x="-1.27" y="0" drill="1.016" shape="long" rot="R90"/> -<pad name="K" x="1.27" y="0" drill="1.016" shape="long" rot="R90"/> -<text x="-3.81" y="4.0894" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.7846" y="-5.3594" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="-3.556" y="-3.302" size="1.016" layer="21" ratio="14">+</text> -<text x="2.794" y="-3.302" size="1.016" layer="21" ratio="14">-</text> -</package> -<package name="SFH480"> -<description><B>IR LED</B><p> -infrared emitting diode, Infineon -TO-18, lead spacing 2.54 mm, cathode marking<p> -Inifineon</description> -<wire x1="-2.159" y1="1.524" x2="-2.794" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-2.794" y1="2.159" x2="-2.159" y2="2.794" width="0.1524" layer="21"/> -<wire x1="-1.524" y1="2.159" x2="-2.159" y2="2.794" width="0.1524" layer="21"/> -<wire x1="0" y1="1.778" x2="1.5358" y2="0.8959" width="0.1524" layer="21" curve="-59.743278"/> -<wire x1="-1.5358" y1="0.8959" x2="0" y2="1.778" width="0.1524" layer="21" curve="-59.743278"/> -<wire x1="-1.5358" y1="-0.8959" x2="0" y2="-1.778" width="0.1524" layer="21" curve="59.743278"/> -<wire x1="0" y1="-1.778" x2="1.5358" y2="-0.8959" width="0.1524" layer="21" curve="59.743278"/> -<wire x1="1.5142" y1="0.9318" x2="1.778" y2="0" width="0.1524" layer="51" curve="-31.606487"/> -<wire x1="1.5" y1="-0.9546" x2="1.778" y2="0" width="0.1524" layer="51" curve="32.472615"/> -<wire x1="-1.778" y1="0" x2="-1.5142" y2="-0.9318" width="0.1524" layer="51" curve="31.606487"/> -<wire x1="-1.778" y1="0" x2="-1.5" y2="0.9546" width="0.1524" layer="51" curve="-32.472615"/> -<wire x1="-0.635" y1="0" x2="0" y2="0.635" width="0.1524" layer="51" curve="-90"/> -<wire x1="-1.016" y1="0" x2="0" y2="1.016" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-0.635" x2="0.635" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="0.0539" y1="-1.0699" x2="1.0699" y2="-0.0539" width="0.1524" layer="51" curve="90"/> -<circle x="0" y="0" radius="2.667" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="2.413" width="0.254" layer="21"/> -<pad name="K" x="-1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<pad name="A" x="1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<text x="-1.27" y="3.048" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.27" y="-4.318" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="SFH482"> -<description><B>IR LED</B><p> -infrared emitting diode, Infineon -TO-18, lead spacing 2.54 mm, cathode marking<p> -Inifineon</description> -<wire x1="-2.159" y1="1.524" x2="-2.794" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-2.794" y1="2.159" x2="-2.159" y2="2.794" width="0.1524" layer="21"/> -<wire x1="-1.524" y1="2.159" x2="-2.159" y2="2.794" width="0.1524" layer="21"/> -<wire x1="0" y1="1.778" x2="1.5358" y2="0.8959" width="0.1524" layer="21" curve="-59.743278"/> -<wire x1="-1.5358" y1="0.8959" x2="0" y2="1.778" width="0.1524" layer="21" curve="-59.743278"/> -<wire x1="-1.5358" y1="-0.8959" x2="0" y2="-1.778" width="0.1524" layer="21" curve="59.743278"/> -<wire x1="0" y1="-1.778" x2="1.5358" y2="-0.8959" width="0.1524" layer="21" curve="59.743278"/> -<wire x1="1.5142" y1="0.9318" x2="1.778" y2="0" width="0.1524" layer="51" curve="-31.606487"/> -<wire x1="1.5" y1="-0.9546" x2="1.778" y2="0" width="0.1524" layer="51" curve="32.472615"/> -<wire x1="-1.778" y1="0" x2="-1.5142" y2="-0.9318" width="0.1524" layer="51" curve="31.606487"/> -<wire x1="-1.778" y1="0" x2="-1.5" y2="0.9546" width="0.1524" layer="51" curve="-32.472615"/> -<wire x1="-0.635" y1="0" x2="0" y2="0.635" width="0.1524" layer="51" curve="-90"/> -<wire x1="-1.016" y1="0" x2="0" y2="1.016" width="0.1524" layer="51" curve="-90"/> -<wire x1="0" y1="-0.635" x2="0.635" y2="0" width="0.1524" layer="51" curve="90"/> -<wire x1="0.0539" y1="-1.0699" x2="1.0699" y2="-0.0539" width="0.1524" layer="51" curve="90"/> -<circle x="0" y="0" radius="2.667" width="0.1524" layer="21"/> -<circle x="0" y="0" radius="2.413" width="0.254" layer="21"/> -<pad name="K" x="1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<pad name="A" x="-1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<text x="-1.27" y="3.048" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.27" y="-4.318" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="U57X32"> -<description><B>LED</B><p> -rectangle, 5.7 x 3.2 mm</description> -<wire x1="-3.175" y1="1.905" x2="3.175" y2="1.905" width="0.1524" layer="21"/> -<wire x1="3.175" y1="-1.905" x2="3.175" y2="1.905" width="0.1524" layer="21"/> -<wire x1="3.175" y1="-1.905" x2="-3.175" y2="-1.905" width="0.1524" layer="21"/> -<wire x1="-3.175" y1="1.905" x2="-3.175" y2="-1.905" width="0.1524" layer="21"/> -<wire x1="-2.667" y1="1.397" x2="2.667" y2="1.397" width="0.1524" layer="21"/> -<wire x1="2.667" y1="-1.397" x2="2.667" y2="1.397" width="0.1524" layer="21"/> -<wire x1="2.667" y1="-1.397" x2="-2.667" y2="-1.397" width="0.1524" layer="21"/> -<wire x1="-2.667" y1="1.397" x2="-2.667" y2="-1.397" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="1.016" x2="2.54" y2="1.016" width="0.1524" layer="51"/> -<wire x1="2.286" y1="1.27" x2="2.286" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="-2.54" y1="0.508" x2="2.54" y2="0.508" width="0.1524" layer="51"/> -<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.1524" layer="51"/> -<wire x1="-2.54" y1="-0.508" x2="2.54" y2="-0.508" width="0.1524" layer="51"/> -<wire x1="-2.54" y1="-1.016" x2="2.54" y2="-1.016" width="0.1524" layer="51"/> -<wire x1="-2.286" y1="1.27" x2="-2.286" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="-1.778" y1="1.27" x2="-1.778" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="-0.762" y1="1.27" x2="-0.762" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="-0.254" y1="1.27" x2="-0.254" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="0.254" y1="1.27" x2="0.254" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="0.762" y1="1.27" x2="0.762" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="1.27" y1="1.27" x2="1.27" y2="-1.27" width="0.1524" layer="51"/> -<wire x1="1.778" y1="1.27" x2="1.778" y2="-1.27" width="0.1524" layer="51"/> -<pad name="A" x="-1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<pad name="K" x="1.27" y="0" drill="0.8128" shape="long" rot="R90"/> -<text x="3.683" y="0.254" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="3.683" y="-1.524" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="IRL80A"> -<description><B>IR LED</B><p> -IR transmitter Siemens</description> -<wire x1="0.889" y1="2.286" x2="0.889" y2="1.778" width="0.1524" layer="21"/> -<wire x1="0.889" y1="1.778" x2="0.889" y2="0.762" width="0.1524" layer="51"/> -<wire x1="0.889" y1="0.762" x2="0.889" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="0.889" y1="-0.635" x2="0.889" y2="-1.778" width="0.1524" layer="51"/> -<wire x1="0.889" y1="-1.778" x2="0.889" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="0.889" y1="-2.286" x2="-0.889" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="-0.889" y1="2.286" x2="-0.889" y2="1.778" width="0.1524" layer="21"/> -<wire x1="-0.889" y1="1.778" x2="-0.889" y2="0.762" width="0.1524" layer="51"/> -<wire x1="-0.889" y1="0.762" x2="-0.889" y2="-0.762" width="0.1524" layer="21"/> -<wire x1="-0.889" y1="-0.762" x2="-0.889" y2="-1.778" width="0.1524" layer="51"/> -<wire x1="-0.889" y1="-1.778" x2="-0.889" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="-0.889" y1="2.286" x2="0.889" y2="2.286" width="0.1524" layer="21"/> -<wire x1="-0.889" y1="-0.762" x2="-0.889" y2="0.762" width="0.1524" layer="21" curve="-180"/> -<wire x1="-1.397" y1="0.254" x2="-1.397" y2="-0.254" width="0.0508" layer="21"/> -<wire x1="-1.143" y1="0.508" x2="-1.143" y2="-0.508" width="0.0508" layer="21"/> -<pad name="K" x="0" y="1.27" drill="0.8128" shape="octagon"/> -<pad name="A" x="0" y="-1.27" drill="0.8128" shape="octagon"/> -<text x="1.27" y="0.381" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="1.27" y="-1.651" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="P-LCC-2"> -<description><b>TOPLED® High-optical Power LED (HOP)</b><p> -Source: http://www.osram.convergy.de/ ... ls_t675.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.1" y2="-1.6" width="0.2032" layer="51"/> -<wire x1="-1.1" y1="-1.6" x2="-0.85" y2="-1.6" width="0.2032" layer="51"/> -<wire x1="-0.85" y1="-1.6" x2="1.1" y2="-1.6" width="0.2032" layer="51"/> -<wire x1="1.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.1" y2="1.6" width="0.2032" layer="51"/> -<wire x1="-1.1" y1="1.6" x2="-1.4" y2="1.6" width="0.2032" layer="51"/> -<wire x1="-1.1" y1="1.6" x2="-1.1" y2="1.8" width="0.1016" layer="51"/> -<wire x1="-1.1" 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.1" y1="-1.6" x2="-1.1" y2="-1.8" width="0.1016" layer="51"/> -<wire x1="-1.1" 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="-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"/> -<smd name="C" x="0" y="-2.75" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<smd name="A" x="0" y="2.75" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<text x="-2.54" y="-1.905" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="3.81" y="-1.905" size="1.27" layer="27" rot="R90">>VALUE</text> -<text x="-0.635" y="2.54" size="1.27" layer="21">A</text> -<text x="-0.635" y="-3.81" size="1.27" layer="21">C</text> -<rectangle x1="-1.3" y1="-2.25" x2="1.3" y2="-0.75" layer="31"/> -<rectangle x1="-1.3" y1="0.75" x2="1.3" y2="2.25" layer="31"/> -<rectangle x1="-0.25" y1="-0.25" x2="0.25" y2="0.25" layer="21"/> -<rectangle x1="-1.4" y1="0.65" x2="1.4" y2="2.35" layer="29"/> -<rectangle x1="-1.4" y1="-2.35" x2="1.4" y2="-0.65" layer="29"/> -</package> -<package name="OSRAM-MINI-TOP-LED"> -<description><b>BLUE LINETM Hyper Mini TOPLED® Hyper-Bright LED</b><p> -Source: http://www.osram.convergy.de/ ... LB M676.pdf</description> -<wire x1="-0.6" y1="0.9" x2="-0.6" y2="-0.7" width="0.1016" layer="51"/> -<wire x1="-0.45" y1="-0.9" x2="-0.4" y2="-0.9" width="0.1016" layer="51"/> -<wire x1="-0.4" y1="-0.9" x2="0.6" y2="-0.9" width="0.1016" layer="51"/> -<wire x1="0.6" y1="-0.9" x2="0.6" y2="0.9" width="0.1016" layer="51"/> -<wire x1="0.6" y1="0.9" x2="-0.6" y2="0.9" width="0.1016" layer="51"/> -<wire x1="-0.45" y1="0.95" x2="-0.45" y2="1.1" width="0.1016" layer="51"/> -<wire x1="-0.45" y1="1.1" x2="0.45" y2="1.1" width="0.1016" layer="51"/> -<wire x1="0.45" y1="1.1" x2="0.45" y2="0.95" width="0.1016" layer="51"/> -<wire x1="-0.6" y1="-0.7" x2="-0.4" y2="-0.9" width="0.1016" layer="51"/> -<wire x1="-0.45" y1="-0.9" x2="-0.45" y2="-1.1" width="0.1016" layer="51"/> -<wire x1="-0.45" y1="-1.1" x2="0.45" y2="-1.1" width="0.1016" layer="51"/> -<wire x1="0.45" y1="-1.1" x2="0.45" y2="-0.95" width="0.1016" layer="51"/> -<smd name="A" x="0" y="2.6" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<smd name="C" x="0" y="-2.6" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<text x="-0.635" y="1.905" size="1.27" layer="21">A</text> -<text x="-0.635" y="-3.175" size="1.27" layer="21">C</text> -<text x="-2.54" y="-1.905" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="3.81" y="-1.905" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.5" y1="0.6" x2="0.5" y2="1.4" layer="29"/> -<rectangle x1="-0.5" y1="-1.4" x2="0.5" y2="-0.6" layer="29"/> -<rectangle x1="-0.15" y1="-0.6" x2="0.15" y2="-0.3" layer="51"/> -<rectangle x1="-0.45" y1="0.65" x2="0.45" y2="1.35" layer="31"/> -<rectangle x1="-0.45" y1="-1.35" x2="0.45" y2="-0.65" layer="31"/> -</package> -<package name="OSRAM-SIDELED"> -<description><b>Super SIDELED® High-Current LED</b><p> -LG A672, LP A672 <br> -Source: http://www.osram.convergy.de/ ... LG_LP_A672.pdf (2004.05.13)</description> -<wire x1="-1.85" y1="-2.05" x2="-1.85" y2="-0.75" width="0.1016" layer="51"/> -<wire x1="-1.85" y1="-0.75" x2="-1.7" y2="-0.75" width="0.1016" layer="51"/> -<wire x1="-1.7" y1="-0.75" x2="-1.7" y2="0.75" width="0.1016" layer="51"/> -<wire x1="-1.7" y1="0.75" x2="-1.85" y2="0.75" width="0.1016" layer="51"/> -<wire x1="-1.85" y1="0.75" x2="-1.85" y2="2.05" width="0.1016" layer="51"/> -<wire x1="-1.85" y1="2.05" x2="0.9" y2="2.05" width="0.1016" layer="51"/> -<wire x1="0.9" y1="2.05" x2="0.9" y2="-2.05" width="0.1016" layer="51"/> -<wire x1="0.9" y1="-2.05" x2="-1.85" y2="-2.05" width="0.1016" layer="51"/> -<wire x1="0.9" y1="-2.05" x2="1.05" y2="-2.05" width="0.1016" layer="51"/> -<wire x1="1.05" y1="-2.05" x2="1.85" y2="-1.85" width="0.1016" layer="51"/> -<wire x1="1.85" y1="-1.85" x2="1.85" y2="1.85" width="0.1016" layer="51"/> -<wire x1="1.85" y1="1.85" x2="1.05" y2="2.05" width="0.1016" layer="51"/> -<wire x1="1.05" y1="2.05" x2="0.9" y2="2.05" width="0.1016" layer="51"/> -<wire x1="1.05" y1="2.05" x2="1.05" y2="-2.05" width="0.1016" layer="51"/> -<wire x1="-0.55" y1="-0.9" x2="-0.55" y2="0.9" width="0.1016" layer="51" curve="-167.319617"/> -<wire x1="-0.55" y1="-0.9" x2="0.85" y2="-1.2" width="0.1016" layer="51" style="shortdash"/> -<wire x1="-0.55" y1="0.9" x2="0.85" y2="1.2" width="0.1016" layer="51" style="shortdash"/> -<smd name="C" x="0" y="-2.5" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<smd name="A" x="0" y="2.5" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<text x="0.635" y="-3.175" size="1.27" layer="21" rot="R90">C</text> -<text x="0.635" y="2.54" size="1.27" layer="21" rot="R90">A</text> -<text x="-2.54" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="3.81" y="-2.54" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-2.1" y1="-2.2" x2="2.1" y2="-0.4" layer="29"/> -<rectangle x1="-2.1" y1="0.4" x2="2.1" y2="2.2" layer="29"/> -<rectangle x1="-1.9" y1="-2.1" x2="1.9" y2="-0.6" layer="31"/> -<rectangle x1="-1.9" y1="0.6" x2="1.9" y2="2.1" layer="31"/> -<rectangle x1="-1.85" y1="-2.05" x2="-0.7" y2="-1" layer="51"/> -</package> -<package name="SMART-LED"> -<description><b>SmartLEDTM Hyper-Bright LED</b><p> -Source: http://www.osram.convergy.de/ ... LA_LO_LS_LY L896.pdf</description> -<wire x1="-0.35" y1="0.6" x2="0.35" y2="0.6" width="0.1016" layer="51" style="shortdash"/> -<wire x1="0.35" y1="0.6" x2="0.35" y2="-0.6" width="0.1016" layer="21" style="shortdash"/> -<wire x1="0.35" y1="-0.6" x2="0.15" y2="-0.6" width="0.1016" layer="51" style="shortdash"/> -<wire x1="0.15" y1="-0.6" x2="-0.35" y2="-0.6" width="0.1016" layer="51" style="shortdash"/> -<wire x1="-0.35" y1="-0.6" x2="-0.35" y2="0.6" width="0.1016" layer="21" style="shortdash"/> -<wire x1="0.35" y1="-0.4" x2="0.15" y2="-0.6" width="0.1016" layer="51" style="shortdash"/> -<smd name="A" x="0" y="0.725" dx="0.35" dy="0.35" layer="1"/> -<smd name="B" x="0" y="-0.725" dx="0.35" dy="0.35" layer="1"/> -<text x="-0.635" y="-0.635" size="1.016" layer="25" rot="R90">>NAME</text> -<text x="1.905" y="-0.635" size="1.016" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.15" y1="-0.35" x2="0.15" y2="-0.05" layer="21"/> -<rectangle x1="-0.15" y1="0.6" x2="0.15" y2="0.85" layer="51"/> -<rectangle x1="-0.15" y1="-0.85" x2="0.15" y2="-0.6" layer="51"/> -</package> -<package name="P-LCC-2-TOPLED-RG"> -<description><b>Hyper TOPLED® RG Hyper-Bright LED</b><p> -Source: http://www.osram.convergy.de/ ... LA_LO_LS_LY T776.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.1" y2="-1.6" width="0.2032" layer="51"/> -<wire x1="-1.1" y1="-1.6" x2="-0.85" y2="-1.6" width="0.2032" layer="51"/> -<wire x1="-0.85" y1="-1.6" x2="1.1" y2="-1.6" width="0.2032" layer="51"/> -<wire x1="1.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.1" y2="1.6" width="0.2032" layer="51"/> -<wire x1="-1.1" y1="1.6" x2="-1.4" y2="1.6" width="0.2032" layer="51"/> -<wire x1="-1.1" y1="1.6" x2="-1.1" y2="2.45" width="0.1016" layer="51"/> -<wire x1="1.1" y1="2.45" x2="1.1" y2="1.6" width="0.1016" layer="51"/> -<wire x1="-1.1" y1="-1.6" x2="-1.1" y2="-2.45" width="0.1016" layer="51"/> -<wire x1="1.1" y1="-2.45" x2="1.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="21"/> -<smd name="C" x="0" y="-3.5" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<smd name="A" x="0" y="3.5" dx="4" dy="4" layer="1" stop="no" cream="no"/> -<text x="-2.54" y="-1.905" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="3.81" y="-1.905" size="1.27" layer="27" rot="R90">>VALUE</text> -<text x="-0.635" y="3.29" size="1.27" layer="21">A</text> -<text x="-0.635" y="-4.56" size="1.27" layer="21">C</text> -<rectangle x1="-1.3" y1="-3" x2="1.3" y2="-1.5" layer="31"/> -<rectangle x1="-1.3" y1="1.5" x2="1.3" y2="3" layer="31"/> -<rectangle x1="-0.25" y1="-0.25" x2="0.25" y2="0.25" layer="21"/> -<rectangle x1="-1.15" y1="2.4" x2="1.15" y2="2.7" layer="51"/> -<rectangle x1="-1.15" y1="-2.7" x2="1.15" y2="-2.4" layer="51"/> -<rectangle x1="-1.5" y1="1.5" x2="1.5" y2="3.2" layer="29"/> -<rectangle x1="-1.5" y1="-3.2" x2="1.5" y2="-1.5" layer="29"/> -<hole x="0" y="0" drill="2.8"/> -</package> -<package name="MICRO-SIDELED"> -<description><b>Hyper Micro SIDELED®</b><p> -Source: http://www.osram.convergy.de/ ... LA_LO_LS_LY Y876.pdf</description> -<wire x1="0.65" y1="1.1" x2="-0.1" y2="1.1" width="0.1016" layer="51"/> -<wire x1="-0.1" y1="1.1" x2="-0.35" y2="1" width="0.1016" layer="51"/> -<wire x1="-0.35" y1="1" x2="-0.35" y2="-0.9" width="0.1016" layer="21"/> -<wire x1="-0.35" y1="-0.9" x2="-0.1" y2="-1.1" width="0.1016" layer="51"/> -<wire x1="-0.1" y1="-1.1" x2="0.65" y2="-1.1" width="0.1016" layer="51"/> -<wire x1="0.65" y1="-1.1" x2="0.65" y2="1.1" width="0.1016" layer="21"/> -<wire x1="0.6" y1="0.9" x2="0.25" y2="0.7" width="0.0508" layer="21"/> -<wire x1="0.25" y1="0.7" x2="0.25" y2="-0.7" width="0.0508" layer="21"/> -<wire x1="0.25" y1="-0.7" x2="0.6" y2="-0.9" width="0.0508" layer="21"/> -<smd name="A" x="0" y="1.95" dx="1.6" dy="1.6" layer="1" stop="no" cream="no"/> -<smd name="C" x="0" y="-1.95" dx="1.6" dy="1.6" layer="1" stop="no" cream="no"/> -<text x="-1.27" y="-1.905" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="2.54" y="-1.905" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.4" y1="1.1" x2="0.4" y2="1.8" layer="29"/> -<rectangle x1="-0.4" y1="-1.8" x2="0.4" y2="-1.1" layer="29"/> -<rectangle x1="-0.35" y1="-1.75" x2="0.35" y2="-1.15" layer="31"/> -<rectangle x1="-0.35" y1="1.15" x2="0.35" y2="1.75" layer="31"/> -<rectangle x1="-0.125" y1="1.125" x2="0.125" y2="1.75" layer="51"/> -<rectangle x1="-0.125" y1="-1.75" x2="0.125" y2="-1.125" layer="51"/> -</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"/> -<smd name="A" x="-2" y="3.15" dx="3.3" dy="4.8" layer="1" stop="no" cream="no"/> -<smd name="C@3" x="2" y="3.15" dx="3.3" dy="4.8" layer="1" stop="no" cream="no"/> -<smd name="C@4" x="2" y="-3.15" dx="3.3" dy="4.8" layer="1" stop="no" cream="no"/> -<smd name="C@1" x="-2" y="-3.15" dx="3.3" dy="4.8" layer="1" stop="no" cream="no"/> -<text x="-3.81" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="5.08" y="-2.54" size="1.27" layer="27" rot="R90">>VALUE</text> -<text x="-1.905" y="-3.81" size="1.27" layer="21">C</text> -<text x="-1.905" y="2.54" size="1.27" layer="21">A</text> -<text x="1.27" y="2.54" size="1.27" layer="21">C</text> -<text x="1.27" y="-3.81" size="1.27" layer="21">C</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"/> -</package> -<package name="CHIP-LED0603"> -<description><b>Hyper CHIPLED Hyper-Bright LED</b><p> -LB Q993<br> -Source: http://www.osram.convergy.de/ ... Lb_q993.pdf</description> -<wire x1="-0.4" y1="0.45" x2="-0.4" y2="-0.45" width="0.1016" layer="51"/> -<wire x1="0.4" y1="0.45" x2="0.4" y2="-0.45" width="0.1016" layer="51"/> -<smd name="C" x="0" y="0.75" dx="0.8" dy="0.8" layer="1"/> -<smd name="A" x="0" y="-0.75" dx="0.8" dy="0.8" layer="1"/> -<text x="-0.635" y="-0.635" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="1.905" y="-0.635" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.45" y1="0.45" x2="0.45" y2="0.85" layer="51"/> -<rectangle x1="-0.45" y1="-0.85" x2="0.45" y2="-0.45" layer="51"/> -<rectangle x1="-0.45" y1="0" x2="-0.3" y2="0.3" layer="21"/> -<rectangle x1="0.3" y1="0" x2="0.45" y2="0.3" layer="21"/> -<rectangle x1="-0.15" y1="0" x2="0.15" y2="0.3" layer="21"/> -</package> -<package name="CHIP-LED0805"> -<description><b>Hyper CHIPLED Hyper-Bright LED</b><p> -LB R99A<br> -Source: http://www.osram.convergy.de/ ... lb_r99a.pdf</description> -<wire x1="-0.625" y1="0.45" x2="-0.625" y2="-0.45" width="0.1016" layer="51"/> -<wire x1="0.625" y1="0.45" x2="0.625" y2="-0.475" width="0.1016" layer="51"/> -<smd name="C" x="0" y="1.05" dx="1.2" dy="1.2" layer="1"/> -<smd name="A" x="0" y="-1.05" dx="1.2" dy="1.2" layer="1"/> -<text x="-1.27" y="-1.27" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="2.54" y="-1.27" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.675" y1="0" x2="-0.525" y2="0.3" layer="21"/> -<rectangle x1="0.525" y1="0" x2="0.675" y2="0.3" layer="21"/> -<rectangle x1="-0.15" y1="0" x2="0.15" y2="0.3" layer="21"/> -<rectangle x1="-0.675" y1="0.45" x2="0.675" y2="1.05" layer="51"/> -<rectangle x1="-0.675" y1="-1.05" x2="0.675" y2="-0.45" layer="51"/> -</package> -<package name="MINI-TOPLED-SANTANA"> -<description><b>Mini TOPLED Santana®</b><p> -Source: http://www.osram.convergy.de/ ... LG M470.pdf</description> -<wire x1="0.7" y1="-1" x2="0.35" y2="-1" width="0.1016" layer="21"/> -<wire x1="0.35" y1="-1" x2="-0.7" y2="-1" width="0.1016" layer="21"/> -<wire x1="-0.7" y1="-1" x2="-0.7" y2="1" width="0.1016" layer="21"/> -<wire x1="-0.7" y1="1" x2="0.7" y2="1" width="0.1016" layer="21"/> -<wire x1="0.7" y1="1" x2="0.7" y2="-0.65" width="0.1016" layer="21"/> -<wire x1="0.7" y1="-0.65" x2="0.7" y2="-1" width="0.1016" layer="21"/> -<wire x1="0.45" y1="-0.7" x2="-0.45" y2="-0.7" width="0.1016" layer="21"/> -<wire x1="-0.45" y1="-0.7" x2="-0.45" y2="0.7" width="0.1016" layer="21"/> -<wire x1="-0.45" y1="0.7" x2="0.45" y2="0.7" width="0.1016" layer="21"/> -<wire x1="0.45" y1="0.7" x2="0.45" y2="-0.7" width="0.1016" layer="21"/> -<wire x1="0.7" y1="-0.65" x2="0.35" y2="-1" width="0.1016" layer="21"/> -<smd name="C" x="0" y="-2.2" dx="1.6" dy="1.6" layer="1" stop="no" cream="no"/> -<smd name="A" x="0" y="2.2" dx="1.6" dy="1.6" layer="1" stop="no" cream="no"/> -<text x="-1.27" y="-1.905" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="2.54" y="-1.905" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.55" y1="1.5" x2="0.55" y2="2.1" layer="29"/> -<rectangle x1="-0.55" y1="-2.1" x2="0.55" y2="-1.5" layer="29"/> -<rectangle x1="-0.5" y1="-2.05" x2="0.5" y2="-1.55" layer="31"/> -<rectangle x1="-0.5" y1="1.55" x2="0.5" y2="2.05" layer="31"/> -<rectangle x1="-0.2" y1="-0.4" x2="0.15" y2="-0.05" layer="21"/> -<rectangle x1="-0.5" y1="-2.1" x2="0.5" y2="-1.4" layer="51"/> -<rectangle x1="-0.5" y1="1.4" x2="0.5" y2="2.05" layer="51"/> -<rectangle x1="-0.5" y1="1" x2="0.5" y2="1.4" layer="21"/> -<rectangle x1="-0.5" y1="-1.4" x2="0.5" y2="-1.05" layer="21"/> -<hole x="0" y="0" drill="2.7"/> -</package> -<package name="CHIPLED_0805"> -<description><b>CHIPLED</b><p> -Source: http://www.osram.convergy.de/ ... LG_R971.pdf</description> -<wire x1="-0.35" y1="0.925" x2="0.35" y2="0.925" width="0.1016" layer="51" curve="162.394521"/> -<wire x1="-0.35" y1="-0.925" x2="0.35" y2="-0.925" width="0.1016" layer="51" curve="-162.394521"/> -<wire x1="0.575" y1="0.525" x2="0.575" y2="-0.525" width="0.1016" layer="51"/> -<wire x1="-0.575" y1="-0.5" x2="-0.575" y2="0.925" width="0.1016" layer="51"/> -<circle x="-0.45" y="0.85" radius="0.103" width="0.1016" layer="51"/> -<smd name="C" x="0" y="1.05" dx="1.2" dy="1.2" layer="1"/> -<smd name="A" x="0" y="-1.05" dx="1.2" dy="1.2" layer="1"/> -<text x="-1.27" y="-1.27" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="2.54" y="-1.27" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="0.3" y1="0.5" x2="0.625" y2="1" layer="51"/> -<rectangle x1="-0.325" y1="0.5" x2="-0.175" y2="0.75" layer="51"/> -<rectangle x1="0.175" y1="0.5" x2="0.325" y2="0.75" layer="51"/> -<rectangle x1="-0.2" y1="0.5" x2="0.2" y2="0.675" layer="51"/> -<rectangle x1="0.3" y1="-1" x2="0.625" y2="-0.5" layer="51"/> -<rectangle x1="-0.625" y1="-1" x2="-0.3" y2="-0.5" layer="51"/> -<rectangle x1="0.175" y1="-0.75" x2="0.325" y2="-0.5" layer="51"/> -<rectangle x1="-0.325" y1="-0.75" x2="-0.175" y2="-0.5" layer="51"/> -<rectangle x1="-0.2" y1="-0.675" x2="0.2" y2="-0.5" layer="51"/> -<rectangle x1="-0.1" y1="0" x2="0.1" y2="0.2" layer="21"/> -<rectangle x1="-0.6" y1="0.5" x2="-0.3" y2="0.8" layer="51"/> -<rectangle x1="-0.625" y1="0.925" x2="-0.3" y2="1" layer="51"/> -</package> -<package name="CHIPLED_1206"> -<description><b>CHIPLED</b><p> -Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf</description> -<wire x1="-0.4" y1="1.6" x2="0.4" y2="1.6" width="0.1016" layer="51" curve="172.619069"/> -<wire x1="-0.8" y1="-0.95" x2="-0.8" y2="0.95" width="0.1016" layer="51"/> -<wire x1="0.8" y1="0.95" x2="0.8" y2="-0.95" width="0.1016" layer="51"/> -<circle x="-0.55" y="1.425" radius="0.1" width="0.1016" layer="51"/> -<smd name="C" x="0" y="1.75" dx="1.5" dy="1.5" layer="1"/> -<smd name="A" x="0" y="-1.75" dx="1.5" dy="1.5" layer="1"/> -<text x="-1.27" y="-1.27" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="2.54" y="-1.27" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.85" y1="1.525" x2="-0.35" y2="1.65" layer="51"/> -<rectangle x1="-0.85" y1="1.225" x2="-0.625" y2="1.55" layer="51"/> -<rectangle x1="-0.45" y1="1.225" x2="-0.325" y2="1.45" layer="51"/> -<rectangle x1="-0.65" y1="1.225" x2="-0.225" y2="1.35" layer="51"/> -<rectangle x1="0.35" y1="1.3" x2="0.85" y2="1.65" layer="51"/> -<rectangle x1="0.25" y1="1.225" x2="0.85" y2="1.35" layer="51"/> -<rectangle x1="-0.85" y1="0.95" x2="0.85" y2="1.25" layer="51"/> -<rectangle x1="-0.85" y1="-1.65" x2="0.85" y2="-0.95" layer="51"/> -<rectangle x1="-0.85" y1="0.35" x2="-0.525" y2="0.775" layer="21"/> -<rectangle x1="0.525" y1="0.35" x2="0.85" y2="0.775" layer="21"/> -<rectangle x1="-0.175" y1="0" x2="0.175" y2="0.35" layer="21"/> -</package> -<package name="CHIPLED_0603"> -<description><b>CHIPLED</b><p> -Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf</description> -<wire x1="-0.3" y1="0.8" x2="0.3" y2="0.8" width="0.1016" layer="51" curve="170.055574"/> -<wire x1="-0.275" y1="-0.825" x2="0.275" y2="-0.825" width="0.0508" layer="51" curve="-180"/> -<wire x1="-0.4" y1="0.375" x2="-0.4" y2="-0.35" width="0.1016" layer="51"/> -<wire x1="0.4" y1="0.35" x2="0.4" y2="-0.35" width="0.1016" layer="51"/> -<circle x="-0.35" y="0.625" radius="0.075" width="0.0508" layer="51"/> -<smd name="C" x="0" y="0.75" dx="0.8" dy="0.8" layer="1"/> -<smd name="A" x="0" y="-0.75" dx="0.8" dy="0.8" layer="1"/> -<text x="-0.635" y="-1.27" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="1.905" y="-1.27" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.45" y1="0.7" x2="-0.25" y2="0.85" layer="51"/> -<rectangle x1="-0.275" y1="0.55" x2="-0.225" y2="0.6" layer="51"/> -<rectangle x1="-0.45" y1="0.35" x2="-0.4" y2="0.725" layer="51"/> -<rectangle x1="0.25" y1="0.55" x2="0.45" y2="0.85" layer="51"/> -<rectangle x1="-0.45" y1="0.35" x2="0.45" y2="0.575" layer="51"/> -<rectangle x1="-0.45" y1="-0.85" x2="-0.25" y2="-0.35" layer="51"/> -<rectangle x1="0.25" y1="-0.85" x2="0.45" y2="-0.35" layer="51"/> -<rectangle x1="-0.275" y1="-0.575" x2="0.275" y2="-0.35" layer="51"/> -<rectangle x1="-0.275" y1="-0.65" x2="-0.175" y2="-0.55" layer="51"/> -<rectangle x1="0.175" y1="-0.65" x2="0.275" y2="-0.55" layer="51"/> -<rectangle x1="-0.125" y1="0" x2="0.125" y2="0.25" layer="21"/> -</package> -<package name="CHIPLED-0603-TTW"> -<description><b>CHIPLED-0603</b><p> -Recommended Solder Pad useable for SmartLEDTM and Chipled - Package 0603<br> -Package able to withstand TTW-soldering heat<br> -Package suitable for TTW-soldering<br> -Source: http://www.osram.convergy.de/ ... LO_LS_LY L89K.pdf</description> -<wire x1="-0.3" y1="0.8" x2="0.3" y2="0.8" width="0.1016" layer="51" curve="170.055574"/> -<wire x1="-0.275" y1="-0.825" x2="0.275" y2="-0.825" width="0.0508" layer="51" curve="-180"/> -<wire x1="-0.4" y1="0.375" x2="-0.4" y2="-0.35" width="0.1016" layer="51"/> -<wire x1="0.4" y1="0.35" x2="0.4" y2="-0.35" width="0.1016" layer="51"/> -<circle x="-0.35" y="0.625" radius="0.075" width="0.0508" layer="51"/> -<smd name="C" x="0" y="0.875" dx="0.8" dy="0.5" layer="1" stop="no" cream="no"/> -<smd name="A" x="0" y="-0.875" dx="0.8" dy="0.5" layer="1" stop="no" cream="no"/> -<smd name="A@1" x="0" y="-0.5" dx="0.35" dy="0.35" layer="1"/> -<smd name="C@1" x="0" y="0.5" dx="0.35" dy="0.35" layer="1"/> -<text x="-0.635" y="-1.27" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="1.905" y="-1.27" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.45" y1="0.7" x2="-0.25" y2="0.85" layer="51"/> -<rectangle x1="-0.275" y1="0.55" x2="-0.225" y2="0.6" layer="51"/> -<rectangle x1="-0.45" y1="0.35" x2="-0.4" y2="0.725" layer="51"/> -<rectangle x1="0.25" y1="0.55" x2="0.45" y2="0.85" layer="51"/> -<rectangle x1="-0.45" y1="0.35" x2="0.45" y2="0.575" layer="51"/> -<rectangle x1="-0.45" y1="-0.85" x2="-0.25" y2="-0.35" layer="51"/> -<rectangle x1="0.25" y1="-0.85" x2="0.45" y2="-0.35" layer="51"/> -<rectangle x1="-0.275" y1="-0.575" x2="0.275" y2="-0.35" layer="51"/> -<rectangle x1="-0.275" y1="-0.65" x2="-0.175" y2="-0.55" layer="51"/> -<rectangle x1="0.175" y1="-0.65" x2="0.275" y2="-0.55" layer="51"/> -<rectangle x1="-0.125" y1="0" x2="0.125" y2="0.25" layer="21"/> -<rectangle x1="-0.175" y1="0.325" x2="0.175" y2="0.7" layer="29"/> -<rectangle x1="-0.4" y1="0.625" x2="0.4" y2="1.125" layer="29"/> -<rectangle x1="-0.4" y1="-1.125" x2="0.4" y2="-0.625" layer="29"/> -<rectangle x1="-0.175" y1="-0.675" x2="0.175" y2="-0.325" layer="29"/> -</package> -<package name="SMARTLED-TTW"> -<description><b>SmartLED TTW</b><p> -Recommended Solder Pad useable for SmartLEDTM and Chipled - Package 0603<br> -Package able to withstand TTW-soldering heat<br> -Package suitable for TTW-soldering<br> -Source: http://www.osram.convergy.de/ ... LO_LS_LY L89K.pdf</description> -<wire x1="-0.35" y1="0.6" x2="0.35" y2="0.6" width="0.1016" layer="51" style="shortdash"/> -<wire x1="0.35" y1="0.6" x2="0.35" y2="-0.6" width="0.1016" layer="21" style="shortdash"/> -<wire x1="0.35" y1="-0.6" x2="0.15" y2="-0.6" width="0.1016" layer="51" style="shortdash"/> -<wire x1="0.15" y1="-0.6" x2="-0.35" y2="-0.6" width="0.1016" layer="51" style="shortdash"/> -<wire x1="-0.35" y1="-0.6" x2="-0.35" y2="0.6" width="0.1016" layer="21" style="shortdash"/> -<wire x1="0.35" y1="-0.4" x2="0.15" y2="-0.6" width="0.1016" layer="51" style="shortdash"/> -<smd name="C" x="0" y="0.875" dx="0.8" dy="0.5" layer="1" stop="no" cream="no"/> -<smd name="A" x="0" y="-0.875" dx="0.8" dy="0.5" layer="1" stop="no" cream="no"/> -<smd name="A@1" x="0" y="-0.5" dx="0.35" dy="0.35" layer="1" stop="no" cream="no"/> -<smd name="C@1" x="0" y="0.5" dx="0.35" dy="0.35" layer="1" stop="no" cream="no"/> -<text x="-0.635" y="-1.27" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="1.905" y="-1.27" size="1.27" layer="27" rot="R90">>VALUE</text> -<rectangle x1="-0.175" y1="0.325" x2="0.175" y2="0.7" layer="29"/> -<rectangle x1="-0.15" y1="-0.35" x2="0.15" y2="-0.05" layer="21"/> -<rectangle x1="-0.15" y1="0.6" x2="0.15" y2="0.85" layer="51"/> -<rectangle x1="-0.15" y1="-0.85" x2="0.15" y2="-0.6" layer="51"/> -<rectangle x1="-0.225" y1="0.3" x2="0.225" y2="0.975" layer="31"/> -<rectangle x1="-0.175" y1="-0.7" x2="0.175" y2="-0.325" layer="29" rot="R180"/> -<rectangle x1="-0.225" y1="-0.975" x2="0.225" y2="-0.3" layer="31" rot="R180"/> -</package> -<package name="LUMILED+"> -<description><b>Lumileds Lighting. LUXEON®</b> with cool pad<p> -Source: K2.pdf</description> -<wire x1="-3.575" y1="2.3375" x2="-2.3375" y2="3.575" width="0.2032" layer="21"/> -<wire x1="-2.3375" y1="3.575" x2="2.3375" y2="3.575" width="0.2032" layer="21"/> -<wire x1="3.575" y1="2.3375" x2="3.575" y2="-3.575" width="0.2032" layer="21"/> -<wire x1="3.575" y1="-3.575" x2="-2.3375" y2="-3.575" width="0.2032" layer="21"/> -<wire x1="-2.3375" y1="-3.575" x2="-2.5" y2="-3.4125" width="0.2032" layer="21"/> -<wire x1="-2.5" y1="-3.4125" x2="-3.4125" y2="-2.5" width="0.2032" layer="21" curve="167.429893"/> -<wire x1="-3.4125" y1="-2.5" x2="-3.575" y2="-2.3375" width="0.2032" layer="21"/> -<wire x1="-3.575" y1="-2.3375" x2="-3.575" y2="2.3375" width="0.2032" layer="21"/> -<wire x1="2.3375" y1="3.575" x2="2.5" y2="3.4125" width="0.2032" layer="21"/> -<wire x1="2.5" y1="3.4125" x2="3.4125" y2="2.5" width="0.2032" layer="21" curve="167.429893"/> -<wire x1="3.4125" y1="2.5" x2="3.575" y2="2.3375" width="0.2032" layer="21"/> -<wire x1="-1.725" y1="2.225" x2="-1.0625" y2="2.5625" width="0.2032" layer="21" curve="-255.44999"/> -<wire x1="1.725" y1="-2.225" x2="1.0625" y2="-2.5625" width="0.2032" layer="21" curve="-255.44999"/> -<circle x="0" y="0" radius="2.725" width="0.2032" layer="51"/> -<smd name="1NC" x="-5.2" y="1.15" dx="2.9" dy="1.7" layer="1"/> -<smd name="2+" x="-5.2" y="-1.15" dx="2.9" dy="1.7" layer="1"/> -<smd name="3NC" x="5.2" y="-1.15" dx="2.9" dy="1.7" layer="1" rot="R180"/> -<smd name="4-" x="5.2" y="1.15" dx="2.9" dy="1.7" layer="1" rot="R180"/> -<text x="-3.175" y="3.81" size="1.27" layer="25">>NAME</text> -<text x="-3.175" y="-5.08" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-5.975" y1="0.575" x2="-3.625" y2="1.6" layer="51"/> -<rectangle x1="-5.975" y1="-1.6" x2="-3.625" y2="-0.575" layer="51"/> -<rectangle x1="3.625" y1="-1.6" x2="5.975" y2="-0.575" layer="51" rot="R180"/> -<rectangle x1="3.625" y1="0.575" x2="5.975" y2="1.6" layer="51" rot="R180"/> -<polygon width="0.4064" layer="1"> -<vertex x="2.3383" y="1.35"/> -<vertex x="0" y="2.7"/> -<vertex x="-2.3383" y="1.35"/> -<vertex x="-2.3383" y="-1.35"/> -<vertex x="0" y="-2.7"/> -<vertex x="2.3383" y="-1.35"/> -</polygon> -<polygon width="0.4064" layer="29"> -<vertex x="2.3383" y="1.35"/> -<vertex x="0" y="2.7"/> -<vertex x="-2.3383" y="1.35"/> -<vertex x="-2.3383" y="-1.35"/> -<vertex x="0" y="-2.7"/> -<vertex x="2.3383" y="-1.35"/> -</polygon> -<polygon width="0.4064" layer="31"> -<vertex x="2.3383" y="1.35"/> -<vertex x="0" y="2.7"/> -<vertex x="-2.3383" y="1.35"/> -<vertex x="-2.3383" y="-1.35"/> -<vertex x="0" y="-2.7"/> -<vertex x="2.3383" y="-1.35"/> -</polygon> -</package> -<package name="LUMILED"> -<description><b>Lumileds Lighting. LUXEON®</b> without cool pad<p> -Source: K2.pdf</description> -<wire x1="-3.575" y1="2.3375" x2="-2.3375" y2="3.575" width="0.2032" layer="21"/> -<wire x1="-2.3375" y1="3.575" x2="2.3375" y2="3.575" width="0.2032" layer="21"/> -<wire x1="3.575" y1="2.3375" x2="3.575" y2="-3.575" width="0.2032" layer="21"/> -<wire x1="3.575" y1="-3.575" x2="-2.3375" y2="-3.575" width="0.2032" layer="21"/> -<wire x1="-2.3375" y1="-3.575" x2="-2.5" y2="-3.4125" width="0.2032" layer="21"/> -<wire x1="-2.5" y1="-3.4125" x2="-3.4125" y2="-2.5" width="0.2032" layer="21" curve="167.429893"/> -<wire x1="-3.4125" y1="-2.5" x2="-3.575" y2="-2.3375" width="0.2032" layer="21"/> -<wire x1="-3.575" y1="-2.3375" x2="-3.575" y2="2.3375" width="0.2032" layer="21"/> -<wire x1="2.3375" y1="3.575" x2="2.5" y2="3.4125" width="0.2032" layer="21"/> -<wire x1="2.5" y1="3.4125" x2="3.4125" y2="2.5" width="0.2032" layer="21" curve="167.429893"/> -<wire x1="3.4125" y1="2.5" x2="3.575" y2="2.3375" width="0.2032" layer="21"/> -<wire x1="-1.725" y1="2.225" x2="-1.0625" y2="2.5625" width="0.2032" layer="21" curve="-255.44999"/> -<wire x1="1.725" y1="-2.225" x2="1.0625" y2="-2.5625" width="0.2032" layer="21" curve="-255.44999"/> -<circle x="0" y="0" radius="2.725" width="0.2032" layer="51"/> -<smd name="1NC" x="-5.2" y="1.15" dx="2.9" dy="1.7" layer="1"/> -<smd name="2+" x="-5.2" y="-1.15" dx="2.9" dy="1.7" layer="1"/> -<smd name="3NC" x="5.2" y="-1.15" dx="2.9" dy="1.7" layer="1" rot="R180"/> -<smd name="4-" x="5.2" y="1.15" dx="2.9" dy="1.7" layer="1" rot="R180"/> -<text x="-3.175" y="3.81" size="1.27" layer="25">>NAME</text> -<text x="-3.175" y="-5.08" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-5.975" y1="0.575" x2="-3.625" y2="1.6" layer="51"/> -<rectangle x1="-5.975" y1="-1.6" x2="-3.625" y2="-0.575" layer="51"/> -<rectangle x1="3.625" y1="-1.6" x2="5.975" y2="-0.575" layer="51" rot="R180"/> -<rectangle x1="3.625" y1="0.575" x2="5.975" y2="1.6" layer="51" rot="R180"/> -<polygon width="0.4064" layer="29"> -<vertex x="2.3383" y="1.35"/> -<vertex x="0" y="2.7"/> -<vertex x="-2.3383" y="1.35"/> -<vertex x="-2.3383" y="-1.35"/> -<vertex x="0" y="-2.7"/> -<vertex x="2.3383" y="-1.35"/> -</polygon> -<polygon width="0.4064" layer="31"> -<vertex x="2.3383" y="1.35"/> -<vertex x="0" y="2.7"/> -<vertex x="-2.3383" y="1.35"/> -<vertex x="-2.3383" y="-1.35"/> -<vertex x="0" y="-2.7"/> -<vertex x="2.3383" y="-1.35"/> -</polygon> -</package> -<package name="LED10MM"> -<description><B>LED</B><p> -10 mm, round</description> -<wire x1="5.08" y1="-2.54" x2="5.08" y2="2.54" width="0.254" layer="21" curve="-306.869898"/> -<wire x1="4.445" y1="0" x2="0" y2="-4.445" width="0.127" layer="21" curve="-90"/> -<wire x1="3.81" y1="0" x2="0" y2="-3.81" width="0.127" layer="21" curve="-90"/> -<wire x1="3.175" y1="0" x2="0" y2="-3.175" width="0.127" layer="21" curve="-90"/> -<wire x1="2.54" y1="0" x2="0" y2="-2.54" width="0.127" layer="21" curve="-90"/> -<wire x1="-4.445" y1="0" x2="0" y2="4.445" width="0.127" layer="21" curve="-90"/> -<wire x1="-3.81" y1="0" x2="0" y2="3.81" width="0.127" layer="21" curve="-90"/> -<wire x1="-3.175" y1="0" x2="0" y2="3.175" width="0.127" layer="21" curve="-90"/> -<wire x1="-2.54" y1="0" x2="0" y2="2.54" width="0.127" layer="21" curve="-90"/> -<wire x1="5.08" y1="2.54" x2="5.08" y2="-2.54" width="0.254" layer="21"/> -<circle x="0" y="0" radius="5.08" width="0.127" layer="21"/> -<pad name="K" x="1.27" y="0" drill="0.8128" diameter="1.6764" shape="square"/> -<pad name="A" x="-1.27" y="0" drill="0.8128" diameter="1.6764" shape="octagon"/> -<text x="6.35" y="1.27" size="1.27" layer="25">>NAME</text> -<text x="6.35" y="-1.27" size="1.27" layer="27">>VALUE</text> -</package> -<package name="KA-3528ASYC"> -<description><b>SURFACE MOUNT LED LAMP</b> 3.5x2.8mm<p> -Source: http://www.kingbright.com/manager/upload/pdf/KA-3528ASYC(Ver1189474662.1)</description> -<wire x1="-1.55" y1="1.35" x2="1.55" y2="1.35" width="0.1016" layer="21"/> -<wire x1="1.55" y1="1.35" x2="1.55" y2="-1.35" width="0.1016" layer="51"/> -<wire x1="1.55" y1="-1.35" x2="-1.55" y2="-1.35" width="0.1016" layer="21"/> -<wire x1="-1.55" y1="-1.35" x2="-1.55" y2="1.35" width="0.1016" layer="51"/> -<wire x1="-0.65" y1="0.95" x2="0.65" y2="0.95" width="0.1016" layer="21" curve="-68.40813"/> -<wire x1="0.65" y1="-0.95" x2="-0.65" y2="-0.95" width="0.1016" layer="21" curve="-68.40813"/> -<circle x="0" y="0" radius="1.15" width="0.1016" layer="51"/> -<smd name="A" x="-1.55" y="0" dx="1.5" dy="2.2" layer="1"/> -<smd name="C" x="1.55" y="0" dx="1.5" dy="2.2" 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.75" y1="0.6" x2="-1.6" y2="1.1" layer="51"/> -<rectangle x1="-1.75" y1="-1.1" x2="-1.6" y2="-0.6" layer="51"/> -<rectangle x1="1.6" y1="-1.1" x2="1.75" y2="-0.6" layer="51" rot="R180"/> -<rectangle x1="1.6" y1="0.6" x2="1.75" y2="1.1" layer="51" rot="R180"/> -<polygon width="0.1016" layer="51"> -<vertex x="1.55" y="-1.35"/> -<vertex x="1.55" y="-0.625"/> -<vertex x="0.825" y="-1.35"/> -</polygon> -<polygon width="0.1016" layer="21"> -<vertex x="1.55" y="-1.35"/> -<vertex x="1.55" y="-1.175"/> -<vertex x="1" y="-1.175"/> -<vertex x="0.825" y="-1.35"/> -</polygon> -</package> -<package name="SML0805"> -<description><b>SML0805-2CW-TR (0805 PROFILE)</b> COOL WHITE<p> -Source: http://www.ledtronics.com/ds/smd-0603/Dstr0093.pdf</description> -<wire x1="-0.95" y1="-0.55" x2="0.95" y2="-0.55" width="0.1016" layer="51"/> -<wire x1="0.95" y1="-0.55" x2="0.95" y2="0.55" width="0.1016" layer="51"/> -<wire x1="0.95" y1="0.55" x2="-0.95" y2="0.55" width="0.1016" layer="51"/> -<wire x1="-0.95" y1="0.55" x2="-0.95" y2="-0.55" width="0.1016" layer="51"/> -<wire x1="-0.175" y1="-0.025" x2="0" y2="0.15" width="0.0634" layer="21"/> -<wire x1="0" y1="0.15" x2="0.15" y2="0" width="0.0634" layer="21"/> -<wire x1="0.15" y1="0" x2="-0.025" y2="-0.175" width="0.0634" layer="21"/> -<wire x1="-0.025" y1="-0.175" x2="-0.175" y2="-0.025" width="0.0634" layer="21"/> -<circle x="-0.275" y="0.4" radius="0.125" width="0" layer="21"/> -<smd name="C" x="-1.05" y="0" dx="1.2" dy="1.2" layer="1"/> -<smd name="A" x="1.05" y="0" dx="1.2" dy="1.2" layer="1"/> -<text x="-1.5" y="1" size="1.27" layer="25">>NAME</text> -<text x="-1.5" y="-2" size="1.27" layer="27">>VALUE</text> -</package> -<package name="SML1206"> -<description><b>SML10XXKH-TR (HIGH INTENSITY) LED</b><p> -<table> -<tr><td>SML10R3KH-TR</td><td>ULTRA RED</td></tr> -<tr><td>SML10E3KH-TR</td><td>SUPER REDSUPER BLUE</td></tr> -<tr><td>SML10O3KH-TR</td><td>SUPER ORANGE</td></tr> -<tr><td>SML10PY3KH-TR</td><td>PURE YELLOW</td></tr> -<tr><td>SML10OY3KH-TR</td><td>ULTRA YELLOW</td></tr> -<tr><td>SML10AG3KH-TR</td><td>AQUA GREEN</td></tr> -<tr><td>SML10BG3KH-TR</td><td>BLUE GREEN</td></tr> -<tr><td>SML10PB1KH-TR</td><td>SUPER BLUE</td></tr> -<tr><td>SML10CW1KH-TR</td><td>WHITE</td></tr> -</table> - -Source: http://www.ledtronics.com/ds/smd-1206/dstr0094.PDF</description> -<wire x1="-1.5" y1="0.5" x2="-1.5" y2="-0.5" width="0.2032" layer="51" curve="-180"/> -<wire x1="1.5" y1="-0.5" x2="1.5" y2="0.5" width="0.2032" layer="51" curve="-180"/> -<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"/> -<circle x="-0.725" y="0.525" radius="0.125" width="0" layer="21"/> -<smd name="C" x="-1.75" y="0" dx="1.5" dy="1.5" layer="1"/> -<smd name="A" x="1.75" y="0" dx="1.5" dy="1.5" layer="1"/> -<text x="-1.5" y="1" size="1.27" layer="25">>NAME</text> -<text x="-1.5" y="-2.5" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.6" y1="0.4" x2="-1.15" y2="0.8" layer="51"/> -<rectangle x1="-1.6" y1="-0.8" x2="-1.15" y2="-0.4" layer="51"/> -<rectangle x1="-1.175" y1="-0.6" x2="-1" y2="-0.275" layer="51"/> -<rectangle x1="1.15" y1="-0.8" x2="1.6" y2="-0.4" layer="51" rot="R180"/> -<rectangle x1="1.15" y1="0.4" x2="1.6" y2="0.8" layer="51" rot="R180"/> -<rectangle x1="1" y1="0.275" x2="1.175" y2="0.6" layer="51" rot="R180"/> -<rectangle x1="-0.1" y1="-0.1" x2="0.1" y2="0.1" layer="21"/> -</package> -<package name="SML0603"> -<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"/> -<smd name="C" x="-0.75" y="0" dx="0.8" dy="0.8" layer="1"/> -<smd name="A" 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> -<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"/> -</package> -</packages> -<symbols> -<symbol name="LED"> -<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"/> -<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> -<pin name="C" x="0" y="-5.08" visible="off" length="short" direction="pas" rot="R90"/> -<pin name="A" x="0" y="2.54" visible="off" length="short" direction="pas" rot="R270"/> -<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="LED" prefix="LED" uservalue="yes"> -<description><b>LED</b><p> -<u>OSRAM</u>:<br> - -- <u>CHIPLED</u><br> -LG R971, LG N971, LY N971, LG Q971, LY Q971, LO R971, LY R971 -LH N974, LH R974<br> -LS Q976, LO Q976, LY Q976<br> -LO Q996<br> - -- <u>Hyper CHIPLED</u><br> -LW Q18S<br> -LB Q993, LB Q99A, LB R99A<br> - -- <u>SideLED</u><br> -LS A670, LO A670, LY A670, LG A670, LP A670<br> -LB A673, LV A673, LT A673, LW A673<br> -LH A674<br> -LY A675<br> -LS A676, LA A676, LO A676, LY A676, LW A676<br> -LS A679, LY A679, LG A679<br> - -- <u>Hyper Micro SIDELED®</u><br> -LS Y876, LA Y876, LO Y876, LY Y876<br> -LT Y87S<br> - -- <u>SmartLED</u><br> -LW L88C, LW L88S<br> -LB L89C, LB L89S, LG L890<br> -LS L89K, LO L89K, LY L89K<br> -LS L896, LA L896, LO L896, LY L896<br> - -- <u>TOPLED</u><br> -LS T670, LO T670, LY T670, LG T670, LP T670<br> -LSG T670, LSP T670, LSY T670, LOP T670, LYG T670<br> -LG T671, LOG T671, LSG T671<br> -LB T673, LV T673, LT T673, LW T673<br> -LH T674<br> -LS T676, LA T676, LO T676, LY T676, LB T676, LH T676, LSB T676, LW T676<br> -LB T67C, LV T67C, LT T67C, LS T67K, LO T67K, LY T67K, LW E67C<br> -LS E67B, LA E67B, LO E67B, LY E67B, LB E67C, LV E67C, LT E67C<br> -LW T67C<br> -LS T679, LY T679, LG T679<br> -LS T770, LO T770, LY T770, LG T770, LP T770<br> -LB T773, LV T773, LT T773, LW T773<br> -LH T774<br> -LS E675, LA E675, LY E675, LS T675<br> -LS T776, LA T776, LO T776, LY T776, LB T776<br> -LHGB T686<br> -LT T68C, LB T68C<br> - -- <u>Hyper Mini TOPLED®</u><br> -LB M676<br> - -- <u>Mini TOPLED Santana®</u><br> -LG M470<br> -LS M47K, LO M47K, LY M47K -<p> -Source: http://www.osram.convergy.de<p> - -<u>LUXEON:</u><br> -- <u>LUMILED®</u><br> -LXK2-PW12-R00, LXK2-PW12-S00, LXK2-PW14-U00, LXK2-PW14-V00<br> -LXK2-PM12-R00, LXK2-PM12-S00, LXK2-PM14-U00<br> -LXK2-PE12-Q00, LXK2-PE12-R00, LXK2-PE12-S00, LXK2-PE14-T00, LXK2-PE14-U00<br> -LXK2-PB12-K00, LXK2-PB12-L00, LXK2-PB12-M00, LXK2-PB14-N00, LXK2-PB14-P00, LXK2-PB14-Q00<br> -LXK2-PR12-L00, LXK2-PR12-M00, LXK2-PR14-Q00, LXK2-PR14-R00<br> -LXK2-PD12-Q00, LXK2-PD12-R00, LXK2-PD12-S00<br> -LXK2-PH12-R00, LXK2-PH12-S00<br> -LXK2-PL12-P00, LXK2-PL12-Q00, LXK2-PL12-R00 -<p> -Source: www.luxeon.com<p> - -<u>KINGBRIGHT:</U><p> -KA-3528ASYC<br> -Source: www.kingbright.com</description> -<gates> -<gate name="G$1" symbol="LED" x="0" y="0"/> -</gates> -<devices> -<device name="SMT1206" package="1206"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="LD260" package="LD260"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SQR2X5" package="LED2X5"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="3MM" package="LED3MM"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="5MM" package="LED5MM"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="LSU260" package="LSU260"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="LZR181" package="LZR181"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="B152" package="Q62902-B152"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="B153" package="Q62902-B153"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="B155" package="Q62902-B155"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="B156" package="Q62902-B156"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SFH480" package="SFH480"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SFH482" package="SFH482"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SQR5.7X3.2" package="U57X32"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="IRL80A" package="IRL80A"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="P-LCC-2" package="P-LCC-2"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="MINI-TOP" package="OSRAM-MINI-TOP-LED"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SIDELED" package="OSRAM-SIDELED"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SMART-LED" package="SMART-LED"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="B"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="P-LCC-2-BACK" package="P-LCC-2-TOPLED-RG"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="MICRO-SIDELED" package="MICRO-SIDELED"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="P-LCC-4" package="P-LCC-4"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C@4"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="CHIP-LED0603" package="CHIP-LED0603"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="CHIP-LED0805" package="CHIP-LED0805"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="TOPLED-SANTANA" package="MINI-TOPLED-SANTANA"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="CHIPLED_0805" package="CHIPLED_0805"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="CHIPLED_1206" package="CHIPLED_1206"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="CHIPLED_0603" package="CHIPLED_0603"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="CHIPLED-0603-TTW" package="CHIPLED-0603-TTW"> -<connects> -<connect gate="G$1" pin="A" pad="A@1"/> -<connect gate="G$1" pin="C" pad="C@1"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="" package="SMARTLED-TTW"> -<connects> -<connect gate="G$1" pin="A" pad="A@1"/> -<connect gate="G$1" pin="C" pad="C@1"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="-LUMILED+" package="LUMILED+"> -<connects> -<connect gate="G$1" pin="A" pad="2+"/> -<connect gate="G$1" pin="C" pad="4-"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="-LUMILED" package="LUMILED"> -<connects> -<connect gate="G$1" pin="A" pad="2+"/> -<connect gate="G$1" pin="C" pad="4-"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="10MM" package="LED10MM"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="K"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="KA-3528ASYC" package="KA-3528ASYC"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SML0805" package="SML0805"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SML1206" package="SML1206"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -<device name="SML0603" package="SML0603"> -<connects> -<connect gate="G$1" pin="A" pad="A"/> -<connect gate="G$1" pin="C" pad="C"/> -</connects> -<technologies> -<technology name=""/> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="rcl"> -<packages> -<package name="C0402"> -<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"/> -<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> -<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="C0504"> -<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"/> -<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> -<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"/> -</package> -<package name="C0603"> -<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"/> -<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> -<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="C0805"> -<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"/> -<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> -<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"/> -</package> -<package name="C1005"> -<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"/> -<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> -<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="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="C1210"> -<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"/> -<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> -<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"/> -</package> -<package name="C1310"> -<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"/> -<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> -<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"/> -</package> -<package name="C1608"> -<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"/> -<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> -<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="C1812"> -<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"/> -<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> -<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"/> -</package> -<package name="C1825"> -<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"/> -<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> -<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"/> -</package> -<package name="C2012"> -<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"/> -<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> -<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"/> -</package> -<package name="C3216"> -<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.3" y1="-0.5001" x2="0.3" y2="0.5001" layer="35"/> -</package> -<package name="C3225"> -<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"/> -<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> -<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"/> -</package> -<package name="C4532"> -<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"/> -<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> -<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"/> -</package> -<package name="C4564"> -<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"/> -<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> -<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"/> -</package> -<package name="C025-024X044"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.4 x 4.4 mm</description> -<wire x1="-2.159" y1="-0.635" x2="-2.159" y2="0.635" width="0.1524" layer="21"/> -<wire x1="-2.159" y1="0.635" x2="-1.651" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.159" y1="-0.635" x2="-1.651" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="1.651" y1="1.143" x2="-1.651" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-0.635" x2="2.159" y2="0.635" width="0.1524" layer="21"/> -<wire x1="1.651" y1="-1.143" x2="-1.651" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="1.651" y1="1.143" x2="2.159" y2="0.635" width="0.1524" layer="21" curve="-90"/> -<wire x1="1.651" y1="-1.143" x2="2.159" y2="-0.635" width="0.1524" layer="21" curve="90"/> -<wire x1="-0.3048" y1="0.762" x2="-0.3048" y2="-0.762" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0.762" x2="0.3302" y2="-0.762" width="0.3048" layer="21"/> -<wire x1="1.27" y1="0" x2="0.3302" y2="0" width="0.1524" layer="51"/> -<wire x1="-1.27" y1="0" x2="-0.3048" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-1.778" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.778" y="-2.667" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025-025X050"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.5 x 5 mm</description> -<wire x1="-2.159" y1="1.27" x2="2.159" y2="1.27" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-1.27" x2="-2.159" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.016" x2="-2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.159" y1="1.27" x2="2.413" y2="1.016" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="1.016" x2="-2.159" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-1.27" x2="2.413" y2="-1.016" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-1.016" x2="-2.159" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="0.762" y1="0" x2="0.381" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="1.524" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-2.794" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025-030X050"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm, outline 3 x 5 mm</description> -<wire x1="-2.159" y1="1.524" x2="2.159" y2="1.524" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-1.524" x2="-2.159" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.27" x2="2.413" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.27" x2="-2.413" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="2.159" y1="1.524" x2="2.413" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="1.27" x2="-2.159" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-1.524" x2="2.413" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-1.27" x2="-2.159" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="0.762" y1="0" x2="0.381" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="1.905" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-3.048" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025-040X050"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm, outline 4 x 5 mm</description> -<wire x1="-2.159" y1="1.905" x2="2.159" y2="1.905" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-1.905" x2="-2.159" y2="-1.905" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.651" x2="2.413" y2="-1.651" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.651" x2="-2.413" y2="-1.651" width="0.1524" layer="21"/> -<wire x1="2.159" y1="1.905" x2="2.413" y2="1.651" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="1.651" x2="-2.159" y2="1.905" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-1.905" x2="2.413" y2="-1.651" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-1.651" x2="-2.159" y2="-1.905" width="0.1524" layer="21" curve="90"/> -<wire x1="0.762" y1="0" x2="0.381" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="2.159" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-3.429" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025-050X050"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm, outline 5 x 5 mm</description> -<wire x1="-2.159" y1="2.286" x2="2.159" y2="2.286" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-2.286" x2="-2.159" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="2.413" y1="2.032" x2="2.413" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="2.032" x2="-2.413" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="2.159" y1="2.286" x2="2.413" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="2.032" x2="-2.159" y2="2.286" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-2.286" x2="2.413" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-2.032" x2="-2.159" y2="-2.286" width="0.1524" layer="21" curve="90"/> -<wire x1="0.762" y1="0" x2="0.381" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="2.54" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-3.81" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025-060X050"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm, outline 6 x 5 mm</description> -<wire x1="-2.159" y1="2.794" x2="2.159" y2="2.794" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-2.794" x2="-2.159" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="2.413" y1="2.54" x2="2.413" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="2.54" x2="-2.413" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="2.159" y1="2.794" x2="2.413" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="2.54" x2="-2.159" y2="2.794" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-2.794" x2="2.413" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-2.54" x2="-2.159" y2="-2.794" width="0.1524" layer="21" curve="90"/> -<wire x1="0.762" y1="0" x2="0.381" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="3.048" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.032" y="-2.413" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025_050-024X070"> -<description><b>CAPACITOR</b><p> -grid 2.5 mm + 5 mm, outline 2.4 x 7 mm</description> -<wire x1="-2.159" y1="-0.635" x2="-2.159" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-2.159" y1="0.635" x2="-1.651" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.159" y1="-0.635" x2="-1.651" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="1.651" y1="1.143" x2="-1.651" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-0.635" x2="2.159" y2="0.635" width="0.1524" layer="51"/> -<wire x1="1.651" y1="-1.143" x2="-1.651" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="1.651" y1="1.143" x2="2.159" y2="0.635" width="0.1524" layer="21" curve="-90"/> -<wire x1="-4.191" y1="-1.143" x2="-3.9624" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="-4.191" y1="1.143" x2="-3.9624" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-4.699" y1="-0.635" x2="-4.191" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="1.651" y1="-1.143" x2="2.159" y2="-0.635" width="0.1524" layer="21" curve="90"/> -<wire x1="-4.699" y1="0.635" x2="-4.191" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-4.699" y1="-0.635" x2="-4.699" y2="0.635" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="1.143" x2="-2.5654" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-1.143" x2="-2.5654" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="-0.3048" y1="0.762" x2="-0.3048" y2="-0.762" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0.762" x2="0.3302" y2="-0.762" width="0.3048" layer="21"/> -<wire x1="1.27" y1="0" x2="0.3302" y2="0" width="0.1524" layer="51"/> -<wire x1="-1.27" y1="0" x2="-0.3048" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="3" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.81" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.81" y="-2.667" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025_050-025X075"> -<description><b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 2.5 x 7.5 mm</description> -<wire x1="-2.159" y1="1.27" x2="2.159" y2="1.27" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-1.27" x2="-2.159" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.016" x2="-2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.159" y1="1.27" x2="2.413" y2="1.016" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="1.016" x2="-2.159" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-1.27" x2="2.413" y2="-1.016" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-1.016" x2="-2.159" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<wire x1="4.953" y1="1.016" x2="4.953" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="4.699" y1="1.27" x2="4.953" y2="1.016" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="-1.27" x2="4.953" y2="-1.016" width="0.1524" layer="21" curve="90"/> -<wire x1="2.794" y1="1.27" x2="4.699" y2="1.27" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-1.27" x2="2.794" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="2.413" y2="0.762" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-0.762" x2="2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.413" y1="0.254" x2="2.413" y2="-0.254" width="0.1524" layer="21"/> -<wire x1="1.778" y1="0" x2="2.286" y2="0" width="0.1524" layer="51"/> -<wire x1="2.286" y1="0" x2="2.794" y2="0" width="0.1524" layer="21"/> -<wire x1="2.794" y1="0" x2="3.302" y2="0" width="0.1524" layer="51"/> -<wire x1="0.762" y1="0" x2="0.381" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="3" x="3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.159" y="1.651" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.159" y="-2.794" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025_050-035X075"> -<description><b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 3.5 x 7.5 mm</description> -<wire x1="-2.159" y1="1.778" x2="2.159" y2="1.778" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-1.778" x2="-2.159" y2="-1.778" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.524" x2="-2.413" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="2.159" y1="1.778" x2="2.413" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="1.524" x2="-2.159" y2="1.778" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-1.778" x2="2.413" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-1.524" x2="-2.159" y2="-1.778" width="0.1524" layer="21" curve="90"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<wire x1="4.953" y1="1.524" x2="4.953" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="4.699" y1="1.778" x2="4.953" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="-1.778" x2="4.953" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="2.794" y1="1.778" x2="4.699" y2="1.778" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-1.778" x2="2.794" y2="-1.778" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.524" x2="2.413" y2="1.016" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="2.413" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="2.413" y1="0.508" x2="2.413" y2="-0.508" width="0.1524" layer="21"/> -<wire x1="0.381" y1="0" x2="0.762" y2="0" width="0.1524" layer="51"/> -<wire x1="2.286" y1="0" x2="2.794" y2="0" width="0.1524" layer="21"/> -<wire x1="2.794" y1="0" x2="3.302" y2="0" width="0.1524" layer="51"/> -<wire x1="2.286" y1="0" x2="1.778" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="3" x="3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="2.159" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-3.302" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025_050-045X075"> -<description><b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 4.5 x 7.5 mm</description> -<wire x1="-2.159" y1="2.286" x2="2.159" y2="2.286" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-2.286" x2="-2.159" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="2.032" x2="-2.413" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="2.159" y1="2.286" x2="2.413" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="2.032" x2="-2.159" y2="2.286" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-2.286" x2="2.413" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-2.032" x2="-2.159" y2="-2.286" width="0.1524" layer="21" curve="90"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<wire x1="4.953" y1="2.032" x2="4.953" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="4.699" y1="2.286" x2="4.953" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="-2.286" x2="4.953" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="2.794" y1="2.286" x2="4.699" y2="2.286" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-2.286" x2="2.794" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="2.413" y1="2.032" x2="2.413" y2="1.397" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.397" x2="2.413" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="2.413" y1="0.762" x2="2.413" y2="-0.762" width="0.1524" layer="21"/> -<wire x1="2.286" y1="0" x2="2.794" y2="0" width="0.1524" layer="21"/> -<wire x1="2.794" y1="0" x2="3.302" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.762" y2="0" width="0.1524" layer="51"/> -<wire x1="2.286" y1="0" x2="1.778" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="3" x="3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="2.667" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-3.81" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C025_050-055X075"> -<description><b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 5.5 x 7.5 mm</description> -<wire x1="-2.159" y1="2.794" x2="2.159" y2="2.794" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-2.794" x2="-2.159" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="2.54" x2="-2.413" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="2.159" y1="2.794" x2="2.413" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.413" y1="2.54" x2="-2.159" y2="2.794" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.159" y1="-2.794" x2="2.413" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.413" y1="-2.54" x2="-2.159" y2="-2.794" width="0.1524" layer="21" curve="90"/> -<wire x1="0.381" y1="0" x2="0.254" y2="0" width="0.1524" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="0.762" width="0.254" layer="21"/> -<wire x1="0.254" y1="0" x2="0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0.762" x2="-0.254" y2="0" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.254" y2="-0.762" width="0.254" layer="21"/> -<wire x1="-0.254" y1="0" x2="-0.381" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.381" y1="0" x2="-0.762" y2="0" width="0.1524" layer="51"/> -<wire x1="4.953" y1="2.54" x2="4.953" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="4.699" y1="2.794" x2="4.953" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="-2.794" x2="4.953" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="2.794" y1="2.794" x2="4.699" y2="2.794" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-2.794" x2="2.794" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="2.413" y1="2.54" x2="2.413" y2="2.032" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-2.032" x2="2.413" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="2.413" y1="0.762" x2="2.413" y2="-0.762" width="0.1524" layer="21"/> -<wire x1="1.778" y1="0" x2="2.286" y2="0" width="0.1524" layer="51"/> -<wire x1="2.286" y1="0" x2="2.794" y2="0" width="0.1524" layer="21"/> -<wire x1="2.794" y1="0" x2="3.302" y2="0" width="0.1524" layer="51"/> -<wire x1="0.381" y1="0" x2="0.762" y2="0" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="3" x="3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.286" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.032" y="-2.286" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-024X044"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm</description> -<wire x1="-2.159" y1="-0.635" x2="-2.159" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-2.159" y1="0.635" x2="-1.651" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.159" y1="-0.635" x2="-1.651" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="1.651" y1="1.143" x2="-1.651" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.159" y1="-0.635" x2="2.159" y2="0.635" width="0.1524" layer="51"/> -<wire x1="1.651" y1="-1.143" x2="-1.651" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="1.651" y1="1.143" x2="2.159" y2="0.635" width="0.1524" layer="21" curve="-90"/> -<wire x1="1.651" y1="-1.143" x2="2.159" y2="-0.635" width="0.1524" layer="21" curve="90"/> -<wire x1="-0.3048" y1="0.762" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.762" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0.762" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.762" width="0.3048" layer="21"/> -<wire x1="1.27" y1="0" x2="0.3302" y2="0" width="0.1524" layer="21"/> -<wire x1="-1.27" y1="0" x2="-0.3048" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.159" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.159" y="-2.667" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="2.159" y1="-0.381" x2="2.54" y2="0.381" layer="51"/> -<rectangle x1="-2.54" y1="-0.381" x2="-2.159" y2="0.381" layer="51"/> -</package> -<package name="C050-025X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 2.5 x 7.5 mm</description> -<wire x1="-0.3048" y1="0.635" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="0.635" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="1.016" x2="-3.683" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-1.27" x2="3.429" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-1.016" x2="3.683" y2="1.016" width="0.1524" layer="21"/> -<wire x1="3.429" y1="1.27" x2="-3.429" y2="1.27" width="0.1524" layer="21"/> -<wire x1="3.429" y1="1.27" x2="3.683" y2="1.016" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-1.27" x2="3.683" y2="-1.016" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-1.016" x2="-3.429" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="1.016" x2="-3.429" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.429" y="1.651" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.429" y="-2.794" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-045X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 4.5 x 7.5 mm</description> -<wire x1="-0.3048" y1="0.635" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="0.635" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="2.032" x2="-3.683" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-2.286" x2="3.429" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-2.032" x2="3.683" y2="2.032" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.286" x2="-3.429" y2="2.286" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.286" x2="3.683" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-2.286" x2="3.683" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-2.032" x2="-3.429" y2="-2.286" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="2.032" x2="-3.429" y2="2.286" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.556" y="2.667" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.556" y="-3.81" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-030X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 3 x 7.5 mm</description> -<wire x1="-0.3048" y1="0.635" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="0.635" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="1.27" x2="-3.683" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-1.524" x2="3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-1.27" x2="3.683" y2="1.27" width="0.1524" layer="21"/> -<wire x1="3.429" y1="1.524" x2="-3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="3.429" y1="1.524" x2="3.683" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-1.524" x2="3.683" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-1.27" x2="-3.429" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="1.27" x2="-3.429" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.556" y="1.905" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.556" y="-3.048" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-050X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 5 x 7.5 mm</description> -<wire x1="-0.3048" y1="0.635" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="0.635" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="2.286" x2="-3.683" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-2.54" x2="3.429" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-2.286" x2="3.683" y2="2.286" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.54" x2="-3.429" y2="2.54" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.54" x2="3.683" y2="2.286" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-2.54" x2="3.683" y2="-2.286" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-2.286" x2="-3.429" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="2.286" x2="-3.429" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.429" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.175" y="-2.159" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-055X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 5.5 x 7.5 mm</description> -<wire x1="-0.3048" y1="0.635" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="0.635" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="2.54" x2="-3.683" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-2.794" x2="3.429" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-2.54" x2="3.683" y2="2.54" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.794" x2="-3.429" y2="2.794" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.794" x2="3.683" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-2.794" x2="3.683" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-2.54" x2="-3.429" y2="-2.794" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="2.54" x2="-3.429" y2="2.794" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.429" y="3.175" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.302" y="-2.286" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-075X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 7.5 x 7.5 mm</description> -<wire x1="-1.524" y1="0" x2="-0.4572" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.4572" y1="0" x2="-0.4572" y2="0.762" width="0.4064" layer="21"/> -<wire x1="-0.4572" y1="0" x2="-0.4572" y2="-0.762" width="0.4064" layer="21"/> -<wire x1="0.4318" y1="0.762" x2="0.4318" y2="0" width="0.4064" layer="21"/> -<wire x1="0.4318" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.4318" y1="0" x2="0.4318" y2="-0.762" width="0.4064" layer="21"/> -<wire x1="-3.683" y1="3.429" x2="-3.683" y2="-3.429" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-3.683" x2="3.429" y2="-3.683" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-3.429" x2="3.683" y2="3.429" width="0.1524" layer="21"/> -<wire x1="3.429" y1="3.683" x2="-3.429" y2="3.683" width="0.1524" layer="21"/> -<wire x1="3.429" y1="3.683" x2="3.683" y2="3.429" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-3.683" x2="3.683" y2="-3.429" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-3.429" x2="-3.429" y2="-3.683" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="3.429" x2="-3.429" y2="3.683" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.429" y="4.064" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.175" y="-2.921" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050H075X075"> -<description><b>CAPACITOR</b><p> -Horizontal, grid 5 mm, outline 7.5 x 7.5 mm</description> -<wire x1="-3.683" y1="7.112" x2="-3.683" y2="0.508" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="0.508" x2="-3.302" y2="0.508" width="0.1524" layer="21"/> -<wire x1="-3.302" y1="0.508" x2="-1.778" y2="0.508" width="0.1524" layer="51"/> -<wire x1="-1.778" y1="0.508" x2="1.778" y2="0.508" width="0.1524" layer="21"/> -<wire x1="1.778" y1="0.508" x2="3.302" y2="0.508" width="0.1524" layer="51"/> -<wire x1="3.302" y1="0.508" x2="3.683" y2="0.508" width="0.1524" layer="21"/> -<wire x1="3.683" y1="0.508" x2="3.683" y2="7.112" width="0.1524" layer="21"/> -<wire x1="3.175" y1="7.62" x2="-3.175" y2="7.62" width="0.1524" layer="21"/> -<wire x1="-0.3048" y1="2.413" x2="-0.3048" y2="1.778" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="1.778" x2="-0.3048" y2="1.143" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="1.778" x2="-1.651" y2="1.778" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="2.413" x2="0.3302" y2="1.778" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="1.778" x2="0.3302" y2="1.143" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="1.778" x2="1.651" y2="1.778" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="7.112" x2="-3.175" y2="7.62" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.175" y1="7.62" x2="3.683" y2="7.112" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.54" y1="0" x2="-2.54" y2="0.254" width="0.508" layer="51"/> -<wire x1="2.54" y1="0" x2="2.54" y2="0.254" width="0.508" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.302" y="8.001" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.175" y="3.175" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-2.794" y1="0.127" x2="-2.286" y2="0.508" layer="51"/> -<rectangle x1="2.286" y1="0.127" x2="2.794" y2="0.508" layer="51"/> -</package> -<package name="C075-032X103"> -<description><b>CAPACITOR</b><p> -grid 7.5 mm, outline 3.2 x 10.3 mm</description> -<wire x1="4.826" y1="1.524" x2="-4.826" y2="1.524" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="1.27" x2="-5.08" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="-4.826" y1="-1.524" x2="4.826" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="5.08" y1="-1.27" x2="5.08" y2="1.27" width="0.1524" layer="21"/> -<wire x1="4.826" y1="1.524" x2="5.08" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.826" y1="-1.524" x2="5.08" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="-1.27" x2="-4.826" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="1.27" x2="-4.826" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="0.508" y1="0" x2="2.54" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="0" x2="-0.508" y2="0" width="0.1524" layer="21"/> -<wire x1="-0.508" y1="0.889" x2="-0.508" y2="0" width="0.4064" layer="21"/> -<wire x1="-0.508" y1="0" x2="-0.508" y2="-0.889" width="0.4064" layer="21"/> -<wire x1="0.508" y1="0.889" x2="0.508" y2="0" width="0.4064" layer="21"/> -<wire x1="0.508" y1="0" x2="0.508" y2="-0.889" width="0.4064" layer="21"/> -<pad name="1" x="-3.81" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="3.81" y="0" drill="0.9144" shape="octagon"/> -<text x="-4.826" y="1.905" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-4.826" y="-3.048" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C075-042X103"> -<description><b>CAPACITOR</b><p> -grid 7.5 mm, outline 4.2 x 10.3 mm</description> -<wire x1="4.826" y1="2.032" x2="-4.826" y2="2.032" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="1.778" x2="-5.08" y2="-1.778" width="0.1524" layer="21"/> -<wire x1="-4.826" y1="-2.032" x2="4.826" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="5.08" y1="-1.778" x2="5.08" y2="1.778" width="0.1524" layer="21"/> -<wire x1="4.826" y1="2.032" x2="5.08" y2="1.778" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.826" y1="-2.032" x2="5.08" y2="-1.778" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="-1.778" x2="-4.826" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="1.778" x2="-4.826" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="-1.27" y1="0" x2="2.667" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.667" y1="0" x2="-2.159" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.159" y1="1.27" x2="-2.159" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.159" y1="0" x2="-2.159" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="0" width="0.4064" layer="21"/> -<wire x1="-1.27" y1="0" x2="-1.27" y2="-1.27" width="0.4064" layer="21"/> -<pad name="1" x="-3.81" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="3.81" y="0" drill="0.9144" shape="octagon"/> -<text x="-4.699" y="2.413" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.635" y="-1.651" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C075-052X106"> -<description><b>CAPACITOR</b><p> -grid 7.5 mm, outline 5.2 x 10.6 mm</description> -<wire x1="4.953" y1="2.54" x2="-4.953" y2="2.54" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="2.286" x2="-5.207" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="-4.953" y1="-2.54" x2="4.953" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="5.207" y1="-2.286" x2="5.207" y2="2.286" width="0.1524" layer="21"/> -<wire x1="4.953" y1="2.54" x2="5.207" y2="2.286" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.953" y1="-2.54" x2="5.207" y2="-2.286" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.207" y1="-2.286" x2="-4.953" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.207" y1="2.286" x2="-4.953" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="-1.27" y1="0" x2="2.667" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.667" y1="0" x2="-2.159" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.159" y1="1.27" x2="-2.159" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.159" y1="0" x2="-2.159" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="0" width="0.4064" layer="21"/> -<wire x1="-1.27" y1="0" x2="-1.27" y2="-1.27" width="0.4064" layer="21"/> -<pad name="1" x="-3.81" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="3.81" y="0" drill="0.9144" shape="octagon"/> -<text x="-4.826" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.635" y="-2.032" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C102-043X133"> -<description><b>CAPACITOR</b><p> -grid 10.2 mm, outline 4.3 x 13.3 mm</description> -<wire x1="-3.175" y1="1.27" x2="-3.175" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.286" y1="1.27" x2="-2.286" y2="0" width="0.4064" layer="21"/> -<wire x1="3.81" y1="0" x2="-2.286" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="0" x2="-2.286" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-3.81" y1="0" x2="-3.175" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.175" y1="0" x2="-3.175" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-6.096" y1="2.032" x2="6.096" y2="2.032" width="0.1524" layer="21"/> -<wire x1="6.604" y1="1.524" x2="6.604" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="6.096" y1="-2.032" x2="-6.096" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-6.604" y1="-1.524" x2="-6.604" y2="1.524" width="0.1524" layer="21"/> -<wire x1="6.096" y1="2.032" x2="6.604" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.096" y1="-2.032" x2="6.604" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="-1.524" x2="-6.096" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="1.524" x2="-6.096" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="5.08" y="0" drill="1.016" shape="octagon"/> -<text x="-6.096" y="2.413" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.524" y="-1.651" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C102-054X133"> -<description><b>CAPACITOR</b><p> -grid 10.2 mm, outline 5.4 x 13.3 mm</description> -<wire x1="-3.175" y1="1.27" x2="-3.175" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.286" y1="1.27" x2="-2.286" y2="0" width="0.4064" layer="21"/> -<wire x1="3.81" y1="0" x2="-2.286" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="0" x2="-2.286" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-3.81" y1="0" x2="-3.175" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.175" y1="0" x2="-3.175" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-6.096" y1="2.54" x2="6.096" y2="2.54" width="0.1524" layer="21"/> -<wire x1="6.604" y1="2.032" x2="6.604" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="6.096" y1="-2.54" x2="-6.096" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="-6.604" y1="-2.032" x2="-6.604" y2="2.032" width="0.1524" layer="21"/> -<wire x1="6.096" y1="2.54" x2="6.604" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.096" y1="-2.54" x2="6.604" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="-2.032" x2="-6.096" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="2.032" x2="-6.096" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="5.08" y="0" drill="1.016" shape="octagon"/> -<text x="-6.096" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.524" y="-1.905" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C102-064X133"> -<description><b>CAPACITOR</b><p> -grid 10.2 mm, outline 6.4 x 13.3 mm</description> -<wire x1="-3.175" y1="1.27" x2="-3.175" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.286" y1="1.27" x2="-2.286" y2="0" width="0.4064" layer="21"/> -<wire x1="3.81" y1="0" x2="-2.286" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="0" x2="-2.286" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-3.81" y1="0" x2="-3.175" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.175" y1="0" x2="-3.175" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-6.096" y1="3.048" x2="6.096" y2="3.048" width="0.1524" layer="21"/> -<wire x1="6.604" y1="2.54" x2="6.604" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="6.096" y1="-3.048" x2="-6.096" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-6.604" y1="-2.54" x2="-6.604" y2="2.54" width="0.1524" layer="21"/> -<wire x1="6.096" y1="3.048" x2="6.604" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.096" y1="-3.048" x2="6.604" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="-2.54" x2="-6.096" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="2.54" x2="-6.096" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="5.08" y="0" drill="1.016" shape="octagon"/> -<text x="-6.096" y="3.429" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.524" y="-2.032" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C102_152-062X184"> -<description><b>CAPACITOR</b><p> -grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm</description> -<wire x1="-2.286" y1="1.27" x2="-2.286" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.286" y1="0" x2="-2.286" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-3.175" y1="1.27" x2="-3.175" y2="0" width="0.4064" layer="21"/> -<wire x1="-3.175" y1="0" x2="-3.175" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-3.683" y1="0" x2="-3.175" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="0" x2="3.683" y2="0" width="0.1524" layer="21"/> -<wire x1="6.477" y1="0" x2="8.636" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.096" y1="3.048" x2="6.223" y2="3.048" width="0.1524" layer="21"/> -<wire x1="6.223" y1="-3.048" x2="-6.096" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-6.604" y1="-2.54" x2="-6.604" y2="2.54" width="0.1524" layer="21"/> -<wire x1="6.223" y1="3.048" x2="6.731" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.223" y1="-3.048" x2="6.731" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="-2.54" x2="-6.096" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-6.604" y1="2.54" x2="-6.096" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.731" y1="2.54" x2="6.731" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="11.176" y1="3.048" x2="11.684" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="11.176" y1="-3.048" x2="11.684" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="11.176" y1="-3.048" x2="7.112" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="7.112" y1="3.048" x2="11.176" y2="3.048" width="0.1524" layer="21"/> -<wire x1="11.684" y1="2.54" x2="11.684" y2="-2.54" width="0.1524" layer="21"/> -<pad name="1" x="-5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="3" x="10.033" y="0" drill="1.016" shape="octagon"/> -<text x="-5.969" y="3.429" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.524" y="-2.286" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C150-054X183"> -<description><b>CAPACITOR</b><p> -grid 15 mm, outline 5.4 x 18.3 mm</description> -<wire x1="-5.08" y1="1.27" x2="-5.08" y2="0" width="0.4064" layer="21"/> -<wire x1="-5.08" y1="0" x2="-5.08" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="1.27" x2="-4.191" y2="0" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="-4.191" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="0" x2="-6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="9.017" y1="2.032" x2="9.017" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="8.509" y1="-2.54" x2="-8.509" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="-9.017" y1="-2.032" x2="-9.017" y2="2.032" width="0.1524" layer="21"/> -<wire x1="-8.509" y1="2.54" x2="8.509" y2="2.54" width="0.1524" layer="21"/> -<wire x1="8.509" y1="2.54" x2="9.017" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="8.509" y1="-2.54" x2="9.017" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="-2.032" x2="-8.509" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="2.032" x2="-8.509" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-7.493" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.493" y="0" drill="1.016" shape="octagon"/> -<text x="-8.382" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.429" y="-2.032" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C150-064X183"> -<description><b>CAPACITOR</b><p> -grid 15 mm, outline 6.4 x 18.3 mm</description> -<wire x1="-5.08" y1="1.27" x2="-5.08" y2="0" width="0.4064" layer="21"/> -<wire x1="-5.08" y1="0" x2="-5.08" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="1.27" x2="-4.191" y2="0" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="-4.191" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="0" x2="-6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="9.017" y1="2.54" x2="9.017" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="8.509" y1="-3.048" x2="-8.509" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-9.017" y1="-2.54" x2="-9.017" y2="2.54" width="0.1524" layer="21"/> -<wire x1="-8.509" y1="3.048" x2="8.509" y2="3.048" width="0.1524" layer="21"/> -<wire x1="8.509" y1="3.048" x2="9.017" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="8.509" y1="-3.048" x2="9.017" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="-2.54" x2="-8.509" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="2.54" x2="-8.509" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-7.493" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.493" y="0" drill="1.016" shape="octagon"/> -<text x="-8.509" y="3.429" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.429" y="-2.032" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C150-072X183"> -<description><b>CAPACITOR</b><p> -grid 15 mm, outline 7.2 x 18.3 mm</description> -<wire x1="-5.08" y1="1.27" x2="-5.08" y2="0" width="0.4064" layer="21"/> -<wire x1="-5.08" y1="0" x2="-5.08" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="1.27" x2="-4.191" y2="0" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="-4.191" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="0" x2="-6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="9.017" y1="3.048" x2="9.017" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="8.509" y1="-3.556" x2="-8.509" y2="-3.556" width="0.1524" layer="21"/> -<wire x1="-9.017" y1="-3.048" x2="-9.017" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-8.509" y1="3.556" x2="8.509" y2="3.556" width="0.1524" layer="21"/> -<wire x1="8.509" y1="3.556" x2="9.017" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="8.509" y1="-3.556" x2="9.017" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="-3.048" x2="-8.509" y2="-3.556" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="3.048" x2="-8.509" y2="3.556" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-7.493" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.493" y="0" drill="1.016" shape="octagon"/> -<text x="-8.509" y="3.937" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.429" y="-2.286" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C150-084X183"> -<description><b>CAPACITOR</b><p> -grid 15 mm, outline 8.4 x 18.3 mm</description> -<wire x1="-5.08" y1="1.27" x2="-5.08" y2="0" width="0.4064" layer="21"/> -<wire x1="-5.08" y1="0" x2="-5.08" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="1.27" x2="-4.191" y2="0" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="-4.191" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="0" x2="-6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="9.017" y1="3.556" x2="9.017" y2="-3.556" width="0.1524" layer="21"/> -<wire x1="8.509" y1="-4.064" x2="-8.509" y2="-4.064" width="0.1524" layer="21"/> -<wire x1="-9.017" y1="-3.556" x2="-9.017" y2="3.556" width="0.1524" layer="21"/> -<wire x1="-8.509" y1="4.064" x2="8.509" y2="4.064" width="0.1524" layer="21"/> -<wire x1="8.509" y1="4.064" x2="9.017" y2="3.556" width="0.1524" layer="21" curve="-90"/> -<wire x1="8.509" y1="-4.064" x2="9.017" y2="-3.556" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="-3.556" x2="-8.509" y2="-4.064" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="3.556" x2="-8.509" y2="4.064" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-7.493" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.493" y="0" drill="1.016" shape="octagon"/> -<text x="-8.509" y="4.445" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.429" y="-2.54" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C150-091X182"> -<description><b>CAPACITOR</b><p> -grid 15 mm, outline 9.1 x 18.2 mm</description> -<wire x1="-5.08" y1="1.27" x2="-5.08" y2="0" width="0.4064" layer="21"/> -<wire x1="-5.08" y1="0" x2="-5.08" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="1.27" x2="-4.191" y2="0" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="-4.191" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-4.191" y1="0" x2="6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="0" x2="-6.096" y2="0" width="0.1524" layer="21"/> -<wire x1="9.017" y1="3.937" x2="9.017" y2="-3.937" width="0.1524" layer="21"/> -<wire x1="8.509" y1="-4.445" x2="-8.509" y2="-4.445" width="0.1524" layer="21"/> -<wire x1="-9.017" y1="-3.937" x2="-9.017" y2="3.937" width="0.1524" layer="21"/> -<wire x1="-8.509" y1="4.445" x2="8.509" y2="4.445" width="0.1524" layer="21"/> -<wire x1="8.509" y1="4.445" x2="9.017" y2="3.937" width="0.1524" layer="21" curve="-90"/> -<wire x1="8.509" y1="-4.445" x2="9.017" y2="-3.937" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="-3.937" x2="-8.509" y2="-4.445" width="0.1524" layer="21" curve="90"/> -<wire x1="-9.017" y1="3.937" x2="-8.509" y2="4.445" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-7.493" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.493" y="0" drill="1.016" shape="octagon"/> -<text x="-8.509" y="4.826" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.429" y="-2.54" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C225-062X268"> -<description><b>CAPACITOR</b><p> -grid 22.5 mm, outline 6.2 x 26.8 mm</description> -<wire x1="-12.827" y1="3.048" x2="12.827" y2="3.048" width="0.1524" layer="21"/> -<wire x1="13.335" y1="2.54" x2="13.335" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="12.827" y1="-3.048" x2="-12.827" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-13.335" y1="-2.54" x2="-13.335" y2="2.54" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="12.827" y1="3.048" x2="13.335" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="12.827" y1="-3.048" x2="13.335" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="-2.54" x2="-12.827" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="2.54" x2="-12.827" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="-9.652" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="9.652" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-11.303" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.303" y="0" drill="1.016" shape="octagon"/> -<text x="-12.7" y="3.429" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C225-074X268"> -<description><b>CAPACITOR</b><p> -grid 22.5 mm, outline 7.4 x 26.8 mm</description> -<wire x1="-12.827" y1="3.556" x2="12.827" y2="3.556" width="0.1524" layer="21"/> -<wire x1="13.335" y1="3.048" x2="13.335" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="12.827" y1="-3.556" x2="-12.827" y2="-3.556" width="0.1524" layer="21"/> -<wire x1="-13.335" y1="-3.048" x2="-13.335" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="12.827" y1="3.556" x2="13.335" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="12.827" y1="-3.556" x2="13.335" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="-3.048" x2="-12.827" y2="-3.556" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="3.048" x2="-12.827" y2="3.556" width="0.1524" layer="21" curve="-90"/> -<wire x1="-9.652" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="9.652" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-11.303" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.303" y="0" drill="1.016" shape="octagon"/> -<text x="-12.827" y="3.937" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C225-087X268"> -<description><b>CAPACITOR</b><p> -grid 22.5 mm, outline 8.7 x 26.8 mm</description> -<wire x1="-12.827" y1="4.318" x2="12.827" y2="4.318" width="0.1524" layer="21"/> -<wire x1="13.335" y1="3.81" x2="13.335" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="12.827" y1="-4.318" x2="-12.827" y2="-4.318" width="0.1524" layer="21"/> -<wire x1="-13.335" y1="-3.81" x2="-13.335" y2="3.81" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="12.827" y1="4.318" x2="13.335" y2="3.81" width="0.1524" layer="21" curve="-90"/> -<wire x1="12.827" y1="-4.318" x2="13.335" y2="-3.81" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="-3.81" x2="-12.827" y2="-4.318" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="3.81" x2="-12.827" y2="4.318" width="0.1524" layer="21" curve="-90"/> -<wire x1="-9.652" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="9.652" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-11.303" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.303" y="0" drill="1.016" shape="octagon"/> -<text x="-12.827" y="4.699" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C225-108X268"> -<description><b>CAPACITOR</b><p> -grid 22.5 mm, outline 10.8 x 26.8 mm</description> -<wire x1="-12.827" y1="5.334" x2="12.827" y2="5.334" width="0.1524" layer="21"/> -<wire x1="13.335" y1="4.826" x2="13.335" y2="-4.826" width="0.1524" layer="21"/> -<wire x1="12.827" y1="-5.334" x2="-12.827" y2="-5.334" width="0.1524" layer="21"/> -<wire x1="-13.335" y1="-4.826" x2="-13.335" y2="4.826" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="12.827" y1="5.334" x2="13.335" y2="4.826" width="0.1524" layer="21" curve="-90"/> -<wire x1="12.827" y1="-5.334" x2="13.335" y2="-4.826" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="-4.826" x2="-12.827" y2="-5.334" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="4.826" x2="-12.827" y2="5.334" width="0.1524" layer="21" curve="-90"/> -<wire x1="-9.652" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="9.652" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-11.303" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.303" y="0" drill="1.016" shape="octagon"/> -<text x="-12.954" y="5.715" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C225-113X268"> -<description><b>CAPACITOR</b><p> -grid 22.5 mm, outline 11.3 x 26.8 mm</description> -<wire x1="-12.827" y1="5.588" x2="12.827" y2="5.588" width="0.1524" layer="21"/> -<wire x1="13.335" y1="5.08" x2="13.335" y2="-5.08" width="0.1524" layer="21"/> -<wire x1="12.827" y1="-5.588" x2="-12.827" y2="-5.588" width="0.1524" layer="21"/> -<wire x1="-13.335" y1="-5.08" x2="-13.335" y2="5.08" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="12.827" y1="5.588" x2="13.335" y2="5.08" width="0.1524" layer="21" curve="-90"/> -<wire x1="12.827" y1="-5.588" x2="13.335" y2="-5.08" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="-5.08" x2="-12.827" y2="-5.588" width="0.1524" layer="21" curve="90"/> -<wire x1="-13.335" y1="5.08" x2="-12.827" y2="5.588" width="0.1524" layer="21" curve="-90"/> -<wire x1="-9.652" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="9.652" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-11.303" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.303" y="0" drill="1.016" shape="octagon"/> -<text x="-12.954" y="5.969" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C275-093X316"> -<description><b>CAPACITOR</b><p> -grid 27.5 mm, outline 9.3 x 31.6 mm</description> -<wire x1="-15.24" y1="4.572" x2="15.24" y2="4.572" width="0.1524" layer="21"/> -<wire x1="15.748" y1="4.064" x2="15.748" y2="-4.064" width="0.1524" layer="21"/> -<wire x1="15.24" y1="-4.572" x2="-15.24" y2="-4.572" width="0.1524" layer="21"/> -<wire x1="-15.748" y1="-4.064" x2="-15.748" y2="4.064" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="15.24" y1="4.572" x2="15.748" y2="4.064" width="0.1524" layer="21" curve="-90"/> -<wire x1="15.24" y1="-4.572" x2="15.748" y2="-4.064" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="-4.064" x2="-15.24" y2="-4.572" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="4.064" x2="-15.24" y2="4.572" width="0.1524" layer="21" curve="-90"/> -<wire x1="-11.557" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="11.557" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-13.716" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="13.716" y="0" drill="1.1938" shape="octagon"/> -<text x="-15.24" y="4.953" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C275-113X316"> -<description><b>CAPACITOR</b><p> -grid 27.5 mm, outline 11.3 x 31.6 mm</description> -<wire x1="-15.24" y1="5.588" x2="15.24" y2="5.588" width="0.1524" layer="21"/> -<wire x1="15.748" y1="5.08" x2="15.748" y2="-5.08" width="0.1524" layer="21"/> -<wire x1="15.24" y1="-5.588" x2="-15.24" y2="-5.588" width="0.1524" layer="21"/> -<wire x1="-15.748" y1="-5.08" x2="-15.748" y2="5.08" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="15.24" y1="5.588" x2="15.748" y2="5.08" width="0.1524" layer="21" curve="-90"/> -<wire x1="15.24" y1="-5.588" x2="15.748" y2="-5.08" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="-5.08" x2="-15.24" y2="-5.588" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="5.08" x2="-15.24" y2="5.588" width="0.1524" layer="21" curve="-90"/> -<wire x1="-11.557" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="11.557" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-13.716" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="13.716" y="0" drill="1.1938" shape="octagon"/> -<text x="-15.24" y="5.969" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C275-134X316"> -<description><b>CAPACITOR</b><p> -grid 27.5 mm, outline 13.4 x 31.6 mm</description> -<wire x1="-15.24" y1="6.604" x2="15.24" y2="6.604" width="0.1524" layer="21"/> -<wire x1="15.748" y1="6.096" x2="15.748" y2="-6.096" width="0.1524" layer="21"/> -<wire x1="15.24" y1="-6.604" x2="-15.24" y2="-6.604" width="0.1524" layer="21"/> -<wire x1="-15.748" y1="-6.096" x2="-15.748" y2="6.096" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="15.24" y1="6.604" x2="15.748" y2="6.096" width="0.1524" layer="21" curve="-90"/> -<wire x1="15.24" y1="-6.604" x2="15.748" y2="-6.096" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="-6.096" x2="-15.24" y2="-6.604" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="6.096" x2="-15.24" y2="6.604" width="0.1524" layer="21" curve="-90"/> -<wire x1="-11.557" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="11.557" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-13.716" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="13.716" y="0" drill="1.1938" shape="octagon"/> -<text x="-15.24" y="6.985" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C275-205X316"> -<description><b>CAPACITOR</b><p> -grid 27.5 mm, outline 20.5 x 31.6 mm</description> -<wire x1="-15.24" y1="10.16" x2="15.24" y2="10.16" width="0.1524" layer="21"/> -<wire x1="15.748" y1="9.652" x2="15.748" y2="-9.652" width="0.1524" layer="21"/> -<wire x1="15.24" y1="-10.16" x2="-15.24" y2="-10.16" width="0.1524" layer="21"/> -<wire x1="-15.748" y1="-9.652" x2="-15.748" y2="9.652" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="15.24" y1="10.16" x2="15.748" y2="9.652" width="0.1524" layer="21" curve="-90"/> -<wire x1="15.24" y1="-10.16" x2="15.748" y2="-9.652" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="-9.652" x2="-15.24" y2="-10.16" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="9.652" x2="-15.24" y2="10.16" width="0.1524" layer="21" curve="-90"/> -<wire x1="-11.557" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="11.557" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-13.716" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="13.716" y="0" drill="1.1938" shape="octagon"/> -<text x="-15.24" y="10.541" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-4.318" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C325-137X374"> -<description><b>CAPACITOR</b><p> -grid 32.5 mm, outline 13.7 x 37.4 mm</description> -<wire x1="-14.2748" y1="0" x2="-12.7" y2="0" width="0.1524" layer="21"/> -<wire x1="-12.7" y1="1.905" x2="-12.7" y2="0" width="0.4064" layer="21"/> -<wire x1="-11.811" y1="1.905" x2="-11.811" y2="0" width="0.4064" layer="21"/> -<wire x1="-11.811" y1="0" x2="14.2748" y2="0" width="0.1524" layer="21"/> -<wire x1="-11.811" y1="0" x2="-11.811" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-12.7" y1="0" x2="-12.7" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="18.542" y1="6.731" x2="18.542" y2="-6.731" width="0.1524" layer="21"/> -<wire x1="-18.542" y1="6.731" x2="-18.542" y2="-6.731" width="0.1524" layer="21"/> -<wire x1="-18.542" y1="-6.731" x2="18.542" y2="-6.731" width="0.1524" layer="21"/> -<wire x1="18.542" y1="6.731" x2="-18.542" y2="6.731" width="0.1524" layer="21"/> -<pad name="1" x="-16.256" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="16.256" y="0" drill="1.1938" shape="octagon"/> -<text x="-18.2372" y="7.0612" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-10.8458" y="-2.8702" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C325-162X374"> -<description><b>CAPACITOR</b><p> -grid 32.5 mm, outline 16.2 x 37.4 mm</description> -<wire x1="-14.2748" y1="0" x2="-12.7" y2="0" width="0.1524" layer="21"/> -<wire x1="-12.7" y1="1.905" x2="-12.7" y2="0" width="0.4064" layer="21"/> -<wire x1="-11.811" y1="1.905" x2="-11.811" y2="0" width="0.4064" layer="21"/> -<wire x1="-11.811" y1="0" x2="14.2748" y2="0" width="0.1524" layer="21"/> -<wire x1="-11.811" y1="0" x2="-11.811" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-12.7" y1="0" x2="-12.7" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="18.542" y1="8.001" x2="18.542" y2="-8.001" width="0.1524" layer="21"/> -<wire x1="-18.542" y1="8.001" x2="-18.542" y2="-8.001" width="0.1524" layer="21"/> -<wire x1="-18.542" y1="-8.001" x2="18.542" y2="-8.001" width="0.1524" layer="21"/> -<wire x1="18.542" y1="8.001" x2="-18.542" y2="8.001" width="0.1524" layer="21"/> -<pad name="1" x="-16.256" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="16.256" y="0" drill="1.1938" shape="octagon"/> -<text x="-18.3642" y="8.3312" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-10.8458" y="-2.8702" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C325-182X374"> -<description><b>CAPACITOR</b><p> -grid 32.5 mm, outline 18.2 x 37.4 mm</description> -<wire x1="-14.2748" y1="0" x2="-12.7" y2="0" width="0.1524" layer="21"/> -<wire x1="-12.7" y1="1.905" x2="-12.7" y2="0" width="0.4064" layer="21"/> -<wire x1="-11.811" y1="1.905" x2="-11.811" y2="0" width="0.4064" layer="21"/> -<wire x1="-11.811" y1="0" x2="14.2748" y2="0" width="0.1524" layer="21"/> -<wire x1="-11.811" y1="0" x2="-11.811" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-12.7" y1="0" x2="-12.7" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="18.542" y1="9.017" x2="18.542" y2="-9.017" width="0.1524" layer="21"/> -<wire x1="-18.542" y1="9.017" x2="-18.542" y2="-9.017" width="0.1524" layer="21"/> -<wire x1="-18.542" y1="-9.017" x2="18.542" y2="-9.017" width="0.1524" layer="21"/> -<wire x1="18.542" y1="9.017" x2="-18.542" y2="9.017" width="0.1524" layer="21"/> -<pad name="1" x="-16.256" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="16.256" y="0" drill="1.1938" shape="octagon"/> -<text x="-18.3642" y="9.3472" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-10.8458" y="-2.8702" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C375-192X418"> -<description><b>CAPACITOR</b><p> -grid 37.5 mm, outline 19.2 x 41.8 mm</description> -<wire x1="-20.32" y1="8.509" x2="20.32" y2="8.509" width="0.1524" layer="21"/> -<wire x1="20.828" y1="8.001" x2="20.828" y2="-8.001" width="0.1524" layer="21"/> -<wire x1="20.32" y1="-8.509" x2="-20.32" y2="-8.509" width="0.1524" layer="21"/> -<wire x1="-20.828" y1="-8.001" x2="-20.828" y2="8.001" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="20.32" y1="8.509" x2="20.828" y2="8.001" width="0.1524" layer="21" curve="-90"/> -<wire x1="20.32" y1="-8.509" x2="20.828" y2="-8.001" width="0.1524" layer="21" curve="90"/> -<wire x1="-20.828" y1="-8.001" x2="-20.32" y2="-8.509" width="0.1524" layer="21" curve="90"/> -<wire x1="-20.828" y1="8.001" x2="-20.32" y2="8.509" width="0.1524" layer="21" curve="-90"/> -<wire x1="-16.002" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="16.002" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-18.796" y="0" drill="1.3208" shape="octagon"/> -<pad name="2" x="18.796" y="0" drill="1.3208" shape="octagon"/> -<text x="-20.447" y="8.89" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C375-203X418"> -<description><b>CAPACITOR</b><p> -grid 37.5 mm, outline 20.3 x 41.8 mm</description> -<wire x1="-20.32" y1="10.16" x2="20.32" y2="10.16" width="0.1524" layer="21"/> -<wire x1="20.828" y1="9.652" x2="20.828" y2="-9.652" width="0.1524" layer="21"/> -<wire x1="20.32" y1="-10.16" x2="-20.32" y2="-10.16" width="0.1524" layer="21"/> -<wire x1="-20.828" y1="-9.652" x2="-20.828" y2="9.652" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="20.32" y1="10.16" x2="20.828" y2="9.652" width="0.1524" layer="21" curve="-90"/> -<wire x1="20.32" y1="-10.16" x2="20.828" y2="-9.652" width="0.1524" layer="21" curve="90"/> -<wire x1="-20.828" y1="-9.652" x2="-20.32" y2="-10.16" width="0.1524" layer="21" curve="90"/> -<wire x1="-20.828" y1="9.652" x2="-20.32" y2="10.16" width="0.1524" layer="21" curve="-90"/> -<wire x1="-16.002" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="16.002" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-18.796" y="0" drill="1.3208" shape="octagon"/> -<pad name="2" x="18.796" y="0" drill="1.3208" shape="octagon"/> -<text x="-20.32" y="10.541" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C050-035X075"> -<description><b>CAPACITOR</b><p> -grid 5 mm, outline 3.5 x 7.5 mm</description> -<wire x1="-0.3048" y1="0.635" x2="-0.3048" y2="0" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-0.3048" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="-0.3048" y1="0" x2="-1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="0.3302" y1="0.635" x2="0.3302" y2="0" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="0.3302" y2="-0.635" width="0.3048" layer="21"/> -<wire x1="0.3302" y1="0" x2="1.524" y2="0" width="0.1524" layer="21"/> -<wire x1="-3.683" y1="1.524" x2="-3.683" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-1.778" x2="3.429" y2="-1.778" width="0.1524" layer="21"/> -<wire x1="3.683" y1="-1.524" x2="3.683" y2="1.524" width="0.1524" layer="21"/> -<wire x1="3.429" y1="1.778" x2="-3.429" y2="1.778" width="0.1524" layer="21"/> -<wire x1="3.429" y1="1.778" x2="3.683" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="3.429" y1="-1.778" x2="3.683" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="-1.524" x2="-3.429" y2="-1.778" width="0.1524" layer="21" curve="90"/> -<wire x1="-3.683" y1="1.524" x2="-3.429" y2="1.778" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.556" y="2.159" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.556" y="-3.429" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C375-155X418"> -<description><b>CAPACITOR</b><p> -grid 37.5 mm, outline 15.5 x 41.8 mm</description> -<wire x1="-20.32" y1="7.62" x2="20.32" y2="7.62" width="0.1524" layer="21"/> -<wire x1="20.828" y1="7.112" x2="20.828" y2="-7.112" width="0.1524" layer="21"/> -<wire x1="20.32" y1="-7.62" x2="-20.32" y2="-7.62" width="0.1524" layer="21"/> -<wire x1="-20.828" y1="-7.112" x2="-20.828" y2="7.112" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="20.32" y1="7.62" x2="20.828" y2="7.112" width="0.1524" layer="21" curve="-90"/> -<wire x1="20.32" y1="-7.62" x2="20.828" y2="-7.112" width="0.1524" layer="21" curve="90"/> -<wire x1="-20.828" y1="-7.112" x2="-20.32" y2="-7.62" width="0.1524" layer="21" curve="90"/> -<wire x1="-20.828" y1="7.112" x2="-20.32" y2="7.62" width="0.1524" layer="21" curve="-90"/> -<wire x1="-16.002" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="16.002" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-18.796" y="0" drill="1.3208" shape="octagon"/> -<pad name="2" x="18.796" y="0" drill="1.3208" shape="octagon"/> -<text x="-20.447" y="8.001" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C075-063X106"> -<description><b>CAPACITOR</b><p> -grid 7.5 mm, outline 6.3 x 10.6 mm</description> -<wire x1="4.953" y1="3.048" x2="-4.953" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="2.794" x2="-5.207" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="-4.953" y1="-3.048" x2="4.953" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="5.207" y1="-2.794" x2="5.207" y2="2.794" width="0.1524" layer="21"/> -<wire x1="4.953" y1="3.048" x2="5.207" y2="2.794" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.953" y1="-3.048" x2="5.207" y2="-2.794" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.207" y1="-2.794" x2="-4.953" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.207" y1="2.794" x2="-4.953" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="-1.27" y1="0" x2="2.667" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.667" y1="0" x2="-2.159" y2="0" width="0.1524" layer="21"/> -<wire x1="-2.159" y1="1.27" x2="-2.159" y2="0" width="0.4064" layer="21"/> -<wire x1="-2.159" y1="0" x2="-2.159" y2="-1.27" width="0.4064" layer="21"/> -<wire x1="-1.27" y1="1.27" x2="-1.27" y2="0" width="0.4064" layer="21"/> -<wire x1="-1.27" y1="0" x2="-1.27" y2="-1.27" width="0.4064" layer="21"/> -<pad name="1" x="-3.81" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="3.81" y="0" drill="0.9144" shape="octagon"/> -<text x="-4.826" y="3.429" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.635" y="-2.54" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C275-154X316"> -<description><b>CAPACITOR</b><p> -grid 27.5 mm, outline 15.4 x 31.6 mm</description> -<wire x1="-15.24" y1="7.62" x2="15.24" y2="7.62" width="0.1524" layer="21"/> -<wire x1="15.748" y1="7.112" x2="15.748" y2="-7.112" width="0.1524" layer="21"/> -<wire x1="15.24" y1="-7.62" x2="-15.24" y2="-7.62" width="0.1524" layer="21"/> -<wire x1="-15.748" y1="-7.112" x2="-15.748" y2="7.112" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="15.24" y1="7.62" x2="15.748" y2="7.112" width="0.1524" layer="21" curve="-90"/> -<wire x1="15.24" y1="-7.62" x2="15.748" y2="-7.112" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="-7.112" x2="-15.24" y2="-7.62" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="7.112" x2="-15.24" y2="7.62" width="0.1524" layer="21" curve="-90"/> -<wire x1="-11.557" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="11.557" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-13.716" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="13.716" y="0" drill="1.1938" shape="octagon"/> -<text x="-15.24" y="8.001" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C275-173X316"> -<description><b>CAPACITOR</b><p> -grid 27.5 mm, outline 17.3 x 31.6 mm</description> -<wire x1="-15.24" y1="8.509" x2="15.24" y2="8.509" width="0.1524" layer="21"/> -<wire x1="15.748" y1="8.001" x2="15.748" y2="-8.001" width="0.1524" layer="21"/> -<wire x1="15.24" y1="-8.509" x2="-15.24" y2="-8.509" width="0.1524" layer="21"/> -<wire x1="-15.748" y1="-8.001" x2="-15.748" y2="8.001" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="1.905" x2="-6.731" y2="0" width="0.4064" layer="21"/> -<wire x1="-6.731" y1="0" x2="-6.731" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="1.905" x2="-7.62" y2="0" width="0.4064" layer="21"/> -<wire x1="-7.62" y1="0" x2="-7.62" y2="-1.905" width="0.4064" layer="21"/> -<wire x1="15.24" y1="8.509" x2="15.748" y2="8.001" width="0.1524" layer="21" curve="-90"/> -<wire x1="15.24" y1="-8.509" x2="15.748" y2="-8.001" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="-8.001" x2="-15.24" y2="-8.509" width="0.1524" layer="21" curve="90"/> -<wire x1="-15.748" y1="8.001" x2="-15.24" y2="8.509" width="0.1524" layer="21" curve="-90"/> -<wire x1="-11.557" y1="0" x2="-7.62" y2="0" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="0" x2="11.557" y2="0" width="0.1524" layer="21"/> -<pad name="1" x="-13.716" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="13.716" y="0" drill="1.1938" shape="octagon"/> -<text x="-15.24" y="8.89" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-5.08" y="-2.54" size="1.778" layer="27" ratio="10">>VALUE</text> -</package> -<package name="C0402K"> -<description><b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> -Metric Code Size 1005</description> -<wire x1="-0.425" y1="0.2" x2="0.425" y2="0.2" width="0.1016" layer="51"/> -<wire x1="0.425" y1="-0.2" x2="-0.425" y2="-0.2" width="0.1016" layer="51"/> -<smd name="1" x="-0.6" y="0" dx="0.925" dy="0.74" layer="1"/> -<smd name="2" x="0.6" y="0" dx="0.925" dy="0.74" layer="1"/> -<text x="-0.5" y="0.425" size="1.016" layer="25">>NAME</text> -<text x="-0.5" y="-1.45" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-0.5" y1="-0.25" x2="-0.225" y2="0.25" layer="51"/> -<rectangle x1="0.225" y1="-0.25" x2="0.5" y2="0.25" layer="51"/> -</package> -<package name="C0603K"> -<description><b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> -Metric Code Size 1608</description> -<wire x1="-0.725" y1="0.35" x2="0.725" y2="0.35" width="0.1016" layer="51"/> -<wire x1="0.725" y1="-0.35" x2="-0.725" y2="-0.35" width="0.1016" layer="51"/> -<smd name="1" x="-0.875" y="0" dx="1.05" dy="1.08" layer="1"/> -<smd name="2" x="0.875" y="0" dx="1.05" dy="1.08" layer="1"/> -<text x="-0.8" y="0.65" size="1.016" layer="25">>NAME</text> -<text x="-0.8" y="-1.65" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-0.8" y1="-0.4" x2="-0.45" y2="0.4" layer="51"/> -<rectangle x1="0.45" y1="-0.4" x2="0.8" y2="0.4" layer="51"/> -</package> -<package name="C0805K"> -<description><b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> -Metric Code Size 2012</description> -<wire x1="-0.925" y1="0.6" x2="0.925" y2="0.6" width="0.1016" layer="51"/> -<wire x1="0.925" y1="-0.6" x2="-0.925" y2="-0.6" width="0.1016" layer="51"/> -<smd name="1" x="-1" y="0" dx="1.3" dy="1.6" layer="1"/> -<smd name="2" x="1" y="0" dx="1.3" dy="1.6" layer="1"/> -<text x="-1" y="0.875" size="1.016" layer="25">>NAME</text> -<text x="-1" y="-1.9" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-1" y1="-0.65" x2="-0.5" y2="0.65" layer="51"/> -<rectangle x1="0.5" y1="-0.65" x2="1" y2="0.65" layer="51"/> -</package> -<package name="C1206K"> -<description><b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> -Metric Code Size 3216</description> -<wire x1="-1.525" y1="0.75" x2="1.525" y2="0.75" width="0.1016" layer="51"/> -<wire x1="1.525" y1="-0.75" x2="-1.525" y2="-0.75" width="0.1016" layer="51"/> -<smd name="1" x="-1.5" y="0" dx="1.5" dy="2" layer="1"/> -<smd name="2" x="1.5" y="0" dx="1.5" dy="2" layer="1"/> -<text x="-1.6" y="1.1" size="1.016" layer="25">>NAME</text> -<text x="-1.6" y="-2.1" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-1.6" y1="-0.8" x2="-1.1" y2="0.8" layer="51"/> -<rectangle x1="1.1" y1="-0.8" x2="1.6" y2="0.8" layer="51"/> -</package> -<package name="C1210K"> -<description><b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> -Metric Code Size 3225</description> -<wire x1="-1.525" y1="1.175" x2="1.525" y2="1.175" width="0.1016" layer="51"/> -<wire x1="1.525" y1="-1.175" x2="-1.525" y2="-1.175" width="0.1016" layer="51"/> -<smd name="1" x="-1.5" y="0" dx="1.5" dy="2.9" layer="1"/> -<smd name="2" x="1.5" y="0" dx="1.5" dy="2.9" layer="1"/> -<text x="-1.6" y="1.55" size="1.016" layer="25">>NAME</text> -<text x="-1.6" y="-2.575" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-1.6" y1="-1.25" x2="-1.1" y2="1.25" layer="51"/> -<rectangle x1="1.1" y1="-1.25" x2="1.6" y2="1.25" layer="51"/> -</package> -<package name="C1812K"> -<description><b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> -Metric Code Size 4532</description> -<wire x1="-2.175" y1="1.525" x2="2.175" y2="1.525" width="0.1016" layer="51"/> -<wire x1="2.175" y1="-1.525" x2="-2.175" y2="-1.525" width="0.1016" layer="51"/> -<smd name="1" x="-2.05" y="0" dx="1.8" dy="3.7" layer="1"/> -<smd name="2" x="2.05" y="0" dx="1.8" dy="3.7" layer="1"/> -<text x="-2.25" y="1.95" size="1.016" layer="25">>NAME</text> -<text x="-2.25" y="-2.975" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-2.25" y1="-1.6" x2="-1.65" y2="1.6" layer="51"/> -<rectangle x1="1.65" y1="-1.6" x2="2.25" y2="1.6" layer="51"/> -</package> -<package name="C1825K"> -<description><b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> -Metric Code Size 4564</description> -<wire x1="-1.525" y1="3.125" x2="1.525" y2="3.125" width="0.1016" layer="51"/> -<wire x1="1.525" y1="-3.125" x2="-1.525" y2="-3.125" width="0.1016" layer="51"/> -<smd name="1" x="-1.5" y="0" dx="1.8" dy="6.9" layer="1"/> -<smd name="2" x="1.5" y="0" dx="1.8" dy="6.9" layer="1"/> -<text x="-1.6" y="3.55" size="1.016" layer="25">>NAME</text> -<text x="-1.6" y="-4.625" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-1.6" y1="-3.2" x2="-1.1" y2="3.2" layer="51"/> -<rectangle x1="1.1" y1="-3.2" x2="1.6" y2="3.2" layer="51"/> -</package> -<package name="C2220K"> -<description><b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650</description> -<wire x1="-2.725" y1="2.425" x2="2.725" y2="2.425" width="0.1016" layer="51"/> -<wire x1="2.725" y1="-2.425" x2="-2.725" y2="-2.425" width="0.1016" layer="51"/> -<smd name="1" x="-2.55" y="0" dx="1.85" dy="5.5" layer="1"/> -<smd name="2" x="2.55" y="0" dx="1.85" dy="5.5" layer="1"/> -<text x="-2.8" y="2.95" size="1.016" layer="25">>NAME</text> -<text x="-2.8" y="-3.975" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-2.8" y1="-2.5" x2="-2.2" y2="2.5" layer="51"/> -<rectangle x1="2.2" y1="-2.5" x2="2.8" y2="2.5" layer="51"/> -</package> -<package name="C2225K"> -<description><b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664</description> -<wire x1="-2.725" y1="3.075" x2="2.725" y2="3.075" width="0.1016" layer="51"/> -<wire x1="2.725" y1="-3.075" x2="-2.725" y2="-3.075" width="0.1016" layer="51"/> -<smd name="1" x="-2.55" y="0" dx="1.85" dy="6.8" layer="1"/> -<smd name="2" x="2.55" y="0" dx="1.85" dy="6.8" layer="1"/> -<text x="-2.8" y="3.6" size="1.016" layer="25">>NAME</text> -<text x="-2.8" y="-4.575" size="1.016" layer="27">>VALUE</text> -<rectangle x1="-2.8" y1="-3.15" x2="-2.2" y2="3.15" layer="51"/> -<rectangle x1="2.2" y1="-3.15" x2="2.8" y2="3.15" layer="51"/> -</package> -<package name="C0201"> -<description>Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf</description> -<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> -<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"/> -</package> -<package name="C1808"> -<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"/> -<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> -<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"/> -</package> -<package name="C3640"> -<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"/> -<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> -<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"/> -</package> -</packages> -<symbols> -<symbol name="C-US"> -<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/> -<wire x1="0" y1="-1.016" x2="0" y2="-2.54" width="0.1524" layer="94"/> -<wire x1="0" y1="-1" x2="2.4892" y2="-1.8542" width="0.254" layer="94" curve="-37.878202"/> -<wire x1="-2.4668" y1="-1.8504" x2="0" y2="-1.0161" width="0.254" layer="94" curve="-37.373024"/> -<text x="1.016" y="0.635" size="1.778" layer="95">>NAME</text> -<text x="1.016" y="-4.191" size="1.778" layer="96">>VALUE</text> -<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"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="C-US" prefix="C" uservalue="yes"> -<description><B>CAPACITOR</B>, American symbol</description> -<gates> -<gate name="G$1" symbol="C-US" x="0" y="0"/> -</gates> -<devices> -<device name="C0402" package="C0402"> -<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="C0504" package="C0504"> -<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="C0603" package="C0603"> -<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="C0805" package="C0805"> -<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="C1005" package="C1005"> -<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="C1206" package="C1206"> -<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="C1210" package="C1210"> -<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="C1310" package="C1310"> -<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="C1608" package="C1608"> -<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="C1812" package="C1812"> -<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="C1825" package="C1825"> -<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="C2012" package="C2012"> -<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="C3216" package="C3216"> -<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="C3225" package="C3225"> -<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="C4532" package="C4532"> -<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="C4564" package="C4564"> -<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="025-024X044" package="C025-024X044"> -<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="025-025X050" package="C025-025X050"> -<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="025-030X050" package="C025-030X050"> -<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="025-040X050" package="C025-040X050"> -<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="025-050X050" package="C025-050X050"> -<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="025-060X050" package="C025-060X050"> -<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="C025_050-024X070" package="C025_050-024X070"> -<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="025_050-025X075" package="C025_050-025X075"> -<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="025_050-035X075" package="C025_050-035X075"> -<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="025_050-045X075" package="C025_050-045X075"> -<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="025_050-055X075" package="C025_050-055X075"> -<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="050-024X044" package="C050-024X044"> -<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="050-025X075" package="C050-025X075"> -<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="050-045X075" package="C050-045X075"> -<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="050-030X075" package="C050-030X075"> -<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="050-050X075" package="C050-050X075"> -<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="050-055X075" package="C050-055X075"> -<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="050-075X075" package="C050-075X075"> -<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="050H075X075" package="C050H075X075"> -<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="075-032X103" package="C075-032X103"> -<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="075-042X103" package="C075-042X103"> -<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="075-052X106" package="C075-052X106"> -<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="102-043X133" package="C102-043X133"> -<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="102-054X133" package="C102-054X133"> -<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="102-064X133" package="C102-064X133"> -<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="102_152-062X184" package="C102_152-062X184"> -<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="150-054X183" package="C150-054X183"> -<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="150-064X183" package="C150-064X183"> -<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="150-072X183" package="C150-072X183"> -<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="150-084X183" package="C150-084X183"> -<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="150-091X182" package="C150-091X182"> -<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="225-062X268" package="C225-062X268"> -<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="225-074X268" package="C225-074X268"> -<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="225-087X268" package="C225-087X268"> -<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="225-108X268" package="C225-108X268"> -<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="225-113X268" package="C225-113X268"> -<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="275-093X316" package="C275-093X316"> -<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="275-113X316" package="C275-113X316"> -<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="275-134X316" package="C275-134X316"> -<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="275-205X316" package="C275-205X316"> -<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="325-137X374" package="C325-137X374"> -<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="325-162X374" package="C325-162X374"> -<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="325-182X374" package="C325-182X374"> -<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="375-192X418" package="C375-192X418"> -<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="375-203X418" package="C375-203X418"> -<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="050-035X075" package="C050-035X075"> -<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="375-155X418" package="C375-155X418"> -<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="075-063X106" package="C075-063X106"> -<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="275-154X316" package="C275-154X316"> -<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="275-173X316" package="C275-173X316"> -<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="C0402K" package="C0402K"> -<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="C0603K" package="C0603K"> -<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="C0805K" package="C0805K"> -<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="C1206K" package="C1206K"> -<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="C1210K" package="C1210K"> -<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="C1812K" package="C1812K"> -<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="C1825K" package="C1825K"> -<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="C2220K" package="C2220K"> -<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="C2225K" package="C2225K"> -<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="C0201" package="C0201"> -<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="C1808" package="C1808"> -<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="C3640" package="C3640"> -<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> -</devicesets> -</library> -<library name="resistor"> -<packages> -<package name="R0402"> -<description><b>RESISTOR</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.635" y="0.762" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-2.032" size="1.27" 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.4001" x2="0.1999" y2="0.4001" layer="35"/> -</package> -<package name="R0603"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="-0.432" y1="-0.356" x2="0.432" y2="-0.356" width="0.1524" layer="51"/> -<wire x1="0.432" y1="0.356" x2="-0.432" y2="0.356" width="0.1524" layer="51"/> -<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"/> -<smd name="1" x="-0.85" y="0" dx="1" dy="1.1" layer="1"/> -<smd name="2" x="0.85" y="0" dx="1" dy="1.1" layer="1"/> -<text x="-0.889" y="0.889" size="1.27" layer="25">>NAME</text> -<text x="-0.889" y="-2.032" size="1.27" layer="27">>VALUE</text> -<rectangle x1="0.4318" y1="-0.4318" x2="0.8382" y2="0.4318" layer="51"/> -<rectangle x1="-0.8382" y1="-0.4318" x2="-0.4318" y2="0.4318" layer="51"/> -<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/> -</package> -<package name="R0805"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/> -<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"/> -<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="-0.762" y="1.016" size="1.27" layer="25">>NAME</text> -<text x="-0.762" y="-2.286" size="1.27" layer="27">>VALUE</text> -<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/> -<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/> -<rectangle x1="-0.1999" y1="-0.5001" x2="0.1999" y2="0.5001" layer="35"/> -</package> -<package name="R0805W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/> -<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"/> -<smd name="1" x="-0.94" y="0" dx="1.5" dy="1" layer="1"/> -<smd name="2" x="0.94" y="0" dx="1.5" dy="1" layer="1"/> -<text x="-0.635" y="1.016" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-2.159" size="1.27" layer="27">>VALUE</text> -<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/> -<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/> -<rectangle x1="-0.1999" y1="-0.5001" x2="0.1999" y2="0.5001" layer="35"/> -</package> -<package name="R1005"> -<description><b>RESISTOR</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.635" y="0.762" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-2.032" size="1.27" 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="R1206"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="0.9525" y1="-0.8128" x2="-0.9652" y2="-0.8128" width="0.1524" layer="51"/> -<wire x1="0.9525" y1="0.8128" x2="-0.9652" y2="0.8128" width="0.1524" layer="51"/> -<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"/> -<smd name="2" x="1.422" y="0" dx="1.6" dy="1.803" layer="1"/> -<smd name="1" x="-1.422" y="0" dx="1.6" dy="1.803" layer="1"/> -<text x="-1.397" y="1.143" size="1.27" layer="25">>NAME</text> -<text x="-1.397" y="-2.413" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.6891" y1="-0.8763" x2="-0.9525" y2="0.8763" layer="51"/> -<rectangle x1="0.9525" y1="-0.8763" x2="1.6891" y2="0.8763" layer="51"/> -<rectangle x1="-0.3" y1="-0.7" x2="0.3" y2="0.7" layer="35"/> -</package> -<package name="R1206W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-0.913" y1="0.8" x2="0.888" y2="0.8" width="0.1524" layer="21"/> -<wire x1="-0.913" y1="-0.8" x2="0.888" y2="-0.8" width="0.1524" layer="21"/> -<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"/> -<smd name="1" x="-1.499" y="0" dx="1.8" dy="1.2" layer="1"/> -<smd name="2" x="1.499" y="0" dx="1.8" dy="1.2" layer="1"/> -<text x="-1.651" y="1.143" size="1.27" layer="25">>NAME</text> -<text x="-1.651" y="-2.413" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-0.8763" x2="-0.9009" y2="0.8738" layer="51"/> -<rectangle x1="0.889" y1="-0.8763" x2="1.6391" y2="0.8738" layer="51"/> -<rectangle x1="-0.3" y1="-0.7" x2="0.3" y2="0.7" layer="35"/> -</package> -<package name="R1210"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="-0.913" y1="1.219" x2="0.939" y2="1.219" width="0.1524" layer="51"/> -<wire x1="-0.913" y1="-1.219" x2="0.939" y2="-1.219" width="0.1524" layer="51"/> -<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="-2.473" y1="-1.483" x2="-2.473" y2="1.483" width="0.0508" layer="39"/> -<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.27" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.921" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-1.3081" x2="-0.9009" y2="1.2918" layer="51"/> -<rectangle x1="0.9144" y1="-1.3081" x2="1.6645" y2="1.2918" layer="51"/> -<rectangle x1="-0.3" y1="-0.8999" x2="0.3" y2="0.8999" layer="35"/> -</package> -<package name="R1210W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-0.913" y1="1.219" x2="0.939" y2="1.219" width="0.1524" layer="21"/> -<wire x1="-0.913" y1="-1.219" x2="0.939" y2="-1.219" width="0.1524" layer="21"/> -<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="-2.473" y1="-1.483" x2="-2.473" y2="1.483" width="0.0508" layer="39"/> -<smd name="1" x="-1.499" y="0" dx="1.8" dy="1.8" layer="1"/> -<smd name="2" x="1.499" y="0" dx="1.8" dy="1.8" layer="1"/> -<text x="-1.651" y="1.524" size="1.27" layer="25">>NAME</text> -<text x="-1.651" y="-2.794" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-1.3081" x2="-0.9009" y2="1.2918" layer="51"/> -<rectangle x1="0.9144" y1="-1.3081" x2="1.6645" y2="1.2918" layer="51"/> -<rectangle x1="-0.3" y1="-0.8001" x2="0.3" y2="0.8001" layer="35"/> -</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.159" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-2.159" y="-2.921" size="1.27" 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="R2010W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-1.662" y1="1.245" x2="1.662" y2="1.245" width="0.1524" layer="21"/> -<wire x1="-1.637" y1="-1.245" x2="1.687" y2="-1.245" width="0.1524" layer="21"/> -<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"/> -<smd name="1" x="-2.311" y="0" dx="2" dy="1.8" layer="1"/> -<smd name="2" x="2.311" y="0" dx="2" dy="1.8" layer="1"/> -<text x="-2.286" y="1.524" size="1.27" layer="25">>NAME</text> -<text x="-2.286" y="-2.921" size="1.27" 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="R2012"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/> -<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"/> -<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="-0.762" y="1.016" size="1.27" layer="25">>NAME</text> -<text x="-0.762" y="-2.286" size="1.27" layer="27">>VALUE</text> -<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/> -<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/> -<rectangle x1="-0.1001" y1="-0.5999" x2="0.1001" y2="0.5999" layer="35"/> -</package> -<package name="R2012W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/> -<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"/> -<smd name="1" x="-0.94" y="0" dx="1.5" dy="1" layer="1"/> -<smd name="2" x="0.94" y="0" dx="1.5" dy="1" layer="1"/> -<text x="-0.635" y="1.016" size="1.27" layer="25">>NAME</text> -<text x="-0.635" y="-2.286" size="1.27" layer="27">>VALUE</text> -<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/> -<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/> -<rectangle x1="-0.1001" y1="-0.5999" x2="0.1001" y2="0.5999" layer="35"/> -</package> -<package name="R2512"> -<description><b>RESISTOR</b><p> -chip</description> -<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"/> -<wire x1="-3.973" y1="1.983" x2="3.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="1.983" x2="3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="-1.983" x2="-3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="-3.973" y1="-1.983" x2="-3.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="1.473" x2="1.498" y2="1.473" width="0.1524" layer="21"/> -<wire x1="-1.473" y1="-1.473" x2="1.498" y2="-1.473" width="0.1524" layer="21"/> -<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.667" y="1.905" size="1.27" layer="25">>NAME</text> -<text x="-2.667" y="-3.175" size="1.27" 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"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="R2512W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-2.362" y1="1.473" x2="2.387" y2="1.473" width="0.1524" layer="21"/> -<wire x1="-2.362" y1="-1.473" x2="2.387" y2="-1.473" width="0.1524" layer="21"/> -<wire x1="-3.973" y1="1.983" x2="3.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="1.983" x2="3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="-1.983" x2="-3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="-3.973" y1="-1.983" x2="-3.973" y2="1.983" width="0.0508" layer="39"/> -<smd name="1" x="-2.896" y="0" dx="2" dy="2.1" layer="1"/> -<smd name="2" x="2.896" y="0" dx="2" dy="2.1" layer="1"/> -<text x="-2.794" y="1.778" size="1.27" layer="25">>NAME</text> -<text x="-2.794" y="-3.048" size="1.27" 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"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="R3216"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="-0.913" y1="0.8" x2="0.888" y2="0.8" width="0.1524" layer="51"/> -<wire x1="-0.913" y1="-0.8" x2="0.888" y2="-0.8" width="0.1524" layer="51"/> -<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"/> -<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.397" y="1.143" size="1.27" layer="25">>NAME</text> -<text x="-1.397" y="-2.413" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-0.8763" x2="-0.9009" y2="0.8738" layer="51"/> -<rectangle x1="0.889" y1="-0.8763" x2="1.6391" y2="0.8738" layer="51"/> -<rectangle x1="-0.3" y1="-0.7" x2="0.3" y2="0.7" layer="35"/> -</package> -<package name="R3216W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-0.913" y1="0.8" x2="0.888" y2="0.8" width="0.1524" layer="21"/> -<wire x1="-0.913" y1="-0.8" x2="0.888" y2="-0.8" width="0.1524" layer="21"/> -<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"/> -<smd name="1" x="-1.499" y="0" dx="1.8" dy="1.2" layer="1"/> -<smd name="2" x="1.499" y="0" dx="1.8" dy="1.2" layer="1"/> -<text x="-1.524" y="1.143" size="1.27" layer="25">>NAME</text> -<text x="-1.524" y="-2.413" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-0.8763" x2="-0.9009" y2="0.8738" layer="51"/> -<rectangle x1="0.889" y1="-0.8763" x2="1.6391" y2="0.8738" layer="51"/> -<rectangle x1="-0.3" y1="-0.7" x2="0.3" y2="0.7" layer="35"/> -</package> -<package name="R3225"> -<description><b>RESISTOR</b><p> -chip</description> -<wire x1="-0.913" y1="1.219" x2="0.939" y2="1.219" width="0.1524" layer="51"/> -<wire x1="-0.913" y1="-1.219" x2="0.939" y2="-1.219" width="0.1524" layer="51"/> -<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="-2.473" y1="-1.483" x2="-2.473" y2="1.483" width="0.0508" layer="39"/> -<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.397" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-1.397" y="-2.921" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-1.3081" x2="-0.9009" y2="1.2918" layer="51"/> -<rectangle x1="0.9144" y1="-1.3081" x2="1.6645" y2="1.2918" layer="51"/> -<rectangle x1="-0.3" y1="-1" x2="0.3" y2="1" layer="35"/> -</package> -<package name="R3225W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-0.913" y1="1.219" x2="0.939" y2="1.219" width="0.1524" layer="21"/> -<wire x1="-0.913" y1="-1.219" x2="0.939" y2="-1.219" width="0.1524" layer="21"/> -<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="-2.473" y1="-1.483" x2="-2.473" y2="1.483" width="0.0508" layer="39"/> -<smd name="1" x="-1.499" y="0" dx="1.8" dy="1.8" layer="1"/> -<smd name="2" x="1.499" y="0" dx="1.8" dy="1.8" layer="1"/> -<text x="-1.397" y="1.524" size="1.27" layer="25">>NAME</text> -<text x="-1.397" y="-2.921" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.651" y1="-1.3081" x2="-0.9009" y2="1.2918" layer="51"/> -<rectangle x1="0.9144" y1="-1.3081" x2="1.6645" y2="1.2918" layer="51"/> -<rectangle x1="-0.3" y1="-1" x2="0.3" y2="1" layer="35"/> -</package> -<package name="R5025"> -<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="-0.9" y1="1.245" x2="0.9" y2="1.245" width="0.1524" layer="21"/> -<wire x1="-0.875" y1="-1.245" x2="0.925" 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.159" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-2.159" y="-2.921" size="1.27" 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"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="R5025W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-1.662" y1="1.245" x2="1.662" y2="1.245" width="0.1524" layer="21"/> -<wire x1="-1.637" y1="-1.245" x2="1.687" y2="-1.245" width="0.1524" layer="21"/> -<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"/> -<smd name="1" x="-2.311" y="0" dx="2" dy="1.8" layer="1"/> -<smd name="2" x="2.311" y="0" dx="2" dy="1.8" layer="1"/> -<text x="-2.286" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-2.286" y="-2.921" size="1.27" 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"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="R6332"> -<description><b>RESISTOR</b><p> -chip</description> -<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"/> -<wire x1="-3.973" y1="1.983" x2="3.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="1.983" x2="3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="-1.983" x2="-3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="-3.973" y1="-1.983" x2="-3.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="-1.473" y1="1.473" x2="1.498" y2="1.473" width="0.1524" layer="21"/> -<wire x1="-1.473" y1="-1.473" x2="1.498" y2="-1.473" width="0.1524" layer="21"/> -<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.794" y="1.905" size="1.27" layer="25">>NAME</text> -<text x="-2.794" y="-3.175" size="1.27" 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"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="R6332W"> -<description><b>RESISTOR</b><p> -chip, wave soldering</description> -<wire x1="-2.362" y1="1.473" x2="2.387" y2="1.473" width="0.1524" layer="21"/> -<wire x1="-2.362" y1="-1.473" x2="2.387" y2="-1.473" width="0.1524" layer="21"/> -<wire x1="-3.973" y1="1.983" x2="3.973" y2="1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="1.983" x2="3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="3.973" y1="-1.983" x2="-3.973" y2="-1.983" width="0.0508" layer="39"/> -<wire x1="-3.973" y1="-1.983" x2="-3.973" y2="1.983" width="0.0508" layer="39"/> -<smd name="1" x="-2.896" y="0" dx="2" dy="2.1" layer="1"/> -<smd name="2" x="2.896" y="0" dx="2" dy="2.1" layer="1"/> -<text x="-2.921" y="1.778" size="1.27" layer="25">>NAME</text> -<text x="-2.921" y="-3.048" size="1.27" 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"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="M0805"> -<description><b>RESISTOR</b><p> -MELF 0.10 W</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.7112" y1="0.635" x2="-0.7112" y2="0.635" width="0.1524" layer="51"/> -<wire x1="0.7112" y1="-0.635" x2="-0.7112" y2="-0.635" width="0.1524" layer="51"/> -<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.6" layer="1"/> -<smd name="2" x="0.95" y="0" dx="1.3" dy="1.6" layer="1"/> -<text x="-1.016" y="1.016" size="1.27" layer="25">>NAME</text> -<text x="-1.016" y="-2.286" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.0414" y1="-0.7112" x2="-0.6858" y2="0.7112" layer="51"/> -<rectangle x1="0.6858" y1="-0.7112" x2="1.0414" y2="0.7112" layer="51"/> -<rectangle x1="-0.1999" y1="-0.5999" x2="0.1999" y2="0.5999" layer="35"/> -</package> -<package name="M1206"> -<description><b>RESISTOR</b><p> -MELF 0.25 W</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="2.473" y1="1.483" x2="2.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="1.143" y1="0.8382" x2="-1.143" y2="0.8382" width="0.1524" layer="51"/> -<wire x1="1.143" y1="-0.8382" x2="-1.143" y2="-0.8382" width="0.1524" layer="51"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="2" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="2" 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.9144" x2="-1.1176" y2="0.9144" layer="51"/> -<rectangle x1="1.1176" y1="-0.9144" x2="1.7018" y2="0.9144" layer="51"/> -<rectangle x1="-0.3" y1="-0.8001" x2="0.3" y2="0.8001" layer="35"/> -</package> -<package name="M1406"> -<description><b>RESISTOR</b><p> -MELF 0.12 W</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.3208" y1="0.762" x2="-1.3208" y2="0.762" width="0.1524" layer="51"/> -<wire x1="1.3208" y1="-0.762" x2="-1.3208" y2="-0.762" width="0.1524" layer="51"/> -<wire x1="0.6858" y1="0.762" x2="-0.6858" y2="0.762" width="0.1524" layer="21"/> -<wire x1="0.6858" y1="-0.762" x2="-0.6858" y2="-0.762" width="0.1524" layer="21"/> -<smd name="1" x="-1.7" y="0" dx="1.4" dy="1.8" layer="1"/> -<smd name="2" x="1.7" y="0" dx="1.4" dy="1.8" layer="1"/> -<text x="-1.651" y="1.143" size="1.27" layer="25">>NAME</text> -<text x="-1.651" y="-2.413" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.8542" y1="-0.8382" x2="-1.2954" y2="0.8382" layer="51"/> -<rectangle x1="1.2954" y1="-0.8382" x2="1.8542" y2="0.8382" layer="51"/> -<rectangle x1="-0.3" y1="-0.7" x2="0.3" y2="0.7" layer="35"/> -</package> -<package name="M2012"> -<description><b>RESISTOR</b><p> -MELF 0.10 W</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.7112" y1="0.635" x2="-0.7112" y2="0.635" width="0.1524" layer="51"/> -<wire x1="0.7112" y1="-0.635" x2="-0.7112" y2="-0.635" width="0.1524" layer="51"/> -<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.6" layer="1"/> -<smd name="2" x="0.95" y="0" dx="1.3" dy="1.6" layer="1"/> -<text x="-1.016" y="1.016" size="1.27" layer="25">>NAME</text> -<text x="-1.016" y="-2.286" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.0414" y1="-0.7112" x2="-0.6858" y2="0.7112" layer="51"/> -<rectangle x1="0.6858" y1="-0.7112" x2="1.0414" y2="0.7112" layer="51"/> -<rectangle x1="-0.1999" y1="-0.5999" x2="0.1999" y2="0.5999" layer="35"/> -</package> -<package name="M2309"> -<description><b>RESISTOR</b><p> -MELF 0.25 W</description> -<wire x1="-4.473" y1="1.483" x2="4.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="4.473" y1="-1.483" x2="-4.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="-4.473" y1="-1.483" x2="-4.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="4.473" y1="1.483" x2="4.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="2.413" y1="1.1684" x2="-2.4384" y2="1.1684" width="0.1524" layer="51"/> -<wire x1="2.413" y1="-1.1684" x2="-2.413" y2="-1.1684" width="0.1524" layer="51"/> -<wire x1="1.651" y1="1.1684" x2="-1.6764" y2="1.1684" width="0.1524" layer="21"/> -<wire x1="1.651" y1="-1.1684" x2="-1.651" y2="-1.1684" width="0.1524" layer="21"/> -<smd name="1" x="-2.85" y="0" dx="1.5" dy="2.6" layer="1"/> -<smd name="2" x="2.85" y="0" dx="1.5" dy="2.6" layer="1"/> -<text x="-2.794" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-2.794" y="-2.794" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-3.048" y1="-1.2446" x2="-2.3876" y2="1.2446" layer="51"/> -<rectangle x1="2.3876" y1="-1.2446" x2="3.048" y2="1.2446" layer="51"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="M3216"> -<description><b>RESISTOR</b><p> -MELF 0.25 W</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="2.473" y1="1.483" x2="2.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="1.143" y1="0.8382" x2="-1.143" y2="0.8382" width="0.1524" layer="51"/> -<wire x1="1.143" y1="-0.8382" x2="-1.143" y2="-0.8382" width="0.1524" layer="51"/> -<smd name="1" x="-1.4" y="0" dx="1.6" dy="2" layer="1"/> -<smd name="2" x="1.4" y="0" dx="1.6" dy="2" 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.9144" x2="-1.1176" y2="0.9144" layer="51"/> -<rectangle x1="1.1176" y1="-0.9144" x2="1.7018" y2="0.9144" layer="51"/> -<rectangle x1="-0.3" y1="-0.8001" x2="0.3" y2="0.8001" layer="35"/> -</package> -<package name="M3516"> -<description><b>RESISTOR</b><p> -MELF 0.12 W</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.3208" y1="0.762" x2="-1.3208" y2="0.762" width="0.1524" layer="51"/> -<wire x1="1.3208" y1="-0.762" x2="-1.3208" y2="-0.762" width="0.1524" layer="51"/> -<wire x1="0.6858" y1="0.762" x2="-0.6858" y2="0.762" width="0.1524" layer="21"/> -<wire x1="0.6858" y1="-0.762" x2="-0.6858" y2="-0.762" width="0.1524" layer="21"/> -<smd name="1" x="-1.7" y="0" dx="1.4" dy="1.8" layer="1"/> -<smd name="2" x="1.7" y="0" dx="1.4" dy="1.8" layer="1"/> -<text x="-1.651" y="1.143" size="1.27" layer="25">>NAME</text> -<text x="-1.651" y="-2.413" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-1.8542" y1="-0.8382" x2="-1.2954" y2="0.8382" layer="51"/> -<rectangle x1="1.2954" y1="-0.8382" x2="1.8542" y2="0.8382" layer="51"/> -<rectangle x1="-0.4001" y1="-0.7" x2="0.4001" y2="0.7" layer="35"/> -</package> -<package name="M5923"> -<description><b>RESISTOR</b><p> -MELF 0.25 W</description> -<wire x1="-4.473" y1="1.483" x2="4.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="4.473" y1="-1.483" x2="-4.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="-4.473" y1="-1.483" x2="-4.473" y2="1.483" width="0.0508" layer="39"/> -<wire x1="4.473" y1="1.483" x2="4.473" y2="-1.483" width="0.0508" layer="39"/> -<wire x1="2.413" y1="1.1684" x2="-2.4384" y2="1.1684" width="0.1524" layer="51"/> -<wire x1="2.413" y1="-1.1684" x2="-2.413" y2="-1.1684" width="0.1524" layer="51"/> -<wire x1="1.651" y1="1.1684" x2="-1.6764" y2="1.1684" width="0.1524" layer="21"/> -<wire x1="1.651" y1="-1.1684" x2="-1.651" y2="-1.1684" width="0.1524" layer="21"/> -<smd name="1" x="-2.85" y="0" dx="1.5" dy="2.6" layer="1"/> -<smd name="2" x="2.85" y="0" dx="1.5" dy="2.6" layer="1"/> -<text x="-2.794" y="1.651" size="1.27" layer="25">>NAME</text> -<text x="-2.794" y="-2.794" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-3.048" y1="-1.2446" x2="-2.3876" y2="1.2446" layer="51"/> -<rectangle x1="2.3876" y1="-1.2446" x2="3.048" y2="1.2446" layer="51"/> -<rectangle x1="-0.5001" y1="-1" x2="0.5001" y2="1" layer="35"/> -</package> -<package name="0204/5"> -<description><b>RESISTOR</b><p> -type 0204, grid 5 mm</description> -<wire x1="2.54" y1="0" x2="2.032" y2="0" width="0.508" layer="51"/> -<wire x1="-2.54" y1="0" x2="-2.032" y2="0" width="0.508" layer="51"/> -<wire x1="-1.778" y1="0.635" x2="-1.524" y2="0.889" width="0.1524" layer="21" curve="-90"/> -<wire x1="-1.778" y1="-0.635" x2="-1.524" y2="-0.889" width="0.1524" layer="21" curve="90"/> -<wire x1="1.524" y1="-0.889" x2="1.778" y2="-0.635" width="0.1524" layer="21" curve="90"/> -<wire x1="1.524" y1="0.889" x2="1.778" y2="0.635" width="0.1524" layer="21" curve="-90"/> -<wire x1="-1.778" y1="-0.635" x2="-1.778" y2="0.635" width="0.1524" layer="51"/> -<wire x1="-1.524" y1="0.889" x2="-1.27" y2="0.889" width="0.1524" layer="21"/> -<wire x1="-1.143" y1="0.762" x2="-1.27" y2="0.889" width="0.1524" layer="21"/> -<wire x1="-1.524" y1="-0.889" x2="-1.27" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="-1.143" y1="-0.762" x2="-1.27" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="1.143" y1="0.762" x2="1.27" y2="0.889" width="0.1524" layer="21"/> -<wire x1="1.143" y1="0.762" x2="-1.143" y2="0.762" width="0.1524" layer="21"/> -<wire x1="1.143" y1="-0.762" x2="1.27" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="1.143" y1="-0.762" x2="-1.143" y2="-0.762" width="0.1524" layer="21"/> -<wire x1="1.524" y1="0.889" x2="1.27" y2="0.889" width="0.1524" layer="21"/> -<wire x1="1.524" y1="-0.889" x2="1.27" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="1.778" y1="-0.635" x2="1.778" y2="0.635" width="0.1524" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.0066" y="1.1684" size="0.9906" layer="25" ratio="10">>NAME</text> -<text x="-2.1336" y="-2.3114" size="0.9906" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-2.032" y1="-0.254" x2="-1.778" y2="0.254" layer="51"/> -<rectangle x1="1.778" y1="-0.254" x2="2.032" y2="0.254" layer="51"/> -</package> -<package name="0204/7"> -<description><b>RESISTOR</b><p> -type 0204, grid 7.5 mm</description> -<wire x1="3.81" y1="0" x2="2.921" y2="0" width="0.508" layer="51"/> -<wire x1="-3.81" y1="0" x2="-2.921" y2="0" width="0.508" layer="51"/> -<wire x1="-2.54" y1="0.762" x2="-2.286" y2="1.016" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.54" y1="-0.762" x2="-2.286" y2="-1.016" width="0.1524" layer="21" curve="90"/> -<wire x1="2.286" y1="-1.016" x2="2.54" y2="-0.762" width="0.1524" layer="21" curve="90"/> -<wire x1="2.286" y1="1.016" x2="2.54" y2="0.762" width="0.1524" layer="21" curve="-90"/> -<wire x1="-2.54" y1="-0.762" x2="-2.54" y2="0.762" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="1.016" x2="-1.905" y2="1.016" width="0.1524" layer="21"/> -<wire x1="-1.778" y1="0.889" x2="-1.905" y2="1.016" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="-1.016" x2="-1.905" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-1.778" y1="-0.889" x2="-1.905" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="1.778" y1="0.889" x2="1.905" y2="1.016" width="0.1524" layer="21"/> -<wire x1="1.778" y1="0.889" x2="-1.778" y2="0.889" width="0.1524" layer="21"/> -<wire x1="1.778" y1="-0.889" x2="1.905" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="1.778" y1="-0.889" x2="-1.778" y2="-0.889" width="0.1524" layer="21"/> -<wire x1="2.286" y1="1.016" x2="1.905" y2="1.016" width="0.1524" layer="21"/> -<wire x1="2.286" y1="-1.016" x2="1.905" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.54" y1="-0.762" x2="2.54" y2="0.762" width="0.1524" layer="21"/> -<pad name="1" x="-3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="3.81" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.54" y="1.2954" size="0.9906" layer="25" ratio="10">>NAME</text> -<text x="-1.6256" y="-0.4826" size="0.9906" layer="27" ratio="10">>VALUE</text> -<rectangle x1="2.54" y1="-0.254" x2="2.921" y2="0.254" layer="21"/> -<rectangle x1="-2.921" y1="-0.254" x2="-2.54" y2="0.254" layer="21"/> -</package> -<package name="0207/10"> -<description><b>RESISTOR</b><p> -type 0207, grid 10 mm</description> -<wire x1="5.08" y1="0" x2="4.064" y2="0" width="0.6096" layer="51"/> -<wire x1="-5.08" y1="0" x2="-4.064" y2="0" width="0.6096" layer="51"/> -<wire x1="-3.175" y1="0.889" x2="-2.921" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-2.921" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="-1.143" x2="3.175" y2="-0.889" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="1.143" x2="3.175" y2="0.889" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-3.175" y2="0.889" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="1.143" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.016" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="-1.143" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="-1.016" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="-2.413" y2="1.016" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="-2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.921" y1="1.143" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.921" y1="-1.143" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="3.175" y1="-0.889" x2="3.175" y2="0.889" width="0.1524" layer="21"/> -<pad name="1" x="-5.08" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="5.08" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.048" y="1.524" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.2606" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="3.175" y1="-0.3048" x2="4.0386" y2="0.3048" layer="21"/> -<rectangle x1="-4.0386" y1="-0.3048" x2="-3.175" y2="0.3048" layer="21"/> -</package> -<package name="0207/12"> -<description><b>RESISTOR</b><p> -type 0207, grid 12 mm</description> -<wire x1="6.35" y1="0" x2="5.334" y2="0" width="0.6096" layer="51"/> -<wire x1="-6.35" y1="0" x2="-5.334" y2="0" width="0.6096" layer="51"/> -<wire x1="-3.175" y1="0.889" x2="-2.921" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-2.921" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="-1.143" x2="3.175" y2="-0.889" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="1.143" x2="3.175" y2="0.889" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-3.175" y2="0.889" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="1.143" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.016" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="-1.143" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="-1.016" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="-2.413" y2="1.016" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="-2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.921" y1="1.143" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.921" y1="-1.143" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="3.175" y1="-0.889" x2="3.175" y2="0.889" width="0.1524" layer="21"/> -<wire x1="4.445" y1="0" x2="4.064" y2="0" width="0.6096" layer="21"/> -<wire x1="-4.445" y1="0" x2="-4.064" y2="0" width="0.6096" layer="21"/> -<pad name="1" x="-6.35" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="6.35" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.175" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-0.6858" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="3.175" y1="-0.3048" x2="4.0386" y2="0.3048" layer="21"/> -<rectangle x1="-4.0386" y1="-0.3048" x2="-3.175" y2="0.3048" layer="21"/> -<rectangle x1="4.445" y1="-0.3048" x2="5.3086" y2="0.3048" layer="21"/> -<rectangle x1="-5.3086" y1="-0.3048" x2="-4.445" y2="0.3048" layer="21"/> -</package> -<package name="0207/15"> -<description><b>RESISTOR</b><p> -type 0207, grid 15mm</description> -<wire x1="7.62" y1="0" x2="6.604" y2="0" width="0.6096" layer="51"/> -<wire x1="-7.62" y1="0" x2="-6.604" y2="0" width="0.6096" layer="51"/> -<wire x1="-3.175" y1="0.889" x2="-2.921" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-2.921" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="-1.143" x2="3.175" y2="-0.889" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="1.143" x2="3.175" y2="0.889" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-3.175" y2="0.889" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="1.143" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.016" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="-1.143" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="-1.016" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="-2.413" y2="1.016" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="-2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.921" y1="1.143" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.921" y1="-1.143" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="3.175" y1="-0.889" x2="3.175" y2="0.889" width="0.1524" layer="21"/> -<wire x1="5.715" y1="0" x2="4.064" y2="0" width="0.6096" layer="21"/> -<wire x1="-5.715" y1="0" x2="-4.064" y2="0" width="0.6096" layer="21"/> -<pad name="1" x="-7.62" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="7.62" y="0" drill="0.8128" shape="octagon"/> -<text x="-3.175" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-0.6858" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="3.175" y1="-0.3048" x2="4.0386" y2="0.3048" layer="21"/> -<rectangle x1="-4.0386" y1="-0.3048" x2="-3.175" y2="0.3048" layer="21"/> -<rectangle x1="5.715" y1="-0.3048" x2="6.5786" y2="0.3048" layer="21"/> -<rectangle x1="-6.5786" y1="-0.3048" x2="-5.715" y2="0.3048" layer="21"/> -</package> -<package name="0207/2V"> -<description><b>RESISTOR</b><p> -type 0207, grid 2.5 mm</description> -<wire x1="-1.27" y1="0" x2="-0.381" y2="0" width="0.6096" layer="51"/> -<wire x1="-0.254" y1="0" x2="0.254" y2="0" width="0.6096" layer="21"/> -<wire x1="0.381" y1="0" x2="1.27" y2="0" width="0.6096" layer="51"/> -<circle x="-1.27" y="0" radius="1.27" width="0.1524" layer="21"/> -<circle x="-1.27" y="0" radius="1.016" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-0.0508" y="1.016" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.0508" y="-2.2352" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="0207/5V"> -<description><b>RESISTOR</b><p> -type 0207, grid 5 mm</description> -<wire x1="-2.54" y1="0" x2="-0.889" y2="0" width="0.6096" layer="51"/> -<wire x1="-0.762" y1="0" x2="0.762" y2="0" width="0.6096" layer="21"/> -<wire x1="0.889" y1="0" x2="2.54" y2="0" width="0.6096" layer="51"/> -<circle x="-2.54" y="0" radius="1.27" width="0.1016" layer="21"/> -<circle x="-2.54" y="0" radius="1.016" width="0.1524" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="0.8128" shape="octagon"/> -<text x="-1.143" y="0.889" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.143" y="-2.159" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="0207/7"> -<description><b>RESISTOR</b><p> -type 0207, grid 7.5 mm</description> -<wire x1="-3.81" y1="0" x2="-3.429" y2="0" width="0.6096" layer="51"/> -<wire x1="-3.175" y1="0.889" x2="-2.921" y2="1.143" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-2.921" y2="-1.143" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="-1.143" x2="3.175" y2="-0.889" width="0.1524" layer="21" curve="90"/> -<wire x1="2.921" y1="1.143" x2="3.175" y2="0.889" width="0.1524" layer="21" curve="-90"/> -<wire x1="-3.175" y1="-0.889" x2="-3.175" y2="0.889" width="0.1524" layer="51"/> -<wire x1="-2.921" y1="1.143" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="1.016" x2="-2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="-2.921" y1="-1.143" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="-2.413" y1="-1.016" x2="-2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="1.016" x2="-2.413" y2="1.016" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="2.413" y1="-1.016" x2="-2.413" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="2.921" y1="1.143" x2="2.54" y2="1.143" width="0.1524" layer="21"/> -<wire x1="2.921" y1="-1.143" x2="2.54" y2="-1.143" width="0.1524" layer="21"/> -<wire x1="3.175" y1="-0.889" x2="3.175" y2="0.889" width="0.1524" layer="51"/> -<wire x1="3.429" y1="0" x2="3.81" y2="0" width="0.6096" layer="51"/> -<pad name="1" x="-3.81" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="3.81" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.54" y="1.397" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.286" y="-0.5588" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-3.429" y1="-0.3048" x2="-3.175" y2="0.3048" layer="51"/> -<rectangle x1="3.175" y1="-0.3048" x2="3.429" y2="0.3048" layer="51"/> -</package> -<package name="0309/10"> -<description><b>RESISTOR</b><p> -type 0309, grid 10mm</description> -<wire x1="-4.699" y1="0" x2="-5.08" y2="0" width="0.6096" layer="51"/> -<wire x1="-4.318" y1="1.27" x2="-4.064" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="-4.318" y1="-1.27" x2="-4.064" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="4.064" y1="-1.524" x2="4.318" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="4.064" y1="1.524" x2="4.318" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="-4.318" y1="-1.27" x2="-4.318" y2="1.27" width="0.1524" layer="51"/> -<wire x1="-4.064" y1="1.524" x2="-3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="-3.302" y1="1.397" x2="-3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="-4.064" y1="-1.524" x2="-3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="-3.302" y1="-1.397" x2="-3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="3.302" y1="1.397" x2="3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="3.302" y1="1.397" x2="-3.302" y2="1.397" width="0.1524" layer="21"/> -<wire x1="3.302" y1="-1.397" x2="3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="3.302" y1="-1.397" x2="-3.302" y2="-1.397" width="0.1524" layer="21"/> -<wire x1="4.064" y1="1.524" x2="3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="4.064" y1="-1.524" x2="3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="4.318" y1="-1.27" x2="4.318" y2="1.27" width="0.1524" layer="51"/> -<wire x1="5.08" y1="0" x2="4.699" y2="0" width="0.6096" layer="51"/> -<pad name="1" x="-5.08" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="5.08" y="0" drill="0.8128" shape="octagon"/> -<text x="-4.191" y="1.905" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.175" y="-0.6858" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-4.6228" y1="-0.3048" x2="-4.318" y2="0.3048" layer="51"/> -<rectangle x1="4.318" y1="-0.3048" x2="4.6228" y2="0.3048" layer="51"/> -</package> -<package name="0309/12"> -<description><b>RESISTOR</b><p> -type 0309, grid 12.5 mm</description> -<wire x1="6.35" y1="0" x2="5.08" y2="0" width="0.6096" layer="51"/> -<wire x1="-6.35" y1="0" x2="-5.08" y2="0" width="0.6096" layer="51"/> -<wire x1="-4.318" y1="1.27" x2="-4.064" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="-4.318" y1="-1.27" x2="-4.064" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="4.064" y1="-1.524" x2="4.318" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="4.064" y1="1.524" x2="4.318" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="-4.318" y1="-1.27" x2="-4.318" y2="1.27" width="0.1524" layer="21"/> -<wire x1="-4.064" y1="1.524" x2="-3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="-3.302" y1="1.397" x2="-3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="-4.064" y1="-1.524" x2="-3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="-3.302" y1="-1.397" x2="-3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="3.302" y1="1.397" x2="3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="3.302" y1="1.397" x2="-3.302" y2="1.397" width="0.1524" layer="21"/> -<wire x1="3.302" y1="-1.397" x2="3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="3.302" y1="-1.397" x2="-3.302" y2="-1.397" width="0.1524" layer="21"/> -<wire x1="4.064" y1="1.524" x2="3.429" y2="1.524" width="0.1524" layer="21"/> -<wire x1="4.064" y1="-1.524" x2="3.429" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="4.318" y1="-1.27" x2="4.318" y2="1.27" width="0.1524" layer="21"/> -<pad name="1" x="-6.35" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="6.35" y="0" drill="0.8128" shape="octagon"/> -<text x="-4.191" y="1.905" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.175" y="-0.6858" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="4.318" y1="-0.3048" x2="5.1816" y2="0.3048" layer="21"/> -<rectangle x1="-5.1816" y1="-0.3048" x2="-4.318" y2="0.3048" layer="21"/> -</package> -<package name="0411/12"> -<description><b>RESISTOR</b><p> -type 0411, grid 12.5 mm</description> -<wire x1="6.35" y1="0" x2="5.461" y2="0" width="0.762" layer="51"/> -<wire x1="-6.35" y1="0" x2="-5.461" y2="0" width="0.762" layer="51"/> -<wire x1="5.08" y1="-1.651" x2="5.08" y2="1.651" width="0.1524" layer="21"/> -<wire x1="4.699" y1="2.032" x2="5.08" y2="1.651" width="0.1524" layer="21" curve="-90"/> -<wire x1="-5.08" y1="-1.651" x2="-4.699" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="4.699" y1="-2.032" x2="5.08" y2="-1.651" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="1.651" x2="-4.699" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="2.032" x2="4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="3.937" y1="1.905" x2="4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-2.032" x2="4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="3.937" y1="-1.905" x2="4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="1.905" x2="-4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="1.905" x2="3.937" y2="1.905" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="-1.905" x2="-4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="-1.905" x2="3.937" y2="-1.905" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="1.651" x2="-5.08" y2="-1.651" width="0.1524" layer="21"/> -<wire x1="-4.699" y1="2.032" x2="-4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="-4.699" y1="-2.032" x2="-4.064" y2="-2.032" width="0.1524" layer="21"/> -<pad name="1" x="-6.35" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="6.35" y="0" drill="0.9144" shape="octagon"/> -<text x="-5.08" y="2.413" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.5814" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-5.3594" y1="-0.381" x2="-5.08" y2="0.381" layer="21"/> -<rectangle x1="5.08" y1="-0.381" x2="5.3594" y2="0.381" layer="21"/> -</package> -<package name="0411/15"> -<description><b>RESISTOR</b><p> -type 0411, grid 15 mm</description> -<wire x1="5.08" y1="-1.651" x2="5.08" y2="1.651" width="0.1524" layer="21"/> -<wire x1="4.699" y1="2.032" x2="5.08" y2="1.651" width="0.1524" layer="21" curve="-90"/> -<wire x1="-5.08" y1="-1.651" x2="-4.699" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="4.699" y1="-2.032" x2="5.08" y2="-1.651" width="0.1524" layer="21" curve="90"/> -<wire x1="-5.08" y1="1.651" x2="-4.699" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="2.032" x2="4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="3.937" y1="1.905" x2="4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-2.032" x2="4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="3.937" y1="-1.905" x2="4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="1.905" x2="-4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="1.905" x2="3.937" y2="1.905" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="-1.905" x2="-4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-3.937" y1="-1.905" x2="3.937" y2="-1.905" width="0.1524" layer="21"/> -<wire x1="-5.08" y1="1.651" x2="-5.08" y2="-1.651" width="0.1524" layer="21"/> -<wire x1="-4.699" y1="2.032" x2="-4.064" y2="2.032" width="0.1524" layer="21"/> -<wire x1="-4.699" y1="-2.032" x2="-4.064" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="-7.62" y1="0" x2="-6.35" y2="0" width="0.762" layer="51"/> -<wire x1="6.35" y1="0" x2="7.62" y2="0" width="0.762" layer="51"/> -<pad name="1" x="-7.62" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="7.62" y="0" drill="0.9144" shape="octagon"/> -<text x="-5.08" y="2.413" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.5814" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="5.08" y1="-0.381" x2="6.477" y2="0.381" layer="21"/> -<rectangle x1="-6.477" y1="-0.381" x2="-5.08" y2="0.381" layer="21"/> -</package> -<package name="0411V"> -<description><b>RESISTOR</b><p> -type 0411, grid 3.81 mm</description> -<wire x1="1.27" y1="0" x2="0.3048" y2="0" width="0.762" layer="51"/> -<wire x1="-1.5748" y1="0" x2="-2.54" y2="0" width="0.762" layer="51"/> -<circle x="-2.54" y="0" radius="2.032" width="0.1524" layer="21"/> -<circle x="-2.54" y="0" radius="1.016" width="0.1524" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="0.9144" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.9144" shape="octagon"/> -<text x="-0.508" y="1.143" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.5334" y="-2.413" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-1.4732" y1="-0.381" x2="0.2032" y2="0.381" layer="21"/> -</package> -<package name="0414/15"> -<description><b>RESISTOR</b><p> -type 0414, grid 15 mm</description> -<wire x1="7.62" y1="0" x2="6.604" y2="0" width="0.8128" layer="51"/> -<wire x1="-7.62" y1="0" x2="-6.604" y2="0" width="0.8128" layer="51"/> -<wire x1="-6.096" y1="1.905" x2="-5.842" y2="2.159" width="0.1524" layer="21" curve="-90"/> -<wire x1="-6.096" y1="-1.905" x2="-5.842" y2="-2.159" width="0.1524" layer="21" curve="90"/> -<wire x1="5.842" y1="-2.159" x2="6.096" y2="-1.905" width="0.1524" layer="21" curve="90"/> -<wire x1="5.842" y1="2.159" x2="6.096" y2="1.905" width="0.1524" layer="21" curve="-90"/> -<wire x1="-6.096" y1="-1.905" x2="-6.096" y2="1.905" width="0.1524" layer="21"/> -<wire x1="-5.842" y1="2.159" x2="-4.953" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-4.826" y1="2.032" x2="-4.953" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-5.842" y1="-2.159" x2="-4.953" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="-4.826" y1="-2.032" x2="-4.953" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="4.826" y1="2.032" x2="4.953" y2="2.159" width="0.1524" layer="21"/> -<wire x1="4.826" y1="2.032" x2="-4.826" y2="2.032" width="0.1524" layer="21"/> -<wire x1="4.826" y1="-2.032" x2="4.953" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="4.826" y1="-2.032" x2="-4.826" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="5.842" y1="2.159" x2="4.953" y2="2.159" width="0.1524" layer="21"/> -<wire x1="5.842" y1="-2.159" x2="4.953" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="6.096" y1="-1.905" x2="6.096" y2="1.905" width="0.1524" layer="21"/> -<pad name="1" x="-7.62" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.62" y="0" drill="1.016" shape="octagon"/> -<text x="-6.096" y="2.5654" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-4.318" y="-0.5842" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="6.096" y1="-0.4064" x2="6.5024" y2="0.4064" layer="21"/> -<rectangle x1="-6.5024" y1="-0.4064" x2="-6.096" y2="0.4064" layer="21"/> -</package> -<package name="0414V"> -<description><b>RESISTOR</b><p> -type 0414, grid 5 mm</description> -<wire x1="2.54" y1="0" x2="1.397" y2="0" width="0.8128" layer="51"/> -<wire x1="-2.54" y1="0" x2="-1.397" y2="0" width="0.8128" layer="51"/> -<circle x="-2.54" y="0" radius="2.159" width="0.1524" layer="21"/> -<circle x="-2.54" y="0" radius="1.143" width="0.1524" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="1.016" shape="octagon"/> -<text x="-0.381" y="1.1684" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.381" y="-2.3622" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-1.2954" y1="-0.4064" x2="1.2954" y2="0.4064" layer="21"/> -</package> -<package name="0617/17"> -<description><b>RESISTOR</b><p> -type 0617, grid 17.5 mm</description> -<wire x1="-8.89" y1="0" x2="-8.636" y2="0" width="0.8128" layer="51"/> -<wire x1="-7.874" y1="3.048" x2="-6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="2.794" x2="-6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-7.874" y1="-3.048" x2="-6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="-2.794" x2="-6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="6.731" y1="2.794" x2="6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="6.731" y1="2.794" x2="-6.731" y2="2.794" width="0.1524" layer="21"/> -<wire x1="6.731" y1="-2.794" x2="6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="6.731" y1="-2.794" x2="-6.731" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="7.874" y1="3.048" x2="6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="7.874" y1="-3.048" x2="6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-8.255" y1="-2.667" x2="-8.255" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-8.255" y1="1.016" x2="-8.255" y2="-1.016" width="0.1524" layer="51"/> -<wire x1="-8.255" y1="1.016" x2="-8.255" y2="2.667" width="0.1524" layer="21"/> -<wire x1="8.255" y1="-2.667" x2="8.255" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="8.255" y1="1.016" x2="8.255" y2="-1.016" width="0.1524" layer="51"/> -<wire x1="8.255" y1="1.016" x2="8.255" y2="2.667" width="0.1524" layer="21"/> -<wire x1="8.636" y1="0" x2="8.89" y2="0" width="0.8128" layer="51"/> -<wire x1="-8.255" y1="2.667" x2="-7.874" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="7.874" y1="3.048" x2="8.255" y2="2.667" width="0.1524" layer="21" curve="-90"/> -<wire x1="-8.255" y1="-2.667" x2="-7.874" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="7.874" y1="-3.048" x2="8.255" y2="-2.667" width="0.1524" layer="21" curve="90"/> -<pad name="1" x="-8.89" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="8.89" y="0" drill="1.016" shape="octagon"/> -<text x="-8.128" y="3.4544" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-6.096" y="-0.7112" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-8.5344" y1="-0.4064" x2="-8.2296" y2="0.4064" layer="51"/> -<rectangle x1="8.2296" y1="-0.4064" x2="8.5344" y2="0.4064" layer="51"/> -</package> -<package name="0617/22"> -<description><b>RESISTOR</b><p> -type 0617, grid 22.5 mm</description> -<wire x1="-10.287" y1="0" x2="-11.43" y2="0" width="0.8128" layer="51"/> -<wire x1="-8.255" y1="-2.667" x2="-8.255" y2="2.667" width="0.1524" layer="21"/> -<wire x1="-7.874" y1="3.048" x2="-6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="2.794" x2="-6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-7.874" y1="-3.048" x2="-6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-6.731" y1="-2.794" x2="-6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="6.731" y1="2.794" x2="6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="6.731" y1="2.794" x2="-6.731" y2="2.794" width="0.1524" layer="21"/> -<wire x1="6.731" y1="-2.794" x2="6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="6.731" y1="-2.794" x2="-6.731" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="7.874" y1="3.048" x2="6.985" y2="3.048" width="0.1524" layer="21"/> -<wire x1="7.874" y1="-3.048" x2="6.985" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="8.255" y1="-2.667" x2="8.255" y2="2.667" width="0.1524" layer="21"/> -<wire x1="11.43" y1="0" x2="10.287" y2="0" width="0.8128" layer="51"/> -<wire x1="-8.255" y1="2.667" x2="-7.874" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="-8.255" y1="-2.667" x2="-7.874" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="7.874" y1="3.048" x2="8.255" y2="2.667" width="0.1524" layer="21" curve="-90"/> -<wire x1="7.874" y1="-3.048" x2="8.255" y2="-2.667" width="0.1524" layer="21" curve="90"/> -<pad name="1" x="-11.43" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.43" y="0" drill="1.016" shape="octagon"/> -<text x="-8.255" y="3.4544" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-6.477" y="-0.5842" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-10.1854" y1="-0.4064" x2="-8.255" y2="0.4064" layer="21"/> -<rectangle x1="8.255" y1="-0.4064" x2="10.1854" y2="0.4064" layer="21"/> -</package> -<package name="0617V"> -<description><b>RESISTOR</b><p> -type 0617, grid 5 mm</description> -<wire x1="-2.54" y1="0" x2="-1.27" y2="0" width="0.8128" layer="51"/> -<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.8128" layer="51"/> -<circle x="-2.54" y="0" radius="3.048" width="0.1524" layer="21"/> -<circle x="-2.54" y="0" radius="1.143" width="0.1524" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="1.016" shape="octagon"/> -<text x="0.635" y="1.4224" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="0.635" y="-2.6162" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-1.3208" y1="-0.4064" x2="1.3208" y2="0.4064" layer="21"/> -</package> -<package name="0922/22"> -<description><b>RESISTOR</b><p> -type 0922, grid 22.5 mm</description> -<wire x1="11.43" y1="0" x2="10.795" y2="0" width="0.8128" layer="51"/> -<wire x1="-11.43" y1="0" x2="-10.795" y2="0" width="0.8128" layer="51"/> -<wire x1="-10.16" y1="-4.191" x2="-10.16" y2="4.191" width="0.1524" layer="21"/> -<wire x1="-9.779" y1="4.572" x2="-8.89" y2="4.572" width="0.1524" layer="21"/> -<wire x1="-8.636" y1="4.318" x2="-8.89" y2="4.572" width="0.1524" layer="21"/> -<wire x1="-9.779" y1="-4.572" x2="-8.89" y2="-4.572" width="0.1524" layer="21"/> -<wire x1="-8.636" y1="-4.318" x2="-8.89" y2="-4.572" width="0.1524" layer="21"/> -<wire x1="8.636" y1="4.318" x2="8.89" y2="4.572" width="0.1524" layer="21"/> -<wire x1="8.636" y1="4.318" x2="-8.636" y2="4.318" width="0.1524" layer="21"/> -<wire x1="8.636" y1="-4.318" x2="8.89" y2="-4.572" width="0.1524" layer="21"/> -<wire x1="8.636" y1="-4.318" x2="-8.636" y2="-4.318" width="0.1524" layer="21"/> -<wire x1="9.779" y1="4.572" x2="8.89" y2="4.572" width="0.1524" layer="21"/> -<wire x1="9.779" y1="-4.572" x2="8.89" y2="-4.572" width="0.1524" layer="21"/> -<wire x1="10.16" y1="-4.191" x2="10.16" y2="4.191" width="0.1524" layer="21"/> -<wire x1="-10.16" y1="-4.191" x2="-9.779" y2="-4.572" width="0.1524" layer="21" curve="90"/> -<wire x1="-10.16" y1="4.191" x2="-9.779" y2="4.572" width="0.1524" layer="21" curve="-90"/> -<wire x1="9.779" y1="-4.572" x2="10.16" y2="-4.191" width="0.1524" layer="21" curve="90"/> -<wire x1="9.779" y1="4.572" x2="10.16" y2="4.191" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-11.43" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.43" y="0" drill="1.016" shape="octagon"/> -<text x="-10.16" y="5.1054" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-6.477" y="-0.5842" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-10.7188" y1="-0.4064" x2="-10.16" y2="0.4064" layer="51"/> -<rectangle x1="10.16" y1="-0.4064" x2="10.3124" y2="0.4064" layer="21"/> -<rectangle x1="-10.3124" y1="-0.4064" x2="-10.16" y2="0.4064" layer="21"/> -<rectangle x1="10.16" y1="-0.4064" x2="10.7188" y2="0.4064" layer="51"/> -</package> -<package name="P0613V"> -<description><b>RESISTOR</b><p> -type 0613, grid 5 mm</description> -<wire x1="2.54" y1="0" x2="1.397" y2="0" width="0.8128" layer="51"/> -<wire x1="-2.54" y1="0" x2="-1.397" y2="0" width="0.8128" layer="51"/> -<circle x="-2.54" y="0" radius="2.286" width="0.1524" layer="21"/> -<circle x="-2.54" y="0" radius="1.143" width="0.1524" layer="51"/> -<pad name="1" x="-2.54" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="1.016" shape="octagon"/> -<text x="-0.254" y="1.143" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.254" y="-2.413" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-1.2954" y1="-0.4064" x2="1.3208" y2="0.4064" layer="21"/> -</package> -<package name="P0613/15"> -<description><b>RESISTOR</b><p> -type 0613, grid 15 mm</description> -<wire x1="7.62" y1="0" x2="6.985" y2="0" width="0.8128" layer="51"/> -<wire x1="-7.62" y1="0" x2="-6.985" y2="0" width="0.8128" layer="51"/> -<wire x1="-6.477" y1="2.032" x2="-6.223" y2="2.286" width="0.1524" layer="21" curve="-90"/> -<wire x1="-6.477" y1="-2.032" x2="-6.223" y2="-2.286" width="0.1524" layer="21" curve="90"/> -<wire x1="6.223" y1="-2.286" x2="6.477" y2="-2.032" width="0.1524" layer="21" curve="90"/> -<wire x1="6.223" y1="2.286" x2="6.477" y2="2.032" width="0.1524" layer="21" curve="-90"/> -<wire x1="-6.223" y1="2.286" x2="-5.334" y2="2.286" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="2.159" x2="-5.334" y2="2.286" width="0.1524" layer="21"/> -<wire x1="-6.223" y1="-2.286" x2="-5.334" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="-5.207" y1="-2.159" x2="-5.334" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="5.207" y1="2.159" x2="5.334" y2="2.286" width="0.1524" layer="21"/> -<wire x1="5.207" y1="2.159" x2="-5.207" y2="2.159" width="0.1524" layer="21"/> -<wire x1="5.207" y1="-2.159" x2="5.334" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="5.207" y1="-2.159" x2="-5.207" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="6.223" y1="2.286" x2="5.334" y2="2.286" width="0.1524" layer="21"/> -<wire x1="6.223" y1="-2.286" x2="5.334" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="6.477" y1="-0.635" x2="6.477" y2="-2.032" width="0.1524" layer="21"/> -<wire x1="6.477" y1="-0.635" x2="6.477" y2="0.635" width="0.1524" layer="51"/> -<wire x1="6.477" y1="2.032" x2="6.477" y2="0.635" width="0.1524" layer="21"/> -<wire x1="-6.477" y1="-2.032" x2="-6.477" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="-6.477" y1="0.635" x2="-6.477" y2="-0.635" width="0.1524" layer="51"/> -<wire x1="-6.477" y1="0.635" x2="-6.477" y2="2.032" width="0.1524" layer="21"/> -<pad name="1" x="-7.62" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.62" y="0" drill="1.016" shape="octagon"/> -<text x="-6.477" y="2.6924" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-4.318" y="-0.7112" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="-7.0358" y1="-0.4064" x2="-6.477" y2="0.4064" layer="51"/> -<rectangle x1="6.477" y1="-0.4064" x2="7.0358" y2="0.4064" layer="51"/> -</package> -<package name="P0817/22"> -<description><b>RESISTOR</b><p> -type 0817, grid 22.5 mm</description> -<wire x1="-10.414" y1="0" x2="-11.43" y2="0" width="0.8128" layer="51"/> -<wire x1="-8.509" y1="-3.429" x2="-8.509" y2="3.429" width="0.1524" layer="21"/> -<wire x1="-8.128" y1="3.81" x2="-7.239" y2="3.81" width="0.1524" layer="21"/> -<wire x1="-6.985" y1="3.556" x2="-7.239" y2="3.81" width="0.1524" layer="21"/> -<wire x1="-8.128" y1="-3.81" x2="-7.239" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="-6.985" y1="-3.556" x2="-7.239" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="6.985" y1="3.556" x2="7.239" y2="3.81" width="0.1524" layer="21"/> -<wire x1="6.985" y1="3.556" x2="-6.985" y2="3.556" width="0.1524" layer="21"/> -<wire x1="6.985" y1="-3.556" x2="7.239" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="6.985" y1="-3.556" x2="-6.985" y2="-3.556" width="0.1524" layer="21"/> -<wire x1="8.128" y1="3.81" x2="7.239" y2="3.81" width="0.1524" layer="21"/> -<wire x1="8.128" y1="-3.81" x2="7.239" y2="-3.81" width="0.1524" layer="21"/> -<wire x1="8.509" y1="-3.429" x2="8.509" y2="3.429" width="0.1524" layer="21"/> -<wire x1="11.43" y1="0" x2="10.414" y2="0" width="0.8128" layer="51"/> -<wire x1="-8.509" y1="3.429" x2="-8.128" y2="3.81" width="0.1524" layer="21" curve="-90"/> -<wire x1="-8.509" y1="-3.429" x2="-8.128" y2="-3.81" width="0.1524" layer="21" curve="90"/> -<wire x1="8.128" y1="3.81" x2="8.509" y2="3.429" width="0.1524" layer="21" curve="-90"/> -<wire x1="8.128" y1="-3.81" x2="8.509" y2="-3.429" width="0.1524" layer="21" curve="90"/> -<pad name="1" x="-11.43" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="11.43" y="0" drill="1.016" shape="octagon"/> -<text x="-8.382" y="4.2164" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-6.223" y="-0.5842" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="6.604" y="-2.2606" size="1.27" layer="51" ratio="10" rot="R90">0817</text> -<rectangle x1="8.509" y1="-0.4064" x2="10.3124" y2="0.4064" layer="21"/> -<rectangle x1="-10.3124" y1="-0.4064" x2="-8.509" y2="0.4064" layer="21"/> -</package> -<package name="P0817V"> -<description><b>RESISTOR</b><p> -type 0817, grid 6.35 mm</description> -<wire x1="-3.81" y1="0" x2="-5.08" y2="0" width="0.8128" layer="51"/> -<wire x1="1.27" y1="0" x2="0" y2="0" width="0.8128" layer="51"/> -<circle x="-5.08" y="0" radius="3.81" width="0.1524" layer="21"/> -<circle x="-5.08" y="0" radius="1.27" width="0.1524" layer="51"/> -<pad name="1" x="-5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="1.016" shape="octagon"/> -<text x="-1.016" y="1.27" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-1.016" y="-2.54" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="-6.858" y="2.032" size="1.016" layer="21" ratio="12">0817</text> -<rectangle x1="-3.81" y1="-0.4064" x2="0" y2="0.4064" layer="21"/> -</package> -<package name="V234/12"> -<description><b>RESISTOR</b><p> -type V234, grid 12.5 mm</description> -<wire x1="-4.953" y1="1.524" x2="-4.699" y2="1.778" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="1.778" x2="4.953" y2="1.524" width="0.1524" layer="21" curve="-90"/> -<wire x1="4.699" y1="-1.778" x2="4.953" y2="-1.524" width="0.1524" layer="21" curve="90"/> -<wire x1="-4.953" y1="-1.524" x2="-4.699" y2="-1.778" width="0.1524" layer="21" curve="90"/> -<wire x1="-4.699" y1="1.778" x2="4.699" y2="1.778" width="0.1524" layer="21"/> -<wire x1="-4.953" y1="1.524" x2="-4.953" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="4.699" y1="-1.778" x2="-4.699" y2="-1.778" width="0.1524" layer="21"/> -<wire x1="4.953" y1="1.524" x2="4.953" y2="-1.524" width="0.1524" layer="21"/> -<wire x1="6.35" y1="0" x2="5.461" y2="0" width="0.8128" layer="51"/> -<wire x1="-6.35" y1="0" x2="-5.461" y2="0" width="0.8128" layer="51"/> -<pad name="1" x="-6.35" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="6.35" y="0" drill="1.016" shape="octagon"/> -<text x="-4.953" y="2.159" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-3.81" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="4.953" y1="-0.4064" x2="5.4102" y2="0.4064" layer="21"/> -<rectangle x1="-5.4102" y1="-0.4064" x2="-4.953" y2="0.4064" layer="21"/> -</package> -<package name="V235/17"> -<description><b>RESISTOR</b><p> -type V235, grid 17.78 mm</description> -<wire x1="-6.731" y1="2.921" x2="6.731" y2="2.921" width="0.1524" layer="21"/> -<wire x1="-7.112" y1="2.54" x2="-7.112" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="6.731" y1="-2.921" x2="-6.731" y2="-2.921" width="0.1524" layer="21"/> -<wire x1="7.112" y1="2.54" x2="7.112" y2="-2.54" width="0.1524" layer="21"/> -<wire x1="8.89" y1="0" x2="7.874" y2="0" width="1.016" layer="51"/> -<wire x1="-7.874" y1="0" x2="-8.89" y2="0" width="1.016" layer="51"/> -<wire x1="-7.112" y1="-2.54" x2="-6.731" y2="-2.921" width="0.1524" layer="21" curve="90"/> -<wire x1="6.731" y1="2.921" x2="7.112" y2="2.54" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.731" y1="-2.921" x2="7.112" y2="-2.54" width="0.1524" layer="21" curve="90"/> -<wire x1="-7.112" y1="2.54" x2="-6.731" y2="2.921" width="0.1524" layer="21" curve="-90"/> -<pad name="1" x="-8.89" y="0" drill="1.1938" shape="octagon"/> -<pad name="2" x="8.89" y="0" drill="1.1938" shape="octagon"/> -<text x="-6.858" y="3.302" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-5.842" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="7.112" y1="-0.508" x2="7.747" y2="0.508" layer="21"/> -<rectangle x1="-7.747" y1="-0.508" x2="-7.112" y2="0.508" layer="21"/> -</package> -<package name="V526-0"> -<description><b>RESISTOR</b><p> -type V526-0, grid 2.5 mm</description> -<wire x1="-2.54" y1="1.016" x2="-2.286" y2="1.27" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.286" y1="1.27" x2="2.54" y2="1.016" width="0.1524" layer="21" curve="-90"/> -<wire x1="2.286" y1="-1.27" x2="2.54" y2="-1.016" width="0.1524" layer="21" curve="90"/> -<wire x1="-2.54" y1="-1.016" x2="-2.286" y2="-1.27" width="0.1524" layer="21" curve="90"/> -<wire x1="2.286" y1="1.27" x2="-2.286" y2="1.27" width="0.1524" layer="21"/> -<wire x1="2.54" y1="-1.016" x2="2.54" y2="1.016" width="0.1524" layer="21"/> -<wire x1="-2.286" y1="-1.27" x2="2.286" y2="-1.27" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="1.016" x2="-2.54" y2="-1.016" width="0.1524" layer="21"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.413" y="1.651" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.413" y="-2.794" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="MINI_MELF-0102AX"> -<description><b>Mini MELF 0102 Axial</b></description> -<circle x="0" y="0" radius="0.6" width="0" layer="51"/> -<circle x="0" y="0" radius="0.6" width="0" layer="52"/> -<smd name="1" x="0" y="0" dx="1.9" dy="1.9" layer="1" roundness="100"/> -<smd name="2" x="0" y="0" dx="1.9" dy="1.9" layer="16" roundness="100"/> -<text x="-1.27" y="0.9525" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.2225" size="1.27" layer="27">>VALUE</text> -<hole x="0" y="0" drill="1.3"/> -</package> -<package name="0922V"> -<description><b>RESISTOR</b><p> -type 0922, grid 7.5 mm</description> -<wire x1="2.54" y1="0" x2="1.397" y2="0" width="0.8128" layer="51"/> -<wire x1="-5.08" y1="0" x2="-3.81" y2="0" width="0.8128" layer="51"/> -<circle x="-5.08" y="0" radius="4.572" width="0.1524" layer="21"/> -<circle x="-5.08" y="0" radius="1.905" width="0.1524" layer="21"/> -<pad name="1" x="-5.08" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="2.54" y="0" drill="1.016" shape="octagon"/> -<text x="-0.508" y="1.6764" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-0.508" y="-2.9972" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="-6.858" y="2.54" size="1.016" layer="21" ratio="12">0922</text> -<rectangle x1="-3.81" y1="-0.4064" x2="1.3208" y2="0.4064" layer="21"/> -</package> -<package name="MINI_MELF-0102R"> -<description><b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag</description> -<wire x1="-1" y1="-0.5" x2="1" y2="-0.5" width="0.2032" layer="51"/> -<wire x1="1" y1="-0.5" x2="1" y2="0.5" width="0.2032" layer="51"/> -<wire x1="1" y1="0.5" x2="-1" y2="0.5" width="0.2032" layer="51"/> -<wire x1="-1" y1="0.5" x2="-1" y2="-0.5" width="0.2032" layer="51"/> -<smd name="1" x="-0.9" y="0" dx="0.5" dy="1.3" layer="1"/> -<smd name="2" x="0.9" y="0" dx="0.5" dy="1.3" layer="1"/> -<text x="-1.27" y="0.9525" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.2225" size="1.27" layer="27">>VALUE</text> -</package> -<package name="MINI_MELF-0102W"> -<description><b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag</description> -<wire x1="-1" y1="-0.5" x2="1" y2="-0.5" width="0.2032" layer="51"/> -<wire x1="1" y1="-0.5" x2="1" y2="0.5" width="0.2032" layer="51"/> -<wire x1="1" y1="0.5" x2="-1" y2="0.5" width="0.2032" layer="51"/> -<wire x1="-1" y1="0.5" x2="-1" y2="-0.5" width="0.2032" layer="51"/> -<smd name="1" x="-0.95" y="0" dx="0.6" dy="1.3" layer="1"/> -<smd name="2" x="0.95" y="0" dx="0.6" dy="1.3" layer="1"/> -<text x="-1.27" y="0.9525" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.2225" size="1.27" layer="27">>VALUE</text> -</package> -<package name="MINI_MELF-0204R"> -<description><b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag</description> -<wire x1="-1.7" y1="-0.6" x2="1.7" y2="-0.6" width="0.2032" layer="51"/> -<wire x1="1.7" y1="-0.6" x2="1.7" y2="0.6" width="0.2032" layer="51"/> -<wire x1="1.7" y1="0.6" x2="-1.7" y2="0.6" width="0.2032" layer="51"/> -<wire x1="-1.7" y1="0.6" x2="-1.7" y2="-0.6" width="0.2032" layer="51"/> -<smd name="1" x="-1.5" y="0" dx="0.8" dy="1.6" layer="1"/> -<smd name="2" x="1.5" y="0" dx="0.8" dy="1.6" layer="1"/> -<text x="-1.27" y="0.9525" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.2225" size="1.27" layer="27">>VALUE</text> -</package> -<package name="MINI_MELF-0204W"> -<description><b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag</description> -<wire x1="-1.7" y1="-0.6" x2="1.7" y2="-0.6" width="0.2032" layer="51"/> -<wire x1="1.7" y1="-0.6" x2="1.7" y2="0.6" width="0.2032" layer="51"/> -<wire x1="1.7" y1="0.6" x2="-1.7" y2="0.6" width="0.2032" layer="51"/> -<wire x1="-1.7" y1="0.6" x2="-1.7" y2="-0.6" width="0.2032" layer="51"/> -<smd name="1" x="-1.5" y="0" dx="1.2" dy="1.6" layer="1"/> -<smd name="2" x="1.5" y="0" dx="1.2" dy="1.6" layer="1"/> -<text x="-1.27" y="0.9525" size="1.27" layer="25">>NAME</text> -<text x="-1.27" y="-2.2225" size="1.27" layer="27">>VALUE</text> -</package> -<package name="MINI_MELF-0207R"> -<description><b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag</description> -<wire x1="-2.8" y1="-1" x2="2.8" y2="-1" width="0.2032" layer="51"/> -<wire x1="2.8" y1="-1" x2="2.8" y2="1" width="0.2032" layer="51"/> -<wire x1="2.8" y1="1" x2="-2.8" y2="1" width="0.2032" layer="51"/> -<wire x1="-2.8" y1="1" x2="-2.8" y2="-1" width="0.2032" layer="51"/> -<smd name="1" x="-2.25" y="0" dx="1.6" dy="2.5" layer="1"/> -<smd name="2" x="2.25" y="0" dx="1.6" dy="2.5" layer="1"/> -<text x="-2.2225" y="1.5875" size="1.27" layer="25">>NAME</text> -<text x="-2.2225" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="MINI_MELF-0207W"> -<description><b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag</description> -<wire x1="-2.8" y1="-1" x2="2.8" y2="-1" width="0.2032" layer="51"/> -<wire x1="2.8" y1="-1" x2="2.8" y2="1" width="0.2032" layer="51"/> -<wire x1="2.8" y1="1" x2="-2.8" y2="1" width="0.2032" layer="51"/> -<wire x1="-2.8" y1="1" x2="-2.8" y2="-1" width="0.2032" layer="51"/> -<smd name="1" x="-2.6" y="0" dx="2.4" dy="2.5" layer="1"/> -<smd name="2" x="2.6" y="0" dx="2.4" dy="2.5" layer="1"/> -<text x="-2.54" y="1.5875" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-2.54" size="1.27" layer="27">>VALUE</text> -</package> -<package name="RDH/15"> -<description><b>RESISTOR</b><p> -type RDH, grid 15 mm</description> -<wire x1="-7.62" y1="0" x2="-6.858" y2="0" width="0.8128" layer="51"/> -<wire x1="-6.096" y1="3.048" x2="-5.207" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-4.953" y1="2.794" x2="-5.207" y2="3.048" width="0.1524" layer="21"/> -<wire x1="-6.096" y1="-3.048" x2="-5.207" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-4.953" y1="-2.794" x2="-5.207" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="4.953" y1="2.794" x2="5.207" y2="3.048" width="0.1524" layer="21"/> -<wire x1="4.953" y1="2.794" x2="-4.953" y2="2.794" width="0.1524" layer="21"/> -<wire x1="4.953" y1="-2.794" x2="5.207" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="4.953" y1="-2.794" x2="-4.953" y2="-2.794" width="0.1524" layer="21"/> -<wire x1="6.096" y1="3.048" x2="5.207" y2="3.048" width="0.1524" layer="21"/> -<wire x1="6.096" y1="-3.048" x2="5.207" y2="-3.048" width="0.1524" layer="21"/> -<wire x1="-6.477" y1="-2.667" x2="-6.477" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="-6.477" y1="1.016" x2="-6.477" y2="-1.016" width="0.1524" layer="51"/> -<wire x1="-6.477" y1="1.016" x2="-6.477" y2="2.667" width="0.1524" layer="21"/> -<wire x1="6.477" y1="-2.667" x2="6.477" y2="-1.016" width="0.1524" layer="21"/> -<wire x1="6.477" y1="1.016" x2="6.477" y2="-1.016" width="0.1524" layer="51"/> -<wire x1="6.477" y1="1.016" x2="6.477" y2="2.667" width="0.1524" layer="21"/> -<wire x1="6.858" y1="0" x2="7.62" y2="0" width="0.8128" layer="51"/> -<wire x1="-6.477" y1="2.667" x2="-6.096" y2="3.048" width="0.1524" layer="21" curve="-90"/> -<wire x1="6.096" y1="3.048" x2="6.477" y2="2.667" width="0.1524" layer="21" curve="-90"/> -<wire x1="-6.477" y1="-2.667" x2="-6.096" y2="-3.048" width="0.1524" layer="21" curve="90"/> -<wire x1="6.096" y1="-3.048" x2="6.477" y2="-2.667" width="0.1524" layer="21" curve="90"/> -<pad name="1" x="-7.62" y="0" drill="1.016" shape="octagon"/> -<pad name="2" x="7.62" y="0" drill="1.016" shape="octagon"/> -<text x="-6.35" y="3.4544" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-4.318" y="-0.5842" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="4.572" y="-1.7272" size="1.27" layer="51" ratio="10" rot="R90">RDH</text> -<rectangle x1="-6.7564" y1="-0.4064" x2="-6.4516" y2="0.4064" layer="51"/> -<rectangle x1="6.4516" y1="-0.4064" x2="6.7564" y2="0.4064" layer="51"/> -</package> -<package name="0204V"> -<description><b>RESISTOR</b><p> -type 0204, grid 2.5 mm</description> -<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.508" layer="51"/> -<wire x1="-0.127" y1="0" x2="0.127" y2="0" width="0.508" layer="21"/> -<circle x="-1.27" y="0" radius="0.889" width="0.1524" layer="51"/> -<circle x="-1.27" y="0" radius="0.635" width="0.0508" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="-2.1336" y="1.1684" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-2.1336" y="-2.3114" size="1.27" layer="27" ratio="10">>VALUE</text> -</package> -<package name="0309V"> -<description><b>RESISTOR</b><p> -type 0309, grid 2.5 mm</description> -<wire x1="1.27" y1="0" x2="0.635" y2="0" width="0.6096" layer="51"/> -<wire x1="-0.635" y1="0" x2="-1.27" y2="0" width="0.6096" layer="51"/> -<circle x="-1.27" y="0" radius="1.524" width="0.1524" layer="21"/> -<circle x="-1.27" y="0" radius="0.762" width="0.1524" layer="51"/> -<pad name="1" x="-1.27" y="0" drill="0.8128" shape="octagon"/> -<pad name="2" x="1.27" y="0" drill="0.8128" shape="octagon"/> -<text x="0.254" y="1.016" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="0.254" y="-2.2098" size="1.27" layer="27" ratio="10">>VALUE</text> -<rectangle x1="0.254" y1="-0.3048" x2="0.5588" y2="0.3048" layer="51"/> -<rectangle x1="-0.635" y1="-0.3048" x2="-0.3302" y2="0.3048" layer="51"/> -<rectangle x1="-0.3302" y1="-0.3048" x2="0.254" y2="0.3048" layer="21"/> -</package> -</packages> -<symbols> -<symbol name="R-US"> -<wire x1="-2.54" y1="0" x2="-2.159" y2="1.016" width="0.2032" layer="94"/> -<wire x1="-2.159" y1="1.016" x2="-1.524" y2="-1.016" width="0.2032" layer="94"/> -<wire x1="-1.524" y1="-1.016" x2="-0.889" y2="1.016" width="0.2032" layer="94"/> -<wire x1="-0.889" y1="1.016" x2="-0.254" y2="-1.016" width="0.2032" layer="94"/> -<wire x1="-0.254" y1="-1.016" x2="0.381" y2="1.016" width="0.2032" layer="94"/> -<wire x1="0.381" y1="1.016" x2="1.016" y2="-1.016" width="0.2032" layer="94"/> -<wire x1="1.016" y1="-1.016" x2="1.651" y2="1.016" width="0.2032" layer="94"/> -<wire x1="1.651" y1="1.016" x2="2.286" y2="-1.016" width="0.2032" layer="94"/> -<wire x1="2.286" y1="-1.016" x2="2.54" y2="0" width="0.2032" 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"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="R-US_" prefix="R" uservalue="yes"> -<description><B>RESISTOR</B>, American symbol</description> -<gates> -<gate name="G$1" symbol="R-US" x="0" y="0"/> -</gates> -<devices> -<device name="R0402" package="R0402"> -<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="R0603" package="R0603"> -<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="R0805" package="R0805"> -<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="R0805W" package="R0805W"> -<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="R1005" package="R1005"> -<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="R1206" package="R1206"> -<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="R1206W" package="R1206W"> -<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="R1210" package="R1210"> -<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="R1210W" package="R1210W"> -<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="R2010" package="R2010"> -<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="R2010W" package="R2010W"> -<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="R2012" package="R2012"> -<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="R2012W" package="R2012W"> -<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="R2512" package="R2512"> -<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="R2512W" package="R2512W"> -<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="R3216" package="R3216"> -<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="R3216W" package="R3216W"> -<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="R3225" package="R3225"> -<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="R3225W" package="R3225W"> -<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="R5025" package="R5025"> -<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="R5025W" package="R5025W"> -<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="R6332" package="R6332"> -<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="R6332W" package="R6332W"> -<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="M0805" package="M0805"> -<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="M1206" package="M1206"> -<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="M1406" package="M1406"> -<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="M2012" package="M2012"> -<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="M2309" package="M2309"> -<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="M3216" package="M3216"> -<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="M3516" package="M3516"> -<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="M5923" package="M5923"> -<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="0204/5" package="0204/5"> -<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="0204/7" package="0204/7"> -<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="0207/10" package="0207/10"> -<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="0207/12" package="0207/12"> -<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="0207/15" package="0207/15"> -<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="0207/2V" package="0207/2V"> -<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="0207/5V" package="0207/5V"> -<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="0207/7" package="0207/7"> -<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="0309/10" package="0309/10"> -<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="0309/12" package="0309/12"> -<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="0411/12" package="0411/12"> -<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="0411/15" package="0411/15"> -<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="0411/3V" package="0411V"> -<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="0414/15" package="0414/15"> -<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="0414/5V" package="0414V"> -<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="0617/17" package="0617/17"> -<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="0617/22" package="0617/22"> -<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="0617/5V" package="0617V"> -<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="0922/22" package="0922/22"> -<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="0613/5V" package="P0613V"> -<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="0613/15" package="P0613/15"> -<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="0817/22" package="P0817/22"> -<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="0817/7V" package="P0817V"> -<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="V234/12" package="V234/12"> -<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="V235/17" package="V235/17"> -<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="V526-0" package="V526-0"> -<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="MELF0102AX" package="MINI_MELF-0102AX"> -<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="0922V" package="0922V"> -<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="MELF0102R" package="MINI_MELF-0102R"> -<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="MELF0102W" package="MINI_MELF-0102W"> -<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="MELF0204R" package="MINI_MELF-0204R"> -<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="MELF0204W" package="MINI_MELF-0204W"> -<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="MELF0207R" package="MINI_MELF-0207R"> -<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="MELF0207W" package="MINI_MELF-0207W"> -<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="RDH/15" package="RDH/15"> -<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="0204/2V" package="0204V"> -<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="0309/V" package="0309V"> -<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> -</devicesets> -</library> -<library name="con-3m"> -<packages> -<package name="PAK100/2500-10"> -<description><b>3M (TM) Pak 100 4-Wall Header</b> Straight<p> -Source: 3M</description> -<wire x1="-10" y1="4.2" x2="10" y2="4.2" width="0.2032" layer="21"/> -<wire x1="10" y1="4.2" x2="10" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="10" y1="-4.2" x2="5.938" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="5.938" y1="-4.2" x2="5.938" y2="-3.9" width="0.2032" layer="21"/> -<wire x1="5.938" y1="-3.9" x2="4.459" y2="-3.9" width="0.2032" layer="21"/> -<wire x1="4.459" y1="-3.9" x2="4.459" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="4.459" y1="-4.2" x2="1.883" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="1.883" y1="-4.2" x2="1.883" y2="-2.65" width="0.2032" layer="21"/> -<wire x1="1.883" y1="-2.65" x2="-1.883" y2="-2.65" width="0.2032" layer="21"/> -<wire x1="-1.883" y1="-2.65" x2="-1.883" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="1.883" y1="-4.2" x2="-1.883" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="-1.883" y1="-4.2" x2="-10" y2="-4.2" width="0.2032" layer="21"/> -<wire x1="-10" y1="-4.2" x2="-10" y2="4.2" width="0.2032" layer="21"/> -<wire x1="-8.875" y1="3.275" x2="8.875" y2="3.275" width="0.2032" layer="21"/> -<wire x1="8.875" y1="3.275" x2="8.875" y2="-3.275" width="0.2032" layer="21"/> -<wire x1="8.875" y1="-3.275" x2="1.883" y2="-3.275" width="0.2032" layer="21"/> -<wire x1="-1.883" y1="-3.275" x2="-8.875" y2="-3.275" width="0.2032" layer="21"/> -<wire x1="-8.875" y1="-3.275" x2="-8.875" y2="3.275" width="0.2032" layer="21"/> -<pad name="1" x="-5.08" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="2" x="-5.08" y="1.27" drill="1" diameter="1.4224"/> -<pad name="3" x="-2.54" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="4" x="-2.54" y="1.27" drill="1" diameter="1.4224"/> -<pad name="5" x="0" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="6" x="0" y="1.27" drill="1" diameter="1.4224"/> -<pad name="7" x="2.54" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="8" x="2.54" y="1.27" drill="1" diameter="1.4224"/> -<pad name="9" x="5.08" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="10" x="5.08" y="1.27" drill="1" diameter="1.4224"/> -<text x="-10.16" y="4.572" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="4.572" size="1.27" layer="27">>VALUE</text> -</package> -<package name="PAK100/2500-5-10"> -<description><b>3M (TM) Pak 100 4-Wall Header</b> Right Angle<p> -Source: 3M</description> -<wire x1="11.27" y1="1.875" x2="11.27" y2="11.075" width="0.2032" layer="21"/> -<wire x1="11.27" y1="11.075" x2="5.938" y2="11.075" width="0.2032" layer="21"/> -<wire x1="4.459" y1="11.075" x2="5.938" y2="11.075" width="0.2032" layer="21"/> -<wire x1="5.938" y1="11.075" x2="5.938" y2="10.105" width="0.2032" layer="21"/> -<wire x1="5.938" y1="10.105" x2="4.459" y2="10.105" width="0.2032" layer="21"/> -<wire x1="4.459" y1="10.105" x2="4.459" y2="11.075" width="0.2032" layer="21"/> -<wire x1="4.459" y1="11.075" x2="1.883" y2="11.075" width="0.2032" layer="21"/> -<wire x1="1.883" y1="11.075" x2="1.883" y2="4.01" width="0.2032" layer="21"/> -<wire x1="1.883" y1="4.01" x2="-1.883" y2="4.01" width="0.2032" layer="21"/> -<wire x1="-1.883" y1="4.01" x2="-1.883" y2="11.075" width="0.2032" layer="21"/> -<wire x1="1.883" y1="11.075" x2="-1.883" y2="11.075" width="0.2032" layer="21"/> -<wire x1="-1.883" y1="11.075" x2="-10" y2="11.075" width="0.2032" layer="21"/> -<wire x1="-10" y1="11.075" x2="-10" y2="1.875" width="0.2032" layer="21"/> -<wire x1="-6.456" y1="1.875" x2="-10" y2="1.875" width="0.2032" layer="21"/> -<wire x1="7.709" y1="1.875" x2="-6.452" y2="1.875" width="0.2032" layer="51"/> -<wire x1="11.27" y1="1.875" x2="7.713" y2="1.875" width="0.2032" layer="21"/> -<pad name="1" x="-5.08" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="2" x="-5.08" y="1.27" drill="1" diameter="1.4224"/> -<pad name="3" x="-2.54" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="4" x="-2.54" y="1.27" drill="1" diameter="1.4224"/> -<pad name="5" x="0" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="6" x="0" y="1.27" drill="1" diameter="1.4224"/> -<pad name="7" x="2.54" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="8" x="2.54" y="1.27" drill="1" diameter="1.4224"/> -<pad name="9" x="5.08" y="-1.27" drill="1" diameter="1.4224"/> -<pad name="10" x="5.08" y="1.27" drill="1" diameter="1.4224"/> -<text x="-10.16" y="-3.81" size="1.27" layer="25">>NAME</text> -<text x="-2.54" y="-3.81" size="1.27" layer="27">>VALUE</text> -<polygon width="0.2032" layer="21"> -<vertex x="-6.36" y="10.945"/> -<vertex x="-3.81" y="10.945"/> -<vertex x="-5.085" y="8.37"/> -</polygon> -</package> -</packages> -<symbols> -<symbol name="PINV"> -<text x="-1.27" y="0.889" size="1.778" layer="95" rot="R180">>NAME</text> -<text x="-3.81" y="2.667" size="1.778" layer="96">>VALUE</text> -<rectangle x1="0" y1="-0.254" x2="2.794" y2="0.254" layer="94"/> -<pin name="KL" x="5.08" y="0" visible="off" length="short" direction="pas" rot="R180"/> -</symbol> -<symbol name="PIN"> -<text x="-1.27" y="0.889" size="1.778" layer="95" rot="R180">>NAME</text> -<rectangle x1="0" y1="-0.254" x2="2.794" y2="0.254" layer="94"/> -<pin name="KL" x="5.08" y="0" visible="off" length="short" direction="pas" rot="R180"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="2510-" prefix="X"> -<description><b>3M (TM) Pak 100 4-Wall Header</b><p> -Source: 3M</description> -<gates> -<gate name="-1" symbol="PINV" x="0" y="0" addlevel="always"/> -<gate name="-2" symbol="PIN" x="0" y="-2.54" addlevel="always"/> -<gate name="-3" symbol="PIN" x="0" y="-5.08" addlevel="always"/> -<gate name="-4" symbol="PIN" x="0" y="-7.62" addlevel="always"/> -<gate name="-5" symbol="PIN" x="0" y="-10.16" addlevel="always"/> -<gate name="-6" symbol="PIN" x="0" y="-12.7" addlevel="always"/> -<gate name="-7" symbol="PIN" x="0" y="-15.24" addlevel="always"/> -<gate name="-8" symbol="PIN" x="0" y="-17.78" addlevel="always"/> -<gate name="-9" symbol="PIN" x="0" y="-20.32" addlevel="always"/> -<gate name="-10" symbol="PIN" x="0" y="-22.86" addlevel="always"/> -</gates> -<devices> -<device name="" package="PAK100/2500-10"> -<connects> -<connect gate="-1" pin="KL" pad="1"/> -<connect gate="-10" pin="KL" pad="10"/> -<connect gate="-2" pin="KL" pad="2"/> -<connect gate="-3" pin="KL" pad="3"/> -<connect gate="-4" pin="KL" pad="4"/> -<connect gate="-5" pin="KL" pad="5"/> -<connect gate="-6" pin="KL" pad="6"/> -<connect gate="-7" pin="KL" pad="7"/> -<connect gate="-8" pin="KL" pad="8"/> -<connect gate="-9" pin="KL" pad="9"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="3M" constant="no"/> -<attribute name="MPN" value="2510-6002UB" constant="no"/> -<attribute name="OC_FARNELL" value="9838244" constant="no"/> -<attribute name="OC_NEWARK" value="46F4725" constant="no"/> -</technology> -</technologies> -</device> -<device name="5" package="PAK100/2500-5-10"> -<connects> -<connect gate="-1" pin="KL" pad="1"/> -<connect gate="-10" pin="KL" pad="10"/> -<connect gate="-2" pin="KL" pad="2"/> -<connect gate="-3" pin="KL" pad="3"/> -<connect gate="-4" pin="KL" pad="4"/> -<connect gate="-5" pin="KL" pad="5"/> -<connect gate="-6" pin="KL" pad="6"/> -<connect gate="-7" pin="KL" pad="7"/> -<connect gate="-8" pin="KL" pad="8"/> -<connect gate="-9" pin="KL" pad="9"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="1788669" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="con-amp-mt"> -<packages> -<package name="L06P"> -<description><b>AMP MT CONNECTOR</b></description> -<wire x1="7.4184" y1="-4.345" x2="-7.3644" y2="-4.345" width="0.1524" layer="21"/> -<wire x1="7.418" y1="6.45" x2="7.9264" y2="7.339" width="0.1524" layer="21"/> -<wire x1="7.4184" y1="-3.456" x2="-7.3644" y2="-3.456" width="0.1524" layer="21"/> -<wire x1="7.4184" y1="-3.456" x2="7.4184" y2="-4.345" width="0.1524" layer="21"/> -<wire x1="7.418" y1="6.45" x2="7.418" y2="5.815" width="0.1524" layer="21"/> -<wire x1="7.418" y1="5.815" x2="7.4184" y2="-3.456" width="0.1524" layer="21"/> -<wire x1="7.418" y1="5.815" x2="-7.364" y2="5.815" width="0.1524" layer="21"/> -<wire x1="-7.3644" y1="-3.456" x2="-7.3644" y2="-4.345" width="0.1524" layer="21"/> -<wire x1="-7.364" y1="5.815" x2="-7.3644" y2="-3.456" width="0.1524" layer="21"/> -<wire x1="-9.9044" y1="-5.869" x2="-9.9044" y2="7.339" width="0.1524" layer="21"/> -<wire x1="-9.9044" y1="7.339" x2="-7.8724" y2="7.339" width="0.1524" layer="21"/> -<wire x1="-7.8724" y1="7.339" x2="-7.364" y2="6.45" width="0.1524" layer="21"/> -<wire x1="-7.364" y1="6.45" x2="-7.364" y2="5.815" width="0.1524" layer="21"/> -<wire x1="9.933" y1="-5.869" x2="9.933" y2="7.339" width="0.1524" layer="21"/> -<wire x1="9.933" y1="7.339" x2="7.9264" y2="7.339" width="0.1524" layer="21"/> -<wire x1="6.25" y1="3.529" x2="6.25" y2="3.021" width="0.6604" layer="21"/> -<wire x1="9.933" y1="-5.869" x2="7.2406" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="5.2594" y1="-5.869" x2="7.2406" y2="-5.869" width="0.1524" layer="51"/> -<wire x1="5.2594" y1="-5.869" x2="4.7514" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="2.77" y1="-5.869" x2="4.7514" y2="-5.869" width="0.1524" layer="51"/> -<wire x1="2.77" y1="-5.869" x2="2.262" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="0.281" y1="-5.869" x2="2.262" y2="-5.869" width="0.1524" layer="51"/> -<wire x1="0.281" y1="-5.869" x2="-0.252" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="-2.234" y1="-5.869" x2="-0.252" y2="-5.869" width="0.1524" layer="51"/> -<wire x1="-2.234" y1="-5.869" x2="-2.742" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="-4.697" y1="-5.869" x2="-2.742" y2="-5.869" width="0.1524" layer="51"/> -<wire x1="-4.697" y1="-5.869" x2="-5.282" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="-7.2628" y1="-5.869" x2="-5.282" y2="-5.869" width="0.1524" layer="51"/> -<wire x1="-7.2628" y1="-5.869" x2="-9.9044" y2="-5.869" width="0.1524" layer="21"/> -<wire x1="3.75" y1="3.529" x2="3.75" y2="3.021" width="0.6604" layer="21"/> -<wire x1="1.246" y1="3.529" x2="1.2462" y2="3.021" width="0.6604" layer="21"/> -<wire x1="-1.25" y1="3.529" x2="-1.25" y2="3.021" width="0.6604" layer="21"/> -<wire x1="-3.7576" y1="3.529" x2="-3.758" y2="3.021" width="0.6604" layer="21"/> -<wire x1="-6.2468" y1="3.529" x2="-6.247" y2="3.021" width="0.6604" layer="21"/> -<pad name="3" x="1.25" y="-6.25" drill="1.016" shape="long" rot="R90"/> -<pad name="6" x="-6.25" y="-6.25" drill="1.016" shape="long" rot="R90"/> -<pad name="5" x="-3.75" y="-6.25" drill="1.016" shape="long" rot="R90"/> -<pad name="4" x="-1.25" y="-6.25" drill="1.016" shape="long" rot="R90"/> -<pad name="2" x="3.75" y="-6.25" drill="1.016" shape="long" rot="R90"/> -<pad name="1" x="6.25" y="-6.25" drill="1.016" shape="long" rot="R90"/> -<text x="-9.625" y="-8.79" size="1.27" layer="25" ratio="10">>NAME</text> -<text x="-6.45" y="6.45" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="9.3742" y="-4.345" size="1.27" layer="21" ratio="10" rot="R90">1</text> -<text x="-7.8216" y="-4.472" size="1.27" layer="21" ratio="10" rot="R90">6</text> -<rectangle x1="5.9452" y1="-3.456" x2="6.5548" y2="3.148" layer="21"/> -<rectangle x1="5.9452" y1="-6.504" x2="6.5548" y2="-5.869" layer="51"/> -<rectangle x1="3.456" y1="-3.456" x2="4.0656" y2="3.148" layer="21"/> -<rectangle x1="3.456" y1="-6.504" x2="4.0656" y2="-5.869" layer="51"/> -<rectangle x1="0.9414" y1="-6.504" x2="1.551" y2="-5.869" layer="51"/> -<rectangle x1="0.9414" y1="-3.456" x2="1.551" y2="3.148" layer="21"/> -<rectangle x1="-1.5478" y1="-6.504" x2="-0.9382" y2="-5.869" layer="51"/> -<rectangle x1="-1.5478" y1="-3.456" x2="-0.9382" y2="3.148" layer="21"/> -<rectangle x1="-4.0624" y1="-6.504" x2="-3.4528" y2="-5.869" layer="51"/> -<rectangle x1="-4.0624" y1="-3.456" x2="-3.4528" y2="3.148" layer="21"/> -<rectangle x1="-6.5516" y1="-6.504" x2="-5.942" y2="-5.869" layer="51"/> -<rectangle x1="-6.5516" y1="-3.456" x2="-5.942" y2="3.148" layer="21"/> -</package> -</packages> -<symbols> -<symbol name="M"> -<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.1524" layer="94"/> -<wire x1="0" y1="0" x2="1.27" y2="0" width="0.6096" layer="94"/> -<text x="-0.508" y="1.016" size="1.778" layer="95" rot="R180">>NAME</text> -<text x="0.254" y="-2.413" size="1.778" layer="96">>VALUE</text> -<pin name="S" x="5.08" y="0" visible="off" length="short" direction="pas" rot="R180"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="L06P" prefix="SV" uservalue="yes"> -<description><b>AMP MT CONNECTOR</b></description> -<gates> -<gate name="-1" symbol="M" x="0" y="17.78" addlevel="always"/> -<gate name="-2" symbol="M" x="0" y="12.7" addlevel="always"/> -<gate name="-3" symbol="M" x="0" y="7.62" addlevel="always"/> -<gate name="-4" symbol="M" x="0" y="2.54" addlevel="always"/> -<gate name="-5" symbol="M" x="0" y="-2.54" addlevel="always"/> -<gate name="-6" symbol="M" x="0" y="-7.62" addlevel="always"/> -</gates> -<devices> -<device name="" package="L06P"> -<connects> -<connect gate="-1" pin="S" pad="1"/> -<connect gate="-2" pin="S" pad="2"/> -<connect gate="-3" pin="S" pad="3"/> -<connect gate="-4" pin="S" pad="4"/> -<connect gate="-5" pin="S" pad="5"/> -<connect gate="-6" pin="S" pad="6"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="special"> -<packages> -<package name="QS"> -<description><B>CRYSTAL</B></description> -<wire x1="-3.429" y1="-2.286" x2="3.429" y2="-2.286" width="0.1524" layer="21"/> -<wire x1="3.429" y1="2.286" x2="-3.429" y2="2.286" width="0.1524" layer="21"/> -<wire x1="-3.429" y1="-1.778" x2="3.429" y2="-1.778" width="0.0508" layer="21"/> -<wire x1="3.429" y1="1.778" x2="-3.429" y2="1.778" width="0.0508" layer="21"/> -<wire x1="3.429" y1="1.778" x2="3.429" y2="-1.778" width="0.0508" layer="21" curve="-180"/> -<wire x1="3.429" y1="2.286" x2="3.429" y2="-2.286" width="0.1524" layer="21" curve="-180"/> -<wire x1="-3.429" y1="2.286" x2="-3.429" y2="-2.286" width="0.1524" layer="21" curve="180"/> -<wire x1="-3.429" y1="1.778" x2="-3.429" y2="-1.778" width="0.0508" layer="21" curve="180"/> -<pad name="1" x="-2.54" y="0" drill="0.6096" shape="long" rot="R90"/> -<pad name="2" x="2.54" y="0" drill="0.6096" shape="long" rot="R90"/> -<text x="-5.08" y="-3.937" size="1.27" layer="27" ratio="10">>VALUE</text> -<text x="-5.08" y="2.667" size="1.27" layer="25" ratio="10">>NAME</text> -</package> -</packages> -<symbols> -<symbol name="XTAL"> -<wire x1="-1.27" y1="2.54" x2="1.397" y2="2.54" width="0.4064" layer="94"/> -<wire x1="1.397" y1="2.54" x2="1.397" y2="-2.54" width="0.4064" layer="94"/> -<wire x1="1.397" y1="-2.54" x2="-1.27" y2="-2.54" width="0.4064" layer="94"/> -<wire x1="-1.27" y1="2.54" x2="-1.27" y2="-2.54" width="0.4064" layer="94"/> -<wire x1="2.3368" y1="2.54" x2="2.3368" y2="-2.54" width="0.4064" layer="94"/> -<wire x1="-2.286" y1="2.54" x2="-2.286" y2="-2.54" width="0.4064" layer="94"/> -<text x="-5.08" y="3.81" size="1.778" layer="95">>NAME</text> -<text x="-5.08" y="-5.08" size="1.778" layer="96">>VALUE</text> -<pin name="2" x="5.08" y="0" visible="pad" length="short" direction="pas" swaplevel="1" rot="R180"/> -<pin name="1" x="-5.08" y="0" visible="pad" length="short" direction="pas" swaplevel="1"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="XTAL/S" prefix="Q" uservalue="yes"> -<description><B>CRYSTAL</B></description> -<gates> -<gate name="G$1" symbol="XTAL" x="0" y="0"/> -</gates> -<devices> -<device name="" package="QS"> -<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> -</devicesets> -</library> -<library name="switch-omron"> -<packages> -<package name="B3F-10XX"> -<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"/> -<pad name="1" x="-3.2512" y="2.2606" drill="1.016" shape="long"/> -<pad name="3" x="-3.2512" y="-2.2606" drill="1.016" shape="long"/> -<pad name="2" x="3.2512" y="2.2606" drill="1.016" shape="long"/> -<pad name="4" x="3.2512" y="-2.2606" drill="1.016" shape="long"/> -<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> -</packages> -<symbols> -<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> -</symbols> -<devicesets> -<deviceset name="10-XX" prefix="S" uservalue="yes"> -<description><b>OMRON SWITCH</b></description> -<gates> -<gate name="1" symbol="TS2" x="0" y="0"/> -</gates> -<devices> -<device name="" package="B3F-10XX"> -<connects> -<connect gate="1" pin="P" pad="3"/> -<connect gate="1" pin="P1" pad="4"/> -<connect gate="1" pin="S" pad="1"/> -<connect gate="1" pin="S1" pad="2"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="B3F-1000" constant="no"/> -<attribute name="OC_FARNELL" value="176432" constant="no"/> -<attribute name="OC_NEWARK" value="36M3542" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="con-molex"> -<packages> -<package name="KK-156-2"> -<description><b>KK 156 HEADER</b><p> -Source: http://www.molex.com/pdm_docs/sd/026604100_sd.pdf</description> -<wire x1="3.81" y1="4.95" x2="2.01" y2="4.95" width="0.2032" layer="21"/> -<wire x1="2.01" y1="4.95" x2="-1.985" y2="4.95" width="0.2032" layer="21"/> -<wire x1="-1.985" y1="4.95" x2="-3.785" y2="4.95" width="0.2032" layer="21"/> -<wire x1="-3.785" y1="4.95" x2="-3.785" y2="-4.825" width="0.2032" layer="21"/> -<wire x1="-3.785" y1="-4.825" x2="3.81" y2="-4.825" width="0.2032" layer="21"/> -<wire x1="3.81" y1="-4.825" x2="3.81" y2="4.95" width="0.2032" layer="21"/> -<wire x1="-1.985" y1="2.525" x2="2.01" y2="2.525" width="0.2032" layer="21"/> -<wire x1="2.01" y1="2.525" x2="2.01" y2="4.95" width="0.2032" layer="21"/> -<wire x1="-1.985" y1="2.525" x2="-1.985" y2="4.95" width="0.2032" layer="21"/> -<pad name="1" x="-1.98" y="0" drill="1.7" diameter="2.1844" shape="long" rot="R90"/> -<pad name="2" x="1.98" y="0" drill="1.7" diameter="2.1844" shape="long" rot="R90"/> -<text x="-4.48" y="-4.445" size="1.27" layer="25" rot="R90">>NAME</text> -<text x="5.75" y="-4.445" size="1.27" layer="27" rot="R90">>VALUE</text> -</package> -</packages> -<symbols> -<symbol name="MV"> -<wire x1="1.27" y1="0" x2="0" y2="0" width="0.6096" layer="94"/> -<text x="2.54" y="-0.762" size="1.524" layer="95">>NAME</text> -<text x="-0.762" y="1.397" size="1.778" layer="96">>VALUE</text> -<pin name="S" x="-2.54" y="0" visible="off" length="short" direction="pas"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="KK-156-2" prefix="X" uservalue="yes"> -<description><b>KK 156 HEADER</b><p> -Source: http://www.molex.com/pdm_docs/sd/026604100_sd.pdf</description> -<gates> -<gate name="-1" symbol="MV" x="0" y="2.54" addlevel="always" swaplevel="1"/> -<gate name="-2" symbol="MV" x="0" y="-2.54" addlevel="always" swaplevel="1"/> -</gates> -<devices> -<device name="" package="KK-156-2"> -<connects> -<connect gate="-1" pin="S" pad="1"/> -<connect gate="-2" pin="S" pad="2"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -<library name="con-harting"> -<description><b>Harting Ribbon Cable Connectors</b><p> -This library includes the former libraries ribcon.lbr and ribcon4.lbr.<p> -<author>Created by librarian@cadsoft.de</author></description> -<packages> -<package name="CON06"> -<description><b>CONNECTOR</b></description> -<wire x1="6.3246" y1="-3.4798" x2="6.3246" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="6.3246" y1="3.5052" x2="5.461" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="3.5052" x2="-6.35" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="-3.4798" x2="-5.461" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="3.81" y1="-4.1656" x2="-3.81" y2="-4.1656" width="0.1524" layer="21"/> -<wire x1="-2.9718" y1="-2.3368" x2="-2.1082" y2="-2.3368" width="0.1524" layer="21"/> -<wire x1="-2.1082" y1="-2.3368" x2="-2.54" y2="-3.175" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="-3.175" x2="-2.9718" y2="-2.3368" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="-3.4798" x2="-3.81" y2="-4.1656" width="0.1524" layer="21"/> -<wire x1="3.81" y1="-3.4798" x2="3.81" y2="-4.1656" width="0.1524" layer="21"/> -<wire x1="3.81" y1="3.5052" x2="3.81" y2="9.525" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="3.5052" x2="-3.81" y2="9.525" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="9.525" x2="0" y2="8.255" width="0.1524" layer="21"/> -<wire x1="0" y1="8.255" x2="3.81" y2="9.525" width="0.1524" layer="21"/> -<wire x1="-2.54" y1="-3.175" x2="-2.54" y2="-2.921" width="0.1524" layer="21"/> -<wire x1="5.461" y1="3.5052" x2="5.461" y2="2.159" width="0.1524" layer="21"/> -<wire x1="5.461" y1="2.159" x2="6.3246" y2="2.159" width="0.1524" layer="21"/> -<wire x1="5.461" y1="0.635" x2="6.3246" y2="0.635" width="0.1524" layer="21"/> -<wire x1="5.461" y1="3.5052" x2="3.81" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="6.3246" y1="2.159" x2="6.3246" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="6.3246" y1="0.635" x2="6.3246" y2="2.159" width="0.1524" layer="21"/> -<wire x1="3.81" y1="3.5052" x2="-3.81" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="5.461" y1="-2.159" x2="6.3246" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="5.461" y1="-2.159" x2="5.461" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="6.3246" y1="-2.159" x2="6.3246" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="5.461" y1="-0.635" x2="6.3246" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="6.3246" y1="-0.635" x2="6.3246" y2="0.635" width="0.1524" layer="21"/> -<wire x1="3.81" y1="-3.4798" x2="5.461" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="3.5052" x2="-5.461" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-3.81" y1="-3.4798" x2="3.81" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="5.461" y1="0.635" x2="5.461" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="-5.461" y1="3.5052" x2="-5.461" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-5.461" y1="3.5052" x2="-6.35" y2="3.5052" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="2.159" x2="-5.461" y2="2.159" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="0.635" x2="-5.461" y2="0.635" width="0.1524" layer="21"/> -<wire x1="-5.461" y1="0.635" x2="-5.461" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="-0.635" x2="-5.461" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="-2.159" x2="-5.461" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="-5.461" y1="-2.159" x2="-5.461" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="0.635" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="2.159" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="-0.635" x2="-6.35" y2="-2.159" width="0.1524" layer="21"/> -<wire x1="-6.35" y1="-2.159" x2="-6.35" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="-5.461" y1="-3.4798" x2="-3.81" y2="-3.4798" width="0.1524" layer="21"/> -<wire x1="5.461" y1="-3.4798" x2="6.3246" y2="-3.4798" width="0.1524" layer="21"/> -<pad name="1" x="-2.54" y="-1.27" drill="0.9144"/> -<pad name="2" x="-2.54" y="1.27" drill="0.9144" shape="octagon"/> -<pad name="3" x="0" y="-1.27" drill="0.9144" shape="octagon"/> -<pad name="4" x="0" y="1.27" drill="0.9144" shape="octagon"/> -<pad name="5" x="2.54" y="-1.27" drill="0.9144" shape="octagon"/> -<pad name="6" x="2.54" y="1.27" drill="0.9144" shape="octagon"/> -<text x="-4.953" y="-1.905" size="1.524" layer="21" ratio="10">1</text> -<text x="-3.175" y="6.0198" size="1.778" layer="25" ratio="10">>NAME</text> -<text x="-3.175" y="4.191" size="1.27" layer="21" ratio="10">R-C6P</text> -<text x="-3.81" y="-5.715" size="1.27" layer="27">>VALUE</text> -<rectangle x1="-2.794" y1="-2.7686" x2="-2.286" y2="-2.5146" layer="21"/> -<rectangle x1="-2.921" y1="-2.5146" x2="-2.54" y2="-2.3876" layer="21"/> -<rectangle x1="-2.54" y1="-2.5146" x2="-2.159" y2="-2.3876" layer="21"/> -<rectangle x1="-2.667" y1="-2.9718" x2="-2.413" y2="-2.7178" layer="21"/> -</package> -</packages> -<symbols> -<symbol name="03-2"> -<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="-5.08" width="0.4064" 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="5.08" width="0.4064" layer="94"/> -<circle x="1.905" y="-2.54" radius="0.635" width="0.254" layer="94"/> -<circle x="1.905" y="0" radius="0.635" width="0.254" layer="94"/> -<circle x="1.905" y="2.54" radius="0.635" width="0.254" layer="94"/> -<circle x="-1.905" y="-2.54" radius="0.635" width="0.254" layer="94"/> -<circle x="-1.905" y="0" radius="0.635" width="0.254" layer="94"/> -<circle x="-1.905" y="2.54" radius="0.635" width="0.254" layer="94"/> -<text x="-3.81" y="-7.62" size="1.778" layer="96">>VALUE</text> -<text x="-3.81" y="5.842" size="1.778" layer="95">>NAME</text> -<pin name="1" x="7.62" y="-2.54" 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"/> -<pin name="3" x="7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="4" x="-7.62" y="0" visible="pad" length="middle" direction="pas" swaplevel="1"/> -<pin name="5" x="7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/> -<pin name="6" x="-7.62" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1"/> -</symbol> -</symbols> -<devicesets> -<deviceset name="CON06" prefix="CON" uservalue="yes"> -<description><b>CONNECTOR</b></description> -<gates> -<gate name="G$1" symbol="03-2" x="0" y="0"/> -</gates> -<devices> -<device name="" package="CON06"> -<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"/> -</connects> -<technologies> -<technology name=""> -<attribute name="MF" value="" constant="no"/> -<attribute name="MPN" value="" constant="no"/> -<attribute name="OC_FARNELL" value="unknown" constant="no"/> -<attribute name="OC_NEWARK" value="unknown" constant="no"/> -</technology> -</technologies> -</device> -</devices> -</deviceset> -</devicesets> -</library> -</libraries> -<attributes> -</attributes> -<variantdefs> -</variantdefs> -<classes> -<class number="0" name="default" width="0" drill="0"> -</class> -</classes> -<parts> -<part name="IC2" library="atmel" deviceset="MEGA16-P" device=""/> -<part name="IC4" library="uln-udn" deviceset="ULN2003A" device="N"/> -<part name="IC6" library="st-microelectronics" deviceset="L293D" device=""/> -<part name="K1" library="relay" deviceset="ZNS5*" device="" technology="424"/> -<part name="K2" library="relay" deviceset="ZNS5*" device="" technology="424"/> -<part name="IC3" library="linear" deviceset="78*" device="T" technology="05"/> -<part name="LED1" library="led" deviceset="LED" device="SML0805"/> -<part name="LED2" library="led" deviceset="LED" device="SML0805"/> -<part name="LED3" library="led" deviceset="LED" device="SML0805"/> -<part name="C1" library="rcl" deviceset="C-US" device="C0805" value="0.1uf"/> -<part name="C2" library="rcl" deviceset="C-US" device="025-025X050" value="10uf"/> -<part name="C3" library="rcl" deviceset="C-US" device="025-025X050" value="100uf"/> -<part name="R1" library="resistor" deviceset="R-US_" device="R0805" value="2.2k"/> -<part name="R2" library="resistor" deviceset="R-US_" device="R0805" value="2.2k"/> -<part name="R4" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="R8" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="ISP" library="con-3m" deviceset="2510-" device=""/> -<part name="R3" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="R5" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="C6" library="rcl" deviceset="C-US" device="C0805" value="22pf"/> -<part name="C7" library="rcl" deviceset="C-US" device="C0805" value="22pf"/> -<part name="RESET" library="switch-omron" deviceset="10-XX" device=""/> -<part name="PWR" library="con-molex" deviceset="KK-156-2" device=""/> -<part name="THERMISTOR" library="con-molex" deviceset="KK-156-2" device=""/> -<part name="HEATER" library="con-molex" deviceset="KK-156-2" device=""/> -<part name="FAN" library="con-molex" deviceset="KK-156-2" device=""/> -<part name="R14" library="resistor" deviceset="R-US_" device="R0805" value="10k"/> -<part name="MOTOR" library="con-molex" deviceset="KK-156-2" device=""/> -<part name="R" library="led" deviceset="LED" device="10MM"/> -<part name="Y" library="led" deviceset="LED" device="10MM"/> -<part name="G" library="led" deviceset="LED" device="10MM"/> -<part name="SV1" library="con-amp-mt" deviceset="L06P" device=""/> -<part name="LED12" library="led" deviceset="LED" device="SML0805"/> -<part name="LED13" library="led" deviceset="LED" device="SML0805"/> -<part name="LED14" library="led" deviceset="LED" device="SML0805"/> -<part name="R21" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="R22" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="R23" library="resistor" deviceset="R-US_" device="R0805" value="470"/> -<part name="16MHZ" library="special" deviceset="XTAL/S" device=""/> -<part name="CON1" library="con-harting" deviceset="CON06" device=""/> -<part name="FLOOR-0" library="switch-omron" deviceset="10-XX" device=""/> -<part name="FLOOR-I" library="switch-omron" deviceset="10-XX" device=""/> -<part name="FLOOR-II" library="switch-omron" deviceset="10-XX" device=""/> -<part name="FLOOR-0-UP" library="switch-omron" deviceset="10-XX" device=""/> -<part name="FLOOR-I-UP" library="switch-omron" deviceset="10-XX" device=""/> -<part name="FLOOR-II-DOWN" library="switch-omron" deviceset="10-XX" device=""/> -<part name="FLOOR-I-DOWN" library="switch-omron" deviceset="10-XX" device=""/> -<part name="R7" library="resistor" deviceset="R-US_" device="0207/12" value="100"/> -</parts> -<sheets> -<sheet> -<plain> -</plain> -<instances> -<instance part="IC2" gate="G$1" x="-43.18" y="91.44"/> -<instance part="IC4" gate="A" x="68.58" y="96.52"/> -<instance part="IC6" gate="G$1" x="162.56" y="76.2"/> -<instance part="K1" gate="1" x="43.18" y="121.92" rot="R90"/> -<instance part="K1" gate="2" x="83.82" y="116.84" rot="R180"/> -<instance part="K2" gate="1" x="50.8" y="132.08" rot="R90"/> -<instance part="K2" gate="2" x="83.82" y="137.16"/> -<instance part="IC3" gate="A1" x="-45.72" y="27.94"/> -<instance part="LED1" gate="G$1" x="-17.78" y="35.56" rot="R90"/> -<instance part="LED2" gate="G$1" x="63.5" y="132.08" rot="R270"/> -<instance part="LED3" gate="G$1" x="63.5" y="121.92" rot="R270"/> -<instance part="C1" gate="G$1" x="78.74" y="78.74" rot="R90"/> -<instance part="C2" gate="G$1" x="-33.02" y="22.86"/> -<instance part="C3" gate="G$1" x="-58.42" y="22.86"/> -<instance part="R1" gate="G$1" x="73.66" y="132.08"/> -<instance part="R2" gate="G$1" x="73.66" y="121.92"/> -<instance part="R4" gate="G$1" x="-5.08" y="35.56"/> -<instance part="R8" gate="G$1" x="-38.1" y="5.08"/> -<instance part="ISP" gate="-1" x="-116.84" y="76.2"/> -<instance part="ISP" gate="-2" x="-116.84" y="73.66"/> -<instance part="ISP" gate="-3" x="-116.84" y="71.12"/> -<instance part="ISP" gate="-4" x="-116.84" y="68.58"/> -<instance part="ISP" gate="-5" x="-116.84" y="66.04"/> -<instance part="ISP" gate="-6" x="-116.84" y="63.5"/> -<instance part="ISP" gate="-7" x="-116.84" y="60.96"/> -<instance part="ISP" gate="-8" x="-116.84" y="58.42"/> -<instance part="ISP" gate="-9" x="-116.84" y="55.88"/> -<instance part="ISP" gate="-10" x="-116.84" y="53.34"/> -<instance part="R3" gate="G$1" x="-31.75" y="0"/> -<instance part="R5" gate="G$1" x="-38.1" y="-5.08"/> -<instance part="C6" gate="G$1" x="-81.28" y="116.84" rot="R270"/> -<instance part="C7" gate="G$1" x="-81.28" y="127" rot="R270"/> -<instance part="RESET" gate="1" x="-76.2" y="134.62" rot="R270"/> -<instance part="PWR" gate="-1" x="-104.14" y="7.62"/> -<instance part="PWR" gate="-2" x="-104.14" y="2.54"/> -<instance part="THERMISTOR" gate="-1" x="142.24" y="2.54" rot="R180"/> -<instance part="THERMISTOR" gate="-2" x="142.24" y="-2.54" rot="R180"/> -<instance part="HEATER" gate="-1" x="142.24" y="38.1" rot="R180"/> -<instance part="HEATER" gate="-2" x="142.24" y="33.02" rot="R180"/> -<instance part="FAN" gate="-1" x="101.6" y="99.06" rot="R180"/> -<instance part="FAN" gate="-2" x="101.6" y="93.98" rot="R180"/> -<instance part="R14" gate="G$1" x="157.48" y="2.54"/> -<instance part="MOTOR" gate="-1" x="48.26" y="0" rot="R180"/> -<instance part="MOTOR" gate="-2" x="48.26" y="-5.08" rot="R180"/> -<instance part="R" gate="G$1" x="-20.32" y="5.08" rot="R90"/> -<instance part="Y" gate="G$1" x="-20.32" y="0" rot="R90"/> -<instance part="G" gate="G$1" x="-20.32" y="-5.08" rot="R90"/> -<instance part="SV1" gate="-1" x="99.06" y="25.4"/> -<instance part="SV1" gate="-2" x="99.06" y="20.32"/> -<instance part="SV1" gate="-3" x="99.06" y="15.24"/> -<instance part="SV1" gate="-4" x="99.06" y="10.16"/> -<instance part="SV1" gate="-5" x="99.06" y="5.08"/> -<instance part="SV1" gate="-6" x="99.06" y="0"/> -<instance part="LED12" gate="G$1" x="142.24" y="25.4" rot="R270"/> -<instance part="LED13" gate="G$1" x="134.62" y="20.32" rot="R270"/> -<instance part="LED14" gate="G$1" x="142.24" y="15.24" rot="R270"/> -<instance part="R21" gate="G$1" x="124.46" y="25.4"/> -<instance part="R22" gate="G$1" x="116.84" y="20.32"/> -<instance part="R23" gate="G$1" x="124.46" y="15.24"/> -<instance part="16MHZ" gate="G$1" x="-71.12" y="121.92" rot="R90"/> -<instance part="CON1" gate="G$1" x="96.52" y="66.04"/> -<instance part="FLOOR-0" gate="1" x="-142.24" y="88.9" rot="R270"/> -<instance part="FLOOR-I" gate="1" x="-142.24" y="76.2" rot="R270"/> -<instance part="FLOOR-II" gate="1" x="-142.24" y="63.5" rot="R270"/> -<instance part="FLOOR-0-UP" gate="1" x="-142.24" y="50.8" rot="R270"/> -<instance part="FLOOR-I-UP" gate="1" x="-142.24" y="38.1" rot="R270"/> -<instance part="FLOOR-II-DOWN" gate="1" x="-142.24" y="25.4" rot="R270"/> -<instance part="FLOOR-I-DOWN" gate="1" x="-142.24" y="12.7" rot="R270"/> -<instance part="R7" gate="G$1" x="-68.58" y="27.94" rot="R180"/> -</instances> -<busses> -</busses> -<nets> -<net name="12V" class="0"> -<segment> -<wire x1="81.28" y1="86.36" x2="83.82" y2="86.36" width="0.1524" layer="91"/> -<wire x1="83.82" y1="86.36" x2="88.9" y2="86.36" width="0.1524" layer="91"/> -<wire x1="83.82" y1="78.74" x2="83.82" y2="86.36" width="0.1524" layer="91"/> -<junction x="83.82" y="86.36"/> -<label x="88.9" y="86.36" size="1.778" layer="95"/> -<pinref part="IC4" gate="A" pin="CD+"/> -<pinref part="C1" gate="G$1" pin="2"/> -</segment> -<segment> -<wire x1="88.9" y1="68.58" x2="83.82" y2="68.58" width="0.1524" layer="91"/> -<label x="83.82" y="68.58" size="1.778" layer="95"/> -<pinref part="CON1" gate="G$1" pin="6"/> -</segment> -<segment> -<wire x1="109.22" y1="68.58" x2="104.14" y2="68.58" width="0.1524" layer="91"/> -<label x="104.14" y="68.58" size="1.778" layer="95"/> -<pinref part="CON1" gate="G$1" pin="5"/> -</segment> -<segment> -<pinref part="IC6" gate="G$1" pin="VCC2"/> -<wire x1="147.32" y1="58.42" x2="139.7" y2="58.42" width="0.1524" layer="91"/> -<label x="139.7" y="58.42" size="1.778" layer="95"/> -</segment> -<segment> -<wire x1="83.82" y1="134.62" x2="83.82" y2="127" width="0.1524" layer="91"/> -<pinref part="K2" gate="2" pin="P"/> -<pinref part="K1" gate="2" pin="P"/> -<pinref part="R1" gate="G$1" pin="2"/> -<wire x1="83.82" y1="127" x2="83.82" y2="119.38" width="0.1524" layer="91"/> -<wire x1="78.74" y1="132.08" x2="81.28" y2="132.08" width="0.1524" layer="91"/> -<wire x1="81.28" y1="132.08" x2="81.28" y2="127" width="0.1524" layer="91"/> -<pinref part="R2" gate="G$1" pin="2"/> -<wire x1="81.28" y1="127" x2="81.28" y2="121.92" width="0.1524" layer="91"/> -<wire x1="81.28" y1="121.92" x2="78.74" y2="121.92" width="0.1524" layer="91"/> -<wire x1="81.28" y1="127" x2="78.74" y2="127" width="0.1524" layer="91"/> -<junction x="81.28" y="127"/> -<label x="76.2" y="127" size="1.778" layer="95"/> -<wire x1="83.82" y1="127" x2="81.28" y2="127" width="0.1524" layer="91"/> -<junction x="83.82" y="127"/> -</segment> -<segment> -<pinref part="C3" gate="G$1" pin="1"/> -<wire x1="-58.42" y1="27.94" x2="-58.42" y2="25.4" width="0.1524" layer="91"/> -<wire x1="-55.88" y1="27.94" x2="-58.42" y2="27.94" width="0.1524" layer="91"/> -<pinref part="IC3" gate="A1" pin="VI"/> -<pinref part="R7" gate="G$1" pin="1"/> -<wire x1="-63.5" y1="27.94" x2="-58.42" y2="27.94" width="0.1524" layer="91"/> -<junction x="-58.42" y="27.94"/> -<label x="-58.42" y="27.94" size="1.778" layer="95" rot="R90" xref="yes"/> -</segment> -</net> -<net name="I1" class="0"> -<segment> -<wire x1="-22.86" y1="116.84" x2="-15.24" y2="116.84" width="0.1524" layer="91"/> -<label x="-15.24" y="116.84" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC1)PA1"/> -</segment> -<segment> -<wire x1="50.8" y1="101.6" x2="55.88" y2="101.6" width="0.1524" layer="91"/> -<label x="50.8" y="101.6" size="1.778" layer="95"/> -<pinref part="IC4" gate="A" pin="I2"/> -</segment> -</net> -<net name="I2" class="0"> -<segment> -<wire x1="-22.86" y1="114.3" x2="-15.24" y2="114.3" width="0.1524" layer="91"/> -<label x="-15.24" y="114.3" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC0)PA0"/> -</segment> -<segment> -<wire x1="50.8" y1="104.14" x2="55.88" y2="104.14" width="0.1524" layer="91"/> -<label x="50.8" y="104.14" size="1.778" layer="95"/> -<pinref part="IC4" gate="A" pin="I1"/> -</segment> -</net> -<net name="5V" class="0"> -<segment> -<wire x1="45.72" y1="132.08" x2="33.02" y2="132.08" width="0.1524" layer="91"/> -<wire x1="33.02" y1="132.08" x2="33.02" y2="127" width="0.1524" layer="91"/> -<wire x1="33.02" y1="127" x2="33.02" y2="121.92" width="0.1524" layer="91"/> -<wire x1="38.1" y1="121.92" x2="33.02" y2="121.92" width="0.1524" layer="91"/> -<wire x1="33.02" y1="127" x2="27.94" y2="127" width="0.1524" layer="91"/> -<junction x="33.02" y="127"/> -<label x="27.94" y="127" size="1.778" layer="95" rot="R90" xref="yes"/> -<pinref part="K2" gate="1" pin="1"/> -<pinref part="K1" gate="1" pin="1"/> -</segment> -<segment> -<wire x1="-35.56" y1="27.94" x2="-33.02" y2="27.94" width="0.1524" layer="91"/> -<wire x1="-33.02" y1="27.94" x2="-33.02" y2="25.4" width="0.1524" layer="91"/> -<wire x1="-33.02" y1="27.94" x2="-20.32" y2="27.94" width="0.1524" layer="91"/> -<wire x1="-20.32" y1="35.56" x2="-20.32" y2="27.94" width="0.1524" layer="91"/> -<junction x="-33.02" y="27.94"/> -<label x="-25.4" y="27.94" size="1.778" layer="95" rot="R90" xref="yes"/> -<pinref part="IC3" gate="A1" pin="VO"/> -<pinref part="C2" gate="G$1" pin="1"/> -<pinref part="LED1" gate="G$1" pin="A"/> -</segment> -<segment> -<wire x1="-63.5" y1="104.14" x2="-71.12" y2="104.14" width="0.1524" layer="91"/> -<label x="-71.12" y="104.14" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="VCC"/> -</segment> -<segment> -<wire x1="-71.12" y1="114.3" x2="-63.5" y2="114.3" width="0.1524" layer="91"/> -<label x="-71.12" y="114.3" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="AREF"/> -</segment> -<segment> -<wire x1="147.32" y1="93.98" x2="147.32" y2="106.68" width="0.1524" layer="91"/> -<wire x1="147.32" y1="106.68" x2="182.88" y2="106.68" width="0.1524" layer="91"/> -<wire x1="182.88" y1="106.68" x2="182.88" y2="93.98" width="0.1524" layer="91"/> -<wire x1="182.88" y1="93.98" x2="177.8" y2="93.98" width="0.1524" layer="91"/> -<wire x1="182.88" y1="106.68" x2="182.88" y2="111.76" width="0.1524" layer="91"/> -<junction x="182.88" y="106.68"/> -<label x="182.88" y="111.76" size="1.778" layer="95"/> -<pinref part="IC6" gate="G$1" pin="1-2EN"/> -<pinref part="IC6" gate="G$1" pin="VCC1"/> -</segment> -<segment> -<wire x1="-111.76" y1="73.66" x2="-104.14" y2="73.66" width="0.1524" layer="91"/> -<label x="-104.14" y="73.66" size="1.778" layer="95"/> -<pinref part="ISP" gate="-2" pin="KL"/> -</segment> -<segment> -<wire x1="144.78" y1="-2.54" x2="152.4" y2="-2.54" width="0.1524" layer="91"/> -<label x="149.86" y="-2.54" size="1.778" layer="95"/> -<pinref part="THERMISTOR" gate="-2" pin="S"/> -</segment> -<segment> -<wire x1="88.9" y1="63.5" x2="83.82" y2="63.5" width="0.1524" layer="91"/> -<label x="83.82" y="63.5" size="1.778" layer="95"/> -<pinref part="CON1" gate="G$1" pin="2"/> -</segment> -<segment> -<wire x1="109.22" y1="63.5" x2="104.14" y2="63.5" width="0.1524" layer="91"/> -<label x="104.14" y="63.5" size="1.778" layer="95"/> -<pinref part="CON1" gate="G$1" pin="1"/> -</segment> -<segment> -<pinref part="SV1" gate="-5" pin="S"/> -<wire x1="104.14" y1="5.08" x2="106.68" y2="5.08" width="0.1524" layer="91"/> -<label x="106.68" y="5.08" size="1.778" layer="95"/> -</segment> -<segment> -<pinref part="LED13" gate="G$1" pin="A"/> -<wire x1="137.16" y1="20.32" x2="147.32" y2="20.32" width="0.1524" layer="91"/> -<label x="149.86" y="20.32" size="1.778" layer="95"/> -<pinref part="LED14" gate="G$1" pin="A"/> -<wire x1="147.32" y1="20.32" x2="152.4" y2="20.32" width="0.1524" layer="91"/> -<wire x1="144.78" y1="15.24" x2="147.32" y2="15.24" width="0.1524" layer="91"/> -<wire x1="147.32" y1="15.24" x2="147.32" y2="20.32" width="0.1524" layer="91"/> -<wire x1="147.32" y1="20.32" x2="147.32" y2="25.4" width="0.1524" layer="91"/> -<pinref part="LED12" gate="G$1" pin="A"/> -<wire x1="147.32" y1="25.4" x2="144.78" y2="25.4" width="0.1524" layer="91"/> -<junction x="147.32" y="20.32"/> -</segment> -</net> -<net name="AIN1" class="0"> -<segment> -<wire x1="-22.86" y1="119.38" x2="-15.24" y2="119.38" width="0.1524" layer="91"/> -<label x="-15.24" y="119.38" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC2)PA2"/> -</segment> -<segment> -<wire x1="144.78" y1="2.54" x2="152.4" y2="2.54" width="0.1524" layer="91"/> -<label x="147.32" y="2.54" size="1.778" layer="95"/> -<pinref part="THERMISTOR" gate="-1" pin="S"/> -<pinref part="R14" gate="G$1" pin="1"/> -</segment> -</net> -<net name="BTN5" class="0"> -<segment> -<wire x1="-22.86" y1="101.6" x2="-7.62" y2="101.6" width="0.1524" layer="91"/> -<label x="-17.78" y="101.6" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(SS)PB4"/> -</segment> -<segment> -<pinref part="FLOOR-I-UP" gate="1" pin="P"/> -<wire x1="-147.32" y1="38.1" x2="-157.48" y2="38.1" width="0.1524" layer="91"/> -<label x="-157.48" y="38.1" size="1.778" layer="95"/> -</segment> -</net> -<net name="BTN4" class="0"> -<segment> -<wire x1="-22.86" y1="99.06" x2="-7.62" y2="99.06" width="0.1524" layer="91"/> -<label x="-17.78" y="99.06" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(AIN1/OC0)PB3"/> -</segment> -<segment> -<pinref part="FLOOR-0-UP" gate="1" pin="P"/> -<wire x1="-147.32" y1="50.8" x2="-157.48" y2="50.8" width="0.1524" layer="91"/> -<label x="-157.48" y="50.8" size="1.778" layer="95"/> -</segment> -</net> -<net name="BTN3" class="0"> -<segment> -<wire x1="-22.86" y1="96.52" x2="-7.62" y2="96.52" width="0.1524" layer="91"/> -<label x="-17.78" y="96.52" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(AIN0/INT2)PB2"/> -</segment> -<segment> -<pinref part="FLOOR-II" gate="1" pin="P"/> -<wire x1="-147.32" y1="63.5" x2="-157.48" y2="63.5" width="0.1524" layer="91"/> -<label x="-157.48" y="63.5" size="1.778" layer="95"/> -</segment> -</net> -<net name="BTN2" class="0"> -<segment> -<wire x1="-22.86" y1="93.98" x2="-7.62" y2="93.98" width="0.1524" layer="91"/> -<label x="-17.78" y="93.98" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(T1)PB1"/> -</segment> -<segment> -<pinref part="FLOOR-I" gate="1" pin="P"/> -<wire x1="-147.32" y1="76.2" x2="-157.48" y2="76.2" width="0.1524" layer="91"/> -<label x="-157.48" y="76.2" size="1.778" layer="95"/> -</segment> -</net> -<net name="BTN1" class="0"> -<segment> -<wire x1="-22.86" y1="91.44" x2="-7.62" y2="91.44" width="0.1524" layer="91"/> -<label x="-17.78" y="91.44" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(T0/XCK)PB0"/> -</segment> -<segment> -<pinref part="FLOOR-0" gate="1" pin="P"/> -<wire x1="-147.32" y1="88.9" x2="-149.86" y2="88.9" width="0.1524" layer="91"/> -<label x="-154.94" y="88.9" size="1.778" layer="95"/> -</segment> -</net> -<net name="BTN6" class="0"> -<segment> -<wire x1="-22.86" y1="129.54" x2="-5.08" y2="129.54" width="0.1524" layer="91"/> -<label x="-17.78" y="129.54" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC6)PA6"/> -</segment> -<segment> -<pinref part="FLOOR-II-DOWN" gate="1" pin="P"/> -<wire x1="-147.32" y1="25.4" x2="-157.48" y2="25.4" width="0.1524" layer="91"/> -<label x="-157.48" y="25.4" size="1.778" layer="95"/> -</segment> -</net> -<net name="GND" class="0"> -<segment> -<wire x1="-63.5" y1="101.6" x2="-71.12" y2="101.6" width="0.1524" layer="91"/> -<label x="-71.12" y="101.6" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="GND"/> -</segment> -<segment> -<wire x1="76.2" y1="78.74" x2="50.8" y2="78.74" width="0.1524" layer="91"/> -<wire x1="50.8" y1="78.74" x2="50.8" y2="86.36" width="0.1524" layer="91"/> -<wire x1="50.8" y1="86.36" x2="55.88" y2="86.36" width="0.1524" layer="91"/> -<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"/> -<label x="45.72" y="86.36" size="1.778" layer="95"/> -<pinref part="C1" gate="G$1" pin="1"/> -<pinref part="IC4" gate="A" pin="GND"/> -</segment> -<segment> -<wire x1="147.32" y1="78.74" x2="139.7" y2="78.74" width="0.1524" layer="91"/> -<wire x1="139.7" y1="78.74" x2="139.7" y2="76.2" width="0.1524" layer="91"/> -<wire x1="139.7" y1="76.2" x2="139.7" y2="73.66" width="0.1524" layer="91"/> -<wire x1="139.7" y1="73.66" x2="147.32" y2="73.66" width="0.1524" layer="91"/> -<wire x1="139.7" y1="76.2" x2="132.08" y2="76.2" width="0.1524" layer="91"/> -<junction x="139.7" y="76.2"/> -<label x="132.08" y="76.2" size="1.778" layer="95"/> -<pinref part="IC6" gate="G$1" pin="GND1"/> -<pinref part="IC6" gate="G$1" pin="GND2"/> -</segment> -<segment> -<wire x1="-111.76" y1="68.58" x2="-96.52" y2="68.58" width="0.1524" layer="91"/> -<wire x1="-96.52" y1="68.58" x2="-96.52" y2="63.5" width="0.1524" layer="91"/> -<wire x1="-111.76" y1="63.5" x2="-96.52" y2="63.5" width="0.1524" layer="91"/> -<wire x1="-111.76" y1="58.42" x2="-96.52" y2="58.42" width="0.1524" layer="91"/> -<wire x1="-96.52" y1="58.42" x2="-96.52" y2="60.96" width="0.1524" layer="91"/> -<wire x1="-96.52" y1="60.96" x2="-96.52" y2="63.5" width="0.1524" layer="91"/> -<wire x1="-111.76" y1="53.34" x2="-96.52" y2="53.34" width="0.1524" layer="91"/> -<wire x1="-96.52" y1="53.34" x2="-96.52" y2="58.42" width="0.1524" layer="91"/> -<wire x1="-96.52" y1="60.96" x2="-91.44" y2="60.96" width="0.1524" layer="91"/> -<junction x="-96.52" y="63.5"/> -<junction x="-96.52" y="58.42"/> -<junction x="-96.52" y="60.96"/> -<label x="-91.44" y="60.96" size="1.778" layer="95"/> -<pinref part="ISP" gate="-10" pin="KL"/> -<pinref part="ISP" gate="-8" pin="KL"/> -<pinref part="ISP" gate="-6" pin="KL"/> -<pinref part="ISP" gate="-4" pin="KL"/> -</segment> -<segment> -<wire x1="0" y1="35.56" x2="2.54" y2="35.56" width="0.1524" layer="91"/> -<label x="2.54" y="35.56" size="1.778" layer="95"/> -<pinref part="R4" gate="G$1" pin="2"/> -</segment> -<segment> -<wire x1="-58.42" y1="17.78" x2="-45.72" y2="17.78" width="0.1524" layer="91"/> -<wire x1="-33.02" y1="17.78" x2="-45.72" y2="17.78" width="0.1524" layer="91"/> -<wire x1="-45.72" y1="17.78" x2="-45.72" y2="20.32" width="0.1524" layer="91"/> -<label x="-45.72" y="17.78" size="1.778" layer="95"/> -<pinref part="C3" gate="G$1" pin="2"/> -<pinref part="IC3" gate="A1" pin="GND"/> -<pinref part="C2" gate="G$1" pin="2"/> -</segment> -<segment> -<wire x1="-86.36" y1="127" x2="-86.36" y2="121.92" width="0.1524" layer="91"/> -<wire x1="-86.36" y1="121.92" x2="-86.36" y2="116.84" width="0.1524" layer="91"/> -<wire x1="-86.36" y1="121.92" x2="-91.44" y2="121.92" width="0.1524" layer="91"/> -<junction x="-86.36" y="121.92"/> -<label x="-92.71" y="121.92" size="1.778" layer="95"/> -<pinref part="C7" gate="G$1" pin="2"/> -<pinref part="C6" gate="G$1" pin="2"/> -</segment> -<segment> -<wire x1="-63.5" y1="109.22" x2="-68.58" y2="109.22" width="0.1524" layer="91"/> -<label x="-68.58" y="109.22" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="GND@1"/> -</segment> -<segment> -<wire x1="104.14" y1="93.98" x2="111.76" y2="93.98" width="0.1524" layer="91"/> -<label x="111.76" y="93.98" size="1.778" layer="95"/> -<pinref part="FAN" gate="-2" pin="S"/> -</segment> -<segment> -<wire x1="144.78" y1="33.02" x2="149.86" y2="33.02" width="0.1524" layer="91"/> -<label x="149.86" y="33.02" size="1.778" layer="95"/> -<pinref part="HEATER" gate="-2" pin="S"/> -</segment> -<segment> -<wire x1="162.56" y1="2.54" x2="167.64" y2="2.54" width="0.1524" layer="91"/> -<label x="165.1" y="2.54" size="1.778" layer="95"/> -<pinref part="R14" gate="G$1" pin="2"/> -</segment> -<segment> -<wire x1="-15.24" y1="0" x2="-7.62" y2="0" width="0.1524" layer="91"/> -<label x="-2.54" y="0" size="1.778" layer="95"/> -<pinref part="Y" gate="G$1" pin="C"/> -<pinref part="R" gate="G$1" pin="C"/> -<wire x1="-7.62" y1="0" x2="0" y2="0" width="0.1524" layer="91"/> -<wire x1="-15.24" y1="5.08" x2="-7.62" y2="5.08" width="0.1524" layer="91"/> -<wire x1="-7.62" y1="5.08" x2="-7.62" y2="0" width="0.1524" layer="91"/> -<junction x="-7.62" y="0"/> -<wire x1="-15.24" y1="-5.08" x2="-7.62" y2="-5.08" width="0.1524" layer="91"/> -<pinref part="G" gate="G$1" pin="C"/> -<wire x1="-7.62" y1="-5.08" x2="-7.62" y2="0" width="0.1524" layer="91"/> -</segment> -<segment> -<wire x1="88.9" y1="66.04" x2="83.82" y2="66.04" width="0.1524" layer="91"/> -<label x="83.82" y="66.04" size="1.778" layer="95"/> -<pinref part="CON1" gate="G$1" pin="4"/> -</segment> -<segment> -<wire x1="109.22" y1="66.04" x2="104.14" y2="66.04" width="0.1524" layer="91"/> -<label x="104.14" y="66.04" size="1.778" layer="95"/> -<pinref part="CON1" gate="G$1" pin="3"/> -</segment> -<segment> -<wire x1="-106.68" y1="7.62" x2="-114.3" y2="7.62" width="0.1524" layer="91"/> -<label x="-114.3" y="7.62" size="1.778" layer="95"/> -<pinref part="PWR" gate="-1" pin="S"/> -</segment> -<segment> -<pinref part="SV1" gate="-4" pin="S"/> -<wire x1="104.14" y1="10.16" x2="106.68" y2="10.16" width="0.1524" layer="91"/> -<label x="106.68" y="10.16" size="1.778" layer="95"/> -</segment> -<segment> -<pinref part="FLOOR-0" gate="1" pin="S"/> -<wire x1="-137.16" y1="88.9" x2="-132.08" y2="88.9" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="88.9" x2="-132.08" y2="76.2" width="0.1524" layer="91"/> -<pinref part="FLOOR-I-DOWN" gate="1" pin="S"/> -<wire x1="-132.08" y1="76.2" x2="-132.08" y2="63.5" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="63.5" x2="-132.08" y2="60.96" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="60.96" x2="-132.08" y2="50.8" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="50.8" x2="-132.08" y2="38.1" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="38.1" x2="-132.08" y2="25.4" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="25.4" x2="-132.08" y2="12.7" width="0.1524" layer="91"/> -<wire x1="-132.08" y1="12.7" x2="-137.16" y2="12.7" width="0.1524" layer="91"/> -<pinref part="FLOOR-I" gate="1" pin="S"/> -<wire x1="-137.16" y1="76.2" x2="-132.08" y2="76.2" width="0.1524" layer="91"/> -<pinref part="FLOOR-II" gate="1" pin="S"/> -<wire x1="-137.16" y1="63.5" x2="-132.08" y2="63.5" width="0.1524" layer="91"/> -<pinref part="FLOOR-0-UP" gate="1" pin="S"/> -<wire x1="-137.16" y1="50.8" x2="-132.08" y2="50.8" width="0.1524" layer="91"/> -<pinref part="FLOOR-I-UP" gate="1" pin="S"/> -<wire x1="-137.16" y1="38.1" x2="-132.08" y2="38.1" width="0.1524" layer="91"/> -<pinref part="FLOOR-II-DOWN" gate="1" pin="S"/> -<wire x1="-137.16" y1="25.4" x2="-132.08" y2="25.4" width="0.1524" layer="91"/> -<junction x="-132.08" y="76.2"/> -<junction x="-132.08" y="63.5"/> -<junction x="-132.08" y="50.8"/> -<junction x="-132.08" y="38.1"/> -<junction x="-132.08" y="25.4"/> -<wire x1="-132.08" y1="60.96" x2="-127" y2="60.96" width="0.1524" layer="91"/> -<junction x="-132.08" y="60.96"/> -<label x="-130.81" y="60.96" size="1.778" layer="95"/> -</segment> -<segment> -<pinref part="RESET" gate="1" pin="P"/> -<wire x1="-81.28" y1="134.62" x2="-86.36" y2="134.62" width="0.1524" layer="91"/> -<label x="-86.36" y="134.62" size="1.778" layer="95"/> -</segment> -</net> -<net name="PD5" class="0"> -<segment> -<wire x1="-22.86" y1="58.42" x2="-15.24" y2="58.42" width="0.1524" layer="91"/> -<label x="-15.24" y="58.42" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(OC1A)PD5"/> -</segment> -<segment> -<wire x1="139.7" y1="88.9" x2="147.32" y2="88.9" width="0.1524" layer="91"/> -<label x="139.7" y="88.9" size="1.778" layer="95"/> -<pinref part="IC6" gate="G$1" pin="1A"/> -</segment> -</net> -<net name="PD6" class="0"> -<segment> -<wire x1="-22.86" y1="60.96" x2="-15.24" y2="60.96" width="0.1524" layer="91"/> -<label x="-15.24" y="60.96" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ICP)PD6"/> -</segment> -<segment> -<wire x1="139.7" y1="63.5" x2="147.32" y2="63.5" width="0.1524" layer="91"/> -<label x="139.7" y="63.5" size="1.778" layer="95"/> -<pinref part="IC6" gate="G$1" pin="2A"/> -</segment> -</net> -<net name="MOT1" class="0"> -<segment> -<wire x1="139.7" y1="83.82" x2="147.32" y2="83.82" width="0.1524" layer="91"/> -<label x="139.7" y="83.82" size="1.778" layer="95"/> -<pinref part="IC6" gate="G$1" pin="1Y"/> -</segment> -<segment> -<wire x1="50.8" y1="-5.08" x2="58.42" y2="-5.08" width="0.1524" layer="91"/> -<label x="58.42" y="-5.08" size="1.778" layer="95"/> -<pinref part="MOTOR" gate="-2" pin="S"/> -</segment> -</net> -<net name="MOT2" class="0"> -<segment> -<wire x1="147.32" y1="68.58" x2="139.7" y2="68.58" width="0.1524" layer="91"/> -<label x="139.7" y="68.58" size="1.778" layer="95"/> -<pinref part="IC6" gate="G$1" pin="2Y"/> -</segment> -<segment> -<wire x1="50.8" y1="0" x2="58.42" y2="0" width="0.1524" layer="91"/> -<label x="58.42" y="0" size="1.778" layer="95"/> -<pinref part="MOTOR" gate="-1" pin="S"/> -</segment> -</net> -<net name="N$3" class="0"> -<segment> -<wire x1="-111.76" y1="71.12" x2="-104.14" y2="71.12" width="0.1524" layer="91"/> -<pinref part="ISP" gate="-3" pin="KL"/> -</segment> -</net> -<net name="MOSI" class="0"> -<segment> -<wire x1="-22.86" y1="104.14" x2="-15.24" y2="104.14" width="0.1524" layer="91"/> -<label x="-17.78" y="104.14" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(MOSI)PB5"/> -</segment> -<segment> -<wire x1="-111.76" y1="76.2" x2="-104.14" y2="76.2" width="0.1524" layer="91"/> -<label x="-104.14" y="76.2" size="1.778" layer="95"/> -<pinref part="ISP" gate="-1" pin="KL"/> -</segment> -</net> -<net name="N$1" class="0"> -<segment> -<wire x1="-12.7" y1="35.56" x2="-10.16" y2="35.56" width="0.1524" layer="91"/> -<pinref part="LED1" gate="G$1" pin="C"/> -<pinref part="R4" gate="G$1" pin="1"/> -</segment> -</net> -<net name="GREEN" class="0"> -<segment> -<wire x1="-22.86" y1="127" x2="-17.78" y2="127" width="0.1524" layer="91"/> -<label x="-17.78" y="127" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC5)PA5"/> -</segment> -<segment> -<wire x1="-43.18" y1="-5.08" x2="-50.8" y2="-5.08" width="0.1524" layer="91"/> -<label x="-53.34" y="-7.62" size="1.778" layer="95"/> -<pinref part="R5" gate="G$1" pin="1"/> -</segment> -</net> -<net name="YELLOW" class="0"> -<segment> -<wire x1="-22.86" y1="124.46" x2="-17.78" y2="124.46" width="0.1524" layer="91"/> -<label x="-17.78" y="124.46" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC4)PA4"/> -</segment> -<segment> -<wire x1="-36.83" y1="0" x2="-50.8" y2="0" width="0.1524" layer="91"/> -<label x="-53.34" y="-2.54" size="1.778" layer="95"/> -<pinref part="R3" gate="G$1" pin="1"/> -</segment> -</net> -<net name="RED" class="0"> -<segment> -<wire x1="-22.86" y1="121.92" x2="-17.78" y2="121.92" width="0.1524" layer="91"/> -<label x="-17.78" y="121.92" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC3)PA3"/> -</segment> -<segment> -<wire x1="-43.18" y1="5.08" x2="-50.8" y2="5.08" width="0.1524" layer="91"/> -<label x="-50.8" y="5.08" size="1.778" layer="95"/> -<pinref part="R8" gate="G$1" pin="1"/> -</segment> -</net> -<net name="R" class="0"> -<segment> -<wire x1="-33.02" y1="5.08" x2="-22.86" y2="5.08" width="0.1524" layer="91"/> -<pinref part="R8" gate="G$1" pin="2"/> -<pinref part="R" gate="G$1" pin="A"/> -</segment> -</net> -<net name="Y" class="0"> -<segment> -<wire x1="-22.86" y1="0" x2="-26.67" y2="0" width="0.1524" layer="91"/> -<pinref part="R3" gate="G$1" pin="2"/> -<pinref part="Y" gate="G$1" pin="A"/> -</segment> -</net> -<net name="G" class="0"> -<segment> -<wire x1="-33.02" y1="-5.08" x2="-22.86" y2="-5.08" width="0.1524" layer="91"/> -<pinref part="R5" gate="G$1" pin="2"/> -<pinref part="G" gate="G$1" pin="A"/> -</segment> -</net> -<net name="FAN" class="0"> -<segment> -<wire x1="78.74" y1="142.24" x2="71.12" y2="142.24" width="0.1524" layer="91"/> -<label x="73.66" y="142.24" size="1.778" layer="95"/> -<pinref part="K2" gate="2" pin="S"/> -</segment> -<segment> -<wire x1="104.14" y1="99.06" x2="111.76" y2="99.06" width="0.1524" layer="91"/> -<label x="111.76" y="99.06" size="1.778" layer="95"/> -<pinref part="FAN" gate="-1" pin="S"/> -</segment> -</net> -<net name="RESISTOR" class="0"> -<segment> -<wire x1="88.9" y1="111.76" x2="96.52" y2="111.76" width="0.1524" layer="91"/> -<label x="93.98" y="111.76" size="1.778" layer="95"/> -<pinref part="K1" gate="2" pin="S"/> -</segment> -<segment> -<wire x1="144.78" y1="38.1" x2="152.4" y2="38.1" width="0.1524" layer="91"/> -<label x="149.86" y="38.1" size="1.778" layer="95"/> -<pinref part="HEATER" gate="-1" pin="S"/> -</segment> -</net> -<net name="LS1" class="0"> -<segment> -<wire x1="-22.86" y1="50.8" x2="-15.24" y2="50.8" width="0.1524" layer="91"/> -<label x="-15.24" y="50.8" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(INT0)PD2"/> -</segment> -<segment> -<pinref part="SV1" gate="-1" pin="S"/> -<label x="106.68" y="25.4" size="1.778" layer="95"/> -<pinref part="R21" gate="G$1" pin="1"/> -<wire x1="104.14" y1="25.4" x2="119.38" y2="25.4" width="0.1524" layer="91"/> -</segment> -</net> -<net name="LS2" class="0"> -<segment> -<wire x1="-22.86" y1="53.34" x2="-15.24" y2="53.34" width="0.1524" layer="91"/> -<label x="-15.24" y="53.34" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(INT1)PD3"/> -</segment> -<segment> -<pinref part="SV1" gate="-2" pin="S"/> -<label x="106.68" y="20.32" size="1.778" layer="95"/> -<pinref part="R22" gate="G$1" pin="1"/> -<wire x1="104.14" y1="20.32" x2="111.76" y2="20.32" width="0.1524" layer="91"/> -</segment> -</net> -<net name="LS3" class="0"> -<segment> -<wire x1="-22.86" y1="55.88" x2="-15.24" y2="55.88" width="0.1524" layer="91"/> -<label x="-15.24" y="55.88" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(OC1B)PD4"/> -</segment> -<segment> -<pinref part="SV1" gate="-3" pin="S"/> -<label x="106.68" y="15.24" size="1.778" layer="95"/> -<pinref part="R23" gate="G$1" pin="1"/> -<wire x1="104.14" y1="15.24" x2="119.38" y2="15.24" width="0.1524" layer="91"/> -</segment> -</net> -<net name="RESET" class="0"> -<segment> -<wire x1="-63.5" y1="132.08" x2="-68.58" y2="132.08" width="0.1524" layer="91"/> -<label x="-68.58" y="129.54" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="RESET"/> -<wire x1="-68.58" y1="132.08" x2="-68.58" y2="134.62" width="0.1524" layer="91"/> -<pinref part="RESET" gate="1" pin="S"/> -<wire x1="-68.58" y1="134.62" x2="-71.12" y2="134.62" width="0.1524" layer="91"/> -</segment> -<segment> -<wire x1="-111.76" y1="66.04" x2="-104.14" y2="66.04" width="0.1524" layer="91"/> -<label x="-106.68" y="66.04" size="1.778" layer="95"/> -<pinref part="ISP" gate="-5" pin="KL"/> -</segment> -</net> -<net name="SCK" class="0"> -<segment> -<wire x1="-22.86" y1="109.22" x2="-15.24" y2="109.22" width="0.1524" layer="91"/> -<label x="-17.78" y="109.22" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(SCK)PB7"/> -</segment> -<segment> -<wire x1="-111.76" y1="60.96" x2="-104.14" y2="60.96" width="0.1524" layer="91"/> -<label x="-104.14" y="60.96" size="1.778" layer="95"/> -<pinref part="ISP" gate="-7" pin="KL"/> -</segment> -</net> -<net name="MISO" class="0"> -<segment> -<wire x1="-22.86" y1="106.68" x2="-15.24" y2="106.68" width="0.1524" layer="91"/> -<label x="-17.78" y="106.68" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(MISO)PB6"/> -</segment> -<segment> -<wire x1="-111.76" y1="55.88" x2="-104.14" y2="55.88" width="0.1524" layer="91"/> -<label x="-104.14" y="55.88" size="1.778" layer="95"/> -<pinref part="ISP" gate="-9" pin="KL"/> -</segment> -</net> -<net name="BTN7" class="0"> -<segment> -<wire x1="-22.86" y1="132.08" x2="-5.08" y2="132.08" width="0.1524" layer="91"/> -<label x="-17.78" y="132.08" size="1.778" layer="95"/> -<pinref part="IC2" gate="G$1" pin="(ADC7)PA7"/> -</segment> -<segment> -<pinref part="FLOOR-I-DOWN" gate="1" pin="P"/> -<wire x1="-147.32" y1="12.7" x2="-157.48" y2="12.7" width="0.1524" layer="91"/> -<label x="-157.48" y="12.7" size="1.778" layer="95"/> -</segment> -</net> -<net name="N$33" class="0"> -<segment> -<pinref part="SV1" gate="-6" pin="S"/> -<wire x1="104.14" y1="0" x2="106.68" y2="0" width="0.1524" layer="91"/> -<label x="106.68" y="0" size="1.778" layer="95"/> -</segment> -</net> -<net name="N$17" class="0"> -<segment> -<pinref part="R21" gate="G$1" pin="2"/> -<pinref part="LED12" gate="G$1" pin="C"/> -<wire x1="137.16" y1="25.4" x2="129.54" y2="25.4" width="0.1524" layer="91"/> -</segment> -</net> -<net name="N$28" class="0"> -<segment> -<pinref part="R22" gate="G$1" pin="2"/> -<pinref part="LED13" gate="G$1" pin="C"/> -<wire x1="129.54" y1="20.32" x2="121.92" y2="20.32" width="0.1524" layer="91"/> -</segment> -</net> -<net name="N$30" class="0"> -<segment> -<pinref part="R23" gate="G$1" pin="2"/> -<pinref part="LED14" gate="G$1" pin="C"/> -<wire x1="137.16" y1="15.24" x2="129.54" y2="15.24" width="0.1524" layer="91"/> -</segment> -</net> -<net name="N$31" class="0"> -<segment> -<pinref part="IC2" gate="G$1" pin="XTAL1"/> -<wire x1="-63.5" y1="116.84" x2="-63.5" y2="119.38" width="0.1524" layer="91"/> -<pinref part="16MHZ" gate="G$1" pin="1"/> -<wire x1="-71.12" y1="116.84" x2="-63.5" y2="116.84" width="0.1524" layer="91"/> -<pinref part="C6" gate="G$1" pin="1"/> -<wire x1="-71.12" y1="116.84" x2="-78.74" y2="116.84" width="0.1524" layer="91"/> -<junction x="-71.12" y="116.84"/> -</segment> -</net> -<net name="N$32" class="0"> -<segment> -<wire x1="-63.5" y1="127" x2="-63.5" y2="124.46" width="0.1524" layer="91"/> -<pinref part="IC2" gate="G$1" pin="XTAL2"/> -<pinref part="16MHZ" gate="G$1" pin="2"/> -<wire x1="-63.5" y1="127" x2="-71.12" y2="127" width="0.1524" layer="91"/> -<pinref part="C7" gate="G$1" pin="1"/> -<wire x1="-71.12" y1="127" x2="-78.74" y2="127" width="0.1524" layer="91"/> -<junction x="-71.12" y="127"/> -</segment> -</net> -<net name="O2" class="0"> -<segment> -<pinref part="K2" gate="1" pin="2"/> -<pinref part="LED2" gate="G$1" pin="C"/> -<wire x1="55.88" y1="132.08" x2="58.42" y2="132.08" width="0.1524" layer="91"/> -<wire x1="55.88" y1="132.08" x2="55.88" y2="134.62" width="0.1524" layer="91"/> -<junction x="55.88" y="132.08"/> -<label x="55.88" y="134.62" size="1.778" layer="95" rot="R90"/> -</segment> -<segment> -<pinref part="IC4" gate="A" pin="O1"/> -<wire x1="81.28" y1="104.14" x2="83.82" y2="104.14" width="0.1524" layer="91"/> -<label x="83.82" y="104.14" size="1.778" layer="95"/> -</segment> -</net> -<net name="O1" class="0"> -<segment> -<pinref part="K1" gate="1" pin="2"/> -<pinref part="LED3" gate="G$1" pin="C"/> -<wire x1="48.26" y1="121.92" x2="55.88" y2="121.92" width="0.1524" layer="91"/> -<wire x1="55.88" y1="121.92" x2="58.42" y2="121.92" width="0.1524" layer="91"/> -<wire x1="55.88" y1="121.92" x2="55.88" y2="119.38" width="0.1524" layer="91"/> -<junction x="55.88" y="121.92"/> -<label x="55.88" y="116.84" size="1.778" layer="95" rot="R90"/> -</segment> -<segment> -<pinref part="IC4" gate="A" pin="O2"/> -<wire x1="81.28" y1="101.6" x2="83.82" y2="101.6" width="0.1524" layer="91"/> -<label x="83.82" y="101.6" size="1.778" layer="95"/> -</segment> -</net> -<net name="N$8" class="0"> -<segment> -<pinref part="LED2" gate="G$1" pin="A"/> -<pinref part="R1" gate="G$1" pin="1"/> -<wire x1="66.04" y1="132.08" x2="68.58" y2="132.08" width="0.1524" layer="91"/> -</segment> -</net> -<net name="N$9" class="0"> -<segment> -<pinref part="LED3" gate="G$1" pin="A"/> -<pinref part="R2" gate="G$1" pin="1"/> -<wire x1="66.04" y1="121.92" x2="68.58" y2="121.92" width="0.1524" layer="91"/> -</segment> -</net> -<net name="12VS" class="0"> -<segment> -<wire x1="-106.68" y1="2.54" x2="-114.3" y2="2.54" width="0.1524" layer="91"/> -<label x="-114.3" y="2.54" size="1.778" layer="95"/> -<pinref part="PWR" gate="-2" pin="S"/> -</segment> -<segment> -<label x="-76.2" y="27.94" size="1.778" layer="95" rot="R90" xref="yes"/> -<pinref part="R7" gate="G$1" pin="2"/> -<wire x1="-73.66" y1="27.94" x2="-76.2" y2="27.94" width="0.1524" layer="91"/> -</segment> -</net> -</nets> -</sheet> -</sheets> -</schematic> -</drawing> -</eagle> diff --git a/Doc/Programmming-the-controller.rst b/Doc/Programmming-the-controller.rst deleted file mode 100644 index 1357aab..0000000 --- a/Doc/Programmming-the-controller.rst +++ /dev/null @@ -1,101 +0,0 @@ -Programming the Controller -========================== - -There are several programmers available to program any controller IC. They are called as ISPs. USBASP is one of them. Before programming the IC, we need to set the fuses. - -Setting up fuse bits --------------------- - -Now that the programmer is installed on the system, we need to adjust the -properties of the controller IC such that it meets the necessary requirements along with the peripherals installed on the board. Essentially, fuse bits are the ones that decide how the controller responds, like which clock frequency it responds to or its programming availabilities. - -Setting up the fuse is a crucial task as the controller may not respond later if the fuse bits that are set are not in accordance with the attached peripherals. Before setting the fuses, the factory settings on the controller make sure it works on the internal oscillator of clock speed 1MHz. It’s mostly dependent on 2 fuses - lfuse and hfuse. Both of these have hex 8 bit values. When working on communication with the device, like UART, these fuse bits play a key role, if not defined, the -controller works on the internal clock that’s much slower than the externalcrystal. For the controller, 16MHz external crystal was selected. This meant the controller shall configure this external crystal and work on it. - -**WARNING:** Fuse bits control the way the controller responds. If -any mistake is made in setting up the fuse bits, then the controller -becomes isolated from the external circuit. This means that the -controller doesn’t respond and renders useless. Hence, always triple -check before entering the fuse bits. This is the best practice, -or else you may end up wasting one IC. - -Type the following command into the Terminal: - -**sudo avrdude -p m16 -c usbasp -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -B10** - -Screen like below will pop up after giving the command line - -.. image:: images/fuse1.png - :height: 540px - :width: 450px - :scale: 100 - -You can read fust bits after setting up, as shown below, - -.. image:: images/fuse2.png - :height: 540px - :width: 450px - :scale: 100 - -Now the external crystal is working in sync with the controller. - -USBASP as ISP -------------- - -Step 1: We require a precompiled hex file to be burnt onto our microcontroller. In our case, we have generated it by doing simple ladder programming in LDMicro and then compiling it. Before that, ensure that the proper target controller from the drop-down menu is chosen. For input and output part, assign a certain pin no. of the controller to that of the desired application. Now, a certain name is given to the file(say, blink.hex) at the destination folder. - -Step 2: After being done with all the software part, one shall supply the power from 12V SMPS to the development board. Now check whether the -controller is powered up properly with 5 Volt or not from the appropriate Vcc and GND pins of the controller. - -Step 3: Now, just connect the FRC cable from USBASP to the 10 pin -shrouded header on the board. - -Step 4: Now, turn on Terminal and then change the directory to the one -in which you have the saved HEX file to be dumped onto the processor. - -Step 5: Now, in the terminal, enter the following command. - -**sudo avrdude -p atmega16 -P usb -c usbasp -B10 -U flash:w:Blink.hex** - -You shall see such a process going on in the terminal like the one shown -below, which means that the process of erasing and writing the internal -memory of the ATmega IC is in the process. On correct execution you shall -get such a result. Whilst it’s burning the code, the red light on the USBASP will be lit showing that it is communicating with the controller appropriately. - -Remember, after the fuses are set (covered in the following sections in -detail), then the -B10 flag is necessary and can be deleted. - -.. image:: images/usb.png - :height: 540px - :width: 450px - :scale: 100 - -Trouble shooting -~~~~~~~~~~~~~~~~ - -- Check if the board is powered from the SMPS, if not, power it and try - it once powered. -- Check if all the essential flags in the command line are incorporated, - if not make the appropriate changes. -- Check if the FRC cable of the USBASP is not stranded in the midway, - if so, replace it. -- If all these fail, check if the appropriate MOSI, MISO, SCK, RST and - GND pins of the header are appropriately shorted with the ones of the - IC and also that the controller firmly sits on the base. - -These are the main errors you may get while programming the PLC. - - - - - - - - - - - - - - - diff --git a/Doc/Programmming-the-controller.rst~ b/Doc/Programmming-the-controller.rst~ deleted file mode 100644 index 1357aab..0000000 --- a/Doc/Programmming-the-controller.rst~ +++ /dev/null @@ -1,101 +0,0 @@ -Programming the Controller -========================== - -There are several programmers available to program any controller IC. They are called as ISPs. USBASP is one of them. Before programming the IC, we need to set the fuses. - -Setting up fuse bits --------------------- - -Now that the programmer is installed on the system, we need to adjust the -properties of the controller IC such that it meets the necessary requirements along with the peripherals installed on the board. Essentially, fuse bits are the ones that decide how the controller responds, like which clock frequency it responds to or its programming availabilities. - -Setting up the fuse is a crucial task as the controller may not respond later if the fuse bits that are set are not in accordance with the attached peripherals. Before setting the fuses, the factory settings on the controller make sure it works on the internal oscillator of clock speed 1MHz. It’s mostly dependent on 2 fuses - lfuse and hfuse. Both of these have hex 8 bit values. When working on communication with the device, like UART, these fuse bits play a key role, if not defined, the -controller works on the internal clock that’s much slower than the externalcrystal. For the controller, 16MHz external crystal was selected. This meant the controller shall configure this external crystal and work on it. - -**WARNING:** Fuse bits control the way the controller responds. If -any mistake is made in setting up the fuse bits, then the controller -becomes isolated from the external circuit. This means that the -controller doesn’t respond and renders useless. Hence, always triple -check before entering the fuse bits. This is the best practice, -or else you may end up wasting one IC. - -Type the following command into the Terminal: - -**sudo avrdude -p m16 -c usbasp -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -B10** - -Screen like below will pop up after giving the command line - -.. image:: images/fuse1.png - :height: 540px - :width: 450px - :scale: 100 - -You can read fust bits after setting up, as shown below, - -.. image:: images/fuse2.png - :height: 540px - :width: 450px - :scale: 100 - -Now the external crystal is working in sync with the controller. - -USBASP as ISP -------------- - -Step 1: We require a precompiled hex file to be burnt onto our microcontroller. In our case, we have generated it by doing simple ladder programming in LDMicro and then compiling it. Before that, ensure that the proper target controller from the drop-down menu is chosen. For input and output part, assign a certain pin no. of the controller to that of the desired application. Now, a certain name is given to the file(say, blink.hex) at the destination folder. - -Step 2: After being done with all the software part, one shall supply the power from 12V SMPS to the development board. Now check whether the -controller is powered up properly with 5 Volt or not from the appropriate Vcc and GND pins of the controller. - -Step 3: Now, just connect the FRC cable from USBASP to the 10 pin -shrouded header on the board. - -Step 4: Now, turn on Terminal and then change the directory to the one -in which you have the saved HEX file to be dumped onto the processor. - -Step 5: Now, in the terminal, enter the following command. - -**sudo avrdude -p atmega16 -P usb -c usbasp -B10 -U flash:w:Blink.hex** - -You shall see such a process going on in the terminal like the one shown -below, which means that the process of erasing and writing the internal -memory of the ATmega IC is in the process. On correct execution you shall -get such a result. Whilst it’s burning the code, the red light on the USBASP will be lit showing that it is communicating with the controller appropriately. - -Remember, after the fuses are set (covered in the following sections in -detail), then the -B10 flag is necessary and can be deleted. - -.. image:: images/usb.png - :height: 540px - :width: 450px - :scale: 100 - -Trouble shooting -~~~~~~~~~~~~~~~~ - -- Check if the board is powered from the SMPS, if not, power it and try - it once powered. -- Check if all the essential flags in the command line are incorporated, - if not make the appropriate changes. -- Check if the FRC cable of the USBASP is not stranded in the midway, - if so, replace it. -- If all these fail, check if the appropriate MOSI, MISO, SCK, RST and - GND pins of the header are appropriately shorted with the ones of the - IC and also that the controller firmly sits on the base. - -These are the main errors you may get while programming the PLC. - - - - - - - - - - - - - - - diff --git a/Doc/Software-requirements.rst b/Doc/Software-requirements.rst deleted file mode 100644 index f6b2bd3..0000000 --- a/Doc/Software-requirements.rst +++ /dev/null @@ -1,153 +0,0 @@ -Software requirements -===================== - -Many software support PLC simulation in various logics. -The software that has been used in the subsequent sections is -LDMicro, that incorporates Ladder Logic, supporting -many microcontrollers, along with the AVR's ATmega16A. This -software helps produce the HEX files according to the microcontroller -and the pin selected which can be directly dumped onto the -core. - -For windows based system ------------------------- - -The IC is a standalone one without the Bootloader. One of the ways of -dumping the code, is using an In System Programmer or an ISP. So, for burning the same we use the softwares: AVRDUDE1 - AVR Downloader Uploader is a program for downloading and uploading the on-chip memories of Atmels AVR microcontrollers. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. It’s available as WINAVR for Windows and can be downloaded from here [#] '<https://sourceforge.net/projects/winavr/files/WinAVR/20100110>' - -Setting up WINAVR -~~~~~~~~~~~~~~~~~ - -Step 1: First, open up the start screen and then search : Command Prompt - -.. image:: images/Figcmd.png - :height: 540px - :width: 550px - :scale: 150 - -Step 2: Then, a screen like this shall pop up. - -.. image:: images/Comm.png - :height: 540px - :width: 550px - :scale: 150 - -Step 3: Enter into the command prompt for windows: avrdude - -You should get prompts and flags mentioned like this, which implies that you have downloaded the software properly. - -.. image:: images/avrdude1.png - :height: 440px - :width: 650px - :scale: 100 - -For Linux based system -~~~~~~~~~~~~~~~~~~~~~~ - -Instead if you have Linux system, it’s already pre-installed under the -name AVRDUDE. Just enter the below command line on your terminal - -**man avrdude** - -You would see a screen full of text, something like the one below. To -exit press q. If you don’t get a screen like that, then open Ubuntu Software Center and on the search bar enter avrdude, then install it. Enter the same command into the terminal again and you shall see the manual. - -.. image:: images/manavrdude.png - :height: 540px - :width: 450px - :scale: 100 - -Setting up the Ld micro executable ----------------------------------- - -To download the software on your Windows system, go to [#] `<http://cq.cx/ladder.pl/>`_ The download is a direct executable, there’s no need to install it. - -.. image:: images/Downloading-LD-Micro.png - :height: 540px - :width: 450px - :scale: 100 - - -Getting started with Ld micro ------------------------------ - -A PLC is largely programmed using Ladder Logic, which is used in -this software. It allows us to select the microcontroller that -we wish to program via its HEX codes generated, ATmega16A in this case. The naming convention is very intuitive and is easy to get accustomed to. Some of the naming conventions followed are: - -[1] *Yvar* implies the component is connected to an input pin on the micro-controller, something like a push button that is user dependent. This generally works for the digital inputs, HIGH(+5V) or LOW(GND). - -[2] *Xvar* implies the component is connected to an output pin on the mi-crocontroller. This can be something like an LED or a Buzzer that is used to show the outputs. It’s generally used to display digital outputs, HIGH(+5V) or LOW(GND). - -[3] *Tvar* implies, a timer. It can be a turn on, turn off or a retentive timer, just like the ones used in the actual PLCs. - -[4] *Cvar* implies a counter. The arguments in this are simple logical -operands to decide the upper bound upto which the counter shall work. -There are circular counter too, which count circularly, without any -bound. - -[5] *Avar* implies the values read from the Analog pins of the controller.This can be used to take the intermediate readings say from components like Potentiometers, IR sensors etc. - -Things to remember are: - -- Variable names can incorporate alphabets, numbers and underscores. - It doesn’t support the special characters. -- Do not start the name of the variable with a number. -- The variable names are case sensitive, the variable names Relay1 and - relay1 signify two different variables. -- The instructions such as the arithmetic ones can manipulate the vari- - ables associated with the timers, counters or input, output pins. -- The variables are 16 bit signed decimals, so the variables can also - be containing values that are negative pertaining to that range. -- As counters, timers in physical sense are internal in the microcontroller,we can only assign the pins to the Xname, Yname and Aname objects and not others. - -Now that the basic ideas are clear, the use of certain instructions can be discussed. - -We shall understand normally open and normally closed connections. In -normally open case, the contacts are open generally, which means, giving a high input closes the contact, hereby passing the signal over the rung.Whereas, a normally closed connection would imply a high signal to the connection would break the circuit hence giving low as the output. - -[1] **Contacts** are something like a prototype of a switch, which implies, if the signal going into the contact is true, only then it’ll be reflected as output, if false, then output is false for normally open case. These can be used as internal relays too. - -[2] **Coils** are basically corresponding to the output devices. They can set the output true, if the signal going into them is true for the normally open case, else it’s the other way. They can be used with internal relays too. There is an option of Set only (Reset-only) which are set(reset) when the input goes from Low to High, and retain their states. Hence they are used with Reset-Only(Set-Only) coils to change the states as and when wanted. - -[3] **Internal Relays** are the ones that are never assigned pin numbers.Basically, they are the ones that are used for counters or triggers, which are not given inputs or outputs, hence no pin on the controller. - -[4] **Turn on Delay** simply means delaying turning on of any coil. This mean the sensor, if gives a high at the input, it delays the turning on of the next part of the rung by those many units of time - -[5] **Turn off Delay** literally means turning off of any coil with some delay.This mean the sensor, if gives a false or a low at the input, it delays the turning off of the next part of the rung by those many units of time - -[6] **Retentive timer** is used to keep track of the how much time the -module under consideration has been true, it cumulates the total time, -if the input has been on for atleast that much time, the output of the -timer is true. It will always reamin true after this, hence it should be reset by using Reset instruction manually - -[7] **Counter** is used to count upto the given value threshold.The count is changed as the input to the counter is made high. This is used as an up counter, down counter or a circular counter. The variables can be manipulated and be suited for the application - -[8] **Mov** is used to move any value, be it character or numeric into the variable named under destination. - -[9] **Arithmetic operands** are used to manipulate the variables values to suit the logic, they cn be used on any kind of variables like the counters variables. - -These are the basic ones that are used. A detailed help for the more -instructions and general guidelines is provided on the Manual of the -software under the Help menu. - - - - - - - - - - - - - - - - - - - - - diff --git a/Doc/Software-requirements.rst~ b/Doc/Software-requirements.rst~ deleted file mode 100644 index f6b2bd3..0000000 --- a/Doc/Software-requirements.rst~ +++ /dev/null @@ -1,153 +0,0 @@ -Software requirements -===================== - -Many software support PLC simulation in various logics. -The software that has been used in the subsequent sections is -LDMicro, that incorporates Ladder Logic, supporting -many microcontrollers, along with the AVR's ATmega16A. This -software helps produce the HEX files according to the microcontroller -and the pin selected which can be directly dumped onto the -core. - -For windows based system ------------------------- - -The IC is a standalone one without the Bootloader. One of the ways of -dumping the code, is using an In System Programmer or an ISP. So, for burning the same we use the softwares: AVRDUDE1 - AVR Downloader Uploader is a program for downloading and uploading the on-chip memories of Atmels AVR microcontrollers. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. It’s available as WINAVR for Windows and can be downloaded from here [#] '<https://sourceforge.net/projects/winavr/files/WinAVR/20100110>' - -Setting up WINAVR -~~~~~~~~~~~~~~~~~ - -Step 1: First, open up the start screen and then search : Command Prompt - -.. image:: images/Figcmd.png - :height: 540px - :width: 550px - :scale: 150 - -Step 2: Then, a screen like this shall pop up. - -.. image:: images/Comm.png - :height: 540px - :width: 550px - :scale: 150 - -Step 3: Enter into the command prompt for windows: avrdude - -You should get prompts and flags mentioned like this, which implies that you have downloaded the software properly. - -.. image:: images/avrdude1.png - :height: 440px - :width: 650px - :scale: 100 - -For Linux based system -~~~~~~~~~~~~~~~~~~~~~~ - -Instead if you have Linux system, it’s already pre-installed under the -name AVRDUDE. Just enter the below command line on your terminal - -**man avrdude** - -You would see a screen full of text, something like the one below. To -exit press q. If you don’t get a screen like that, then open Ubuntu Software Center and on the search bar enter avrdude, then install it. Enter the same command into the terminal again and you shall see the manual. - -.. image:: images/manavrdude.png - :height: 540px - :width: 450px - :scale: 100 - -Setting up the Ld micro executable ----------------------------------- - -To download the software on your Windows system, go to [#] `<http://cq.cx/ladder.pl/>`_ The download is a direct executable, there’s no need to install it. - -.. image:: images/Downloading-LD-Micro.png - :height: 540px - :width: 450px - :scale: 100 - - -Getting started with Ld micro ------------------------------ - -A PLC is largely programmed using Ladder Logic, which is used in -this software. It allows us to select the microcontroller that -we wish to program via its HEX codes generated, ATmega16A in this case. The naming convention is very intuitive and is easy to get accustomed to. Some of the naming conventions followed are: - -[1] *Yvar* implies the component is connected to an input pin on the micro-controller, something like a push button that is user dependent. This generally works for the digital inputs, HIGH(+5V) or LOW(GND). - -[2] *Xvar* implies the component is connected to an output pin on the mi-crocontroller. This can be something like an LED or a Buzzer that is used to show the outputs. It’s generally used to display digital outputs, HIGH(+5V) or LOW(GND). - -[3] *Tvar* implies, a timer. It can be a turn on, turn off or a retentive timer, just like the ones used in the actual PLCs. - -[4] *Cvar* implies a counter. The arguments in this are simple logical -operands to decide the upper bound upto which the counter shall work. -There are circular counter too, which count circularly, without any -bound. - -[5] *Avar* implies the values read from the Analog pins of the controller.This can be used to take the intermediate readings say from components like Potentiometers, IR sensors etc. - -Things to remember are: - -- Variable names can incorporate alphabets, numbers and underscores. - It doesn’t support the special characters. -- Do not start the name of the variable with a number. -- The variable names are case sensitive, the variable names Relay1 and - relay1 signify two different variables. -- The instructions such as the arithmetic ones can manipulate the vari- - ables associated with the timers, counters or input, output pins. -- The variables are 16 bit signed decimals, so the variables can also - be containing values that are negative pertaining to that range. -- As counters, timers in physical sense are internal in the microcontroller,we can only assign the pins to the Xname, Yname and Aname objects and not others. - -Now that the basic ideas are clear, the use of certain instructions can be discussed. - -We shall understand normally open and normally closed connections. In -normally open case, the contacts are open generally, which means, giving a high input closes the contact, hereby passing the signal over the rung.Whereas, a normally closed connection would imply a high signal to the connection would break the circuit hence giving low as the output. - -[1] **Contacts** are something like a prototype of a switch, which implies, if the signal going into the contact is true, only then it’ll be reflected as output, if false, then output is false for normally open case. These can be used as internal relays too. - -[2] **Coils** are basically corresponding to the output devices. They can set the output true, if the signal going into them is true for the normally open case, else it’s the other way. They can be used with internal relays too. There is an option of Set only (Reset-only) which are set(reset) when the input goes from Low to High, and retain their states. Hence they are used with Reset-Only(Set-Only) coils to change the states as and when wanted. - -[3] **Internal Relays** are the ones that are never assigned pin numbers.Basically, they are the ones that are used for counters or triggers, which are not given inputs or outputs, hence no pin on the controller. - -[4] **Turn on Delay** simply means delaying turning on of any coil. This mean the sensor, if gives a high at the input, it delays the turning on of the next part of the rung by those many units of time - -[5] **Turn off Delay** literally means turning off of any coil with some delay.This mean the sensor, if gives a false or a low at the input, it delays the turning off of the next part of the rung by those many units of time - -[6] **Retentive timer** is used to keep track of the how much time the -module under consideration has been true, it cumulates the total time, -if the input has been on for atleast that much time, the output of the -timer is true. It will always reamin true after this, hence it should be reset by using Reset instruction manually - -[7] **Counter** is used to count upto the given value threshold.The count is changed as the input to the counter is made high. This is used as an up counter, down counter or a circular counter. The variables can be manipulated and be suited for the application - -[8] **Mov** is used to move any value, be it character or numeric into the variable named under destination. - -[9] **Arithmetic operands** are used to manipulate the variables values to suit the logic, they cn be used on any kind of variables like the counters variables. - -These are the basic ones that are used. A detailed help for the more -instructions and general guidelines is provided on the Manual of the -software under the Help menu. - - - - - - - - - - - - - - - - - - - - - diff --git a/Doc/images/Comm.png b/Doc/images/Comm.png Binary files differdeleted file mode 100644 index 78567a8..0000000 --- a/Doc/images/Comm.png +++ /dev/null diff --git a/Doc/images/Downloading-LD-Micro.png b/Doc/images/Downloading-LD-Micro.png Binary files differdeleted file mode 100644 index 6f5037d..0000000 --- a/Doc/images/Downloading-LD-Micro.png +++ /dev/null diff --git a/Doc/images/Figcmd.png b/Doc/images/Figcmd.png Binary files differdeleted file mode 100644 index 6c8197b..0000000 --- a/Doc/images/Figcmd.png +++ /dev/null diff --git a/Doc/images/PIN.png b/Doc/images/PIN.png Binary files differdeleted file mode 100644 index aba755c..0000000 --- a/Doc/images/PIN.png +++ /dev/null diff --git a/Doc/images/Setup.png b/Doc/images/Setup.png Binary files differdeleted file mode 100644 index 400f652..0000000 --- a/Doc/images/Setup.png +++ /dev/null diff --git a/Doc/images/avrdude1.png b/Doc/images/avrdude1.png Binary files differdeleted file mode 100644 index f35669f..0000000 --- a/Doc/images/avrdude1.png +++ /dev/null diff --git a/Doc/images/change.png b/Doc/images/change.png Binary files differdeleted file mode 100644 index b0d2000..0000000 --- a/Doc/images/change.png +++ /dev/null diff --git a/Doc/images/cont.png b/Doc/images/cont.png Binary files differdeleted file mode 100644 index f03205a..0000000 --- a/Doc/images/cont.png +++ /dev/null diff --git a/Doc/images/fuse1.png b/Doc/images/fuse1.png Binary files differdeleted file mode 100644 index 9995c99..0000000 --- a/Doc/images/fuse1.png +++ /dev/null diff --git a/Doc/images/fuse2.png b/Doc/images/fuse2.png Binary files differdeleted file mode 100644 index e1e1086..0000000 --- a/Doc/images/fuse2.png +++ /dev/null diff --git a/Doc/images/ld1.png b/Doc/images/ld1.png Binary files differdeleted file mode 100644 index 328f268..0000000 --- a/Doc/images/ld1.png +++ /dev/null diff --git a/Doc/images/manavrdude.png b/Doc/images/manavrdude.png Binary files differdeleted file mode 100644 index 1c2458c..0000000 --- a/Doc/images/manavrdude.png +++ /dev/null diff --git a/Doc/images/prop.png b/Doc/images/prop.png Binary files differdeleted file mode 100644 index 35626f8..0000000 --- a/Doc/images/prop.png +++ /dev/null diff --git a/Doc/images/states.png b/Doc/images/states.png Binary files differdeleted file mode 100644 index d858496..0000000 --- a/Doc/images/states.png +++ /dev/null diff --git a/Doc/images/usb.png b/Doc/images/usb.png Binary files differdeleted file mode 100644 index c28f491..0000000 --- a/Doc/images/usb.png +++ /dev/null |