├── LICENSE ├── SN76489.lbr ├── tandy_sound.brd ├── tandy_sound.sch ├── tiny13.bas ├── tiny13.hex └── tndy nano.stl /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /SN76489.lbr: -------------------------------------------------------------------------------- 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 | <b>Dual In Line Package</b> 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | SN76489 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 | 1 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | -------------------------------------------------------------------------------- /tandy_sound.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 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | JP1 XT: 1-2 AT: 2-3 148 | SPK 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | http://www.retroianer.de 158 | 159 | 160 | 161 | 162 | 163 | 164 | TNDY Nano 165 | v1.1 166 | 167 | 168 | 169 | <b>TTL Devices, 74xx Series with European Symbols</b><p> 170 | Based on the following sources: 171 | <ul> 172 | <li>Texas Instruments <i>TTL Data Book</i>&nbsp;&nbsp;&nbsp;Volume 1, 1996. 173 | <li>TTL Data Book, Volume 2 , 1993 174 | <li>National Seminconductor Databook 1990, ALS/LS Logic 175 | <li>ttl 74er digital data dictionary, ECA Electronic + Acustic GmbH, ISBN 3-88109-032-0 176 | <li>http://icmaster.com/ViewCompare.asp 177 | </ul> 178 | <author>Created by librarian@cadsoft.de</author> 179 | 180 | 181 | <b>Dual In Line Package</b> 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | >NAME 203 | >VALUE 204 | 205 | 206 | <b>Dual In Line Package</b> 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | >NAME 234 | >VALUE 235 | 236 | 237 | 238 | 239 | <b>PC Connectors/Slots</b><p> 240 | <author>Created by librarian@cadsoft.de</author> 241 | 242 | 243 | <B>8-bit CARD IBM/PC-AT</B> 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | >NAME 402 | 7,87 mm 403 | 81.1 mm 404 | >VALUE 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | <b>Dual In Line Package</b> 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | SN76489 497 | 498 | 499 | 500 | 501 | <h3>SparkFun Connectors</h3> 502 | This library contains electrically-functional connectors. 503 | <br> 504 | <br> 505 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 506 | <br> 507 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 508 | <br> 509 | <br> 510 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 511 | <br> 512 | <br> 513 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 514 | 515 | 516 | <h3>3.5mm Stereo Audio Jack</h3> 517 | <p>Specifications: 518 | <ul><li>Pin count:5</li> 519 | </ul></p> 520 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> 521 | <p>Example device(s): 522 | <ul><li>Audio_Jack</li> 523 | </ul></p> 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | >NAME 550 | >VALUE 551 | 552 | 553 | 554 | 555 | <b>WIMA Capacitors</b><p> 556 | <author>Created by librarian@cadsoft.de</author> 557 | 558 | 559 | <B>MKS2</B>, 5 x 3 mm, grid 2.54 mm 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | >NAME 579 | >VALUE 580 | 581 | 582 | 583 | 584 | <b>Resistors, Capacitors, Inductors</b><p> 585 | Based on the previous libraries: 586 | <ul> 587 | <li>r.lbr 588 | <li>cap.lbr 589 | <li>cap-fe.lbr 590 | <li>captant.lbr 591 | <li>polcap.lbr 592 | <li>ipc-smd.lbr 593 | </ul> 594 | All SMD packages are defined according to the IPC specifications and CECC<p> 595 | <author>Created by librarian@cadsoft.de</author><p> 596 | <p> 597 | for Electrolyt Capacitors see also :<p> 598 | www.bccomponents.com <p> 599 | www.panasonic.com<p> 600 | www.kemet.com<p> 601 | http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> 602 | <p> 603 | for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> 604 | 605 | <table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> 606 | <tr valign="top"> 607 | 608 | <! <td width="10">&nbsp;</td> 609 | <td width="90%"> 610 | 611 | <b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> 612 | <P> 613 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> 614 | <TR> 615 | <TD COLSPAN=8> 616 | <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> 617 | </TD> 618 | </TR> 619 | <TR> 620 | <TD ALIGN=CENTER> 621 | <B> 622 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> 623 | </B> 624 | </TD> 625 | <TD ALIGN=CENTER> 626 | <B> 627 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> 628 | </B> 629 | </TD> 630 | <TD ALIGN=CENTER> 631 | <B> 632 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> 633 | </B> 634 | </TD> 635 | <TD ALIGN=CENTER> 636 | <B> 637 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> 638 | </B> 639 | </TD> 640 | <TD ALIGN=CENTER> 641 | <B> 642 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> 643 | </B> 644 | </TD> 645 | <TD ALIGN=CENTER> 646 | <B> 647 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> 648 | </B> 649 | </TD> 650 | <TD ALIGN=CENTER> 651 | <B> 652 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> 653 | </B> 654 | </TD> 655 | <TD ALIGN=CENTER> 656 | <B> 657 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> 658 | </B> 659 | </TD><TD>&nbsp;</TD> 660 | </TR> 661 | <TR> 662 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > 663 | 3005P<BR> 664 | 3006P<BR> 665 | 3006W<BR> 666 | 3006Y<BR> 667 | 3009P<BR> 668 | 3009W<BR> 669 | 3009Y<BR> 670 | 3057J<BR> 671 | 3057L<BR> 672 | 3057P<BR> 673 | 3057Y<BR> 674 | 3059J<BR> 675 | 3059L<BR> 676 | 3059P<BR> 677 | 3059Y<BR></FONT> 678 | </TD> 679 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 680 | -<BR> 681 | 89P<BR> 682 | 89W<BR> 683 | 89X<BR> 684 | 89PH<BR> 685 | 76P<BR> 686 | 89XH<BR> 687 | 78SLT<BR> 688 | 78L&nbsp;ALT<BR> 689 | 56P&nbsp;ALT<BR> 690 | 78P&nbsp;ALT<BR> 691 | T8S<BR> 692 | 78L<BR> 693 | 56P<BR> 694 | 78P<BR></FONT> 695 | </TD> 696 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 697 | -<BR> 698 | T18/784<BR> 699 | 783<BR> 700 | 781<BR> 701 | -<BR> 702 | -<BR> 703 | -<BR> 704 | 2199<BR> 705 | 1697/1897<BR> 706 | 1680/1880<BR> 707 | 2187<BR> 708 | -<BR> 709 | -<BR> 710 | -<BR> 711 | -<BR></FONT> 712 | </TD> 713 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 714 | -<BR> 715 | 8035EKP/CT20/RJ-20P<BR> 716 | -<BR> 717 | RJ-20X<BR> 718 | -<BR> 719 | -<BR> 720 | -<BR> 721 | 1211L<BR> 722 | 8012EKQ&nbsp;ALT<BR> 723 | 8012EKR&nbsp;ALT<BR> 724 | 1211P<BR> 725 | 8012EKJ<BR> 726 | 8012EKL<BR> 727 | 8012EKQ<BR> 728 | 8012EKR<BR></FONT> 729 | </TD> 730 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 731 | -<BR> 732 | 2101P<BR> 733 | 2101W<BR> 734 | 2101Y<BR> 735 | -<BR> 736 | -<BR> 737 | -<BR> 738 | -<BR> 739 | -<BR> 740 | -<BR> 741 | -<BR> 742 | -<BR> 743 | 2102L<BR> 744 | 2102S<BR> 745 | 2102Y<BR></FONT> 746 | </TD> 747 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 748 | -<BR> 749 | EVMCOG<BR> 750 | -<BR> 751 | -<BR> 752 | -<BR> 753 | -<BR> 754 | -<BR> 755 | -<BR> 756 | -<BR> 757 | -<BR> 758 | -<BR> 759 | -<BR> 760 | -<BR> 761 | -<BR> 762 | -<BR></FONT> 763 | </TD> 764 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 765 | -<BR> 766 | 43P<BR> 767 | 43W<BR> 768 | 43Y<BR> 769 | -<BR> 770 | -<BR> 771 | -<BR> 772 | -<BR> 773 | 40L<BR> 774 | 40P<BR> 775 | 40Y<BR> 776 | 70Y-T602<BR> 777 | 70L<BR> 778 | 70P<BR> 779 | 70Y<BR></FONT> 780 | </TD> 781 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 782 | -<BR> 783 | -<BR> 784 | -<BR> 785 | -<BR> 786 | -<BR> 787 | -<BR> 788 | -<BR> 789 | -<BR> 790 | RT/RTR12<BR> 791 | RT/RTR12<BR> 792 | RT/RTR12<BR> 793 | -<BR> 794 | RJ/RJR12<BR> 795 | RJ/RJR12<BR> 796 | RJ/RJR12<BR></FONT> 797 | </TD> 798 | </TR> 799 | <TR> 800 | <TD COLSPAN=8>&nbsp; 801 | </TD> 802 | </TR> 803 | <TR> 804 | <TD COLSPAN=8> 805 | <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> 806 | </TD> 807 | </TR> 808 | <TR> 809 | <TD ALIGN=CENTER> 810 | <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> 811 | </TD> 812 | <TD ALIGN=CENTER> 813 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 814 | </TD> 815 | <TD ALIGN=CENTER> 816 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 817 | </TD> 818 | <TD ALIGN=CENTER> 819 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 820 | </TD> 821 | <TD ALIGN=CENTER> 822 | <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> 823 | </TD> 824 | <TD ALIGN=CENTER> 825 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 826 | </TD> 827 | <TD ALIGN=CENTER> 828 | <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> 829 | </TD> 830 | <TD ALIGN=CENTER> 831 | <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> 832 | </TD> 833 | </TR> 834 | <TR> 835 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 836 | 3250L<BR> 837 | 3250P<BR> 838 | 3250W<BR> 839 | 3250X<BR> 840 | 3252P<BR> 841 | 3252W<BR> 842 | 3252X<BR> 843 | 3260P<BR> 844 | 3260W<BR> 845 | 3260X<BR> 846 | 3262P<BR> 847 | 3262W<BR> 848 | 3262X<BR> 849 | 3266P<BR> 850 | 3266W<BR> 851 | 3266X<BR> 852 | 3290H<BR> 853 | 3290P<BR> 854 | 3290W<BR> 855 | 3292P<BR> 856 | 3292W<BR> 857 | 3292X<BR> 858 | 3296P<BR> 859 | 3296W<BR> 860 | 3296X<BR> 861 | 3296Y<BR> 862 | 3296Z<BR> 863 | 3299P<BR> 864 | 3299W<BR> 865 | 3299X<BR> 866 | 3299Y<BR> 867 | 3299Z<BR></FONT> 868 | </TD> 869 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 870 | -<BR> 871 | 66P&nbsp;ALT<BR> 872 | 66W&nbsp;ALT<BR> 873 | 66X&nbsp;ALT<BR> 874 | 66P&nbsp;ALT<BR> 875 | 66W&nbsp;ALT<BR> 876 | 66X&nbsp;ALT<BR> 877 | -<BR> 878 | 64W&nbsp;ALT<BR> 879 | -<BR> 880 | 64P&nbsp;ALT<BR> 881 | 64W&nbsp;ALT<BR> 882 | 64X&nbsp;ALT<BR> 883 | 64P<BR> 884 | 64W<BR> 885 | 64X<BR> 886 | 66X&nbsp;ALT<BR> 887 | 66P&nbsp;ALT<BR> 888 | 66W&nbsp;ALT<BR> 889 | 66P<BR> 890 | 66W<BR> 891 | 66X<BR> 892 | 67P<BR> 893 | 67W<BR> 894 | 67X<BR> 895 | 67Y<BR> 896 | 67Z<BR> 897 | 68P<BR> 898 | 68W<BR> 899 | 68X<BR> 900 | 67Y&nbsp;ALT<BR> 901 | 67Z&nbsp;ALT<BR></FONT> 902 | </TD> 903 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 904 | 5050<BR> 905 | 5091<BR> 906 | 5080<BR> 907 | 5087<BR> 908 | -<BR> 909 | -<BR> 910 | -<BR> 911 | -<BR> 912 | -<BR> 913 | -<BR> 914 | -<BR> 915 | T63YB<BR> 916 | T63XB<BR> 917 | -<BR> 918 | -<BR> 919 | -<BR> 920 | 5887<BR> 921 | 5891<BR> 922 | 5880<BR> 923 | -<BR> 924 | -<BR> 925 | -<BR> 926 | T93Z<BR> 927 | T93YA<BR> 928 | T93XA<BR> 929 | T93YB<BR> 930 | T93XB<BR> 931 | -<BR> 932 | -<BR> 933 | -<BR> 934 | -<BR> 935 | -<BR></FONT> 936 | </TD> 937 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 938 | -<BR> 939 | -<BR> 940 | -<BR> 941 | -<BR> 942 | -<BR> 943 | -<BR> 944 | -<BR> 945 | -<BR> 946 | -<BR> 947 | -<BR> 948 | 8026EKP<BR> 949 | 8026EKW<BR> 950 | 8026EKM<BR> 951 | 8026EKP<BR> 952 | 8026EKB<BR> 953 | 8026EKM<BR> 954 | 1309X<BR> 955 | 1309P<BR> 956 | 1309W<BR> 957 | 8024EKP<BR> 958 | 8024EKW<BR> 959 | 8024EKN<BR> 960 | RJ-9P/CT9P<BR> 961 | RJ-9W<BR> 962 | RJ-9X<BR> 963 | -<BR> 964 | -<BR> 965 | -<BR> 966 | -<BR> 967 | -<BR> 968 | -<BR> 969 | -<BR></FONT> 970 | </TD> 971 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 972 | -<BR> 973 | -<BR> 974 | -<BR> 975 | -<BR> 976 | -<BR> 977 | -<BR> 978 | -<BR> 979 | -<BR> 980 | -<BR> 981 | -<BR> 982 | 3103P<BR> 983 | 3103Y<BR> 984 | 3103Z<BR> 985 | 3103P<BR> 986 | 3103Y<BR> 987 | 3103Z<BR> 988 | -<BR> 989 | -<BR> 990 | -<BR> 991 | -<BR> 992 | -<BR> 993 | -<BR> 994 | 3105P/3106P<BR> 995 | 3105W/3106W<BR> 996 | 3105X/3106X<BR> 997 | 3105Y/3106Y<BR> 998 | 3105Z/3105Z<BR> 999 | 3102P<BR> 1000 | 3102W<BR> 1001 | 3102X<BR> 1002 | 3102Y<BR> 1003 | 3102Z<BR></FONT> 1004 | </TD> 1005 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1006 | -<BR> 1007 | -<BR> 1008 | -<BR> 1009 | -<BR> 1010 | -<BR> 1011 | -<BR> 1012 | -<BR> 1013 | -<BR> 1014 | -<BR> 1015 | -<BR> 1016 | -<BR> 1017 | -<BR> 1018 | -<BR> 1019 | -<BR> 1020 | -<BR> 1021 | -<BR> 1022 | -<BR> 1023 | -<BR> 1024 | -<BR> 1025 | -<BR> 1026 | -<BR> 1027 | -<BR> 1028 | EVMCBG<BR> 1029 | EVMCCG<BR> 1030 | -<BR> 1031 | -<BR> 1032 | -<BR> 1033 | -<BR> 1034 | -<BR> 1035 | -<BR> 1036 | -<BR> 1037 | -<BR></FONT> 1038 | </TD> 1039 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1040 | 55-1-X<BR> 1041 | 55-4-X<BR> 1042 | 55-3-X<BR> 1043 | 55-2-X<BR> 1044 | -<BR> 1045 | -<BR> 1046 | -<BR> 1047 | -<BR> 1048 | -<BR> 1049 | -<BR> 1050 | -<BR> 1051 | -<BR> 1052 | -<BR> 1053 | -<BR> 1054 | -<BR> 1055 | -<BR> 1056 | 50-2-X<BR> 1057 | 50-4-X<BR> 1058 | 50-3-X<BR> 1059 | -<BR> 1060 | -<BR> 1061 | -<BR> 1062 | 64P<BR> 1063 | 64W<BR> 1064 | 64X<BR> 1065 | 64Y<BR> 1066 | 64Z<BR> 1067 | -<BR> 1068 | -<BR> 1069 | -<BR> 1070 | -<BR> 1071 | -<BR></FONT> 1072 | </TD> 1073 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1074 | RT/RTR22<BR> 1075 | RT/RTR22<BR> 1076 | RT/RTR22<BR> 1077 | RT/RTR22<BR> 1078 | RJ/RJR22<BR> 1079 | RJ/RJR22<BR> 1080 | RJ/RJR22<BR> 1081 | RT/RTR26<BR> 1082 | RT/RTR26<BR> 1083 | RT/RTR26<BR> 1084 | RJ/RJR26<BR> 1085 | RJ/RJR26<BR> 1086 | RJ/RJR26<BR> 1087 | RJ/RJR26<BR> 1088 | RJ/RJR26<BR> 1089 | RJ/RJR26<BR> 1090 | RT/RTR24<BR> 1091 | RT/RTR24<BR> 1092 | RT/RTR24<BR> 1093 | RJ/RJR24<BR> 1094 | RJ/RJR24<BR> 1095 | RJ/RJR24<BR> 1096 | RJ/RJR24<BR> 1097 | RJ/RJR24<BR> 1098 | RJ/RJR24<BR> 1099 | -<BR> 1100 | -<BR> 1101 | -<BR> 1102 | -<BR> 1103 | -<BR> 1104 | -<BR> 1105 | -<BR></FONT> 1106 | </TD> 1107 | </TR> 1108 | <TR> 1109 | <TD COLSPAN=8>&nbsp; 1110 | </TD> 1111 | </TR> 1112 | <TR> 1113 | <TD COLSPAN=8> 1114 | <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> 1115 | </TD> 1116 | </TR> 1117 | <TR> 1118 | <TD ALIGN=CENTER> 1119 | <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> 1120 | </TD> 1121 | <TD ALIGN=CENTER> 1122 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 1123 | </TD> 1124 | <TD ALIGN=CENTER> 1125 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 1126 | </TD> 1127 | <TD ALIGN=CENTER> 1128 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 1129 | </TD> 1130 | <TD ALIGN=CENTER> 1131 | <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> 1132 | </TD> 1133 | <TD ALIGN=CENTER> 1134 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 1135 | </TD> 1136 | <TD ALIGN=CENTER> 1137 | <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> 1138 | </TD> 1139 | <TD ALIGN=CENTER> 1140 | <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> 1141 | </TD> 1142 | </TR> 1143 | <TR> 1144 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1145 | 3323P<BR> 1146 | 3323S<BR> 1147 | 3323W<BR> 1148 | 3329H<BR> 1149 | 3329P<BR> 1150 | 3329W<BR> 1151 | 3339H<BR> 1152 | 3339P<BR> 1153 | 3339W<BR> 1154 | 3352E<BR> 1155 | 3352H<BR> 1156 | 3352K<BR> 1157 | 3352P<BR> 1158 | 3352T<BR> 1159 | 3352V<BR> 1160 | 3352W<BR> 1161 | 3362H<BR> 1162 | 3362M<BR> 1163 | 3362P<BR> 1164 | 3362R<BR> 1165 | 3362S<BR> 1166 | 3362U<BR> 1167 | 3362W<BR> 1168 | 3362X<BR> 1169 | 3386B<BR> 1170 | 3386C<BR> 1171 | 3386F<BR> 1172 | 3386H<BR> 1173 | 3386K<BR> 1174 | 3386M<BR> 1175 | 3386P<BR> 1176 | 3386S<BR> 1177 | 3386W<BR> 1178 | 3386X<BR></FONT> 1179 | </TD> 1180 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1181 | 25P<BR> 1182 | 25S<BR> 1183 | 25RX<BR> 1184 | 82P<BR> 1185 | 82M<BR> 1186 | 82PA<BR> 1187 | -<BR> 1188 | -<BR> 1189 | -<BR> 1190 | 91E<BR> 1191 | 91X<BR> 1192 | 91T<BR> 1193 | 91B<BR> 1194 | 91A<BR> 1195 | 91V<BR> 1196 | 91W<BR> 1197 | 25W<BR> 1198 | 25V<BR> 1199 | 25P<BR> 1200 | -<BR> 1201 | 25S<BR> 1202 | 25U<BR> 1203 | 25RX<BR> 1204 | 25X<BR> 1205 | 72XW<BR> 1206 | 72XL<BR> 1207 | 72PM<BR> 1208 | 72RX<BR> 1209 | -<BR> 1210 | 72PX<BR> 1211 | 72P<BR> 1212 | 72RXW<BR> 1213 | 72RXL<BR> 1214 | 72X<BR></FONT> 1215 | </TD> 1216 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1217 | -<BR> 1218 | -<BR> 1219 | -<BR> 1220 | T7YB<BR> 1221 | T7YA<BR> 1222 | -<BR> 1223 | -<BR> 1224 | -<BR> 1225 | -<BR> 1226 | -<BR> 1227 | -<BR> 1228 | -<BR> 1229 | -<BR> 1230 | -<BR> 1231 | -<BR> 1232 | -<BR> 1233 | -<BR> 1234 | TXD<BR> 1235 | TYA<BR> 1236 | TYP<BR> 1237 | -<BR> 1238 | TYD<BR> 1239 | TX<BR> 1240 | -<BR> 1241 | 150SX<BR> 1242 | 100SX<BR> 1243 | 102T<BR> 1244 | 101S<BR> 1245 | 190T<BR> 1246 | 150TX<BR> 1247 | 101<BR> 1248 | -<BR> 1249 | -<BR> 1250 | 101SX<BR></FONT> 1251 | </TD> 1252 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1253 | ET6P<BR> 1254 | ET6S<BR> 1255 | ET6X<BR> 1256 | RJ-6W/8014EMW<BR> 1257 | RJ-6P/8014EMP<BR> 1258 | RJ-6X/8014EMX<BR> 1259 | TM7W<BR> 1260 | TM7P<BR> 1261 | TM7X<BR> 1262 | -<BR> 1263 | 8017SMS<BR> 1264 | -<BR> 1265 | 8017SMB<BR> 1266 | 8017SMA<BR> 1267 | -<BR> 1268 | -<BR> 1269 | CT-6W<BR> 1270 | CT-6H<BR> 1271 | CT-6P<BR> 1272 | CT-6R<BR> 1273 | -<BR> 1274 | CT-6V<BR> 1275 | CT-6X<BR> 1276 | -<BR> 1277 | -<BR> 1278 | 8038EKV<BR> 1279 | -<BR> 1280 | 8038EKX<BR> 1281 | -<BR> 1282 | -<BR> 1283 | 8038EKP<BR> 1284 | 8038EKZ<BR> 1285 | 8038EKW<BR> 1286 | -<BR></FONT> 1287 | </TD> 1288 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1289 | -<BR> 1290 | -<BR> 1291 | -<BR> 1292 | 3321H<BR> 1293 | 3321P<BR> 1294 | 3321N<BR> 1295 | 1102H<BR> 1296 | 1102P<BR> 1297 | 1102T<BR> 1298 | RVA0911V304A<BR> 1299 | -<BR> 1300 | RVA0911H413A<BR> 1301 | RVG0707V100A<BR> 1302 | RVA0607V(H)306A<BR> 1303 | RVA1214H213A<BR> 1304 | -<BR> 1305 | -<BR> 1306 | -<BR> 1307 | -<BR> 1308 | -<BR> 1309 | -<BR> 1310 | -<BR> 1311 | -<BR> 1312 | -<BR> 1313 | 3104B<BR> 1314 | 3104C<BR> 1315 | 3104F<BR> 1316 | 3104H<BR> 1317 | -<BR> 1318 | 3104M<BR> 1319 | 3104P<BR> 1320 | 3104S<BR> 1321 | 3104W<BR> 1322 | 3104X<BR></FONT> 1323 | </TD> 1324 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1325 | EVMQ0G<BR> 1326 | EVMQIG<BR> 1327 | EVMQ3G<BR> 1328 | EVMS0G<BR> 1329 | EVMQ0G<BR> 1330 | EVMG0G<BR> 1331 | -<BR> 1332 | -<BR> 1333 | -<BR> 1334 | EVMK4GA00B<BR> 1335 | EVM30GA00B<BR> 1336 | EVMK0GA00B<BR> 1337 | EVM38GA00B<BR> 1338 | EVMB6<BR> 1339 | EVLQ0<BR> 1340 | -<BR> 1341 | EVMMSG<BR> 1342 | EVMMBG<BR> 1343 | EVMMAG<BR> 1344 | -<BR> 1345 | -<BR> 1346 | EVMMCS<BR> 1347 | -<BR> 1348 | -<BR> 1349 | -<BR> 1350 | -<BR> 1351 | -<BR> 1352 | EVMM1<BR> 1353 | -<BR> 1354 | -<BR> 1355 | EVMM0<BR> 1356 | -<BR> 1357 | -<BR> 1358 | EVMM3<BR></FONT> 1359 | </TD> 1360 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1361 | -<BR> 1362 | -<BR> 1363 | -<BR> 1364 | 62-3-1<BR> 1365 | 62-1-2<BR> 1366 | -<BR> 1367 | -<BR> 1368 | -<BR> 1369 | -<BR> 1370 | -<BR> 1371 | -<BR> 1372 | -<BR> 1373 | -<BR> 1374 | -<BR> 1375 | -<BR> 1376 | -<BR> 1377 | 67R<BR> 1378 | -<BR> 1379 | 67P<BR> 1380 | -<BR> 1381 | -<BR> 1382 | -<BR> 1383 | -<BR> 1384 | 67X<BR> 1385 | 63V<BR> 1386 | 63S<BR> 1387 | 63M<BR> 1388 | -<BR> 1389 | -<BR> 1390 | 63H<BR> 1391 | 63P<BR> 1392 | -<BR> 1393 | -<BR> 1394 | 63X<BR></FONT> 1395 | </TD> 1396 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1397 | -<BR> 1398 | -<BR> 1399 | -<BR> 1400 | RJ/RJR50<BR> 1401 | RJ/RJR50<BR> 1402 | RJ/RJR50<BR> 1403 | -<BR> 1404 | -<BR> 1405 | -<BR> 1406 | -<BR> 1407 | -<BR> 1408 | -<BR> 1409 | -<BR> 1410 | -<BR> 1411 | -<BR> 1412 | -<BR> 1413 | -<BR> 1414 | -<BR> 1415 | -<BR> 1416 | -<BR> 1417 | -<BR> 1418 | -<BR> 1419 | -<BR> 1420 | -<BR> 1421 | -<BR> 1422 | -<BR> 1423 | -<BR> 1424 | -<BR> 1425 | -<BR> 1426 | -<BR> 1427 | -<BR> 1428 | -<BR> 1429 | -<BR> 1430 | -<BR></FONT> 1431 | </TD> 1432 | </TR> 1433 | </TABLE> 1434 | <P>&nbsp;<P> 1435 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> 1436 | <TR> 1437 | <TD COLSPAN=7> 1438 | <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> 1439 | <P> 1440 | <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> 1441 | </TD> 1442 | </TR> 1443 | <TR> 1444 | <TD> 1445 | <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> 1446 | </TD> 1447 | <TD> 1448 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 1449 | </TD> 1450 | <TD> 1451 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 1452 | </TD> 1453 | <TD> 1454 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 1455 | </TD> 1456 | <TD> 1457 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 1458 | </TD> 1459 | <TD> 1460 | <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> 1461 | </TD> 1462 | <TD> 1463 | <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> 1464 | </TD> 1465 | </TR> 1466 | <TR> 1467 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1468 | 3224G<BR> 1469 | 3224J<BR> 1470 | 3224W<BR> 1471 | 3269P<BR> 1472 | 3269W<BR> 1473 | 3269X<BR></FONT> 1474 | </TD> 1475 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1476 | 44G<BR> 1477 | 44J<BR> 1478 | 44W<BR> 1479 | 84P<BR> 1480 | 84W<BR> 1481 | 84X<BR></FONT> 1482 | </TD> 1483 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1484 | -<BR> 1485 | -<BR> 1486 | -<BR> 1487 | ST63Z<BR> 1488 | ST63Y<BR> 1489 | -<BR></FONT> 1490 | </TD> 1491 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1492 | -<BR> 1493 | -<BR> 1494 | -<BR> 1495 | ST5P<BR> 1496 | ST5W<BR> 1497 | ST5X<BR></FONT> 1498 | </TD> 1499 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1500 | -<BR> 1501 | -<BR> 1502 | -<BR> 1503 | -<BR> 1504 | -<BR> 1505 | -<BR></FONT> 1506 | </TD> 1507 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1508 | -<BR> 1509 | -<BR> 1510 | -<BR> 1511 | -<BR> 1512 | -<BR> 1513 | -<BR></FONT> 1514 | </TD> 1515 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1516 | -<BR> 1517 | -<BR> 1518 | -<BR> 1519 | -<BR> 1520 | -<BR> 1521 | -<BR></FONT> 1522 | </TD> 1523 | </TR> 1524 | <TR> 1525 | <TD COLSPAN=7>&nbsp; 1526 | </TD> 1527 | </TR> 1528 | <TR> 1529 | <TD COLSPAN=7> 1530 | <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> 1531 | </TD> 1532 | </TR> 1533 | <TR> 1534 | <TD> 1535 | <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> 1536 | </TD> 1537 | <TD> 1538 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 1539 | </TD> 1540 | <TD> 1541 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 1542 | </TD> 1543 | <TD> 1544 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 1545 | </TD> 1546 | <TD> 1547 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 1548 | </TD> 1549 | <TD> 1550 | <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> 1551 | </TD> 1552 | <TD> 1553 | <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> 1554 | </TD> 1555 | </TR> 1556 | <TR> 1557 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1558 | 3314G<BR> 1559 | 3314J<BR> 1560 | 3364A/B<BR> 1561 | 3364C/D<BR> 1562 | 3364W/X<BR> 1563 | 3313G<BR> 1564 | 3313J<BR></FONT> 1565 | </TD> 1566 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1567 | 23B<BR> 1568 | 23A<BR> 1569 | 21X<BR> 1570 | 21W<BR> 1571 | -<BR> 1572 | 22B<BR> 1573 | 22A<BR></FONT> 1574 | </TD> 1575 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1576 | ST5YL/ST53YL<BR> 1577 | ST5YJ/5T53YJ<BR> 1578 | ST-23A<BR> 1579 | ST-22B<BR> 1580 | ST-22<BR> 1581 | -<BR> 1582 | -<BR></FONT> 1583 | </TD> 1584 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1585 | ST-4B<BR> 1586 | ST-4A<BR> 1587 | -<BR> 1588 | -<BR> 1589 | -<BR> 1590 | ST-3B<BR> 1591 | ST-3A<BR></FONT> 1592 | </TD> 1593 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1594 | -<BR> 1595 | EVM-6YS<BR> 1596 | EVM-1E<BR> 1597 | EVM-1G<BR> 1598 | EVM-1D<BR> 1599 | -<BR> 1600 | -<BR></FONT> 1601 | </TD> 1602 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1603 | G4B<BR> 1604 | G4A<BR> 1605 | TR04-3S1<BR> 1606 | TRG04-2S1<BR> 1607 | -<BR> 1608 | -<BR> 1609 | -<BR></FONT> 1610 | </TD> 1611 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1612 | -<BR> 1613 | -<BR> 1614 | DVR-43A<BR> 1615 | CVR-42C<BR> 1616 | CVR-42A/C<BR> 1617 | -<BR> 1618 | -<BR></FONT> 1619 | </TD> 1620 | </TR> 1621 | </TABLE> 1622 | <P> 1623 | <FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> 1624 | <P> 1625 | 1626 | &nbsp; 1627 | <P> 1628 | </td> 1629 | </tr> 1630 | </table> 1631 | 1632 | 1633 | <b>ELECTROLYTIC CAPACITOR</b><p> 1634 | grid 2.54 mm, diameter 6 mm 1635 | 1636 | 1637 | 1638 | 1639 | 1640 | 1641 | 1642 | 1643 | 1644 | 1645 | 1646 | 1647 | 1648 | 1649 | >NAME 1650 | >VALUE 1651 | 1652 | 1653 | 1654 | <b>ELECTROLYTIC CAPACITOR</b><p> 1655 | grid 2.54 mm, diameter 6 mm 1656 | 1657 | 1658 | 1659 | 1660 | 1661 | 1662 | 1663 | 1664 | 1665 | 1666 | 1667 | 1668 | >NAME 1669 | >VALUE 1670 | 1671 | 1672 | 1673 | <b>RESISTOR</b><p> 1674 | type 0204, grid 2.5 mm 1675 | 1676 | 1677 | 1678 | 1679 | 1680 | 1681 | >NAME 1682 | >VALUE 1683 | 1684 | 1685 | 1686 | 1687 | <b>Resistors, Capacitors, Inductors</b><p> 1688 | Based on the previous libraries: 1689 | <ul> 1690 | <li>r.lbr 1691 | <li>cap.lbr 1692 | <li>cap-fe.lbr 1693 | <li>captant.lbr 1694 | <li>polcap.lbr 1695 | <li>ipc-smd.lbr 1696 | </ul> 1697 | All SMD packages are defined according to the IPC specifications and CECC<p> 1698 | <author>Created by librarian@cadsoft.de</author><p> 1699 | <p> 1700 | for Electrolyt Capacitors see also :<p> 1701 | www.bccomponents.com <p> 1702 | www.panasonic.com<p> 1703 | www.kemet.com<p> 1704 | <p> 1705 | for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> 1706 | 1707 | <map name="nav_main"> 1708 | <area shape="rect" coords="0,1,140,23" href="../military_specs.asp" title=""> 1709 | <area shape="rect" coords="0,24,140,51" href="../about.asp" title=""> 1710 | <area shape="rect" coords="1,52,140,77" href="../rfq.asp" title=""> 1711 | <area shape="rect" coords="0,78,139,103" href="../products.asp" title=""> 1712 | <area shape="rect" coords="1,102,138,128" href="../excess_inventory.asp" title=""> 1713 | <area shape="rect" coords="1,129,138,150" href="../edge.asp" title=""> 1714 | <area shape="rect" coords="1,151,139,178" href="../industry_links.asp" title=""> 1715 | <area shape="rect" coords="0,179,139,201" href="../comments.asp" title=""> 1716 | <area shape="rect" coords="1,203,138,231" href="../directory.asp" title=""> 1717 | <area shape="default" nohref> 1718 | </map> 1719 | 1720 | <html> 1721 | 1722 | <title></title> 1723 | 1724 | <LINK REL="StyleSheet" TYPE="text/css" HREF="style-sheet.css"> 1725 | 1726 | <body bgcolor="#ffffff" text="#000000" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"> 1727 | <table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0 height="55%"> 1728 | <tr valign="top"> 1729 | 1730 | </td> 1731 | <! <td width="10">&nbsp;</td> 1732 | <td width="90%"> 1733 | 1734 | <b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> 1735 | <P> 1736 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> 1737 | <TR> 1738 | <TD COLSPAN=8> 1739 | <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> 1740 | </TD> 1741 | </TR> 1742 | <TR> 1743 | <TD ALIGN=CENTER> 1744 | <B> 1745 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> 1746 | </B> 1747 | </TD> 1748 | <TD ALIGN=CENTER> 1749 | <B> 1750 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> 1751 | </B> 1752 | </TD> 1753 | <TD ALIGN=CENTER> 1754 | <B> 1755 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> 1756 | </B> 1757 | </TD> 1758 | <TD ALIGN=CENTER> 1759 | <B> 1760 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> 1761 | </B> 1762 | </TD> 1763 | <TD ALIGN=CENTER> 1764 | <B> 1765 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> 1766 | </B> 1767 | </TD> 1768 | <TD ALIGN=CENTER> 1769 | <B> 1770 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> 1771 | </B> 1772 | </TD> 1773 | <TD ALIGN=CENTER> 1774 | <B> 1775 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> 1776 | </B> 1777 | </TD> 1778 | <TD ALIGN=CENTER> 1779 | <B> 1780 | <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> 1781 | </B> 1782 | </TD><TD>&nbsp;</TD> 1783 | </TR> 1784 | <TR> 1785 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > 1786 | 3005P<BR> 1787 | 3006P<BR> 1788 | 3006W<BR> 1789 | 3006Y<BR> 1790 | 3009P<BR> 1791 | 3009W<BR> 1792 | 3009Y<BR> 1793 | 3057J<BR> 1794 | 3057L<BR> 1795 | 3057P<BR> 1796 | 3057Y<BR> 1797 | 3059J<BR> 1798 | 3059L<BR> 1799 | 3059P<BR> 1800 | 3059Y<BR></FONT> 1801 | </TD> 1802 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1803 | -<BR> 1804 | 89P<BR> 1805 | 89W<BR> 1806 | 89X<BR> 1807 | 89PH<BR> 1808 | 76P<BR> 1809 | 89XH<BR> 1810 | 78SLT<BR> 1811 | 78L&nbsp;ALT<BR> 1812 | 56P&nbsp;ALT<BR> 1813 | 78P&nbsp;ALT<BR> 1814 | T8S<BR> 1815 | 78L<BR> 1816 | 56P<BR> 1817 | 78P<BR></FONT> 1818 | </TD> 1819 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1820 | -<BR> 1821 | T18/784<BR> 1822 | 783<BR> 1823 | 781<BR> 1824 | -<BR> 1825 | -<BR> 1826 | -<BR> 1827 | 2199<BR> 1828 | 1697/1897<BR> 1829 | 1680/1880<BR> 1830 | 2187<BR> 1831 | -<BR> 1832 | -<BR> 1833 | -<BR> 1834 | -<BR></FONT> 1835 | </TD> 1836 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1837 | -<BR> 1838 | 8035EKP/CT20/RJ-20P<BR> 1839 | -<BR> 1840 | RJ-20X<BR> 1841 | -<BR> 1842 | -<BR> 1843 | -<BR> 1844 | 1211L<BR> 1845 | 8012EKQ&nbsp;ALT<BR> 1846 | 8012EKR&nbsp;ALT<BR> 1847 | 1211P<BR> 1848 | 8012EKJ<BR> 1849 | 8012EKL<BR> 1850 | 8012EKQ<BR> 1851 | 8012EKR<BR></FONT> 1852 | </TD> 1853 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1854 | -<BR> 1855 | 2101P<BR> 1856 | 2101W<BR> 1857 | 2101Y<BR> 1858 | -<BR> 1859 | -<BR> 1860 | -<BR> 1861 | -<BR> 1862 | -<BR> 1863 | -<BR> 1864 | -<BR> 1865 | -<BR> 1866 | 2102L<BR> 1867 | 2102S<BR> 1868 | 2102Y<BR></FONT> 1869 | </TD> 1870 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1871 | -<BR> 1872 | EVMCOG<BR> 1873 | -<BR> 1874 | -<BR> 1875 | -<BR> 1876 | -<BR> 1877 | -<BR> 1878 | -<BR> 1879 | -<BR> 1880 | -<BR> 1881 | -<BR> 1882 | -<BR> 1883 | -<BR> 1884 | -<BR> 1885 | -<BR></FONT> 1886 | </TD> 1887 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1888 | -<BR> 1889 | 43P<BR> 1890 | 43W<BR> 1891 | 43Y<BR> 1892 | -<BR> 1893 | -<BR> 1894 | -<BR> 1895 | -<BR> 1896 | 40L<BR> 1897 | 40P<BR> 1898 | 40Y<BR> 1899 | 70Y-T602<BR> 1900 | 70L<BR> 1901 | 70P<BR> 1902 | 70Y<BR></FONT> 1903 | </TD> 1904 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1905 | -<BR> 1906 | -<BR> 1907 | -<BR> 1908 | -<BR> 1909 | -<BR> 1910 | -<BR> 1911 | -<BR> 1912 | -<BR> 1913 | RT/RTR12<BR> 1914 | RT/RTR12<BR> 1915 | RT/RTR12<BR> 1916 | -<BR> 1917 | RJ/RJR12<BR> 1918 | RJ/RJR12<BR> 1919 | RJ/RJR12<BR></FONT> 1920 | </TD> 1921 | </TR> 1922 | <TR> 1923 | <TD COLSPAN=8>&nbsp; 1924 | </TD> 1925 | </TR> 1926 | <TR> 1927 | <TD COLSPAN=8> 1928 | <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> 1929 | </TD> 1930 | </TR> 1931 | <TR> 1932 | <TD ALIGN=CENTER> 1933 | <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> 1934 | </TD> 1935 | <TD ALIGN=CENTER> 1936 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 1937 | </TD> 1938 | <TD ALIGN=CENTER> 1939 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 1940 | </TD> 1941 | <TD ALIGN=CENTER> 1942 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 1943 | </TD> 1944 | <TD ALIGN=CENTER> 1945 | <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> 1946 | </TD> 1947 | <TD ALIGN=CENTER> 1948 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 1949 | </TD> 1950 | <TD ALIGN=CENTER> 1951 | <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> 1952 | </TD> 1953 | <TD ALIGN=CENTER> 1954 | <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> 1955 | </TD> 1956 | </TR> 1957 | <TR> 1958 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1959 | 3250L<BR> 1960 | 3250P<BR> 1961 | 3250W<BR> 1962 | 3250X<BR> 1963 | 3252P<BR> 1964 | 3252W<BR> 1965 | 3252X<BR> 1966 | 3260P<BR> 1967 | 3260W<BR> 1968 | 3260X<BR> 1969 | 3262P<BR> 1970 | 3262W<BR> 1971 | 3262X<BR> 1972 | 3266P<BR> 1973 | 3266W<BR> 1974 | 3266X<BR> 1975 | 3290H<BR> 1976 | 3290P<BR> 1977 | 3290W<BR> 1978 | 3292P<BR> 1979 | 3292W<BR> 1980 | 3292X<BR> 1981 | 3296P<BR> 1982 | 3296W<BR> 1983 | 3296X<BR> 1984 | 3296Y<BR> 1985 | 3296Z<BR> 1986 | 3299P<BR> 1987 | 3299W<BR> 1988 | 3299X<BR> 1989 | 3299Y<BR> 1990 | 3299Z<BR></FONT> 1991 | </TD> 1992 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 1993 | -<BR> 1994 | 66P&nbsp;ALT<BR> 1995 | 66W&nbsp;ALT<BR> 1996 | 66X&nbsp;ALT<BR> 1997 | 66P&nbsp;ALT<BR> 1998 | 66W&nbsp;ALT<BR> 1999 | 66X&nbsp;ALT<BR> 2000 | -<BR> 2001 | 64W&nbsp;ALT<BR> 2002 | -<BR> 2003 | 64P&nbsp;ALT<BR> 2004 | 64W&nbsp;ALT<BR> 2005 | 64X&nbsp;ALT<BR> 2006 | 64P<BR> 2007 | 64W<BR> 2008 | 64X<BR> 2009 | 66X&nbsp;ALT<BR> 2010 | 66P&nbsp;ALT<BR> 2011 | 66W&nbsp;ALT<BR> 2012 | 66P<BR> 2013 | 66W<BR> 2014 | 66X<BR> 2015 | 67P<BR> 2016 | 67W<BR> 2017 | 67X<BR> 2018 | 67Y<BR> 2019 | 67Z<BR> 2020 | 68P<BR> 2021 | 68W<BR> 2022 | 68X<BR> 2023 | 67Y&nbsp;ALT<BR> 2024 | 67Z&nbsp;ALT<BR></FONT> 2025 | </TD> 2026 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2027 | 5050<BR> 2028 | 5091<BR> 2029 | 5080<BR> 2030 | 5087<BR> 2031 | -<BR> 2032 | -<BR> 2033 | -<BR> 2034 | -<BR> 2035 | -<BR> 2036 | -<BR> 2037 | -<BR> 2038 | T63YB<BR> 2039 | T63XB<BR> 2040 | -<BR> 2041 | -<BR> 2042 | -<BR> 2043 | 5887<BR> 2044 | 5891<BR> 2045 | 5880<BR> 2046 | -<BR> 2047 | -<BR> 2048 | -<BR> 2049 | T93Z<BR> 2050 | T93YA<BR> 2051 | T93XA<BR> 2052 | T93YB<BR> 2053 | T93XB<BR> 2054 | -<BR> 2055 | -<BR> 2056 | -<BR> 2057 | -<BR> 2058 | -<BR></FONT> 2059 | </TD> 2060 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2061 | -<BR> 2062 | -<BR> 2063 | -<BR> 2064 | -<BR> 2065 | -<BR> 2066 | -<BR> 2067 | -<BR> 2068 | -<BR> 2069 | -<BR> 2070 | -<BR> 2071 | 8026EKP<BR> 2072 | 8026EKW<BR> 2073 | 8026EKM<BR> 2074 | 8026EKP<BR> 2075 | 8026EKB<BR> 2076 | 8026EKM<BR> 2077 | 1309X<BR> 2078 | 1309P<BR> 2079 | 1309W<BR> 2080 | 8024EKP<BR> 2081 | 8024EKW<BR> 2082 | 8024EKN<BR> 2083 | RJ-9P/CT9P<BR> 2084 | RJ-9W<BR> 2085 | RJ-9X<BR> 2086 | -<BR> 2087 | -<BR> 2088 | -<BR> 2089 | -<BR> 2090 | -<BR> 2091 | -<BR> 2092 | -<BR></FONT> 2093 | </TD> 2094 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2095 | -<BR> 2096 | -<BR> 2097 | -<BR> 2098 | -<BR> 2099 | -<BR> 2100 | -<BR> 2101 | -<BR> 2102 | -<BR> 2103 | -<BR> 2104 | -<BR> 2105 | 3103P<BR> 2106 | 3103Y<BR> 2107 | 3103Z<BR> 2108 | 3103P<BR> 2109 | 3103Y<BR> 2110 | 3103Z<BR> 2111 | -<BR> 2112 | -<BR> 2113 | -<BR> 2114 | -<BR> 2115 | -<BR> 2116 | -<BR> 2117 | 3105P/3106P<BR> 2118 | 3105W/3106W<BR> 2119 | 3105X/3106X<BR> 2120 | 3105Y/3106Y<BR> 2121 | 3105Z/3105Z<BR> 2122 | 3102P<BR> 2123 | 3102W<BR> 2124 | 3102X<BR> 2125 | 3102Y<BR> 2126 | 3102Z<BR></FONT> 2127 | </TD> 2128 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2129 | -<BR> 2130 | -<BR> 2131 | -<BR> 2132 | -<BR> 2133 | -<BR> 2134 | -<BR> 2135 | -<BR> 2136 | -<BR> 2137 | -<BR> 2138 | -<BR> 2139 | -<BR> 2140 | -<BR> 2141 | -<BR> 2142 | -<BR> 2143 | -<BR> 2144 | -<BR> 2145 | -<BR> 2146 | -<BR> 2147 | -<BR> 2148 | -<BR> 2149 | -<BR> 2150 | -<BR> 2151 | EVMCBG<BR> 2152 | EVMCCG<BR> 2153 | -<BR> 2154 | -<BR> 2155 | -<BR> 2156 | -<BR> 2157 | -<BR> 2158 | -<BR> 2159 | -<BR> 2160 | -<BR></FONT> 2161 | </TD> 2162 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2163 | 55-1-X<BR> 2164 | 55-4-X<BR> 2165 | 55-3-X<BR> 2166 | 55-2-X<BR> 2167 | -<BR> 2168 | -<BR> 2169 | -<BR> 2170 | -<BR> 2171 | -<BR> 2172 | -<BR> 2173 | -<BR> 2174 | -<BR> 2175 | -<BR> 2176 | -<BR> 2177 | -<BR> 2178 | -<BR> 2179 | 50-2-X<BR> 2180 | 50-4-X<BR> 2181 | 50-3-X<BR> 2182 | -<BR> 2183 | -<BR> 2184 | -<BR> 2185 | 64P<BR> 2186 | 64W<BR> 2187 | 64X<BR> 2188 | 64Y<BR> 2189 | 64Z<BR> 2190 | -<BR> 2191 | -<BR> 2192 | -<BR> 2193 | -<BR> 2194 | -<BR></FONT> 2195 | </TD> 2196 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2197 | RT/RTR22<BR> 2198 | RT/RTR22<BR> 2199 | RT/RTR22<BR> 2200 | RT/RTR22<BR> 2201 | RJ/RJR22<BR> 2202 | RJ/RJR22<BR> 2203 | RJ/RJR22<BR> 2204 | RT/RTR26<BR> 2205 | RT/RTR26<BR> 2206 | RT/RTR26<BR> 2207 | RJ/RJR26<BR> 2208 | RJ/RJR26<BR> 2209 | RJ/RJR26<BR> 2210 | RJ/RJR26<BR> 2211 | RJ/RJR26<BR> 2212 | RJ/RJR26<BR> 2213 | RT/RTR24<BR> 2214 | RT/RTR24<BR> 2215 | RT/RTR24<BR> 2216 | RJ/RJR24<BR> 2217 | RJ/RJR24<BR> 2218 | RJ/RJR24<BR> 2219 | RJ/RJR24<BR> 2220 | RJ/RJR24<BR> 2221 | RJ/RJR24<BR> 2222 | -<BR> 2223 | -<BR> 2224 | -<BR> 2225 | -<BR> 2226 | -<BR> 2227 | -<BR> 2228 | -<BR></FONT> 2229 | </TD> 2230 | </TR> 2231 | <TR> 2232 | <TD COLSPAN=8>&nbsp; 2233 | </TD> 2234 | </TR> 2235 | <TR> 2236 | <TD COLSPAN=8> 2237 | <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> 2238 | </TD> 2239 | </TR> 2240 | <TR> 2241 | <TD ALIGN=CENTER> 2242 | <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> 2243 | </TD> 2244 | <TD ALIGN=CENTER> 2245 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 2246 | </TD> 2247 | <TD ALIGN=CENTER> 2248 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 2249 | </TD> 2250 | <TD ALIGN=CENTER> 2251 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 2252 | </TD> 2253 | <TD ALIGN=CENTER> 2254 | <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> 2255 | </TD> 2256 | <TD ALIGN=CENTER> 2257 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 2258 | </TD> 2259 | <TD ALIGN=CENTER> 2260 | <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> 2261 | </TD> 2262 | <TD ALIGN=CENTER> 2263 | <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> 2264 | </TD> 2265 | </TR> 2266 | <TR> 2267 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2268 | 3323P<BR> 2269 | 3323S<BR> 2270 | 3323W<BR> 2271 | 3329H<BR> 2272 | 3329P<BR> 2273 | 3329W<BR> 2274 | 3339H<BR> 2275 | 3339P<BR> 2276 | 3339W<BR> 2277 | 3352E<BR> 2278 | 3352H<BR> 2279 | 3352K<BR> 2280 | 3352P<BR> 2281 | 3352T<BR> 2282 | 3352V<BR> 2283 | 3352W<BR> 2284 | 3362H<BR> 2285 | 3362M<BR> 2286 | 3362P<BR> 2287 | 3362R<BR> 2288 | 3362S<BR> 2289 | 3362U<BR> 2290 | 3362W<BR> 2291 | 3362X<BR> 2292 | 3386B<BR> 2293 | 3386C<BR> 2294 | 3386F<BR> 2295 | 3386H<BR> 2296 | 3386K<BR> 2297 | 3386M<BR> 2298 | 3386P<BR> 2299 | 3386S<BR> 2300 | 3386W<BR> 2301 | 3386X<BR></FONT> 2302 | </TD> 2303 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2304 | 25P<BR> 2305 | 25S<BR> 2306 | 25RX<BR> 2307 | 82P<BR> 2308 | 82M<BR> 2309 | 82PA<BR> 2310 | -<BR> 2311 | -<BR> 2312 | -<BR> 2313 | 91E<BR> 2314 | 91X<BR> 2315 | 91T<BR> 2316 | 91B<BR> 2317 | 91A<BR> 2318 | 91V<BR> 2319 | 91W<BR> 2320 | 25W<BR> 2321 | 25V<BR> 2322 | 25P<BR> 2323 | -<BR> 2324 | 25S<BR> 2325 | 25U<BR> 2326 | 25RX<BR> 2327 | 25X<BR> 2328 | 72XW<BR> 2329 | 72XL<BR> 2330 | 72PM<BR> 2331 | 72RX<BR> 2332 | -<BR> 2333 | 72PX<BR> 2334 | 72P<BR> 2335 | 72RXW<BR> 2336 | 72RXL<BR> 2337 | 72X<BR></FONT> 2338 | </TD> 2339 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2340 | -<BR> 2341 | -<BR> 2342 | -<BR> 2343 | T7YB<BR> 2344 | T7YA<BR> 2345 | -<BR> 2346 | -<BR> 2347 | -<BR> 2348 | -<BR> 2349 | -<BR> 2350 | -<BR> 2351 | -<BR> 2352 | -<BR> 2353 | -<BR> 2354 | -<BR> 2355 | -<BR> 2356 | -<BR> 2357 | TXD<BR> 2358 | TYA<BR> 2359 | TYP<BR> 2360 | -<BR> 2361 | TYD<BR> 2362 | TX<BR> 2363 | -<BR> 2364 | 150SX<BR> 2365 | 100SX<BR> 2366 | 102T<BR> 2367 | 101S<BR> 2368 | 190T<BR> 2369 | 150TX<BR> 2370 | 101<BR> 2371 | -<BR> 2372 | -<BR> 2373 | 101SX<BR></FONT> 2374 | </TD> 2375 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2376 | ET6P<BR> 2377 | ET6S<BR> 2378 | ET6X<BR> 2379 | RJ-6W/8014EMW<BR> 2380 | RJ-6P/8014EMP<BR> 2381 | RJ-6X/8014EMX<BR> 2382 | TM7W<BR> 2383 | TM7P<BR> 2384 | TM7X<BR> 2385 | -<BR> 2386 | 8017SMS<BR> 2387 | -<BR> 2388 | 8017SMB<BR> 2389 | 8017SMA<BR> 2390 | -<BR> 2391 | -<BR> 2392 | CT-6W<BR> 2393 | CT-6H<BR> 2394 | CT-6P<BR> 2395 | CT-6R<BR> 2396 | -<BR> 2397 | CT-6V<BR> 2398 | CT-6X<BR> 2399 | -<BR> 2400 | -<BR> 2401 | 8038EKV<BR> 2402 | -<BR> 2403 | 8038EKX<BR> 2404 | -<BR> 2405 | -<BR> 2406 | 8038EKP<BR> 2407 | 8038EKZ<BR> 2408 | 8038EKW<BR> 2409 | -<BR></FONT> 2410 | </TD> 2411 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2412 | -<BR> 2413 | -<BR> 2414 | -<BR> 2415 | 3321H<BR> 2416 | 3321P<BR> 2417 | 3321N<BR> 2418 | 1102H<BR> 2419 | 1102P<BR> 2420 | 1102T<BR> 2421 | RVA0911V304A<BR> 2422 | -<BR> 2423 | RVA0911H413A<BR> 2424 | RVG0707V100A<BR> 2425 | RVA0607V(H)306A<BR> 2426 | RVA1214H213A<BR> 2427 | -<BR> 2428 | -<BR> 2429 | -<BR> 2430 | -<BR> 2431 | -<BR> 2432 | -<BR> 2433 | -<BR> 2434 | -<BR> 2435 | -<BR> 2436 | 3104B<BR> 2437 | 3104C<BR> 2438 | 3104F<BR> 2439 | 3104H<BR> 2440 | -<BR> 2441 | 3104M<BR> 2442 | 3104P<BR> 2443 | 3104S<BR> 2444 | 3104W<BR> 2445 | 3104X<BR></FONT> 2446 | </TD> 2447 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2448 | EVMQ0G<BR> 2449 | EVMQIG<BR> 2450 | EVMQ3G<BR> 2451 | EVMS0G<BR> 2452 | EVMQ0G<BR> 2453 | EVMG0G<BR> 2454 | -<BR> 2455 | -<BR> 2456 | -<BR> 2457 | EVMK4GA00B<BR> 2458 | EVM30GA00B<BR> 2459 | EVMK0GA00B<BR> 2460 | EVM38GA00B<BR> 2461 | EVMB6<BR> 2462 | EVLQ0<BR> 2463 | -<BR> 2464 | EVMMSG<BR> 2465 | EVMMBG<BR> 2466 | EVMMAG<BR> 2467 | -<BR> 2468 | -<BR> 2469 | EVMMCS<BR> 2470 | -<BR> 2471 | -<BR> 2472 | -<BR> 2473 | -<BR> 2474 | -<BR> 2475 | EVMM1<BR> 2476 | -<BR> 2477 | -<BR> 2478 | EVMM0<BR> 2479 | -<BR> 2480 | -<BR> 2481 | EVMM3<BR></FONT> 2482 | </TD> 2483 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2484 | -<BR> 2485 | -<BR> 2486 | -<BR> 2487 | 62-3-1<BR> 2488 | 62-1-2<BR> 2489 | -<BR> 2490 | -<BR> 2491 | -<BR> 2492 | -<BR> 2493 | -<BR> 2494 | -<BR> 2495 | -<BR> 2496 | -<BR> 2497 | -<BR> 2498 | -<BR> 2499 | -<BR> 2500 | 67R<BR> 2501 | -<BR> 2502 | 67P<BR> 2503 | -<BR> 2504 | -<BR> 2505 | -<BR> 2506 | -<BR> 2507 | 67X<BR> 2508 | 63V<BR> 2509 | 63S<BR> 2510 | 63M<BR> 2511 | -<BR> 2512 | -<BR> 2513 | 63H<BR> 2514 | 63P<BR> 2515 | -<BR> 2516 | -<BR> 2517 | 63X<BR></FONT> 2518 | </TD> 2519 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2520 | -<BR> 2521 | -<BR> 2522 | -<BR> 2523 | RJ/RJR50<BR> 2524 | RJ/RJR50<BR> 2525 | RJ/RJR50<BR> 2526 | -<BR> 2527 | -<BR> 2528 | -<BR> 2529 | -<BR> 2530 | -<BR> 2531 | -<BR> 2532 | -<BR> 2533 | -<BR> 2534 | -<BR> 2535 | -<BR> 2536 | -<BR> 2537 | -<BR> 2538 | -<BR> 2539 | -<BR> 2540 | -<BR> 2541 | -<BR> 2542 | -<BR> 2543 | -<BR> 2544 | -<BR> 2545 | -<BR> 2546 | -<BR> 2547 | -<BR> 2548 | -<BR> 2549 | -<BR> 2550 | -<BR> 2551 | -<BR> 2552 | -<BR> 2553 | -<BR></FONT> 2554 | </TD> 2555 | </TR> 2556 | </TABLE> 2557 | <P>&nbsp;<P> 2558 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> 2559 | <TR> 2560 | <TD COLSPAN=7> 2561 | <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> 2562 | <P> 2563 | <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> 2564 | </TD> 2565 | </TR> 2566 | <TR> 2567 | <TD> 2568 | <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> 2569 | </TD> 2570 | <TD> 2571 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 2572 | </TD> 2573 | <TD> 2574 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 2575 | </TD> 2576 | <TD> 2577 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 2578 | </TD> 2579 | <TD> 2580 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 2581 | </TD> 2582 | <TD> 2583 | <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> 2584 | </TD> 2585 | <TD> 2586 | <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> 2587 | </TD> 2588 | </TR> 2589 | <TR> 2590 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2591 | 3224G<BR> 2592 | 3224J<BR> 2593 | 3224W<BR> 2594 | 3269P<BR> 2595 | 3269W<BR> 2596 | 3269X<BR></FONT> 2597 | </TD> 2598 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2599 | 44G<BR> 2600 | 44J<BR> 2601 | 44W<BR> 2602 | 84P<BR> 2603 | 84W<BR> 2604 | 84X<BR></FONT> 2605 | </TD> 2606 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2607 | -<BR> 2608 | -<BR> 2609 | -<BR> 2610 | ST63Z<BR> 2611 | ST63Y<BR> 2612 | -<BR></FONT> 2613 | </TD> 2614 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2615 | -<BR> 2616 | -<BR> 2617 | -<BR> 2618 | ST5P<BR> 2619 | ST5W<BR> 2620 | ST5X<BR></FONT> 2621 | </TD> 2622 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2623 | -<BR> 2624 | -<BR> 2625 | -<BR> 2626 | -<BR> 2627 | -<BR> 2628 | -<BR></FONT> 2629 | </TD> 2630 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2631 | -<BR> 2632 | -<BR> 2633 | -<BR> 2634 | -<BR> 2635 | -<BR> 2636 | -<BR></FONT> 2637 | </TD> 2638 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2639 | -<BR> 2640 | -<BR> 2641 | -<BR> 2642 | -<BR> 2643 | -<BR> 2644 | -<BR></FONT> 2645 | </TD> 2646 | </TR> 2647 | <TR> 2648 | <TD COLSPAN=7>&nbsp; 2649 | </TD> 2650 | </TR> 2651 | <TR> 2652 | <TD COLSPAN=7> 2653 | <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> 2654 | </TD> 2655 | </TR> 2656 | <TR> 2657 | <TD> 2658 | <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> 2659 | </TD> 2660 | <TD> 2661 | <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> 2662 | </TD> 2663 | <TD> 2664 | <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> 2665 | </TD> 2666 | <TD> 2667 | <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> 2668 | </TD> 2669 | <TD> 2670 | <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> 2671 | </TD> 2672 | <TD> 2673 | <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> 2674 | </TD> 2675 | <TD> 2676 | <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> 2677 | </TD> 2678 | </TR> 2679 | <TR> 2680 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2681 | 3314G<BR> 2682 | 3314J<BR> 2683 | 3364A/B<BR> 2684 | 3364C/D<BR> 2685 | 3364W/X<BR> 2686 | 3313G<BR> 2687 | 3313J<BR></FONT> 2688 | </TD> 2689 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2690 | 23B<BR> 2691 | 23A<BR> 2692 | 21X<BR> 2693 | 21W<BR> 2694 | -<BR> 2695 | 22B<BR> 2696 | 22A<BR></FONT> 2697 | </TD> 2698 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2699 | ST5YL/ST53YL<BR> 2700 | ST5YJ/5T53YJ<BR> 2701 | ST-23A<BR> 2702 | ST-22B<BR> 2703 | ST-22<BR> 2704 | -<BR> 2705 | -<BR></FONT> 2706 | </TD> 2707 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2708 | ST-4B<BR> 2709 | ST-4A<BR> 2710 | -<BR> 2711 | -<BR> 2712 | -<BR> 2713 | ST-3B<BR> 2714 | ST-3A<BR></FONT> 2715 | </TD> 2716 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2717 | -<BR> 2718 | EVM-6YS<BR> 2719 | EVM-1E<BR> 2720 | EVM-1G<BR> 2721 | EVM-1D<BR> 2722 | -<BR> 2723 | -<BR></FONT> 2724 | </TD> 2725 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2726 | G4B<BR> 2727 | G4A<BR> 2728 | TR04-3S1<BR> 2729 | TRG04-2S1<BR> 2730 | -<BR> 2731 | -<BR> 2732 | -<BR></FONT> 2733 | </TD> 2734 | <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> 2735 | -<BR> 2736 | -<BR> 2737 | DVR-43A<BR> 2738 | CVR-42C<BR> 2739 | CVR-42A/C<BR> 2740 | -<BR> 2741 | -<BR></FONT> 2742 | </TD> 2743 | </TR> 2744 | </TABLE> 2745 | <P> 2746 | <FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> 2747 | <P> 2748 | 2749 | &nbsp; 2750 | <P> 2751 | </td> 2752 | </tr> 2753 | </table> 2754 | </BODY></HTML> 2755 | 2756 | 2757 | <b>RESISTOR</b><p> 2758 | type 0207, grid 10 mm 2759 | 2760 | 2761 | 2762 | 2763 | 2764 | 2765 | 2766 | 2767 | 2768 | 2769 | 2770 | 2771 | 2772 | 2773 | 2774 | 2775 | 2776 | 2777 | 2778 | 2779 | >NAME 2780 | >VALUE 2781 | 2782 | 2783 | 2784 | 2785 | <b>CAPACITOR</b><p> 2786 | grid 2.5 mm, outline 3 x 5 mm 2787 | 2788 | 2789 | 2790 | 2791 | 2792 | 2793 | 2794 | 2795 | 2796 | 2797 | 2798 | 2799 | 2800 | 2801 | 2802 | 2803 | 2804 | 2805 | >NAME 2806 | >VALUE 2807 | 2808 | 2809 | 2810 | 2811 | <b>AVR Devices</b><p> 2812 | Configurable logic, microcontrollers, nonvolatile memories<p> 2813 | Based on the following sources:<p> 2814 | <ul> 2815 | <li>www.atmel.com 2816 | <li>CD-ROM : Configurable Logic Microcontroller Nonvolatile Memory 2817 | <li>CadSoft download site, www.cadsoft.de or www.cadsoftusa.com , file at90smcu_v400.zip 2818 | <li>avr.lbr 2819 | </ul> 2820 | <author>Revised by librarian@cadsoft.de</author> 2821 | 2822 | 2823 | <B>Dual In Line</B> 2824 | 2825 | 2826 | 2827 | 2828 | 2829 | 2830 | 2831 | 2832 | 2833 | 2834 | 2835 | 2836 | 2837 | 2838 | >NAME 2839 | >VALUE 2840 | 2841 | 2842 | 2843 | 2844 | <b>Jumpers</b><p> 2845 | <author>Created by librarian@cadsoft.de</author> 2846 | 2847 | 2848 | <b>JUMPER</b> 2849 | 2850 | 2851 | 2852 | 2853 | 2854 | 2855 | 2856 | 2857 | 2858 | 2859 | 2860 | 2861 | 2862 | 2863 | 2864 | 2865 | 2866 | 2867 | 2868 | 2869 | 2870 | 2871 | 2872 | >NAME 2873 | 1 2874 | 2 2875 | 3 2876 | >VALUE 2877 | 2878 | 2879 | 2880 | 2881 | 2882 | <b>JUMPER</b> 2883 | 2884 | 2885 | 2886 | 2887 | 2888 | 2889 | 2890 | 2891 | 2892 | 2893 | 2894 | 2895 | 2896 | 2897 | 2898 | 2899 | >NAME 2900 | >VALUE 2901 | 2902 | 2903 | 2904 | 2905 | 2906 | 2907 | <b>Linear Devices</b><p> 2908 | Operational amplifiers, comparators, voltage regulators, ADCs, DACs, etc.<p> 2909 | <author>Created by librarian@cadsoft.de</author> 2910 | 2911 | 2912 | <b>Dual In Line Package</b> 2913 | 2914 | 2915 | 2916 | 2917 | 2918 | 2919 | 2920 | 2921 | 2922 | 2923 | 2924 | 2925 | 2926 | 2927 | >NAME 2928 | >VALUE 2929 | 2930 | 2931 | 2932 | 2933 | <b>Diodes</b><p> 2934 | Based on the following sources: 2935 | <ul> 2936 | <li>Motorola : www.onsemi.com 2937 | <li>Fairchild : www.fairchildsemi.com 2938 | <li>Philips : www.semiconductors.com 2939 | <li>Vishay : www.vishay.de 2940 | </ul> 2941 | <author>Created by librarian@cadsoft.de</author> 2942 | 2943 | 2944 | <B>DIODE</B><p> 2945 | diameter 2.54 mm, horizontal, grid 10.16 mm 2946 | 2947 | 2948 | 2949 | 2950 | 2951 | 2952 | 2953 | 2954 | 2955 | 2956 | 2957 | 2958 | 2959 | 2960 | 2961 | >NAME 2962 | >VALUE 2963 | 2964 | 2965 | 2966 | 2967 | 2968 | 2969 | 2970 | <b>Potentiometers</b><p> 2971 | Beckman, Copal, Piher, Spectrol, Schukat<p> 2972 | <author>Created by librarian@cadsoft.de</author> 2973 | 2974 | 2975 | <b>POTENTIOMETER</b> 2976 | 2977 | 2978 | 2979 | 2980 | 2981 | 2982 | 2983 | 2984 | 2985 | 2986 | 2987 | 2988 | 2989 | 2990 | 2991 | 2992 | 2993 | 2994 | >NAME 2995 | >VALUE 2996 | 2997 | 2998 | 2999 | 3000 | <b>Transistors</b><p> 3001 | <author>Created by librarian@cadsoft.de</author> 3002 | 3003 | 3004 | <b>TO 92</b> 3005 | 3006 | 3007 | 3008 | 3009 | 3010 | 3011 | 3012 | 3013 | 3014 | 3015 | 3016 | 3017 | 3018 | >NAME 3019 | >VALUE 3020 | 2 3021 | 3 3022 | 1 3023 | 3024 | 3025 | 3026 | 3027 | <b>Linear Devices</b><p> 3028 | Operational amplifiers, comparators, voltage regulators, ADCs, DACs, etc.<p> 3029 | <author>Created by librarian@cadsoft.de</author> 3030 | 3031 | 3032 | <b>TO-220</b> 3033 | 3034 | 3035 | 3036 | 3037 | 3038 | 3039 | 3040 | 3041 | 3042 | 3043 | 3044 | 3045 | 3046 | 3047 | 3048 | 3049 | 3050 | 3051 | 3052 | 3053 | 3054 | 3055 | >NAME 3056 | >VALUE 3057 | 3058 | 3059 | 3060 | 3061 | 3062 | 3063 | 3064 | 3065 | 3066 | 3067 | 3068 | TO-220 3069 | 3070 | 3071 | 3072 | 3073 | 3074 | 3075 | 3076 | 3077 | 3078 | 3079 | 3080 | 3081 | 3082 | 3083 | 3084 | 3085 | <b>Dirty Cheap Dirty Board Design Rules</b> 3086 | <br> 3087 | <br>Min width/Spacing: 6/6mil 3088 | <br>Min diameter of finished hole 12mil 3089 | <b>Dirty Cheap Dirty Board Design Rules</b> 3090 | <br> 3091 | <br>Min width/Spacing: 6/6mil 3092 | <br>Min diameter of finished hole 12mil 3093 | <b>Dirty Cheap Dirty Board Design Rules</b> 3094 | <br> 3095 | <br>Min width/Spacing: 6/6mil 3096 | <br>Min diameter of finished hole 12mil 3097 | 3098 | 3099 | 3100 | 3101 | 3102 | 3103 | 3104 | 3105 | 3106 | 3107 | 3108 | 3109 | 3110 | 3111 | 3112 | 3113 | 3114 | 3115 | 3116 | 3117 | 3118 | 3119 | 3120 | 3121 | 3122 | 3123 | 3124 | 3125 | 3126 | 3127 | 3128 | 3129 | 3130 | 3131 | 3132 | 3133 | 3134 | 3135 | 3136 | 3137 | 3138 | 3139 | 3140 | 3141 | 3142 | 3143 | 3144 | 3145 | 3146 | 3147 | 3148 | 3149 | 3150 | 3151 | 3152 | 3153 | 3154 | 3155 | 3156 | 3157 | 3158 | 3159 | 3160 | 3161 | 3162 | 3163 | 3164 | 3165 | 3166 | 3167 | 3168 | 3169 | 3170 | 3171 | 3172 | 3173 | 3174 | 3175 | 3176 | 3177 | 3178 | 3179 | 3180 | 3181 | 3182 | 3183 | 3184 | 3185 | 3186 | 3187 | 3188 | 3189 | 3190 | 3191 | 3192 | 3193 | 3194 | 3195 | 3196 | 3197 | 3198 | 3199 | 3200 | 3201 | 3202 | 3203 | 3204 | 3205 | 3206 | 3207 | 3208 | 3209 | 3210 | 3211 | 3212 | 3213 | 3214 | 3215 | 3216 | 3217 | 3218 | 3219 | 3220 | 3221 | 3222 | 3223 | 3224 | 3225 | 3226 | 3227 | 3228 | 3229 | 3230 | 3231 | 3232 | 3233 | 3234 | 3235 | 3236 | 3237 | 3238 | 3239 | 3240 | 3241 | 3242 | 3243 | 3244 | 3245 | 3246 | 3247 | 3248 | 3249 | 3250 | 3251 | 3252 | 3253 | 3254 | 3255 | 3256 | 3257 | 3258 | 3259 | 3260 | 3261 | 3262 | 3263 | 3264 | 3265 | 3266 | 3267 | 3268 | 3269 | 3270 | 3271 | 3272 | 3273 | 3274 | 3275 | 3276 | 3277 | 3278 | 3279 | 3280 | 3281 | 3282 | 3283 | 3284 | 3285 | 3286 | 3287 | 3288 | 3289 | 3290 | 3291 | 3292 | 3293 | 3294 | 3295 | 3296 | 3297 | 3298 | 3299 | 3300 | 3301 | 3302 | 3303 | 3304 | 3305 | 3306 | 3307 | 3308 | 3309 | 3310 | 3311 | 3312 | 3313 | 3314 | 3315 | 3316 | 3317 | 3318 | 3319 | 3320 | 3321 | 3322 | 3323 | 3324 | 3325 | 3326 | 3327 | 3328 | 3329 | 3330 | 3331 | 3332 | 3333 | 3334 | 3335 | 3336 | 3337 | 3338 | 3339 | 3340 | 3341 | 3342 | 3343 | 3344 | 3345 | 3346 | 3347 | 3348 | 3349 | 3350 | 3351 | 3352 | 3353 | 3354 | 3355 | 3356 | 3357 | 3358 | 3359 | 3360 | 3361 | 3362 | 3363 | 3364 | 3365 | 3366 | 3367 | 3368 | 3369 | 3370 | 3371 | 3372 | 3373 | 3374 | 3375 | 3376 | 3377 | 3378 | 3379 | 3380 | 3381 | 3382 | 3383 | 3384 | 3385 | 3386 | 3387 | 3388 | 3389 | 3390 | 3391 | 3392 | 3393 | 3394 | 3395 | 3396 | 3397 | 3398 | 3399 | 3400 | 3401 | 3402 | 3403 | 3404 | 3405 | 3406 | 3407 | 3408 | 3409 | 3410 | 3411 | 3412 | 3413 | 3414 | 3415 | 3416 | 3417 | 3418 | 3419 | 3420 | 3421 | 3422 | 3423 | 3424 | 3425 | 3426 | 3427 | 3428 | 3429 | 3430 | 3431 | 3432 | 3433 | 3434 | 3435 | 3436 | 3437 | 3438 | 3439 | 3440 | 3441 | 3442 | 3443 | 3444 | 3445 | 3446 | 3447 | 3448 | 3449 | 3450 | 3451 | 3452 | 3453 | 3454 | 3455 | 3456 | 3457 | 3458 | 3459 | 3460 | 3461 | 3462 | 3463 | 3464 | 3465 | 3466 | 3467 | 3468 | 3469 | 3470 | 3471 | 3472 | 3473 | 3474 | 3475 | 3476 | 3477 | 3478 | 3479 | 3480 | 3481 | 3482 | 3483 | 3484 | 3485 | 3486 | 3487 | 3488 | 3489 | 3490 | 3491 | 3492 | 3493 | 3494 | 3495 | 3496 | 3497 | 3498 | 3499 | 3500 | 3501 | 3502 | 3503 | 3504 | 3505 | 3506 | 3507 | 3508 | 3509 | 3510 | 3511 | 3512 | 3513 | 3514 | 3515 | 3516 | 3517 | 3518 | 3519 | 3520 | 3521 | 3522 | 3523 | 3524 | 3525 | 3526 | 3527 | 3528 | 3529 | 3530 | 3531 | 3532 | 3533 | 3534 | 3535 | 3536 | 3537 | 3538 | 3539 | 3540 | 3541 | 3542 | 3543 | 3544 | 3545 | 3546 | 3547 | 3548 | 3549 | 3550 | 3551 | 3552 | 3553 | 3554 | 3555 | 3556 | 3557 | 3558 | 3559 | 3560 | 3561 | 3562 | 3563 | 3564 | 3565 | 3566 | 3567 | 3568 | 3569 | 3570 | 3571 | 3572 | 3573 | 3574 | 3575 | 3576 | 3577 | 3578 | 3579 | 3580 | 3581 | 3582 | 3583 | 3584 | 3585 | 3586 | 3587 | 3588 | 3589 | 3590 | 3591 | 3592 | 3593 | 3594 | 3595 | 3596 | 3597 | 3598 | 3599 | 3600 | 3601 | 3602 | 3603 | 3604 | 3605 | 3606 | 3607 | 3608 | 3609 | 3610 | 3611 | 3612 | 3613 | 3614 | 3615 | 3616 | 3617 | 3618 | 3619 | 3620 | 3621 | 3622 | 3623 | 3624 | 3625 | 3626 | 3627 | 3628 | 3629 | 3630 | 3631 | 3632 | 3633 | 3634 | 3635 | 3636 | 3637 | 3638 | 3639 | 3640 | 3641 | 3642 | 3643 | 3644 | 3645 | 3646 | 3647 | 3648 | 3649 | 3650 | 3651 | 3652 | 3653 | 3654 | 3655 | 3656 | 3657 | 3658 | 3659 | 3660 | 3661 | 3662 | 3663 | 3664 | 3665 | 3666 | 3667 | 3668 | 3669 | 3670 | 3671 | 3672 | 3673 | 3674 | 3675 | 3676 | 3677 | 3678 | 3679 | 3680 | 3681 | 3682 | 3683 | 3684 | 3685 | 3686 | 3687 | 3688 | 3689 | 3690 | 3691 | 3692 | 3693 | 3694 | 3695 | 3696 | 3697 | 3698 | 3699 | 3700 | 3701 | 3702 | 3703 | 3704 | 3705 | 3706 | 3707 | 3708 | 3709 | 3710 | 3711 | 3712 | 3713 | 3714 | 3715 | 3716 | 3717 | 3718 | 3719 | 3720 | 3721 | 3722 | 3723 | 3724 | 3725 | 3726 | 3727 | 3728 | 3729 | 3730 | 3731 | 3732 | 3733 | 3734 | 3735 | 3736 | 3737 | 3738 | 3739 | 3740 | 3741 | 3742 | 3743 | 3744 | 3745 | 3746 | 3747 | 3748 | 3749 | 3750 | 3751 | 3752 | 3753 | 3754 | 3755 | 3756 | 3757 | 3758 | 3759 | 3760 | 3761 | 3762 | 3763 | 3764 | 3765 | 3766 | 3767 | 3768 | 3769 | 3770 | 3771 | 3772 | 3773 | 3774 | 3775 | 3776 | 3777 | 3778 | 3779 | 3780 | 3781 | 3782 | 3783 | 3784 | 3785 | 3786 | 3787 | 3788 | 3789 | 3790 | 3791 | 3792 | 3793 | 3794 | 3795 | 3796 | 3797 | 3798 | 3799 | 3800 | 3801 | 3802 | 3803 | 3804 | 3805 | 3806 | 3807 | 3808 | 3809 | 3810 | 3811 | 3812 | 3813 | 3814 | 3815 | 3816 | 3817 | 3818 | 3819 | 3820 | 3821 | 3822 | 3823 | 3824 | 3825 | 3826 | 3827 | 3828 | 3829 | 3830 | 3831 | 3832 | 3833 | 3834 | 3835 | 3836 | 3837 | 3838 | 3839 | 3840 | 3841 | 3842 | 3843 | 3844 | 3845 | 3846 | 3847 | 3848 | 3849 | 3850 | 3851 | 3852 | 3853 | 3854 | 3855 | 3856 | 3857 | 3858 | 3859 | 3860 | 3861 | 3862 | 3863 | 3864 | 3865 | 3866 | 3867 | 3868 | 3869 | 3870 | 3871 | 3872 | 3873 | 3874 | 3875 | 3876 | 3877 | 3878 | 3879 | 3880 | 3881 | 3882 | 3883 | 3884 | 3885 | 3886 | 3887 | 3888 | 3889 | 3890 | 3891 | 3892 | 3893 | 3894 | 3895 | 3896 | 3897 | 3898 | 3899 | 3900 | 3901 | 3902 | 3903 | 3904 | 3905 | 3906 | 3907 | 3908 | 3909 | 3910 | 3911 | 3912 | 3913 | 3914 | 3915 | 3916 | 3917 | 3918 | 3919 | 3920 | 3921 | 3922 | 3923 | 3924 | 3925 | 3926 | 3927 | 3928 | 3929 | 3930 | 3931 | 3932 | 3933 | 3934 | 3935 | 3936 | 3937 | 3938 | 3939 | 3940 | 3941 | 3942 | 3943 | 3944 | 3945 | 3946 | 3947 | 3948 | 3949 | 3950 | 3951 | 3952 | 3953 | 3954 | 3955 | 3956 | 3957 | 3958 | 3959 | 3960 | 3961 | 3962 | 3963 | 3964 | 3965 | 3966 | 3967 | 3968 | 3969 | 3970 | 3971 | 3972 | 3973 | 3974 | 3975 | 3976 | Since Version 8.2, EAGLE supports online libraries. The ids 3977 | of those online libraries will not be understood (or retained) 3978 | with this version. 3979 | 3980 | 3981 | Since Version 8.3, EAGLE supports URNs for individual library 3982 | assets (packages, symbols, and devices). The URNs of those assets 3983 | will not be understood (or retained) with this version. 3984 | 3985 | 3986 | Since Version 8.3, EAGLE supports the association of 3D packages 3987 | with devices in libraries, schematics, and board files. Those 3D 3988 | packages will not be understood (or retained) with this version. 3989 | 3990 | 3991 | 3992 | -------------------------------------------------------------------------------- /tiny13.bas: -------------------------------------------------------------------------------- 1 | 'ATtiny13 lm386 control 2 | $regfile = "attiny13.dat" 3 | $crystal = 1200000 4 | $hwstack = 8 5 | $swstack = 4 6 | $framesize = 4 7 | Config Portb.4 = Output 8 | 'Config Portb.3 = Output 9 | Mute Alias Portb.4 10 | Config Pinb.2 = Input 11 | Config Pinb.0 = Input 12 | Portb.3 = 1 13 | Portb.2 = 1 14 | Isareset Alias Pinb.0 15 | Impuls Alias Pinb.2 16 | 17 | Dim Poweron As Integer 18 | Reboot: 19 | Poweron = 0 20 | Mute = 1 21 | Waitms 10000 22 | 23 | Do 24 | If Isareset = 1 Then Goto Reboot 25 | If Impuls = 0 Then Poweron = 1 26 | If Poweron = 1 Then Mute = 0 Else Mute = 1 27 | Loop 28 | 29 | End -------------------------------------------------------------------------------- /tiny13.hex: -------------------------------------------------------------------------------- 1 | :1000000009C018951895189518951895189518956C 2 | :10001000189518958FE98DBFC8E9E8EA4E2EDD27BF 3 | :100020005D2EA89584B7082E877F84BF88E1992725 4 | :1000300081BD91BDEEE3F0E0A0E6B0E088278D93AE 5 | :100040003197E9F76624BC9ABB9ABA98B898C39AD4 6 | :10005000C29A80E090E0A0E68D939C93C49A80E1E0 7 | :1000600097E221D0B09B01C0F4CFB29905C081E0E6 8 | :1000700090E0A0E68D939C93A0E60D911C91013039 9 | :1000800050E0150709F002C0C49801C0C49AEACF35 10 | :10009000F894FFCF3197F1F70895689462F80895C6 11 | :1000A000E89462F80895EF93FF93EE27E82BE92B8D 12 | :1000B00031F0ECE2F1E03197F1F70197D1F7FF91E0 13 | :0400C000EF9108951F 14 | :00000001FF 15 | -------------------------------------------------------------------------------- /tndy nano.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matze79/Tandy-Nano/5f223ad5d6e25a2b4d550c61212cc0f853162f3f/tndy nano.stl --------------------------------------------------------------------------------