├── LICENSE ├── README.md ├── shield.brd └── shield.sch /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | {description} 294 | Copyright (C) {year} {fullname} 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | {signature of Ty Coon}, 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # inputProtectionShield 2 | 3 | The [JTAGULATOR](http://www.grandideastudio.com/portfolio/jtagulator/) took an existing project, the [JTAGENUM](https://github.com/cyphunk/JTAGenum), and reinvented the wheel in a few places. JTAGENUM runs on Arduino, and so this shield provides the Arduino Nano with the exact same hardware capabilities as the JTAGULATOR without the heafty price tag. 4 | 5 | These hardware capabilities inclue 6 | 7 | * Input level conversion, including a range from 1.8-5v logic (larger range than Jtagulator) 8 | * Input protection with current limiting and schottky diode array 9 | 10 | 11 | 12 | ![](https://i.imgur.com/ickDpuU.png) 13 | -------------------------------------------------------------------------------- /shield.brd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | <b>AVAGO Technologies</b><p> 116 | www.avagotech.com<p> 117 | 118 | 119 | <b>SOT-363 (SC-706 Lead)</b><p> 120 | Source: <a href="http://www.farnell.com/datasheets/461166.pdf"> Data sheet </a> 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | >NAME 133 | >VALUE 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | >NAME 158 | >VALUE 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | <b>Resistors, Capacitors, Inductors</b><p> 208 | Based on the previous libraries: 209 | <ul> 210 | <li>r.lbr 211 | <li>cap.lbr 212 | <li>cap-fe.lbr 213 | <li>captant.lbr 214 | <li>polcap.lbr 215 | <li>ipc-smd.lbr 216 | </ul> 217 | All SMD packages are defined according to the IPC specifications and CECC<p> 218 | <author>Created by librarian@cadsoft.de</author><p> 219 | <p> 220 | for Electrolyt Capacitors see also :<p> 221 | www.bccomponents.com <p> 222 | www.panasonic.com<p> 223 | www.kemet.com<p> 224 | <p> 225 | for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> 226 | 227 | <map name="nav_main"> 228 | <area shape="rect" coords="0,1,140,23" href="../military_specs.asp" title=""> 229 | <area shape="rect" coords="0,24,140,51" href="../about.asp" title=""> 230 | <area shape="rect" coords="1,52,140,77" href="../rfq.asp" title=""> 231 | <area shape="rect" coords="0,78,139,103" href="../products.asp" title=""> 232 | <area shape="rect" coords="1,102,138,128" href="../excess_inventory.asp" title=""> 233 | <area shape="rect" coords="1,129,138,150" href="../edge.asp" title=""> 234 | <area shape="rect" coords="1,151,139,178" href="../industry_links.asp" title=""> 235 | <area shape="rect" coords="0,179,139,201" href="../comments.asp" title=""> 236 | <area shape="rect" coords="1,203,138,231" href="../directory.asp" title=""> 237 | <area shape="default" nohref> 238 | </map> 239 | 240 | <html> 241 | 242 | <title></title> 243 | 244 | <LINK REL="StyleSheet" TYPE="text/css" HREF="style-sheet.css"> 245 | 246 | <body bgcolor="#ffffff" text="#000000" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"> 247 | <table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0 height="55%"> 248 | <tr valign="top"> 249 | 250 | </td> 251 | <! <td width="10">&nbsp;</td> 252 | <td width="90%"> 253 | 254 | <b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> 255 | <P> 256 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> 257 | <TR> 258 | <TD COLSPAN=8> 259 | <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> 260 | </TD> 261 | </TR> 262 | <TR> 263 | <TD ALIGN=CENTER> 264 | <B> 265 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> 266 | </B> 267 | </TD> 268 | <TD ALIGN=CENTER> 269 | <B> 270 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> 271 | </B> 272 | </TD> 273 | <TD ALIGN=CENTER> 274 | <B> 275 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> 276 | </B> 277 | </TD> 278 | <TD ALIGN=CENTER> 279 | <B> 280 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> 281 | </B> 282 | </TD> 283 | <TD ALIGN=CENTER> 284 | <B> 285 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> 286 | </B> 287 | </TD> 288 | <TD ALIGN=CENTER> 289 | <B> 290 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> 291 | </B> 292 | </TD> 293 | <TD ALIGN=CENTER> 294 | <B> 295 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> 296 | </B> 297 | </TD> 298 | <TD ALIGN=CENTER> 299 | <B> 300 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> 301 | </B> 302 | </TD><TD>&nbsp;</TD> 303 | </TR> 304 | <TR> 305 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > 306 | 3005P<BR> 307 | 3006P<BR> 308 | 3006W<BR> 309 | 3006Y<BR> 310 | 3009P<BR> 311 | 3009W<BR> 312 | 3009Y<BR> 313 | 3057J<BR> 314 | 3057L<BR> 315 | 3057P<BR> 316 | 3057Y<BR> 317 | 3059J<BR> 318 | 3059L<BR> 319 | 3059P<BR> 320 | 3059Y<BR></FONT> 321 | </TD> 322 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 323 | -<BR> 324 | 89P<BR> 325 | 89W<BR> 326 | 89X<BR> 327 | 89PH<BR> 328 | 76P<BR> 329 | 89XH<BR> 330 | 78SLT<BR> 331 | 78L&nbsp;ALT<BR> 332 | 56P&nbsp;ALT<BR> 333 | 78P&nbsp;ALT<BR> 334 | T8S<BR> 335 | 78L<BR> 336 | 56P<BR> 337 | 78P<BR></FONT> 338 | </TD> 339 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 340 | -<BR> 341 | T18/784<BR> 342 | 783<BR> 343 | 781<BR> 344 | -<BR> 345 | -<BR> 346 | -<BR> 347 | 2199<BR> 348 | 1697/1897<BR> 349 | 1680/1880<BR> 350 | 2187<BR> 351 | -<BR> 352 | -<BR> 353 | -<BR> 354 | -<BR></FONT> 355 | </TD> 356 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 357 | -<BR> 358 | 8035EKP/CT20/RJ-20P<BR> 359 | -<BR> 360 | RJ-20X<BR> 361 | -<BR> 362 | -<BR> 363 | -<BR> 364 | 1211L<BR> 365 | 8012EKQ&nbsp;ALT<BR> 366 | 8012EKR&nbsp;ALT<BR> 367 | 1211P<BR> 368 | 8012EKJ<BR> 369 | 8012EKL<BR> 370 | 8012EKQ<BR> 371 | 8012EKR<BR></FONT> 372 | </TD> 373 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 374 | -<BR> 375 | 2101P<BR> 376 | 2101W<BR> 377 | 2101Y<BR> 378 | -<BR> 379 | -<BR> 380 | -<BR> 381 | -<BR> 382 | -<BR> 383 | -<BR> 384 | -<BR> 385 | -<BR> 386 | 2102L<BR> 387 | 2102S<BR> 388 | 2102Y<BR></FONT> 389 | </TD> 390 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 391 | -<BR> 392 | EVMCOG<BR> 393 | -<BR> 394 | -<BR> 395 | -<BR> 396 | -<BR> 397 | -<BR> 398 | -<BR> 399 | -<BR> 400 | -<BR> 401 | -<BR> 402 | -<BR> 403 | -<BR> 404 | -<BR> 405 | -<BR></FONT> 406 | </TD> 407 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 408 | -<BR> 409 | 43P<BR> 410 | 43W<BR> 411 | 43Y<BR> 412 | -<BR> 413 | -<BR> 414 | -<BR> 415 | -<BR> 416 | 40L<BR> 417 | 40P<BR> 418 | 40Y<BR> 419 | 70Y-T602<BR> 420 | 70L<BR> 421 | 70P<BR> 422 | 70Y<BR></FONT> 423 | </TD> 424 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 425 | -<BR> 426 | -<BR> 427 | -<BR> 428 | -<BR> 429 | -<BR> 430 | -<BR> 431 | -<BR> 432 | -<BR> 433 | RT/RTR12<BR> 434 | RT/RTR12<BR> 435 | RT/RTR12<BR> 436 | -<BR> 437 | RJ/RJR12<BR> 438 | RJ/RJR12<BR> 439 | RJ/RJR12<BR></FONT> 440 | </TD> 441 | </TR> 442 | <TR> 443 | <TD COLSPAN=8>&nbsp; 444 | </TD> 445 | </TR> 446 | <TR> 447 | <TD COLSPAN=8> 448 | <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> 449 | </TD> 450 | </TR> 451 | <TR> 452 | <TD ALIGN=CENTER> 453 | <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> 454 | </TD> 455 | <TD ALIGN=CENTER> 456 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 457 | </TD> 458 | <TD ALIGN=CENTER> 459 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 460 | </TD> 461 | <TD ALIGN=CENTER> 462 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 463 | </TD> 464 | <TD ALIGN=CENTER> 465 | <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> 466 | </TD> 467 | <TD ALIGN=CENTER> 468 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 469 | </TD> 470 | <TD ALIGN=CENTER> 471 | <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> 472 | </TD> 473 | <TD ALIGN=CENTER> 474 | <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> 475 | </TD> 476 | </TR> 477 | <TR> 478 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 479 | 3250L<BR> 480 | 3250P<BR> 481 | 3250W<BR> 482 | 3250X<BR> 483 | 3252P<BR> 484 | 3252W<BR> 485 | 3252X<BR> 486 | 3260P<BR> 487 | 3260W<BR> 488 | 3260X<BR> 489 | 3262P<BR> 490 | 3262W<BR> 491 | 3262X<BR> 492 | 3266P<BR> 493 | 3266W<BR> 494 | 3266X<BR> 495 | 3290H<BR> 496 | 3290P<BR> 497 | 3290W<BR> 498 | 3292P<BR> 499 | 3292W<BR> 500 | 3292X<BR> 501 | 3296P<BR> 502 | 3296W<BR> 503 | 3296X<BR> 504 | 3296Y<BR> 505 | 3296Z<BR> 506 | 3299P<BR> 507 | 3299W<BR> 508 | 3299X<BR> 509 | 3299Y<BR> 510 | 3299Z<BR></FONT> 511 | </TD> 512 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 513 | -<BR> 514 | 66P&nbsp;ALT<BR> 515 | 66W&nbsp;ALT<BR> 516 | 66X&nbsp;ALT<BR> 517 | 66P&nbsp;ALT<BR> 518 | 66W&nbsp;ALT<BR> 519 | 66X&nbsp;ALT<BR> 520 | -<BR> 521 | 64W&nbsp;ALT<BR> 522 | -<BR> 523 | 64P&nbsp;ALT<BR> 524 | 64W&nbsp;ALT<BR> 525 | 64X&nbsp;ALT<BR> 526 | 64P<BR> 527 | 64W<BR> 528 | 64X<BR> 529 | 66X&nbsp;ALT<BR> 530 | 66P&nbsp;ALT<BR> 531 | 66W&nbsp;ALT<BR> 532 | 66P<BR> 533 | 66W<BR> 534 | 66X<BR> 535 | 67P<BR> 536 | 67W<BR> 537 | 67X<BR> 538 | 67Y<BR> 539 | 67Z<BR> 540 | 68P<BR> 541 | 68W<BR> 542 | 68X<BR> 543 | 67Y&nbsp;ALT<BR> 544 | 67Z&nbsp;ALT<BR></FONT> 545 | </TD> 546 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 547 | 5050<BR> 548 | 5091<BR> 549 | 5080<BR> 550 | 5087<BR> 551 | -<BR> 552 | -<BR> 553 | -<BR> 554 | -<BR> 555 | -<BR> 556 | -<BR> 557 | -<BR> 558 | T63YB<BR> 559 | T63XB<BR> 560 | -<BR> 561 | -<BR> 562 | -<BR> 563 | 5887<BR> 564 | 5891<BR> 565 | 5880<BR> 566 | -<BR> 567 | -<BR> 568 | -<BR> 569 | T93Z<BR> 570 | T93YA<BR> 571 | T93XA<BR> 572 | T93YB<BR> 573 | T93XB<BR> 574 | -<BR> 575 | -<BR> 576 | -<BR> 577 | -<BR> 578 | -<BR></FONT> 579 | </TD> 580 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 581 | -<BR> 582 | -<BR> 583 | -<BR> 584 | -<BR> 585 | -<BR> 586 | -<BR> 587 | -<BR> 588 | -<BR> 589 | -<BR> 590 | -<BR> 591 | 8026EKP<BR> 592 | 8026EKW<BR> 593 | 8026EKM<BR> 594 | 8026EKP<BR> 595 | 8026EKB<BR> 596 | 8026EKM<BR> 597 | 1309X<BR> 598 | 1309P<BR> 599 | 1309W<BR> 600 | 8024EKP<BR> 601 | 8024EKW<BR> 602 | 8024EKN<BR> 603 | RJ-9P/CT9P<BR> 604 | RJ-9W<BR> 605 | RJ-9X<BR> 606 | -<BR> 607 | -<BR> 608 | -<BR> 609 | -<BR> 610 | -<BR> 611 | -<BR> 612 | -<BR></FONT> 613 | </TD> 614 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 615 | -<BR> 616 | -<BR> 617 | -<BR> 618 | -<BR> 619 | -<BR> 620 | -<BR> 621 | -<BR> 622 | -<BR> 623 | -<BR> 624 | -<BR> 625 | 3103P<BR> 626 | 3103Y<BR> 627 | 3103Z<BR> 628 | 3103P<BR> 629 | 3103Y<BR> 630 | 3103Z<BR> 631 | -<BR> 632 | -<BR> 633 | -<BR> 634 | -<BR> 635 | -<BR> 636 | -<BR> 637 | 3105P/3106P<BR> 638 | 3105W/3106W<BR> 639 | 3105X/3106X<BR> 640 | 3105Y/3106Y<BR> 641 | 3105Z/3105Z<BR> 642 | 3102P<BR> 643 | 3102W<BR> 644 | 3102X<BR> 645 | 3102Y<BR> 646 | 3102Z<BR></FONT> 647 | </TD> 648 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 649 | -<BR> 650 | -<BR> 651 | -<BR> 652 | -<BR> 653 | -<BR> 654 | -<BR> 655 | -<BR> 656 | -<BR> 657 | -<BR> 658 | -<BR> 659 | -<BR> 660 | -<BR> 661 | -<BR> 662 | -<BR> 663 | -<BR> 664 | -<BR> 665 | -<BR> 666 | -<BR> 667 | -<BR> 668 | -<BR> 669 | -<BR> 670 | -<BR> 671 | EVMCBG<BR> 672 | EVMCCG<BR> 673 | -<BR> 674 | -<BR> 675 | -<BR> 676 | -<BR> 677 | -<BR> 678 | -<BR> 679 | -<BR> 680 | -<BR></FONT> 681 | </TD> 682 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 683 | 55-1-X<BR> 684 | 55-4-X<BR> 685 | 55-3-X<BR> 686 | 55-2-X<BR> 687 | -<BR> 688 | -<BR> 689 | -<BR> 690 | -<BR> 691 | -<BR> 692 | -<BR> 693 | -<BR> 694 | -<BR> 695 | -<BR> 696 | -<BR> 697 | -<BR> 698 | -<BR> 699 | 50-2-X<BR> 700 | 50-4-X<BR> 701 | 50-3-X<BR> 702 | -<BR> 703 | -<BR> 704 | -<BR> 705 | 64P<BR> 706 | 64W<BR> 707 | 64X<BR> 708 | 64Y<BR> 709 | 64Z<BR> 710 | -<BR> 711 | -<BR> 712 | -<BR> 713 | -<BR> 714 | -<BR></FONT> 715 | </TD> 716 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 717 | RT/RTR22<BR> 718 | RT/RTR22<BR> 719 | RT/RTR22<BR> 720 | RT/RTR22<BR> 721 | RJ/RJR22<BR> 722 | RJ/RJR22<BR> 723 | RJ/RJR22<BR> 724 | RT/RTR26<BR> 725 | RT/RTR26<BR> 726 | RT/RTR26<BR> 727 | RJ/RJR26<BR> 728 | RJ/RJR26<BR> 729 | RJ/RJR26<BR> 730 | RJ/RJR26<BR> 731 | RJ/RJR26<BR> 732 | RJ/RJR26<BR> 733 | RT/RTR24<BR> 734 | RT/RTR24<BR> 735 | RT/RTR24<BR> 736 | RJ/RJR24<BR> 737 | RJ/RJR24<BR> 738 | RJ/RJR24<BR> 739 | RJ/RJR24<BR> 740 | RJ/RJR24<BR> 741 | RJ/RJR24<BR> 742 | -<BR> 743 | -<BR> 744 | -<BR> 745 | -<BR> 746 | -<BR> 747 | -<BR> 748 | -<BR></FONT> 749 | </TD> 750 | </TR> 751 | <TR> 752 | <TD COLSPAN=8>&nbsp; 753 | </TD> 754 | </TR> 755 | <TR> 756 | <TD COLSPAN=8> 757 | <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> 758 | </TD> 759 | </TR> 760 | <TR> 761 | <TD ALIGN=CENTER> 762 | <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> 763 | </TD> 764 | <TD ALIGN=CENTER> 765 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 766 | </TD> 767 | <TD ALIGN=CENTER> 768 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 769 | </TD> 770 | <TD ALIGN=CENTER> 771 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 772 | </TD> 773 | <TD ALIGN=CENTER> 774 | <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> 775 | </TD> 776 | <TD ALIGN=CENTER> 777 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 778 | </TD> 779 | <TD ALIGN=CENTER> 780 | <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> 781 | </TD> 782 | <TD ALIGN=CENTER> 783 | <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> 784 | </TD> 785 | </TR> 786 | <TR> 787 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 788 | 3323P<BR> 789 | 3323S<BR> 790 | 3323W<BR> 791 | 3329H<BR> 792 | 3329P<BR> 793 | 3329W<BR> 794 | 3339H<BR> 795 | 3339P<BR> 796 | 3339W<BR> 797 | 3352E<BR> 798 | 3352H<BR> 799 | 3352K<BR> 800 | 3352P<BR> 801 | 3352T<BR> 802 | 3352V<BR> 803 | 3352W<BR> 804 | 3362H<BR> 805 | 3362M<BR> 806 | 3362P<BR> 807 | 3362R<BR> 808 | 3362S<BR> 809 | 3362U<BR> 810 | 3362W<BR> 811 | 3362X<BR> 812 | 3386B<BR> 813 | 3386C<BR> 814 | 3386F<BR> 815 | 3386H<BR> 816 | 3386K<BR> 817 | 3386M<BR> 818 | 3386P<BR> 819 | 3386S<BR> 820 | 3386W<BR> 821 | 3386X<BR></FONT> 822 | </TD> 823 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 824 | 25P<BR> 825 | 25S<BR> 826 | 25RX<BR> 827 | 82P<BR> 828 | 82M<BR> 829 | 82PA<BR> 830 | -<BR> 831 | -<BR> 832 | -<BR> 833 | 91E<BR> 834 | 91X<BR> 835 | 91T<BR> 836 | 91B<BR> 837 | 91A<BR> 838 | 91V<BR> 839 | 91W<BR> 840 | 25W<BR> 841 | 25V<BR> 842 | 25P<BR> 843 | -<BR> 844 | 25S<BR> 845 | 25U<BR> 846 | 25RX<BR> 847 | 25X<BR> 848 | 72XW<BR> 849 | 72XL<BR> 850 | 72PM<BR> 851 | 72RX<BR> 852 | -<BR> 853 | 72PX<BR> 854 | 72P<BR> 855 | 72RXW<BR> 856 | 72RXL<BR> 857 | 72X<BR></FONT> 858 | </TD> 859 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 860 | -<BR> 861 | -<BR> 862 | -<BR> 863 | T7YB<BR> 864 | T7YA<BR> 865 | -<BR> 866 | -<BR> 867 | -<BR> 868 | -<BR> 869 | -<BR> 870 | -<BR> 871 | -<BR> 872 | -<BR> 873 | -<BR> 874 | -<BR> 875 | -<BR> 876 | -<BR> 877 | TXD<BR> 878 | TYA<BR> 879 | TYP<BR> 880 | -<BR> 881 | TYD<BR> 882 | TX<BR> 883 | -<BR> 884 | 150SX<BR> 885 | 100SX<BR> 886 | 102T<BR> 887 | 101S<BR> 888 | 190T<BR> 889 | 150TX<BR> 890 | 101<BR> 891 | -<BR> 892 | -<BR> 893 | 101SX<BR></FONT> 894 | </TD> 895 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 896 | ET6P<BR> 897 | ET6S<BR> 898 | ET6X<BR> 899 | RJ-6W/8014EMW<BR> 900 | RJ-6P/8014EMP<BR> 901 | RJ-6X/8014EMX<BR> 902 | TM7W<BR> 903 | TM7P<BR> 904 | TM7X<BR> 905 | -<BR> 906 | 8017SMS<BR> 907 | -<BR> 908 | 8017SMB<BR> 909 | 8017SMA<BR> 910 | -<BR> 911 | -<BR> 912 | CT-6W<BR> 913 | CT-6H<BR> 914 | CT-6P<BR> 915 | CT-6R<BR> 916 | -<BR> 917 | CT-6V<BR> 918 | CT-6X<BR> 919 | -<BR> 920 | -<BR> 921 | 8038EKV<BR> 922 | -<BR> 923 | 8038EKX<BR> 924 | -<BR> 925 | -<BR> 926 | 8038EKP<BR> 927 | 8038EKZ<BR> 928 | 8038EKW<BR> 929 | -<BR></FONT> 930 | </TD> 931 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 932 | -<BR> 933 | -<BR> 934 | -<BR> 935 | 3321H<BR> 936 | 3321P<BR> 937 | 3321N<BR> 938 | 1102H<BR> 939 | 1102P<BR> 940 | 1102T<BR> 941 | RVA0911V304A<BR> 942 | -<BR> 943 | RVA0911H413A<BR> 944 | RVG0707V100A<BR> 945 | RVA0607V(H)306A<BR> 946 | RVA1214H213A<BR> 947 | -<BR> 948 | -<BR> 949 | -<BR> 950 | -<BR> 951 | -<BR> 952 | -<BR> 953 | -<BR> 954 | -<BR> 955 | -<BR> 956 | 3104B<BR> 957 | 3104C<BR> 958 | 3104F<BR> 959 | 3104H<BR> 960 | -<BR> 961 | 3104M<BR> 962 | 3104P<BR> 963 | 3104S<BR> 964 | 3104W<BR> 965 | 3104X<BR></FONT> 966 | </TD> 967 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 968 | EVMQ0G<BR> 969 | EVMQIG<BR> 970 | EVMQ3G<BR> 971 | EVMS0G<BR> 972 | EVMQ0G<BR> 973 | EVMG0G<BR> 974 | -<BR> 975 | -<BR> 976 | -<BR> 977 | EVMK4GA00B<BR> 978 | EVM30GA00B<BR> 979 | EVMK0GA00B<BR> 980 | EVM38GA00B<BR> 981 | EVMB6<BR> 982 | EVLQ0<BR> 983 | -<BR> 984 | EVMMSG<BR> 985 | EVMMBG<BR> 986 | EVMMAG<BR> 987 | -<BR> 988 | -<BR> 989 | EVMMCS<BR> 990 | -<BR> 991 | -<BR> 992 | -<BR> 993 | -<BR> 994 | -<BR> 995 | EVMM1<BR> 996 | -<BR> 997 | -<BR> 998 | EVMM0<BR> 999 | -<BR> 1000 | -<BR> 1001 | EVMM3<BR></FONT> 1002 | </TD> 1003 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1004 | -<BR> 1005 | -<BR> 1006 | -<BR> 1007 | 62-3-1<BR> 1008 | 62-1-2<BR> 1009 | -<BR> 1010 | -<BR> 1011 | -<BR> 1012 | -<BR> 1013 | -<BR> 1014 | -<BR> 1015 | -<BR> 1016 | -<BR> 1017 | -<BR> 1018 | -<BR> 1019 | -<BR> 1020 | 67R<BR> 1021 | -<BR> 1022 | 67P<BR> 1023 | -<BR> 1024 | -<BR> 1025 | -<BR> 1026 | -<BR> 1027 | 67X<BR> 1028 | 63V<BR> 1029 | 63S<BR> 1030 | 63M<BR> 1031 | -<BR> 1032 | -<BR> 1033 | 63H<BR> 1034 | 63P<BR> 1035 | -<BR> 1036 | -<BR> 1037 | 63X<BR></FONT> 1038 | </TD> 1039 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1040 | -<BR> 1041 | -<BR> 1042 | -<BR> 1043 | RJ/RJR50<BR> 1044 | RJ/RJR50<BR> 1045 | RJ/RJR50<BR> 1046 | -<BR> 1047 | -<BR> 1048 | -<BR> 1049 | -<BR> 1050 | -<BR> 1051 | -<BR> 1052 | -<BR> 1053 | -<BR> 1054 | -<BR> 1055 | -<BR> 1056 | -<BR> 1057 | -<BR> 1058 | -<BR> 1059 | -<BR> 1060 | -<BR> 1061 | -<BR> 1062 | -<BR> 1063 | -<BR> 1064 | -<BR> 1065 | -<BR> 1066 | -<BR> 1067 | -<BR> 1068 | -<BR> 1069 | -<BR> 1070 | -<BR> 1071 | -<BR> 1072 | -<BR> 1073 | -<BR></FONT> 1074 | </TD> 1075 | </TR> 1076 | </TABLE> 1077 | <P>&nbsp;<P> 1078 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> 1079 | <TR> 1080 | <TD COLSPAN=7> 1081 | <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> 1082 | <P> 1083 | <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> 1084 | </TD> 1085 | </TR> 1086 | <TR> 1087 | <TD> 1088 | <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> 1089 | </TD> 1090 | <TD> 1091 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 1092 | </TD> 1093 | <TD> 1094 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 1095 | </TD> 1096 | <TD> 1097 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 1098 | </TD> 1099 | <TD> 1100 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 1101 | </TD> 1102 | <TD> 1103 | <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> 1104 | </TD> 1105 | <TD> 1106 | <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> 1107 | </TD> 1108 | </TR> 1109 | <TR> 1110 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1111 | 3224G<BR> 1112 | 3224J<BR> 1113 | 3224W<BR> 1114 | 3269P<BR> 1115 | 3269W<BR> 1116 | 3269X<BR></FONT> 1117 | </TD> 1118 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1119 | 44G<BR> 1120 | 44J<BR> 1121 | 44W<BR> 1122 | 84P<BR> 1123 | 84W<BR> 1124 | 84X<BR></FONT> 1125 | </TD> 1126 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1127 | -<BR> 1128 | -<BR> 1129 | -<BR> 1130 | ST63Z<BR> 1131 | ST63Y<BR> 1132 | -<BR></FONT> 1133 | </TD> 1134 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1135 | -<BR> 1136 | -<BR> 1137 | -<BR> 1138 | ST5P<BR> 1139 | ST5W<BR> 1140 | ST5X<BR></FONT> 1141 | </TD> 1142 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1143 | -<BR> 1144 | -<BR> 1145 | -<BR> 1146 | -<BR> 1147 | -<BR> 1148 | -<BR></FONT> 1149 | </TD> 1150 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1151 | -<BR> 1152 | -<BR> 1153 | -<BR> 1154 | -<BR> 1155 | -<BR> 1156 | -<BR></FONT> 1157 | </TD> 1158 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1159 | -<BR> 1160 | -<BR> 1161 | -<BR> 1162 | -<BR> 1163 | -<BR> 1164 | -<BR></FONT> 1165 | </TD> 1166 | </TR> 1167 | <TR> 1168 | <TD COLSPAN=7>&nbsp; 1169 | </TD> 1170 | </TR> 1171 | <TR> 1172 | <TD COLSPAN=7> 1173 | <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> 1174 | </TD> 1175 | </TR> 1176 | <TR> 1177 | <TD> 1178 | <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> 1179 | </TD> 1180 | <TD> 1181 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 1182 | </TD> 1183 | <TD> 1184 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 1185 | </TD> 1186 | <TD> 1187 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 1188 | </TD> 1189 | <TD> 1190 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 1191 | </TD> 1192 | <TD> 1193 | <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> 1194 | </TD> 1195 | <TD> 1196 | <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> 1197 | </TD> 1198 | </TR> 1199 | <TR> 1200 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1201 | 3314G<BR> 1202 | 3314J<BR> 1203 | 3364A/B<BR> 1204 | 3364C/D<BR> 1205 | 3364W/X<BR> 1206 | 3313G<BR> 1207 | 3313J<BR></FONT> 1208 | </TD> 1209 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1210 | 23B<BR> 1211 | 23A<BR> 1212 | 21X<BR> 1213 | 21W<BR> 1214 | -<BR> 1215 | 22B<BR> 1216 | 22A<BR></FONT> 1217 | </TD> 1218 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1219 | ST5YL/ST53YL<BR> 1220 | ST5YJ/5T53YJ<BR> 1221 | ST-23A<BR> 1222 | ST-22B<BR> 1223 | ST-22<BR> 1224 | -<BR> 1225 | -<BR></FONT> 1226 | </TD> 1227 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1228 | ST-4B<BR> 1229 | ST-4A<BR> 1230 | -<BR> 1231 | -<BR> 1232 | -<BR> 1233 | ST-3B<BR> 1234 | ST-3A<BR></FONT> 1235 | </TD> 1236 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1237 | -<BR> 1238 | EVM-6YS<BR> 1239 | EVM-1E<BR> 1240 | EVM-1G<BR> 1241 | EVM-1D<BR> 1242 | -<BR> 1243 | -<BR></FONT> 1244 | </TD> 1245 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1246 | G4B<BR> 1247 | G4A<BR> 1248 | TR04-3S1<BR> 1249 | TRG04-2S1<BR> 1250 | -<BR> 1251 | -<BR> 1252 | -<BR></FONT> 1253 | </TD> 1254 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1255 | -<BR> 1256 | -<BR> 1257 | DVR-43A<BR> 1258 | CVR-42C<BR> 1259 | CVR-42A/C<BR> 1260 | -<BR> 1261 | -<BR></FONT> 1262 | </TD> 1263 | </TR> 1264 | </TABLE> 1265 | <P> 1266 | <FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> 1267 | <P> 1268 | 1269 | &nbsp; 1270 | <P> 1271 | </td> 1272 | </tr> 1273 | </table> 1274 | </BODY></HTML> 1275 | 1276 | 1277 | <b>RESISTOR</b> 1278 | 1279 | 1280 | 1281 | 1282 | 1283 | 1284 | 1285 | 1286 | >NAME 1287 | >VALUE 1288 | 1289 | 1290 | 1291 | 1292 | 1293 | 1294 | 1295 | <b>Female Headers etc.</b><p> 1296 | Naming:<p> 1297 | FE = female<p> 1298 | # contacts - # rows<p> 1299 | W = angled<p> 1300 | <author>Created by librarian@cadsoft.de</author> 1301 | 1302 | 1303 | <b>FEMALE HEADER</b> 1304 | 1305 | 1306 | 1307 | 1308 | 1309 | 1310 | 1311 | 1312 | 1313 | 1314 | 1315 | 1316 | 1317 | 1318 | 1319 | 1320 | 1321 | 1322 | 1323 | 1324 | 1325 | 1326 | 1327 | 1328 | 1329 | 1330 | 1331 | 1332 | 1333 | 1334 | 1335 | 1336 | 1337 | 1338 | 1339 | 1340 | 1341 | 1342 | 1343 | 1344 | 1345 | 1346 | 1347 | 1348 | 1349 | 1350 | 1351 | 1352 | 1353 | 1354 | 1355 | 1356 | 1357 | 1358 | 1359 | 1360 | 1361 | 1362 | 1363 | 1364 | 1365 | 1366 | 1367 | 1368 | 1369 | 1370 | 1371 | 1372 | 1373 | 1374 | 1375 | 1376 | 1377 | 1378 | 1379 | 1380 | 1381 | 1382 | 1383 | 1384 | 1385 | 1386 | 1387 | 1388 | 1389 | 1390 | 1391 | 1392 | 1393 | 1394 | 1395 | 1396 | 1397 | 1398 | 1399 | 1400 | 1401 | 1402 | 1403 | 1404 | 1405 | 1406 | 1407 | 1408 | 1409 | 1410 | 1411 | 1412 | 1413 | 1414 | 1415 | 1416 | 1417 | 1418 | 1419 | 1420 | 1421 | 1422 | 1423 | 1424 | 1425 | 1426 | 1427 | 1428 | 1429 | 1430 | 1431 | 1432 | 1433 | 1434 | 1435 | 1436 | 1437 | 1438 | 1439 | 1440 | 1441 | 1442 | 1443 | 1444 | 1445 | 1446 | 1447 | 1448 | 1449 | 1450 | 1451 | 1452 | 1453 | 1454 | 1455 | 1456 | 1457 | 1458 | 1459 | 1460 | 1461 | 1462 | 1463 | 1464 | 1465 | 1466 | 1467 | 1468 | 1469 | 1470 | 1471 | 1472 | 1473 | 1474 | 1475 | 1476 | 1477 | 1478 | 1479 | 1480 | 1481 | 1482 | 1483 | 1484 | 1485 | 1486 | 1487 | 1488 | 1489 | 1490 | 1491 | 1492 | 1493 | 1494 | 1495 | 1496 | 1497 | 1498 | 1499 | 1500 | 1501 | 1502 | 1503 | 1504 | 1505 | 1506 | 1507 | 1508 | 1509 | 1510 | 1511 | 1512 | 1513 | 1514 | 1515 | 1516 | 1517 | 1518 | 1519 | 1520 | 1521 | 1522 | 1523 | 1524 | 1525 | 1526 | 1527 | 1528 | 1529 | 1530 | 1531 | 1532 | 1533 | 1534 | 1535 | 1536 | 1537 | 1538 | 1539 | 1540 | 1541 | 1542 | 1543 | 1544 | 1545 | 1546 | 1547 | 1548 | 1549 | 1550 | 1551 | 1552 | 1553 | 1554 | 1555 | 1556 | 1557 | 1558 | 1559 | 1560 | 1561 | 1562 | 1563 | 1564 | 1565 | 1566 | 1567 | 1568 | 1569 | 1570 | 1571 | 1572 | 1573 | 1574 | 1575 | 1576 | 1577 | 1578 | 1579 | 1580 | 1581 | 1582 | 1583 | 1584 | 1585 | 1586 | 1587 | >NAME 1588 | 1 1589 | >VALUE 1590 | 15 1591 | 1592 | 1593 | 1594 | 1595 | 1596 | 1597 | 1598 | 1599 | 1600 | 1601 | 1602 | 1603 | 1604 | 1605 | 1606 | 1607 | 1608 | 1609 | 1610 | 1611 | 1612 | 1613 | 1614 | 1615 | 1616 | 1617 | 1618 | 1619 | 1620 | 1621 | 1622 | 1623 | 1624 | 1625 | <b>Pin Headers</b><p> 1626 | Naming:<p> 1627 | MA = male<p> 1628 | # contacts - # rows<p> 1629 | W = angled<p> 1630 | <author>Created by librarian@cadsoft.de</author> 1631 | 1632 | 1633 | <b>PIN HEADER</b> 1634 | 1635 | 1636 | 1637 | 1638 | 1639 | 1640 | 1641 | 1642 | 1643 | 1644 | 1645 | 1646 | 1647 | 1648 | 1649 | 1650 | 1651 | 1652 | 1653 | 1654 | 1655 | 1656 | 1657 | >NAME 1658 | 1 1659 | >VALUE 1660 | 1661 | 1662 | 1663 | 1664 | 1665 | 1666 | 1667 | 1668 | 1669 | 1670 | 1671 | 1672 | 1673 | 1674 | 1675 | 1676 | <b>EAGLE Design Rules</b> 1677 | <p> 1678 | Die Standard-Design-Rules sind so gewählt, dass sie für 1679 | die meisten Anwendungen passen. Sollte ihre Platine 1680 | besondere Anforderungen haben, treffen Sie die erforderlichen 1681 | Einstellungen hier und speichern die Design Rules unter 1682 | einem neuen Namen ab. 1683 | <b>Laen's PCB Order Design Rules</b> 1684 | <p> 1685 | Please make sure your boards conform to these design rules. 1686 | 1687 | 1688 | 1689 | 1690 | 1691 | 1692 | 1693 | 1694 | 1695 | 1696 | 1697 | 1698 | 1699 | 1700 | 1701 | 1702 | 1703 | 1704 | 1705 | 1706 | 1707 | 1708 | 1709 | 1710 | 1711 | 1712 | 1713 | 1714 | 1715 | 1716 | 1717 | 1718 | 1719 | 1720 | 1721 | 1722 | 1723 | 1724 | 1725 | 1726 | 1727 | 1728 | 1729 | 1730 | 1731 | 1732 | 1733 | 1734 | 1735 | 1736 | 1737 | 1738 | 1739 | 1740 | 1741 | 1742 | 1743 | 1744 | 1745 | 1746 | 1747 | 1748 | 1749 | 1750 | 1751 | 1752 | 1753 | 1754 | 1755 | 1756 | 1757 | 1758 | 1759 | 1760 | 1761 | 1762 | 1763 | 1764 | 1765 | 1766 | 1767 | 1768 | 1769 | 1770 | 1771 | 1772 | 1773 | 1774 | 1775 | 1776 | 1777 | 1778 | 1779 | 1780 | 1781 | 1782 | 1783 | 1784 | 1785 | 1786 | 1787 | 1788 | 1789 | 1790 | 1791 | 1792 | 1793 | 1794 | 1795 | 1796 | 1797 | 1798 | 1799 | 1800 | 1801 | 1802 | 1803 | 1804 | 1805 | 1806 | 1807 | 1808 | 1809 | 1810 | 1811 | 1812 | 1813 | 1814 | 1815 | 1816 | 1817 | 1818 | 1819 | 1820 | 1821 | 1822 | 1823 | 1824 | 1825 | 1826 | 1827 | 1828 | 1829 | 1830 | 1831 | 1832 | 1833 | 1834 | 1835 | 1836 | 1837 | 1838 | 1839 | 1840 | 1841 | 1842 | 1843 | 1844 | 1845 | 1846 | 1847 | 1848 | 1849 | 1850 | 1851 | 1852 | 1853 | 1854 | 1855 | 1856 | 1857 | 1858 | 1859 | 1860 | 1861 | 1862 | 1863 | 1864 | 1865 | 1866 | 1867 | 1868 | 1869 | 1870 | 1871 | 1872 | 1873 | 1874 | 1875 | 1876 | 1877 | 1878 | 1879 | 1880 | 1881 | 1882 | 1883 | 1884 | 1885 | 1886 | 1887 | 1888 | 1889 | 1890 | 1891 | 1892 | 1893 | 1894 | 1895 | 1896 | 1897 | 1898 | 1899 | 1900 | 1901 | 1902 | 1903 | 1904 | 1905 | 1906 | 1907 | 1908 | 1909 | 1910 | 1911 | 1912 | 1913 | 1914 | 1915 | 1916 | 1917 | 1918 | 1919 | 1920 | 1921 | 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 1929 | 1930 | 1931 | 1932 | 1933 | 1934 | 1935 | 1936 | 1937 | 1938 | 1939 | 1940 | 1941 | 1942 | 1943 | 1944 | 1945 | 1946 | 1947 | 1948 | 1949 | 1950 | 1951 | 1952 | 1953 | 1954 | 1955 | 1956 | 1957 | 1958 | 1959 | 1960 | 1961 | 1962 | 1963 | 1964 | 1965 | 1966 | 1967 | 1968 | 1969 | 1970 | 1971 | 1972 | 1973 | 1974 | 1975 | 1976 | 1977 | 1978 | 1979 | 1980 | 1981 | 1982 | 1983 | 1984 | 1985 | 1986 | 1987 | 1988 | 1989 | 1990 | 1991 | 1992 | 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | 2030 | 2031 | 2032 | 2033 | 2034 | 2035 | 2036 | 2037 | 2038 | 2039 | 2040 | 2041 | 2042 | 2043 | 2044 | 2045 | 2046 | 2047 | 2048 | 2049 | 2050 | 2051 | 2052 | 2053 | 2054 | 2055 | 2056 | 2057 | 2058 | 2059 | 2060 | 2061 | 2062 | 2063 | 2064 | 2065 | 2066 | 2067 | 2068 | 2069 | 2070 | 2071 | 2072 | 2073 | 2074 | 2075 | 2076 | 2077 | 2078 | 2079 | 2080 | 2081 | 2082 | 2083 | 2084 | 2085 | 2086 | 2087 | 2088 | 2089 | 2090 | 2091 | 2092 | 2093 | 2094 | 2095 | 2096 | 2097 | 2098 | 2099 | 2100 | 2101 | 2102 | 2103 | 2104 | 2105 | 2106 | 2107 | 2108 | 2109 | 2110 | 2111 | 2112 | 2113 | 2114 | 2115 | 2116 | 2117 | 2118 | 2119 | 2120 | 2121 | 2122 | 2123 | 2124 | 2125 | 2126 | 2127 | 2128 | 2129 | 2130 | 2131 | 2132 | 2133 | 2134 | 2135 | 2136 | 2137 | 2138 | 2139 | 2140 | 2141 | 2142 | 2143 | 2144 | 2145 | 2146 | 2147 | 2148 | 2149 | 2150 | 2151 | 2152 | 2153 | 2154 | 2155 | 2156 | 2157 | 2158 | 2159 | 2160 | 2161 | 2162 | 2163 | 2164 | 2165 | 2166 | 2167 | 2168 | 2169 | 2170 | 2171 | 2172 | 2173 | 2174 | 2175 | 2176 | 2177 | 2178 | 2179 | 2180 | 2181 | 2182 | 2183 | 2184 | 2185 | 2186 | 2187 | 2188 | 2189 | 2190 | 2191 | 2192 | 2193 | 2194 | 2195 | 2196 | 2197 | 2198 | 2199 | 2200 | 2201 | 2202 | 2203 | 2204 | 2205 | 2206 | 2207 | 2208 | 2209 | 2210 | 2211 | 2212 | 2213 | 2214 | 2215 | 2216 | 2217 | 2218 | 2219 | 2220 | 2221 | 2222 | 2223 | 2224 | 2225 | 2226 | 2227 | 2228 | 2229 | 2230 | 2231 | 2232 | 2233 | 2234 | 2235 | 2236 | 2237 | 2238 | 2239 | 2240 | 2241 | 2242 | 2243 | 2244 | 2245 | 2246 | 2247 | 2248 | 2249 | 2250 | 2251 | 2252 | 2253 | 2254 | 2255 | 2256 | 2257 | 2258 | 2259 | 2260 | 2261 | 2262 | 2263 | 2264 | 2265 | 2266 | 2267 | 2268 | 2269 | 2270 | 2271 | 2272 | 2273 | 2274 | 2275 | 2276 | 2277 | 2278 | 2279 | 2280 | 2281 | 2282 | 2283 | 2284 | 2285 | 2286 | 2287 | 2288 | 2289 | 2290 | 2291 | 2292 | 2293 | 2294 | 2295 | 2296 | 2297 | 2298 | 2299 | 2300 | 2301 | 2302 | 2303 | 2304 | 2305 | 2306 | 2307 | 2308 | 2309 | 2310 | 2311 | 2312 | 2313 | 2314 | 2315 | 2316 | 2317 | 2318 | 2319 | 2320 | 2321 | 2322 | 2323 | 2324 | 2325 | 2326 | 2327 | 2328 | 2329 | 2330 | 2331 | 2332 | 2333 | 2334 | 2335 | 2336 | 2337 | 2338 | 2339 | 2340 | 2341 | 2342 | 2343 | 2344 | 2345 | 2346 | 2347 | 2348 | 2349 | 2350 | 2351 | 2352 | 2353 | 2354 | 2355 | 2356 | 2357 | 2358 | 2359 | 2360 | 2361 | 2362 | 2363 | 2364 | 2365 | 2366 | 2367 | 2368 | 2369 | 2370 | 2371 | 2372 | 2373 | 2374 | 2375 | 2376 | 2377 | 2378 | 2379 | 2380 | 2381 | 2382 | 2383 | 2384 | 2385 | 2386 | 2387 | 2388 | 2389 | 2390 | 2391 | 2392 | 2393 | 2394 | 2395 | 2396 | 2397 | 2398 | 2399 | 2400 | 2401 | 2402 | 2403 | 2404 | 2405 | 2406 | 2407 | 2408 | 2409 | 2410 | 2411 | 2412 | 2413 | 2414 | 2415 | 2416 | 2417 | 2418 | 2419 | 2420 | 2421 | 2422 | 2423 | 2424 | 2425 | 2426 | 2427 | 2428 | 2429 | 2430 | 2431 | 2432 | 2433 | 2434 | 2435 | 2436 | 2437 | 2438 | 2439 | 2440 | 2441 | 2442 | 2443 | 2444 | 2445 | 2446 | 2447 | 2448 | 2449 | 2450 | 2451 | 2452 | 2453 | 2454 | 2455 | 2456 | 2457 | 2458 | 2459 | 2460 | 2461 | 2462 | 2463 | 2464 | 2465 | 2466 | 2467 | 2468 | 2469 | 2470 | 2471 | 2472 | 2473 | 2474 | 2475 | 2476 | 2477 | 2478 | 2479 | 2480 | 2481 | 2482 | 2483 | 2484 | 2485 | 2486 | 2487 | 2488 | 2489 | 2490 | 2491 | 2492 | 2493 | 2494 | 2495 | 2496 | 2497 | 2498 | 2499 | 2500 | 2501 | 2502 | 2503 | 2504 | 2505 | 2506 | 2507 | 2508 | 2509 | 2510 | 2511 | 2512 | 2513 | 2514 | 2515 | 2516 | 2517 | 2518 | 2519 | 2520 | 2521 | 2522 | 2523 | 2524 | 2525 | 2526 | 2527 | 2528 | 2529 | 2530 | 2531 | 2532 | 2533 | 2534 | 2535 | 2536 | 2537 | 2538 | 2539 | 2540 | 2541 | 2542 | 2543 | 2544 | 2545 | 2546 | 2547 | 2548 | 2549 | 2550 | 2551 | 2552 | 2553 | 2554 | 2555 | 2556 | 2557 | 2558 | 2559 | 2560 | 2561 | 2562 | 2563 | 2564 | 2565 | 2566 | 2567 | 2568 | 2569 | 2570 | 2571 | 2572 | 2573 | 2574 | 2575 | 2576 | 2577 | 2578 | 2579 | 2580 | 2581 | 2582 | 2583 | 2584 | 2585 | 2586 | 2587 | 2588 | 2589 | 2590 | 2591 | 2592 | 2593 | 2594 | 2595 | 2596 | 2597 | 2598 | 2599 | 2600 | 2601 | 2602 | 2603 | 2604 | 2605 | 2606 | 2607 | 2608 | 2609 | 2610 | 2611 | 2612 | 2613 | 2614 | 2615 | 2616 | 2617 | 2618 | 2619 | 2620 | 2621 | 2622 | 2623 | 2624 | 2625 | 2626 | 2627 | 2628 | 2629 | 2630 | 2631 | 2632 | 2633 | 2634 | 2635 | 2636 | 2637 | 2638 | 2639 | 2640 | 2641 | 2642 | 2643 | 2644 | 2645 | 2646 | 2647 | 2648 | 2649 | 2650 | 2651 | 2652 | 2653 | 2654 | 2655 | 2656 | 2657 | 2658 | 2659 | 2660 | 2661 | 2662 | 2663 | 2664 | 2665 | 2666 | 2667 | 2668 | 2669 | 2670 | 2671 | 2672 | 2673 | 2674 | 2675 | 2676 | 2677 | 2678 | 2679 | 2680 | 2681 | 2682 | 2683 | 2684 | 2685 | 2686 | 2687 | 2688 | 2689 | 2690 | 2691 | 2692 | 2693 | 2694 | 2695 | 2696 | 2697 | 2698 | 2699 | 2700 | 2701 | 2702 | 2703 | 2704 | 2705 | 2706 | 2707 | 2708 | 2709 | 2710 | 2711 | 2712 | 2713 | 2714 | 2715 | 2716 | 2717 | 2718 | 2719 | 2720 | 2721 | 2722 | 2723 | 2724 | 2725 | 2726 | 2727 | 2728 | 2729 | 2730 | 2731 | 2732 | 2733 | 2734 | 2735 | 2736 | 2737 | 2738 | 2739 | 2740 | 2741 | 2742 | 2743 | 2744 | 2745 | 2746 | 2747 | 2748 | 2749 | 2750 | 2751 | 2752 | 2753 | 2754 | 2755 | 2756 | 2757 | 2758 | 2759 | 2760 | 2761 | 2762 | 2763 | 2764 | 2765 | 2766 | 2767 | 2768 | 2769 | 2770 | 2771 | 2772 | 2773 | 2774 | 2775 | 2776 | 2777 | 2778 | 2779 | 2780 | 2781 | 2782 | 2783 | 2784 | 2785 | 2786 | 2787 | 2788 | 2789 | 2790 | 2791 | 2792 | 2793 | 2794 | 2795 | 2796 | 2797 | 2798 | 2799 | 2800 | 2801 | 2802 | 2803 | 2804 | 2805 | 2806 | 2807 | 2808 | 2809 | 2810 | 2811 | 2812 | 2813 | 2814 | 2815 | 2816 | 2817 | 2818 | 2819 | 2820 | 2821 | 2822 | 2823 | --------------------------------------------------------------------------------