Repository: BearLaboratory/smartdisplay-hardware Branch: master Commit: 96a1eccb480f Files: 35 Total size: 4.2 MB Directory structure: gitextract_ta8nzvrk/ ├── LICENSE ├── README.md ├── _autosave-smartdisplay.kicad_pcb ├── bom/ │ └── ibom.html ├── fp-info-cache ├── gerber/ │ ├── smartdisplay-Bottom_Cu.gbr │ ├── smartdisplay-Bottom_Mask.gbr │ ├── smartdisplay-Bottom_Paste.gbr │ ├── smartdisplay-Bottom_Silk.gbr │ ├── smartdisplay-EdgeCuts.gbr │ ├── smartdisplay-NPTH.drl │ ├── smartdisplay-PTH.drl │ ├── smartdisplay-Top_Cu.gbr │ ├── smartdisplay-Top_Mask.gbr │ ├── smartdisplay-Top_Paste.gbr │ └── smartdisplay-Top_Silk.gbr ├── shell/ │ ├── boxshell.stl │ ├── smartdisplayshell.FCStd │ └── smartdisplayshell.FCStd1 ├── smartdisplay-cache.lib ├── smartdisplay-rescue.dcm ├── smartdisplay-rescue.lib ├── smartdisplay.dcm ├── smartdisplay.kicad_pcb ├── smartdisplay.kicad_pcb-bak ├── smartdisplay.lib ├── smartdisplay.pretty/ │ ├── Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm__redesign.kicad_mod │ └── tp4056.kicad_mod ├── smartdisplay.pro ├── smartdisplay.sch ├── smartdisplay.sch-bak ├── smartdisplay_BOM.csv ├── smartdisplay_POS.csv ├── smartdisplay_bom_LC.xls └── sym-lib-table ================================================ FILE CONTENTS ================================================ ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================

SmartDisplay-Hardware

墨水屏个人显示终端硬件

GPL License Kicad Author

## 描述 smartdisplay硬件基于ESP32及2.9寸墨水屏,拥有WiFi及蓝牙BLE功能。 可通过WiFi连接网络请求相关数据,同时可以通过蓝牙控制系统。 ## 硬件设计 ## BUG + 充电芯片TP4054充电功率过小 > 充电功率TP4054只有500ma,导致边冲边放无法更好给电池充电。 + 无时钟芯片 > 无时钟芯片导致时间不准确 ## 固件及APP ================================================ FILE: _autosave-smartdisplay.kicad_pcb ================================================ (kicad_pcb (version 20171130) (host pcbnew "(5.1.5)-3") (general (thickness 1.6) (drawings 47) (tracks 632) (zones 0) (modules 50) (nets 85) ) (page A4) (layers (0 F.Cu signal) (31 B.Cu signal) (32 B.Adhes user hide) (33 F.Adhes user hide) (34 B.Paste user hide) (35 F.Paste user hide) (36 B.SilkS user hide) (37 F.SilkS user) (38 B.Mask user hide) (39 F.Mask user hide) (40 Dwgs.User user) (41 Cmts.User user) (42 Eco1.User user) (43 Eco2.User user) (44 Edge.Cuts user) (45 Margin user) (46 B.CrtYd user) (47 F.CrtYd user) (48 B.Fab user hide) (49 F.Fab user hide) ) (setup (last_trace_width 0.25) (user_trace_width 0.2) (user_trace_width 0.35) (user_trace_width 0.5) (user_trace_width 0.6) (user_trace_width 0.8) (user_trace_width 1) (user_trace_width 1.5) (user_trace_width 2) (trace_clearance 0.15) (zone_clearance 0.508) (zone_45_only no) (trace_min 0.15) (via_size 0.7) (via_drill 0.4) (via_min_size 0.4) (via_min_drill 0.3) (user_via 0.6 0.3) (user_via 0.7 0.4) (uvia_size 0.3) (uvia_drill 0.1) (uvias_allowed no) (uvia_min_size 0.2) (uvia_min_drill 0.1) (edge_width 0.1) (segment_width 0.2) (pcb_text_width 0.3) (pcb_text_size 1.5 1.5) (mod_edge_width 0.15) (mod_text_size 1 1) (mod_text_width 0.15) (pad_size 1.524 1.524) (pad_drill 0.762) (pad_to_mask_clearance 0.05) (solder_mask_min_width 0.1) (aux_axis_origin 0 0) (grid_origin 100 100) (visible_elements 7FFFFFFF) (pcbplotparams (layerselection 0x010fc_ffffffff) (usegerberextensions false) (usegerberattributes false) (usegerberadvancedattributes false) (creategerberjobfile false) (excludeedgelayer true) (linewidth 0.100000) (plotframeref false) (viasonmask false) (mode 1) (useauxorigin false) (hpglpennumber 1) (hpglpenspeed 20) (hpglpendiameter 15.000000) (psnegative false) (psa4output false) (plotreference true) (plotvalue true) (plotinvisibletext false) (padsonsilk false) (subtractmaskfromsilk false) (outputformat 1) (mirror false) (drillshape 0) (scaleselection 1) (outputdirectory "gerber/")) ) (net 0 "") (net 1 GND) (net 2 /VDD3V3) (net 3 /EN) (net 4 /B-) (net 5 "Net-(C6-Pad1)") (net 6 /B+) (net 7 "Net-(C9-Pad2)") (net 8 "Net-(C9-Pad1)") (net 9 /VDD3.3V) (net 10 "Net-(C11-Pad1)") (net 11 /PREVGL) (net 12 "Net-(C13-Pad1)") (net 13 "Net-(C14-Pad1)") (net 14 "Net-(C15-Pad1)") (net 15 /PREVGH) (net 16 "Net-(C17-Pad1)") (net 17 "Net-(C18-Pad1)") (net 18 "Net-(C19-Pad1)") (net 19 /USB5V) (net 20 "Net-(D1-Pad1)") (net 21 "Net-(D2-Pad1)") (net 22 "Net-(FLASH1-Pad1)") (net 23 /RX) (net 24 /TX) (net 25 /DIN) (net 26 /CLK) (net 27 /CS) (net 28 /DC) (net 29 /REST) (net 30 /BUSY) (net 31 "Net-(J3-Pad7)") (net 32 "Net-(J3-Pad6)") (net 33 /RESE) (net 34 /GDR) (net 35 "Net-(J3-Pad1)") (net 36 /IO0) (net 37 /IO2) (net 38 "Net-(R6-Pad1)") (net 39 "Net-(R7-Pad1)") (net 40 "Net-(R8-Pad1)") (net 41 "Net-(R9-Pad1)") (net 42 "Net-(U2-Pad36)") (net 43 "Net-(U2-Pad32)") (net 44 "Net-(U2-Pad31)") (net 45 "Net-(U2-Pad28)") (net 46 "Net-(U2-Pad27)") (net 47 "Net-(U2-Pad22)") (net 48 "Net-(U2-Pad21)") (net 49 "Net-(U2-Pad20)") (net 50 "Net-(U2-Pad19)") (net 51 "Net-(U2-Pad18)") (net 52 "Net-(U2-Pad17)") (net 53 /IO16) (net 54 "Net-(U2-Pad14)") (net 55 "Net-(U2-Pad13)") (net 56 "Net-(U2-Pad12)") (net 57 "Net-(U2-Pad11)") (net 58 "Net-(U2-Pad10)") (net 59 "Net-(U2-Pad9)") (net 60 "Net-(U2-Pad8)") (net 61 "Net-(U2-Pad7)") (net 62 "Net-(U2-Pad6)") (net 63 "Net-(U2-Pad5)") (net 64 "Net-(U3-Pad3)") (net 65 "Net-(U4-Pad5)") (net 66 /OC) (net 67 /OD) (net 68 "Net-(U4-Pad2)") (net 69 "Net-(U6-Pad4)") (net 70 "Net-(USBC1-PadA5)") (net 71 "Net-(USBC1-PadA7)") (net 72 "Net-(USBC1-PadB5)") (net 73 "Net-(USBC1-PadA6)") (net 74 "Net-(R0-Pad1)") (net 75 "Net-(USBC1-PadB8)") (net 76 "Net-(USBC1-PadA8)") (net 77 "Net-(USBC1-PadB11)") (net 78 "Net-(USBC1-PadB10)") (net 79 "Net-(USBC1-PadB3)") (net 80 "Net-(USBC1-PadB2)") (net 81 "Net-(USBC1-PadA11)") (net 82 "Net-(USBC1-PadA10)") (net 83 "Net-(USBC1-PadA3)") (net 84 "Net-(USBC1-PadA2)") (net_class Default 这是默认网络类。 (clearance 0.15) (trace_width 0.25) (via_dia 0.7) (via_drill 0.4) (uvia_dia 0.3) (uvia_drill 0.1) (diff_pair_width 0.28) (diff_pair_gap 0.15) (add_net /B+) (add_net /B-) (add_net /BUSY) (add_net /CLK) (add_net /CS) (add_net /DC) (add_net /DIN) (add_net /EN) (add_net /GDR) (add_net /IO0) (add_net /IO16) (add_net /IO2) (add_net /OC) (add_net /OD) (add_net /PREVGH) (add_net /PREVGL) (add_net /RESE) (add_net /REST) (add_net /RX) (add_net /TX) (add_net /USB5V) (add_net /VDD3.3V) (add_net /VDD3V3) (add_net GND) (add_net "Net-(C11-Pad1)") (add_net "Net-(C13-Pad1)") (add_net "Net-(C14-Pad1)") (add_net "Net-(C15-Pad1)") (add_net "Net-(C17-Pad1)") (add_net "Net-(C18-Pad1)") (add_net "Net-(C19-Pad1)") (add_net "Net-(C6-Pad1)") (add_net "Net-(C9-Pad1)") (add_net "Net-(C9-Pad2)") (add_net "Net-(D1-Pad1)") (add_net "Net-(D2-Pad1)") (add_net "Net-(FLASH1-Pad1)") (add_net "Net-(J3-Pad1)") (add_net "Net-(J3-Pad6)") (add_net "Net-(J3-Pad7)") (add_net "Net-(R0-Pad1)") (add_net "Net-(R6-Pad1)") (add_net "Net-(R7-Pad1)") (add_net "Net-(R8-Pad1)") (add_net "Net-(R9-Pad1)") (add_net "Net-(U2-Pad10)") (add_net "Net-(U2-Pad11)") (add_net "Net-(U2-Pad12)") (add_net "Net-(U2-Pad13)") (add_net "Net-(U2-Pad14)") (add_net "Net-(U2-Pad17)") (add_net "Net-(U2-Pad18)") (add_net "Net-(U2-Pad19)") (add_net "Net-(U2-Pad20)") (add_net "Net-(U2-Pad21)") (add_net "Net-(U2-Pad22)") (add_net "Net-(U2-Pad27)") (add_net "Net-(U2-Pad28)") (add_net "Net-(U2-Pad31)") (add_net "Net-(U2-Pad32)") (add_net "Net-(U2-Pad36)") (add_net "Net-(U2-Pad5)") (add_net "Net-(U2-Pad6)") (add_net "Net-(U2-Pad7)") (add_net "Net-(U2-Pad8)") (add_net "Net-(U2-Pad9)") (add_net "Net-(U3-Pad3)") (add_net "Net-(U4-Pad2)") (add_net "Net-(U4-Pad5)") (add_net "Net-(U6-Pad4)") (add_net "Net-(USBC1-PadA10)") (add_net "Net-(USBC1-PadA11)") (add_net "Net-(USBC1-PadA2)") (add_net "Net-(USBC1-PadA3)") (add_net "Net-(USBC1-PadA5)") (add_net "Net-(USBC1-PadA6)") (add_net "Net-(USBC1-PadA7)") (add_net "Net-(USBC1-PadA8)") (add_net "Net-(USBC1-PadB10)") (add_net "Net-(USBC1-PadB11)") (add_net "Net-(USBC1-PadB2)") (add_net "Net-(USBC1-PadB3)") (add_net "Net-(USBC1-PadB5)") (add_net "Net-(USBC1-PadB8)") ) (module Connector_USB:USB_C_Receptacle_Amphenol_12401548E4-2A (layer F.Cu) (tedit 5A142044) (tstamp 5E5B710D) (at 196.05 94.65 90) (descr "USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A") (tags "USB C Type-C Receptacle Hybrid") (path /5E5E9D17) (attr smd) (fp_text reference USBC1 (at 0.05 -0.55 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value USB_C_Plug (at 0 6.14 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -4.6 5.23) (end -4.6 -5.22) (layer F.Fab) (width 0.1)) (fp_line (start -4.6 -5.22) (end 4.6 -5.22) (layer F.Fab) (width 0.1)) (fp_line (start -4.75 -5.37) (end -3.25 -5.37) (layer F.SilkS) (width 0.12)) (fp_line (start -4.75 -5.37) (end -4.75 1.89) (layer F.SilkS) (width 0.12)) (fp_line (start 4.75 -5.37) (end 4.75 1.89) (layer F.SilkS) (width 0.12)) (fp_line (start 3.25 -5.37) (end 4.75 -5.37) (layer F.SilkS) (width 0.12)) (fp_line (start -4.6 5.23) (end 4.6 5.23) (layer F.Fab) (width 0.1)) (fp_line (start 4.6 5.23) (end 4.6 -5.22) (layer F.Fab) (width 0.1)) (fp_line (start -5.39 -5.87) (end 5.39 -5.87) (layer F.CrtYd) (width 0.05)) (fp_line (start 5.39 -5.87) (end 5.39 5.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 5.39 5.73) (end -5.39 5.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.39 5.73) (end -5.39 -5.87) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.1))) ) (pad B11 thru_hole circle (at -2.4 -3.01 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 77 "Net-(USBC1-PadB11)")) (pad B10 thru_hole circle (at -1.6 -3.01 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 78 "Net-(USBC1-PadB10)")) (pad B8 thru_hole circle (at -0.8 -3.01 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 75 "Net-(USBC1-PadB8)")) (pad B5 thru_hole circle (at 0.8 -3.01 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 72 "Net-(USBC1-PadB5)")) (pad B3 thru_hole circle (at 1.6 -3.01 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 79 "Net-(USBC1-PadB3)")) (pad B2 thru_hole circle (at 2.4 -3.01 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 80 "Net-(USBC1-PadB2)")) (pad B12 thru_hole circle (at -2.8 -3.71 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 1 GND)) (pad B9 thru_hole circle (at -1.2 -3.71 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 19 /USB5V)) (pad B7 thru_hole circle (at -0.4 -3.71 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask)) (pad B6 thru_hole circle (at 0.4 -3.71 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask)) (pad B4 thru_hole circle (at 1.2 -3.71 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 19 /USB5V)) (pad B1 thru_hole circle (at 2.8 -3.71 90) (size 0.65 0.65) (drill 0.4) (layers *.Cu *.Mask) (net 1 GND)) (pad "" np_thru_hole circle (at -3.6 -4.36 90) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) (pad "" np_thru_hole oval (at 3.6 -4.36 90) (size 0.95 0.65) (drill oval 0.95 0.65) (layers *.Cu *.Mask)) (pad S1 thru_hole oval (at -4.49 2.84 90) (size 0.8 1.4) (drill oval 0.5 1.1) (layers *.Cu *.Mask) (net 1 GND)) (pad S1 thru_hole oval (at 4.49 2.84 90) (size 0.8 1.4) (drill oval 0.5 1.1) (layers *.Cu *.Mask) (net 1 GND)) (pad S1 thru_hole oval (at 4.13 -3.11 90) (size 0.8 1.4) (drill oval 0.5 1.1) (layers *.Cu *.Mask) (net 1 GND)) (pad A11 smd rect (at 2.25 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 81 "Net-(USBC1-PadA11)")) (pad A8 smd rect (at 0.75 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 76 "Net-(USBC1-PadA8)")) (pad A9 smd rect (at 1.25 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 19 /USB5V)) (pad A10 smd rect (at 1.75 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 82 "Net-(USBC1-PadA10)")) (pad A12 smd rect (at 2.75 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A7 smd rect (at 0.25 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 71 "Net-(USBC1-PadA7)")) (pad A6 smd rect (at -0.25 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 73 "Net-(USBC1-PadA6)")) (pad A5 smd rect (at -0.75 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 70 "Net-(USBC1-PadA5)")) (pad A4 smd rect (at -1.25 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 19 /USB5V)) (pad A3 smd rect (at -1.75 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 83 "Net-(USBC1-PadA3)")) (pad A2 smd rect (at -2.25 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 84 "Net-(USBC1-PadA2)")) (pad A1 smd rect (at -2.75 -5.02 90) (size 0.3 0.7) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad S1 thru_hole oval (at -4.13 -3.11 90) (size 0.8 1.4) (drill oval 0.5 1.1) (layers *.Cu *.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_C_Receptacle_Amphenol_12401548E4-2A.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module smartdisplay:Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm__redesign (layer F.Cu) (tedit 5E5A4E41) (tstamp 5E5AEE3D) (at 188.5 80 90) (descr "Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator") (tags "connector Hirose FH12 horizontal") (path /5E21C1A1) (attr smd) (fp_text reference J3 (at 0 1.5 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value FPC24/0.5MM (at 0 5.6 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0 -1.2) (end -7.55 -1.2) (layer F.Fab) (width 0.1)) (fp_line (start -7.55 -1.2) (end -7.55 3.4) (layer F.Fab) (width 0.1)) (fp_line (start -7.55 3.4) (end -6.95 3.4) (layer F.Fab) (width 0.1)) (fp_line (start -6.95 3.4) (end -6.95 3.7) (layer F.Fab) (width 0.1)) (fp_line (start -6.95 3.7) (end -7.45 3.7) (layer F.Fab) (width 0.1)) (fp_line (start -7.45 3.7) (end -7.45 4.4) (layer F.Fab) (width 0.1)) (fp_line (start -7.45 4.4) (end 0 4.4) (layer F.Fab) (width 0.1)) (fp_line (start 0 -1.2) (end 7.55 -1.2) (layer F.Fab) (width 0.1)) (fp_line (start 7.55 -1.2) (end 7.55 3.4) (layer F.Fab) (width 0.1)) (fp_line (start 7.55 3.4) (end 6.95 3.4) (layer F.Fab) (width 0.1)) (fp_line (start 6.95 3.4) (end 6.95 3.7) (layer F.Fab) (width 0.1)) (fp_line (start 6.95 3.7) (end 7.45 3.7) (layer F.Fab) (width 0.1)) (fp_line (start 7.45 3.7) (end 7.45 4.4) (layer F.Fab) (width 0.1)) (fp_line (start 7.45 4.4) (end 0 4.4) (layer F.Fab) (width 0.1)) (fp_line (start -6.16 -1.3) (end -7.65 -1.3) (layer F.SilkS) (width 0.12)) (fp_line (start -7.65 -1.3) (end -7.65 0.04) (layer F.SilkS) (width 0.12)) (fp_line (start 6.16 -1.3) (end 7.65 -1.3) (layer F.SilkS) (width 0.12)) (fp_line (start 7.65 -1.3) (end 7.65 0.04) (layer F.SilkS) (width 0.12)) (fp_line (start -7.65 2.76) (end -7.65 4.5) (layer F.SilkS) (width 0.12)) (fp_line (start -7.65 4.5) (end 7.65 4.5) (layer F.SilkS) (width 0.12)) (fp_line (start 7.65 4.5) (end 7.65 2.76) (layer F.SilkS) (width 0.12)) (fp_line (start -6.16 -1.3) (end -6.16 -2.5) (layer F.SilkS) (width 0.12)) (fp_line (start -6.25 -1.2) (end -5.75 -0.492893) (layer F.Fab) (width 0.1)) (fp_line (start -5.75 -0.492893) (end -5.25 -1.2) (layer F.Fab) (width 0.1)) (fp_line (start -9.05 -3) (end -9.05 4.9) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.05 4.9) (end 9.05 4.9) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.05 4.9) (end 9.05 -3) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.05 -3) (end -9.05 -3) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 3.7 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad MP smd rect (at 7.65 1.4 90) (size 1.8 2.2) (layers F.Cu F.Paste F.Mask)) (pad MP smd rect (at -7.65 1.4 90) (size 1.8 2.2) (layers F.Cu F.Paste F.Mask)) (pad 24 smd rect (at -5.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 12 "Net-(C13-Pad1)")) (pad 23 smd rect (at -5.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 11 /PREVGL)) (pad 22 smd rect (at -4.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 18 "Net-(C19-Pad1)")) (pad 21 smd rect (at -4.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 15 /PREVGH)) (pad 20 smd rect (at -3.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 14 "Net-(C15-Pad1)")) (pad 19 smd rect (at -3.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 13 "Net-(C14-Pad1)")) (pad 18 smd rect (at -2.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 10 "Net-(C11-Pad1)")) (pad 17 smd rect (at -2.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 16 smd rect (at -1.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 9 /VDD3.3V)) (pad 15 smd rect (at -1.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 9 /VDD3.3V)) (pad 14 smd rect (at -0.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 25 /DIN)) (pad 13 smd rect (at -0.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 26 /CLK)) (pad 12 smd rect (at 0.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 27 /CS)) (pad 11 smd rect (at 0.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 28 /DC)) (pad 10 smd rect (at 1.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 29 /REST)) (pad 9 smd rect (at 1.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 30 /BUSY)) (pad 8 smd rect (at 2.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 7 smd rect (at 2.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 31 "Net-(J3-Pad7)")) (pad 6 smd rect (at 3.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 32 "Net-(J3-Pad6)")) (pad 5 smd rect (at 3.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 17 "Net-(C18-Pad1)")) (pad 4 smd rect (at 4.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 16 "Net-(C17-Pad1)")) (pad 3 smd rect (at 4.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 33 /RESE)) (pad 2 smd rect (at 5.25 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 34 /GDR)) (pad 1 smd rect (at 5.75 -1.85 90) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask) (net 35 "Net-(J3-Pad1)")) (model ${KISYS3DMOD}/Connector_FFC-FPC.3dshapes/Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5AD990) (at 157.26 74.2 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5EA60677) (attr smd) (fp_text reference R0 (at 1.8 0.1 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value R (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 6 /B+)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 74 "Net-(R0-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:TSOT-23-6 (layer F.Cu) (tedit 5A02FF57) (tstamp 5E5A62DC) (at 182.6 92.2 180) (descr "6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf") (tags "TSOT-23-6 MK06A TSOT-6") (path /5E7230A8) (attr smd) (fp_text reference U6 (at 0 0) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value DW01 (at 0 2.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.17 1.7) (end -2.17 1.7) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.17 1.7) (end 2.17 -1.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.17 -1.7) (end -2.17 1.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.17 -1.7) (end 2.17 -1.7) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.88 -1.45) (end 0.88 1.45) (layer F.Fab) (width 0.1)) (fp_line (start 0.88 1.45) (end -0.88 1.45) (layer F.Fab) (width 0.1)) (fp_line (start -0.88 -1) (end -0.88 1.45) (layer F.Fab) (width 0.1)) (fp_line (start 0.88 -1.45) (end -0.43 -1.45) (layer F.Fab) (width 0.1)) (fp_line (start -0.88 -1) (end -0.43 -1.45) (layer F.Fab) (width 0.1)) (fp_line (start 0.88 -1.51) (end -1.55 -1.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.88 1.56) (end 0.88 1.56) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 6 smd rect (at 1.31 -0.95 180) (size 1.22 0.65) (layers F.Cu F.Paste F.Mask) (net 4 /B-)) (pad 5 smd rect (at 1.31 0 180) (size 1.22 0.65) (layers F.Cu F.Paste F.Mask) (net 5 "Net-(C6-Pad1)")) (pad 4 smd rect (at 1.31 0.95 180) (size 1.22 0.65) (layers F.Cu F.Paste F.Mask) (net 69 "Net-(U6-Pad4)")) (pad 3 smd rect (at -1.31 0.95 180) (size 1.22 0.65) (layers F.Cu F.Paste F.Mask) (net 66 /OC)) (pad 2 smd rect (at -1.31 0 180) (size 1.22 0.65) (layers F.Cu F.Paste F.Mask) (net 39 "Net-(R7-Pad1)")) (pad 1 smd rect (at -1.31 -0.95 180) (size 1.22 0.65) (layers F.Cu F.Paste F.Mask) (net 67 /OD)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TSOT-23-6.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_SO:SOP-8_3.9x4.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5E5A62C6) (at 181.8 96.6 180) (descr "SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py") (tags "SOP SO") (path /5E59CACD) (attr smd) (fp_text reference U5 (at 0 0) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value tp4056 (at 0 3.4) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.98 0.98) (thickness 0.15))) ) (fp_line (start 3.7 -2.7) (end -3.7 -2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.7 2.7) (end 3.7 -2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3.7 2.7) (end 3.7 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3.7 -2.7) (end -3.7 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.95 -1.475) (end -0.975 -2.45) (layer F.Fab) (width 0.1)) (fp_line (start -1.95 2.45) (end -1.95 -1.475) (layer F.Fab) (width 0.1)) (fp_line (start 1.95 2.45) (end -1.95 2.45) (layer F.Fab) (width 0.1)) (fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer F.Fab) (width 0.1)) (fp_line (start -0.975 -2.45) (end 1.95 -2.45) (layer F.Fab) (width 0.1)) (fp_line (start 0 -2.56) (end -3.45 -2.56) (layer F.SilkS) (width 0.12)) (fp_line (start 0 -2.56) (end 1.95 -2.56) (layer F.SilkS) (width 0.12)) (fp_line (start 0 2.56) (end -1.95 2.56) (layer F.SilkS) (width 0.12)) (fp_line (start 0 2.56) (end 1.95 2.56) (layer F.SilkS) (width 0.12)) (pad 8 smd roundrect (at 2.625 -1.905 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 19 /USB5V)) (pad 7 smd roundrect (at 2.625 -0.635 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 40 "Net-(R8-Pad1)")) (pad 6 smd roundrect (at 2.625 0.635 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 41 "Net-(R9-Pad1)")) (pad 5 smd roundrect (at 2.625 1.905 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 6 /B+)) (pad 4 smd roundrect (at -2.625 1.905 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 19 /USB5V)) (pad 3 smd roundrect (at -2.625 0.635 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 2 smd roundrect (at -2.625 -0.635 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 38 "Net-(R6-Pad1)")) (pad 1 smd roundrect (at -2.625 -1.905 180) (size 1.65 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Package_SO.3dshapes/SOP-8_3.9x4.9mm_P1.27mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23-6 (layer F.Cu) (tedit 5A02FF57) (tstamp 5E5A62AC) (at 188.2 91.6) (descr "6-pin SOT-23 package") (tags SOT-23-6) (path /5E76B2A1) (attr smd) (fp_text reference U4 (at 0 0) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value FS8205 (at 0 2.9) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -1.9 -1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.9 1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 -1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 5 smd rect (at 1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 65 "Net-(U4-Pad5)")) (pad 6 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 66 /OC)) (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 67 /OD)) (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 4 /B-)) (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 68 "Net-(U4-Pad2)")) (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Sensor:Aosong_DHT11_5.5x12.0_P2.54mm (layer F.Cu) (tedit 5C4B60CF) (tstamp 5E5A6296) (at 197.75 81.25 180) (descr "Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf") (tags "Temperature and humidity module") (path /5E5E99E3) (fp_text reference U3 (at -1 -3.5) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value DHT11 (at 0 11.3) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -3.16 -2.6) (end -1.55 -2.6) (layer F.SilkS) (width 0.12)) (fp_line (start -3.16 -2.6) (end -3.16 -0.6) (layer F.SilkS) (width 0.12)) (fp_line (start -2.75 -1.19) (end -1.75 -2.19) (layer F.Fab) (width 0.1)) (fp_line (start -3 10.06) (end -3 -2.44) (layer F.CrtYd) (width 0.05)) (fp_line (start 3 10.06) (end -3 10.06) (layer F.CrtYd) (width 0.05)) (fp_line (start 3 -2.44) (end 3 10.06) (layer F.CrtYd) (width 0.05)) (fp_line (start -3 -2.44) (end 3 -2.44) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 3.81) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.88 9.94) (end -2.88 -2.31) (layer F.SilkS) (width 0.12)) (fp_line (start 2.88 9.94) (end -2.88 9.94) (layer F.SilkS) (width 0.12)) (fp_line (start 2.88 -2.32) (end 2.88 9.94) (layer F.SilkS) (width 0.12)) (fp_line (start -2.87 -2.32) (end 2.87 -2.32) (layer F.SilkS) (width 0.12)) (fp_line (start -2.75 -1.19) (end -2.75 9.81) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 9.81) (end -2.75 9.81) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 -2.19) (end 2.75 9.81) (layer F.Fab) (width 0.1)) (fp_line (start -1.75 -2.19) (end 2.75 -2.19) (layer F.Fab) (width 0.1)) (pad 4 thru_hole circle (at 0 7.62 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 3 thru_hole circle (at 0 5.08 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (net 64 "Net-(U3-Pad3)")) (pad 2 thru_hole circle (at 0 2.54 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (net 53 /IO16)) (pad 1 thru_hole rect (at 0 0 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (net 2 /VDD3V3)) (model ${KISYS3DMOD}/Sensor.3dshapes/Aosong_DHT11_5.5x12.0_P2.54mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module RF_Module:ESP32-WROOM-32 (layer F.Cu) (tedit 5B5B4654) (tstamp 5E5A627E) (at 169 76) (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") (path /5E56FA7D) (attr smd) (fp_text reference U2 (at -10.61 8.43 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ESP-32S (at 0 11.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -9.12 -9.445) (end -9.5 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -15.865) (end -9.12 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 -15.865) (end 9.12 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -15.865) (end 9.12 -15.865) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 9.88) (end 8.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 9.1) (end 9.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 9.88) (end -8.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 9.1) (end -9.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start 8.4 -20.6) (end 8.2 -20.4) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.4 -20.6) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -20.6) (end 8.6 -20.4) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.6 -16.2) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.2 -16.2) (layer Cmts.User) (width 0.1)) (fp_line (start -9.2 -13.875) (end -9.4 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -9.2 -13.875) (layer Cmts.User) (width 0.1)) (fp_line (start -9.2 -13.875) (end -9.4 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -13.6 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -13.6 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 9.4 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 9.4 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 13.8 -13.875) (end 13.6 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start 13.8 -13.875) (end 13.6 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 13.8 -13.875) (layer Cmts.User) (width 0.1)) (fp_line (start 14 -11.585) (end 12 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -13.2) (end 10 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -14.815) (end 8 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -16.43) (end 6 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -18.045) (end 4 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -19.66) (end 2 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 13.475 -20.75) (end 0 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 11.475 -20.75) (end -2 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 9.475 -20.75) (end -4 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 7.475 -20.75) (end -6 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -8 -9.97) (end 5.475 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 3.475 -20.75) (end -10 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 1.475 -20.75) (end -12 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -0.525 -20.75) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -2.525 -20.75) (end -14 -11.585) (layer Dwgs.User) (width 0.1)) (fp_line (start -4.525 -20.75) (end -14 -13.2) (layer Dwgs.User) (width 0.1)) (fp_line (start -6.525 -20.75) (end -14 -14.815) (layer Dwgs.User) (width 0.1)) (fp_line (start -8.525 -20.75) (end -14 -16.43) (layer Dwgs.User) (width 0.1)) (fp_line (start -10.525 -20.75) (end -14 -18.045) (layer Dwgs.User) (width 0.1)) (fp_line (start -12.525 -20.75) (end -14 -19.66) (layer Dwgs.User) (width 0.1)) (fp_line (start 9.75 -9.72) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -14.25 -9.72) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start 14.25 -21) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -14.25 -21) (end -14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start 14 -20.75) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -9.97) (end 14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -9.97) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -9 -9.02) (end -8.5 -9.52) (layer F.Fab) (width 0.1)) (fp_line (start -8.5 -9.52) (end -9 -10.02) (layer F.Fab) (width 0.1)) (fp_line (start -9 -9.02) (end -9 9.76) (layer F.Fab) (width 0.1)) (fp_line (start -14.25 -21) (end 14.25 -21) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.75 -9.72) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.75 10.5) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.75 10.5) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -9 -15.745) (end 9 -15.745) (layer F.Fab) (width 0.1)) (fp_line (start -9 -15.745) (end -9 -10.02) (layer F.Fab) (width 0.1)) (fp_line (start -9 9.76) (end 9 9.76) (layer F.Fab) (width 0.1)) (fp_line (start 9 9.76) (end 9 -15.745) (layer F.Fab) (width 0.1)) (fp_line (start -14 -9.97) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_text user "5 mm" (at 7.8 -19.075 90) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user "5 mm" (at -11.2 -14.375) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user "5 mm" (at 11.8 -14.375) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user Antenna (at 0 -13) (layer Cmts.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer Cmts.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 38 smd rect (at 8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 37 smd rect (at 8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 25 /DIN)) (pad 36 smd rect (at 8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 42 "Net-(U2-Pad36)")) (pad 35 smd rect (at 8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 24 /TX)) (pad 34 smd rect (at 8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 23 /RX)) (pad 33 smd rect (at 8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 28 /DC)) (pad 32 smd rect (at 8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 43 "Net-(U2-Pad32)")) (pad 31 smd rect (at 8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 44 "Net-(U2-Pad31)")) (pad 30 smd rect (at 8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 26 /CLK)) (pad 29 smd rect (at 8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 27 /CS)) (pad 28 smd rect (at 8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 45 "Net-(U2-Pad28)")) (pad 27 smd rect (at 8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 46 "Net-(U2-Pad27)")) (pad 26 smd rect (at 8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 30 /BUSY)) (pad 25 smd rect (at 8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 36 /IO0)) (pad 24 smd rect (at 5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 37 /IO2)) (pad 23 smd rect (at 4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 29 /REST)) (pad 22 smd rect (at 3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 47 "Net-(U2-Pad22)")) (pad 21 smd rect (at 1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 48 "Net-(U2-Pad21)")) (pad 20 smd rect (at 0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 49 "Net-(U2-Pad20)")) (pad 19 smd rect (at -0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 50 "Net-(U2-Pad19)")) (pad 18 smd rect (at -1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 51 "Net-(U2-Pad18)")) (pad 17 smd rect (at -3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 52 "Net-(U2-Pad17)")) (pad 16 smd rect (at -4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 53 /IO16)) (pad 15 smd rect (at -5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 14 smd rect (at -8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 54 "Net-(U2-Pad14)")) (pad 13 smd rect (at -8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 55 "Net-(U2-Pad13)")) (pad 12 smd rect (at -8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 56 "Net-(U2-Pad12)")) (pad 11 smd rect (at -8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 57 "Net-(U2-Pad11)")) (pad 10 smd rect (at -8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 58 "Net-(U2-Pad10)")) (pad 9 smd rect (at -8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 59 "Net-(U2-Pad9)")) (pad 8 smd rect (at -8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 60 "Net-(U2-Pad8)")) (pad 7 smd rect (at -8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 61 "Net-(U2-Pad7)")) (pad 6 smd rect (at -8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 62 "Net-(U2-Pad6)")) (pad 5 smd rect (at -8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 63 "Net-(U2-Pad5)")) (pad 4 smd rect (at -8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 74 "Net-(R0-Pad1)")) (pad 3 smd rect (at -8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 3 /EN)) (pad 2 smd rect (at -8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 2 /VDD3V3)) (pad 1 smd rect (at -8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 39 smd rect (at -1 -0.755) (size 5 5) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-223-3_TabPin2 (layer F.Cu) (tedit 5A02FF57) (tstamp 5E5A620F) (at 172.2 90.6) (descr "module CMS SOT223 4 pins") (tags "CMS SOT") (path /5E4D75FD) (attr smd) (fp_text reference U1 (at 0 -0.11) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value AMS1117-3.3 (at 0 4.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.85 -3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) (fp_line (start -1.85 3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) (fp_line (start -4.1 -3.41) (end 1.91 -3.41) (layer F.SilkS) (width 0.12)) (fp_line (start -0.85 -3.35) (end 1.85 -3.35) (layer F.Fab) (width 0.1)) (fp_line (start -1.85 3.41) (end 1.91 3.41) (layer F.SilkS) (width 0.12)) (fp_line (start -1.85 -2.35) (end -1.85 3.35) (layer F.Fab) (width 0.1)) (fp_line (start -1.85 -2.35) (end -0.85 -3.35) (layer F.Fab) (width 0.1)) (fp_line (start -4.4 -3.6) (end -4.4 3.6) (layer F.CrtYd) (width 0.05)) (fp_line (start -4.4 3.6) (end 4.4 3.6) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.4 3.6) (end 4.4 -3.6) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.4 -3.6) (end -4.4 -3.6) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.91 -3.41) (end 1.91 -2.15) (layer F.SilkS) (width 0.12)) (fp_line (start 1.91 3.41) (end 1.91 2.15) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.8 0.8) (thickness 0.12))) ) (pad 1 smd rect (at -3.15 -2.3) (size 2 1.5) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 3 smd rect (at -3.15 2.3) (size 2 1.5) (layers F.Cu F.Paste F.Mask) (net 6 /B+)) (pad 2 smd rect (at -3.15 0) (size 2 1.5) (layers F.Cu F.Paste F.Mask) (net 2 /VDD3V3)) (pad 2 smd rect (at 3.15 0) (size 2 3.8) (layers F.Cu F.Paste F.Mask) (net 2 /VDD3V3)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A61F9) (at 186.2 69.4 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E28D0EB) (attr smd) (fp_text reference R12 (at 1.9 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 3 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 33 /RESE)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A61E8) (at 193.6 69.4) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E28C562) (attr smd) (fp_text reference R11 (at -1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 10K (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 34 /GDR)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A61D7) (at 181.2 89 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E732910) (attr smd) (fp_text reference R10 (at 1.8 0 180) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value R (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 5 "Net-(C6-Pad1)")) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 6 /B+)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A61C6) (at 187 98 270) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E52D451) (attr smd) (fp_text reference R9 (at -0.2 1 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value R (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 21 "Net-(D2-Pad1)")) (pad 1 smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 41 "Net-(R9-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A61B5) (at 187 95 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E52ECF5) (attr smd) (fp_text reference R8 (at 0 -1 270) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value R (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 20 "Net-(D1-Pad1)")) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 40 "Net-(R8-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A61A4) (at 184.6 89 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E7992BB) (attr smd) (fp_text reference R7 (at 1.8 0) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value R (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 39 "Net-(R7-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A6193) (at 179.4 92.2 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E5B82F1) (attr smd) (fp_text reference R6 (at 0 -1 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value R (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 38 "Net-(R6-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A6160) (at 157.25 72.5 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E790376) (attr smd) (fp_text reference R3 (at 1.85 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 /VDD3V3)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 3 /EN)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A614F) (at 163.95 98.51 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E73C405) (attr smd) (fp_text reference R2 (at -0.05 -1.09) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 470 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 36 /IO0)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 22 "Net-(FLASH1-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5E5A613E) (at 163.97 96.83) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E42F854) (attr smd) (fp_text reference R1 (at 0 -1.2) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 /VDD3V3)) (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 36 /IO0)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5E5A612D) (at 189.6 68.5) (descr "SOT-23, Standard") (tags SOT-23) (path /5E4E7415) (attr smd) (fp_text reference Q1 (at -0.2 0) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value Q_NMOS_DSG (at 0 2.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 34 /GDR)) (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 33 /RESE)) (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 7 "Net-(C9-Pad2)")) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Inductor_SMD:L_1812_4532Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5AC402) (at 189.7 63.8 270) (descr "Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator") (tags inductor) (path /5E26F8D5) (attr smd) (fp_text reference L1 (at 0 0.1 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 68uH (at 0 2.65 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.95 1.95) (end -2.95 1.95) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.95 -1.95) (end 2.95 1.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.95 -1.95) (end 2.95 -1.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.95 1.95) (end -2.95 -1.95) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.386252 1.71) (end 1.386252 1.71) (layer F.SilkS) (width 0.12)) (fp_line (start -1.386252 -1.71) (end 1.386252 -1.71) (layer F.SilkS) (width 0.12)) (fp_line (start 2.25 1.6) (end -2.25 1.6) (layer F.Fab) (width 0.1)) (fp_line (start 2.25 -1.6) (end 2.25 1.6) (layer F.Fab) (width 0.1)) (fp_line (start -2.25 -1.6) (end 2.25 -1.6) (layer F.Fab) (width 0.1)) (fp_line (start -2.25 1.6) (end -2.25 -1.6) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 2.1375 0 270) (size 1.125 3.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.222222) (net 7 "Net-(C9-Pad2)")) (pad 1 smd roundrect (at -2.1375 0 270) (size 1.125 3.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.222222) (net 2 /VDD3V3)) (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1812_4532Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal (layer F.Cu) (tedit 5B7745C6) (tstamp 5E5A60A6) (at 161.5 89.5 270) (descr "JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") (tags "connector JST PH top entry") (path /5E57DDD1) (fp_text reference J2 (at 0.7 7.5 270) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value battery (at 1 7.45 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1 2.5 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.5 1.375) (end 0 0.875) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 1.375) (end 0.5 1.375) (layer F.Fab) (width 0.1)) (fp_line (start 0 0.875) (end -0.5 1.375) (layer F.Fab) (width 0.1)) (fp_line (start -0.86 0.14) (end -0.86 -1.075) (layer F.SilkS) (width 0.12)) (fp_line (start 3.25 0.25) (end -1.25 0.25) (layer F.Fab) (width 0.1)) (fp_line (start 3.25 -1.35) (end 3.25 0.25) (layer F.Fab) (width 0.1)) (fp_line (start 3.95 -1.35) (end 3.25 -1.35) (layer F.Fab) (width 0.1)) (fp_line (start 3.95 6.25) (end 3.95 -1.35) (layer F.Fab) (width 0.1)) (fp_line (start -1.95 6.25) (end 3.95 6.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.95 -1.35) (end -1.95 6.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.25 -1.35) (end -1.95 -1.35) (layer F.Fab) (width 0.1)) (fp_line (start -1.25 0.25) (end -1.25 -1.35) (layer F.Fab) (width 0.1)) (fp_line (start 4.45 -1.85) (end -2.45 -1.85) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.45 6.75) (end 4.45 -1.85) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.45 6.75) (end 4.45 6.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.45 -1.85) (end -2.45 6.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.8 4.1) (end -0.8 6.36) (layer F.SilkS) (width 0.12)) (fp_line (start -0.3 4.1) (end -0.3 6.36) (layer F.SilkS) (width 0.12)) (fp_line (start 2.3 2.5) (end 3.3 2.5) (layer F.SilkS) (width 0.12)) (fp_line (start 2.3 4.1) (end 2.3 2.5) (layer F.SilkS) (width 0.12)) (fp_line (start 3.3 4.1) (end 2.3 4.1) (layer F.SilkS) (width 0.12)) (fp_line (start 3.3 2.5) (end 3.3 4.1) (layer F.SilkS) (width 0.12)) (fp_line (start -0.3 2.5) (end -1.3 2.5) (layer F.SilkS) (width 0.12)) (fp_line (start -0.3 4.1) (end -0.3 2.5) (layer F.SilkS) (width 0.12)) (fp_line (start -1.3 4.1) (end -0.3 4.1) (layer F.SilkS) (width 0.12)) (fp_line (start -1.3 2.5) (end -1.3 4.1) (layer F.SilkS) (width 0.12)) (fp_line (start 4.06 0.14) (end 3.14 0.14) (layer F.SilkS) (width 0.12)) (fp_line (start -2.06 0.14) (end -1.14 0.14) (layer F.SilkS) (width 0.12)) (fp_line (start 1.5 2) (end 1.5 6.36) (layer F.SilkS) (width 0.12)) (fp_line (start 0.5 2) (end 1.5 2) (layer F.SilkS) (width 0.12)) (fp_line (start 0.5 6.36) (end 0.5 2) (layer F.SilkS) (width 0.12)) (fp_line (start 3.14 0.14) (end 2.86 0.14) (layer F.SilkS) (width 0.12)) (fp_line (start 3.14 -1.46) (end 3.14 0.14) (layer F.SilkS) (width 0.12)) (fp_line (start 4.06 -1.46) (end 3.14 -1.46) (layer F.SilkS) (width 0.12)) (fp_line (start 4.06 6.36) (end 4.06 -1.46) (layer F.SilkS) (width 0.12)) (fp_line (start -2.06 6.36) (end 4.06 6.36) (layer F.SilkS) (width 0.12)) (fp_line (start -2.06 -1.46) (end -2.06 6.36) (layer F.SilkS) (width 0.12)) (fp_line (start -1.14 -1.46) (end -2.06 -1.46) (layer F.SilkS) (width 0.12)) (fp_line (start -1.14 0.14) (end -1.14 -1.46) (layer F.SilkS) (width 0.12)) (fp_line (start -0.86 0.14) (end -1.14 0.14) (layer F.SilkS) (width 0.12)) (pad 2 thru_hole oval (at 2 0 270) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (net 4 /B-)) (pad 1 thru_hole roundrect (at 0 0 270) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.208333) (net 6 /B+)) (model ${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_Wire:SolderWirePad_1x04_P3.81mm_Drill1mm (layer F.Cu) (tedit 5AEE60B2) (tstamp 5E5A6077) (at 149 97.5) (descr "Wire solder connection") (tags connector) (path /5E5B7C94) (attr virtual) (fp_text reference J1 (at 5.715 -3.175) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_01x04_Female (at 5.715 3.175) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 13.18 1.75) (end -1.74 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 13.18 1.75) (end 13.18 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.74 -1.75) (end -1.74 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.74 -1.75) (end 13.18 -1.75) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 5.715 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 4 thru_hole circle (at 11.43 0) (size 2.49936 2.49936) (drill 1.00076) (layers *.Cu *.Mask) (net 23 /RX)) (pad 3 thru_hole circle (at 7.62 0) (size 2.49936 2.49936) (drill 1.00076) (layers *.Cu *.Mask) (net 24 /TX)) (pad 2 thru_hole circle (at 3.81 0) (size 2.49936 2.49936) (drill 1.00076) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole rect (at 0 0) (size 2.49936 2.49936) (drill 1.00076) (layers *.Cu *.Mask) (net 2 /VDD3V3)) ) (module MountingHole:MountingHole_2.2mm_M2 (layer F.Cu) (tedit 56D1B4CB) (tstamp 5E5A605C) (at 102.5 97.5) (descr "Mounting Hole 2.2mm, no annular, M2") (tags "mounting hole 2.2mm no annular m2") (path /5E59081F) (attr virtual) (fp_text reference H1 (at 0 -3.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MountingHole (at 0 3.2) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05)) (fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15)) (fp_text user %R (at 0.3 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers *.Cu *.Mask)) ) (module Button_Switch_SMD:SW_SPST_FSMSM (layer F.Cu) (tedit 5A02FC95) (tstamp 5E5A6054) (at 171.75 97.25) (descr http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English) (tags "SPST button tactile switch") (path /5E72A252) (attr smd) (fp_text reference FLASH1 (at 0 0) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value FLASH (at 0 3) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -5.95 -2) (end 5.95 -2) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.95 -2) (end -5.95 2) (layer F.CrtYd) (width 0.05)) (fp_line (start 3 -1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) (fp_line (start -3 -1.75) (end -3 1.75) (layer F.Fab) (width 0.1)) (fp_line (start -3 -1.75) (end 3 -1.75) (layer F.Fab) (width 0.1)) (fp_line (start -3 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) (fp_line (start 5.95 -2) (end 5.95 2) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.95 2) (end 5.95 2) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.5 -0.8) (end -1.5 0.8) (layer F.Fab) (width 0.1)) (fp_line (start 1.5 -0.8) (end 1.5 0.8) (layer F.Fab) (width 0.1)) (fp_line (start -1.5 -0.8) (end 1.5 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start -1.5 0.8) (end 1.5 0.8) (layer F.Fab) (width 0.1)) (fp_line (start -3.06 1.81) (end -3.06 -1.81) (layer F.SilkS) (width 0.12)) (fp_line (start 3.06 1.81) (end -3.06 1.81) (layer F.SilkS) (width 0.12)) (fp_line (start 3.06 -1.81) (end 3.06 1.81) (layer F.SilkS) (width 0.12)) (fp_line (start -3.06 -1.81) (end 3.06 -1.81) (layer F.SilkS) (width 0.12)) (fp_line (start -1.75 1) (end -1.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start 1.75 1) (end -1.75 1) (layer F.Fab) (width 0.1)) (fp_line (start 1.75 -1) (end 1.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -1.75 -1) (end 1.75 -1) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 -2.6) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 4.59 0) (size 2.18 1.6) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 1 smd rect (at -4.59 0) (size 2.18 1.6) (layers F.Cu F.Paste F.Mask) (net 22 "Net-(FLASH1-Pad1)")) (model ${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_FSMSM.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A6039) (at 193.6 67.4 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E27A032) (attr smd) (fp_text reference D5 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value MBR0530 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 7 "Net-(C9-Pad2)")) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 15 /PREVGH)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A6026) (at 193.6 65.6) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E264F47) (attr smd) (fp_text reference D4 (at -1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value MBR0530 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 11 /PREVGL)) (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 8 "Net-(C9-Pad1)")) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A6013) (at 186.2 65.8 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E2665C1) (attr smd) (fp_text reference D3 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value MBR0530 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 8 "Net-(C9-Pad1)")) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A6000) (at 189.2 98 90) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E52B69B) (attr smd) (fp_text reference D2 (at 0 -1 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value LED (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 19 /USB5V)) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 21 "Net-(D2-Pad1)")) (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5FED) (at 189.2 95 270) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E52C734) (attr smd) (fp_text reference D1 (at 0 1 270) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value LED (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 19 /USB5V)) (pad 1 smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 20 "Net-(D1-Pad1)")) (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5FDA) (at 182.1 82.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E259360) (attr smd) (fp_text reference C19 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 18 "Net-(C19-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5FC9) (at 182.1 72.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E221E72) (attr smd) (fp_text reference C18 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 17 "Net-(C18-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5FB8) (at 182.1 71.25 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E220D4D) (attr smd) (fp_text reference C17 (at 1.8 0.05 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 16 "Net-(C17-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5FA7) (at 182.1 80.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E2568FA) (attr smd) (fp_text reference C16 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 15 /PREVGH)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F96) (at 182.1 79.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E24F707) (attr smd) (fp_text reference C15 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 14 "Net-(C15-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F85) (at 182.1 77.6 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E24CF0E) (attr smd) (fp_text reference C14 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 13 "Net-(C14-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F74) (at 182.1 85.6 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E25BE58) (attr smd) (fp_text reference C13 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 12 "Net-(C13-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F63) (at 182.1 84 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E25B762) (attr smd) (fp_text reference C12 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 11 /PREVGL)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F52) (at 182.1 76 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E2497DF) (attr smd) (fp_text reference C11 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 "Net-(C11-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F41) (at 182.1 74.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E4D13A9) (attr smd) (fp_text reference C10 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 0.1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 9 /VDD3.3V)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F30) (at 186.2 67.6) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E287FCA) (attr smd) (fp_text reference C9 (at -1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 0.1uF/50V (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 7 "Net-(C9-Pad2)")) (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 8 "Net-(C9-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F1F) (at 179.4 89 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E850D9E) (attr smd) (fp_text reference C8 (at 1.8 0) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value C (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 6 /B+)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5F0E) (at 186.8 62.5 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E266C85) (attr smd) (fp_text reference C7 (at 1.8 0 180) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 4.7uF/50V (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 /VDD3V3)) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5EFD) (at 183 89 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E75FD0E) (attr smd) (fp_text reference C6 (at 1.8 0) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value C (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 4 /B-)) (pad 1 smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 5 "Net-(C6-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5EEC) (at 157.25 70.75 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E45AE65) (attr smd) (fp_text reference C5 (at 1.85 -0.05 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 104 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 3 /EN)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5EDB) (at 166 88.2 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E46FB0C) (attr smd) (fp_text reference C4 (at 1.8 0 270) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 10uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 /VDD3V3)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5EC8) (at 166 90.6 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E474AD2) (attr smd) (fp_text reference C3 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 104 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 6 /B+)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5EB5) (at 166 93 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /5E4785B7) (attr smd) (fp_text reference C2 (at 1.8 0 90) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 10uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 6 /B+)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5E5A5EA2) (at 157.25 69 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E41B20B) (attr smd) (fp_text reference C1 (at 1.85 0 270) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.125))) ) (fp_text value 10uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.162779 0.51) (end 0.162779 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 /VDD3V3)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module MountingHole:MountingHole_2.2mm_M2 (layer F.Cu) (tedit 56D1B4CB) (tstamp 5E5914ED) (at 197.5 62.5) (descr "Mounting Hole 2.2mm, no annular, M2") (tags "mounting hole 2.2mm no annular m2") (path /5E591B40) (attr virtual) (fp_text reference H2 (at 0 -3.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MountingHole (at 0 3.2) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_circle (center 0 0) (end 2.45 0) (layer F.CrtYd) (width 0.05)) (fp_circle (center 0 0) (end 2.2 0) (layer Cmts.User) (width 0.15)) (fp_text user %R (at 0.3 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers *.Cu *.Mask)) ) (dimension 2.5 (width 0.15) (layer F.SilkS) (gr_text "2.500 mm" (at 198.75 54.5) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 197.5 62.5) (xy 197.5 55.213579))) (feature2 (pts (xy 200 62.5) (xy 200 55.213579))) (crossbar (pts (xy 200 55.8) (xy 197.5 55.8))) (arrow1a (pts (xy 197.5 55.8) (xy 198.626504 55.213579))) (arrow1b (pts (xy 197.5 55.8) (xy 198.626504 56.386421))) (arrow2a (pts (xy 200 55.8) (xy 198.873496 55.213579))) (arrow2b (pts (xy 200 55.8) (xy 198.873496 56.386421))) ) (dimension 2.5 (width 0.15) (layer F.SilkS) (gr_text "2.500 mm" (at 211 61.25 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 197.5 62.5) (xy 210.286421 62.5))) (feature2 (pts (xy 197.5 60) (xy 210.286421 60))) (crossbar (pts (xy 209.7 60) (xy 209.7 62.5))) (arrow1a (pts (xy 209.7 62.5) (xy 209.113579 61.373496))) (arrow1b (pts (xy 209.7 62.5) (xy 210.286421 61.373496))) (arrow2a (pts (xy 209.7 60) (xy 209.113579 61.126504))) (arrow2b (pts (xy 209.7 60) (xy 210.286421 61.126504))) ) (dimension 1.1 (width 0.15) (layer F.SilkS) (gr_text "1.100 mm" (at 204.7 61.95 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 197.5 61.4) (xy 203.986421 61.4))) (feature2 (pts (xy 197.5 62.5) (xy 203.986421 62.5))) (crossbar (pts (xy 203.4 62.5) (xy 203.4 61.4))) (arrow1a (pts (xy 203.4 61.4) (xy 203.986421 62.526504))) (arrow1b (pts (xy 203.4 61.4) (xy 202.813579 62.526504))) (arrow2a (pts (xy 203.4 62.5) (xy 203.986421 61.373496))) (arrow2b (pts (xy 203.4 62.5) (xy 202.813579 61.373496))) ) (dimension 55 (width 0.15) (layer F.SilkS) (gr_text "55.000 mm" (at 127.5 44.7) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 100 60) (xy 100 45.413579))) (feature2 (pts (xy 155 60) (xy 155 45.413579))) (crossbar (pts (xy 155 46) (xy 100 46))) (arrow1a (pts (xy 100 46) (xy 101.126504 45.413579))) (arrow1b (pts (xy 100 46) (xy 101.126504 46.586421))) (arrow2a (pts (xy 155 46) (xy 153.873496 45.413579))) (arrow2b (pts (xy 155 46) (xy 153.873496 46.586421))) ) (dimension 28 (width 0.15) (layer F.SilkS) (gr_text "28.000 mm" (at 169 44.7) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 155 60) (xy 155 45.413579))) (feature2 (pts (xy 183 60) (xy 183 45.413579))) (crossbar (pts (xy 183 46) (xy 155 46))) (arrow1a (pts (xy 155 46) (xy 156.126504 45.413579))) (arrow1b (pts (xy 155 46) (xy 156.126504 46.586421))) (arrow2a (pts (xy 183 46) (xy 181.873496 45.413579))) (arrow2b (pts (xy 183 46) (xy 181.873496 46.586421))) ) (gr_line (start 200 100) (end 146 100) (layer Margin) (width 0.15) (tstamp 5E5BA477)) (gr_line (start 200 60) (end 200 100) (layer Margin) (width 0.15)) (gr_line (start 146 60) (end 200 60) (layer Margin) (width 0.15)) (gr_line (start 146 100) (end 146 60) (layer Margin) (width 0.15)) (gr_text - (at 163.2 91.4) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (gr_text + (at 163.2 89.4) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (gr_text RXD (at 160.4 95.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (gr_text TXD (at 156.8 95.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (gr_text GND (at 152.6 95.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (gr_text 3V3 (at 148.8 95.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (dimension 100 (width 0.15) (layer F.SilkS) (gr_text "100.000 mm" (at 150 40.4) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 200 60) (xy 200 41.113579))) (feature2 (pts (xy 100 60) (xy 100 41.113579))) (crossbar (pts (xy 100 41.7) (xy 200 41.7))) (arrow1a (pts (xy 200 41.7) (xy 198.873496 42.286421))) (arrow1b (pts (xy 200 41.7) (xy 198.873496 41.113579))) (arrow2a (pts (xy 100 41.7) (xy 101.126504 42.286421))) (arrow2b (pts (xy 100 41.7) (xy 101.126504 41.113579))) ) (dimension 40 (width 0.15) (layer F.SilkS) (gr_text "40.000 mm" (at 217 80 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 200 100) (xy 216.286421 100))) (feature2 (pts (xy 200 60) (xy 216.286421 60))) (crossbar (pts (xy 215.7 60) (xy 215.7 100))) (arrow1a (pts (xy 215.7 100) (xy 215.113579 98.873496))) (arrow1b (pts (xy 215.7 100) (xy 216.286421 98.873496))) (arrow2a (pts (xy 215.7 60) (xy 215.113579 61.126504))) (arrow2b (pts (xy 215.7 60) (xy 216.286421 61.126504))) ) (dimension 17 (width 0.15) (layer F.SilkS) (gr_text "17.000 mm" (at 191.5 44.6) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 183 60) (xy 183 45.313579))) (feature2 (pts (xy 200 60) (xy 200 45.313579))) (crossbar (pts (xy 200 45.9) (xy 183 45.9))) (arrow1a (pts (xy 183 45.9) (xy 184.126504 45.313579))) (arrow1b (pts (xy 183 45.9) (xy 184.126504 46.486421))) (arrow2a (pts (xy 200 45.9) (xy 198.873496 45.313579))) (arrow2b (pts (xy 200 45.9) (xy 198.873496 46.486421))) ) (gr_line (start 200 60) (end 183 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E594AE8)) (gr_line (start 155 60) (end 153 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E594AE7)) (gr_line (start 183 66.3) (end 183 60) (layer Edge.Cuts) (width 0.1)) (gr_line (start 155 66.3) (end 183 66.3) (layer Edge.Cuts) (width 0.1)) (gr_line (start 155 60) (end 155 66.3) (layer Edge.Cuts) (width 0.1)) (gr_line (start 105 100) (end 155 100) (layer F.SilkS) (width 0.15) (tstamp 5E594759)) (gr_line (start 155 60) (end 105 60) (layer F.SilkS) (width 0.15) (tstamp 5E594758)) (gr_line (start 155 100) (end 155 60) (layer F.SilkS) (width 0.15)) (gr_line (start 105 60) (end 105 100) (layer F.SilkS) (width 0.15)) (gr_line (start 153 60) (end 100 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E593245)) (gr_line (start 100 94.2) (end 100 65.8) (layer Edge.Cuts) (width 0.1) (tstamp 5E591EC7)) (gr_line (start 105 61) (end 106 61) (layer F.Mask) (width 0.15) (tstamp 5E500B19)) (gr_line (start 105 99) (end 105 61) (layer F.Mask) (width 0.15)) (gr_line (start 195 99) (end 105 99) (layer F.Mask) (width 0.15)) (gr_line (start 195 61) (end 195 99) (layer F.Mask) (width 0.15)) (gr_line (start 106 61) (end 195 61) (layer F.Mask) (width 0.15)) (gr_text BLab_SmartDisplay (at 150 80) (layer B.SilkS) (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) ) (gr_line (start 195 70.5) (end 193.5 70.5) (layer Edge.Cuts) (width 0.1) (tstamp 5E4C5691)) (gr_line (start 195 89.5) (end 195 70.5) (layer Edge.Cuts) (width 0.1)) (gr_line (start 193.5 89.5) (end 195 89.5) (layer Edge.Cuts) (width 0.1)) (gr_line (start 193.5 70.5) (end 193.5 89.5) (layer Edge.Cuts) (width 0.1)) (gr_line (start 110 98.4) (end 110 61.6) (layer B.SilkS) (width 0.15) (tstamp 5E4C50D5)) (gr_line (start 190 98.4) (end 110 98.4) (layer B.SilkS) (width 0.15)) (gr_line (start 190 61.6) (end 190 98.4) (layer B.SilkS) (width 0.15)) (gr_line (start 110 61.6) (end 190 61.6) (layer B.SilkS) (width 0.15)) (gr_line (start 100 100) (end 100 94.2) (layer Edge.Cuts) (width 0.1) (tstamp 5E4BFF0E)) (gr_line (start 100 60) (end 100 65.8) (layer Edge.Cuts) (width 0.1) (tstamp 5E4BFF0D)) (gr_line (start 200 100) (end 200 60) (layer Edge.Cuts) (width 0.1)) (gr_line (start 100 100) (end 200 100) (layer Edge.Cuts) (width 0.1)) (segment (start 157.2425 67.745) (end 156.4625 68.525) (width 0.25) (layer F.Cu) (net 1)) (segment (start 156.4625 68.525) (end 156.4625 69) (width 0.25) (layer F.Cu) (net 1)) (segment (start 160.5 67.745) (end 157.2425 67.745) (width 0.25) (layer F.Cu) (net 1)) (segment (start 156.4625 69) (end 156.4625 70.75) (width 0.25) (layer F.Cu) (net 1)) (segment (start 163.285 86.71) (end 164.775 88.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 164.775 88.2) (end 165.2125 88.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 163.285 85.255) (end 163.285 86.71) (width 0.25) (layer F.Cu) (net 1)) (segment (start 165.2125 88.2) (end 165.2125 90.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 165.2125 90.6) (end 165.2125 93) (width 0.25) (layer F.Cu) (net 1)) (segment (start 168.8 88.3) (end 169.05 88.3) (width 0.25) (layer F.Cu) (net 1)) (segment (start 165.9375 87) (end 167.5 87) (width 0.25) (layer F.Cu) (net 1)) (segment (start 167.5 87) (end 168.8 88.3) (width 0.25) (layer F.Cu) (net 1)) (segment (start 165.2125 88.2) (end 165.2125 87.725) (width 0.25) (layer F.Cu) (net 1)) (segment (start 165.2125 87.725) (end 165.9375 87) (width 0.25) (layer F.Cu) (net 1)) (segment (start 163.25 67.745) (end 168 72.495) (width 0.25) (layer F.Cu) (net 1)) (segment (start 160.5 67.745) (end 163.25 67.745) (width 0.25) (layer F.Cu) (net 1)) (segment (start 172.75 67.745) (end 168 72.495) (width 0.25) (layer F.Cu) (net 1)) (segment (start 168 72.495) (end 168 75.245) (width 0.25) (layer F.Cu) (net 1)) (segment (start 177.5 67.745) (end 172.75 67.745) (width 0.25) (layer F.Cu) (net 1)) (segment (start 162.1 84.5) (end 162.855 85.255) (width 0.25) (layer F.Cu) (net 1)) (segment (start 162.855 85.255) (end 163.285 85.255) (width 0.25) (layer F.Cu) (net 1)) (segment (start 162.1 82.3) (end 162.1 84.5) (width 0.25) (layer F.Cu) (net 1)) (segment (start 168 75.245) (end 168 76.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 168 76.4) (end 162.1 82.3) (width 0.25) (layer F.Cu) (net 1)) (segment (start 186.8 65.6125) (end 186.9875 65.8) (width 0.25) (layer F.Cu) (net 1)) (segment (start 186.8 63.2875) (end 186.8 65.6125) (width 0.25) (layer F.Cu) (net 1)) (via (at 185.9 98.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 184.425 98.505) (end 185.705 98.505) (width 0.2) (layer F.Cu) (net 1)) (segment (start 185.705 98.505) (end 185.9 98.7) (width 0.2) (layer F.Cu) (net 1)) (via (at 185.9 95.95) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 185.9 98.7) (end 185.9 95.95) (width 0.2) (layer B.Cu) (net 1)) (segment (start 184.44 95.95) (end 184.425 95.965) (width 0.2) (layer F.Cu) (net 1)) (segment (start 185.9 95.95) (end 184.44 95.95) (width 0.2) (layer F.Cu) (net 1)) (via (at 195.05 68.45) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 194.3875 69.4) (end 194.3875 69.1125) (width 0.2) (layer F.Cu) (net 1)) (segment (start 194.3875 69.1125) (end 195.05 68.45) (width 0.2) (layer F.Cu) (net 1)) (via (at 196.3 70.75) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 195.05 68.45) (end 196.3 69.7) (width 0.2) (layer B.Cu) (net 1)) (segment (start 196.3 69.7) (end 196.3 70.75) (width 0.2) (layer B.Cu) (net 1)) (segment (start 196.3 72.18) (end 197.75 73.63) (width 0.2) (layer F.Cu) (net 1)) (segment (start 196.3 70.75) (end 196.3 72.18) (width 0.2) (layer F.Cu) (net 1)) (segment (start 185.4125 69.4) (end 185.85 69.4) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.15 69.1) (end 185.85 69.4) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.15 66.55) (end 186.15 69.1) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.9875 65.8) (end 186.9 65.8) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.9 65.8) (end 186.15 66.55) (width 0.2) (layer F.Cu) (net 1)) (segment (start 194.3875 68.925) (end 194.3875 69.4) (width 0.2) (layer F.Cu) (net 1)) (segment (start 192.45 68.4) (end 193.8625 68.4) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.15 68.8) (end 186.5 68.45) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.15 69.1) (end 186.15 68.8) (width 0.2) (layer F.Cu) (net 1)) (segment (start 189.000002 68.45) (end 189.650002 67.8) (width 0.2) (layer F.Cu) (net 1)) (segment (start 186.5 68.45) (end 189.000002 68.45) (width 0.2) (layer F.Cu) (net 1)) (segment (start 193.8625 68.4) (end 194.3875 68.925) (width 0.2) (layer F.Cu) (net 1)) (segment (start 191.85 67.8) (end 192.45 68.4) (width 0.2) (layer F.Cu) (net 1)) (segment (start 189.650002 67.8) (end 191.85 67.8) (width 0.2) (layer F.Cu) (net 1)) (segment (start 181.3125 70.775) (end 181.3125 71.25) (width 0.2) (layer F.Cu) (net 1)) (segment (start 182.6875 69.4) (end 181.3125 70.775) (width 0.2) (layer F.Cu) (net 1)) (segment (start 185.4125 69.4) (end 182.6875 69.4) (width 0.2) (layer F.Cu) (net 1)) (via (at 178.05 91.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 179.4 91.4125) (end 178.0625 91.4125) (width 0.25) (layer F.Cu) (net 1)) (segment (start 178.0625 91.4125) (end 178.05 91.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 178.05 91.4) (end 178.05 88.4) (width 0.25) (layer B.Cu) (net 1)) (via (at 178 88.35) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 178.05 88.4) (end 178 88.35) (width 0.25) (layer B.Cu) (net 1)) (segment (start 179.2625 88.35) (end 179.4 88.2125) (width 0.25) (layer F.Cu) (net 1)) (segment (start 178 88.35) (end 179.2625 88.35) (width 0.25) (layer F.Cu) (net 1)) (segment (start 180.875 85.6) (end 181.3125 85.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 179.4 87.075) (end 180.875 85.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 179.4 88.2125) (end 179.4 87.075) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 85.6) (end 181.3125 84) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 84) (end 181.3125 82.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 82.4) (end 181.3125 80.8) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 80.8) (end 181.3125 79.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 79.2) (end 181.3125 77.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 77.6) (end 181.3125 76) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 76) (end 181.3125 74.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 74.4) (end 181.3125 72.8) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 72.8) (end 181.3125 71.25) (width 0.25) (layer F.Cu) (net 1)) (segment (start 184.326716 88.2125) (end 184.6 88.2125) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.714216 85.6) (end 184.326716 88.2125) (width 0.25) (layer F.Cu) (net 1)) (segment (start 181.3125 85.6) (end 181.714216 85.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 187.1 90.075) (end 187.1 90.65) (width 0.25) (layer F.Cu) (net 1)) (segment (start 185.2375 88.2125) (end 187.1 90.075) (width 0.25) (layer F.Cu) (net 1)) (segment (start 184.6 88.2125) (end 185.2375 88.2125) (width 0.25) (layer F.Cu) (net 1)) (via (at 189.5 84.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 184.6 88.2125) (end 185.3875 88.2125) (width 0.25) (layer F.Cu) (net 1)) (segment (start 185.3875 88.2125) (end 189.5 84.1) (width 0.25) (layer F.Cu) (net 1)) (segment (start 186.65 77.75) (end 187.55 77.75) (width 0.2) (layer F.Cu) (net 1)) (segment (start 188.45 78.65) (end 188.45 82.05) (width 0.2) (layer F.Cu) (net 1)) (segment (start 187.55 77.75) (end 188.45 78.65) (width 0.2) (layer F.Cu) (net 1)) (via (at 188.45 81.900002) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 188.45 83.05) (end 188.45 81.900002) (width 0.25) (layer B.Cu) (net 1)) (segment (start 189.5 84.1) (end 188.45 83.05) (width 0.25) (layer B.Cu) (net 1)) (segment (start 188.100002 82.25) (end 188.45 81.900002) (width 0.25) (layer F.Cu) (net 1)) (segment (start 186.65 82.25) (end 188.100002 82.25) (width 0.25) (layer F.Cu) (net 1)) (via (at 177.3 95.35) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 178.05 91.4) (end 178.05 94.6) (width 0.25) (layer B.Cu) (net 1)) (segment (start 178.05 94.6) (end 177.3 95.35) (width 0.25) (layer B.Cu) (net 1)) (segment (start 177.3 96.29) (end 176.34 97.25) (width 0.25) (layer F.Cu) (net 1)) (segment (start 177.3 95.35) (end 177.3 96.29) (width 0.25) (layer F.Cu) (net 1)) (via (at 163.9 93.2) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (segment (start 165.2125 93) (end 164.1 93) (width 0.25) (layer F.Cu) (net 1)) (segment (start 164.1 93) (end 163.9 93.2) (width 0.25) (layer F.Cu) (net 1)) (via (at 180.25 68.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 177.5 67.745) (end 179.595 67.745) (width 0.25) (layer F.Cu) (net 1)) (segment (start 179.595 67.745) (end 180.25 68.4) (width 0.25) (layer F.Cu) (net 1)) (via (at 182.6875 69.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 180.25 68.4) (end 181.25 69.4) (width 0.25) (layer B.Cu) (net 1)) (segment (start 181.25 69.4) (end 182.6875 69.4) (width 0.25) (layer B.Cu) (net 1)) (via (at 188.030594 93.949956) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 187.730595 93.224407) (end 187.730595 93.649957) (width 0.2) (layer F.Cu) (net 1)) (segment (start 187.900044 93.949956) (end 188.030594 93.949956) (width 0.2) (layer B.Cu) (net 1)) (segment (start 187.730595 93.649957) (end 188.030594 93.949956) (width 0.2) (layer F.Cu) (net 1)) (segment (start 187.880001 93.075001) (end 187.730595 93.224407) (width 0.2) (layer F.Cu) (net 1)) (segment (start 187.1 90.65) (end 187.83 90.65) (width 0.2) (layer F.Cu) (net 1)) (segment (start 187.83 90.65) (end 187.880001 90.700001) (width 0.2) (layer F.Cu) (net 1)) (segment (start 185.9 95.95) (end 187.900044 93.949956) (width 0.2) (layer B.Cu) (net 1)) (segment (start 187.880001 90.700001) (end 187.880001 93.075001) (width 0.2) (layer F.Cu) (net 1)) (segment (start 193.2 90.16) (end 192.84 90.52) (width 0.5) (layer F.Cu) (net 1)) (segment (start 198.79 90.16) (end 193.2 90.16) (width 0.5) (layer F.Cu) (net 1)) (segment (start 192.84 91.25) (end 192.24 91.85) (width 0.5) (layer F.Cu) (net 1)) (segment (start 192.84 90.52) (end 192.84 91.25) (width 0.5) (layer F.Cu) (net 1)) (segment (start 192.19 91.9) (end 190.93 91.9) (width 0.35) (layer F.Cu) (net 1)) (segment (start 192.24 91.85) (end 192.19 91.9) (width 0.35) (layer F.Cu) (net 1)) (segment (start 192.19 97.4) (end 190.93 97.4) (width 0.35) (layer F.Cu) (net 1)) (segment (start 192.24 97.45) (end 192.19 97.4) (width 0.35) (layer F.Cu) (net 1)) (segment (start 192.84 98.05) (end 192.84 98.78) (width 0.5) (layer F.Cu) (net 1)) (segment (start 192.24 97.45) (end 192.84 98.05) (width 0.5) (layer F.Cu) (net 1)) (segment (start 198.43 98.78) (end 198.79 99.14) (width 0.5) (layer F.Cu) (net 1)) (segment (start 192.84 98.78) (end 198.43 98.78) (width 0.5) (layer F.Cu) (net 1)) (segment (start 198.79 98.24) (end 198.79 90.16) (width 0.5) (layer F.Cu) (net 1)) (segment (start 198.79 99.14) (end 198.79 98.24) (width 0.5) (layer F.Cu) (net 1)) (segment (start 152.81 97.5) (end 152.81 94.16) (width 0.25) (layer F.Cu) (net 1)) (segment (start 162.95 94.15) (end 152.8 94.15) (width 0.25) (layer B.Cu) (net 1)) (segment (start 152.81 94.16) (end 152.8 94.15) (width 0.25) (layer F.Cu) (net 1)) (segment (start 163.9 93.2) (end 162.95 94.15) (width 0.25) (layer B.Cu) (net 1)) (via (at 152.8 94.15) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 1)) (via (at 187.8 89.45) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 187.1 90.65) (end 187.1 90.15) (width 0.25) (layer F.Cu) (net 1)) (segment (start 187.1 90.15) (end 187.8 89.45) (width 0.25) (layer F.Cu) (net 1)) (segment (start 192.84 90.09) (end 192.84 90.52) (width 0.25) (layer B.Cu) (net 1)) (segment (start 192.3 89.55) (end 192.84 90.09) (width 0.25) (layer B.Cu) (net 1)) (segment (start 187.8 89.45) (end 187.9 89.55) (width 0.25) (layer B.Cu) (net 1)) (segment (start 187.9 89.55) (end 192.3 89.55) (width 0.25) (layer B.Cu) (net 1)) (segment (start 158.0525 69.015) (end 158.0375 69) (width 0.25) (layer F.Cu) (net 2)) (segment (start 160.5 69.015) (end 158.0525 69.015) (width 0.25) (layer F.Cu) (net 2)) (segment (start 156.9 72.5) (end 156.4625 72.5) (width 0.25) (layer F.Cu) (net 2)) (segment (start 157.25 72.15) (end 156.9 72.5) (width 0.25) (layer F.Cu) (net 2)) (segment (start 158.0375 69) (end 158.0375 69.475) (width 0.25) (layer F.Cu) (net 2)) (segment (start 157.25 70.2625) (end 157.25 72.15) (width 0.25) (layer F.Cu) (net 2)) (segment (start 158.0375 69.475) (end 157.25 70.2625) (width 0.25) (layer F.Cu) (net 2)) (via (at 171 90.6) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (segment (start 169.05 90.6) (end 171 90.6) (width 0.25) (layer F.Cu) (net 2)) (segment (start 171.494974 90.6) (end 175.35 90.6) (width 0.25) (layer F.Cu) (net 2)) (segment (start 171 90.6) (end 171.494974 90.6) (width 0.25) (layer F.Cu) (net 2)) (segment (start 149 96.00032) (end 149 97.5) (width 0.25) (layer B.Cu) (net 2)) (segment (start 154.50032 90.5) (end 149 96.00032) (width 0.25) (layer B.Cu) (net 2)) (segment (start 156.4 90.5) (end 154.50032 90.5) (width 0.25) (layer B.Cu) (net 2)) (segment (start 186.85 61.6625) (end 186.8 61.7125) (width 0.25) (layer F.Cu) (net 2)) (segment (start 189.7 61.6625) (end 186.85 61.6625) (width 0.25) (layer F.Cu) (net 2)) (segment (start 199.25 80.75) (end 198.75 81.25) (width 0.25) (layer F.Cu) (net 2)) (segment (start 199.25 68.3) (end 199.25 80.75) (width 0.25) (layer F.Cu) (net 2)) (segment (start 189.7 61.6625) (end 192.6125 61.6625) (width 0.25) (layer F.Cu) (net 2)) (segment (start 198.75 81.25) (end 197.75 81.25) (width 0.25) (layer F.Cu) (net 2)) (segment (start 192.6125 61.6625) (end 199.25 68.3) (width 0.25) (layer F.Cu) (net 2)) (segment (start 186.325 61.7125) (end 186.8 61.7125) (width 0.25) (layer F.Cu) (net 2)) (segment (start 184.824999 63.212501) (end 186.325 61.7125) (width 0.25) (layer F.Cu) (net 2)) (segment (start 184.824999 64.934634) (end 184.824999 63.212501) (width 0.25) (layer F.Cu) (net 2)) (segment (start 175.35 90.6) (end 175.35 88.45) (width 0.25) (layer F.Cu) (net 2)) (segment (start 175.35 88.45) (end 180 83.8) (width 0.25) (layer F.Cu) (net 2)) (segment (start 180 83.8) (end 180 69.759633) (width 0.25) (layer F.Cu) (net 2)) (segment (start 180 69.759633) (end 184.824999 64.934634) (width 0.25) (layer F.Cu) (net 2)) (segment (start 171 90.6) (end 171 91.55) (width 0.25) (layer B.Cu) (net 2)) (segment (start 166.405026 95.65) (end 166.9 95.65) (width 0.25) (layer F.Cu) (net 2)) (segment (start 167.249999 95.300001) (end 166.9 95.65) (width 0.25) (layer B.Cu) (net 2)) (segment (start 164.7575 96.83) (end 164.7575 96.355) (width 0.25) (layer F.Cu) (net 2)) (via (at 166.9 95.65) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (segment (start 164.7575 96.355) (end 165.4625 95.65) (width 0.25) (layer F.Cu) (net 2)) (segment (start 165.4625 95.65) (end 166.405026 95.65) (width 0.25) (layer F.Cu) (net 2)) (segment (start 171 91.55) (end 167.249999 95.300001) (width 0.25) (layer B.Cu) (net 2)) (segment (start 156.4625 72.5) (end 153.800002 72.5) (width 0.25) (layer F.Cu) (net 2)) (via (at 153.800002 72.5) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 2)) (segment (start 153.800002 89.600002) (end 153.800002 72.994974) (width 0.25) (layer B.Cu) (net 2)) (segment (start 153.800002 72.994974) (end 153.800002 72.5) (width 0.25) (layer B.Cu) (net 2)) (segment (start 156.4 90.5) (end 154.7 90.5) (width 0.25) (layer B.Cu) (net 2)) (segment (start 154.7 90.5) (end 153.800002 89.600002) (width 0.25) (layer B.Cu) (net 2)) (segment (start 157.150001 90.625001) (end 156.525001 90.625001) (width 0.25) (layer B.Cu) (net 2)) (segment (start 166.7875 88.5875) (end 168.8 90.6) (width 0.25) (layer F.Cu) (net 2)) (segment (start 168.8 90.6) (end 169.05 90.6) (width 0.25) (layer F.Cu) (net 2)) (segment (start 171 90.6) (end 170.374998 91.225002) (width 0.25) (layer B.Cu) (net 2)) (segment (start 166.7875 88.2) (end 166.7875 88.5875) (width 0.25) (layer F.Cu) (net 2)) (segment (start 156.525001 90.625001) (end 156.4 90.5) (width 0.25) (layer B.Cu) (net 2)) (segment (start 157.175002 90.6) (end 157.150001 90.625001) (width 0.25) (layer B.Cu) (net 2)) (segment (start 166.487499 91.225002) (end 165.862497 90.6) (width 0.25) (layer B.Cu) (net 2)) (segment (start 170.374998 91.225002) (end 166.487499 91.225002) (width 0.25) (layer B.Cu) (net 2)) (segment (start 165.862497 90.6) (end 157.175002 90.6) (width 0.25) (layer B.Cu) (net 2)) (segment (start 158.5025 70.285) (end 158.0375 70.75) (width 0.25) (layer F.Cu) (net 3)) (segment (start 160.5 70.285) (end 158.5025 70.285) (width 0.25) (layer F.Cu) (net 3)) (segment (start 158.0375 70.75) (end 158.0375 72.5) (width 0.25) (layer F.Cu) (net 3)) (segment (start 181.725002 93.15) (end 181.29 93.15) (width 0.2) (layer F.Cu) (net 4)) (segment (start 182.549582 92.32542) (end 181.725002 93.15) (width 0.2) (layer F.Cu) (net 4)) (segment (start 182.549582 90.47501) (end 182.549582 92.32542) (width 0.2) (layer F.Cu) (net 4)) (segment (start 183.450418 90.47501) (end 182.549582 90.47501) (width 0.2) (layer F.Cu) (net 4)) (segment (start 183.72501 89.374582) (end 183.72501 90.200418) (width 0.2) (layer F.Cu) (net 4)) (segment (start 182.562928 88.2125) (end 183.72501 89.374582) (width 0.2) (layer F.Cu) (net 4)) (segment (start 183.72501 90.200418) (end 183.450418 90.47501) (width 0.2) (layer F.Cu) (net 4)) (segment (start 183 88.2125) (end 182.562928 88.2125) (width 0.2) (layer F.Cu) (net 4)) (segment (start 186.744998 92.55) (end 187.1 92.55) (width 0.2) (layer F.Cu) (net 4)) (segment (start 186.319999 92.125001) (end 186.744998 92.55) (width 0.2) (layer F.Cu) (net 4)) (segment (start 183.87499 90.200418) (end 184.349571 90.674999) (width 0.2) (layer F.Cu) (net 4)) (segment (start 186.319999 91.519999) (end 186.319999 92.125001) (width 0.2) (layer F.Cu) (net 4)) (segment (start 183.72501 90.200418) (end 183.87499 90.200418) (width 0.2) (layer F.Cu) (net 4)) (segment (start 185.474999 90.674999) (end 186.319999 91.519999) (width 0.2) (layer F.Cu) (net 4)) (segment (start 184.349571 90.674999) (end 185.474999 90.674999) (width 0.2) (layer F.Cu) (net 4)) (segment (start 163.65 94.5) (end 163.9 94.5) (width 0.25) (layer F.Cu) (net 4)) (segment (start 161.5 91.5) (end 161.5 92.35) (width 0.25) (layer F.Cu) (net 4)) (via (at 163.9 94.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 161.5 92.35) (end 163.65 94.5) (width 0.25) (layer F.Cu) (net 4)) (via (at 166.35 94.524999) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 163.9 94.5) (end 166.325001 94.5) (width 0.25) (layer B.Cu) (net 4)) (segment (start 166.325001 94.5) (end 166.35 94.524999) (width 0.25) (layer B.Cu) (net 4)) (via (at 182.7 93.35) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 181.49 93.35) (end 181.29 93.15) (width 0.25) (layer F.Cu) (net 4)) (segment (start 182.7 93.35) (end 181.49 93.35) (width 0.25) (layer F.Cu) (net 4)) (segment (start 174.924999 94.524999) (end 175.15 94.75) (width 0.25) (layer F.Cu) (net 4)) (segment (start 166.35 94.524999) (end 174.924999 94.524999) (width 0.25) (layer F.Cu) (net 4)) (via (at 175.15 94.75) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 177.875001 95.626001) (end 177.576001 95.925001) (width 0.25) (layer B.Cu) (net 4)) (segment (start 182.7 93.35) (end 179.865698 93.35) (width 0.25) (layer B.Cu) (net 4)) (segment (start 177.576001 95.925001) (end 176.325001 95.925001) (width 0.25) (layer B.Cu) (net 4)) (segment (start 179.865698 93.35) (end 177.875001 95.340697) (width 0.25) (layer B.Cu) (net 4)) (segment (start 176.325001 95.925001) (end 175.449999 95.049999) (width 0.25) (layer B.Cu) (net 4)) (segment (start 175.449999 95.049999) (end 175.15 94.75) (width 0.25) (layer B.Cu) (net 4)) (segment (start 177.875001 95.340697) (end 177.875001 95.626001) (width 0.25) (layer B.Cu) (net 4)) (segment (start 182.525 89.7875) (end 183 89.7875) (width 0.2) (layer F.Cu) (net 5)) (segment (start 182.337928 89.7875) (end 182.525 89.7875) (width 0.2) (layer F.Cu) (net 5)) (segment (start 181.2 88.649572) (end 182.337928 89.7875) (width 0.2) (layer F.Cu) (net 5)) (segment (start 181.2 88.2125) (end 181.2 88.649572) (width 0.2) (layer F.Cu) (net 5)) (segment (start 182.1 92.2) (end 181.29 92.2) (width 0.2) (layer F.Cu) (net 5)) (segment (start 182.150001 92.149999) (end 182.1 92.2) (width 0.2) (layer F.Cu) (net 5)) (segment (start 182.150001 90.379603) (end 182.150001 92.149999) (width 0.2) (layer F.Cu) (net 5)) (segment (start 182.404604 90.125) (end 182.150001 90.379603) (width 0.2) (layer F.Cu) (net 5)) (segment (start 182.675 90.125) (end 182.404604 90.125) (width 0.2) (layer F.Cu) (net 5)) (segment (start 183 89.8) (end 182.675 90.125) (width 0.2) (layer F.Cu) (net 5)) (segment (start 183 89.7875) (end 183 89.8) (width 0.2) (layer F.Cu) (net 5)) (via (at 164 89.4) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 6)) (segment (start 179.175 94.695) (end 177.495 94.695) (width 0.25) (layer F.Cu) (net 6)) (segment (start 177.495 94.695) (end 176.65 93.9) (width 0.25) (layer F.Cu) (net 6)) (segment (start 177 93.55) (end 176.65 93.9) (width 0.25) (layer F.Cu) (net 6)) (segment (start 176.3 93.55) (end 176.65 93.9) (width 0.25) (layer F.Cu) (net 6)) (segment (start 175.35 93.55) (end 176.3 93.55) (width 0.25) (layer F.Cu) (net 6)) (via (at 154.5 74.25) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 6)) (segment (start 154.5 86.1) (end 154.5 74.744974) (width 0.25) (layer B.Cu) (net 6)) (segment (start 156 87.6) (end 154.5 86.1) (width 0.25) (layer B.Cu) (net 6)) (segment (start 156.4725 74.2) (end 154.550001 74.199999) (width 0.25) (layer F.Cu) (net 6)) (segment (start 154.550001 74.199999) (end 154.5 74.25) (width 0.25) (layer F.Cu) (net 6)) (segment (start 154.5 74.744974) (end 154.5 74.25) (width 0.25) (layer B.Cu) (net 6)) (via (at 156 87.6) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 6)) (segment (start 159.6 87.6) (end 156 87.6) (width 0.35) (layer F.Cu) (net 6)) (segment (start 161.5 89.5) (end 159.6 87.6) (width 0.35) (layer F.Cu) (net 6)) (segment (start 161.6 89.4) (end 164 89.4) (width 0.35) (layer F.Cu) (net 6)) (segment (start 161.5 89.5) (end 161.6 89.4) (width 0.35) (layer F.Cu) (net 6)) (via (at 166.6 89.400002) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 6)) (segment (start 164 89.4) (end 166.599998 89.4) (width 0.35) (layer B.Cu) (net 6)) (segment (start 166.599998 89.4) (end 166.6 89.400002) (width 0.35) (layer B.Cu) (net 6)) (segment (start 166.7 90.5125) (end 166.7875 90.6) (width 0.35) (layer F.Cu) (net 6)) (segment (start 166.6 89.400002) (end 166.7 89.500002) (width 0.35) (layer F.Cu) (net 6)) (segment (start 166.7 89.500002) (end 166.7 90.5125) (width 0.35) (layer F.Cu) (net 6)) (segment (start 166.7875 90.6) (end 166.7875 93) (width 0.35) (layer F.Cu) (net 6)) (segment (start 168.95 93) (end 169.05 92.9) (width 0.35) (layer F.Cu) (net 6)) (segment (start 166.7875 93) (end 168.95 93) (width 0.35) (layer F.Cu) (net 6)) (segment (start 174.65 92.9) (end 174.7 92.95) (width 0.35) (layer F.Cu) (net 6)) (segment (start 169.05 92.9) (end 174.65 92.9) (width 0.35) (layer F.Cu) (net 6)) (segment (start 174.7 92.95) (end 174.7 92.9) (width 0.25) (layer F.Cu) (net 6)) (segment (start 174.65 92.9) (end 175.3 93.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 174.7 92.9) (end 175.3 93.55) (width 0.25) (layer F.Cu) (net 6)) (segment (start 175.3 93.55) (end 175.35 93.55) (width 0.25) (layer F.Cu) (net 6)) (segment (start 177.395 94.695) (end 177.495 94.695) (width 0.35) (layer F.Cu) (net 6)) (segment (start 175.3 93.55) (end 176.25 93.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 177.395 94.695) (end 179.175 94.695) (width 0.35) (layer F.Cu) (net 6)) (segment (start 177.05 93.55) (end 177.05 91.6) (width 0.35) (layer F.Cu) (net 6)) (segment (start 176.65 93.95) (end 177.05 93.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 176.25 93.55) (end 176.65 93.95) (width 0.35) (layer F.Cu) (net 6)) (segment (start 177.05 91.6) (end 177 93.55) (width 0.25) (layer F.Cu) (net 6)) (segment (start 176.65 93.95) (end 177.395 94.695) (width 0.35) (layer F.Cu) (net 6)) (segment (start 178.925 89.7875) (end 179.4 89.7875) (width 0.35) (layer F.Cu) (net 6)) (segment (start 178.737498 89.7875) (end 178.925 89.7875) (width 0.35) (layer F.Cu) (net 6)) (segment (start 177.05 91.474998) (end 178.737498 89.7875) (width 0.35) (layer F.Cu) (net 6)) (segment (start 177.05 91.6) (end 177.05 91.474998) (width 0.35) (layer F.Cu) (net 6)) (segment (start 179.4 89.7875) (end 181.2 89.7875) (width 0.35) (layer F.Cu) (net 6)) (segment (start 187.0375 67.55) (end 186.9875 67.6) (width 0.25) (layer F.Cu) (net 7)) (segment (start 188.6 67.55) (end 187.0375 67.55) (width 0.25) (layer F.Cu) (net 7)) (segment (start 188.75 67.4) (end 188.6 67.55) (width 0.25) (layer F.Cu) (net 7)) (segment (start 192.8125 67.4) (end 188.75 67.4) (width 0.25) (layer F.Cu) (net 7)) (segment (start 189.7 66.45) (end 188.6 67.55) (width 0.25) (layer F.Cu) (net 7)) (segment (start 189.7 65.9375) (end 189.7 66.45) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.4125 65.8) (end 185.4125 67.6) (width 0.25) (layer F.Cu) (net 8)) (segment (start 185.4125 64.5375) (end 185.45 64.5) (width 0.25) (layer F.Cu) (net 8)) (segment (start 185.4125 65.8) (end 185.4125 64.5375) (width 0.25) (layer F.Cu) (net 8)) (via (at 185.45 64.5) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 8)) (segment (start 192.8125 64.5125) (end 192.8 64.5) (width 0.25) (layer F.Cu) (net 8)) (via (at 192.8 64.5) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 8)) (segment (start 185.45 64.5) (end 192.8 64.5) (width 0.25) (layer B.Cu) (net 8)) (segment (start 192.8125 65.6) (end 192.8125 64.5125) (width 0.25) (layer F.Cu) (net 8)) (segment (start 186.65 81.25) (end 186.65 81.75) (width 0.2) (layer F.Cu) (net 9)) (via (at 184 74.65) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 183.1375 74.65) (end 182.8875 74.4) (width 0.2) (layer F.Cu) (net 9)) (segment (start 184 74.65) (end 183.1375 74.65) (width 0.2) (layer F.Cu) (net 9)) (via (at 187.9 80.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 187.9 80.85) (end 187.9 80.25) (width 0.2) (layer F.Cu) (net 9)) (segment (start 186.65 81.25) (end 187.5 81.25) (width 0.2) (layer F.Cu) (net 9)) (segment (start 187.9 78.55) (end 187.9 80.25) (width 0.2) (layer B.Cu) (net 9)) (segment (start 184 74.65) (end 187.9 78.55) (width 0.2) (layer B.Cu) (net 9)) (segment (start 187.5 81.25) (end 187.9 80.85) (width 0.2) (layer F.Cu) (net 9)) (segment (start 184.599999 80.364001) (end 183.999998 79.764) (width 0.2) (layer F.Cu) (net 10)) (segment (start 184.649998 80.514) (end 184.599999 80.464001) (width 0.2) (layer F.Cu) (net 10)) (segment (start 184.649998 81.814002) (end 184.649998 80.514) (width 0.2) (layer F.Cu) (net 10)) (segment (start 185.585996 82.75) (end 184.649998 81.814002) (width 0.2) (layer F.Cu) (net 10)) (segment (start 186.65 82.75) (end 185.585996 82.75) (width 0.2) (layer F.Cu) (net 10)) (segment (start 183.325 76) (end 182.8875 76) (width 0.2) (layer F.Cu) (net 10)) (segment (start 183.999998 79.764) (end 183.999998 76.674998) (width 0.2) (layer F.Cu) (net 10)) (segment (start 183.999998 76.674998) (end 183.325 76) (width 0.2) (layer F.Cu) (net 10)) (segment (start 184.599999 80.464001) (end 184.599999 80.364001) (width 0.2) (layer F.Cu) (net 10)) (segment (start 184.237499 85.349999) (end 182.8875 84) (width 0.2) (layer F.Cu) (net 11)) (segment (start 186.65 85.25) (end 186.550001 85.349999) (width 0.2) (layer F.Cu) (net 11)) (segment (start 186.550001 85.349999) (end 184.237499 85.349999) (width 0.2) (layer F.Cu) (net 11)) (segment (start 194.825 65.6) (end 194.3875 65.6) (width 0.2) (layer F.Cu) (net 11)) (segment (start 195.75 66.525) (end 194.825 65.6) (width 0.2) (layer F.Cu) (net 11)) (segment (start 195.75 69.6) (end 195.75 66.525) (width 0.2) (layer F.Cu) (net 11)) (segment (start 187.5 85.25) (end 193.19999 79.55001) (width 0.2) (layer F.Cu) (net 11)) (segment (start 193.375732 70.19999) (end 195.14999 70.19999) (width 0.2) (layer F.Cu) (net 11)) (segment (start 186.65 85.25) (end 187.5 85.25) (width 0.2) (layer F.Cu) (net 11)) (segment (start 195.14999 70.19999) (end 195.15 70.2) (width 0.2) (layer F.Cu) (net 11)) (segment (start 193.19999 79.55001) (end 193.19999 70.375732) (width 0.2) (layer F.Cu) (net 11)) (segment (start 195.15 70.2) (end 195.75 69.6) (width 0.2) (layer F.Cu) (net 11)) (segment (start 193.19999 70.375732) (end 193.375732 70.19999) (width 0.2) (layer F.Cu) (net 11)) (segment (start 183.2375 85.95) (end 182.8875 85.6) (width 0.2) (layer F.Cu) (net 12)) (segment (start 186.65 85.75) (end 186.45 85.95) (width 0.2) (layer F.Cu) (net 12)) (segment (start 186.45 85.95) (end 183.2375 85.95) (width 0.2) (layer F.Cu) (net 12)) (segment (start 184.249988 80.50898) (end 183.649987 79.908979) (width 0.2) (layer F.Cu) (net 13)) (segment (start 183.325 77.6) (end 182.8875 77.6) (width 0.2) (layer F.Cu) (net 13)) (segment (start 184.249988 80.60898) (end 184.249988 80.50898) (width 0.2) (layer F.Cu) (net 13)) (segment (start 183.649987 77.924987) (end 183.325 77.6) (width 0.2) (layer F.Cu) (net 13)) (segment (start 185.591006 83.25) (end 184.27503 81.934024) (width 0.2) (layer F.Cu) (net 13)) (segment (start 184.27503 81.934024) (end 184.27503 80.634022) (width 0.2) (layer F.Cu) (net 13)) (segment (start 184.27503 80.634022) (end 184.249988 80.60898) (width 0.2) (layer F.Cu) (net 13)) (segment (start 186.65 83.25) (end 185.591006 83.25) (width 0.2) (layer F.Cu) (net 13)) (segment (start 183.649987 79.908979) (end 183.649987 77.924987) (width 0.2) (layer F.Cu) (net 13)) (segment (start 186.65 83.75) (end 185.596016 83.75) (width 0.2) (layer F.Cu) (net 14)) (segment (start 183.925019 80.779001) (end 183.899977 80.753959) (width 0.2) (layer F.Cu) (net 14)) (segment (start 185.596016 83.75) (end 183.925019 82.079003) (width 0.2) (layer F.Cu) (net 14)) (segment (start 183.925019 82.079003) (end 183.925019 80.779001) (width 0.2) (layer F.Cu) (net 14)) (segment (start 183.899977 80.753959) (end 183.899977 80.653959) (width 0.2) (layer F.Cu) (net 14)) (segment (start 182.8875 79.641482) (end 182.8875 79.2) (width 0.2) (layer F.Cu) (net 14)) (segment (start 183.899977 80.653959) (end 182.8875 79.641482) (width 0.2) (layer F.Cu) (net 14)) (segment (start 183.57501 82.77501) (end 183.57501 81.949582) (width 0.2) (layer F.Cu) (net 15)) (segment (start 185.05 84.25) (end 183.57501 82.77501) (width 0.2) (layer F.Cu) (net 15)) (segment (start 186.65 84.25) (end 185.05 84.25) (width 0.2) (layer F.Cu) (net 15)) (segment (start 182.8875 81.262072) (end 182.8875 80.8) (width 0.2) (layer F.Cu) (net 15)) (segment (start 183.57501 81.949582) (end 182.8875 81.262072) (width 0.2) (layer F.Cu) (net 15)) (segment (start 192.2 79.55) (end 192.2 70.65) (width 0.2) (layer F.Cu) (net 15)) (via (at 192.2 70.65) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 15)) (segment (start 186.65 84.25) (end 187.5 84.25) (width 0.2) (layer F.Cu) (net 15)) (segment (start 187.5 84.25) (end 192.2 79.55) (width 0.2) (layer F.Cu) (net 15)) (via (at 196.35 67.85) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 15)) (segment (start 193.69999 67.14999) (end 193.95 67.4) (width 0.2) (layer F.Cu) (net 15)) (segment (start 193.69999 65.149582) (end 193.69999 67.14999) (width 0.2) (layer F.Cu) (net 15)) (segment (start 193.974582 64.87499) (end 193.69999 65.149582) (width 0.2) (layer F.Cu) (net 15)) (segment (start 194.800418 64.87499) (end 193.974582 64.87499) (width 0.2) (layer F.Cu) (net 15)) (segment (start 193.95 67.4) (end 194.3875 67.4) (width 0.2) (layer F.Cu) (net 15)) (segment (start 196.35 66.424572) (end 194.800418 64.87499) (width 0.2) (layer F.Cu) (net 15)) (segment (start 196.35 67.85) (end 196.35 66.424572) (width 0.2) (layer F.Cu) (net 15)) (segment (start 193.15 67.85) (end 196.35 67.85) (width 0.2) (layer B.Cu) (net 15)) (segment (start 192.2 70.65) (end 192.2 68.8) (width 0.2) (layer B.Cu) (net 15)) (segment (start 192.2 68.8) (end 193.15 67.85) (width 0.2) (layer B.Cu) (net 15)) (segment (start 185.25 75.2) (end 185.8 75.75) (width 0.2) (layer F.Cu) (net 16)) (segment (start 185.25 73.175) (end 185.25 75.2) (width 0.2) (layer F.Cu) (net 16)) (segment (start 185.8 75.75) (end 186.65 75.75) (width 0.2) (layer F.Cu) (net 16)) (segment (start 182.8875 71.25) (end 183.325 71.25) (width 0.2) (layer F.Cu) (net 16)) (segment (start 183.325 71.25) (end 185.25 73.175) (width 0.2) (layer F.Cu) (net 16)) (segment (start 185.8 76.25) (end 186.65 76.25) (width 0.2) (layer F.Cu) (net 17)) (segment (start 185.75 76.25) (end 185.8 76.25) (width 0.2) (layer F.Cu) (net 17)) (segment (start 184.89999 75.39999) (end 185.75 76.25) (width 0.2) (layer F.Cu) (net 17)) (segment (start 183.325 72.8) (end 184.89999 74.37499) (width 0.2) (layer F.Cu) (net 17)) (segment (start 184.89999 74.37499) (end 184.89999 75.39999) (width 0.2) (layer F.Cu) (net 17)) (segment (start 182.8875 72.8) (end 183.325 72.8) (width 0.2) (layer F.Cu) (net 17)) (segment (start 186.65 84.75) (end 184.8 84.75) (width 0.2) (layer F.Cu) (net 18)) (segment (start 182.8875 82.8375) (end 182.8875 82.4) (width 0.2) (layer F.Cu) (net 18)) (segment (start 184.8 84.75) (end 182.8875 82.8375) (width 0.2) (layer F.Cu) (net 18)) (segment (start 189.2 95.7875) (end 189.2 97.2125) (width 0.2) (layer F.Cu) (net 19)) (segment (start 187.9325 94.995) (end 184.725 94.995) (width 0.2) (layer F.Cu) (net 19)) (segment (start 184.725 94.995) (end 184.425 94.695) (width 0.2) (layer F.Cu) (net 19)) (segment (start 188.725 95.7875) (end 187.9325 94.995) (width 0.2) (layer F.Cu) (net 19)) (segment (start 189.2 95.7875) (end 188.725 95.7875) (width 0.2) (layer F.Cu) (net 19)) (via (at 181.95 98.75) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19)) (segment (start 179.175 98.505) (end 181.705 98.505) (width 0.2) (layer F.Cu) (net 19)) (segment (start 181.705 98.505) (end 181.95 98.75) (width 0.2) (layer F.Cu) (net 19)) (segment (start 181.95 98.75) (end 182.5 98.2) (width 0.2) (layer B.Cu) (net 19)) (via (at 182.5 94.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19)) (segment (start 182.5 98.2) (end 182.5 94.9) (width 0.2) (layer B.Cu) (net 19)) (segment (start 184.22 94.9) (end 184.425 94.695) (width 0.2) (layer F.Cu) (net 19)) (segment (start 182.5 94.9) (end 184.22 94.9) (width 0.2) (layer F.Cu) (net 19)) (segment (start 189.3125 95.9) (end 191.03 95.9) (width 0.35) (layer F.Cu) (net 19)) (segment (start 189.2 95.7875) (end 189.3125 95.9) (width 0.35) (layer F.Cu) (net 19)) (segment (start 192.29 95.9) (end 192.34 95.85) (width 0.35) (layer F.Cu) (net 19)) (segment (start 191.03 95.9) (end 192.29 95.9) (width 0.35) (layer F.Cu) (net 19)) (segment (start 192.29 93.4) (end 192.34 93.45) (width 0.35) (layer F.Cu) (net 19)) (segment (start 191.03 93.4) (end 192.29 93.4) (width 0.35) (layer F.Cu) (net 19)) (segment (start 189.675 95.7875) (end 189.2 95.7875) (width 0.35) (layer F.Cu) (net 19)) (segment (start 190.15 95.3125) (end 189.675 95.7875) (width 0.35) (layer F.Cu) (net 19)) (segment (start 192.3 93.45) (end 192.274999 93.424999) (width 0.35) (layer F.Cu) (net 19)) (segment (start 192.34 93.45) (end 192.3 93.45) (width 0.35) (layer F.Cu) (net 19)) (segment (start 192.274999 93.424999) (end 190.419999 93.424999) (width 0.35) (layer F.Cu) (net 19)) (segment (start 190.419999 93.424999) (end 190.15 93.694998) (width 0.35) (layer F.Cu) (net 19)) (segment (start 190.15 93.694998) (end 190.15 95.3125) (width 0.35) (layer F.Cu) (net 19)) (segment (start 188.725 94.2125) (end 188.437543 94.499957) (width 0.2) (layer F.Cu) (net 20)) (segment (start 187.475 94.2125) (end 187 94.2125) (width 0.2) (layer F.Cu) (net 20)) (segment (start 187.762457 94.499957) (end 187.475 94.2125) (width 0.2) (layer F.Cu) (net 20)) (segment (start 189.2 94.2125) (end 188.725 94.2125) (width 0.2) (layer F.Cu) (net 20)) (segment (start 188.437543 94.499957) (end 187.762457 94.499957) (width 0.2) (layer F.Cu) (net 20)) (segment (start 189.2 98.7875) (end 187 98.7875) (width 0.2) (layer F.Cu) (net 21)) (segment (start 165.175 98.51) (end 164.7375 98.51) (width 0.25) (layer F.Cu) (net 22)) (segment (start 166.95 98.51) (end 165.175 98.51) (width 0.25) (layer F.Cu) (net 22)) (segment (start 167.16 98.3) (end 166.95 98.51) (width 0.25) (layer F.Cu) (net 22)) (segment (start 167.16 97.25) (end 167.16 98.3) (width 0.25) (layer F.Cu) (net 22)) (segment (start 167.72433 78.800011) (end 164.406968 82.117373) (width 0.25) (layer F.Cu) (net 23)) (via (at 164.056969 82.467372) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 23)) (segment (start 170.765689 78.800011) (end 167.72433 78.800011) (width 0.25) (layer F.Cu) (net 23)) (segment (start 176.7407 72.825) (end 170.765689 78.800011) (width 0.25) (layer F.Cu) (net 23)) (segment (start 164.406968 82.117373) (end 164.056969 82.467372) (width 0.25) (layer F.Cu) (net 23)) (segment (start 177.5 72.825) (end 176.7407 72.825) (width 0.25) (layer F.Cu) (net 23)) (segment (start 157.45 90.044974) (end 157.45 89.55) (width 0.25) (layer F.Cu) (net 23)) (segment (start 164.056969 82.467372) (end 157.45 89.074341) (width 0.25) (layer B.Cu) (net 23)) (segment (start 157.45 89.074341) (end 157.45 89.55) (width 0.25) (layer B.Cu) (net 23)) (segment (start 157.45 94.52) (end 157.45 90.044974) (width 0.25) (layer F.Cu) (net 23)) (via (at 157.45 89.55) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 23)) (segment (start 160.43 97.5) (end 157.45 94.52) (width 0.25) (layer F.Cu) (net 23)) (segment (start 176.045 71.555) (end 175.8 71.8) (width 0.25) (layer F.Cu) (net 24)) (segment (start 175.8 71.8) (end 175.8 73.2) (width 0.25) (layer F.Cu) (net 24)) (segment (start 166.933627 78.4) (end 163.894134 81.439493) (width 0.25) (layer F.Cu) (net 24)) (segment (start 163.894134 81.439493) (end 163.544135 81.789492) (width 0.25) (layer F.Cu) (net 24)) (segment (start 177.5 71.555) (end 176.045 71.555) (width 0.25) (layer F.Cu) (net 24)) (segment (start 170.6 78.4) (end 166.933627 78.4) (width 0.25) (layer F.Cu) (net 24)) (via (at 163.544135 81.789492) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 24)) (segment (start 175.8 73.2) (end 170.6 78.4) (width 0.25) (layer F.Cu) (net 24)) (segment (start 156.62 97.5) (end 156.62 89.719994) (width 0.25) (layer F.Cu) (net 24)) (segment (start 156.450006 88.883621) (end 156.450006 89.55) (width 0.25) (layer B.Cu) (net 24)) (segment (start 163.544135 81.789492) (end 156.450006 88.883621) (width 0.25) (layer B.Cu) (net 24)) (segment (start 156.62 89.719994) (end 156.450006 89.55) (width 0.25) (layer F.Cu) (net 24)) (via (at 156.450006 89.55) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 24)) (via (at 175.1 69.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25)) (segment (start 177.265 69.25) (end 177.5 69.015) (width 0.2) (layer F.Cu) (net 25)) (segment (start 175.1 69.25) (end 177.265 69.25) (width 0.2) (layer F.Cu) (net 25)) (via (at 185.356067 81.592474) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25)) (segment (start 185.656066 81.292475) (end 185.356067 81.592474) (width 0.2) (layer F.Cu) (net 25)) (segment (start 185.899998 80.75) (end 185.749999 80.899999) (width 0.2) (layer F.Cu) (net 25)) (segment (start 185.749999 80.899999) (end 185.749999 81.198542) (width 0.2) (layer F.Cu) (net 25)) (segment (start 185.749999 81.198542) (end 185.656066 81.292475) (width 0.2) (layer F.Cu) (net 25)) (segment (start 186.65 80.75) (end 185.899998 80.75) (width 0.2) (layer F.Cu) (net 25)) (segment (start 182.698541 84.25) (end 185.056068 81.892473) (width 0.2) (layer B.Cu) (net 25)) (segment (start 185.056068 81.892473) (end 185.356067 81.592474) (width 0.2) (layer B.Cu) (net 25)) (segment (start 173.9 84.25) (end 182.698541 84.25) (width 0.2) (layer B.Cu) (net 25)) (segment (start 173.64999 70.70001) (end 173.64999 77.838012) (width 0.2) (layer B.Cu) (net 25)) (segment (start 173.64999 77.838012) (end 171.75 79.738002) (width 0.2) (layer B.Cu) (net 25)) (segment (start 171.75 79.738002) (end 171.75 82.1) (width 0.2) (layer B.Cu) (net 25)) (segment (start 175.1 69.25) (end 173.64999 70.70001) (width 0.2) (layer B.Cu) (net 25)) (segment (start 171.75 82.1) (end 173.9 84.25) (width 0.2) (layer B.Cu) (net 25)) (via (at 185.202717 80.845274) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 26)) (segment (start 185.797991 80.25) (end 185.202717 80.845274) (width 0.2) (layer F.Cu) (net 26)) (segment (start 186.65 80.25) (end 185.797991 80.25) (width 0.2) (layer F.Cu) (net 26)) (segment (start 174.895 77.905) (end 172.849999 79.950001) (width 0.2) (layer F.Cu) (net 26)) (segment (start 172.55 82.2) (end 172.55 80.674264) (width 0.2) (layer B.Cu) (net 26)) (segment (start 182.247992 83.8) (end 174.15 83.8) (width 0.2) (layer B.Cu) (net 26)) (segment (start 177.5 77.905) (end 174.895 77.905) (width 0.2) (layer F.Cu) (net 26)) (segment (start 172.849999 79.950001) (end 172.55 80.25) (width 0.2) (layer F.Cu) (net 26)) (segment (start 174.15 83.8) (end 172.55 82.2) (width 0.2) (layer B.Cu) (net 26)) (segment (start 172.55 80.674264) (end 172.55 80.25) (width 0.2) (layer B.Cu) (net 26)) (via (at 172.55 80.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 26)) (segment (start 185.202717 80.845274) (end 182.247992 83.8) (width 0.2) (layer B.Cu) (net 26)) (via (at 184.85 79.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 27)) (segment (start 186.65 79.75) (end 184.9 79.75) (width 0.2) (layer F.Cu) (net 27)) (segment (start 184.9 79.75) (end 184.85 79.7) (width 0.2) (layer F.Cu) (net 27)) (segment (start 173.95 81.794988) (end 173.95 79.95) (width 0.2) (layer B.Cu) (net 27)) (segment (start 175.355022 83.20001) (end 173.95 81.794988) (width 0.2) (layer B.Cu) (net 27)) (segment (start 184.85 79.7) (end 181.34999 83.20001) (width 0.2) (layer B.Cu) (net 27)) (via (at 173.95 79.95) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 27)) (segment (start 181.34999 83.20001) (end 175.355022 83.20001) (width 0.2) (layer B.Cu) (net 27)) (segment (start 176.3 79.175) (end 177.5 79.175) (width 0.2) (layer F.Cu) (net 27)) (segment (start 175.149264 79.175) (end 176.3 79.175) (width 0.2) (layer F.Cu) (net 27)) (segment (start 174.374264 79.95) (end 175.149264 79.175) (width 0.2) (layer F.Cu) (net 27)) (segment (start 173.95 79.95) (end 174.374264 79.95) (width 0.2) (layer F.Cu) (net 27)) (segment (start 177.5 74.095) (end 176.3 74.095) (width 0.2) (layer F.Cu) (net 28)) (via (at 175.699998 74.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 28)) (segment (start 175.699998 74.695002) (end 175.699998 74.9) (width 0.2) (layer F.Cu) (net 28)) (segment (start 176.3 74.095) (end 175.699998 74.695002) (width 0.2) (layer F.Cu) (net 28)) (via (at 184.650004 78.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 28)) (segment (start 185.414004 79.25) (end 185.014003 78.849999) (width 0.2) (layer F.Cu) (net 28)) (segment (start 184.950003 78.849999) (end 184.650004 78.55) (width 0.2) (layer F.Cu) (net 28)) (segment (start 185.014003 78.849999) (end 184.950003 78.849999) (width 0.2) (layer F.Cu) (net 28)) (segment (start 186.65 79.25) (end 185.414004 79.25) (width 0.2) (layer F.Cu) (net 28)) (segment (start 174.9 75.699998) (end 174.9 82.25) (width 0.2) (layer B.Cu) (net 28)) (segment (start 180.350004 82.85) (end 184.350005 78.849999) (width 0.2) (layer B.Cu) (net 28)) (segment (start 175.699998 74.9) (end 174.9 75.699998) (width 0.2) (layer B.Cu) (net 28)) (segment (start 174.9 82.25) (end 175.5 82.85) (width 0.2) (layer B.Cu) (net 28)) (segment (start 184.350005 78.849999) (end 184.650004 78.55) (width 0.2) (layer B.Cu) (net 28)) (segment (start 175.5 82.85) (end 180.350004 82.85) (width 0.2) (layer B.Cu) (net 28)) (via (at 184.65 77.75) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 29)) (segment (start 184.714004 77.75) (end 184.65 77.75) (width 0.2) (layer F.Cu) (net 29)) (segment (start 186.65 78.75) (end 185.714004 78.75) (width 0.2) (layer F.Cu) (net 29)) (segment (start 185.714004 78.75) (end 184.714004 77.75) (width 0.2) (layer F.Cu) (net 29)) (via (at 175.7 82.15) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 29)) (segment (start 180.25 82.15) (end 175.7 82.15) (width 0.2) (layer B.Cu) (net 29)) (segment (start 173.445 85.255) (end 173.445 84.055) (width 0.2) (layer F.Cu) (net 29)) (segment (start 173.445 84.055) (end 175.35 82.15) (width 0.2) (layer F.Cu) (net 29)) (segment (start 175.35 82.15) (end 175.7 82.15) (width 0.2) (layer F.Cu) (net 29)) (segment (start 184.65 77.75) (end 180.25 82.15) (width 0.2) (layer B.Cu) (net 29)) (segment (start 177.5 82.985) (end 178.7 82.985) (width 0.2) (layer F.Cu) (net 30)) (via (at 179.25 81.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 30)) (segment (start 178.7 82.985) (end 179.25 82.435) (width 0.2) (layer F.Cu) (net 30)) (segment (start 179.25 82.435) (end 179.25 81.55) (width 0.2) (layer F.Cu) (net 30)) (segment (start 184.400001 77.199999) (end 184.7 76.9) (width 0.2) (layer B.Cu) (net 30)) (via (at 184.7 76.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 30)) (segment (start 180.05 81.55) (end 184.400001 77.199999) (width 0.2) (layer B.Cu) (net 30)) (segment (start 179.25 81.55) (end 180.05 81.55) (width 0.2) (layer B.Cu) (net 30)) (segment (start 185.8 78.25) (end 185.500002 77.950002) (width 0.2) (layer F.Cu) (net 30)) (segment (start 185.500002 77.700002) (end 184.999999 77.199999) (width 0.2) (layer F.Cu) (net 30)) (segment (start 184.999999 77.199999) (end 184.7 76.9) (width 0.2) (layer F.Cu) (net 30)) (segment (start 185.500002 77.950002) (end 185.500002 77.700002) (width 0.2) (layer F.Cu) (net 30)) (segment (start 186.65 78.25) (end 185.8 78.25) (width 0.2) (layer F.Cu) (net 30)) (segment (start 188.55 69.4) (end 188.6 69.45) (width 0.25) (layer F.Cu) (net 33)) (segment (start 186.9875 69.4) (end 188.55 69.4) (width 0.25) (layer F.Cu) (net 33)) (segment (start 187.5 75.25) (end 186.65 75.25) (width 0.2) (layer F.Cu) (net 33)) (segment (start 187.65 75.1) (end 187.5 75.25) (width 0.2) (layer F.Cu) (net 33)) (segment (start 187.65 70.5375) (end 187.65 75.1) (width 0.2) (layer F.Cu) (net 33)) (segment (start 186.9875 69.4) (end 186.9875 69.875) (width 0.2) (layer F.Cu) (net 33)) (segment (start 186.9875 69.875) (end 187.65 70.5375) (width 0.2) (layer F.Cu) (net 33)) (via (at 190.75 69.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 34)) (segment (start 190.75 68.65) (end 190.6 68.5) (width 0.2) (layer F.Cu) (net 34)) (segment (start 190.75 69.6) (end 190.75 68.65) (width 0.2) (layer F.Cu) (net 34)) (segment (start 191.9125 68.5) (end 192.8125 69.4) (width 0.25) (layer F.Cu) (net 34)) (segment (start 190.6 68.5) (end 191.9125 68.5) (width 0.25) (layer F.Cu) (net 34)) (via (at 185.8 71.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 34)) (segment (start 185.8 74.75) (end 185.75 74.7) (width 0.2) (layer F.Cu) (net 34)) (segment (start 185.8 72.024264) (end 185.8 71.6) (width 0.2) (layer F.Cu) (net 34)) (segment (start 185.75 72.074264) (end 185.8 72.024264) (width 0.2) (layer F.Cu) (net 34)) (segment (start 186.65 74.75) (end 185.8 74.75) (width 0.2) (layer F.Cu) (net 34)) (segment (start 185.75 74.7) (end 185.75 72.074264) (width 0.2) (layer F.Cu) (net 34)) (segment (start 186.224264 71.6) (end 185.8 71.6) (width 0.2) (layer B.Cu) (net 34)) (segment (start 187.074264 70.75) (end 186.224264 71.6) (width 0.2) (layer B.Cu) (net 34)) (segment (start 190.75 69.6) (end 189.6 70.75) (width 0.2) (layer B.Cu) (net 34)) (segment (start 189.6 70.75) (end 187.074264 70.75) (width 0.2) (layer B.Cu) (net 34)) (segment (start 163.1625 96.85) (end 163.1825 96.83) (width 0.25) (layer F.Cu) (net 36)) (segment (start 163.1625 98.51) (end 163.1625 96.85) (width 0.25) (layer F.Cu) (net 36)) (segment (start 177.5 84.255) (end 177.5 85.300002) (width 0.25) (layer F.Cu) (net 36)) (via (at 177.4 85.400002) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 36)) (segment (start 177.5 85.300002) (end 177.4 85.400002) (width 0.25) (layer F.Cu) (net 36)) (segment (start 165.587501 93.949999) (end 171.900001 93.949999) (width 0.25) (layer F.Cu) (net 36)) (segment (start 177.4 85.400002) (end 177.4 88.45) (width 0.25) (layer B.Cu) (net 36)) (segment (start 171.900001 93.949999) (end 172.25 93.6) (width 0.25) (layer F.Cu) (net 36)) (segment (start 163.1825 96.83) (end 163.1825 96.355) (width 0.25) (layer F.Cu) (net 36)) (via (at 172.25 93.6) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 36)) (segment (start 172.599999 93.250001) (end 172.25 93.6) (width 0.25) (layer B.Cu) (net 36)) (segment (start 163.1825 96.355) (end 165.587501 93.949999) (width 0.25) (layer F.Cu) (net 36)) (segment (start 177.4 88.45) (end 172.599999 93.250001) (width 0.25) (layer B.Cu) (net 36)) (via (at 180.8 96.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 38)) (segment (start 184.425 97.235) (end 181.235 97.235) (width 0.2) (layer F.Cu) (net 38)) (segment (start 181.235 97.235) (end 180.8 96.8) (width 0.2) (layer F.Cu) (net 38)) (segment (start 180.25 96.25) (end 180.25 93.95) (width 0.2) (layer B.Cu) (net 38)) (segment (start 180.8 96.8) (end 180.25 96.25) (width 0.2) (layer B.Cu) (net 38)) (via (at 180.25 93.95) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 38)) (segment (start 180.25 93.8375) (end 179.4 92.9875) (width 0.2) (layer F.Cu) (net 38)) (segment (start 180.25 93.95) (end 180.25 93.8375) (width 0.2) (layer F.Cu) (net 38)) (via (at 185.1 92.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 184.01 92.3) (end 183.91 92.2) (width 0.2) (layer F.Cu) (net 39)) (segment (start 185.1 92.3) (end 184.01 92.3) (width 0.2) (layer F.Cu) (net 39)) (via (at 185.95 90.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 185.4875 89.7875) (end 185.95 90.25) (width 0.2) (layer F.Cu) (net 39)) (segment (start 184.6 89.7875) (end 185.4875 89.7875) (width 0.2) (layer F.Cu) (net 39)) (segment (start 185.95 92.05) (end 185.95 90.25) (width 0.2) (layer B.Cu) (net 39)) (segment (start 185.1 92.3) (end 185.7 92.3) (width 0.2) (layer B.Cu) (net 39)) (segment (start 185.7 92.3) (end 185.95 92.05) (width 0.2) (layer B.Cu) (net 39)) (segment (start 187.475 95.7875) (end 187 95.7875) (width 0.2) (layer F.Cu) (net 40)) (segment (start 187.72501 96.03751) (end 187.475 95.7875) (width 0.2) (layer F.Cu) (net 40)) (segment (start 187.72501 97.625418) (end 187.72501 96.03751) (width 0.2) (layer F.Cu) (net 40)) (segment (start 187.450418 97.90001) (end 187.72501 97.625418) (width 0.2) (layer F.Cu) (net 40)) (segment (start 179.84001 97.90001) (end 187.450418 97.90001) (width 0.2) (layer F.Cu) (net 40)) (segment (start 179.175 97.235) (end 179.84001 97.90001) (width 0.2) (layer F.Cu) (net 40)) (segment (start 183.754288 96.68499) (end 186.90999 96.68499) (width 0.2) (layer F.Cu) (net 41)) (segment (start 187 96.775) (end 187 97.2125) (width 0.2) (layer F.Cu) (net 41)) (segment (start 183.034298 95.965) (end 183.754288 96.68499) (width 0.2) (layer F.Cu) (net 41)) (segment (start 186.90999 96.68499) (end 187 96.775) (width 0.2) (layer F.Cu) (net 41)) (segment (start 179.175 95.965) (end 183.034298 95.965) (width 0.2) (layer F.Cu) (net 41)) (via (at 172.6 78) (size 0.7) (drill 0.4) (layers F.Cu B.Cu) (net 53)) (segment (start 172.250001 78.349999) (end 172.6 78) (width 0.25) (layer F.Cu) (net 53)) (segment (start 171.399978 79.200022) (end 172.250001 78.349999) (width 0.25) (layer F.Cu) (net 53)) (segment (start 168.199978 79.200022) (end 171.399978 79.200022) (width 0.25) (layer F.Cu) (net 53)) (segment (start 164.555 82.845) (end 168.199978 79.200022) (width 0.25) (layer F.Cu) (net 53)) (segment (start 164.555 85.255) (end 164.555 82.845) (width 0.25) (layer F.Cu) (net 53)) (segment (start 172.6 70.2) (end 172.6 78) (width 0.25) (layer B.Cu) (net 53)) (segment (start 183.8 67) (end 175.8 67) (width 0.25) (layer B.Cu) (net 53)) (segment (start 185.05 65.75) (end 183.8 67) (width 0.25) (layer B.Cu) (net 53)) (segment (start 175.8 67) (end 172.6 70.2) (width 0.25) (layer B.Cu) (net 53)) (segment (start 195.75 76.71) (end 195.75 72.5) (width 0.25) (layer B.Cu) (net 53)) (segment (start 195.75 72.5) (end 197 71.25) (width 0.25) (layer B.Cu) (net 53)) (segment (start 197 71.25) (end 197 65.75) (width 0.25) (layer B.Cu) (net 53)) (segment (start 197.75 78.71) (end 195.75 76.71) (width 0.25) (layer B.Cu) (net 53)) (segment (start 197 65.75) (end 185.05 65.75) (width 0.25) (layer B.Cu) (net 53)) (via (at 185.15 91.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 66)) (segment (start 183.91 91.25) (end 185.1 91.25) (width 0.2) (layer F.Cu) (net 66)) (segment (start 185.1 91.25) (end 185.15 91.3) (width 0.2) (layer F.Cu) (net 66)) (segment (start 189.3 90.65) (end 189.3 89.65) (width 0.2) (layer F.Cu) (net 66)) (segment (start 189.3 89.65) (end 187.9 88.25) (width 0.2) (layer F.Cu) (net 66)) (segment (start 187.135998 88.25) (end 187.475736 88.25) (width 0.2) (layer B.Cu) (net 66)) (segment (start 185.15 91.3) (end 185.15 90.235998) (width 0.2) (layer B.Cu) (net 66)) (via (at 187.9 88.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 66)) (segment (start 187.475736 88.25) (end 187.9 88.25) (width 0.2) (layer B.Cu) (net 66)) (segment (start 185.15 90.235998) (end 187.135998 88.25) (width 0.2) (layer B.Cu) (net 66)) (segment (start 183.91 93.15) (end 185.35 93.15) (width 0.2) (layer F.Cu) (net 67)) (via (at 185.45 93.05) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 67)) (segment (start 185.35 93.15) (end 185.45 93.05) (width 0.2) (layer F.Cu) (net 67)) (via (at 188.414886 93.203108) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 67)) (segment (start 189.3 93.075) (end 189.171892 93.203108) (width 0.2) (layer F.Cu) (net 67)) (segment (start 188.261778 93.05) (end 188.414886 93.203108) (width 0.2) (layer B.Cu) (net 67)) (segment (start 188.83915 93.203108) (end 188.414886 93.203108) (width 0.2) (layer F.Cu) (net 67)) (segment (start 185.45 93.05) (end 188.261778 93.05) (width 0.2) (layer B.Cu) (net 67)) (segment (start 189.171892 93.203108) (end 188.83915 93.203108) (width 0.2) (layer F.Cu) (net 67)) (segment (start 189.3 92.55) (end 189.3 93.075) (width 0.2) (layer F.Cu) (net 67)) (segment (start 159 72.379998) (end 159 73.685) (width 0.25) (layer F.Cu) (net 74)) (segment (start 158.485 74.2) (end 158.0475 74.2) (width 0.25) (layer F.Cu) (net 74)) (segment (start 159 73.685) (end 158.485 74.2) (width 0.25) (layer F.Cu) (net 74)) (segment (start 160.5 71.555) (end 159.824998 71.555) (width 0.25) (layer F.Cu) (net 74)) (segment (start 159.824998 71.555) (end 159 72.379998) (width 0.25) (layer F.Cu) (net 74)) (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 5E5BA5DE) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200.05 100) (xy 139.9 100) (xy 139.85 60) (xy 200 60) ) ) ) (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 5E5BA5DB) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 154.5 100) (xy 154.5 60) (xy 200 60) ) ) ) (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 5E5BA5D8) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 146 100) (xy 146 60) (xy 200 60) ) ) (filled_polygon (pts (xy 198.49 68.614802) (xy 198.49 72.536713) (xy 198.461863 72.43414) (xy 198.214884 72.31824) (xy 197.95004 72.25275) (xy 197.677508 72.240188) (xy 197.407762 72.281035) (xy 197.151168 72.373723) (xy 197.038137 72.43414) (xy 196.972612 72.673007) (xy 197.75 73.450395) (xy 197.764143 73.436253) (xy 197.943748 73.615858) (xy 197.929605 73.63) (xy 197.943748 73.644143) (xy 197.764143 73.823748) (xy 197.75 73.809605) (xy 196.972612 74.586993) (xy 197.038137 74.82586) (xy 197.196477 74.900164) (xy 197.093957 74.942629) (xy 196.867114 75.094201) (xy 196.674201 75.287114) (xy 196.522629 75.513957) (xy 196.418225 75.766011) (xy 196.365 76.033589) (xy 196.365 76.306411) (xy 196.418225 76.573989) (xy 196.522629 76.826043) (xy 196.674201 77.052886) (xy 196.867114 77.245799) (xy 197.093957 77.397371) (xy 197.196873 77.44) (xy 197.093957 77.482629) (xy 196.867114 77.634201) (xy 196.674201 77.827114) (xy 196.522629 78.053957) (xy 196.418225 78.306011) (xy 196.365 78.573589) (xy 196.365 78.846411) (xy 196.418225 79.113989) (xy 196.522629 79.366043) (xy 196.674201 79.592886) (xy 196.867114 79.785799) (xy 196.983483 79.863555) (xy 196.875518 79.874188) (xy 196.75582 79.910498) (xy 196.645506 79.969463) (xy 196.548815 80.048815) (xy 196.469463 80.145506) (xy 196.410498 80.25582) (xy 196.374188 80.375518) (xy 196.361928 80.5) (xy 196.361928 82) (xy 196.374188 82.124482) (xy 196.410498 82.24418) (xy 196.469463 82.354494) (xy 196.548815 82.451185) (xy 196.645506 82.530537) (xy 196.75582 82.589502) (xy 196.875518 82.625812) (xy 197 82.638072) (xy 198.5 82.638072) (xy 198.624482 82.625812) (xy 198.74418 82.589502) (xy 198.854494 82.530537) (xy 198.951185 82.451185) (xy 199.030537 82.354494) (xy 199.089502 82.24418) (xy 199.125812 82.124482) (xy 199.138072 82) (xy 199.138072 81.904326) (xy 199.174276 81.884974) (xy 199.290001 81.790001) (xy 199.313804 81.760997) (xy 199.315 81.759801) (xy 199.315 89.125) (xy 199.017 89.125) (xy 199.017 90.033) (xy 199.037 90.033) (xy 199.037 90.287) (xy 199.017 90.287) (xy 199.017 91.195) (xy 199.315 91.195) (xy 199.315 98.105) (xy 199.017 98.105) (xy 199.017 99.013) (xy 199.037 99.013) (xy 199.037 99.267) (xy 199.017 99.267) (xy 199.017 99.287) (xy 198.763 99.287) (xy 198.763 99.267) (xy 197.723002 99.267) (xy 197.684491 99.315) (xy 194.129541 99.315) (xy 194.171128 99.249418) (xy 194.234666 99.066123) (xy 194.106998 98.907) (xy 193.067 98.907) (xy 193.067 98.927) (xy 192.813 98.927) (xy 192.813 98.907) (xy 192.793 98.907) (xy 192.793 98.853877) (xy 197.595334 98.853877) (xy 197.723002 99.013) (xy 198.763 99.013) (xy 198.763 98.105) (xy 198.463 98.105) (xy 198.263522 98.149664) (xy 198.07659 98.232386) (xy 197.909388 98.349987) (xy 197.768342 98.497948) (xy 197.658872 98.670582) (xy 197.595334 98.853877) (xy 192.793 98.853877) (xy 192.793 98.653) (xy 192.813 98.653) (xy 192.813 98.633) (xy 193.067 98.633) (xy 193.067 98.653) (xy 194.106998 98.653) (xy 194.234666 98.493877) (xy 194.171128 98.310582) (xy 194.061658 98.137948) (xy 193.920612 97.989987) (xy 193.75341 97.872386) (xy 193.623322 97.814819) (xy 193.651964 97.795681) (xy 193.785681 97.661964) (xy 193.890741 97.504731) (xy 193.963108 97.330022) (xy 194 97.144552) (xy 194 96.955448) (xy 193.963108 96.769978) (xy 193.913411 96.65) (xy 193.963108 96.530022) (xy 194 96.344552) (xy 194 96.155448) (xy 193.963108 95.969978) (xy 193.913411 95.85) (xy 193.963108 95.730022) (xy 194 95.544552) (xy 194 95.355448) (xy 193.963108 95.169978) (xy 193.890741 94.995269) (xy 193.785681 94.838036) (xy 193.651964 94.704319) (xy 193.57067 94.65) (xy 193.651964 94.595681) (xy 193.785681 94.461964) (xy 193.890741 94.304731) (xy 193.963108 94.130022) (xy 194 93.944552) (xy 194 93.755448) (xy 193.963108 93.569978) (xy 193.913411 93.45) (xy 193.963108 93.330022) (xy 194 93.144552) (xy 194 92.955448) (xy 193.963108 92.769978) (xy 193.913411 92.65) (xy 193.963108 92.530022) (xy 194 92.344552) (xy 194 92.155448) (xy 193.963108 91.969978) (xy 193.890741 91.795269) (xy 193.785681 91.638036) (xy 193.651964 91.504319) (xy 193.623322 91.485181) (xy 193.75341 91.427614) (xy 193.920612 91.310013) (xy 194.061658 91.162052) (xy 194.171128 90.989418) (xy 194.234666 90.806123) (xy 194.106998 90.647) (xy 193.067 90.647) (xy 193.067 90.667) (xy 192.813 90.667) (xy 192.813 90.647) (xy 192.793 90.647) (xy 192.793 90.446123) (xy 197.595334 90.446123) (xy 197.658872 90.629418) (xy 197.768342 90.802052) (xy 197.909388 90.950013) (xy 198.07659 91.067614) (xy 198.263522 91.150336) (xy 198.463 91.195) (xy 198.763 91.195) (xy 198.763 90.287) (xy 197.723002 90.287) (xy 197.595334 90.446123) (xy 192.793 90.446123) (xy 192.793 90.393) (xy 192.813 90.393) (xy 192.813 90.373) (xy 193.067 90.373) (xy 193.067 90.393) (xy 194.106998 90.393) (xy 194.234666 90.233877) (xy 194.217723 90.185) (xy 194.966353 90.185) (xy 195 90.188314) (xy 195.033647 90.185) (xy 195.134283 90.175088) (xy 195.263406 90.135919) (xy 195.382407 90.072312) (xy 195.486711 89.986711) (xy 195.572312 89.882407) (xy 195.576871 89.873877) (xy 197.595334 89.873877) (xy 197.723002 90.033) (xy 198.763 90.033) (xy 198.763 89.125) (xy 198.463 89.125) (xy 198.263522 89.169664) (xy 198.07659 89.252386) (xy 197.909388 89.369987) (xy 197.768342 89.517948) (xy 197.658872 89.690582) (xy 197.595334 89.873877) (xy 195.576871 89.873877) (xy 195.635919 89.763406) (xy 195.675088 89.634283) (xy 195.688314 89.5) (xy 195.685 89.466353) (xy 195.685 73.702492) (xy 196.360188 73.702492) (xy 196.401035 73.972238) (xy 196.493723 74.228832) (xy 196.55414 74.341863) (xy 196.793007 74.407388) (xy 197.570395 73.63) (xy 196.793007 72.852612) (xy 196.55414 72.918137) (xy 196.43824 73.165116) (xy 196.37275 73.42996) (xy 196.360188 73.702492) (xy 195.685 73.702492) (xy 195.685 70.706685) (xy 195.695248 70.694198) (xy 196.244197 70.14525) (xy 196.272237 70.122238) (xy 196.29525 70.094197) (xy 196.295253 70.094194) (xy 196.361232 70.013799) (xy 196.364087 70.01032) (xy 196.432337 69.882633) (xy 196.469649 69.759633) (xy 196.474365 69.744086) (xy 196.476818 69.71918) (xy 196.485 69.636105) (xy 196.485 69.636098) (xy 196.488555 69.600001) (xy 196.485 69.563904) (xy 196.485 68.776464) (xy 196.622729 68.749068) (xy 196.792889 68.678586) (xy 196.946028 68.576262) (xy 197.076262 68.446028) (xy 197.178586 68.292889) (xy 197.249068 68.122729) (xy 197.285 67.942089) (xy 197.285 67.757911) (xy 197.249068 67.577271) (xy 197.178586 67.407111) (xy 197.085 67.267049) (xy 197.085 67.209802) ) ) (filled_polygon (pts (xy 176.074473 94.525527) (xy 176.10538 94.550892) (xy 176.794105 95.239618) (xy 176.819472 95.270528) (xy 176.875794 95.31675) (xy 176.94281 95.371749) (xy 176.999876 95.402251) (xy 177.083527 95.446963) (xy 177.236212 95.49328) (xy 177.355209 95.505) (xy 177.355211 95.505) (xy 177.394999 95.508919) (xy 177.434787 95.505) (xy 177.776416 95.505) (xy 177.771916 95.513418) (xy 177.727071 95.661255) (xy 177.711928 95.815) (xy 177.711928 95.880675) (xy 177.67418 95.860498) (xy 177.554482 95.824188) (xy 177.43 95.811928) (xy 176.62575 95.815) (xy 176.467 95.97375) (xy 176.467 97.123) (xy 176.487 97.123) (xy 176.487 97.377) (xy 176.467 97.377) (xy 176.467 98.52625) (xy 176.62575 98.685) (xy 177.43 98.688072) (xy 177.554482 98.675812) (xy 177.67418 98.639502) (xy 177.711928 98.619325) (xy 177.711928 98.655) (xy 177.727071 98.808745) (xy 177.771916 98.956582) (xy 177.844742 99.092829) (xy 177.942749 99.212251) (xy 178.062171 99.310258) (xy 178.071043 99.315) (xy 165.608988 99.315) (xy 165.645918 99.27) (xy 166.912678 99.27) (xy 166.95 99.273676) (xy 166.987322 99.27) (xy 166.987333 99.27) (xy 167.098986 99.259003) (xy 167.242247 99.215546) (xy 167.374276 99.144974) (xy 167.490001 99.050001) (xy 167.513804 99.020997) (xy 167.670997 98.863804) (xy 167.700001 98.840001) (xy 167.794974 98.724276) (xy 167.814326 98.688072) (xy 168.25 98.688072) (xy 168.374482 98.675812) (xy 168.49418 98.639502) (xy 168.604494 98.580537) (xy 168.701185 98.501185) (xy 168.780537 98.404494) (xy 168.839502 98.29418) (xy 168.875812 98.174482) (xy 168.888072 98.05) (xy 174.611928 98.05) (xy 174.624188 98.174482) (xy 174.660498 98.29418) (xy 174.719463 98.404494) (xy 174.798815 98.501185) (xy 174.895506 98.580537) (xy 175.00582 98.639502) (xy 175.125518 98.675812) (xy 175.25 98.688072) (xy 176.05425 98.685) (xy 176.213 98.52625) (xy 176.213 97.377) (xy 174.77375 97.377) (xy 174.615 97.53575) (xy 174.611928 98.05) (xy 168.888072 98.05) (xy 168.888072 96.45) (xy 174.611928 96.45) (xy 174.615 96.96425) (xy 174.77375 97.123) (xy 176.213 97.123) (xy 176.213 95.97375) (xy 176.05425 95.815) (xy 175.25 95.811928) (xy 175.125518 95.824188) (xy 175.00582 95.860498) (xy 174.895506 95.919463) (xy 174.798815 95.998815) (xy 174.719463 96.095506) (xy 174.660498 96.20582) (xy 174.624188 96.325518) (xy 174.611928 96.45) (xy 168.888072 96.45) (xy 168.875812 96.325518) (xy 168.839502 96.20582) (xy 168.780537 96.095506) (xy 168.701185 95.998815) (xy 168.604494 95.919463) (xy 168.49418 95.860498) (xy 168.374482 95.824188) (xy 168.25 95.811928) (xy 167.872088 95.811928) (xy 167.885 95.747014) (xy 167.885 95.552986) (xy 167.847147 95.362686) (xy 167.814968 95.284999) (xy 174.38296 95.284999) (xy 174.423738 95.346028) (xy 174.553972 95.476262) (xy 174.707111 95.578586) (xy 174.877271 95.649068) (xy 175.057911 95.685) (xy 175.242089 95.685) (xy 175.422729 95.649068) (xy 175.592889 95.578586) (xy 175.746028 95.476262) (xy 175.876262 95.346028) (xy 175.978586 95.192889) (xy 176.049068 95.022729) (xy 176.085 94.842089) (xy 176.085 94.657911) (xy 176.05361 94.500106) ) ) (filled_polygon (pts (xy 185.886928 99.00625) (xy 185.903392 99.173408) (xy 185.946343 99.315) (xy 185.629518 99.315) (xy 185.701185 99.256185) (xy 185.780537 99.159494) (xy 185.839502 99.04918) (xy 185.875812 98.929482) (xy 185.886928 98.816616) ) ) (filled_polygon (pts (xy 154.315001 66.266343) (xy 154.311686 66.3) (xy 154.324912 66.434283) (xy 154.364081 66.563406) (xy 154.427688 66.682407) (xy 154.513289 66.786711) (xy 154.617593 66.872312) (xy 154.736594 66.935919) (xy 154.865717 66.975088) (xy 154.966353 66.985) (xy 155 66.988314) (xy 155.033647 66.985) (xy 158.94568 66.985) (xy 158.910498 67.05082) (xy 158.874188 67.170518) (xy 158.861928 67.295) (xy 158.865 67.45925) (xy 159.02375 67.618) (xy 160.373 67.618) (xy 160.373 67.598) (xy 160.627 67.598) (xy 160.627 67.618) (xy 161.97625 67.618) (xy 162.135 67.45925) (xy 162.138072 67.295) (xy 162.125812 67.170518) (xy 162.089502 67.05082) (xy 162.05432 66.985) (xy 175.94568 66.985) (xy 175.910498 67.05082) (xy 175.874188 67.170518) (xy 175.861928 67.295) (xy 175.865 67.45925) (xy 176.02375 67.618) (xy 177.373 67.618) (xy 177.373 67.598) (xy 177.627 67.598) (xy 177.627 67.618) (xy 178.97625 67.618) (xy 179.135 67.45925) (xy 179.138072 67.295) (xy 179.125812 67.170518) (xy 179.089502 67.05082) (xy 179.05432 66.985) (xy 181.699832 66.985) (xy 179.488998 69.195834) (xy 179.46 69.219632) (xy 179.436202 69.24863) (xy 179.436201 69.248631) (xy 179.365026 69.335357) (xy 179.294454 69.467387) (xy 179.274663 69.532633) (xy 179.250998 69.610647) (xy 179.246106 69.660319) (xy 179.236324 69.759633) (xy 179.240001 69.796965) (xy 179.24 80.615) (xy 179.157911 80.615) (xy 179.138072 80.618946) (xy 179.138072 79.995) (xy 179.125812 79.870518) (xy 179.107454 79.81) (xy 179.125812 79.749482) (xy 179.138072 79.625) (xy 179.138072 78.725) (xy 179.125812 78.600518) (xy 179.107454 78.54) (xy 179.125812 78.479482) (xy 179.138072 78.355) (xy 179.138072 77.455) (xy 179.125812 77.330518) (xy 179.107454 77.27) (xy 179.125812 77.209482) (xy 179.138072 77.085) (xy 179.138072 76.185) (xy 179.125812 76.060518) (xy 179.107454 76) (xy 179.125812 75.939482) (xy 179.138072 75.815) (xy 179.138072 74.915) (xy 179.125812 74.790518) (xy 179.107454 74.73) (xy 179.125812 74.669482) (xy 179.138072 74.545) (xy 179.138072 73.645) (xy 179.125812 73.520518) (xy 179.107454 73.46) (xy 179.125812 73.399482) (xy 179.138072 73.275) (xy 179.138072 72.375) (xy 179.125812 72.250518) (xy 179.107454 72.19) (xy 179.125812 72.129482) (xy 179.138072 72.005) (xy 179.138072 71.105) (xy 179.125812 70.980518) (xy 179.107454 70.92) (xy 179.125812 70.859482) (xy 179.138072 70.735) (xy 179.138072 69.835) (xy 179.125812 69.710518) (xy 179.107454 69.65) (xy 179.125812 69.589482) (xy 179.138072 69.465) (xy 179.138072 68.565) (xy 179.125812 68.440518) (xy 179.107454 68.38) (xy 179.125812 68.319482) (xy 179.138072 68.195) (xy 179.135 68.03075) (xy 178.97625 67.872) (xy 177.627 67.872) (xy 177.627 67.892) (xy 177.373 67.892) (xy 177.373 67.872) (xy 176.02375 67.872) (xy 175.865 68.03075) (xy 175.861928 68.195) (xy 175.874188 68.319482) (xy 175.892546 68.38) (xy 175.874188 68.440518) (xy 175.866852 68.515) (xy 175.682951 68.515) (xy 175.542889 68.421414) (xy 175.372729 68.350932) (xy 175.192089 68.315) (xy 175.007911 68.315) (xy 174.827271 68.350932) (xy 174.657111 68.421414) (xy 174.503972 68.523738) (xy 174.373738 68.653972) (xy 174.271414 68.807111) (xy 174.200932 68.977271) (xy 174.165 69.157911) (xy 174.165 69.342089) (xy 174.200932 69.522729) (xy 174.271414 69.692889) (xy 174.373738 69.846028) (xy 174.503972 69.976262) (xy 174.657111 70.078586) (xy 174.827271 70.149068) (xy 175.007911 70.185) (xy 175.192089 70.185) (xy 175.372729 70.149068) (xy 175.542889 70.078586) (xy 175.682951 69.985) (xy 175.861928 69.985) (xy 175.861928 70.735) (xy 175.869706 70.813977) (xy 175.752753 70.849454) (xy 175.620724 70.920026) (xy 175.504999 71.014999) (xy 175.481196 71.044003) (xy 175.289003 71.236196) (xy 175.259999 71.259999) (xy 175.215847 71.313799) (xy 175.165026 71.375724) (xy 175.110045 71.478586) (xy 175.094454 71.507754) (xy 175.050997 71.651015) (xy 175.04 71.762668) (xy 175.04 71.762678) (xy 175.036324 71.8) (xy 175.04 71.837323) (xy 175.040001 72.885197) (xy 171.136745 76.788454) (xy 171.135 75.53075) (xy 170.97625 75.372) (xy 168.127 75.372) (xy 168.127 75.392) (xy 167.873 75.392) (xy 167.873 75.372) (xy 165.02375 75.372) (xy 164.865 75.53075) (xy 164.861928 77.745) (xy 164.874188 77.869482) (xy 164.910498 77.98918) (xy 164.969463 78.099494) (xy 165.048815 78.196185) (xy 165.145506 78.275537) (xy 165.25582 78.334502) (xy 165.375518 78.370812) (xy 165.5 78.383072) (xy 165.876275 78.38255) (xy 163.454334 80.804492) (xy 163.447121 80.804492) (xy 163.256821 80.842345) (xy 163.077563 80.916596) (xy 162.916234 81.024393) (xy 162.779036 81.161591) (xy 162.671239 81.32292) (xy 162.596988 81.502178) (xy 162.559135 81.692478) (xy 162.559135 81.886506) (xy 162.596988 82.076806) (xy 162.671239 82.256064) (xy 162.779036 82.417393) (xy 162.916234 82.554591) (xy 163.077563 82.662388) (xy 163.092711 82.668662) (xy 163.109822 82.754686) (xy 163.184073 82.933944) (xy 163.29187 83.095273) (xy 163.429068 83.232471) (xy 163.590397 83.340268) (xy 163.769655 83.414519) (xy 163.795001 83.419561) (xy 163.795001 83.622837) (xy 163.735 83.616928) (xy 163.57075 83.62) (xy 163.412 83.77875) (xy 163.412 85.128) (xy 163.432 85.128) (xy 163.432 85.382) (xy 163.412 85.382) (xy 163.412 86.73125) (xy 163.57075 86.89) (xy 163.735 86.893072) (xy 163.859482 86.880812) (xy 163.92 86.862454) (xy 163.980518 86.880812) (xy 164.105 86.893072) (xy 165.005 86.893072) (xy 165.129482 86.880812) (xy 165.19 86.862454) (xy 165.250518 86.880812) (xy 165.375 86.893072) (xy 166.275 86.893072) (xy 166.399482 86.880812) (xy 166.46 86.862454) (xy 166.520518 86.880812) (xy 166.645 86.893072) (xy 167.545 86.893072) (xy 167.669482 86.880812) (xy 167.73 86.862454) (xy 167.790518 86.880812) (xy 167.915 86.893072) (xy 168.815 86.893072) (xy 168.939482 86.880812) (xy 169 86.862454) (xy 169.060518 86.880812) (xy 169.185 86.893072) (xy 170.085 86.893072) (xy 170.209482 86.880812) (xy 170.27 86.862454) (xy 170.330518 86.880812) (xy 170.455 86.893072) (xy 171.355 86.893072) (xy 171.479482 86.880812) (xy 171.54 86.862454) (xy 171.600518 86.880812) (xy 171.725 86.893072) (xy 172.625 86.893072) (xy 172.749482 86.880812) (xy 172.81 86.862454) (xy 172.870518 86.880812) (xy 172.995 86.893072) (xy 173.895 86.893072) (xy 174.019482 86.880812) (xy 174.08 86.862454) (xy 174.140518 86.880812) (xy 174.265 86.893072) (xy 175.165 86.893072) (xy 175.289482 86.880812) (xy 175.40918 86.844502) (xy 175.519494 86.785537) (xy 175.616185 86.706185) (xy 175.695537 86.609494) (xy 175.754502 86.49918) (xy 175.790812 86.379482) (xy 175.803072 86.255) (xy 175.803072 84.255) (xy 175.790812 84.130518) (xy 175.754502 84.01082) (xy 175.695537 83.900506) (xy 175.616185 83.803815) (xy 175.519494 83.724463) (xy 175.40918 83.665498) (xy 175.289482 83.629188) (xy 175.165 83.616928) (xy 174.922519 83.616928) (xy 175.479908 83.059538) (xy 175.607911 83.085) (xy 175.792089 83.085) (xy 175.861928 83.071108) (xy 175.861928 83.435) (xy 175.874188 83.559482) (xy 175.892546 83.62) (xy 175.874188 83.680518) (xy 175.861928 83.805) (xy 175.861928 84.705) (xy 175.874188 84.829482) (xy 175.910498 84.94918) (xy 175.969463 85.059494) (xy 176.048815 85.156185) (xy 176.145506 85.235537) (xy 176.25582 85.294502) (xy 176.375518 85.330812) (xy 176.415 85.334701) (xy 176.415 85.497016) (xy 176.452853 85.687316) (xy 176.527104 85.866574) (xy 176.634901 86.027903) (xy 176.666098 86.0591) (xy 174.838998 87.886201) (xy 174.81 87.909999) (xy 174.786202 87.938997) (xy 174.786201 87.938998) (xy 174.715026 88.025724) (xy 174.695674 88.061928) (xy 174.35 88.061928) (xy 174.225518 88.074188) (xy 174.10582 88.110498) (xy 173.995506 88.169463) (xy 173.898815 88.248815) (xy 173.819463 88.345506) (xy 173.760498 88.45582) (xy 173.724188 88.575518) (xy 173.711928 88.7) (xy 173.711928 89.84) (xy 171.633 89.84) (xy 171.627901 89.834901) (xy 171.466572 89.727104) (xy 171.287314 89.652853) (xy 171.097014 89.615) (xy 170.902986 89.615) (xy 170.712686 89.652853) (xy 170.660346 89.674533) (xy 170.639502 89.60582) (xy 170.580537 89.495506) (xy 170.543191 89.45) (xy 170.580537 89.404494) (xy 170.639502 89.29418) (xy 170.675812 89.174482) (xy 170.688072 89.05) (xy 170.685 88.58575) (xy 170.52625 88.427) (xy 169.177 88.427) (xy 169.177 88.447) (xy 168.923 88.447) (xy 168.923 88.427) (xy 168.903 88.427) (xy 168.903 88.173) (xy 168.923 88.173) (xy 168.923 87.07375) (xy 169.177 87.07375) (xy 169.177 88.173) (xy 170.52625 88.173) (xy 170.685 88.01425) (xy 170.688072 87.55) (xy 170.675812 87.425518) (xy 170.639502 87.30582) (xy 170.580537 87.195506) (xy 170.501185 87.098815) (xy 170.404494 87.019463) (xy 170.29418 86.960498) (xy 170.174482 86.924188) (xy 170.05 86.911928) (xy 169.33575 86.915) (xy 169.177 87.07375) (xy 168.923 87.07375) (xy 168.76425 86.915) (xy 168.05 86.911928) (xy 167.925518 86.924188) (xy 167.80582 86.960498) (xy 167.695506 87.019463) (xy 167.598815 87.098815) (xy 167.519463 87.195506) (xy 167.494814 87.24162) (xy 167.482275 87.231329) (xy 167.334142 87.15215) (xy 167.173408 87.103392) (xy 167.00625 87.086928) (xy 166.56875 87.086928) (xy 166.401592 87.103392) (xy 166.240858 87.15215) (xy 166.092725 87.231329) (xy 166.07107 87.2491) (xy 166.004494 87.194463) (xy 165.89418 87.135498) (xy 165.774482 87.099188) (xy 165.65 87.086928) (xy 165.49825 87.09) (xy 165.3395 87.24875) (xy 165.3395 88.073) (xy 165.3595 88.073) (xy 165.3595 88.327) (xy 165.3395 88.327) (xy 165.3395 89.15125) (xy 165.49825 89.31) (xy 165.615 89.312363) (xy 165.615 89.487637) (xy 165.49825 89.49) (xy 165.3395 89.64875) (xy 165.3395 90.473) (xy 165.3595 90.473) (xy 165.3595 90.727) (xy 165.3395 90.727) (xy 165.3395 91.55125) (xy 165.49825 91.71) (xy 165.65 91.713072) (xy 165.774482 91.700812) (xy 165.89418 91.664502) (xy 165.9775 91.619966) (xy 165.977501 91.980034) (xy 165.89418 91.935498) (xy 165.774482 91.899188) (xy 165.65 91.886928) (xy 165.49825 91.89) (xy 165.3395 92.04875) (xy 165.3395 92.873) (xy 165.3595 92.873) (xy 165.3595 93.127) (xy 165.3395 93.127) (xy 165.3395 93.147) (xy 165.0855 93.147) (xy 165.0855 93.127) (xy 164.29875 93.127) (xy 164.14 93.28575) (xy 164.136928 93.475) (xy 164.148863 93.596185) (xy 163.992089 93.565) (xy 163.807911 93.565) (xy 163.792806 93.568005) (xy 162.749802 92.525) (xy 164.136928 92.525) (xy 164.14 92.71425) (xy 164.29875 92.873) (xy 165.0855 92.873) (xy 165.0855 92.04875) (xy 164.92675 91.89) (xy 164.775 91.886928) (xy 164.650518 91.899188) (xy 164.53082 91.935498) (xy 164.420506 91.994463) (xy 164.323815 92.073815) (xy 164.244463 92.170506) (xy 164.185498 92.28082) (xy 164.149188 92.400518) (xy 164.136928 92.525) (xy 162.749802 92.525) (xy 162.624931 92.400129) (xy 162.652502 92.377502) (xy 162.806833 92.189449) (xy 162.921511 91.974901) (xy 162.99213 91.742102) (xy 163.015975 91.5) (xy 162.99213 91.257898) (xy 162.936649 91.075) (xy 164.136928 91.075) (xy 164.149188 91.199482) (xy 164.185498 91.31918) (xy 164.244463 91.429494) (xy 164.323815 91.526185) (xy 164.420506 91.605537) (xy 164.53082 91.664502) (xy 164.650518 91.700812) (xy 164.775 91.713072) (xy 164.92675 91.71) (xy 165.0855 91.55125) (xy 165.0855 90.727) (xy 164.29875 90.727) (xy 164.14 90.88575) (xy 164.136928 91.075) (xy 162.936649 91.075) (xy 162.921511 91.025099) (xy 162.806833 90.810551) (xy 162.652502 90.622498) (xy 162.613889 90.590809) (xy 162.618387 90.588405) (xy 162.752962 90.477962) (xy 162.863405 90.343387) (xy 162.934702 90.21) (xy 163.439298 90.21) (xy 163.533428 90.272896) (xy 163.712686 90.347147) (xy 163.902986 90.385) (xy 164.097014 90.385) (xy 164.19188 90.36613) (xy 164.29875 90.473) (xy 165.0855 90.473) (xy 165.0855 89.64875) (xy 164.976499 89.539749) (xy 164.985 89.497014) (xy 164.985 89.302986) (xy 164.976499 89.260251) (xy 165.0855 89.15125) (xy 165.0855 88.327) (xy 164.29875 88.327) (xy 164.19188 88.43387) (xy 164.097014 88.415) (xy 163.902986 88.415) (xy 163.712686 88.452853) (xy 163.533428 88.527104) (xy 163.439298 88.59) (xy 162.808737 88.59) (xy 162.752962 88.522038) (xy 162.618387 88.411595) (xy 162.464851 88.329528) (xy 162.298255 88.278992) (xy 162.125001 88.261928) (xy 161.407441 88.261928) (xy 160.870513 87.725) (xy 164.136928 87.725) (xy 164.14 87.91425) (xy 164.29875 88.073) (xy 165.0855 88.073) (xy 165.0855 87.24875) (xy 164.92675 87.09) (xy 164.775 87.086928) (xy 164.650518 87.099188) (xy 164.53082 87.135498) (xy 164.420506 87.194463) (xy 164.323815 87.273815) (xy 164.244463 87.370506) (xy 164.185498 87.48082) (xy 164.149188 87.600518) (xy 164.136928 87.725) (xy 160.870513 87.725) (xy 160.200899 87.055387) (xy 160.175528 87.024472) (xy 160.052189 86.923251) (xy 159.911473 86.848037) (xy 159.758788 86.80172) (xy 159.639791 86.79) (xy 159.639788 86.79) (xy 159.6 86.786081) (xy 159.560212 86.79) (xy 156.560702 86.79) (xy 156.466572 86.727104) (xy 156.287314 86.652853) (xy 156.097014 86.615) (xy 155.902986 86.615) (xy 155.712686 86.652853) (xy 155.533428 86.727104) (xy 155.372099 86.834901) (xy 155.234901 86.972099) (xy 155.127104 87.133428) (xy 155.052853 87.312686) (xy 155.015 87.502986) (xy 155.015 87.697014) (xy 155.052853 87.887314) (xy 155.127104 88.066572) (xy 155.234901 88.227901) (xy 155.372099 88.365099) (xy 155.533428 88.472896) (xy 155.712686 88.547147) (xy 155.902986 88.585) (xy 156.097014 88.585) (xy 156.287314 88.547147) (xy 156.466572 88.472896) (xy 156.560702 88.41) (xy 159.264488 88.41) (xy 159.988502 89.134015) (xy 159.986928 89.149999) (xy 159.986928 89.850001) (xy 160.003992 90.023255) (xy 160.054528 90.189851) (xy 160.136595 90.343387) (xy 160.247038 90.477962) (xy 160.381613 90.588405) (xy 160.386111 90.590809) (xy 160.347498 90.622498) (xy 160.193167 90.810551) (xy 160.078489 91.025099) (xy 160.00787 91.257898) (xy 159.984025 91.5) (xy 160.00787 91.742102) (xy 160.078489 91.974901) (xy 160.193167 92.189449) (xy 160.347498 92.377502) (xy 160.535551 92.531833) (xy 160.750099 92.646511) (xy 160.805759 92.663395) (xy 160.865026 92.774276) (xy 160.936201 92.861002) (xy 160.96 92.890001) (xy 160.988998 92.913799) (xy 163.086201 95.011003) (xy 163.109999 95.040001) (xy 163.168238 95.087796) (xy 163.173738 95.096028) (xy 163.270204 95.192494) (xy 162.700009 95.76269) (xy 162.635858 95.78215) (xy 162.487725 95.861329) (xy 162.357885 95.967885) (xy 162.251329 96.097725) (xy 162.17215 96.245858) (xy 162.123392 96.406592) (xy 162.106928 96.57375) (xy 162.106928 96.623555) (xy 162.100182 96.607269) (xy 161.893926 96.298587) (xy 161.631413 96.036074) (xy 161.322731 95.829818) (xy 160.979741 95.687747) (xy 160.615625 95.61532) (xy 160.244375 95.61532) (xy 159.880259 95.687747) (xy 159.747528 95.742726) (xy 158.21 94.205199) (xy 158.21 90.183) (xy 158.215099 90.177901) (xy 158.322896 90.016572) (xy 158.397147 89.837314) (xy 158.435 89.647014) (xy 158.435 89.452986) (xy 158.397147 89.262686) (xy 158.322896 89.083428) (xy 158.215099 88.922099) (xy 158.077901 88.784901) (xy 157.916572 88.677104) (xy 157.737314 88.602853) (xy 157.547014 88.565) (xy 157.352986 88.565) (xy 157.162686 88.602853) (xy 156.983428 88.677104) (xy 156.950003 88.699438) (xy 156.916578 88.677104) (xy 156.73732 88.602853) (xy 156.54702 88.565) (xy 156.352992 88.565) (xy 156.162692 88.602853) (xy 155.983434 88.677104) (xy 155.822105 88.784901) (xy 155.684907 88.922099) (xy 155.57711 89.083428) (xy 155.502859 89.262686) (xy 155.465006 89.452986) (xy 155.465006 89.647014) (xy 155.502859 89.837314) (xy 155.57711 90.016572) (xy 155.684907 90.177901) (xy 155.822105 90.315099) (xy 155.860001 90.34042) (xy 155.86 95.774839) (xy 155.727269 95.829818) (xy 155.418587 96.036074) (xy 155.156074 96.298587) (xy 154.949818 96.607269) (xy 154.807747 96.950259) (xy 154.73532 97.314375) (xy 154.73532 97.685625) (xy 154.807747 98.049741) (xy 154.949818 98.392731) (xy 155.156074 98.701413) (xy 155.418587 98.963926) (xy 155.727269 99.170182) (xy 156.070259 99.312253) (xy 156.084069 99.315) (xy 153.325047 99.315) (xy 153.583151 99.228789) (xy 153.817896 99.103315) (xy 153.943771 98.813377) (xy 152.81 97.679605) (xy 151.676229 98.813377) (xy 151.802104 99.103315) (xy 152.134262 99.269139) (xy 152.302134 99.315) (xy 150.539101 99.315) (xy 150.604174 99.280217) (xy 150.700865 99.200865) (xy 150.780217 99.104174) (xy 150.839182 98.99386) (xy 150.875492 98.874162) (xy 150.887752 98.74968) (xy 150.887752 97.552719) (xy 150.916935 97.552719) (xy 150.963595 97.921025) (xy 151.081211 98.273151) (xy 151.206685 98.507896) (xy 151.496623 98.633771) (xy 152.630395 97.5) (xy 152.989605 97.5) (xy 154.123377 98.633771) (xy 154.413315 98.507896) (xy 154.579139 98.175738) (xy 154.676975 97.817613) (xy 154.703065 97.447281) (xy 154.656405 97.078975) (xy 154.538789 96.726849) (xy 154.413315 96.492104) (xy 154.123377 96.366229) (xy 152.989605 97.5) (xy 152.630395 97.5) (xy 151.496623 96.366229) (xy 151.206685 96.492104) (xy 151.040861 96.824262) (xy 150.943025 97.182387) (xy 150.916935 97.552719) (xy 150.887752 97.552719) (xy 150.887752 96.25032) (xy 150.881479 96.186623) (xy 151.676229 96.186623) (xy 152.81 97.320395) (xy 153.943771 96.186623) (xy 153.817896 95.896685) (xy 153.485738 95.730861) (xy 153.127613 95.633025) (xy 152.757281 95.606935) (xy 152.388975 95.653595) (xy 152.036849 95.771211) (xy 151.802104 95.896685) (xy 151.676229 96.186623) (xy 150.881479 96.186623) (xy 150.875492 96.125838) (xy 150.839182 96.00614) (xy 150.780217 95.895826) (xy 150.700865 95.799135) (xy 150.604174 95.719783) (xy 150.49386 95.660818) (xy 150.374162 95.624508) (xy 150.24968 95.612248) (xy 147.75032 95.612248) (xy 147.625838 95.624508) (xy 147.50614 95.660818) (xy 147.395826 95.719783) (xy 147.299135 95.799135) (xy 147.219783 95.895826) (xy 147.160818 96.00614) (xy 147.124508 96.125838) (xy 147.112248 96.25032) (xy 147.112248 98.74968) (xy 147.124508 98.874162) (xy 147.160818 98.99386) (xy 147.219783 99.104174) (xy 147.299135 99.200865) (xy 147.395826 99.280217) (xy 147.460899 99.315) (xy 146.127 99.315) (xy 146.127 86.255) (xy 162.196928 86.255) (xy 162.209188 86.379482) (xy 162.245498 86.49918) (xy 162.304463 86.609494) (xy 162.383815 86.706185) (xy 162.480506 86.785537) (xy 162.59082 86.844502) (xy 162.710518 86.880812) (xy 162.835 86.893072) (xy 162.99925 86.89) (xy 163.158 86.73125) (xy 163.158 85.382) (xy 162.35875 85.382) (xy 162.2 85.54075) (xy 162.196928 86.255) (xy 146.127 86.255) (xy 146.127 72.402986) (xy 152.815002 72.402986) (xy 152.815002 72.597014) (xy 152.852855 72.787314) (xy 152.927106 72.966572) (xy 153.034903 73.127901) (xy 153.172101 73.265099) (xy 153.33343 73.372896) (xy 153.512688 73.447147) (xy 153.702988 73.485) (xy 153.872 73.485) (xy 153.734901 73.622099) (xy 153.627104 73.783428) (xy 153.552853 73.962686) (xy 153.515 74.152986) (xy 153.515 74.347014) (xy 153.552853 74.537314) (xy 153.627104 74.716572) (xy 153.734901 74.877901) (xy 153.872099 75.015099) (xy 154.033428 75.122896) (xy 154.212686 75.197147) (xy 154.402986 75.235) (xy 154.597014 75.235) (xy 154.787314 75.197147) (xy 154.966572 75.122896) (xy 155.127901 75.015099) (xy 155.183001 74.959999) (xy 155.564081 74.959999) (xy 155.647885 75.062115) (xy 155.777725 75.168671) (xy 155.925858 75.24785) (xy 156.086592 75.296608) (xy 156.25375 75.313072) (xy 156.69125 75.313072) (xy 156.858408 75.296608) (xy 157.019142 75.24785) (xy 157.167275 75.168671) (xy 157.26 75.092574) (xy 157.352725 75.168671) (xy 157.500858 75.24785) (xy 157.661592 75.296608) (xy 157.82875 75.313072) (xy 158.26625 75.313072) (xy 158.433408 75.296608) (xy 158.594142 75.24785) (xy 158.742275 75.168671) (xy 158.861928 75.070475) (xy 158.861928 75.815) (xy 158.874188 75.939482) (xy 158.892546 76) (xy 158.874188 76.060518) (xy 158.861928 76.185) (xy 158.861928 77.085) (xy 158.874188 77.209482) (xy 158.892546 77.27) (xy 158.874188 77.330518) (xy 158.861928 77.455) (xy 158.861928 78.355) (xy 158.874188 78.479482) (xy 158.892546 78.54) (xy 158.874188 78.600518) (xy 158.861928 78.725) (xy 158.861928 79.625) (xy 158.874188 79.749482) (xy 158.892546 79.81) (xy 158.874188 79.870518) (xy 158.861928 79.995) (xy 158.861928 80.895) (xy 158.874188 81.019482) (xy 158.892546 81.08) (xy 158.874188 81.140518) (xy 158.861928 81.265) (xy 158.861928 82.165) (xy 158.874188 82.289482) (xy 158.892546 82.35) (xy 158.874188 82.410518) (xy 158.861928 82.535) (xy 158.861928 83.435) (xy 158.874188 83.559482) (xy 158.892546 83.62) (xy 158.874188 83.680518) (xy 158.861928 83.805) (xy 158.861928 84.705) (xy 158.874188 84.829482) (xy 158.910498 84.94918) (xy 158.969463 85.059494) (xy 159.048815 85.156185) (xy 159.145506 85.235537) (xy 159.25582 85.294502) (xy 159.375518 85.330812) (xy 159.5 85.343072) (xy 161.5 85.343072) (xy 161.624482 85.330812) (xy 161.74418 85.294502) (xy 161.854494 85.235537) (xy 161.951185 85.156185) (xy 162.030537 85.059494) (xy 162.089502 84.94918) (xy 162.125812 84.829482) (xy 162.138072 84.705) (xy 162.138072 84.255) (xy 162.196928 84.255) (xy 162.2 84.96925) (xy 162.35875 85.128) (xy 163.158 85.128) (xy 163.158 83.77875) (xy 162.99925 83.62) (xy 162.835 83.616928) (xy 162.710518 83.629188) (xy 162.59082 83.665498) (xy 162.480506 83.724463) (xy 162.383815 83.803815) (xy 162.304463 83.900506) (xy 162.245498 84.01082) (xy 162.209188 84.130518) (xy 162.196928 84.255) (xy 162.138072 84.255) (xy 162.138072 83.805) (xy 162.125812 83.680518) (xy 162.107454 83.62) (xy 162.125812 83.559482) (xy 162.138072 83.435) (xy 162.138072 82.535) (xy 162.125812 82.410518) (xy 162.107454 82.35) (xy 162.125812 82.289482) (xy 162.138072 82.165) (xy 162.138072 81.265) (xy 162.125812 81.140518) (xy 162.107454 81.08) (xy 162.125812 81.019482) (xy 162.138072 80.895) (xy 162.138072 79.995) (xy 162.125812 79.870518) (xy 162.107454 79.81) (xy 162.125812 79.749482) (xy 162.138072 79.625) (xy 162.138072 78.725) (xy 162.125812 78.600518) (xy 162.107454 78.54) (xy 162.125812 78.479482) (xy 162.138072 78.355) (xy 162.138072 77.455) (xy 162.125812 77.330518) (xy 162.107454 77.27) (xy 162.125812 77.209482) (xy 162.138072 77.085) (xy 162.138072 76.185) (xy 162.125812 76.060518) (xy 162.107454 76) (xy 162.125812 75.939482) (xy 162.138072 75.815) (xy 162.138072 74.915) (xy 162.125812 74.790518) (xy 162.107454 74.73) (xy 162.125812 74.669482) (xy 162.138072 74.545) (xy 162.138072 73.645) (xy 162.125812 73.520518) (xy 162.107454 73.46) (xy 162.125812 73.399482) (xy 162.138072 73.275) (xy 162.138072 72.745) (xy 164.861928 72.745) (xy 164.865 74.95925) (xy 165.02375 75.118) (xy 167.873 75.118) (xy 167.873 72.26875) (xy 168.127 72.26875) (xy 168.127 75.118) (xy 170.97625 75.118) (xy 171.135 74.95925) (xy 171.138072 72.745) (xy 171.125812 72.620518) (xy 171.089502 72.50082) (xy 171.030537 72.390506) (xy 170.951185 72.293815) (xy 170.854494 72.214463) (xy 170.74418 72.155498) (xy 170.624482 72.119188) (xy 170.5 72.106928) (xy 168.28575 72.11) (xy 168.127 72.26875) (xy 167.873 72.26875) (xy 167.71425 72.11) (xy 165.5 72.106928) (xy 165.375518 72.119188) (xy 165.25582 72.155498) (xy 165.145506 72.214463) (xy 165.048815 72.293815) (xy 164.969463 72.390506) (xy 164.910498 72.50082) (xy 164.874188 72.620518) (xy 164.861928 72.745) (xy 162.138072 72.745) (xy 162.138072 72.375) (xy 162.125812 72.250518) (xy 162.107454 72.19) (xy 162.125812 72.129482) (xy 162.138072 72.005) (xy 162.138072 71.105) (xy 162.125812 70.980518) (xy 162.107454 70.92) (xy 162.125812 70.859482) (xy 162.138072 70.735) (xy 162.138072 69.835) (xy 162.125812 69.710518) (xy 162.107454 69.65) (xy 162.125812 69.589482) (xy 162.138072 69.465) (xy 162.138072 68.565) (xy 162.125812 68.440518) (xy 162.107454 68.38) (xy 162.125812 68.319482) (xy 162.138072 68.195) (xy 162.135 68.03075) (xy 161.97625 67.872) (xy 160.627 67.872) (xy 160.627 67.892) (xy 160.373 67.892) (xy 160.373 67.872) (xy 159.02375 67.872) (xy 158.865 68.03075) (xy 158.862977 68.138935) (xy 158.862115 68.137885) (xy 158.732275 68.031329) (xy 158.584142 67.95215) (xy 158.423408 67.903392) (xy 158.25625 67.886928) (xy 157.81875 67.886928) (xy 157.651592 67.903392) (xy 157.490858 67.95215) (xy 157.342725 68.031329) (xy 157.32107 68.0491) (xy 157.254494 67.994463) (xy 157.14418 67.935498) (xy 157.024482 67.899188) (xy 156.9 67.886928) (xy 156.74825 67.89) (xy 156.5895 68.04875) (xy 156.5895 68.873) (xy 156.6095 68.873) (xy 156.6095 69.127) (xy 156.5895 69.127) (xy 156.5895 69.885979) (xy 156.568304 69.925635) (xy 156.544454 69.970254) (xy 156.500997 70.113515) (xy 156.49 70.225168) (xy 156.49 70.225178) (xy 156.486324 70.2625) (xy 156.49 70.299823) (xy 156.490001 70.897) (xy 156.3355 70.897) (xy 156.3355 70.877) (xy 155.54875 70.877) (xy 155.39 71.03575) (xy 155.386928 71.225) (xy 155.399188 71.349482) (xy 155.435498 71.46918) (xy 155.494463 71.579494) (xy 155.573815 71.676185) (xy 155.593318 71.692191) (xy 155.554082 71.74) (xy 154.433002 71.74) (xy 154.427903 71.734901) (xy 154.266574 71.627104) (xy 154.087316 71.552853) (xy 153.897016 71.515) (xy 153.702988 71.515) (xy 153.512688 71.552853) (xy 153.33343 71.627104) (xy 153.172101 71.734901) (xy 153.034903 71.872099) (xy 152.927106 72.033428) (xy 152.852855 72.212686) (xy 152.815002 72.402986) (xy 146.127 72.402986) (xy 146.127 69.475) (xy 155.386928 69.475) (xy 155.399188 69.599482) (xy 155.435498 69.71918) (xy 155.494463 69.829494) (xy 155.531809 69.875) (xy 155.494463 69.920506) (xy 155.435498 70.03082) (xy 155.399188 70.150518) (xy 155.386928 70.275) (xy 155.39 70.46425) (xy 155.54875 70.623) (xy 156.3355 70.623) (xy 156.3355 69.127) (xy 155.54875 69.127) (xy 155.39 69.28575) (xy 155.386928 69.475) (xy 146.127 69.475) (xy 146.127 68.525) (xy 155.386928 68.525) (xy 155.39 68.71425) (xy 155.54875 68.873) (xy 156.3355 68.873) (xy 156.3355 68.04875) (xy 156.17675 67.89) (xy 156.025 67.886928) (xy 155.900518 67.899188) (xy 155.78082 67.935498) (xy 155.670506 67.994463) (xy 155.573815 68.073815) (xy 155.494463 68.170506) (xy 155.435498 68.28082) (xy 155.399188 68.400518) (xy 155.386928 68.525) (xy 146.127 68.525) (xy 146.127 60.685) (xy 154.315 60.685) ) ) (filled_polygon (pts (xy 185.886928 98.799693) (xy 185.885 98.79075) (xy 185.72926 98.63501) (xy 185.886928 98.63501) ) ) (filled_polygon (pts (xy 185.886928 95.94999) (xy 185.885 95.94999) (xy 185.885 95.837998) (xy 185.726252 95.837998) (xy 185.83425 95.73) (xy 185.886928 95.73) ) ) (filled_polygon (pts (xy 178.44875 91.2855) (xy 179.273 91.2855) (xy 179.273 91.2655) (xy 179.527 91.2655) (xy 179.527 91.2855) (xy 179.547 91.2855) (xy 179.547 91.5395) (xy 179.527 91.5395) (xy 179.527 91.5595) (xy 179.273 91.5595) (xy 179.273 91.5395) (xy 178.44875 91.5395) (xy 178.29 91.69825) (xy 178.286928 91.85) (xy 178.299188 91.974482) (xy 178.335498 92.09418) (xy 178.394463 92.204494) (xy 178.4491 92.27107) (xy 178.431329 92.292725) (xy 178.35215 92.440858) (xy 178.303392 92.601592) (xy 178.286928 92.76875) (xy 178.286928 93.20625) (xy 178.303392 93.373408) (xy 178.35215 93.534142) (xy 178.431329 93.682275) (xy 178.493148 93.757603) (xy 178.346255 93.772071) (xy 178.198418 93.816916) (xy 178.071043 93.885) (xy 177.789388 93.885) (xy 177.801963 93.861473) (xy 177.84828 93.708788) (xy 177.86 93.589791) (xy 177.86 93.589789) (xy 177.863919 93.550001) (xy 177.86 93.510213) (xy 177.86 91.81051) (xy 178.41688 91.25363) ) ) (filled_polygon (pts (xy 184.481329 66.532275) (xy 184.587885 66.662115) (xy 184.634048 66.7) (xy 184.587885 66.737885) (xy 184.481329 66.867725) (xy 184.40215 67.015858) (xy 184.353392 67.176592) (xy 184.336928 67.34375) (xy 184.336928 67.85625) (xy 184.353392 68.023408) (xy 184.40215 68.184142) (xy 184.481329 68.332275) (xy 184.567837 68.437687) (xy 184.523815 68.473815) (xy 184.444463 68.570506) (xy 184.385498 68.68082) (xy 184.349188 68.800518) (xy 184.336928 68.925) (xy 184.34 69.11425) (xy 184.49875 69.273) (xy 185.2855 69.273) (xy 185.2855 69.253) (xy 185.5395 69.253) (xy 185.5395 69.273) (xy 185.5595 69.273) (xy 185.5595 69.527) (xy 185.5395 69.527) (xy 185.5395 70.35125) (xy 185.69825 70.51) (xy 185.85 70.513072) (xy 185.974482 70.500812) (xy 186.09418 70.464502) (xy 186.204494 70.405537) (xy 186.27107 70.3509) (xy 186.292725 70.368671) (xy 186.440858 70.44785) (xy 186.555758 70.482705) (xy 186.915 70.841947) (xy 186.915001 73.461928) (xy 186.485 73.461928) (xy 186.485 72.298118) (xy 186.511487 72.210803) (xy 186.526262 72.196028) (xy 186.628586 72.042889) (xy 186.699068 71.872729) (xy 186.735 71.692089) (xy 186.735 71.507911) (xy 186.699068 71.327271) (xy 186.628586 71.157111) (xy 186.526262 71.003972) (xy 186.396028 70.873738) (xy 186.242889 70.771414) (xy 186.072729 70.700932) (xy 185.892089 70.665) (xy 185.707911 70.665) (xy 185.527271 70.700932) (xy 185.357111 70.771414) (xy 185.203972 70.873738) (xy 185.073738 71.003972) (xy 184.971414 71.157111) (xy 184.900932 71.327271) (xy 184.865 71.507911) (xy 184.865 71.692089) (xy 184.879517 71.765071) (xy 183.947217 70.83277) (xy 183.946608 70.826592) (xy 183.89785 70.665858) (xy 183.818671 70.517725) (xy 183.712115 70.387885) (xy 183.582275 70.281329) (xy 183.434142 70.20215) (xy 183.273408 70.153392) (xy 183.10625 70.136928) (xy 182.66875 70.136928) (xy 182.501592 70.153392) (xy 182.340858 70.20215) (xy 182.192725 70.281329) (xy 182.17107 70.2991) (xy 182.104494 70.244463) (xy 181.99418 70.185498) (xy 181.874482 70.149188) (xy 181.75 70.136928) (xy 181.59825 70.14) (xy 181.4395 70.29875) (xy 181.4395 71.123) (xy 181.4595 71.123) (xy 181.4595 71.377) (xy 181.4395 71.377) (xy 181.4395 72.673) (xy 181.4595 72.673) (xy 181.4595 72.927) (xy 181.4395 72.927) (xy 181.4395 74.273) (xy 181.4595 74.273) (xy 181.4595 74.527) (xy 181.4395 74.527) (xy 181.4395 75.873) (xy 181.4595 75.873) (xy 181.4595 76.127) (xy 181.4395 76.127) (xy 181.4395 77.473) (xy 181.4595 77.473) (xy 181.4595 77.727) (xy 181.4395 77.727) (xy 181.4395 79.073) (xy 181.4595 79.073) (xy 181.4595 79.327) (xy 181.4395 79.327) (xy 181.4395 80.673) (xy 181.4595 80.673) (xy 181.4595 80.927) (xy 181.4395 80.927) (xy 181.4395 82.273) (xy 181.4595 82.273) (xy 181.4595 82.527) (xy 181.4395 82.527) (xy 181.4395 83.873) (xy 181.4595 83.873) (xy 181.4595 84.127) (xy 181.4395 84.127) (xy 181.4395 85.473) (xy 181.4595 85.473) (xy 181.4595 85.727) (xy 181.4395 85.727) (xy 181.4395 86.55125) (xy 181.59825 86.71) (xy 181.75 86.713072) (xy 181.874482 86.700812) (xy 181.99418 86.664502) (xy 182.104494 86.605537) (xy 182.17107 86.5509) (xy 182.192725 86.568671) (xy 182.340858 86.64785) (xy 182.501592 86.696608) (xy 182.66875 86.713072) (xy 183.10625 86.713072) (xy 183.273408 86.696608) (xy 183.311675 86.685) (xy 186.413895 86.685) (xy 186.45 86.688556) (xy 186.486105 86.685) (xy 186.594085 86.674365) (xy 186.732633 86.632337) (xy 186.86032 86.564087) (xy 186.892019 86.538072) (xy 187.3 86.538072) (xy 187.424482 86.525812) (xy 187.54418 86.489502) (xy 187.654494 86.430537) (xy 187.751185 86.351185) (xy 187.830537 86.254494) (xy 187.889502 86.14418) (xy 187.925812 86.024482) (xy 187.938072 85.9) (xy 187.938072 85.841311) (xy 188.022238 85.772238) (xy 188.045259 85.744187) (xy 192.815001 80.974446) (xy 192.815001 89.466343) (xy 192.813163 89.485) (xy 192.513 89.485) (xy 192.313522 89.529664) (xy 192.12659 89.612386) (xy 191.959388 89.729987) (xy 191.818342 89.877948) (xy 191.776535 89.943878) (xy 191.69 89.935355) (xy 191.501807 89.95389) (xy 191.320846 90.008784) (xy 191.154072 90.097927) (xy 191.007893 90.217893) (xy 190.887927 90.364072) (xy 190.798784 90.530847) (xy 190.74389 90.711808) (xy 190.73 90.852839) (xy 190.73 91.11416) (xy 190.695171 91.112108) (xy 190.570433 91.121406) (xy 190.456071 91.153148) (xy 190.455812 91.150518) (xy 190.448071 91.125) (xy 190.455812 91.099482) (xy 190.468072 90.975) (xy 190.468072 90.325) (xy 190.455812 90.200518) (xy 190.419502 90.08082) (xy 190.360537 89.970506) (xy 190.281185 89.873815) (xy 190.184494 89.794463) (xy 190.07418 89.735498) (xy 190.035 89.723613) (xy 190.035 89.686105) (xy 190.038556 89.65) (xy 190.024365 89.505914) (xy 189.998732 89.421414) (xy 189.982337 89.367367) (xy 189.914087 89.23968) (xy 189.871733 89.188072) (xy 191 89.188072) (xy 191.124482 89.175812) (xy 191.24418 89.139502) (xy 191.354494 89.080537) (xy 191.451185 89.001185) (xy 191.530537 88.904494) (xy 191.589502 88.79418) (xy 191.625812 88.674482) (xy 191.638072 88.55) (xy 191.638072 86.75) (xy 191.625812 86.625518) (xy 191.589502 86.50582) (xy 191.530537 86.395506) (xy 191.451185 86.298815) (xy 191.354494 86.219463) (xy 191.24418 86.160498) (xy 191.124482 86.124188) (xy 191 86.111928) (xy 188.8 86.111928) (xy 188.675518 86.124188) (xy 188.55582 86.160498) (xy 188.445506 86.219463) (xy 188.348815 86.298815) (xy 188.269463 86.395506) (xy 188.210498 86.50582) (xy 188.174188 86.625518) (xy 188.161928 86.75) (xy 188.161928 87.348784) (xy 187.992089 87.315) (xy 187.807911 87.315) (xy 187.627271 87.350932) (xy 187.457111 87.421414) (xy 187.303972 87.523738) (xy 187.173738 87.653972) (xy 187.071414 87.807111) (xy 187.000932 87.977271) (xy 186.965 88.157911) (xy 186.965 88.342089) (xy 187.000932 88.522729) (xy 187.071414 88.692889) (xy 187.173738 88.846028) (xy 187.303972 88.976262) (xy 187.457111 89.078586) (xy 187.627271 89.149068) (xy 187.792485 89.181932) (xy 188.409745 89.799191) (xy 188.318815 89.873815) (xy 188.239463 89.970506) (xy 188.2 90.044335) (xy 188.160537 89.970506) (xy 188.081185 89.873815) (xy 187.984494 89.794463) (xy 187.87418 89.735498) (xy 187.754482 89.699188) (xy 187.63 89.686928) (xy 187.38575 89.69) (xy 187.227 89.84875) (xy 187.227 90.523) (xy 187.247 90.523) (xy 187.247 90.636928) (xy 186.953 90.636928) (xy 186.953 90.523) (xy 186.973 90.523) (xy 186.973 89.84875) (xy 186.81425 89.69) (xy 186.69937 89.688555) (xy 186.676262 89.653972) (xy 186.546028 89.523738) (xy 186.392889 89.421414) (xy 186.222729 89.350932) (xy 186.057514 89.318068) (xy 186.032759 89.293313) (xy 186.009738 89.265262) (xy 185.89782 89.173413) (xy 185.770133 89.105163) (xy 185.631585 89.063135) (xy 185.562959 89.056376) (xy 185.605537 89.004494) (xy 185.664502 88.89418) (xy 185.700812 88.774482) (xy 185.713072 88.65) (xy 185.71 88.49825) (xy 185.55125 88.3395) (xy 184.727 88.3395) (xy 184.727 88.3595) (xy 184.473 88.3595) (xy 184.473 88.3395) (xy 184.453 88.3395) (xy 184.453 88.0855) (xy 184.473 88.0855) (xy 184.473 87.29875) (xy 184.727 87.29875) (xy 184.727 88.0855) (xy 185.55125 88.0855) (xy 185.71 87.92675) (xy 185.713072 87.775) (xy 185.700812 87.650518) (xy 185.664502 87.53082) (xy 185.605537 87.420506) (xy 185.526185 87.323815) (xy 185.429494 87.244463) (xy 185.31918 87.185498) (xy 185.199482 87.149188) (xy 185.075 87.136928) (xy 184.88575 87.14) (xy 184.727 87.29875) (xy 184.473 87.29875) (xy 184.31425 87.14) (xy 184.125 87.136928) (xy 184.000518 87.149188) (xy 183.88082 87.185498) (xy 183.770506 87.244463) (xy 183.728223 87.279163) (xy 183.584142 87.20215) (xy 183.423408 87.153392) (xy 183.25625 87.136928) (xy 182.74375 87.136928) (xy 182.576592 87.153392) (xy 182.415858 87.20215) (xy 182.267725 87.281329) (xy 182.137885 87.387885) (xy 182.1 87.434048) (xy 182.062115 87.387885) (xy 181.932275 87.281329) (xy 181.784142 87.20215) (xy 181.623408 87.153392) (xy 181.45625 87.136928) (xy 180.94375 87.136928) (xy 180.776592 87.153392) (xy 180.615858 87.20215) (xy 180.467725 87.281329) (xy 180.362313 87.367837) (xy 180.326185 87.323815) (xy 180.229494 87.244463) (xy 180.11918 87.185498) (xy 179.999482 87.149188) (xy 179.875 87.136928) (xy 179.68575 87.14) (xy 179.527 87.29875) (xy 179.527 88.0855) (xy 179.547 88.0855) (xy 179.547 88.3395) (xy 179.527 88.3395) (xy 179.527 88.3595) (xy 179.273 88.3595) (xy 179.273 88.3395) (xy 178.44875 88.3395) (xy 178.29 88.49825) (xy 178.286928 88.65) (xy 178.299188 88.774482) (xy 178.335498 88.89418) (xy 178.394463 89.004494) (xy 178.421795 89.037798) (xy 178.320487 89.091948) (xy 178.285309 89.110751) (xy 178.16197 89.211972) (xy 178.136603 89.242882) (xy 176.988072 90.391414) (xy 176.988072 88.7) (xy 176.975812 88.575518) (xy 176.939502 88.45582) (xy 176.880537 88.345506) (xy 176.801185 88.248815) (xy 176.704958 88.169844) (xy 177.099802 87.775) (xy 178.286928 87.775) (xy 178.29 87.92675) (xy 178.44875 88.0855) (xy 179.273 88.0855) (xy 179.273 87.29875) (xy 179.11425 87.14) (xy 178.925 87.136928) (xy 178.800518 87.149188) (xy 178.68082 87.185498) (xy 178.570506 87.244463) (xy 178.473815 87.323815) (xy 178.394463 87.420506) (xy 178.335498 87.53082) (xy 178.299188 87.650518) (xy 178.286928 87.775) (xy 177.099802 87.775) (xy 178.799802 86.075) (xy 180.236928 86.075) (xy 180.249188 86.199482) (xy 180.285498 86.31918) (xy 180.344463 86.429494) (xy 180.423815 86.526185) (xy 180.520506 86.605537) (xy 180.63082 86.664502) (xy 180.750518 86.700812) (xy 180.875 86.713072) (xy 181.02675 86.71) (xy 181.1855 86.55125) (xy 181.1855 85.727) (xy 180.39875 85.727) (xy 180.24 85.88575) (xy 180.236928 86.075) (xy 178.799802 86.075) (xy 180.25527 84.619532) (xy 180.285498 84.71918) (xy 180.328698 84.8) (xy 180.285498 84.88082) (xy 180.249188 85.000518) (xy 180.236928 85.125) (xy 180.24 85.31425) (xy 180.39875 85.473) (xy 181.1855 85.473) (xy 181.1855 84.127) (xy 181.1655 84.127) (xy 181.1655 83.873) (xy 181.1855 83.873) (xy 181.1855 82.527) (xy 181.1655 82.527) (xy 181.1655 82.273) (xy 181.1855 82.273) (xy 181.1855 80.927) (xy 181.1655 80.927) (xy 181.1655 80.673) (xy 181.1855 80.673) (xy 181.1855 79.327) (xy 181.1655 79.327) (xy 181.1655 79.073) (xy 181.1855 79.073) (xy 181.1855 77.727) (xy 181.1655 77.727) (xy 181.1655 77.473) (xy 181.1855 77.473) (xy 181.1855 76.127) (xy 181.1655 76.127) (xy 181.1655 75.873) (xy 181.1855 75.873) (xy 181.1855 74.527) (xy 181.1655 74.527) (xy 181.1655 74.273) (xy 181.1855 74.273) (xy 181.1855 72.927) (xy 181.1655 72.927) (xy 181.1655 72.673) (xy 181.1855 72.673) (xy 181.1855 71.377) (xy 181.1655 71.377) (xy 181.1655 71.123) (xy 181.1855 71.123) (xy 181.1855 70.29875) (xy 181.02675 70.14) (xy 180.875 70.136928) (xy 180.76 70.148254) (xy 180.76 70.074434) (xy 180.959434 69.875) (xy 184.336928 69.875) (xy 184.349188 69.999482) (xy 184.385498 70.11918) (xy 184.444463 70.229494) (xy 184.523815 70.326185) (xy 184.620506 70.405537) (xy 184.73082 70.464502) (xy 184.850518 70.500812) (xy 184.975 70.513072) (xy 185.12675 70.51) (xy 185.2855 70.35125) (xy 185.2855 69.527) (xy 184.49875 69.527) (xy 184.34 69.68575) (xy 184.336928 69.875) (xy 180.959434 69.875) (xy 184.418919 66.415515) ) ) (filled_polygon (pts (xy 191.465 79.245553) (xy 187.938072 82.772482) (xy 187.938072 82.6) (xy 187.927882 82.496535) (xy 187.935 82.43175) (xy 187.902753 82.399503) (xy 187.889502 82.35582) (xy 187.832939 82.25) (xy 187.889502 82.14418) (xy 187.902753 82.100497) (xy 187.935 82.06825) (xy 187.927882 82.003465) (xy 187.938072 81.9) (xy 187.938072 81.841311) (xy 188.022238 81.772238) (xy 188.045259 81.744187) (xy 188.394192 81.395254) (xy 188.422237 81.372238) (xy 188.514087 81.26032) (xy 188.582337 81.132633) (xy 188.624365 80.994085) (xy 188.635 80.886105) (xy 188.635 80.886096) (xy 188.638555 80.850001) (xy 188.636635 80.830504) (xy 188.728586 80.692889) (xy 188.799068 80.522729) (xy 188.835 80.342089) (xy 188.835 80.157911) (xy 188.799068 79.977271) (xy 188.728586 79.807111) (xy 188.626262 79.653972) (xy 188.496028 79.523738) (xy 188.342889 79.421414) (xy 188.172729 79.350932) (xy 187.992089 79.315) (xy 187.938072 79.315) (xy 187.938072 79.1) (xy 187.928223 79) (xy 187.938072 78.9) (xy 187.938072 78.6) (xy 187.928223 78.5) (xy 187.938072 78.4) (xy 187.938072 78.1) (xy 187.927882 77.996535) (xy 187.935 77.93175) (xy 187.902753 77.899503) (xy 187.889502 77.85582) (xy 187.832939 77.75) (xy 187.889502 77.64418) (xy 187.902753 77.600497) (xy 187.935 77.56825) (xy 187.927882 77.503465) (xy 187.938072 77.4) (xy 187.938072 77.1) (xy 187.928223 77) (xy 187.938072 76.9) (xy 187.938072 76.6) (xy 187.928223 76.5) (xy 187.938072 76.4) (xy 187.938072 76.1) (xy 187.928223 76) (xy 187.938072 75.9) (xy 187.938072 75.841311) (xy 188.022238 75.772238) (xy 188.045259 75.744187) (xy 188.144187 75.645259) (xy 188.172238 75.622238) (xy 188.264087 75.51032) (xy 188.332337 75.382633) (xy 188.368021 75.265) (xy 188.374365 75.244086) (xy 188.388556 75.100001) (xy 188.385 75.063896) (xy 188.385 73.730881) (xy 188.445506 73.780537) (xy 188.55582 73.839502) (xy 188.675518 73.875812) (xy 188.8 73.888072) (xy 191 73.888072) (xy 191.124482 73.875812) (xy 191.24418 73.839502) (xy 191.354494 73.780537) (xy 191.451185 73.701185) (xy 191.465001 73.684351) ) ) (filled_polygon (pts (xy 194.5145 69.273) (xy 194.5345 69.273) (xy 194.5345 69.46499) (xy 194.2405 69.46499) (xy 194.2405 69.273) (xy 194.2605 69.273) (xy 194.2605 69.253) (xy 194.5145 69.253) ) ) (filled_polygon (pts (xy 194.015189 64.13999) (xy 194.010687 64.13999) (xy 193.974582 64.136434) (xy 193.938477 64.13999) (xy 193.830497 64.150625) (xy 193.733614 64.180014) (xy 193.672896 64.033428) (xy 193.565099 63.872099) (xy 193.427901 63.734901) (xy 193.266572 63.627104) (xy 193.087314 63.552853) (xy 192.897014 63.515) (xy 192.702986 63.515) (xy 192.512686 63.552853) (xy 192.333428 63.627104) (xy 192.172099 63.734901) (xy 192.034901 63.872099) (xy 191.927104 64.033428) (xy 191.852853 64.212686) (xy 191.815 64.402986) (xy 191.815 64.597014) (xy 191.852853 64.787314) (xy 191.88454 64.863813) (xy 191.881329 64.867725) (xy 191.80215 65.015858) (xy 191.799791 65.023636) (xy 191.777962 64.997038) (xy 191.643387 64.886595) (xy 191.489851 64.804528) (xy 191.323255 64.753992) (xy 191.150001 64.736928) (xy 188.249999 64.736928) (xy 188.076745 64.753992) (xy 187.910149 64.804528) (xy 187.838454 64.84285) (xy 187.779494 64.794463) (xy 187.66918 64.735498) (xy 187.549482 64.699188) (xy 187.425 64.686928) (xy 187.27325 64.69) (xy 187.1145 64.84875) (xy 187.1145 65.673) (xy 187.1345 65.673) (xy 187.1345 65.927) (xy 187.1145 65.927) (xy 187.1145 65.947) (xy 186.8605 65.947) (xy 186.8605 65.927) (xy 186.8405 65.927) (xy 186.8405 65.673) (xy 186.8605 65.673) (xy 186.8605 64.84875) (xy 186.70175 64.69) (xy 186.55 64.686928) (xy 186.425518 64.699188) (xy 186.41398 64.702688) (xy 186.435 64.597014) (xy 186.435 64.402986) (xy 186.426732 64.361421) (xy 186.51425 64.36) (xy 186.673 64.20125) (xy 186.673 63.4145) (xy 186.927 63.4145) (xy 186.927 64.20125) (xy 187.08575 64.36) (xy 187.275 64.363072) (xy 187.399482 64.350812) (xy 187.51918 64.314502) (xy 187.629494 64.255537) (xy 187.726185 64.176185) (xy 187.805537 64.079494) (xy 187.864502 63.96918) (xy 187.900812 63.849482) (xy 187.913072 63.725) (xy 187.91 63.57325) (xy 187.75125 63.4145) (xy 186.927 63.4145) (xy 186.673 63.4145) (xy 186.653 63.4145) (xy 186.653 63.1605) (xy 186.673 63.1605) (xy 186.673 63.1405) (xy 186.927 63.1405) (xy 186.927 63.1605) (xy 187.75125 63.1605) (xy 187.91 63.00175) (xy 187.913072 62.85) (xy 187.907566 62.794091) (xy 187.910149 62.795472) (xy 188.076745 62.846008) (xy 188.249999 62.863072) (xy 191.150001 62.863072) (xy 191.323255 62.846008) (xy 191.489851 62.795472) (xy 191.643387 62.713405) (xy 191.777962 62.602962) (xy 191.888405 62.468387) (xy 191.912932 62.4225) (xy 192.297699 62.4225) ) ) ) (zone (net 1) (net_name GND) (layer B.Cu) (tstamp 5E5BA5D5) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 146 100) (xy 146 60) (xy 200 60) ) ) (filled_polygon (pts (xy 154.315001 66.266343) (xy 154.311686 66.3) (xy 154.324912 66.434283) (xy 154.364081 66.563406) (xy 154.427688 66.682407) (xy 154.513289 66.786711) (xy 154.617593 66.872312) (xy 154.736594 66.935919) (xy 154.865717 66.975088) (xy 154.966353 66.985) (xy 155 66.988314) (xy 155.033647 66.985) (xy 174.740197 66.985) (xy 172.089003 69.636196) (xy 172.059999 69.659999) (xy 172.014861 69.715) (xy 171.965026 69.775724) (xy 171.907881 69.882634) (xy 171.894454 69.907754) (xy 171.850997 70.051015) (xy 171.84 70.162668) (xy 171.84 70.162678) (xy 171.836324 70.2) (xy 171.84 70.237322) (xy 171.840001 77.366999) (xy 171.834901 77.372099) (xy 171.727104 77.533428) (xy 171.652853 77.712686) (xy 171.615 77.902986) (xy 171.615 78.097014) (xy 171.652853 78.287314) (xy 171.727104 78.466572) (xy 171.829195 78.619361) (xy 171.255808 79.192748) (xy 171.227762 79.215765) (xy 171.135913 79.327683) (xy 171.067663 79.45537) (xy 171.044316 79.532335) (xy 171.025635 79.593917) (xy 171.011444 79.738002) (xy 171.015 79.774107) (xy 171.015001 82.063885) (xy 171.011444 82.1) (xy 171.025635 82.244085) (xy 171.059128 82.354494) (xy 171.067664 82.382633) (xy 171.135914 82.51032) (xy 171.227763 82.622238) (xy 171.255808 82.645254) (xy 173.354746 84.744193) (xy 173.377762 84.772238) (xy 173.48968 84.864087) (xy 173.617367 84.932337) (xy 173.713886 84.961616) (xy 173.755914 84.974365) (xy 173.769734 84.975726) (xy 173.863895 84.985) (xy 173.863902 84.985) (xy 173.899999 84.988555) (xy 173.936096 84.985) (xy 176.505743 84.985) (xy 176.452853 85.112688) (xy 176.415 85.302988) (xy 176.415 85.497016) (xy 176.452853 85.687316) (xy 176.527104 85.866574) (xy 176.634901 86.027903) (xy 176.64 86.033002) (xy 176.640001 88.135197) (xy 172.160199 92.615) (xy 172.152986 92.615) (xy 171.962686 92.652853) (xy 171.783428 92.727104) (xy 171.622099 92.834901) (xy 171.484901 92.972099) (xy 171.377104 93.133428) (xy 171.302853 93.312686) (xy 171.265 93.502986) (xy 171.265 93.697014) (xy 171.302853 93.887314) (xy 171.377104 94.066572) (xy 171.484901 94.227901) (xy 171.622099 94.365099) (xy 171.783428 94.472896) (xy 171.962686 94.547147) (xy 172.152986 94.585) (xy 172.347014 94.585) (xy 172.537314 94.547147) (xy 172.716572 94.472896) (xy 172.877901 94.365099) (xy 173.015099 94.227901) (xy 173.122896 94.066572) (xy 173.197147 93.887314) (xy 173.235 93.697014) (xy 173.235 93.689801) (xy 174.71689 92.207911) (xy 184.165 92.207911) (xy 184.165 92.392089) (xy 184.200932 92.572729) (xy 184.271414 92.742889) (xy 184.373738 92.896028) (xy 184.503972 93.026262) (xy 184.515 93.033631) (xy 184.515 93.142089) (xy 184.550932 93.322729) (xy 184.621414 93.492889) (xy 184.723738 93.646028) (xy 184.853972 93.776262) (xy 185.007111 93.878586) (xy 185.177271 93.949068) (xy 185.357911 93.985) (xy 185.542089 93.985) (xy 185.722729 93.949068) (xy 185.892889 93.878586) (xy 186.032951 93.785) (xy 187.679179 93.785) (xy 187.688624 93.799136) (xy 187.818858 93.92937) (xy 187.971997 94.031694) (xy 188.142157 94.102176) (xy 188.322797 94.138108) (xy 188.506975 94.138108) (xy 188.687615 94.102176) (xy 188.857775 94.031694) (xy 189.010914 93.92937) (xy 189.141148 93.799136) (xy 189.243472 93.645997) (xy 189.313954 93.475837) (xy 189.349886 93.295197) (xy 189.349886 93.111019) (xy 189.313954 92.930379) (xy 189.243472 92.760219) (xy 189.141148 92.60708) (xy 189.010914 92.476846) (xy 188.857775 92.374522) (xy 188.687615 92.30404) (xy 188.506975 92.268108) (xy 188.322797 92.268108) (xy 188.142157 92.30404) (xy 188.115697 92.315) (xy 186.637686 92.315) (xy 186.674365 92.194085) (xy 186.685 92.086105) (xy 186.685 92.086096) (xy 186.688555 92.050001) (xy 186.685 92.013906) (xy 186.685 90.832951) (xy 186.778586 90.692889) (xy 186.849068 90.522729) (xy 186.885 90.342089) (xy 186.885 90.157911) (xy 186.849068 89.977271) (xy 186.778586 89.807111) (xy 186.714398 89.711047) (xy 187.39102 89.034425) (xy 187.457111 89.078586) (xy 187.627271 89.149068) (xy 187.807911 89.185) (xy 187.992089 89.185) (xy 188.172729 89.149068) (xy 188.342889 89.078586) (xy 188.496028 88.976262) (xy 188.626262 88.846028) (xy 188.728586 88.692889) (xy 188.799068 88.522729) (xy 188.835 88.342089) (xy 188.835 88.157911) (xy 188.799068 87.977271) (xy 188.728586 87.807111) (xy 188.626262 87.653972) (xy 188.496028 87.523738) (xy 188.342889 87.421414) (xy 188.172729 87.350932) (xy 187.992089 87.315) (xy 187.807911 87.315) (xy 187.627271 87.350932) (xy 187.457111 87.421414) (xy 187.317049 87.515) (xy 187.172092 87.515) (xy 187.135997 87.511445) (xy 187.099902 87.515) (xy 187.099893 87.515) (xy 186.991913 87.525635) (xy 186.853365 87.567663) (xy 186.725678 87.635913) (xy 186.61376 87.727762) (xy 186.590744 87.755807) (xy 184.655808 89.690744) (xy 184.627763 89.71376) (xy 184.535914 89.825678) (xy 184.505592 89.882407) (xy 184.467664 89.953365) (xy 184.425635 90.091913) (xy 184.411444 90.235998) (xy 184.415001 90.272113) (xy 184.415001 90.717049) (xy 184.321414 90.857111) (xy 184.250932 91.027271) (xy 184.215 91.207911) (xy 184.215 91.392089) (xy 184.250932 91.572729) (xy 184.321414 91.742889) (xy 184.334574 91.762585) (xy 184.271414 91.857111) (xy 184.200932 92.027271) (xy 184.165 92.207911) (xy 174.71689 92.207911) (xy 177.911003 89.013799) (xy 177.940001 88.990001) (xy 178.034974 88.874276) (xy 178.105546 88.742247) (xy 178.149003 88.598986) (xy 178.16 88.487333) (xy 178.163677 88.45) (xy 178.16 88.412667) (xy 178.16 86.033002) (xy 178.165099 86.027903) (xy 178.272896 85.866574) (xy 178.347147 85.687316) (xy 178.385 85.497016) (xy 178.385 85.302988) (xy 178.347147 85.112688) (xy 178.294257 84.985) (xy 182.662436 84.985) (xy 182.698541 84.988556) (xy 182.734646 84.985) (xy 182.842626 84.974365) (xy 182.981174 84.932337) (xy 183.108861 84.864087) (xy 183.220779 84.772238) (xy 183.2438 84.744188) (xy 185.463583 82.524405) (xy 185.628796 82.491542) (xy 185.798956 82.42106) (xy 185.952095 82.318736) (xy 186.082329 82.188502) (xy 186.184653 82.035363) (xy 186.255135 81.865203) (xy 186.291067 81.684563) (xy 186.291067 81.500385) (xy 186.255135 81.319745) (xy 186.184653 81.149585) (xy 186.115954 81.04677) (xy 186.137717 80.937363) (xy 186.137717 80.753185) (xy 186.101785 80.572545) (xy 186.031303 80.402385) (xy 185.928979 80.249246) (xy 185.798745 80.119012) (xy 185.712379 80.061304) (xy 185.749068 79.972729) (xy 185.785 79.792089) (xy 185.785 79.607911) (xy 185.749068 79.427271) (xy 185.678586 79.257111) (xy 185.576262 79.103972) (xy 185.473218 79.000928) (xy 185.47859 78.992889) (xy 185.549072 78.822729) (xy 185.585004 78.642089) (xy 185.585004 78.457911) (xy 185.549072 78.277271) (xy 185.496353 78.149995) (xy 185.549068 78.022729) (xy 185.585 77.842089) (xy 185.585 77.657911) (xy 185.549068 77.477271) (xy 185.506869 77.375392) (xy 185.528586 77.342889) (xy 185.565155 77.254602) (xy 187.165 78.854447) (xy 187.165001 79.667048) (xy 187.071414 79.807111) (xy 187.000932 79.977271) (xy 186.965 80.157911) (xy 186.965 80.342089) (xy 187.000932 80.522729) (xy 187.071414 80.692889) (xy 187.173738 80.846028) (xy 187.303972 80.976262) (xy 187.457111 81.078586) (xy 187.627271 81.149068) (xy 187.807911 81.185) (xy 187.992089 81.185) (xy 188.172729 81.149068) (xy 188.342889 81.078586) (xy 188.496028 80.976262) (xy 188.626262 80.846028) (xy 188.728586 80.692889) (xy 188.799068 80.522729) (xy 188.835 80.342089) (xy 188.835 80.157911) (xy 188.799068 79.977271) (xy 188.728586 79.807111) (xy 188.635 79.667049) (xy 188.635 78.586105) (xy 188.638556 78.55) (xy 188.624365 78.405915) (xy 188.582337 78.267367) (xy 188.514087 78.13968) (xy 188.470117 78.086103) (xy 188.445253 78.055806) (xy 188.44525 78.055803) (xy 188.422237 78.027762) (xy 188.394197 78.00475) (xy 184.931932 74.542486) (xy 184.899068 74.377271) (xy 184.828586 74.207111) (xy 184.726262 74.053972) (xy 184.596028 73.923738) (xy 184.442889 73.821414) (xy 184.272729 73.750932) (xy 184.092089 73.715) (xy 183.907911 73.715) (xy 183.727271 73.750932) (xy 183.557111 73.821414) (xy 183.403972 73.923738) (xy 183.273738 74.053972) (xy 183.171414 74.207111) (xy 183.100932 74.377271) (xy 183.065 74.557911) (xy 183.065 74.742089) (xy 183.100932 74.922729) (xy 183.171414 75.092889) (xy 183.273738 75.246028) (xy 183.403972 75.376262) (xy 183.557111 75.478586) (xy 183.727271 75.549068) (xy 183.892486 75.581932) (xy 184.345398 76.034845) (xy 184.257111 76.071414) (xy 184.103972 76.173738) (xy 183.973738 76.303972) (xy 183.871414 76.457111) (xy 183.800932 76.627271) (xy 183.768069 76.792484) (xy 179.78056 80.779994) (xy 179.692889 80.721414) (xy 179.522729 80.650932) (xy 179.342089 80.615) (xy 179.157911 80.615) (xy 178.977271 80.650932) (xy 178.807111 80.721414) (xy 178.653972 80.823738) (xy 178.523738 80.953972) (xy 178.421414 81.107111) (xy 178.350932 81.277271) (xy 178.323536 81.415) (xy 176.282951 81.415) (xy 176.142889 81.321414) (xy 175.972729 81.250932) (xy 175.792089 81.215) (xy 175.635 81.215) (xy 175.635 76.004444) (xy 175.807513 75.831932) (xy 175.972727 75.799068) (xy 176.142887 75.728586) (xy 176.296026 75.626262) (xy 176.42626 75.496028) (xy 176.528584 75.342889) (xy 176.599066 75.172729) (xy 176.634998 74.992089) (xy 176.634998 74.807911) (xy 176.599066 74.627271) (xy 176.528584 74.457111) (xy 176.42626 74.303972) (xy 176.296026 74.173738) (xy 176.142887 74.071414) (xy 175.972727 74.000932) (xy 175.792087 73.965) (xy 175.607909 73.965) (xy 175.427269 74.000932) (xy 175.257109 74.071414) (xy 175.10397 74.173738) (xy 174.973736 74.303972) (xy 174.871412 74.457111) (xy 174.80093 74.627271) (xy 174.768066 74.792485) (xy 174.405808 75.154744) (xy 174.38499 75.171829) (xy 174.38499 71.004456) (xy 175.207515 70.181931) (xy 175.372729 70.149068) (xy 175.542889 70.078586) (xy 175.696028 69.976262) (xy 175.826262 69.846028) (xy 175.928586 69.692889) (xy 175.999068 69.522729) (xy 176.035 69.342089) (xy 176.035 69.157911) (xy 175.999068 68.977271) (xy 175.928586 68.807111) (xy 175.826262 68.653972) (xy 175.696028 68.523738) (xy 175.542889 68.421414) (xy 175.479602 68.3952) (xy 176.114803 67.76) (xy 183.762678 67.76) (xy 183.8 67.763676) (xy 183.837322 67.76) (xy 183.837333 67.76) (xy 183.948986 67.749003) (xy 184.092247 67.705546) (xy 184.224276 67.634974) (xy 184.340001 67.540001) (xy 184.363804 67.510997) (xy 185.364802 66.51) (xy 196.240001 66.51) (xy 196.240001 66.918563) (xy 196.077271 66.950932) (xy 195.907111 67.021414) (xy 195.767049 67.115) (xy 193.186105 67.115) (xy 193.15 67.111444) (xy 193.113895 67.115) (xy 193.005915 67.125635) (xy 192.867367 67.167663) (xy 192.73968 67.235913) (xy 192.627762 67.327762) (xy 192.604746 67.355807) (xy 191.705808 68.254746) (xy 191.677763 68.277762) (xy 191.585914 68.38968) (xy 191.546143 68.464087) (xy 191.517664 68.517367) (xy 191.475635 68.655915) (xy 191.461444 68.8) (xy 191.465001 68.836115) (xy 191.465001 68.992711) (xy 191.346028 68.873738) (xy 191.192889 68.771414) (xy 191.022729 68.700932) (xy 190.842089 68.665) (xy 190.657911 68.665) (xy 190.477271 68.700932) (xy 190.307111 68.771414) (xy 190.153972 68.873738) (xy 190.023738 69.003972) (xy 189.921414 69.157111) (xy 189.850932 69.327271) (xy 189.818068 69.492485) (xy 189.295554 70.015) (xy 187.110369 70.015) (xy 187.074264 70.011444) (xy 186.930179 70.025635) (xy 186.79163 70.067663) (xy 186.663944 70.135913) (xy 186.552026 70.227762) (xy 186.52901 70.255807) (xy 186.080618 70.7042) (xy 186.072729 70.700932) (xy 185.892089 70.665) (xy 185.707911 70.665) (xy 185.527271 70.700932) (xy 185.357111 70.771414) (xy 185.203972 70.873738) (xy 185.073738 71.003972) (xy 184.971414 71.157111) (xy 184.900932 71.327271) (xy 184.865 71.507911) (xy 184.865 71.692089) (xy 184.900932 71.872729) (xy 184.971414 72.042889) (xy 185.073738 72.196028) (xy 185.203972 72.326262) (xy 185.357111 72.428586) (xy 185.527271 72.499068) (xy 185.707911 72.535) (xy 185.892089 72.535) (xy 186.072729 72.499068) (xy 186.242889 72.428586) (xy 186.396028 72.326262) (xy 186.410803 72.311487) (xy 186.506897 72.282337) (xy 186.634584 72.214087) (xy 186.746502 72.122238) (xy 186.769522 72.094188) (xy 187.378711 71.485) (xy 189.563895 71.485) (xy 189.6 71.488556) (xy 189.636105 71.485) (xy 189.744085 71.474365) (xy 189.882633 71.432337) (xy 190.01032 71.364087) (xy 190.122238 71.272238) (xy 190.145258 71.244188) (xy 190.857515 70.531932) (xy 191.022729 70.499068) (xy 191.192889 70.428586) (xy 191.312889 70.348405) (xy 191.300932 70.377271) (xy 191.265 70.557911) (xy 191.265 70.742089) (xy 191.300932 70.922729) (xy 191.371414 71.092889) (xy 191.473738 71.246028) (xy 191.603972 71.376262) (xy 191.757111 71.478586) (xy 191.927271 71.549068) (xy 192.107911 71.585) (xy 192.292089 71.585) (xy 192.472729 71.549068) (xy 192.642889 71.478586) (xy 192.796028 71.376262) (xy 192.815 71.35729) (xy 192.815001 89.466343) (xy 192.813163 89.485) (xy 192.513 89.485) (xy 192.313522 89.529664) (xy 192.12659 89.612386) (xy 191.959388 89.729987) (xy 191.818342 89.877948) (xy 191.776535 89.943878) (xy 191.69 89.935355) (xy 191.501807 89.95389) (xy 191.320846 90.008784) (xy 191.154072 90.097927) (xy 191.007893 90.217893) (xy 190.887927 90.364072) (xy 190.798784 90.530847) (xy 190.74389 90.711808) (xy 190.73 90.852839) (xy 190.73 91.247162) (xy 190.74389 91.388193) (xy 190.798784 91.569154) (xy 190.887927 91.735928) (xy 191.007894 91.882107) (xy 191.154073 92.002073) (xy 191.320847 92.091216) (xy 191.414338 92.119576) (xy 191.415392 92.125028) (xy 191.486813 92.300126) (xy 191.49173 92.309323) (xy 191.687464 92.322931) (xy 191.862766 92.147629) (xy 191.878193 92.14611) (xy 192.059154 92.091216) (xy 192.096776 92.071106) (xy 192.08 92.155448) (xy 192.08 92.289605) (xy 191.867069 92.502536) (xy 191.874303 92.606586) (xy 191.728036 92.704319) (xy 191.594319 92.838036) (xy 191.489259 92.995269) (xy 191.416892 93.169978) (xy 191.38 93.355448) (xy 191.38 93.544552) (xy 191.416892 93.730022) (xy 191.466589 93.85) (xy 191.416892 93.969978) (xy 191.38 94.155448) (xy 191.38 94.344552) (xy 191.416892 94.530022) (xy 191.466589 94.65) (xy 191.416892 94.769978) (xy 191.38 94.955448) (xy 191.38 95.144552) (xy 191.416892 95.330022) (xy 191.466589 95.45) (xy 191.416892 95.569978) (xy 191.38 95.755448) (xy 191.38 95.944552) (xy 191.416892 96.130022) (xy 191.489259 96.304731) (xy 191.594319 96.461964) (xy 191.728036 96.595681) (xy 191.874303 96.693414) (xy 191.867069 96.797464) (xy 192.08 97.010395) (xy 192.08 97.144552) (xy 192.116892 97.330022) (xy 192.145892 97.400035) (xy 192.144731 97.399259) (xy 192.084851 97.374456) (xy 191.687464 96.977069) (xy 191.49173 96.990677) (xy 191.418419 97.164992) (xy 191.383021 97.338058) (xy 191.235269 97.399259) (xy 191.078036 97.504319) (xy 190.944319 97.638036) (xy 190.839259 97.795269) (xy 190.766892 97.969978) (xy 190.73 98.155448) (xy 190.73 98.344552) (xy 190.766892 98.530022) (xy 190.839259 98.704731) (xy 190.944319 98.861964) (xy 191.078036 98.995681) (xy 191.235269 99.100741) (xy 191.409978 99.173108) (xy 191.595448 99.21) (xy 191.695208 99.21) (xy 191.708872 99.249418) (xy 191.750459 99.315) (xy 182.696994 99.315) (xy 182.778586 99.192889) (xy 182.849068 99.022729) (xy 182.881931 98.857515) (xy 182.994197 98.74525) (xy 183.022237 98.722238) (xy 183.04525 98.694197) (xy 183.045253 98.694194) (xy 183.114086 98.610321) (xy 183.114087 98.61032) (xy 183.182337 98.482633) (xy 183.224365 98.344085) (xy 183.235 98.236105) (xy 183.235 98.236096) (xy 183.238555 98.200001) (xy 183.235 98.163906) (xy 183.235 95.482951) (xy 183.328586 95.342889) (xy 183.399068 95.172729) (xy 183.435 94.992089) (xy 183.435 94.807911) (xy 183.399068 94.627271) (xy 183.328586 94.457111) (xy 183.226262 94.303972) (xy 183.113181 94.190891) (xy 183.142889 94.178586) (xy 183.296028 94.076262) (xy 183.426262 93.946028) (xy 183.528586 93.792889) (xy 183.599068 93.622729) (xy 183.635 93.442089) (xy 183.635 93.257911) (xy 183.599068 93.077271) (xy 183.528586 92.907111) (xy 183.426262 92.753972) (xy 183.296028 92.623738) (xy 183.142889 92.521414) (xy 182.972729 92.450932) (xy 182.792089 92.415) (xy 182.607911 92.415) (xy 182.427271 92.450932) (xy 182.257111 92.521414) (xy 182.154465 92.59) (xy 179.903023 92.59) (xy 179.865698 92.586324) (xy 179.828373 92.59) (xy 179.828365 92.59) (xy 179.716712 92.600997) (xy 179.573451 92.644454) (xy 179.441422 92.715026) (xy 179.325697 92.809999) (xy 179.301899 92.838997) (xy 177.364004 94.776893) (xy 177.335 94.800696) (xy 177.284719 94.861964) (xy 177.240027 94.916421) (xy 177.195749 94.999259) (xy 177.169455 95.048451) (xy 177.134101 95.165001) (xy 176.639803 95.165001) (xy 176.073153 94.598352) (xy 176.049068 94.477271) (xy 175.978586 94.307111) (xy 175.876262 94.153972) (xy 175.746028 94.023738) (xy 175.592889 93.921414) (xy 175.422729 93.850932) (xy 175.242089 93.815) (xy 175.057911 93.815) (xy 174.877271 93.850932) (xy 174.707111 93.921414) (xy 174.553972 94.023738) (xy 174.423738 94.153972) (xy 174.321414 94.307111) (xy 174.250932 94.477271) (xy 174.215 94.657911) (xy 174.215 94.842089) (xy 174.250932 95.022729) (xy 174.321414 95.192889) (xy 174.423738 95.346028) (xy 174.553972 95.476262) (xy 174.707111 95.578586) (xy 174.877271 95.649068) (xy 174.998352 95.673153) (xy 175.761202 96.436004) (xy 175.785 96.465002) (xy 175.900725 96.559975) (xy 176.032754 96.630547) (xy 176.176015 96.674004) (xy 176.287668 96.685001) (xy 176.287676 96.685001) (xy 176.325001 96.688677) (xy 176.362326 96.685001) (xy 177.538679 96.685001) (xy 177.576001 96.688677) (xy 177.613323 96.685001) (xy 177.613334 96.685001) (xy 177.724987 96.674004) (xy 177.868248 96.630547) (xy 178.000277 96.559975) (xy 178.116002 96.465002) (xy 178.139805 96.435998) (xy 178.385998 96.189805) (xy 178.415002 96.166002) (xy 178.509975 96.050277) (xy 178.580547 95.918248) (xy 178.624004 95.774986) (xy 178.635001 95.663333) (xy 178.635001 95.663324) (xy 178.635856 95.654643) (xy 179.515001 94.775499) (xy 179.515 96.213895) (xy 179.511444 96.25) (xy 179.523569 96.373108) (xy 179.525635 96.394084) (xy 179.567663 96.532632) (xy 179.635913 96.660319) (xy 179.727762 96.772237) (xy 179.755808 96.795254) (xy 179.868068 96.907515) (xy 179.900932 97.072729) (xy 179.971414 97.242889) (xy 180.073738 97.396028) (xy 180.203972 97.526262) (xy 180.357111 97.628586) (xy 180.527271 97.699068) (xy 180.707911 97.735) (xy 180.892089 97.735) (xy 181.072729 97.699068) (xy 181.242889 97.628586) (xy 181.396028 97.526262) (xy 181.526262 97.396028) (xy 181.628586 97.242889) (xy 181.699068 97.072729) (xy 181.735 96.892089) (xy 181.735 96.707911) (xy 181.699068 96.527271) (xy 181.628586 96.357111) (xy 181.526262 96.203972) (xy 181.396028 96.073738) (xy 181.242889 95.971414) (xy 181.072729 95.900932) (xy 180.985 95.883481) (xy 180.985 94.532951) (xy 181.078586 94.392889) (xy 181.149068 94.222729) (xy 181.171491 94.11) (xy 181.999363 94.11) (xy 181.903972 94.173738) (xy 181.773738 94.303972) (xy 181.671414 94.457111) (xy 181.600932 94.627271) (xy 181.565 94.807911) (xy 181.565 94.992089) (xy 181.600932 95.172729) (xy 181.671414 95.342889) (xy 181.765001 95.482952) (xy 181.765 97.833481) (xy 181.677271 97.850932) (xy 181.507111 97.921414) (xy 181.353972 98.023738) (xy 181.223738 98.153972) (xy 181.121414 98.307111) (xy 181.050932 98.477271) (xy 181.015 98.657911) (xy 181.015 98.842089) (xy 181.050932 99.022729) (xy 181.121414 99.192889) (xy 181.203006 99.315) (xy 160.965931 99.315) (xy 160.979741 99.312253) (xy 161.322731 99.170182) (xy 161.631413 98.963926) (xy 161.893926 98.701413) (xy 162.100182 98.392731) (xy 162.242253 98.049741) (xy 162.31468 97.685625) (xy 162.31468 97.314375) (xy 162.242253 96.950259) (xy 162.100182 96.607269) (xy 161.893926 96.298587) (xy 161.631413 96.036074) (xy 161.322731 95.829818) (xy 160.979741 95.687747) (xy 160.615625 95.61532) (xy 160.244375 95.61532) (xy 159.880259 95.687747) (xy 159.537269 95.829818) (xy 159.228587 96.036074) (xy 158.966074 96.298587) (xy 158.759818 96.607269) (xy 158.617747 96.950259) (xy 158.54532 97.314375) (xy 158.54532 97.685625) (xy 158.617747 98.049741) (xy 158.759818 98.392731) (xy 158.966074 98.701413) (xy 159.228587 98.963926) (xy 159.537269 99.170182) (xy 159.880259 99.312253) (xy 159.894069 99.315) (xy 157.155931 99.315) (xy 157.169741 99.312253) (xy 157.512731 99.170182) (xy 157.821413 98.963926) (xy 158.083926 98.701413) (xy 158.290182 98.392731) (xy 158.432253 98.049741) (xy 158.50468 97.685625) (xy 158.50468 97.314375) (xy 158.432253 96.950259) (xy 158.290182 96.607269) (xy 158.083926 96.298587) (xy 157.821413 96.036074) (xy 157.512731 95.829818) (xy 157.169741 95.687747) (xy 156.805625 95.61532) (xy 156.434375 95.61532) (xy 156.070259 95.687747) (xy 155.727269 95.829818) (xy 155.418587 96.036074) (xy 155.156074 96.298587) (xy 154.949818 96.607269) (xy 154.807747 96.950259) (xy 154.73532 97.314375) (xy 154.73532 97.685625) (xy 154.807747 98.049741) (xy 154.949818 98.392731) (xy 155.156074 98.701413) (xy 155.418587 98.963926) (xy 155.727269 99.170182) (xy 156.070259 99.312253) (xy 156.084069 99.315) (xy 153.325047 99.315) (xy 153.583151 99.228789) (xy 153.817896 99.103315) (xy 153.943771 98.813377) (xy 152.81 97.679605) (xy 151.676229 98.813377) (xy 151.802104 99.103315) (xy 152.134262 99.269139) (xy 152.302134 99.315) (xy 150.539101 99.315) (xy 150.604174 99.280217) (xy 150.700865 99.200865) (xy 150.780217 99.104174) (xy 150.839182 98.99386) (xy 150.875492 98.874162) (xy 150.887752 98.74968) (xy 150.887752 97.552719) (xy 150.916935 97.552719) (xy 150.963595 97.921025) (xy 151.081211 98.273151) (xy 151.206685 98.507896) (xy 151.496623 98.633771) (xy 152.630395 97.5) (xy 152.989605 97.5) (xy 154.123377 98.633771) (xy 154.413315 98.507896) (xy 154.579139 98.175738) (xy 154.676975 97.817613) (xy 154.703065 97.447281) (xy 154.656405 97.078975) (xy 154.538789 96.726849) (xy 154.413315 96.492104) (xy 154.123377 96.366229) (xy 152.989605 97.5) (xy 152.630395 97.5) (xy 151.496623 96.366229) (xy 151.206685 96.492104) (xy 151.040861 96.824262) (xy 150.943025 97.182387) (xy 150.916935 97.552719) (xy 150.887752 97.552719) (xy 150.887752 96.25032) (xy 150.881479 96.186623) (xy 151.676229 96.186623) (xy 152.81 97.320395) (xy 153.943771 96.186623) (xy 153.817896 95.896685) (xy 153.485738 95.730861) (xy 153.127613 95.633025) (xy 152.757281 95.606935) (xy 152.388975 95.653595) (xy 152.036849 95.771211) (xy 151.802104 95.896685) (xy 151.676229 96.186623) (xy 150.881479 96.186623) (xy 150.875492 96.125838) (xy 150.839182 96.00614) (xy 150.780217 95.895826) (xy 150.700865 95.799135) (xy 150.604174 95.719783) (xy 150.49386 95.660818) (xy 150.43282 95.642302) (xy 154.815122 91.26) (xy 156.100772 91.26) (xy 156.232754 91.330547) (xy 156.376015 91.374004) (xy 156.487668 91.385001) (xy 156.487678 91.385001) (xy 156.525 91.388677) (xy 156.562323 91.385001) (xy 157.112679 91.385001) (xy 157.150001 91.388677) (xy 157.187323 91.385001) (xy 157.187334 91.385001) (xy 157.298987 91.374004) (xy 157.345153 91.36) (xy 159.997814 91.36) (xy 159.984025 91.5) (xy 160.00787 91.742102) (xy 160.078489 91.974901) (xy 160.193167 92.189449) (xy 160.347498 92.377502) (xy 160.535551 92.531833) (xy 160.750099 92.646511) (xy 160.982898 92.71713) (xy 161.164335 92.735) (xy 161.835665 92.735) (xy 162.017102 92.71713) (xy 162.249901 92.646511) (xy 162.464449 92.531833) (xy 162.652502 92.377502) (xy 162.806833 92.189449) (xy 162.921511 91.974901) (xy 162.99213 91.742102) (xy 163.015975 91.5) (xy 163.002186 91.36) (xy 165.547696 91.36) (xy 165.923699 91.736004) (xy 165.947498 91.765003) (xy 166.063223 91.859976) (xy 166.195252 91.930548) (xy 166.338513 91.974005) (xy 166.450166 91.985002) (xy 166.450175 91.985002) (xy 166.487498 91.988678) (xy 166.524821 91.985002) (xy 169.490196 91.985002) (xy 167.241412 94.233787) (xy 167.178586 94.08211) (xy 167.076262 93.928971) (xy 166.946028 93.798737) (xy 166.792889 93.696413) (xy 166.622729 93.625931) (xy 166.442089 93.589999) (xy 166.257911 93.589999) (xy 166.077271 93.625931) (xy 165.907111 93.696413) (xy 165.841878 93.74) (xy 164.445535 93.74) (xy 164.342889 93.671414) (xy 164.172729 93.600932) (xy 163.992089 93.565) (xy 163.807911 93.565) (xy 163.627271 93.600932) (xy 163.457111 93.671414) (xy 163.303972 93.773738) (xy 163.173738 93.903972) (xy 163.071414 94.057111) (xy 163.000932 94.227271) (xy 162.965 94.407911) (xy 162.965 94.592089) (xy 163.000932 94.772729) (xy 163.071414 94.942889) (xy 163.173738 95.096028) (xy 163.303972 95.226262) (xy 163.457111 95.328586) (xy 163.627271 95.399068) (xy 163.807911 95.435) (xy 163.992089 95.435) (xy 164.172729 95.399068) (xy 164.342889 95.328586) (xy 164.445535 95.26) (xy 165.767051 95.26) (xy 165.907111 95.353585) (xy 165.951044 95.371782) (xy 165.915 95.552986) (xy 165.915 95.747014) (xy 165.952853 95.937314) (xy 166.027104 96.116572) (xy 166.134901 96.277901) (xy 166.272099 96.415099) (xy 166.433428 96.522896) (xy 166.612686 96.597147) (xy 166.802986 96.635) (xy 166.997014 96.635) (xy 167.187314 96.597147) (xy 167.366572 96.522896) (xy 167.527901 96.415099) (xy 167.665099 96.277901) (xy 167.772896 96.116572) (xy 167.847147 95.937314) (xy 167.885 95.747014) (xy 167.885 95.739801) (xy 171.511003 92.113799) (xy 171.540001 92.090001) (xy 171.634974 91.974276) (xy 171.705546 91.842247) (xy 171.749003 91.698986) (xy 171.76 91.587333) (xy 171.76 91.587324) (xy 171.763676 91.550001) (xy 171.76 91.512678) (xy 171.76 91.233) (xy 171.765099 91.227901) (xy 171.872896 91.066572) (xy 171.947147 90.887314) (xy 171.985 90.697014) (xy 171.985 90.502986) (xy 171.947147 90.312686) (xy 171.872896 90.133428) (xy 171.765099 89.972099) (xy 171.627901 89.834901) (xy 171.466572 89.727104) (xy 171.287314 89.652853) (xy 171.097014 89.615) (xy 170.902986 89.615) (xy 170.712686 89.652853) (xy 170.533428 89.727104) (xy 170.372099 89.834901) (xy 170.234901 89.972099) (xy 170.127104 90.133428) (xy 170.052853 90.312686) (xy 170.022555 90.465002) (xy 166.802301 90.465002) (xy 166.718105 90.380807) (xy 166.887314 90.347149) (xy 167.066572 90.272898) (xy 167.227901 90.165101) (xy 167.365099 90.027903) (xy 167.472896 89.866574) (xy 167.547147 89.687316) (xy 167.585 89.497016) (xy 167.585 89.302988) (xy 167.547147 89.112688) (xy 167.472896 88.93343) (xy 167.365099 88.772101) (xy 167.227901 88.634903) (xy 167.066572 88.527106) (xy 166.887314 88.452855) (xy 166.697014 88.415002) (xy 166.502986 88.415002) (xy 166.312686 88.452855) (xy 166.133428 88.527106) (xy 166.039301 88.59) (xy 164.560702 88.59) (xy 164.466572 88.527104) (xy 164.287314 88.452853) (xy 164.097014 88.415) (xy 163.902986 88.415) (xy 163.712686 88.452853) (xy 163.533428 88.527104) (xy 163.372099 88.634901) (xy 163.234901 88.772099) (xy 163.127104 88.933428) (xy 163.052853 89.112686) (xy 163.015 89.302986) (xy 163.015 89.497014) (xy 163.052853 89.687314) (xy 163.116098 89.84) (xy 163.013072 89.84) (xy 163.013072 89.149999) (xy 162.996008 88.976745) (xy 162.945472 88.810149) (xy 162.863405 88.656613) (xy 162.752962 88.522038) (xy 162.618387 88.411595) (xy 162.464851 88.329528) (xy 162.298255 88.278992) (xy 162.125001 88.261928) (xy 160.874999 88.261928) (xy 160.701745 88.278992) (xy 160.535149 88.329528) (xy 160.381613 88.411595) (xy 160.247038 88.522038) (xy 160.136595 88.656613) (xy 160.054528 88.810149) (xy 160.003992 88.976745) (xy 159.986928 89.149999) (xy 159.986928 89.84) (xy 158.396034 89.84) (xy 158.397147 89.837314) (xy 158.435 89.647014) (xy 158.435 89.452986) (xy 158.397147 89.262686) (xy 158.379371 89.219771) (xy 164.146771 83.452372) (xy 164.153983 83.452372) (xy 164.344283 83.414519) (xy 164.523541 83.340268) (xy 164.68487 83.232471) (xy 164.822068 83.095273) (xy 164.929865 82.933944) (xy 165.004116 82.754686) (xy 165.041969 82.564386) (xy 165.041969 82.370358) (xy 165.004116 82.180058) (xy 164.929865 82.0008) (xy 164.822068 81.839471) (xy 164.68487 81.702273) (xy 164.523541 81.594476) (xy 164.508393 81.588202) (xy 164.491282 81.502178) (xy 164.417031 81.32292) (xy 164.309234 81.161591) (xy 164.172036 81.024393) (xy 164.010707 80.916596) (xy 163.831449 80.842345) (xy 163.641149 80.804492) (xy 163.447121 80.804492) (xy 163.256821 80.842345) (xy 163.077563 80.916596) (xy 162.916234 81.024393) (xy 162.779036 81.161591) (xy 162.671239 81.32292) (xy 162.596988 81.502178) (xy 162.559135 81.692478) (xy 162.559135 81.699689) (xy 156.946852 87.311974) (xy 156.872896 87.133428) (xy 156.765099 86.972099) (xy 156.627901 86.834901) (xy 156.466572 86.727104) (xy 156.287314 86.652853) (xy 156.097014 86.615) (xy 156.089802 86.615) (xy 155.26 85.785199) (xy 155.26 74.883) (xy 155.265099 74.877901) (xy 155.372896 74.716572) (xy 155.447147 74.537314) (xy 155.485 74.347014) (xy 155.485 74.152986) (xy 155.447147 73.962686) (xy 155.372896 73.783428) (xy 155.265099 73.622099) (xy 155.127901 73.484901) (xy 154.966572 73.377104) (xy 154.787314 73.302853) (xy 154.597014 73.265) (xy 154.560002 73.265) (xy 154.560002 73.133) (xy 154.565101 73.127901) (xy 154.672898 72.966572) (xy 154.747149 72.787314) (xy 154.785002 72.597014) (xy 154.785002 72.402986) (xy 154.747149 72.212686) (xy 154.672898 72.033428) (xy 154.565101 71.872099) (xy 154.427903 71.734901) (xy 154.266574 71.627104) (xy 154.087316 71.552853) (xy 153.897016 71.515) (xy 153.702988 71.515) (xy 153.512688 71.552853) (xy 153.33343 71.627104) (xy 153.172101 71.734901) (xy 153.034903 71.872099) (xy 152.927106 72.033428) (xy 152.852855 72.212686) (xy 152.815002 72.402986) (xy 152.815002 72.597014) (xy 152.852855 72.787314) (xy 152.927106 72.966572) (xy 153.034903 73.127901) (xy 153.040003 73.133001) (xy 153.040002 89.56268) (xy 153.036326 89.600002) (xy 153.040002 89.637324) (xy 153.040002 89.637334) (xy 153.050999 89.748987) (xy 153.086668 89.866574) (xy 153.094456 89.892248) (xy 153.165028 90.024278) (xy 153.194344 90.059999) (xy 153.260001 90.140003) (xy 153.289004 90.163805) (xy 153.525358 90.40016) (xy 148.489003 95.436516) (xy 148.459999 95.460319) (xy 148.418042 95.511444) (xy 148.365026 95.576044) (xy 148.345674 95.612248) (xy 147.75032 95.612248) (xy 147.625838 95.624508) (xy 147.50614 95.660818) (xy 147.395826 95.719783) (xy 147.299135 95.799135) (xy 147.219783 95.895826) (xy 147.160818 96.00614) (xy 147.124508 96.125838) (xy 147.112248 96.25032) (xy 147.112248 98.74968) (xy 147.124508 98.874162) (xy 147.160818 98.99386) (xy 147.219783 99.104174) (xy 147.299135 99.200865) (xy 147.395826 99.280217) (xy 147.460899 99.315) (xy 146.127 99.315) (xy 146.127 60.685) (xy 154.315 60.685) ) ) (filled_polygon (pts (xy 199.315 89.125) (xy 199.017 89.125) (xy 199.017 90.033) (xy 199.037 90.033) (xy 199.037 90.287) (xy 199.017 90.287) (xy 199.017 91.195) (xy 199.315 91.195) (xy 199.315 98.105) (xy 199.017 98.105) (xy 199.017 99.013) (xy 199.037 99.013) (xy 199.037 99.267) (xy 199.017 99.267) (xy 199.017 99.287) (xy 198.763 99.287) (xy 198.763 99.267) (xy 197.723002 99.267) (xy 197.684491 99.315) (xy 194.129541 99.315) (xy 194.171128 99.249418) (xy 194.234666 99.066123) (xy 194.106998 98.907) (xy 193.067 98.907) (xy 193.067 98.927) (xy 192.813 98.927) (xy 192.813 98.907) (xy 192.793 98.907) (xy 192.793 98.853877) (xy 197.595334 98.853877) (xy 197.723002 99.013) (xy 198.763 99.013) (xy 198.763 98.105) (xy 198.463 98.105) (xy 198.263522 98.149664) (xy 198.07659 98.232386) (xy 197.909388 98.349987) (xy 197.768342 98.497948) (xy 197.658872 98.670582) (xy 197.595334 98.853877) (xy 192.793 98.853877) (xy 192.793 98.653) (xy 192.813 98.653) (xy 192.813 98.633) (xy 193.067 98.633) (xy 193.067 98.653) (xy 194.106998 98.653) (xy 194.234666 98.493877) (xy 194.171128 98.310582) (xy 194.061658 98.137948) (xy 193.920612 97.989987) (xy 193.75341 97.872386) (xy 193.623322 97.814819) (xy 193.651964 97.795681) (xy 193.785681 97.661964) (xy 193.890741 97.504731) (xy 193.963108 97.330022) (xy 194 97.144552) (xy 194 96.955448) (xy 193.963108 96.769978) (xy 193.913411 96.65) (xy 193.963108 96.530022) (xy 194 96.344552) (xy 194 96.155448) (xy 193.963108 95.969978) (xy 193.913411 95.85) (xy 193.963108 95.730022) (xy 194 95.544552) (xy 194 95.355448) (xy 193.963108 95.169978) (xy 193.890741 94.995269) (xy 193.785681 94.838036) (xy 193.651964 94.704319) (xy 193.57067 94.65) (xy 193.651964 94.595681) (xy 193.785681 94.461964) (xy 193.890741 94.304731) (xy 193.963108 94.130022) (xy 194 93.944552) (xy 194 93.755448) (xy 193.963108 93.569978) (xy 193.913411 93.45) (xy 193.963108 93.330022) (xy 194 93.144552) (xy 194 92.955448) (xy 193.963108 92.769978) (xy 193.913411 92.65) (xy 193.963108 92.530022) (xy 194 92.344552) (xy 194 92.155448) (xy 193.963108 91.969978) (xy 193.890741 91.795269) (xy 193.785681 91.638036) (xy 193.651964 91.504319) (xy 193.623322 91.485181) (xy 193.75341 91.427614) (xy 193.920612 91.310013) (xy 194.061658 91.162052) (xy 194.171128 90.989418) (xy 194.234666 90.806123) (xy 194.106998 90.647) (xy 193.067 90.647) (xy 193.067 90.667) (xy 192.813 90.667) (xy 192.813 90.647) (xy 192.793 90.647) (xy 192.793 90.446123) (xy 197.595334 90.446123) (xy 197.658872 90.629418) (xy 197.768342 90.802052) (xy 197.909388 90.950013) (xy 198.07659 91.067614) (xy 198.263522 91.150336) (xy 198.463 91.195) (xy 198.763 91.195) (xy 198.763 90.287) (xy 197.723002 90.287) (xy 197.595334 90.446123) (xy 192.793 90.446123) (xy 192.793 90.393) (xy 192.813 90.393) (xy 192.813 90.373) (xy 193.067 90.373) (xy 193.067 90.393) (xy 194.106998 90.393) (xy 194.234666 90.233877) (xy 194.217723 90.185) (xy 194.966353 90.185) (xy 195 90.188314) (xy 195.033647 90.185) (xy 195.134283 90.175088) (xy 195.263406 90.135919) (xy 195.382407 90.072312) (xy 195.486711 89.986711) (xy 195.572312 89.882407) (xy 195.576871 89.873877) (xy 197.595334 89.873877) (xy 197.723002 90.033) (xy 198.763 90.033) (xy 198.763 89.125) (xy 198.463 89.125) (xy 198.263522 89.169664) (xy 198.07659 89.252386) (xy 197.909388 89.369987) (xy 197.768342 89.517948) (xy 197.658872 89.690582) (xy 197.595334 89.873877) (xy 195.576871 89.873877) (xy 195.635919 89.763406) (xy 195.675088 89.634283) (xy 195.688314 89.5) (xy 195.685 89.466353) (xy 195.685 77.719801) (xy 196.393833 78.428635) (xy 196.365 78.573589) (xy 196.365 78.846411) (xy 196.418225 79.113989) (xy 196.522629 79.366043) (xy 196.674201 79.592886) (xy 196.867114 79.785799) (xy 196.983483 79.863555) (xy 196.875518 79.874188) (xy 196.75582 79.910498) (xy 196.645506 79.969463) (xy 196.548815 80.048815) (xy 196.469463 80.145506) (xy 196.410498 80.25582) (xy 196.374188 80.375518) (xy 196.361928 80.5) (xy 196.361928 82) (xy 196.374188 82.124482) (xy 196.410498 82.24418) (xy 196.469463 82.354494) (xy 196.548815 82.451185) (xy 196.645506 82.530537) (xy 196.75582 82.589502) (xy 196.875518 82.625812) (xy 197 82.638072) (xy 198.5 82.638072) (xy 198.624482 82.625812) (xy 198.74418 82.589502) (xy 198.854494 82.530537) (xy 198.951185 82.451185) (xy 199.030537 82.354494) (xy 199.089502 82.24418) (xy 199.125812 82.124482) (xy 199.138072 82) (xy 199.138072 80.5) (xy 199.125812 80.375518) (xy 199.089502 80.25582) (xy 199.030537 80.145506) (xy 198.951185 80.048815) (xy 198.854494 79.969463) (xy 198.74418 79.910498) (xy 198.624482 79.874188) (xy 198.516517 79.863555) (xy 198.632886 79.785799) (xy 198.825799 79.592886) (xy 198.977371 79.366043) (xy 199.081775 79.113989) (xy 199.135 78.846411) (xy 199.135 78.573589) (xy 199.081775 78.306011) (xy 198.977371 78.053957) (xy 198.825799 77.827114) (xy 198.632886 77.634201) (xy 198.406043 77.482629) (xy 198.303127 77.44) (xy 198.406043 77.397371) (xy 198.632886 77.245799) (xy 198.825799 77.052886) (xy 198.977371 76.826043) (xy 199.081775 76.573989) (xy 199.135 76.306411) (xy 199.135 76.033589) (xy 199.081775 75.766011) (xy 198.977371 75.513957) (xy 198.825799 75.287114) (xy 198.632886 75.094201) (xy 198.406043 74.942629) (xy 198.306721 74.901489) (xy 198.348832 74.886277) (xy 198.461863 74.82586) (xy 198.527388 74.586993) (xy 197.75 73.809605) (xy 196.972612 74.586993) (xy 197.038137 74.82586) (xy 197.196477 74.900164) (xy 197.093957 74.942629) (xy 196.867114 75.094201) (xy 196.674201 75.287114) (xy 196.522629 75.513957) (xy 196.51 75.544446) (xy 196.51 74.259284) (xy 196.55414 74.341863) (xy 196.793007 74.407388) (xy 197.570395 73.63) (xy 197.929605 73.63) (xy 198.706993 74.407388) (xy 198.94586 74.341863) (xy 199.06176 74.094884) (xy 199.12725 73.83004) (xy 199.139812 73.557508) (xy 199.098965 73.287762) (xy 199.006277 73.031168) (xy 198.94586 72.918137) (xy 198.706993 72.852612) (xy 197.929605 73.63) (xy 197.570395 73.63) (xy 196.793007 72.852612) (xy 196.55414 72.918137) (xy 196.51 73.012198) (xy 196.51 72.814801) (xy 196.651794 72.673007) (xy 196.972612 72.673007) (xy 197.75 73.450395) (xy 198.527388 72.673007) (xy 198.461863 72.43414) (xy 198.214884 72.31824) (xy 197.95004 72.25275) (xy 197.677508 72.240188) (xy 197.407762 72.281035) (xy 197.151168 72.373723) (xy 197.038137 72.43414) (xy 196.972612 72.673007) (xy 196.651794 72.673007) (xy 197.511004 71.813798) (xy 197.540001 71.790001) (xy 197.577683 71.744085) (xy 197.634974 71.674277) (xy 197.705546 71.542247) (xy 197.713811 71.515) (xy 197.749003 71.398986) (xy 197.76 71.287333) (xy 197.76 71.287323) (xy 197.763676 71.25) (xy 197.76 71.212677) (xy 197.76 65.787333) (xy 197.763677 65.75) (xy 197.749003 65.601014) (xy 197.705546 65.457753) (xy 197.634974 65.325724) (xy 197.540001 65.209999) (xy 197.424276 65.115026) (xy 197.292247 65.044454) (xy 197.148986 65.000997) (xy 197.037333 64.99) (xy 197 64.986323) (xy 196.962667 64.99) (xy 193.657242 64.99) (xy 193.672896 64.966572) (xy 193.747147 64.787314) (xy 193.785 64.597014) (xy 193.785 64.402986) (xy 193.747147 64.212686) (xy 193.672896 64.033428) (xy 193.565099 63.872099) (xy 193.427901 63.734901) (xy 193.266572 63.627104) (xy 193.087314 63.552853) (xy 192.897014 63.515) (xy 192.702986 63.515) (xy 192.512686 63.552853) (xy 192.333428 63.627104) (xy 192.172099 63.734901) (xy 192.167 63.74) (xy 186.083 63.74) (xy 186.077901 63.734901) (xy 185.916572 63.627104) (xy 185.737314 63.552853) (xy 185.547014 63.515) (xy 185.352986 63.515) (xy 185.162686 63.552853) (xy 184.983428 63.627104) (xy 184.822099 63.734901) (xy 184.684901 63.872099) (xy 184.577104 64.033428) (xy 184.502853 64.212686) (xy 184.465 64.402986) (xy 184.465 64.597014) (xy 184.502853 64.787314) (xy 184.577104 64.966572) (xy 184.662989 65.095107) (xy 184.625723 65.115026) (xy 184.601417 65.134974) (xy 184.509999 65.209999) (xy 184.486201 65.238997) (xy 183.685 66.040199) (xy 183.685 62.329117) (xy 195.765 62.329117) (xy 195.765 62.670883) (xy 195.831675 63.006081) (xy 195.962463 63.321831) (xy 196.152337 63.605998) (xy 196.394002 63.847663) (xy 196.678169 64.037537) (xy 196.993919 64.168325) (xy 197.329117 64.235) (xy 197.670883 64.235) (xy 198.006081 64.168325) (xy 198.321831 64.037537) (xy 198.605998 63.847663) (xy 198.847663 63.605998) (xy 199.037537 63.321831) (xy 199.168325 63.006081) (xy 199.235 62.670883) (xy 199.235 62.329117) (xy 199.168325 61.993919) (xy 199.037537 61.678169) (xy 198.847663 61.394002) (xy 198.605998 61.152337) (xy 198.321831 60.962463) (xy 198.006081 60.831675) (xy 197.670883 60.765) (xy 197.329117 60.765) (xy 196.993919 60.831675) (xy 196.678169 60.962463) (xy 196.394002 61.152337) (xy 196.152337 61.394002) (xy 195.962463 61.678169) (xy 195.831675 61.993919) (xy 195.765 62.329117) (xy 183.685 62.329117) (xy 183.685 60.685) (xy 199.315001 60.685) ) ) (filled_polygon (pts (xy 195.907111 68.678586) (xy 196.077271 68.749068) (xy 196.24 68.781437) (xy 196.24 70.935198) (xy 195.685 71.490199) (xy 195.685 70.533647) (xy 195.688314 70.5) (xy 195.675088 70.365717) (xy 195.635919 70.236594) (xy 195.572312 70.117593) (xy 195.486711 70.013289) (xy 195.382407 69.927688) (xy 195.263406 69.864081) (xy 195.134283 69.824912) (xy 195.033647 69.815) (xy 195 69.811686) (xy 194.966353 69.815) (xy 193.533647 69.815) (xy 193.5 69.811686) (xy 193.466353 69.815) (xy 193.365717 69.824912) (xy 193.236594 69.864081) (xy 193.117593 69.927688) (xy 193.013289 70.013289) (xy 192.950334 70.089999) (xy 192.935 70.067049) (xy 192.935 69.104446) (xy 193.454447 68.585) (xy 195.767049 68.585) ) ) ) ) ================================================ FILE: bom/ibom.html ================================================ Interactive BOM for KiCAD
Title Revision
Company Date
================================================ FILE: fp-info-cache ================================================ 19401315393497627 Battery BatteryHolder_Bulgin_BX0036_1xC Bulgin Battery Holder, BX0036, Battery Type C (https://www.bulgin.com/products/pub/media/bulgin/data/Battery_holders.pdf) Bulgin BX0036 0 2 2 Battery BatteryHolder_ComfortableElectronic_CH273-2450_1x2450 Comfortable Electronic CR2450 battery holder, http://www.comf.com.tw/ProductDetail.asp?no=148 Comfortable Electronic CR2450 0 2 2 Battery BatteryHolder_Eagle_12BH611-GR https://eu.mouser.com/datasheet/2/209/EPD-200766-1274481.pdf 9V Battery Holder 0 2 2 Battery BatteryHolder_Keystone_103_1x20mm http://www.keyelco.com/product-pdf.cfm?p=719 Keystone type 103 battery holder 0 2 2 Battery BatteryHolder_Keystone_104_1x23mm http://www.keyelco.com/product-pdf.cfm?p=744 Keystone type 104 battery holder 0 2 2 Battery BatteryHolder_Keystone_105_1x2430 http://www.keyelco.com/product-pdf.cfm?p=745 Keystone type 105 battery holder 0 2 2 Battery BatteryHolder_Keystone_106_1x20mm http://www.keyelco.com/product-pdf.cfm?p=720 Keystone type 106 battery holder 0 2 2 Battery BatteryHolder_Keystone_107_1x23mm http://www.keyelco.com/product-pdf.cfm?p=746 Keystone type 107 battery holder 0 2 2 Battery BatteryHolder_Keystone_500 Keystone #500, CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710 CR1220 battery holder 0 2 2 Battery BatteryHolder_Keystone_1042_1x18650 Battery holder for 18650 cylindrical cells http://www.keyelco.com/product.cfm/product_id/918 18650 Keystone 1042 Li-ion 0 2 2 Battery BatteryHolder_Keystone_1058_1x2032 http://www.keyelco.com/product-pdf.cfm?p=14028 Keystone type 1058 coin cell retainer 0 2 2 Battery BatteryHolder_Keystone_1060_1x2032 http://www.keyelco.com/product-pdf.cfm?p=726 CR2032 BR2032 BatteryHolder Battery 0 2 2 Battery BatteryHolder_Keystone_2460_1xAA https://www.keyelco.com/product-pdf.cfm?p=1025 AA battery cell holder 0 2 2 Battery BatteryHolder_Keystone_2462_2xAA 2xAA cell battery holder, Keystone P/N 2462, https://www.keyelco.com/product-pdf.cfm?p=1027 AA battery cell holder 0 2 2 Battery BatteryHolder_Keystone_2466_1xAAA 1xAAA Battery Holder, Keystone, Plastic Case, http://www.keyelco.com/product-pdf.cfm?p=1031 AAA battery holder Keystone 0 2 2 Battery BatteryHolder_Keystone_2468_2xAAA 2xAAA cell battery holder, Keystone P/N 2468, http://www.keyelco.com/product-pdf.cfm?p=1033 AAA battery cell holder 0 2 2 Battery BatteryHolder_Keystone_2479_3xAAA Keystone Battery Holder, 2479, Battery Type 3xAAA (Script generated with StandardBox.py) (Keystone Battery Holder, 2479, Battery Type 3xAAA) Keystone Battery Holder 2479 Battery Type 3xAAA 0 2 2 Battery BatteryHolder_Keystone_2993 http://www.keyelco.com/product-pdf.cfm?p=776 Keystone type 2993 negative battery contact 0 1 1 Battery BatteryHolder_Keystone_2998_1x6.8mm www.keyelco.com/product-pdf.cfm?p=763 Keystone type 2998 battery holder 0 3 2 Battery BatteryHolder_Keystone_3000_1x12mm http://www.keyelco.com/product-pdf.cfm?p=777 Keystone type 3000 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3001_1x12mm http://www.keyelco.com/product-pdf.cfm?p=778 Keystone type 3001 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3002_1x2032 https://www.tme.eu/it/Document/a823211ec201a9e209042d155fe22d2b/KEYS2996.pdf BR2016 CR2016 DL2016 BR2020 CL2020 BR2025 CR2025 DL2025 DR2032 CR2032 DL2032 0 3 2 Battery BatteryHolder_Keystone_3008_1x2450 http://www.keyelco.com/product-pdf.cfm?p=786 Keystone type 3008 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3009_1x2450 http://www.keyelco.com/product-pdf.cfm?p=787 Keystone type 3009 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3034_1x20mm Keystone 3034 SMD battery holder for 2020, 2025 and 2032 coincell batteries. http://www.keyelco.com/product-pdf.cfm?p=798 Keystone type 3034 coin cell retainer 0 3 2 Battery BatteryHolder_LINX_BAT-HLD-012-SMT SMT battery holder for CR1216/1220/1225, https://linxtechnologies.com/wp/wp-content/uploads/bat-hld-012-smt.pdf battery holder coin cell cr1216 cr1220 cr1225 0 3 2 Battery BatteryHolder_MPD_BA9VPC_1xPP3 1xPP3 (9V) battery holder, Memory Protection Devices P/N BA9VPC, http://www.memoryprotectiondevices.com/datasheets/BA9VPC-datasheet.pdf PP3 Battery Holder BA9VPC 9V 0 2 2 Battery BatteryHolder_MPD_BC2AAPC_2xAA 2xAA cell battery holder, Memory Protection Devices P/N BC2AAPC, http://www.memoryprotectiondevices.com/datasheets/BC2AAPC-datasheet.pdf AA battery cell holder 0 2 2 Battery BatteryHolder_MPD_BC12AAPC_2xAA 2xAA cell battery holder, Memory Protection Devices P/N BC12AAPC, http://www.memoryprotectiondevices.com/datasheets/BC12AAPC-datasheet.pdf AA battery cell holder 0 2 2 Battery BatteryHolder_MPD_BC2003_1x2032 http://www.memoryprotectiondevices.com/datasheets/BC-2003-datasheet.pdf BC2003 CR2032 2032 Battery Holder 0 3 2 Battery BatteryHolder_MPD_BH-18650-PC2 18650 Battery Holder (http://www.memoryprotectiondevices.com/datasheets/BK-18650-PC2-datasheet.pdf) 18650 Battery Holder 0 2 2 Battery BatteryHolder_Seiko_MS621F Seiko MS621F, https://www.sii.co.jp/en/me/files/2014/02/file_EXTENDED_PRDCT_SPEC_75_FILE_11.jpg Seiko MS621F 0 2 2 Battery BatteryHolder_TruPower_BH-331P_3xAA Keystone Battery Holder BH-331P Battery Type 3xAA (Script generated with StandardBox.py) (Keystone Battery Holder BH-331P Battery Type 3xAA) Battery Holder BH-331P Battery Type 3xAA 0 2 2 Battery Battery_CR1225 CR1225 battery battery CR1225 coin cell 0 0 0 Battery Battery_Panasonic_CR1025-VSK_Vertical_CircularHoles Panasonic CR-1025/VSK battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-1025 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR1220-VCN_Vertical_CircularHoles Panasonic CR-1220/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-1220 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR1632-V1AN_Vertical_CircularHoles Panasonic CR-1632-V1AN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-1632 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2025-V1AK_Vertical_CircularHoles Panasonic CR-2025/V1AK battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2025 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2032-VS1N_Vertical_CircularHoles Panasonic CR-2032/VS1N battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2032 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2354-VCN_Vertical_CircularHoles Panasonic CR-2354/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2354/VCN coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2450-VAN_Vertical_CircularHoles Panasonic CR-2450/VAN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2450 coin cell 0 2 2 Battery Battery_Panasonic_CR2477-VCN_Vertical_CircularHoles Panasonic CR-2477/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2477 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR3032-VCN_Vertical_CircularHoles Panasonic CR-3032/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-3032 coin cell vertical 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.00u_PCB Cherry MX keyswitch, 1.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.00u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.00u_Plate Cherry MX keyswitch, 1.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.00u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.25u_PCB Cherry MX keyswitch, 1.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.25u_Plate Cherry MX keyswitch, 1.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.50u_PCB Cherry MX keyswitch, 1.50u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.50u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.50u_Plate Cherry MX keyswitch, 1.50u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.50u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.75u_PCB Cherry MX keyswitch, 1.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.75u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.75u_Plate Cherry MX keyswitch, 1.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.75u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_PCB Cherry MX keyswitch, 2.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_Plate Cherry MX keyswitch, 2.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_Vertical_PCB Cherry MX keyswitch, 2.00u, vertical, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u vertical PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_Vertical_Plate Cherry MX keyswitch, 2.00u, vertical, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u vertical plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.25u_PCB Cherry MX keyswitch, 2.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.25u_Plate Cherry MX keyswitch, 2.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.75u_PCB Cherry MX keyswitch, 2.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.75u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.75u_Plate Cherry MX keyswitch, 2.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.75u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_6.25u_PCB Cherry MX keyswitch, 6.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 6.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_6.25u_Plate Cherry MX keyswitch, 6.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 6.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_ISOEnter_PCB Cherry MX keyswitch, ISO Enter, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch ISO enter PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_ISOEnter_Plate Cherry MX keyswitch, ISO Enter, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch ISO enter plate 0 2 2 Button_Switch_Keyboard SW_Matias_1.00u Matias/ALPS keyswitch, 1.00u, http://matias.ca/switches/ Matias ALPS keyswitch 1.00u 0 2 2 Button_Switch_Keyboard SW_Matias_1.25u Matias/ALPS keyswitch, 1.25u, http://matias.ca/switches/ Matias ALPS keyswitch 1.25u 0 2 2 Button_Switch_Keyboard SW_Matias_1.50u Matias/ALPS keyswitch, 1.50u, http://matias.ca/switches/ Matias ALPS keyswitch 1.50u 0 2 2 Button_Switch_Keyboard SW_Matias_1.75u Matias/ALPS keyswitch, 1.75u, http://matias.ca/switches/ Matias ALPS keyswitch 1.75u 0 2 2 Button_Switch_Keyboard SW_Matias_2.00u Matias/ALPS keyswitch, 2.00u, http://matias.ca/switches/ Matias ALPS keyswitch 2.00u 0 2 2 Button_Switch_Keyboard SW_Matias_2.25u Matias/ALPS keyswitch, 2.25u, http://matias.ca/switches/ Matias ALPS keyswitch 2.25u 0 2 2 Button_Switch_Keyboard SW_Matias_2.75u Matias/ALPS keyswitch, 2.75u, http://matias.ca/switches/ Matias ALPS keyswitch 2.75u 0 2 2 Button_Switch_Keyboard SW_Matias_6.25u Matias/ALPS keyswitch, 6.25u, http://matias.ca/switches/ Matias ALPS keyswitch 6.25u 0 2 2 Button_Switch_Keyboard SW_Matias_ISOEnter Matias/ALPS keyswitch, ISO Enter, http://matias.ca/switches/ Matias ALPS keyswitch ISO enter 0 2 2 Button_Switch_SMD Nidec_Copal_SH-7010A 4-bit rotary coded switch, J-hook, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 6 5 Button_Switch_SMD Nidec_Copal_SH-7010B 4-bit rotary coded switch, gull wing, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 6 5 Button_Switch_SMD Nidec_Copal_SH-7040B 4-bit rotary coded switch, gull wing, Gray code, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 5 5 Button_Switch_SMD Panasonic_EVQPUJ_EVQPUA http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUJ EVQPUA 0 4 2 Button_Switch_SMD Panasonic_EVQPUK_EVQPUB http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUK EVQPUB 0 4 2 Button_Switch_SMD Panasonic_EVQPUL_EVQPUC http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUL EVQPUC 0 4 2 Button_Switch_SMD Panasonic_EVQPUM_EVQPUD http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUM EVQPUD 0 4 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 1x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin SMD 1x-dip-switch SPST Copal_CHS-01A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm SMD 1x-dip-switch SPST Copal_CHS-01B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm SMD 1x-dip-switch SPST Copal_CVS-01xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 6 3 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 2 2 Button_Switch_SMD SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 2x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin SMD 2x-dip-switch SPST Copal_CHS-02A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm SMD 2x-dip-switch SPST Copal_CHS-02B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Copal_CVS-02xB_W5.9mm_P1mm SMD 2x-dip-switch SPST Copal_CVS-02xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 8 5 Button_Switch_SMD SW_DIP_SPSTx02_Slide_KingTek_DSHP02TJ_W5.25mm_P1.27mm_JPin SMD 2x-dip-switch SPST KingTek_DSHP02TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_KingTek_DSHP02TS_W7.62mm_P1.27mm SMD 2x-dip-switch SPST KingTek_DSHP02TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Omron_A6H-2101_W6.15mm_P1.27mm SMD 2x-dip-switch SPST Omron_A6H-2101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Omron_A6S-210x_W8.9mm_P2.54mm SMD 2x-dip-switch SPST Omron_A6S-210x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 4 4 Button_Switch_SMD SW_DIP_SPSTx03_Slide_6.7x9.18mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 3x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_6.7x9.18mm_W8.61mm_P2.54mm_LowProfile SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_9.78x9.8mm_W8.61mm_P2.54mm SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_Copal_CVS-03xB_W5.9mm_P1mm SMD 3x-dip-switch SPST Copal_CVS-03xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 10 7 Button_Switch_SMD SW_DIP_SPSTx03_Slide_KingTek_DSHP03TJ_W5.25mm_P1.27mm_JPin SMD 3x-dip-switch SPST KingTek_DSHP03TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_KingTek_DSHP03TS_W7.62mm_P1.27mm SMD 3x-dip-switch SPST KingTek_DSHP03TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_Omron_A6S-310x_W8.9mm_P2.54mm SMD 3x-dip-switch SPST Omron_A6S-310x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 6 6 Button_Switch_SMD SW_DIP_SPSTx04_Slide_6.7x11.72mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 4x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_6.7x11.72mm_W8.61mm_P2.54mm_LowProfile SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_9.78x12.34mm_W8.61mm_P2.54mm SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Copal_CHS-04A_W5.08mm_P1.27mm_JPin SMD 4x-dip-switch SPST Copal_CHS-04A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Copal_CHS-04B_W7.62mm_P1.27mm SMD 4x-dip-switch SPST Copal_CHS-04B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Copal_CVS-04xB_W5.9mm_P1mm SMD 4x-dip-switch SPST Copal_CVS-04xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 12 9 Button_Switch_SMD SW_DIP_SPSTx04_Slide_KingTek_DSHP04TJ_W5.25mm_P1.27mm_JPin SMD 4x-dip-switch SPST KingTek_DSHP04TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_KingTek_DSHP04TS_W7.62mm_P1.27mm SMD 4x-dip-switch SPST KingTek_DSHP04TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Omron_A6H-4101_W6.15mm_P1.27mm SMD 4x-dip-switch SPST Omron_A6H-4101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Omron_A6S-410x_W8.9mm_P2.54mm SMD 4x-dip-switch SPST Omron_A6S-410x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 8 8 Button_Switch_SMD SW_DIP_SPSTx05_Slide_6.7x14.26mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 5x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_6.7x14.26mm_W8.61mm_P2.54mm_LowProfile SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_9.78x14.88mm_W8.61mm_P2.54mm SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_KingTek_DSHP05TJ_W5.25mm_P1.27mm_JPin SMD 5x-dip-switch SPST KingTek_DSHP05TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_KingTek_DSHP05TS_W7.62mm_P1.27mm SMD 5x-dip-switch SPST KingTek_DSHP05TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_Omron_A6S-510x_W8.9mm_P2.54mm SMD 5x-dip-switch SPST Omron_A6S-510x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 10 10 Button_Switch_SMD SW_DIP_SPSTx06_Slide_6.7x16.8mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 6x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_6.7x16.8mm_W8.61mm_P2.54mm_LowProfile SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_9.78x17.42mm_W8.61mm_P2.54mm SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Copal_CHS-06A_W5.08mm_P1.27mm_JPin SMD 6x-dip-switch SPST Copal_CHS-06A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Copal_CHS-06B_W7.62mm_P1.27mm SMD 6x-dip-switch SPST Copal_CHS-06B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_KingTek_DSHP06TJ_W5.25mm_P1.27mm_JPin SMD 6x-dip-switch SPST KingTek_DSHP06TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_KingTek_DSHP06TS_W7.62mm_P1.27mm SMD 6x-dip-switch SPST KingTek_DSHP06TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Omron_A6H-6101_W6.15mm_P1.27mm SMD 6x-dip-switch SPST Omron_A6H-6101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Omron_A6S-610x_W8.9mm_P2.54mm SMD 6x-dip-switch SPST Omron_A6S-610x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 12 12 Button_Switch_SMD SW_DIP_SPSTx07_Slide_6.7x19.34mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 7x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_6.7x19.34mm_W8.61mm_P2.54mm_LowProfile SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_9.78x19.96mm_W8.61mm_P2.54mm SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_KingTek_DSHP07TJ_W5.25mm_P1.27mm_JPin SMD 7x-dip-switch SPST KingTek_DSHP07TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_KingTek_DSHP07TS_W7.62mm_P1.27mm SMD 7x-dip-switch SPST KingTek_DSHP07TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_Omron_A6S-710x_W8.9mm_P2.54mm SMD 7x-dip-switch SPST Omron_A6S-710x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 14 14 Button_Switch_SMD SW_DIP_SPSTx08_Slide_6.7x21.88mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 8x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_6.7x21.88mm_W8.61mm_P2.54mm_LowProfile SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_9.78x22.5mm_W8.61mm_P2.54mm SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Copal_CHS-08A_W5.08mm_P1.27mm_JPin SMD 8x-dip-switch SPST Copal_CHS-08A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Copal_CHS-08B_W7.62mm_P1.27mm SMD 8x-dip-switch SPST Copal_CHS-08B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Copal_CVS-08xB_W5.9mm_P1mm SMD 8x-dip-switch SPST Copal_CVS-08xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 20 17 Button_Switch_SMD SW_DIP_SPSTx08_Slide_KingTek_DSHP08TJ_W5.25mm_P1.27mm_JPin SMD 8x-dip-switch SPST KingTek_DSHP08TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_KingTek_DSHP08TS_W7.62mm_P1.27mm SMD 8x-dip-switch SPST KingTek_DSHP08TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Omron_A6H-8101_W6.15mm_P1.27mm SMD 8x-dip-switch SPST Omron_A6H-8101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Omron_A6S-810x_W8.9mm_P2.54mm SMD 8x-dip-switch SPST Omron_A6S-810x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 16 16 Button_Switch_SMD SW_DIP_SPSTx09_Slide_6.7x24.42mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 9x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_6.7x24.42mm_W8.61mm_P2.54mm_LowProfile SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_9.78x25.04mm_W8.61mm_P2.54mm SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_KingTek_DSHP09TJ_W5.25mm_P1.27mm_JPin SMD 9x-dip-switch SPST KingTek_DSHP09TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_KingTek_DSHP09TS_W7.62mm_P1.27mm SMD 9x-dip-switch SPST KingTek_DSHP09TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_Omron_A6S-910x_W8.9mm_P2.54mm SMD 9x-dip-switch SPST Omron_A6S-910x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 18 18 Button_Switch_SMD SW_DIP_SPSTx10_Slide_6.7x26.96mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 10x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_6.7x26.96mm_W8.61mm_P2.54mm_LowProfile SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_9.78x27.58mm_W8.61mm_P2.54mm SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Copal_CHS-10A_W5.08mm_P1.27mm_JPin SMD 10x-dip-switch SPST Copal_CHS-10A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Copal_CHS-10B_W7.62mm_P1.27mm SMD 10x-dip-switch SPST Copal_CHS-10B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_KingTek_DSHP10TJ_W5.25mm_P1.27mm_JPin SMD 10x-dip-switch SPST KingTek_DSHP10TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_KingTek_DSHP10TS_W7.62mm_P1.27mm SMD 10x-dip-switch SPST KingTek_DSHP10TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Omron_A6H-10101_W6.15mm_P1.27mm SMD 10x-dip-switch SPST Omron_A6H-10101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Omron_A6S-1010x_W8.9mm_P2.54mm SMD 10x-dip-switch SPST Omron_A6S-1010x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 20 20 Button_Switch_SMD SW_DIP_SPSTx11_Slide_6.7x29.5mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 11x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 22 22 Button_Switch_SMD SW_DIP_SPSTx11_Slide_6.7x29.5mm_W8.61mm_P2.54mm_LowProfile SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 22 22 Button_Switch_SMD SW_DIP_SPSTx11_Slide_9.78x30.12mm_W8.61mm_P2.54mm SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 22 22 Button_Switch_SMD SW_DIP_SPSTx12_Slide_6.7x32.04mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 12x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 24 24 Button_Switch_SMD SW_DIP_SPSTx12_Slide_6.7x32.04mm_W8.61mm_P2.54mm_LowProfile SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 24 24 Button_Switch_SMD SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 24 24 Button_Switch_SMD SW_DPDT_CK_JS202011JCQN Sub-miniature slide switch, vertical, SMT J bend https://dznh3ojzb2azq.cloudfront.net/products/Slide/JS/documents/datasheet.pdf switch DPDT SMT 0 6 6 Button_Switch_SMD SW_MEC_5GSH9 MEC 5G single pole normally-open tactile switch switch normally-open pushbutton push-button 0 4 4 Button_Switch_SMD SW_Push_1P1T-MP_NO_Horizontal_Alps_SKRTLAE010 Side push button (https://www.alps.com/prod/info/E/PDF/Tact/SurfaceMount/SKRT/SKRT.pdf) push horizontal SPST 1P1T 0 5 3 Button_Switch_SMD SW_Push_1P1T-SH_NO_CK_KMR2xxG CK components KMR2 tactile switch with ground pin http://www.ckswitches.com/media/1479/kmr2.pdf tactile switch kmr2 0 5 3 Button_Switch_SMD SW_Push_1P1T_NO_6x6mm_H9.5mm tactile push button, 6x6mm e.g. PTS645xx series, height=9.5mm tact sw push 6mm smd 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_KMR2 CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf tactile switch kmr2 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_KSC6xxJ CK components KSC6 tactile switch https://www.ckswitches.com/media/1972/ksc6.pdf tactile switch ksc6 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_KSC7xxJ CK components KSC7 tactile switch https://www.ckswitches.com/media/1973/ksc7.pdf tactile switch ksc7 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR C&K Switches 1P1T SMD PTS125 Series 12mm Tact Switch with Pegs, https://www.ckswitches.com/media/1462/pts125.pdf Button Tactile Switch SPST 1P1T 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_Vertical_Wuerth_434133025816 https://katalog.we-online.com/em/datasheet/434133025816.pdf tactile switch Wurth Wuerth 0 4 2 Button_Switch_SMD SW_Push_SPST_NO_Alps_SKRK http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKRK/SKRKAHE020.html SMD SMT button 0 2 2 Button_Switch_SMD SW_SP3T_PCM13 Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf 0 8 4 Button_Switch_SMD SW_SPDT_CK-JS102011SAQN Sub-miniature slide switch, right-angle, http://www.ckswitches.com/media/1422/js.pdf switch spdt 0 3 3 Button_Switch_SMD SW_SPDT_PCM12 Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf 0 7 3 Button_Switch_SMD SW_SPST_B3S-1000 Surface Mount Tactile Switch for High-Density Packaging Tactile Switch 0 4 2 Button_Switch_SMD SW_SPST_B3S-1100 Surface Mount Tactile Switch for High-Density Packaging with Ground Terminal Tactile Switch 0 5 3 Button_Switch_SMD SW_SPST_B3SL-1002P Middle Stroke Tactile Switch, B3SL Middle Stroke Tactile Switch 0 4 2 Button_Switch_SMD SW_SPST_B3SL-1022P Middle Stroke Tactile Switch, B3SL Middle Stroke Tactile Switch 0 4 2 Button_Switch_SMD SW_SPST_B3U-1000P Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-1000P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, with Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-1100P Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, without Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_B3U-1100P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, with Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_B3U-3000P Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, without Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-3000P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, with Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-3100P Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, without Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_B3U-3100P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, with Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_CK_KXT3 https://www.ckswitches.com/media/1465/kxt3.pdf Switch SPST KXT3 0 2 2 Button_Switch_SMD SW_SPST_CK_RS282G05A3 https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf SPST button tactile switch 0 2 2 Button_Switch_SMD SW_SPST_EVPBF Light Touch Switch 0 4 2 Button_Switch_SMD SW_SPST_EVQP0 Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf 0 4 2 Button_Switch_SMD SW_SPST_EVQP2 Light Touch Switch 0 4 2 Button_Switch_SMD SW_SPST_EVQP7A Light Touch Switch,https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE20.pdf 0 4 2 Button_Switch_SMD SW_SPST_EVQP7C Light Touch Switch 0 4 2 Button_Switch_SMD SW_SPST_EVQPE1 Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE7.pdf 0 2 2 Button_Switch_SMD SW_SPST_EVQQ2 Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf 0 4 2 Button_Switch_SMD SW_SPST_FSMSM http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English SPST button tactile switch 0 2 2 Button_Switch_SMD SW_SPST_Omron_B3FS-100xP Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf Tactile Switch 0 4 4 Button_Switch_SMD SW_SPST_Omron_B3FS-101xP Surface Mount Tactile Switch for High-Density Mounting, 4.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf Tactile Switch 0 4 4 Button_Switch_SMD SW_SPST_Omron_B3FS-105xP Surface Mount Tactile Switch for High-Density Mounting, 7.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf Tactile Switch 0 4 4 Button_Switch_SMD SW_SPST_PTS645 C&K Components SPST SMD PTS645 Series 6mm Tact Switch SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_PTS810 C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08 Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf SMD SMT SPST EVQPL EVQPT 0 6 3 Button_Switch_SMD SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15 Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf SMD SMT SPST EVQPL EVQPT 0 6 3 Button_Switch_SMD SW_SPST_REED_CT05-XXXX-G1 Coto Technologies SPST Reed Switch CT05-XXXX-G1 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT05-XXXX-J1 Coto Technologies SPST Reed Switch CT05-XXXX-J1 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT10-XXXX-G1 Coto Technologies SPST Reed Switch CT10-XXXX-G1 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT10-XXXX-G2 Coto Technologies SPST Reed Switch CT10-XXXX-G2 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT10-XXXX-G4 Coto Technologies SPST Reed Switch CT10-XXXX-G4 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_SKQG_WithStem ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_SKQG_WithoutStem ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3305A https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf TL3305 Series Tact Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3305B https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf TL3305 Series Tact Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3305C https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf TL3305 Series Tact Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3342 Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf SPST Tactile Switch 0 4 2 Button_Switch_THT KSA_Tactile_SPST KSA http://www.ckswitches.com/media/1457/ksa_ksl.pdf SWITCH SMD KSA SW 0 5 5 Button_Switch_THT Nidec_Copal_SH-7010C 4-bit rotary coded switch, through-hole, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 6 5 Button_Switch_THT Push_E-Switch_KS01Q01 E-Switch KS01Q01 http://spec_sheets.e-switch.com/specs/29-KS01Q01.pdf Push Button 0 4 4 Button_Switch_THT SW_CW_GPTS203211B SPST Off-On Pushbutton, 1A, 30V, CW Industries P/N GPTS203211B, http://switches-connectors-custom.cwind.com/Asset/GPTS203211BR2.pdf SPST button switch Off-On 0 2 2 Button_Switch_THT SW_CuK_JS202011AQN_DPDT_Angled CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf switch DPDT 0 6 6 Button_Switch_THT SW_CuK_JS202011CQN_DPDT_Straight CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf switch DPDT 0 6 6 Button_Switch_THT SW_CuK_OS102011MA1QN1_SPDT_Angled CuK miniature slide switch, OS series, SPDT, right angle, http://www.ckswitches.com/media/1428/os.pdf switch SPDT 0 5 3 Button_Switch_THT SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm 1x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x4.1mm DIP Switch SPST Piano 7.62mm 300mil 0 2 2 Button_Switch_THT SW_DIP_SPSTx01_Slide_6.7x4.1mm_W7.62mm_P2.54mm_LowProfile 1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 2 2 Button_Switch_THT SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm 1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 2 2 Button_Switch_THT SW_DIP_SPSTx02_Piano_10.8x6.64mm_W7.62mm_P2.54mm 2x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x6.64mm DIP Switch SPST Piano 7.62mm 300mil 0 4 4 Button_Switch_THT SW_DIP_SPSTx02_Piano_CTS_Series194-2MSTN_W7.62mm_P2.54mm 2x-dip-switch SPST CTS_Series194-2MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 4 4 Button_Switch_THT SW_DIP_SPSTx02_Slide_6.7x6.64mm_W7.62mm_P2.54mm_LowProfile 2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 4 4 Button_Switch_THT SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm 2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 4 4 Button_Switch_THT SW_DIP_SPSTx03_Piano_10.8x9.18mm_W7.62mm_P2.54mm 3x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x9.18mm DIP Switch SPST Piano 7.62mm 300mil 0 6 6 Button_Switch_THT SW_DIP_SPSTx03_Piano_CTS_Series194-3MSTN_W7.62mm_P2.54mm 3x-dip-switch SPST CTS_Series194-3MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 6 6 Button_Switch_THT SW_DIP_SPSTx03_Slide_6.7x9.18mm_W7.62mm_P2.54mm_LowProfile 3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 6 6 Button_Switch_THT SW_DIP_SPSTx03_Slide_9.78x9.8mm_W7.62mm_P2.54mm 3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 6 6 Button_Switch_THT SW_DIP_SPSTx04_Piano_10.8x11.72mm_W7.62mm_P2.54mm 4x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x11.72mm DIP Switch SPST Piano 7.62mm 300mil 0 8 8 Button_Switch_THT SW_DIP_SPSTx04_Piano_CTS_Series194-4MSTN_W7.62mm_P2.54mm 4x-dip-switch SPST CTS_Series194-4MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 8 8 Button_Switch_THT SW_DIP_SPSTx04_Slide_6.7x11.72mm_W7.62mm_P2.54mm_LowProfile 4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 8 8 Button_Switch_THT SW_DIP_SPSTx04_Slide_9.78x12.34mm_W7.62mm_P2.54mm 4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 8 8 Button_Switch_THT SW_DIP_SPSTx05_Piano_10.8x14.26mm_W7.62mm_P2.54mm 5x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x14.26mm DIP Switch SPST Piano 7.62mm 300mil 0 10 10 Button_Switch_THT SW_DIP_SPSTx05_Piano_CTS_Series194-5MSTN_W7.62mm_P2.54mm 5x-dip-switch SPST CTS_Series194-5MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 10 10 Button_Switch_THT SW_DIP_SPSTx05_Slide_6.7x14.26mm_W7.62mm_P2.54mm_LowProfile 5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 10 10 Button_Switch_THT SW_DIP_SPSTx05_Slide_9.78x14.88mm_W7.62mm_P2.54mm 5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 10 10 Button_Switch_THT SW_DIP_SPSTx06_Piano_10.8x16.8mm_W7.62mm_P2.54mm 6x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x16.8mm DIP Switch SPST Piano 7.62mm 300mil 0 12 12 Button_Switch_THT SW_DIP_SPSTx06_Piano_CTS_Series194-6MSTN_W7.62mm_P2.54mm 6x-dip-switch SPST CTS_Series194-6MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 12 12 Button_Switch_THT SW_DIP_SPSTx06_Slide_6.7x16.8mm_W7.62mm_P2.54mm_LowProfile 6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 12 12 Button_Switch_THT SW_DIP_SPSTx06_Slide_9.78x17.42mm_W7.62mm_P2.54mm 6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 12 12 Button_Switch_THT SW_DIP_SPSTx07_Piano_10.8x19.34mm_W7.62mm_P2.54mm 7x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x19.34mm DIP Switch SPST Piano 7.62mm 300mil 0 14 14 Button_Switch_THT SW_DIP_SPSTx07_Piano_CTS_Series194-7MSTN_W7.62mm_P2.54mm 7x-dip-switch SPST CTS_Series194-7MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 14 14 Button_Switch_THT SW_DIP_SPSTx07_Slide_6.7x19.34mm_W7.62mm_P2.54mm_LowProfile 7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 14 14 Button_Switch_THT SW_DIP_SPSTx07_Slide_9.78x19.96mm_W7.62mm_P2.54mm 7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 14 14 Button_Switch_THT SW_DIP_SPSTx08_Piano_10.8x21.88mm_W7.62mm_P2.54mm 8x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x21.88mm DIP Switch SPST Piano 7.62mm 300mil 0 16 16 Button_Switch_THT SW_DIP_SPSTx08_Piano_CTS_Series194-8MSTN_W7.62mm_P2.54mm 8x-dip-switch SPST CTS_Series194-8MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 16 16 Button_Switch_THT SW_DIP_SPSTx08_Slide_6.7x21.88mm_W7.62mm_P2.54mm_LowProfile 8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 16 16 Button_Switch_THT SW_DIP_SPSTx08_Slide_9.78x22.5mm_W7.62mm_P2.54mm 8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 16 16 Button_Switch_THT SW_DIP_SPSTx09_Piano_10.8x24.42mm_W7.62mm_P2.54mm 9x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x24.42mm DIP Switch SPST Piano 7.62mm 300mil 0 18 18 Button_Switch_THT SW_DIP_SPSTx09_Piano_CTS_Series194-9MSTN_W7.62mm_P2.54mm 9x-dip-switch SPST CTS_Series194-9MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 18 18 Button_Switch_THT SW_DIP_SPSTx09_Slide_6.7x24.42mm_W7.62mm_P2.54mm_LowProfile 9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 18 18 Button_Switch_THT SW_DIP_SPSTx09_Slide_9.78x25.04mm_W7.62mm_P2.54mm 9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 18 18 Button_Switch_THT SW_DIP_SPSTx10_Piano_10.8x26.96mm_W7.62mm_P2.54mm 10x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x26.96mm DIP Switch SPST Piano 7.62mm 300mil 0 20 20 Button_Switch_THT SW_DIP_SPSTx10_Piano_CTS_Series194-10MSTN_W7.62mm_P2.54mm 10x-dip-switch SPST CTS_Series194-10MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 20 20 Button_Switch_THT SW_DIP_SPSTx10_Slide_6.7x26.96mm_W7.62mm_P2.54mm_LowProfile 10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 20 20 Button_Switch_THT SW_DIP_SPSTx10_Slide_9.78x27.58mm_W7.62mm_P2.54mm 10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 20 20 Button_Switch_THT SW_DIP_SPSTx11_Piano_10.8x29.5mm_W7.62mm_P2.54mm 11x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x29.5mm DIP Switch SPST Piano 7.62mm 300mil 0 22 22 Button_Switch_THT SW_DIP_SPSTx11_Piano_CTS_Series194-11MSTN_W7.62mm_P2.54mm 11x-dip-switch SPST CTS_Series194-11MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 22 22 Button_Switch_THT SW_DIP_SPSTx11_Slide_6.7x29.5mm_W7.62mm_P2.54mm_LowProfile 11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 22 22 Button_Switch_THT SW_DIP_SPSTx11_Slide_9.78x30.12mm_W7.62mm_P2.54mm 11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 22 22 Button_Switch_THT SW_DIP_SPSTx12_Piano_10.8x32.04mm_W7.62mm_P2.54mm 12x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x32.04mm DIP Switch SPST Piano 7.62mm 300mil 0 24 24 Button_Switch_THT SW_DIP_SPSTx12_Piano_CTS_Series194-12MSTN_W7.62mm_P2.54mm 12x-dip-switch SPST CTS_Series194-12MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 24 24 Button_Switch_THT SW_DIP_SPSTx12_Slide_6.7x32.04mm_W7.62mm_P2.54mm_LowProfile 12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 24 24 Button_Switch_THT SW_DIP_SPSTx12_Slide_9.78x32.66mm_W7.62mm_P2.54mm 12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 24 24 Button_Switch_THT SW_E-Switch_EG1224_SPDT_Angled E-Switch slide switch, EG series, SPDT, right angle, http://spec_sheets.e-switch.com/specs/P040042.pdf switch SPDT 0 7 3 Button_Switch_THT SW_E-Switch_EG1271_DPDT E-Switch sub miniature slide switch, EG series, DPDT, http://spec_sheets.e-switch.com/specs/P040047.pdf switch DPDT 0 6 6 Button_Switch_THT SW_E-Switch_EG2219_DPDT_Angled E-Switch slide switch, EG series, DPDT, right angle, http://spec_sheets.e-switch.com/specs/P040170.pdf switch DPDT 0 10 6 Button_Switch_THT SW_Lever_1P2T_NKK_GW12LxH Switch, single pole double throw, right angle, http://www.nkkswitches.com/pdf/GW.pdf switch single-pole double-throw spdt ON-ON horizontal 0 5 3 Button_Switch_THT SW_MEC_5GTH9 MEC 5G single pole normally-open tactile switch https://cdn.sos.sk/productdata/80/f6/aabf7be6/5gth9358222.pdf switch normally-open pushbutton push-button 0 4 2 Button_Switch_THT SW_NKK_BB15AH https://www.nkkswitches.com/pdf/Bpushbuttons-1.pdf Pushbutton Right-angle 0 5 3 Button_Switch_THT SW_NKK_G1xJP Switch NKK G1xJP http://www.nkkswitches.com/pdf/gwillum.pdf SWITCH TOGGLE ILLUM SPDT NKK 0 6 6 Button_Switch_THT SW_NKK_GW12LJP Switch, single pole double throw, illuminated paddle, http://www.nkkswitches.com/pdf/gwillum.pdf switch single-pole double-throw spdt ON-ON illuminated LED 0 6 6 Button_Switch_THT SW_PUSH-12mm SW PUSH 12mm https://www.e-switch.com/system/asset/product_line/data_sheet/143/TL1100.pdf tact sw push 12mm 0 4 2 Button_Switch_THT SW_PUSH-12mm_Wuerth-430476085716 SW PUSH 12mm http://katalog.we-online.de/em/datasheet/430476085716.pdf tact sw push 12mm 0 4 2 Button_Switch_THT SW_PUSH_6mm https://www.omron.com/ecb/products/pdf/en-b3f.pdf tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H4.3mm tactile push button, 6x6mm e.g. PHAP33xx series, height=4.3mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H5mm tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H7.3mm tactile push button, 6x6mm e.g. PHAP33xx series, height=7.3mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H8.5mm tactile push button, 6x6mm e.g. PHAP33xx series, height=8.5mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H8mm tactile push button, 6x6mm e.g. PHAP33xx series, height=8mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H9.5mm tactile push button, 6x6mm e.g. PHAP33xx series, height=9.5mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H13mm tactile push button, 6x6mm e.g. PHAP33xx series, height=13mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_E-Switch_FS5700DP_DPDT FS5700 series pushbutton footswitch, DPDT, https://www.e-switch.com/system/asset/product_line/data_sheet/226/FS5700.pdf switch DPDT footswitch 0 6 6 Button_Switch_THT SW_PUSH_LCD_E3_SAxxxx Switch with LCD screen E3 SAxxxx switch normally-open pushbutton push-button LCD 0 6 6 Button_Switch_THT SW_PUSH_LCD_E3_SAxxxx_SocketPins Switch with LCD screen E3 SAxxxx switch normally-open pushbutton push-button LCD 0 6 6 Button_Switch_THT SW_Push_1P1T_NO_LED_E-Switch_TL1250 illuminated right angle tact switch https://www.e-switch.com/system/asset/product_line/data_sheet/148/TL1250.pdf led push switch right angle 0 6 4 Button_Switch_THT SW_Push_1P2T_Vertical_E-Switch_800UDP8P1A1M6 right angle SPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf IP67 ultra-miniture horizontal 0 5 3 Button_Switch_THT SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6 right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf IP67 ultra-miniture horizontal 0 8 6 Button_Switch_THT SW_Slide_1P2T_CK_OS102011MS2Q CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf switch SPDT 0 5 3 Button_Switch_THT SW_TH_Tactile_Omron_B3F-10xx SW_TH_Tactile_Omron_B3F-10xx_https://www.omron.com/ecb/products/pdf/en-b3f.pdf Omron B3F-10xx 0 4 4 Button_Switch_THT SW_Tactile_SKHH_Angled tactile switch 6mm ALPS SKHH right angle http://www.alps.com/prod/info/E/HTML/Tact/SnapIn/SKHH/SKHHLUA010.html tactile switch 6mm ALPS SKHH right angle 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx31-2LFS tactile switch SPST right angle, PTS645VL31-2 LFS tactile switch SPST angled PTS645VL31-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx39-2LFS tactile switch SPST right angle, PTS645VL39-2 LFS tactile switch SPST angled PTS645VL39-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx58-2LFS tactile switch SPST right angle, PTS645VL58-2 LFS tactile switch SPST angled PTS645VL58-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx83-2LFS tactile switch SPST right angle, PTS645VL83-2 LFS tactile switch SPST angled PTS645VL83-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_Straight_KSA0Axx1LFTR SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf SW PUSH SMALL Tactile C&K 0 4 2 Button_Switch_THT SW_Tactile_Straight_KSL0Axx1LFTR SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf SW PUSH SMALL Tactile C&K 0 4 2 Buzzer_Beeper Buzzer_12x9.5RM7.6 Generic Buzzer, D12mm height 9.5mm with RM7.6mm buzzer 0 2 2 Buzzer_Beeper Buzzer_15x7.5RM7.6 Generic Buzzer, D15mm height 7.5mm with RM7.6mm buzzer 0 2 2 Buzzer_Beeper Buzzer_CUI_CPT-9019S-SMT https://www.cui.com/product/resource/cpt-9019s-smt.pdf buzzer piezo 0 2 2 Buzzer_Beeper Buzzer_D14mm_H7mm_P10mm Generic Buzzer, D14mm height 7mm with pitch 10mm buzzer 0 2 2 Buzzer_Beeper Buzzer_Mallory_AST1109MLTRQ Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST1109MLTRQ.pdf buzzer piezo 0 2 2 Buzzer_Beeper Buzzer_Murata_PKMCS0909E4000-R1 Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1 Murata Buzzer Beeper 0 2 2 Buzzer_Beeper Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf buzzer 0 2 2 Buzzer_Beeper MagneticBuzzer_CUI_CMT-8504-100-SMT magnetic transducer buzzer, 5V, SPL of 100 dB at 10 cm, https://www.cuidevices.com/product/resource/pdf/cmt-8504-100-smt-tr.pdf CMT 8504 0 4 4 Buzzer_Beeper MagneticBuzzer_CUI_CST-931RP-A CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf CST-931RP-A 0 2 2 Buzzer_Beeper MagneticBuzzer_Kingstate_KCG0601 Buzzer, Elektromagnetic Beeper, Summer, Kingstate KCG0601 0 2 2 Buzzer_Beeper MagneticBuzzer_Kobitone_254-EMB84Q-RO MagneticBuzzer Kobitone 254-EMB84Q-RO https://www.mouser.es/datasheet/2/209/KT-400385-1171904.pdf MagneticBuzzer Kobitone 254-EMB84Q-RO 0 3 3 Buzzer_Beeper MagneticBuzzer_PUI_AT-0927-TT-6-R Buzzer Magnetic 9mm AT-0927-TT-6-R, http://www.puiaudio.com/pdf/AT-0927-TT-6-R.pdf Buzzer Magnetic 9mm AT-0927-TT-6-R 0 2 2 Buzzer_Beeper MagneticBuzzer_ProSignal_ABI-009-RC Buzzer, Elektromagnetic Beeper, Summer, 6V-DC, Pro Signal ABI-009-RC 0 2 2 Buzzer_Beeper MagneticBuzzer_ProSignal_ABI-010-RC Buzzer, Elektromagnetic Beeper, Summer, 12V-DC, Pro Signal ABI-010-RC 0 2 2 Buzzer_Beeper MagneticBuzzer_ProSignal_ABT-410-RC Buzzer, Elektromagnetic Beeper, Summer, 1,5V-DC, Pro Signal ABT-410-RC 0 2 2 Buzzer_Beeper MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R Buzzer, Elektromagnetic Beeper, Summer, 3-28V-DC, https://www.kynix.com/uploadfiles/pdf/AI-4228-TWT-R.pdf Projects Unlimited AI-4228-TWT-R 0 2 2 Buzzer_Beeper MagneticBuzzer_StarMicronics_HMB-06_HMB-12 Buzzer, Elektromagnetic Beeper, Summer, Star Micronics HMB-06 HMB-12 0 2 2 Buzzer_Beeper PUIAudio_SMT_0825_S_4_R SMD 8540, http://www.puiaudio.com/product-detail.aspx?partnumber=SMT-0825-S-4-R SMD 8540 0 4 4 Buzzer_Beeper Speaker_CUI_CMR-1206S-67 Speaker, 30mW, 300-7000Hz, IP67 face, 12x6x2,25mm, https://www.cuidevices.com/product/resource/cmr-12062s-67.pdf speaker CUI 0 2 2 Calibration_Scale Gauge_10mm_Type1_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 1, Gauge Massstab 10mm CopperTop Type 1 0 0 0 Calibration_Scale Gauge_10mm_Type1_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 1, Gauge Massstab 10mm SilkScreenTop Type 1 0 0 0 Calibration_Scale Gauge_10mm_Type2_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 2, Gauge Massstab 10mm CopperTop Type 2 0 0 0 Calibration_Scale Gauge_10mm_Type2_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 2, Gauge Massstab 10mm SilkScreenTop Type 2 0 0 0 Calibration_Scale Gauge_10mm_Type3_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 3, Gauge Massstab 10mm CopperTop Type 3 0 0 0 Calibration_Scale Gauge_10mm_Type3_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 3, Gauge Massstab 10mm SilkScreenTop Type 3 0 0 0 Calibration_Scale Gauge_10mm_Type4_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 4, Gauge Massstab 10mm CopperTop Type 4 0 0 0 Calibration_Scale Gauge_10mm_Type4_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 4, Gauge Massstab 10mm SilkScreenTop Type 4 0 0 0 Calibration_Scale Gauge_10mm_Type5_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 5, Gauge Massstab 10mm CopperTop Type 5 0 0 0 Calibration_Scale Gauge_10mm_Type5_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 5, Gauge Massstab 10mm SilkScreenTop Type 5 0 0 0 Calibration_Scale Gauge_50mm_Type1_CopperTop Gauge, Massstab, 50mm, CopperTop, Type 1, Gauge Massstab 50mm CopperTop Type 1 0 0 0 Calibration_Scale Gauge_50mm_Type1_SilkScreenTop Gauge, Massstab, 50mm, SilkScreenTop, Type 1, Gauge Massstab 50mm SilkScreenTop Type 1 0 0 0 Calibration_Scale Gauge_50mm_Type2_CopperTop Gauge, Massstab, 50mm, CopperTop, Type 2, Gauge Massstab 50mm CopperTop Type 2 0 0 0 Calibration_Scale Gauge_50mm_Type2_SilkScreenTop Gauge, Massstab, 50mm, SilkScreenTop, Type 2, Gauge Massstab 50mm SilkScreenTop Type 2 0 0 0 Calibration_Scale Gauge_100mm_Grid_Type1_CopperTop Gauge, Massstab, 100mm, Gitter, Grid, CopperTop, Type 1, Gauge Massstab 100mm Gitter Grid CopperTop Type 1 0 0 0 Calibration_Scale Gauge_100mm_Type1_CopperTop Gauge, Massstab, 100mm, CopperTop, Type 1, Gauge Massstab 100mm CopperTop Type 1 0 0 0 Calibration_Scale Gauge_100mm_Type1_SilkScreenTop Gauge, Massstab, 100mm, SilkScreenTop, Type 1, Gauge Massstab 100mm SilkScreenTop Type 1 0 0 0 Calibration_Scale Gauge_100mm_Type2_CopperTop Gauge, Massstab, 100mm, CopperTop, Type 2, Gauge Massstab 100mm CopperTop Type 2 0 0 0 Calibration_Scale Gauge_100mm_Type2_SilkScreenTop Gauge, Massstab, 100mm, SilkScreenTop, Type 2, Gauge Massstab 100mm SilkScreenTop Type 2 0 0 0 Capacitor_SMD CP_Elec_3x5.3 SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics Capacitor Electrolytic 0 2 2 Capacitor_SMD CP_Elec_3x5.4 SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x3 SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x3.9 SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x4.5 SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.3 SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.4 SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.8 SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x3 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x3.9 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x4.4 SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x4.5 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.3 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.4 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.8 SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.9 SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x3 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x3.9 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x4.5 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x4.9 SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.2 SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.3 SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.4 SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.4_Nichicon SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.8 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.9 SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x7.7 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x9.9 SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x5.4 SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.2 SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.5 SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.9 SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x10 SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x10.5 SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x11.9 SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x7.7 SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x7.9 SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x10 SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x10.5 SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x12.5 SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x12.6 SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x14.3 SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_16x17.5 SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_16x22 SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_18x17.5 SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_18x22 SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD C_0201_0603Metric Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator capacitor 0 4 2 Capacitor_SMD C_0201_0603Metric_Pad0.64x0.40mm_HandSolder Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator capacitor handsolder 0 4 2 Capacitor_SMD C_0402_1005Metric Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0402_1005Metric_Pad0.74x0.62mm_HandSolder Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_0504_1310Metric Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0504_1310Metric_Pad0.83x1.28mm_HandSolder Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_0603_1608Metric Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0603_1608Metric_Pad1.08x0.95mm_HandSolder Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_0805_2012Metric Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0805_2012Metric_Pad1.18x1.45mm_HandSolder Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_01005_0402Metric Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator capacitor 0 4 2 Capacitor_SMD C_01005_0402Metric_Pad0.57x0.30mm_HandSolder Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator capacitor handsolder 0 4 2 Capacitor_SMD C_1206_3216Metric Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1206_3216Metric_Pad1.33x1.80mm_HandSolder Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1210_3225Metric Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1210_3225Metric_Pad1.33x2.70mm_HandSolder Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1812_4532Metric Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1812_4532Metric_Pad1.57x3.40mm_HandSolder Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1825_4564Metric Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1825_4564Metric_Pad1.57x6.80mm_HandSolder Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2220_5650Metric Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2220_5650Metric_Pad1.97x5.40mm_HandSolder Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2225_5664Metric Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2225_5664Metric_Pad1.80x6.60mm_HandSolder Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_3640_9110Metric Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_3640_9110Metric_Pad2.10x10.45mm_HandSolder Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_Elec_3x5.4 SMD capacitor, aluminum electrolytic nonpolar, 3.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_4x5.4 SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_4x5.8 SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_5x5.4 SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_5x5.8 SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_6.3x5.4 SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_6.3x5.8 SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_6.3x7.7 SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_8x5.4 SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_8x6.2 SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_8x10.2 SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_10x10.2 SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZB4-A trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZB4 TZB4-A 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZB4-B trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZB4 TZB4-A 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZC3 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZC3 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZR1 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZR1 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZW4 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZW4 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZY2 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZY2 0 2 2 Capacitor_SMD C_Trimmer_Sprague-Goodman_SGC3 trimmer capacitor SMD horizontal, http://media.wix.com/ugd/d86717_38d9821e12823a7aa9cef38c6c2a73cc.pdf Sprague Goodman SGC3 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JN trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JN 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JQ trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JQ 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JR trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JR 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JV trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JV 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JZ trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JR 0 2 2 Capacitor_THT CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*4.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 4.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L10.0mm_D6.0mm_P15.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*6mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 6mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L11.0mm_D6.0mm_P18.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*6mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 6mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L11.0mm_D8.0mm_P15.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=11*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 15mm length 11mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L18.0mm_D6.5mm_P25.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*6.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 6.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L18.0mm_D8.0mm_P25.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L18.0mm_D10.0mm_P25.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L20.0mm_D10.0mm_P26.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L20.0mm_D13.0mm_P26.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L21.0mm_D8.0mm_P28.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=28mm, , length*diameter=21*8mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 28mm length 21mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L25.0mm_D10.0mm_P30.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=30mm, , length*diameter=25*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 30mm length 25mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L26.5mm_D20.0mm_P33.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=33mm, , length*diameter=26.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 33mm length 26.5mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D10.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D13.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D16.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D20.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D10.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D12.5mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*12.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D15.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*15mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 15mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D18.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 18mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L34.5mm_D20.0mm_P41.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=41mm, , length*diameter=34.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 41mm length 34.5mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L37.0mm_D13.0mm_P43.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L37.0mm_D16.0mm_P43.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L37.0mm_D20.0mm_P43.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L38.0mm_D18.0mm_P44.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 18mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L38.0mm_D21.0mm_P44.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*21mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 21mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L40.0mm_D16.0mm_P48.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=48mm, , length*diameter=40*16mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 48mm length 40mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D23.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D26.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D29.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D32.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D35.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.5mm_D20.0mm_P49.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=49mm, , length*diameter=42.5*20mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 49mm length 42.5mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L46.0mm_D20.0mm_P52.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=52mm, , length*diameter=46*20mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 52mm length 46mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D23.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D26.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D29.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D32.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D35.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D23.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D26.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D29.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D32.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D35.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D23.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D26.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D29.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D32.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D35.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D23.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D26.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D29.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D32.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D35.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D4.0mm_P1.50mm CP, Radial series, Radial, pin pitch=1.50mm, , diameter=4mm, Electrolytic Capacitor CP Radial series Radial pin pitch 1.50mm diameter 4mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D4.0mm_P2.00mm CP, Radial series, Radial, pin pitch=2.00mm, , diameter=4mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.00mm diameter 4mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D5.0mm_P2.00mm CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D5.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D6.3mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D7.5mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=7.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 7.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P3.50mm CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P3.80mm CP, Radial series, Radial, pin pitch=3.80mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.80mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P2.50mm_P5.00mm CP, Radial series, Radial, pin pitch=2.50mm 5.00mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm 5.00mm diameter 10mm Electrolytic Capacitor 0 4 2 Capacitor_THT CP_Radial_D10.0mm_P3.50mm CP, Radial series, Radial, pin pitch=3.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.50mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P3.80mm CP, Radial series, Radial, pin pitch=3.80mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.80mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P5.00mm_P7.50mm CP, Radial series, Radial, pin pitch=5.00mm 7.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm 7.50mm diameter 10mm Electrolytic Capacitor 0 4 2 Capacitor_THT CP_Radial_D10.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D12.5mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=12.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D12.5mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D12.5mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=12.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D13.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=13mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D13.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=13mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D13.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=13mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D14.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=14mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 14mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D14.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=14mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 14mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D16.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=16mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D17.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=17mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 17mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D18.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=18mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 18mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D22.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D22.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D24.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D24.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D25.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D25.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D26.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D26.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D30.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D30.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D35.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D35.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D40.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D40.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D4.5mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 4.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D4.5mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 4.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.5mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.5mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D6.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 6.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D6.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 6.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D7.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 7.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D7.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 7.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D8.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 8.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D8.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 8.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D9.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 9.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D9.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 9.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D10.5mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 10.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D10.5mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 10.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P7.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 7.5mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P10.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 10mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P12.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 12.5mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 15mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P7.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 7.5mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P10.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 10mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P12.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 12.5mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 15mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D6.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D7.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 7.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D7.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 7.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D8.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 8.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D8.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 8.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D9.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D9.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D10.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 10.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D10.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 10.5mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D6.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D6.5mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D7.0mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 7.0mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D7.0mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 7.0mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D7.5mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 7.5mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D8.0mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*8.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 8.0mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D9.0mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D9.5mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L22.0mm_D9.5mm_P27.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L22.0mm_D10.5mm_P27.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 10.5mm 0 2 2 Capacitor_THT C_Disc_D3.0mm_W1.6mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor 0 2 2 Capacitor_THT C_Disc_D3.0mm_W2.0mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Disc_D3.4mm_W2.1mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor 0 2 2 Capacitor_THT C_Disc_D3.8mm_W2.6mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor 0 2 2 Capacitor_THT C_Disc_D4.3mm_W1.9mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor 0 2 2 Capacitor_THT C_Disc_D4.7mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.7*2.5mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 5.00mm diameter 4.7mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D5.0mm_W2.5mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D5.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 5mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D5.1mm_W3.2mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5.1*3.2mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 5.00mm diameter 5.1mm width 3.2mm Capacitor 0 2 2 Capacitor_THT C_Disc_D6.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D6.0mm_W4.4mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*4.4mm^2, Capacitor C Disc series Radial pin pitch 5.00mm diameter 6mm width 4.4mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 7mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W4.4mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*4.4mm^2, Capacitor C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 4.4mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 7.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 8mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 8mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 8mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 8mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 9mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 9mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 9mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 9mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 10mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.5mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 10.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 10.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 10.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D11.0mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 11mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D11.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 11mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D11.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 11mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D12.0mm_W4.4mm_P7.75mm C, Disc series, Radial, pin pitch=7.75mm, , diameter*width=12*4.4mm^2, Capacitor C Disc series Radial pin pitch 7.75mm diameter 12mm width 4.4mm Capacitor 0 2 2 Capacitor_THT C_Disc_D12.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 12.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D12.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 12.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D14.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 14.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D14.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 14.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D16.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 16.0mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D16.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 16.0mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Radial_D4.0mm_H5.0mm_P1.50mm C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 1.50mm diameter 4mm height 5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D4.0mm_H7.0mm_P1.50mm C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D5.0mm_H5.0mm_P2.00mm C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.00mm diameter 5mm height 5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D5.0mm_H7.0mm_P2.00mm C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D5.0mm_H11.0mm_P2.00mm C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=11mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.00mm diameter 5mm height 11mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D6.3mm_H5.0mm_P2.50mm C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D6.3mm_H7.0mm_P2.50mm C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D6.3mm_H11.0mm_P2.50mm C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=11mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 11mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D8.0mm_H7.0mm_P3.50mm C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 3.50mm diameter 8mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D8.0mm_H11.5mm_P3.50mm C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=11.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 3.50mm diameter 8mm height 11.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D10.0mm_H12.5mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=12.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 10mm height 12.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D10.0mm_H16.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D10.0mm_H20.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=20mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 10mm height 20mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D12.5mm_H20.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D12.5mm_H25.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=25mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 25mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D16.0mm_H25.0mm_P7.50mm C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D16.0mm_H31.5mm_P7.50mm C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=31.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 7.50mm diameter 16mm height 31.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D18.0mm_H35.5mm_P7.50mm C, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 7.50mm diameter 18mm height 35.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Rect_L4.0mm_W2.5mm_P2.50mm C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W2.0mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*2mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W3.0mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.0mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W3.8mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.8mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W4.6mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*4.6mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 4.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W5.5mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*5.5mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 5.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W2.0mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W2.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W3.5mm_P2.50mm_P5.00mm C, Rect series, Radial, pin pitch=2.50mm 5.00mm, , length*width=7*3.5mm^2, Capacitor C Rect series Radial pin pitch 2.50mm 5.00mm length 7mm width 3.5mm Capacitor 0 4 2 Capacitor_THT C_Rect_L7.0mm_W3.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W4.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W6.0mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W6.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 6.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W2.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W7.2mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 7.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W8.5mm_P5.00mm_FKP2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 8.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W11.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.5mm_W6.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.5*6.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7.5mm width 6.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W2.5mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W2.6mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 2.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W2.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 2.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.2mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.3mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.4mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.6mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.8mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.9mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W4.0mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 4.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W4.2mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 4.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W4.9mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 4.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W5.1mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 5.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W5.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 5.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W6.4mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 6.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W6.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 6.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W7.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*7.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 7.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W8.5mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*8.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 8.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W9.5mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 9.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W9.8mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 9.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W2.5mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W3.0mm_P7.50mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W3.0mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 3.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W4.0mm_P7.50mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W4.0mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 4.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W5.0mm_P5.00mm_P7.50mm C, Rect series, Radial, pin pitch=5.00mm 7.50mm, , length*width=10*5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm 7.50mm length 10mm width 5mm Capacitor 0 4 2 Capacitor_THT C_Rect_L10.3mm_W4.5mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.3mm_W5.0mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5.7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 5.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.3mm_W7.2mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 7.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W2.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 2.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W3.4mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W3.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W4.2mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W4.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W5.1mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W5.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W6.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W6.4mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W7.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 7.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W8.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 8.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W2.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W2.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W2.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W3.2mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W3.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W3.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W4.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W4.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W4.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.1mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.2mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W6.4mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W6.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W6.9mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W7.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W7.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W7.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W8.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W8.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W9.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W9.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W6.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W6.5mm_P7.50mm_P10.00mm C, Rect series, Radial, pin pitch=7.50mm 10.00mm, , length*width=13*6.5mm^2, Capacitor C Rect series Radial pin pitch 7.50mm 10.00mm length 13mm width 6.5mm Capacitor 0 4 2 Capacitor_THT C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.5mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13.5mm width 4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.5mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W4.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W4.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W5.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W6.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W7.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W7.3mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 7.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W8.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W8.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W9.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W9.2mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 9.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W10.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W10.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W11.2mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W11.8mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W13.5mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W13.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W13.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W5.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W6.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W7.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W8.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W9.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W11.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W5.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W6.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W7.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W8.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W9.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W11.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W7.0mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W8.3mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 8.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W8.6mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 8.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W10.1mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 10.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W10.3mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 10.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W10.9mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 10.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W12.2mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 12.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W12.6mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 12.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W12.8mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 12.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W5.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W6.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W7.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W8.5mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 8.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W10.5mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*10.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 10.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W11.5mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*11.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 11.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L27.0mm_W9.0mm_P22.00mm C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*9mm^2, Capacitor C Rect series Radial pin pitch 22.00mm length 27mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L27.0mm_W9.0mm_P23.00mm C, Rect series, Radial, pin pitch=23.00mm, , length*width=27*9mm^2, Capacitor C Rect series Radial pin pitch 23.00mm length 27mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L27.0mm_W11.0mm_P22.00mm C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*11mm^2, Capacitor C Rect series Radial pin pitch 22.00mm length 27mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L28.0mm_W8.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 28mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L28.0mm_W10.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*10mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 28mm width 10mm Capacitor 0 2 2 Capacitor_THT C_Rect_L28.0mm_W12.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*12mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 28mm width 12mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W7.6mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 7.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W7.8mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 7.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W7.9mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 7.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W9.1mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 9.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W9.6mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 9.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W11.0mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W11.9mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 11.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W12.2mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 12.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W13.0mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W13.8mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 13.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W14.2mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*14.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 14.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W16.0mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*16mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 16mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W9.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W11.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W13.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W15.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W17.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 17mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W20.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 20mm Capacitor 0 2 2 Capacitor_THT C_Rect_L32.0mm_W15.0mm_P27.00mm C, Rect series, Radial, pin pitch=27.00mm, , length*width=32*15mm^2, Capacitor C Rect series Radial pin pitch 27.00mm length 32mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L33.0mm_W13.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 33mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L33.0mm_W15.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 33mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L33.0mm_W20.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 33mm width 20mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W9.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W11.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W13.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W15.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W17.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 17mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W19.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*19mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 19mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W20.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 20mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W24.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*24mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 24mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W31.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*31mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 31mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W35.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*35mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 35mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W40.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*40mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 40mm Capacitor 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-08_AVX-J Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-08_AVX-J_Pad1.25x1.05mm_HandSolder Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-10_AVX-L Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-10_AVX-L_Pad1.25x1.05mm_HandSolder Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-12_Kemet-R Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-12_Kemet-R_Pad1.30x1.05mm_HandSolder Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-15_AVX-P Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-10_Kemet-I Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-10_Kemet-I_Pad1.58x1.35mm_HandSolder Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-12_Kemet-S Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-12_Kemet-S_Pad1.58x1.35mm_HandSolder Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-18_Kemet-A Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-18_Kemet-A_Pad1.58x1.35mm_HandSolder Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-12_Kemet-T Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-12_Kemet-T_Pad1.50x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-15_AVX-H Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-15_AVX-H_Pad1.50x2.35mm_HandSolder Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-21_Kemet-B Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-15_Kemet-U Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-20_AVX-F Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-28_Kemet-C Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-28_Kemet-C_Pad2.25x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7132-20_AVX-U Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7132-20_AVX-U_Pad2.72x3.50mm_HandSolder Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7132-28_AVX-C Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7132-28_AVX-C_Pad2.72x3.50mm_HandSolder Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-15_AVX-R Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-15_AVX-R_Pad2.68x6.30mm_HandSolder Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-20_AVX-M Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-20_AVX-M_Pad2.68x6.30mm_HandSolder Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-28_AVX-M Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-28_AVX-M_Pad2.68x6.30mm_HandSolder Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-38_AVX-R Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7260-38_AVX-R_Pad2.68x6.30mm_HandSolder Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-15_Kemet-W Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-15_Kemet-W_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-20_Kemet-V Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-20_Kemet-V_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-30_AVX-N Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-30_AVX-N_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-31_Kemet-D Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-31_Kemet-D_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-40_Kemet-Y Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-40_Kemet-Y_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-43_Kemet-X Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7360-38_Kemet-E Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7360-38_Kemet-E_Pad2.25x4.25mm_HandSolder Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-38_AVX-V Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-38_AVX-V_Pad2.18x3.30mm_HandSolder Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-438_AVX-U Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-438_AVX-U_Pad2.18x3.30mm_HandSolder Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Connector Banana_Jack_1Pin Single banana socket, footprint - 6mm drill banana socket 0 1 1 Connector Banana_Jack_2Pin Dual banana socket, footprint - 2 x 6mm drills banana socket 0 2 2 Connector Banana_Jack_3Pin Triple banana socket, footprint - 3 x 6mm drills banana socket 0 3 3 Connector CUI_PD-30 3 pin connector, PD-30, http://www.cui.com/product/resource/pd-30.pdf connector 3-pin PD-30 power DIN 0 4 4 Connector CalTest_CT3151 Right-angle standard banana jack, http://www.caltestelectronics.com/images/attachments/P315100rH_drawing.pdf banana jack horizontal 0 4 1 Connector Connector_SFP_and_Cage https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2227302&DocType=Customer+Drawing&DocLang=English SFP+ SFP 0 40 21 Connector DTF13-12Px http://www.te.com/usa-en/product-DTF13-12PA-G003.html DEUTSCH DT header 12 pin 0 12 12 Connector FanPinHeader_1x03_P2.54mm_Vertical 3-pin CPU fan Through hole pin header, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf pin header 3-pin CPU fan 0 3 3 Connector FanPinHeader_1x04_P2.54mm_Vertical 4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf pin header 4-pin CPU fan 0 4 4 Connector GB042-34S-H10 http://www.lsmtron.com/pdf/Connector&Antenna_catalog.PDF 34pin SMD connector 0 34 34 Connector IHI_B6A-PCB-45_Vertical https://lugsdirect.com/PDF_Webprint/B6A-PCB-45-XX(-X).pdf connector IHI B6A-PCB-45 0 49 1 Connector JWT_A3963_1x02_P3.96mm_Vertical JWT A3963, 3.96mm pitch Pin head connector (http://www.jwt.com.tw/pro_pdf/A3963.pdf) connector JWT A3963 pinhead 0 2 2 Connector NS-Tech_Grove_1x04_P2mm_Vertical https://statics3.seeedstudio.com/images/opl/datasheet/3470130P1.pdf Grove-1x04 0 4 4 Connector SpringContact_Harwin_S1941-46R 7.25mm SMT Multi-directional Spring Contact (T+R), https://cdn.harwin.com/pdfs/S1941R.pdf spring contact emi emc shield 0 1 1 Connector Tag-Connect_TC2030-IDC-FP_2x03_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC.pdf tag connect programming header pogo pins 0 6 6 Connector Tag-Connect_TC2030-IDC-NL_2x03_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC-NL.pdf tag connect programming header pogo pins 0 6 6 Connector Tag-Connect_TC2050-IDC-FP_2x05_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-430%20Datasheet.pdf tag connect programming header pogo pins 0 10 10 Connector Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-NL%20Datasheet.pdf tag connect programming header pogo pins 0 10 10 Connector Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical_with_bottom_clip Tag-Connect programming header with bottom courtyard for TC2050-NL Clip board ; https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-IDC-NL_Datasheet_8.pdf https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-CLIP_Datasheet_25.pdf tag connect programming header pogo pins 0 10 10 Connector Tag-Connect_TC2070-IDC-FP_2x07_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2070-IDC%20Datasheet.pdf tag connect programming header pogo pins 0 14 14 Connector_AMASS AMASS_MR30PW-FB_1x03_P3.50mm_Horizontal Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf RC Connector XT30 0 5 3 Connector_AMASS AMASS_MR30PW-M_1x03_P3.50mm_Horizontal Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf RC Connector XT30 0 5 3 Connector_AMASS AMASS_XT30PW-F_1x02_P2.50mm_Horizontal Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf RC Connector XT30 0 4 2 Connector_AMASS AMASS_XT30PW-M_1x02_P2.50mm_Horizontal Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf RC Connector XT30 0 4 2 Connector_AMASS AMASS_XT30U-F_1x02_P5.0mm_Vertical Connector XT30 Vertical Cable Female, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf RC Connector XT30 0 2 2 Connector_AMASS AMASS_XT30U-M_1x02_P5.0mm_Vertical Connector XT30 Vertical Cable Male, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf RC Connector XT30 0 2 2 Connector_AMASS AMASS_XT30UPB-F_1x02_P5.0mm_Vertical Connector XT30 Vertical PCB Female, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf RC Connector XT30 0 2 2 Connector_AMASS AMASS_XT30UPB-M_1x02_P5.0mm_Vertical Connector XT30 Vertical PCB Male, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf RC Connector XT30 0 2 2 Connector_AMASS AMASS_XT60-F_1x02_P7.20mm_Vertical AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf XT60 female vertical 0 2 2 Connector_AMASS AMASS_XT60-M_1x02_P7.20mm_Vertical AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf XT60 female vertical 0 2 2 Connector_Amphenol Amphenol_M8S-03PMMR-SF8001 M8 Male connector for panel, 90° PCB mount (https://www.amphenolltw.com/2012download/2D%20PDF/03_M%20Series%20Sensor%20Connectors/M8S-XXPMMR-SF8001.pdf) three-pin M8 0 5 4 Connector_Audio Jack_3.5mm_CUI_SJ-3523-SMT_Horizontal 3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) 3.5mm audio cui horizontal jack stereo 0 3 3 Connector_Audio Jack_3.5mm_CUI_SJ-3524-SMT_Horizontal 3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) 3.5mm audio cui horizontal jack stereo 0 4 4 Connector_Audio Jack_3.5mm_CUI_SJ1-3533NG_Horizontal TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal 0 3 3 Connector_Audio Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal circular 0 3 3 Connector_Audio Jack_3.5mm_CUI_SJ1-3535NG_Horizontal TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal 0 5 5 Connector_Audio Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal circular 0 5 5 Connector_Audio Jack_3.5mm_Ledino_KB3SPRS_Horizontal https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf jack stereo TRS 0 5 5 Connector_Audio Jack_3.5mm_PJ311_Horizontal PJ311 6pin SMD 3.5mm stereo headphones jack. headphones jack plug stereo 3.5mm PJ311 0 6 6 Connector_Audio Jack_3.5mm_PJ320D_Horizontal Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html) 3.5mm jack mic microphone phones headphones 4pins audio plug 0 4 4 Connector_Audio Jack_3.5mm_PJ320E_Horizontal Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html) 3.5mm jack mic microphone phones headphones 4pins audio plug 0 5 4 Connector_Audio Jack_3.5mm_PJ31060-I_Horizontal PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html) headphones jack plug stereo 3.5mm PJ31060-I PJ31060 0 6 6 Connector_Audio Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html) WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu 0 3 3 Connector_Audio Jack_3.5mm_Switronic_ST-005-G_horizontal 3.5mm horizontal headphones jack, http://akizukidenshi.com/download/ds/switronic/ST-005-G.pdf Connector Audio Switronic ST-005-G 0 4 3 Connector_Audio Jack_6.35mm_Neutrik_NJ2FD-V_Vertical 6.35mm (1/4 in) Vertical Jack, Non-switching mono jack (T/S), https://www.neutrik.com/en/product/nj2fd-v neutrik jack vertical 0 2 2 Connector_Audio Jack_6.35mm_Neutrik_NJ3FD-V_Vertical 6.35mm (1/4 in) Vertical Jack, Non-switching stereo jack (T/R/S), https://www.neutrik.com/en/product/nj3fd-v neutrik jack vertical 0 3 3 Connector_Audio Jack_6.35mm_Neutrik_NJ5FD-V_Vertical 6.35mm (1/4 in) Vertical Jack, 2 x switching (normalling) stereo jack (T/TN/R/RN/S), https://www.neutrik.com/en/product/nj5fd-v neutrik jack vertical 0 5 5 Connector_Audio Jack_6.35mm_Neutrik_NJ6FD-V_Vertical 6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6fd-v neutrik jack vertical 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NJ6TB-V_Vertical 6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack B-gauge type (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6tb-v neutrik jack vertical 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ4HCD2_Horizontal M Series, 6.35mm (1/4in) mono jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj4hcd2 neutrik jack m 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NMJ4HFD2_Horizontal M Series, 6.35mm (1/4in) mono jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj4hfd2 neutrik jack m 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NMJ4HFD3_Horizontal M Series, 6.35mm (1/4in) mono jack, switched, with a full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hfd3 neutrik jack m 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NMJ4HHD2_Horizontal M Series, 6.35mm (1/4in) mono jack, switched, with a half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hhd2 neutrik jack m 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj6hcd2 neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HCD3_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and offset PCB pins, https://www.neutrik.com/en/product/nmj6hcd3 neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HFD2-AU_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, full threaded nose, straight PCB pins, gold plated contacts, https://www.neutrik.com/en/product/nmj6hfd2-au neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HFD2_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj6hfd2 neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HFD3_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hfd3 neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HFD4_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and fishtail PCB pins, https://www.neutrik.com/en/product/nmj6hfd4 neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NMJ6HHD2_Horizontal M Series, 6.35mm (1/4in) stereo jack, switched, with half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hhd2 neutrik jack m 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ3HF-1_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, unswitched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj3hf-1 neutrik jack slim 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NRJ4HF-1_Horizontal Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hf-1 neutrik jack slim 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NRJ4HF_Horizontal Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj4hf neutrik jack slim 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NRJ4HH-1_Horizontal Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hh-1 neutrik jack slim 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NRJ4HH_Horizontal Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj4hh neutrik jack slim 0 4 4 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HF-1-AU_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1-au neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HF-1_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1 neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HF-AU_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf-au neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HF_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HH-1_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hh-1 neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HH-AU_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, half threaded nose, https://www.neutrik.com/en/product/nrj6hh-au neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HH_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj6hh neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HM-1-AU_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, gold plated contacts, efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-au neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HM-1-PRE_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, efficient chassis ground connection, T+R normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-pre neutrik jack slim 0 6 5 Connector_Audio Jack_6.35mm_Neutrik_NRJ6HM-1_Horizontal Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose with efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1 neutrik jack slim 0 6 6 Connector_Audio Jack_6.35mm_Neutrik_NSJ8HC_Horizontal Stacking Jacks, Mono dual jack, full nose, https://www.neutrik.com/en/product/nsj8hc neutrik jack stacking 0 9 9 Connector_Audio Jack_6.35mm_Neutrik_NSJ8HL_Horizontal Stacking Jacks, Mono dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj8hl neutrik jack stacking 0 9 9 Connector_Audio Jack_6.35mm_Neutrik_NSJ12HC_Horizontal Stacking Jacks, Stereo dual jack, full nose, https://www.neutrik.com/en/product/nsj12hc neutrik jack stacking 0 13 13 Connector_Audio Jack_6.35mm_Neutrik_NSJ12HF-1_Horizontal Stacking Jacks, Stereo dual jack, full threaded nose, https://www.neutrik.com/en/product/nsj12hf-1 neutrik jack stacking 0 13 13 Connector_Audio Jack_6.35mm_Neutrik_NSJ12HH-1_Horizontal Stacking Jacks, Stereo dual jack, half threaded nose, https://www.neutrik.com/en/product/nsj12hh-1 neutrik jack stacking 0 13 13 Connector_Audio Jack_6.35mm_Neutrik_NSJ12HL_Horizontal Stacking Jacks, Stereo dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj12hl neutrik jack stacking 0 13 13 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ5FI-H-0_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj5fi-h-0 neutrik jack combo i 0 6 6 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ5FI-H_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-h neutrik jack combo i 0 6 6 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ5FI-V-0_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj5fi-v-0 neutrik jack combo i 0 6 6 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ5FI-V_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-v neutrik jack combo i 0 6 6 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-0_Horizontal Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-h-0 neutrik jack combo a 0 8 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-DA_Horizontal Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-h-da neutrik jack combo a 0 8 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FA-H_Horizontal Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fa-h neutrik jack combo a 0 8 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-0_Vertical Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-v-0 neutrik jack combo a 0 8 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-DA_Vertical Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-v-da neutrik jack combo a 0 8 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FA-V_Vertical Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fa-v neutrik jack combo a 0 8 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FI-H-0_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fi-h-0 neutrik jack combo i 0 7 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FI-H_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h neutrik jack combo i 0 7 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FI-V-0_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fi-v-0 neutrik jack combo i 0 7 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ6FI-V_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-v neutrik jack combo i 0 7 7 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ9FI-H-0_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj9fi-h-0 neutrik jack combo i 0 10 10 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ9FI-H_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-h neutrik jack combo i 0 10 10 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ9FI-V-0_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj9fi-v-0 neutrik jack combo i 0 10 10 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ9FI-V_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-v neutrik jack combo i 0 10 10 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ10FI-H-0_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj10fi-h-0 neutrik jack combo i 0 11 11 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ10FI-H_Horizontal Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-h neutrik jack combo i 0 11 11 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ10FI-V-0_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj10fi-v-0 neutrik jack combo i 0 11 11 Connector_Audio Jack_XLR-6.35mm_Neutrik_NCJ10FI-V_Vertical Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-v neutrik jack combo i 0 11 11 Connector_Audio Jack_XLR_Neutrik_NC3FAAH-0_Horizontal AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah-0 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAH1-0_Horizontal AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah1-0 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAH1-DA_Horizontal AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faah1-da neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAH1_Horizontal AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah1 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAH2-0_Horizontal AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah2-0 neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAAH2_Horizontal AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah2 neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAAH_Horizontal AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAV-0_Vertical AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav-0 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAV1-0_Vertical AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav1-0 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAV1-DA_Vertical AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAV1_Vertical AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav1 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAAV2-0_Vertical AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav2-0 neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAAV2_Vertical AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav2 neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAAV_Vertical AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAH-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAH1-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah1-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAH1-DA_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah1-da neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAH1_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah1 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAH2-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah2-0 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAH2-DA_Horizontal A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah2-da neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAH2_Horizontal A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah2 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAHL-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAHL1-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl1-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAHL1_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fahl1 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAHR-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAHR1-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAHR1_Horizontal A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr1 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAHR2-0_Horizontal A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr2-0 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAHR2_Horizontal A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr2 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAH_Horizontal A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAV-0_Vertical A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAV1-0_Vertical A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav1-0 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAV1-DA_Vertical A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav1-da neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAV1_Vertical A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav1 neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FAV2-0_Vertical A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav2-0 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAV2-DA_Vertical A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav2-da neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAV2_Vertical A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav2 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FAV_Vertical A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBH1-B_Horizontal B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh1-b neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBH1-DA_Horizontal B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh1-da neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBH1-E_Horizontal B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh1-e neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBH1_Horizontal B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh1 neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBH2-B_Horizontal B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh2-b neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FBH2-DA_Horizontal B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FBH2-E_Horizontal B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh2-e neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FBH2_Horizontal B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh2 neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FBHL1_Horizontal B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fbhl1 neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBV1-0_Vertical B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring, no latch, https://www.neutrik.com/en/product/nc3fbv1-0 neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBV1-B_Vertical B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv1-b neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBV1-DA_Vertical B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv1-da neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBV1_Vertical B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv1 neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3FBV2-B_Vertical B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FBV2-DA_Vertical B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv2-da neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3FBV2-SW_Vertical B Series, 3 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2-sw neutrik xlr b 0 7 7 Connector_Audio Jack_XLR_Neutrik_NC3FBV2_Vertical B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2 neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAAH-0_Horizontal AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-0 neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAAH-1_Horizontal AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-1 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3MAAH_Horizontal AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAAV-0_Vertical AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-0 neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAAV-1_Vertical AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-1 neutrik xlr aa 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3MAAV_Vertical AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav neutrik xlr aa 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAFH-PH_Horizontal A Series, Chassis connector H female (A series layout), horizontal PCB mount, https://www.neutrik.com/en/product/nc4mafh-ph neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3MAH-0_Horizontal A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah-0 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAHL_Horizontal A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mahl neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAHR_Horizontal A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mahr neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAH_Horizontal A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAMH-PH_Horizontal A Series, Chassis connector Phoenix H male (A series layout), horizontal PCB mount, https://www.neutrik.com/en/product/nc4mamh-ph neutrik xlr a 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3MAV-0_Vertical A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav-0 neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MAV_Vertical A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav neutrik xlr a 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBH-0_Horizontal B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-0 neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBH-1_Horizontal B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-1 neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3MBH-B_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbh-b neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBH-E_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbh-e neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBHL-B_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhl-b neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBHL_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mbhl neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBHR-B_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhr-b neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBHR_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mbhr neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBH_Horizontal B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBV-0_Vertical B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-0 neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBV-1_Vertical B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-1 neutrik xlr b 0 3 3 Connector_Audio Jack_XLR_Neutrik_NC3MBV-B_Vertical B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbv-b neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBV-E_Vertical B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbv-e neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC3MBV-SW_Vertical B Series, 3 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-sw neutrik xlr b 0 7 7 Connector_Audio Jack_XLR_Neutrik_NC3MBV_Vertical B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv neutrik xlr b 0 4 4 Connector_Audio Jack_XLR_Neutrik_NC4FAH-0_Horizontal A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fah-0 neutrik xlr a 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4FAH_Horizontal A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fah neutrik xlr a 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4FAV-0_Vertical A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fav-0 neutrik xlr a 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4FAV_Vertical A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fav neutrik xlr a 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4FBH_Horizontal B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fbh neutrik xlr b 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4FBV_Vertical B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fbv neutrik xlr b 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4MAH_Horizontal A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mah neutrik xlr a 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4MAV_Vertical A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mav neutrik xlr a 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4MBH_Horizontal B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mbh neutrik xlr b 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC4MBV_Vertical B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mbv neutrik xlr b 0 5 5 Connector_Audio Jack_XLR_Neutrik_NC5FAH-0_Horizontal A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc5fah-0 neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FAH-DA_Horizontal A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fah-da neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FAH_Horizontal A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fah neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FAV-DA_Vertical A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fav-da neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FAV-SW_Vertical A Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, color coding possible, https://www.neutrik.com/en/product/nc5fav-sw neutrik xlr a 0 9 9 Connector_Audio Jack_XLR_Neutrik_NC5FAV_Vertical A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fav neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FBH-B_Horizontal B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbh-b neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FBH_Horizontal B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fbh neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FBV-B_Vertical B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbv-b neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5FBV-SW_Vertical B Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv-sw neutrik xlr b 0 9 9 Connector_Audio Jack_XLR_Neutrik_NC5FBV_Vertical B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5MAH_Horizontal A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mah neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5MAV-SW_Vertical A Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav-sw neutrik xlr a 0 9 9 Connector_Audio Jack_XLR_Neutrik_NC5MAV_Vertical A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav neutrik xlr a 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5MBH-B_Horizontal B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbh-b neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5MBH_Horizontal B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mbh neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5MBV-B_Vertical B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbv-b neutrik xlr b 0 6 6 Connector_Audio Jack_XLR_Neutrik_NC5MBV-SW_Vertical B Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv-sw neutrik xlr b 0 9 9 Connector_Audio Jack_XLR_Neutrik_NC5MBV_Vertical B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv neutrik xlr b 0 6 6 Connector_Audio Jack_speakON-6.35mm_Neutrik_NLJ2MD-H_Horizontal speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, horizontal pcb mount, https://www.neutrik.com/en/product/nlj2md-h neutrik speakon combo 0 2 2 Connector_Audio Jack_speakON-6.35mm_Neutrik_NLJ2MD-V_Vertical speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, vertical pcb mount, https://www.neutrik.com/en/product/nlj2md-v neutrik speakon combo 0 2 2 Connector_Audio Jack_speakON_Neutrik_NL2MD-H_Horizontal speakON Chassis Connectors, 2 pole chassis connector, gray D-size flange, countersunk thru holes, horizontal PCB, https://www.neutrik.com/en/product/nl2md-h neutrik speakon 0 2 2 Connector_Audio Jack_speakON_Neutrik_NL2MD-V_Vertical speakON Chassis Connectors, 2 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl2md-v neutrik speakon 0 2 2 Connector_Audio Jack_speakON_Neutrik_NL4MD-H-1_Horizontal speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-1 neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-H-2_Horizontal speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-2 neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-H-3_Horizontal speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-3 neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-H_Horizontal speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-V-1_Vertical speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-1 neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-V-2_Vertical speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-2 neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-V-R_Vertical speakON Chassis Connectors, 4 pole chassis connector, red D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-r neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL4MD-V-S_Vertical speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, switchable version of NL4MD-V with 8 vertical PCB contacts (4 switching contacts), https://www.neutrik.com/en/product/nl4md-v-s neutrik speakon 0 8 8 Connector_Audio Jack_speakON_Neutrik_NL4MD-V_Vertical speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v neutrik speakon 0 4 4 Connector_Audio Jack_speakON_Neutrik_NL8MD-V-1_Vertical speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl8md-v-1 neutrik speakon 0 8 8 Connector_Audio Jack_speakON_Neutrik_NL8MD-V_Vertical speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl8md-v neutrik speakon 0 8 8 Connector_Audio Jack_speakON_Neutrik_NLT4MD-V_Vertical STX Series, 4 pole male chassis connector, metal housing, vertical PCB mount, self tapping screw holes (A-screw), https://www.neutrik.com/en/product/nlt4md-v neutrik speakon stx 0 4 4 Connector_Audio MiniXLR-5_Switchcraft_TRAPC_Horizontal http://www.switchcraft.com/ProductSummary.aspx?Parent=620 http://www.switchcraft.com/Drawings/TRAPC_X-TRASM_X_SERIES_CD.PDF THT Mini XLR 5Pin right angle 0 5 5 Connector_BarrelJack BarrelJack_CLIFF_FC681465S_SMT_Horizontal Surface-mount DC Barrel Jack, https://www.cliffuk.co.uk/products/dcconnectors/FC681465S.pdf Power Jack SMT 0 4 3 Connector_BarrelJack BarrelJack_CUI_PJ-036AH-SMT_Horizontal Surface-mount DC Barrel Jack, http://www.cui.com/product/resource/pj-036ah-smt.pdf Power Jack SMT 0 3 3 Connector_BarrelJack BarrelJack_CUI_PJ-063AH_Horizontal Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf barrel jack cui dc power 0 4 3 Connector_BarrelJack BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf barrel jack cui dc power 0 4 3 Connector_BarrelJack BarrelJack_CUI_PJ-102AH_Horizontal Thin-pin DC Barrel Jack, https://cdn-shop.adafruit.com/datasheets/21mmdcjackDatasheet.pdf Power Jack 0 3 3 Connector_BarrelJack BarrelJack_Horizontal DC Barrel Jack Power Jack 0 3 3 Connector_BarrelJack BarrelJack_Wuerth_6941xx301002 Wuerth electronics barrel jack connector (5.5mm outher diameter, inner diameter 2.05mm or 2.55mm depending on exact order number), See: http://katalog.we-online.de/em/datasheet/6941xx301002.pdf connector barrel jack 0 3 3 Connector_Card CF-Card_3M_N7E50-7516PK-20-WF Compact Flash Card connector (https://multimedia.3m.com/mws/media/22365O/3mtm-cf-card-header-compactflashtm-type-i-sm-ts0662.pdf) connector cf 0 54 50 Connector_Card SD_Kyocera_145638009211859+ SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 13 Connector_Card SD_Kyocera_145638009511859+ SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 13 Connector_Card SD_Kyocera_145638109211859+ SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 13 Connector_Card SD_Kyocera_145638109511859+ SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 13 Connector_Card SD_TE_2041021 SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4) sd card 0 15 12 Connector_Card microSD_HC_Hirose_DM3AT-SF-PEJM5 Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=) Micro SD 0 14 11 Connector_Card microSD_HC_Hirose_DM3BT-DSF-PEJS Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=) Micro SD 0 16 11 Connector_Card microSD_HC_Hirose_DM3D-SF Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf) Micro SD 0 14 11 Connector_Card microSD_HC_Molex_104031-0811 1.10mm Pitch microSD Memory Card Connector, Surface Mount, Push-Pull Type, 1.42mm Height, with Detect Switch (https://www.molex.com/pdm_docs/sd/1040310811_sd.pdf) microSD SD molex 0 14 11 Connector_Card microSD_HC_Wuerth_693072010801 http://katalog.we-online.de/em/datasheet/693072010801.pdf Micro SD Wuerth Wurth Würth 0 12 9 Connector_Card microSIM_JAE_SF53S006VCBR2000 https://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ115712.pdf microSIM GSM Card 0 14 7 Connector_Coaxial BNC_Amphenol_031-6575_Horizontal dual independently isolated BNC plug (https://www.amphenolrf.com/downloads/dl/file/id/2980/product/644/031_6575_customer_drawing.pdf) Dual BNC Amphenol Horizontal 0 6 4 Connector_Coaxial BNC_Amphenol_B6252HB-NPP3G-50_Horizontal http://www.farnell.com/datasheets/612848.pdf BNC Amphenol Horizontal 0 4 2 Connector_Coaxial BNC_PanelMountable_Vertical Panel-mountable BNC connector mounted through PCB, vertical BNC connector 0 2 2 Connector_Coaxial BNC_TEConnectivity_1478204_Vertical BNC female PCB mount 4 pin straight chassis connector http://www.te.com/usa-en/product-1-1478204-0.html BNC female PCB mount 4 pin straight chassis connector 0 5 2 Connector_Coaxial BNC_Win_364A2x95_Horizontal Dual front isolated BNC plug (https://www.winconn.com/wp-content/uploads/364A2595.pdf) Dual BNC Horizontal Isolated 0 6 3 Connector_Coaxial CoaxialSwitch_Hirose_MS-156C3_Horizontal Subminiature Coaxial Switch 1.35mm High, DC to 11GHz Switch Coaxial RF 0 12 3 Connector_Coaxial MMCX_Molex_73415-0961_Horizontal_0.8mm-PCB Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf Molex MMCX Horizontal Coaxial 0 3 2 Connector_Coaxial MMCX_Molex_73415-0961_Horizontal_1.0mm-PCB Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf Molex MMCX Horizontal Coaxial 0 3 2 Connector_Coaxial MMCX_Molex_73415-0961_Horizontal_1.6mm-PCB Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf Molex MMCX Horizontal Coaxial 0 3 2 Connector_Coaxial MMCX_Molex_73415-1471_Vertical http://www.molex.com/pdm_docs/sd/734151471_sd.pdf Molex MMCX Coaxial Connector 50 ohms Female Jack Vertical THT 0 5 2 Connector_Coaxial SMA_Amphenol_901-144_Vertical https://www.amphenolrf.com/downloads/dl/file/id/7023/product/3103/901_144_customer_drawing.pdf SMA THT Female Jack Vertical 0 5 2 Connector_Coaxial SMA_Amphenol_132134-10_Vertical https://www.amphenolrf.com/downloads/dl/file/id/4007/product/2974/132134_10_customer_drawing.pdf SMA SMD Female Jack Vertical 0 3 2 Connector_Coaxial SMA_Amphenol_132134-11_Vertical https://www.amphenolrf.com/downloads/dl/file/id/3406/product/2975/132134_11_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132134-14_Vertical https://www.amphenolrf.com/downloads/dl/file/id/1793/product/2976/132134_14_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132134-16_Vertical https://www.amphenolrf.com/downloads/dl/file/id/1141/product/2978/132134_16_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132134_Vertical https://www.amphenolrf.com/downloads/dl/file/id/2187/product/2843/132134_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132203-12_Horizontal https://www.amphenolrf.com/media/downloads/1769/132203-12.pdf SMA THT Female Jack Horizontal 0 5 2 Connector_Coaxial SMA_Amphenol_132289_EdgeMount http://www.amphenolrf.com/132289.html SMA 0 5 2 Connector_Coaxial SMA_Amphenol_132291-12_Vertical https://www.amphenolrf.com/downloads/dl/file/id/1688/product/3020/132291_12_customer_drawing.pdf SMA THT Female Jack Vertical Bulkhead 0 5 2 Connector_Coaxial SMA_Amphenol_132291_Vertical https://www.amphenolrf.com/downloads/dl/file/id/3222/product/2918/132291_customer_drawing.pdf SMA THT Female Jack Vertical Bulkhead 0 5 2 Connector_Coaxial SMA_Molex_73251-1153_EdgeMount_Horizontal Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf) sma edge 0 11 2 Connector_Coaxial SMA_Molex_73251-2120_EdgeMount_Horizontal Molex SMA RF Connector, Edge Mount, (http://www.molex.com/pdm_docs/sd/732512120_sd.pdf) sma edge 0 11 2 Connector_Coaxial SMA_Molex_73251-2200_Horizontal https://www.molex.com/webdocs/datasheets/pdf/en-us/0732512200_RF_COAX_CONNECTORS.pdf SMA THT Female Jack Horizontal 0 5 2 Connector_Coaxial SMA_Samtec_SMA-J-P-X-ST-EM1_EdgeMount Connector SMA, 0Hz to 20GHz, 50Ohm, Edge Mount (http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf) SMA Straight Samtec Edge Mount 0 5 2 Connector_Coaxial SMA_Wurth_60312002114503_Vertical https://www.we-online.de/katalog/datasheet/60312002114503.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMB_Jack_Vertical SMB pcb mounting jack SMB Jack Striaght 0 5 2 Connector_Coaxial U.FL_Hirose_U.FL-R-SMT-1_Vertical Hirose U.FL Coaxial https://www.hirose.com/product/en/products/U.FL/U.FL-R-SMT-1%2810%29/ Hirose U.FL Coaxial 0 3 2 Connector_Coaxial U.FL_Molex_MCRF_73412-0110_Vertical Molex Microcoaxial RF Connectors (MCRF), mates Hirose U.FL, (http://www.molex.com/pdm_docs/sd/734120110_sd.pdf) mcrf hirose ufl u.fl microcoaxial 0 4 2 Connector_DIN DIN41612_B2_2x8_Female_Vertical_THT DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/2 0 16 16 Connector_DIN DIN41612_B2_2x8_Male_Horizontal_THT DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/2 0 16 16 Connector_DIN DIN41612_B2_2x16_Female_Vertical_THT DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/2 0 32 32 Connector_DIN DIN41612_B2_2x16_Male_Horizontal_THT DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/2 0 32 32 Connector_DIN DIN41612_B3_2x5_Female_Vertical_THT DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/3 0 10 10 Connector_DIN DIN41612_B3_2x5_Male_Horizontal_THT DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/3 0 10 10 Connector_DIN DIN41612_B3_2x10_Female_Vertical_THT DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/3 0 20 20 Connector_DIN DIN41612_B3_2x10_Male_Horizontal_THT DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B/3 0 20 20 Connector_DIN DIN41612_B_1x32_Female_Vertical_THT DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B 0 32 32 Connector_DIN DIN41612_B_1x32_Male_Horizontal_THT DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B 0 32 32 Connector_DIN DIN41612_B_2x16_Female_Vertical_THT DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B 0 32 32 Connector_DIN DIN41612_B_2x16_Male_Horizontal_THT DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B 0 32 32 Connector_DIN DIN41612_B_2x32_Female_Vertical_THT DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B 0 64 64 Connector_DIN DIN41612_B_2x32_Male_Horizontal_THT DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 B 0 64 64 Connector_DIN DIN41612_C2_2x16_Female_Vertical_THT DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/2 0 32 32 Connector_DIN DIN41612_C2_2x16_Male_Horizontal_THT DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/2 0 32 32 Connector_DIN DIN41612_C2_3x16_Female_Vertical_THT DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/2 0 48 48 Connector_DIN DIN41612_C2_3x16_Male_Horizontal_THT DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/2 0 48 48 Connector_DIN DIN41612_C3_2x10_Female_Vertical_THT DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/3 0 20 20 Connector_DIN DIN41612_C3_2x10_Male_Horizontal_THT DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/3 0 20 20 Connector_DIN DIN41612_C3_3x10_Female_Vertical_THT DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/3 0 30 30 Connector_DIN DIN41612_C3_3x10_Male_Horizontal_THT DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C/3 0 30 30 Connector_DIN DIN41612_C_1x32_Female_Vertical_THT DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 32 32 Connector_DIN DIN41612_C_1x32_Male_Horizontal_THT DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 32 32 Connector_DIN DIN41612_C_2x16_Female_Vertical_THT DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 32 32 Connector_DIN DIN41612_C_2x16_Male_Horizontal_THT DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 32 32 Connector_DIN DIN41612_C_2x32_Female_Vertical_THT DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 64 64 Connector_DIN DIN41612_C_2x32_Male_Horizontal_THT DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 64 64 Connector_DIN DIN41612_C_3x16_Female_Vertical_THT DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 48 48 Connector_DIN DIN41612_C_3x16_Male_Horizontal_THT DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 48 48 Connector_DIN DIN41612_C_3x32_Female_Vertical_THT DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 96 96 Connector_DIN DIN41612_C_3x32_Male_Horizontal_THT DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 C 0 96 96 Connector_DIN DIN41612_D_2x8_Female_Vertical_THT DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 D 0 16 16 Connector_DIN DIN41612_D_2x8_Male_Horizontal_THT DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 D 0 16 16 Connector_DIN DIN41612_D_2x16_Female_Vertical_THT DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 D 0 32 32 Connector_DIN DIN41612_D_2x16_Male_Horizontal_THT DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 D 0 32 32 Connector_DIN DIN41612_E_2x16_Female_Vertical_THT DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 E 0 32 32 Connector_DIN DIN41612_E_2x16_Male_Horizontal_THT DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 E 0 32 32 Connector_DIN DIN41612_E_2x16_RowsAC_Female_Vertical_THT DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 E 0 32 32 Connector_DIN DIN41612_E_2x16_RowsAC_Male_Horizontal_THT DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 E 0 32 32 Connector_DIN DIN41612_E_3x16_Female_Vertical_THT DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 E 0 48 48 Connector_DIN DIN41612_E_3x16_Male_Horizontal_THT DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 E 0 48 48 Connector_DIN DIN41612_F_2x16_Female_Vertical_THT DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 F 0 32 32 Connector_DIN DIN41612_F_2x16_Male_Horizontal_THT DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 F 0 32 32 Connector_DIN DIN41612_F_2x16_RowsZD_Female_Vertical_THT DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 F 0 32 32 Connector_DIN DIN41612_F_2x16_RowsZD_Male_Horizontal_THT DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 F 0 32 32 Connector_DIN DIN41612_F_3x16_Female_Vertical_THT DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 F 0 48 48 Connector_DIN DIN41612_F_3x16_Male_Horizontal_THT DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 F 0 48 48 Connector_DIN DIN41612_Q2_2x16_Male_Horizontal_THT DIN41612 connector, type Q/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 Q/2 0 32 32 Connector_DIN DIN41612_Q2_2x16_Male_Vertical_THT DIN41612 connector, type Q/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 Q/2 0 32 32 Connector_DIN DIN41612_Q3_2x10_Male_Horizontal_THT DIN41612 connector, type Q/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 Q/3 0 20 20 Connector_DIN DIN41612_Q3_2x10_Male_Vertical_THT DIN41612 connector, type Q/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 Q/3 0 20 20 Connector_DIN DIN41612_Q_2x32_Male_Horizontal_THT DIN41612 connector, type Q, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 Q 0 64 64 Connector_DIN DIN41612_Q_2x32_Male_Vertical_THT DIN41612 connector, type Q, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 Q 0 64 64 Connector_DIN DIN41612_R2_2x16_Male_Horizontal_THT DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/2 0 32 32 Connector_DIN DIN41612_R2_2x16_Male_Vertical_THT DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/2 0 32 32 Connector_DIN DIN41612_R2_3x16_Male_Horizontal_THT DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/2 0 48 48 Connector_DIN DIN41612_R2_3x16_Male_Vertical_THT DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/2 0 48 48 Connector_DIN DIN41612_R3_2x10_Male_Horizontal_THT DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/3 0 20 20 Connector_DIN DIN41612_R3_2x10_Male_Vertical_THT DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/3 0 20 20 Connector_DIN DIN41612_R3_3x10_Male_Horizontal_THT DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/3 0 30 30 Connector_DIN DIN41612_R3_3x10_Male_Vertical_THT DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R/3 0 30 30 Connector_DIN DIN41612_R_1x32_Male_Horizontal_THT DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 32 32 Connector_DIN DIN41612_R_1x32_Male_Vertical_THT DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 32 32 Connector_DIN DIN41612_R_2x16_Male_Horizontal_THT DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 32 32 Connector_DIN DIN41612_R_2x16_Male_Vertical_THT DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 32 32 Connector_DIN DIN41612_R_2x32_Male_Horizontal_THT DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 64 64 Connector_DIN DIN41612_R_2x32_Male_Vertical_THT DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 64 64 Connector_DIN DIN41612_R_3x16_Male_Horizontal_THT DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 48 48 Connector_DIN DIN41612_R_3x16_Male_Vertical_THT DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 48 48 Connector_DIN DIN41612_R_3x32_Male_Horizontal_THT DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 96 96 Connector_DIN DIN41612_R_3x32_Male_Vertical_THT DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf DIN 41612 IEC 60603 R 0 96 96 Connector_Dsub DSUB-9_Female_EdgeMount_P2.77mm 9-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Vertical_P2.77x2.84mm 9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Female_Vertical_P2.77x2.84mm_MountingHoles 9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm 0 11 10 Connector_Dsub DSUB-9_Male_EdgeMount_P2.77mm 9-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Vertical_P2.77x2.84mm 9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles 9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm 0 11 10 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Female_Vertical_P2.29x1.98mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Male_Vertical_P2.29x1.98mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 25mm 0 17 16 Connector_Dsub DSUB-15_Female_EdgeMount_P2.77mm 15-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Vertical_P2.77x2.84mm 15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Female_Vertical_P2.77x2.84mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_EdgeMount_P2.77mm 15-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Vertical_P2.77x2.84mm 15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Male_Vertical_P2.77x2.84mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm 0 17 16 Connector_Dsub DSUB-25_Female_EdgeMount_P2.77mm 25-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Vertical_P2.77x2.84mm 25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Female_Vertical_P2.77x2.84mm_MountingHoles 25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_EdgeMount_P2.77mm 25-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Vertical_P2.77x2.84mm 25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Male_Vertical_P2.77x2.84mm_MountingHoles 25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm 0 27 26 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Female_Vertical_P2.29x1.98mm_MountingHoles 26-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Male_Vertical_P2.29x1.98mm_MountingHoles 26-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 33.3mm 0 28 27 Connector_Dsub DSUB-37_Female_EdgeMount_P2.77mm 37-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Vertical_P2.77x2.84mm 37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Female_Vertical_P2.77x2.84mm_MountingHoles 37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_EdgeMount_P2.77mm 37-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Vertical_P2.77x2.84mm 37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Male_Vertical_P2.77x2.84mm_MountingHoles 37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm 0 39 38 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Female_Vertical_P2.29x1.98mm_MountingHoles 44-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Male_Vertical_P2.29x1.98mm_MountingHoles 44-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 47.1mm 0 46 45 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x2.54mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Female_Vertical_P2.41x1.98mm_MountingHoles 62-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector straight vertical THT female pitch 2.41x1.98mm mounting holes distance 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x2.54mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Male_Vertical_P2.41x1.98mm_MountingHoles 62-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector straight vertical THT male pitch 2.41x1.98mm mounting holes distance 63.5mm 0 64 63 Connector_FFC-FPC Hirose_FH12-6S-0.5SH_1x06-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-6S-0.5SH, 6 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 8 7 Connector_FFC-FPC Hirose_FH12-8S-0.5SH_1x08-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-8S-0.5SH, 8 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 10 9 Connector_FFC-FPC Hirose_FH12-10S-0.5SH_1x10-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-10S-0.5SH, 10 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 12 11 Connector_FFC-FPC Hirose_FH12-11S-0.5SH_1x11-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-11S-0.5SH, 11 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 13 12 Connector_FFC-FPC Hirose_FH12-12S-0.5SH_1x12-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-12S-0.5SH, 12 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 14 13 Connector_FFC-FPC Hirose_FH12-13S-0.5SH_1x13-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-13S-0.5SH, 13 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 15 14 Connector_FFC-FPC Hirose_FH12-14S-0.5SH_1x14-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-14S-0.5SH, 14 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 16 15 Connector_FFC-FPC Hirose_FH12-15S-0.5SH_1x15-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-15S-0.5SH, 15 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 17 16 Connector_FFC-FPC Hirose_FH12-16S-0.5SH_1x16-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-16S-0.5SH, 16 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 18 17 Connector_FFC-FPC Hirose_FH12-17S-0.5SH_1x17-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-17S-0.5SH, 17 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 19 18 Connector_FFC-FPC Hirose_FH12-18S-0.5SH_1x18-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-18S-0.5SH, 18 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 20 19 Connector_FFC-FPC Hirose_FH12-19S-0.5SH_1x19-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-19S-0.5SH, 19 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 21 20 Connector_FFC-FPC Hirose_FH12-20S-0.5SH_1x20-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-20S-0.5SH, 20 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 22 21 Connector_FFC-FPC Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-22S-0.5SH, 22 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 24 23 Connector_FFC-FPC Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 26 25 Connector_FFC-FPC Hirose_FH12-25S-0.5SH_1x25-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-25S-0.5SH, 25 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 27 26 Connector_FFC-FPC Hirose_FH12-26S-0.5SH_1x26-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-26S-0.5SH, 26 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 28 27 Connector_FFC-FPC Hirose_FH12-28S-0.5SH_1x28-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-28S-0.5SH, 28 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 30 29 Connector_FFC-FPC Hirose_FH12-30S-0.5SH_1x30-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-30S-0.5SH, 30 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 32 31 Connector_FFC-FPC Hirose_FH12-32S-0.5SH_1x32-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-32S-0.5SH, 32 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 34 33 Connector_FFC-FPC Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-33S-0.5SH, 33 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 35 34 Connector_FFC-FPC Hirose_FH12-34S-0.5SH_1x34-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-34S-0.5SH, 34 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 36 35 Connector_FFC-FPC Hirose_FH12-35S-0.5SH_1x35-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-35S-0.5SH, 35 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 37 36 Connector_FFC-FPC Hirose_FH12-36S-0.5SH_1x36-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-36S-0.5SH, 36 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 38 37 Connector_FFC-FPC Hirose_FH12-40S-0.5SH_1x40-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-40S-0.5SH, 40 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 42 41 Connector_FFC-FPC Hirose_FH12-45S-0.5SH_1x45-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-45S-0.5SH, 45 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 47 46 Connector_FFC-FPC Hirose_FH12-50S-0.5SH_1x50-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-50S-0.5SH, 50 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 52 51 Connector_FFC-FPC Hirose_FH12-53S-0.5SH_1x53-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-53S-0.5SH, 53 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 55 54 Connector_FFC-FPC JAE_FF0825SA1_2Rows-25Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0825SA1, 25 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 25 25 Connector_FFC-FPC JAE_FF0829SA1_2Rows-29Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0829SA1, 29 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 29 29 Connector_FFC-FPC JAE_FF0841SA1_2Rows-41Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0841SA1, 41 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 41 41 Connector_FFC-FPC JAE_FF0851SA1_2Rows-51Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0851SA1, 51 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 51 51 Connector_FFC-FPC JAE_FF0871SA1_2Rows-71Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0871SA1, 71 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 71 71 Connector_FFC-FPC JAE_FF0881SA1_2Rows-81Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0881SA1, 81 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 81 81 Connector_FFC-FPC Molex_54132-5033_1x50-1MP_P0.5mm_Horizontal Molex FFC/FPC connector, 50 bottom-side contacts, 0.5mm pitch, 2.0mm height, https://www.molex.com/pdm_docs/sd/541325033_sd.pdf FFC FPC 0 54 51 Connector_FFC-FPC Molex_200528-0040_1x04-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0040, 4 Circuits (https://www.molex.com/pdm_docs/sd/2005280040_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 6 5 Connector_FFC-FPC Molex_200528-0050_1x05-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0050, 5 Circuits (https://www.molex.com/pdm_docs/sd/2005280050_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 7 6 Connector_FFC-FPC Molex_200528-0060_1x06-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0060, 6 Circuits (https://www.molex.com/pdm_docs/sd/2005280060_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 8 7 Connector_FFC-FPC Molex_200528-0070_1x07-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0070, 7 Circuits (https://www.molex.com/pdm_docs/sd/2005280070_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 9 8 Connector_FFC-FPC Molex_200528-0080_1x08-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0080, 8 Circuits (https://www.molex.com/pdm_docs/sd/2005280080_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 10 9 Connector_FFC-FPC Molex_200528-0090_1x09-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0090, 9 Circuits (https://www.molex.com/pdm_docs/sd/2005280090_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 11 10 Connector_FFC-FPC Molex_200528-0100_1x10-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0100, 10 Circuits (https://www.molex.com/pdm_docs/sd/2005280100_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 12 11 Connector_FFC-FPC Molex_200528-0110_1x11-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0110, 11 Circuits (https://www.molex.com/pdm_docs/sd/2005280110_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 13 12 Connector_FFC-FPC Molex_200528-0120_1x12-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0120, 12 Circuits (https://www.molex.com/pdm_docs/sd/2005280120_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 14 13 Connector_FFC-FPC Molex_200528-0130_1x13-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0130, 13 Circuits (https://www.molex.com/pdm_docs/sd/2005280130_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 15 14 Connector_FFC-FPC Molex_200528-0140_1x14-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0140, 14 Circuits (https://www.molex.com/pdm_docs/sd/2005280140_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 16 15 Connector_FFC-FPC Molex_200528-0150_1x15-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0150, 15 Circuits (https://www.molex.com/pdm_docs/sd/2005280150_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 17 16 Connector_FFC-FPC Molex_200528-0160_1x16-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0160, 16 Circuits (https://www.molex.com/pdm_docs/sd/2005280160_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 18 17 Connector_FFC-FPC Molex_200528-0170_1x17-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0170, 17 Circuits (https://www.molex.com/pdm_docs/sd/2005280170_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 19 18 Connector_FFC-FPC Molex_200528-0180_1x18-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0180, 18 Circuits (https://www.molex.com/pdm_docs/sd/2005280180_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 20 19 Connector_FFC-FPC Molex_200528-0190_1x19-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0190, 19 Circuits (https://www.molex.com/pdm_docs/sd/2005280190_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 21 20 Connector_FFC-FPC Molex_200528-0200_1x20-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0200, 20 Circuits (https://www.molex.com/pdm_docs/sd/2005280200_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 22 21 Connector_FFC-FPC Molex_200528-0210_1x21-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0210, 21 Circuits (https://www.molex.com/pdm_docs/sd/2005280210_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 23 22 Connector_FFC-FPC Molex_200528-0220_1x22-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0220, 22 Circuits (https://www.molex.com/pdm_docs/sd/2005280220_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 24 23 Connector_FFC-FPC Molex_200528-0230_1x23-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0230, 23 Circuits (https://www.molex.com/pdm_docs/sd/2005280230_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 25 24 Connector_FFC-FPC Molex_200528-0240_1x24-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0240, 24 Circuits (https://www.molex.com/pdm_docs/sd/2005280240_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 26 25 Connector_FFC-FPC Molex_200528-0250_1x25-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0250, 25 Circuits (https://www.molex.com/pdm_docs/sd/2005280250_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 27 26 Connector_FFC-FPC Molex_200528-0260_1x26-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0260, 26 Circuits (https://www.molex.com/pdm_docs/sd/2005280260_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 28 27 Connector_FFC-FPC Molex_200528-0270_1x27-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0270, 27 Circuits (https://www.molex.com/pdm_docs/sd/2005280270_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 29 28 Connector_FFC-FPC Molex_200528-0280_1x28-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0280, 28 Circuits (https://www.molex.com/pdm_docs/sd/2005280280_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 30 29 Connector_FFC-FPC Molex_200528-0290_1x29-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0290, 29 Circuits (https://www.molex.com/pdm_docs/sd/2005280290_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 31 30 Connector_FFC-FPC Molex_200528-0300_1x30-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0300, 30 Circuits (https://www.molex.com/pdm_docs/sd/2005280300_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 32 31 Connector_FFC-FPC Molex_502231-1500_1x15-1SH_P0.5mm_Vertical Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 15 Circuits (https://www.molex.com/pdm_docs/sd/5022311500_sd.pdf) molex FFC/FPC connector Pitch 0.5mm vertical 0 17 16 Connector_FFC-FPC Molex_502231-2400_1x24-1SH_P0.5mm_Vertical Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 24 Circuits (https://www.molex.com/pdm_docs/sd/5022312400_sd.pdf) molex FFC/FPC connector Pitch 0.5mm vertical 0 26 25 Connector_FFC-FPC Molex_502231-3300_1x33-1SH_P0.5mm_Vertical Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 33 Circuits (https://www.molex.com/pdm_docs/sd/5022313300_sd.pdf) molex FFC/FPC connector Pitch 0.5mm vertical 0 36 34 Connector_FFC-FPC Molex_502244-1530_1x15-1MP_P0.5mm_Horizontal Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 15 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) molex FFC/FPC connector Pitch 0.5mm right angle 0 19 16 Connector_FFC-FPC Molex_502244-2430_1x24-1MP_P0.5mm_Horizontal Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 24 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) molex FFC/FPC connector Pitch 0.5mm right angle 0 28 25 Connector_FFC-FPC Molex_502244-3330_1x33-1MP_P0.5mm_Horizontal Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) molex FFC/FPC connector Pitch 0.5mm right angle 0 39 34 Connector_FFC-FPC Molex_502250-1791_2Rows-17Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-1791, 17 Circuits (http://www.molex.com/pdm_docs/sd/5022501791_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 19 18 Connector_FFC-FPC Molex_502250-2191_2Rows-21Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2191, 21 Circuits (http://www.molex.com/pdm_docs/sd/5022502191_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 23 22 Connector_FFC-FPC Molex_502250-2391_2Rows-23Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2391, 23 Circuits (http://www.molex.com/pdm_docs/sd/5022502391_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 25 24 Connector_FFC-FPC Molex_502250-2791_2Rows-27Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2791, 27 Circuits (http://www.molex.com/pdm_docs/sd/5022502791_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 29 28 Connector_FFC-FPC Molex_502250-3391_2Rows-33Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3391, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022503391_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 35 34 Connector_FFC-FPC Molex_502250-3591_2Rows-35Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3591, 35 Circuits (http://www.molex.com/pdm_docs/sd/5022503591_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 37 36 Connector_FFC-FPC Molex_502250-3991_2Rows-39Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3991, 39 Circuits (http://www.molex.com/pdm_docs/sd/5022503991_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 41 40 Connector_FFC-FPC Molex_502250-4191_2Rows-41Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-4191, 41 Circuits (http://www.molex.com/pdm_docs/sd/5022504191_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 43 42 Connector_FFC-FPC Molex_502250-5191_2Rows-51Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-5191, 51 Circuits (http://www.molex.com/pdm_docs/sd/5022505191_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 53 52 Connector_FFC-FPC TE_0-1734839-5_1x05-1MP_P0.5mm_Horizontal TE FPC connector, 05 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 7 6 Connector_FFC-FPC TE_0-1734839-6_1x06-1MP_P0.5mm_Horizontal TE FPC connector, 06 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 8 7 Connector_FFC-FPC TE_0-1734839-7_1x07-1MP_P0.5mm_Horizontal TE FPC connector, 07 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 9 8 Connector_FFC-FPC TE_0-1734839-8_1x08-1MP_P0.5mm_Horizontal TE FPC connector, 08 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 10 9 Connector_FFC-FPC TE_0-1734839-9_1x09-1MP_P0.5mm_Horizontal TE FPC connector, 09 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 11 10 Connector_FFC-FPC TE_1-84952-0_1x10-1MP_P1.0mm_Horizontal TE FPC connector, 10 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 12 11 Connector_FFC-FPC TE_1-84952-1_1x11-1MP_P1.0mm_Horizontal TE FPC connector, 11 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 13 12 Connector_FFC-FPC TE_1-84952-2_1x12-1MP_P1.0mm_Horizontal TE FPC connector, 12 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 14 13 Connector_FFC-FPC TE_1-84952-3_1x13-1MP_P1.0mm_Horizontal TE FPC connector, 13 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 15 14 Connector_FFC-FPC TE_1-84952-4_1x14-1MP_P1.0mm_Horizontal TE FPC connector, 14 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 16 15 Connector_FFC-FPC TE_1-84952-5_1x15-1MP_P1.0mm_Horizontal TE FPC connector, 15 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 17 16 Connector_FFC-FPC TE_1-84952-6_1x16-1MP_P1.0mm_Horizontal TE FPC connector, 16 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 18 17 Connector_FFC-FPC TE_1-84952-7_1x17-1MP_P1.0mm_Horizontal TE FPC connector, 17 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 19 18 Connector_FFC-FPC TE_1-84952-8_1x18-1MP_P1.0mm_Horizontal TE FPC connector, 18 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 20 19 Connector_FFC-FPC TE_1-84952-9_1x19-1MP_P1.0mm_Horizontal TE FPC connector, 19 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 21 20 Connector_FFC-FPC TE_1-84953-0_1x10-1MP_P1.0mm_Horizontal TE FPC connector, 10 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 12 11 Connector_FFC-FPC TE_1-84953-1_1x11-1MP_P1.0mm_Horizontal TE FPC connector, 11 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 13 12 Connector_FFC-FPC TE_1-84953-2_1x12-1MP_P1.0mm_Horizontal TE FPC connector, 12 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 14 13 Connector_FFC-FPC TE_1-84953-3_1x13-1MP_P1.0mm_Horizontal TE FPC connector, 13 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 15 14 Connector_FFC-FPC TE_1-84953-4_1x14-1MP_P1.0mm_Horizontal TE FPC connector, 14 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 16 15 Connector_FFC-FPC TE_1-84953-5_1x15-1MP_P1.0mm_Horizontal TE FPC connector, 15 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 17 16 Connector_FFC-FPC TE_1-84953-6_1x16-1MP_P1.0mm_Horizontal TE FPC connector, 16 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 18 17 Connector_FFC-FPC TE_1-84953-7_1x17-1MP_P1.0mm_Horizontal TE FPC connector, 17 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 19 18 Connector_FFC-FPC TE_1-84953-8_1x18-1MP_P1.0mm_Horizontal TE FPC connector, 18 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 20 19 Connector_FFC-FPC TE_1-84953-9_1x19-1MP_P1.0mm_Horizontal TE FPC connector, 19 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 21 20 Connector_FFC-FPC TE_1-1734839-0_1x10-1MP_P0.5mm_Horizontal TE FPC connector, 10 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 12 11 Connector_FFC-FPC TE_1-1734839-1_1x11-1MP_P0.5mm_Horizontal TE FPC connector, 11 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 13 12 Connector_FFC-FPC TE_1-1734839-2_1x12-1MP_P0.5mm_Horizontal TE FPC connector, 12 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 14 13 Connector_FFC-FPC TE_1-1734839-3_1x13-1MP_P0.5mm_Horizontal TE FPC connector, 13 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 15 14 Connector_FFC-FPC TE_1-1734839-4_1x14-1MP_P0.5mm_Horizontal TE FPC connector, 14 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 16 15 Connector_FFC-FPC TE_1-1734839-5_1x15-1MP_P0.5mm_Horizontal TE FPC connector, 15 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 17 16 Connector_FFC-FPC TE_1-1734839-6_1x16-1MP_P0.5mm_Horizontal TE FPC connector, 16 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 18 17 Connector_FFC-FPC TE_1-1734839-7_1x17-1MP_P0.5mm_Horizontal TE FPC connector, 17 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 19 18 Connector_FFC-FPC TE_1-1734839-8_1x18-1MP_P0.5mm_Horizontal TE FPC connector, 18 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 20 19 Connector_FFC-FPC TE_1-1734839-9_1x19-1MP_P0.5mm_Horizontal TE FPC connector, 19 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 21 20 Connector_FFC-FPC TE_2-84952-0_1x20-1MP_P1.0mm_Horizontal TE FPC connector, 20 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 22 21 Connector_FFC-FPC TE_2-84952-1_1x21-1MP_P1.0mm_Horizontal TE FPC connector, 21 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 23 22 Connector_FFC-FPC TE_2-84952-2_1x22-1MP_P1.0mm_Horizontal TE FPC connector, 22 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 24 23 Connector_FFC-FPC TE_2-84952-3_1x23-1MP_P1.0mm_Horizontal TE FPC connector, 23 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 25 24 Connector_FFC-FPC TE_2-84952-4_1x24-1MP_P1.0mm_Horizontal TE FPC connector, 24 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 26 25 Connector_FFC-FPC TE_2-84952-5_1x25-1MP_P1.0mm_Horizontal TE FPC connector, 25 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 27 26 Connector_FFC-FPC TE_2-84952-6_1x26-1MP_P1.0mm_Horizontal TE FPC connector, 26 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 28 27 Connector_FFC-FPC TE_2-84952-7_1x27-1MP_P1.0mm_Horizontal TE FPC connector, 27 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 29 28 Connector_FFC-FPC TE_2-84952-8_1x28-1MP_P1.0mm_Horizontal TE FPC connector, 28 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 30 29 Connector_FFC-FPC TE_2-84952-9_1x29-1MP_P1.0mm_Horizontal TE FPC connector, 29 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 31 30 Connector_FFC-FPC TE_2-84953-0_1x20-1MP_P1.0mm_Horizontal TE FPC connector, 20 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 22 21 Connector_FFC-FPC TE_2-84953-1_1x21-1MP_P1.0mm_Horizontal TE FPC connector, 21 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 23 22 Connector_FFC-FPC TE_2-84953-2_1x22-1MP_P1.0mm_Horizontal TE FPC connector, 22 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 24 23 Connector_FFC-FPC TE_2-84953-3_1x23-1MP_P1.0mm_Horizontal TE FPC connector, 23 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 25 24 Connector_FFC-FPC TE_2-84953-4_1x24-1MP_P1.0mm_Horizontal TE FPC connector, 24 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 26 25 Connector_FFC-FPC TE_2-84953-5_1x25-1MP_P1.0mm_Horizontal TE FPC connector, 25 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 27 26 Connector_FFC-FPC TE_2-84953-6_1x26-1MP_P1.0mm_Horizontal TE FPC connector, 26 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 28 27 Connector_FFC-FPC TE_2-84953-7_1x27-1MP_P1.0mm_Horizontal TE FPC connector, 27 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 29 28 Connector_FFC-FPC TE_2-84953-8_1x28-1MP_P1.0mm_Horizontal TE FPC connector, 28 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 30 29 Connector_FFC-FPC TE_2-84953-9_1x29-1MP_P1.0mm_Horizontal TE FPC connector, 29 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 31 30 Connector_FFC-FPC TE_2-1734839-0_1x20-1MP_P0.5mm_Horizontal TE FPC connector, 20 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 22 21 Connector_FFC-FPC TE_2-1734839-1_1x21-1MP_P0.5mm_Horizontal TE FPC connector, 21 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 23 22 Connector_FFC-FPC TE_2-1734839-2_1x22-1MP_P0.5mm_Horizontal TE FPC connector, 22 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 24 23 Connector_FFC-FPC TE_2-1734839-3_1x23-1MP_P0.5mm_Horizontal TE FPC connector, 23 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 25 24 Connector_FFC-FPC TE_2-1734839-4_1x24-1MP_P0.5mm_Horizontal TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 26 25 Connector_FFC-FPC TE_2-1734839-5_1x25-1MP_P0.5mm_Horizontal TE FPC connector, 25 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 27 26 Connector_FFC-FPC TE_2-1734839-6_1x26-1MP_P0.5mm_Horizontal TE FPC connector, 26 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 28 27 Connector_FFC-FPC TE_2-1734839-7_1x27-1MP_P0.5mm_Horizontal TE FPC connector, 27 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 29 28 Connector_FFC-FPC TE_2-1734839-8_1x28-1MP_P0.5mm_Horizontal TE FPC connector, 28 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 30 29 Connector_FFC-FPC TE_2-1734839-9_1x29-1MP_P0.5mm_Horizontal TE FPC connector, 29 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 31 30 Connector_FFC-FPC TE_3-84952-0_1x30-1MP_P1.0mm_Horizontal TE FPC connector, 30 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 32 31 Connector_FFC-FPC TE_3-84953-0_1x30-1MP_P1.0mm_Horizontal TE FPC connector, 30 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 32 31 Connector_FFC-FPC TE_3-1734839-0_1x30-1MP_P0.5mm_Horizontal TE FPC connector, 30 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 32 31 Connector_FFC-FPC TE_3-1734839-1_1x31-1MP_P0.5mm_Horizontal TE FPC connector, 31 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 33 32 Connector_FFC-FPC TE_3-1734839-2_1x32-1MP_P0.5mm_Horizontal TE FPC connector, 32 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 34 33 Connector_FFC-FPC TE_3-1734839-3_1x33-1MP_P0.5mm_Horizontal TE FPC connector, 33 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 35 34 Connector_FFC-FPC TE_3-1734839-4_1x34-1MP_P0.5mm_Horizontal TE FPC connector, 34 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 36 35 Connector_FFC-FPC TE_3-1734839-5_1x35-1MP_P0.5mm_Horizontal TE FPC connector, 35 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 37 36 Connector_FFC-FPC TE_3-1734839-6_1x36-1MP_P0.5mm_Horizontal TE FPC connector, 36 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 38 37 Connector_FFC-FPC TE_3-1734839-7_1x37-1MP_P0.5mm_Horizontal TE FPC connector, 37 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 39 38 Connector_FFC-FPC TE_3-1734839-8_1x38-1MP_P0.5mm_Horizontal TE FPC connector, 38 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 40 39 Connector_FFC-FPC TE_3-1734839-9_1x39-1MP_P0.5mm_Horizontal TE FPC connector, 39 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 41 40 Connector_FFC-FPC TE_4-1734839-0_1x40-1MP_P0.5mm_Horizontal TE FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 42 41 Connector_FFC-FPC TE_4-1734839-1_1x41-1MP_P0.5mm_Horizontal TE FPC connector, 41 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 43 42 Connector_FFC-FPC TE_4-1734839-2_1x42-1MP_P0.5mm_Horizontal TE FPC connector, 42 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 44 43 Connector_FFC-FPC TE_4-1734839-3_1x43-1MP_P0.5mm_Horizontal TE FPC connector, 43 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 45 44 Connector_FFC-FPC TE_4-1734839-4_1x44-1MP_P0.5mm_Horizontal TE FPC connector, 44 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 46 45 Connector_FFC-FPC TE_4-1734839-5_1x45-1MP_P0.5mm_Horizontal TE FPC connector, 45 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 47 46 Connector_FFC-FPC TE_4-1734839-6_1x46-1MP_P0.5mm_Horizontal TE FPC connector, 46 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 48 47 Connector_FFC-FPC TE_4-1734839-7_1x47-1MP_P0.5mm_Horizontal TE FPC connector, 47 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 49 48 Connector_FFC-FPC TE_4-1734839-8_1x48-1MP_P0.5mm_Horizontal TE FPC connector, 48 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 50 49 Connector_FFC-FPC TE_4-1734839-9_1x49-1MP_P0.5mm_Horizontal TE FPC connector, 49 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 51 50 Connector_FFC-FPC TE_5-1734839-0_1x50-1MP_P0.5mm_Horizontal TE FPC connector, 50 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 52 51 Connector_FFC-FPC TE_84952-4_1x04-1MP_P1.0mm_Horizontal TE FPC connector, 04 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 6 5 Connector_FFC-FPC TE_84952-5_1x05-1MP_P1.0mm_Horizontal TE FPC connector, 05 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 7 6 Connector_FFC-FPC TE_84952-6_1x06-1MP_P1.0mm_Horizontal TE FPC connector, 06 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 8 7 Connector_FFC-FPC TE_84952-7_1x07-1MP_P1.0mm_Horizontal TE FPC connector, 07 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 9 8 Connector_FFC-FPC TE_84952-8_1x08-1MP_P1.0mm_Horizontal TE FPC connector, 08 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 10 9 Connector_FFC-FPC TE_84952-9_1x09-1MP_P1.0mm_Horizontal TE FPC connector, 09 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 11 10 Connector_FFC-FPC TE_84953-4_1x04-1MP_P1.0mm_Horizontal TE FPC connector, 04 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 6 5 Connector_FFC-FPC TE_84953-5_1x05-1MP_P1.0mm_Horizontal TE FPC connector, 05 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 7 6 Connector_FFC-FPC TE_84953-6_1x06-1MP_P1.0mm_Horizontal TE FPC connector, 06 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 8 7 Connector_FFC-FPC TE_84953-7_1x07-1MP_P1.0mm_Horizontal TE FPC connector, 07 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 9 8 Connector_FFC-FPC TE_84953-8_1x08-1MP_P1.0mm_Horizontal TE FPC connector, 08 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 10 9 Connector_FFC-FPC TE_84953-9_1x09-1MP_P1.0mm_Horizontal TE FPC connector, 09 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 11 10 Connector_FFC-FPC Wuerth_68611214422_1x12-1MP_P1.0mm_Horizontal http://katalog.we-online.de/em/datasheet/68611214422.pdf Wuerth FPC 68611214422 connector 12 bottom-side contacts 1.0mm pitch 1.0mm height SMT 0 14 13 Connector_HDMI HDMI_A_Contact_Technology_HDMI-19APL2_Horizontal HDMI Contact Technology Type A http://www.contactswitch.com/en/download.aspx?id=1449 HDMI Contact Technology Type A 0 23 20 Connector_HDMI HDMI_A_Kycon_KDMIX-SL1-NS-WS-B15_VerticalRightAngle HDMI, Type A, Kycon KDMIX-SL1-NS-WS-B15, Vertical Right Angle, http://www.kycon.com/Pub_Eng_Draw/KDMIX-SL1-NS-WS-B15.pdf hdmi type a 0 23 20 Connector_HDMI HDMI_Micro-D_Molex_46765-0x01 HDMI, Micro, Type D, SMD, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) hdmi micro type d right angle smd 0 23 20 Connector_HDMI HDMI_Micro-D_Molex_46765-1x01 HDMI, Micro, Type D, THT, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) hdmi micro type d right angle tht 0 23 20 Connector_HDMI HDMI_Micro-D_Molex_46765-2x0x HDMI, Micro, Type D, THT/SMD hybrid, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) hdmi micro type d right angle tht smd hybrid 0 23 20 Connector_Harwin Harwin_Gecko-G125-FVX0605L0X_2x03_P1.25mm_Vertical Harwin Gecko Connector, 6 pins, dual row female, vertical entry, PN:G125-FVX0605L0X connector harwin gecko 0 6 6 Connector_Harwin Harwin_Gecko-G125-FVX1005L0X_2x05_P1.25mm_Vertical Harwin Gecko Connector, 10 pins, dual row female, vertical entry, PN:G125-FVX1005L0X connector harwin gecko 0 10 10 Connector_Harwin Harwin_Gecko-G125-FVX1205L0X_2x06_P1.25mm_Vertical Harwin Gecko Connector, 12 pins, dual row female, vertical entry, PN:G125-FVX1205L0X connector harwin gecko 0 12 12 Connector_Harwin Harwin_Gecko-G125-FVX1605L0X_2x08_P1.25mm_Vertical Harwin Gecko Connector, 16 pins, dual row female, vertical entry, PN:G125-FVX1605L0X connector harwin gecko 0 16 16 Connector_Harwin Harwin_Gecko-G125-FVX2005L0X_2x10_P1.25mm_Vertical Harwin Gecko Connector, 20 pins, dual row female, vertical entry, PN:G125-FVX2005L0X connector harwin gecko 0 20 20 Connector_Harwin Harwin_Gecko-G125-FVX2605L0X_2x13_P1.25mm_Vertical Harwin Gecko Connector, 26 pins, dual row female, vertical entry, PN:G125-FVX2605L0X connector harwin gecko 0 26 26 Connector_Harwin Harwin_Gecko-G125-FVX3405L0X_2x17_P1.25mm_Vertical Harwin Gecko Connector, 34 pins, dual row female, vertical entry, PN:G125-FVX3405L0X connector harwin gecko 0 34 34 Connector_Harwin Harwin_Gecko-G125-FVX5005L0X_2x25_P1.25mm_Vertical Harwin Gecko Connector, 50 pins, dual row female, vertical entry, PN:G125-FVX5005L0X connector harwin gecko 0 50 50 Connector_Harwin Harwin_Gecko-G125-MVX0605L0X_2x03_P1.25mm_Vertical Harwin Gecko Connector, 6 pins, dual row male, vertical entry, no latches, PN:G125-MVX0605L0X connector harwin gecko 0 6 6 Connector_Harwin Harwin_Gecko-G125-MVX0605L1X_2x03_P1.25mm_Vertical Harwin Gecko Connector, 6 pins, dual row male, vertical entry, with latches, PN:G125-MVX0605L1X connector harwin gecko 0 6 6 Connector_Harwin Harwin_Gecko-G125-MVX1005L0X_2x05_P1.25mm_Vertical Harwin Gecko Connector, 10 pins, dual row male, vertical entry, no latches, PN:G125-MVX1005L0X connector harwin gecko 0 10 10 Connector_Harwin Harwin_Gecko-G125-MVX1005L1X_2x05_P1.25mm_Vertical Harwin Gecko Connector, 10 pins, dual row male, vertical entry, with latches, PN:G125-MVX1005L1X connector harwin gecko 0 10 10 Connector_Harwin Harwin_Gecko-G125-MVX1205L0X_2x06_P1.25mm_Vertical Harwin Gecko Connector, 12 pins, dual row male, vertical entry, no latches, PN:G125-MVX1205L0X connector harwin gecko 0 12 12 Connector_Harwin Harwin_Gecko-G125-MVX1205L1X_2x06_P1.25mm_Vertical Harwin Gecko Connector, 12 pins, dual row male, vertical entry, with latches, PN:G125-MVX1205L1X connector harwin gecko 0 12 12 Connector_Harwin Harwin_Gecko-G125-MVX1605L0X_2x08_P1.25mm_Vertical Harwin Gecko Connector, 16 pins, dual row male, vertical entry, no latches, PN:G125-MVX1605L0X connector harwin gecko 0 16 16 Connector_Harwin Harwin_Gecko-G125-MVX1605L1X_2x08_P1.25mm_Vertical Harwin Gecko Connector, 16 pins, dual row male, vertical entry, with latches, PN:G125-MVX1605L1X connector harwin gecko 0 16 16 Connector_Harwin Harwin_Gecko-G125-MVX2005L0X_2x10_P1.25mm_Vertical Harwin Gecko Connector, 20 pins, dual row male, vertical entry, no latches, PN:G125-MVX2005L0X connector harwin gecko 0 20 20 Connector_Harwin Harwin_Gecko-G125-MVX2005L1X_2x10_P1.25mm_Vertical Harwin Gecko Connector, 20 pins, dual row male, vertical entry, with latches, PN:G125-MVX2005L1X connector harwin gecko 0 20 20 Connector_Harwin Harwin_Gecko-G125-MVX2605L0X_2x13_P1.25mm_Vertical Harwin Gecko Connector, 26 pins, dual row male, vertical entry, no latches, PN:G125-MVX2605L0X connector harwin gecko 0 26 26 Connector_Harwin Harwin_Gecko-G125-MVX2605L1X_2x13_P1.25mm_Vertical Harwin Gecko Connector, 26 pins, dual row male, vertical entry, with latches, PN:G125-MVX2605L1X connector harwin gecko 0 26 26 Connector_Harwin Harwin_Gecko-G125-MVX3405L0X_2x17_P1.25mm_Vertical Harwin Gecko Connector, 34 pins, dual row male, vertical entry, no latches, PN:G125-MVX3405L0X connector harwin gecko 0 34 34 Connector_Harwin Harwin_Gecko-G125-MVX3405L1X_2x17_P1.25mm_Vertical Harwin Gecko Connector, 34 pins, dual row male, vertical entry, with latches, PN:G125-MVX3405L1X connector harwin gecko 0 34 34 Connector_Harwin Harwin_Gecko-G125-MVX5005L0X_2x25_P1.25mm_Vertical Harwin Gecko Connector, 50 pins, dual row male, vertical entry, no latches, PN:G125-MVX5005L0X connector harwin gecko 0 50 50 Connector_Harwin Harwin_Gecko-G125-MVX5005L1X_2x25_P1.25mm_Vertical Harwin Gecko Connector, 50 pins, dual row male, vertical entry, with latches, PN:G125-MVX5005L1X connector harwin gecko 0 50 50 Connector_Harwin Harwin_LTek-Male_02_P2.00mm_Vertical Harwin LTek Connector, 2 pins, single row male, vertical entry connector harwin ltek M80 0 2 2 Connector_Harwin Harwin_LTek-Male_02_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 2 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 6 2 Connector_Harwin Harwin_LTek-Male_2x02_P2.00mm_Vertical Harwin LTek Connector, 4 pins, single row male, vertical entry connector harwin ltek M80 0 4 4 Connector_Harwin Harwin_LTek-Male_2x02_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 8 4 Connector_Harwin Harwin_LTek-Male_2x03_P2.00mm_Vertical Harwin LTek Connector, 6 pins, single row male, vertical entry connector harwin ltek M80 0 6 6 Connector_Harwin Harwin_LTek-Male_2x03_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 10 6 Connector_Harwin Harwin_LTek-Male_2x04_P2.00mm_Vertical Harwin LTek Connector, 8 pins, single row male, vertical entry connector harwin ltek M80 0 8 8 Connector_Harwin Harwin_LTek-Male_2x04_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 8 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 12 8 Connector_Harwin Harwin_LTek-Male_2x05_P2.00mm_Vertical Harwin LTek Connector, 10 pins, single row male, vertical entry connector harwin ltek M80 0 10 10 Connector_Harwin Harwin_LTek-Male_2x05_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 10 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 14 10 Connector_Harwin Harwin_LTek-Male_2x06_P2.00mm_Vertical Harwin LTek Connector, 12 pins, single row male, vertical entry connector harwin ltek M80 0 12 12 Connector_Harwin Harwin_LTek-Male_2x06_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 12 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 16 12 Connector_Harwin Harwin_LTek-Male_2x07_P2.00mm_Vertical Harwin LTek Connector, 14 pins, single row male, vertical entry connector harwin ltek M80 0 14 14 Connector_Harwin Harwin_LTek-Male_2x07_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 14 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 18 14 Connector_Harwin Harwin_LTek-Male_2x08_P2.00mm_Vertical Harwin LTek Connector, 16 pins, single row male, vertical entry connector harwin ltek M80 0 16 16 Connector_Harwin Harwin_LTek-Male_2x08_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 16 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 20 16 Connector_Harwin Harwin_LTek-Male_2x09_P2.00mm_Vertical Harwin LTek Connector, 18 pins, single row male, vertical entry connector harwin ltek M80 0 18 18 Connector_Harwin Harwin_LTek-Male_2x09_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 18 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 22 18 Connector_Harwin Harwin_LTek-Male_2x10_P2.00mm_Vertical Harwin LTek Connector, 20 pins, single row male, vertical entry connector harwin ltek M80 0 20 20 Connector_Harwin Harwin_LTek-Male_2x10_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 20 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 24 20 Connector_Harwin Harwin_LTek-Male_2x13_P2.00mm_Vertical Harwin LTek Connector, 26 pins, single row male, vertical entry connector harwin ltek M80 0 26 26 Connector_Harwin Harwin_LTek-Male_2x13_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 26 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 30 26 Connector_Harwin Harwin_LTek-Male_2x17_P2.00mm_Vertical Harwin LTek Connector, 34 pins, single row male, vertical entry connector harwin ltek M80 0 34 34 Connector_Harwin Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 34 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 38 34 Connector_Harwin Harwin_LTek-Male_2x22_P2.00mm_Vertical Harwin LTek Connector, 44 pins, single row male, vertical entry connector harwin ltek M80 0 44 44 Connector_Harwin Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 44 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 48 44 Connector_Harwin Harwin_LTek-Male_03_P2.00mm_Vertical Harwin LTek Connector, 3 pins, single row male, vertical entry connector harwin ltek M80 0 3 3 Connector_Harwin Harwin_LTek-Male_03_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 3 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 7 3 Connector_Harwin Harwin_LTek-Male_04_P2.00mm_Vertical Harwin LTek Connector, 4 pins, single row male, vertical entry connector harwin ltek M80 0 4 4 Connector_Harwin Harwin_LTek-Male_04_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 8 4 Connector_Harwin Harwin_LTek-Male_05_P2.00mm_Vertical Harwin LTek Connector, 5 pins, single row male, vertical entry connector harwin ltek M80 0 5 5 Connector_Harwin Harwin_LTek-Male_05_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 5 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 9 5 Connector_Harwin Harwin_LTek-Male_06_P2.00mm_Vertical Harwin LTek Connector, 6 pins, single row male, vertical entry connector harwin ltek M80 0 6 6 Connector_Harwin Harwin_LTek-Male_06_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 10 6 Connector_Harwin Harwin_LTek-Male_07_P2.00mm_Vertical Harwin LTek Connector, 7 pins, single row male, vertical entry connector harwin ltek M80 0 7 7 Connector_Harwin Harwin_LTek-Male_07_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 7 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 11 7 Connector_Harwin Harwin_LTek-Male_17_P2.00mm_Vertical Harwin LTek Connector, 17 pins, single row male, vertical entry connector harwin ltek M80 0 17 17 Connector_Harwin Harwin_LTek-Male_17_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 17 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 21 17 Connector_Harwin Harwin_LTek-Male_22_P2.00mm_Vertical Harwin LTek Connector, 22 pins, single row male, vertical entry connector harwin ltek M80 0 22 22 Connector_Harwin Harwin_LTek-Male_22_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 22 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 26 22 Connector_Harwin Harwin_M20-89003xx_1x03_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89003xx, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 4 3 Connector_Harwin Harwin_M20-89004xx_1x04_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89004xx, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 5 4 Connector_Harwin Harwin_M20-89005xx_1x05_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89005xx, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 6 5 Connector_Harwin Harwin_M20-89006xx_1x06_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89006xx, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 7 6 Connector_Harwin Harwin_M20-89007xx_1x07_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89007xx, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 8 7 Connector_Harwin Harwin_M20-89008xx_1x08_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89008xx, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 9 8 Connector_Harwin Harwin_M20-89009xx_1x09_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89009xx, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 10 9 Connector_Harwin Harwin_M20-89010xx_1x10_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89010xx, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 11 10 Connector_Harwin Harwin_M20-89011xx_1x11_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89011xx, 11 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 12 11 Connector_Harwin Harwin_M20-89012xx_1x12_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89012xx, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 13 12 Connector_Harwin Harwin_M20-89013xx_1x13_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89013xx, 13 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 14 13 Connector_Harwin Harwin_M20-89014xx_1x14_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89014xx, 14 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 15 14 Connector_Harwin Harwin_M20-89015xx_1x15_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89015xx, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 16 15 Connector_Harwin Harwin_M20-89016xx_1x16_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89016xx, 16 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 17 16 Connector_Harwin Harwin_M20-89017xx_1x17_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89017xx, 17 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 18 17 Connector_Harwin Harwin_M20-89018xx_1x18_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89018xx, 18 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 19 18 Connector_Harwin Harwin_M20-89019xx_1x19_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89019xx, 19 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 20 19 Connector_Harwin Harwin_M20-89020xx_1x20_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89020xx, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 21 20 Connector_Harwin Harwin_M20-7810245_2x02_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810245, 2 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 4 4 Connector_Harwin Harwin_M20-7810345_2x03_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810345, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 6 6 Connector_Harwin Harwin_M20-7810445_2x04_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810445, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 8 8 Connector_Harwin Harwin_M20-7810545_2x05_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810545, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 10 10 Connector_Harwin Harwin_M20-7810645_2x06_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810645, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 12 12 Connector_Harwin Harwin_M20-7810745_2x07_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810745, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 14 14 Connector_Harwin Harwin_M20-7810845_2x08_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810845, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 16 16 Connector_Harwin Harwin_M20-7810945_2x09_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810945, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 18 18 Connector_Harwin Harwin_M20-7811045_2x10_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811045, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 20 20 Connector_Harwin Harwin_M20-7811245_2x12_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811245, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 24 24 Connector_Harwin Harwin_M20-7811545_2x15_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811545, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 30 30 Connector_Harwin Harwin_M20-7812045_2x20_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7812045, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 40 40 Connector_Hirose Hirose_BM24_BM24-40DP-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical Hirose BM24 series connector, BM24-40DP/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) connector Hirose BM24 40pin header 0 44 42 Connector_Hirose Hirose_BM24_BM24-40DS-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical Hirose BM24 series connector, BM24-40DS/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) connector Hirose 40pin receptacle vertical 0 42 42 Connector_Hirose Hirose_DF3EA-02P-2H_1x02-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-02P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 4 3 Connector_Hirose Hirose_DF3EA-03P-2H_1x03-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-03P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 5 4 Connector_Hirose Hirose_DF3EA-04P-2H_1x04-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-04P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 6 5 Connector_Hirose Hirose_DF3EA-05P-2H_1x05-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-05P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 7 6 Connector_Hirose Hirose_DF3EA-06P-2H_1x06-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-06P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 8 7 Connector_Hirose Hirose_DF3EA-07P-2H_1x07-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-07P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 9 8 Connector_Hirose Hirose_DF3EA-08P-2H_1x08-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-08P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 10 9 Connector_Hirose Hirose_DF3EA-09P-2H_1x09-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-09P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 11 10 Connector_Hirose Hirose_DF3EA-10P-2H_1x10-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-10P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 12 11 Connector_Hirose Hirose_DF3EA-11P-2H_1x11-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-11P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 13 12 Connector_Hirose Hirose_DF3EA-12P-2H_1x12-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-12P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 14 13 Connector_Hirose Hirose_DF3EA-13P-2H_1x13-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-13P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 15 14 Connector_Hirose Hirose_DF3EA-14P-2H_1x14-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-14P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 16 15 Connector_Hirose Hirose_DF3EA-15P-2H_1x15-1MP_P2.00mm_Horizontal Hirose series connector, DF3EA-15P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator connector Hirose top entry 0 17 16 Connector_Hirose Hirose_DF11-4DP-2DSA_2x02_P2.00mm_Vertical Hirose DF11 through hole, DF11-4DP-2DSA, 2 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 4 4 Connector_Hirose Hirose_DF11-6DP-2DSA_2x03_P2.00mm_Vertical Hirose DF11 through hole, DF11-6DP-2DSA, 3 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 6 6 Connector_Hirose Hirose_DF11-8DP-2DSA_2x04_P2.00mm_Vertical Hirose DF11 through hole, DF11-8DP-2DSA, 4 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 8 8 Connector_Hirose Hirose_DF11-10DP-2DSA_2x05_P2.00mm_Vertical Hirose DF11 through hole, DF11-10DP-2DSA, 5 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 10 10 Connector_Hirose Hirose_DF11-12DP-2DSA_2x06_P2.00mm_Vertical Hirose DF11 through hole, DF11-12DP-2DSA, 6 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 12 12 Connector_Hirose Hirose_DF11-14DP-2DSA_2x07_P2.00mm_Vertical Hirose DF11 through hole, DF11-14DP-2DSA, 7 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 14 14 Connector_Hirose Hirose_DF11-16DP-2DSA_2x08_P2.00mm_Vertical Hirose DF11 through hole, DF11-16DP-2DSA, 8 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 16 16 Connector_Hirose Hirose_DF11-18DP-2DSA_2x09_P2.00mm_Vertical Hirose DF11 through hole, DF11-18DP-2DSA, 9 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 18 18 Connector_Hirose Hirose_DF11-20DP-2DSA_2x10_P2.00mm_Vertical Hirose DF11 through hole, DF11-20DP-2DSA, 10 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 20 20 Connector_Hirose Hirose_DF11-22DP-2DSA_2x11_P2.00mm_Vertical Hirose DF11 through hole, DF11-22DP-2DSA, 11 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 22 22 Connector_Hirose Hirose_DF11-24DP-2DSA_2x12_P2.00mm_Vertical Hirose DF11 through hole, DF11-24DP-2DSA, 12 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 24 24 Connector_Hirose Hirose_DF11-26DP-2DSA_2x13_P2.00mm_Vertical Hirose DF11 through hole, DF11-26DP-2DSA, 13 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 26 26 Connector_Hirose Hirose_DF11-28DP-2DSA_2x14_P2.00mm_Vertical Hirose DF11 through hole, DF11-28DP-2DSA, 14 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 28 28 Connector_Hirose Hirose_DF11-30DP-2DSA_2x15_P2.00mm_Vertical Hirose DF11 through hole, DF11-30DP-2DSA, 15 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 30 30 Connector_Hirose Hirose_DF11-32DP-2DSA_2x16_P2.00mm_Vertical Hirose DF11 through hole, DF11-32DP-2DSA, 16 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 32 32 Connector_Hirose Hirose_DF12_DF12C3.0-10DS-0.5V_2x05_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-10DS-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 20 10 Connector_Hirose Hirose_DF12_DF12C3.0-14DS-0.5V_2x07_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-14DS-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 28 14 Connector_Hirose Hirose_DF12_DF12C3.0-20DS-0.5V_2x10_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-20DS-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 40 20 Connector_Hirose Hirose_DF12_DF12C3.0-30DS-0.5V_2x15_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-30DS-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 60 30 Connector_Hirose Hirose_DF12_DF12C3.0-32DS-0.5V_2x16_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-32DS-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 64 32 Connector_Hirose Hirose_DF12_DF12C3.0-36DS-0.5V_2x18_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-36DS-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 72 36 Connector_Hirose Hirose_DF12_DF12C3.0-40DS-0.5V_2x20_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-40DS-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 80 40 Connector_Hirose Hirose_DF12_DF12C3.0-50DS-0.5V_2x25_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-50DS-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 100 50 Connector_Hirose Hirose_DF12_DF12C3.0-60DS-0.5V_2x30_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-60DS-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 120 60 Connector_Hirose Hirose_DF12_DF12E3.0-10DP-0.5V_2x05_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-10DP-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 20 10 Connector_Hirose Hirose_DF12_DF12E3.0-14DP-0.5V_2x07_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-14DP-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 28 14 Connector_Hirose Hirose_DF12_DF12E3.0-20DP-0.5V_2x10_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-20DP-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 40 20 Connector_Hirose Hirose_DF12_DF12E3.0-30DP-0.5V_2x15_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-30DP-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 60 30 Connector_Hirose Hirose_DF12_DF12E3.0-32DP-0.5V_2x16_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-32DP-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 64 32 Connector_Hirose Hirose_DF12_DF12E3.0-36DP-0.5V_2x18_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-36DP-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 72 36 Connector_Hirose Hirose_DF12_DF12E3.0-40DP-0.5V_2x20_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-40DP-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 80 40 Connector_Hirose Hirose_DF12_DF12E3.0-50DP-0.5V_2x25_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-50DP-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 100 50 Connector_Hirose Hirose_DF12_DF12E3.0-60DP-0.5V_2x30_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-60DP-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 120 60 Connector_Hirose Hirose_DF12_DF12E3.0-80DP-0.5V_2x40_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-80DP-0.5V, 80 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 160 80 Connector_Hirose Hirose_DF13-02P-1.25DSA_1x02_P1.25mm_Vertical Hirose DF13 through hole, DF13-02P-1.25DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 2 2 Connector_Hirose Hirose_DF13-02P-1.25DS_1x02_P1.25mm_Horizontal Hirose DF13 through hole, DF13-02P-1.25DS, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 2 2 Connector_Hirose Hirose_DF13-03P-1.25DSA_1x03_P1.25mm_Vertical Hirose DF13 through hole, DF13-03P-1.25DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 3 3 Connector_Hirose Hirose_DF13-03P-1.25DS_1x03_P1.25mm_Horizontal Hirose DF13 through hole, DF13-03P-1.25DS, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 3 3 Connector_Hirose Hirose_DF13-04P-1.25DSA_1x04_P1.25mm_Vertical Hirose DF13 through hole, DF13-04P-1.25DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 4 4 Connector_Hirose Hirose_DF13-04P-1.25DS_1x04_P1.25mm_Horizontal Hirose DF13 through hole, DF13-04P-1.25DS, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 4 4 Connector_Hirose Hirose_DF13-05P-1.25DSA_1x05_P1.25mm_Vertical Hirose DF13 through hole, DF13-05P-1.25DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 5 5 Connector_Hirose Hirose_DF13-05P-1.25DS_1x05_P1.25mm_Horizontal Hirose DF13 through hole, DF13-05P-1.25DS, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 5 5 Connector_Hirose Hirose_DF13-06P-1.25DSA_1x06_P1.25mm_Vertical Hirose DF13 through hole, DF13-06P-1.25DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 6 6 Connector_Hirose Hirose_DF13-06P-1.25DS_1x06_P1.25mm_Horizontal Hirose DF13 through hole, DF13-06P-1.25DS, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 6 6 Connector_Hirose Hirose_DF13-07P-1.25DSA_1x07_P1.25mm_Vertical Hirose DF13 through hole, DF13-07P-1.25DSA, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 7 7 Connector_Hirose Hirose_DF13-07P-1.25DS_1x07_P1.25mm_Horizontal Hirose DF13 through hole, DF13-07P-1.25DS, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 7 7 Connector_Hirose Hirose_DF13-08P-1.25DSA_1x08_P1.25mm_Vertical Hirose DF13 through hole, DF13-08P-1.25DSA, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 8 8 Connector_Hirose Hirose_DF13-08P-1.25DS_1x08_P1.25mm_Horizontal Hirose DF13 through hole, DF13-08P-1.25DS, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 8 8 Connector_Hirose Hirose_DF13-09P-1.25DSA_1x09_P1.25mm_Vertical Hirose DF13 through hole, DF13-09P-1.25DSA, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 9 9 Connector_Hirose Hirose_DF13-09P-1.25DS_1x09_P1.25mm_Horizontal Hirose DF13 through hole, DF13-09P-1.25DS, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 9 9 Connector_Hirose Hirose_DF13-10P-1.25DSA_1x10_P1.25mm_Vertical Hirose DF13 through hole, DF13-10P-1.25DSA, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 10 10 Connector_Hirose Hirose_DF13-10P-1.25DS_1x10_P1.25mm_Horizontal Hirose DF13 through hole, DF13-10P-1.25DS, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 10 10 Connector_Hirose Hirose_DF13-11P-1.25DSA_1x11_P1.25mm_Vertical Hirose DF13 through hole, DF13-11P-1.25DSA, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 11 11 Connector_Hirose Hirose_DF13-11P-1.25DS_1x11_P1.25mm_Horizontal Hirose DF13 through hole, DF13-11P-1.25DS, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 11 11 Connector_Hirose Hirose_DF13-12P-1.25DSA_1x12_P1.25mm_Vertical Hirose DF13 through hole, DF13-12P-1.25DSA, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 12 12 Connector_Hirose Hirose_DF13-12P-1.25DS_1x12_P1.25mm_Horizontal Hirose DF13 through hole, DF13-12P-1.25DS, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 12 12 Connector_Hirose Hirose_DF13-13P-1.25DSA_1x13_P1.25mm_Vertical Hirose DF13 through hole, DF13-13P-1.25DSA, 13 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 13 13 Connector_Hirose Hirose_DF13-14P-1.25DSA_1x14_P1.25mm_Vertical Hirose DF13 through hole, DF13-14P-1.25DSA, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 14 14 Connector_Hirose Hirose_DF13-14P-1.25DS_1x14_P1.25mm_Horizontal Hirose DF13 through hole, DF13-14P-1.25DS, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 14 14 Connector_Hirose Hirose_DF13-15P-1.25DSA_1x15_P1.25mm_Vertical Hirose DF13 through hole, DF13-15P-1.25DSA, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 15 15 Connector_Hirose Hirose_DF13-15P-1.25DS_1x15_P1.25mm_Horizontal Hirose DF13 through hole, DF13-15P-1.25DS, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 15 15 Connector_Hirose Hirose_DF13C_CL535-0402-2-51_1x02-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0402-2-51, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 4 3 Connector_Hirose Hirose_DF13C_CL535-0403-5-51_1x03-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0403-5-51, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 5 4 Connector_Hirose Hirose_DF13C_CL535-0404-8-51_1x04-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0404-8-51, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 6 5 Connector_Hirose Hirose_DF13C_CL535-0405-0-51_1x05-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0405-0-51, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 7 6 Connector_Hirose Hirose_DF13C_CL535-0406-3-51_1x06-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0406-3-51, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 8 7 Connector_Hirose Hirose_DF13C_CL535-0407-6-51_1x07-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0407-6-51, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 9 8 Connector_Hirose Hirose_DF13C_CL535-0408-9-51_1x08-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0408-9-51, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 10 9 Connector_Hirose Hirose_DF13C_CL535-0409-1-51_1x09-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0409-1-51, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 11 10 Connector_Hirose Hirose_DF13C_CL535-0410-4-51_1x10-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0410-4-51, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 12 11 Connector_Hirose Hirose_DF13C_CL535-0411-3-51_1x11-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0411-3-51, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 13 12 Connector_Hirose Hirose_DF13C_CL535-0412-6-51_1x12-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0412-6-51, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 14 13 Connector_Hirose Hirose_DF13C_CL535-0414-1-51_1x14-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0414-1-51, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 16 15 Connector_Hirose Hirose_DF13C_CL535-0415-4-51_1x15-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0415-4-51, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 17 16 Connector_Hirose Hirose_DF52-2S-0.8H_1x02-1MP_P0.80mm_Horizontal Hirose series connector, DF52-2S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 4 3 Connector_Hirose Hirose_DF52-3S-0.8H_1x03-1MP_P0.80mm_Horizontal Hirose series connector, DF52-3S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 5 4 Connector_Hirose Hirose_DF52-4S-0.8H_1x04-1MP_P0.80mm_Horizontal Hirose series connector, DF52-4S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 6 5 Connector_Hirose Hirose_DF52-5S-0.8H_1x05-1MP_P0.80mm_Horizontal Hirose series connector, DF52-5S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 7 6 Connector_Hirose Hirose_DF52-6S-0.8H_1x06-1MP_P0.80mm_Horizontal Hirose series connector, DF52-6S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 8 7 Connector_Hirose Hirose_DF52-7S-0.8H_1x07-1MP_P0.80mm_Horizontal Hirose series connector, DF52-7S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 9 8 Connector_Hirose Hirose_DF52-8S-0.8H_1x08-1MP_P0.80mm_Horizontal Hirose series connector, DF52-8S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 10 9 Connector_Hirose Hirose_DF52-9S-0.8H_1x09-1MP_P0.80mm_Horizontal Hirose series connector, DF52-9S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 11 10 Connector_Hirose Hirose_DF52-10S-0.8H_1x10-1MP_P0.80mm_Horizontal Hirose series connector, DF52-10S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 12 11 Connector_Hirose Hirose_DF52-11S-0.8H_1x11-1MP_P0.80mm_Horizontal Hirose series connector, DF52-11S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 13 12 Connector_Hirose Hirose_DF52-12S-0.8H_1x12-1MP_P0.80mm_Horizontal Hirose series connector, DF52-12S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 14 13 Connector_Hirose Hirose_DF52-14S-0.8H_1x14-1MP_P0.80mm_Horizontal Hirose series connector, DF52-14S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 16 15 Connector_Hirose Hirose_DF52-15S-0.8H_1x15-1MP_P0.80mm_Horizontal Hirose series connector, DF52-15S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 17 16 Connector_Hirose Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Vertical Hirose DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 5 5 Connector_Hirose Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Vertical Hirose DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 6 6 Connector_Hirose Hirose_DF63M-1P-3.96DSA_1x01_P3.96mm_Vertical Hirose DF63 through hole, DF63M-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 1 1 Connector_Hirose Hirose_DF63M-2P-3.96DSA_1x02_P3.96mm_Vertical Hirose DF63 through hole, DF63M-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 2 2 Connector_Hirose Hirose_DF63M-3P-3.96DSA_1x03_P3.96mm_Vertical Hirose DF63 through hole, DF63M-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 3 3 Connector_Hirose Hirose_DF63M-4P-3.96DSA_1x04_P3.96mm_Vertical Hirose DF63 through hole, DF63M-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 4 4 Connector_Hirose Hirose_DF63R-1P-3.96DSA_1x01_P3.96mm_Vertical Hirose DF63 through hole, DF63R-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 1 1 Connector_Hirose Hirose_DF63R-2P-3.96DSA_1x02_P3.96mm_Vertical Hirose DF63 through hole, DF63R-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 2 2 Connector_Hirose Hirose_DF63R-3P-3.96DSA_1x03_P3.96mm_Vertical Hirose DF63 through hole, DF63R-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 3 3 Connector_Hirose Hirose_DF63R-4P-3.96DSA_1x04_P3.96mm_Vertical Hirose DF63 through hole, DF63R-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 4 4 Connector_Hirose Hirose_DF63R-5P-3.96DSA_1x05_P3.96mm_Vertical Hirose DF63 through hole, DF63R-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 5 5 Connector_IDC IDC-Header_2x03_P2.54mm_Horizontal Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x03 2.54mm double row 0 6 6 Connector_IDC IDC-Header_2x03_P2.54mm_Vertical Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x03 2.54mm double row 0 6 6 Connector_IDC IDC-Header_2x04_P2.54mm_Horizontal Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x04 2.54mm double row 0 8 8 Connector_IDC IDC-Header_2x04_P2.54mm_Vertical Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x04 2.54mm double row 0 8 8 Connector_IDC IDC-Header_2x05-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 12 11 Connector_IDC IDC-Header_2x05-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 12 11 Connector_IDC IDC-Header_2x05-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 12 11 Connector_IDC IDC-Header_2x05-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x05 2.54mm double row 0 12 11 Connector_IDC IDC-Header_2x05-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 12 11 Connector_IDC IDC-Header_2x05_P2.54mm_Horizontal Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Latch_Horizontal Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Latch_Vertical Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Vertical Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x06-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 14 13 Connector_IDC IDC-Header_2x06-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 14 13 Connector_IDC IDC-Header_2x06-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 14 13 Connector_IDC IDC-Header_2x06-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x06 2.54mm double row 0 14 13 Connector_IDC IDC-Header_2x06-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 14 13 Connector_IDC IDC-Header_2x06_P2.54mm_Horizontal Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Latch_Horizontal Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Latch_Vertical Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Vertical Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x07-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 16 15 Connector_IDC IDC-Header_2x07-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 16 15 Connector_IDC IDC-Header_2x07-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 16 15 Connector_IDC IDC-Header_2x07-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x07 2.54mm double row 0 16 15 Connector_IDC IDC-Header_2x07-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 16 15 Connector_IDC IDC-Header_2x07_P2.54mm_Horizontal Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 16 14 Connector_IDC IDC-Header_2x07_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Latch_Horizontal Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Latch_Vertical Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Vertical Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x08-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 18 17 Connector_IDC IDC-Header_2x08-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 18 17 Connector_IDC IDC-Header_2x08-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 18 17 Connector_IDC IDC-Header_2x08-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x08 2.54mm double row 0 18 17 Connector_IDC IDC-Header_2x08-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 18 17 Connector_IDC IDC-Header_2x08_P2.54mm_Horizontal Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Latch_Horizontal Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Latch_Vertical Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Vertical Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x10-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 22 21 Connector_IDC IDC-Header_2x10-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 22 21 Connector_IDC IDC-Header_2x10-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 22 21 Connector_IDC IDC-Header_2x10-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x10 2.54mm double row 0 22 21 Connector_IDC IDC-Header_2x10-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 22 21 Connector_IDC IDC-Header_2x10_P2.54mm_Horizontal Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Latch_Horizontal Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Latch_Vertical Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Vertical Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x12-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 26 25 Connector_IDC IDC-Header_2x12-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 26 25 Connector_IDC IDC-Header_2x12-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 26 25 Connector_IDC IDC-Header_2x12-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x12 2.54mm double row 0 26 25 Connector_IDC IDC-Header_2x12-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 26 25 Connector_IDC IDC-Header_2x12_P2.54mm_Horizontal Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x12_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x12_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x12_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x12_P2.54mm_Latch_Horizontal Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x12_P2.54mm_Latch_Vertical Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x12_P2.54mm_Vertical Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x12 2.54mm double row 0 24 24 Connector_IDC IDC-Header_2x13-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 28 27 Connector_IDC IDC-Header_2x13-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 28 27 Connector_IDC IDC-Header_2x13-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 28 27 Connector_IDC IDC-Header_2x13-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x13 2.54mm double row 0 28 27 Connector_IDC IDC-Header_2x13-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 28 27 Connector_IDC IDC-Header_2x13_P2.54mm_Horizontal Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Latch_Horizontal Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Latch_Vertical Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Vertical Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x15-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 32 31 Connector_IDC IDC-Header_2x15-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 32 31 Connector_IDC IDC-Header_2x15-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 32 31 Connector_IDC IDC-Header_2x15-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x15 2.54mm double row 0 32 31 Connector_IDC IDC-Header_2x15-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 32 31 Connector_IDC IDC-Header_2x15_P2.54mm_Horizontal Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Latch_Horizontal Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Latch_Vertical Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Vertical Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x17-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 36 35 Connector_IDC IDC-Header_2x17-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 36 35 Connector_IDC IDC-Header_2x17-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 36 35 Connector_IDC IDC-Header_2x17-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x17 2.54mm double row 0 36 35 Connector_IDC IDC-Header_2x17-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 36 35 Connector_IDC IDC-Header_2x17_P2.54mm_Horizontal Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Latch_Horizontal Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Latch_Vertical Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Vertical Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x20-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 42 41 Connector_IDC IDC-Header_2x20-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 42 41 Connector_IDC IDC-Header_2x20-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 42 41 Connector_IDC IDC-Header_2x20-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x20 2.54mm double row 0 42 41 Connector_IDC IDC-Header_2x20-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 42 41 Connector_IDC IDC-Header_2x20_P2.54mm_Horizontal Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Latch_Horizontal Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Latch_Vertical Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Vertical Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x25-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 52 51 Connector_IDC IDC-Header_2x25-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 52 51 Connector_IDC IDC-Header_2x25-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 52 51 Connector_IDC IDC-Header_2x25-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x25 2.54mm double row 0 52 51 Connector_IDC IDC-Header_2x25-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 52 51 Connector_IDC IDC-Header_2x25_P2.54mm_Horizontal Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Latch_Horizontal Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Latch_Vertical Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Vertical Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x30-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 62 61 Connector_IDC IDC-Header_2x30-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 62 61 Connector_IDC IDC-Header_2x30-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 62 61 Connector_IDC IDC-Header_2x30-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x30 2.54mm double row 0 62 61 Connector_IDC IDC-Header_2x30-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 62 61 Connector_IDC IDC-Header_2x30_P2.54mm_Horizontal Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Latch_Horizontal Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Latch_Vertical Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Vertical Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x32-1MP_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 66 65 Connector_IDC IDC-Header_2x32-1MP_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 66 65 Connector_IDC IDC-Header_2x32-1MP_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 66 65 Connector_IDC IDC-Header_2x32-1MP_P2.54mm_Latch_Horizontal Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x32 2.54mm double row 0 66 65 Connector_IDC IDC-Header_2x32-1MP_P2.54mm_Latch_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 66 65 Connector_IDC IDC-Header_2x32_P2.54mm_Horizontal Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC box header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Latch6.5mm_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Latch9.5mm_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Latch12.0mm_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Latch_Horizontal Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole horizontal IDC header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Latch_Vertical Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Vertical Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 Through hole vertical IDC box header THT 2x32 2.54mm double row 0 64 64 Connector_JAE JAE_LY20-4P-DLT1_2x02_P2.00mm_Horizontal Molex LY 20 series connector, LY20-4P-DLT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 4 4 Connector_JAE JAE_LY20-4P-DT1_2x02_P2.00mm_Vertical Molex LY 20 series connector, LY20-4P-DT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 4 4 Connector_JAE JAE_LY20-6P-DLT1_2x03_P2.00mm_Horizontal Molex LY 20 series connector, LY20-6P-DLT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 6 6 Connector_JAE JAE_LY20-6P-DT1_2x03_P2.00mm_Vertical Molex LY 20 series connector, LY20-6P-DT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 6 6 Connector_JAE JAE_LY20-8P-DLT1_2x04_P2.00mm_Horizontal Molex LY 20 series connector, LY20-8P-DLT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 8 8 Connector_JAE JAE_LY20-8P-DT1_2x04_P2.00mm_Vertical Molex LY 20 series connector, LY20-8P-DT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 8 8 Connector_JAE JAE_LY20-10P-DLT1_2x05_P2.00mm_Horizontal Molex LY 20 series connector, LY20-10P-DLT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 10 10 Connector_JAE JAE_LY20-10P-DT1_2x05_P2.00mm_Vertical Molex LY 20 series connector, LY20-10P-DT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 10 10 Connector_JAE JAE_LY20-12P-DLT1_2x06_P2.00mm_Horizontal Molex LY 20 series connector, LY20-12P-DLT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 12 12 Connector_JAE JAE_LY20-12P-DT1_2x06_P2.00mm_Vertical Molex LY 20 series connector, LY20-12P-DT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 12 12 Connector_JAE JAE_LY20-14P-DLT1_2x07_P2.00mm_Horizontal Molex LY 20 series connector, LY20-14P-DLT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 14 14 Connector_JAE JAE_LY20-14P-DT1_2x07_P2.00mm_Vertical Molex LY 20 series connector, LY20-14P-DT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 14 14 Connector_JAE JAE_LY20-16P-DLT1_2x08_P2.00mm_Horizontal Molex LY 20 series connector, LY20-16P-DLT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 16 16 Connector_JAE JAE_LY20-16P-DT1_2x08_P2.00mm_Vertical Molex LY 20 series connector, LY20-16P-DT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 16 16 Connector_JAE JAE_LY20-18P-DLT1_2x09_P2.00mm_Horizontal Molex LY 20 series connector, LY20-18P-DLT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 18 18 Connector_JAE JAE_LY20-18P-DT1_2x09_P2.00mm_Vertical Molex LY 20 series connector, LY20-18P-DT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 18 18 Connector_JAE JAE_LY20-20P-DLT1_2x10_P2.00mm_Horizontal Molex LY 20 series connector, LY20-20P-DLT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 20 20 Connector_JAE JAE_LY20-20P-DT1_2x10_P2.00mm_Vertical Molex LY 20 series connector, LY20-20P-DT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 20 20 Connector_JAE JAE_LY20-22P-DLT1_2x11_P2.00mm_Horizontal Molex LY 20 series connector, LY20-22P-DLT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 22 22 Connector_JAE JAE_LY20-22P-DT1_2x11_P2.00mm_Vertical Molex LY 20 series connector, LY20-22P-DT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 22 22 Connector_JAE JAE_LY20-24P-DLT1_2x12_P2.00mm_Horizontal Molex LY 20 series connector, LY20-24P-DLT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 24 24 Connector_JAE JAE_LY20-24P-DT1_2x12_P2.00mm_Vertical Molex LY 20 series connector, LY20-24P-DT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 24 24 Connector_JAE JAE_LY20-26P-DLT1_2x13_P2.00mm_Horizontal Molex LY 20 series connector, LY20-26P-DLT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 26 26 Connector_JAE JAE_LY20-26P-DT1_2x13_P2.00mm_Vertical Molex LY 20 series connector, LY20-26P-DT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 26 26 Connector_JAE JAE_LY20-28P-DLT1_2x14_P2.00mm_Horizontal Molex LY 20 series connector, LY20-28P-DLT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 28 28 Connector_JAE JAE_LY20-28P-DT1_2x14_P2.00mm_Vertical Molex LY 20 series connector, LY20-28P-DT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 28 28 Connector_JAE JAE_LY20-30P-DLT1_2x15_P2.00mm_Horizontal Molex LY 20 series connector, LY20-30P-DLT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 30 30 Connector_JAE JAE_LY20-30P-DT1_2x15_P2.00mm_Vertical Molex LY 20 series connector, LY20-30P-DT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 30 30 Connector_JAE JAE_LY20-32P-DLT1_2x16_P2.00mm_Horizontal Molex LY 20 series connector, LY20-32P-DLT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 32 32 Connector_JAE JAE_LY20-32P-DT1_2x16_P2.00mm_Vertical Molex LY 20 series connector, LY20-32P-DT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 32 32 Connector_JAE JAE_LY20-34P-DLT1_2x17_P2.00mm_Horizontal Molex LY 20 series connector, LY20-34P-DLT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 34 34 Connector_JAE JAE_LY20-34P-DT1_2x17_P2.00mm_Vertical Molex LY 20 series connector, LY20-34P-DT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 34 34 Connector_JAE JAE_LY20-36P-DLT1_2x18_P2.00mm_Horizontal Molex LY 20 series connector, LY20-36P-DLT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 36 36 Connector_JAE JAE_LY20-36P-DT1_2x18_P2.00mm_Vertical Molex LY 20 series connector, LY20-36P-DT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 36 36 Connector_JAE JAE_LY20-38P-DLT1_2x19_P2.00mm_Horizontal Molex LY 20 series connector, LY20-38P-DLT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 38 38 Connector_JAE JAE_LY20-38P-DT1_2x19_P2.00mm_Vertical Molex LY 20 series connector, LY20-38P-DT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 38 38 Connector_JAE JAE_LY20-40P-DLT1_2x20_P2.00mm_Horizontal Molex LY 20 series connector, LY20-40P-DLT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 40 40 Connector_JAE JAE_LY20-40P-DT1_2x20_P2.00mm_Vertical Molex LY 20 series connector, LY20-40P-DT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 40 40 Connector_JAE JAE_LY20-42P-DLT1_2x21_P2.00mm_Horizontal Molex LY 20 series connector, LY20-42P-DLT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 42 42 Connector_JAE JAE_LY20-42P-DT1_2x21_P2.00mm_Vertical Molex LY 20 series connector, LY20-42P-DT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 42 42 Connector_JAE JAE_LY20-44P-DLT1_2x22_P2.00mm_Horizontal Molex LY 20 series connector, LY20-44P-DLT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 44 44 Connector_JAE JAE_LY20-44P-DT1_2x22_P2.00mm_Vertical Molex LY 20 series connector, LY20-44P-DT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 44 44 Connector_JAE JAE_MM70-314-310B1 http://www.heilind.com/marketing/documents/jae/JAE_MM70.pdf connector JAE MXM 0 280 279 Connector_JAE JAE_SIM_Card_SF72S006 SIM Card, Push-Push, https://www.jae.com/direct/topics/topics_file_download/topics_id=68892&ext_no=06&index=0&_lang=en&v=202003111511468456809 SIM Card with Detect Switch 0 18 9 Connector_JST JST_ACH_BM01B-ACHSS-A-GAN-ETF_1x01-1MP_P1.20mm_Vertical JST ACH series connector, BM01B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 3 2 Connector_JST JST_ACH_BM02B-ACHSS-GAN-ETF_1x02-1MP_P1.20mm_Vertical JST ACH series connector, BM02B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 4 3 Connector_JST JST_ACH_BM03B-ACHSS-GAN-ETF_1x03-1MP_P1.20mm_Vertical JST ACH series connector, BM03B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 5 4 Connector_JST JST_ACH_BM04B-ACHSS-A-GAN-ETF_1x04-1MP_P1.20mm_Vertical JST ACH series connector, BM04B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 6 5 Connector_JST JST_ACH_BM05B-ACHSS-A-GAN-ETF_1x05-1MP_P1.20mm_Vertical JST ACH series connector, BM05B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 7 6 Connector_JST JST_AUH_BM03B-AUHKS-GA-TB_1x03-1MP_P1.50mm_Vertical JST AUH series connector, BM03B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator connector JST AUH side entry 0 5 4 Connector_JST JST_AUH_BM05B-AUHKS-GA-TB_1x05-1MP_P1.50mm_Vertical JST AUH series connector, BM05B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator connector JST AUH side entry 0 7 6 Connector_JST JST_EH_B2B-EH-A_1x02_P2.50mm_Vertical JST EH series connector, B2B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 2 2 Connector_JST JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 3 3 Connector_JST JST_EH_B4B-EH-A_1x04_P2.50mm_Vertical JST EH series connector, B4B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 4 4 Connector_JST JST_EH_B5B-EH-A_1x05_P2.50mm_Vertical JST EH series connector, B5B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 5 5 Connector_JST JST_EH_B6B-EH-A_1x06_P2.50mm_Vertical JST EH series connector, B6B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 6 6 Connector_JST JST_EH_B7B-EH-A_1x07_P2.50mm_Vertical JST EH series connector, B7B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 7 7 Connector_JST JST_EH_B8B-EH-A_1x08_P2.50mm_Vertical JST EH series connector, B8B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 8 8 Connector_JST JST_EH_B9B-EH-A_1x09_P2.50mm_Vertical JST EH series connector, B9B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 9 9 Connector_JST JST_EH_B10B-EH-A_1x10_P2.50mm_Vertical JST EH series connector, B10B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 10 10 Connector_JST JST_EH_B11B-EH-A_1x11_P2.50mm_Vertical JST EH series connector, B11B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 11 11 Connector_JST JST_EH_B12B-EH-A_1x12_P2.50mm_Vertical JST EH series connector, B12B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 12 12 Connector_JST JST_EH_B13B-EH-A_1x13_P2.50mm_Vertical JST EH series connector, B13B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 13 13 Connector_JST JST_EH_B14B-EH-A_1x14_P2.50mm_Vertical JST EH series connector, B14B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 14 14 Connector_JST JST_EH_B15B-EH-A_1x15_P2.50mm_Vertical JST EH series connector, B15B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 15 15 Connector_JST JST_EH_S2B-EH_1x02_P2.50mm_Horizontal JST EH series connector, S2B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 2 2 Connector_JST JST_EH_S3B-EH_1x03_P2.50mm_Horizontal JST EH series connector, S3B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 3 3 Connector_JST JST_EH_S4B-EH_1x04_P2.50mm_Horizontal JST EH series connector, S4B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 4 4 Connector_JST JST_EH_S5B-EH_1x05_P2.50mm_Horizontal JST EH series connector, S5B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 5 5 Connector_JST JST_EH_S6B-EH_1x06_P2.50mm_Horizontal JST EH series connector, S6B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 6 6 Connector_JST JST_EH_S7B-EH_1x07_P2.50mm_Horizontal JST EH series connector, S7B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 7 7 Connector_JST JST_EH_S8B-EH_1x08_P2.50mm_Horizontal JST EH series connector, S8B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 8 8 Connector_JST JST_EH_S9B-EH_1x09_P2.50mm_Horizontal JST EH series connector, S9B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 9 9 Connector_JST JST_EH_S10B-EH_1x10_P2.50mm_Horizontal JST EH series connector, S10B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 10 10 Connector_JST JST_EH_S11B-EH_1x11_P2.50mm_Horizontal JST EH series connector, S11B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 11 11 Connector_JST JST_EH_S12B-EH_1x12_P2.50mm_Horizontal JST EH series connector, S12B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 12 12 Connector_JST JST_EH_S13B-EH_1x13_P2.50mm_Horizontal JST EH series connector, S13B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 13 13 Connector_JST JST_EH_S14B-EH_1x14_P2.50mm_Horizontal JST EH series connector, S14B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 14 14 Connector_JST JST_EH_S15B-EH_1x15_P2.50mm_Horizontal JST EH series connector, S15B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 15 15 Connector_JST JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical JST GH series connector, BM02B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 4 3 Connector_JST JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical JST GH series connector, BM03B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 5 4 Connector_JST JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical JST GH series connector, BM04B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 6 5 Connector_JST JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical JST GH series connector, BM05B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 7 6 Connector_JST JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical JST GH series connector, BM06B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 8 7 Connector_JST JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical JST GH series connector, BM07B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 9 8 Connector_JST JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical JST GH series connector, BM08B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 10 9 Connector_JST JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical JST GH series connector, BM09B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 11 10 Connector_JST JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical JST GH series connector, BM10B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 12 11 Connector_JST JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical JST GH series connector, BM11B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 13 12 Connector_JST JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical JST GH series connector, BM12B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 14 13 Connector_JST JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical JST GH series connector, BM13B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 15 14 Connector_JST JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical JST GH series connector, BM14B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 16 15 Connector_JST JST_GH_BM15B-GHS-TBT_1x15-1MP_P1.25mm_Vertical JST GH series connector, BM15B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 17 16 Connector_JST JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal JST GH series connector, SM02B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 4 3 Connector_JST JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal JST GH series connector, SM03B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 5 4 Connector_JST JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal JST GH series connector, SM04B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 6 5 Connector_JST JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal JST GH series connector, SM05B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 7 6 Connector_JST JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal JST GH series connector, SM06B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 8 7 Connector_JST JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal JST GH series connector, SM07B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 9 8 Connector_JST JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal JST GH series connector, SM08B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 10 9 Connector_JST JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal JST GH series connector, SM09B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 11 10 Connector_JST JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal JST GH series connector, SM10B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 12 11 Connector_JST JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal JST GH series connector, SM11B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 13 12 Connector_JST JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal JST GH series connector, SM12B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 14 13 Connector_JST JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal JST GH series connector, SM13B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 15 14 Connector_JST JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal JST GH series connector, SM14B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 16 15 Connector_JST JST_GH_SM15B-GHS-TB_1x15-1MP_P1.25mm_Horizontal JST GH series connector, SM15B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 17 16 Connector_JST JST_J2100_B06B-J21DK-GGXR_2x03_P2.50x4.00mm_Vertical JST J2100 series connector, B06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 8 6 Connector_JST JST_J2100_B08B-J21DK-GGXR_2x04_P2.50x4.00mm_Vertical JST J2100 series connector, B08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 10 8 Connector_JST JST_J2100_B10B-J21DK-GGXR_2x05_P2.50x4.00mm_Vertical JST J2100 series connector, B10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 12 10 Connector_JST JST_J2100_B12B-J21DK-GGXR_2x06_P2.50x4.00mm_Vertical JST J2100 series connector, B12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 14 12 Connector_JST JST_J2100_B16B-J21DK-GGXR_2x08_P2.50x4.00mm_Vertical JST J2100 series connector, B16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 18 16 Connector_JST JST_J2100_B20B-J21DK-GGXR_2x10_P2.50x4.00mm_Vertical JST J2100 series connector, B20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 22 20 Connector_JST JST_J2100_S06B-J21DK-GGXR_2x03_P2.50mm_Horizontal JST J2100 series connector, S06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 7 6 Connector_JST JST_J2100_S08B-J21DK-GGXR_2x04_P2.50mm_Horizontal JST J2100 series connector, S08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 10 8 Connector_JST JST_J2100_S10B-J21DK-GGXR_2x05_P2.50mm_Horizontal JST J2100 series connector, S10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 12 10 Connector_JST JST_J2100_S12B-J21DK-GGXR_2x06_P2.50mm_Horizontal JST J2100 series connector, S12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 14 12 Connector_JST JST_J2100_S16B-J21DK-GGXR_2x08_P2.50mm_Horizontal JST J2100 series connector, S16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 18 16 Connector_JST JST_J2100_S20B-J21DK-GGXR_2x10_P2.50mm_Horizontal JST J2100 series connector, S20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 22 20 Connector_JST JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 2 2 Connector_JST JST_JWPF_B03B-JWPF-SK-R_1x03_P2.00mm_Vertical JST JWPF series connector, B03B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 3 3 Connector_JST JST_JWPF_B04B-JWPF-SK-R_1x04_P2.00mm_Vertical JST JWPF series connector, B04B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 4 4 Connector_JST JST_JWPF_B06B-JWPF-SK-R_2x03_P2.00mm_Vertical JST JWPF series connector, B06B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 6 6 Connector_JST JST_JWPF_B08B-JWPF-SK-R_2x04_P2.00mm_Vertical JST JWPF series connector, B08B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 8 8 Connector_JST JST_LEA_SM02B-LEASS-TF_1x02-1MP_P4.20mm_Horizontal JST LEA series connector, SM02B-LEASS-TF (http://www.jst-mfg.com/product/pdf/eng/eLEA.pdf), generated with kicad-footprint-generator connector JST LEA top entry 0 4 3 Connector_JST JST_NV_B02P-NV_1x02_P5.00mm_Vertical JST NV series connector, B02P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator connector JST NV side entry 0 2 2 Connector_JST JST_NV_B03P-NV_1x03_P5.00mm_Vertical JST NV series connector, B03P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator connector JST NV side entry 0 3 3 Connector_JST JST_NV_B04P-NV_1x04_P5.00mm_Vertical JST NV series connector, B04P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator connector JST NV side entry 0 4 4 Connector_JST JST_PHD_B8B-PHDSS_2x04_P2.00mm_Vertical JST PHD series connector, B8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 8 8 Connector_JST JST_PHD_B10B-PHDSS_2x05_P2.00mm_Vertical JST PHD series connector, B10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 10 10 Connector_JST JST_PHD_B12B-PHDSS_2x06_P2.00mm_Vertical JST PHD series connector, B12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 12 12 Connector_JST JST_PHD_B14B-PHDSS_2x07_P2.00mm_Vertical JST PHD series connector, B14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 14 14 Connector_JST JST_PHD_B16B-PHDSS_2x08_P2.00mm_Vertical JST PHD series connector, B16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 16 16 Connector_JST JST_PHD_B18B-PHDSS_2x09_P2.00mm_Vertical JST PHD series connector, B18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 18 18 Connector_JST JST_PHD_B20B-PHDSS_2x10_P2.00mm_Vertical JST PHD series connector, B20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 20 20 Connector_JST JST_PHD_B22B-PHDSS_2x11_P2.00mm_Vertical JST PHD series connector, B22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 22 22 Connector_JST JST_PHD_B24B-PHDSS_2x12_P2.00mm_Vertical JST PHD series connector, B24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 24 24 Connector_JST JST_PHD_B26B-PHDSS_2x13_P2.00mm_Vertical JST PHD series connector, B26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 26 26 Connector_JST JST_PHD_B28B-PHDSS_2x14_P2.00mm_Vertical JST PHD series connector, B28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 28 28 Connector_JST JST_PHD_B30B-PHDSS_2x15_P2.00mm_Vertical JST PHD series connector, B30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 30 30 Connector_JST JST_PHD_B32B-PHDSS_2x16_P2.00mm_Vertical JST PHD series connector, B32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 32 32 Connector_JST JST_PHD_B34B-PHDSS_2x17_P2.00mm_Vertical JST PHD series connector, B34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 34 34 Connector_JST JST_PHD_S8B-PHDSS_2x04_P2.00mm_Horizontal JST PHD series connector, S8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 8 8 Connector_JST JST_PHD_S10B-PHDSS_2x05_P2.00mm_Horizontal JST PHD series connector, S10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 10 10 Connector_JST JST_PHD_S12B-PHDSS_2x06_P2.00mm_Horizontal JST PHD series connector, S12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 12 12 Connector_JST JST_PHD_S14B-PHDSS_2x07_P2.00mm_Horizontal JST PHD series connector, S14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 14 14 Connector_JST JST_PHD_S16B-PHDSS_2x08_P2.00mm_Horizontal JST PHD series connector, S16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 16 16 Connector_JST JST_PHD_S18B-PHDSS_2x09_P2.00mm_Horizontal JST PHD series connector, S18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 18 18 Connector_JST JST_PHD_S20B-PHDSS_2x10_P2.00mm_Horizontal JST PHD series connector, S20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 20 20 Connector_JST JST_PHD_S22B-PHDSS_2x11_P2.00mm_Horizontal JST PHD series connector, S22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 22 22 Connector_JST JST_PHD_S24B-PHDSS_2x12_P2.00mm_Horizontal JST PHD series connector, S24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 24 24 Connector_JST JST_PHD_S26B-PHDSS_2x13_P2.00mm_Horizontal JST PHD series connector, S26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 26 26 Connector_JST JST_PHD_S28B-PHDSS_2x14_P2.00mm_Horizontal JST PHD series connector, S28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 28 28 Connector_JST JST_PHD_S30B-PHDSS_2x15_P2.00mm_Horizontal JST PHD series connector, S30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 30 30 Connector_JST JST_PHD_S32B-PHDSS_2x16_P2.00mm_Horizontal JST PHD series connector, S32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 32 32 Connector_JST JST_PHD_S34B-PHDSS_2x17_P2.00mm_Horizontal JST PHD series connector, S34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 34 34 Connector_JST JST_PH_B2B-PH-K_1x02_P2.00mm_Vertical JST PH series connector, B2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 2 2 Connector_JST JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical JST PH series connector, B2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 4 3 Connector_JST JST_PH_B3B-PH-K_1x03_P2.00mm_Vertical JST PH series connector, B3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 3 3 Connector_JST JST_PH_B3B-PH-SM4-TB_1x03-1MP_P2.00mm_Vertical JST PH series connector, B3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 5 4 Connector_JST JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 4 4 Connector_JST JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical JST PH series connector, B4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 6 5 Connector_JST JST_PH_B5B-PH-K_1x05_P2.00mm_Vertical JST PH series connector, B5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 5 5 Connector_JST JST_PH_B5B-PH-SM4-TB_1x05-1MP_P2.00mm_Vertical JST PH series connector, B5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 7 6 Connector_JST JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical JST PH series connector, B6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 6 6 Connector_JST JST_PH_B6B-PH-SM4-TB_1x06-1MP_P2.00mm_Vertical JST PH series connector, B6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 8 7 Connector_JST JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical JST PH series connector, B7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 7 7 Connector_JST JST_PH_B7B-PH-SM4-TB_1x07-1MP_P2.00mm_Vertical JST PH series connector, B7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 9 8 Connector_JST JST_PH_B8B-PH-K_1x08_P2.00mm_Vertical JST PH series connector, B8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 8 8 Connector_JST JST_PH_B8B-PH-SM4-TB_1x08-1MP_P2.00mm_Vertical JST PH series connector, B8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 10 9 Connector_JST JST_PH_B9B-PH-K_1x09_P2.00mm_Vertical JST PH series connector, B9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 9 9 Connector_JST JST_PH_B9B-PH-SM4-TB_1x09-1MP_P2.00mm_Vertical JST PH series connector, B9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 11 10 Connector_JST JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical JST PH series connector, B10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 10 10 Connector_JST JST_PH_B10B-PH-SM4-TB_1x10-1MP_P2.00mm_Vertical JST PH series connector, B10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 12 11 Connector_JST JST_PH_B11B-PH-K_1x11_P2.00mm_Vertical JST PH series connector, B11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 11 11 Connector_JST JST_PH_B11B-PH-SM4-TB_1x11-1MP_P2.00mm_Vertical JST PH series connector, B11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 13 12 Connector_JST JST_PH_B12B-PH-K_1x12_P2.00mm_Vertical JST PH series connector, B12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 12 12 Connector_JST JST_PH_B12B-PH-SM4-TB_1x12-1MP_P2.00mm_Vertical JST PH series connector, B12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 14 13 Connector_JST JST_PH_B13B-PH-K_1x13_P2.00mm_Vertical JST PH series connector, B13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 13 13 Connector_JST JST_PH_B13B-PH-SM4-TB_1x13-1MP_P2.00mm_Vertical JST PH series connector, B13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 15 14 Connector_JST JST_PH_B14B-PH-K_1x14_P2.00mm_Vertical JST PH series connector, B14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 14 14 Connector_JST JST_PH_B14B-PH-SM4-TB_1x14-1MP_P2.00mm_Vertical JST PH series connector, B14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 16 15 Connector_JST JST_PH_B15B-PH-K_1x15_P2.00mm_Vertical JST PH series connector, B15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 15 15 Connector_JST JST_PH_B15B-PH-SM4-TB_1x15-1MP_P2.00mm_Vertical JST PH series connector, B15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 17 16 Connector_JST JST_PH_B16B-PH-K_1x16_P2.00mm_Vertical JST PH series connector, B16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 16 16 Connector_JST JST_PH_B16B-PH-SM4-TB_1x16-1MP_P2.00mm_Vertical JST PH series connector, B16B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 18 17 Connector_JST JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 2 2 Connector_JST JST_PH_S2B-PH-SM4-TB_1x02-1MP_P2.00mm_Horizontal JST PH series connector, S2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 4 3 Connector_JST JST_PH_S3B-PH-K_1x03_P2.00mm_Horizontal JST PH series connector, S3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 3 3 Connector_JST JST_PH_S3B-PH-SM4-TB_1x03-1MP_P2.00mm_Horizontal JST PH series connector, S3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 5 4 Connector_JST JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal JST PH series connector, S4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 4 4 Connector_JST JST_PH_S4B-PH-SM4-TB_1x04-1MP_P2.00mm_Horizontal JST PH series connector, S4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 6 5 Connector_JST JST_PH_S5B-PH-K_1x05_P2.00mm_Horizontal JST PH series connector, S5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 5 5 Connector_JST JST_PH_S5B-PH-SM4-TB_1x05-1MP_P2.00mm_Horizontal JST PH series connector, S5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 7 6 Connector_JST JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 6 6 Connector_JST JST_PH_S6B-PH-SM4-TB_1x06-1MP_P2.00mm_Horizontal JST PH series connector, S6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 8 7 Connector_JST JST_PH_S7B-PH-K_1x07_P2.00mm_Horizontal JST PH series connector, S7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 7 7 Connector_JST JST_PH_S7B-PH-SM4-TB_1x07-1MP_P2.00mm_Horizontal JST PH series connector, S7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 9 8 Connector_JST JST_PH_S8B-PH-K_1x08_P2.00mm_Horizontal JST PH series connector, S8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 8 8 Connector_JST JST_PH_S8B-PH-SM4-TB_1x08-1MP_P2.00mm_Horizontal JST PH series connector, S8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 10 9 Connector_JST JST_PH_S9B-PH-K_1x09_P2.00mm_Horizontal JST PH series connector, S9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 9 9 Connector_JST JST_PH_S9B-PH-SM4-TB_1x09-1MP_P2.00mm_Horizontal JST PH series connector, S9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 11 10 Connector_JST JST_PH_S10B-PH-K_1x10_P2.00mm_Horizontal JST PH series connector, S10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 10 10 Connector_JST JST_PH_S10B-PH-SM4-TB_1x10-1MP_P2.00mm_Horizontal JST PH series connector, S10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 12 11 Connector_JST JST_PH_S11B-PH-K_1x11_P2.00mm_Horizontal JST PH series connector, S11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 11 11 Connector_JST JST_PH_S11B-PH-SM4-TB_1x11-1MP_P2.00mm_Horizontal JST PH series connector, S11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 13 12 Connector_JST JST_PH_S12B-PH-K_1x12_P2.00mm_Horizontal JST PH series connector, S12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 12 12 Connector_JST JST_PH_S12B-PH-SM4-TB_1x12-1MP_P2.00mm_Horizontal JST PH series connector, S12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 14 13 Connector_JST JST_PH_S13B-PH-K_1x13_P2.00mm_Horizontal JST PH series connector, S13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 13 13 Connector_JST JST_PH_S13B-PH-SM4-TB_1x13-1MP_P2.00mm_Horizontal JST PH series connector, S13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 15 14 Connector_JST JST_PH_S14B-PH-K_1x14_P2.00mm_Horizontal JST PH series connector, S14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 14 14 Connector_JST JST_PH_S14B-PH-SM4-TB_1x14-1MP_P2.00mm_Horizontal JST PH series connector, S14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 16 15 Connector_JST JST_PH_S15B-PH-K_1x15_P2.00mm_Horizontal JST PH series connector, S15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 15 15 Connector_JST JST_PH_S15B-PH-SM4-TB_1x15-1MP_P2.00mm_Horizontal JST PH series connector, S15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 17 16 Connector_JST JST_PH_S16B-PH-K_1x16_P2.00mm_Horizontal JST PH series connector, S16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 16 16 Connector_JST JST_PUD_B08B-PUDSS_2x04_P2.00mm_Vertical JST PUD series connector, B08B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 8 8 Connector_JST JST_PUD_B10B-PUDSS_2x05_P2.00mm_Vertical JST PUD series connector, B10B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 10 10 Connector_JST JST_PUD_B12B-PUDSS_2x06_P2.00mm_Vertical JST PUD series connector, B12B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 12 12 Connector_JST JST_PUD_B14B-PUDSS_2x07_P2.00mm_Vertical JST PUD series connector, B14B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 14 14 Connector_JST JST_PUD_B16B-PUDSS_2x08_P2.00mm_Vertical JST PUD series connector, B16B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 16 16 Connector_JST JST_PUD_B18B-PUDSS_2x09_P2.00mm_Vertical JST PUD series connector, B18B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 18 18 Connector_JST JST_PUD_B20B-PUDSS_2x10_P2.00mm_Vertical JST PUD series connector, B20B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 20 20 Connector_JST JST_PUD_B22B-PUDSS_2x11_P2.00mm_Vertical JST PUD series connector, B22B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 22 22 Connector_JST JST_PUD_B24B-PUDSS_2x12_P2.00mm_Vertical JST PUD series connector, B24B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 24 24 Connector_JST JST_PUD_B26B-PUDSS_2x13_P2.00mm_Vertical JST PUD series connector, B26B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 26 26 Connector_JST JST_PUD_B28B-PUDSS_2x14_P2.00mm_Vertical JST PUD series connector, B28B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 28 28 Connector_JST JST_PUD_B30B-PUDSS_2x15_P2.00mm_Vertical JST PUD series connector, B30B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 30 30 Connector_JST JST_PUD_B32B-PUDSS_2x16_P2.00mm_Vertical JST PUD series connector, B32B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 32 32 Connector_JST JST_PUD_B34B-PUDSS_2x17_P2.00mm_Vertical JST PUD series connector, B34B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 34 34 Connector_JST JST_PUD_B36B-PUDSS_2x18_P2.00mm_Vertical JST PUD series connector, B36B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 36 36 Connector_JST JST_PUD_B38B-PUDSS_2x19_P2.00mm_Vertical JST PUD series connector, B38B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 38 38 Connector_JST JST_PUD_B40B-PUDSS_2x20_P2.00mm_Vertical JST PUD series connector, B40B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 40 40 Connector_JST JST_PUD_S08B-PUDSS-1_2x04_P2.00mm_Horizontal JST PUD series connector, S08B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 8 8 Connector_JST JST_PUD_S10B-PUDSS-1_2x05_P2.00mm_Horizontal JST PUD series connector, S10B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 10 10 Connector_JST JST_PUD_S12B-PUDSS-1_2x06_P2.00mm_Horizontal JST PUD series connector, S12B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 12 12 Connector_JST JST_PUD_S14B-PUDSS-1_2x07_P2.00mm_Horizontal JST PUD series connector, S14B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 14 14 Connector_JST JST_PUD_S16B-PUDSS-1_2x08_P2.00mm_Horizontal JST PUD series connector, S16B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 16 16 Connector_JST JST_PUD_S18B-PUDSS-1_2x09_P2.00mm_Horizontal JST PUD series connector, S18B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 18 18 Connector_JST JST_PUD_S20B-PUDSS-1_2x10_P2.00mm_Horizontal JST PUD series connector, S20B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 20 20 Connector_JST JST_PUD_S22B-PUDSS-1_2x11_P2.00mm_Horizontal JST PUD series connector, S22B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 22 22 Connector_JST JST_PUD_S24B-PUDSS-1_2x12_P2.00mm_Horizontal JST PUD series connector, S24B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 24 24 Connector_JST JST_PUD_S26B-PUDSS-1_2x13_P2.00mm_Horizontal JST PUD series connector, S26B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 26 26 Connector_JST JST_PUD_S28B-PUDSS-1_2x14_P2.00mm_Horizontal JST PUD series connector, S28B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 28 28 Connector_JST JST_PUD_S30B-PUDSS-1_2x15_P2.00mm_Horizontal JST PUD series connector, S30B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 30 30 Connector_JST JST_PUD_S32B-PUDSS-1_2x16_P2.00mm_Horizontal JST PUD series connector, S32B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 32 32 Connector_JST JST_PUD_S34B-PUDSS-1_2x17_P2.00mm_Horizontal JST PUD series connector, S34B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 34 34 Connector_JST JST_PUD_S36B-PUDSS-1_2x18_P2.00mm_Horizontal JST PUD series connector, S36B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 36 36 Connector_JST JST_PUD_S38B-PUDSS-1_2x19_P2.00mm_Horizontal JST PUD series connector, S38B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 38 38 Connector_JST JST_PUD_S40B-PUDSS-1_2x20_P2.00mm_Horizontal JST PUD series connector, S40B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 40 40 Connector_JST JST_SFH_SM02B-SFHRS-TF_1x02-1MP_P4.20mm_Horizontal JST SFH series connector, SM02B-SFHRS-TF (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf), generated with kicad-footprint-generator connector JST SFH horizontal 0 4 3 Connector_JST JST_SHL_SM02B-SHLS-TF_1x02-1MP_P1.00mm_Horizontal JST SHL series connector, SM02B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 4 3 Connector_JST JST_SHL_SM05B-SHLS-TF_1x05-1MP_P1.00mm_Horizontal JST SHL series connector, SM05B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 7 6 Connector_JST JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal JST SHL series connector, SM06B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 8 7 Connector_JST JST_SHL_SM07B-SHLS-TF_1x07-1MP_P1.00mm_Horizontal JST SHL series connector, SM07B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 9 8 Connector_JST JST_SHL_SM08B-SHLS-TF_1x08-1MP_P1.00mm_Horizontal JST SHL series connector, SM08B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 10 9 Connector_JST JST_SHL_SM10B-SHLS-TF_1x10-1MP_P1.00mm_Horizontal JST SHL series connector, SM10B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 12 11 Connector_JST JST_SHL_SM11B-SHLS-TF_1x11-1MP_P1.00mm_Horizontal JST SHL series connector, SM11B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 13 12 Connector_JST JST_SHL_SM12B-SHLS-TF_1x12-1MP_P1.00mm_Horizontal JST SHL series connector, SM12B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 14 13 Connector_JST JST_SHL_SM14B-SHLS-TF_1x14-1MP_P1.00mm_Horizontal JST SHL series connector, SM14B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 16 15 Connector_JST JST_SHL_SM16B-SHLS-TF_1x16-1MP_P1.00mm_Horizontal JST SHL series connector, SM16B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 18 17 Connector_JST JST_SHL_SM20B-SHLS-TF_1x20-1MP_P1.00mm_Horizontal JST SHL series connector, SM20B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 22 21 Connector_JST JST_SHL_SM22B-SHLS-TF_1x22-1MP_P1.00mm_Horizontal JST SHL series connector, SM22B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 24 23 Connector_JST JST_SHL_SM26B-SHLS-TF_1x26-1MP_P1.00mm_Horizontal JST SHL series connector, SM26B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 28 27 Connector_JST JST_SHL_SM30B-SHLS-TF_1x30-1MP_P1.00mm_Horizontal JST SHL series connector, SM30B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 32 31 Connector_JST JST_SH_BM02B-SRSS-TB_1x02-1MP_P1.00mm_Vertical JST SH series connector, BM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 4 3 Connector_JST JST_SH_BM03B-SRSS-TB_1x03-1MP_P1.00mm_Vertical JST SH series connector, BM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 5 4 Connector_JST JST_SH_BM04B-SRSS-TB_1x04-1MP_P1.00mm_Vertical JST SH series connector, BM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 6 5 Connector_JST JST_SH_BM05B-SRSS-TB_1x05-1MP_P1.00mm_Vertical JST SH series connector, BM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 7 6 Connector_JST JST_SH_BM06B-SRSS-TB_1x06-1MP_P1.00mm_Vertical JST SH series connector, BM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 8 7 Connector_JST JST_SH_BM07B-SRSS-TB_1x07-1MP_P1.00mm_Vertical JST SH series connector, BM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 9 8 Connector_JST JST_SH_BM08B-SRSS-TB_1x08-1MP_P1.00mm_Vertical JST SH series connector, BM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 10 9 Connector_JST JST_SH_BM09B-SRSS-TB_1x09-1MP_P1.00mm_Vertical JST SH series connector, BM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 11 10 Connector_JST JST_SH_BM10B-SRSS-TB_1x10-1MP_P1.00mm_Vertical JST SH series connector, BM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 12 11 Connector_JST JST_SH_BM11B-SRSS-TB_1x11-1MP_P1.00mm_Vertical JST SH series connector, BM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 13 12 Connector_JST JST_SH_BM12B-SRSS-TB_1x12-1MP_P1.00mm_Vertical JST SH series connector, BM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 14 13 Connector_JST JST_SH_BM13B-SRSS-TB_1x13-1MP_P1.00mm_Vertical JST SH series connector, BM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 15 14 Connector_JST JST_SH_BM14B-SRSS-TB_1x14-1MP_P1.00mm_Vertical JST SH series connector, BM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 16 15 Connector_JST JST_SH_BM15B-SRSS-TB_1x15-1MP_P1.00mm_Vertical JST SH series connector, BM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 17 16 Connector_JST JST_SH_SM02B-SRSS-TB_1x02-1MP_P1.00mm_Horizontal JST SH series connector, SM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 4 3 Connector_JST JST_SH_SM03B-SRSS-TB_1x03-1MP_P1.00mm_Horizontal JST SH series connector, SM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 5 4 Connector_JST JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal JST SH series connector, SM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 6 5 Connector_JST JST_SH_SM05B-SRSS-TB_1x05-1MP_P1.00mm_Horizontal JST SH series connector, SM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 7 6 Connector_JST JST_SH_SM06B-SRSS-TB_1x06-1MP_P1.00mm_Horizontal JST SH series connector, SM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 8 7 Connector_JST JST_SH_SM07B-SRSS-TB_1x07-1MP_P1.00mm_Horizontal JST SH series connector, SM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 9 8 Connector_JST JST_SH_SM08B-SRSS-TB_1x08-1MP_P1.00mm_Horizontal JST SH series connector, SM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 10 9 Connector_JST JST_SH_SM09B-SRSS-TB_1x09-1MP_P1.00mm_Horizontal JST SH series connector, SM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 11 10 Connector_JST JST_SH_SM10B-SRSS-TB_1x10-1MP_P1.00mm_Horizontal JST SH series connector, SM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 12 11 Connector_JST JST_SH_SM11B-SRSS-TB_1x11-1MP_P1.00mm_Horizontal JST SH series connector, SM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 13 12 Connector_JST JST_SH_SM12B-SRSS-TB_1x12-1MP_P1.00mm_Horizontal JST SH series connector, SM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 14 13 Connector_JST JST_SH_SM13B-SRSS-TB_1x13-1MP_P1.00mm_Horizontal JST SH series connector, SM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 15 14 Connector_JST JST_SH_SM14B-SRSS-TB_1x14-1MP_P1.00mm_Horizontal JST SH series connector, SM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 16 15 Connector_JST JST_SH_SM15B-SRSS-TB_1x15-1MP_P1.00mm_Horizontal JST SH series connector, SM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 17 16 Connector_JST JST_SH_SM20B-SRSS-TB_1x20-1MP_P1.00mm_Horizontal JST SH series connector, SM20B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 22 21 Connector_JST JST_SUR_BM02B-SURS-TF_1x02-1MP_P0.80mm_Vertical JST SUR series connector, BM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 4 3 Connector_JST JST_SUR_BM03B-SURS-TF_1x03-1MP_P0.80mm_Vertical JST SUR series connector, BM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 5 4 Connector_JST JST_SUR_BM04B-SURS-TF_1x04-1MP_P0.80mm_Vertical JST SUR series connector, BM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 6 5 Connector_JST JST_SUR_BM05B-SURS-TF_1x05-1MP_P0.80mm_Vertical JST SUR series connector, BM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 7 6 Connector_JST JST_SUR_BM06B-SURS-TF_1x06-1MP_P0.80mm_Vertical JST SUR series connector, BM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 8 7 Connector_JST JST_SUR_BM08B-SURS-TF_1x08-1MP_P0.80mm_Vertical JST SUR series connector, BM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 10 9 Connector_JST JST_SUR_BM10B-SURS-TF_1x10-1MP_P0.80mm_Vertical JST SUR series connector, BM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 12 11 Connector_JST JST_SUR_BM12B-SURS-TF_1x12-1MP_P0.80mm_Vertical JST SUR series connector, BM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 14 13 Connector_JST JST_SUR_BM14B-SURS-TF_1x14-1MP_P0.80mm_Vertical JST SUR series connector, BM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 16 15 Connector_JST JST_SUR_BM15B-SURS-TF_1x15-1MP_P0.80mm_Vertical JST SUR series connector, BM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 17 16 Connector_JST JST_SUR_BM16B-SURS-TF_1x16-1MP_P0.80mm_Vertical JST SUR series connector, BM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 18 17 Connector_JST JST_SUR_BM17B-SURS-TF_1x17-1MP_P0.80mm_Vertical JST SUR series connector, BM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 19 18 Connector_JST JST_SUR_BM20B-SURS-TF_1x20-1MP_P0.80mm_Vertical JST SUR series connector, BM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 22 21 Connector_JST JST_SUR_SM02B-SURS-TF_1x02-1MP_P0.80mm_Horizontal JST SUR series connector, SM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 4 3 Connector_JST JST_SUR_SM03B-SURS-TF_1x03-1MP_P0.80mm_Horizontal JST SUR series connector, SM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 5 4 Connector_JST JST_SUR_SM04B-SURS-TF_1x04-1MP_P0.80mm_Horizontal JST SUR series connector, SM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 6 5 Connector_JST JST_SUR_SM05B-SURS-TF_1x05-1MP_P0.80mm_Horizontal JST SUR series connector, SM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 7 6 Connector_JST JST_SUR_SM06B-SURS-TF_1x06-1MP_P0.80mm_Horizontal JST SUR series connector, SM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 8 7 Connector_JST JST_SUR_SM08B-SURS-TF_1x08-1MP_P0.80mm_Horizontal JST SUR series connector, SM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 10 9 Connector_JST JST_SUR_SM10B-SURS-TF_1x10-1MP_P0.80mm_Horizontal JST SUR series connector, SM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 12 11 Connector_JST JST_SUR_SM12B-SURS-TF_1x12-1MP_P0.80mm_Horizontal JST SUR series connector, SM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 14 13 Connector_JST JST_SUR_SM14B-SURS-TF_1x14-1MP_P0.80mm_Horizontal JST SUR series connector, SM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 16 15 Connector_JST JST_SUR_SM15B-SURS-TF_1x15-1MP_P0.80mm_Horizontal JST SUR series connector, SM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 17 16 Connector_JST JST_SUR_SM16B-SURS-TF_1x16-1MP_P0.80mm_Horizontal JST SUR series connector, SM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 18 17 Connector_JST JST_SUR_SM17B-SURS-TF_1x17-1MP_P0.80mm_Horizontal JST SUR series connector, SM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 19 18 Connector_JST JST_SUR_SM20B-SURS-TF_1x20-1MP_P0.80mm_Horizontal JST SUR series connector, SM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 22 21 Connector_JST JST_SUR_SM22B-SURS-TF_1x22-1MP_P0.80mm_Horizontal JST SUR series connector, SM22B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 24 23 Connector_JST JST_VH_B2P-VH-B_1x02_P3.96mm_Vertical JST VH PBT series connector, B2P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 2 2 Connector_JST JST_VH_B2P-VH-FB-B_1x02_P3.96mm_Vertical JST VH series connector, B2P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 2 2 Connector_JST JST_VH_B2P-VH_1x02_P3.96mm_Vertical JST VH series connector, B2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 2 2 Connector_JST JST_VH_B2P3-VH_1x02_P7.92mm_Vertical JST VH series connector, B2P3-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 2 2 Connector_JST JST_VH_B2PS-VH_1x02_P3.96mm_Horizontal JST VH series connector, B2PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 2 2 Connector_JST JST_VH_B3P-VH-B_1x03_P3.96mm_Vertical JST VH PBT series connector, B3P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 3 3 Connector_JST JST_VH_B3P-VH-FB-B_1x03_P3.96mm_Vertical JST VH series connector, B3P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 3 3 Connector_JST JST_VH_B3P-VH_1x03_P3.96mm_Vertical JST VH series connector, B3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 3 3 Connector_JST JST_VH_B3PS-VH_1x03_P3.96mm_Horizontal JST VH series connector, B3PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 3 3 Connector_JST JST_VH_B4P-VH-B_1x04_P3.96mm_Vertical JST VH PBT series connector, B4P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 4 4 Connector_JST JST_VH_B4P-VH-FB-B_1x04_P3.96mm_Vertical JST VH series connector, B4P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 4 4 Connector_JST JST_VH_B4P-VH_1x04_P3.96mm_Vertical JST VH series connector, B4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 4 4 Connector_JST JST_VH_B4PS-VH_1x04_P3.96mm_Horizontal JST VH series connector, B4PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 4 4 Connector_JST JST_VH_B5P-VH-B_1x05_P3.96mm_Vertical JST VH PBT series connector, B5P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 5 5 Connector_JST JST_VH_B5P-VH-FB-B_1x05_P3.96mm_Vertical JST VH series connector, B5P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 5 5 Connector_JST JST_VH_B5P-VH_1x05_P3.96mm_Vertical JST VH series connector, B5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 5 5 Connector_JST JST_VH_B5PS-VH_1x05_P3.96mm_Horizontal JST VH series connector, B5PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 5 5 Connector_JST JST_VH_B6P-VH-B_1x06_P3.96mm_Vertical JST VH PBT series connector, B6P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 6 6 Connector_JST JST_VH_B6P-VH-FB-B_1x06_P3.96mm_Vertical JST VH series connector, B6P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 6 6 Connector_JST JST_VH_B6P-VH_1x06_P3.96mm_Vertical JST VH series connector, B6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 6 6 Connector_JST JST_VH_B6PS-VH_1x06_P3.96mm_Horizontal JST VH series connector, B6PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 6 6 Connector_JST JST_VH_B7P-VH-B_1x07_P3.96mm_Vertical JST VH PBT series connector, B7P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 7 7 Connector_JST JST_VH_B7P-VH-FB-B_1x07_P3.96mm_Vertical JST VH series connector, B7P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 7 7 Connector_JST JST_VH_B7P-VH_1x07_P3.96mm_Vertical JST VH series connector, B7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 7 7 Connector_JST JST_VH_B7PS-VH_1x07_P3.96mm_Horizontal JST VH series connector, B7PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 7 7 Connector_JST JST_VH_B8P-VH-B_1x08_P3.96mm_Vertical JST VH PBT series connector, B8P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 8 8 Connector_JST JST_VH_B8P-VH-FB-B_1x08_P3.96mm_Vertical JST VH series connector, B8P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 8 8 Connector_JST JST_VH_B8P-VH_1x08_P3.96mm_Vertical JST VH series connector, B8P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 8 8 Connector_JST JST_VH_B8PS-VH_1x08_P3.96mm_Horizontal JST VH series connector, B8PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 8 8 Connector_JST JST_VH_B9P-VH-B_1x09_P3.96mm_Vertical JST VH PBT series connector, B9P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 9 9 Connector_JST JST_VH_B9P-VH-FB-B_1x09_P3.96mm_Vertical JST VH series connector, B9P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 9 9 Connector_JST JST_VH_B9P-VH_1x09_P3.96mm_Vertical JST VH series connector, B9P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 9 9 Connector_JST JST_VH_B9PS-VH_1x09_P3.96mm_Horizontal JST VH series connector, B9PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 9 9 Connector_JST JST_VH_B10P-VH-B_1x10_P3.96mm_Vertical JST VH PBT series connector, B10P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 10 10 Connector_JST JST_VH_B10P-VH-FB-B_1x10_P3.96mm_Vertical JST VH series connector, B10P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 10 10 Connector_JST JST_VH_B10P-VH_1x10_P3.96mm_Vertical JST VH series connector, B10P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 10 10 Connector_JST JST_VH_B10PS-VH_1x10_P3.96mm_Horizontal JST VH series connector, B10PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 10 10 Connector_JST JST_VH_B11P-VH-B_1x11_P3.96mm_Vertical JST VH PBT series connector, B11P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH vertical 0 11 11 Connector_JST JST_VH_S2P-VH_1x02_P3.96mm_Horizontal JST VH series connector, S2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 2 2 Connector_JST JST_VH_S3P-VH_1x03_P3.96mm_Horizontal JST VH series connector, S3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 3 3 Connector_JST JST_VH_S4P-VH_1x04_P3.96mm_Horizontal JST VH series connector, S4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 4 4 Connector_JST JST_VH_S5P-VH_1x05_P3.96mm_Horizontal JST VH series connector, S5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 5 5 Connector_JST JST_VH_S6P-VH_1x06_P3.96mm_Horizontal JST VH series connector, S6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 6 6 Connector_JST JST_VH_S7P-VH_1x07_P3.96mm_Horizontal JST VH series connector, S7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 7 7 Connector_JST JST_XAG_SM05B-XAGKS-BN-TB_1x05-1MP_P2.50mm_Horizontal JST XAG series connector, SM05B-XAGKS-BN-TB (http://www.jst-mfg.com/product/pdf/eng/eXAG.pdf), generated with kicad-footprint-generator connector JST XAG top entry 0 7 6 Connector_JST JST_XH_B1B-XH-AM_1x01_P2.50mm_Vertical JST XH series connector, B1B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 1 1 Connector_JST JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 2 2 Connector_JST JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical JST XH series connector, B2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 2 2 Connector_JST JST_XH_B3B-XH-AM_1x03_P2.50mm_Vertical JST XH series connector, B3B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 3 3 Connector_JST JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 3 3 Connector_JST JST_XH_B4B-XH-AM_1x04_P2.50mm_Vertical JST XH series connector, B4B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 4 4 Connector_JST JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 4 4 Connector_JST JST_XH_B5B-XH-AM_1x05_P2.50mm_Vertical JST XH series connector, B5B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 5 5 Connector_JST JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical JST XH series connector, B5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 5 5 Connector_JST JST_XH_B6B-XH-AM_1x06_P2.50mm_Vertical JST XH series connector, B6B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 6 6 Connector_JST JST_XH_B6B-XH-A_1x06_P2.50mm_Vertical JST XH series connector, B6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 6 6 Connector_JST JST_XH_B7B-XH-AM_1x07_P2.50mm_Vertical JST XH series connector, B7B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 7 7 Connector_JST JST_XH_B7B-XH-A_1x07_P2.50mm_Vertical JST XH series connector, B7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 7 7 Connector_JST JST_XH_B8B-XH-AM_1x08_P2.50mm_Vertical JST XH series connector, B8B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 8 8 Connector_JST JST_XH_B8B-XH-A_1x08_P2.50mm_Vertical JST XH series connector, B8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 8 8 Connector_JST JST_XH_B9B-XH-AM_1x09_P2.50mm_Vertical JST XH series connector, B9B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 9 9 Connector_JST JST_XH_B9B-XH-A_1x09_P2.50mm_Vertical JST XH series connector, B9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 9 9 Connector_JST JST_XH_B10B-XH-AM_1x10_P2.50mm_Vertical JST XH series connector, B10B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 10 10 Connector_JST JST_XH_B10B-XH-A_1x10_P2.50mm_Vertical JST XH series connector, B10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 10 10 Connector_JST JST_XH_B11B-XH-A_1x11_P2.50mm_Vertical JST XH series connector, B11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 11 11 Connector_JST JST_XH_B12B-XH-AM_1x12_P2.50mm_Vertical JST XH series connector, B12B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 12 12 Connector_JST JST_XH_B12B-XH-A_1x12_P2.50mm_Vertical JST XH series connector, B12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 12 12 Connector_JST JST_XH_B13B-XH-A_1x13_P2.50mm_Vertical JST XH series connector, B13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 13 13 Connector_JST JST_XH_B14B-XH-A_1x14_P2.50mm_Vertical JST XH series connector, B14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 14 14 Connector_JST JST_XH_B15B-XH-A_1x15_P2.50mm_Vertical JST XH series connector, B15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 15 15 Connector_JST JST_XH_B16B-XH-A_1x16_P2.50mm_Vertical JST XH series connector, B16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 16 16 Connector_JST JST_XH_B20B-XH-A_1x20_P2.50mm_Vertical JST XH series connector, B20B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 20 20 Connector_JST JST_XH_S2B-XH-A-1_1x02_P2.50mm_Horizontal JST XH series connector, S2B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 2 2 Connector_JST JST_XH_S2B-XH-A_1x02_P2.50mm_Horizontal JST XH series connector, S2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 2 2 Connector_JST JST_XH_S3B-XH-A-1_1x03_P2.50mm_Horizontal JST XH series connector, S3B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 3 3 Connector_JST JST_XH_S3B-XH-A_1x03_P2.50mm_Horizontal JST XH series connector, S3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 3 3 Connector_JST JST_XH_S4B-XH-A-1_1x04_P2.50mm_Horizontal JST XH series connector, S4B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 4 4 Connector_JST JST_XH_S4B-XH-A_1x04_P2.50mm_Horizontal JST XH series connector, S4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 4 4 Connector_JST JST_XH_S5B-XH-A-1_1x05_P2.50mm_Horizontal JST XH series connector, S5B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 5 5 Connector_JST JST_XH_S5B-XH-A_1x05_P2.50mm_Horizontal JST XH series connector, S5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 5 5 Connector_JST JST_XH_S6B-XH-A-1_1x06_P2.50mm_Horizontal JST XH series connector, S6B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 6 6 Connector_JST JST_XH_S6B-XH-A_1x06_P2.50mm_Horizontal JST XH series connector, S6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 6 6 Connector_JST JST_XH_S7B-XH-A-1_1x07_P2.50mm_Horizontal JST XH series connector, S7B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 7 7 Connector_JST JST_XH_S7B-XH-A_1x07_P2.50mm_Horizontal JST XH series connector, S7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 7 7 Connector_JST JST_XH_S8B-XH-A-1_1x08_P2.50mm_Horizontal JST XH series connector, S8B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 8 8 Connector_JST JST_XH_S8B-XH-A_1x08_P2.50mm_Horizontal JST XH series connector, S8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 8 8 Connector_JST JST_XH_S9B-XH-A-1_1x09_P2.50mm_Horizontal JST XH series connector, S9B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 9 9 Connector_JST JST_XH_S9B-XH-A_1x09_P2.50mm_Horizontal JST XH series connector, S9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 9 9 Connector_JST JST_XH_S10B-XH-A-1_1x10_P2.50mm_Horizontal JST XH series connector, S10B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 10 10 Connector_JST JST_XH_S10B-XH-A_1x10_P2.50mm_Horizontal JST XH series connector, S10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 10 10 Connector_JST JST_XH_S11B-XH-A-1_1x11_P2.50mm_Horizontal JST XH series connector, S11B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 11 11 Connector_JST JST_XH_S11B-XH-A_1x11_P2.50mm_Horizontal JST XH series connector, S11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 11 11 Connector_JST JST_XH_S12B-XH-A-1_1x12_P2.50mm_Horizontal JST XH series connector, S12B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 12 12 Connector_JST JST_XH_S12B-XH-A_1x12_P2.50mm_Horizontal JST XH series connector, S12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 12 12 Connector_JST JST_XH_S13B-XH-A-1_1x13_P2.50mm_Horizontal JST XH series connector, S13B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 13 13 Connector_JST JST_XH_S13B-XH-A_1x13_P2.50mm_Horizontal JST XH series connector, S13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 13 13 Connector_JST JST_XH_S14B-XH-A-1_1x14_P2.50mm_Horizontal JST XH series connector, S14B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 14 14 Connector_JST JST_XH_S14B-XH-A_1x14_P2.50mm_Horizontal JST XH series connector, S14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 14 14 Connector_JST JST_XH_S15B-XH-A-1_1x15_P2.50mm_Horizontal JST XH series connector, S15B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 15 15 Connector_JST JST_XH_S15B-XH-A_1x15_P2.50mm_Horizontal JST XH series connector, S15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 15 15 Connector_JST JST_XH_S16B-XH-A_1x16_P2.50mm_Horizontal JST XH series connector, S16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 16 16 Connector_JST JST_ZE_B02B-ZESK-1D_1x02_P1.50mm_Vertical JST ZE series connector, B02B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 2 2 Connector_JST JST_ZE_B03B-ZESK-1D_1x03_P1.50mm_Vertical JST ZE series connector, B03B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 3 3 Connector_JST JST_ZE_B03B-ZESK-D_1x03_P1.50mm_Vertical JST ZE series connector, B03B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 3 3 Connector_JST JST_ZE_B04B-ZESK-1D_1x04_P1.50mm_Vertical JST ZE series connector, B04B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 4 4 Connector_JST JST_ZE_B04B-ZESK-D_1x04_P1.50mm_Vertical JST ZE series connector, B04B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 4 4 Connector_JST JST_ZE_B05B-ZESK-1D_1x05_P1.50mm_Vertical JST ZE series connector, B05B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 5 5 Connector_JST JST_ZE_B05B-ZESK-D_1x05_P1.50mm_Vertical JST ZE series connector, B05B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 5 5 Connector_JST JST_ZE_B06B-ZESK-1D_1x06_P1.50mm_Vertical JST ZE series connector, B06B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 6 6 Connector_JST JST_ZE_B06B-ZESK-D_1x06_P1.50mm_Vertical JST ZE series connector, B06B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 6 6 Connector_JST JST_ZE_B07B-ZESK-1D_1x07_P1.50mm_Vertical JST ZE series connector, B07B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 7 7 Connector_JST JST_ZE_B07B-ZESK-D_1x07_P1.50mm_Vertical JST ZE series connector, B07B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 7 7 Connector_JST JST_ZE_B08B-ZESK-1D_1x08_P1.50mm_Vertical JST ZE series connector, B08B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 8 8 Connector_JST JST_ZE_B08B-ZESK-D_1x08_P1.50mm_Vertical JST ZE series connector, B08B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 8 8 Connector_JST JST_ZE_B09B-ZESK-1D_1x09_P1.50mm_Vertical JST ZE series connector, B09B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 9 9 Connector_JST JST_ZE_B09B-ZESK-D_1x09_P1.50mm_Vertical JST ZE series connector, B09B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 9 9 Connector_JST JST_ZE_B10B-ZESK-1D_1x10_P1.50mm_Vertical JST ZE series connector, B10B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 10 10 Connector_JST JST_ZE_B10B-ZESK-D_1x10_P1.50mm_Vertical JST ZE series connector, B10B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 10 10 Connector_JST JST_ZE_B11B-ZESK-1D_1x11_P1.50mm_Vertical JST ZE series connector, B11B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 11 11 Connector_JST JST_ZE_B11B-ZESK-D_1x11_P1.50mm_Vertical JST ZE series connector, B11B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 11 11 Connector_JST JST_ZE_B12B-ZESK-1D_1x12_P1.50mm_Vertical JST ZE series connector, B12B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 12 12 Connector_JST JST_ZE_B12B-ZESK-D_1x12_P1.50mm_Vertical JST ZE series connector, B12B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 12 12 Connector_JST JST_ZE_B13B-ZESK-1D_1x13_P1.50mm_Vertical JST ZE series connector, B13B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 13 13 Connector_JST JST_ZE_B13B-ZESK-D_1x13_P1.50mm_Vertical JST ZE series connector, B13B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 13 13 Connector_JST JST_ZE_B14B-ZESK-1D_1x14_P1.50mm_Vertical JST ZE series connector, B14B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 14 14 Connector_JST JST_ZE_B14B-ZESK-D_1x14_P1.50mm_Vertical JST ZE series connector, B14B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 14 14 Connector_JST JST_ZE_B15B-ZESK-1D_1x15_P1.50mm_Vertical JST ZE series connector, B15B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 15 15 Connector_JST JST_ZE_B15B-ZESK-D_1x15_P1.50mm_Vertical JST ZE series connector, B15B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 15 15 Connector_JST JST_ZE_B16B-ZESK-1D_1x16_P1.50mm_Vertical JST ZE series connector, B16B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 16 16 Connector_JST JST_ZE_B16B-ZESK-D_1x16_P1.50mm_Vertical JST ZE series connector, B16B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 16 16 Connector_JST JST_ZE_BM02B-ZESS-TBT_1x02-1MP_P1.50mm_Vertical JST ZE series connector, BM02B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 4 3 Connector_JST JST_ZE_BM03B-ZESS-TBT_1x03-1MP_P1.50mm_Vertical JST ZE series connector, BM03B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 5 4 Connector_JST JST_ZE_BM04B-ZESS-TBT_1x04-1MP_P1.50mm_Vertical JST ZE series connector, BM04B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 6 5 Connector_JST JST_ZE_BM05B-ZESS-TBT_1x05-1MP_P1.50mm_Vertical JST ZE series connector, BM05B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 7 6 Connector_JST JST_ZE_BM06B-ZESS-TBT_1x06-1MP_P1.50mm_Vertical JST ZE series connector, BM06B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 8 7 Connector_JST JST_ZE_BM07B-ZESS-TBT_1x07-1MP_P1.50mm_Vertical JST ZE series connector, BM07B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 9 8 Connector_JST JST_ZE_BM08B-ZESS-TBT_1x08-1MP_P1.50mm_Vertical JST ZE series connector, BM08B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 10 9 Connector_JST JST_ZE_BM09B-ZESS-TBT_1x09-1MP_P1.50mm_Vertical JST ZE series connector, BM09B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 11 10 Connector_JST JST_ZE_BM10B-ZESS-TBT_1x10-1MP_P1.50mm_Vertical JST ZE series connector, BM10B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 12 11 Connector_JST JST_ZE_BM11B-ZESS-TBT_1x11-1MP_P1.50mm_Vertical JST ZE series connector, BM11B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 13 12 Connector_JST JST_ZE_BM12B-ZESS-TBT_1x12-1MP_P1.50mm_Vertical JST ZE series connector, BM12B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 14 13 Connector_JST JST_ZE_BM13B-ZESS-TBT_1x13-1MP_P1.50mm_Vertical JST ZE series connector, BM13B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 15 14 Connector_JST JST_ZE_BM14B-ZESS-TBT_1x14-1MP_P1.50mm_Vertical JST ZE series connector, BM14B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 16 15 Connector_JST JST_ZE_BM15B-ZESS-TBT_1x15-1MP_P1.50mm_Vertical JST ZE series connector, BM15B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 17 16 Connector_JST JST_ZE_BM16B-ZESS-TBT_1x16-1MP_P1.50mm_Vertical JST ZE series connector, BM16B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 18 17 Connector_JST JST_ZE_S02B-ZESK-2D_1x02_P1.50mm_Horizontal JST ZE series connector, S02B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 2 2 Connector_JST JST_ZE_S03B-ZESK-2D_1x03_P1.50mm_Horizontal JST ZE series connector, S03B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 3 3 Connector_JST JST_ZE_S04B-ZESK-2D_1x04_P1.50mm_Horizontal JST ZE series connector, S04B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 4 4 Connector_JST JST_ZE_S05B-ZESK-2D_1x05_P1.50mm_Horizontal JST ZE series connector, S05B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 5 5 Connector_JST JST_ZE_S06B-ZESK-2D_1x06_P1.50mm_Horizontal JST ZE series connector, S06B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 6 6 Connector_JST JST_ZE_S07B-ZESK-2D_1x07_P1.50mm_Horizontal JST ZE series connector, S07B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 7 7 Connector_JST JST_ZE_S08B-ZESK-2D_1x08_P1.50mm_Horizontal JST ZE series connector, S08B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 8 8 Connector_JST JST_ZE_S09B-ZESK-2D_1x09_P1.50mm_Horizontal JST ZE series connector, S09B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 9 9 Connector_JST JST_ZE_S10B-ZESK-2D_1x10_P1.50mm_Horizontal JST ZE series connector, S10B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 10 10 Connector_JST JST_ZE_S11B-ZESK-2D_1x11_P1.50mm_Horizontal JST ZE series connector, S11B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 11 11 Connector_JST JST_ZE_S12B-ZESK-2D_1x12_P1.50mm_Horizontal JST ZE series connector, S12B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 12 12 Connector_JST JST_ZE_S13B-ZESK-2D_1x13_P1.50mm_Horizontal JST ZE series connector, S13B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 13 13 Connector_JST JST_ZE_S14B-ZESK-2D_1x14_P1.50mm_Horizontal JST ZE series connector, S14B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 14 14 Connector_JST JST_ZE_S15B-ZESK-2D_1x15_P1.50mm_Horizontal JST ZE series connector, S15B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 15 15 Connector_JST JST_ZE_S16B-ZESK-2D_1x16_P1.50mm_Horizontal JST ZE series connector, S16B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 16 16 Connector_JST JST_ZE_SM02B-ZESS-TB_1x02-1MP_P1.50mm_Horizontal JST ZE series connector, SM02B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 4 3 Connector_JST JST_ZE_SM03B-ZESS-TB_1x03-1MP_P1.50mm_Horizontal JST ZE series connector, SM03B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 5 4 Connector_JST JST_ZE_SM04B-ZESS-TB_1x04-1MP_P1.50mm_Horizontal JST ZE series connector, SM04B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 6 5 Connector_JST JST_ZE_SM05B-ZESS-TB_1x05-1MP_P1.50mm_Horizontal JST ZE series connector, SM05B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 7 6 Connector_JST JST_ZE_SM06B-ZESS-TB_1x06-1MP_P1.50mm_Horizontal JST ZE series connector, SM06B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 8 7 Connector_JST JST_ZE_SM07B-ZESS-TB_1x07-1MP_P1.50mm_Horizontal JST ZE series connector, SM07B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 9 8 Connector_JST JST_ZE_SM08B-ZESS-TB_1x08-1MP_P1.50mm_Horizontal JST ZE series connector, SM08B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 10 9 Connector_JST JST_ZE_SM09B-ZESS-TB_1x09-1MP_P1.50mm_Horizontal JST ZE series connector, SM09B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 11 10 Connector_JST JST_ZE_SM10B-ZESS-TB_1x10-1MP_P1.50mm_Horizontal JST ZE series connector, SM10B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 12 11 Connector_JST JST_ZE_SM11B-ZESS-TB_1x11-1MP_P1.50mm_Horizontal JST ZE series connector, SM11B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 13 12 Connector_JST JST_ZE_SM12B-ZESS-TB_1x12-1MP_P1.50mm_Horizontal JST ZE series connector, SM12B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 14 13 Connector_JST JST_ZE_SM13B-ZESS-TB_1x13-1MP_P1.50mm_Horizontal JST ZE series connector, SM13B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 15 14 Connector_JST JST_ZE_SM14B-ZESS-TB_1x14-1MP_P1.50mm_Horizontal JST ZE series connector, SM14B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 16 15 Connector_JST JST_ZE_SM15B-ZESS-TB_1x15-1MP_P1.50mm_Horizontal JST ZE series connector, SM15B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 17 16 Connector_JST JST_ZE_SM16B-ZESS-TB_1x16-1MP_P1.50mm_Horizontal JST ZE series connector, SM16B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 18 17 Connector_Molex Molex_CLIK-Mate_502382-0270_1x02-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502382-0370_1x03-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502382-0470_1x04-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502382-0570_1x05-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502382-0670_1x06-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0670 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502382-0770_1x07-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0770 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502382-0870_1x08-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0870 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502382-0970_1x09-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0970 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502382-1070_1x10-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1070 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502382-1170_1x11-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1170 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 13 12 Connector_Molex Molex_CLIK-Mate_502382-1270_1x12-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502382-1370_1x13-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502382-1470_1x14-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502382-1570_1x15-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502386-0270_1x02-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502386-0370_1x03-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502386-0470_1x04-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502386-0570_1x05-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502386-0670_1x06-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0670 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502386-0770_1x07-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0770 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502386-0870_1x08-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0870 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502386-0970_1x09-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0970 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502386-1070_1x10-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1070 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502386-1170_1x11-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1170 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 13 12 Connector_Molex Molex_CLIK-Mate_502386-1270_1x12-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502386-1370_1x13-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502386-1470_1x14-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502386-1570_1x15-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502443-0270_1x02-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502443-0370_1x03-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502443-0470_1x04-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502443-0570_1x05-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502443-0670_1x06-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0670 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502443-0770_1x07-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0770 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502443-0870_1x08-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0870 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502443-0970_1x09-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0970 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502443-1270_1x12-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502443-1370_1x13-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502443-1470_1x14-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502443-1570_1x15-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502494-0270_1x02-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502494-0370_1x03-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502494-0470_1x04-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502494-0670_1x06-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0670 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502494-0870_1x08-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0870 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502494-1070_1x10-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1070 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502494-1270_1x12-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502494-1370_1x13-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502494-1470_1x14-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502494-1570_1x15-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1570 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502585-0270_1x02-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502585-0370_1x03-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502585-0470_1x04-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502585-0570_1x05-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502585-0670_1x06-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0670 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502585-0770_1x07-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0770 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502585-0870_1x08-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0870 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502585-0970_1x09-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0970 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502585-1070_1x10-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1070 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502585-1170_1x11-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1170 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 13 12 Connector_Molex Molex_CLIK-Mate_502585-1270_1x12-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502585-1370_1x13-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502585-1470_1x14-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502585-1570_1x15-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 17 16 Connector_Molex Molex_CLIK-Mate_505405-0270_1x02-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 4 3 Connector_Molex Molex_CLIK-Mate_505405-0370_1x03-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 5 4 Connector_Molex Molex_CLIK-Mate_505405-0470_1x04-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 6 5 Connector_Molex Molex_CLIK-Mate_505405-0570_1x05-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 7 6 Connector_Molex Molex_CLIK-Mate_505405-0670_1x06-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0670 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 8 7 Connector_Molex Molex_CLIK-Mate_505405-0770_1x07-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0770 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 9 8 Connector_Molex Molex_CLIK-Mate_505405-0870_1x08-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0870 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 10 9 Connector_Molex Molex_CLIK-Mate_505405-0970_1x09-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0970 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 11 10 Connector_Molex Molex_CLIK-Mate_505405-1070_1x10-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1070 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 12 11 Connector_Molex Molex_CLIK-Mate_505405-1170_1x11-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1170 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 13 12 Connector_Molex Molex_CLIK-Mate_505405-1270_1x12-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 14 13 Connector_Molex Molex_CLIK-Mate_505405-1370_1x13-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 15 14 Connector_Molex Molex_CLIK-Mate_505405-1470_1x14-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 16 15 Connector_Molex Molex_CLIK-Mate_505405-1570_1x15-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 17 16 Connector_Molex Molex_KK-254_AE-6410-02A_1x02_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 2 2 Connector_Molex Molex_KK-254_AE-6410-03A_1x03_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-03A example for new part number: 22-27-2031, 3 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 3 3 Connector_Molex Molex_KK-254_AE-6410-04A_1x04_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-04A example for new part number: 22-27-2041, 4 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 4 4 Connector_Molex Molex_KK-254_AE-6410-05A_1x05_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-05A example for new part number: 22-27-2051, 5 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 5 5 Connector_Molex Molex_KK-254_AE-6410-06A_1x06_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-06A example for new part number: 22-27-2061, 6 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 6 6 Connector_Molex Molex_KK-254_AE-6410-07A_1x07_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-07A example for new part number: 22-27-2071, 7 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 7 7 Connector_Molex Molex_KK-254_AE-6410-08A_1x08_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-08A example for new part number: 22-27-2081, 8 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 8 8 Connector_Molex Molex_KK-254_AE-6410-09A_1x09_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-09A example for new part number: 22-27-2091, 9 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 9 9 Connector_Molex Molex_KK-254_AE-6410-10A_1x10_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-10A example for new part number: 22-27-2101, 10 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 10 10 Connector_Molex Molex_KK-254_AE-6410-11A_1x11_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-11A example for new part number: 22-27-2111, 11 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 11 11 Connector_Molex Molex_KK-254_AE-6410-12A_1x12_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-12A example for new part number: 22-27-2121, 12 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 12 12 Connector_Molex Molex_KK-254_AE-6410-13A_1x13_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-13A example for new part number: 22-27-2131, 13 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 13 13 Connector_Molex Molex_KK-254_AE-6410-14A_1x14_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-14A example for new part number: 22-27-2141, 14 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 14 14 Connector_Molex Molex_KK-254_AE-6410-15A_1x15_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-15A example for new part number: 22-27-2151, 15 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 15 15 Connector_Molex Molex_KK-254_AE-6410-16A_1x16_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-16A example for new part number: 22-27-2161, 16 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 vertical 0 16 16 Connector_Molex Molex_KK-396_A-41791-0002_1x02_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0002 example for new part number: 26-60-4020, 2 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 2 2 Connector_Molex Molex_KK-396_A-41791-0003_1x03_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0003 example for new part number: 26-60-4030, 3 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 3 3 Connector_Molex Molex_KK-396_A-41791-0004_1x04_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0004 example for new part number: 26-60-4040, 4 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 4 4 Connector_Molex Molex_KK-396_A-41791-0005_1x05_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0005 example for new part number: 26-60-4050, 5 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 5 5 Connector_Molex Molex_KK-396_A-41791-0006_1x06_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0006 example for new part number: 26-60-4060, 6 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 6 6 Connector_Molex Molex_KK-396_A-41791-0007_1x07_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0007 example for new part number: 26-60-4070, 7 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 7 7 Connector_Molex Molex_KK-396_A-41791-0008_1x08_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0008 example for new part number: 26-60-4080, 8 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 8 8 Connector_Molex Molex_KK-396_A-41791-0009_1x09_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0009 example for new part number: 26-60-4090, 9 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 9 9 Connector_Molex Molex_KK-396_A-41791-0010_1x10_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0010 example for new part number: 26-60-4100, 10 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 10 10 Connector_Molex Molex_KK-396_A-41791-0011_1x11_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0011 example for new part number: 26-60-4110, 11 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 11 11 Connector_Molex Molex_KK-396_A-41791-0012_1x12_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0012 example for new part number: 26-60-4120, 12 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 12 12 Connector_Molex Molex_KK-396_A-41791-0013_1x13_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0013 example for new part number: 26-60-4130, 13 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 13 13 Connector_Molex Molex_KK-396_A-41791-0014_1x14_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0014 example for new part number: 26-60-4140, 14 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 14 14 Connector_Molex Molex_KK-396_A-41791-0015_1x15_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0015 example for new part number: 26-60-4150, 15 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 15 15 Connector_Molex Molex_KK-396_A-41791-0016_1x16_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0016 example for new part number: 26-60-4160, 16 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 16 16 Connector_Molex Molex_KK-396_A-41791-0017_1x17_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0017 example for new part number: 26-60-4170, 17 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 17 17 Connector_Molex Molex_KK-396_A-41791-0018_1x18_P3.96mm_Vertical Molex KK 396 Interconnect System, old/engineering part number: A-41791-0018 example for new part number: 26-60-4180, 18 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator connector Molex KK-396 vertical 0 18 18 Connector_Molex Molex_Mega-Fit_76825-0002_2x01_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0002 (compatible alternatives: 172064-0002, 172064-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 2 2 Connector_Molex Molex_Mega-Fit_76825-0004_2x02_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0004 (compatible alternatives: 172064-0004, 172064-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 4 4 Connector_Molex Molex_Mega-Fit_76825-0006_2x03_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0006 (compatible alternatives: 172064-0006, 172064-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 6 6 Connector_Molex Molex_Mega-Fit_76825-0008_2x04_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0008 (compatible alternatives: 172064-0008, 172064-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 8 8 Connector_Molex Molex_Mega-Fit_76825-0010_2x05_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0010 (compatible alternatives: 172064-0010, 172064-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 10 10 Connector_Molex Molex_Mega-Fit_76825-0012_2x06_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0012 (compatible alternatives: 172064-0012, 172064-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 12 12 Connector_Molex Molex_Mega-Fit_76829-0002_2x01_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0002 (compatible alternatives: 172065-0002, 172065-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 2 2 Connector_Molex Molex_Mega-Fit_76829-0004_2x02_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0004 (compatible alternatives: 172065-0004, 172065-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 4 4 Connector_Molex Molex_Mega-Fit_76829-0006_2x03_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0006 (compatible alternatives: 172065-0006, 172065-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 6 6 Connector_Molex Molex_Mega-Fit_76829-0008_2x04_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0008 (compatible alternatives: 172065-0008, 172065-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 8 8 Connector_Molex Molex_Mega-Fit_76829-0010_2x05_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0010 (compatible alternatives: 172065-0010, 172065-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 10 10 Connector_Molex Molex_Mega-Fit_76829-0012_2x06_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0012 (compatible alternatives: 172065-0012, 172065-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 12 12 Connector_Molex Molex_Mega-Fit_76829-0102_2x01_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0102 (compatible alternatives: 172065-0202, 172065-0302), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 2 2 Connector_Molex Molex_Mega-Fit_76829-0104_2x02_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0104 (compatible alternatives: 172065-0204, 172065-0304), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 4 4 Connector_Molex Molex_Mega-Fit_76829-0106_2x03_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0106 (compatible alternatives: 172065-0206, 172065-0306), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 6 6 Connector_Molex Molex_Mega-Fit_76829-0108_2x04_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0108 (compatible alternatives: 172065-0208, 172065-0308), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 8 8 Connector_Molex Molex_Mega-Fit_76829-0110_2x05_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0110 (compatible alternatives: 172065-0210, 172065-0310), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 10 10 Connector_Molex Molex_Mega-Fit_76829-0112_2x06_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0112 (compatible alternatives: 172065-0212, 172065-0312), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-0200_2x01_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0200 (alternative finishes: 43045-020x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43045-0210_2x01-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0210 (compatible alternatives: 43045-0211, 43045-0209), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 4 3 Connector_Molex Molex_Micro-Fit_3.0_43045-0212_2x01_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0212 (compatible alternatives: 43045-0213, 43045-0224), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43045-0215_2x01_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0215 (compatible alternatives: 43045-0216, 43045-0217), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43045-0218_2x01-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0218 (compatible alternatives: 43045-0219, 43045-0220), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 4 3 Connector_Molex Molex_Micro-Fit_3.0_43045-0221_2x01-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0221 (alternative finishes: 43045-022x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 4 3 Connector_Molex Molex_Micro-Fit_3.0_43045-0400_2x02_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0400 (alternative finishes: 43045-040x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43045-0410_2x02-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0410 (compatible alternatives: 43045-0411, 43045-0409), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 6 5 Connector_Molex Molex_Micro-Fit_3.0_43045-0412_2x02_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0412 (compatible alternatives: 43045-0413, 43045-0424), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0415 (compatible alternatives: 43045-0416, 43045-0417), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43045-0418_2x02-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0418 (compatible alternatives: 43045-0419, 43045-0420), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 6 5 Connector_Molex Molex_Micro-Fit_3.0_43045-0421_2x02-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0421 (alternative finishes: 43045-042x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 6 5 Connector_Molex Molex_Micro-Fit_3.0_43045-0600_2x03_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0600 (alternative finishes: 43045-060x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43045-0610_2x03-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0610 (compatible alternatives: 43045-0611, 43045-0609), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 8 7 Connector_Molex Molex_Micro-Fit_3.0_43045-0612_2x03_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0612 (compatible alternatives: 43045-0613, 43045-0624), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43045-0615_2x03_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0615 (compatible alternatives: 43045-0616, 43045-0617), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43045-0618_2x03-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0618 (compatible alternatives: 43045-0619, 43045-0620), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 8 7 Connector_Molex Molex_Micro-Fit_3.0_43045-0621_2x03-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0621 (alternative finishes: 43045-062x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 8 7 Connector_Molex Molex_Micro-Fit_3.0_43045-0800_2x04_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0800 (alternative finishes: 43045-080x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43045-0810_2x04-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0810 (compatible alternatives: 43045-0811, 43045-0809), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 10 9 Connector_Molex Molex_Micro-Fit_3.0_43045-0812_2x04_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0812 (compatible alternatives: 43045-0813, 43045-0824), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43045-0815_2x04_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0815 (compatible alternatives: 43045-0816, 43045-0817), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43045-0818_2x04-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0818 (compatible alternatives: 43045-0819, 43045-0820), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 10 9 Connector_Molex Molex_Micro-Fit_3.0_43045-0821_2x04-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0821 (alternative finishes: 43045-082x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 10 9 Connector_Molex Molex_Micro-Fit_3.0_43045-1000_2x05_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1000 (alternative finishes: 43045-100x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43045-1010_2x05-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1010 (compatible alternatives: 43045-1011, 43045-1009), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 12 11 Connector_Molex Molex_Micro-Fit_3.0_43045-1012_2x05_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1012 (compatible alternatives: 43045-1013, 43045-1024), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43045-1015_2x05_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1015 (compatible alternatives: 43045-1016, 43045-1017), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43045-1018_2x05-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1018 (compatible alternatives: 43045-1019, 43045-1020), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 12 11 Connector_Molex Molex_Micro-Fit_3.0_43045-1021_2x05-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1021 (alternative finishes: 43045-102x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 12 11 Connector_Molex Molex_Micro-Fit_3.0_43045-1200_2x06_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1200 (alternative finishes: 43045-120x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-1210_2x06-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1210 (compatible alternatives: 43045-1211, 43045-1209), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 14 13 Connector_Molex Molex_Micro-Fit_3.0_43045-1212_2x06_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1212 (compatible alternatives: 43045-1213, 43045-1224), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-1215_2x06_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1215 (compatible alternatives: 43045-1216, 43045-1217), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-1218_2x06-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1218 (compatible alternatives: 43045-1219, 43045-1220), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 14 13 Connector_Molex Molex_Micro-Fit_3.0_43045-1221_2x06-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1221 (alternative finishes: 43045-122x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 14 13 Connector_Molex Molex_Micro-Fit_3.0_43045-1400_2x07_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1400 (alternative finishes: 43045-140x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 14 14 Connector_Molex Molex_Micro-Fit_3.0_43045-1410_2x07-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1410 (compatible alternatives: 43045-1411, 43045-1409), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 16 15 Connector_Molex Molex_Micro-Fit_3.0_43045-1412_2x07_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1412 (compatible alternatives: 43045-1413, 43045-1424), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 14 14 Connector_Molex Molex_Micro-Fit_3.0_43045-1415_2x07_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1415 (compatible alternatives: 43045-1416, 43045-1417), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 14 14 Connector_Molex Molex_Micro-Fit_3.0_43045-1418_2x07-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1418 (compatible alternatives: 43045-1419, 43045-1420), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 16 15 Connector_Molex Molex_Micro-Fit_3.0_43045-1421_2x07-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1421 (alternative finishes: 43045-142x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 16 15 Connector_Molex Molex_Micro-Fit_3.0_43045-1600_2x08_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1600 (alternative finishes: 43045-160x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 16 16 Connector_Molex Molex_Micro-Fit_3.0_43045-1610_2x08-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1610 (compatible alternatives: 43045-1611, 43045-1609), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 18 17 Connector_Molex Molex_Micro-Fit_3.0_43045-1612_2x08_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1612 (compatible alternatives: 43045-1613, 43045-1624), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 16 16 Connector_Molex Molex_Micro-Fit_3.0_43045-1615_2x08_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1615 (compatible alternatives: 43045-1616, 43045-1617), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 16 16 Connector_Molex Molex_Micro-Fit_3.0_43045-1618_2x08-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1618 (compatible alternatives: 43045-1619, 43045-1620), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 18 17 Connector_Molex Molex_Micro-Fit_3.0_43045-1621_2x08-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1621 (alternative finishes: 43045-162x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 18 17 Connector_Molex Molex_Micro-Fit_3.0_43045-1800_2x09_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1800 (alternative finishes: 43045-180x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 18 18 Connector_Molex Molex_Micro-Fit_3.0_43045-1810_2x09-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1810 (compatible alternatives: 43045-1811, 43045-1809), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 20 19 Connector_Molex Molex_Micro-Fit_3.0_43045-1812_2x09_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1812 (compatible alternatives: 43045-1813, 43045-1824), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 18 18 Connector_Molex Molex_Micro-Fit_3.0_43045-1815_2x09_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1815 (compatible alternatives: 43045-1816, 43045-1817), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 18 18 Connector_Molex Molex_Micro-Fit_3.0_43045-1818_2x09-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1818 (compatible alternatives: 43045-1819, 43045-1820), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 20 19 Connector_Molex Molex_Micro-Fit_3.0_43045-1821_2x09-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1821 (alternative finishes: 43045-182x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 20 19 Connector_Molex Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2000 (alternative finishes: 43045-200x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 20 20 Connector_Molex Molex_Micro-Fit_3.0_43045-2010_2x10-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2010 (compatible alternatives: 43045-2011, 43045-2009), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 22 21 Connector_Molex Molex_Micro-Fit_3.0_43045-2012_2x10_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2012 (compatible alternatives: 43045-2013, 43045-2024), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 20 20 Connector_Molex Molex_Micro-Fit_3.0_43045-2015_2x10_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2015 (compatible alternatives: 43045-2016, 43045-2017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 20 20 Connector_Molex Molex_Micro-Fit_3.0_43045-2018_2x10-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2018 (compatible alternatives: 43045-2019, 43045-2020), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 22 21 Connector_Molex Molex_Micro-Fit_3.0_43045-2021_2x10-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2021 (alternative finishes: 43045-202x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 22 21 Connector_Molex Molex_Micro-Fit_3.0_43045-2200_2x11_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2200 (alternative finishes: 43045-220x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 22 22 Connector_Molex Molex_Micro-Fit_3.0_43045-2210_2x11-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2210 (compatible alternatives: 43045-2211, 43045-2209), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 24 23 Connector_Molex Molex_Micro-Fit_3.0_43045-2212_2x11_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2212 (compatible alternatives: 43045-2213, 43045-2224), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 22 22 Connector_Molex Molex_Micro-Fit_3.0_43045-2215_2x11_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2215 (compatible alternatives: 43045-2216, 43045-2217), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 22 22 Connector_Molex Molex_Micro-Fit_3.0_43045-2218_2x11-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2218 (compatible alternatives: 43045-2219, 43045-2220), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 24 23 Connector_Molex Molex_Micro-Fit_3.0_43045-2221_2x11-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2221 (alternative finishes: 43045-222x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 24 23 Connector_Molex Molex_Micro-Fit_3.0_43045-2400_2x12_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2400 (alternative finishes: 43045-240x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 24 24 Connector_Molex Molex_Micro-Fit_3.0_43045-2410_2x12-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2410 (compatible alternatives: 43045-2411, 43045-2409), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 26 25 Connector_Molex Molex_Micro-Fit_3.0_43045-2412_2x12_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2412 (compatible alternatives: 43045-2413, 43045-2424), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 24 24 Connector_Molex Molex_Micro-Fit_3.0_43045-2415_2x12_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2415 (compatible alternatives: 43045-2416, 43045-2417), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 24 24 Connector_Molex Molex_Micro-Fit_3.0_43045-2418_2x12-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2418 (compatible alternatives: 43045-2419, 43045-2420), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 26 25 Connector_Molex Molex_Micro-Fit_3.0_43045-2421_2x12-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2421 (alternative finishes: 43045-242x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 horizontal 0 26 25 Connector_Molex Molex_Micro-Fit_3.0_43650-0200_1x02_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0200 (compatible alternatives: 43650-0201, 43650-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43650-0215_1x02_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0215 (compatible alternatives: 43650-0216, 43650-0217), 2 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43650-0300_1x03_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0300 (compatible alternatives: 43650-0301, 43650-0302), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 3 3 Connector_Molex Molex_Micro-Fit_3.0_43650-0315_1x03_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0315 (compatible alternatives: 43650-0316, 43650-0317), 3 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 3 3 Connector_Molex Molex_Micro-Fit_3.0_43650-0400_1x04_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0400 (compatible alternatives: 43650-0401, 43650-0402), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43650-0415_1x04_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0415 (compatible alternatives: 43650-0416, 43650-0417), 4 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43650-0500_1x05_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0500 (compatible alternatives: 43650-0501, 43650-0502), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 5 5 Connector_Molex Molex_Micro-Fit_3.0_43650-0515_1x05_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0515 (compatible alternatives: 43650-0516, 43650-0517), 5 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 5 5 Connector_Molex Molex_Micro-Fit_3.0_43650-0600_1x06_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0600 (compatible alternatives: 43650-0601, 43650-0602), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43650-0615_1x06_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0615 (compatible alternatives: 43650-0616, 43650-0617), 6 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43650-0700_1x07_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0700 (compatible alternatives: 43650-0701, 43650-0702), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 7 7 Connector_Molex Molex_Micro-Fit_3.0_43650-0715_1x07_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0715 (compatible alternatives: 43650-0716, 43650-0717), 7 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 7 7 Connector_Molex Molex_Micro-Fit_3.0_43650-0800_1x08_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0800 (compatible alternatives: 43650-0801, 43650-0802), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43650-0815_1x08_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0815 (compatible alternatives: 43650-0816, 43650-0817), 8 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43650-0900_1x09_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0900 (compatible alternatives: 43650-0901, 43650-0902), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 9 9 Connector_Molex Molex_Micro-Fit_3.0_43650-0915_1x09_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0915 (compatible alternatives: 43650-0916, 43650-0917), 9 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 9 9 Connector_Molex Molex_Micro-Fit_3.0_43650-1000_1x10_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-1000 (compatible alternatives: 43650-1001, 43650-1002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43650-1015_1x10_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-1015 (compatible alternatives: 43650-1016, 43650-1017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43650-1100_1x11_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-1100 (compatible alternatives: 43650-1101, 43650-1102), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 11 11 Connector_Molex Molex_Micro-Fit_3.0_43650-1115_1x11_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-1115 (compatible alternatives: 43650-1116, 43650-1117), 11 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 11 11 Connector_Molex Molex_Micro-Fit_3.0_43650-1200_1x12_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-1200 (compatible alternatives: 43650-1201, 43650-1202), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43650-1215_1x12_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-1215 (compatible alternatives: 43650-1216, 43650-1217), 12 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 12 12 Connector_Molex Molex_Micro-Latch_53253-0270_1x02_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0270 (compatible alternatives: 53253-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 2 2 Connector_Molex Molex_Micro-Latch_53253-0370_1x03_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0370 (compatible alternatives: 53253-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 3 3 Connector_Molex Molex_Micro-Latch_53253-0470_1x04_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0470 (compatible alternatives: 53253-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 4 4 Connector_Molex Molex_Micro-Latch_53253-0570_1x05_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0570 (compatible alternatives: 53253-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 5 5 Connector_Molex Molex_Micro-Latch_53253-0670_1x06_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0670 (compatible alternatives: 53253-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 6 6 Connector_Molex Molex_Micro-Latch_53253-0770_1x07_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0770 (compatible alternatives: 53253-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 7 7 Connector_Molex Molex_Micro-Latch_53253-0870_1x08_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0870 (compatible alternatives: 53253-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 8 8 Connector_Molex Molex_Micro-Latch_53253-0970_1x09_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0970 (compatible alternatives: 53253-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 9 9 Connector_Molex Molex_Micro-Latch_53253-1070_1x10_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1070 (compatible alternatives: 53253-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 10 10 Connector_Molex Molex_Micro-Latch_53253-1170_1x11_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1170 (compatible alternatives: 53253-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 11 11 Connector_Molex Molex_Micro-Latch_53253-1270_1x12_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1270 (compatible alternatives: 53253-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 12 12 Connector_Molex Molex_Micro-Latch_53253-1370_1x13_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1370 (compatible alternatives: 53253-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 13 13 Connector_Molex Molex_Micro-Latch_53253-1470_1x14_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1470 (compatible alternatives: 53253-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 14 14 Connector_Molex Molex_Micro-Latch_53253-1570_1x15_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1570 (compatible alternatives: 53253-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 15 15 Connector_Molex Molex_Micro-Latch_53254-0270_1x02_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0270 (compatible alternatives: 53254-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 2 2 Connector_Molex Molex_Micro-Latch_53254-0370_1x03_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0370 (compatible alternatives: 53254-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 3 3 Connector_Molex Molex_Micro-Latch_53254-0470_1x04_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0470 (compatible alternatives: 53254-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 4 4 Connector_Molex Molex_Micro-Latch_53254-0570_1x05_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0570 (compatible alternatives: 53254-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 5 5 Connector_Molex Molex_Micro-Latch_53254-0670_1x06_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0670 (compatible alternatives: 53254-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 6 6 Connector_Molex Molex_Micro-Latch_53254-0770_1x07_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0770 (compatible alternatives: 53254-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 7 7 Connector_Molex Molex_Micro-Latch_53254-0870_1x08_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0870 (compatible alternatives: 53254-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 8 8 Connector_Molex Molex_Micro-Latch_53254-0970_1x09_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0970 (compatible alternatives: 53254-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 9 9 Connector_Molex Molex_Micro-Latch_53254-1070_1x10_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1070 (compatible alternatives: 53254-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 10 10 Connector_Molex Molex_Micro-Latch_53254-1170_1x11_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1170 (compatible alternatives: 53254-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 11 11 Connector_Molex Molex_Micro-Latch_53254-1270_1x12_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1270 (compatible alternatives: 53254-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 12 12 Connector_Molex Molex_Micro-Latch_53254-1370_1x13_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1370 (compatible alternatives: 53254-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 13 13 Connector_Molex Molex_Micro-Latch_53254-1470_1x14_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1470 (compatible alternatives: 53254-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 14 14 Connector_Molex Molex_Micro-Latch_53254-1570_1x15_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1570 (compatible alternatives: 53254-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 15 15 Connector_Molex Molex_MicroClasp_55932-0210_1x02_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 2 2 Connector_Molex Molex_MicroClasp_55932-0230_1x02_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 2 2 Connector_Molex Molex_MicroClasp_55932-0310_1x03_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 3 3 Connector_Molex Molex_MicroClasp_55932-0330_1x03_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 3 3 Connector_Molex Molex_MicroClasp_55932-0410_1x04_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 4 4 Connector_Molex Molex_MicroClasp_55932-0430_1x04_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 4 4 Connector_Molex Molex_MicroClasp_55932-0510_1x05_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 5 5 Connector_Molex Molex_MicroClasp_55932-0530_1x05_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 5 5 Connector_Molex Molex_MicroClasp_55932-0610_1x06_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 6 6 Connector_Molex Molex_MicroClasp_55932-0630_1x06_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 6 6 Connector_Molex Molex_MicroClasp_55932-0710_1x07_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 7 7 Connector_Molex Molex_MicroClasp_55932-0730_1x07_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 7 7 Connector_Molex Molex_MicroClasp_55932-0810_1x08_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 8 8 Connector_Molex Molex_MicroClasp_55932-0830_1x08_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 8 8 Connector_Molex Molex_MicroClasp_55932-0910_1x09_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 9 9 Connector_Molex Molex_MicroClasp_55932-0930_1x09_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 9 9 Connector_Molex Molex_MicroClasp_55932-1010_1x10_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 10 10 Connector_Molex Molex_MicroClasp_55932-1030_1x10_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 10 10 Connector_Molex Molex_MicroClasp_55932-1110_1x11_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 11 11 Connector_Molex Molex_MicroClasp_55932-1130_1x11_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 11 11 Connector_Molex Molex_MicroClasp_55932-1210_1x12_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 12 12 Connector_Molex Molex_MicroClasp_55932-1230_1x12_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 12 12 Connector_Molex Molex_MicroClasp_55932-1310_1x13_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 13 13 Connector_Molex Molex_MicroClasp_55932-1330_1x13_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 13 13 Connector_Molex Molex_MicroClasp_55932-1410_1x14_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 14 14 Connector_Molex Molex_MicroClasp_55932-1430_1x14_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 14 14 Connector_Molex Molex_MicroClasp_55932-1510_1x15_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 15 15 Connector_Molex Molex_MicroClasp_55932-1530_1x15_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 15 15 Connector_Molex Molex_MicroClasp_55935-0210_1x02_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 2 2 Connector_Molex Molex_MicroClasp_55935-0230_1x02_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 2 2 Connector_Molex Molex_MicroClasp_55935-0310_1x03_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 3 3 Connector_Molex Molex_MicroClasp_55935-0330_1x03_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 3 3 Connector_Molex Molex_MicroClasp_55935-0410_1x04_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 4 4 Connector_Molex Molex_MicroClasp_55935-0430_1x04_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 4 4 Connector_Molex Molex_MicroClasp_55935-0510_1x05_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 5 5 Connector_Molex Molex_MicroClasp_55935-0530_1x05_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 5 5 Connector_Molex Molex_MicroClasp_55935-0610_1x06_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 6 6 Connector_Molex Molex_MicroClasp_55935-0630_1x06_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 6 6 Connector_Molex Molex_MicroClasp_55935-0710_1x07_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 7 7 Connector_Molex Molex_MicroClasp_55935-0730_1x07_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 7 7 Connector_Molex Molex_MicroClasp_55935-0810_1x08_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 8 8 Connector_Molex Molex_MicroClasp_55935-0830_1x08_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 8 8 Connector_Molex Molex_MicroClasp_55935-0910_1x09_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 9 9 Connector_Molex Molex_MicroClasp_55935-0930_1x09_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 9 9 Connector_Molex Molex_MicroClasp_55935-1010_1x10_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 10 10 Connector_Molex Molex_MicroClasp_55935-1030_1x10_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 10 10 Connector_Molex Molex_MicroClasp_55935-1110_1x11_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 11 11 Connector_Molex Molex_MicroClasp_55935-1130_1x11_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 11 11 Connector_Molex Molex_MicroClasp_55935-1210_1x12_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 12 12 Connector_Molex Molex_MicroClasp_55935-1230_1x12_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 12 12 Connector_Molex Molex_MicroClasp_55935-1310_1x13_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 13 13 Connector_Molex Molex_MicroClasp_55935-1330_1x13_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 13 13 Connector_Molex Molex_MicroClasp_55935-1410_1x14_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 14 14 Connector_Molex Molex_MicroClasp_55935-1430_1x14_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 14 14 Connector_Molex Molex_MicroClasp_55935-1510_1x15_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 15 15 Connector_Molex Molex_MicroClasp_55935-1530_1x15_P2.00mm_Horizontal Molex MicroClasp Wire-to-Board System, 55935-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp horizontal 0 15 15 Connector_Molex Molex_Mini-Fit_Jr_5566-02A2_2x01_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A2, example for new mpn: 39-28-902x, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5566-02A_2x01_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A, example for new mpn: 39-28-x02x, 1 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5566-04A2_2x02_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A2, example for new mpn: 39-28-904x, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5566-04A_2x02_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A, example for new mpn: 39-28-x04x, 2 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5566-06A2_2x03_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A2, example for new mpn: 39-28-906x, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5566-06A_2x03_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A, example for new mpn: 39-28-x06x, 3 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5566-08A2_2x04_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A2, example for new mpn: 39-28-908x, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5566-08A_2x04_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A, example for new mpn: 39-28-x08x, 4 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5566-10A2_2x05_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A2, example for new mpn: 39-28-910x, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5566-10A_2x05_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A, example for new mpn: 39-28-x10x, 5 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5566-12A2_2x06_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A2, example for new mpn: 39-28-912x, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5566-12A_2x06_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A, example for new mpn: 39-28-x12x, 6 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5566-14A2_2x07_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A2, example for new mpn: 39-28-914x, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5566-14A_2x07_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A, example for new mpn: 39-28-x14x, 7 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5566-16A2_2x08_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A2, example for new mpn: 39-28-916x, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5566-16A_2x08_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A, example for new mpn: 39-28-x16x, 8 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5566-18A2_2x09_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A2, example for new mpn: 39-28-918x, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5566-18A_2x09_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A, example for new mpn: 39-28-x18x, 9 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5566-20A2_2x10_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A2, example for new mpn: 39-28-920x, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5566-20A_2x10_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A, example for new mpn: 39-28-x20x, 10 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5566-22A2_2x11_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A2, example for new mpn: 39-28-922x, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5566-22A_2x11_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A, example for new mpn: 39-28-x22x, 11 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5566-24A2_2x12_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A2, example for new mpn: 39-28-924x, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 24 24 Connector_Molex Molex_Mini-Fit_Jr_5566-24A_2x12_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A, example for new mpn: 39-28-x24x, 12 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 24 24 Connector_Molex Molex_Mini-Fit_Jr_5569-02A1_2x01_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A1, example for new mpn: 39-29-4029, 1 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5569-02A2_2x01_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A2, example for new mpn: 39-30-0020, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5569-04A1_2x02_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A1, example for new mpn: 39-29-4049, 2 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5569-04A2_2x02_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A2, example for new mpn: 39-30-0040, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5569-06A1_2x03_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A1, example for new mpn: 39-29-4069, 3 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5569-06A2_2x03_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A2, example for new mpn: 39-30-0060, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5569-08A1_2x04_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A1, example for new mpn: 39-29-4089, 4 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5569-08A2_2x04_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A2, example for new mpn: 39-30-0080, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5569-10A1_2x05_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A1, example for new mpn: 39-29-4109, 5 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5569-10A2_2x05_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A2, example for new mpn: 39-30-0100, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5569-12A1_2x06_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A1, example for new mpn: 39-29-4129, 6 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5569-12A2_2x06_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A2, example for new mpn: 39-30-0120, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A1, example for new mpn: 39-29-4149, 7 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5569-14A2_2x07_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A2, example for new mpn: 39-30-0140, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5569-16A1_2x08_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A1, example for new mpn: 39-29-4169, 8 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5569-16A2_2x08_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A2, example for new mpn: 39-30-0160, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5569-18A1_2x09_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A1, example for new mpn: 39-29-4189, 9 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5569-18A2_2x09_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A2, example for new mpn: 39-30-0180, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5569-20A1_2x10_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A1, example for new mpn: 39-29-4209, 10 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5569-20A2_2x10_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A2, example for new mpn: 39-30-0200, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5569-22A1_2x11_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A1, example for new mpn: 39-29-4229, 11 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5569-22A2_2x11_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A2, example for new mpn: 39-30-0220, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A1, example for new mpn: 39-29-4249, 12 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 24 24 Connector_Molex Molex_Mini-Fit_Jr_5569-24A2_2x12_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A2, example for new mpn: 39-30-0240, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 24 24 Connector_Molex Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 6 2 Connector_Molex Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 32 2 Connector_Molex Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 8 3 Connector_Molex Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 47 3 Connector_Molex Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 10 4 Connector_Molex Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 62 4 Connector_Molex Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 12 5 Connector_Molex Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 77 5 Connector_Molex Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 14 6 Connector_Molex Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 92 6 Connector_Molex Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 6 2 Connector_Molex Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 32 2 Connector_Molex Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 8 3 Connector_Molex Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 47 3 Connector_Molex Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 10 4 Connector_Molex Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 62 4 Connector_Molex Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 12 5 Connector_Molex Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 77 5 Connector_Molex Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 14 6 Connector_Molex Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 92 6 Connector_Molex Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 14 6 Connector_Molex Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx06, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 92 6 Connector_Molex Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 18 8 Connector_Molex Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx08, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 122 8 Connector_Molex Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 22 10 Connector_Molex Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx10, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 152 10 Connector_Molex Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 26 12 Connector_Molex Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx12, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 182 12 Connector_Molex Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 30 14 Connector_Molex Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx14, With thermal vias in pads, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 212 14 Connector_Molex Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 2 2 Connector_Molex Molex_Nano-Fit_105309-xx03_1x03_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 3 3 Connector_Molex Molex_Nano-Fit_105309-xx04_1x04_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 4 4 Connector_Molex Molex_Nano-Fit_105309-xx05_1x05_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 5 5 Connector_Molex Molex_Nano-Fit_105309-xx06_1x06_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 6 6 Connector_Molex Molex_Nano-Fit_105309-xx07_1x07_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 7 7 Connector_Molex Molex_Nano-Fit_105309-xx08_1x08_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 8 8 Connector_Molex Molex_Nano-Fit_105310-xx04_2x02_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 4 4 Connector_Molex Molex_Nano-Fit_105310-xx06_2x03_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 6 6 Connector_Molex Molex_Nano-Fit_105310-xx08_2x04_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 8 8 Connector_Molex Molex_Nano-Fit_105310-xx10_2x05_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 10 10 Connector_Molex Molex_Nano-Fit_105310-xx12_2x06_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 12 12 Connector_Molex Molex_Nano-Fit_105310-xx14_2x07_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 14 14 Connector_Molex Molex_Nano-Fit_105310-xx16_2x08_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 16 16 Connector_Molex Molex_Nano-Fit_105313-xx02_1x02_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 2 2 Connector_Molex Molex_Nano-Fit_105313-xx03_1x03_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 3 3 Connector_Molex Molex_Nano-Fit_105313-xx04_1x04_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 4 4 Connector_Molex Molex_Nano-Fit_105313-xx05_1x05_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 5 5 Connector_Molex Molex_Nano-Fit_105313-xx06_1x06_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 6 6 Connector_Molex Molex_Nano-Fit_105313-xx07_1x07_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 7 7 Connector_Molex Molex_Nano-Fit_105313-xx08_1x08_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 8 8 Connector_Molex Molex_Nano-Fit_105314-xx04_2x02_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 4 4 Connector_Molex Molex_Nano-Fit_105314-xx06_2x03_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 6 6 Connector_Molex Molex_Nano-Fit_105314-xx08_2x04_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 8 8 Connector_Molex Molex_Nano-Fit_105314-xx10_2x05_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 10 10 Connector_Molex Molex_Nano-Fit_105314-xx12_2x06_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 12 12 Connector_Molex Molex_Nano-Fit_105314-xx14_2x07_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 14 14 Connector_Molex Molex_Nano-Fit_105314-xx16_2x08_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 16 16 Connector_Molex Molex_Panelmate_53780-0270_1x02-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0270 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 4 3 Connector_Molex Molex_Panelmate_53780-0370_1x03-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0370 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 5 4 Connector_Molex Molex_Panelmate_53780-0470_1x04-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0470 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 6 5 Connector_Molex Molex_Panelmate_53780-0570_1x05-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0570 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 7 6 Connector_Molex Molex_Panelmate_53780-0670_1x06-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0670 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 8 7 Connector_Molex Molex_Panelmate_53780-0770_1x07-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0770 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 9 8 Connector_Molex Molex_Panelmate_53780-0870_1x08-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0870 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 10 9 Connector_Molex Molex_Panelmate_53780-0970_1x09-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0970 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 11 10 Connector_Molex Molex_Panelmate_53780-1070_1x10-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1070 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 12 11 Connector_Molex Molex_Panelmate_53780-1270_1x12-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1270 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 14 13 Connector_Molex Molex_Panelmate_53780-1470_1x14-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1470 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 16 15 Connector_Molex Molex_Panelmate_53780-1570_1x15-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1570 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 17 16 Connector_Molex Molex_Panelmate_53780-1870_1x18-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1870 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 20 19 Connector_Molex Molex_Panelmate_53780-3070_1x30-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-3070 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 32 31 Connector_Molex Molex_Pico-Clasp_202396-0207_1x02-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 4 3 Connector_Molex Molex_Pico-Clasp_202396-0307_1x03-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 5 4 Connector_Molex Molex_Pico-Clasp_202396-0407_1x04-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 6 5 Connector_Molex Molex_Pico-Clasp_202396-0507_1x05-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 7 6 Connector_Molex Molex_Pico-Clasp_202396-0607_1x06-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0607 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 8 7 Connector_Molex Molex_Pico-Clasp_202396-0707_1x07-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0707 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 9 8 Connector_Molex Molex_Pico-Clasp_202396-0807_1x08-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0807 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 10 9 Connector_Molex Molex_Pico-Clasp_202396-0907_1x09-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0907 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 11 10 Connector_Molex Molex_Pico-Clasp_202396-1007_1x10-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1007 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 12 11 Connector_Molex Molex_Pico-Clasp_202396-1107_1x11-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1107 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 13 12 Connector_Molex Molex_Pico-Clasp_202396-1207_1x12-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 14 13 Connector_Molex Molex_Pico-Clasp_202396-1307_1x13-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 15 14 Connector_Molex Molex_Pico-Clasp_202396-1407_1x14-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 16 15 Connector_Molex Molex_Pico-Clasp_202396-1507_1x15-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 17 16 Connector_Molex Molex_Pico-Clasp_501331-0207_1x02-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 4 3 Connector_Molex Molex_Pico-Clasp_501331-0307_1x03-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 5 4 Connector_Molex Molex_Pico-Clasp_501331-0407_1x04-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 6 5 Connector_Molex Molex_Pico-Clasp_501331-0507_1x05-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 7 6 Connector_Molex Molex_Pico-Clasp_501331-0607_1x06-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0607 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 8 7 Connector_Molex Molex_Pico-Clasp_501331-0707_1x07-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0707 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 9 8 Connector_Molex Molex_Pico-Clasp_501331-0807_1x08-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0807 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 10 9 Connector_Molex Molex_Pico-Clasp_501331-0907_1x09-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0907 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 11 10 Connector_Molex Molex_Pico-Clasp_501331-1007_1x10-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1007 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 12 11 Connector_Molex Molex_Pico-Clasp_501331-1107_1x11-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1107 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 13 12 Connector_Molex Molex_Pico-Clasp_501331-1207_1x12-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 14 13 Connector_Molex Molex_Pico-Clasp_501331-1307_1x13-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 15 14 Connector_Molex Molex_Pico-Clasp_501331-1407_1x14-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 16 15 Connector_Molex Molex_Pico-Clasp_501331-1507_1x15-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 17 16 Connector_Molex Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0002 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 4 3 Connector_Molex Molex_Pico-EZmate_78171-0003_1x03-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0003 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 5 4 Connector_Molex Molex_Pico-EZmate_78171-0004_1x04-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0004 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 6 5 Connector_Molex Molex_Pico-EZmate_78171-0005_1x05-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0005 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 7 6 Connector_Molex Molex_Pico-EZmate_Slim_202656-0021_1x02-1MP_P1.20mm_Vertical Molex Pico-EZmate_Slim series connector, 202656-0021 (http://www.molex.com/pdm_docs/sd/2026560021_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate_Slim side entry 0 4 3 Connector_Molex Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0491 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 6 5 Connector_Molex Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 7 6 Connector_Molex Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0691 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 8 7 Connector_Molex Molex_Pico-Lock_504050-0791_1x07-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0791 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 9 8 Connector_Molex Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0891 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 10 9 Connector_Molex Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-1091 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 12 11 Connector_Molex Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-1291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock horizontal 0 14 13 Connector_Molex Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical Molex Pico-SPOX Connector System, 87437-1443, 14 Pins per row (https://www.molex.com/pdm_docs/sd/874371443_sd.pdf#page=2) molex pico spox 14 0 28 14 Connector_Molex Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 2 2 Connector_Molex Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 3 3 Connector_Molex Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 4 4 Connector_Molex Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 5 5 Connector_Molex Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 6 6 Connector_Molex Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 7 7 Connector_Molex Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 8 8 Connector_Molex Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 9 9 Connector_Molex Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 10 10 Connector_Molex Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 11 11 Connector_Molex Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 12 12 Connector_Molex Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 13 13 Connector_Molex Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 14 14 Connector_Molex Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 15 15 Connector_Molex Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 2 2 Connector_Molex Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 3 3 Connector_Molex Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 4 4 Connector_Molex Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 5 5 Connector_Molex Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 6 6 Connector_Molex Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 7 7 Connector_Molex Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 8 8 Connector_Molex Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 9 9 Connector_Molex Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 10 10 Connector_Molex Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 11 11 Connector_Molex Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 12 12 Connector_Molex Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 13 13 Connector_Molex Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 14 14 Connector_Molex Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 15 15 Connector_Molex Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 4 3 Connector_Molex Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 5 4 Connector_Molex Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 6 5 Connector_Molex Molex_PicoBlade_53261-0571_1x05-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 7 6 Connector_Molex Molex_PicoBlade_53261-0671_1x06-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0671 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 8 7 Connector_Molex Molex_PicoBlade_53261-0771_1x07-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 9 8 Connector_Molex Molex_PicoBlade_53261-0871_1x08-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0871 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 10 9 Connector_Molex Molex_PicoBlade_53261-0971_1x09-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0971 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 11 10 Connector_Molex Molex_PicoBlade_53261-1071_1x10-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1071 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 12 11 Connector_Molex Molex_PicoBlade_53261-1171_1x11-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1171 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 13 12 Connector_Molex Molex_PicoBlade_53261-1271_1x12-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 14 13 Connector_Molex Molex_PicoBlade_53261-1371_1x13-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 15 14 Connector_Molex Molex_PicoBlade_53261-1471_1x14-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 16 15 Connector_Molex Molex_PicoBlade_53261-1571_1x15-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 17 16 Connector_Molex Molex_PicoBlade_53261-1771_1x17-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 19 18 Connector_Molex Molex_PicoBlade_53398-0271_1x02-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 4 3 Connector_Molex Molex_PicoBlade_53398-0371_1x03-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 5 4 Connector_Molex Molex_PicoBlade_53398-0471_1x04-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 6 5 Connector_Molex Molex_PicoBlade_53398-0571_1x05-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 7 6 Connector_Molex Molex_PicoBlade_53398-0671_1x06-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0671 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 8 7 Connector_Molex Molex_PicoBlade_53398-0771_1x07-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0771 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 9 8 Connector_Molex Molex_PicoBlade_53398-0871_1x08-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0871 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 10 9 Connector_Molex Molex_PicoBlade_53398-0971_1x09-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0971 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 11 10 Connector_Molex Molex_PicoBlade_53398-1071_1x10-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1071 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 12 11 Connector_Molex Molex_PicoBlade_53398-1171_1x11-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1171 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 13 12 Connector_Molex Molex_PicoBlade_53398-1271_1x12-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 14 13 Connector_Molex Molex_PicoBlade_53398-1371_1x13-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 15 14 Connector_Molex Molex_PicoBlade_53398-1471_1x14-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 16 15 Connector_Molex Molex_PicoBlade_53398-1571_1x15-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 17 16 Connector_Molex Molex_Picoflex_90325-0004_2x02_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 4 4 Connector_Molex Molex_Picoflex_90325-0006_2x03_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 6 6 Connector_Molex Molex_Picoflex_90325-0008_2x04_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 8 8 Connector_Molex Molex_Picoflex_90325-0010_2x05_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 10 10 Connector_Molex Molex_Picoflex_90325-0012_2x06_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 12 12 Connector_Molex Molex_Picoflex_90325-0014_2x07_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 14 14 Connector_Molex Molex_Picoflex_90325-0016_2x08_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 16 16 Connector_Molex Molex_Picoflex_90325-0018_2x09_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 18 18 Connector_Molex Molex_Picoflex_90325-0020_2x10_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 20 20 Connector_Molex Molex_Picoflex_90325-0022_2x11_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 22 22 Connector_Molex Molex_Picoflex_90325-0024_2x12_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 24 24 Connector_Molex Molex_Picoflex_90325-0026_2x13_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 26 26 Connector_Molex Molex_Picoflex_90814-0004_2x02_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 4 4 Connector_Molex Molex_Picoflex_90814-0006_2x03_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 6 6 Connector_Molex Molex_Picoflex_90814-0008_2x04_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 8 8 Connector_Molex Molex_Picoflex_90814-0010_2x05_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 10 10 Connector_Molex Molex_Picoflex_90814-0012_2x06_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 12 12 Connector_Molex Molex_Picoflex_90814-0014_2x07_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 14 14 Connector_Molex Molex_Picoflex_90814-0016_2x08_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 16 16 Connector_Molex Molex_Picoflex_90814-0018_2x09_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 18 18 Connector_Molex Molex_Picoflex_90814-0020_2x10_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 20 20 Connector_Molex Molex_Picoflex_90814-0022_2x11_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 22 22 Connector_Molex Molex_Picoflex_90814-0024_2x12_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 24 24 Connector_Molex Molex_Picoflex_90814-0026_2x13_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 26 26 Connector_Molex Molex_SL_171971-0002_1x02_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0002 (compatible alternatives: 171971-0102, 171971-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 2 2 Connector_Molex Molex_SL_171971-0003_1x03_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0003 (compatible alternatives: 171971-0103, 171971-0203), 3 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 3 3 Connector_Molex Molex_SL_171971-0004_1x04_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0004 (compatible alternatives: 171971-0104, 171971-0204), 4 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 4 4 Connector_Molex Molex_SL_171971-0005_1x05_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0005 (compatible alternatives: 171971-0105, 171971-0205), 5 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 5 5 Connector_Molex Molex_SL_171971-0006_1x06_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0006 (compatible alternatives: 171971-0106, 171971-0206), 6 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 6 6 Connector_Molex Molex_SL_171971-0007_1x07_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0007 (compatible alternatives: 171971-0107, 171971-0207), 7 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 7 7 Connector_Molex Molex_SL_171971-0008_1x08_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0008 (compatible alternatives: 171971-0108, 171971-0208), 8 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 8 8 Connector_Molex Molex_SL_171971-0009_1x09_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0009 (compatible alternatives: 171971-0109, 171971-0209), 9 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 9 9 Connector_Molex Molex_SL_171971-0010_1x10_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0010 (compatible alternatives: 171971-0110, 171971-0210), 10 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 10 10 Connector_Molex Molex_SL_171971-0011_1x11_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0011 (compatible alternatives: 171971-0111, 171971-0211), 11 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 11 11 Connector_Molex Molex_SL_171971-0012_1x12_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0012 (compatible alternatives: 171971-0112, 171971-0212), 12 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 12 12 Connector_Molex Molex_SL_171971-0013_1x13_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0013 (compatible alternatives: 171971-0113, 171971-0213), 13 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 13 13 Connector_Molex Molex_SL_171971-0014_1x14_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0014 (compatible alternatives: 171971-0114, 171971-0214), 14 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 14 14 Connector_Molex Molex_SL_171971-0015_1x15_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0015 (compatible alternatives: 171971-0115, 171971-0215), 15 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 15 15 Connector_Molex Molex_SL_171971-0016_1x16_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0016 (compatible alternatives: 171971-0116, 171971-0216), 16 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 16 16 Connector_Molex Molex_SL_171971-0017_1x17_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0017 (compatible alternatives: 171971-0117, 171971-0217), 17 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 17 17 Connector_Molex Molex_SL_171971-0018_1x18_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0018 (compatible alternatives: 171971-0118, 171971-0218), 18 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 18 18 Connector_Molex Molex_SL_171971-0019_1x19_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0019 (compatible alternatives: 171971-0119, 171971-0219), 19 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 19 19 Connector_Molex Molex_SL_171971-0020_1x20_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0020 (compatible alternatives: 171971-0120, 171971-0220), 20 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 20 20 Connector_Molex Molex_SL_171971-0021_1x21_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0021 (compatible alternatives: 171971-0121, 171971-0221), 21 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 21 21 Connector_Molex Molex_SL_171971-0022_1x22_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0022 (compatible alternatives: 171971-0122, 171971-0222), 22 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 22 22 Connector_Molex Molex_SL_171971-0023_1x23_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0023 (compatible alternatives: 171971-0123, 171971-0223), 23 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 23 23 Connector_Molex Molex_SL_171971-0024_1x24_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0024 (compatible alternatives: 171971-0124, 171971-0224), 24 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 24 24 Connector_Molex Molex_SL_171971-0025_1x25_P2.54mm_Vertical Molex Stackable Linear Connector, 171971-0025 (compatible alternatives: 171971-0125, 171971-0225), 25 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator connector Molex SL vertical 0 25 25 Connector_Molex Molex_SPOX_5267-02A_1x02_P2.50mm_Vertical Molex SPOX Connector System, 5267-02A, 2 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 2 2 Connector_Molex Molex_SPOX_5267-03A_1x03_P2.50mm_Vertical Molex SPOX Connector System, 5267-03A, 3 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 3 3 Connector_Molex Molex_SPOX_5267-04A_1x04_P2.50mm_Vertical Molex SPOX Connector System, 5267-04A, 4 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 4 4 Connector_Molex Molex_SPOX_5267-05A_1x05_P2.50mm_Vertical Molex SPOX Connector System, 5267-05A, 5 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 5 5 Connector_Molex Molex_SPOX_5267-06A_1x06_P2.50mm_Vertical Molex SPOX Connector System, 5267-06A, 6 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 6 6 Connector_Molex Molex_SPOX_5267-07A_1x07_P2.50mm_Vertical Molex SPOX Connector System, 5267-07A, 7 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 7 7 Connector_Molex Molex_SPOX_5267-08A_1x08_P2.50mm_Vertical Molex SPOX Connector System, 5267-08A, 8 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 8 8 Connector_Molex Molex_SPOX_5267-09A_1x09_P2.50mm_Vertical Molex SPOX Connector System, 5267-09A, 9 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 9 9 Connector_Molex Molex_SPOX_5267-10A_1x10_P2.50mm_Vertical Molex SPOX Connector System, 5267-10A, 10 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 10 10 Connector_Molex Molex_SPOX_5267-11A_1x11_P2.50mm_Vertical Molex SPOX Connector System, 5267-11A, 11 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 11 11 Connector_Molex Molex_SPOX_5267-12A_1x12_P2.50mm_Vertical Molex SPOX Connector System, 5267-12A, 12 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 12 12 Connector_Molex Molex_SPOX_5267-13A_1x13_P2.50mm_Vertical Molex SPOX Connector System, 5267-13A, 13 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 13 13 Connector_Molex Molex_SPOX_5267-14A_1x14_P2.50mm_Vertical Molex SPOX Connector System, 5267-14A, 14 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 14 14 Connector_Molex Molex_SPOX_5267-15A_1x15_P2.50mm_Vertical Molex SPOX Connector System, 5267-15A, 15 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 15 15 Connector_Molex Molex_SPOX_5268-02A_1x02_P2.50mm_Horizontal Molex SPOX Connector System, 5268-02A, 2 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 2 2 Connector_Molex Molex_SPOX_5268-03A_1x03_P2.50mm_Horizontal Molex SPOX Connector System, 5268-03A, 3 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 3 3 Connector_Molex Molex_SPOX_5268-04A_1x04_P2.50mm_Horizontal Molex SPOX Connector System, 5268-04A, 4 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 4 4 Connector_Molex Molex_SPOX_5268-05A_1x05_P2.50mm_Horizontal Molex SPOX Connector System, 5268-05A, 5 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 5 5 Connector_Molex Molex_SPOX_5268-06A_1x06_P2.50mm_Horizontal Molex SPOX Connector System, 5268-06A, 6 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 6 6 Connector_Molex Molex_SPOX_5268-07A_1x07_P2.50mm_Horizontal Molex SPOX Connector System, 5268-07A, 7 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 7 7 Connector_Molex Molex_SPOX_5268-08A_1x08_P2.50mm_Horizontal Molex SPOX Connector System, 5268-08A, 8 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 8 8 Connector_Molex Molex_SPOX_5268-09A_1x09_P2.50mm_Horizontal Molex SPOX Connector System, 5268-09A, 9 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 9 9 Connector_Molex Molex_SPOX_5268-10A_1x10_P2.50mm_Horizontal Molex SPOX Connector System, 5268-10A, 10 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 10 10 Connector_Molex Molex_SPOX_5268-11A_1x11_P2.50mm_Horizontal Molex SPOX Connector System, 5268-11A, 11 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 11 11 Connector_Molex Molex_SPOX_5268-12A_1x12_P2.50mm_Horizontal Molex SPOX Connector System, 5268-12A, 12 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 12 12 Connector_Molex Molex_SPOX_5268-13A_1x13_P2.50mm_Horizontal Molex SPOX Connector System, 5268-13A, 13 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 13 13 Connector_Molex Molex_SPOX_5268-14A_1x14_P2.50mm_Horizontal Molex SPOX Connector System, 5268-14A, 14 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 14 14 Connector_Molex Molex_SPOX_5268-15A_1x15_P2.50mm_Horizontal Molex SPOX Connector System, 5268-15A, 15 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX horizontal 0 15 15 Connector_Molex Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 4 2 Connector_Molex Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 30 2 Connector_Molex Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 6 3 Connector_Molex Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 45 3 Connector_Molex Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 8 4 Connector_Molex Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 60 4 Connector_Molex Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 10 5 Connector_Molex Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 75 5 Connector_Molex Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 12 6 Connector_Molex Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 90 6 Connector_Molex Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 6 2 Connector_Molex Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 32 2 Connector_Molex Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 8 3 Connector_Molex Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 47 3 Connector_Molex Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 10 4 Connector_Molex Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 62 4 Connector_Molex Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 12 5 Connector_Molex Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 77 5 Connector_Molex Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 14 6 Connector_Molex Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 92 6 Connector_Molex Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 6 2 Connector_Molex Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 32 2 Connector_Molex Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 8 3 Connector_Molex Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 47 3 Connector_Molex Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 10 4 Connector_Molex Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 62 4 Connector_Molex Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 12 5 Connector_Molex Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 77 5 Connector_Molex Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 14 6 Connector_Molex Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 92 6 Connector_Molex Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 4 2 Connector_Molex Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 30 2 Connector_Molex Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 6 3 Connector_Molex Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 45 3 Connector_Molex Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 8 4 Connector_Molex Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 60 4 Connector_Molex Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 10 5 Connector_Molex Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 75 5 Connector_Molex Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 12 6 Connector_Molex Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 90 6 Connector_Molex Molex_SlimStack_52991-0208_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0208, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 20 20 Connector_Molex Molex_SlimStack_52991-0308_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0308, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 30 30 Connector_Molex Molex_SlimStack_52991-0408_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0408, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 40 40 Connector_Molex Molex_SlimStack_52991-0508_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0508, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 50 50 Connector_Molex Molex_SlimStack_52991-0608_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0608, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 60 60 Connector_Molex Molex_SlimStack_52991-0708_2x35_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0708, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 70 70 Connector_Molex Molex_SlimStack_52991-0808_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0808, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 80 80 Connector_Molex Molex_SlimStack_53748-0208_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0208, 20 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 20 20 Connector_Molex Molex_SlimStack_53748-0308_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0308, 30 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 30 30 Connector_Molex Molex_SlimStack_53748-0408_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0408, 40 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 40 40 Connector_Molex Molex_SlimStack_53748-0608_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0608, 60 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 60 60 Connector_Molex Molex_SlimStack_53748-0708_2x35_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0708, 70 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 70 70 Connector_Molex Molex_SlimStack_53748-0808_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0808, 80 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 80 80 Connector_Molex Molex_SlimStack_54722-0164_2x08_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0164, 16 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 16 16 Connector_Molex Molex_SlimStack_54722-0204_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0204, 20 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_54722-0224_2x11_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0224, 22 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_54722-0244_2x12_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0244, 24 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_54722-0304_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0304, 30 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_54722-0344_2x17_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0344, 34 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_54722-0404_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0404, 40 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_54722-0504_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0504, 50 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_54722-0604_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0604, 60 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_54722-0804_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0804, 80 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_55560-0161_2x08_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0161, 16 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 16 16 Connector_Molex Molex_SlimStack_55560-0201_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0201, 20 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_55560-0221_2x11_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0221, 22 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_55560-0241_2x12_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0241, 24 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_55560-0301_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0301, 30 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_55560-0341_2x17_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0341, 34 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_55560-0401_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0401, 40 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_55560-0501_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0501, 50 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_55560-0601_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0601, 60 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_55560-0801_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0801, 80 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_501920-3001_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-3001, 30 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_501920-4001_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-4001, 40 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_501920-5001_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-5001, 50 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_502426-0810_2x04_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-0810, 8 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 8 8 Connector_Molex Molex_SlimStack_502426-1410_2x07_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 14 14 Connector_Molex Molex_SlimStack_502426-2010_2x10_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_502426-2210_2x11_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_502426-2410_2x12_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_502426-2610_2x13_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 26 26 Connector_Molex Molex_SlimStack_502426-3010_2x15_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_502426-3210_2x16_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 32 32 Connector_Molex Molex_SlimStack_502426-3410_2x17_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_502426-4010_2x20_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_502426-4410_2x22_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 44 44 Connector_Molex Molex_SlimStack_502426-5010_2x25_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_502426-6010_2x30_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_502426-6410_2x32_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 64 64 Connector_Molex Molex_SlimStack_502426-8010_2x40_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_502430-0820_2x04_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-0820, 8 Pins (http://www.molex.com/pdm_docs/sd/5024300820_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 8 8 Connector_Molex Molex_SlimStack_502430-1410_2x07_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 14 14 Connector_Molex Molex_SlimStack_502430-2010_2x10_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_502430-2210_2x11_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_502430-2410_2x12_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_502430-2610_2x13_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 26 26 Connector_Molex Molex_SlimStack_502430-3010_2x15_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_502430-3210_2x16_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 32 32 Connector_Molex Molex_SlimStack_502430-3410_2x17_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_502430-4010_2x20_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_502430-4410_2x22_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 44 44 Connector_Molex Molex_SlimStack_502430-5010_2x25_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_502430-6010_2x30_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_502430-6410_2x32_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 64 64 Connector_Molex Molex_SlimStack_502430-8010_2x40_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_PCBEdge 4UCON_10156_2x40_P1.27mm_Socket_Horizontal 4UCON 10156 Card edge socket with 80 contacts (40 each side), through-hole, http://www.4uconnector.com/online/object/4udrawing/10156.pdf 4UCON 10156 Card edge socket with 80 contacts 0 80 80 Connector_PCBEdge BUS_AT AT ISA 16 bits Bus Edge Connector BUS ISA AT Edge connector 0 98 98 Connector_PCBEdge BUS_PCI PCI bus Edge Connector PCI bus Edge Connector 0 240 120 Connector_PCBEdge BUS_PCI_Express_Mini Mini-PCI Express bus connector (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=11) mini pcie 0 54 53 Connector_PCBEdge BUS_PCI_Express_Mini_Dual Mini-PCI Express bus connector full size with dual clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=28) mini pcie 0 54 53 Connector_PCBEdge BUS_PCI_Express_Mini_Full Mini-PCI Express bus connector full size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=24) mini pcie 0 54 53 Connector_PCBEdge BUS_PCI_Express_Mini_Half Mini-PCI Express bus connector half size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=25) mini pcie 0 54 53 Connector_PCBEdge BUS_PCIexpress_x1 PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 PCIe 0 36 36 Connector_PCBEdge BUS_PCIexpress_x4 PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 PCIe 0 64 64 Connector_PCBEdge BUS_PCIexpress_x8 PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 PCIe 0 98 98 Connector_PCBEdge BUS_PCIexpress_x16 PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 PCIe 0 164 164 Connector_PCBEdge Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 8 8 Connector_PCBEdge Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge Highspeed card edge connector for PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 10 10 Connector_PCBEdge Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 10 8 Connector_PCBEdge Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 8 8 Connector_PCBEdge Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 12 10 Connector_PCBEdge Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 10 10 Connector_PCBEdge Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 10 8 Connector_PCBEdge Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 8 8 Connector_PCBEdge Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 12 10 Connector_PCBEdge Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 10 10 Connector_PCBEdge Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 14 14 Connector_PCBEdge Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge Highspeed card edge connector for PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 16 16 Connector_PCBEdge Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 16 14 Connector_PCBEdge Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 14 14 Connector_PCBEdge Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 18 16 Connector_PCBEdge Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 16 16 Connector_PCBEdge Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 16 14 Connector_PCBEdge Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 14 14 Connector_PCBEdge Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 18 16 Connector_PCBEdge Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 16 16 Connector_PCBEdge Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 38 38 Connector_PCBEdge Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge Highspeed card edge connector for PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 40 40 Connector_PCBEdge Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 40 38 Connector_PCBEdge Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 38 38 Connector_PCBEdge Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 42 40 Connector_PCBEdge Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 40 40 Connector_PCBEdge Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 40 38 Connector_PCBEdge Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 38 38 Connector_PCBEdge Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 42 40 Connector_PCBEdge Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 40 40 Connector_PCBEdge Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 58 58 Connector_PCBEdge Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge Highspeed card edge connector for PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 60 60 Connector_PCBEdge Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 60 58 Connector_PCBEdge Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 58 58 Connector_PCBEdge Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 62 60 Connector_PCBEdge Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 60 60 Connector_PCBEdge Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 60 58 Connector_PCBEdge Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 58 58 Connector_PCBEdge Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 62 60 Connector_PCBEdge Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 60 60 Connector_PCBEdge Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 78 78 Connector_PCBEdge Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge Highspeed card edge connector for PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 80 80 Connector_PCBEdge Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 80 78 Connector_PCBEdge Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 78 78 Connector_PCBEdge Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 82 80 Connector_PCBEdge Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 80 80 Connector_PCBEdge Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 80 78 Connector_PCBEdge Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 78 78 Connector_PCBEdge Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 82 80 Connector_PCBEdge Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 80 80 Connector_PCBEdge Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 98 98 Connector_PCBEdge Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge Highspeed card edge connector for PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 100 100 Connector_PCBEdge Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 100 98 Connector_PCBEdge Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 98 98 Connector_PCBEdge Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 102 100 Connector_PCBEdge Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 100 100 Connector_PCBEdge Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 100 98 Connector_PCBEdge Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 98 98 Connector_PCBEdge Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 102 100 Connector_PCBEdge Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 100 100 Connector_PCBEdge Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 116 116 Connector_PCBEdge Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge Highspeed card edge connector for PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 120 120 Connector_PCBEdge Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 118 116 Connector_PCBEdge Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 116 116 Connector_PCBEdge Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 122 120 Connector_PCBEdge Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 120 120 Connector_PCBEdge Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 118 116 Connector_PCBEdge Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 116 116 Connector_PCBEdge Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 122 120 Connector_PCBEdge Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 120 120 Connector_PCBEdge Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 136 136 Connector_PCBEdge Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge Highspeed card edge connector for PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 140 140 Connector_PCBEdge Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 138 136 Connector_PCBEdge Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 136 136 Connector_PCBEdge Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 142 140 Connector_PCBEdge Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 140 140 Connector_PCBEdge Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 138 136 Connector_PCBEdge Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 136 136 Connector_PCBEdge Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 142 140 Connector_PCBEdge Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 140 140 Connector_PCBEdge molex_EDGELOCK_2-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 2 2 Connector_PCBEdge molex_EDGELOCK_4-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 4 4 Connector_PCBEdge molex_EDGELOCK_6-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 6 6 Connector_PCBEdge molex_EDGELOCK_8-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V phoenix_contact connector GMSTBA_01x02_G_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V phoenix_contact connector GMSTBA_01x02_G_7.50mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V phoenix_contact connector GMSTBA_01x03_G_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V phoenix_contact connector GMSTBA_01x03_G_7.50mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V phoenix_contact connector GMSTBA_01x04_G_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V phoenix_contact connector GMSTBA_01x04_G_7.50mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V phoenix_contact connector GMSTBA_01x05_G_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V phoenix_contact connector GMSTBA_01x05_G_7.50mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V phoenix_contact connector GMSTBA_01x06_G_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V phoenix_contact connector GMSTBA_01x06_G_7.50mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V phoenix_contact connector GMSTBA_01x07_G_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V phoenix_contact connector GMSTBA_01x07_G_7.50mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V phoenix_contact connector GMSTBA_01x08_G_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V phoenix_contact connector GMSTBA_01x08_G_7.50mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V phoenix_contact connector GMSTBA_01x09_G_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V phoenix_contact connector GMSTBA_01x09_G_7.50mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V phoenix_contact connector GMSTBA_01x10_G_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V phoenix_contact connector GMSTBA_01x10_G_7.50mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V phoenix_contact connector GMSTBA_01x11_G_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V phoenix_contact connector GMSTBA_01x11_G_7.50mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V phoenix_contact connector GMSTBA_01x12_G_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V phoenix_contact connector GMSTBA_01x12_G_7.50mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V phoenix_contact connector GMSTBVA_01x02_G_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V phoenix_contact connector GMSTBVA_01x02_G_7.50mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V phoenix_contact connector GMSTBVA_01x03_G_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V phoenix_contact connector GMSTBVA_01x03_G_7.50mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V phoenix_contact connector GMSTBVA_01x04_G_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V phoenix_contact connector GMSTBVA_01x04_G_7.50mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V phoenix_contact connector GMSTBVA_01x05_G_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V phoenix_contact connector GMSTBVA_01x05_G_7.50mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V phoenix_contact connector GMSTBVA_01x06_G_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V phoenix_contact connector GMSTBVA_01x06_G_7.50mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V phoenix_contact connector GMSTBVA_01x07_G_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V phoenix_contact connector GMSTBVA_01x07_G_7.50mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V phoenix_contact connector GMSTBVA_01x08_G_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V phoenix_contact connector GMSTBVA_01x08_G_7.50mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V phoenix_contact connector GMSTBVA_01x09_G_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V phoenix_contact connector GMSTBVA_01x09_G_7.50mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V phoenix_contact connector GMSTBVA_01x10_G_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V phoenix_contact connector GMSTBVA_01x10_G_7.50mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V phoenix_contact connector GMSTBVA_01x11_G_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V phoenix_contact connector GMSTBVA_01x11_G_7.50mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V phoenix_contact connector GMSTBVA_01x12_G_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V phoenix_contact connector GMSTBVA_01x12_G_7.50mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V phoenix_contact connector GMSTBV_01x02_GF_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V phoenix_contact connector GMSTBV_01x03_GF_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V phoenix_contact connector GMSTBV_01x04_GF_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V phoenix_contact connector GMSTBV_01x05_GF_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V phoenix_contact connector GMSTBV_01x06_GF_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V phoenix_contact connector GMSTBV_01x07_GF_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V phoenix_contact connector GMSTBV_01x08_GF_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V phoenix_contact connector GMSTBV_01x09_GF_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V phoenix_contact connector GMSTBV_01x10_GF_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V phoenix_contact connector GMSTBV_01x11_GF_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V phoenix_contact connector GMSTBV_01x12_GF_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V phoenix_contact connector GMSTB_01x02_GF_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V phoenix_contact connector GMSTB_01x03_GF_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V phoenix_contact connector GMSTB_01x04_GF_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V phoenix_contact connector GMSTB_01x05_GF_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V phoenix_contact connector GMSTB_01x06_GF_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V phoenix_contact connector GMSTB_01x07_GF_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V phoenix_contact connector GMSTB_01x08_GF_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V phoenix_contact connector GMSTB_01x09_GF_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V phoenix_contact connector GMSTB_01x10_GF_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V phoenix_contact connector GMSTB_01x11_GF_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V phoenix_contact connector GMSTB_01x12_GF_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V phoenix_contact connector MCV_01x02_G_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V phoenix_contact connector MCV_01x02_G_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V phoenix_contact connector MCV_01x02_GF_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V phoenix_contact connector MCV_01x02_GF_3.5mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V phoenix_contact connector MCV_01x02_GF_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V phoenix_contact connector MCV_01x02_GF_3.81mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V phoenix_contact connector MCV_01x03_G_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V phoenix_contact connector MCV_01x03_G_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V phoenix_contact connector MCV_01x03_GF_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V phoenix_contact connector MCV_01x03_GF_3.5mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V phoenix_contact connector MCV_01x03_GF_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V phoenix_contact connector MCV_01x03_GF_3.81mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V phoenix_contact connector MCV_01x04_G_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V phoenix_contact connector MCV_01x04_G_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V phoenix_contact connector MCV_01x04_GF_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V phoenix_contact connector MCV_01x04_GF_3.5mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V phoenix_contact connector MCV_01x04_GF_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V phoenix_contact connector MCV_01x04_GF_3.81mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V phoenix_contact connector MCV_01x05_G_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V phoenix_contact connector MCV_01x05_G_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V phoenix_contact connector MCV_01x05_GF_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V phoenix_contact connector MCV_01x05_GF_3.5mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V phoenix_contact connector MCV_01x05_GF_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V phoenix_contact connector MCV_01x05_GF_3.81mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V phoenix_contact connector MCV_01x06_G_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V phoenix_contact connector MCV_01x06_G_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V phoenix_contact connector MCV_01x06_GF_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V phoenix_contact connector MCV_01x06_GF_3.5mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V phoenix_contact connector MCV_01x06_GF_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V phoenix_contact connector MCV_01x06_GF_3.81mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V phoenix_contact connector MCV_01x07_G_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V phoenix_contact connector MCV_01x07_G_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V phoenix_contact connector MCV_01x07_GF_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V phoenix_contact connector MCV_01x07_GF_3.5mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V phoenix_contact connector MCV_01x07_GF_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V phoenix_contact connector MCV_01x07_GF_3.81mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V phoenix_contact connector MCV_01x08_G_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V phoenix_contact connector MCV_01x08_G_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V phoenix_contact connector MCV_01x08_GF_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V phoenix_contact connector MCV_01x08_GF_3.5mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V phoenix_contact connector MCV_01x08_GF_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V phoenix_contact connector MCV_01x08_GF_3.81mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V phoenix_contact connector MCV_01x09_G_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V phoenix_contact connector MCV_01x09_G_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V phoenix_contact connector MCV_01x09_GF_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V phoenix_contact connector MCV_01x09_GF_3.5mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V phoenix_contact connector MCV_01x09_GF_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V phoenix_contact connector MCV_01x09_GF_3.81mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V phoenix_contact connector MCV_01x10_G_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V phoenix_contact connector MCV_01x10_G_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V phoenix_contact connector MCV_01x10_GF_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V phoenix_contact connector MCV_01x10_GF_3.5mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V phoenix_contact connector MCV_01x10_GF_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V phoenix_contact connector MCV_01x10_GF_3.81mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V phoenix_contact connector MCV_01x11_G_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V phoenix_contact connector MCV_01x11_G_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V phoenix_contact connector MCV_01x11_GF_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V phoenix_contact connector MCV_01x11_GF_3.5mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V phoenix_contact connector MCV_01x11_GF_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V phoenix_contact connector MCV_01x11_GF_3.81mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V phoenix_contact connector MCV_01x12_G_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V phoenix_contact connector MCV_01x12_G_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V phoenix_contact connector MCV_01x12_GF_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V phoenix_contact connector MCV_01x12_GF_3.5mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V phoenix_contact connector MCV_01x12_GF_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V phoenix_contact connector MCV_01x12_GF_3.81mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V phoenix_contact connector MCV_01x13_G_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V phoenix_contact connector MCV_01x13_G_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V phoenix_contact connector MCV_01x13_GF_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V phoenix_contact connector MCV_01x13_GF_3.5mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V phoenix_contact connector MCV_01x13_GF_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V phoenix_contact connector MCV_01x13_GF_3.81mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V phoenix_contact connector MCV_01x14_G_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V phoenix_contact connector MCV_01x14_G_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V phoenix_contact connector MCV_01x14_GF_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V phoenix_contact connector MCV_01x14_GF_3.5mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V phoenix_contact connector MCV_01x14_GF_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V phoenix_contact connector MCV_01x14_GF_3.81mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V phoenix_contact connector MCV_01x15_G_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V phoenix_contact connector MCV_01x15_G_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V phoenix_contact connector MCV_01x15_GF_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V phoenix_contact connector MCV_01x15_GF_3.5mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V phoenix_contact connector MCV_01x15_GF_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V phoenix_contact connector MCV_01x15_GF_3.81mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V phoenix_contact connector MCV_01x16_G_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V phoenix_contact connector MCV_01x16_G_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V phoenix_contact connector MCV_01x16_GF_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V phoenix_contact connector MCV_01x16_GF_3.5mm_MH 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V phoenix_contact connector MCV_01x16_GF_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V phoenix_contact connector MCV_01x16_GF_3.81mm_MH 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V phoenix_contact connector MC_01x02_G_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V phoenix_contact connector MC_01x02_G_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V phoenix_contact connector MC_01x02_GF_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V phoenix_contact connector MC_01x02_GF_3.5mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V phoenix_contact connector MC_01x02_GF_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V phoenix_contact connector MC_01x02_GF_3.81mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V phoenix_contact connector MC_01x03_G_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V phoenix_contact connector MC_01x03_G_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V phoenix_contact connector MC_01x03_GF_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V phoenix_contact connector MC_01x03_GF_3.5mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V phoenix_contact connector MC_01x03_GF_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V phoenix_contact connector MC_01x03_GF_3.81mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V phoenix_contact connector MC_01x04_G_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V phoenix_contact connector MC_01x04_G_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V phoenix_contact connector MC_01x04_GF_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V phoenix_contact connector MC_01x04_GF_3.5mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V phoenix_contact connector MC_01x04_GF_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V phoenix_contact connector MC_01x04_GF_3.81mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V phoenix_contact connector MC_01x05_G_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V phoenix_contact connector MC_01x05_G_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V phoenix_contact connector MC_01x05_GF_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V phoenix_contact connector MC_01x05_GF_3.5mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V phoenix_contact connector MC_01x05_GF_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V phoenix_contact connector MC_01x05_GF_3.81mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V phoenix_contact connector MC_01x06_G_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V phoenix_contact connector MC_01x06_G_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V phoenix_contact connector MC_01x06_GF_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V phoenix_contact connector MC_01x06_GF_3.5mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V phoenix_contact connector MC_01x06_GF_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V phoenix_contact connector MC_01x06_GF_3.81mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V phoenix_contact connector MC_01x07_G_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V phoenix_contact connector MC_01x07_G_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V phoenix_contact connector MC_01x07_GF_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V phoenix_contact connector MC_01x07_GF_3.5mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V phoenix_contact connector MC_01x07_GF_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V phoenix_contact connector MC_01x07_GF_3.81mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V phoenix_contact connector MC_01x08_G_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V phoenix_contact connector MC_01x08_G_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V phoenix_contact connector MC_01x08_GF_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V phoenix_contact connector MC_01x08_GF_3.5mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V phoenix_contact connector MC_01x08_GF_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V phoenix_contact connector MC_01x08_GF_3.81mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V phoenix_contact connector MC_01x09_G_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V phoenix_contact connector MC_01x09_G_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V phoenix_contact connector MC_01x09_GF_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V phoenix_contact connector MC_01x09_GF_3.5mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V phoenix_contact connector MC_01x09_GF_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V phoenix_contact connector MC_01x09_GF_3.81mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V phoenix_contact connector MC_01x10_G_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V phoenix_contact connector MC_01x10_G_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V phoenix_contact connector MC_01x10_GF_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V phoenix_contact connector MC_01x10_GF_3.5mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V phoenix_contact connector MC_01x10_GF_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V phoenix_contact connector MC_01x10_GF_3.81mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V phoenix_contact connector MC_01x11_G_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V phoenix_contact connector MC_01x11_G_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V phoenix_contact connector MC_01x11_GF_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V phoenix_contact connector MC_01x11_GF_3.5mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V phoenix_contact connector MC_01x11_GF_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V phoenix_contact connector MC_01x11_GF_3.81mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V phoenix_contact connector MC_01x12_G_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V phoenix_contact connector MC_01x12_G_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V phoenix_contact connector MC_01x12_GF_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V phoenix_contact connector MC_01x12_GF_3.5mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V phoenix_contact connector MC_01x12_GF_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V phoenix_contact connector MC_01x12_GF_3.81mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V phoenix_contact connector MC_01x13_G_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V phoenix_contact connector MC_01x13_G_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V phoenix_contact connector MC_01x13_GF_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V phoenix_contact connector MC_01x13_GF_3.5mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V phoenix_contact connector MC_01x13_GF_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V phoenix_contact connector MC_01x13_GF_3.81mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V phoenix_contact connector MC_01x14_G_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V phoenix_contact connector MC_01x14_G_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V phoenix_contact connector MC_01x14_GF_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V phoenix_contact connector MC_01x14_GF_3.5mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V phoenix_contact connector MC_01x14_GF_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V phoenix_contact connector MC_01x14_GF_3.81mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V phoenix_contact connector MC_01x15_G_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V phoenix_contact connector MC_01x15_G_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V phoenix_contact connector MC_01x15_GF_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V phoenix_contact connector MC_01x15_GF_3.5mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V phoenix_contact connector MC_01x15_GF_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V phoenix_contact connector MC_01x15_GF_3.81mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V phoenix_contact connector MC_01x16_G_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V phoenix_contact connector MC_01x16_G_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V phoenix_contact connector MC_01x16_GF_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V phoenix_contact connector MC_01x16_GF_3.5mm_MH 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V phoenix_contact connector MC_01x16_GF_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V phoenix_contact connector MC_01x16_GF_3.81mm_MH 0 16 16 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V phoenix_contact connector MCV_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V phoenix_contact connector MCV_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V phoenix_contact connector MCV_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V phoenix_contact connector MCV_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V phoenix_contact connector MCV_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V phoenix_contact connector MCV_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V phoenix_contact connector MCV_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V phoenix_contact connector MCV_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V phoenix_contact connector MCV_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V phoenix_contact connector MCV_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V phoenix_contact connector MCV_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V phoenix_contact connector MCV_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V phoenix_contact connector MCV_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V phoenix_contact connector MCV_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V phoenix_contact connector MCV_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V phoenix_contact connector MCV_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V phoenix_contact connector MCV_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V phoenix_contact connector MCV_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V phoenix_contact connector MCV_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V phoenix_contact connector MCV_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V phoenix_contact connector MCV_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V phoenix_contact connector MCV_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V phoenix_contact connector MCV_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V phoenix_contact connector MCV_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V phoenix_contact connector MCV_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V phoenix_contact connector MCV_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V phoenix_contact connector MCV_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V phoenix_contact connector MCV_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V phoenix_contact connector MCV_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V phoenix_contact connector MCV_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V phoenix_contact connector MCV_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V phoenix_contact connector MCV_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V phoenix_contact connector MCV_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V phoenix_contact connector MC_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V phoenix_contact connector MC_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V phoenix_contact connector MC_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V phoenix_contact connector MC_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V phoenix_contact connector MC_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V phoenix_contact connector MC_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V phoenix_contact connector MC_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V phoenix_contact connector MC_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V phoenix_contact connector MC_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V phoenix_contact connector MC_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V phoenix_contact connector MC_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V phoenix_contact connector MC_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V phoenix_contact connector MC_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V phoenix_contact connector MC_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V phoenix_contact connector MC_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V phoenix_contact connector MC_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V phoenix_contact connector MC_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V phoenix_contact connector MC_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V phoenix_contact connector MC_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V phoenix_contact connector MC_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V phoenix_contact connector MC_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V phoenix_contact connector MC_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V phoenix_contact connector MC_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V phoenix_contact connector MC_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V phoenix_contact connector MC_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V phoenix_contact connector MC_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V phoenix_contact connector MC_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V phoenix_contact connector MC_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V phoenix_contact connector MC_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V phoenix_contact connector MC_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V phoenix_contact connector MC_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V phoenix_contact connector MC_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V phoenix_contact connector MC_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC) phoenix_contact connector MSTBA_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC) phoenix_contact connector MSTBA_01x02_G_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC) phoenix_contact connector MSTBA_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC) phoenix_contact connector MSTBA_01x03_G_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC) phoenix_contact connector MSTBA_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC) phoenix_contact connector MSTBA_01x04_G_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC) phoenix_contact connector MSTBA_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC) phoenix_contact connector MSTBA_01x05_G_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC) phoenix_contact connector MSTBA_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC) phoenix_contact connector MSTBA_01x06_G_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC) phoenix_contact connector MSTBA_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC) phoenix_contact connector MSTBA_01x07_G_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC) phoenix_contact connector MSTBA_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC) phoenix_contact connector MSTBA_01x08_G_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC) phoenix_contact connector MSTBA_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC) phoenix_contact connector MSTBA_01x09_G_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC) phoenix_contact connector MSTBA_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC) phoenix_contact connector MSTBA_01x10_G_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC) phoenix_contact connector MSTBA_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC) phoenix_contact connector MSTBA_01x11_G_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC) phoenix_contact connector MSTBA_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC) phoenix_contact connector MSTBA_01x12_G_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A phoenix_contact connector MSTBA_01x13_G_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A phoenix_contact connector MSTBA_01x13_G_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A phoenix_contact connector MSTBA_01x14_G_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A phoenix_contact connector MSTBA_01x14_G_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A phoenix_contact connector MSTBA_01x15_G_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A phoenix_contact connector MSTBA_01x15_G_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A phoenix_contact connector MSTBA_01x16_G_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A phoenix_contact connector MSTBA_01x16_G_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC) phoenix_contact connector MSTBVA_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC) phoenix_contact connector MSTBVA_01x02_G_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC) phoenix_contact connector MSTBVA_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC) phoenix_contact connector MSTBVA_01x03_G_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC) phoenix_contact connector MSTBVA_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC) phoenix_contact connector MSTBVA_01x04_G_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC) phoenix_contact connector MSTBVA_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC) phoenix_contact connector MSTBVA_01x05_G_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC) phoenix_contact connector MSTBVA_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC) phoenix_contact connector MSTBVA_01x06_G_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC) phoenix_contact connector MSTBVA_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC) phoenix_contact connector MSTBVA_01x07_G_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC) phoenix_contact connector MSTBVA_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC) phoenix_contact connector MSTBVA_01x08_G_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC) phoenix_contact connector MSTBVA_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC) phoenix_contact connector MSTBVA_01x09_G_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC) phoenix_contact connector MSTBVA_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC) phoenix_contact connector MSTBVA_01x10_G_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC) phoenix_contact connector MSTBVA_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC) phoenix_contact connector MSTBVA_01x11_G_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC) phoenix_contact connector MSTBVA_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC) phoenix_contact connector MSTBVA_01x12_G_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A phoenix_contact connector MSTBVA_01x13_G_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A phoenix_contact connector MSTBVA_01x13_G_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A phoenix_contact connector MSTBVA_01x14_G_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A phoenix_contact connector MSTBVA_01x14_G_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A phoenix_contact connector MSTBVA_01x15_G_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A phoenix_contact connector MSTBVA_01x15_G_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A phoenix_contact connector MSTBVA_01x16_G_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A phoenix_contact connector MSTBVA_01x16_G_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A phoenix_contact connector MSTBV_01x13_GF_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A phoenix_contact connector MSTBV_01x13_GF_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A phoenix_contact connector MSTBV_01x14_GF_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A phoenix_contact connector MSTBV_01x14_GF_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A phoenix_contact connector MSTBV_01x15_GF_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A phoenix_contact connector MSTBV_01x15_GF_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A phoenix_contact connector MSTBV_01x16_GF_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A phoenix_contact connector MSTBV_01x16_GF_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.00mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.00mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.00mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.00mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.00mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.00mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.00mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.00mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.00mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.00mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.00mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A phoenix_contact connector MSTB_01x13_GF_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A phoenix_contact connector MSTB_01x13_GF_5.08mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A phoenix_contact connector MSTB_01x13_GF_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A phoenix_contact connector MSTB_01x13_GF_5.00mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A phoenix_contact connector MSTB_01x14_GF_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A phoenix_contact connector MSTB_01x14_GF_5.08mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A phoenix_contact connector MSTB_01x14_GF_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A phoenix_contact connector MSTB_01x14_GF_5.00mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A phoenix_contact connector MSTB_01x15_GF_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A phoenix_contact connector MSTB_01x15_GF_5.08mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A phoenix_contact connector MSTB_01x15_GF_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A phoenix_contact connector MSTB_01x15_GF_5.00mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A phoenix_contact connector MSTB_01x16_GF_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A phoenix_contact connector MSTB_01x16_GF_5.08mm_MH 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A phoenix_contact connector MSTB_01x16_GF_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A phoenix_contact connector MSTB_01x16_GF_5.00mm_MH 0 16 16 Connector_Pin Pin_D0.7mm_L6.5mm_W1.8mm_FlatFork solder Pin_ with flat fork, hole diameter 0.7mm, length 6.5mm, width 1.8mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D0.9mm_L10.0mm_W2.4mm_FlatFork solder Pin_ with flat fork, hole diameter 0.9mm, length 10.0mm, width 2.4mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.0mm_L10.0mm solder Pin_ diameter 1.0mm, hole diameter 1.0mm (press fit), length 10.0mm solder Pin_ press fit 0 1 1 Connector_Pin Pin_D1.0mm_L10.0mm_LooseFit solder Pin_ diameter 1.0mm, hole diameter 1.2mm (loose fit), length 10.0mm solder Pin_ loose fit 0 1 1 Connector_Pin Pin_D1.1mm_L8.5mm_W2.5mm_FlatFork solder Pin_ with flat fork, hole diameter 1.1mm, length 8.5mm, width 2.5mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.1mm_L10.2mm_W3.5mm_Flat solder Pin_ with flat with hole, hole diameter 1.1mm, length 10.2mm, width 3.5mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.2mm_L10.2mm_W2.9mm_FlatFork solder Pin_ with flat with fork, hole diameter 1.2mm, length 11.3mm, width 3.0mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.2mm_L11.3mm_W3.0mm_Flat solder Pin_ with flat with hole, hole diameter 1.2mm, length 11.3mm, width 3.0mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.3mm_L10.0mm_W3.5mm_Flat solder Pin_ with flat with hole, hole diameter 1.3mm, length 10.0mm, width 3.5mm, e.g. Ettinger 13.13.865, https://katalog.ettinger.de/#p=434 solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.3mm_L11.0mm solder Pin_ diameter 1.3mm, hole diameter 1.3mm, length 11.0mm solder Pin_ pressfit 0 1 1 Connector_Pin Pin_D1.3mm_L11.0mm_LooseFit solder Pin_ diameter 1.3mm, hole diameter 1.5mm (loose fit), length 11.0mm solder Pin_ loose fit 0 1 1 Connector_Pin Pin_D1.3mm_L11.3mm_W2.8mm_Flat solder Pin_ with flat with hole, hole diameter 1.3mm, length 11.3mm, width 2.8mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434 solder Pin_ with flat fork 0 1 1 Connector_PinHeader_1.00mm PinHeader_1x01_P1.00mm_Horizontal Through hole angled pin header, 1x01, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x01 1.00mm single row 0 1 1 Connector_PinHeader_1.00mm PinHeader_1x01_P1.00mm_Vertical Through hole straight pin header, 1x01, 1.00mm pitch, single row Through hole pin header THT 1x01 1.00mm single row 0 1 1 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Horizontal Through hole angled pin header, 1x02, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x02 1.00mm single row 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Vertical Through hole straight pin header, 1x02, 1.00mm pitch, single row Through hole pin header THT 1x02 1.00mm single row 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 1.00mm single row style1 pin1 left 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 1.00mm single row style2 pin1 right 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Horizontal Through hole angled pin header, 1x03, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x03 1.00mm single row 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Vertical Through hole straight pin header, 1x03, 1.00mm pitch, single row Through hole pin header THT 1x03 1.00mm single row 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 1.00mm single row style1 pin1 left 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 1.00mm single row style2 pin1 right 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Horizontal Through hole angled pin header, 1x04, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x04 1.00mm single row 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Vertical Through hole straight pin header, 1x04, 1.00mm pitch, single row Through hole pin header THT 1x04 1.00mm single row 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 1.00mm single row style1 pin1 left 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 1.00mm single row style2 pin1 right 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Horizontal Through hole angled pin header, 1x05, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x05 1.00mm single row 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Vertical Through hole straight pin header, 1x05, 1.00mm pitch, single row Through hole pin header THT 1x05 1.00mm single row 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 1.00mm single row style1 pin1 left 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 1.00mm single row style2 pin1 right 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Horizontal Through hole angled pin header, 1x06, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x06 1.00mm single row 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Vertical Through hole straight pin header, 1x06, 1.00mm pitch, single row Through hole pin header THT 1x06 1.00mm single row 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 1.00mm single row style1 pin1 left 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 1.00mm single row style2 pin1 right 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Horizontal Through hole angled pin header, 1x07, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x07 1.00mm single row 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Vertical Through hole straight pin header, 1x07, 1.00mm pitch, single row Through hole pin header THT 1x07 1.00mm single row 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 1.00mm single row style1 pin1 left 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 1.00mm single row style2 pin1 right 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Horizontal Through hole angled pin header, 1x08, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x08 1.00mm single row 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Vertical Through hole straight pin header, 1x08, 1.00mm pitch, single row Through hole pin header THT 1x08 1.00mm single row 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 1.00mm single row style1 pin1 left 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 1.00mm single row style2 pin1 right 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Horizontal Through hole angled pin header, 1x09, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x09 1.00mm single row 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Vertical Through hole straight pin header, 1x09, 1.00mm pitch, single row Through hole pin header THT 1x09 1.00mm single row 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 1.00mm single row style1 pin1 left 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 1.00mm single row style2 pin1 right 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Horizontal Through hole angled pin header, 1x10, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x10 1.00mm single row 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Vertical Through hole straight pin header, 1x10, 1.00mm pitch, single row Through hole pin header THT 1x10 1.00mm single row 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 1.00mm single row style1 pin1 left 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 1.00mm single row style2 pin1 right 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Horizontal Through hole angled pin header, 1x11, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x11 1.00mm single row 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Vertical Through hole straight pin header, 1x11, 1.00mm pitch, single row Through hole pin header THT 1x11 1.00mm single row 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 1.00mm single row style1 pin1 left 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 1.00mm single row style2 pin1 right 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Horizontal Through hole angled pin header, 1x12, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x12 1.00mm single row 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Vertical Through hole straight pin header, 1x12, 1.00mm pitch, single row Through hole pin header THT 1x12 1.00mm single row 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 1.00mm single row style1 pin1 left 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 1.00mm single row style2 pin1 right 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Horizontal Through hole angled pin header, 1x13, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x13 1.00mm single row 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Vertical Through hole straight pin header, 1x13, 1.00mm pitch, single row Through hole pin header THT 1x13 1.00mm single row 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 1.00mm single row style1 pin1 left 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 1.00mm single row style2 pin1 right 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Horizontal Through hole angled pin header, 1x14, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x14 1.00mm single row 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Vertical Through hole straight pin header, 1x14, 1.00mm pitch, single row Through hole pin header THT 1x14 1.00mm single row 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 1.00mm single row style1 pin1 left 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 1.00mm single row style2 pin1 right 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Horizontal Through hole angled pin header, 1x15, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x15 1.00mm single row 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Vertical Through hole straight pin header, 1x15, 1.00mm pitch, single row Through hole pin header THT 1x15 1.00mm single row 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 1.00mm single row style1 pin1 left 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 1.00mm single row style2 pin1 right 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Horizontal Through hole angled pin header, 1x16, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x16 1.00mm single row 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Vertical Through hole straight pin header, 1x16, 1.00mm pitch, single row Through hole pin header THT 1x16 1.00mm single row 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 1.00mm single row style1 pin1 left 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 1.00mm single row style2 pin1 right 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Horizontal Through hole angled pin header, 1x17, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x17 1.00mm single row 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Vertical Through hole straight pin header, 1x17, 1.00mm pitch, single row Through hole pin header THT 1x17 1.00mm single row 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 1.00mm single row style1 pin1 left 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 1.00mm single row style2 pin1 right 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Horizontal Through hole angled pin header, 1x18, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x18 1.00mm single row 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Vertical Through hole straight pin header, 1x18, 1.00mm pitch, single row Through hole pin header THT 1x18 1.00mm single row 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 1.00mm single row style1 pin1 left 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 1.00mm single row style2 pin1 right 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Horizontal Through hole angled pin header, 1x19, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x19 1.00mm single row 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Vertical Through hole straight pin header, 1x19, 1.00mm pitch, single row Through hole pin header THT 1x19 1.00mm single row 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 1.00mm single row style1 pin1 left 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 1.00mm single row style2 pin1 right 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Horizontal Through hole angled pin header, 1x20, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x20 1.00mm single row 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Vertical Through hole straight pin header, 1x20, 1.00mm pitch, single row Through hole pin header THT 1x20 1.00mm single row 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 1.00mm single row style1 pin1 left 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 1.00mm single row style2 pin1 right 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Horizontal Through hole angled pin header, 1x21, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x21 1.00mm single row 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Vertical Through hole straight pin header, 1x21, 1.00mm pitch, single row Through hole pin header THT 1x21 1.00mm single row 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 1.00mm single row style1 pin1 left 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 1.00mm single row style2 pin1 right 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Horizontal Through hole angled pin header, 1x22, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x22 1.00mm single row 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Vertical Through hole straight pin header, 1x22, 1.00mm pitch, single row Through hole pin header THT 1x22 1.00mm single row 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 1.00mm single row style1 pin1 left 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 1.00mm single row style2 pin1 right 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Horizontal Through hole angled pin header, 1x23, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x23 1.00mm single row 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Vertical Through hole straight pin header, 1x23, 1.00mm pitch, single row Through hole pin header THT 1x23 1.00mm single row 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 1.00mm single row style1 pin1 left 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 1.00mm single row style2 pin1 right 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Horizontal Through hole angled pin header, 1x24, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x24 1.00mm single row 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Vertical Through hole straight pin header, 1x24, 1.00mm pitch, single row Through hole pin header THT 1x24 1.00mm single row 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 1.00mm single row style1 pin1 left 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 1.00mm single row style2 pin1 right 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Horizontal Through hole angled pin header, 1x25, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x25 1.00mm single row 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Vertical Through hole straight pin header, 1x25, 1.00mm pitch, single row Through hole pin header THT 1x25 1.00mm single row 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 1.00mm single row style1 pin1 left 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 1.00mm single row style2 pin1 right 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Horizontal Through hole angled pin header, 1x26, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x26 1.00mm single row 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Vertical Through hole straight pin header, 1x26, 1.00mm pitch, single row Through hole pin header THT 1x26 1.00mm single row 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 1.00mm single row style1 pin1 left 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 1.00mm single row style2 pin1 right 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Horizontal Through hole angled pin header, 1x27, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x27 1.00mm single row 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Vertical Through hole straight pin header, 1x27, 1.00mm pitch, single row Through hole pin header THT 1x27 1.00mm single row 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 1.00mm single row style1 pin1 left 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 1.00mm single row style2 pin1 right 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Horizontal Through hole angled pin header, 1x28, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x28 1.00mm single row 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Vertical Through hole straight pin header, 1x28, 1.00mm pitch, single row Through hole pin header THT 1x28 1.00mm single row 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 1.00mm single row style1 pin1 left 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 1.00mm single row style2 pin1 right 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Horizontal Through hole angled pin header, 1x29, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x29 1.00mm single row 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Vertical Through hole straight pin header, 1x29, 1.00mm pitch, single row Through hole pin header THT 1x29 1.00mm single row 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 1.00mm single row style1 pin1 left 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 1.00mm single row style2 pin1 right 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Horizontal Through hole angled pin header, 1x30, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x30 1.00mm single row 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Vertical Through hole straight pin header, 1x30, 1.00mm pitch, single row Through hole pin header THT 1x30 1.00mm single row 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 1.00mm single row style1 pin1 left 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 1.00mm single row style2 pin1 right 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Horizontal Through hole angled pin header, 1x31, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x31 1.00mm single row 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Vertical Through hole straight pin header, 1x31, 1.00mm pitch, single row Through hole pin header THT 1x31 1.00mm single row 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 1.00mm single row style1 pin1 left 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 1.00mm single row style2 pin1 right 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Horizontal Through hole angled pin header, 1x32, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x32 1.00mm single row 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Vertical Through hole straight pin header, 1x32, 1.00mm pitch, single row Through hole pin header THT 1x32 1.00mm single row 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 1.00mm single row style1 pin1 left 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 1.00mm single row style2 pin1 right 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Horizontal Through hole angled pin header, 1x33, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x33 1.00mm single row 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Vertical Through hole straight pin header, 1x33, 1.00mm pitch, single row Through hole pin header THT 1x33 1.00mm single row 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 1.00mm single row style1 pin1 left 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 1.00mm single row style2 pin1 right 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Horizontal Through hole angled pin header, 1x34, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x34 1.00mm single row 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Vertical Through hole straight pin header, 1x34, 1.00mm pitch, single row Through hole pin header THT 1x34 1.00mm single row 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 1.00mm single row style1 pin1 left 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 1.00mm single row style2 pin1 right 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Horizontal Through hole angled pin header, 1x35, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x35 1.00mm single row 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Vertical Through hole straight pin header, 1x35, 1.00mm pitch, single row Through hole pin header THT 1x35 1.00mm single row 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 1.00mm single row style1 pin1 left 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 1.00mm single row style2 pin1 right 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Horizontal Through hole angled pin header, 1x36, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x36 1.00mm single row 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Vertical Through hole straight pin header, 1x36, 1.00mm pitch, single row Through hole pin header THT 1x36 1.00mm single row 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 1.00mm single row style1 pin1 left 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 1.00mm single row style2 pin1 right 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Horizontal Through hole angled pin header, 1x37, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x37 1.00mm single row 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Vertical Through hole straight pin header, 1x37, 1.00mm pitch, single row Through hole pin header THT 1x37 1.00mm single row 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 1.00mm single row style1 pin1 left 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 1.00mm single row style2 pin1 right 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Horizontal Through hole angled pin header, 1x38, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x38 1.00mm single row 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Vertical Through hole straight pin header, 1x38, 1.00mm pitch, single row Through hole pin header THT 1x38 1.00mm single row 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 1.00mm single row style1 pin1 left 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 1.00mm single row style2 pin1 right 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Horizontal Through hole angled pin header, 1x39, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x39 1.00mm single row 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Vertical Through hole straight pin header, 1x39, 1.00mm pitch, single row Through hole pin header THT 1x39 1.00mm single row 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 1.00mm single row style1 pin1 left 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 1.00mm single row style2 pin1 right 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Horizontal Through hole angled pin header, 1x40, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x40 1.00mm single row 0 40 40 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Vertical Through hole straight pin header, 1x40, 1.00mm pitch, single row Through hole pin header THT 1x40 1.00mm single row 0 40 40 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 1.00mm single row style1 pin1 left 0 40 40 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 1.00mm single row style2 pin1 right 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x01_P1.00mm_Horizontal Through hole angled pin header, 2x01, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x01 1.00mm double row 0 2 2 Connector_PinHeader_1.00mm PinHeader_2x01_P1.00mm_Vertical Through hole straight pin header, 2x01, 1.00mm pitch, double rows Through hole pin header THT 2x01 1.00mm double row 0 2 2 Connector_PinHeader_1.00mm PinHeader_2x01_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x01, 1.00mm pitch, double rows Surface mounted pin header SMD 2x01 1.00mm double row 0 2 2 Connector_PinHeader_1.00mm PinHeader_2x02_P1.00mm_Horizontal Through hole angled pin header, 2x02, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x02 1.00mm double row 0 4 4 Connector_PinHeader_1.00mm PinHeader_2x02_P1.00mm_Vertical Through hole straight pin header, 2x02, 1.00mm pitch, double rows Through hole pin header THT 2x02 1.00mm double row 0 4 4 Connector_PinHeader_1.00mm PinHeader_2x02_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x02, 1.00mm pitch, double rows Surface mounted pin header SMD 2x02 1.00mm double row 0 4 4 Connector_PinHeader_1.00mm PinHeader_2x03_P1.00mm_Horizontal Through hole angled pin header, 2x03, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x03 1.00mm double row 0 6 6 Connector_PinHeader_1.00mm PinHeader_2x03_P1.00mm_Vertical Through hole straight pin header, 2x03, 1.00mm pitch, double rows Through hole pin header THT 2x03 1.00mm double row 0 6 6 Connector_PinHeader_1.00mm PinHeader_2x03_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x03, 1.00mm pitch, double rows Surface mounted pin header SMD 2x03 1.00mm double row 0 6 6 Connector_PinHeader_1.00mm PinHeader_2x04_P1.00mm_Horizontal Through hole angled pin header, 2x04, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x04 1.00mm double row 0 8 8 Connector_PinHeader_1.00mm PinHeader_2x04_P1.00mm_Vertical Through hole straight pin header, 2x04, 1.00mm pitch, double rows Through hole pin header THT 2x04 1.00mm double row 0 8 8 Connector_PinHeader_1.00mm PinHeader_2x04_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x04, 1.00mm pitch, double rows Surface mounted pin header SMD 2x04 1.00mm double row 0 8 8 Connector_PinHeader_1.00mm PinHeader_2x05_P1.00mm_Horizontal Through hole angled pin header, 2x05, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x05 1.00mm double row 0 10 10 Connector_PinHeader_1.00mm PinHeader_2x05_P1.00mm_Vertical Through hole straight pin header, 2x05, 1.00mm pitch, double rows Through hole pin header THT 2x05 1.00mm double row 0 10 10 Connector_PinHeader_1.00mm PinHeader_2x05_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x05, 1.00mm pitch, double rows Surface mounted pin header SMD 2x05 1.00mm double row 0 10 10 Connector_PinHeader_1.00mm PinHeader_2x06_P1.00mm_Horizontal Through hole angled pin header, 2x06, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x06 1.00mm double row 0 12 12 Connector_PinHeader_1.00mm PinHeader_2x06_P1.00mm_Vertical Through hole straight pin header, 2x06, 1.00mm pitch, double rows Through hole pin header THT 2x06 1.00mm double row 0 12 12 Connector_PinHeader_1.00mm PinHeader_2x06_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x06, 1.00mm pitch, double rows Surface mounted pin header SMD 2x06 1.00mm double row 0 12 12 Connector_PinHeader_1.00mm PinHeader_2x07_P1.00mm_Horizontal Through hole angled pin header, 2x07, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x07 1.00mm double row 0 14 14 Connector_PinHeader_1.00mm PinHeader_2x07_P1.00mm_Vertical Through hole straight pin header, 2x07, 1.00mm pitch, double rows Through hole pin header THT 2x07 1.00mm double row 0 14 14 Connector_PinHeader_1.00mm PinHeader_2x07_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x07, 1.00mm pitch, double rows Surface mounted pin header SMD 2x07 1.00mm double row 0 14 14 Connector_PinHeader_1.00mm PinHeader_2x08_P1.00mm_Horizontal Through hole angled pin header, 2x08, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x08 1.00mm double row 0 16 16 Connector_PinHeader_1.00mm PinHeader_2x08_P1.00mm_Vertical Through hole straight pin header, 2x08, 1.00mm pitch, double rows Through hole pin header THT 2x08 1.00mm double row 0 16 16 Connector_PinHeader_1.00mm PinHeader_2x08_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows Surface mounted pin header SMD 2x08 1.00mm double row 0 16 16 Connector_PinHeader_1.00mm PinHeader_2x09_P1.00mm_Horizontal Through hole angled pin header, 2x09, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x09 1.00mm double row 0 18 18 Connector_PinHeader_1.00mm PinHeader_2x09_P1.00mm_Vertical Through hole straight pin header, 2x09, 1.00mm pitch, double rows Through hole pin header THT 2x09 1.00mm double row 0 18 18 Connector_PinHeader_1.00mm PinHeader_2x09_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x09, 1.00mm pitch, double rows Surface mounted pin header SMD 2x09 1.00mm double row 0 18 18 Connector_PinHeader_1.00mm PinHeader_2x10_P1.00mm_Horizontal Through hole angled pin header, 2x10, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x10 1.00mm double row 0 20 20 Connector_PinHeader_1.00mm PinHeader_2x10_P1.00mm_Vertical Through hole straight pin header, 2x10, 1.00mm pitch, double rows Through hole pin header THT 2x10 1.00mm double row 0 20 20 Connector_PinHeader_1.00mm PinHeader_2x10_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x10, 1.00mm pitch, double rows Surface mounted pin header SMD 2x10 1.00mm double row 0 20 20 Connector_PinHeader_1.00mm PinHeader_2x11_P1.00mm_Horizontal Through hole angled pin header, 2x11, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x11 1.00mm double row 0 22 22 Connector_PinHeader_1.00mm PinHeader_2x11_P1.00mm_Vertical Through hole straight pin header, 2x11, 1.00mm pitch, double rows Through hole pin header THT 2x11 1.00mm double row 0 22 22 Connector_PinHeader_1.00mm PinHeader_2x11_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x11, 1.00mm pitch, double rows Surface mounted pin header SMD 2x11 1.00mm double row 0 22 22 Connector_PinHeader_1.00mm PinHeader_2x12_P1.00mm_Horizontal Through hole angled pin header, 2x12, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x12 1.00mm double row 0 24 24 Connector_PinHeader_1.00mm PinHeader_2x12_P1.00mm_Vertical Through hole straight pin header, 2x12, 1.00mm pitch, double rows Through hole pin header THT 2x12 1.00mm double row 0 24 24 Connector_PinHeader_1.00mm PinHeader_2x12_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x12, 1.00mm pitch, double rows Surface mounted pin header SMD 2x12 1.00mm double row 0 24 24 Connector_PinHeader_1.00mm PinHeader_2x13_P1.00mm_Horizontal Through hole angled pin header, 2x13, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x13 1.00mm double row 0 26 26 Connector_PinHeader_1.00mm PinHeader_2x13_P1.00mm_Vertical Through hole straight pin header, 2x13, 1.00mm pitch, double rows Through hole pin header THT 2x13 1.00mm double row 0 26 26 Connector_PinHeader_1.00mm PinHeader_2x13_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x13, 1.00mm pitch, double rows Surface mounted pin header SMD 2x13 1.00mm double row 0 26 26 Connector_PinHeader_1.00mm PinHeader_2x14_P1.00mm_Horizontal Through hole angled pin header, 2x14, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x14 1.00mm double row 0 28 28 Connector_PinHeader_1.00mm PinHeader_2x14_P1.00mm_Vertical Through hole straight pin header, 2x14, 1.00mm pitch, double rows Through hole pin header THT 2x14 1.00mm double row 0 28 28 Connector_PinHeader_1.00mm PinHeader_2x14_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x14, 1.00mm pitch, double rows Surface mounted pin header SMD 2x14 1.00mm double row 0 28 28 Connector_PinHeader_1.00mm PinHeader_2x15_P1.00mm_Horizontal Through hole angled pin header, 2x15, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x15 1.00mm double row 0 30 30 Connector_PinHeader_1.00mm PinHeader_2x15_P1.00mm_Vertical Through hole straight pin header, 2x15, 1.00mm pitch, double rows Through hole pin header THT 2x15 1.00mm double row 0 30 30 Connector_PinHeader_1.00mm PinHeader_2x15_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x15, 1.00mm pitch, double rows Surface mounted pin header SMD 2x15 1.00mm double row 0 30 30 Connector_PinHeader_1.00mm PinHeader_2x16_P1.00mm_Horizontal Through hole angled pin header, 2x16, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x16 1.00mm double row 0 32 32 Connector_PinHeader_1.00mm PinHeader_2x16_P1.00mm_Vertical Through hole straight pin header, 2x16, 1.00mm pitch, double rows Through hole pin header THT 2x16 1.00mm double row 0 32 32 Connector_PinHeader_1.00mm PinHeader_2x16_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x16, 1.00mm pitch, double rows Surface mounted pin header SMD 2x16 1.00mm double row 0 32 32 Connector_PinHeader_1.00mm PinHeader_2x17_P1.00mm_Horizontal Through hole angled pin header, 2x17, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x17 1.00mm double row 0 34 34 Connector_PinHeader_1.00mm PinHeader_2x17_P1.00mm_Vertical Through hole straight pin header, 2x17, 1.00mm pitch, double rows Through hole pin header THT 2x17 1.00mm double row 0 34 34 Connector_PinHeader_1.00mm PinHeader_2x17_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x17, 1.00mm pitch, double rows Surface mounted pin header SMD 2x17 1.00mm double row 0 34 34 Connector_PinHeader_1.00mm PinHeader_2x18_P1.00mm_Horizontal Through hole angled pin header, 2x18, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x18 1.00mm double row 0 36 36 Connector_PinHeader_1.00mm PinHeader_2x18_P1.00mm_Vertical Through hole straight pin header, 2x18, 1.00mm pitch, double rows Through hole pin header THT 2x18 1.00mm double row 0 36 36 Connector_PinHeader_1.00mm PinHeader_2x18_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x18, 1.00mm pitch, double rows Surface mounted pin header SMD 2x18 1.00mm double row 0 36 36 Connector_PinHeader_1.00mm PinHeader_2x19_P1.00mm_Horizontal Through hole angled pin header, 2x19, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x19 1.00mm double row 0 38 38 Connector_PinHeader_1.00mm PinHeader_2x19_P1.00mm_Vertical Through hole straight pin header, 2x19, 1.00mm pitch, double rows Through hole pin header THT 2x19 1.00mm double row 0 38 38 Connector_PinHeader_1.00mm PinHeader_2x19_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x19, 1.00mm pitch, double rows Surface mounted pin header SMD 2x19 1.00mm double row 0 38 38 Connector_PinHeader_1.00mm PinHeader_2x20_P1.00mm_Horizontal Through hole angled pin header, 2x20, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x20 1.00mm double row 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x20_P1.00mm_Vertical Through hole straight pin header, 2x20, 1.00mm pitch, double rows Through hole pin header THT 2x20 1.00mm double row 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x20_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x20, 1.00mm pitch, double rows Surface mounted pin header SMD 2x20 1.00mm double row 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x21_P1.00mm_Horizontal Through hole angled pin header, 2x21, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x21 1.00mm double row 0 42 42 Connector_PinHeader_1.00mm PinHeader_2x21_P1.00mm_Vertical Through hole straight pin header, 2x21, 1.00mm pitch, double rows Through hole pin header THT 2x21 1.00mm double row 0 42 42 Connector_PinHeader_1.00mm PinHeader_2x21_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x21, 1.00mm pitch, double rows Surface mounted pin header SMD 2x21 1.00mm double row 0 42 42 Connector_PinHeader_1.00mm PinHeader_2x22_P1.00mm_Horizontal Through hole angled pin header, 2x22, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x22 1.00mm double row 0 44 44 Connector_PinHeader_1.00mm PinHeader_2x22_P1.00mm_Vertical Through hole straight pin header, 2x22, 1.00mm pitch, double rows Through hole pin header THT 2x22 1.00mm double row 0 44 44 Connector_PinHeader_1.00mm PinHeader_2x22_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x22, 1.00mm pitch, double rows Surface mounted pin header SMD 2x22 1.00mm double row 0 44 44 Connector_PinHeader_1.00mm PinHeader_2x23_P1.00mm_Horizontal Through hole angled pin header, 2x23, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x23 1.00mm double row 0 46 46 Connector_PinHeader_1.00mm PinHeader_2x23_P1.00mm_Vertical Through hole straight pin header, 2x23, 1.00mm pitch, double rows Through hole pin header THT 2x23 1.00mm double row 0 46 46 Connector_PinHeader_1.00mm PinHeader_2x23_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x23, 1.00mm pitch, double rows Surface mounted pin header SMD 2x23 1.00mm double row 0 46 46 Connector_PinHeader_1.00mm PinHeader_2x24_P1.00mm_Horizontal Through hole angled pin header, 2x24, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x24 1.00mm double row 0 48 48 Connector_PinHeader_1.00mm PinHeader_2x24_P1.00mm_Vertical Through hole straight pin header, 2x24, 1.00mm pitch, double rows Through hole pin header THT 2x24 1.00mm double row 0 48 48 Connector_PinHeader_1.00mm PinHeader_2x24_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x24, 1.00mm pitch, double rows Surface mounted pin header SMD 2x24 1.00mm double row 0 48 48 Connector_PinHeader_1.00mm PinHeader_2x25_P1.00mm_Horizontal Through hole angled pin header, 2x25, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x25 1.00mm double row 0 50 50 Connector_PinHeader_1.00mm PinHeader_2x25_P1.00mm_Vertical Through hole straight pin header, 2x25, 1.00mm pitch, double rows Through hole pin header THT 2x25 1.00mm double row 0 50 50 Connector_PinHeader_1.00mm PinHeader_2x25_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x25, 1.00mm pitch, double rows Surface mounted pin header SMD 2x25 1.00mm double row 0 50 50 Connector_PinHeader_1.00mm PinHeader_2x26_P1.00mm_Horizontal Through hole angled pin header, 2x26, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x26 1.00mm double row 0 52 52 Connector_PinHeader_1.00mm PinHeader_2x26_P1.00mm_Vertical Through hole straight pin header, 2x26, 1.00mm pitch, double rows Through hole pin header THT 2x26 1.00mm double row 0 52 52 Connector_PinHeader_1.00mm PinHeader_2x26_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x26, 1.00mm pitch, double rows Surface mounted pin header SMD 2x26 1.00mm double row 0 52 52 Connector_PinHeader_1.00mm PinHeader_2x27_P1.00mm_Horizontal Through hole angled pin header, 2x27, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x27 1.00mm double row 0 54 54 Connector_PinHeader_1.00mm PinHeader_2x27_P1.00mm_Vertical Through hole straight pin header, 2x27, 1.00mm pitch, double rows Through hole pin header THT 2x27 1.00mm double row 0 54 54 Connector_PinHeader_1.00mm PinHeader_2x27_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x27, 1.00mm pitch, double rows Surface mounted pin header SMD 2x27 1.00mm double row 0 54 54 Connector_PinHeader_1.00mm PinHeader_2x28_P1.00mm_Horizontal Through hole angled pin header, 2x28, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x28 1.00mm double row 0 56 56 Connector_PinHeader_1.00mm PinHeader_2x28_P1.00mm_Vertical Through hole straight pin header, 2x28, 1.00mm pitch, double rows Through hole pin header THT 2x28 1.00mm double row 0 56 56 Connector_PinHeader_1.00mm PinHeader_2x28_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x28, 1.00mm pitch, double rows Surface mounted pin header SMD 2x28 1.00mm double row 0 56 56 Connector_PinHeader_1.00mm PinHeader_2x29_P1.00mm_Horizontal Through hole angled pin header, 2x29, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x29 1.00mm double row 0 58 58 Connector_PinHeader_1.00mm PinHeader_2x29_P1.00mm_Vertical Through hole straight pin header, 2x29, 1.00mm pitch, double rows Through hole pin header THT 2x29 1.00mm double row 0 58 58 Connector_PinHeader_1.00mm PinHeader_2x29_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x29, 1.00mm pitch, double rows Surface mounted pin header SMD 2x29 1.00mm double row 0 58 58 Connector_PinHeader_1.00mm PinHeader_2x30_P1.00mm_Horizontal Through hole angled pin header, 2x30, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x30 1.00mm double row 0 60 60 Connector_PinHeader_1.00mm PinHeader_2x30_P1.00mm_Vertical Through hole straight pin header, 2x30, 1.00mm pitch, double rows Through hole pin header THT 2x30 1.00mm double row 0 60 60 Connector_PinHeader_1.00mm PinHeader_2x30_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x30, 1.00mm pitch, double rows Surface mounted pin header SMD 2x30 1.00mm double row 0 60 60 Connector_PinHeader_1.00mm PinHeader_2x31_P1.00mm_Horizontal Through hole angled pin header, 2x31, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x31 1.00mm double row 0 62 62 Connector_PinHeader_1.00mm PinHeader_2x31_P1.00mm_Vertical Through hole straight pin header, 2x31, 1.00mm pitch, double rows Through hole pin header THT 2x31 1.00mm double row 0 62 62 Connector_PinHeader_1.00mm PinHeader_2x31_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x31, 1.00mm pitch, double rows Surface mounted pin header SMD 2x31 1.00mm double row 0 62 62 Connector_PinHeader_1.00mm PinHeader_2x32_P1.00mm_Horizontal Through hole angled pin header, 2x32, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x32 1.00mm double row 0 64 64 Connector_PinHeader_1.00mm PinHeader_2x32_P1.00mm_Vertical Through hole straight pin header, 2x32, 1.00mm pitch, double rows Through hole pin header THT 2x32 1.00mm double row 0 64 64 Connector_PinHeader_1.00mm PinHeader_2x32_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x32, 1.00mm pitch, double rows Surface mounted pin header SMD 2x32 1.00mm double row 0 64 64 Connector_PinHeader_1.00mm PinHeader_2x33_P1.00mm_Horizontal Through hole angled pin header, 2x33, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x33 1.00mm double row 0 66 66 Connector_PinHeader_1.00mm PinHeader_2x33_P1.00mm_Vertical Through hole straight pin header, 2x33, 1.00mm pitch, double rows Through hole pin header THT 2x33 1.00mm double row 0 66 66 Connector_PinHeader_1.00mm PinHeader_2x33_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x33, 1.00mm pitch, double rows Surface mounted pin header SMD 2x33 1.00mm double row 0 66 66 Connector_PinHeader_1.00mm PinHeader_2x34_P1.00mm_Horizontal Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x34 1.00mm double row 0 68 68 Connector_PinHeader_1.00mm PinHeader_2x34_P1.00mm_Vertical Through hole straight pin header, 2x34, 1.00mm pitch, double rows Through hole pin header THT 2x34 1.00mm double row 0 68 68 Connector_PinHeader_1.00mm PinHeader_2x34_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x34, 1.00mm pitch, double rows Surface mounted pin header SMD 2x34 1.00mm double row 0 68 68 Connector_PinHeader_1.00mm PinHeader_2x35_P1.00mm_Horizontal Through hole angled pin header, 2x35, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x35 1.00mm double row 0 70 70 Connector_PinHeader_1.00mm PinHeader_2x35_P1.00mm_Vertical Through hole straight pin header, 2x35, 1.00mm pitch, double rows Through hole pin header THT 2x35 1.00mm double row 0 70 70 Connector_PinHeader_1.00mm PinHeader_2x35_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x35, 1.00mm pitch, double rows Surface mounted pin header SMD 2x35 1.00mm double row 0 70 70 Connector_PinHeader_1.00mm PinHeader_2x36_P1.00mm_Horizontal Through hole angled pin header, 2x36, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x36 1.00mm double row 0 72 72 Connector_PinHeader_1.00mm PinHeader_2x36_P1.00mm_Vertical Through hole straight pin header, 2x36, 1.00mm pitch, double rows Through hole pin header THT 2x36 1.00mm double row 0 72 72 Connector_PinHeader_1.00mm PinHeader_2x36_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x36, 1.00mm pitch, double rows Surface mounted pin header SMD 2x36 1.00mm double row 0 72 72 Connector_PinHeader_1.00mm PinHeader_2x37_P1.00mm_Horizontal Through hole angled pin header, 2x37, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x37 1.00mm double row 0 74 74 Connector_PinHeader_1.00mm PinHeader_2x37_P1.00mm_Vertical Through hole straight pin header, 2x37, 1.00mm pitch, double rows Through hole pin header THT 2x37 1.00mm double row 0 74 74 Connector_PinHeader_1.00mm PinHeader_2x37_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x37, 1.00mm pitch, double rows Surface mounted pin header SMD 2x37 1.00mm double row 0 74 74 Connector_PinHeader_1.00mm PinHeader_2x38_P1.00mm_Horizontal Through hole angled pin header, 2x38, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x38 1.00mm double row 0 76 76 Connector_PinHeader_1.00mm PinHeader_2x38_P1.00mm_Vertical Through hole straight pin header, 2x38, 1.00mm pitch, double rows Through hole pin header THT 2x38 1.00mm double row 0 76 76 Connector_PinHeader_1.00mm PinHeader_2x38_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x38, 1.00mm pitch, double rows Surface mounted pin header SMD 2x38 1.00mm double row 0 76 76 Connector_PinHeader_1.00mm PinHeader_2x39_P1.00mm_Horizontal Through hole angled pin header, 2x39, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x39 1.00mm double row 0 78 78 Connector_PinHeader_1.00mm PinHeader_2x39_P1.00mm_Vertical Through hole straight pin header, 2x39, 1.00mm pitch, double rows Through hole pin header THT 2x39 1.00mm double row 0 78 78 Connector_PinHeader_1.00mm PinHeader_2x39_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x39, 1.00mm pitch, double rows Surface mounted pin header SMD 2x39 1.00mm double row 0 78 78 Connector_PinHeader_1.00mm PinHeader_2x40_P1.00mm_Horizontal Through hole angled pin header, 2x40, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x40 1.00mm double row 0 80 80 Connector_PinHeader_1.00mm PinHeader_2x40_P1.00mm_Vertical Through hole straight pin header, 2x40, 1.00mm pitch, double rows Through hole pin header THT 2x40 1.00mm double row 0 80 80 Connector_PinHeader_1.00mm PinHeader_2x40_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x40, 1.00mm pitch, double rows Surface mounted pin header SMD 2x40 1.00mm double row 0 80 80 Connector_PinHeader_1.27mm PinHeader_1x01_P1.27mm_Horizontal Through hole angled pin header, 1x01, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x01 1.27mm single row 0 1 1 Connector_PinHeader_1.27mm PinHeader_1x01_P1.27mm_Vertical Through hole straight pin header, 1x01, 1.27mm pitch, single row Through hole pin header THT 1x01 1.27mm single row 0 1 1 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Horizontal Through hole angled pin header, 1x02, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x02 1.27mm single row 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Vertical Through hole straight pin header, 1x02, 1.27mm pitch, single row Through hole pin header THT 1x02 1.27mm single row 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 1.27mm single row style1 pin1 left 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 1.27mm single row style2 pin1 right 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Horizontal Through hole angled pin header, 1x03, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x03 1.27mm single row 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Vertical Through hole straight pin header, 1x03, 1.27mm pitch, single row Through hole pin header THT 1x03 1.27mm single row 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 1.27mm single row style1 pin1 left 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 1.27mm single row style2 pin1 right 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Horizontal Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x04 1.27mm single row 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Vertical Through hole straight pin header, 1x04, 1.27mm pitch, single row Through hole pin header THT 1x04 1.27mm single row 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 1.27mm single row style1 pin1 left 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 1.27mm single row style2 pin1 right 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Horizontal Through hole angled pin header, 1x05, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x05 1.27mm single row 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Vertical Through hole straight pin header, 1x05, 1.27mm pitch, single row Through hole pin header THT 1x05 1.27mm single row 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 1.27mm single row style1 pin1 left 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 1.27mm single row style2 pin1 right 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Horizontal Through hole angled pin header, 1x06, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x06 1.27mm single row 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Vertical Through hole straight pin header, 1x06, 1.27mm pitch, single row Through hole pin header THT 1x06 1.27mm single row 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 1.27mm single row style1 pin1 left 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 1.27mm single row style2 pin1 right 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Horizontal Through hole angled pin header, 1x07, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x07 1.27mm single row 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Vertical Through hole straight pin header, 1x07, 1.27mm pitch, single row Through hole pin header THT 1x07 1.27mm single row 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 1.27mm single row style1 pin1 left 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 1.27mm single row style2 pin1 right 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Horizontal Through hole angled pin header, 1x08, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x08 1.27mm single row 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Vertical Through hole straight pin header, 1x08, 1.27mm pitch, single row Through hole pin header THT 1x08 1.27mm single row 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 1.27mm single row style1 pin1 left 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 1.27mm single row style2 pin1 right 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Horizontal Through hole angled pin header, 1x09, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x09 1.27mm single row 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Vertical Through hole straight pin header, 1x09, 1.27mm pitch, single row Through hole pin header THT 1x09 1.27mm single row 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 1.27mm single row style1 pin1 left 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 1.27mm single row style2 pin1 right 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Horizontal Through hole angled pin header, 1x10, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x10 1.27mm single row 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Vertical Through hole straight pin header, 1x10, 1.27mm pitch, single row Through hole pin header THT 1x10 1.27mm single row 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 1.27mm single row style1 pin1 left 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 1.27mm single row style2 pin1 right 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Horizontal Through hole angled pin header, 1x11, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x11 1.27mm single row 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Vertical Through hole straight pin header, 1x11, 1.27mm pitch, single row Through hole pin header THT 1x11 1.27mm single row 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 1.27mm single row style1 pin1 left 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 1.27mm single row style2 pin1 right 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Horizontal Through hole angled pin header, 1x12, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x12 1.27mm single row 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Vertical Through hole straight pin header, 1x12, 1.27mm pitch, single row Through hole pin header THT 1x12 1.27mm single row 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 1.27mm single row style1 pin1 left 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 1.27mm single row style2 pin1 right 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Horizontal Through hole angled pin header, 1x13, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x13 1.27mm single row 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Vertical Through hole straight pin header, 1x13, 1.27mm pitch, single row Through hole pin header THT 1x13 1.27mm single row 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 1.27mm single row style1 pin1 left 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 1.27mm single row style2 pin1 right 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Horizontal Through hole angled pin header, 1x14, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x14 1.27mm single row 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Vertical Through hole straight pin header, 1x14, 1.27mm pitch, single row Through hole pin header THT 1x14 1.27mm single row 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 1.27mm single row style1 pin1 left 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 1.27mm single row style2 pin1 right 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Horizontal Through hole angled pin header, 1x15, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x15 1.27mm single row 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Vertical Through hole straight pin header, 1x15, 1.27mm pitch, single row Through hole pin header THT 1x15 1.27mm single row 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 1.27mm single row style1 pin1 left 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 1.27mm single row style2 pin1 right 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Horizontal Through hole angled pin header, 1x16, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x16 1.27mm single row 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Vertical Through hole straight pin header, 1x16, 1.27mm pitch, single row Through hole pin header THT 1x16 1.27mm single row 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 1.27mm single row style1 pin1 left 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 1.27mm single row style2 pin1 right 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Horizontal Through hole angled pin header, 1x17, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x17 1.27mm single row 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Vertical Through hole straight pin header, 1x17, 1.27mm pitch, single row Through hole pin header THT 1x17 1.27mm single row 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 1.27mm single row style1 pin1 left 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 1.27mm single row style2 pin1 right 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Horizontal Through hole angled pin header, 1x18, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x18 1.27mm single row 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Vertical Through hole straight pin header, 1x18, 1.27mm pitch, single row Through hole pin header THT 1x18 1.27mm single row 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 1.27mm single row style1 pin1 left 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 1.27mm single row style2 pin1 right 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Horizontal Through hole angled pin header, 1x19, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x19 1.27mm single row 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Vertical Through hole straight pin header, 1x19, 1.27mm pitch, single row Through hole pin header THT 1x19 1.27mm single row 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 1.27mm single row style1 pin1 left 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 1.27mm single row style2 pin1 right 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Horizontal Through hole angled pin header, 1x20, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x20 1.27mm single row 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Vertical Through hole straight pin header, 1x20, 1.27mm pitch, single row Through hole pin header THT 1x20 1.27mm single row 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 1.27mm single row style1 pin1 left 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 1.27mm single row style2 pin1 right 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Horizontal Through hole angled pin header, 1x21, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x21 1.27mm single row 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Vertical Through hole straight pin header, 1x21, 1.27mm pitch, single row Through hole pin header THT 1x21 1.27mm single row 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 1.27mm single row style1 pin1 left 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 1.27mm single row style2 pin1 right 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Horizontal Through hole angled pin header, 1x22, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x22 1.27mm single row 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Vertical Through hole straight pin header, 1x22, 1.27mm pitch, single row Through hole pin header THT 1x22 1.27mm single row 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 1.27mm single row style1 pin1 left 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 1.27mm single row style2 pin1 right 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Horizontal Through hole angled pin header, 1x23, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x23 1.27mm single row 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Vertical Through hole straight pin header, 1x23, 1.27mm pitch, single row Through hole pin header THT 1x23 1.27mm single row 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 1.27mm single row style1 pin1 left 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 1.27mm single row style2 pin1 right 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Horizontal Through hole angled pin header, 1x24, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x24 1.27mm single row 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Vertical Through hole straight pin header, 1x24, 1.27mm pitch, single row Through hole pin header THT 1x24 1.27mm single row 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 1.27mm single row style1 pin1 left 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 1.27mm single row style2 pin1 right 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Horizontal Through hole angled pin header, 1x25, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x25 1.27mm single row 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Vertical Through hole straight pin header, 1x25, 1.27mm pitch, single row Through hole pin header THT 1x25 1.27mm single row 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 1.27mm single row style1 pin1 left 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 1.27mm single row style2 pin1 right 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Horizontal Through hole angled pin header, 1x26, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x26 1.27mm single row 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Vertical Through hole straight pin header, 1x26, 1.27mm pitch, single row Through hole pin header THT 1x26 1.27mm single row 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 1.27mm single row style1 pin1 left 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 1.27mm single row style2 pin1 right 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Horizontal Through hole angled pin header, 1x27, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x27 1.27mm single row 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Vertical Through hole straight pin header, 1x27, 1.27mm pitch, single row Through hole pin header THT 1x27 1.27mm single row 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 1.27mm single row style1 pin1 left 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 1.27mm single row style2 pin1 right 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Horizontal Through hole angled pin header, 1x28, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x28 1.27mm single row 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Vertical Through hole straight pin header, 1x28, 1.27mm pitch, single row Through hole pin header THT 1x28 1.27mm single row 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 1.27mm single row style1 pin1 left 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 1.27mm single row style2 pin1 right 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Horizontal Through hole angled pin header, 1x29, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x29 1.27mm single row 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Vertical Through hole straight pin header, 1x29, 1.27mm pitch, single row Through hole pin header THT 1x29 1.27mm single row 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 1.27mm single row style1 pin1 left 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 1.27mm single row style2 pin1 right 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Horizontal Through hole angled pin header, 1x30, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x30 1.27mm single row 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Vertical Through hole straight pin header, 1x30, 1.27mm pitch, single row Through hole pin header THT 1x30 1.27mm single row 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 1.27mm single row style1 pin1 left 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 1.27mm single row style2 pin1 right 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Horizontal Through hole angled pin header, 1x31, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x31 1.27mm single row 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Vertical Through hole straight pin header, 1x31, 1.27mm pitch, single row Through hole pin header THT 1x31 1.27mm single row 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 1.27mm single row style1 pin1 left 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 1.27mm single row style2 pin1 right 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Horizontal Through hole angled pin header, 1x32, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x32 1.27mm single row 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Vertical Through hole straight pin header, 1x32, 1.27mm pitch, single row Through hole pin header THT 1x32 1.27mm single row 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 1.27mm single row style1 pin1 left 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 1.27mm single row style2 pin1 right 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Horizontal Through hole angled pin header, 1x33, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x33 1.27mm single row 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Vertical Through hole straight pin header, 1x33, 1.27mm pitch, single row Through hole pin header THT 1x33 1.27mm single row 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 1.27mm single row style1 pin1 left 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 1.27mm single row style2 pin1 right 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Horizontal Through hole angled pin header, 1x34, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x34 1.27mm single row 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Vertical Through hole straight pin header, 1x34, 1.27mm pitch, single row Through hole pin header THT 1x34 1.27mm single row 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 1.27mm single row style1 pin1 left 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 1.27mm single row style2 pin1 right 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Horizontal Through hole angled pin header, 1x35, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x35 1.27mm single row 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Vertical Through hole straight pin header, 1x35, 1.27mm pitch, single row Through hole pin header THT 1x35 1.27mm single row 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 1.27mm single row style1 pin1 left 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 1.27mm single row style2 pin1 right 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Horizontal Through hole angled pin header, 1x36, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x36 1.27mm single row 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Vertical Through hole straight pin header, 1x36, 1.27mm pitch, single row Through hole pin header THT 1x36 1.27mm single row 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 1.27mm single row style1 pin1 left 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 1.27mm single row style2 pin1 right 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Horizontal Through hole angled pin header, 1x37, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x37 1.27mm single row 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Vertical Through hole straight pin header, 1x37, 1.27mm pitch, single row Through hole pin header THT 1x37 1.27mm single row 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 1.27mm single row style1 pin1 left 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 1.27mm single row style2 pin1 right 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Horizontal Through hole angled pin header, 1x38, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x38 1.27mm single row 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Vertical Through hole straight pin header, 1x38, 1.27mm pitch, single row Through hole pin header THT 1x38 1.27mm single row 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 1.27mm single row style1 pin1 left 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 1.27mm single row style2 pin1 right 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Horizontal Through hole angled pin header, 1x39, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x39 1.27mm single row 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Vertical Through hole straight pin header, 1x39, 1.27mm pitch, single row Through hole pin header THT 1x39 1.27mm single row 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 1.27mm single row style1 pin1 left 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 1.27mm single row style2 pin1 right 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Horizontal Through hole angled pin header, 1x40, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x40 1.27mm single row 0 40 40 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Vertical Through hole straight pin header, 1x40, 1.27mm pitch, single row Through hole pin header THT 1x40 1.27mm single row 0 40 40 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 1.27mm single row style1 pin1 left 0 40 40 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 1.27mm single row style2 pin1 right 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x01_P1.27mm_Horizontal Through hole angled pin header, 2x01, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x01 1.27mm double row 0 2 2 Connector_PinHeader_1.27mm PinHeader_2x01_P1.27mm_Vertical Through hole straight pin header, 2x01, 1.27mm pitch, double rows Through hole pin header THT 2x01 1.27mm double row 0 2 2 Connector_PinHeader_1.27mm PinHeader_2x01_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x01, 1.27mm pitch, double rows Surface mounted pin header SMD 2x01 1.27mm double row 0 2 2 Connector_PinHeader_1.27mm PinHeader_2x02_P1.27mm_Horizontal Through hole angled pin header, 2x02, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x02 1.27mm double row 0 4 4 Connector_PinHeader_1.27mm PinHeader_2x02_P1.27mm_Vertical Through hole straight pin header, 2x02, 1.27mm pitch, double rows Through hole pin header THT 2x02 1.27mm double row 0 4 4 Connector_PinHeader_1.27mm PinHeader_2x02_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x02, 1.27mm pitch, double rows Surface mounted pin header SMD 2x02 1.27mm double row 0 4 4 Connector_PinHeader_1.27mm PinHeader_2x03_P1.27mm_Horizontal Through hole angled pin header, 2x03, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x03 1.27mm double row 0 6 6 Connector_PinHeader_1.27mm PinHeader_2x03_P1.27mm_Vertical Through hole straight pin header, 2x03, 1.27mm pitch, double rows Through hole pin header THT 2x03 1.27mm double row 0 6 6 Connector_PinHeader_1.27mm PinHeader_2x03_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x03, 1.27mm pitch, double rows Surface mounted pin header SMD 2x03 1.27mm double row 0 6 6 Connector_PinHeader_1.27mm PinHeader_2x04_P1.27mm_Horizontal Through hole angled pin header, 2x04, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x04 1.27mm double row 0 8 8 Connector_PinHeader_1.27mm PinHeader_2x04_P1.27mm_Vertical Through hole straight pin header, 2x04, 1.27mm pitch, double rows Through hole pin header THT 2x04 1.27mm double row 0 8 8 Connector_PinHeader_1.27mm PinHeader_2x04_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x04, 1.27mm pitch, double rows Surface mounted pin header SMD 2x04 1.27mm double row 0 8 8 Connector_PinHeader_1.27mm PinHeader_2x05_P1.27mm_Horizontal Through hole angled pin header, 2x05, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x05 1.27mm double row 0 10 10 Connector_PinHeader_1.27mm PinHeader_2x05_P1.27mm_Vertical Through hole straight pin header, 2x05, 1.27mm pitch, double rows Through hole pin header THT 2x05 1.27mm double row 0 10 10 Connector_PinHeader_1.27mm PinHeader_2x05_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows Surface mounted pin header SMD 2x05 1.27mm double row 0 10 10 Connector_PinHeader_1.27mm PinHeader_2x06_P1.27mm_Horizontal Through hole angled pin header, 2x06, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x06 1.27mm double row 0 12 12 Connector_PinHeader_1.27mm PinHeader_2x06_P1.27mm_Vertical Through hole straight pin header, 2x06, 1.27mm pitch, double rows Through hole pin header THT 2x06 1.27mm double row 0 12 12 Connector_PinHeader_1.27mm PinHeader_2x06_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x06, 1.27mm pitch, double rows Surface mounted pin header SMD 2x06 1.27mm double row 0 12 12 Connector_PinHeader_1.27mm PinHeader_2x07_P1.27mm_Horizontal Through hole angled pin header, 2x07, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x07 1.27mm double row 0 14 14 Connector_PinHeader_1.27mm PinHeader_2x07_P1.27mm_Vertical Through hole straight pin header, 2x07, 1.27mm pitch, double rows Through hole pin header THT 2x07 1.27mm double row 0 14 14 Connector_PinHeader_1.27mm PinHeader_2x07_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x07, 1.27mm pitch, double rows Surface mounted pin header SMD 2x07 1.27mm double row 0 14 14 Connector_PinHeader_1.27mm PinHeader_2x08_P1.27mm_Horizontal Through hole angled pin header, 2x08, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x08 1.27mm double row 0 16 16 Connector_PinHeader_1.27mm PinHeader_2x08_P1.27mm_Vertical Through hole straight pin header, 2x08, 1.27mm pitch, double rows Through hole pin header THT 2x08 1.27mm double row 0 16 16 Connector_PinHeader_1.27mm PinHeader_2x08_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x08, 1.27mm pitch, double rows Surface mounted pin header SMD 2x08 1.27mm double row 0 16 16 Connector_PinHeader_1.27mm PinHeader_2x09_P1.27mm_Horizontal Through hole angled pin header, 2x09, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x09 1.27mm double row 0 18 18 Connector_PinHeader_1.27mm PinHeader_2x09_P1.27mm_Vertical Through hole straight pin header, 2x09, 1.27mm pitch, double rows Through hole pin header THT 2x09 1.27mm double row 0 18 18 Connector_PinHeader_1.27mm PinHeader_2x09_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x09, 1.27mm pitch, double rows Surface mounted pin header SMD 2x09 1.27mm double row 0 18 18 Connector_PinHeader_1.27mm PinHeader_2x10_P1.27mm_Horizontal Through hole angled pin header, 2x10, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x10 1.27mm double row 0 20 20 Connector_PinHeader_1.27mm PinHeader_2x10_P1.27mm_Vertical Through hole straight pin header, 2x10, 1.27mm pitch, double rows Through hole pin header THT 2x10 1.27mm double row 0 20 20 Connector_PinHeader_1.27mm PinHeader_2x10_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x10, 1.27mm pitch, double rows Surface mounted pin header SMD 2x10 1.27mm double row 0 20 20 Connector_PinHeader_1.27mm PinHeader_2x11_P1.27mm_Horizontal Through hole angled pin header, 2x11, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x11 1.27mm double row 0 22 22 Connector_PinHeader_1.27mm PinHeader_2x11_P1.27mm_Vertical Through hole straight pin header, 2x11, 1.27mm pitch, double rows Through hole pin header THT 2x11 1.27mm double row 0 22 22 Connector_PinHeader_1.27mm PinHeader_2x11_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x11, 1.27mm pitch, double rows Surface mounted pin header SMD 2x11 1.27mm double row 0 22 22 Connector_PinHeader_1.27mm PinHeader_2x12_P1.27mm_Horizontal Through hole angled pin header, 2x12, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x12 1.27mm double row 0 24 24 Connector_PinHeader_1.27mm PinHeader_2x12_P1.27mm_Vertical Through hole straight pin header, 2x12, 1.27mm pitch, double rows Through hole pin header THT 2x12 1.27mm double row 0 24 24 Connector_PinHeader_1.27mm PinHeader_2x12_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x12, 1.27mm pitch, double rows Surface mounted pin header SMD 2x12 1.27mm double row 0 24 24 Connector_PinHeader_1.27mm PinHeader_2x13_P1.27mm_Horizontal Through hole angled pin header, 2x13, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x13 1.27mm double row 0 26 26 Connector_PinHeader_1.27mm PinHeader_2x13_P1.27mm_Vertical Through hole straight pin header, 2x13, 1.27mm pitch, double rows Through hole pin header THT 2x13 1.27mm double row 0 26 26 Connector_PinHeader_1.27mm PinHeader_2x13_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x13, 1.27mm pitch, double rows Surface mounted pin header SMD 2x13 1.27mm double row 0 26 26 Connector_PinHeader_1.27mm PinHeader_2x14_P1.27mm_Horizontal Through hole angled pin header, 2x14, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x14 1.27mm double row 0 28 28 Connector_PinHeader_1.27mm PinHeader_2x14_P1.27mm_Vertical Through hole straight pin header, 2x14, 1.27mm pitch, double rows Through hole pin header THT 2x14 1.27mm double row 0 28 28 Connector_PinHeader_1.27mm PinHeader_2x14_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x14, 1.27mm pitch, double rows Surface mounted pin header SMD 2x14 1.27mm double row 0 28 28 Connector_PinHeader_1.27mm PinHeader_2x15_P1.27mm_Horizontal Through hole angled pin header, 2x15, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x15 1.27mm double row 0 30 30 Connector_PinHeader_1.27mm PinHeader_2x15_P1.27mm_Vertical Through hole straight pin header, 2x15, 1.27mm pitch, double rows Through hole pin header THT 2x15 1.27mm double row 0 30 30 Connector_PinHeader_1.27mm PinHeader_2x15_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x15, 1.27mm pitch, double rows Surface mounted pin header SMD 2x15 1.27mm double row 0 30 30 Connector_PinHeader_1.27mm PinHeader_2x16_P1.27mm_Horizontal Through hole angled pin header, 2x16, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x16 1.27mm double row 0 32 32 Connector_PinHeader_1.27mm PinHeader_2x16_P1.27mm_Vertical Through hole straight pin header, 2x16, 1.27mm pitch, double rows Through hole pin header THT 2x16 1.27mm double row 0 32 32 Connector_PinHeader_1.27mm PinHeader_2x16_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x16, 1.27mm pitch, double rows Surface mounted pin header SMD 2x16 1.27mm double row 0 32 32 Connector_PinHeader_1.27mm PinHeader_2x17_P1.27mm_Horizontal Through hole angled pin header, 2x17, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x17 1.27mm double row 0 34 34 Connector_PinHeader_1.27mm PinHeader_2x17_P1.27mm_Vertical Through hole straight pin header, 2x17, 1.27mm pitch, double rows Through hole pin header THT 2x17 1.27mm double row 0 34 34 Connector_PinHeader_1.27mm PinHeader_2x17_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x17, 1.27mm pitch, double rows Surface mounted pin header SMD 2x17 1.27mm double row 0 34 34 Connector_PinHeader_1.27mm PinHeader_2x18_P1.27mm_Horizontal Through hole angled pin header, 2x18, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x18 1.27mm double row 0 36 36 Connector_PinHeader_1.27mm PinHeader_2x18_P1.27mm_Vertical Through hole straight pin header, 2x18, 1.27mm pitch, double rows Through hole pin header THT 2x18 1.27mm double row 0 36 36 Connector_PinHeader_1.27mm PinHeader_2x18_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x18, 1.27mm pitch, double rows Surface mounted pin header SMD 2x18 1.27mm double row 0 36 36 Connector_PinHeader_1.27mm PinHeader_2x19_P1.27mm_Horizontal Through hole angled pin header, 2x19, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x19 1.27mm double row 0 38 38 Connector_PinHeader_1.27mm PinHeader_2x19_P1.27mm_Vertical Through hole straight pin header, 2x19, 1.27mm pitch, double rows Through hole pin header THT 2x19 1.27mm double row 0 38 38 Connector_PinHeader_1.27mm PinHeader_2x19_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x19, 1.27mm pitch, double rows Surface mounted pin header SMD 2x19 1.27mm double row 0 38 38 Connector_PinHeader_1.27mm PinHeader_2x20_P1.27mm_Horizontal Through hole angled pin header, 2x20, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x20 1.27mm double row 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x20_P1.27mm_Vertical Through hole straight pin header, 2x20, 1.27mm pitch, double rows Through hole pin header THT 2x20 1.27mm double row 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x20_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x20, 1.27mm pitch, double rows Surface mounted pin header SMD 2x20 1.27mm double row 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x21_P1.27mm_Horizontal Through hole angled pin header, 2x21, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x21 1.27mm double row 0 42 42 Connector_PinHeader_1.27mm PinHeader_2x21_P1.27mm_Vertical Through hole straight pin header, 2x21, 1.27mm pitch, double rows Through hole pin header THT 2x21 1.27mm double row 0 42 42 Connector_PinHeader_1.27mm PinHeader_2x21_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x21, 1.27mm pitch, double rows Surface mounted pin header SMD 2x21 1.27mm double row 0 42 42 Connector_PinHeader_1.27mm PinHeader_2x22_P1.27mm_Horizontal Through hole angled pin header, 2x22, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x22 1.27mm double row 0 44 44 Connector_PinHeader_1.27mm PinHeader_2x22_P1.27mm_Vertical Through hole straight pin header, 2x22, 1.27mm pitch, double rows Through hole pin header THT 2x22 1.27mm double row 0 44 44 Connector_PinHeader_1.27mm PinHeader_2x22_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows Surface mounted pin header SMD 2x22 1.27mm double row 0 44 44 Connector_PinHeader_1.27mm PinHeader_2x23_P1.27mm_Horizontal Through hole angled pin header, 2x23, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x23 1.27mm double row 0 46 46 Connector_PinHeader_1.27mm PinHeader_2x23_P1.27mm_Vertical Through hole straight pin header, 2x23, 1.27mm pitch, double rows Through hole pin header THT 2x23 1.27mm double row 0 46 46 Connector_PinHeader_1.27mm PinHeader_2x23_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x23, 1.27mm pitch, double rows Surface mounted pin header SMD 2x23 1.27mm double row 0 46 46 Connector_PinHeader_1.27mm PinHeader_2x24_P1.27mm_Horizontal Through hole angled pin header, 2x24, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x24 1.27mm double row 0 48 48 Connector_PinHeader_1.27mm PinHeader_2x24_P1.27mm_Vertical Through hole straight pin header, 2x24, 1.27mm pitch, double rows Through hole pin header THT 2x24 1.27mm double row 0 48 48 Connector_PinHeader_1.27mm PinHeader_2x24_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x24, 1.27mm pitch, double rows Surface mounted pin header SMD 2x24 1.27mm double row 0 48 48 Connector_PinHeader_1.27mm PinHeader_2x25_P1.27mm_Horizontal Through hole angled pin header, 2x25, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x25 1.27mm double row 0 50 50 Connector_PinHeader_1.27mm PinHeader_2x25_P1.27mm_Vertical Through hole straight pin header, 2x25, 1.27mm pitch, double rows Through hole pin header THT 2x25 1.27mm double row 0 50 50 Connector_PinHeader_1.27mm PinHeader_2x25_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x25, 1.27mm pitch, double rows Surface mounted pin header SMD 2x25 1.27mm double row 0 50 50 Connector_PinHeader_1.27mm PinHeader_2x26_P1.27mm_Horizontal Through hole angled pin header, 2x26, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x26 1.27mm double row 0 52 52 Connector_PinHeader_1.27mm PinHeader_2x26_P1.27mm_Vertical Through hole straight pin header, 2x26, 1.27mm pitch, double rows Through hole pin header THT 2x26 1.27mm double row 0 52 52 Connector_PinHeader_1.27mm PinHeader_2x26_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x26, 1.27mm pitch, double rows Surface mounted pin header SMD 2x26 1.27mm double row 0 52 52 Connector_PinHeader_1.27mm PinHeader_2x27_P1.27mm_Horizontal Through hole angled pin header, 2x27, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x27 1.27mm double row 0 54 54 Connector_PinHeader_1.27mm PinHeader_2x27_P1.27mm_Vertical Through hole straight pin header, 2x27, 1.27mm pitch, double rows Through hole pin header THT 2x27 1.27mm double row 0 54 54 Connector_PinHeader_1.27mm PinHeader_2x27_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x27, 1.27mm pitch, double rows Surface mounted pin header SMD 2x27 1.27mm double row 0 54 54 Connector_PinHeader_1.27mm PinHeader_2x28_P1.27mm_Horizontal Through hole angled pin header, 2x28, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x28 1.27mm double row 0 56 56 Connector_PinHeader_1.27mm PinHeader_2x28_P1.27mm_Vertical Through hole straight pin header, 2x28, 1.27mm pitch, double rows Through hole pin header THT 2x28 1.27mm double row 0 56 56 Connector_PinHeader_1.27mm PinHeader_2x28_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x28, 1.27mm pitch, double rows Surface mounted pin header SMD 2x28 1.27mm double row 0 56 56 Connector_PinHeader_1.27mm PinHeader_2x29_P1.27mm_Horizontal Through hole angled pin header, 2x29, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x29 1.27mm double row 0 58 58 Connector_PinHeader_1.27mm PinHeader_2x29_P1.27mm_Vertical Through hole straight pin header, 2x29, 1.27mm pitch, double rows Through hole pin header THT 2x29 1.27mm double row 0 58 58 Connector_PinHeader_1.27mm PinHeader_2x29_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x29, 1.27mm pitch, double rows Surface mounted pin header SMD 2x29 1.27mm double row 0 58 58 Connector_PinHeader_1.27mm PinHeader_2x30_P1.27mm_Horizontal Through hole angled pin header, 2x30, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x30 1.27mm double row 0 60 60 Connector_PinHeader_1.27mm PinHeader_2x30_P1.27mm_Vertical Through hole straight pin header, 2x30, 1.27mm pitch, double rows Through hole pin header THT 2x30 1.27mm double row 0 60 60 Connector_PinHeader_1.27mm PinHeader_2x30_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x30, 1.27mm pitch, double rows Surface mounted pin header SMD 2x30 1.27mm double row 0 60 60 Connector_PinHeader_1.27mm PinHeader_2x31_P1.27mm_Horizontal Through hole angled pin header, 2x31, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x31 1.27mm double row 0 62 62 Connector_PinHeader_1.27mm PinHeader_2x31_P1.27mm_Vertical Through hole straight pin header, 2x31, 1.27mm pitch, double rows Through hole pin header THT 2x31 1.27mm double row 0 62 62 Connector_PinHeader_1.27mm PinHeader_2x31_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x31, 1.27mm pitch, double rows Surface mounted pin header SMD 2x31 1.27mm double row 0 62 62 Connector_PinHeader_1.27mm PinHeader_2x32_P1.27mm_Horizontal Through hole angled pin header, 2x32, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x32 1.27mm double row 0 64 64 Connector_PinHeader_1.27mm PinHeader_2x32_P1.27mm_Vertical Through hole straight pin header, 2x32, 1.27mm pitch, double rows Through hole pin header THT 2x32 1.27mm double row 0 64 64 Connector_PinHeader_1.27mm PinHeader_2x32_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x32, 1.27mm pitch, double rows Surface mounted pin header SMD 2x32 1.27mm double row 0 64 64 Connector_PinHeader_1.27mm PinHeader_2x33_P1.27mm_Horizontal Through hole angled pin header, 2x33, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x33 1.27mm double row 0 66 66 Connector_PinHeader_1.27mm PinHeader_2x33_P1.27mm_Vertical Through hole straight pin header, 2x33, 1.27mm pitch, double rows Through hole pin header THT 2x33 1.27mm double row 0 66 66 Connector_PinHeader_1.27mm PinHeader_2x33_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x33, 1.27mm pitch, double rows Surface mounted pin header SMD 2x33 1.27mm double row 0 66 66 Connector_PinHeader_1.27mm PinHeader_2x34_P1.27mm_Horizontal Through hole angled pin header, 2x34, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x34 1.27mm double row 0 68 68 Connector_PinHeader_1.27mm PinHeader_2x34_P1.27mm_Vertical Through hole straight pin header, 2x34, 1.27mm pitch, double rows Through hole pin header THT 2x34 1.27mm double row 0 68 68 Connector_PinHeader_1.27mm PinHeader_2x34_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x34, 1.27mm pitch, double rows Surface mounted pin header SMD 2x34 1.27mm double row 0 68 68 Connector_PinHeader_1.27mm PinHeader_2x35_P1.27mm_Horizontal Through hole angled pin header, 2x35, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x35 1.27mm double row 0 70 70 Connector_PinHeader_1.27mm PinHeader_2x35_P1.27mm_Vertical Through hole straight pin header, 2x35, 1.27mm pitch, double rows Through hole pin header THT 2x35 1.27mm double row 0 70 70 Connector_PinHeader_1.27mm PinHeader_2x35_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x35, 1.27mm pitch, double rows Surface mounted pin header SMD 2x35 1.27mm double row 0 70 70 Connector_PinHeader_1.27mm PinHeader_2x36_P1.27mm_Horizontal Through hole angled pin header, 2x36, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x36 1.27mm double row 0 72 72 Connector_PinHeader_1.27mm PinHeader_2x36_P1.27mm_Vertical Through hole straight pin header, 2x36, 1.27mm pitch, double rows Through hole pin header THT 2x36 1.27mm double row 0 72 72 Connector_PinHeader_1.27mm PinHeader_2x36_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x36, 1.27mm pitch, double rows Surface mounted pin header SMD 2x36 1.27mm double row 0 72 72 Connector_PinHeader_1.27mm PinHeader_2x37_P1.27mm_Horizontal Through hole angled pin header, 2x37, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x37 1.27mm double row 0 74 74 Connector_PinHeader_1.27mm PinHeader_2x37_P1.27mm_Vertical Through hole straight pin header, 2x37, 1.27mm pitch, double rows Through hole pin header THT 2x37 1.27mm double row 0 74 74 Connector_PinHeader_1.27mm PinHeader_2x37_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x37, 1.27mm pitch, double rows Surface mounted pin header SMD 2x37 1.27mm double row 0 74 74 Connector_PinHeader_1.27mm PinHeader_2x38_P1.27mm_Horizontal Through hole angled pin header, 2x38, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x38 1.27mm double row 0 76 76 Connector_PinHeader_1.27mm PinHeader_2x38_P1.27mm_Vertical Through hole straight pin header, 2x38, 1.27mm pitch, double rows Through hole pin header THT 2x38 1.27mm double row 0 76 76 Connector_PinHeader_1.27mm PinHeader_2x38_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x38, 1.27mm pitch, double rows Surface mounted pin header SMD 2x38 1.27mm double row 0 76 76 Connector_PinHeader_1.27mm PinHeader_2x39_P1.27mm_Horizontal Through hole angled pin header, 2x39, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x39 1.27mm double row 0 78 78 Connector_PinHeader_1.27mm PinHeader_2x39_P1.27mm_Vertical Through hole straight pin header, 2x39, 1.27mm pitch, double rows Through hole pin header THT 2x39 1.27mm double row 0 78 78 Connector_PinHeader_1.27mm PinHeader_2x39_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x39, 1.27mm pitch, double rows Surface mounted pin header SMD 2x39 1.27mm double row 0 78 78 Connector_PinHeader_1.27mm PinHeader_2x40_P1.27mm_Horizontal Through hole angled pin header, 2x40, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x40 1.27mm double row 0 80 80 Connector_PinHeader_1.27mm PinHeader_2x40_P1.27mm_Vertical Through hole straight pin header, 2x40, 1.27mm pitch, double rows Through hole pin header THT 2x40 1.27mm double row 0 80 80 Connector_PinHeader_1.27mm PinHeader_2x40_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x40, 1.27mm pitch, double rows Surface mounted pin header SMD 2x40 1.27mm double row 0 80 80 Connector_PinHeader_2.00mm PinHeader_1x01_P2.00mm_Horizontal Through hole angled pin header, 1x01, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x01 2.00mm single row 0 1 1 Connector_PinHeader_2.00mm PinHeader_1x01_P2.00mm_Vertical Through hole straight pin header, 1x01, 2.00mm pitch, single row Through hole pin header THT 1x01 2.00mm single row 0 1 1 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Horizontal Through hole angled pin header, 1x02, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x02 2.00mm single row 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Vertical Through hole straight pin header, 1x02, 2.00mm pitch, single row Through hole pin header THT 1x02 2.00mm single row 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 2.00mm single row style1 pin1 left 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 2.00mm single row style2 pin1 right 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Horizontal Through hole angled pin header, 1x03, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x03 2.00mm single row 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Vertical Through hole straight pin header, 1x03, 2.00mm pitch, single row Through hole pin header THT 1x03 2.00mm single row 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 2.00mm single row style1 pin1 left 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 2.00mm single row style2 pin1 right 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Horizontal Through hole angled pin header, 1x04, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x04 2.00mm single row 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Vertical Through hole straight pin header, 1x04, 2.00mm pitch, single row Through hole pin header THT 1x04 2.00mm single row 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 2.00mm single row style1 pin1 left 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 2.00mm single row style2 pin1 right 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Horizontal Through hole angled pin header, 1x05, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x05 2.00mm single row 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Vertical Through hole straight pin header, 1x05, 2.00mm pitch, single row Through hole pin header THT 1x05 2.00mm single row 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 2.00mm single row style1 pin1 left 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 2.00mm single row style2 pin1 right 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Horizontal Through hole angled pin header, 1x06, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x06 2.00mm single row 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Vertical Through hole straight pin header, 1x06, 2.00mm pitch, single row Through hole pin header THT 1x06 2.00mm single row 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 2.00mm single row style1 pin1 left 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 2.00mm single row style2 pin1 right 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Horizontal Through hole angled pin header, 1x07, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x07 2.00mm single row 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Vertical Through hole straight pin header, 1x07, 2.00mm pitch, single row Through hole pin header THT 1x07 2.00mm single row 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 2.00mm single row style1 pin1 left 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 2.00mm single row style2 pin1 right 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Horizontal Through hole angled pin header, 1x08, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x08 2.00mm single row 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Vertical Through hole straight pin header, 1x08, 2.00mm pitch, single row Through hole pin header THT 1x08 2.00mm single row 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 2.00mm single row style1 pin1 left 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 2.00mm single row style2 pin1 right 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Horizontal Through hole angled pin header, 1x09, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x09 2.00mm single row 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Vertical Through hole straight pin header, 1x09, 2.00mm pitch, single row Through hole pin header THT 1x09 2.00mm single row 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 2.00mm single row style1 pin1 left 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 2.00mm single row style2 pin1 right 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Horizontal Through hole angled pin header, 1x10, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x10 2.00mm single row 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Vertical Through hole straight pin header, 1x10, 2.00mm pitch, single row Through hole pin header THT 1x10 2.00mm single row 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 2.00mm single row style1 pin1 left 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 2.00mm single row style2 pin1 right 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Horizontal Through hole angled pin header, 1x11, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x11 2.00mm single row 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Vertical Through hole straight pin header, 1x11, 2.00mm pitch, single row Through hole pin header THT 1x11 2.00mm single row 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 2.00mm single row style1 pin1 left 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 2.00mm single row style2 pin1 right 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Horizontal Through hole angled pin header, 1x12, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x12 2.00mm single row 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Vertical Through hole straight pin header, 1x12, 2.00mm pitch, single row Through hole pin header THT 1x12 2.00mm single row 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 2.00mm single row style1 pin1 left 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 2.00mm single row style2 pin1 right 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Horizontal Through hole angled pin header, 1x13, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x13 2.00mm single row 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Vertical Through hole straight pin header, 1x13, 2.00mm pitch, single row Through hole pin header THT 1x13 2.00mm single row 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 2.00mm single row style1 pin1 left 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 2.00mm single row style2 pin1 right 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Horizontal Through hole angled pin header, 1x14, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x14 2.00mm single row 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Vertical Through hole straight pin header, 1x14, 2.00mm pitch, single row Through hole pin header THT 1x14 2.00mm single row 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 2.00mm single row style1 pin1 left 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 2.00mm single row style2 pin1 right 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Horizontal Through hole angled pin header, 1x15, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x15 2.00mm single row 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Vertical Through hole straight pin header, 1x15, 2.00mm pitch, single row Through hole pin header THT 1x15 2.00mm single row 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 2.00mm single row style1 pin1 left 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 2.00mm single row style2 pin1 right 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Horizontal Through hole angled pin header, 1x16, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x16 2.00mm single row 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Vertical Through hole straight pin header, 1x16, 2.00mm pitch, single row Through hole pin header THT 1x16 2.00mm single row 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 2.00mm single row style1 pin1 left 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 2.00mm single row style2 pin1 right 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Horizontal Through hole angled pin header, 1x17, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x17 2.00mm single row 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Vertical Through hole straight pin header, 1x17, 2.00mm pitch, single row Through hole pin header THT 1x17 2.00mm single row 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 2.00mm single row style1 pin1 left 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 2.00mm single row style2 pin1 right 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Horizontal Through hole angled pin header, 1x18, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x18 2.00mm single row 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Vertical Through hole straight pin header, 1x18, 2.00mm pitch, single row Through hole pin header THT 1x18 2.00mm single row 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 2.00mm single row style1 pin1 left 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 2.00mm single row style2 pin1 right 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Horizontal Through hole angled pin header, 1x19, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x19 2.00mm single row 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Vertical Through hole straight pin header, 1x19, 2.00mm pitch, single row Through hole pin header THT 1x19 2.00mm single row 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 2.00mm single row style1 pin1 left 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 2.00mm single row style2 pin1 right 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Horizontal Through hole angled pin header, 1x20, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x20 2.00mm single row 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Vertical Through hole straight pin header, 1x20, 2.00mm pitch, single row Through hole pin header THT 1x20 2.00mm single row 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 2.00mm single row style1 pin1 left 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 2.00mm single row style2 pin1 right 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Horizontal Through hole angled pin header, 1x21, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x21 2.00mm single row 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Vertical Through hole straight pin header, 1x21, 2.00mm pitch, single row Through hole pin header THT 1x21 2.00mm single row 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 2.00mm single row style1 pin1 left 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 2.00mm single row style2 pin1 right 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Horizontal Through hole angled pin header, 1x22, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x22 2.00mm single row 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Vertical Through hole straight pin header, 1x22, 2.00mm pitch, single row Through hole pin header THT 1x22 2.00mm single row 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 2.00mm single row style1 pin1 left 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 2.00mm single row style2 pin1 right 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Horizontal Through hole angled pin header, 1x23, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x23 2.00mm single row 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Vertical Through hole straight pin header, 1x23, 2.00mm pitch, single row Through hole pin header THT 1x23 2.00mm single row 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 2.00mm single row style1 pin1 left 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 2.00mm single row style2 pin1 right 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Horizontal Through hole angled pin header, 1x24, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x24 2.00mm single row 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Vertical Through hole straight pin header, 1x24, 2.00mm pitch, single row Through hole pin header THT 1x24 2.00mm single row 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 2.00mm single row style1 pin1 left 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 2.00mm single row style2 pin1 right 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Horizontal Through hole angled pin header, 1x25, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x25 2.00mm single row 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Vertical Through hole straight pin header, 1x25, 2.00mm pitch, single row Through hole pin header THT 1x25 2.00mm single row 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 2.00mm single row style1 pin1 left 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 2.00mm single row style2 pin1 right 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Horizontal Through hole angled pin header, 1x26, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x26 2.00mm single row 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Vertical Through hole straight pin header, 1x26, 2.00mm pitch, single row Through hole pin header THT 1x26 2.00mm single row 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 2.00mm single row style1 pin1 left 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 2.00mm single row style2 pin1 right 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Horizontal Through hole angled pin header, 1x27, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x27 2.00mm single row 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Vertical Through hole straight pin header, 1x27, 2.00mm pitch, single row Through hole pin header THT 1x27 2.00mm single row 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 2.00mm single row style1 pin1 left 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 2.00mm single row style2 pin1 right 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Horizontal Through hole angled pin header, 1x28, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x28 2.00mm single row 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Vertical Through hole straight pin header, 1x28, 2.00mm pitch, single row Through hole pin header THT 1x28 2.00mm single row 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 2.00mm single row style1 pin1 left 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 2.00mm single row style2 pin1 right 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Horizontal Through hole angled pin header, 1x29, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x29 2.00mm single row 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Vertical Through hole straight pin header, 1x29, 2.00mm pitch, single row Through hole pin header THT 1x29 2.00mm single row 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 2.00mm single row style1 pin1 left 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 2.00mm single row style2 pin1 right 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Horizontal Through hole angled pin header, 1x30, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x30 2.00mm single row 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Vertical Through hole straight pin header, 1x30, 2.00mm pitch, single row Through hole pin header THT 1x30 2.00mm single row 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 2.00mm single row style1 pin1 left 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 2.00mm single row style2 pin1 right 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Horizontal Through hole angled pin header, 1x31, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x31 2.00mm single row 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Vertical Through hole straight pin header, 1x31, 2.00mm pitch, single row Through hole pin header THT 1x31 2.00mm single row 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 2.00mm single row style1 pin1 left 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 2.00mm single row style2 pin1 right 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Horizontal Through hole angled pin header, 1x32, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x32 2.00mm single row 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Vertical Through hole straight pin header, 1x32, 2.00mm pitch, single row Through hole pin header THT 1x32 2.00mm single row 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 2.00mm single row style1 pin1 left 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 2.00mm single row style2 pin1 right 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Horizontal Through hole angled pin header, 1x33, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x33 2.00mm single row 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Vertical Through hole straight pin header, 1x33, 2.00mm pitch, single row Through hole pin header THT 1x33 2.00mm single row 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 2.00mm single row style1 pin1 left 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 2.00mm single row style2 pin1 right 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Horizontal Through hole angled pin header, 1x34, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x34 2.00mm single row 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Vertical Through hole straight pin header, 1x34, 2.00mm pitch, single row Through hole pin header THT 1x34 2.00mm single row 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 2.00mm single row style1 pin1 left 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 2.00mm single row style2 pin1 right 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Horizontal Through hole angled pin header, 1x35, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x35 2.00mm single row 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Vertical Through hole straight pin header, 1x35, 2.00mm pitch, single row Through hole pin header THT 1x35 2.00mm single row 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 2.00mm single row style1 pin1 left 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 2.00mm single row style2 pin1 right 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Horizontal Through hole angled pin header, 1x36, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x36 2.00mm single row 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Vertical Through hole straight pin header, 1x36, 2.00mm pitch, single row Through hole pin header THT 1x36 2.00mm single row 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 2.00mm single row style1 pin1 left 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 2.00mm single row style2 pin1 right 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Horizontal Through hole angled pin header, 1x37, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x37 2.00mm single row 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Vertical Through hole straight pin header, 1x37, 2.00mm pitch, single row Through hole pin header THT 1x37 2.00mm single row 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 2.00mm single row style1 pin1 left 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 2.00mm single row style2 pin1 right 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Horizontal Through hole angled pin header, 1x38, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x38 2.00mm single row 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Vertical Through hole straight pin header, 1x38, 2.00mm pitch, single row Through hole pin header THT 1x38 2.00mm single row 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 2.00mm single row style1 pin1 left 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 2.00mm single row style2 pin1 right 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Horizontal Through hole angled pin header, 1x39, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x39 2.00mm single row 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Vertical Through hole straight pin header, 1x39, 2.00mm pitch, single row Through hole pin header THT 1x39 2.00mm single row 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 2.00mm single row style1 pin1 left 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 2.00mm single row style2 pin1 right 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Horizontal Through hole angled pin header, 1x40, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x40 2.00mm single row 0 40 40 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Vertical Through hole straight pin header, 1x40, 2.00mm pitch, single row Through hole pin header THT 1x40 2.00mm single row 0 40 40 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 2.00mm single row style1 pin1 left 0 40 40 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 2.00mm single row style2 pin1 right 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x01_P2.00mm_Horizontal Through hole angled pin header, 2x01, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x01 2.00mm double row 0 2 2 Connector_PinHeader_2.00mm PinHeader_2x01_P2.00mm_Vertical Through hole straight pin header, 2x01, 2.00mm pitch, double rows Through hole pin header THT 2x01 2.00mm double row 0 2 2 Connector_PinHeader_2.00mm PinHeader_2x01_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x01, 2.00mm pitch, double rows Surface mounted pin header SMD 2x01 2.00mm double row 0 2 2 Connector_PinHeader_2.00mm PinHeader_2x02_P2.00mm_Horizontal Through hole angled pin header, 2x02, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x02 2.00mm double row 0 4 4 Connector_PinHeader_2.00mm PinHeader_2x02_P2.00mm_Vertical Through hole straight pin header, 2x02, 2.00mm pitch, double rows Through hole pin header THT 2x02 2.00mm double row 0 4 4 Connector_PinHeader_2.00mm PinHeader_2x02_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x02, 2.00mm pitch, double rows Surface mounted pin header SMD 2x02 2.00mm double row 0 4 4 Connector_PinHeader_2.00mm PinHeader_2x03_P2.00mm_Horizontal Through hole angled pin header, 2x03, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x03 2.00mm double row 0 6 6 Connector_PinHeader_2.00mm PinHeader_2x03_P2.00mm_Vertical Through hole straight pin header, 2x03, 2.00mm pitch, double rows Through hole pin header THT 2x03 2.00mm double row 0 6 6 Connector_PinHeader_2.00mm PinHeader_2x03_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x03, 2.00mm pitch, double rows Surface mounted pin header SMD 2x03 2.00mm double row 0 6 6 Connector_PinHeader_2.00mm PinHeader_2x04_P2.00mm_Horizontal Through hole angled pin header, 2x04, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x04 2.00mm double row 0 8 8 Connector_PinHeader_2.00mm PinHeader_2x04_P2.00mm_Vertical Through hole straight pin header, 2x04, 2.00mm pitch, double rows Through hole pin header THT 2x04 2.00mm double row 0 8 8 Connector_PinHeader_2.00mm PinHeader_2x04_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x04, 2.00mm pitch, double rows Surface mounted pin header SMD 2x04 2.00mm double row 0 8 8 Connector_PinHeader_2.00mm PinHeader_2x05_P2.00mm_Horizontal Through hole angled pin header, 2x05, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x05 2.00mm double row 0 10 10 Connector_PinHeader_2.00mm PinHeader_2x05_P2.00mm_Vertical Through hole straight pin header, 2x05, 2.00mm pitch, double rows Through hole pin header THT 2x05 2.00mm double row 0 10 10 Connector_PinHeader_2.00mm PinHeader_2x05_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x05, 2.00mm pitch, double rows Surface mounted pin header SMD 2x05 2.00mm double row 0 10 10 Connector_PinHeader_2.00mm PinHeader_2x06_P2.00mm_Horizontal Through hole angled pin header, 2x06, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x06 2.00mm double row 0 12 12 Connector_PinHeader_2.00mm PinHeader_2x06_P2.00mm_Vertical Through hole straight pin header, 2x06, 2.00mm pitch, double rows Through hole pin header THT 2x06 2.00mm double row 0 12 12 Connector_PinHeader_2.00mm PinHeader_2x06_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x06, 2.00mm pitch, double rows Surface mounted pin header SMD 2x06 2.00mm double row 0 12 12 Connector_PinHeader_2.00mm PinHeader_2x07_P2.00mm_Horizontal Through hole angled pin header, 2x07, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x07 2.00mm double row 0 14 14 Connector_PinHeader_2.00mm PinHeader_2x07_P2.00mm_Vertical Through hole straight pin header, 2x07, 2.00mm pitch, double rows Through hole pin header THT 2x07 2.00mm double row 0 14 14 Connector_PinHeader_2.00mm PinHeader_2x07_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x07, 2.00mm pitch, double rows Surface mounted pin header SMD 2x07 2.00mm double row 0 14 14 Connector_PinHeader_2.00mm PinHeader_2x08_P2.00mm_Horizontal Through hole angled pin header, 2x08, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x08 2.00mm double row 0 16 16 Connector_PinHeader_2.00mm PinHeader_2x08_P2.00mm_Vertical Through hole straight pin header, 2x08, 2.00mm pitch, double rows Through hole pin header THT 2x08 2.00mm double row 0 16 16 Connector_PinHeader_2.00mm PinHeader_2x08_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x08, 2.00mm pitch, double rows Surface mounted pin header SMD 2x08 2.00mm double row 0 16 16 Connector_PinHeader_2.00mm PinHeader_2x09_P2.00mm_Horizontal Through hole angled pin header, 2x09, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x09 2.00mm double row 0 18 18 Connector_PinHeader_2.00mm PinHeader_2x09_P2.00mm_Vertical Through hole straight pin header, 2x09, 2.00mm pitch, double rows Through hole pin header THT 2x09 2.00mm double row 0 18 18 Connector_PinHeader_2.00mm PinHeader_2x09_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x09, 2.00mm pitch, double rows Surface mounted pin header SMD 2x09 2.00mm double row 0 18 18 Connector_PinHeader_2.00mm PinHeader_2x10_P2.00mm_Horizontal Through hole angled pin header, 2x10, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x10 2.00mm double row 0 20 20 Connector_PinHeader_2.00mm PinHeader_2x10_P2.00mm_Vertical Through hole straight pin header, 2x10, 2.00mm pitch, double rows Through hole pin header THT 2x10 2.00mm double row 0 20 20 Connector_PinHeader_2.00mm PinHeader_2x10_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x10, 2.00mm pitch, double rows Surface mounted pin header SMD 2x10 2.00mm double row 0 20 20 Connector_PinHeader_2.00mm PinHeader_2x11_P2.00mm_Horizontal Through hole angled pin header, 2x11, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x11 2.00mm double row 0 22 22 Connector_PinHeader_2.00mm PinHeader_2x11_P2.00mm_Vertical Through hole straight pin header, 2x11, 2.00mm pitch, double rows Through hole pin header THT 2x11 2.00mm double row 0 22 22 Connector_PinHeader_2.00mm PinHeader_2x11_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x11, 2.00mm pitch, double rows Surface mounted pin header SMD 2x11 2.00mm double row 0 22 22 Connector_PinHeader_2.00mm PinHeader_2x12_P2.00mm_Horizontal Through hole angled pin header, 2x12, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x12 2.00mm double row 0 24 24 Connector_PinHeader_2.00mm PinHeader_2x12_P2.00mm_Vertical Through hole straight pin header, 2x12, 2.00mm pitch, double rows Through hole pin header THT 2x12 2.00mm double row 0 24 24 Connector_PinHeader_2.00mm PinHeader_2x12_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x12, 2.00mm pitch, double rows Surface mounted pin header SMD 2x12 2.00mm double row 0 24 24 Connector_PinHeader_2.00mm PinHeader_2x13_P2.00mm_Horizontal Through hole angled pin header, 2x13, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x13 2.00mm double row 0 26 26 Connector_PinHeader_2.00mm PinHeader_2x13_P2.00mm_Vertical Through hole straight pin header, 2x13, 2.00mm pitch, double rows Through hole pin header THT 2x13 2.00mm double row 0 26 26 Connector_PinHeader_2.00mm PinHeader_2x13_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x13, 2.00mm pitch, double rows Surface mounted pin header SMD 2x13 2.00mm double row 0 26 26 Connector_PinHeader_2.00mm PinHeader_2x14_P2.00mm_Horizontal Through hole angled pin header, 2x14, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x14 2.00mm double row 0 28 28 Connector_PinHeader_2.00mm PinHeader_2x14_P2.00mm_Vertical Through hole straight pin header, 2x14, 2.00mm pitch, double rows Through hole pin header THT 2x14 2.00mm double row 0 28 28 Connector_PinHeader_2.00mm PinHeader_2x14_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x14, 2.00mm pitch, double rows Surface mounted pin header SMD 2x14 2.00mm double row 0 28 28 Connector_PinHeader_2.00mm PinHeader_2x15_P2.00mm_Horizontal Through hole angled pin header, 2x15, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x15 2.00mm double row 0 30 30 Connector_PinHeader_2.00mm PinHeader_2x15_P2.00mm_Vertical Through hole straight pin header, 2x15, 2.00mm pitch, double rows Through hole pin header THT 2x15 2.00mm double row 0 30 30 Connector_PinHeader_2.00mm PinHeader_2x15_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x15, 2.00mm pitch, double rows Surface mounted pin header SMD 2x15 2.00mm double row 0 30 30 Connector_PinHeader_2.00mm PinHeader_2x16_P2.00mm_Horizontal Through hole angled pin header, 2x16, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x16 2.00mm double row 0 32 32 Connector_PinHeader_2.00mm PinHeader_2x16_P2.00mm_Vertical Through hole straight pin header, 2x16, 2.00mm pitch, double rows Through hole pin header THT 2x16 2.00mm double row 0 32 32 Connector_PinHeader_2.00mm PinHeader_2x16_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x16, 2.00mm pitch, double rows Surface mounted pin header SMD 2x16 2.00mm double row 0 32 32 Connector_PinHeader_2.00mm PinHeader_2x17_P2.00mm_Horizontal Through hole angled pin header, 2x17, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x17 2.00mm double row 0 34 34 Connector_PinHeader_2.00mm PinHeader_2x17_P2.00mm_Vertical Through hole straight pin header, 2x17, 2.00mm pitch, double rows Through hole pin header THT 2x17 2.00mm double row 0 34 34 Connector_PinHeader_2.00mm PinHeader_2x17_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x17, 2.00mm pitch, double rows Surface mounted pin header SMD 2x17 2.00mm double row 0 34 34 Connector_PinHeader_2.00mm PinHeader_2x18_P2.00mm_Horizontal Through hole angled pin header, 2x18, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x18 2.00mm double row 0 36 36 Connector_PinHeader_2.00mm PinHeader_2x18_P2.00mm_Vertical Through hole straight pin header, 2x18, 2.00mm pitch, double rows Through hole pin header THT 2x18 2.00mm double row 0 36 36 Connector_PinHeader_2.00mm PinHeader_2x18_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x18, 2.00mm pitch, double rows Surface mounted pin header SMD 2x18 2.00mm double row 0 36 36 Connector_PinHeader_2.00mm PinHeader_2x19_P2.00mm_Horizontal Through hole angled pin header, 2x19, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x19 2.00mm double row 0 38 38 Connector_PinHeader_2.00mm PinHeader_2x19_P2.00mm_Vertical Through hole straight pin header, 2x19, 2.00mm pitch, double rows Through hole pin header THT 2x19 2.00mm double row 0 38 38 Connector_PinHeader_2.00mm PinHeader_2x19_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x19, 2.00mm pitch, double rows Surface mounted pin header SMD 2x19 2.00mm double row 0 38 38 Connector_PinHeader_2.00mm PinHeader_2x20_P2.00mm_Horizontal Through hole angled pin header, 2x20, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x20 2.00mm double row 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x20_P2.00mm_Vertical Through hole straight pin header, 2x20, 2.00mm pitch, double rows Through hole pin header THT 2x20 2.00mm double row 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x20_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x20, 2.00mm pitch, double rows Surface mounted pin header SMD 2x20 2.00mm double row 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x21_P2.00mm_Horizontal Through hole angled pin header, 2x21, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x21 2.00mm double row 0 42 42 Connector_PinHeader_2.00mm PinHeader_2x21_P2.00mm_Vertical Through hole straight pin header, 2x21, 2.00mm pitch, double rows Through hole pin header THT 2x21 2.00mm double row 0 42 42 Connector_PinHeader_2.00mm PinHeader_2x21_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x21, 2.00mm pitch, double rows Surface mounted pin header SMD 2x21 2.00mm double row 0 42 42 Connector_PinHeader_2.00mm PinHeader_2x22_P2.00mm_Horizontal Through hole angled pin header, 2x22, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x22 2.00mm double row 0 44 44 Connector_PinHeader_2.00mm PinHeader_2x22_P2.00mm_Vertical Through hole straight pin header, 2x22, 2.00mm pitch, double rows Through hole pin header THT 2x22 2.00mm double row 0 44 44 Connector_PinHeader_2.00mm PinHeader_2x22_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x22, 2.00mm pitch, double rows Surface mounted pin header SMD 2x22 2.00mm double row 0 44 44 Connector_PinHeader_2.00mm PinHeader_2x23_P2.00mm_Horizontal Through hole angled pin header, 2x23, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x23 2.00mm double row 0 46 46 Connector_PinHeader_2.00mm PinHeader_2x23_P2.00mm_Vertical Through hole straight pin header, 2x23, 2.00mm pitch, double rows Through hole pin header THT 2x23 2.00mm double row 0 46 46 Connector_PinHeader_2.00mm PinHeader_2x23_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x23, 2.00mm pitch, double rows Surface mounted pin header SMD 2x23 2.00mm double row 0 46 46 Connector_PinHeader_2.00mm PinHeader_2x24_P2.00mm_Horizontal Through hole angled pin header, 2x24, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x24 2.00mm double row 0 48 48 Connector_PinHeader_2.00mm PinHeader_2x24_P2.00mm_Vertical Through hole straight pin header, 2x24, 2.00mm pitch, double rows Through hole pin header THT 2x24 2.00mm double row 0 48 48 Connector_PinHeader_2.00mm PinHeader_2x24_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x24, 2.00mm pitch, double rows Surface mounted pin header SMD 2x24 2.00mm double row 0 48 48 Connector_PinHeader_2.00mm PinHeader_2x25_P2.00mm_Horizontal Through hole angled pin header, 2x25, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x25 2.00mm double row 0 50 50 Connector_PinHeader_2.00mm PinHeader_2x25_P2.00mm_Vertical Through hole straight pin header, 2x25, 2.00mm pitch, double rows Through hole pin header THT 2x25 2.00mm double row 0 50 50 Connector_PinHeader_2.00mm PinHeader_2x25_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x25, 2.00mm pitch, double rows Surface mounted pin header SMD 2x25 2.00mm double row 0 50 50 Connector_PinHeader_2.00mm PinHeader_2x26_P2.00mm_Horizontal Through hole angled pin header, 2x26, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x26 2.00mm double row 0 52 52 Connector_PinHeader_2.00mm PinHeader_2x26_P2.00mm_Vertical Through hole straight pin header, 2x26, 2.00mm pitch, double rows Through hole pin header THT 2x26 2.00mm double row 0 52 52 Connector_PinHeader_2.00mm PinHeader_2x26_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x26, 2.00mm pitch, double rows Surface mounted pin header SMD 2x26 2.00mm double row 0 52 52 Connector_PinHeader_2.00mm PinHeader_2x27_P2.00mm_Horizontal Through hole angled pin header, 2x27, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x27 2.00mm double row 0 54 54 Connector_PinHeader_2.00mm PinHeader_2x27_P2.00mm_Vertical Through hole straight pin header, 2x27, 2.00mm pitch, double rows Through hole pin header THT 2x27 2.00mm double row 0 54 54 Connector_PinHeader_2.00mm PinHeader_2x27_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x27, 2.00mm pitch, double rows Surface mounted pin header SMD 2x27 2.00mm double row 0 54 54 Connector_PinHeader_2.00mm PinHeader_2x28_P2.00mm_Horizontal Through hole angled pin header, 2x28, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x28 2.00mm double row 0 56 56 Connector_PinHeader_2.00mm PinHeader_2x28_P2.00mm_Vertical Through hole straight pin header, 2x28, 2.00mm pitch, double rows Through hole pin header THT 2x28 2.00mm double row 0 56 56 Connector_PinHeader_2.00mm PinHeader_2x28_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x28, 2.00mm pitch, double rows Surface mounted pin header SMD 2x28 2.00mm double row 0 56 56 Connector_PinHeader_2.00mm PinHeader_2x29_P2.00mm_Horizontal Through hole angled pin header, 2x29, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x29 2.00mm double row 0 58 58 Connector_PinHeader_2.00mm PinHeader_2x29_P2.00mm_Vertical Through hole straight pin header, 2x29, 2.00mm pitch, double rows Through hole pin header THT 2x29 2.00mm double row 0 58 58 Connector_PinHeader_2.00mm PinHeader_2x29_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x29, 2.00mm pitch, double rows Surface mounted pin header SMD 2x29 2.00mm double row 0 58 58 Connector_PinHeader_2.00mm PinHeader_2x30_P2.00mm_Horizontal Through hole angled pin header, 2x30, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x30 2.00mm double row 0 60 60 Connector_PinHeader_2.00mm PinHeader_2x30_P2.00mm_Vertical Through hole straight pin header, 2x30, 2.00mm pitch, double rows Through hole pin header THT 2x30 2.00mm double row 0 60 60 Connector_PinHeader_2.00mm PinHeader_2x30_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x30, 2.00mm pitch, double rows Surface mounted pin header SMD 2x30 2.00mm double row 0 60 60 Connector_PinHeader_2.00mm PinHeader_2x31_P2.00mm_Horizontal Through hole angled pin header, 2x31, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x31 2.00mm double row 0 62 62 Connector_PinHeader_2.00mm PinHeader_2x31_P2.00mm_Vertical Through hole straight pin header, 2x31, 2.00mm pitch, double rows Through hole pin header THT 2x31 2.00mm double row 0 62 62 Connector_PinHeader_2.00mm PinHeader_2x31_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x31, 2.00mm pitch, double rows Surface mounted pin header SMD 2x31 2.00mm double row 0 62 62 Connector_PinHeader_2.00mm PinHeader_2x32_P2.00mm_Horizontal Through hole angled pin header, 2x32, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x32 2.00mm double row 0 64 64 Connector_PinHeader_2.00mm PinHeader_2x32_P2.00mm_Vertical Through hole straight pin header, 2x32, 2.00mm pitch, double rows Through hole pin header THT 2x32 2.00mm double row 0 64 64 Connector_PinHeader_2.00mm PinHeader_2x32_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x32, 2.00mm pitch, double rows Surface mounted pin header SMD 2x32 2.00mm double row 0 64 64 Connector_PinHeader_2.00mm PinHeader_2x33_P2.00mm_Horizontal Through hole angled pin header, 2x33, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x33 2.00mm double row 0 66 66 Connector_PinHeader_2.00mm PinHeader_2x33_P2.00mm_Vertical Through hole straight pin header, 2x33, 2.00mm pitch, double rows Through hole pin header THT 2x33 2.00mm double row 0 66 66 Connector_PinHeader_2.00mm PinHeader_2x33_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x33, 2.00mm pitch, double rows Surface mounted pin header SMD 2x33 2.00mm double row 0 66 66 Connector_PinHeader_2.00mm PinHeader_2x34_P2.00mm_Horizontal Through hole angled pin header, 2x34, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x34 2.00mm double row 0 68 68 Connector_PinHeader_2.00mm PinHeader_2x34_P2.00mm_Vertical Through hole straight pin header, 2x34, 2.00mm pitch, double rows Through hole pin header THT 2x34 2.00mm double row 0 68 68 Connector_PinHeader_2.00mm PinHeader_2x34_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x34, 2.00mm pitch, double rows Surface mounted pin header SMD 2x34 2.00mm double row 0 68 68 Connector_PinHeader_2.00mm PinHeader_2x35_P2.00mm_Horizontal Through hole angled pin header, 2x35, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x35 2.00mm double row 0 70 70 Connector_PinHeader_2.00mm PinHeader_2x35_P2.00mm_Vertical Through hole straight pin header, 2x35, 2.00mm pitch, double rows Through hole pin header THT 2x35 2.00mm double row 0 70 70 Connector_PinHeader_2.00mm PinHeader_2x35_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x35, 2.00mm pitch, double rows Surface mounted pin header SMD 2x35 2.00mm double row 0 70 70 Connector_PinHeader_2.00mm PinHeader_2x36_P2.00mm_Horizontal Through hole angled pin header, 2x36, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x36 2.00mm double row 0 72 72 Connector_PinHeader_2.00mm PinHeader_2x36_P2.00mm_Vertical Through hole straight pin header, 2x36, 2.00mm pitch, double rows Through hole pin header THT 2x36 2.00mm double row 0 72 72 Connector_PinHeader_2.00mm PinHeader_2x36_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x36, 2.00mm pitch, double rows Surface mounted pin header SMD 2x36 2.00mm double row 0 72 72 Connector_PinHeader_2.00mm PinHeader_2x37_P2.00mm_Horizontal Through hole angled pin header, 2x37, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x37 2.00mm double row 0 74 74 Connector_PinHeader_2.00mm PinHeader_2x37_P2.00mm_Vertical Through hole straight pin header, 2x37, 2.00mm pitch, double rows Through hole pin header THT 2x37 2.00mm double row 0 74 74 Connector_PinHeader_2.00mm PinHeader_2x37_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x37, 2.00mm pitch, double rows Surface mounted pin header SMD 2x37 2.00mm double row 0 74 74 Connector_PinHeader_2.00mm PinHeader_2x38_P2.00mm_Horizontal Through hole angled pin header, 2x38, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x38 2.00mm double row 0 76 76 Connector_PinHeader_2.00mm PinHeader_2x38_P2.00mm_Vertical Through hole straight pin header, 2x38, 2.00mm pitch, double rows Through hole pin header THT 2x38 2.00mm double row 0 76 76 Connector_PinHeader_2.00mm PinHeader_2x38_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x38, 2.00mm pitch, double rows Surface mounted pin header SMD 2x38 2.00mm double row 0 76 76 Connector_PinHeader_2.00mm PinHeader_2x39_P2.00mm_Horizontal Through hole angled pin header, 2x39, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x39 2.00mm double row 0 78 78 Connector_PinHeader_2.00mm PinHeader_2x39_P2.00mm_Vertical Through hole straight pin header, 2x39, 2.00mm pitch, double rows Through hole pin header THT 2x39 2.00mm double row 0 78 78 Connector_PinHeader_2.00mm PinHeader_2x39_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x39, 2.00mm pitch, double rows Surface mounted pin header SMD 2x39 2.00mm double row 0 78 78 Connector_PinHeader_2.00mm PinHeader_2x40_P2.00mm_Horizontal Through hole angled pin header, 2x40, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x40 2.00mm double row 0 80 80 Connector_PinHeader_2.00mm PinHeader_2x40_P2.00mm_Vertical Through hole straight pin header, 2x40, 2.00mm pitch, double rows Through hole pin header THT 2x40 2.00mm double row 0 80 80 Connector_PinHeader_2.00mm PinHeader_2x40_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x40, 2.00mm pitch, double rows Surface mounted pin header SMD 2x40 2.00mm double row 0 80 80 Connector_PinHeader_2.54mm PinHeader_1x01_P2.54mm_Horizontal Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x01 2.54mm single row 0 1 1 Connector_PinHeader_2.54mm PinHeader_1x01_P2.54mm_Vertical Through hole straight pin header, 1x01, 2.54mm pitch, single row Through hole pin header THT 1x01 2.54mm single row 0 1 1 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Horizontal Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x02 2.54mm single row 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Vertical Through hole straight pin header, 1x02, 2.54mm pitch, single row Through hole pin header THT 1x02 2.54mm single row 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Horizontal Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x03 2.54mm single row 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Vertical Through hole straight pin header, 1x03, 2.54mm pitch, single row Through hole pin header THT 1x03 2.54mm single row 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Horizontal Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x04 2.54mm single row 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Vertical Through hole straight pin header, 1x04, 2.54mm pitch, single row Through hole pin header THT 1x04 2.54mm single row 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Horizontal Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x05 2.54mm single row 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Vertical Through hole straight pin header, 1x05, 2.54mm pitch, single row Through hole pin header THT 1x05 2.54mm single row 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Horizontal Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x06 2.54mm single row 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Vertical Through hole straight pin header, 1x06, 2.54mm pitch, single row Through hole pin header THT 1x06 2.54mm single row 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Horizontal Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x07 2.54mm single row 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Vertical Through hole straight pin header, 1x07, 2.54mm pitch, single row Through hole pin header THT 1x07 2.54mm single row 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Horizontal Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x08 2.54mm single row 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Vertical Through hole straight pin header, 1x08, 2.54mm pitch, single row Through hole pin header THT 1x08 2.54mm single row 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Horizontal Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x09 2.54mm single row 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Vertical Through hole straight pin header, 1x09, 2.54mm pitch, single row Through hole pin header THT 1x09 2.54mm single row 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Horizontal Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x10 2.54mm single row 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Vertical Through hole straight pin header, 1x10, 2.54mm pitch, single row Through hole pin header THT 1x10 2.54mm single row 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Horizontal Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x11 2.54mm single row 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Vertical Through hole straight pin header, 1x11, 2.54mm pitch, single row Through hole pin header THT 1x11 2.54mm single row 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Horizontal Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x12 2.54mm single row 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Vertical Through hole straight pin header, 1x12, 2.54mm pitch, single row Through hole pin header THT 1x12 2.54mm single row 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Horizontal Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x13 2.54mm single row 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Vertical Through hole straight pin header, 1x13, 2.54mm pitch, single row Through hole pin header THT 1x13 2.54mm single row 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Horizontal Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x14 2.54mm single row 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Vertical Through hole straight pin header, 1x14, 2.54mm pitch, single row Through hole pin header THT 1x14 2.54mm single row 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Horizontal Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x15 2.54mm single row 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Vertical Through hole straight pin header, 1x15, 2.54mm pitch, single row Through hole pin header THT 1x15 2.54mm single row 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Horizontal Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x16 2.54mm single row 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Vertical Through hole straight pin header, 1x16, 2.54mm pitch, single row Through hole pin header THT 1x16 2.54mm single row 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Horizontal Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x17 2.54mm single row 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Vertical Through hole straight pin header, 1x17, 2.54mm pitch, single row Through hole pin header THT 1x17 2.54mm single row 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Horizontal Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x18 2.54mm single row 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Vertical Through hole straight pin header, 1x18, 2.54mm pitch, single row Through hole pin header THT 1x18 2.54mm single row 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Horizontal Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x19 2.54mm single row 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Vertical Through hole straight pin header, 1x19, 2.54mm pitch, single row Through hole pin header THT 1x19 2.54mm single row 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Horizontal Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x20 2.54mm single row 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Vertical Through hole straight pin header, 1x20, 2.54mm pitch, single row Through hole pin header THT 1x20 2.54mm single row 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Horizontal Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x21 2.54mm single row 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Vertical Through hole straight pin header, 1x21, 2.54mm pitch, single row Through hole pin header THT 1x21 2.54mm single row 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Horizontal Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x22 2.54mm single row 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Vertical Through hole straight pin header, 1x22, 2.54mm pitch, single row Through hole pin header THT 1x22 2.54mm single row 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Horizontal Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x23 2.54mm single row 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Vertical Through hole straight pin header, 1x23, 2.54mm pitch, single row Through hole pin header THT 1x23 2.54mm single row 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Horizontal Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x24 2.54mm single row 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Vertical Through hole straight pin header, 1x24, 2.54mm pitch, single row Through hole pin header THT 1x24 2.54mm single row 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Horizontal Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x25 2.54mm single row 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Vertical Through hole straight pin header, 1x25, 2.54mm pitch, single row Through hole pin header THT 1x25 2.54mm single row 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Horizontal Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x26 2.54mm single row 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Vertical Through hole straight pin header, 1x26, 2.54mm pitch, single row Through hole pin header THT 1x26 2.54mm single row 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Horizontal Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x27 2.54mm single row 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Vertical Through hole straight pin header, 1x27, 2.54mm pitch, single row Through hole pin header THT 1x27 2.54mm single row 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Horizontal Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x28 2.54mm single row 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Vertical Through hole straight pin header, 1x28, 2.54mm pitch, single row Through hole pin header THT 1x28 2.54mm single row 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Horizontal Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x29 2.54mm single row 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Vertical Through hole straight pin header, 1x29, 2.54mm pitch, single row Through hole pin header THT 1x29 2.54mm single row 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Horizontal Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x30 2.54mm single row 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Vertical Through hole straight pin header, 1x30, 2.54mm pitch, single row Through hole pin header THT 1x30 2.54mm single row 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Horizontal Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x31 2.54mm single row 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Vertical Through hole straight pin header, 1x31, 2.54mm pitch, single row Through hole pin header THT 1x31 2.54mm single row 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Horizontal Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x32 2.54mm single row 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Vertical Through hole straight pin header, 1x32, 2.54mm pitch, single row Through hole pin header THT 1x32 2.54mm single row 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Horizontal Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x33 2.54mm single row 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Vertical Through hole straight pin header, 1x33, 2.54mm pitch, single row Through hole pin header THT 1x33 2.54mm single row 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Horizontal Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x34 2.54mm single row 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Vertical Through hole straight pin header, 1x34, 2.54mm pitch, single row Through hole pin header THT 1x34 2.54mm single row 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Horizontal Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x35 2.54mm single row 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Vertical Through hole straight pin header, 1x35, 2.54mm pitch, single row Through hole pin header THT 1x35 2.54mm single row 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Horizontal Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x36 2.54mm single row 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Vertical Through hole straight pin header, 1x36, 2.54mm pitch, single row Through hole pin header THT 1x36 2.54mm single row 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Horizontal Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x37 2.54mm single row 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Vertical Through hole straight pin header, 1x37, 2.54mm pitch, single row Through hole pin header THT 1x37 2.54mm single row 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Horizontal Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x38 2.54mm single row 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Vertical Through hole straight pin header, 1x38, 2.54mm pitch, single row Through hole pin header THT 1x38 2.54mm single row 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Horizontal Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x39 2.54mm single row 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Vertical Through hole straight pin header, 1x39, 2.54mm pitch, single row Through hole pin header THT 1x39 2.54mm single row 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Horizontal Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x40 2.54mm single row 0 40 40 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Vertical Through hole straight pin header, 1x40, 2.54mm pitch, single row Through hole pin header THT 1x40 2.54mm single row 0 40 40 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left 0 40 40 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x01_P2.54mm_Horizontal Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x01 2.54mm double row 0 2 2 Connector_PinHeader_2.54mm PinHeader_2x01_P2.54mm_Vertical Through hole straight pin header, 2x01, 2.54mm pitch, double rows Through hole pin header THT 2x01 2.54mm double row 0 2 2 Connector_PinHeader_2.54mm PinHeader_2x01_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows Surface mounted pin header SMD 2x01 2.54mm double row 0 2 2 Connector_PinHeader_2.54mm PinHeader_2x02_P2.54mm_Horizontal Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x02 2.54mm double row 0 4 4 Connector_PinHeader_2.54mm PinHeader_2x02_P2.54mm_Vertical Through hole straight pin header, 2x02, 2.54mm pitch, double rows Through hole pin header THT 2x02 2.54mm double row 0 4 4 Connector_PinHeader_2.54mm PinHeader_2x02_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows Surface mounted pin header SMD 2x02 2.54mm double row 0 4 4 Connector_PinHeader_2.54mm PinHeader_2x03_P2.54mm_Horizontal Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x03 2.54mm double row 0 6 6 Connector_PinHeader_2.54mm PinHeader_2x03_P2.54mm_Vertical Through hole straight pin header, 2x03, 2.54mm pitch, double rows Through hole pin header THT 2x03 2.54mm double row 0 6 6 Connector_PinHeader_2.54mm PinHeader_2x03_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows Surface mounted pin header SMD 2x03 2.54mm double row 0 6 6 Connector_PinHeader_2.54mm PinHeader_2x04_P2.54mm_Horizontal Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x04 2.54mm double row 0 8 8 Connector_PinHeader_2.54mm PinHeader_2x04_P2.54mm_Vertical Through hole straight pin header, 2x04, 2.54mm pitch, double rows Through hole pin header THT 2x04 2.54mm double row 0 8 8 Connector_PinHeader_2.54mm PinHeader_2x04_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows Surface mounted pin header SMD 2x04 2.54mm double row 0 8 8 Connector_PinHeader_2.54mm PinHeader_2x05_P2.54mm_Horizontal Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x05 2.54mm double row 0 10 10 Connector_PinHeader_2.54mm PinHeader_2x05_P2.54mm_Vertical Through hole straight pin header, 2x05, 2.54mm pitch, double rows Through hole pin header THT 2x05 2.54mm double row 0 10 10 Connector_PinHeader_2.54mm PinHeader_2x05_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows Surface mounted pin header SMD 2x05 2.54mm double row 0 10 10 Connector_PinHeader_2.54mm PinHeader_2x06_P2.54mm_Horizontal Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x06 2.54mm double row 0 12 12 Connector_PinHeader_2.54mm PinHeader_2x06_P2.54mm_Vertical Through hole straight pin header, 2x06, 2.54mm pitch, double rows Through hole pin header THT 2x06 2.54mm double row 0 12 12 Connector_PinHeader_2.54mm PinHeader_2x06_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows Surface mounted pin header SMD 2x06 2.54mm double row 0 12 12 Connector_PinHeader_2.54mm PinHeader_2x07_P2.54mm_Horizontal Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x07 2.54mm double row 0 14 14 Connector_PinHeader_2.54mm PinHeader_2x07_P2.54mm_Vertical Through hole straight pin header, 2x07, 2.54mm pitch, double rows Through hole pin header THT 2x07 2.54mm double row 0 14 14 Connector_PinHeader_2.54mm PinHeader_2x07_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows Surface mounted pin header SMD 2x07 2.54mm double row 0 14 14 Connector_PinHeader_2.54mm PinHeader_2x08_P2.54mm_Horizontal Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x08 2.54mm double row 0 16 16 Connector_PinHeader_2.54mm PinHeader_2x08_P2.54mm_Vertical Through hole straight pin header, 2x08, 2.54mm pitch, double rows Through hole pin header THT 2x08 2.54mm double row 0 16 16 Connector_PinHeader_2.54mm PinHeader_2x08_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows Surface mounted pin header SMD 2x08 2.54mm double row 0 16 16 Connector_PinHeader_2.54mm PinHeader_2x09_P2.54mm_Horizontal Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x09 2.54mm double row 0 18 18 Connector_PinHeader_2.54mm PinHeader_2x09_P2.54mm_Vertical Through hole straight pin header, 2x09, 2.54mm pitch, double rows Through hole pin header THT 2x09 2.54mm double row 0 18 18 Connector_PinHeader_2.54mm PinHeader_2x09_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows Surface mounted pin header SMD 2x09 2.54mm double row 0 18 18 Connector_PinHeader_2.54mm PinHeader_2x10_P2.54mm_Horizontal Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x10 2.54mm double row 0 20 20 Connector_PinHeader_2.54mm PinHeader_2x10_P2.54mm_Vertical Through hole straight pin header, 2x10, 2.54mm pitch, double rows Through hole pin header THT 2x10 2.54mm double row 0 20 20 Connector_PinHeader_2.54mm PinHeader_2x10_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows Surface mounted pin header SMD 2x10 2.54mm double row 0 20 20 Connector_PinHeader_2.54mm PinHeader_2x11_P2.54mm_Horizontal Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x11 2.54mm double row 0 22 22 Connector_PinHeader_2.54mm PinHeader_2x11_P2.54mm_Vertical Through hole straight pin header, 2x11, 2.54mm pitch, double rows Through hole pin header THT 2x11 2.54mm double row 0 22 22 Connector_PinHeader_2.54mm PinHeader_2x11_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows Surface mounted pin header SMD 2x11 2.54mm double row 0 22 22 Connector_PinHeader_2.54mm PinHeader_2x12_P2.54mm_Horizontal Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x12 2.54mm double row 0 24 24 Connector_PinHeader_2.54mm PinHeader_2x12_P2.54mm_Vertical Through hole straight pin header, 2x12, 2.54mm pitch, double rows Through hole pin header THT 2x12 2.54mm double row 0 24 24 Connector_PinHeader_2.54mm PinHeader_2x12_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows Surface mounted pin header SMD 2x12 2.54mm double row 0 24 24 Connector_PinHeader_2.54mm PinHeader_2x13_P2.54mm_Horizontal Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x13 2.54mm double row 0 26 26 Connector_PinHeader_2.54mm PinHeader_2x13_P2.54mm_Vertical Through hole straight pin header, 2x13, 2.54mm pitch, double rows Through hole pin header THT 2x13 2.54mm double row 0 26 26 Connector_PinHeader_2.54mm PinHeader_2x13_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows Surface mounted pin header SMD 2x13 2.54mm double row 0 26 26 Connector_PinHeader_2.54mm PinHeader_2x14_P2.54mm_Horizontal Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x14 2.54mm double row 0 28 28 Connector_PinHeader_2.54mm PinHeader_2x14_P2.54mm_Vertical Through hole straight pin header, 2x14, 2.54mm pitch, double rows Through hole pin header THT 2x14 2.54mm double row 0 28 28 Connector_PinHeader_2.54mm PinHeader_2x14_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows Surface mounted pin header SMD 2x14 2.54mm double row 0 28 28 Connector_PinHeader_2.54mm PinHeader_2x15_P2.54mm_Horizontal Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x15 2.54mm double row 0 30 30 Connector_PinHeader_2.54mm PinHeader_2x15_P2.54mm_Vertical Through hole straight pin header, 2x15, 2.54mm pitch, double rows Through hole pin header THT 2x15 2.54mm double row 0 30 30 Connector_PinHeader_2.54mm PinHeader_2x15_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows Surface mounted pin header SMD 2x15 2.54mm double row 0 30 30 Connector_PinHeader_2.54mm PinHeader_2x16_P2.54mm_Horizontal Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x16 2.54mm double row 0 32 32 Connector_PinHeader_2.54mm PinHeader_2x16_P2.54mm_Vertical Through hole straight pin header, 2x16, 2.54mm pitch, double rows Through hole pin header THT 2x16 2.54mm double row 0 32 32 Connector_PinHeader_2.54mm PinHeader_2x16_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows Surface mounted pin header SMD 2x16 2.54mm double row 0 32 32 Connector_PinHeader_2.54mm PinHeader_2x17_P2.54mm_Horizontal Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x17 2.54mm double row 0 34 34 Connector_PinHeader_2.54mm PinHeader_2x17_P2.54mm_Vertical Through hole straight pin header, 2x17, 2.54mm pitch, double rows Through hole pin header THT 2x17 2.54mm double row 0 34 34 Connector_PinHeader_2.54mm PinHeader_2x17_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows Surface mounted pin header SMD 2x17 2.54mm double row 0 34 34 Connector_PinHeader_2.54mm PinHeader_2x18_P2.54mm_Horizontal Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x18 2.54mm double row 0 36 36 Connector_PinHeader_2.54mm PinHeader_2x18_P2.54mm_Vertical Through hole straight pin header, 2x18, 2.54mm pitch, double rows Through hole pin header THT 2x18 2.54mm double row 0 36 36 Connector_PinHeader_2.54mm PinHeader_2x18_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows Surface mounted pin header SMD 2x18 2.54mm double row 0 36 36 Connector_PinHeader_2.54mm PinHeader_2x19_P2.54mm_Horizontal Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x19 2.54mm double row 0 38 38 Connector_PinHeader_2.54mm PinHeader_2x19_P2.54mm_Vertical Through hole straight pin header, 2x19, 2.54mm pitch, double rows Through hole pin header THT 2x19 2.54mm double row 0 38 38 Connector_PinHeader_2.54mm PinHeader_2x19_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows Surface mounted pin header SMD 2x19 2.54mm double row 0 38 38 Connector_PinHeader_2.54mm PinHeader_2x20_P2.54mm_Horizontal Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x20 2.54mm double row 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x20_P2.54mm_Vertical Through hole straight pin header, 2x20, 2.54mm pitch, double rows Through hole pin header THT 2x20 2.54mm double row 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x20_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows Surface mounted pin header SMD 2x20 2.54mm double row 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x21_P2.54mm_Horizontal Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x21 2.54mm double row 0 42 42 Connector_PinHeader_2.54mm PinHeader_2x21_P2.54mm_Vertical Through hole straight pin header, 2x21, 2.54mm pitch, double rows Through hole pin header THT 2x21 2.54mm double row 0 42 42 Connector_PinHeader_2.54mm PinHeader_2x21_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows Surface mounted pin header SMD 2x21 2.54mm double row 0 42 42 Connector_PinHeader_2.54mm PinHeader_2x22_P2.54mm_Horizontal Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x22 2.54mm double row 0 44 44 Connector_PinHeader_2.54mm PinHeader_2x22_P2.54mm_Vertical Through hole straight pin header, 2x22, 2.54mm pitch, double rows Through hole pin header THT 2x22 2.54mm double row 0 44 44 Connector_PinHeader_2.54mm PinHeader_2x22_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows Surface mounted pin header SMD 2x22 2.54mm double row 0 44 44 Connector_PinHeader_2.54mm PinHeader_2x23_P2.54mm_Horizontal Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x23 2.54mm double row 0 46 46 Connector_PinHeader_2.54mm PinHeader_2x23_P2.54mm_Vertical Through hole straight pin header, 2x23, 2.54mm pitch, double rows Through hole pin header THT 2x23 2.54mm double row 0 46 46 Connector_PinHeader_2.54mm PinHeader_2x23_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows Surface mounted pin header SMD 2x23 2.54mm double row 0 46 46 Connector_PinHeader_2.54mm PinHeader_2x24_P2.54mm_Horizontal Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x24 2.54mm double row 0 48 48 Connector_PinHeader_2.54mm PinHeader_2x24_P2.54mm_Vertical Through hole straight pin header, 2x24, 2.54mm pitch, double rows Through hole pin header THT 2x24 2.54mm double row 0 48 48 Connector_PinHeader_2.54mm PinHeader_2x24_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows Surface mounted pin header SMD 2x24 2.54mm double row 0 48 48 Connector_PinHeader_2.54mm PinHeader_2x25_P2.54mm_Horizontal Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x25 2.54mm double row 0 50 50 Connector_PinHeader_2.54mm PinHeader_2x25_P2.54mm_Vertical Through hole straight pin header, 2x25, 2.54mm pitch, double rows Through hole pin header THT 2x25 2.54mm double row 0 50 50 Connector_PinHeader_2.54mm PinHeader_2x25_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows Surface mounted pin header SMD 2x25 2.54mm double row 0 50 50 Connector_PinHeader_2.54mm PinHeader_2x26_P2.54mm_Horizontal Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x26 2.54mm double row 0 52 52 Connector_PinHeader_2.54mm PinHeader_2x26_P2.54mm_Vertical Through hole straight pin header, 2x26, 2.54mm pitch, double rows Through hole pin header THT 2x26 2.54mm double row 0 52 52 Connector_PinHeader_2.54mm PinHeader_2x26_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows Surface mounted pin header SMD 2x26 2.54mm double row 0 52 52 Connector_PinHeader_2.54mm PinHeader_2x27_P2.54mm_Horizontal Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x27 2.54mm double row 0 54 54 Connector_PinHeader_2.54mm PinHeader_2x27_P2.54mm_Vertical Through hole straight pin header, 2x27, 2.54mm pitch, double rows Through hole pin header THT 2x27 2.54mm double row 0 54 54 Connector_PinHeader_2.54mm PinHeader_2x27_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows Surface mounted pin header SMD 2x27 2.54mm double row 0 54 54 Connector_PinHeader_2.54mm PinHeader_2x28_P2.54mm_Horizontal Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x28 2.54mm double row 0 56 56 Connector_PinHeader_2.54mm PinHeader_2x28_P2.54mm_Vertical Through hole straight pin header, 2x28, 2.54mm pitch, double rows Through hole pin header THT 2x28 2.54mm double row 0 56 56 Connector_PinHeader_2.54mm PinHeader_2x28_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows Surface mounted pin header SMD 2x28 2.54mm double row 0 56 56 Connector_PinHeader_2.54mm PinHeader_2x29_P2.54mm_Horizontal Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x29 2.54mm double row 0 58 58 Connector_PinHeader_2.54mm PinHeader_2x29_P2.54mm_Vertical Through hole straight pin header, 2x29, 2.54mm pitch, double rows Through hole pin header THT 2x29 2.54mm double row 0 58 58 Connector_PinHeader_2.54mm PinHeader_2x29_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows Surface mounted pin header SMD 2x29 2.54mm double row 0 58 58 Connector_PinHeader_2.54mm PinHeader_2x30_P2.54mm_Horizontal Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x30 2.54mm double row 0 60 60 Connector_PinHeader_2.54mm PinHeader_2x30_P2.54mm_Vertical Through hole straight pin header, 2x30, 2.54mm pitch, double rows Through hole pin header THT 2x30 2.54mm double row 0 60 60 Connector_PinHeader_2.54mm PinHeader_2x30_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows Surface mounted pin header SMD 2x30 2.54mm double row 0 60 60 Connector_PinHeader_2.54mm PinHeader_2x31_P2.54mm_Horizontal Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x31 2.54mm double row 0 62 62 Connector_PinHeader_2.54mm PinHeader_2x31_P2.54mm_Vertical Through hole straight pin header, 2x31, 2.54mm pitch, double rows Through hole pin header THT 2x31 2.54mm double row 0 62 62 Connector_PinHeader_2.54mm PinHeader_2x31_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows Surface mounted pin header SMD 2x31 2.54mm double row 0 62 62 Connector_PinHeader_2.54mm PinHeader_2x32_P2.54mm_Horizontal Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x32 2.54mm double row 0 64 64 Connector_PinHeader_2.54mm PinHeader_2x32_P2.54mm_Vertical Through hole straight pin header, 2x32, 2.54mm pitch, double rows Through hole pin header THT 2x32 2.54mm double row 0 64 64 Connector_PinHeader_2.54mm PinHeader_2x32_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows Surface mounted pin header SMD 2x32 2.54mm double row 0 64 64 Connector_PinHeader_2.54mm PinHeader_2x33_P2.54mm_Horizontal Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x33 2.54mm double row 0 66 66 Connector_PinHeader_2.54mm PinHeader_2x33_P2.54mm_Vertical Through hole straight pin header, 2x33, 2.54mm pitch, double rows Through hole pin header THT 2x33 2.54mm double row 0 66 66 Connector_PinHeader_2.54mm PinHeader_2x33_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows Surface mounted pin header SMD 2x33 2.54mm double row 0 66 66 Connector_PinHeader_2.54mm PinHeader_2x34_P2.54mm_Horizontal Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x34 2.54mm double row 0 68 68 Connector_PinHeader_2.54mm PinHeader_2x34_P2.54mm_Vertical Through hole straight pin header, 2x34, 2.54mm pitch, double rows Through hole pin header THT 2x34 2.54mm double row 0 68 68 Connector_PinHeader_2.54mm PinHeader_2x34_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows Surface mounted pin header SMD 2x34 2.54mm double row 0 68 68 Connector_PinHeader_2.54mm PinHeader_2x35_P2.54mm_Horizontal Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x35 2.54mm double row 0 70 70 Connector_PinHeader_2.54mm PinHeader_2x35_P2.54mm_Vertical Through hole straight pin header, 2x35, 2.54mm pitch, double rows Through hole pin header THT 2x35 2.54mm double row 0 70 70 Connector_PinHeader_2.54mm PinHeader_2x35_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows Surface mounted pin header SMD 2x35 2.54mm double row 0 70 70 Connector_PinHeader_2.54mm PinHeader_2x36_P2.54mm_Horizontal Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x36 2.54mm double row 0 72 72 Connector_PinHeader_2.54mm PinHeader_2x36_P2.54mm_Vertical Through hole straight pin header, 2x36, 2.54mm pitch, double rows Through hole pin header THT 2x36 2.54mm double row 0 72 72 Connector_PinHeader_2.54mm PinHeader_2x36_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows Surface mounted pin header SMD 2x36 2.54mm double row 0 72 72 Connector_PinHeader_2.54mm PinHeader_2x37_P2.54mm_Horizontal Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x37 2.54mm double row 0 74 74 Connector_PinHeader_2.54mm PinHeader_2x37_P2.54mm_Vertical Through hole straight pin header, 2x37, 2.54mm pitch, double rows Through hole pin header THT 2x37 2.54mm double row 0 74 74 Connector_PinHeader_2.54mm PinHeader_2x37_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows Surface mounted pin header SMD 2x37 2.54mm double row 0 74 74 Connector_PinHeader_2.54mm PinHeader_2x38_P2.54mm_Horizontal Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x38 2.54mm double row 0 76 76 Connector_PinHeader_2.54mm PinHeader_2x38_P2.54mm_Vertical Through hole straight pin header, 2x38, 2.54mm pitch, double rows Through hole pin header THT 2x38 2.54mm double row 0 76 76 Connector_PinHeader_2.54mm PinHeader_2x38_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows Surface mounted pin header SMD 2x38 2.54mm double row 0 76 76 Connector_PinHeader_2.54mm PinHeader_2x39_P2.54mm_Horizontal Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x39 2.54mm double row 0 78 78 Connector_PinHeader_2.54mm PinHeader_2x39_P2.54mm_Vertical Through hole straight pin header, 2x39, 2.54mm pitch, double rows Through hole pin header THT 2x39 2.54mm double row 0 78 78 Connector_PinHeader_2.54mm PinHeader_2x39_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows Surface mounted pin header SMD 2x39 2.54mm double row 0 78 78 Connector_PinHeader_2.54mm PinHeader_2x40_P2.54mm_Horizontal Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x40 2.54mm double row 0 80 80 Connector_PinHeader_2.54mm PinHeader_2x40_P2.54mm_Vertical Through hole straight pin header, 2x40, 2.54mm pitch, double rows Through hole pin header THT 2x40 2.54mm double row 0 80 80 Connector_PinHeader_2.54mm PinHeader_2x40_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows Surface mounted pin header SMD 2x40 2.54mm double row 0 80 80 Connector_PinSocket_1.00mm PinSocket_1x02_P1.00mm_Vertical Through hole straight socket strip, 1x02, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x02 1.00mm single row 0 2 2 Connector_PinSocket_1.00mm PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x02 1.00mm single row style1 pin1 left 0 2 2 Connector_PinSocket_1.00mm PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x02 1.00mm single row style2 pin1 right 0 2 2 Connector_PinSocket_1.00mm PinSocket_1x03_P1.00mm_Vertical Through hole straight socket strip, 1x03, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x03 1.00mm single row 0 3 3 Connector_PinSocket_1.00mm PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x03 1.00mm single row style1 pin1 left 0 3 3 Connector_PinSocket_1.00mm PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x03 1.00mm single row style2 pin1 right 0 3 3 Connector_PinSocket_1.00mm PinSocket_1x04_P1.00mm_Vertical Through hole straight socket strip, 1x04, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x04 1.00mm single row 0 4 4 Connector_PinSocket_1.00mm PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x04 1.00mm single row style1 pin1 left 0 4 4 Connector_PinSocket_1.00mm PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x04 1.00mm single row style2 pin1 right 0 4 4 Connector_PinSocket_1.00mm PinSocket_1x05_P1.00mm_Vertical Through hole straight socket strip, 1x05, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x05 1.00mm single row 0 5 5 Connector_PinSocket_1.00mm PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x05 1.00mm single row style1 pin1 left 0 5 5 Connector_PinSocket_1.00mm PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x05 1.00mm single row style2 pin1 right 0 5 5 Connector_PinSocket_1.00mm PinSocket_1x06_P1.00mm_Vertical Through hole straight socket strip, 1x06, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x06 1.00mm single row 0 6 6 Connector_PinSocket_1.00mm PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x06 1.00mm single row style1 pin1 left 0 6 6 Connector_PinSocket_1.00mm PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x06 1.00mm single row style2 pin1 right 0 6 6 Connector_PinSocket_1.00mm PinSocket_1x07_P1.00mm_Vertical Through hole straight socket strip, 1x07, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x07 1.00mm single row 0 7 7 Connector_PinSocket_1.00mm PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x07 1.00mm single row style1 pin1 left 0 7 7 Connector_PinSocket_1.00mm PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x07 1.00mm single row style2 pin1 right 0 7 7 Connector_PinSocket_1.00mm PinSocket_1x08_P1.00mm_Vertical Through hole straight socket strip, 1x08, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x08 1.00mm single row 0 8 8 Connector_PinSocket_1.00mm PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x08 1.00mm single row style1 pin1 left 0 8 8 Connector_PinSocket_1.00mm PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x08 1.00mm single row style2 pin1 right 0 8 8 Connector_PinSocket_1.00mm PinSocket_1x09_P1.00mm_Vertical Through hole straight socket strip, 1x09, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x09 1.00mm single row 0 9 9 Connector_PinSocket_1.00mm PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x09 1.00mm single row style1 pin1 left 0 9 9 Connector_PinSocket_1.00mm PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x09 1.00mm single row style2 pin1 right 0 9 9 Connector_PinSocket_1.00mm PinSocket_1x10_P1.00mm_Vertical Through hole straight socket strip, 1x10, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x10 1.00mm single row 0 10 10 Connector_PinSocket_1.00mm PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x10 1.00mm single row style1 pin1 left 0 10 10 Connector_PinSocket_1.00mm PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x10 1.00mm single row style2 pin1 right 0 10 10 Connector_PinSocket_1.00mm PinSocket_1x11_P1.00mm_Vertical Through hole straight socket strip, 1x11, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x11 1.00mm single row 0 11 11 Connector_PinSocket_1.00mm PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x11 1.00mm single row style1 pin1 left 0 11 11 Connector_PinSocket_1.00mm PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x11 1.00mm single row style2 pin1 right 0 11 11 Connector_PinSocket_1.00mm PinSocket_1x12_P1.00mm_Vertical Through hole straight socket strip, 1x12, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x12 1.00mm single row 0 12 12 Connector_PinSocket_1.00mm PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x12 1.00mm single row style1 pin1 left 0 12 12 Connector_PinSocket_1.00mm PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x12 1.00mm single row style2 pin1 right 0 12 12 Connector_PinSocket_1.00mm PinSocket_1x13_P1.00mm_Vertical Through hole straight socket strip, 1x13, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x13 1.00mm single row 0 13 13 Connector_PinSocket_1.00mm PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x13 1.00mm single row style1 pin1 left 0 13 13 Connector_PinSocket_1.00mm PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x13 1.00mm single row style2 pin1 right 0 13 13 Connector_PinSocket_1.00mm PinSocket_1x14_P1.00mm_Vertical Through hole straight socket strip, 1x14, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x14 1.00mm single row 0 14 14 Connector_PinSocket_1.00mm PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x14 1.00mm single row style1 pin1 left 0 14 14 Connector_PinSocket_1.00mm PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x14 1.00mm single row style2 pin1 right 0 14 14 Connector_PinSocket_1.00mm PinSocket_1x15_P1.00mm_Vertical Through hole straight socket strip, 1x15, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x15 1.00mm single row 0 15 15 Connector_PinSocket_1.00mm PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x15 1.00mm single row style1 pin1 left 0 15 15 Connector_PinSocket_1.00mm PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x15 1.00mm single row style2 pin1 right 0 15 15 Connector_PinSocket_1.00mm PinSocket_1x16_P1.00mm_Vertical Through hole straight socket strip, 1x16, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x16 1.00mm single row 0 16 16 Connector_PinSocket_1.00mm PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x16 1.00mm single row style1 pin1 left 0 16 16 Connector_PinSocket_1.00mm PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x16 1.00mm single row style2 pin1 right 0 16 16 Connector_PinSocket_1.00mm PinSocket_1x17_P1.00mm_Vertical Through hole straight socket strip, 1x17, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x17 1.00mm single row 0 17 17 Connector_PinSocket_1.00mm PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x17 1.00mm single row style1 pin1 left 0 17 17 Connector_PinSocket_1.00mm PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x17 1.00mm single row style2 pin1 right 0 17 17 Connector_PinSocket_1.00mm PinSocket_1x18_P1.00mm_Vertical Through hole straight socket strip, 1x18, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x18 1.00mm single row 0 18 18 Connector_PinSocket_1.00mm PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x18 1.00mm single row style1 pin1 left 0 18 18 Connector_PinSocket_1.00mm PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x18 1.00mm single row style2 pin1 right 0 18 18 Connector_PinSocket_1.00mm PinSocket_1x19_P1.00mm_Vertical Through hole straight socket strip, 1x19, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x19 1.00mm single row 0 19 19 Connector_PinSocket_1.00mm PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x19 1.00mm single row style1 pin1 left 0 19 19 Connector_PinSocket_1.00mm PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x19 1.00mm single row style2 pin1 right 0 19 19 Connector_PinSocket_1.00mm PinSocket_1x20_P1.00mm_Vertical Through hole straight socket strip, 1x20, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x20 1.00mm single row 0 20 20 Connector_PinSocket_1.00mm PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x20 1.00mm single row style1 pin1 left 0 20 20 Connector_PinSocket_1.00mm PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x20 1.00mm single row style2 pin1 right 0 20 20 Connector_PinSocket_1.00mm PinSocket_1x21_P1.00mm_Vertical Through hole straight socket strip, 1x21, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x21 1.00mm single row 0 21 21 Connector_PinSocket_1.00mm PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x21 1.00mm single row style1 pin1 left 0 21 21 Connector_PinSocket_1.00mm PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x21 1.00mm single row style2 pin1 right 0 21 21 Connector_PinSocket_1.00mm PinSocket_1x22_P1.00mm_Vertical Through hole straight socket strip, 1x22, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x22 1.00mm single row 0 22 22 Connector_PinSocket_1.00mm PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x22 1.00mm single row style1 pin1 left 0 22 22 Connector_PinSocket_1.00mm PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x22 1.00mm single row style2 pin1 right 0 22 22 Connector_PinSocket_1.00mm PinSocket_1x23_P1.00mm_Vertical Through hole straight socket strip, 1x23, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x23 1.00mm single row 0 23 23 Connector_PinSocket_1.00mm PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x23 1.00mm single row style1 pin1 left 0 23 23 Connector_PinSocket_1.00mm PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x23 1.00mm single row style2 pin1 right 0 23 23 Connector_PinSocket_1.00mm PinSocket_1x24_P1.00mm_Vertical Through hole straight socket strip, 1x24, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x24 1.00mm single row 0 24 24 Connector_PinSocket_1.00mm PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x24 1.00mm single row style1 pin1 left 0 24 24 Connector_PinSocket_1.00mm PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x24 1.00mm single row style2 pin1 right 0 24 24 Connector_PinSocket_1.00mm PinSocket_1x25_P1.00mm_Vertical Through hole straight socket strip, 1x25, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x25 1.00mm single row 0 25 25 Connector_PinSocket_1.00mm PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x25 1.00mm single row style1 pin1 left 0 25 25 Connector_PinSocket_1.00mm PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x25 1.00mm single row style2 pin1 right 0 25 25 Connector_PinSocket_1.00mm PinSocket_1x26_P1.00mm_Vertical Through hole straight socket strip, 1x26, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x26 1.00mm single row 0 26 26 Connector_PinSocket_1.00mm PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x26 1.00mm single row style1 pin1 left 0 26 26 Connector_PinSocket_1.00mm PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x26 1.00mm single row style2 pin1 right 0 26 26 Connector_PinSocket_1.00mm PinSocket_1x27_P1.00mm_Vertical Through hole straight socket strip, 1x27, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x27 1.00mm single row 0 27 27 Connector_PinSocket_1.00mm PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x27 1.00mm single row style1 pin1 left 0 27 27 Connector_PinSocket_1.00mm PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x27 1.00mm single row style2 pin1 right 0 27 27 Connector_PinSocket_1.00mm PinSocket_1x28_P1.00mm_Vertical Through hole straight socket strip, 1x28, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x28 1.00mm single row 0 28 28 Connector_PinSocket_1.00mm PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x28 1.00mm single row style1 pin1 left 0 28 28 Connector_PinSocket_1.00mm PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x28 1.00mm single row style2 pin1 right 0 28 28 Connector_PinSocket_1.00mm PinSocket_1x29_P1.00mm_Vertical Through hole straight socket strip, 1x29, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x29 1.00mm single row 0 29 29 Connector_PinSocket_1.00mm PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x29 1.00mm single row style1 pin1 left 0 29 29 Connector_PinSocket_1.00mm PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x29 1.00mm single row style2 pin1 right 0 29 29 Connector_PinSocket_1.00mm PinSocket_1x30_P1.00mm_Vertical Through hole straight socket strip, 1x30, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x30 1.00mm single row 0 30 30 Connector_PinSocket_1.00mm PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x30 1.00mm single row style1 pin1 left 0 30 30 Connector_PinSocket_1.00mm PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x30 1.00mm single row style2 pin1 right 0 30 30 Connector_PinSocket_1.00mm PinSocket_1x31_P1.00mm_Vertical Through hole straight socket strip, 1x31, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x31 1.00mm single row 0 31 31 Connector_PinSocket_1.00mm PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x31 1.00mm single row style1 pin1 left 0 31 31 Connector_PinSocket_1.00mm PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x31 1.00mm single row style2 pin1 right 0 31 31 Connector_PinSocket_1.00mm PinSocket_1x32_P1.00mm_Vertical Through hole straight socket strip, 1x32, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x32 1.00mm single row 0 32 32 Connector_PinSocket_1.00mm PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x32 1.00mm single row style1 pin1 left 0 32 32 Connector_PinSocket_1.00mm PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x32 1.00mm single row style2 pin1 right 0 32 32 Connector_PinSocket_1.00mm PinSocket_1x33_P1.00mm_Vertical Through hole straight socket strip, 1x33, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x33 1.00mm single row 0 33 33 Connector_PinSocket_1.00mm PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x33 1.00mm single row style1 pin1 left 0 33 33 Connector_PinSocket_1.00mm PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x33 1.00mm single row style2 pin1 right 0 33 33 Connector_PinSocket_1.00mm PinSocket_1x34_P1.00mm_Vertical Through hole straight socket strip, 1x34, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x34 1.00mm single row 0 34 34 Connector_PinSocket_1.00mm PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x34 1.00mm single row style1 pin1 left 0 34 34 Connector_PinSocket_1.00mm PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x34 1.00mm single row style2 pin1 right 0 34 34 Connector_PinSocket_1.00mm PinSocket_1x35_P1.00mm_Vertical Through hole straight socket strip, 1x35, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x35 1.00mm single row 0 35 35 Connector_PinSocket_1.00mm PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x35 1.00mm single row style1 pin1 left 0 35 35 Connector_PinSocket_1.00mm PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x35 1.00mm single row style2 pin1 right 0 35 35 Connector_PinSocket_1.00mm PinSocket_1x36_P1.00mm_Vertical Through hole straight socket strip, 1x36, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x36 1.00mm single row 0 36 36 Connector_PinSocket_1.00mm PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x36 1.00mm single row style1 pin1 left 0 36 36 Connector_PinSocket_1.00mm PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x36 1.00mm single row style2 pin1 right 0 36 36 Connector_PinSocket_1.00mm PinSocket_1x37_P1.00mm_Vertical Through hole straight socket strip, 1x37, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x37 1.00mm single row 0 37 37 Connector_PinSocket_1.00mm PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x37 1.00mm single row style1 pin1 left 0 37 37 Connector_PinSocket_1.00mm PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x37 1.00mm single row style2 pin1 right 0 37 37 Connector_PinSocket_1.00mm PinSocket_1x38_P1.00mm_Vertical Through hole straight socket strip, 1x38, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x38 1.00mm single row 0 38 38 Connector_PinSocket_1.00mm PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x38 1.00mm single row style1 pin1 left 0 38 38 Connector_PinSocket_1.00mm PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x38 1.00mm single row style2 pin1 right 0 38 38 Connector_PinSocket_1.00mm PinSocket_1x39_P1.00mm_Vertical Through hole straight socket strip, 1x39, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x39 1.00mm single row 0 39 39 Connector_PinSocket_1.00mm PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x39 1.00mm single row style1 pin1 left 0 39 39 Connector_PinSocket_1.00mm PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x39 1.00mm single row style2 pin1 right 0 39 39 Connector_PinSocket_1.00mm PinSocket_1x40_P1.00mm_Vertical Through hole straight socket strip, 1x40, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x40 1.00mm single row 0 40 40 Connector_PinSocket_1.00mm PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x40 1.00mm single row style1 pin1 left 0 40 40 Connector_PinSocket_1.00mm PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x40 1.00mm single row style2 pin1 right 0 40 40 Connector_PinSocket_1.00mm PinSocket_2x02_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x02 1.00mm double row 0 4 4 Connector_PinSocket_1.00mm PinSocket_2x03_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x03 1.00mm double row 0 6 6 Connector_PinSocket_1.00mm PinSocket_2x04_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x04 1.00mm double row 0 8 8 Connector_PinSocket_1.00mm PinSocket_2x05_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x05 1.00mm double row 0 10 10 Connector_PinSocket_1.00mm PinSocket_2x06_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x06 1.00mm double row 0 12 12 Connector_PinSocket_1.00mm PinSocket_2x07_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x07 1.00mm double row 0 14 14 Connector_PinSocket_1.00mm PinSocket_2x08_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x08 1.00mm double row 0 16 16 Connector_PinSocket_1.00mm PinSocket_2x09_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x09 1.00mm double row 0 18 18 Connector_PinSocket_1.00mm PinSocket_2x10_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x10 1.00mm double row 0 20 20 Connector_PinSocket_1.00mm PinSocket_2x11_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x11 1.00mm double row 0 22 22 Connector_PinSocket_1.00mm PinSocket_2x12_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x12 1.00mm double row 0 24 24 Connector_PinSocket_1.00mm PinSocket_2x13_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x13 1.00mm double row 0 26 26 Connector_PinSocket_1.00mm PinSocket_2x14_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x14 1.00mm double row 0 28 28 Connector_PinSocket_1.00mm PinSocket_2x15_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x15 1.00mm double row 0 30 30 Connector_PinSocket_1.00mm PinSocket_2x16_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x16 1.00mm double row 0 32 32 Connector_PinSocket_1.00mm PinSocket_2x17_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x17 1.00mm double row 0 34 34 Connector_PinSocket_1.00mm PinSocket_2x18_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x18 1.00mm double row 0 36 36 Connector_PinSocket_1.00mm PinSocket_2x19_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x19 1.00mm double row 0 38 38 Connector_PinSocket_1.00mm PinSocket_2x20_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x20 1.00mm double row 0 40 40 Connector_PinSocket_1.00mm PinSocket_2x21_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x21 1.00mm double row 0 42 42 Connector_PinSocket_1.00mm PinSocket_2x22_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x22 1.00mm double row 0 44 44 Connector_PinSocket_1.00mm PinSocket_2x23_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x23 1.00mm double row 0 46 46 Connector_PinSocket_1.00mm PinSocket_2x24_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x24 1.00mm double row 0 48 48 Connector_PinSocket_1.00mm PinSocket_2x25_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x25 1.00mm double row 0 50 50 Connector_PinSocket_1.00mm PinSocket_2x26_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x26 1.00mm double row 0 52 52 Connector_PinSocket_1.00mm PinSocket_2x27_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x27 1.00mm double row 0 54 54 Connector_PinSocket_1.00mm PinSocket_2x28_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x28 1.00mm double row 0 56 56 Connector_PinSocket_1.00mm PinSocket_2x29_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x29 1.00mm double row 0 58 58 Connector_PinSocket_1.00mm PinSocket_2x30_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x30 1.00mm double row 0 60 60 Connector_PinSocket_1.00mm PinSocket_2x31_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x31 1.00mm double row 0 62 62 Connector_PinSocket_1.00mm PinSocket_2x32_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x32 1.00mm double row 0 64 64 Connector_PinSocket_1.00mm PinSocket_2x33_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x33 1.00mm double row 0 66 66 Connector_PinSocket_1.00mm PinSocket_2x34_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x34 1.00mm double row 0 68 68 Connector_PinSocket_1.00mm PinSocket_2x35_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x35 1.00mm double row 0 70 70 Connector_PinSocket_1.00mm PinSocket_2x36_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x36 1.00mm double row 0 72 72 Connector_PinSocket_1.00mm PinSocket_2x37_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x37 1.00mm double row 0 74 74 Connector_PinSocket_1.00mm PinSocket_2x38_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x38 1.00mm double row 0 76 76 Connector_PinSocket_1.00mm PinSocket_2x39_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x39 1.00mm double row 0 78 78 Connector_PinSocket_1.00mm PinSocket_2x40_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x40 1.00mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_1x01_P1.27mm_Vertical Through hole straight socket strip, 1x01, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x01 1.27mm single row 0 1 1 Connector_PinSocket_1.27mm PinSocket_1x02_P1.27mm_Vertical Through hole straight socket strip, 1x02, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x02 1.27mm single row 0 2 2 Connector_PinSocket_1.27mm PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x02 1.27mm single row style1 pin1 left 0 2 2 Connector_PinSocket_1.27mm PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x02 1.27mm single row style2 pin1 right 0 2 2 Connector_PinSocket_1.27mm PinSocket_1x03_P1.27mm_Vertical Through hole straight socket strip, 1x03, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x03 1.27mm single row 0 3 3 Connector_PinSocket_1.27mm PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x03 1.27mm single row style1 pin1 left 0 3 3 Connector_PinSocket_1.27mm PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x03 1.27mm single row style2 pin1 right 0 3 3 Connector_PinSocket_1.27mm PinSocket_1x04_P1.27mm_Vertical Through hole straight socket strip, 1x04, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x04 1.27mm single row 0 4 4 Connector_PinSocket_1.27mm PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x04 1.27mm single row style1 pin1 left 0 4 4 Connector_PinSocket_1.27mm PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x04 1.27mm single row style2 pin1 right 0 4 4 Connector_PinSocket_1.27mm PinSocket_1x05_P1.27mm_Vertical Through hole straight socket strip, 1x05, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x05 1.27mm single row 0 5 5 Connector_PinSocket_1.27mm PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x05 1.27mm single row style1 pin1 left 0 5 5 Connector_PinSocket_1.27mm PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x05 1.27mm single row style2 pin1 right 0 5 5 Connector_PinSocket_1.27mm PinSocket_1x06_P1.27mm_Vertical Through hole straight socket strip, 1x06, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x06 1.27mm single row 0 6 6 Connector_PinSocket_1.27mm PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x06 1.27mm single row style1 pin1 left 0 6 6 Connector_PinSocket_1.27mm PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x06 1.27mm single row style2 pin1 right 0 6 6 Connector_PinSocket_1.27mm PinSocket_1x07_P1.27mm_Vertical Through hole straight socket strip, 1x07, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x07 1.27mm single row 0 7 7 Connector_PinSocket_1.27mm PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x07 1.27mm single row style1 pin1 left 0 7 7 Connector_PinSocket_1.27mm PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x07 1.27mm single row style2 pin1 right 0 7 7 Connector_PinSocket_1.27mm PinSocket_1x08_P1.27mm_Vertical Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x08 1.27mm single row 0 8 8 Connector_PinSocket_1.27mm PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x08 1.27mm single row style1 pin1 left 0 8 8 Connector_PinSocket_1.27mm PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x08 1.27mm single row style2 pin1 right 0 8 8 Connector_PinSocket_1.27mm PinSocket_1x09_P1.27mm_Vertical Through hole straight socket strip, 1x09, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x09 1.27mm single row 0 9 9 Connector_PinSocket_1.27mm PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x09 1.27mm single row style1 pin1 left 0 9 9 Connector_PinSocket_1.27mm PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x09 1.27mm single row style2 pin1 right 0 9 9 Connector_PinSocket_1.27mm PinSocket_1x10_P1.27mm_Vertical Through hole straight socket strip, 1x10, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x10 1.27mm single row 0 10 10 Connector_PinSocket_1.27mm PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x10 1.27mm single row style1 pin1 left 0 10 10 Connector_PinSocket_1.27mm PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x10 1.27mm single row style2 pin1 right 0 10 10 Connector_PinSocket_1.27mm PinSocket_1x11_P1.27mm_Vertical Through hole straight socket strip, 1x11, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x11 1.27mm single row 0 11 11 Connector_PinSocket_1.27mm PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x11 1.27mm single row style1 pin1 left 0 11 11 Connector_PinSocket_1.27mm PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x11 1.27mm single row style2 pin1 right 0 11 11 Connector_PinSocket_1.27mm PinSocket_1x12_P1.27mm_Vertical Through hole straight socket strip, 1x12, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x12 1.27mm single row 0 12 12 Connector_PinSocket_1.27mm PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x12 1.27mm single row style1 pin1 left 0 12 12 Connector_PinSocket_1.27mm PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x12 1.27mm single row style2 pin1 right 0 12 12 Connector_PinSocket_1.27mm PinSocket_1x13_P1.27mm_Vertical Through hole straight socket strip, 1x13, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x13 1.27mm single row 0 13 13 Connector_PinSocket_1.27mm PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x13 1.27mm single row style1 pin1 left 0 13 13 Connector_PinSocket_1.27mm PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x13 1.27mm single row style2 pin1 right 0 13 13 Connector_PinSocket_1.27mm PinSocket_1x14_P1.27mm_Vertical Through hole straight socket strip, 1x14, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x14 1.27mm single row 0 14 14 Connector_PinSocket_1.27mm PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x14 1.27mm single row style1 pin1 left 0 14 14 Connector_PinSocket_1.27mm PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x14 1.27mm single row style2 pin1 right 0 14 14 Connector_PinSocket_1.27mm PinSocket_1x15_P1.27mm_Vertical Through hole straight socket strip, 1x15, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x15 1.27mm single row 0 15 15 Connector_PinSocket_1.27mm PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x15 1.27mm single row style1 pin1 left 0 15 15 Connector_PinSocket_1.27mm PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x15 1.27mm single row style2 pin1 right 0 15 15 Connector_PinSocket_1.27mm PinSocket_1x16_P1.27mm_Vertical Through hole straight socket strip, 1x16, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x16 1.27mm single row 0 16 16 Connector_PinSocket_1.27mm PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x16 1.27mm single row style1 pin1 left 0 16 16 Connector_PinSocket_1.27mm PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x16 1.27mm single row style2 pin1 right 0 16 16 Connector_PinSocket_1.27mm PinSocket_1x17_P1.27mm_Vertical Through hole straight socket strip, 1x17, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x17 1.27mm single row 0 17 17 Connector_PinSocket_1.27mm PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x17 1.27mm single row style1 pin1 left 0 17 17 Connector_PinSocket_1.27mm PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x17 1.27mm single row style2 pin1 right 0 17 17 Connector_PinSocket_1.27mm PinSocket_1x18_P1.27mm_Vertical Through hole straight socket strip, 1x18, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x18 1.27mm single row 0 18 18 Connector_PinSocket_1.27mm PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x18 1.27mm single row style1 pin1 left 0 18 18 Connector_PinSocket_1.27mm PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x18 1.27mm single row style2 pin1 right 0 18 18 Connector_PinSocket_1.27mm PinSocket_1x19_P1.27mm_Vertical Through hole straight socket strip, 1x19, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x19 1.27mm single row 0 19 19 Connector_PinSocket_1.27mm PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x19 1.27mm single row style1 pin1 left 0 19 19 Connector_PinSocket_1.27mm PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x19 1.27mm single row style2 pin1 right 0 19 19 Connector_PinSocket_1.27mm PinSocket_1x20_P1.27mm_Vertical Through hole straight socket strip, 1x20, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x20 1.27mm single row 0 20 20 Connector_PinSocket_1.27mm PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x20 1.27mm single row style1 pin1 left 0 20 20 Connector_PinSocket_1.27mm PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x20 1.27mm single row style2 pin1 right 0 20 20 Connector_PinSocket_1.27mm PinSocket_1x21_P1.27mm_Vertical Through hole straight socket strip, 1x21, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x21 1.27mm single row 0 21 21 Connector_PinSocket_1.27mm PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x21 1.27mm single row style1 pin1 left 0 21 21 Connector_PinSocket_1.27mm PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x21 1.27mm single row style2 pin1 right 0 21 21 Connector_PinSocket_1.27mm PinSocket_1x22_P1.27mm_Vertical Through hole straight socket strip, 1x22, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x22 1.27mm single row 0 22 22 Connector_PinSocket_1.27mm PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x22 1.27mm single row style1 pin1 left 0 22 22 Connector_PinSocket_1.27mm PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x22 1.27mm single row style2 pin1 right 0 22 22 Connector_PinSocket_1.27mm PinSocket_1x23_P1.27mm_Vertical Through hole straight socket strip, 1x23, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x23 1.27mm single row 0 23 23 Connector_PinSocket_1.27mm PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x23 1.27mm single row style1 pin1 left 0 23 23 Connector_PinSocket_1.27mm PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x23 1.27mm single row style2 pin1 right 0 23 23 Connector_PinSocket_1.27mm PinSocket_1x24_P1.27mm_Vertical Through hole straight socket strip, 1x24, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x24 1.27mm single row 0 24 24 Connector_PinSocket_1.27mm PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x24 1.27mm single row style1 pin1 left 0 24 24 Connector_PinSocket_1.27mm PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x24 1.27mm single row style2 pin1 right 0 24 24 Connector_PinSocket_1.27mm PinSocket_1x25_P1.27mm_Vertical Through hole straight socket strip, 1x25, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x25 1.27mm single row 0 25 25 Connector_PinSocket_1.27mm PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x25 1.27mm single row style1 pin1 left 0 25 25 Connector_PinSocket_1.27mm PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x25 1.27mm single row style2 pin1 right 0 25 25 Connector_PinSocket_1.27mm PinSocket_1x26_P1.27mm_Vertical Through hole straight socket strip, 1x26, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x26 1.27mm single row 0 26 26 Connector_PinSocket_1.27mm PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x26 1.27mm single row style1 pin1 left 0 26 26 Connector_PinSocket_1.27mm PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x26 1.27mm single row style2 pin1 right 0 26 26 Connector_PinSocket_1.27mm PinSocket_1x27_P1.27mm_Vertical Through hole straight socket strip, 1x27, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x27 1.27mm single row 0 27 27 Connector_PinSocket_1.27mm PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x27 1.27mm single row style1 pin1 left 0 27 27 Connector_PinSocket_1.27mm PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x27 1.27mm single row style2 pin1 right 0 27 27 Connector_PinSocket_1.27mm PinSocket_1x28_P1.27mm_Vertical Through hole straight socket strip, 1x28, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x28 1.27mm single row 0 28 28 Connector_PinSocket_1.27mm PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x28 1.27mm single row style1 pin1 left 0 28 28 Connector_PinSocket_1.27mm PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x28 1.27mm single row style2 pin1 right 0 28 28 Connector_PinSocket_1.27mm PinSocket_1x29_P1.27mm_Vertical Through hole straight socket strip, 1x29, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x29 1.27mm single row 0 29 29 Connector_PinSocket_1.27mm PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x29 1.27mm single row style1 pin1 left 0 29 29 Connector_PinSocket_1.27mm PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x29 1.27mm single row style2 pin1 right 0 29 29 Connector_PinSocket_1.27mm PinSocket_1x30_P1.27mm_Vertical Through hole straight socket strip, 1x30, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x30 1.27mm single row 0 30 30 Connector_PinSocket_1.27mm PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x30 1.27mm single row style1 pin1 left 0 30 30 Connector_PinSocket_1.27mm PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x30 1.27mm single row style2 pin1 right 0 30 30 Connector_PinSocket_1.27mm PinSocket_1x31_P1.27mm_Vertical Through hole straight socket strip, 1x31, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x31 1.27mm single row 0 31 31 Connector_PinSocket_1.27mm PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x31 1.27mm single row style1 pin1 left 0 31 31 Connector_PinSocket_1.27mm PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x31 1.27mm single row style2 pin1 right 0 31 31 Connector_PinSocket_1.27mm PinSocket_1x32_P1.27mm_Vertical Through hole straight socket strip, 1x32, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x32 1.27mm single row 0 32 32 Connector_PinSocket_1.27mm PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x32 1.27mm single row style1 pin1 left 0 32 32 Connector_PinSocket_1.27mm PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x32 1.27mm single row style2 pin1 right 0 32 32 Connector_PinSocket_1.27mm PinSocket_1x33_P1.27mm_Vertical Through hole straight socket strip, 1x33, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x33 1.27mm single row 0 33 33 Connector_PinSocket_1.27mm PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x33 1.27mm single row style1 pin1 left 0 33 33 Connector_PinSocket_1.27mm PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x33 1.27mm single row style2 pin1 right 0 33 33 Connector_PinSocket_1.27mm PinSocket_1x34_P1.27mm_Vertical Through hole straight socket strip, 1x34, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x34 1.27mm single row 0 34 34 Connector_PinSocket_1.27mm PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x34 1.27mm single row style1 pin1 left 0 34 34 Connector_PinSocket_1.27mm PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x34 1.27mm single row style2 pin1 right 0 34 34 Connector_PinSocket_1.27mm PinSocket_1x35_P1.27mm_Vertical Through hole straight socket strip, 1x35, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x35 1.27mm single row 0 35 35 Connector_PinSocket_1.27mm PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x35 1.27mm single row style1 pin1 left 0 35 35 Connector_PinSocket_1.27mm PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x35 1.27mm single row style2 pin1 right 0 35 35 Connector_PinSocket_1.27mm PinSocket_1x36_P1.27mm_Vertical Through hole straight socket strip, 1x36, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x36 1.27mm single row 0 36 36 Connector_PinSocket_1.27mm PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x36 1.27mm single row style1 pin1 left 0 36 36 Connector_PinSocket_1.27mm PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x36 1.27mm single row style2 pin1 right 0 36 36 Connector_PinSocket_1.27mm PinSocket_1x37_P1.27mm_Vertical Through hole straight socket strip, 1x37, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x37 1.27mm single row 0 37 37 Connector_PinSocket_1.27mm PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x37 1.27mm single row style1 pin1 left 0 37 37 Connector_PinSocket_1.27mm PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x37 1.27mm single row style2 pin1 right 0 37 37 Connector_PinSocket_1.27mm PinSocket_1x38_P1.27mm_Vertical Through hole straight socket strip, 1x38, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x38 1.27mm single row 0 38 38 Connector_PinSocket_1.27mm PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x38 1.27mm single row style1 pin1 left 0 38 38 Connector_PinSocket_1.27mm PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x38 1.27mm single row style2 pin1 right 0 38 38 Connector_PinSocket_1.27mm PinSocket_1x39_P1.27mm_Vertical Through hole straight socket strip, 1x39, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x39 1.27mm single row 0 39 39 Connector_PinSocket_1.27mm PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x39 1.27mm single row style1 pin1 left 0 39 39 Connector_PinSocket_1.27mm PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x39 1.27mm single row style2 pin1 right 0 39 39 Connector_PinSocket_1.27mm PinSocket_1x40_P1.27mm_Vertical Through hole straight socket strip, 1x40, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x40 1.27mm single row 0 40 40 Connector_PinSocket_1.27mm PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x40 1.27mm single row style1 pin1 left 0 40 40 Connector_PinSocket_1.27mm PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x40 1.27mm single row style2 pin1 right 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x01_P1.27mm_Vertical Through hole straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x01 1.27mm double row 0 2 2 Connector_PinSocket_1.27mm PinSocket_2x01_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x01 1.27mm double row 0 2 2 Connector_PinSocket_1.27mm PinSocket_2x02_P1.27mm_Vertical Through hole straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x02 1.27mm double row 0 4 4 Connector_PinSocket_1.27mm PinSocket_2x02_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x02 1.27mm double row 0 4 4 Connector_PinSocket_1.27mm PinSocket_2x03_P1.27mm_Horizontal Through hole angled socket strip, 2x03, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x03 1.27mm double row 0 6 6 Connector_PinSocket_1.27mm PinSocket_2x03_P1.27mm_Vertical Through hole straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x03 1.27mm double row 0 6 6 Connector_PinSocket_1.27mm PinSocket_2x03_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x03 1.27mm double row 0 6 6 Connector_PinSocket_1.27mm PinSocket_2x04_P1.27mm_Horizontal Through hole angled socket strip, 2x04, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x04 1.27mm double row 0 8 8 Connector_PinSocket_1.27mm PinSocket_2x04_P1.27mm_Vertical Through hole straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x04 1.27mm double row 0 8 8 Connector_PinSocket_1.27mm PinSocket_2x04_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x04 1.27mm double row 0 8 8 Connector_PinSocket_1.27mm PinSocket_2x05_P1.27mm_Horizontal Through hole angled socket strip, 2x05, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x05 1.27mm double row 0 10 10 Connector_PinSocket_1.27mm PinSocket_2x05_P1.27mm_Vertical Through hole straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x05 1.27mm double row 0 10 10 Connector_PinSocket_1.27mm PinSocket_2x05_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x05 1.27mm double row 0 10 10 Connector_PinSocket_1.27mm PinSocket_2x06_P1.27mm_Horizontal Through hole angled socket strip, 2x06, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x06 1.27mm double row 0 12 12 Connector_PinSocket_1.27mm PinSocket_2x06_P1.27mm_Vertical Through hole straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x06 1.27mm double row 0 12 12 Connector_PinSocket_1.27mm PinSocket_2x06_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x06 1.27mm double row 0 12 12 Connector_PinSocket_1.27mm PinSocket_2x07_P1.27mm_Horizontal Through hole angled socket strip, 2x07, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x07 1.27mm double row 0 14 14 Connector_PinSocket_1.27mm PinSocket_2x07_P1.27mm_Vertical Through hole straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x07 1.27mm double row 0 14 14 Connector_PinSocket_1.27mm PinSocket_2x07_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x07 1.27mm double row 0 14 14 Connector_PinSocket_1.27mm PinSocket_2x08_P1.27mm_Horizontal Through hole angled socket strip, 2x08, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x08 1.27mm double row 0 16 16 Connector_PinSocket_1.27mm PinSocket_2x08_P1.27mm_Vertical Through hole straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x08 1.27mm double row 0 16 16 Connector_PinSocket_1.27mm PinSocket_2x08_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x08 1.27mm double row 0 16 16 Connector_PinSocket_1.27mm PinSocket_2x09_P1.27mm_Horizontal Through hole angled socket strip, 2x09, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x09 1.27mm double row 0 18 18 Connector_PinSocket_1.27mm PinSocket_2x09_P1.27mm_Vertical Through hole straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x09 1.27mm double row 0 18 18 Connector_PinSocket_1.27mm PinSocket_2x09_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x09 1.27mm double row 0 18 18 Connector_PinSocket_1.27mm PinSocket_2x10_P1.27mm_Horizontal Through hole angled socket strip, 2x10, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x10 1.27mm double row 0 20 20 Connector_PinSocket_1.27mm PinSocket_2x10_P1.27mm_Vertical Through hole straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x10 1.27mm double row 0 20 20 Connector_PinSocket_1.27mm PinSocket_2x10_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x10 1.27mm double row 0 20 20 Connector_PinSocket_1.27mm PinSocket_2x11_P1.27mm_Horizontal Through hole angled socket strip, 2x11, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x11 1.27mm double row 0 22 22 Connector_PinSocket_1.27mm PinSocket_2x11_P1.27mm_Vertical Through hole straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x11 1.27mm double row 0 22 22 Connector_PinSocket_1.27mm PinSocket_2x11_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x11 1.27mm double row 0 22 22 Connector_PinSocket_1.27mm PinSocket_2x12_P1.27mm_Horizontal Through hole angled socket strip, 2x12, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x12 1.27mm double row 0 24 24 Connector_PinSocket_1.27mm PinSocket_2x12_P1.27mm_Vertical Through hole straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x12 1.27mm double row 0 24 24 Connector_PinSocket_1.27mm PinSocket_2x12_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x12 1.27mm double row 0 24 24 Connector_PinSocket_1.27mm PinSocket_2x13_P1.27mm_Horizontal Through hole angled socket strip, 2x13, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x13 1.27mm double row 0 26 26 Connector_PinSocket_1.27mm PinSocket_2x13_P1.27mm_Vertical Through hole straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x13 1.27mm double row 0 26 26 Connector_PinSocket_1.27mm PinSocket_2x13_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x13 1.27mm double row 0 26 26 Connector_PinSocket_1.27mm PinSocket_2x14_P1.27mm_Horizontal Through hole angled socket strip, 2x14, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x14 1.27mm double row 0 28 28 Connector_PinSocket_1.27mm PinSocket_2x14_P1.27mm_Vertical Through hole straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x14 1.27mm double row 0 28 28 Connector_PinSocket_1.27mm PinSocket_2x14_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x14 1.27mm double row 0 28 28 Connector_PinSocket_1.27mm PinSocket_2x15_P1.27mm_Horizontal Through hole angled socket strip, 2x15, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x15 1.27mm double row 0 30 30 Connector_PinSocket_1.27mm PinSocket_2x15_P1.27mm_Vertical Through hole straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x15 1.27mm double row 0 30 30 Connector_PinSocket_1.27mm PinSocket_2x15_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x15 1.27mm double row 0 30 30 Connector_PinSocket_1.27mm PinSocket_2x16_P1.27mm_Horizontal Through hole angled socket strip, 2x16, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x16 1.27mm double row 0 32 32 Connector_PinSocket_1.27mm PinSocket_2x16_P1.27mm_Vertical Through hole straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x16 1.27mm double row 0 32 32 Connector_PinSocket_1.27mm PinSocket_2x16_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x16 1.27mm double row 0 32 32 Connector_PinSocket_1.27mm PinSocket_2x17_P1.27mm_Horizontal Through hole angled socket strip, 2x17, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x17 1.27mm double row 0 34 34 Connector_PinSocket_1.27mm PinSocket_2x17_P1.27mm_Vertical Through hole straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x17 1.27mm double row 0 34 34 Connector_PinSocket_1.27mm PinSocket_2x17_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x17 1.27mm double row 0 34 34 Connector_PinSocket_1.27mm PinSocket_2x18_P1.27mm_Horizontal Through hole angled socket strip, 2x18, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x18 1.27mm double row 0 36 36 Connector_PinSocket_1.27mm PinSocket_2x18_P1.27mm_Vertical Through hole straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x18 1.27mm double row 0 36 36 Connector_PinSocket_1.27mm PinSocket_2x18_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x18 1.27mm double row 0 36 36 Connector_PinSocket_1.27mm PinSocket_2x19_P1.27mm_Horizontal Through hole angled socket strip, 2x19, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x19 1.27mm double row 0 38 38 Connector_PinSocket_1.27mm PinSocket_2x19_P1.27mm_Vertical Through hole straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x19 1.27mm double row 0 38 38 Connector_PinSocket_1.27mm PinSocket_2x19_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x19 1.27mm double row 0 38 38 Connector_PinSocket_1.27mm PinSocket_2x20_P1.27mm_Horizontal Through hole angled socket strip, 2x20, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x20 1.27mm double row 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x20_P1.27mm_Vertical Through hole straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x20 1.27mm double row 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x20_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x20 1.27mm double row 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x21_P1.27mm_Horizontal Through hole angled socket strip, 2x21, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x21 1.27mm double row 0 42 42 Connector_PinSocket_1.27mm PinSocket_2x21_P1.27mm_Vertical Through hole straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x21 1.27mm double row 0 42 42 Connector_PinSocket_1.27mm PinSocket_2x21_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x21 1.27mm double row 0 42 42 Connector_PinSocket_1.27mm PinSocket_2x22_P1.27mm_Horizontal Through hole angled socket strip, 2x22, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x22 1.27mm double row 0 44 44 Connector_PinSocket_1.27mm PinSocket_2x22_P1.27mm_Vertical Through hole straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x22 1.27mm double row 0 44 44 Connector_PinSocket_1.27mm PinSocket_2x22_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x22 1.27mm double row 0 44 44 Connector_PinSocket_1.27mm PinSocket_2x23_P1.27mm_Horizontal Through hole angled socket strip, 2x23, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x23 1.27mm double row 0 46 46 Connector_PinSocket_1.27mm PinSocket_2x23_P1.27mm_Vertical Through hole straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x23 1.27mm double row 0 46 46 Connector_PinSocket_1.27mm PinSocket_2x23_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x23 1.27mm double row 0 46 46 Connector_PinSocket_1.27mm PinSocket_2x24_P1.27mm_Horizontal Through hole angled socket strip, 2x24, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x24 1.27mm double row 0 48 48 Connector_PinSocket_1.27mm PinSocket_2x24_P1.27mm_Vertical Through hole straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x24 1.27mm double row 0 48 48 Connector_PinSocket_1.27mm PinSocket_2x24_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x24 1.27mm double row 0 48 48 Connector_PinSocket_1.27mm PinSocket_2x25_P1.27mm_Horizontal Through hole angled socket strip, 2x25, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x25 1.27mm double row 0 50 50 Connector_PinSocket_1.27mm PinSocket_2x25_P1.27mm_Vertical Through hole straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x25 1.27mm double row 0 50 50 Connector_PinSocket_1.27mm PinSocket_2x25_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x25 1.27mm double row 0 50 50 Connector_PinSocket_1.27mm PinSocket_2x26_P1.27mm_Horizontal Through hole angled socket strip, 2x26, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x26 1.27mm double row 0 52 52 Connector_PinSocket_1.27mm PinSocket_2x26_P1.27mm_Vertical Through hole straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x26 1.27mm double row 0 52 52 Connector_PinSocket_1.27mm PinSocket_2x26_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x26 1.27mm double row 0 52 52 Connector_PinSocket_1.27mm PinSocket_2x27_P1.27mm_Horizontal Through hole angled socket strip, 2x27, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x27 1.27mm double row 0 54 54 Connector_PinSocket_1.27mm PinSocket_2x27_P1.27mm_Vertical Through hole straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x27 1.27mm double row 0 54 54 Connector_PinSocket_1.27mm PinSocket_2x27_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x27 1.27mm double row 0 54 54 Connector_PinSocket_1.27mm PinSocket_2x28_P1.27mm_Horizontal Through hole angled socket strip, 2x28, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x28 1.27mm double row 0 56 56 Connector_PinSocket_1.27mm PinSocket_2x28_P1.27mm_Vertical Through hole straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x28 1.27mm double row 0 56 56 Connector_PinSocket_1.27mm PinSocket_2x28_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x28 1.27mm double row 0 56 56 Connector_PinSocket_1.27mm PinSocket_2x29_P1.27mm_Horizontal Through hole angled socket strip, 2x29, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x29 1.27mm double row 0 58 58 Connector_PinSocket_1.27mm PinSocket_2x29_P1.27mm_Vertical Through hole straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x29 1.27mm double row 0 58 58 Connector_PinSocket_1.27mm PinSocket_2x29_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x29 1.27mm double row 0 58 58 Connector_PinSocket_1.27mm PinSocket_2x30_P1.27mm_Horizontal Through hole angled socket strip, 2x30, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x30 1.27mm double row 0 60 60 Connector_PinSocket_1.27mm PinSocket_2x30_P1.27mm_Vertical Through hole straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x30 1.27mm double row 0 60 60 Connector_PinSocket_1.27mm PinSocket_2x30_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x30 1.27mm double row 0 60 60 Connector_PinSocket_1.27mm PinSocket_2x31_P1.27mm_Horizontal Through hole angled socket strip, 2x31, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x31 1.27mm double row 0 62 62 Connector_PinSocket_1.27mm PinSocket_2x31_P1.27mm_Vertical Through hole straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x31 1.27mm double row 0 62 62 Connector_PinSocket_1.27mm PinSocket_2x31_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x31 1.27mm double row 0 62 62 Connector_PinSocket_1.27mm PinSocket_2x32_P1.27mm_Horizontal Through hole angled socket strip, 2x32, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x32 1.27mm double row 0 64 64 Connector_PinSocket_1.27mm PinSocket_2x32_P1.27mm_Vertical Through hole straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x32 1.27mm double row 0 64 64 Connector_PinSocket_1.27mm PinSocket_2x32_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x32 1.27mm double row 0 64 64 Connector_PinSocket_1.27mm PinSocket_2x33_P1.27mm_Horizontal Through hole angled socket strip, 2x33, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x33 1.27mm double row 0 66 66 Connector_PinSocket_1.27mm PinSocket_2x33_P1.27mm_Vertical Through hole straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x33 1.27mm double row 0 66 66 Connector_PinSocket_1.27mm PinSocket_2x33_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x33 1.27mm double row 0 66 66 Connector_PinSocket_1.27mm PinSocket_2x34_P1.27mm_Horizontal Through hole angled socket strip, 2x34, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x34 1.27mm double row 0 68 68 Connector_PinSocket_1.27mm PinSocket_2x34_P1.27mm_Vertical Through hole straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x34 1.27mm double row 0 68 68 Connector_PinSocket_1.27mm PinSocket_2x34_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x34 1.27mm double row 0 68 68 Connector_PinSocket_1.27mm PinSocket_2x35_P1.27mm_Horizontal Through hole angled socket strip, 2x35, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x35 1.27mm double row 0 70 70 Connector_PinSocket_1.27mm PinSocket_2x35_P1.27mm_Vertical Through hole straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x35 1.27mm double row 0 70 70 Connector_PinSocket_1.27mm PinSocket_2x35_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x35 1.27mm double row 0 70 70 Connector_PinSocket_1.27mm PinSocket_2x36_P1.27mm_Horizontal Through hole angled socket strip, 2x36, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x36 1.27mm double row 0 72 72 Connector_PinSocket_1.27mm PinSocket_2x36_P1.27mm_Vertical Through hole straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x36 1.27mm double row 0 72 72 Connector_PinSocket_1.27mm PinSocket_2x36_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x36 1.27mm double row 0 72 72 Connector_PinSocket_1.27mm PinSocket_2x37_P1.27mm_Horizontal Through hole angled socket strip, 2x37, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x37 1.27mm double row 0 74 74 Connector_PinSocket_1.27mm PinSocket_2x37_P1.27mm_Vertical Through hole straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x37 1.27mm double row 0 74 74 Connector_PinSocket_1.27mm PinSocket_2x37_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x37 1.27mm double row 0 74 74 Connector_PinSocket_1.27mm PinSocket_2x38_P1.27mm_Horizontal Through hole angled socket strip, 2x38, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x38 1.27mm double row 0 76 76 Connector_PinSocket_1.27mm PinSocket_2x38_P1.27mm_Vertical Through hole straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x38 1.27mm double row 0 76 76 Connector_PinSocket_1.27mm PinSocket_2x38_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x38 1.27mm double row 0 76 76 Connector_PinSocket_1.27mm PinSocket_2x39_P1.27mm_Horizontal Through hole angled socket strip, 2x39, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x39 1.27mm double row 0 78 78 Connector_PinSocket_1.27mm PinSocket_2x39_P1.27mm_Vertical Through hole straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x39 1.27mm double row 0 78 78 Connector_PinSocket_1.27mm PinSocket_2x39_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x39 1.27mm double row 0 78 78 Connector_PinSocket_1.27mm PinSocket_2x40_P1.27mm_Horizontal Through hole angled socket strip, 2x40, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x40 1.27mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_2x40_P1.27mm_Vertical Through hole straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x40 1.27mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_2x40_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x40 1.27mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_2x41_P1.27mm_Horizontal Through hole angled socket strip, 2x41, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x41 1.27mm double row 0 82 82 Connector_PinSocket_1.27mm PinSocket_2x42_P1.27mm_Horizontal Through hole angled socket strip, 2x42, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x42 1.27mm double row 0 84 84 Connector_PinSocket_1.27mm PinSocket_2x43_P1.27mm_Horizontal Through hole angled socket strip, 2x43, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x43 1.27mm double row 0 86 86 Connector_PinSocket_1.27mm PinSocket_2x44_P1.27mm_Horizontal Through hole angled socket strip, 2x44, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x44 1.27mm double row 0 88 88 Connector_PinSocket_1.27mm PinSocket_2x45_P1.27mm_Horizontal Through hole angled socket strip, 2x45, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x45 1.27mm double row 0 90 90 Connector_PinSocket_1.27mm PinSocket_2x46_P1.27mm_Horizontal Through hole angled socket strip, 2x46, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x46 1.27mm double row 0 92 92 Connector_PinSocket_1.27mm PinSocket_2x47_P1.27mm_Horizontal Through hole angled socket strip, 2x47, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x47 1.27mm double row 0 94 94 Connector_PinSocket_1.27mm PinSocket_2x48_P1.27mm_Horizontal Through hole angled socket strip, 2x48, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x48 1.27mm double row 0 96 96 Connector_PinSocket_1.27mm PinSocket_2x49_P1.27mm_Horizontal Through hole angled socket strip, 2x49, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x49 1.27mm double row 0 98 98 Connector_PinSocket_1.27mm PinSocket_2x50_P1.27mm_Horizontal Through hole angled socket strip, 2x50, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x50 1.27mm double row 0 100 100 Connector_PinSocket_2.00mm PinSocket_1x01_P2.00mm_Horizontal Through hole angled socket strip, 1x01, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x01 2.00mm single row 0 1 1 Connector_PinSocket_2.00mm PinSocket_1x01_P2.00mm_Vertical Through hole straight socket strip, 1x01, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x01 2.00mm single row 0 1 1 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Horizontal Through hole angled socket strip, 1x02, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x02 2.00mm single row 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Vertical Through hole straight socket strip, 1x02, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x02 2.00mm single row 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x02 2.00mm single row style1 pin1 left 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x02 2.00mm single row style2 pin1 right 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Horizontal Through hole angled socket strip, 1x03, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x03 2.00mm single row 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Vertical Through hole straight socket strip, 1x03, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x03 2.00mm single row 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x03 2.00mm single row style1 pin1 left 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x03 2.00mm single row style2 pin1 right 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Horizontal Through hole angled socket strip, 1x04, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x04 2.00mm single row 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Vertical Through hole straight socket strip, 1x04, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x04 2.00mm single row 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x04 2.00mm single row style1 pin1 left 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x04 2.00mm single row style2 pin1 right 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Horizontal Through hole angled socket strip, 1x05, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x05 2.00mm single row 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Vertical Through hole straight socket strip, 1x05, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x05 2.00mm single row 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x05 2.00mm single row style1 pin1 left 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x05 2.00mm single row style2 pin1 right 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Horizontal Through hole angled socket strip, 1x06, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x06 2.00mm single row 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Vertical Through hole straight socket strip, 1x06, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x06 2.00mm single row 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x06 2.00mm single row style1 pin1 left 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x06 2.00mm single row style2 pin1 right 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Horizontal Through hole angled socket strip, 1x07, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x07 2.00mm single row 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Vertical Through hole straight socket strip, 1x07, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x07 2.00mm single row 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x07 2.00mm single row style1 pin1 left 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x07 2.00mm single row style2 pin1 right 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Horizontal Through hole angled socket strip, 1x08, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x08 2.00mm single row 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Vertical Through hole straight socket strip, 1x08, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x08 2.00mm single row 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x08 2.00mm single row style1 pin1 left 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x08 2.00mm single row style2 pin1 right 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Horizontal Through hole angled socket strip, 1x09, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x09 2.00mm single row 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Vertical Through hole straight socket strip, 1x09, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x09 2.00mm single row 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x09 2.00mm single row style1 pin1 left 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x09 2.00mm single row style2 pin1 right 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Horizontal Through hole angled socket strip, 1x10, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x10 2.00mm single row 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Vertical Through hole straight socket strip, 1x10, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x10 2.00mm single row 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x10 2.00mm single row style1 pin1 left 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x10 2.00mm single row style2 pin1 right 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Horizontal Through hole angled socket strip, 1x11, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x11 2.00mm single row 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Vertical Through hole straight socket strip, 1x11, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x11 2.00mm single row 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x11 2.00mm single row style1 pin1 left 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x11 2.00mm single row style2 pin1 right 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Horizontal Through hole angled socket strip, 1x12, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x12 2.00mm single row 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Vertical Through hole straight socket strip, 1x12, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x12 2.00mm single row 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x12 2.00mm single row style1 pin1 left 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x12 2.00mm single row style2 pin1 right 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Horizontal Through hole angled socket strip, 1x13, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x13 2.00mm single row 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Vertical Through hole straight socket strip, 1x13, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x13 2.00mm single row 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x13 2.00mm single row style1 pin1 left 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x13 2.00mm single row style2 pin1 right 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Horizontal Through hole angled socket strip, 1x14, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x14 2.00mm single row 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Vertical Through hole straight socket strip, 1x14, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x14 2.00mm single row 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x14 2.00mm single row style1 pin1 left 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x14 2.00mm single row style2 pin1 right 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Horizontal Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x15 2.00mm single row 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Vertical Through hole straight socket strip, 1x15, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x15 2.00mm single row 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x15 2.00mm single row style1 pin1 left 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x15 2.00mm single row style2 pin1 right 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Horizontal Through hole angled socket strip, 1x16, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x16 2.00mm single row 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Vertical Through hole straight socket strip, 1x16, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x16 2.00mm single row 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x16 2.00mm single row style1 pin1 left 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x16 2.00mm single row style2 pin1 right 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Horizontal Through hole angled socket strip, 1x17, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x17 2.00mm single row 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Vertical Through hole straight socket strip, 1x17, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x17 2.00mm single row 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x17 2.00mm single row style1 pin1 left 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x17 2.00mm single row style2 pin1 right 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Horizontal Through hole angled socket strip, 1x18, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x18 2.00mm single row 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Vertical Through hole straight socket strip, 1x18, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x18 2.00mm single row 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x18 2.00mm single row style1 pin1 left 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x18 2.00mm single row style2 pin1 right 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Horizontal Through hole angled socket strip, 1x19, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x19 2.00mm single row 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Vertical Through hole straight socket strip, 1x19, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x19 2.00mm single row 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x19 2.00mm single row style1 pin1 left 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x19 2.00mm single row style2 pin1 right 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Horizontal Through hole angled socket strip, 1x20, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x20 2.00mm single row 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Vertical Through hole straight socket strip, 1x20, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x20 2.00mm single row 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x20 2.00mm single row style1 pin1 left 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x20 2.00mm single row style2 pin1 right 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Horizontal Through hole angled socket strip, 1x21, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x21 2.00mm single row 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Vertical Through hole straight socket strip, 1x21, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x21 2.00mm single row 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x21 2.00mm single row style1 pin1 left 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x21 2.00mm single row style2 pin1 right 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Horizontal Through hole angled socket strip, 1x22, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x22 2.00mm single row 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Vertical Through hole straight socket strip, 1x22, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x22 2.00mm single row 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x22 2.00mm single row style1 pin1 left 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x22 2.00mm single row style2 pin1 right 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Horizontal Through hole angled socket strip, 1x23, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x23 2.00mm single row 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Vertical Through hole straight socket strip, 1x23, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x23 2.00mm single row 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x23 2.00mm single row style1 pin1 left 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x23 2.00mm single row style2 pin1 right 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Horizontal Through hole angled socket strip, 1x24, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x24 2.00mm single row 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Vertical Through hole straight socket strip, 1x24, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x24 2.00mm single row 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x24 2.00mm single row style1 pin1 left 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x24 2.00mm single row style2 pin1 right 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Horizontal Through hole angled socket strip, 1x25, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x25 2.00mm single row 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Vertical Through hole straight socket strip, 1x25, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x25 2.00mm single row 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x25 2.00mm single row style1 pin1 left 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x25 2.00mm single row style2 pin1 right 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Horizontal Through hole angled socket strip, 1x26, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x26 2.00mm single row 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Vertical Through hole straight socket strip, 1x26, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x26 2.00mm single row 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x26 2.00mm single row style1 pin1 left 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x26 2.00mm single row style2 pin1 right 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Horizontal Through hole angled socket strip, 1x27, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x27 2.00mm single row 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Vertical Through hole straight socket strip, 1x27, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x27 2.00mm single row 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x27 2.00mm single row style1 pin1 left 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x27 2.00mm single row style2 pin1 right 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Horizontal Through hole angled socket strip, 1x28, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x28 2.00mm single row 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Vertical Through hole straight socket strip, 1x28, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x28 2.00mm single row 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x28 2.00mm single row style1 pin1 left 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x28 2.00mm single row style2 pin1 right 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Horizontal Through hole angled socket strip, 1x29, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x29 2.00mm single row 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Vertical Through hole straight socket strip, 1x29, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x29 2.00mm single row 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x29 2.00mm single row style1 pin1 left 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x29 2.00mm single row style2 pin1 right 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Horizontal Through hole angled socket strip, 1x30, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x30 2.00mm single row 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Vertical Through hole straight socket strip, 1x30, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x30 2.00mm single row 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x30 2.00mm single row style1 pin1 left 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x30 2.00mm single row style2 pin1 right 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Horizontal Through hole angled socket strip, 1x31, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x31 2.00mm single row 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Vertical Through hole straight socket strip, 1x31, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x31 2.00mm single row 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x31 2.00mm single row style1 pin1 left 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x31 2.00mm single row style2 pin1 right 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Horizontal Through hole angled socket strip, 1x32, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x32 2.00mm single row 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Vertical Through hole straight socket strip, 1x32, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x32 2.00mm single row 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x32 2.00mm single row style1 pin1 left 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x32 2.00mm single row style2 pin1 right 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Horizontal Through hole angled socket strip, 1x33, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x33 2.00mm single row 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Vertical Through hole straight socket strip, 1x33, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x33 2.00mm single row 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x33 2.00mm single row style1 pin1 left 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x33 2.00mm single row style2 pin1 right 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Horizontal Through hole angled socket strip, 1x34, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x34 2.00mm single row 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Vertical Through hole straight socket strip, 1x34, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x34 2.00mm single row 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x34 2.00mm single row style1 pin1 left 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x34 2.00mm single row style2 pin1 right 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Horizontal Through hole angled socket strip, 1x35, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x35 2.00mm single row 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Vertical Through hole straight socket strip, 1x35, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x35 2.00mm single row 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x35 2.00mm single row style1 pin1 left 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x35 2.00mm single row style2 pin1 right 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Horizontal Through hole angled socket strip, 1x36, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x36 2.00mm single row 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Vertical Through hole straight socket strip, 1x36, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x36 2.00mm single row 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x36 2.00mm single row style1 pin1 left 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x36 2.00mm single row style2 pin1 right 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Horizontal Through hole angled socket strip, 1x37, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x37 2.00mm single row 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Vertical Through hole straight socket strip, 1x37, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x37 2.00mm single row 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x37 2.00mm single row style1 pin1 left 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x37 2.00mm single row style2 pin1 right 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Horizontal Through hole angled socket strip, 1x38, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x38 2.00mm single row 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Vertical Through hole straight socket strip, 1x38, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x38 2.00mm single row 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x38 2.00mm single row style1 pin1 left 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x38 2.00mm single row style2 pin1 right 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Horizontal Through hole angled socket strip, 1x39, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x39 2.00mm single row 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Vertical Through hole straight socket strip, 1x39, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x39 2.00mm single row 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x39 2.00mm single row style1 pin1 left 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x39 2.00mm single row style2 pin1 right 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Horizontal Through hole angled socket strip, 1x40, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x40 2.00mm single row 0 40 40 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Vertical Through hole straight socket strip, 1x40, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x40 2.00mm single row 0 40 40 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x40 2.00mm single row style1 pin1 left 0 40 40 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x40 2.00mm single row style2 pin1 right 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x01_P2.00mm_Horizontal Through hole angled socket strip, 2x01, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x01 2.00mm double row 0 2 2 Connector_PinSocket_2.00mm PinSocket_2x01_P2.00mm_Vertical Through hole straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x01 2.00mm double row 0 2 2 Connector_PinSocket_2.00mm PinSocket_2x01_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x01 2.00mm double row 0 2 2 Connector_PinSocket_2.00mm PinSocket_2x02_P2.00mm_Horizontal Through hole angled socket strip, 2x02, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x02 2.00mm double row 0 4 4 Connector_PinSocket_2.00mm PinSocket_2x02_P2.00mm_Vertical Through hole straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x02 2.00mm double row 0 4 4 Connector_PinSocket_2.00mm PinSocket_2x02_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x02 2.00mm double row 0 4 4 Connector_PinSocket_2.00mm PinSocket_2x03_P2.00mm_Horizontal Through hole angled socket strip, 2x03, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x03 2.00mm double row 0 6 6 Connector_PinSocket_2.00mm PinSocket_2x03_P2.00mm_Vertical Through hole straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x03 2.00mm double row 0 6 6 Connector_PinSocket_2.00mm PinSocket_2x03_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x03 2.00mm double row 0 6 6 Connector_PinSocket_2.00mm PinSocket_2x04_P2.00mm_Horizontal Through hole angled socket strip, 2x04, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x04 2.00mm double row 0 8 8 Connector_PinSocket_2.00mm PinSocket_2x04_P2.00mm_Vertical Through hole straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x04 2.00mm double row 0 8 8 Connector_PinSocket_2.00mm PinSocket_2x04_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x04 2.00mm double row 0 8 8 Connector_PinSocket_2.00mm PinSocket_2x05_P2.00mm_Horizontal Through hole angled socket strip, 2x05, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x05 2.00mm double row 0 10 10 Connector_PinSocket_2.00mm PinSocket_2x05_P2.00mm_Vertical Through hole straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x05 2.00mm double row 0 10 10 Connector_PinSocket_2.00mm PinSocket_2x05_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x05 2.00mm double row 0 10 10 Connector_PinSocket_2.00mm PinSocket_2x06_P2.00mm_Horizontal Through hole angled socket strip, 2x06, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x06 2.00mm double row 0 12 12 Connector_PinSocket_2.00mm PinSocket_2x06_P2.00mm_Vertical Through hole straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x06 2.00mm double row 0 12 12 Connector_PinSocket_2.00mm PinSocket_2x06_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x06 2.00mm double row 0 12 12 Connector_PinSocket_2.00mm PinSocket_2x07_P2.00mm_Horizontal Through hole angled socket strip, 2x07, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x07 2.00mm double row 0 14 14 Connector_PinSocket_2.00mm PinSocket_2x07_P2.00mm_Vertical Through hole straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x07 2.00mm double row 0 14 14 Connector_PinSocket_2.00mm PinSocket_2x07_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x07 2.00mm double row 0 14 14 Connector_PinSocket_2.00mm PinSocket_2x08_P2.00mm_Horizontal Through hole angled socket strip, 2x08, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x08 2.00mm double row 0 16 16 Connector_PinSocket_2.00mm PinSocket_2x08_P2.00mm_Vertical Through hole straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x08 2.00mm double row 0 16 16 Connector_PinSocket_2.00mm PinSocket_2x08_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x08 2.00mm double row 0 16 16 Connector_PinSocket_2.00mm PinSocket_2x09_P2.00mm_Horizontal Through hole angled socket strip, 2x09, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x09 2.00mm double row 0 18 18 Connector_PinSocket_2.00mm PinSocket_2x09_P2.00mm_Vertical Through hole straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x09 2.00mm double row 0 18 18 Connector_PinSocket_2.00mm PinSocket_2x09_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x09 2.00mm double row 0 18 18 Connector_PinSocket_2.00mm PinSocket_2x10_P2.00mm_Horizontal Through hole angled socket strip, 2x10, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x10 2.00mm double row 0 20 20 Connector_PinSocket_2.00mm PinSocket_2x10_P2.00mm_Vertical Through hole straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x10 2.00mm double row 0 20 20 Connector_PinSocket_2.00mm PinSocket_2x10_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x10 2.00mm double row 0 20 20 Connector_PinSocket_2.00mm PinSocket_2x11_P2.00mm_Horizontal Through hole angled socket strip, 2x11, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x11 2.00mm double row 0 22 22 Connector_PinSocket_2.00mm PinSocket_2x11_P2.00mm_Vertical Through hole straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x11 2.00mm double row 0 22 22 Connector_PinSocket_2.00mm PinSocket_2x11_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x11 2.00mm double row 0 22 22 Connector_PinSocket_2.00mm PinSocket_2x12_P2.00mm_Horizontal Through hole angled socket strip, 2x12, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x12 2.00mm double row 0 24 24 Connector_PinSocket_2.00mm PinSocket_2x12_P2.00mm_Vertical Through hole straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x12 2.00mm double row 0 24 24 Connector_PinSocket_2.00mm PinSocket_2x12_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x12 2.00mm double row 0 24 24 Connector_PinSocket_2.00mm PinSocket_2x13_P2.00mm_Horizontal Through hole angled socket strip, 2x13, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x13 2.00mm double row 0 26 26 Connector_PinSocket_2.00mm PinSocket_2x13_P2.00mm_Vertical Through hole straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x13 2.00mm double row 0 26 26 Connector_PinSocket_2.00mm PinSocket_2x13_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x13 2.00mm double row 0 26 26 Connector_PinSocket_2.00mm PinSocket_2x14_P2.00mm_Horizontal Through hole angled socket strip, 2x14, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x14 2.00mm double row 0 28 28 Connector_PinSocket_2.00mm PinSocket_2x14_P2.00mm_Vertical Through hole straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x14 2.00mm double row 0 28 28 Connector_PinSocket_2.00mm PinSocket_2x14_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x14 2.00mm double row 0 28 28 Connector_PinSocket_2.00mm PinSocket_2x15_P2.00mm_Horizontal Through hole angled socket strip, 2x15, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x15 2.00mm double row 0 30 30 Connector_PinSocket_2.00mm PinSocket_2x15_P2.00mm_Vertical Through hole straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x15 2.00mm double row 0 30 30 Connector_PinSocket_2.00mm PinSocket_2x15_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x15 2.00mm double row 0 30 30 Connector_PinSocket_2.00mm PinSocket_2x16_P2.00mm_Horizontal Through hole angled socket strip, 2x16, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x16 2.00mm double row 0 32 32 Connector_PinSocket_2.00mm PinSocket_2x16_P2.00mm_Vertical Through hole straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x16 2.00mm double row 0 32 32 Connector_PinSocket_2.00mm PinSocket_2x16_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x16 2.00mm double row 0 32 32 Connector_PinSocket_2.00mm PinSocket_2x17_P2.00mm_Horizontal Through hole angled socket strip, 2x17, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x17 2.00mm double row 0 34 34 Connector_PinSocket_2.00mm PinSocket_2x17_P2.00mm_Vertical Through hole straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x17 2.00mm double row 0 34 34 Connector_PinSocket_2.00mm PinSocket_2x17_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x17 2.00mm double row 0 34 34 Connector_PinSocket_2.00mm PinSocket_2x18_P2.00mm_Horizontal Through hole angled socket strip, 2x18, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x18 2.00mm double row 0 36 36 Connector_PinSocket_2.00mm PinSocket_2x18_P2.00mm_Vertical Through hole straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x18 2.00mm double row 0 36 36 Connector_PinSocket_2.00mm PinSocket_2x18_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x18 2.00mm double row 0 36 36 Connector_PinSocket_2.00mm PinSocket_2x19_P2.00mm_Horizontal Through hole angled socket strip, 2x19, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x19 2.00mm double row 0 38 38 Connector_PinSocket_2.00mm PinSocket_2x19_P2.00mm_Vertical Through hole straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x19 2.00mm double row 0 38 38 Connector_PinSocket_2.00mm PinSocket_2x19_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x19 2.00mm double row 0 38 38 Connector_PinSocket_2.00mm PinSocket_2x20_P2.00mm_Horizontal Through hole angled socket strip, 2x20, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x20 2.00mm double row 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x20_P2.00mm_Vertical Through hole straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x20 2.00mm double row 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x20_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x20 2.00mm double row 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x21_P2.00mm_Horizontal Through hole angled socket strip, 2x21, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x21 2.00mm double row 0 42 42 Connector_PinSocket_2.00mm PinSocket_2x21_P2.00mm_Vertical Through hole straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x21 2.00mm double row 0 42 42 Connector_PinSocket_2.00mm PinSocket_2x21_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x21 2.00mm double row 0 42 42 Connector_PinSocket_2.00mm PinSocket_2x22_P2.00mm_Horizontal Through hole angled socket strip, 2x22, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x22 2.00mm double row 0 44 44 Connector_PinSocket_2.00mm PinSocket_2x22_P2.00mm_Vertical Through hole straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x22 2.00mm double row 0 44 44 Connector_PinSocket_2.00mm PinSocket_2x22_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x22 2.00mm double row 0 44 44 Connector_PinSocket_2.00mm PinSocket_2x23_P2.00mm_Horizontal Through hole angled socket strip, 2x23, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x23 2.00mm double row 0 46 46 Connector_PinSocket_2.00mm PinSocket_2x23_P2.00mm_Vertical Through hole straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x23 2.00mm double row 0 46 46 Connector_PinSocket_2.00mm PinSocket_2x23_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x23 2.00mm double row 0 46 46 Connector_PinSocket_2.00mm PinSocket_2x24_P2.00mm_Horizontal Through hole angled socket strip, 2x24, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x24 2.00mm double row 0 48 48 Connector_PinSocket_2.00mm PinSocket_2x24_P2.00mm_Vertical Through hole straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x24 2.00mm double row 0 48 48 Connector_PinSocket_2.00mm PinSocket_2x24_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x24 2.00mm double row 0 48 48 Connector_PinSocket_2.00mm PinSocket_2x25_P2.00mm_Horizontal Through hole angled socket strip, 2x25, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x25 2.00mm double row 0 50 50 Connector_PinSocket_2.00mm PinSocket_2x25_P2.00mm_Vertical Through hole straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x25 2.00mm double row 0 50 50 Connector_PinSocket_2.00mm PinSocket_2x25_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x25 2.00mm double row 0 50 50 Connector_PinSocket_2.00mm PinSocket_2x26_P2.00mm_Horizontal Through hole angled socket strip, 2x26, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x26 2.00mm double row 0 52 52 Connector_PinSocket_2.00mm PinSocket_2x26_P2.00mm_Vertical Through hole straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x26 2.00mm double row 0 52 52 Connector_PinSocket_2.00mm PinSocket_2x26_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x26 2.00mm double row 0 52 52 Connector_PinSocket_2.00mm PinSocket_2x27_P2.00mm_Horizontal Through hole angled socket strip, 2x27, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x27 2.00mm double row 0 54 54 Connector_PinSocket_2.00mm PinSocket_2x27_P2.00mm_Vertical Through hole straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x27 2.00mm double row 0 54 54 Connector_PinSocket_2.00mm PinSocket_2x27_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x27 2.00mm double row 0 54 54 Connector_PinSocket_2.00mm PinSocket_2x28_P2.00mm_Horizontal Through hole angled socket strip, 2x28, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x28 2.00mm double row 0 56 56 Connector_PinSocket_2.00mm PinSocket_2x28_P2.00mm_Vertical Through hole straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x28 2.00mm double row 0 56 56 Connector_PinSocket_2.00mm PinSocket_2x28_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x28 2.00mm double row 0 56 56 Connector_PinSocket_2.00mm PinSocket_2x29_P2.00mm_Horizontal Through hole angled socket strip, 2x29, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x29 2.00mm double row 0 58 58 Connector_PinSocket_2.00mm PinSocket_2x29_P2.00mm_Vertical Through hole straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x29 2.00mm double row 0 58 58 Connector_PinSocket_2.00mm PinSocket_2x29_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x29 2.00mm double row 0 58 58 Connector_PinSocket_2.00mm PinSocket_2x30_P2.00mm_Horizontal Through hole angled socket strip, 2x30, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x30 2.00mm double row 0 60 60 Connector_PinSocket_2.00mm PinSocket_2x30_P2.00mm_Vertical Through hole straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x30 2.00mm double row 0 60 60 Connector_PinSocket_2.00mm PinSocket_2x30_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x30 2.00mm double row 0 60 60 Connector_PinSocket_2.00mm PinSocket_2x31_P2.00mm_Horizontal Through hole angled socket strip, 2x31, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x31 2.00mm double row 0 62 62 Connector_PinSocket_2.00mm PinSocket_2x31_P2.00mm_Vertical Through hole straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x31 2.00mm double row 0 62 62 Connector_PinSocket_2.00mm PinSocket_2x31_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x31 2.00mm double row 0 62 62 Connector_PinSocket_2.00mm PinSocket_2x32_P2.00mm_Horizontal Through hole angled socket strip, 2x32, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x32 2.00mm double row 0 64 64 Connector_PinSocket_2.00mm PinSocket_2x32_P2.00mm_Vertical Through hole straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x32 2.00mm double row 0 64 64 Connector_PinSocket_2.00mm PinSocket_2x32_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x32 2.00mm double row 0 64 64 Connector_PinSocket_2.00mm PinSocket_2x33_P2.00mm_Horizontal Through hole angled socket strip, 2x33, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x33 2.00mm double row 0 66 66 Connector_PinSocket_2.00mm PinSocket_2x33_P2.00mm_Vertical Through hole straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x33 2.00mm double row 0 66 66 Connector_PinSocket_2.00mm PinSocket_2x33_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x33 2.00mm double row 0 66 66 Connector_PinSocket_2.00mm PinSocket_2x34_P2.00mm_Horizontal Through hole angled socket strip, 2x34, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x34 2.00mm double row 0 68 68 Connector_PinSocket_2.00mm PinSocket_2x34_P2.00mm_Vertical Through hole straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x34 2.00mm double row 0 68 68 Connector_PinSocket_2.00mm PinSocket_2x34_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x34 2.00mm double row 0 68 68 Connector_PinSocket_2.00mm PinSocket_2x35_P2.00mm_Horizontal Through hole angled socket strip, 2x35, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x35 2.00mm double row 0 70 70 Connector_PinSocket_2.00mm PinSocket_2x35_P2.00mm_Vertical Through hole straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x35 2.00mm double row 0 70 70 Connector_PinSocket_2.00mm PinSocket_2x35_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x35 2.00mm double row 0 70 70 Connector_PinSocket_2.00mm PinSocket_2x36_P2.00mm_Horizontal Through hole angled socket strip, 2x36, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x36 2.00mm double row 0 72 72 Connector_PinSocket_2.00mm PinSocket_2x36_P2.00mm_Vertical Through hole straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x36 2.00mm double row 0 72 72 Connector_PinSocket_2.00mm PinSocket_2x36_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x36 2.00mm double row 0 72 72 Connector_PinSocket_2.00mm PinSocket_2x37_P2.00mm_Horizontal Through hole angled socket strip, 2x37, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x37 2.00mm double row 0 74 74 Connector_PinSocket_2.00mm PinSocket_2x37_P2.00mm_Vertical Through hole straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x37 2.00mm double row 0 74 74 Connector_PinSocket_2.00mm PinSocket_2x37_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x37 2.00mm double row 0 74 74 Connector_PinSocket_2.00mm PinSocket_2x38_P2.00mm_Horizontal Through hole angled socket strip, 2x38, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x38 2.00mm double row 0 76 76 Connector_PinSocket_2.00mm PinSocket_2x38_P2.00mm_Vertical Through hole straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x38 2.00mm double row 0 76 76 Connector_PinSocket_2.00mm PinSocket_2x38_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x38 2.00mm double row 0 76 76 Connector_PinSocket_2.00mm PinSocket_2x39_P2.00mm_Horizontal Through hole angled socket strip, 2x39, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x39 2.00mm double row 0 78 78 Connector_PinSocket_2.00mm PinSocket_2x39_P2.00mm_Vertical Through hole straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x39 2.00mm double row 0 78 78 Connector_PinSocket_2.00mm PinSocket_2x39_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x39 2.00mm double row 0 78 78 Connector_PinSocket_2.00mm PinSocket_2x40_P2.00mm_Horizontal Through hole angled socket strip, 2x40, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x40 2.00mm double row 0 80 80 Connector_PinSocket_2.00mm PinSocket_2x40_P2.00mm_Vertical Through hole straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x40 2.00mm double row 0 80 80 Connector_PinSocket_2.00mm PinSocket_2x40_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x40 2.00mm double row 0 80 80 Connector_PinSocket_2.54mm PinSocket_1x01_P2.54mm_Horizontal Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x01 2.54mm single row 0 1 1 Connector_PinSocket_2.54mm PinSocket_1x01_P2.54mm_Vertical Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x01 2.54mm single row 0 1 1 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Horizontal Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x02 2.54mm single row 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Vertical Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x02 2.54mm single row 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Horizontal Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x03 2.54mm single row 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Vertical Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x03 2.54mm single row 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Horizontal Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x04 2.54mm single row 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Vertical Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x04 2.54mm single row 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Horizontal Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x05 2.54mm single row 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Vertical Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x05 2.54mm single row 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Horizontal Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x06 2.54mm single row 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Vertical Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x06 2.54mm single row 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Horizontal Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x07 2.54mm single row 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Vertical Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x07 2.54mm single row 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Horizontal Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x08 2.54mm single row 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Vertical Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x08 2.54mm single row 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Horizontal Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x09 2.54mm single row 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Vertical Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x09 2.54mm single row 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Horizontal Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x10 2.54mm single row 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Vertical Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x10 2.54mm single row 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Horizontal Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x11 2.54mm single row 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Vertical Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x11 2.54mm single row 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Horizontal Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x12 2.54mm single row 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Vertical Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x12 2.54mm single row 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Horizontal Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x13 2.54mm single row 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Vertical Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x13 2.54mm single row 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Horizontal Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x14 2.54mm single row 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Vertical Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x14 2.54mm single row 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Horizontal Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x15 2.54mm single row 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Vertical Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x15 2.54mm single row 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Horizontal Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x16 2.54mm single row 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Vertical Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x16 2.54mm single row 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Horizontal Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x17 2.54mm single row 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Vertical Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x17 2.54mm single row 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Horizontal Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x18 2.54mm single row 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Vertical Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x18 2.54mm single row 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Horizontal Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x19 2.54mm single row 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Vertical Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x19 2.54mm single row 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Horizontal Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x20 2.54mm single row 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Vertical Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x20 2.54mm single row 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Horizontal Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x21 2.54mm single row 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Vertical Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x21 2.54mm single row 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Horizontal Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x22 2.54mm single row 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Vertical Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x22 2.54mm single row 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Horizontal Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x23 2.54mm single row 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Vertical Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x23 2.54mm single row 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Horizontal Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x24 2.54mm single row 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Vertical Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x24 2.54mm single row 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Horizontal Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x25 2.54mm single row 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Vertical Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x25 2.54mm single row 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Horizontal Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x26 2.54mm single row 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Vertical Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x26 2.54mm single row 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Horizontal Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x27 2.54mm single row 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Vertical Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x27 2.54mm single row 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Horizontal Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x28 2.54mm single row 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Vertical Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x28 2.54mm single row 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Horizontal Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x29 2.54mm single row 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Vertical Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x29 2.54mm single row 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Horizontal Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x30 2.54mm single row 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Vertical Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x30 2.54mm single row 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Horizontal Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x31 2.54mm single row 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Vertical Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x31 2.54mm single row 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Horizontal Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x32 2.54mm single row 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Vertical Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x32 2.54mm single row 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Horizontal Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x33 2.54mm single row 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Vertical Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x33 2.54mm single row 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Horizontal Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x34 2.54mm single row 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Vertical Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x34 2.54mm single row 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Horizontal Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x35 2.54mm single row 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Vertical Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x35 2.54mm single row 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Horizontal Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x36 2.54mm single row 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Vertical Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x36 2.54mm single row 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Horizontal Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x37 2.54mm single row 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Vertical Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x37 2.54mm single row 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Horizontal Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x38 2.54mm single row 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Vertical Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x38 2.54mm single row 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Horizontal Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x39 2.54mm single row 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Vertical Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x39 2.54mm single row 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Horizontal Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x40 2.54mm single row 0 40 40 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Vertical Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x40 2.54mm single row 0 40 40 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left 0 40 40 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x01_P2.54mm_Horizontal Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x01 2.54mm double row 0 2 2 Connector_PinSocket_2.54mm PinSocket_2x01_P2.54mm_Vertical Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x01 2.54mm double row 0 2 2 Connector_PinSocket_2.54mm PinSocket_2x01_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x01 2.54mm double row 0 2 2 Connector_PinSocket_2.54mm PinSocket_2x02_P2.54mm_Horizontal Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x02 2.54mm double row 0 4 4 Connector_PinSocket_2.54mm PinSocket_2x02_P2.54mm_Vertical Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x02 2.54mm double row 0 4 4 Connector_PinSocket_2.54mm PinSocket_2x02_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x02 2.54mm double row 0 4 4 Connector_PinSocket_2.54mm PinSocket_2x03_P2.54mm_Horizontal Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x03 2.54mm double row 0 6 6 Connector_PinSocket_2.54mm PinSocket_2x03_P2.54mm_Vertical Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x03 2.54mm double row 0 6 6 Connector_PinSocket_2.54mm PinSocket_2x03_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x03 2.54mm double row 0 6 6 Connector_PinSocket_2.54mm PinSocket_2x04_P2.54mm_Horizontal Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x04 2.54mm double row 0 8 8 Connector_PinSocket_2.54mm PinSocket_2x04_P2.54mm_Vertical Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x04 2.54mm double row 0 8 8 Connector_PinSocket_2.54mm PinSocket_2x04_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x04 2.54mm double row 0 8 8 Connector_PinSocket_2.54mm PinSocket_2x05_P2.54mm_Horizontal Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x05 2.54mm double row 0 10 10 Connector_PinSocket_2.54mm PinSocket_2x05_P2.54mm_Vertical Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x05 2.54mm double row 0 10 10 Connector_PinSocket_2.54mm PinSocket_2x05_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x05 2.54mm double row 0 10 10 Connector_PinSocket_2.54mm PinSocket_2x06_P2.54mm_Horizontal Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x06 2.54mm double row 0 12 12 Connector_PinSocket_2.54mm PinSocket_2x06_P2.54mm_Vertical Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x06 2.54mm double row 0 12 12 Connector_PinSocket_2.54mm PinSocket_2x06_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x06 2.54mm double row 0 12 12 Connector_PinSocket_2.54mm PinSocket_2x07_P2.54mm_Horizontal Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x07 2.54mm double row 0 14 14 Connector_PinSocket_2.54mm PinSocket_2x07_P2.54mm_Vertical Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x07 2.54mm double row 0 14 14 Connector_PinSocket_2.54mm PinSocket_2x07_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x07 2.54mm double row 0 14 14 Connector_PinSocket_2.54mm PinSocket_2x08_P2.54mm_Horizontal Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x08 2.54mm double row 0 16 16 Connector_PinSocket_2.54mm PinSocket_2x08_P2.54mm_Vertical Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x08 2.54mm double row 0 16 16 Connector_PinSocket_2.54mm PinSocket_2x08_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x08 2.54mm double row 0 16 16 Connector_PinSocket_2.54mm PinSocket_2x09_P2.54mm_Horizontal Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x09 2.54mm double row 0 18 18 Connector_PinSocket_2.54mm PinSocket_2x09_P2.54mm_Vertical Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x09 2.54mm double row 0 18 18 Connector_PinSocket_2.54mm PinSocket_2x09_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x09 2.54mm double row 0 18 18 Connector_PinSocket_2.54mm PinSocket_2x10_P2.54mm_Horizontal Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x10 2.54mm double row 0 20 20 Connector_PinSocket_2.54mm PinSocket_2x10_P2.54mm_Vertical Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x10 2.54mm double row 0 20 20 Connector_PinSocket_2.54mm PinSocket_2x10_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x10 2.54mm double row 0 20 20 Connector_PinSocket_2.54mm PinSocket_2x11_P2.54mm_Horizontal Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x11 2.54mm double row 0 22 22 Connector_PinSocket_2.54mm PinSocket_2x11_P2.54mm_Vertical Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x11 2.54mm double row 0 22 22 Connector_PinSocket_2.54mm PinSocket_2x11_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x11 2.54mm double row 0 22 22 Connector_PinSocket_2.54mm PinSocket_2x12_P2.54mm_Horizontal Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x12 2.54mm double row 0 24 24 Connector_PinSocket_2.54mm PinSocket_2x12_P2.54mm_Vertical Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x12 2.54mm double row 0 24 24 Connector_PinSocket_2.54mm PinSocket_2x12_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x12 2.54mm double row 0 24 24 Connector_PinSocket_2.54mm PinSocket_2x13_P2.54mm_Horizontal Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x13 2.54mm double row 0 26 26 Connector_PinSocket_2.54mm PinSocket_2x13_P2.54mm_Vertical Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x13 2.54mm double row 0 26 26 Connector_PinSocket_2.54mm PinSocket_2x13_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x13 2.54mm double row 0 26 26 Connector_PinSocket_2.54mm PinSocket_2x14_P2.54mm_Horizontal Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x14 2.54mm double row 0 28 28 Connector_PinSocket_2.54mm PinSocket_2x14_P2.54mm_Vertical Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x14 2.54mm double row 0 28 28 Connector_PinSocket_2.54mm PinSocket_2x14_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x14 2.54mm double row 0 28 28 Connector_PinSocket_2.54mm PinSocket_2x15_P2.54mm_Horizontal Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x15 2.54mm double row 0 30 30 Connector_PinSocket_2.54mm PinSocket_2x15_P2.54mm_Vertical Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x15 2.54mm double row 0 30 30 Connector_PinSocket_2.54mm PinSocket_2x15_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x15 2.54mm double row 0 30 30 Connector_PinSocket_2.54mm PinSocket_2x16_P2.54mm_Horizontal Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x16 2.54mm double row 0 32 32 Connector_PinSocket_2.54mm PinSocket_2x16_P2.54mm_Vertical Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x16 2.54mm double row 0 32 32 Connector_PinSocket_2.54mm PinSocket_2x16_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x16 2.54mm double row 0 32 32 Connector_PinSocket_2.54mm PinSocket_2x17_P2.54mm_Horizontal Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x17 2.54mm double row 0 34 34 Connector_PinSocket_2.54mm PinSocket_2x17_P2.54mm_Vertical Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x17 2.54mm double row 0 34 34 Connector_PinSocket_2.54mm PinSocket_2x17_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x17 2.54mm double row 0 34 34 Connector_PinSocket_2.54mm PinSocket_2x18_P2.54mm_Horizontal Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x18 2.54mm double row 0 36 36 Connector_PinSocket_2.54mm PinSocket_2x18_P2.54mm_Vertical Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x18 2.54mm double row 0 36 36 Connector_PinSocket_2.54mm PinSocket_2x18_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x18 2.54mm double row 0 36 36 Connector_PinSocket_2.54mm PinSocket_2x19_P2.54mm_Horizontal Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x19 2.54mm double row 0 38 38 Connector_PinSocket_2.54mm PinSocket_2x19_P2.54mm_Vertical Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x19 2.54mm double row 0 38 38 Connector_PinSocket_2.54mm PinSocket_2x19_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x19 2.54mm double row 0 38 38 Connector_PinSocket_2.54mm PinSocket_2x20_P2.54mm_Horizontal Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x20 2.54mm double row 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x20_P2.54mm_Vertical Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x20 2.54mm double row 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x20_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x20 2.54mm double row 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x21_P2.54mm_Horizontal Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x21 2.54mm double row 0 42 42 Connector_PinSocket_2.54mm PinSocket_2x21_P2.54mm_Vertical Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x21 2.54mm double row 0 42 42 Connector_PinSocket_2.54mm PinSocket_2x21_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x21 2.54mm double row 0 42 42 Connector_PinSocket_2.54mm PinSocket_2x22_P2.54mm_Horizontal Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x22 2.54mm double row 0 44 44 Connector_PinSocket_2.54mm PinSocket_2x22_P2.54mm_Vertical Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x22 2.54mm double row 0 44 44 Connector_PinSocket_2.54mm PinSocket_2x22_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x22 2.54mm double row 0 44 44 Connector_PinSocket_2.54mm PinSocket_2x23_P2.54mm_Horizontal Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x23 2.54mm double row 0 46 46 Connector_PinSocket_2.54mm PinSocket_2x23_P2.54mm_Vertical Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x23 2.54mm double row 0 46 46 Connector_PinSocket_2.54mm PinSocket_2x23_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x23 2.54mm double row 0 46 46 Connector_PinSocket_2.54mm PinSocket_2x24_P2.54mm_Horizontal Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x24 2.54mm double row 0 48 48 Connector_PinSocket_2.54mm PinSocket_2x24_P2.54mm_Vertical Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x24 2.54mm double row 0 48 48 Connector_PinSocket_2.54mm PinSocket_2x24_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x24 2.54mm double row 0 48 48 Connector_PinSocket_2.54mm PinSocket_2x25_P2.54mm_Horizontal Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x25 2.54mm double row 0 50 50 Connector_PinSocket_2.54mm PinSocket_2x25_P2.54mm_Vertical Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x25 2.54mm double row 0 50 50 Connector_PinSocket_2.54mm PinSocket_2x25_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x25 2.54mm double row 0 50 50 Connector_PinSocket_2.54mm PinSocket_2x26_P2.54mm_Horizontal Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x26 2.54mm double row 0 52 52 Connector_PinSocket_2.54mm PinSocket_2x26_P2.54mm_Vertical Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x26 2.54mm double row 0 52 52 Connector_PinSocket_2.54mm PinSocket_2x26_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x26 2.54mm double row 0 52 52 Connector_PinSocket_2.54mm PinSocket_2x27_P2.54mm_Horizontal Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x27 2.54mm double row 0 54 54 Connector_PinSocket_2.54mm PinSocket_2x27_P2.54mm_Vertical Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x27 2.54mm double row 0 54 54 Connector_PinSocket_2.54mm PinSocket_2x27_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x27 2.54mm double row 0 54 54 Connector_PinSocket_2.54mm PinSocket_2x28_P2.54mm_Horizontal Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x28 2.54mm double row 0 56 56 Connector_PinSocket_2.54mm PinSocket_2x28_P2.54mm_Vertical Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x28 2.54mm double row 0 56 56 Connector_PinSocket_2.54mm PinSocket_2x28_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x28 2.54mm double row 0 56 56 Connector_PinSocket_2.54mm PinSocket_2x29_P2.54mm_Horizontal Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x29 2.54mm double row 0 58 58 Connector_PinSocket_2.54mm PinSocket_2x29_P2.54mm_Vertical Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x29 2.54mm double row 0 58 58 Connector_PinSocket_2.54mm PinSocket_2x29_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x29 2.54mm double row 0 58 58 Connector_PinSocket_2.54mm PinSocket_2x30_P2.54mm_Horizontal Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x30 2.54mm double row 0 60 60 Connector_PinSocket_2.54mm PinSocket_2x30_P2.54mm_Vertical Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x30 2.54mm double row 0 60 60 Connector_PinSocket_2.54mm PinSocket_2x30_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x30 2.54mm double row 0 60 60 Connector_PinSocket_2.54mm PinSocket_2x31_P2.54mm_Horizontal Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x31 2.54mm double row 0 62 62 Connector_PinSocket_2.54mm PinSocket_2x31_P2.54mm_Vertical Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x31 2.54mm double row 0 62 62 Connector_PinSocket_2.54mm PinSocket_2x31_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x31 2.54mm double row 0 62 62 Connector_PinSocket_2.54mm PinSocket_2x32_P2.54mm_Horizontal Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x32 2.54mm double row 0 64 64 Connector_PinSocket_2.54mm PinSocket_2x32_P2.54mm_Vertical Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x32 2.54mm double row 0 64 64 Connector_PinSocket_2.54mm PinSocket_2x32_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x32 2.54mm double row 0 64 64 Connector_PinSocket_2.54mm PinSocket_2x33_P2.54mm_Horizontal Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x33 2.54mm double row 0 66 66 Connector_PinSocket_2.54mm PinSocket_2x33_P2.54mm_Vertical Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x33 2.54mm double row 0 66 66 Connector_PinSocket_2.54mm PinSocket_2x33_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x33 2.54mm double row 0 66 66 Connector_PinSocket_2.54mm PinSocket_2x34_P2.54mm_Horizontal Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x34 2.54mm double row 0 68 68 Connector_PinSocket_2.54mm PinSocket_2x34_P2.54mm_Vertical Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x34 2.54mm double row 0 68 68 Connector_PinSocket_2.54mm PinSocket_2x34_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x34 2.54mm double row 0 68 68 Connector_PinSocket_2.54mm PinSocket_2x35_P2.54mm_Horizontal Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x35 2.54mm double row 0 70 70 Connector_PinSocket_2.54mm PinSocket_2x35_P2.54mm_Vertical Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x35 2.54mm double row 0 70 70 Connector_PinSocket_2.54mm PinSocket_2x35_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x35 2.54mm double row 0 70 70 Connector_PinSocket_2.54mm PinSocket_2x36_P2.54mm_Horizontal Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x36 2.54mm double row 0 72 72 Connector_PinSocket_2.54mm PinSocket_2x36_P2.54mm_Vertical Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x36 2.54mm double row 0 72 72 Connector_PinSocket_2.54mm PinSocket_2x36_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x36 2.54mm double row 0 72 72 Connector_PinSocket_2.54mm PinSocket_2x37_P2.54mm_Horizontal Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x37 2.54mm double row 0 74 74 Connector_PinSocket_2.54mm PinSocket_2x37_P2.54mm_Vertical Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x37 2.54mm double row 0 74 74 Connector_PinSocket_2.54mm PinSocket_2x37_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x37 2.54mm double row 0 74 74 Connector_PinSocket_2.54mm PinSocket_2x38_P2.54mm_Horizontal Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x38 2.54mm double row 0 76 76 Connector_PinSocket_2.54mm PinSocket_2x38_P2.54mm_Vertical Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x38 2.54mm double row 0 76 76 Connector_PinSocket_2.54mm PinSocket_2x38_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x38 2.54mm double row 0 76 76 Connector_PinSocket_2.54mm PinSocket_2x39_P2.54mm_Horizontal Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x39 2.54mm double row 0 78 78 Connector_PinSocket_2.54mm PinSocket_2x39_P2.54mm_Vertical Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x39 2.54mm double row 0 78 78 Connector_PinSocket_2.54mm PinSocket_2x39_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x39 2.54mm double row 0 78 78 Connector_PinSocket_2.54mm PinSocket_2x40_P2.54mm_Horizontal Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x40 2.54mm double row 0 80 80 Connector_PinSocket_2.54mm PinSocket_2x40_P2.54mm_Vertical Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x40 2.54mm double row 0 80 80 Connector_PinSocket_2.54mm PinSocket_2x40_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x40 2.54mm double row 0 80 80 Connector_RJ RJ12_Amphenol_54601 RJ12 connector https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0082.pdf RJ12 connector 0 6 6 Connector_RJ RJ14_Connfly_DS1133-S4_Horizontal RJ14 connector 6P4C Horizontal http://www.connfly.com/userfiles/image/UpLoadFile/File/2012/10/26/DS1133.pdf RJ14 connector 6P4C Connfly DS1133 0 4 4 Connector_RJ RJ25_Wayconn_MJEA-660X1_Horizontal RJ25 6P6C Socket 90 degrees, https://wayconn.com/wp-content/themes/way/datasheet/MJEA-660X1XXX_RJ25_6P6C_PCB_RA.pdf RJ12 RJ18 RJ25 jack connector 6P6C 0 6 6 Connector_RJ RJ45_Abracon_ARJP11A-MA_Horizontal Shielded RJ45 ethernet connector with transformer and POE (https://abracon.com/Magnetics/lan/ARJP11A.PDF) ethernet 8p8c transformer poe rj45 0 15 14 Connector_RJ RJ45_Amphenol_54602-x08_Horizontal 8 Pol Shallow Latch Connector, Modjack, RJ45 (https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0102.pdf) RJ45 0 8 8 Connector_RJ RJ45_Amphenol_RJHSE538X Shielded, 2 LED, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf RJ45 8p8c ethernet cat5 0 14 13 Connector_RJ RJ45_Amphenol_RJHSE538X-02 Shielded, 2 LED, 2 Ports, http://www.amphenolinfocom.eu/NavData/Drawings/RJHSE-538X-02-REVC.pdf RJ45 8p8c dual ethernet cat5 0 26 25 Connector_RJ RJ45_Amphenol_RJHSE5380 Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf RJ45 8p8c ethernet cat5 0 10 9 Connector_RJ RJ45_Amphenol_RJHSE5380-08 Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X08.pdf RJ45 8p8c ethernet cat5 0 68 65 Connector_RJ RJ45_Amphenol_RJMG1BD3B8K1ANR 1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenolcanada.com/ProductSearch/Drawings/AC/RJMG1BD3B8K1ANR.PDF RJ45 Magjack 0 14 13 Connector_RJ RJ45_BEL_SS74301-00x_Vertical https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-74301-001-ss-74301-002-ss-74301-005.pdf RJ45 Vertical Shield LED Green Yellow 0 14 13 Connector_RJ RJ45_Cetus_J1B1211CCD_Horizontal 1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, Cetus, used and distributed by WIZnet (https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:wiz550web:wiz550webds_kr:j1b1211ccd.pdf) RJ45 Magjack 0 14 13 Connector_RJ RJ45_Hanrun_HR911105A http://www.kosmodrom.com.ua/pdf/HR911105A.pdf RJ45 Magjack 0 14 13 Connector_RJ RJ45_Molex_0855135013_Vertical 1 Port, RJ45, Series 85513, vertical, SMD, https://www.molex.com/pdm_docs/sd/855135013_sd.pdf RJ45 Vertical 0 9 9 Connector_RJ RJ45_Ninigi_GE 1 port ethernet throughhole connector, https://en.ninigi.com/product/rj45ge/pdf RJ45 ethernet 8p8c 0 10 9 Connector_RJ RJ45_OST_PJ012-8P8CX_Vertical RJ45 vertical connector https://www.on-shore.com/wp-content/uploads/PJ012-8P8CX.pdf RJ45 PJ012 0 8 8 Connector_RJ RJ45_Plug_Metz_AJP92A8813 plug, ethernet, 8P8C, RJ45 Plug AJP92A8813 8P8C RJ45 ethernet plug 0 8 8 Connector_RJ RJ45_Pulse_JK0654219NL_Horizontal 10/100/1000 Base-T RJ45 single port with LEDs https://media.digikey.com/pdf/Data%20Sheets/Pulse%20PDFs/JK%20Series.pdf#page=2 RJ45 8p8c ethernet 0 18 17 Connector_RJ RJ45_Pulse_JXD6-0001NL_Horizontal RJ45 ethernet transformer with magnetics (https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/JXD6-0001NL/doc_part/JXD6-0001NL.pdf) ethernet 8p8c transformer magjack 0 12 11 Connector_RJ RJ45_Wuerth_7499010001A_Horizontal 10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010001A.pdf RJ45 ethernet magnetic 0 10 9 Connector_RJ RJ45_Wuerth_7499010121A_Horizontal 10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal with green/orange LEDs https://katalog.we-online.de/pbs/datasheet/7499010121A.pdf RJ45 ethernet magnetic 0 14 13 Connector_RJ RJ45_Wuerth_7499111446_Horizontal LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT ethernet lan connector 0 16 15 Connector_RJ RJ45_Wuerth_7499151120_Horizontal Wuerth 7499151120, LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT, Dual Ethernet Jack (http://katalog.we-online.de/pbs/datasheet/7499151120.pdf) ethernet lan connector 0 32 29 Connector_RJ RJ45_Wuerth_74980111211_Horizontal RJ45 LAN Transformer 10/100BaseT (https://katalog.we-online.de/pbs/datasheet/74980111211.pdf) lan magnetics transformer 0 14 13 Connector_SATA_SAS SAS-mini_TEConnectivity_1888174_Vertical 36pin mini SAS connector, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1888174&DocType=Customer+Drawing&DocLang=English SAS mini connector 0 44 44 Connector_SATA_SAS SATA_Amphenol_10029364-001LF_Horizontal https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029364.pdf SATA 0 24 23 Connector_Samtec Samtec_FMC_ASP-134486-01_10x40_P1.27mm_Vertical http://suddendocs.samtec.com/prints/asp-134486-01-mkt.pdf FMC HPC 0 400 400 Connector_Samtec Samtec_FMC_ASP-134602-01_10x40_P1.27mm_Vertical https://www.marutsu.co.jp/contents/shop/marutsu/ds/asp-134602-01.pdf FMC HPC 0 400 400 Connector_Samtec Samtec_FMC_ASP-134604-01_4x40_Vertical http://www.samtec.com/standards/vita.aspx FMC LPC VITA 0 162 160 Connector_Samtec Samtec_LSHM-105-xx.x-x-DV-N_2x05_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-N, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 10 10 Connector_Samtec Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-S, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 12 11 Connector_Samtec Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-N, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 20 20 Connector_Samtec Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-S, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 22 21 Connector_Samtec Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-N, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 40 40 Connector_Samtec Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-S, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 42 41 Connector_Samtec Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-N, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 60 60 Connector_Samtec Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-S, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 62 61 Connector_Samtec Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-N, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 80 80 Connector_Samtec Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-S, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 82 81 Connector_Samtec Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-N, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 100 100 Connector_Samtec Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-S, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 102 101 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV-BE-LC_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV-BE_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV-LC_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV-BE-LC_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV-BE_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV-LC_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-A_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-BE-A_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-BE-LC_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-BE_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-LC_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-A_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-BE-A_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-BE-LC_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-BE_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-LC_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-A_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-BE-A_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-BE-LC_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-BE_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-LC_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-A_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-BE-A_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-BE-LC_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-BE_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-LC_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-A_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-BE-A_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-BE-LC_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-BE_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-LC_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-A_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-BE-A_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-BE-LC_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-BE_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-LC_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-A_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-BE-A_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-BE-LC_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-BE_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-LC_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-A_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-BE-A_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-BE-LC_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-BE_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-LC_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-A_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-BE-A_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-BE-LC_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-BE_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-LC_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-A_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-BE-A_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-BE-LC_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-BE_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-LC_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-A_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-BE-A_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-BE-LC_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-BE_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-LC_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-A_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-BE-A_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-BE-LC_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-BE_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-LC_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-A_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-BE-A_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-BE-LC_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-BE_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-LC_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-A_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-BE-A_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-BE-LC_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-BE_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-LC_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-A_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-BE-A_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-BE-LC_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-BE_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-LC_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-A_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-BE-A_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-BE-LC_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-BE_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-LC_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-A_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-BE-A_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-BE-LC_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-BE_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-LC_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-A_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-BE-A_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-BE-LC_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-BE_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-LC_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-A_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-BE-A_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-BE-LC_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-BE_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-LC_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-A_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-BE-A_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-BE-LC_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-BE_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-LC_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-A_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-BE-A_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-BE-LC_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-BE_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-LC_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-A_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-BE-A_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-BE-LC_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-BE_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-LC_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-A_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-BE-A_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-BE-LC_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-BE_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-LC_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-A_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-BE-A_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-BE-LC_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-BE_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-LC_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-A_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-BE-A_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-BE-LC_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-BE_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-LC_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-A_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-BE-A_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-BE-LC_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-BE_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-LC_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-A_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-BE-A_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-BE-LC_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-BE_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-LC_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-A_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-BE-A_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-BE-LC_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-BE_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-LC_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-A_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-BE-A_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-BE-LC_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-BE_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-LC_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-A_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-BE-A_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-BE-LC_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-BE_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-LC_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-A_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-BE-A_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-BE-LC_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-BE_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-LC_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-A_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-BE-A_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-BE-LC_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-BE_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-LC_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-A_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-BE-A_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-BE-LC_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-BE_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-LC_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-A_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-BE-A_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-BE-LC_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-BE_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-LC_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-A_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-BE-A_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-BE-LC_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-BE_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-LC_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-A_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-BE-A_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-BE-LC_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-BE_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-LC_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-A_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-BE-A_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-BE-LC_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-BE_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-LC_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-A_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-BE-A_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-BE-LC_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-BE_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-LC_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-A_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-BE-A_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-BE-LC_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-BE_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-LC_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-A_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-BE-A_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-BE-LC_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-BE_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-LC_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-A_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-BE-A_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-BE-LC_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-BE_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-LC_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-A_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-BE-A_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-BE-LC_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-BE_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-LC_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-A_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-BE-A_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-BE-LC_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-BE_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-LC_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-A_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-BE-A_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-BE-LC_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-BE_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-LC_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-A_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-BE-A_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-BE-LC_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-BE_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-LC_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-A_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-BE-A_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-BE-LC_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-BE_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-LC_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-A_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-BE-A_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-BE-LC_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-BE_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-LC_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_THT Samtec_HLE-104-02-xx-DV-PE-LC_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_THT Samtec_HLE-104-02-xx-DV-PE_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE (compatible alternatives: HLE-104-02-xx-DV-PE-BE), 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_THT Samtec_HLE-104-02-xx-DV-TE_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-TE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_THT Samtec_HLE-105-02-xx-DV-PE-LC_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_THT Samtec_HLE-105-02-xx-DV-PE_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE (compatible alternatives: HLE-105-02-xx-DV-PE-BE), 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_THT Samtec_HLE-105-02-xx-DV-TE_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-TE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_THT Samtec_HLE-106-02-xx-DV-PE-LC_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_THT Samtec_HLE-106-02-xx-DV-PE_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE (compatible alternatives: HLE-106-02-xx-DV-PE-BE), 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_THT Samtec_HLE-106-02-xx-DV-TE_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-TE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_THT Samtec_HLE-107-02-xx-DV-PE-LC_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_THT Samtec_HLE-107-02-xx-DV-PE_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE (compatible alternatives: HLE-107-02-xx-DV-PE-BE), 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_THT Samtec_HLE-107-02-xx-DV-TE_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-TE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_THT Samtec_HLE-108-02-xx-DV-PE-LC_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_THT Samtec_HLE-108-02-xx-DV-PE_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE (compatible alternatives: HLE-108-02-xx-DV-PE-BE), 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_THT Samtec_HLE-108-02-xx-DV-TE_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-TE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_THT Samtec_HLE-109-02-xx-DV-PE-LC_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_THT Samtec_HLE-109-02-xx-DV-PE_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE (compatible alternatives: HLE-109-02-xx-DV-PE-BE), 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_THT Samtec_HLE-109-02-xx-DV-TE_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-TE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_THT Samtec_HLE-110-02-xx-DV-PE-LC_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_THT Samtec_HLE-110-02-xx-DV-PE_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE (compatible alternatives: HLE-110-02-xx-DV-PE-BE), 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_THT Samtec_HLE-110-02-xx-DV-TE_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-TE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_THT Samtec_HLE-111-02-xx-DV-PE-LC_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_THT Samtec_HLE-111-02-xx-DV-PE_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE (compatible alternatives: HLE-111-02-xx-DV-PE-BE), 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_THT Samtec_HLE-111-02-xx-DV-TE_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-TE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_THT Samtec_HLE-112-02-xx-DV-PE-LC_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_THT Samtec_HLE-112-02-xx-DV-PE_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE (compatible alternatives: HLE-112-02-xx-DV-PE-BE), 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_THT Samtec_HLE-112-02-xx-DV-TE_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-TE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_THT Samtec_HLE-113-02-xx-DV-PE-LC_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_THT Samtec_HLE-113-02-xx-DV-PE_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE (compatible alternatives: HLE-113-02-xx-DV-PE-BE), 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_THT Samtec_HLE-113-02-xx-DV-TE_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-TE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_THT Samtec_HLE-114-02-xx-DV-PE-LC_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_THT Samtec_HLE-114-02-xx-DV-PE_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE (compatible alternatives: HLE-114-02-xx-DV-PE-BE), 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_THT Samtec_HLE-114-02-xx-DV-TE_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-TE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_THT Samtec_HLE-115-02-xx-DV-PE-LC_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_THT Samtec_HLE-115-02-xx-DV-PE_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE (compatible alternatives: HLE-115-02-xx-DV-PE-BE), 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_THT Samtec_HLE-115-02-xx-DV-TE_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-TE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_THT Samtec_HLE-116-02-xx-DV-PE-LC_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_THT Samtec_HLE-116-02-xx-DV-PE_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE (compatible alternatives: HLE-116-02-xx-DV-PE-BE), 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_THT Samtec_HLE-116-02-xx-DV-TE_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-TE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_THT Samtec_HLE-117-02-xx-DV-PE-LC_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_THT Samtec_HLE-117-02-xx-DV-PE_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE (compatible alternatives: HLE-117-02-xx-DV-PE-BE), 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_THT Samtec_HLE-117-02-xx-DV-TE_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-TE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_THT Samtec_HLE-118-02-xx-DV-PE-LC_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_THT Samtec_HLE-118-02-xx-DV-PE_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE (compatible alternatives: HLE-118-02-xx-DV-PE-BE), 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_THT Samtec_HLE-118-02-xx-DV-TE_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-TE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_THT Samtec_HLE-119-02-xx-DV-PE-LC_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_THT Samtec_HLE-119-02-xx-DV-PE_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE (compatible alternatives: HLE-119-02-xx-DV-PE-BE), 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_THT Samtec_HLE-119-02-xx-DV-TE_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-TE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_THT Samtec_HLE-120-02-xx-DV-PE-LC_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_THT Samtec_HLE-120-02-xx-DV-PE_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE (compatible alternatives: HLE-120-02-xx-DV-PE-BE), 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_THT Samtec_HLE-120-02-xx-DV-TE_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-TE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_THT Samtec_HLE-121-02-xx-DV-PE-LC_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_THT Samtec_HLE-121-02-xx-DV-PE_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE (compatible alternatives: HLE-121-02-xx-DV-PE-BE), 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_THT Samtec_HLE-121-02-xx-DV-TE_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-TE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_THT Samtec_HLE-122-02-xx-DV-PE-LC_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_THT Samtec_HLE-122-02-xx-DV-PE_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE (compatible alternatives: HLE-122-02-xx-DV-PE-BE), 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_THT Samtec_HLE-122-02-xx-DV-TE_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-TE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_THT Samtec_HLE-123-02-xx-DV-PE-LC_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_THT Samtec_HLE-123-02-xx-DV-PE_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE (compatible alternatives: HLE-123-02-xx-DV-PE-BE), 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_THT Samtec_HLE-123-02-xx-DV-TE_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-TE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_THT Samtec_HLE-124-02-xx-DV-PE-LC_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_THT Samtec_HLE-124-02-xx-DV-PE_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE (compatible alternatives: HLE-124-02-xx-DV-PE-BE), 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_THT Samtec_HLE-124-02-xx-DV-TE_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-TE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_THT Samtec_HLE-125-02-xx-DV-PE-LC_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_THT Samtec_HLE-125-02-xx-DV-PE_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE (compatible alternatives: HLE-125-02-xx-DV-PE-BE), 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_THT Samtec_HLE-125-02-xx-DV-TE_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-TE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_THT Samtec_HLE-126-02-xx-DV-PE-LC_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_THT Samtec_HLE-126-02-xx-DV-PE_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE (compatible alternatives: HLE-126-02-xx-DV-PE-BE), 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_THT Samtec_HLE-126-02-xx-DV-TE_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-TE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_THT Samtec_HLE-127-02-xx-DV-PE-LC_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_THT Samtec_HLE-127-02-xx-DV-PE_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE (compatible alternatives: HLE-127-02-xx-DV-PE-BE), 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_THT Samtec_HLE-127-02-xx-DV-TE_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-TE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_THT Samtec_HLE-128-02-xx-DV-PE-LC_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_THT Samtec_HLE-128-02-xx-DV-PE_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE (compatible alternatives: HLE-128-02-xx-DV-PE-BE), 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_THT Samtec_HLE-128-02-xx-DV-TE_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-TE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_THT Samtec_HLE-129-02-xx-DV-PE-LC_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_THT Samtec_HLE-129-02-xx-DV-PE_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE (compatible alternatives: HLE-129-02-xx-DV-PE-BE), 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_THT Samtec_HLE-129-02-xx-DV-TE_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-TE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_THT Samtec_HLE-130-02-xx-DV-PE-LC_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_THT Samtec_HLE-130-02-xx-DV-PE_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE (compatible alternatives: HLE-130-02-xx-DV-PE-BE), 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_THT Samtec_HLE-130-02-xx-DV-TE_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-TE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_THT Samtec_HLE-131-02-xx-DV-PE-LC_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_THT Samtec_HLE-131-02-xx-DV-PE_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE (compatible alternatives: HLE-131-02-xx-DV-PE-BE), 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_THT Samtec_HLE-131-02-xx-DV-TE_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-TE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_THT Samtec_HLE-132-02-xx-DV-PE-LC_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_THT Samtec_HLE-132-02-xx-DV-PE_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE (compatible alternatives: HLE-132-02-xx-DV-PE-BE), 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_THT Samtec_HLE-132-02-xx-DV-TE_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-TE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_THT Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_THT Samtec_HLE-133-02-xx-DV-PE_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE (compatible alternatives: HLE-133-02-xx-DV-PE-BE), 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_THT Samtec_HLE-133-02-xx-DV-TE_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-TE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_THT Samtec_HLE-134-02-xx-DV-PE-LC_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_THT Samtec_HLE-134-02-xx-DV-PE_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE (compatible alternatives: HLE-134-02-xx-DV-PE-BE), 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_THT Samtec_HLE-134-02-xx-DV-TE_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-TE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_THT Samtec_HLE-135-02-xx-DV-PE-LC_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_THT Samtec_HLE-135-02-xx-DV-PE_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE (compatible alternatives: HLE-135-02-xx-DV-PE-BE), 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_THT Samtec_HLE-135-02-xx-DV-TE_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-TE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_THT Samtec_HLE-136-02-xx-DV-PE-LC_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_THT Samtec_HLE-136-02-xx-DV-PE_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE (compatible alternatives: HLE-136-02-xx-DV-PE-BE), 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_THT Samtec_HLE-136-02-xx-DV-TE_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-TE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_THT Samtec_HLE-137-02-xx-DV-PE-LC_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_THT Samtec_HLE-137-02-xx-DV-PE_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE (compatible alternatives: HLE-137-02-xx-DV-PE-BE), 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_THT Samtec_HLE-137-02-xx-DV-TE_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-TE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_THT Samtec_HLE-138-02-xx-DV-PE-LC_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_THT Samtec_HLE-138-02-xx-DV-PE_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE (compatible alternatives: HLE-138-02-xx-DV-PE-BE), 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_THT Samtec_HLE-138-02-xx-DV-TE_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-TE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_THT Samtec_HLE-139-02-xx-DV-PE-LC_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_THT Samtec_HLE-139-02-xx-DV-PE_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE (compatible alternatives: HLE-139-02-xx-DV-PE-BE), 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_THT Samtec_HLE-139-02-xx-DV-TE_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-TE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_THT Samtec_HLE-140-02-xx-DV-PE-LC_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_THT Samtec_HLE-140-02-xx-DV-PE_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE (compatible alternatives: HLE-140-02-xx-DV-PE-BE), 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_THT Samtec_HLE-140-02-xx-DV-TE_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-TE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_THT Samtec_HLE-141-02-xx-DV-PE-LC_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_THT Samtec_HLE-141-02-xx-DV-PE_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE (compatible alternatives: HLE-141-02-xx-DV-PE-BE), 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_THT Samtec_HLE-141-02-xx-DV-TE_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-TE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_THT Samtec_HLE-142-02-xx-DV-PE-LC_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_THT Samtec_HLE-142-02-xx-DV-PE_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE (compatible alternatives: HLE-142-02-xx-DV-PE-BE), 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_THT Samtec_HLE-142-02-xx-DV-TE_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-TE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_THT Samtec_HLE-143-02-xx-DV-PE-LC_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_THT Samtec_HLE-143-02-xx-DV-PE_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE (compatible alternatives: HLE-143-02-xx-DV-PE-BE), 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_THT Samtec_HLE-143-02-xx-DV-TE_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-TE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_THT Samtec_HLE-144-02-xx-DV-PE-LC_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_THT Samtec_HLE-144-02-xx-DV-PE_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE (compatible alternatives: HLE-144-02-xx-DV-PE-BE), 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_THT Samtec_HLE-144-02-xx-DV-TE_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-TE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_THT Samtec_HLE-145-02-xx-DV-PE-LC_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_THT Samtec_HLE-145-02-xx-DV-PE_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE (compatible alternatives: HLE-145-02-xx-DV-PE-BE), 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_THT Samtec_HLE-145-02-xx-DV-TE_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-TE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_THT Samtec_HLE-146-02-xx-DV-PE-LC_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_THT Samtec_HLE-146-02-xx-DV-PE_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE (compatible alternatives: HLE-146-02-xx-DV-PE-BE), 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_THT Samtec_HLE-146-02-xx-DV-TE_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-TE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_THT Samtec_HLE-147-02-xx-DV-PE-LC_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_THT Samtec_HLE-147-02-xx-DV-PE_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE (compatible alternatives: HLE-147-02-xx-DV-PE-BE), 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_THT Samtec_HLE-147-02-xx-DV-TE_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-TE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_THT Samtec_HLE-148-02-xx-DV-PE-LC_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_THT Samtec_HLE-148-02-xx-DV-PE_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE (compatible alternatives: HLE-148-02-xx-DV-PE-BE), 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_THT Samtec_HLE-148-02-xx-DV-TE_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-TE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_THT Samtec_HLE-149-02-xx-DV-PE-LC_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_THT Samtec_HLE-149-02-xx-DV-PE_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE (compatible alternatives: HLE-149-02-xx-DV-PE-BE), 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_THT Samtec_HLE-149-02-xx-DV-TE_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-TE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_THT Samtec_HLE-150-02-xx-DV-PE-LC_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_THT Samtec_HLE-150-02-xx-DV-PE_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE (compatible alternatives: HLE-150-02-xx-DV-PE-BE), 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_THT Samtec_HLE-150-02-xx-DV-TE_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-TE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Stocko Stocko_MKS_1651-6-0-202_1x2_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 2 2 Connector_Stocko Stocko_MKS_1652-6-0-202_1x2_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 2 2 Connector_Stocko Stocko_MKS_1653-6-0-303_1x3_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 3 3 Connector_Stocko Stocko_MKS_1654-6-0-404_1x4_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 4 4 Connector_Stocko Stocko_MKS_1655-6-0-505_1x5_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 5 5 Connector_Stocko Stocko_MKS_1656-6-0-606_1x6_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 6 6 Connector_Stocko Stocko_MKS_1657-6-0-707_1x7_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 7 7 Connector_Stocko Stocko_MKS_1658-6-0-808_1x8_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 8 8 Connector_Stocko Stocko_MKS_1659-6-0-909_1x9_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 9 9 Connector_Stocko Stocko_MKS_1660-6-0-1010_1x10_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 10 10 Connector_Stocko Stocko_MKS_1661-6-0-1111_1x11_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 11 11 Connector_Stocko Stocko_MKS_1662-6-0-1212_1x12_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 12 12 Connector_Stocko Stocko_MKS_1663-6-0-1313_1x13_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 13 13 Connector_Stocko Stocko_MKS_1664-6-0-1414_1x14_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 14 14 Connector_Stocko Stocko_MKS_1665-6-0-1515_1x15_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 15 15 Connector_Stocko Stocko_MKS_1666-6-0-1616_1x16_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 16 16 Connector_Stocko Stocko_MKS_1667-6-0-1717_1x17_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 17 17 Connector_Stocko Stocko_MKS_1668-6-0-1818_1x18_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 18 18 Connector_Stocko Stocko_MKS_1669-6-0-1919_1x19_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 19 19 Connector_Stocko Stocko_MKS_1670-6-0-2020_1x20_P2.50mm_Vertical Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator Stocko RFK MKS 16xx 0 20 20 Connector_TE-Connectivity TE_1-826576-3_1x13_P3.96mm_Vertical TE, 1-826576-3, 13 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 13 13 Connector_TE-Connectivity TE_1-826576-5_1x15_P3.96mm_Vertical TE, 1-826576-5, 15 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 15 15 Connector_TE-Connectivity TE_1-826576-6_1x16_P3.96mm_Vertical TE, 1-826576-6, 16 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 16 16 Connector_TE-Connectivity TE_1-826576-7_1x17_P3.96mm_Vertical TE, 1-826576-7, 17 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 17 17 Connector_TE-Connectivity TE_1-826576-8_1x18_P3.96mm_Vertical TE, 1-826576-8, 18 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 18 18 Connector_TE-Connectivity TE_2-826576-0_1x20_P3.96mm_Vertical TE, 2-826576-0, 20 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 20 20 Connector_TE-Connectivity TE_3-826576-6_1x36_P3.96mm_Vertical TE, 3-826576-6, 36 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 36 36 Connector_TE-Connectivity TE_826576-2_1x02_P3.96mm_Vertical TE, 826576-2, 2 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 2 2 Connector_TE-Connectivity TE_826576-3_1x03_P3.96mm_Vertical TE, 826576-3, 3 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 3 3 Connector_TE-Connectivity TE_826576-5_1x05_P3.96mm_Vertical TE, 826576-5, 5 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 5 5 Connector_TE-Connectivity TE_826576-6_1x06_P3.96mm_Vertical TE, 826576-6, 6 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 6 6 Connector_TE-Connectivity TE_826576-7_1x07_P3.96mm_Vertical TE, 826576-7, 7 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 7 7 Connector_TE-Connectivity TE_826576-8_1x08_P3.96mm_Vertical TE, 826576-8, 8 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 8 8 Connector_TE-Connectivity TE_826576-9_1x09_P3.96mm_Vertical TE, 826576-9, 9 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator connector TE 826576 vertical 0 9 9 Connector_TE-Connectivity TE_5767171-1_2x19_P0.635mm_Vertical PCB Mount Receptacle, Vertical, Board-to-Board, 38 Position, 24.003mm / .64mm [.945in] Centerline, Header Only, Palladium Nickel (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F5767171%7FB2%7Fpdf%7FEnglish%7FENG_CD_5767171_B2.pdf%7F5767171-1#page=2) mictor38 receptacle board-to-board 0 43 39 Connector_TE-Connectivity TE_AMPSEAL_1-776087-x_3Rows_23_P0.4mm_Horizontal Connector TE 776087 0 23 23 Connector_TE-Connectivity TE_MATE-N-LOK_1-770182-x_3x03_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770182-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 9 9 Connector_TE-Connectivity TE_MATE-N-LOK_1-770186-x_3x04_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770186-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 12 12 Connector_TE-Connectivity TE_MATE-N-LOK_1-770190-x_3x05_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770190-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 15 15 Connector_TE-Connectivity TE_MATE-N-LOK_1-770621-x_2x06_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770621-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 12 12 Connector_TE-Connectivity TE_MATE-N-LOK_1-770858-x_2x05_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770858-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 10 10 Connector_TE-Connectivity TE_MATE-N-LOK_1-770866-x_1x02_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770866-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 2 2 Connector_TE-Connectivity TE_MATE-N-LOK_1-770870-x_1x03_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770870-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 3 3 Connector_TE-Connectivity TE_MATE-N-LOK_1-770874-x_2x02_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770874-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 4 4 Connector_TE-Connectivity TE_MATE-N-LOK_1-770875-x_2x03_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770875-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 6 6 Connector_TE-Connectivity TE_MATE-N-LOK_1-770966-x_1x02_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770966-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 2 2 Connector_TE-Connectivity TE_MATE-N-LOK_1-770967-x_1x03_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770967-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 3 3 Connector_TE-Connectivity TE_MATE-N-LOK_1-770968-x_2x02_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770968-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 4 4 Connector_TE-Connectivity TE_MATE-N-LOK_1-770969-x_2x03_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770969-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 6 6 Connector_TE-Connectivity TE_MATE-N-LOK_1-770970-x_2x04_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770970-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 8 8 Connector_TE-Connectivity TE_MATE-N-LOK_1-770971-x_2x05_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770971-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 10 10 Connector_TE-Connectivity TE_MATE-N-LOK_1-770972-x_2x06_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770972-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 12 12 Connector_TE-Connectivity TE_MATE-N-LOK_1-770973-x_2x07_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770973-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 14 14 Connector_TE-Connectivity TE_MATE-N-LOK_1-770974-x_2x08_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770974-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 16 16 Connector_TE-Connectivity TE_MATE-N-LOK_1-794067-x_2x07_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794067-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 14 14 Connector_TE-Connectivity TE_MATE-N-LOK_1-794068-x_2x08_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794068-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 16 16 Connector_TE-Connectivity TE_MATE-N-LOK_1-794069-x_2x09_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794069-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 18 18 Connector_TE-Connectivity TE_MATE-N-LOK_1-794070-x_2x10_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794070-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 20 20 Connector_TE-Connectivity TE_MATE-N-LOK_1-794071-x_2x11_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794071-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 22 22 Connector_TE-Connectivity TE_MATE-N-LOK_1-794072-x_2x12_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794072-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 24 24 Connector_TE-Connectivity TE_MATE-N-LOK_1-794073-x_2x04_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794073-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 8 8 Connector_TE-Connectivity TE_MATE-N-LOK_1-794105-x_2x09_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794105-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 18 18 Connector_TE-Connectivity TE_MATE-N-LOK_1-794106-x_2x10_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794106-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 20 20 Connector_TE-Connectivity TE_MATE-N-LOK_1-794107-x_2x11_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794107-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 22 22 Connector_TE-Connectivity TE_MATE-N-LOK_1-794108-x_2x12_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794108-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 24 24 Connector_TE-Connectivity TE_MATE-N-LOK_1-794374-x_1x01_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794374-x, 1 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 1 1 Connector_TE-Connectivity TE_MATE-N-LOK_350211-1_1x04_P5.08mm_Vertical https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F350211%7FU5%7Fpdf%7FEnglish%7FENG_CD_350211_U5.pdf%7F350211-1 connector TE MATE-N-LOK top entry ATA PATA IDE 5.25 inch floppy drive power 0 4 4 Connector_USB USB3_A_Molex_48393-001 USB 3.0, type A, right angle (http://www.molex.com/pdm_docs/sd/483930003_sd.pdf) USB 3.0 type A right angle 0 13 10 Connector_USB USB3_A_Plug_Wuerth_692112030100_Horizontal USB3 type A Plug, Horizontal, http://katalog.we-online.de/em/datasheet/692112030100.pdf usb A plug horizontal 0 11 10 Connector_USB USB_A_CNCTech_1001-011-01101_Horizontal USB type A Plug, Horizontal, http://cnctech.us/pdfs/1001-011-01101.pdf USB-A 0 6 5 Connector_USB USB_A_CONNFLY_DS1095-WNR0 http://www.connfly.com/userfiles/image/UpLoadFile/File/2013/5/6/DS1095.pdf USB-A receptacle horizontal through-hole 0 6 5 Connector_USB USB_A_Molex_67643_Horizontal USB type A, Horizontal, https://www.molex.com/pdm_docs/sd/676433910_sd.pdf USB_A Female Connector receptacle 0 6 5 Connector_USB USB_A_Molex_105057_Vertical https://www.molex.com/pdm_docs/sd/1050570001_sd.pdf USB A Vertical 0 7 5 Connector_USB USB_A_Stewart_SS-52100-001_Horizontal USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf USB_A Female Connector receptacle 0 6 5 Connector_USB USB_A_Wuerth_614004134726_Horizontal USB A connector https://www.we-online.com/catalog/datasheet/614004134726.pdf USB_A Female Connector receptacle 0 8 5 Connector_USB USB_A_Wuerth_61400826021_Horizontal_Stacked Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf Wuerth stacked USB_A 0 12 9 Connector_USB USB_B_Amphenol_MUSB-D511_Vertical_Rugged A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf USB_B_MUSB_Straight female connector straight rugged MUSB D511 0 6 5 Connector_USB USB_B_Lumberg_2411_02_Horizontal USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf USB B receptacle horizontal through-hole 0 6 5 Connector_USB USB_B_OST_USB-B1HSxx_Horizontal USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf USB-B receptacle horizontal through-hole 0 6 5 Connector_USB USB_B_TE_5787834_Vertical http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf USB_B USB B vertical female connector 0 6 5 Connector_USB USB_C_Plug_JAE_DX07P024AJ1 Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, https://www.jae.com/en/searchfilter/?topics_keyword=DX07P024AJ1&mainItemSelect=1 USB Type-C Plug Edge Mount 0 30 25 Connector_USB USB_C_Plug_Molex_105444 Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf USB Type-C Plug Edge Mount 0 24 23 Connector_USB USB_C_Receptacle_Amphenol_12401548E4-2A USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A USB C Type-C Receptacle Hybrid 0 28 25 Connector_USB USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A USB C Type-C Receptacle Hybrid 0 28 25 Connector_USB USB_C_Receptacle_Amphenol_12401610E4-2A USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A USB C Type-C Receptacle SMD 0 28 25 Connector_USB USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A USB C Type-C Receptacle SMD 0 28 25 Connector_USB USB_C_Receptacle_GCT_USB4085 USB 2.0 Type C Receptacle, https://gct.co/Files/Drawings/USB4085.pdf USB Type-C Receptacle Through-hole Right angle 0 20 17 Connector_USB USB_C_Receptacle_HRO_TYPE-C-31-M-12 USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf usb usb-c 2.0 pd 0 20 17 Connector_USB USB_C_Receptacle_JAE_DX07S024WJ1R350 http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117219.pdf USB C Type-C Receptacle SMD 0 30 25 Connector_USB USB_C_Receptacle_JAE_DX07S024WJ3R400 USB TYPE C, VERT RCPT PCB, SMT, http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117928.pdf USB C Type-C Receptacle SMD 0 28 25 Connector_USB USB_C_Receptacle_Palconn_UTC16-G http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf USB C Type-C Receptacle USB2.0 0 20 17 Connector_USB USB_C_Receptacle_XKB_U262-16XN-4BVC11 USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf USB C Type-C Receptacle SMD 0 20 17 Connector_USB USB_Micro-AB_Molex_47590-0001 Micro USB AB receptable, right-angle inverted (https://www.molex.com/pdm_docs/sd/475900001_sd.pdf) Micro AB USB SMD 0 14 6 Connector_USB USB_Micro-B_Amphenol_10103594-0001LF_Horizontal Micro USB Type B 10103594-0001LF, http://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10103594.pdf USB USB_B USB_micro USB_OTG 0 17 6 Connector_USB USB_Micro-B_Amphenol_10104110_Horizontal USB Micro-B, horizontal, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104110.pdf USB Micro B horizontal 0 9 6 Connector_USB USB_Micro-B_Amphenol_10118194_Horizontal USB Micro-B receptacle, horizontal, SMD, 10118194, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf USB Micro B horizontal SMD 0 17 6 Connector_USB USB_Micro-B_GCT_USB3076-30-A GCT Micro USB https://gct.co/files/drawings/usb3076.pdf Micro-USB SMD Typ-B GCT 0 11 6 Connector_USB USB_Micro-B_Molex-105017-0001 http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf Micro-USB SMD Typ-B 0 13 6 Connector_USB USB_Micro-B_Molex-105133-0001 Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf) Micro-USB SMD Typ-B Vertical 0 8 6 Connector_USB USB_Micro-B_Molex-105133-0031 Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330031_sd.pdf) Micro-USB SMD Typ-B Vertical 0 8 6 Connector_USB USB_Micro-B_Molex_47346-0001 Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf) Micro B USB SMD 0 11 6 Connector_USB USB_Micro-B_Wuerth_614105150721_Vertical USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf usb micro receptacle vertical 0 7 6 Connector_USB USB_Micro-B_Wuerth_614105150721_Vertical_CircularHoles USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf usb micro receptacle vertical 0 7 6 Connector_USB USB_Micro-B_Wuerth_629105150521 USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf usb micro receptacle 0 9 6 Connector_USB USB_Micro-B_Wuerth_629105150521_CircularHoles USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf usb micro receptacle 0 9 6 Connector_USB USB_Mini-B_AdamTech_MUSB-B5-S-VT-TSMT-1_SMD_Vertical http://www.adam-tech.com/upload/MUSB-B5-S-VT-TSMT-1.pdf USB Mini-B 0 7 6 Connector_USB USB_Mini-B_Lumberg_2486_01_Horizontal USB Mini-B 5-pin SMD connector, http://downloads.lumberg.com/datenblaetter/en/2486_01.pdf USB USB_B USB_Mini connector 0 9 6 Connector_USB USB_Mini-B_Tensility_54-00023_Vertical http://www.tensility.com/pdffiles/54-00023.pdf usb mini receptacle vertical 0 7 6 Connector_USB USB_Mini-B_Tensility_54-00023_Vertical_CircularHoles http://www.tensility.com/pdffiles/54-00023.pdf usb mini receptacle vertical 0 7 6 Connector_USB USB_Mini-B_Wuerth_65100516121_Horizontal Mini USB 2.0 Type B SMT Horizontal 5 Contacts (https://katalog.we-online.de/em/datasheet/65100516121.pdf) Mini USB 2.0 Type B 0 9 6 Connector_Wago Wago_734-132_1x02_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-132 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 2 2 Connector_Wago Wago_734-133_1x03_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-133 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 3 3 Connector_Wago Wago_734-134_1x04_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-134 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 4 4 Connector_Wago Wago_734-135_1x05_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-135 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 5 5 Connector_Wago Wago_734-136_1x06_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-136 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 6 6 Connector_Wago Wago_734-137_1x07_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-137 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 7 7 Connector_Wago Wago_734-138_1x08_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-138 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 8 8 Connector_Wago Wago_734-139_1x09_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-139 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 9 9 Connector_Wago Wago_734-140_1x10_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-140 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 10 10 Connector_Wago Wago_734-141_1x11_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-141 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 11 11 Connector_Wago Wago_734-142_1x12_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-142 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 12 12 Connector_Wago Wago_734-143_1x13_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-143 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 13 13 Connector_Wago Wago_734-144_1x14_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-144 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 14 14 Connector_Wago Wago_734-146_1x16_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-146 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 16 16 Connector_Wago Wago_734-148_1x18_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-148 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 18 18 Connector_Wago Wago_734-150_1x20_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-150 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 20 20 Connector_Wago Wago_734-154_1x24_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-154 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 24 24 Connector_Wago Wago_734-162_1x02_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-162 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 2 2 Connector_Wago Wago_734-163_1x03_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-163 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 3 3 Connector_Wago Wago_734-164_1x04_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-164 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 4 4 Connector_Wago Wago_734-165_1x05_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-165 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 5 5 Connector_Wago Wago_734-166_1x06_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-166 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 6 6 Connector_Wago Wago_734-167_1x07_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-167 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 7 7 Connector_Wago Wago_734-168_1x08_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-168 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 8 8 Connector_Wago Wago_734-169_1x09_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-169 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 9 9 Connector_Wago Wago_734-170_1x10_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-170 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 10 10 Connector_Wago Wago_734-171_1x11_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-171 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 11 11 Connector_Wago Wago_734-172_1x12_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-172 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 12 12 Connector_Wago Wago_734-173_1x13_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-173 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 13 13 Connector_Wago Wago_734-174_1x14_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-174 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 14 14 Connector_Wago Wago_734-176_1x16_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-176 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 16 16 Connector_Wago Wago_734-178_1x18_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-178 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 18 18 Connector_Wago Wago_734-180_1x20_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-180 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 20 20 Connector_Wago Wago_734-184_1x24_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-184 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 24 24 Connector_Wire SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm Soldered wire connection, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm 0 1 1 Connector_Wire SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm Soldered wire connection, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm 0 2 2 Connector_Wire SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm 0 3 3 Connector_Wire SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm Soldered wire connection, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm 0 4 4 Connector_Wire SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm Soldered wire connection, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm 0 5 5 Connector_Wire SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm Soldered wire connection, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm 0 6 6 Connector_Wire SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.1sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm Soldered wire connection, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 1 1 Connector_Wire SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm Soldered wire connection, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 1 1 Connector_Wire SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm Soldered wire connection, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 2 2 Connector_Wire SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm Soldered wire connection, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 2 2 Connector_Wire SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm Soldered wire connection, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 3 3 Connector_Wire SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm Soldered wire connection, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 3 3 Connector_Wire SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm Soldered wire connection, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 4 4 Connector_Wire SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm Soldered wire connection, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 4 4 Connector_Wire SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm Soldered wire connection, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 5 5 Connector_Wire SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm Soldered wire connection, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 5 5 Connector_Wire SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm Soldered wire connection, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 6 6 Connector_Wire SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm Soldered wire connection, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm 0 6 6 Connector_Wire SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.5sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm Soldered wire connection, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm 0 1 1 Connector_Wire SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief Soldered wire connection with feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm Soldered wire connection, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm 0 2 2 Connector_Wire SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm Soldered wire connection, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm 0 3 3 Connector_Wire SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm Soldered wire connection, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm 0 4 4 Connector_Wire SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm Soldered wire connection, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm 0 5 5 Connector_Wire SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm Soldered wire connection, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm 0 6 6 Connector_Wire SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.15sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm Soldered wire connection, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 1 1 Connector_Wire SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm Soldered wire connection, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 1 1 Connector_Wire SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm Soldered wire connection, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 2 2 Connector_Wire SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm Soldered wire connection, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 2 2 Connector_Wire SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm Soldered wire connection, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 3 3 Connector_Wire SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm Soldered wire connection, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 3 3 Connector_Wire SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm Soldered wire connection, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 4 4 Connector_Wire SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm Soldered wire connection, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 4 4 Connector_Wire SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm Soldered wire connection, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 5 5 Connector_Wire SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm Soldered wire connection, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 5 5 Connector_Wire SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm Soldered wire connection, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 6 6 Connector_Wire SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm Soldered wire connection, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm 0 6 6 Connector_Wire SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.25sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm Soldered wire connection, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 1 1 Connector_Wire SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm Soldered wire connection, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 1 1 Connector_Wire SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm Soldered wire connection, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 2 2 Connector_Wire SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm Soldered wire connection, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 2 2 Connector_Wire SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm Soldered wire connection, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 3 3 Connector_Wire SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm Soldered wire connection, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 3 3 Connector_Wire SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm Soldered wire connection, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 4 4 Connector_Wire SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm Soldered wire connection, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 4 4 Connector_Wire SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm Soldered wire connection, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 5 5 Connector_Wire SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm Soldered wire connection, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 5 5 Connector_Wire SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm Soldered wire connection, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 6 6 Connector_Wire SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm Soldered wire connection, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm 0 6 6 Connector_Wire SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.75sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm Soldered wire connection, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm 0 1 1 Connector_Wire SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm strain-relief 0 1 1 Connector_Wire SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm Soldered wire connection, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm 0 2 2 Connector_Wire SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm strain-relief 0 2 2 Connector_Wire SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm Soldered wire connection, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm 0 3 3 Connector_Wire SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm strain-relief 0 3 3 Connector_Wire SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm Soldered wire connection, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm 0 4 4 Connector_Wire SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm strain-relief 0 4 4 Connector_Wire SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm Soldered wire connection, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm 0 5 5 Connector_Wire SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm strain-relief 0 5 5 Connector_Wire SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm Soldered wire connection, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm 0 6 6 Connector_Wire SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief Soldered wire connection with feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm strain-relief 0 6 6 Connector_Wire SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 0.127sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm Soldered wire connection, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 1 1 Connector_Wire SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 1 1 Connector_Wire SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm Soldered wire connection, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 1 1 Connector_Wire SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 1 1 Connector_Wire SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm Soldered wire connection, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 2 2 Connector_Wire SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 2 2 Connector_Wire SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm Soldered wire connection, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 2 2 Connector_Wire SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 2 2 Connector_Wire SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm Soldered wire connection, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 3 3 Connector_Wire SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 3 3 Connector_Wire SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm Soldered wire connection, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 3 3 Connector_Wire SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 3 3 Connector_Wire SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm Soldered wire connection, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 4 4 Connector_Wire SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 4 4 Connector_Wire SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm Soldered wire connection, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 4 4 Connector_Wire SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 4 4 Connector_Wire SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm Soldered wire connection, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 5 5 Connector_Wire SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 5 5 Connector_Wire SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm Soldered wire connection, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 5 5 Connector_Wire SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 5 5 Connector_Wire SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm Soldered wire connection, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 6 6 Connector_Wire SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 6 6 Connector_Wire SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm Soldered wire connection, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm 0 6 6 Connector_Wire SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm strain-relief 0 6 6 Connector_Wire SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1.5sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm Soldered wire connection, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 1 1 Connector_Wire SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief Soldered wire connection with feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 1 1 Connector_Wire SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm Soldered wire connection, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 1 1 Connector_Wire SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 1 1 Connector_Wire SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm Soldered wire connection, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 2 2 Connector_Wire SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 2 2 Connector_Wire SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm Soldered wire connection, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 2 2 Connector_Wire SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 2 2 Connector_Wire SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm Soldered wire connection, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 3 3 Connector_Wire SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 3 3 Connector_Wire SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm Soldered wire connection, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 3 3 Connector_Wire SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 3 3 Connector_Wire SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm Soldered wire connection, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 4 4 Connector_Wire SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 4 4 Connector_Wire SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm Soldered wire connection, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 4 4 Connector_Wire SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 4 4 Connector_Wire SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm Soldered wire connection, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 5 5 Connector_Wire SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 5 5 Connector_Wire SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm Soldered wire connection, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 5 5 Connector_Wire SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 5 5 Connector_Wire SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm Soldered wire connection, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 6 6 Connector_Wire SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 6 6 Connector_Wire SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm Soldered wire connection, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm 0 6 6 Connector_Wire SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm strain-relief 0 6 6 Connector_Wire SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 1sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm Soldered wire connection, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 1 1 Connector_Wire SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 1 1 Connector_Wire SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm Soldered wire connection, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 1 1 Connector_Wire SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 1 1 Connector_Wire SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm Soldered wire connection, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 2 2 Connector_Wire SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 2 2 Connector_Wire SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm Soldered wire connection, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 2 2 Connector_Wire SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 2 2 Connector_Wire SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm Soldered wire connection, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 3 3 Connector_Wire SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 3 3 Connector_Wire SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm Soldered wire connection, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 3 3 Connector_Wire SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 3 3 Connector_Wire SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm Soldered wire connection, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 4 4 Connector_Wire SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 4 4 Connector_Wire SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm Soldered wire connection, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 4 4 Connector_Wire SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 4 4 Connector_Wire SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm Soldered wire connection, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 5 5 Connector_Wire SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 5 5 Connector_Wire SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm Soldered wire connection, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 5 5 Connector_Wire SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 5 5 Connector_Wire SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm Soldered wire connection, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 6 6 Connector_Wire SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 6 6 Connector_Wire SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm Soldered wire connection, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm 0 6 6 Connector_Wire SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm strain-relief 0 6 6 Connector_Wire SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2.5sqmm double-strain-relief 0 6 6 Connector_Wire SolderWire-2sqmm_1x01_D2mm_OD3.9mm Soldered wire connection, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm 0 1 1 Connector_Wire SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm strain-relief 0 1 1 Connector_Wire SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm double-strain-relief 0 1 1 Connector_Wire SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm Soldered wire connection, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm 0 2 2 Connector_Wire SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm strain-relief 0 2 2 Connector_Wire SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm double-strain-relief 0 2 2 Connector_Wire SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm Soldered wire connection, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm 0 3 3 Connector_Wire SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm strain-relief 0 3 3 Connector_Wire SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm double-strain-relief 0 3 3 Connector_Wire SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm Soldered wire connection, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm 0 4 4 Connector_Wire SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm strain-relief 0 4 4 Connector_Wire SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm double-strain-relief 0 4 4 Connector_Wire SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm Soldered wire connection, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm 0 5 5 Connector_Wire SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm strain-relief 0 5 5 Connector_Wire SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm double-strain-relief 0 5 5 Connector_Wire SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm Soldered wire connection, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm 0 6 6 Connector_Wire SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief Soldered wire connection with feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm strain-relief 0 6 6 Connector_Wire SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief2x Soldered wire connection with double feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator connector wire 2sqmm double-strain-relief 0 6 6 Connector_Wire SolderWirePad_1x01_SMD_1x2mm Wire Pad, Square, SMD Pad, 5mm x 10mm, MesurementPoint Square SMDPad 5mmx10mm 0 1 1 Connector_Wire SolderWirePad_1x01_SMD_5x10mm Wire Pad, Square, SMD Pad, 5mm x 10mm, MesurementPoint Square SMDPad 5mmx10mm 0 1 1 Connector_Wuerth Wuerth_WR-WTB_64800211622_1x02_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800211622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 2 2 Connector_Wuerth Wuerth_WR-WTB_64800311622_1x03_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800311622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 3 3 Connector_Wuerth Wuerth_WR-WTB_64800411622_1x04_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800411622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 4 4 Connector_Wuerth Wuerth_WR-WTB_64800511622_1x05_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800511622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 5 5 Connector_Wuerth Wuerth_WR-WTB_64800611622_1x06_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800611622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 6 6 Connector_Wuerth Wuerth_WR-WTB_64800711622_1x07_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800711622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 7 7 Connector_Wuerth Wuerth_WR-WTB_64800811622_1x08_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800811622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 8 8 Connector_Wuerth Wuerth_WR-WTB_64800911622_1x09_P1.50mm_Vertical Wuerth WR-WTB series connector, 64800911622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 9 9 Connector_Wuerth Wuerth_WR-WTB_64801011622_1x10_P1.50mm_Vertical Wuerth WR-WTB series connector, 64801011622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator connector Wuerth WR-WTB vertical 0 10 10 Connectors_USB USB3_A_Molex_48393-001 USB 3.0, type A, right angle (http://www.molex.com/pdm_docs/sd/483930003_sd.pdf) USB 3.0 type A right angle 0 13 10 Connectors_USB USB_C_Plug_Molex_105444 Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf USB Type-C Plug Edge Mount 0 24 23 Connectors_USB USB_C_Receptacle_Amphenol_12401548E4-2A USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A USB C Type-C Receptacle Hybrid 0 28 25 Connectors_USB USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A USB C Type-C Receptacle Hybrid 0 28 25 Connectors_USB USB_C_Receptacle_Amphenol_12401610E4-2A USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A USB C Type-C Receptacle SMD 0 28 25 Connectors_USB USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A USB C Type-C Receptacle SMD 0 28 25 Connectors_USB USB_Micro-B_Molex-105017-0001 http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf Micro-USB SMD Typ-B 0 13 6 Connectors_USB USB_Micro-B_Molex_47346-0001 Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf) Micro B USB SMD 0 11 6 Connectors_USB USB_Micro-B_Vertical_Molex-105133-0001 Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf) Micro-USB SMD Typ-B Vertical 0 8 6 Connectors_USB USB_Micro-B_Wuerth-614105150721_Vertical USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf usb micro receptacle vertical 0 7 6 Connectors_USB USB_Micro-B_Wuerth-614105150721_Vertical_CircularHoles USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf usb micro receptacle vertical 0 7 6 Connectors_USB USB_Micro-B_Wuerth-629105150521 USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf usb micro receptacle 0 9 6 Connectors_USB USB_Micro-B_Wuerth-629105150521_CircularHoles USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf usb micro receptacle 0 9 6 Converter_ACDC Converter_ACDC_CUI_PBO-3-Sxx_THT_Vertical ACDC-Converter, 3W, CUI PBO-3, THT https://www.cui.com/product/resource/pbo-3.pdf Converter AC-DC THT Vertical 0 6 6 Converter_ACDC Converter_ACDC_Hahn_HS-400xx_THT ACDC-Converter, 3W, Hahn-HS-400xx, THT https://www.schukat.com/schukat/schukat_cms_de.nsf/index/FrameView?OpenDocument&art=HS40009&wg=M7942 Hahn ACDC-Converter THT 0 4 4 Converter_ACDC Converter_ACDC_HiLink_HLK-PMxx ACDC-Converter, 3W, HiLink, HLK-PMxx, THT, http://www.hlktech.net/product_detail.php?ProId=54 ACDC-Converter 3W THT HiLink board mount module 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-02-xx_SMD ACDC-Converter, 3W, Meanwell, IRM-02, SMD, https://www.meanwell.com/Upload/PDF/IRM-02/IRM-02-SPEC.PDF ACDC-Converter 3W 0 14 14 Converter_ACDC Converter_ACDC_MeanWell_IRM-02-xx_THT ACDC-Converter, 2W, Meanwell, IRM-02, THT, https://www.meanwell.co.uk/media/productPDF/IRM-02-spec.pdf ACDC-Converter 2W THT 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-03-xx_SMD ACDC-Converter, 3W, Meanwell, IRM-03, SMD, http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-03 ACDC-Converter 3W 0 14 14 Converter_ACDC Converter_ACDC_MeanWell_IRM-03-xx_THT ACDC-Converter, 3W, Meanwell, IRM-03, THT, https://www.meanwell.com/Upload/PDF/IRM-03/IRM-03-SPEC.PDF ACDC-Converter 3W THT 0 5 5 Converter_ACDC Converter_ACDC_MeanWell_IRM-05-xx_THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-05 ACDC-Converter 5W Meanwell IRM-05 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-10-xx_THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-10 ACDC-Converter 10W Meanwell IRM-10 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-20-xx_THT ACDC-Converter, 20W, Meanwell, IRM-20, THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-20 ACDC-Converter 20W Meanwell IRM-20 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-60-xx_THT ACDC-Converter, 50-60W, Meanwell, IRM-60, THT https://www.meanwellusa.com/productPdf.aspx?i=687 switching power supply 0 4 4 Converter_ACDC Converter_ACDC_RECOM_RAC01-xxSGB_THT https://www.recom-power.com/pdf/Powerline-AC-DC/RAC01-GB.pdf recom power ac dc rac01xxgb rac01-05sgb rac01-12sgb 0 4 4 Converter_ACDC Converter_ACDC_RECOM_RAC04-xxSGx_THT https://www.recom-power.com/pdf/Powerline-AC-DC/RAC04-GA.pdf recom power ac dc 0 5 5 Converter_ACDC Converter_ACDC_RECOM_RAC05-xxSK_THT https://www.recom-power.com/pdf/Powerline-AC-DC/RAC05-K.pdf recom power ac dc 0 5 5 Converter_ACDC Converter_ACDC_TRACO_TMG-15_THT ACDC-Converter, TRACO, TMG Series 15 https://www.tracopower.com/products/tmg.pdf ACDC-Converter TRACO TMG Series 15 0 4 4 Converter_ACDC Converter_ACDC_TRACO_TMLM-04_THT ACDC-Converter, TRACO, TMLM Series 04 https://www.tracopower.com/products/tmlm.pdf ACDC-Converter TRACO TMLM Series 04 0 7 7 Converter_ACDC Converter_ACDC_TRACO_TMLM-05_THT ACDC-Converter, TRACO TMLM 05,https://www.tracopower.com/products/tmlm.pdf ACDC-Converter TRACO TMLM 05 0 4 4 Converter_ACDC Converter_ACDC_TRACO_TMLM-10-20_THT ACDC-Converter, TRACO TMLM 10, TRACO TMLM 20, https://www.tracopower.com/products/tmlm.pdf ACDC-Converter TRACO TMLM 10 and TMLM 20 0 4 4 Converter_ACDC Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx Vigortronix VTX-214-010-xxx serie of ACDC converter 0 4 4 Converter_ACDC Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx Vigortronix VTX-214-010-xxx serie of ACDC converter 0 5 5 Converter_DCDC Converter_DCDC_Artesyn_ATA_SMD DCDC-Converter, Artesyn, ATA Series, 3W Single and Dual Output, 1500VDC Isolation, 24.0x13.7x8.0mm https://www.artesyn.com/power/assets/ata_series_ds_01apr2015_79c25814fd.pdf https://www.artesyn.com/power/assets/trn_dc-dc_ata_3w_series_releas1430412818_techref.pdf DCDC SMD 0 7 7 Converter_DCDC Converter_DCDC_Bothhand_CFUDxxxx_THT DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), DCDC-Converter BOTHHAND Type CFxxxx-Serie 0 10 10 Converter_DCDC Converter_DCDC_Bothhand_CFUSxxxxEH_THT DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), DCDC-Converter BOTHHAND Type CFxxxx-Serie 0 9 9 Converter_DCDC Converter_DCDC_Bothhand_CFUSxxxx_THT DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), DCDC-Converter BOTHHAND Type CFxxxx-Serie 0 8 8 Converter_DCDC Converter_DCDC_Cincon_EC5BExx_Dual_THT DCDC-Converter, CINCON, EC5BExx, 18-36VDC to Dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf DCDC-Converter CINCON EC5BExx 18-36VDC to Dual output 0 6 6 Converter_DCDC Converter_DCDC_Cincon_EC5BExx_Single_THT DCDC-Converter, CINCON, EC5BExx, 18-36VDC to dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf DCDC-Converter CINCON EC5BExx 18-36VDC to dual output 0 4 4 Converter_DCDC Converter_DCDC_Cincon_EC6Cxx_Dual-Triple_THT DCDC-Converter, CINCON, EC6Cxx, dual or tripple output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf DCDC-Converter CINCON EC6Cxx dual or tripple output 0 7 7 Converter_DCDC Converter_DCDC_Cincon_EC6Cxx_Single_THT DCDC-Converter, CINCON, EC6Cxx, single output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf DCDC-Converter CINCON EC6Cxx single output 0 6 6 Converter_DCDC Converter_DCDC_Cyntec_MUN12AD01-SH http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD01-SH_Datasheet.pdf Power Module uPOL MUN12AD01 0 13 9 Converter_DCDC Converter_DCDC_Cyntec_MUN12AD03-SH http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD03-SH_Datasheet.pdf Power Module uPOL MUN12AD03 0 19 11 Converter_DCDC Converter_DCDC_MeanWell_NID30_THT Meanwell DCDC non-isolated converter SIP module, http://www.meanwell.com/webapp/product/search.aspx?prod=nid30 DCDC non-isolated converter 0 11 11 Converter_DCDC Converter_DCDC_MeanWell_NID60_THT MeanWell NID60, http://www.meanwell.com/Upload/PDF/NID60/NID60-SPEC.PDF MeanWell NID60 0 11 11 Converter_DCDC Converter_DCDC_Murata_MEE1SxxxxSC_THT https://power.murata.com/pub/data/power/ncl/kdc_mee1.pdf murata dc-dc transformer 0 4 4 Converter_DCDC Converter_DCDC_Murata_MEE3SxxxxSC_THT https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf murata dc-dc transformer 0 4 4 Converter_DCDC Converter_DCDC_Murata_MGJ2DxxxxxxSC_THT Murata MGJ2DxxxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 2W, SIP package style, https://power.murata.com/data/power/ncl/kdc_mgj2.pdf Murata MGJ2DxxxxxxSC 0 5 5 Converter_DCDC Converter_DCDC_Murata_MGJ3 Murata MGJ3, 5.2kVDC Isolated 3W Gate Drive, 15V/5V/5V Configurable, 22.61x23.11x14.19mm, https://power.murata.com/datasheet?/data/power/ncl/kdc_mgj3.pdf DCDC SMD 0 7 7 Converter_DCDC Converter_DCDC_Murata_NCS1SxxxxSC_THT Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf (Script generated with StandardBox.py) (Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf) Murata NCS1SxxxxSC 0 5 5 Converter_DCDC Converter_DCDC_RECOM_R-78B-2.0_THT DCDC-Converter, RECOM, RECOM_R-78B-2.0, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78Bxx-2.0.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78E-0.5_THT DCDC-Converter, RECOM, RECOM_R-78E-0.5, SIP-3, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78HB-0.5L_THT DCDC-Converter, RECOM, RECOM_R-78HB-0.5L, SIP-3, Horizontally Mounted, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78HB-0.5_THT DCDC-Converter, RECOM, RECOM_R-78HB-0.5, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78S-0.1_THT DCDC-Converter, RECOM, RECOM_R-78S-0.1, SIP-4, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Sxx-0.1.pdf dc-dc recom buck sip-4 pitch 2.54mm 0 4 4 Converter_DCDC Converter_DCDC_RECOM_R5xxxDA_THT DCDC-Converter, RECOM, RECOM_R5xxxDA, SIP-12, Horizontally Mounted, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf dc-dc recom buck sip-12 pitch 2.54mm 0 12 12 Converter_DCDC Converter_DCDC_RECOM_R5xxxPA_THT DCDC-Converter, RECOM, RECOM_R5xxxPA, SIP-12, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf dc-dc recom buck sip-12 pitch 2.54mm 0 12 12 Converter_DCDC Converter_DCDC_RECOM_RPA60-xxxxSFW RPA60-FW 60W Isolated DC to DC Converters DCDC Regulator Single 0 6 6 Converter_DCDC Converter_DCDC_RECOM_RPMx.x-x.0 https://www.recom-power.com/pdf/Innoline/RPM-6.0.pdf dc-dc recom buck lga-25 pitch 2.29mm 0 25 25 Converter_DCDC Converter_DCDC_TRACO_TDN_5-xxxxWISM_SMD Traco TDN 5WISM Series, 5W, SMD (https://assets.tracopower.com/20200225170127/TDN5WISM/documents/tdn5wism-datasheet.pdf#page=3) dcdc traco 5w smd 0 6 6 Converter_DCDC Converter_DCDC_TRACO_TEN10-xxxx_Dual_THT DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf DCDC-Converter TRACO TEN10-xxxx single output 0 5 5 Converter_DCDC Converter_DCDC_TRACO_TEN10-xxxx_Single_THT DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf DCDC-Converter TRACO TEN10-xxxx single output 0 4 4 Converter_DCDC Converter_DCDC_TRACO_TEN10-xxxx_THT DCDC-Converter, TRACO, TEN10-xxxx, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf DCDC-Converter TRACO TEN10-xxxx 0 4 4 Converter_DCDC Converter_DCDC_TRACO_TEN20-xxxx-N4_THT DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf DCDC-Converter TRACO TEN20 Generic 0 5 5 Converter_DCDC Converter_DCDC_TRACO_TEN20-xxxx_THT DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf DCDC-Converter TRACO TEN20 Generic 0 6 6 Converter_DCDC Converter_DCDC_TRACO_THD_15-xxxxWIN_THT Traco THD 15WIN, 15W, THT (https://www.tracopower.com/products/thd15win.pdf#page=3) traco dcdc tht 15w 0 9 9 Converter_DCDC Converter_DCDC_TRACO_TMR-1-xxxx_Dual_THT DCDC-Converter, TRACO, TMR 1-xxxx, Dual output, Rev. March 21.2016 DCDC-Converter TRACO TMR1-xxxx Dual_output 0 5 5 Converter_DCDC Converter_DCDC_TRACO_TMR-1-xxxx_Single_THT DCDC-Converter, TRACO, TMR 1-xxxx, Single output, Rev. March 21.2016 DCDC-Converter TRACO TMR1-xxxx Single_output 0 4 4 Converter_DCDC Converter_DCDC_TRACO_TMR-1SM_SMD http://assets.tracopower.com/TMR1SM/documents/tmr1sm-datasheet.pdf DCDC SMD TRACO TMR-1SM 0 7 7 Converter_DCDC Converter_DCDC_TRACO_TMR-2xxxxWI_THT https://www.tracopower.com/products/tmr2wi.pdf DCDC-Converter TRACO TMRxxxxWI Single/Dual_output 0 7 7 Converter_DCDC Converter_DCDC_TRACO_TMR-xxxx_THT DCDC-Converter, TRACO, TMR xxxx, Single/Dual output, http://www.datasheetlib.com/datasheet/135136/tmr-2-2410e_traco-power.html?page=3#datasheet DCDC-Converter TRACO TMRxxxx Single/Dual_output 0 7 7 Converter_DCDC Converter_DCDC_TRACO_TSR-1_THT DCDC-Converter, TRACO, TSR 1-xxxx DCDC-Converter TRACO TSR-1 0 3 3 Converter_DCDC Converter_DCDC_XP_POWER-IA48xxD_THT XP_POWER IA48xxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IA48xxD DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IA48xxS_THT XP_POWER IA48xxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IA48xxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-IAxxxxD_THT XP_POWER IAxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IAxxxxD DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IAxxxxS_THT XP_POWER IAxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IAxxxxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxDH_THT XP_POWER IHxxxxDH, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxDH DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxD_THT XP_POWER IHxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxD DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxSH_THT XP_POWER IHxxxxSH, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxSH SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxS_THT XP_POWER IHxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-ISU02_SMD DCDC-Converter, XP POWER, ISU02 Series, 2W Single and Dual Output, 1500VDC Isolation, 19.0x17.0x8.7mm https://www.xppower.com/Portals/0/pdfs/SF_ISU02.pdf DCDC SMD XP POWER ISU02 0 7 7 Converter_DCDC Converter_DCDC_XP_POWER-ITQxxxxS-H_THT XP_POWER ITQxxxxS-H, SIP, (https://www.xppower.com/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator XP_POWER ITQxxxxS-H SIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-ITXxxxxSA_THT XP_POWER ITXxxxxSA, SIP, (https://www.xppower.com/pdfs/SF_ITX.pdf), generated with kicad-footprint-generator XP_POWER ITXxxxxSA SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-ITxxxxxS_THT XP_POWER ITxxxxxS, SIP, (https://www.xppower.com/portals/0/pdfs/SF_ITX.pdf https://www.xppower.com/portals/0/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator XP_POWER ITxxxxxS SIP DCDC-Converter 0 7 7 Converter_DCDC Converter_DCDC_XP_POWER_JTDxxxxxxx_THT XP Power JTD Series DC-DC Converter DCDC Isolated 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER_JTExxxxDxx_THT DCDC-Converter, XP POWER, Type JTE06 Series, Dual Output DCDC-Converter XP_POWER JTE06 Dual 0 8 8 Converter_DCDC Converter_DCDC_muRata_CRE1xxxxxx3C_THT Isolated 1W single output DC/DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf Isolated 1W single output DC/DC 0 4 4 Converter_DCDC Converter_DCDC_muRata_CRE1xxxxxxDC_THT Isloated DC-DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf Isloated DC-DC 0 4 4 Converter_DCDC Converter_DCDC_muRata_CRE1xxxxxxSC_THT http://power.murata.com/data/power/ncl/kdc_cre1.pdf murata dc-dc transformer 0 4 4 Converter_DCDC Converter_DCDC_muRata_NMAxxxxDC_THT Isolated 1W DCDC-Converter, http://power.murata.com/data/power/ncl/kdc_nma.pdf Isolated 1W DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_muRata_NMAxxxxSC_THT muRata NMAxxxxSC footprint based on SIP7, http://power.murata.com/data/power/ncl/kdc_nma.pdf muRata NMAxxxxSC DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_muRata_NXExSxxxxMC_SMD Isolated 1W or 2W Single Output SM DC/DC Converters http://power.murata.com/data/power/ncl/kdc_nxe1.pdf http://power.murata.com/data/power/ncl/kdc_nxe2.pdf Isolated 1W or 2W Single Output SM DC/DC Converters 0 5 5 Converter_DCDC Converter_DCDC_muRata_OKI-78SR_Horizontal https://power.murata.com/data/power/oki-78sr.pdf 78sr3.3 78sr5 78sr9 78sr12 78srXX 0 3 3 Converter_DCDC Converter_DCDC_muRata_OKI-78SR_Vertical https://power.murata.com/data/power/oki-78sr.pdf 78sr3.3 78sr5 78sr9 78sr12 78srXX 0 3 3 Crystal Crystal_AT310_D3.0mm_L10.0mm_Horizontal Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 2 2 Crystal Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style1 Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 3 3 Crystal Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style2 Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 5 3 Crystal Crystal_AT310_D3.0mm_L10.0mm_Vertical Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 2 2 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 2 2 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style1 Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 3 3 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style2 Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 5 3 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Vertical Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 2 2 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 2 2 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style1 Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 3 3 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style2 Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 5 3 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Vertical Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 2 2 Crystal Crystal_DS10_D1.0mm_L4.3mm_Horizontal Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 2 2 Crystal Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style1 Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 3 3 Crystal Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style2 Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 5 3 Crystal Crystal_DS10_D1.0mm_L4.3mm_Vertical Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 2 2 Crystal Crystal_DS15_D1.5mm_L5.0mm_Horizontal Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 2 2 Crystal Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style1 Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 3 3 Crystal Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style2 Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 5 3 Crystal Crystal_DS15_D1.5mm_L5.0mm_Vertical Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 2 2 Crystal Crystal_DS26_D2.0mm_L6.0mm_Horizontal Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 2 2 Crystal Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style1 Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 3 3 Crystal Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style2 Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 5 3 Crystal Crystal_DS26_D2.0mm_L6.0mm_Vertical Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 2 2 Crystal Crystal_HC18-U_Horizontal Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 2 2 Crystal Crystal_HC18-U_Horizontal_1EP_style1 Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 3 3 Crystal Crystal_HC18-U_Horizontal_1EP_style2 Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 5 3 Crystal Crystal_HC18-U_Vertical Crystal THT HC-18/U, http://5hertz.com/pdfs/04404_D.pdf THT crystalHC-18/U 0 2 2 Crystal Crystal_HC33-U_Horizontal Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystal 0 2 2 Crystal Crystal_HC33-U_Horizontal_1EP_style1 Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystal 0 3 3 Crystal Crystal_HC33-U_Horizontal_1EP_style2 Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystal 0 5 3 Crystal Crystal_HC33-U_Vertical Crystal THT HC-33/U, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystalHC-33/U 0 2 2 Crystal Crystal_HC35-U Crystal, Quarz, HC35/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/TO71xx.pdf Crystal Quarz HC35/U 0 3 3 Crystal Crystal_HC49-4H_Vertical Crystal THT HC-49-4H http://5hertz.com/pdfs/04404_D.pdf THT crystalHC-49-4H 0 2 2 Crystal Crystal_HC49-U-3Pin_Vertical Crystal THT HC-49/U, 3pin-version, http://www.raltron.com/products/pdfspecs/crystal_hc_49_45_51.pdf THT crystalHC-49/U 0 3 3 Crystal Crystal_HC49-U_Horizontal Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 2 2 Crystal Crystal_HC49-U_Horizontal_1EP_style1 Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 3 3 Crystal Crystal_HC49-U_Horizontal_1EP_style2 Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 5 3 Crystal Crystal_HC49-U_Vertical Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystalHC-49/U 0 2 2 Crystal Crystal_HC50_Horizontal Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystal 0 2 2 Crystal Crystal_HC50_Horizontal_1EP_style1 Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystal 0 3 3 Crystal Crystal_HC50_Horizontal_1EP_style2 Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystal 0 5 3 Crystal Crystal_HC50_Vertical Crystal THT HC-50, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystalHC-50 0 2 2 Crystal Crystal_HC51-U_Vertical Crystal THT HC-51/U, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystalHC-51/U 0 2 2 Crystal Crystal_HC51_Horizontal Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystal 0 2 2 Crystal Crystal_HC51_Horizontal_1EP_style1 Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystal 0 3 3 Crystal Crystal_HC51_Horizontal_1EP_style2 Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystal 0 5 3 Crystal Crystal_HC52-6mm_Horizontal Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 2 2 Crystal Crystal_HC52-6mm_Horizontal_1EP_style1 Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 3 3 Crystal Crystal_HC52-6mm_Horizontal_1EP_style2 Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 5 3 Crystal Crystal_HC52-6mm_Vertical Crystal THT HC-52/6mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystalHC-49/U 0 2 2 Crystal Crystal_HC52-8mm_Horizontal Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 2 2 Crystal Crystal_HC52-8mm_Horizontal_1EP_style1 Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 3 3 Crystal Crystal_HC52-8mm_Horizontal_1EP_style2 Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 5 3 Crystal Crystal_HC52-8mm_Vertical Crystal THT HC-52/8mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystalHC-49/U 0 2 2 Crystal Crystal_HC52-U-3Pin_Vertical Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystalHC-52/U 0 3 3 Crystal Crystal_HC52-U_Horizontal Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 2 2 Crystal Crystal_HC52-U_Horizontal_1EP_style1 Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 3 3 Crystal Crystal_HC52-U_Horizontal_1EP_style2 Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 5 3 Crystal Crystal_HC52-U_Vertical Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal HC-52/U 0 2 2 Crystal Crystal_Round_D1.0mm_Vertical Crystal THT DS10 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 2 2 Crystal Crystal_Round_D1.5mm_Vertical Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 2 2 Crystal Crystal_Round_D2.0mm_Vertical Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 2 2 Crystal Crystal_Round_D3.0mm_Vertical Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 2 2 Crystal Crystal_SMD_0603-2Pin_6.0x3.5mm SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, 6.0x3.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_0603-2Pin_6.0x3.5mm_HandSoldering SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, hand-soldering, 6.0x3.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_0603-4Pin_6.0x3.5mm SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, 6.0x3.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_0603-4Pin_6.0x3.5mm_HandSoldering SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, hand-soldering, 6.0x3.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_2012-2Pin_2.0x1.2mm SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_2016-4Pin_2.0x1.6mm SMD Crystal SERIES SMD2016/4 http://www.q-crystal.com/upload/5/2015552223166229.pdf, 2.0x1.6mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_2520-4Pin_2.5x2.0mm SMD Crystal SERIES SMD2520/4 http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf, 2.5x2.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_3215-2Pin_3.2x1.5mm SMD Crystal FC-135 https://support.epson.biz/td/api/doc_check.php?dl=brief_FC-135R_en.pdf SMD SMT Crystal 0 2 2 Crystal Crystal_SMD_3225-4Pin_3.2x2.5mm SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_3225-4Pin_3.2x2.5mm_HandSoldering SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_5032-2Pin_5.0x3.2mm SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_5032-4Pin_5.0x3.2mm SMD Crystal SERIES SMD2520/4 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_7050-2Pin_7.0x5.0mm SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_7050-2Pin_7.0x5.0mm_HandSoldering SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_7050-4Pin_7.0x5.0mm SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm_HandSoldering Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm Abracon Miniature Ceramic Smd Crystal ABM3C http://www.abracon.com/Resonators/abm3c.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM7-2Pin_6.0x3.5mm SMD Crystal Abracon ABM7, https://abracon.com/Resonators/abm7.pdf SMD SMT crystal 0 2 2 Crystal Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM10-4Pin_2.5x2.0mm Abracon Miniature Ceramic Smd Crystal ABM10 http://www.abracon.com/Resonators/ABM10.pdf SMD SMT crystal Abracon ABM10 0 4 4 Crystal Crystal_SMD_Abracon_ABS25-4Pin_8.0x3.8mm Abracon Miniature Ceramic SMD Crystal ABS25 https://abracon.com/Resonators/abs25.pdf, 8.0x3.8mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm http://www.ecsxtal.com/store/pdf/CSM-3X.pdf Crystal CSM-3X 0 2 2 Crystal Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, 3.2x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm_HandSoldering SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, hand-soldering, 3.2x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm_HandSoldering SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm_HandSoldering SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm_HandSoldering SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm_HandSoldering SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, 2.5x2.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm_HandSoldering SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, hand-soldering, 2.5x2.0mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, 7.5x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm_HandSoldering crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, hand-soldering, 7.5x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm_HandSoldering FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_FOX_FQ7050-4Pin_7.0x5.0mm FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_FrontierElectronics_FM206 SMD Watch Crystal FrontierElectronics FM206 6.0mm length 1.9mm diameter http://www.chinafronter.com/wp-content/uploads/2013/12/FM206.pdf ['FM206'] 0 3 3 Crystal Crystal_SMD_G8-2Pin_3.2x1.5mm SMD Crystal G8, 3.2x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_G8-2Pin_3.2x1.5mm_HandSoldering SMD Crystal G8, hand-soldering, 3.2x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_HC49-SD SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, 11.4x4.7mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_HC49-SD_HandSoldering SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, hand-soldering, 11.4x4.7mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, 8.0x3.7mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm_HandSoldering SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, hand-soldering, 8.0x3.7mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, 5.0x1.9mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm_HandSoldering SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, hand-soldering, 5.0x1.9mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, 4.1x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm_HandSoldering SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, hand-soldering, 4.1x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC7V-T1A.pdf, 3.2x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm_HandSoldering SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf, hand-soldering, 3.2x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC8V-T1A.pdf, 2.0x1.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm_HandSoldering SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf, hand-soldering, 2.0x1.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm SMD Crystal MicroCrystal CM9V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CM9V-T1A.pdf, 1.6x1.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm_HandSoldering SMD Crystal MicroCrystal CM9V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf, hand-soldering, 1.6x1.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_MS1V-T1K SMD Watch Crystal MicroCrystal MS1V-T1K 6.1mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS1V-T1K.pdf ['MS1V-T1K'] 0 3 3 Crystal Crystal_SMD_MicroCrystal_MS3V-T1R SMD Watch Crystal MicroCrystal MS3V-T1R 5.2mm length 1.4mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS3V-T1R.pdf ['MS3V-T1R'] 0 3 3 Crystal Crystal_SMD_Qantek_QC5CB-2Pin_5x3.2mm SMD Crystal Qantek QC5CB, https://www.qantek.com/tl_files/products/crystals/QC5CB.pdf SMD SMT crystal 0 2 2 Crystal Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm crystal Epson Toyocom FA-238 https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm_HandSoldering crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering crystal Epson Toyocom FA-238 series http://www.mouser.com/ds/2/137/1721499-465440.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 11.7x4.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm_HandSoldering SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 11.7x4.0mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm_HandSoldering SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm_HandSoldering SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 6.7x1.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm_HandSoldering SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 6.7x1.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 7.1x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm_HandSoldering SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 7.1x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 8.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm_HandSoldering SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 8.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm_HandSoldering SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm_HandSoldering SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_TXC_7A-2Pin_5x3.2mm SMD Crystal TXC 7A http://txccrystal.com/images/pdf/7a.pdf SMD SMT crystal 0 2 2 Crystal Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm_HandSoldering SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm http://www.txccrystal.com/images/pdf/ax-automotive.pdf SMD SMT crystal 0 2 2 Crystal Resonator-2Pin_W6.0mm_H3.0mm Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-2Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-2Pin_W8.0mm_H3.5mm Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-2Pin_W10.0mm_H5.0mm Ceramic Resomator/Filter 10.0x5.0 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-3Pin_W6.0mm_H3.0mm Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator-3Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator-3Pin_W8.0mm_H3.5mm Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator-3Pin_W10.0mm_H5.0mm Ceramic Resomator/Filter 10.0x5.0mm^2 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator_SMD-3Pin_7.2x3.0mm SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, 7.2x3.0mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD-3Pin_7.2x3.0mm_HandSoldering SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, hand-soldering, 7.2x3.0mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_SMD_muRata_CDSCB-2Pin_4.5x2.0mm SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 4.5x2.0mm^2 package SMD SMT ceramic resonator filter filter 0 2 2 Crystal Resonator_SMD_muRata_CDSCB-2Pin_4.5x2.0mm_HandSoldering SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 4.5x2.0mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 2 2 Crystal Resonator_SMD_muRata_CSTxExxV-3Pin_3.0x1.1mm SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf SMD SMT ceramic resonator filter 0 3 3 Crystal Resonator_SMD_muRata_CSTxExxV-3Pin_3.0x1.1mm_HandSoldering SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf SMD SMT ceramic resonator filter 0 3 3 Crystal Resonator_SMD_muRata_SFECV-3Pin_6.9x2.9mm SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 6.9x2.9mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD_muRata_SFECV-3Pin_6.9x2.9mm_HandSoldering SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 6.9x2.9mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_SMD_muRata_SFSKA-3Pin_7.9x3.8mm SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD_muRata_SFSKA-3Pin_7.9x3.8mm_HandSoldering SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_SMD_muRata_TPSKA-3Pin_7.9x3.8mm SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD_muRata_TPSKA-3Pin_7.9x3.8mm_HandSoldering SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_muRata_CSTLSxxxG-3Pin_W8.0mm_H3.0mm Ceramic Resomator/Filter Murata CSTLSxxxG, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=8.0x3.0mm^2 package, package length=8.0mm, package width=3.0mm, 3 pins THT ceramic resonator filter CSTLSxxxG 0 3 3 Crystal Resonator_muRata_CSTLSxxxX-3Pin_W5.5mm_H3.0mm Ceramic Resomator/Filter Murata CSTLSxxxX, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=5.5x3.0mm^2 package, package length=5.5mm, package width=3.0mm, 3 pins THT ceramic resonator filter CSTLSxxxX 0 3 3 Crystal Resonator_muRata_DSN6-3Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter Murata DSN6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins THT ceramic resonator filter DSN6 0 3 3 Crystal Resonator_muRata_DSS6-3Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter Murata DSS6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins THT ceramic resonator filter DSS6 0 3 3 Diode_SMD D_0201_0603Metric Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator diode 0 4 2 Diode_SMD D_0201_0603Metric_Castellated Diode SMD 0201 (0603 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator diode castellated 0 4 2 Diode_SMD D_0201_0603Metric_Pad0.64x0.40mm_HandSolder Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator diode handsolder 0 4 2 Diode_SMD D_0402_1005Metric Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_0402_1005Metric_Castellated Diode SMD 0402 (1005 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_0402_1005Metric_Pad0.77x0.64mm_HandSolder Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_0603_1608Metric Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_0603_1608Metric_Castellated Diode SMD 0603 (1608 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_0603_1608Metric_Pad1.05x0.95mm_HandSolder Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_0805_2012Metric Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_0805_2012Metric_Castellated Diode SMD 0805 (2012 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_0805_2012Metric_Pad1.15x1.40mm_HandSolder Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_01005_0402Metric Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator diode 0 4 2 Diode_SMD D_01005_0402Metric_Castellated Diode SMD 01005 (0402 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator diode castellated 0 4 2 Diode_SMD D_01005_0402Metric_Pad0.57x0.30mm_HandSolder Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator diode handsolder 0 4 2 Diode_SMD D_1206_3216Metric Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1206_3216Metric_Castellated Diode SMD 1206 (3216 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1206_3216Metric_Pad1.42x1.75mm_HandSolder Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_1210_3225Metric Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1210_3225Metric_Castellated Diode SMD 1210 (3225 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1210_3225Metric_Pad1.42x2.65mm_HandSolder Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_1812_4532Metric Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1812_4532Metric_Castellated Diode SMD 1812 (4532 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1812_4532Metric_Pad1.30x3.40mm_HandSolder Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2010_5025Metric Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2010_5025Metric_Castellated Diode SMD 2010 (5025 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2010_5025Metric_Pad1.52x2.65mm_HandSolder Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2114_3652Metric Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2114_3652Metric_Castellated Diode SMD 2114 (3652 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2114_3652Metric_Pad1.85x3.75mm_HandSolder Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2512_6332Metric Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2512_6332Metric_Castellated Diode SMD 2512 (6332 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2512_6332Metric_Pad1.52x3.35mm_HandSolder Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2816_7142Metric Diode SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2816_7142Metric_Castellated Diode SMD 2816 (7142 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2816_7142Metric_Pad3.20x4.45mm_HandSolder Diode SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_3220_8050Metric Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_3220_8050Metric_Castellated Diode SMD 3220 (8050 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_3220_8050Metric_Pad2.65x5.15mm_HandSolder Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_MELF Diode, MELF,, Diode MELF 0 2 2 Diode_SMD D_MELF-RM10_Universal_Handsoldering Diode, Universal, MELF, RM10, Handsoldering, SMD, Thruhole, Diode Universal MELF RM10 Handsoldering SMD Thruhole 0 2 2 Diode_SMD D_MELF_Handsoldering Diode MELF Handsoldering Diode MELF Handsoldering 0 2 2 Diode_SMD D_MicroMELF Diode, MicroMELF, Reflow Soldering, http://www.vishay.com/docs/85597/bzm55.pdf MicroMELF Diode 0 2 2 Diode_SMD D_MicroMELF_Handsoldering Diode, MicroMELF, Hand Soldering, http://www.vishay.com/docs/85597/bzm55.pdf MicroMELF Diode 0 2 2 Diode_SMD D_MiniMELF Diode Mini-MELF (SOD-80) Diode Mini-MELF (SOD-80) 0 2 2 Diode_SMD D_MiniMELF_Handsoldering Diode Mini-MELF (SOD-80) Handsoldering Diode Mini-MELF (SOD-80) Handsoldering 0 2 2 Diode_SMD D_PowerDI-5 PowerDI,Diode,Vishay,https://www.diodes.com/assets/Package-Files/PowerDI5.pdf PowerDI diode vishay 0 3 2 Diode_SMD D_PowerDI-123 http://www.diodes.com/_files/datasheets/ds30497.pdf PowerDI diode vishay 0 2 2 Diode_SMD D_Powermite2_AK Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) PowerMite2 0 2 2 Diode_SMD D_Powermite2_KA Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) PowerMite2 0 2 2 Diode_SMD D_Powermite3 Microsemi Powermite 3 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5340) PowerMite3 0 3 3 Diode_SMD D_Powermite_AK Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) Powermite 0 2 2 Diode_SMD D_Powermite_KA Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) Powermite 0 2 2 Diode_SMD D_QFN_3.3x3.3mm_P0.65mm QFN, diode, 3.3x3.3x1mm (https://www.wolfspeed.com/media/downloads/846/C3D1P7060Q.pdf) diode qfn 3.3 0 3 2 Diode_SMD D_SC-80 JEITA SC-80 SC-80 0 2 2 Diode_SMD D_SC-80_HandSoldering JEITA SC-80 SC-80 0 2 2 Diode_SMD D_SMA Diode SMA (DO-214AC) Diode SMA (DO-214AC) 0 2 2 Diode_SMD D_SMA-SMB_Universal_Handsoldering Diode, Universal, SMA (DO-214AC) or SMB (DO-214AA), Handsoldering, Diode Universal SMA (DO-214AC) SMB (DO-214AA) Handsoldering 0 2 2 Diode_SMD D_SMA_Handsoldering Diode SMA (DO-214AC) Handsoldering Diode SMA (DO-214AC) Handsoldering 0 2 2 Diode_SMD D_SMB Diode SMB (DO-214AA) Diode SMB (DO-214AA) 0 2 2 Diode_SMD D_SMB-SMC_Universal_Handsoldering Diode, Universal, SMB(DO-214AA) or SMC (DO-214AB), Handsoldering, Diode Universal SMB(DO-214AA) SMC (DO-214AB) Handsoldering 0 2 2 Diode_SMD D_SMB_Handsoldering Diode SMB (DO-214AA) Handsoldering Diode SMB (DO-214AA) Handsoldering 0 2 2 Diode_SMD D_SMB_Modified Diode SMB (DO-214AA) Modified (http://www.littelfuse.com/~/media/electronics/datasheets/sidactors/littelfuse_sidactor_battrax_positive_negative_modified_do_214_datasheet.pdf.pdf) Diode SMB (DO-214AA) 0 3 3 Diode_SMD D_SMC Diode SMC (DO-214AB) Diode SMC (DO-214AB) 0 2 2 Diode_SMD D_SMC-RM10_Universal_Handsoldering Diode, Universal, SMC (DO-214AB), RM10, Handsoldering, SMD, Thruhole Diode Universal SMC (DO-214AB) RM10 Handsoldering SMD Thruhole 0 2 2 Diode_SMD D_SMC_Handsoldering Diode SMC (DO-214AB) Handsoldering Diode SMC (DO-214AB) Handsoldering 0 2 2 Diode_SMD D_SMF Diode SMF (DO-219AB), http://www.vishay.com/docs/95572/smf_do-219ab.pdf Diode SMF (DO-214AB) 0 2 2 Diode_SMD D_SOD-110 SOD-110 SOD-110 0 2 2 Diode_SMD D_SOD-123 SOD-123 SOD-123 0 2 2 Diode_SMD D_SOD-123F D_SOD-123F D_SOD-123F 0 2 2 Diode_SMD D_SOD-128 D_SOD-128 (CFP5 SlimSMAW), https://assets.nexperia.com/documents/outline-drawing/SOD128.pdf D_SOD-128 0 2 2 Diode_SMD D_SOD-323 SOD-323 SOD-323 0 2 2 Diode_SMD D_SOD-323F SOD-323F http://www.nxp.com/documents/outline_drawing/SOD323F.pdf SOD-323F 0 2 2 Diode_SMD D_SOD-323_HandSoldering SOD-323 SOD-323 0 2 2 Diode_SMD D_SOD-523 http://www.diodes.com/datasheets/ap02001.pdf p.144 Diode SOD523 0 2 2 Diode_SMD D_SOD-923 https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF#page=4 Diode SOD923 0 2 2 Diode_SMD D_SOT-23_ANK SOT-23, Single Diode SOT-23 0 3 2 Diode_SMD D_SOT-23_NKA SOT-23, Single Diode SOT-23 0 3 2 Diode_SMD D_TUMD2 ROHM - TUMD2 TUMD2 0 2 2 Diode_SMD Diode_Bridge_Bourns_CD-DF4xxS 8.1x10.5mm, 4A, single phase bridge rectifier, https://www.bourns.com/docs/Product-Datasheets/CD-DF4xxSL.pdf Surface Mount Bridge Rectifier Diode 0 4 4 Diode_SMD Diode_Bridge_Diotec_ABS SMD diode bridge ABS (Diotec), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/abs2.pdf ABS MBLS 0 4 4 Diode_SMD Diode_Bridge_Diotec_MicroDil_3.0x3.0x1.8mm SMD package Diotec Diotec MicroDil, body 3.0x3.0x1.8mm (e.g. diode bridge), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/mys40.pdf Diotec MicroDil diode bridge 0 4 4 Diode_SMD Diode_Bridge_Diotec_SO-DIL-Slim SMD diode bridge Diotec SO-DIL Slim, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40fs.pdf DFS SO-DIL Slim 0 4 4 Diode_SMD Diode_Bridge_Vishay_DFS SMD diode bridge DFS, see http://www.vishay.com/docs/88854/padlayouts.pdf DFS 0 4 4 Diode_SMD Diode_Bridge_Vishay_DFSFlat SMD diode bridge Low Profile DFS "Flat", see http://www.vishay.com/docs/88874/dfl15005.pdf DFS 0 4 4 Diode_SMD Diode_Bridge_Vishay_MBLS SMD diode bridge MBLS, see http://www.vishay.com/docs/89959/mbl104s.pdf http://www.vishay.com/docs/88854/padlayouts.pdf DFS 0 4 4 Diode_SMD Littelfuse_PolyZen-LS http://m.littelfuse.com/~/media/electronics/datasheets/polyzen_devices/littelfuse_polyzen_standard_polyzen_catalog_datasheet.pdf.pdf Diode Polymer Protected Zener Diode Littelfuse LS 0 3 3 Diode_THT D_5KPW_P7.62mm_Vertical_AnodeUp Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm 0 2 2 Diode_THT D_5KPW_P7.62mm_Vertical_KathodeUp Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm 0 2 2 Diode_THT D_5KPW_P12.70mm_Horizontal Diode, 5KPW series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KPW series Axial Horizontal pin pitch 12.7mm length 9mm diameter 8mm 0 2 2 Diode_THT D_5KP_P7.62mm_Vertical_AnodeUp Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5KP_P7.62mm_Vertical_KathodeUp Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5KP_P10.16mm_Horizontal Diode, 5KP series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Horizontal pin pitch 10.16mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5KP_P12.70mm_Horizontal Diode, 5KP series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Horizontal pin pitch 12.7mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5W_P5.08mm_Vertical_AnodeUp Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_5W_P5.08mm_Vertical_KathodeUp Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_5W_P10.16mm_Horizontal Diode, 5W series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Horizontal pin pitch 10.16mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_5W_P12.70mm_Horizontal Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_A-405_P2.54mm_Vertical_AnodeUp Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P2.54mm_Vertical_KathodeUp Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P5.08mm_Vertical_AnodeUp Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P5.08mm_Vertical_KathodeUp Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P7.62mm_Horizontal Diode, A-405 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P10.16mm_Horizontal Diode, A-405 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P12.70mm_Horizontal Diode, A-405 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-15_P2.54mm_Vertical_AnodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P2.54mm_Vertical_KathodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P3.81mm_Vertical_AnodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P3.81mm_Vertical_KathodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P5.08mm_Vertical_AnodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P5.08mm_Vertical_KathodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P10.16mm_Horizontal Diode, DO-15 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Horizontal pin pitch 10.16mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P12.70mm_Horizontal Diode, DO-15 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P15.24mm_Horizontal Diode, DO-15 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Horizontal pin pitch 15.24mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-27_P5.08mm_Vertical_AnodeUp Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-27_P5.08mm_Vertical_KathodeUp Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-27_P12.70mm_Horizontal Diode, DO-27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Horizontal pin pitch 12.7mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-27_P15.24mm_Horizontal Diode, DO-27 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Horizontal pin pitch 15.24mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P7.62mm_Horizontal Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P10.16mm_Horizontal Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Horizontal pin pitch 10.16mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P12.70mm_Horizontal Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Horizontal pin pitch 12.7mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P7.62mm_Horizontal Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P10.16mm_Horizontal Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P12.70mm_Horizontal Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Horizontal pin pitch 12.7mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P2.54mm_Vertical_KathodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P3.81mm_Vertical_AnodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P3.81mm_Vertical_KathodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P5.08mm_Vertical_AnodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P5.08mm_Vertical_KathodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P7.62mm_Horizontal Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P10.16mm_Horizontal Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P12.70mm_Horizontal Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-201AD_P3.81mm_Vertical_AnodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P3.81mm_Vertical_KathodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P5.08mm_Vertical_AnodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P5.08mm_Vertical_KathodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P12.70mm_Horizontal Diode, DO-201AD series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P15.24mm_Horizontal Diode, DO-201AD series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AE_P3.81mm_Vertical_AnodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P3.81mm_Vertical_KathodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P5.08mm_Vertical_AnodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P5.08mm_Vertical_KathodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P12.70mm_Horizontal Diode, DO-201AE series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Horizontal pin pitch 12.7mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P15.24mm_Horizontal Diode, DO-201AE series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Horizontal pin pitch 15.24mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201_P3.81mm_Vertical_AnodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P3.81mm_Vertical_KathodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P5.08mm_Vertical_AnodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P5.08mm_Vertical_KathodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P12.70mm_Horizontal Diode, DO-201 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Horizontal pin pitch 12.7mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P15.24mm_Horizontal Diode, DO-201 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Horizontal pin pitch 15.24mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-247_Horizontal_TabDown Diode, DO-247 series, Horizontal, TabDown, P 10.9mm diode rectifier 0 2 2 Diode_THT D_DO-247_Horizontal_TabUp Diode, DO-247 series, Horizontal, TabUp, P 10.9mm diode rectifier 0 2 2 Diode_THT D_DO-247_Vertical Diode, DO-247 series, Vertical, P 10.9mm diode rectifier 0 2 2 Diode_THT D_P600_R-6_P7.62mm_Vertical_AnodeUp Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_P600_R-6_P7.62mm_Vertical_KathodeUp Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_P600_R-6_P12.70mm_Horizontal Diode, P600_R-6 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Horizontal pin pitch 12.7mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_P600_R-6_P20.00mm_Horizontal Diode, P600_R-6 series, Axial, Horizontal, pin pitch=20mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Horizontal pin pitch 20mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_T-1_P2.54mm_Vertical_AnodeUp Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P2.54mm_Vertical_KathodeUp Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P5.08mm_Horizontal Diode, T-1 series, Axial, Horizontal, pin pitch=5.08mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Horizontal pin pitch 5.08mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P10.16mm_Horizontal Diode, T-1 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Horizontal pin pitch 10.16mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P12.70mm_Horizontal Diode, T-1 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Horizontal pin pitch 12.7mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT Diode_Bridge_15.1x15.1x6.3mm_P10.9mm Single phase bridge rectifier case 15.1x15.1mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf Diode Bridge PB10xxS 0 4 4 Diode_THT Diode_Bridge_15.2x15.2x6.3mm_P10.9mm Single phase bridge rectifier case 15.2x15.2mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc600.pdf Diode Bridge KBPC6xx 0 4 4 Diode_THT Diode_Bridge_15.7x15.7x6.3mm_P10.8mm Single phase bridge rectifier case 15.7x15.7 Diode Bridge 0 4 4 Diode_THT Diode_Bridge_16.7x16.7x6.3mm_P10.8mm Single phase bridge rectifier case 16.7x16.7 Diode Bridge 0 4 4 Diode_THT Diode_Bridge_19.0x3.5x10.0mm_P5.0mm Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf Vishay GBU rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_19.0x19.0x6.8mm_P12.7mm Single phase bridge rectifier case 19x19mm, pitch 12.7mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf Diode Bridge PB10xx 0 4 4 Diode_THT Diode_Bridge_28.6x28.6x7.3mm_P18.0mm_P11.6mm Single phase bridge rectifier case 28.6x28.6mm, pitch 18.0mm & 11.6mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc1500fw.pdf Diode Bridge KBPCxxxxWP 0 4 4 Diode_THT Diode_Bridge_32.0x5.6x17.0mm_P10.0mm_P7.5mm Diotec 32x5.6x17mm rectifier package, 7.5mm/10mm pitch, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40c3700.pdf Diotec rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_DIP-4_W5.08mm_P2.54mm 4-lead dip package for diode bridges, row spacing 5.08mm, pin-spacing 2.54mm, see http://www.vishay.com/docs/88898/b2m.pdf DIL DIP PDIP 5.08mm 2.54 0 4 4 Diode_THT Diode_Bridge_DIP-4_W7.62mm_P5.08mm 4-lead dip package for diode bridges, row spacing 7.62 mm (300 mils), see http://cdn-reichelt.de/documents/datenblatt/A400/HDBL101G_20SERIES-TSC.pdf DIL DIP PDIP 5.08mm 7.62mm 300mil 0 4 4 Diode_THT Diode_Bridge_IXYS_GUFP Three phase, Bridge, Rectifier diode module 0 5 5 Diode_THT Diode_Bridge_Round_D8.9mm 4-lead round diode bridge package, diameter 8.9mm, pin pitch 5.08mm, see http://cdn-reichelt.de/documents/datenblatt/A400/W005M-W10M_SEP.PDF diode bridge 8.9mm 8.85mm WOB pitch 5.08mm 0 4 4 Diode_THT Diode_Bridge_Round_D9.0mm 4-lead round diode bridge package, diameter 9.0mm, pin pitch 5.0mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40r.pdf diode bridge 9.0mm 8.85mm WOB pitch 5.0mm 0 4 4 Diode_THT Diode_Bridge_Round_D9.8mm 4-lead round diode bridge package, diameter 9.8mm, pin pitch 5.08mm, see http://www.vishay.com/docs/88769/woo5g.pdf diode bridge 9.8mm WOG pitch 5.08mm 0 4 4 Diode_THT Diode_Bridge_Vishay_GBL Vishay GBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88609/gbl005.pdf Vishay GBL rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_GBU Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf Vishay GBU rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBL Vishay KBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88655/kbl005.pdf Vishay KBL rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBPC1 Single phase bridge rectifier case KBPC1, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf Diode Bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBPC6 Single phase bridge rectifier case KBPC6, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf Diode Bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBPM Vishay KBM rectifier package, 3.95mm pitch (http://www.farnell.com/datasheets/2238158.pdf, http://www.cdil.com/s/kbp2005_.pdf) Vishay KBM rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBU Vishay KBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88656/kbu4.pdf Vishay KBU rectifier diode bridge 0 4 4 Display AG12864E STN/FSTN LCD 128x64 dot https://www.digchip.com/datasheets/parts/datasheet/1121/AG-12864E-pdf.php AG12864E Graphics Display 128x64 Ampire 0 24 20 Display Adafruit_SSD1306 Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI 0 8 8 Display Adafruit_SSD1306_No_Mounting_Holes Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI 0 8 8 Display CR2013-MI2120 CR2013-MI2120 ILI9341 LCD Breakout http://pan.baidu.com/s/11Y990 CR2013-MI2120 ILI9341 LCD Breakout 0 18 14 Display EA-eDIP128B-XXX LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip128-6e.pdf LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI 0 32 32 Display EA_DOGS104X-A LCD 4x10 character 3.3V VDD I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/doma/dogs104e.pdf LCD 4x10 character 3.3V VDD I2C or SPI 0 14 14 Display EA_DOGXL160-7 Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf EA_DOGXL160-7 0 22 22 Display EA_DOGXL160-7_Backlight Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf EA_DOGXL160-7_Backlight 0 22 22 Display EA_T123X-I2C http://www.lcd-module.de/pdf/doma/t123-i2c.pdf 3 Line 12 character wide alpha numeric LCD 0 6 6 Display EA_eDIP160-XXX LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip160-7e.pdf LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI 0 40 40 Display EA_eDIP240-XXX LCD graphical display LED backlight 240x128 http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip240-7e.pdf LCD graphical display LED backlight 240x128 0 40 40 Display EA_eDIP320X-XXX LCD display 320x340 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip320-8e.pdf LCD display 320x340 RS-232 I2C or SPI 0 48 48 Display EA_eDIPTFT32-XXX TFT-graphic display 320x240 16 bit colour with led backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft32-ae.pdf TFT-graphic display 320x240 16 bit colour with led backlight 0 40 40 Display EA_eDIPTFT43-ATC http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf TFT graphical display 480x272 16-bit colour with LED backlight 0 40 40 Display EA_eDIPTFT43-XXX TFT graphical display 480x272 16-bit colour with LED backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf TFT graphical display 480x272 16-bit colour with LED backlight 0 40 40 Display EA_eDIPTFT57-XXX http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft57-ae.pdf TFT-graphic display 640x480 16 bit colour 0 48 48 Display EA_eDIPTFT70-ATC TFT-graphical display 800x480 16-bit colours with capacitive touch panel http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf TFT-graphical display 800x480 16-bit colours with capacitive touch panel 0 48 48 Display EA_eDIPTFT70-XXX TFT-graphical display 800x480 16-bit colours http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf TFT-graphical display 800x480 16-bit colours and touch display 0 48 48 Display HDSM-441B_HDSM-443B 2 Digit 7 segemnt blue LED, right hand decimal, https://docs.broadcom.com/docs/AV02-1589EN 2 Digit 7 segment blue LED 0 10 10 Display HDSM-541B_HDSM-543B 2 digit 7 segement blue LED with right hand decimal, https://docs.broadcom.com/docs/AV02-1588EN 2 digit 7 segement blue LED with right hand decimal 0 10 10 Display HDSP-48xx 10-Element Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Bar Graph Array 0 20 20 Display HDSP-4830 10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Bar Graph Array 0 20 20 Display HDSP-4832 10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Yellow Green Bar Graph Array 0 20 20 Display HDSP-4836 10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Yellow Green Bar Graph Array 0 20 20 Display HDSP-4840 10-Element Yellow Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Yellow Bar Graph Array 0 20 20 Display HDSP-4850 10-Element Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Green Bar Graph Array 0 20 20 Display HLCP-J100 10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Bar Graph Array 0 20 20 Display HY1602E http://www.icbank.com/data/ICBShop/board/HY1602E.pdf LCD 16x2 Alphanumeric 16pin 0 20 16 Display LCD-016N002L 16 x 2 Character LCD, http://www.vishay.com/product?docid=37299 LCD-016N002L 16 x 2 Character LCD 0 24 20 Display LM16255 LCD LM16255 16x2 character http://www.datasheetlib.com/datasheet/259542/lm16255_sharp-electronics.html LCD 12x2 0 14 14 Display NHD-0420H1Z NHD-0420H1Z LCD http://www.newhavendisplay.com/specs/NHD-0420H1Z-FSW-GBW-33V3.pdf NHD-0420H1Z LCD 0 16 16 Display NHD-C0220BiZ NHD-C0220BiZ LCD http://www.newhavendisplay.com/specs/NHD-C0220BiZ-FSW-FBW-3V3M.pdf NHD-C0220BiZ LCD 0 10 10 Display OLED-128O064D 128x64 OLED display display oled 0 30 30 Display RC1602A http://www.raystar-optronics.com/down.php?ProID=18 LCD 16x2 Alphanumeric 16pin 0 22 18 Display WC1602A LCD 16x2 http://www.wincomlcd.com/pdf/WC1602A-SFYLYHTC06.pdf LCD 16x2 Alphanumeric 16pin 0 20 16 Display_7Segment 7SEGMENT-LED__HDSM531_HDSM533_SMD 7-Segment Display, HDSM53x, https://docs.broadcom.com/docs/AV02-0713EN 7segment LED HDSM531 HDSM533 0 10 10 Display_7Segment 7SegmentLED_LTS6760_LTS6780 7-Segment Display, LTS67x0, http://optoelectronics.liteon.com/upload/download/DS30-2001-355/S6760jd.pdf 7Segment LED LTS6760 LTS6780 0 10 10 Display_7Segment AD-121F2 Single Digit 7-segment RGB LED Display, 1-inch digit height, common anode, http://usasyck.com/products/AD-121F2_cat_e.pdf RGB LED digit 0 22 22 Display_7Segment AFF_2x7SEG-DIGIT_10mm Afficheur 7 segments 10mm DIGIT AFFICHEUR 0 16 16 Display_7Segment CA56-12CGKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12CGKWA(Ver.9A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12EWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12EWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SEKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SEKWA(Ver.7A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SRWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12SRWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SURKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SURKWA(Ver.8A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SYKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SYKWA(Ver.6A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CC56-12GWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-11GWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CC56-12YWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CC56-12YWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment DA04-11CGKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11CGKWA(Ver.6A).pdf Dubble digit green 7 segment LED display 0 16 16 Display_7Segment DA04-11SEKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SEKWA(Ver.9A).pdf Dubble digit super bright orange 7 segment LED display 0 16 16 Display_7Segment DA04-11SURKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SURKWA(Ver.10A).pdf Dubble digit hyper red 7 segment LED display 0 16 16 Display_7Segment DA04-11SYKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SYKWA(Ver.6A).pdf Dubble digit super bright yellow 7 segment LED display 0 16 16 Display_7Segment DA56-11CGKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11CGKWA(Ver.16A).pdf Double digit seven segment green LED display 0 18 18 Display_7Segment DA56-11SEKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SEKWA(Ver.9A).pdf Double digit seven segment super bright orange LED display 0 18 18 Display_7Segment DA56-11SURKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf Double digit seven segment hyper red LED display 0 18 18 Display_7Segment DA56-11SYKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SYKWA(Ver.11A).pdf Double digit seven segment super bright yellow LED display 0 18 18 Display_7Segment DE113-XX-XX http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf 3 1/5 digit LOW BAT + 7-Segment LCD 0 40 40 Display_7Segment DE114-RS-20 http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf 3 1/5 digit reflective LCD LOW-BAT + 7-Segment 0 40 40 Display_7Segment DE122-XX-XX http://www.display-elektronik.de/filter/DE122-RS-20_635.pdf 6 digit 7 segment LCD 0 50 50 Display_7Segment DE170-XX-XX http://www.display-elektronik.de/filter/DE170-RS-20_75.pdf 3 1/5 digit reflective arrow bat + 7 segment LCD 0 40 40 Display_7Segment ELD_426XXXX http://www.everlight.com/file/ProductFile/D426SYGWA-S530-E2.pdf Double digit 7 segment brilliant yellow green LED 0 10 10 Display_7Segment HDSP-7401 One digit 7 segment yellow, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment yellow 0 10 10 Display_7Segment HDSP-7507 +-1 overflow 7 segment high efficiency red, https://docs.broadcom.com/docs/AV02-2553EN +-1 overflow 7 segment high efficiency red 0 10 10 Display_7Segment HDSP-7801 One digit 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment green 0 10 10 Display_7Segment HDSP-7807 +-1 overflow 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN +-1 overflow 7 segment green 0 10 10 Display_7Segment HDSP-A151 One digit 7 segment red, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment high efficiency red 0 10 10 Display_7Segment HDSP-A401 One digit 7 segment orange, common anode, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment orange common anode 0 10 10 Display_7Segment KCSC02-105 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-105(Ver.9A).pdf Single digit 7 segement hyper red LED 0 10 10 Display_7Segment KCSC02-106 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-106(Ver.10A).pdf Single digit 7 segement super bright orange LED 0 10 10 Display_7Segment KCSC02-107 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-107(Ver.9A).pdf Single digit 7 segement super bright yellow LED 0 10 10 Display_7Segment KCSC02-123 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-123(Ver.10A).pdf Single digit 7 segement super bright yellow LED 0 10 10 Display_7Segment KCSC02-136 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-136(Ver.6B).pdf Single digit 7 segement super bright yellow LED 0 10 10 Display_7Segment MAN71A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment red LED with right dot 0 14 14 Display_7Segment MAN72A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment red LED with left dot 0 14 14 Display_7Segment MAN73A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php Overflow +- 1 red LED 0 14 14 Display_7Segment MAN3410A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment green LED with dot 0 14 14 Display_7Segment MAN3420A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment green LED with left dot 0 14 14 Display_7Segment MAN3610A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment orange LED with right dot 0 14 14 Display_7Segment MAN3620A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment orange LED with left dot 0 14 14 Display_7Segment MAN3630A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php Overflow +- 1 orange LED 0 14 14 Display_7Segment MAN3810A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment yellow LED with right dot 0 14 14 Display_7Segment MAN3820A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment yellow LED with left dot 0 14 14 Display_7Segment SA15-11xxx http://www.kingbrightusa.com/images/catalog/SPEC/SA15-11SRWA.pdf SA15-11xxx single digit 7 segment display 38.1mm 1.5inch 0 10 10 Display_7Segment SBC18-11SURKCGKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/SBC18-11SURKCGKWA(Ver.6A).pdf single digit 7 segemnt red/green LED 0 10 10 Display_7Segment Sx39-1xxxxx Single digit 7 segment LED display in red, yellow or green colour http://www.kingbrightusa.com/images/catalog/SPEC/sa39-11ewa.pdf One digit LED 7 segment SA39-11 SC39-11 SA39-12 SC39-12 0 10 10 Ferrite_THT LairdTech_28C0236-0JW-10 Ferrite, vertical, LairdTech 28C0236-0JW-10, https://assets.lairdtech.com/home/brandworld/files/28C0236-0JW-10.pdf, JW Miller core https://www.bourns.com/products/magnetic-products/j.w.-miller-through-hole-ferrite-beads-emi-filters Ferrite vertical LairdTech 28C0236-0JW-10 0 2 2 Fiducial Fiducial_0.5mm_Mask1.5mm Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_0.5mm_Mask1mm Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C) fiducial 0 1 0 Fiducial Fiducial_0.75mm_Mask1.5mm Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B) fiducial 0 1 0 Fiducial Fiducial_0.75mm_Mask2.25mm Circular Fiducial, 0.75mm bare copper, 2.25mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_1.5mm_Mask3mm Circular Fiducial, 1.5mm bare copper, 3mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_1.5mm_Mask4.5mm Circular Fiducial, 1.5mm bare copper, 4.5mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_1mm_Mask2mm Circular Fiducial, 1mm bare copper, 2mm soldermask opening (Level A) fiducial 0 1 0 Fiducial Fiducial_1mm_Mask3mm Circular Fiducial, 1mm bare copper, 3mm soldermask opening (recommended) fiducial 0 1 0 Filter Filter_1109-5_1.1x0.9mm 5-pin SAW filter package - 1.1x0.9 mm Body; (see https://www.murata.com/~/media/webrenewal/support/library/catalog/products/filter/rf/p73e.ashx?la=en-gb) Filter 5 0 5 5 Filter Filter_1411-5_1.4x1.1mm 5-pin filter package - 1.4x1.1 mm Body; (see https://global.kyocera.com/prdct/electro/product/pdf/sf14_tdlte.pdf) Filter 5 0 5 5 Filter Filter_Bourns_SRF0905_6.0x9.2mm https://www.bourns.com/docs/Product-Datasheets/SRF0905.pdf Line Filter 0 4 4 Filter Filter_FILTERCON_1FPxx 0.5A, 250VAC, 50/60Hz line filter (https://filtercon.com.pl/wp-content/uploads/2019/07/Karta-katalogowa-FP-12-1.pdf) EMI filter 0 4 4 Filter Filter_Mini-Circuits_FV1206 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206.pdf Mini-Circuits Filter SMD 1206 0 6 4 Filter Filter_Mini-Circuits_FV1206-1 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-1.pdf Mini-Circuits Filter SMD 1206 0 6 6 Filter Filter_Mini-Circuits_FV1206-4 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-4.pdf Mini-Circuits Filter SMD 1206 0 8 4 Filter Filter_Mini-Circuits_FV1206-5 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-5.pdf Mini-Circuits Filter SMD 1206 0 8 4 Filter Filter_Mini-Circuits_FV1206-6 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-6.pdf Mini-Circuits Filter SMD 1206 0 14 8 Filter Filter_Mini-Circuits_FV1206-7 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-7.pdf Mini-Circuits Filter SMD 1206 0 5 3 Filter Filter_Murata_BNX025 https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 EMI Filter 0 6 4 Filter Filter_Murata_BNX025_ThermalVias https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 EMI Filter 0 19 4 Filter Filter_Schaffner_FN405 Compact PCB mounting EMI filter (https://www.schaffner.com/de/produkte/download/product/datasheet/fn-405-pcb-mounting-filter/) EMI filter 0 5 5 Filter Filter_Schaffner_FN406 Ultra Compact EMC Filter (https://www.schaffner.com/products/download/product/datasheet/fn-406-ultra-compact-emc-filter/) emi filter 0 5 5 Fuse Fuse_0402_1005Metric Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_0402_1005Metric_Castellated Fuse SMD 0402 (1005 Metric), castellated end terminal, IPC_7351. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_0402_1005Metric_Pad0.77x0.64mm_HandSolder Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_0603_1608Metric Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_0603_1608Metric_Castellated Fuse SMD 0603 (1608 Metric), castellated end terminal, IPC_7351. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_0603_1608Metric_Pad1.05x0.95mm_HandSolder Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_0805_2012Metric Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_0805_2012Metric_Castellated Fuse SMD 0805 (2012 Metric), castellated end terminal, IPC_7351. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_0805_2012Metric_Pad1.15x1.40mm_HandSolder Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_1206_3216Metric Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_1206_3216Metric_Castellated Fuse SMD 1206 (3216 Metric), castellated end terminal, IPC_7351. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_1206_3216Metric_Pad1.42x1.75mm_HandSolder Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_1210_3225Metric Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_1210_3225Metric_Castellated Fuse SMD 1210 (3225 Metric), castellated end terminal, IPC_7351. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_1812_4532Metric Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_1812_4532Metric_Castellated Fuse SMD 1812 (4532 Metric), castellated end terminal, IPC_7351. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_1812_4532Metric_Pad1.30x3.40mm_HandSolder Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_2010_5025Metric Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_2010_5025Metric_Castellated Fuse SMD 2010 (5025 Metric), castellated end terminal, IPC_7351. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_2010_5025Metric_Pad1.52x2.65mm_HandSolder Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_2512_6332Metric Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_2512_6332Metric_Castellated Fuse SMD 2512 (6332 Metric), castellated end terminal, IPC_7351. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_2512_6332Metric_Pad1.52x3.35mm_HandSolder Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_2816_7142Metric Fuse SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_2816_7142Metric_Castellated Fuse SMD 2816 (7142 Metric), castellated end terminal, IPC_7351. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_2816_7142Metric_Pad3.20x4.45mm_HandSolder Fuse SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_2920_7451Metric Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator fuse 0 2 2 Fuse Fuse_2920_7451Metric_Castellated Fuse SMD 2920 (7451 Metric), castellated end terminal, IPC_7351. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator fuse castellated 0 2 2 Fuse Fuse_2920_7451Metric_Pad2.10x5.45mm_HandSolder Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator fuse handsolder 0 2 2 Fuse Fuse_BelFuse_0ZRE0005FF_L8.3mm_W3.8mm Fuse 0ZRE0005FF, BelFuse, Radial Leaded PTC, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0008FF_L8.3mm_W3.8mm Fuse 0ZRE0008FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0012FF_L8.3mm_W3.8mm Fuse 0ZRE0012FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0016FF_L9.9mm_W3.8mm Fuse 0ZRE0016FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm Fuse 0ZRE0025FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0033FF_L11.4mm_W3.8mm Fuse 0ZRE0033FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0040FF_L11.5mm_W3.8mm Fuse 0ZRE0040FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0055FF_L14.0mm_W4.1mm Fuse 0ZRE0055FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0075FF_L11.5mm_W4.8mm Fuse 0ZRE0075FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0100FF_L18.7mm_W5.1mm Fuse 0ZRE0100FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0125FF_L21.2mm_W5.3mm Fuse 0ZRE0125FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0150FF_L23.4mm_W5.3mm Fuse 0ZRE0150FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0200FF_L24.9mm_W6.1mm Fuse 0ZRE0200FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_Blade_ATO_directSolder car blade fuse direct solder car blade fuse 0 2 2 Fuse Fuse_Blade_Mini_directSolder car blade fuse mini, direct solder car blade fuse mini 0 2 2 Fuse Fuse_Bourns_MF-RG300 PTC Resettable Fuse, Ihold = 3.0A, Itrip=5.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG400 PTC Resettable Fuse, Ihold = 4.0A, Itrip=6.8A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG500 PTC Resettable Fuse, Ihold = 5.0A, Itrip=8.5A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG600 PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.2A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG650 PTC Resettable Fuse, Ihold = 6.5A, Itrip=11.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG700 PTC Resettable Fuse, Ihold = 7.0A, Itrip=11.9A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG800 PTC Resettable Fuse, Ihold = 8.0A, Itrip=13.6A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG900 PTC Resettable Fuse, Ihold = 9.0A, Itrip=15.3A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG1000 PTC Resettable Fuse, Ihold = 10.0A, Itrip=17.0A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG1100 PTC Resettable Fuse, Ihold = 11.0A, Itrip=18.7A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT050 PTC Resettable Fuse, Ihold = 0.5A, Itrip=0.92A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT070 PTC Resettable Fuse, Ihold = 0.7A, Itrip=1.4A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT100 PTC Resettable Fuse, Ihold = 1.0A, Itrip=1.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT200 PTC Resettable Fuse, Ihold = 2.0A, Itrip=3.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT300 PTC Resettable Fuse, Ihold = 3.0A, Itrip=6.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT400 PTC Resettable Fuse, Ihold = 4.0A, Itrip=7.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT500 PTC Resettable Fuse, Ihold = 5.0A, Itrip=9.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT550 PTC Resettable Fuse, Ihold = 5.5A, Itrip=10.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT600 PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT650 PTC Resettable Fuse, Ihold = 6.5A, Itrip=12.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT700 PTC Resettable Fuse, Ihold = 7.0A, Itrip=13.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT750 PTC Resettable Fuse, Ihold = 7.5A, Itrip=13.1A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT800 PTC Resettable Fuse, Ihold = 8.0A, Itrip=15.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT900 PTC Resettable Fuse, Ihold = 9.0A, Itrip=16.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT1000 PTC Resettable Fuse, Ihold = 10.0A, Itrip=18.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT1100 PTC Resettable Fuse, Ihold = 11.0A, Itrip=20.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT1300 PTC Resettable Fuse, Ihold = 13.0A, Itrip=24.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-SM_7.98x5.44mm https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf bourns ptc resettable fuse polyfuse MF-SM MF-SMHT 0 2 2 Fuse Fuse_Bourns_MF-SM_9.5x6.71mm https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf bourns ptc resettable fuse polyfuse MF-SM MF-SMHT 0 2 2 Fuse Fuse_Littelfuse-LVR100 Littelfuse, resettable fuse, PTC, polyswitch LVR100, Ih 1A http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf LVR100 PTC resettable polyswitch 0 2 2 Fuse Fuse_Littelfuse-LVR125 Littelfuse, resettable fuse, PTC, polyswitch LVR125, Ih 1.25A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf LVR125 PTC resettable polyswitch 0 2 2 Fuse Fuse_Littelfuse-LVR200 Littelfuse, resettable fuse, PTC, polyswitch LVR200, Ih 2A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf LVR200 PTC resettable polyswitch 0 2 2 Fuse Fuse_Littelfuse-NANO2-451_453 Littelfuse NANO2 https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_451_453_datasheet.pdf.pdf Fuse Nano2 0 2 2 Fuse Fuse_Littelfuse_372_D8.50mm Fuse, Littelfuse, 372, 8.5x8mm, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_372_datasheet.pdf.pdf fuse tht radial 0 2 2 Fuse Fuse_Littelfuse_395Series Fuse, TE5, Littelfuse/Wickmann, No. 460, No560, Fuse TE5 Littelfuse/Wickmann No. 460 No560 0 2 2 Fuse Fuse_Schurter_UMT250 Surface Mount Fuse, 3 x 10.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMT_250.pdf) Schurter fuse smd 0 2 2 Fuse Fuse_Schurter_UMZ250 Surface Mount Fuse with Clip, 4.2 x 11.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMZ_250.pdf) fuse smd mount holder 0 2 2 Fuse Fuse_SunFuse-6HP SunFuse Ceramic Slow Blow Fuse 6H_6HP.PDF UL/CSA 6x32mm Ceramic Slow Blow Fuse 0 2 2 Fuse Fuseholder_Blade_ATO_Littelfuse_Pudenz_2_Pin Fuseholder ATO Blade littelfuse Pudenz 2 Pin Fuseholder ATO Blade littelfuse Pudenz 2 Pin 0 2 2 Fuse Fuseholder_Blade_Mini_Keystone_3568 fuse holder, car blade fuse mini, http://www.keyelco.com/product-pdf.cfm?p=306 car blade fuse mini 0 4 2 Fuse Fuseholder_Cylinder-5x20mm_Bulgin_FX0456_Vertical_Closed Fuseholder, 5x20, closed, vertical, Bulgin, FX0456, https://www.bulgin.com/products/pub/media/bulgin/data/Fuseholders.pdf Fuseholder 5x20 closed vertical Bulgin FX0456 Sicherungshalter 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Bulgin_FX0457_Horizontal_Closed Fuseholder, 5x20, closed, horizontal, Bulgin, FX0457, Sicherungshalter, Fuseholder 5x20 closed horizontal Bulgin FX0457 Sicherungshalter 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_EATON_H15-V-1_Vertical_Closed PCB fuse holders for 5 mm x 20 mm fuses; 250V; 10A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/bus-elx-ds-4426-h15.pdf) fuse holder vertical 5x20mm 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_EATON_HBV_Vertical_Closed 5 mm x 20 mm fuse holders; Vertical w/ Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) fuse holder vertical 5x20mm 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_EATON_HBW_Vertical_Closed 5 mm x 20 mm fuse holders; Vertical w/o Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) fuse holder vertical 5x20mm 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_0031_8201_Horizontal_Open Fuseholder horizontal open, 5x20mm, 500V, 16A, Schurter 0031.8201, https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN.pdf Fuseholder horizontal open 5x20 Schurter 0031.8201 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_FAB_0031-355x_Horizontal_Closed Fuseholder 5x20mm horizontal Shurter model FAB, Suitable for order numbers 0031.3551 and 0031.3558 (https://www.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FAB.pdf) Fuseholder 5x20mm closed horizontal 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_FPG4_Vertical_Closed Shock-Safe Fuseholder, 5 x 20 mm, Slotted Cap/Fingergrip, vertical, IEC 60335-1; 250VAC/10A VDE; 500V/16A UL/CSA (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FPG4.pdf) fuse holder vertical 5x20mm 0 4 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed Shock-Safe closed Fuseholder, Schurter FUP Series, 5.0 x 20mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2510 (0031.2500 + 0031.2323), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf Fuseholder 5x20mm horizontal closed 0 3 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_OGN-SMD_Horizontal_Open Fuseholder horizontal open, 5x20mm, 500V, 16A (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN-SMD.pdf) Fuseholder horizontal open 5x20 Schurter 0031.8221 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Stelvio-Kontek_PTF78_Horizontal_Open https://www.tme.eu/en/Document/3b48dbe2b9714a62652c97b08fcd464b/PTF78.pdf Fuseholder horizontal open 5x20 Stelvio-Kontek PTF/78 0 2 2 Fuse Fuseholder_Cylinder-6.3x32mm_Schurter_0031-8002_Horizontal_Open Fuseholder, horizontal, open, 6.3x32, Schurter, 0031.8002, https://www.schurter.com/en/datasheet/typ_OG__Holder__6.3x32.pdf Fuseholder horizontal open 6.3x32 Schurter 0031.8002 0 2 2 Fuse Fuseholder_Cylinder-6.3x32mm_Schurter_FUP_0031.2520_Horizontal_Closed Shock-Safe closed Fuseholder, Schurter FUP Series, 6.3 x 32 mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2520 (0031.2500 + 0031.2321), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf Fuseholder 6.3x32mm horizontal closed 0 3 2 Fuse Fuseholder_Littelfuse_Nano2_157x Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_157_datasheet.pdf.pdf SMD Nano2 holder 0 2 2 Fuse Fuseholder_TR5_Littelfuse_No560_No460 Fuse, Fuseholder, TR5, Littelfuse/Wickmann, No. 460, No560, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_holders/littelfuse_fuse_holder_559_560_datasheet.pdf.pdf Fuse Fuseholder TR5 Littelfuse/Wickmann No. 460 No560 0 2 2 Heatsink Heatsink_35x26mm_1xFixation3mm_Fischer-SK486-35 Heatsink, 35mm x 26mm, 1x Fixation 3mm, Fischer SK486-35 heatsink 0 1 1 Heatsink Heatsink_38x38mm_SpringFixation Heatsink, 38x38mm, Spring Fixation, diagonal, heatsink 0 4 1 Heatsink Heatsink_62x40mm_2xFixation3mm Heatsink, 62 x 40mm, 2x 3mm Drills, heatsink 0 2 1 Heatsink Heatsink_125x35x50mm_3xFixationM3 Heatsink, 125x35x50mm, 3 fixation holes 3.2mm heatsink 0 0 0 Heatsink Heatsink_AAVID_573300D00010G_TO-263 Heatsink, 12.70mm x 26.16mm x 10.16, SMD, 18K/W, TO-263, D2 Pak, https://www.shopaavid.com/Product/573300D00000G Heatsink AAVID TO-263 D2 Pak 0 2 1 Heatsink Heatsink_Aavid-TV5G_TO220_Horizontal Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G Heatsink TV5G TO-220 Horizontal 0 0 0 Heatsink Heatsink_Fischer_FK224xx2201_25x8.3mm 25x8.3mm Heatsink, 18K/W, TO-220, https://www.fischerelektronik.de/web_fischer/en_GB/$catalogue/fischerData/PR/FK224_220_1_/datasheet.xhtml?branch=heatsinks heatsink TO-220 0 2 1 Heatsink Heatsink_Fischer_FK24413D2PAK_26x13mm 26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf heatsink TO-252 TO-263 TO-268 0 2 1 Heatsink Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, Heatsink fischer TO-220 0 2 1 Heatsink Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3 Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, Heatsink fischer TO-220 0 2 1 Heatsink Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm Heatsink, Fischer SK129 heatsink fischer 0 2 1 Heatsink Heatsink_SheetType_50x7mm_2Fixations Heatsink, Sheet type, 50x7mm, 2 fixations (solder), Heatsink sheet 0 2 1 Heatsink Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm Heatsink, StoneCold HS heatsink 0 2 1 Inductor_SMD L_6.3x6.3_H3 Choke, SMD, 6.3x6.3mm 3mm height Choke SMD 0 2 2 Inductor_SMD L_7.3x7.3_H3.5 Choke, SMD, 7.3x7.3mm 3.5mm height Choke SMD 0 2 2 Inductor_SMD L_7.3x7.3_H4.5 Choke, SMD, 7.3x7.3mm 4.5mm height Choke SMD 0 2 2 Inductor_SMD L_10.4x10.4_H4.8 Choke, SMD, 10.4x10.4mm 4.8mm height Choke SMD 0 2 2 Inductor_SMD L_12x12mm_H4.5mm Choke, SMD, 12x12mm 4.5mm height Choke SMD 0 2 2 Inductor_SMD L_12x12mm_H6mm Choke, SMD, 12x12mm 6mm height Choke SMD 0 2 2 Inductor_SMD L_12x12mm_H8mm Choke, SMD, 12x12mm 8mm height Choke SMD 0 2 2 Inductor_SMD L_0201_0603Metric Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator inductor 0 4 2 Inductor_SMD L_0201_0603Metric_Pad0.64x0.40mm_HandSolder Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator inductor handsolder 0 4 2 Inductor_SMD L_0402_1005Metric Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_0402_1005Metric_Pad0.77x0.64mm_HandSolder Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_0603_1608Metric Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_0603_1608Metric_Pad1.05x0.95mm_HandSolder Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_0805_2012Metric Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_0805_2012Metric_Pad1.05x1.20mm_HandSolder Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_0805_2012Metric_Pad1.15x1.40mm_HandSolder Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_01005_0402Metric Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator inductor 0 4 2 Inductor_SMD L_01005_0402Metric_Pad0.57x0.30mm_HandSolder Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator inductor handsolder 0 4 2 Inductor_SMD L_1008_2520Metric Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1008_2520Metric_Pad1.43x2.20mm_HandSolder Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1206_3216Metric Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1206_3216Metric_Pad1.22x1.90mm_HandSolder Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1206_3216Metric_Pad1.42x1.75mm_HandSolder Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1210_3225Metric Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1210_3225Metric_Pad1.42x2.65mm_HandSolder Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1806_4516Metric Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1806_4516Metric_Pad1.57x1.80mm_HandSolder Capacitor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1812_4532Metric Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1812_4532Metric_Pad1.30x3.40mm_HandSolder Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_2010_5025Metric Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_2010_5025Metric_Pad1.52x2.65mm_HandSolder Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_2512_6332Metric Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_2512_6332Metric_Pad1.52x3.35mm_HandSolder Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_2816_7142Metric Inductor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_2816_7142Metric_Pad3.20x4.45mm_HandSolder Inductor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_Abracon_ASPI-0630LR smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf inductor abracon smd shielded 0 2 2 Inductor_SMD L_Abracon_ASPI-3012S smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf inductor abracon smd shielded 0 2 2 Inductor_SMD L_Bourns-SRN1060 Bourns SRN1060 series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRN1060.pdf Bourns SRN1060 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRN4018 Bourns SRN4018 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRN4018.pdf Bourns SRN4018 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRN6028 Bourns SRN6028 series SMD inductor Bourns SRN6028 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRN8040_8x8.15mm Bourns SRN8040 series SMD inductor 8x8.15mm, https://www.bourns.com/docs/Product-Datasheets/SRN8040.pdf Bourns SRN8040 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRR1005 Bourns SRR1005 series SMD inductor Bourns SRR1005 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRU1028_10.0x10.0mm Bourns SRU1028 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRU1028.pdf Bourns SRU1028 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRU8028_8.0x8.0mm Bourns SRU8028 series SMD inductor Bourns SRU8028 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRU8043 Bourns SRU8043 series SMD inductor Bourns SRU8043 SMD inductor 0 2 2 Inductor_SMD L_Bourns_SDR1806 https://www.bourns.com/docs/Product-Datasheets/SDR1806.pdf Bourns SDR1806 0 2 2 Inductor_SMD L_Bourns_SRF1260 Inductor, Bourns, SRF1260, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://www.bourns.com/docs/Product-Datasheets/SRF1260.pdf) Inductor Bourns_SRF1260 0 4 4 Inductor_SMD L_Bourns_SRN6045TA http://www.bourns.com/docs/product-datasheets/srn6045ta.pdf Semi-shielded Power Inductor 0 2 2 Inductor_SMD L_Bourns_SRN8040TA https://www.bourns.com/docs/product-datasheets/srn8040ta.pdf Inductor 0 2 2 Inductor_SMD L_Bourns_SRP1245A Bourns SRP1245A series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1245A.pdf Bourns SRP1245A SMD inductor 0 2 2 Inductor_SMD L_Bourns_SRP2313AA Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/product-datasheets/srp2313aa.pdf Bourns SRR1260 SMD inductor 0 4 2 Inductor_SMD L_Bourns_SRP5030T Inductor, Bourns, SRP5030T, 5.7mmx5.2mm (Script generated with StandardBox.py) (https://www.bourns.com/data/global/pdfs/SRP5030T.pdf) Inductor Bourns_SRP5030T 0 2 2 Inductor_SMD L_Bourns_SRP7028A_7.3x6.6mm Shielded Power Inductors (https://www.bourns.com/docs/product-datasheets/srp7028a.pdf) Shielded Inductors Bourns SMD SRP7028A 0 2 2 Inductor_SMD L_Bourns_SRR1210A Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf Bourns SRR1210A SMD inductor 0 2 2 Inductor_SMD L_Bourns_SRR1260 Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf Bourns SRR1260 SMD inductor 0 2 2 Inductor_SMD L_Coilcraft_LPS4018 SMD Inductor Coilcraft LPS4018 https://www.coilcraft.com/pdfs/lps4018.pdf L Coilcraft LPS4018 0 2 2 Inductor_SMD L_Coilcraft_LPS5030 Shielded Power Inductor SMD, Coilcraft LPS5030, https://www.coilcraft.com/pdfs/lps5030.pdf, StepUp generated footprint inductor 0 2 2 Inductor_SMD L_Coilcraft_XAL60xx_6.36x6.56mm Coilcraft XAL60xx series, https://www.coilcraft.com/pdfs/xal60xx.pdf L Coilcraft XAL60xx 0 2 2 Inductor_SMD L_Coilcraft_XAL5030 L_Coilcraft_XAL5030 L Coilcraft XAL5030 0 2 2 Inductor_SMD L_Coilcraft_XxL4020 L_Coilcraft_XxL4020 https://www.coilcraft.com/pdfs/xfl4020.pdf L Coilcraft XxL4020 0 2 2 Inductor_SMD L_Coilcraft_XxL4030 L_Coilcraft_XxL4030 https://www.coilcraft.com/pdfs/xfl4030.pdf L Coilcraft XxL4030 0 2 2 Inductor_SMD L_Coilcraft_XxL4040 L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf L Coilcraft XxL4040 0 2 2 Inductor_SMD L_CommonModeChoke_Coilcraft_0603USB Coilcraft 0603USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0603usb.pdf surface mount common mode bead 0 4 4 Inductor_SMD L_CommonModeChoke_Coilcraft_0805USB Coilcraft 0805USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0805usb.pdf surface mount common mode bead 0 4 4 Inductor_SMD L_CommonModeChoke_Coilcraft_1812CAN Coilcraft 1812CAN Series Common Mode Choke, https://www.coilcraft.com/pdfs/1812can.pdf surface mount common mode bead 0 4 4 Inductor_SMD L_CommonModeChoke_Wuerth_WE-SL5 WE-SL5 SMT Common Mode Line Filter, https://www.we-online.de/katalog/en/WE-SL5/, https://www.we-online.de/katalog/datasheet/744272471.pdf SMT Common Mode Line Filter 0 4 4 Inductor_SMD L_CommonMode_Delevan_4222 API Delevan, Surface Mount Common Mode Bead, 4222 4222R, http://www.delevan.com/seriesPDFs/4222.pdf surface mount common mode bead 0 4 4 Inductor_SMD L_CommonMode_Wuerth_WE-SL2 http://katalog.we-online.de/en/pbs/WE-SL2?sid=5fbec16187#vs_t1:c1_ct:1 Wuerth WE-SL2 0 4 4 Inductor_SMD L_Fastron_PISN Choke, Drossel, PISN, SMD, Fastron, Choke Drossel PISN SMD Fastron 0 2 2 Inductor_SMD L_Fastron_PISN_Handsoldering Choke, Drossel, PISN, SMD, Fastron, Choke Drossel PISN SMD Fastron 0 2 2 Inductor_SMD L_Fastron_PISR Choke, Drossel, PISR, Fastron, SMD, Choke Drossel PISR Fastron SMD 0 2 2 Inductor_SMD L_Fastron_PISR_Handsoldering Choke, Drossel, PISR, Fastron, SMD, Choke Drossel PISR Fastron SMD 0 2 2 Inductor_SMD L_Murata_DEM35xxC https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3518c.ashx Inductor SMD DEM35xxC 0 2 2 Inductor_SMD L_Murata_LQH2MCNxxxx02_2.0x1.6mm Inductor, Murata, LQH2MCN_02 series, 1.6x2.0x0.9mm (https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0053.pdf) chip coil inductor Murata LQH2MC 0 2 2 Inductor_SMD L_Murata_LQH55DN_5.7x5.0mm Inductor, SMD, 5.7x5.0x4.7mm, https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0045.pdf inductor smd 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_1turn_HDM0131A Neosid, Air-Coil, SML, 1turn, HDM0131A, Neosid Air-Coil SML 1turn HDM0131A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_2turn_HAM0231A Neosid, Air-Coil, SML, 2turn, HAM0231A, Neosid Air-Coil SML 2turn HAM0231A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_2turn_HDM0231A Neosid, Air-Coil, SML, 2turn, HDM0231A, Neosid Air-Coil SML 2turn HDM0231A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_3turn_HAM0331A Neosid, Air-Coil, SML, 2turn, HAM0331A, Neosid Air-Coil SML 3turn HAM0331A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_3turn_HDM0331A Neosid, Air-Coil, SML, 3turn, HDM0331A, Neosid Air-Coil SML 3turn HDM0331A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_4turn_HAM0431A Neosid, Air-Coil, SML, 4turn, HAM0431A, Neosid Air-Coil SML 4turn HAM0431A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_4turn_HDM0431A Neosid, Air-Coil, SML, 4turn, HDM0431A, Neosid Air-Coil SML 4turn HDM0431A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_5turn_HAM0531A Neosid, Air-Coil, SML, 5turn, HAM0531A, Neosid Air-Coil SML 5turn HAM0531A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_5turn_HDM0531A Neosid, Air-Coil, SML, 5turn, HDM0531A, Neosid Air-Coil SML 5turn HDM0531A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_6-10turn_HAM0631A-HAM1031A Neosid, Air-Coil, SML, 6-10turn, HAM0631A-HAM1031A, Neosid Air-Coil SML 6-10turn HAM0631A-HAM1031A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_6-10turn_HDM0431A-HDM1031A Neosid, Air-Coil, SML, 6-10turn, HDM0431A-HDM1031A, Neosid Air-Coil SML 6-10turn HDM0431A-HDM1031A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_6turn_HAM0631A Neosid, Air-Coil, SML, 6turn, HAM0631A, Neosid Air-Coil SML 6turn HAM0631A 0 2 2 Inductor_SMD L_Neosid_MicroCoil_Ms36-L Neosid, Micro Coil, Inductor, Ms36-L, SMD, Fixed inductor, anti clockwise, https://neosid.de/en/products/inductors/rod-core-chokes/smd-rod-core-chokes/52026/ms-36/7-h?c=94 Neosid Micro Coil Inductor Ms36-L SMD Fixed inductor anti clockwise 0 2 2 Inductor_SMD L_Neosid_Ms42 Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_Ms42.pdf Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded 0 2 2 Inductor_SMD L_Neosid_Ms50 Neosid, Power Inductor, Ms50, SMD, Fixed inductor, https://neosid.de/import-data/product-pdf/neoFestind_Ms50.pdf Neosid Power Inductor Ms50 SMD Fixed inductor 0 2 2 Inductor_SMD L_Neosid_Ms50T Neosid, Power Inductor, Ms50T, SMD, Fixed inductor, high temperature, https://neosid.de/import-data/product-pdf/neoFestind_Ms50T.pdf Neosid Power Inductor Ms50T SMD Fixed inductor high temperature 0 2 2 Inductor_SMD L_Neosid_Ms85 Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85.pdf Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_Ms85T Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85T.pdf Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_Ms95 Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95.pdf NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_Ms95T Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95T.pdf NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_Ms95a Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95a.pdf NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE95H Neosid, Inductor,SM-NE95H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE95H.pdf Neosid Inductor SM-NE95H Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE127 Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf Neosid Inductor SM-NE127 Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE127_HandSoldering Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf Neosid Inductor SM-NE127 Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE150 Neosid, Inductor, SM-NE150, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE150.pdf Neosid Inductor SM-NE150 Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC0512H Neosid, Inductor, PIC0512H, Power Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0512H.pdf Neosid Inductor PIC0512H Power Inductor Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC0602H Neosid, Power Inductor, SM-PIC0602H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0602H.pdf Neosid Power Inductor SM-PIC0602H Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC0612H Neosid, Power Inductor, SM-PIC0612H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0612H.pdf Neosid Power Inductor SM-PIC0612H Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC1004H Neosid, Inductor, SM-PIC1004H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC1004H.pdf Neosid Inductor SM-PIC1004H Fixed inductor SMD 0 2 2 Inductor_SMD L_Neosid_SMS-ME3010 Neosid, Inductor, SMS-ME3010, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3010.pdf Neosid Inductor SMS-ME3010 Fixed inductor SMD magnetically shielded 0 2 2 Inductor_SMD L_Neosid_SMS-ME3015 Neosid, Power Inductor, SMS-ME3015, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3015.pdf Neosid Power Inductor SMS-ME3015 Fixed inductor SMD magnetically shielded 0 2 2 Inductor_SMD L_Neosid_SMs42 Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs42.pdf Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded 0 2 2 Inductor_SMD L_Neosid_SMs50 Neosid, Inductor, SMs50, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs50.pdf Neosid Inductor SMs50 Fixed inductor SMD magneticaly shielded 0 2 2 Inductor_SMD L_Neosid_SMs85 Neosid, Inductor, SMs85, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs85.pdf Neosid Inductor SMs85 Fixed inductor SMD magnetically shielded 0 2 2 Inductor_SMD L_Neosid_SMs95_SMs95p Neosid, Inductor, SMs95, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMs95SMs95p.pdf Neosid Inductor SMs95 Fixed inductor SMD magnetically shielded 0 2 2 Inductor_SMD L_Pulse_PA4320 Inductor SMD Pulse PA4320 http://productfinder.pulseeng.com/products/datasheets/P787.pdf Inductor SMD Pulse PA4320 0 2 2 Inductor_SMD L_Sagami_CER1242B Inductor, Sagami, h=4.5mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf inductor sagami cer12xxb smd 0 2 2 Inductor_SMD L_Sagami_CER1257B Inductor, Sagami, h=6.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf inductor sagami cer12xxb smd 0 2 2 Inductor_SMD L_Sagami_CER1277B Inductor, Sagami, h=8.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf inductor sagami cer12xxb smd 0 2 2 Inductor_SMD L_Sagami_CWR1242C Sagami power inductor, CWR1242C, H=4.5mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) inductor sagami cwr12xx smd 0 4 2 Inductor_SMD L_Sagami_CWR1257C Sagami power inductor, CWR1242C, H=6.0mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) inductor sagami cwr12xx smd 0 4 2 Inductor_SMD L_Sagami_CWR1277C Sagami power inductor, CWR1242C, H=7.7mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) inductor sagami cwr12xx smd 0 4 2 Inductor_SMD L_SigTra_SC3316F http://www.signaltransformer.com/sites/all/pdf/smd/P080_SC3316F.pdf Choke 0 2 2 Inductor_SMD L_Sumida_CDMC6D28_7.25x6.5mm SMD Power Inductor (http://products.sumida.com/products/pdf/CDMC6D28.pdf) Inductor Sumida SMD CDMC6D28 0 2 2 Inductor_SMD L_Sunlord_MWSA0518_5.4x5.2mm Inductor, Sunlord, MWSA0518, 5.4mmx5.2mm inductor Sunlord smd 0 2 2 Inductor_SMD L_TDK_NLV25_2.5x2.0mm TDK NLV25, 2.5x2.0x1.8mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv25-ef_en.pdf tdk nlv25 nlcv25 nlfv25 0 2 2 Inductor_SMD L_TDK_NLV32_3.2x2.5mm TDK NLV32, 3.2x2.5x2.2mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv32-ef_en.pdf tdk nlv32 nlcv32 nlfv32 0 2 2 Inductor_SMD L_TDK_SLF6025 Inductor, TDK, SLF6025, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6025_en.pdf) Inductor TDK_SLF6025 0 2 2 Inductor_SMD L_TDK_SLF6028 Inductor, TDK, SLF6028, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6028_en.pdf) Inductor TDK_SLF6028 0 2 2 Inductor_SMD L_TDK_SLF6045 Inductor, TDK, SLF6045, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6045_en.pdf) Inductor TDK_SLF6045 0 2 2 Inductor_SMD L_TDK_SLF7032 Inductor, TDK, SLF7032, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7032_en.pdf) Inductor TDK_SLF7032 0 2 2 Inductor_SMD L_TDK_SLF7045 Inductor, TDK, SLF7045, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7045_en.pdf) Inductor TDK_SLF7045 0 2 2 Inductor_SMD L_TDK_SLF7055 Inductor, TDK, SLF7055, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7055_en.pdf) Inductor TDK_SLF7055 0 2 2 Inductor_SMD L_TDK_SLF10145 Inductor, TDK, SLF10145, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf10145-h_en.pdf) Inductor TDK_SLF10145 0 2 2 Inductor_SMD L_TDK_SLF10165 Inductor, TDK, SLF10165, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf10165_en.pdf) Inductor TDK_SLF10165 0 2 2 Inductor_SMD L_TDK_SLF12555 Inductor, TDK, SLF12555, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf12555_en.pdf) Inductor SLF12555 0 2 2 Inductor_SMD L_TDK_SLF12565 Inductor, TDK, SLF12565, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12565-h_en.pdf) Inductor SLF12565 0 2 2 Inductor_SMD L_TDK_SLF12575 Inductor, TDK, SLF12575, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12575-h_en.pdf) Inductor SLF12575 0 2 2 Inductor_SMD L_TDK_VLF10040 Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm inductor TDK VLP smd VLF10040 0 2 2 Inductor_SMD L_TDK_VLP8040 Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm inductor TDK VLP smd VLP8040 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-1616 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-1616, 1.6mmx1.6mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-2020 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-2020, 2.0mmx2.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-3030 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-3030, 3.0mmx3.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-4040 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-5050 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-5050, 5.0mmx5.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-20xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-20xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-24xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-24xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-30xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-30xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-40xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-40xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-50xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-50xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-60xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-60xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-80xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-80xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-10050_9.8x10.0mm Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-10050_9.8x10.0mm_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_TracoPower_TCK-047_5.2x5.8mm Inductor, Traco, TCK-047, 5.2x5.8mm, https://www.tracopower.com/products/tck047.pdf inductor smd traco 0 2 2 Inductor_SMD L_TracoPower_TCK-141 Choke, SMD, 4.0x4.0mm 2.1mm height, https://www.tracopower.com/products/tck141.pdf Choke SMD 0 2 2 Inductor_SMD L_Vishay_IHLP-1212 Inductor, Vishay, IHLP series, 3.0mmx3.0mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-1616 Inductor, Vishay, IHLP series, 4.1mmx4.1mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-2020 Inductor, Vishay, IHLP series, 5.1mmx5.1mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-2525 Inductor, Vishay, IHLP series, 6.3mmx6.3mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-4040 Inductor, Vishay, IHLP series, 10.2mmx10.2mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-5050 Inductor, Vishay, IHLP series, 12.7mmx12.7mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-6767 Inductor, Vishay, IHLP series, 17.0mmx17.0mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHSM-3825 Inductor, Vishay, Vishay_IHSM-3825, http://www.vishay.com/docs/34018/ihsm3825.pdf, 11.2mmx6.3mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Vishay_IHSM-4825 Inductor, Vishay, Vishay_IHSM-4825, http://www.vishay.com/docs/34019/ihsm4825.pdf, 13.7mmx6.3mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Vishay_IHSM-5832 Inductor, Vishay, Vishay_IHSM-5832, http://www.vishay.com/docs/34020/ihsm5832.pdf, 16.3mmx8.1mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Vishay_IHSM-7832 Inductor, Vishay, Vishay_IHSM-7832, http://www.vishay.com/docs/34021/ihsm7832.pdf, 19.8mmx8.1mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1030 Inductor, Wuerth Elektronik, Wuerth_HCI-1030, 10.6mmx10.6mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1040 Inductor, Wuerth Elektronik, Wuerth_HCI-1040, 10.2mmx10.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1050 Inductor, Wuerth Elektronik, Wuerth_HCI-1050, 10.2mmx10.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1335 Inductor, Wuerth Elektronik, Wuerth_HCI-1335, 12.8mmx12.8mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1350 Inductor, Wuerth Elektronik, Wuerth_HCI-1350, 12.8mmx12.8mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1365 Inductor, Wuerth Elektronik, Wuerth_HCI-1365, 12.8mmx12.8mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1890 Inductor, Wuerth Elektronik, Wuerth_HCI-1890, 18.2mmx18.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-2212 Inductor, Wuerth Elektronik, Wuerth_HCI-2212, 22.5mmx22.0mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-5040 Inductor, Wuerth Elektronik, Wuerth_HCI-5040, 5.5mmx5.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-7030 Inductor, Wuerth Elektronik, Wuerth_HCI-7030, 6.9mmx6.9mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-7040 Inductor, Wuerth Elektronik, Wuerth_HCI-7040, 6.9mmx6.9mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-7050 Inductor, Wuerth Elektronik, Wuerth_HCI-7050, 6.9mmx6.9mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1050 Inductor, Wuerth Elektronik, Wuerth_HCM-1050, 10.2mmx7.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1052 Inductor, Wuerth Elektronik, Wuerth_HCM-1052, 10.5mmx10.3mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1070 Inductor, Wuerth Elektronik, Wuerth_HCM-1070, 10.1mmx7.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1078 Inductor, Wuerth Elektronik, Wuerth_HCM-1078, 9.4mmx6.2mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1190 Inductor, Wuerth Elektronik, Wuerth_HCM-1190, 10.5mmx11.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1240 Inductor, Wuerth Elektronik, Wuerth_HCM-1240, 10.0mmx11.8mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1350 Inductor, Wuerth Elektronik, Wuerth_HCM-1350, 13.5mmx13.3mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1390 Inductor, Wuerth Elektronik, Wuerth_HCM-1390, 12.5mmx13.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-7050 Inductor, Wuerth Elektronik, Wuerth_HCM-7050, 7.2mmx7.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-7070 Inductor, Wuerth Elektronik, Wuerth_HCM-7070, 7.4mmx7.2mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-1610 Inductor, Wuerth Elektronik, Wuerth_MAPI-1610, 1.6mmx1.6mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2010 Inductor, Wuerth Elektronik, Wuerth_MAPI-2010, 2.0mmx1.6mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2506 Inductor, Wuerth Elektronik, Wuerth_MAPI-2506, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2508 Inductor, Wuerth Elektronik, Wuerth_MAPI-2508, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2510 Inductor, Wuerth Elektronik, Wuerth_MAPI-2510, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2512 Inductor, Wuerth Elektronik, Wuerth_MAPI-2512, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3010 Inductor, Wuerth Elektronik, Wuerth_MAPI-3010, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3012 Inductor, Wuerth Elektronik, Wuerth_MAPI-3012, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3015 Inductor, Wuerth Elektronik, Wuerth_MAPI-3015, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3020 Inductor, Wuerth Elektronik, Wuerth_MAPI-3020, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-4020 Inductor, Wuerth Elektronik, Wuerth_MAPI-4020, 4.0mmx4.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-4030 Inductor, Wuerth Elektronik, Wuerth_MAPI-4030, 4.0mmx4.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ L, Typ XL, Typ XXL, https://katalog.we-online.com/pbs/datasheet/744874001.pdf Choke Coupled Double Inductor SMD Wuerth WE-DD TypL TypXL TypXXL 0 4 4 Inductor_SMD L_Wuerth_WE-DD-Typ-M-Typ-S Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744878001.pdf, https://katalog.we-online.de/pbs/datasheet/744877001.pdf Choke Coupled Double Inductor SMD Wuerth WE-DD TypM TypS 0 4 4 Inductor_SMD L_Wuerth_WE-GF-1210 Unshielded Inductor, Wuerth Elektronik, WE-GF, SMD, 1210, https://www.we-online.de/katalog/datasheet/74476401.pdf Unshielded Inductor WE-GF 1210 Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-7345 Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, 7345, https://katalog.we-online.com/pbs/datasheet/744777001.pdf Choke Shielded Power Inductor WE-PD 7345 Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-LS Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf Choke Shielded Power Inductor WE-PD TypLS Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-LS_Handsoldering Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, Handsoldering, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf Choke Shielded Power Inductor WE-PD TypLS Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-M-Typ-S Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744778005.pdf Choke Shielded Power Inductor WE-PD TypM TypS Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, Handsoldering, https://katalog.we-online.com/pbs/datasheet/744778005.pdf Choke Shielded Power Inductor WE-PD TypM TypS Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD2-Typ-L Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ L, , https://katalog.we-online.com/pbs/datasheet/74477510.pdf Choke Power Inductor WE-PD2 TypL Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD2-Typ-MS Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ MS, https://katalog.we-online.com/pbs/datasheet/744774022.pdf Choke Power Inductor WE-PD2 TypMS Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD2-Typ-XL Power Inductor, Wuerth Elektronik, WE-PD2, SMT, Typ XL, https://katalog.we-online.com/pbs/datasheet/744776012.pdf Choke Power Inductor WE-PD2 TypXL Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PD4-Typ-X Power Inductor, Wuerth Elektronik, WE-PD4, SMT, Typ X, https://katalog.we-online.de/pbs/datasheet/74458001.pdf Choke Power Inductor WE-PD4 TypX Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PDF Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf Choke Shielded Power Inductor WE-PDF Wuerth 0 2 2 Inductor_SMD L_Wuerth_WE-PDF_Handsoldering Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, Handsoldering, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf Choke Shielded Power Inductor WE-PDF Wuerth Handsoldering 0 2 2 Inductor_SMD L_Wuerth_WE-TPC-3816 L_Wuerth_WE-TPC-3816 StepUp generated footprint, http://katalog.we-online.de/pbs/datasheet/7440310047.pdf wurth wuerth smd inductor 0 2 2 Inductor_THT Choke_EPCOS_B82722A Current-Compensated Ring Core Double Chokes, EPCOS, B82722A, 22.3mmx22.7mm, https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf chokes epcos tht 0 4 4 Inductor_THT Choke_Schaffner_RN102-04-14.0x14.0mm Current-compensated Chokes, Schaffner, RN102-04, 14.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN112-04-17.7x17.1mm Current-compensated Chokes, Schaffner, RN112-04, 17.7mmx17.1mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN114-04-22.5x21.5mm Current-compensated Chokes, Schaffner, RN114-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN116-04-22.5x21.5mm Current-compensated Chokes, Schaffner, RN116-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN122-04-28.0x27.0mm Current-compensated Chokes, Schaffner, RN122-04, 28.0mmx27.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN142-04-33.1x32.5mm Current-compensated Chokes, Schaffner, RN142-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN143-04-33.1x32.5mm Current-compensated Chokes, Schaffner, RN143-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN152-04-43.0x41.8mm Current-compensated Chokes, Schaffner, RN152-04, 43.0mmx41.8mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN202-04-8.8x18.2mm Current-compensated Chokes, Schaffner, RN202-04, 8.8mmx18.2mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN204-04-9.0x14.0mm Current-compensated Chokes, Schaffner, RN204-04, 9.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN212-04-12.5x18.0mm Current-compensated Chokes, Schaffner, RN212-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN214-04-15.5x23.0mm Current-compensated Chokes, Schaffner, RN214-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN216-04-15.5x23.0mm Current-compensated Chokes, Schaffner, RN216-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN218-04-12.5x18.0mm Current-compensated Chokes, Schaffner, RN218-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN222-04-18.0x31.0mm Current-compensated Chokes, Schaffner, RN222-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN232-04-18.0x31.0mm Current-compensated Chokes, Schaffner, RN232-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN242-04-18.0x31.0mm Current-compensated Chokes, Schaffner, RN242-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT L_Axial_L5.0mm_D3.6mm_P10.00mm_Horizontal_Murata_BL01RN1A2A2 Inductor, Murata BL01RN1A2A2, Axial, Horizontal, pin pitch=10.00mm, length*diameter=5*3.6mm, https://www.murata.com/en-global/products/productdetail?partno=BL01RN1A2A2%23 inductor axial horizontal 0 2 2 Inductor_THT L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1 Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Vertical pin pitch 2.54mm length 5.3mm diameter 2.2mm Vishay IM-1 0 2 2 Inductor_THT L_Axial_L5.3mm_D2.2mm_P7.62mm_Horizontal_Vishay_IM-1 Inductor, Axial series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Horizontal pin pitch 7.62mm length 5.3mm diameter 2.2mm Vishay IM-1 0 2 2 Inductor_THT L_Axial_L5.3mm_D2.2mm_P10.16mm_Horizontal_Vishay_IM-1 Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Horizontal pin pitch 10.16mm length 5.3mm diameter 2.2mm Vishay IM-1 0 2 2 Inductor_THT L_Axial_L6.6mm_D2.7mm_P2.54mm_Vertical_Vishay_IM-2 Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Vertical pin pitch 2.54mm length 6.6mm diameter 2.7mm Vishay IM-2 0 2 2 Inductor_THT L_Axial_L6.6mm_D2.7mm_P10.16mm_Horizontal_Vishay_IM-2 Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Horizontal pin pitch 10.16mm length 6.6mm diameter 2.7mm Vishay IM-2 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P2.54mm_Vertical_Fastron_MICC Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 2.54mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P5.08mm_Vertical_Fastron_MICC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P10.16mm_Horizontal_Fastron_MICC Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 10.16mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P12.70mm_Horizontal_Fastron_MICC Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 12.7mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P2.54mm_Vertical_Fastron_SMCC Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Vertical pin pitch 2.54mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P5.08mm_Vertical_Fastron_SMCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P12.70mm_Horizontal_Fastron_SMCC Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P15.24mm_Horizontal_Fastron_SMCC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L11.0mm_D4.5mm_P5.08mm_Vertical_Fastron_MECC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 11mm diameter 4.5mm Fastron MECC 0 2 2 Inductor_THT L_Axial_L11.0mm_D4.5mm_P7.62mm_Vertical_Fastron_MECC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 11mm diameter 4.5mm Fastron MECC 0 2 2 Inductor_THT L_Axial_L11.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_MECC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 15.24mm length 11mm diameter 4.5mm Fastron MECC 0 2 2 Inductor_THT L_Axial_L12.0mm_D5.0mm_P5.08mm_Vertical_Fastron_MISC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 12mm diameter 5mm Fastron MISC 0 2 2 Inductor_THT L_Axial_L12.0mm_D5.0mm_P7.62mm_Vertical_Fastron_MISC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 12mm diameter 5mm Fastron MISC 0 2 2 Inductor_THT L_Axial_L12.0mm_D5.0mm_P15.24mm_Horizontal_Fastron_MISC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf Inductor Axial series Axial Horizontal pin pitch 15.24mm length 12mm diameter 5mm Fastron MISC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L13.0mm_D4.5mm_P5.08mm_Vertical_Fastron_HCCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 13mm diameter 4.5mm Fastron HCCC 0 2 2 Inductor_THT L_Axial_L13.0mm_D4.5mm_P7.62mm_Vertical_Fastron_HCCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 13mm diameter 4.5mm Fastron HCCC 0 2 2 Inductor_THT L_Axial_L13.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_HCCC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 15.24mm length 13mm diameter 4.5mm Fastron HCCC 0 2 2 Inductor_THT L_Axial_L14.0mm_D4.5mm_P5.08mm_Vertical_Fastron_LACC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 14mm diameter 4.5mm Fastron LACC 0 2 2 Inductor_THT L_Axial_L14.0mm_D4.5mm_P7.62mm_Vertical_Fastron_LACC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 14mm diameter 4.5mm Fastron LACC 0 2 2 Inductor_THT L_Axial_L14.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_LACC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 15.24mm length 14mm diameter 4.5mm Fastron LACC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P5.08mm_Vertical_Fastron_VHBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P7.62mm_Vertical_Fastron_VHBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P20.32mm_Horizontal_Fastron_VHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P25.40mm_Horizontal_Fastron_VHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P5.08mm_Vertical_Fastron_XHBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P7.62mm_Vertical_Fastron_XHBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P20.32mm_Horizontal_Fastron_XHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P25.40mm_Horizontal_Fastron_XHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D9.5mm_P5.08mm_Vertical_Vishay_IM-10-37 Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 9.5mm Vishay IM-10-37 0 2 2 Inductor_THT L_Axial_L16.0mm_D9.5mm_P20.32mm_Horizontal_Vishay_IM-10-37 Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 9.5mm Vishay IM-10-37 0 2 2 Inductor_THT L_Axial_L17.5mm_D12.0mm_P7.62mm_Vertical_Vishay_IM-10-46 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 17.5mm diameter 12mm Vishay IM-10-46 0 2 2 Inductor_THT L_Axial_L17.5mm_D12.0mm_P20.32mm_Horizontal_Vishay_IM-10-46 Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Horizontal pin pitch 20.32mm length 17.5mm diameter 12mm Vishay IM-10-46 0 2 2 Inductor_THT L_Axial_L20.0mm_D8.0mm_P5.08mm_Vertical Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=20*8mm^2 Inductor Axial series Axial Vertical pin pitch 5.08mm length 20mm diameter 8mm 0 2 2 Inductor_THT L_Axial_L20.0mm_D8.0mm_P7.62mm_Vertical Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20*8mm^2 Inductor Axial series Axial Vertical pin pitch 7.62mm length 20mm diameter 8mm 0 2 2 Inductor_THT L_Axial_L20.0mm_D8.0mm_P25.40mm_Horizontal Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20*8mm^2 Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20mm diameter 8mm 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-101 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.07mm Vishay IHA-101 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.1mm_P28.50mm_Horizontal_Vishay_IHA-101 Inductor, Axial series, Axial, Horizontal, pin pitch=28.5mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 28.5mm length 20.32mm diameter 12.07mm Vishay IHA-101 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-201 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.7mm Vishay IHA-201 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.7mm_P25.40mm_Horizontal_Vishay_IHA-201 Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20.32mm diameter 12.7mm Vishay IHA-201 0 2 2 Inductor_THT L_Axial_L23.4mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-203 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 23.37mm diameter 12.7mm Vishay IHA-203 0 2 2 Inductor_THT L_Axial_L23.4mm_D12.7mm_P32.00mm_Horizontal_Vishay_IHA-203 Inductor, Axial series, Axial, Horizontal, pin pitch=32mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 32mm length 23.37mm diameter 12.7mm Vishay IHA-203 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.1mm_P5.08mm_Vertical_Vishay_IM-10-28 Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.1mm Vishay IM-10-28 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.1mm_P30.48mm_Horizontal_Vishay_IM-10-28 Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 24mm diameter 7.1mm Vishay IM-10-28 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.5mm_P5.08mm_Vertical_Fastron_MESC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.5mm Fastron MESC 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.5mm_P7.62mm_Vertical_Fastron_MESC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 24mm diameter 7.5mm Fastron MESC 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.5mm_P27.94mm_Horizontal_Fastron_MESC Inductor, Axial series, Axial, Horizontal, pin pitch=27.94mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf Inductor Axial series Axial Horizontal pin pitch 27.94mm length 24mm diameter 7.5mm Fastron MESC 0 2 2 Inductor_THT L_Axial_L26.0mm_D9.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 9mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D9.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 9mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D9.0mm_P30.48mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 9mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D10.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 10mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D10.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 10mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D10.0mm_P30.48mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 10mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D11.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 11mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D11.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 11mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D11.0mm_P30.48mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 11mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.7mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-103 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 12.07mm Vishay IHA-103 0 2 2 Inductor_THT L_Axial_L26.7mm_D12.1mm_P35.00mm_Horizontal_Vishay_IHA-103 Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 12.07mm Vishay IHA-103 0 2 2 Inductor_THT L_Axial_L26.7mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-104 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 13.97mm Vishay IHA-104 0 2 2 Inductor_THT L_Axial_L26.7mm_D14.0mm_P35.00mm_Horizontal_Vishay_IHA-104 Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 13.97mm Vishay IHA-104 0 2 2 Inductor_THT L_Axial_L29.9mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-105 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 29.85mm diameter 13.97mm Vishay IHA-105 0 2 2 Inductor_THT L_Axial_L29.9mm_D14.0mm_P38.00mm_Horizontal_Vishay_IHA-105 Inductor, Axial series, Axial, Horizontal, pin pitch=38mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 38mm length 29.85mm diameter 13.97mm Vishay IHA-105 0 2 2 Inductor_THT L_Axial_L30.0mm_D8.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 30mm diameter 8mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L30.0mm_D8.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 30mm diameter 8mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L30.0mm_D8.0mm_P35.56mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=35.56mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 35.56mm length 30mm diameter 8mm Fastron 77A 0 2 2 Inductor_THT L_CommonMode_Toroid_Vertical_L19.3mm_W10.8mm_Px6.35mm_Py15.24mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=6.35*15.24mm^2, , length*width=19.304*10.795mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 6.35*15.24mm^2 length 19.304mm width 10.795mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L21.0mm_W10.0mm_Px5.08mm_Py12.70mm_muRATA_5100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=5.08*12.70mm^2, , length*width=21*10mm^2, muRATA, 5100, http://www.murata-ps.com/data/magnetics/kmp_5100.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 5.08*12.70mm^2 length 21mm width 10mm muRATA 5100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L24.0mm_W16.3mm_Px10.16mm_Py20.32mm_muRATA_5200 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=24*16.3mm^2, muRATA, 5200, http://www.murata-ps.com/data/magnetics/kmp_5200.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 24mm width 16.3mm muRATA 5200 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L30.5mm_W15.2mm_Px10.16mm_Py20.32mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=30.479999999999997*15.239999999999998mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 30.479999999999997mm width 15.239999999999998mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L34.3mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=34.29*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 34.29mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L36.8mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=36.83*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 36.83mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L38.1mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=38.099999999999994*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 38.099999999999994mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L39.4mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=39.37*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 39.37mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L41.9mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=41.91*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 41.91mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L43.2mm_W22.9mm_Px17.78mm_Py30.48mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=17.78*30.48mm^2, , length*width=43.18*22.86mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 17.78*30.48mm^2 length 43.18mm width 22.86mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-L Wuerth, WE-CMB, Bauform L, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-M Wuerth, WE-CMB, Bauform M, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-S Wuerth, WE-CMB, Bauform S, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-XL Wuerth, WE-CMB, Bauform XL, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-XS Wuerth, WE-CMB, Bauform XS, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-XXL Wuerth, WE-CMB, Bauform XXL, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_Mount_Lodestone_VTM120 Lodestone Pacific, 30.48mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM160 Lodestone Pacific, 40.64mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM254 Lodestone Pacific, 64.51mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM280 Lodestone Pacific, 71.12mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM950-6 Lodestone Pacific, vertical toroid mount, 11x19mm, 6 pins, http://www.lodestonepacific.com/CatKpdf/VTM950-6.pdf vertical inductor toroid mount 0 6 6 Inductor_THT L_Radial_D6.0mm_P4.00mm Inductor, Radial series, Radial, pin pitch=4.00mm, , diameter=6.0mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm 0 2 2 Inductor_THT L_Radial_D7.0mm_P3.00mm Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf Inductor Radial series Radial pin pitch 3.00mm diameter 7mm 0 2 2 Inductor_THT L_Radial_D7.2mm_P3.00mm_MuRATA_1700 Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7.2mm, MuRATA, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm MuRATA 1700 0 2 2 Inductor_THT L_Radial_D7.5mm_P3.50mm_Fastron_07P Inductor, Radial series, Radial, pin pitch=3.50mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 3.50mm diameter 7.5mm Fastron 07P 0 2 2 Inductor_THT L_Radial_D7.5mm_P5.00mm_Fastron_07P Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 7.5mm Fastron 07P 0 2 2 Inductor_THT L_Radial_D7.8mm_P5.00mm_Fastron_07HCP Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.8mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm Fastron 07HCP 0 2 2 Inductor_THT L_Radial_D8.7mm_P5.00mm_Fastron_07HCP Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP 0 2 2 Inductor_THT L_Radial_D9.5mm_P5.00mm_Fastron_07HVP Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=9.5mm, Fastron, 07HVP, http://www.fastrongroup.com/image-show/107/07HVP%2007HVP_T.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 9.5mm Fastron 07HVP 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Fastron_07M Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07M, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07M 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Fastron_07P Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07P, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07P 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3 0 2 2 Inductor_THT L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf Inductor Radial Murata 1200RS 0 4 2 Inductor_THT L_Radial_D10.5mm_P5.00mm_Abacron_AISR-01 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Abacron, AISR-01, http://www.abracon.com/Magnetics/radial/AISR-01.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 10.5mm Abacron AISR-01 0 2 2 Inductor_THT L_Radial_D12.0mm_P5.00mm_Fastron_11P Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Fastron 11P 0 2 2 Inductor_THT L_Radial_D12.0mm_P5.00mm_Neosid_SD12_style2 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12 style2 0 2 2 Inductor_THT L_Radial_D12.0mm_P5.00mm_Neosid_SD12k_style2 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12k style2 0 2 2 Inductor_THT L_Radial_D12.0mm_P6.00mm_MuRATA_1900R Inductor, Radial series, Radial, pin pitch=6.00mm, , diameter=12.0mm, MuRATA, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm MuRATA 1900R 0 2 2 Inductor_THT L_Radial_D12.0mm_P10.00mm_Neosid_SD12_style1 Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12 style1 0 2 2 Inductor_THT L_Radial_D12.0mm_P10.00mm_Neosid_SD12k_style1 Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12k style1 0 2 2 Inductor_THT L_Radial_D12.5mm_P7.00mm_Fastron_09HCP Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm Fastron 09HCP 0 2 2 Inductor_THT L_Radial_D12.5mm_P9.00mm_Fastron_09HCP Inductor, Radial series, Radial, pin pitch=9.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm Fastron 09HCP 0 2 2 Inductor_THT L_Radial_D13.5mm_P7.00mm_Fastron_09HCP Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=13.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm Fastron 09HCP 0 2 2 Inductor_THT L_Radial_D14.2mm_P10.00mm_Neosid_SD14 Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=14.2mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm Neosid SD14 0 2 2 Inductor_THT L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1 Inductor, Radial series, Radial, pin pitch=11.43mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm Vishay IHB-1 0 2 2 Inductor_THT L_Radial_D16.8mm_P12.07mm_Vishay_IHB-1 Inductor, Radial series, Radial, pin pitch=12.07mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm Vishay IHB-1 0 2 2 Inductor_THT L_Radial_D16.8mm_P12.70mm_Vishay_IHB-1 Inductor, Radial series, Radial, pin pitch=12.70mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm Vishay IHB-1 0 2 2 Inductor_THT L_Radial_D18.0mm_P10.00mm Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=18mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 18mm 0 2 2 Inductor_THT L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=14.61mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 14.61mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P15.00mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=15.00mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 15.00mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P15.24mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=15.24mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 15.24mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P15.75mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=15.75mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 15.75mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P19.00mm Inductor, Radial series, Radial, pin pitch=19.00mm, , diameter=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf Inductor Radial series Radial pin pitch 19.00mm diameter 21mm 0 2 2 Inductor_THT L_Radial_D24.0mm_P24.00mm Inductor, Radial series, Radial, pin pitch=24.00mm, , diameter=24mm Inductor Radial series Radial pin pitch 24.00mm diameter 24mm 0 2 2 Inductor_THT L_Radial_D24.4mm_P22.90mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=22.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.10mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.10mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.40mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.40mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.70mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.70mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.90mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D27.9mm_P18.29mm_Vishay_IHB-3 Inductor, Radial series, Radial, pin pitch=18.29mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm Vishay IHB-3 0 2 2 Inductor_THT L_Radial_D27.9mm_P19.05mm_Vishay_IHB-3 Inductor, Radial series, Radial, pin pitch=19.05mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm Vishay IHB-3 0 2 2 Inductor_THT L_Radial_D27.9mm_P20.07mm_Vishay_IHB-3 Inductor, Radial series, Radial, pin pitch=20.07mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm Vishay IHB-3 0 2 2 Inductor_THT L_Radial_D28.0mm_P29.20mm Inductor, Radial series, Radial, pin pitch=29.20mm, , diameter=28mm Inductor Radial series Radial pin pitch 29.20mm diameter 28mm 0 2 2 Inductor_THT L_Radial_D29.8mm_P28.30mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=28.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P28.50mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=28.50mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P28.80mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=28.80mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P29.00mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=29.00mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P29.30mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=29.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D40.6mm_P26.16mm_Vishay_IHB-5 Inductor, Radial series, Radial, pin pitch=26.16mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm Vishay IHB-5 0 2 2 Inductor_THT L_Radial_D40.6mm_P27.18mm_Vishay_IHB-4 Inductor, Radial series, Radial, pin pitch=27.18mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm Vishay IHB-4 0 2 2 Inductor_THT L_Radial_D40.6mm_P27.94mm_Vishay_IHB-4 Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-4 0 2 2 Inductor_THT L_Radial_D40.6mm_P27.94mm_Vishay_IHB-5 Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-5 0 2 2 Inductor_THT L_Radial_D40.6mm_P28.70mm_Vishay_IHB-5 Inductor, Radial series, Radial, pin pitch=28.70mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm Vishay IHB-5 0 2 2 Inductor_THT L_Radial_D50.8mm_P33.27mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=33.27mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P34.29mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=34.29mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P35.81mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=35.81mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P36.32mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=36.32mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P38.86mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=38.86mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_L7.5mm_W4.6mm_P5.00mm_Neosid_SD75 Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=7.5*4.6mm^2, Neosid, SD75, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd75.pdf Inductor Radial series Radial pin pitch 5.00mm length 7.5mm width 4.6mm Neosid SD75 0 2 2 Inductor_THT L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_NE-CPB-07E Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, NE-CPB-07E, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB07E.pdf Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid NE-CPB-07E 0 2 2 Inductor_THT L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_SD8 Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, SD8, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd8.pdf Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid SD8 0 2 2 Inductor_THT L_Radial_L9.1mm_W9.1mm_Px6.35mm_Py6.35mm_Pulse_LP-25 Inductor, Radial series, Radial, pin pitch=6.35*6.35mm^2, , length*width=9.14*9.14mm^2, Pulse, LP-25, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 6.35*6.35mm^2 length 9.14mm width 9.14mm Pulse LP-25 0 2 2 Inductor_THT L_Radial_L10.2mm_W10.2mm_Px7.62mm_Py7.62mm_Pulse_LP-30 Inductor, Radial series, Radial, pin pitch=7.62*7.62mm^2, , length*width=10.16*10.16mm^2, Pulse, LP-30, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 7.62*7.62mm^2 length 10.16mm width 10.16mm Pulse LP-30 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.3mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.3mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.3mm 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.5mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.5mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.5mm 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.7mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.7mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.7mm 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.8mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.8mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.8mm 0 2 2 Inductor_THT L_Radial_L12.6mm_W12.6mm_Px9.52mm_Py9.52mm_Pulse_LP-37 Inductor, Radial series, Radial, pin pitch=9.52*9.52mm^2, , length*width=12.57*12.57mm^2, Pulse, LP-37, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 9.52*9.52mm^2 length 12.57mm width 12.57mm Pulse LP-37 0 2 2 Inductor_THT L_Radial_L16.1mm_W16.1mm_Px7.62mm_Py12.70mm_Pulse_LP-44 Inductor, Radial series, Radial, pin pitch=7.62*12.70mm^2, , length*width=16.13*16.13mm^2, Pulse, LP-44, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 7.62*12.70mm^2 length 16.13mm width 16.13mm Pulse LP-44 0 2 2 Inductor_THT L_SELF1408 Self Ferrite 14 - 08 SELF 0 7 3 Inductor_THT L_SELF1418 Self Ferrite 14 - 18 SELF 0 10 4 Inductor_THT L_Toroid_Horizontal_D3.2mm_P6.40mm_Diameter3-5mm_Amidon-T12 L_Toroid, Horizontal series, Radial, pin pitch=6.40mm, , diameter=3.175mm, Diameter3-5mm, Amidon-T12 L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm Diameter3-5mm Amidon-T12 0 2 2 Inductor_THT L_Toroid_Horizontal_D4.1mm_P8.00mm_Diameter4-5mm_Amidon-T16 L_Toroid, Horizontal series, Radial, pin pitch=8.00mm, , diameter=4.064mm, Diameter4-5mm, Amidon-T16 L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm Diameter4-5mm Amidon-T16 0 2 2 Inductor_THT L_Toroid_Horizontal_D5.1mm_P9.00mm_Diameter6-5mm_Amidon-T20 L_Toroid, Horizontal series, Radial, pin pitch=9.00mm, , diameter=5.08mm, Diameter6-5mm, Amidon-T20 L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm Diameter6-5mm Amidon-T20 0 2 2 Inductor_THT L_Toroid_Horizontal_D6.5mm_P10.00mm_Diameter7-5mm_Amidon-T25 L_Toroid, Horizontal series, Radial, pin pitch=10.00mm, , diameter=6.476999999999999mm, Diameter7-5mm, Amidon-T25 L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm Diameter7-5mm Amidon-T25 0 2 2 Inductor_THT L_Toroid_Horizontal_D7.8mm_P13.00mm_Diameter9-5mm_Amidon-T30 L_Toroid, Horizontal series, Radial, pin pitch=13.00mm, , diameter=7.7978mm, Diameter9-5mm, Amidon-T30 L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm Diameter9-5mm Amidon-T30 0 2 2 Inductor_THT L_Toroid_Horizontal_D9.5mm_P15.00mm_Diameter10-5mm_Amidon-T37 L_Toroid, Horizontal series, Radial, pin pitch=15.00mm, , diameter=9.524999999999999mm, Diameter10-5mm, Amidon-T37 L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm Diameter10-5mm Amidon-T37 0 2 2 Inductor_THT L_Toroid_Horizontal_D11.2mm_P17.00mm_Diameter12-5mm_Amidon-T44 L_Toroid, Horizontal series, Radial, pin pitch=17.00mm, , diameter=11.176mm, Diameter12-5mm, Amidon-T44 L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm Diameter12-5mm Amidon-T44 0 2 2 Inductor_THT L_Toroid_Horizontal_D12.7mm_P20.00mm_Diameter14-5mm_Amidon-T50 L_Toroid, Horizontal series, Radial, pin pitch=20.00mm, , diameter=12.7mm, Diameter14-5mm, Amidon-T50 L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm Diameter14-5mm Amidon-T50 0 2 2 Inductor_THT L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3 L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 0 2 2 Inductor_THT L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3_BigPads L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 BigPads 0 2 2 Inductor_THT L_Toroid_Horizontal_D17.3mm_P15.24mm_Bourns_2000 L_Toroid, Horizontal series, Radial, pin pitch=15.24mm, , diameter=17.3mm, Bourns, 2000, http://www.bourns.com/docs/Product-Datasheets/2000_series.pdf?sfvrsn=5 L_Toroid Horizontal series Radial pin pitch 15.24mm diameter 17.3mm Bourns 2000 0 2 2 Inductor_THT L_Toroid_Horizontal_D21.8mm_P19.10mm_Bourns_2100 L_Toroid, Horizontal series, Radial, pin pitch=19.10mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 19.10mm diameter 21.8mm Bourns 2100 0 2 2 Inductor_THT L_Toroid_Horizontal_D21.8mm_P19.60mm_Bourns_2100 L_Toroid, Horizontal series, Radial, pin pitch=19.60mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 19.60mm diameter 21.8mm Bourns 2100 0 2 2 Inductor_THT L_Toroid_Horizontal_D22.4mm_P19.80mm_Vishay_TJ4 L_Toroid, Horizontal series, Radial, pin pitch=19.80mm, , diameter=22.4mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm Vishay TJ4 0 2 2 Inductor_THT L_Toroid_Horizontal_D24.1mm_P21.80mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=21.80mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 21.80mm diameter 24.1mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D24.1mm_P23.10mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=23.10mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 23.10mm diameter 24.1mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5 L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 0 2 2 Inductor_THT L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5_BigPads L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 BigPads 0 2 2 Inductor_THT L_Toroid_Horizontal_D26.0mm_P5.08mm inductor 26mm diameter toroid SELF INDUCTOR 0 3 2 Inductor_THT L_Toroid_Horizontal_D28.0mm_P25.10mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=25.10mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 25.10mm diameter 28mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D28.0mm_P26.67mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=26.67mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 26.67mm diameter 28mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D32.5mm_P28.90mm_Bourns_2300 L_Toroid, Horizontal series, Radial, pin pitch=28.90mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 28.90mm diameter 32.5mm Bourns 2300 0 2 2 Inductor_THT L_Toroid_Horizontal_D32.5mm_P30.00mm_Bourns_2300 L_Toroid, Horizontal series, Radial, pin pitch=30.00mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 30.00mm diameter 32.5mm Bourns 2300 0 2 2 Inductor_THT L_Toroid_Horizontal_D35.1mm_P31.00mm_Vishay_TJ6 L_Toroid, Horizontal series, Radial, pin pitch=31.00mm, , diameter=35.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm Vishay TJ6 0 2 2 Inductor_THT L_Toroid_Horizontal_D40.0mm_P48.26mm L_Toroid, Horizontal series, Radial, pin pitch=48.26mm, , diameter=40mm L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm 0 2 2 Inductor_THT L_Toroid_Horizontal_D41.9mm_P37.60mm_Vishay_TJ7 L_Toroid, Horizontal series, Radial, pin pitch=37.60mm, , diameter=41.9mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm Vishay TJ7 0 2 2 Inductor_THT L_Toroid_Horizontal_D49.3mm_P44.60mm_Vishay_TJ8 L_Toroid, Horizontal series, Radial, pin pitch=44.60mm, , diameter=49.3mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm Vishay TJ8 0 2 2 Inductor_THT L_Toroid_Horizontal_D69.1mm_P63.20mm_Vishay_TJ9 L_Toroid, Horizontal series, Radial, pin pitch=63.20mm, , diameter=69.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm Vishay TJ9 0 2 2 Inductor_THT L_Toroid_Vertical_L10.0mm_W5.0mm_P5.08mm L_Toroid, Vertical series, Radial, pin pitch=5.08mm, , length*width=10*5mm^2 L_Toroid Vertical series Radial pin pitch 5.08mm length 10mm width 5mm 0 2 2 Inductor_THT L_Toroid_Vertical_L13.0mm_W6.5mm_P5.60mm L_Toroid, Vertical series, Radial, pin pitch=5.60mm, , length*width=13*6.5mm^2 L_Toroid Vertical series Radial pin pitch 5.60mm length 13mm width 6.5mm 0 2 2 Inductor_THT L_Toroid_Vertical_L14.0mm_W5.6mm_P5.30mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=5.30mm, , length*width=14*5.6mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 5.30mm length 14mm width 5.6mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L14.0mm_W6.3mm_P4.57mm_Pulse_A L_Toroid, Vertical series, Radial, pin pitch=4.57mm, , length*width=13.97*6.35mm^2, Pulse, A, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 4.57mm length 13.97mm width 6.35mm Pulse A 0 2 2 Inductor_THT L_Toroid_Vertical_L14.7mm_W8.6mm_P5.58mm_Pulse_KM-1 L_Toroid, Vertical series, Radial, pin pitch=5.58mm, , length*width=14.73*8.64mm^2, Pulse, KM-1, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 5.58mm length 14.73mm width 8.64mm Pulse KM-1 0 2 2 Inductor_THT L_Toroid_Vertical_L16.0mm_W8.0mm_P7.62mm L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16*8mm^2 L_Toroid Vertical series Radial pin pitch 7.62mm length 16mm width 8mm 0 2 2 Inductor_THT L_Toroid_Vertical_L16.3mm_W7.1mm_P7.11mm_Pulse_H L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=16.26*7.11mm^2, Pulse, H, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.11mm length 16.26mm width 7.11mm Pulse H 0 2 2 Inductor_THT L_Toroid_Vertical_L16.4mm_W7.6mm_P6.60mm_Vishay_TJ3 L_Toroid, Vertical series, Radial, pin pitch=6.60mm, , length*width=16.4*7.6mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 6.60mm length 16.4mm width 7.6mm Vishay TJ3 0 2 2 Inductor_THT L_Toroid_Vertical_L16.5mm_W11.4mm_P7.62mm_Pulse_KM-2 L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16.51*11.43mm^2, Pulse, KM-2, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.62mm length 16.51mm width 11.43mm Pulse KM-2 0 2 2 Inductor_THT L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3 L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 0 2 2 Inductor_THT L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3_BigPads L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 BigPads 0 2 2 Inductor_THT L_Toroid_Vertical_L17.8mm_W8.1mm_P7.62mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=17.8*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 7.62mm length 17.8mm width 8.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L17.8mm_W9.7mm_P7.11mm_Pulse_B L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=17.78*9.65mm^2, Pulse, B, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.11mm length 17.78mm width 9.65mm Pulse B 0 2 2 Inductor_THT L_Toroid_Vertical_L19.1mm_W8.1mm_P7.10mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=19.1*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 7.10mm length 19.1mm width 8.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W8.4mm_P8.38mm_Pulse_G L_Toroid, Vertical series, Radial, pin pitch=8.38mm, , length*width=21.59*8.38mm^2, Pulse, G, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 8.38mm length 21.59mm width 8.38mm Pulse G 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W9.1mm_P8.40mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=8.40mm, , length*width=21.6*9.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 8.40mm length 21.6mm width 9.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W9.5mm_P7.11mm_Pulse_C L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=21.59*9.53mm^2, Pulse, C, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.11mm length 21.59mm width 9.53mm Pulse C 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W11.4mm_P7.62mm_Pulse_KM-3 L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=21.59*11.43mm^2, Pulse, KM-3, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.62mm length 21.59mm width 11.43mm Pulse KM-3 0 2 2 Inductor_THT L_Toroid_Vertical_L22.4mm_W10.2mm_P7.90mm_Vishay_TJ4 L_Toroid, Vertical series, Radial, pin pitch=7.90mm, , length*width=22.4*10.2mm^2, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 7.90mm length 22.4mm width 10.2mm Vishay TJ4 0 2 2 Inductor_THT L_Toroid_Vertical_L24.6mm_W15.5mm_P11.44mm_Pulse_KM-4 L_Toroid, Vertical series, Radial, pin pitch=11.44mm, , length*width=24.64*15.5mm^2, Pulse, KM-4, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 11.44mm length 24.64mm width 15.5mm Pulse KM-4 0 2 2 Inductor_THT L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5 L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 0 2 2 Inductor_THT L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5_BigPads L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 BigPads 0 2 2 Inductor_THT L_Toroid_Vertical_L26.7mm_W14.0mm_P10.16mm_Pulse_D L_Toroid, Vertical series, Radial, pin pitch=10.16mm, , length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D 0 2 2 Inductor_THT L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=11.43mm, , length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=13.50mm, , length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5 L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5 0 2 2 Inductor_THT L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6 L_Toroid, Vertical series, Radial, pin pitch=18.50mm, , length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6 0 2 2 Inductor_THT L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E 0 2 2 Inductor_THT L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F 0 2 2 Inductor_THT L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7 L_Toroid, Vertical series, Radial, pin pitch=15.80mm, , length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7 0 2 2 Inductor_THT L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=21.80mm, , length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8 L_Toroid, Vertical series, Radial, pin pitch=20.80mm, , length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8 0 2 2 Inductor_THT L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=20.10mm, , length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9 L_Toroid, Vertical series, Radial, pin pitch=31.80mm, , length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged2Bar_Pad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 2 copper strips solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged2Bar_RoundedPad1.0x1.5mm SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 2 copper strips solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 1 copper strip solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open solder jumper open 0 2 2 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm_NumberLabels SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm_NumberLabels SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, open solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm_NumberLabels SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open solder jumper open 0 5 3 Jumper SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open, labeled with numbers solder jumper open 0 5 3 LED_SMD LED-APA102-2020 http://www.led-color.com/upload/201604/APA102-2020%20SMD%20LED.pdf LED RGB SPI 0 8 6 LED_SMD LED-L1T2_LUMILEDS http://www.lumileds.com/uploads/438/DS133-pdf LUMILEDS LUXEON TX L1T2 LED 0 3 3 LED_SMD LED_1W_3W_R8 https://www.gme.cz/data/attachments/dsh.518-234.1.pdf LED 1W 3W 5W 0 3 3 LED_SMD LED_0201_0603Metric LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator LED 0 4 2 LED_SMD LED_0201_0603Metric_Castellated LED SMD 0201 (0603 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator LED castellated 0 4 2 LED_SMD LED_0201_0603Metric_Pad0.64x0.40mm_HandSolder LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator LED handsolder 0 4 2 LED_SMD LED_0402_1005Metric LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_0402_1005Metric_Castellated LED SMD 0402 (1005 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_0402_1005Metric_Pad0.77x0.64mm_HandSolder LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_0603_1608Metric LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_0603_1608Metric_Castellated LED SMD 0603 (1608 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_0805_2012Metric LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_0805_2012Metric_Castellated LED SMD 0805 (2012 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_1206_3216Metric LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_1206_3216Metric_Castellated LED SMD 1206 (3216 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode reverse 0 2 2 LED_SMD LED_1210_3225Metric LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_1210_3225Metric_Castellated LED SMD 1210 (3225 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1210_3225Metric_Pad1.42x2.65mm_HandSolder LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_1812_4532Metric LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_1812_4532Metric_Castellated LED SMD 1812 (4532 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1812_4532Metric_Pad1.30x3.40mm_HandSolder LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_2010_5025Metric LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_2010_5025Metric_Castellated LED SMD 2010 (5025 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_2010_5025Metric_Pad1.52x2.65mm_HandSolder LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_2512_6332Metric LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_2512_6332Metric_Castellated LED SMD 2512 (6332 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_2512_6332Metric_Pad1.52x3.35mm_HandSolder LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_2816_7142Metric LED SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_2816_7142Metric_Castellated LED SMD 2816 (7142 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_2816_7142Metric_Pad3.20x4.45mm_HandSolder LED SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_ASMB-KTF0-0A306 2220 Tricolor PLCC-4 LED, https://docs.broadcom.com/docs/ASMB-KTF0-0A306-DS100 Tricolor LED 0 4 4 LED_SMD LED_Avago_PLCC4_3.2x2.8mm_CW https://docs.broadcom.com/docs/AV02-4186EN LED Avago PLCC-4 ASMB-MTB0-0A3A2 0 4 4 LED_SMD LED_Avago_PLCC6_3x2.8mm https://docs.broadcom.com/docs/AV02-3793EN LED Avago PLCC-6 ASMT-YTB7-0AA02 0 6 6 LED_SMD LED_Cree-PLCC4_2x2mm_CW 2.0mm x 2.0mm PLCC4 LED, http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/HB/Data-Sheets/CLMVBFKA.pdf LED Cree PLCC-4 0 4 4 LED_SMD LED_Cree-PLCC4_3.2x2.8mm_CCW 3.2mm x 2.8mm PLCC4 LED, http://www.cree.com/led-components/media/documents/CLV1AFKB(874).pdf LED Cree PLCC-4 0 4 4 LED_SMD LED_Cree-PLCC4_5x5mm_CW 5.0mm x 5.0mm PLCC4 LED LED Cree PLCC-4 0 4 4 LED_SMD LED_Cree-PLCC6_4.7x1.5mm 4.7mm x 1.5mm PLCC6 LED, http://www.cree.com/led-components/media/documents/1381-QLS6AFKW.pdf LED Cree PLCC-6 0 6 6 LED_SMD LED_Cree-XB http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXBD.pdf LED Cree XB 0 5 3 LED_SMD LED_Cree-XH http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XHB.pdf LED Cree XH 0 8 2 LED_SMD LED_Cree-XHP35 http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds--XHP35.pdf LED Cree XHP35 0 6 3 LED_SMD LED_Cree-XHP50_6V Cree XHP50, 6V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf LED Cree XHP50 0 15 3 LED_SMD LED_Cree-XHP50_12V Cree XHP50, 12V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf LED XHP50 Cree 0 15 3 LED_SMD LED_Cree-XHP70_6V Cree XHP70 LED, 6V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf LED Cree XHP70 0 15 3 LED_SMD LED_Cree-XHP70_12V Cree XHP70 LED, 12V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf LED Cree XHP70 0 15 3 LED_SMD LED_Cree-XP LED Cree-XP http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXPE2.pdf LED Cree XP 0 6 3 LED_SMD LED_Cree-XP-G LED Cree-XP-G http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/XLampXPG.pdf LED Cree XP-G 0 6 3 LED_SMD LED_Cree-XQ LED Cree-XQ http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf LED Cree XQ 0 2 2 LED_SMD LED_Cree-XQ_HandSoldering LED Cree-XQ handsoldering pads http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf LED Cree XQ 0 2 2 LED_SMD LED_Dialight_591 LED SMD 3mm Right Angle series (http://www.dialightsignalsandcomponents.com/Assets/Drawings/2D_Drawings_DrawingDetailedSpec/C17354.pdf) LED Dialight 591 0 2 2 LED_SMD LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf RGB LED NeoPixel addressable 0 4 4 LED_SMD LED_Kingbright_AAA3528ESGCT Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf) dual led smd 0 4 4 LED_SMD LED_Kingbright_APFA3010_3x1.5mm_Horizontal LED RGB, APFA3010, http://www.kingbrightusa.com/images/catalog/SPEC/APFA3010LSEEZGKQBKC.pdf LED RGB APFA3010 KINGBRIGHT 3x1.5mm 0 4 4 LED_SMD LED_LiteOn_LTST-C19HE1WT LiteOn RGB LED; https://optoelectronics.liteon.com/upload/download/DS22-2008-0044/LTST-C19HE1WT.pdf LED RGB Chip SMD 0 4 4 LED_SMD LED_LiteOn_LTST-S326 http://optoelectronics.liteon.com/upload/download/DS22-2000-287/LTST-S326KGJRKT.PDF LED SMD right angle CCA 0 3 3 LED_SMD LED_Lumex_SML-LX0303SIUPGUSB Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0303SIUPGUSB.pdf LED RGB 0 4 4 LED_SMD LED_Osram_Lx_P47F_D2mm_ReverseMount OSRAM, reverse-mount LED, SMD, 2mm diameter, http://www.farnell.com/datasheets/2711587.pdf LED ReverseMount Reverse 0 4 2 LED_SMD LED_PLCC-2 LED PLCC-2 SMD package LED PLCC-2 SMD 0 2 2 LED_SMD LED_PLCC_2835 https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf LED 0 2 2 LED_SMD LED_PLCC_2835_Handsoldering https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf LED 0 2 2 LED_SMD LED_RGB_1210 RGB LED 3.2x2.7mm http://www.avagotech.com/docs/AV02-0610EN LED 3227 0 4 4 LED_SMD LED_RGB_5050-6 http://cdn.sparkfun.com/datasheets/Components/LED/5060BRG4.pdf RGB LED 5050-6 0 6 6 LED_SMD LED_RGB_Cree-PLCC-6_6x5mm_P2.1mm http://www.farnell.com/datasheets/2003905.pdf LED RGB PLCC-6 CLP6C-FBK 0 6 6 LED_SMD LED_RGB_Getian_GT-P6PRGB4303 https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf LED RGB 0 7 7 LED_SMD LED_RGB_PLCC-6 RGB LED PLCC-6 RGB LED PLCC-6 0 6 6 LED_SMD LED_ROHM_SMLVN6 https://www.rohm.com/datasheet/SMLVN6RGB1U LED ROHM SMLVN6 0 6 6 LED_SMD LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm https://cdn-shop.adafruit.com/product-files/3484/3484_Datasheet.pdf LED RGB NeoPixel Nano 0 4 4 LED_SMD LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf LED RGB NeoPixel Mini 0 4 4 LED_SMD LED_SK6812_EC15_1.5x1.5mm http://www.newstar-ledstrip.com/product/20181119172602110.pdf LED RGB NeoPixel 0 4 4 LED_SMD LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf LED RGB NeoPixel 0 4 4 LED_SMD LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf LED RGB NeoPixel 0 4 4 LED_SMD LED_WS2812_PLCC6_5.0x5.0mm_P1.6mm https://cdn-shop.adafruit.com/datasheets/WS2812.pdf LED RGB NeoPixel 0 6 6 LED_SMD LED_Yuji_5730 LED,Yuji,5730,https://cdn.shopify.com/s/files/1/0344/6401/files/YJWJ014-1.1_YJ-BC-5730L-G02.pdf LED Yuji 5730 0 3 2 LED_SMD LED_miniPLCC_2315 https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true LED 0 2 2 LED_SMD LED_miniPLCC_2315_Handsoldering https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true LED 0 2 2 LED_THT LED_BL-FL7680RGB 'Piranha' RGB LED, through hole, common anode, 7.62x7.62mm, BGRA pin order, https://cdn-shop.adafruit.com/datasheets/BL-FL7680RGB.pdf RGB LED Piranha Super-Flux BetLux 0 4 4 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z4.9mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z8.2mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z1.6mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z4.9mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z8.2mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z1.6mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z4.9mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z8.2mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W3.3mm_H2.4mm LED, Round, Rectangular size 3.3x2.4mm^2 diameter 1.8mm, 2 pins LED Round Rectangular size 3.3x2.4mm^2 diameter 1.8mm 2 pins 0 2 2 LED_THT LED_D2.0mm_W4.0mm_H2.8mm_FlatTop LED, Round, FlatTop, Rectangular size 4.0x2.8mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-1034IDT(Ver.9A).pdf LED Round FlatTop Rectangular size 4.0x2.8mm^2 diameter 2.0mm 2 pins 0 2 2 LED_THT LED_D2.0mm_W4.8mm_H2.5mm_FlatTop LED, Round, FlatTop, Rectangular size 4.8x2.5mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-13GD(Ver.11B).pdf LED Round FlatTop Rectangular size 4.8x2.5mm^2 diameter 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm LED, diameter 3.0mm, 2 pins LED diameter 3.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm-3 LED, diameter 3.0mm, 2 pins, diameter 3.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-3VSURKCGKC(Ver.8A).pdf LED diameter 3.0mm 2 pins diameter 3.0mm 3 pins 0 3 3 LED_THT LED_D3.0mm_Clear IR-LED, diameter 3.0mm, 2 pins, color: clear IR infrared LED diameter 3.0mm 2 pins clear 0 2 2 LED_THT LED_D3.0mm_FlatTop LED, Round, FlatTop, diameter 3.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-47XEC(Ver.9A).pdf LED Round FlatTop diameter 3.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRBlack LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRGrey LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z6.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z10.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O3.81mm_Z2.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O3.81mm_Z6.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O3.81mm_Z10.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O6.35mm_Z2.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O6.35mm_Z6.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O6.35mm_Z10.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_IRBlack IR-ED, diameter 3.0mm, 2 pins, color: black IR infrared LED diameter 3.0mm 2 pins black 0 2 2 LED_THT LED_D3.0mm_IRGrey IR-LED, diameter 3.0mm, 2 pins, color: grey IR infrared LED diameter 3.0mm 2 pins grey 0 2 2 LED_THT LED_D4.0mm LED, diameter 4.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-43GD(Ver.12B).pdf LED diameter 4.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm-3 LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-59EGC(Ver.17A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins 0 3 3 LED_THT LED_D5.0mm-3_Horizontal_O3.81mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 3 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 3 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 3 3 LED_THT LED_D5.0mm-4_RGB LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, diameter 5.0mm, 4 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.9A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED 0 4 4 LED_THT LED_D5.0mm-4_RGB_Staggered_Pins LED, diameter 5.0mm, 4 pins, WP154A4, http://webtest4.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.9A).pdf rgb led 0 4 4 LED_THT LED_D5.0mm-4_RGB_Wide_Pins LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, diameter 5.0mm, 4 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.9A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED 0 4 4 LED_THT LED_D5.0mm_Clear LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_FlatTop LED, Round, FlatTop, diameter 5.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-483GDT(Ver.15B).pdf LED Round FlatTop diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_Clear LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRBlack LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRGrey LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z9.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z15.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O3.81mm_Z9.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O3.81mm_Z15.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O6.35mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O6.35mm_Z9.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O6.35mm_Z15.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_IRBlack LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_IRGrey LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D8.0mm LED, diameter 8.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED8MMGE_LED8MMGN_LED8MMRT%23KIN.pdf LED diameter 8.0mm 2 pins 0 2 2 LED_THT LED_D8.0mm-3 LED, diameter 8.0mm, 2 pins, diameter 8.0mm, 3 pins LED diameter 8.0mm 2 pins diameter 8.0mm 3 pins 0 3 3 LED_THT LED_D10.0mm LED, diameter 10.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED10-4500RT%23KIN.pdf LED diameter 10.0mm 2 pins 0 2 2 LED_THT LED_D10.0mm-3 LED, diameter 10.0mm, 2 pins, diameter 10.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-819EGW(Ver.14A).pdf LED diameter 10.0mm 2 pins diameter 10.0mm 3 pins 0 3 3 LED_THT LED_D20.0mm LED, diameter 20.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/DLC2-6GD%28V6%29.pdf LED diameter 20.0mm 2 pins 0 2 2 LED_THT LED_Oval_W5.2mm_H3.8mm LED_Oval, Oval, Oval size 5.2x3.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-5603QBC-D(Ver.12B).pdf LED_Oval Oval Oval size 5.2x3.8mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.0mm_H2.0mm LED_Rectangular, Rectangular, Rectangular size 3.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 3.0x2.0mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.9mm_H1.8mm LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.9mm_H1.8mm_FlatTop LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.9mm_H1.9mm LED_Rectangular, Rectangular, Rectangular size 3.9x1.9mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-144GDT(Ver.14B).pdf LED_Rectangular Rectangular Rectangular size 3.9x1.9mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm-3Pins LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 3 pins 0 3 3 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z1.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z3.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z1.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z3.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z1.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z3.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x5.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 5.0x5.0mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3 Datasheet can be found at https://www.gme.cz/data/attachments/dsh.511-795.1.pdf LED automotive super flux 7.62mm 0 4 2 LED_THT LED_SideEmitter_Rectangular_W4.5mm_H1.6mm LED_SideEmitter_Rectangular, Rectangular, SideEmitter, Rectangular size 4.5x1.6mm^2, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED15MMGE_LED15MMGN%23KIN.pdf LED_SideEmitter_Rectangular Rectangular SideEmitter Rectangular size 4.5x1.6mm^2 2 pins 0 2 2 LED_THT LED_VCCLite_5381H1_6.35x6.35mm Red 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Red 5381 Series LED 0 2 2 LED_THT LED_VCCLite_5381H3_6.35x6.35mm Amber 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Amber 5381 Series LED 0 2 2 LED_THT LED_VCCLite_5381H5_6.35x6.35mm Green 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Green 5381 Series LED 0 2 2 LED_THT LED_VCCLite_5381H7_6.35x6.35mm Yellow 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Yellow 5381 Series LED 0 2 2 Module A20_OLINUXINO_LIME2 A20 Olinuxino LIME2, 1.2GHz, 512-1024MB RAM, Micro-SD, NAND or eMMC, 1000Mbit Ethernet A20 Olimex Olinuxino LIME2 development board 0 180 180 Module Adafruit_HUZZAH_ESP8266_breakout 32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 ESP8266 WiFi microcontroller 0 20 20 Module Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles 32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 ESP8266 WiFi microcontroller 0 20 20 Module Arduino_Nano Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino Nano 0 30 30 Module Arduino_Nano_WithMountingHoles Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino Nano 0 30 30 Module Arduino_UNO_R2 Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R2 0 30 30 Module Arduino_UNO_R2_WithMountingHoles Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R2 0 30 30 Module Arduino_UNO_R3 Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R3 0 32 32 Module Arduino_UNO_R3_WithMountingHoles Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R3 0 32 32 Module BeagleBoard_PocketBeagle PocketBeagle, https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#71_Expansion_Header_Connectors PocketBeagle 0 72 72 Module Maple_Mini Maple Mini, http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/hardware/maple-mini.html Maple Mini 0 40 40 Module Onion_Omega2+ https://onion.io/omega2/ Omega Onion module 0 32 32 Module Onion_Omega2S https://github.com/OnionIoT/Omega2/raw/master/Documents/Omega2S%20Datasheet.pdf onion omega module 0 89 64 Module Pololu_Breakout-16_15.2x20.3mm Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8\ Pololu Breakout 0 16 16 Module Raspberry_Pi_Zero_Socketed_THT_FaceDown_MountingHoles Raspberry Pi Zero using through hole straight pin socket, 2x20, 2.54mm pitch, https://www.raspberrypi.org/documentation/hardware/raspberrypi/mechanical/rpi_MECH_Zero_1p2.pdf raspberry pi zero through hole 0 40 40 Module ST_Morpho_Connector_144_STLink ST Morpho Connector 144 With STLink ST Morpho Connector 144 STLink 0 148 148 Module ST_Morpho_Connector_144_STLink_MountingHoles ST Morpho Connector 144 With STLink ST Morpho Connector 144 STLink 0 148 148 Module Texas_EUK_R-PDSS-T7_THT Texas Instruments EUK 7 Pin Double Sided Module module pcb 0 7 7 Module Texas_EUS_R-PDSS-T5_THT Texas Instruments EUS 5 Pin Double Sided Module module pcb 0 5 5 Module Texas_EUW_R-PDSS-T7_THT Texas Instruments EUW 7 Pin Double Sided Module module pcb 0 7 7 Module WEMOS_D1_mini_light 16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg ESP8266 WiFi microcontroller 0 16 16 MountingEquipment DINRailAdapter_3xM3_PhoenixContact_1201578 https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1201578&library=usen&tab=1 DIN rail adapter universal three M3 clearance holes 0 0 0 MountingHole MountingHole_2.1mm Mounting Hole 2.1mm, no annular mounting hole 2.1mm no annular 0 0 0 MountingHole MountingHole_2.2mm_M2 Mounting Hole 2.2mm, no annular, M2 mounting hole 2.2mm no annular m2 0 0 0 MountingHole MountingHole_2.2mm_M2_DIN965 Mounting Hole 2.2mm, no annular, M2, DIN965 mounting hole 2.2mm no annular m2 din965 0 0 0 MountingHole MountingHole_2.2mm_M2_DIN965_Pad Mounting Hole 2.2mm, M2, DIN965 mounting hole 2.2mm m2 din965 0 1 1 MountingHole MountingHole_2.2mm_M2_DIN965_Pad_TopBottom Mounting Hole 2.2mm, M2, DIN965 mounting hole 2.2mm m2 din965 0 3 1 MountingHole MountingHole_2.2mm_M2_DIN965_Pad_TopOnly Mounting Hole 2.2mm, M2, DIN965 mounting hole 2.2mm m2 din965 0 2 1 MountingHole MountingHole_2.2mm_M2_ISO7380 Mounting Hole 2.2mm, no annular, M2, ISO7380 mounting hole 2.2mm no annular m2 iso7380 0 0 0 MountingHole MountingHole_2.2mm_M2_ISO7380_Pad Mounting Hole 2.2mm, M2, ISO7380 mounting hole 2.2mm m2 iso7380 0 1 1 MountingHole MountingHole_2.2mm_M2_ISO7380_Pad_TopBottom Mounting Hole 2.2mm, M2, ISO7380 mounting hole 2.2mm m2 iso7380 0 3 1 MountingHole MountingHole_2.2mm_M2_ISO7380_Pad_TopOnly Mounting Hole 2.2mm, M2, ISO7380 mounting hole 2.2mm m2 iso7380 0 2 1 MountingHole MountingHole_2.2mm_M2_ISO14580 Mounting Hole 2.2mm, no annular, M2, ISO14580 mounting hole 2.2mm no annular m2 iso14580 0 0 0 MountingHole MountingHole_2.2mm_M2_ISO14580_Pad Mounting Hole 2.2mm, M2, ISO14580 mounting hole 2.2mm m2 iso14580 0 1 1 MountingHole MountingHole_2.2mm_M2_ISO14580_Pad_TopBottom Mounting Hole 2.2mm, M2, ISO14580 mounting hole 2.2mm m2 iso14580 0 3 1 MountingHole MountingHole_2.2mm_M2_ISO14580_Pad_TopOnly Mounting Hole 2.2mm, M2, ISO14580 mounting hole 2.2mm m2 iso14580 0 2 1 MountingHole MountingHole_2.2mm_M2_Pad Mounting Hole 2.2mm, M2 mounting hole 2.2mm m2 0 1 1 MountingHole MountingHole_2.2mm_M2_Pad_TopBottom Mounting Hole 2.2mm, M2 mounting hole 2.2mm m2 0 3 1 MountingHole MountingHole_2.2mm_M2_Pad_TopOnly Mounting Hole 2.2mm, M2 mounting hole 2.2mm m2 0 2 1 MountingHole MountingHole_2.2mm_M2_Pad_Via Mounting Hole 2.2mm, M2 mounting hole 2.2mm m2 0 9 1 MountingHole MountingHole_2.5mm Mounting Hole 2.5mm, no annular mounting hole 2.5mm no annular 0 0 0 MountingHole MountingHole_2.5mm_Pad Mounting Hole 2.5mm mounting hole 2.5mm 0 1 1 MountingHole MountingHole_2.5mm_Pad_TopBottom Mounting Hole 2.5mm mounting hole 2.5mm 0 3 1 MountingHole MountingHole_2.5mm_Pad_TopOnly Mounting Hole 2.5mm mounting hole 2.5mm 0 2 1 MountingHole MountingHole_2.5mm_Pad_Via Mounting Hole 2.5mm mounting hole 2.5mm 0 9 1 MountingHole MountingHole_2.7mm Mounting Hole 2.7mm, no annular mounting hole 2.7mm no annular 0 0 0 MountingHole MountingHole_2.7mm_M2.5 Mounting Hole 2.7mm, no annular, M2.5 mounting hole 2.7mm no annular m2.5 0 0 0 MountingHole MountingHole_2.7mm_M2.5_DIN965 Mounting Hole 2.7mm, no annular, M2.5, DIN965 mounting hole 2.7mm no annular m2.5 din965 0 0 0 MountingHole MountingHole_2.7mm_M2.5_DIN965_Pad Mounting Hole 2.7mm, M2.5, DIN965 mounting hole 2.7mm m2.5 din965 0 1 1 MountingHole MountingHole_2.7mm_M2.5_DIN965_Pad_TopBottom Mounting Hole 2.7mm, M2.5, DIN965 mounting hole 2.7mm m2.5 din965 0 3 1 MountingHole MountingHole_2.7mm_M2.5_DIN965_Pad_TopOnly Mounting Hole 2.7mm, M2.5, DIN965 mounting hole 2.7mm m2.5 din965 0 2 1 MountingHole MountingHole_2.7mm_M2.5_ISO7380 Mounting Hole 2.7mm, no annular, M2.5, ISO7380 mounting hole 2.7mm no annular m2.5 iso7380 0 0 0 MountingHole MountingHole_2.7mm_M2.5_ISO7380_Pad Mounting Hole 2.7mm, M2.5, ISO7380 mounting hole 2.7mm m2.5 iso7380 0 1 1 MountingHole MountingHole_2.7mm_M2.5_ISO7380_Pad_TopBottom Mounting Hole 2.7mm, M2.5, ISO7380 mounting hole 2.7mm m2.5 iso7380 0 3 1 MountingHole MountingHole_2.7mm_M2.5_ISO7380_Pad_TopOnly Mounting Hole 2.7mm, M2.5, ISO7380 mounting hole 2.7mm m2.5 iso7380 0 2 1 MountingHole MountingHole_2.7mm_M2.5_ISO14580 Mounting Hole 2.7mm, no annular, M2.5, ISO14580 mounting hole 2.7mm no annular m2.5 iso14580 0 0 0 MountingHole MountingHole_2.7mm_M2.5_ISO14580_Pad Mounting Hole 2.7mm, M2.5, ISO14580 mounting hole 2.7mm m2.5 iso14580 0 1 1 MountingHole MountingHole_2.7mm_M2.5_ISO14580_Pad_TopBottom Mounting Hole 2.7mm, M2.5, ISO14580 mounting hole 2.7mm m2.5 iso14580 0 3 1 MountingHole MountingHole_2.7mm_M2.5_ISO14580_Pad_TopOnly Mounting Hole 2.7mm, M2.5, ISO14580 mounting hole 2.7mm m2.5 iso14580 0 2 1 MountingHole MountingHole_2.7mm_M2.5_Pad Mounting Hole 2.7mm, M2.5 mounting hole 2.7mm m2.5 0 1 1 MountingHole MountingHole_2.7mm_M2.5_Pad_TopBottom Mounting Hole 2.7mm, M2.5 mounting hole 2.7mm m2.5 0 3 1 MountingHole MountingHole_2.7mm_M2.5_Pad_TopOnly Mounting Hole 2.7mm, M2.5 mounting hole 2.7mm m2.5 0 2 1 MountingHole MountingHole_2.7mm_M2.5_Pad_Via Mounting Hole 2.7mm mounting hole 2.7mm 0 9 1 MountingHole MountingHole_2.7mm_Pad Mounting Hole 2.7mm mounting hole 2.7mm 0 1 1 MountingHole MountingHole_2.7mm_Pad_TopBottom Mounting Hole 2.7mm mounting hole 2.7mm 0 3 1 MountingHole MountingHole_2.7mm_Pad_TopOnly Mounting Hole 2.7mm mounting hole 2.7mm 0 2 1 MountingHole MountingHole_2.7mm_Pad_Via Mounting Hole 2.7mm mounting hole 2.7mm 0 9 1 MountingHole MountingHole_2mm Mounting Hole 2mm, no annular mounting hole 2mm no annular 0 0 0 MountingHole MountingHole_3.2mm_M3 Mounting Hole 3.2mm, no annular, M3 mounting hole 3.2mm no annular m3 0 0 0 MountingHole MountingHole_3.2mm_M3_DIN965 Mounting Hole 3.2mm, no annular, M3, DIN965 mounting hole 3.2mm no annular m3 din965 0 0 0 MountingHole MountingHole_3.2mm_M3_DIN965_Pad Mounting Hole 3.2mm, M3, DIN965 mounting hole 3.2mm m3 din965 0 1 1 MountingHole MountingHole_3.2mm_M3_DIN965_Pad_TopBottom Mounting Hole 3.2mm, M3, DIN965 mounting hole 3.2mm m3 din965 0 3 1 MountingHole MountingHole_3.2mm_M3_DIN965_Pad_TopOnly Mounting Hole 3.2mm, M3, DIN965 mounting hole 3.2mm m3 din965 0 2 1 MountingHole MountingHole_3.2mm_M3_ISO7380 Mounting Hole 3.2mm, no annular, M3, ISO7380 mounting hole 3.2mm no annular m3 iso7380 0 0 0 MountingHole MountingHole_3.2mm_M3_ISO7380_Pad Mounting Hole 3.2mm, M3, ISO7380 mounting hole 3.2mm m3 iso7380 0 1 1 MountingHole MountingHole_3.2mm_M3_ISO7380_Pad_TopBottom Mounting Hole 3.2mm, M3, ISO7380 mounting hole 3.2mm m3 iso7380 0 3 1 MountingHole MountingHole_3.2mm_M3_ISO7380_Pad_TopOnly Mounting Hole 3.2mm, M3, ISO7380 mounting hole 3.2mm m3 iso7380 0 2 1 MountingHole MountingHole_3.2mm_M3_ISO14580 Mounting Hole 3.2mm, no annular, M3, ISO14580 mounting hole 3.2mm no annular m3 iso14580 0 0 0 MountingHole MountingHole_3.2mm_M3_ISO14580_Pad Mounting Hole 3.2mm, M3, ISO14580 mounting hole 3.2mm m3 iso14580 0 1 1 MountingHole MountingHole_3.2mm_M3_ISO14580_Pad_TopBottom Mounting Hole 3.2mm, M3, ISO14580 mounting hole 3.2mm m3 iso14580 0 3 1 MountingHole MountingHole_3.2mm_M3_ISO14580_Pad_TopOnly Mounting Hole 3.2mm, M3, ISO14580 mounting hole 3.2mm m3 iso14580 0 2 1 MountingHole MountingHole_3.2mm_M3_Pad Mounting Hole 3.2mm, M3 mounting hole 3.2mm m3 0 1 1 MountingHole MountingHole_3.2mm_M3_Pad_TopBottom Mounting Hole 3.2mm, M3 mounting hole 3.2mm m3 0 3 1 MountingHole MountingHole_3.2mm_M3_Pad_TopOnly Mounting Hole 3.2mm, M3 mounting hole 3.2mm m3 0 2 1 MountingHole MountingHole_3.2mm_M3_Pad_Via Mounting Hole 3.2mm, M3 mounting hole 3.2mm m3 0 9 1 MountingHole MountingHole_3.5mm Mounting Hole 3.5mm, no annular mounting hole 3.5mm no annular 0 0 0 MountingHole MountingHole_3.5mm_Pad Mounting Hole 3.5mm mounting hole 3.5mm 0 1 1 MountingHole MountingHole_3.5mm_Pad_TopBottom Mounting Hole 3.5mm mounting hole 3.5mm 0 3 1 MountingHole MountingHole_3.5mm_Pad_TopOnly Mounting Hole 3.5mm mounting hole 3.5mm 0 2 1 MountingHole MountingHole_3.5mm_Pad_Via Mounting Hole 3.5mm mounting hole 3.5mm 0 9 1 MountingHole MountingHole_3.7mm Mounting Hole 3.7mm, no annular mounting hole 3.7mm no annular 0 0 0 MountingHole MountingHole_3.7mm_Pad Mounting Hole 3.7mm mounting hole 3.7mm 0 1 1 MountingHole MountingHole_3.7mm_Pad_TopBottom Mounting Hole 3.7mm mounting hole 3.7mm 0 3 1 MountingHole MountingHole_3.7mm_Pad_TopOnly Mounting Hole 3.7mm mounting hole 3.7mm 0 2 1 MountingHole MountingHole_3.7mm_Pad_Via Mounting Hole 3.7mm mounting hole 3.7mm 0 9 1 MountingHole MountingHole_3mm Mounting Hole 3mm, no annular mounting hole 3mm no annular 0 0 0 MountingHole MountingHole_3mm_Pad Mounting Hole 3mm mounting hole 3mm 0 1 1 MountingHole MountingHole_3mm_Pad_TopBottom Mounting Hole 3mm mounting hole 3mm 0 3 1 MountingHole MountingHole_3mm_Pad_TopOnly Mounting Hole 3mm mounting hole 3mm 0 2 1 MountingHole MountingHole_3mm_Pad_Via Mounting Hole 3mm mounting hole 3mm 0 9 1 MountingHole MountingHole_4.3mm_M4 Mounting Hole 4.3mm, no annular, M4 mounting hole 4.3mm no annular m4 0 0 0 MountingHole MountingHole_4.3mm_M4_DIN965 Mounting Hole 4.3mm, no annular, M4, DIN965 mounting hole 4.3mm no annular m4 din965 0 0 0 MountingHole MountingHole_4.3mm_M4_DIN965_Pad Mounting Hole 4.3mm, M4, DIN965 mounting hole 4.3mm m4 din965 0 1 1 MountingHole MountingHole_4.3mm_M4_DIN965_Pad_TopBottom Mounting Hole 4.3mm, M4, DIN965 mounting hole 4.3mm m4 din965 0 3 1 MountingHole MountingHole_4.3mm_M4_DIN965_Pad_TopOnly Mounting Hole 4.3mm, M4, DIN965 mounting hole 4.3mm m4 din965 0 2 1 MountingHole MountingHole_4.3mm_M4_ISO7380 Mounting Hole 4.3mm, no annular, M4, ISO7380 mounting hole 4.3mm no annular m4 iso7380 0 0 0 MountingHole MountingHole_4.3mm_M4_ISO7380_Pad Mounting Hole 4.3mm, M4, ISO7380 mounting hole 4.3mm m4 iso7380 0 1 1 MountingHole MountingHole_4.3mm_M4_ISO7380_Pad_TopBottom Mounting Hole 4.3mm, M4, ISO7380 mounting hole 4.3mm m4 iso7380 0 3 1 MountingHole MountingHole_4.3mm_M4_ISO7380_Pad_TopOnly Mounting Hole 4.3mm, M4, ISO7380 mounting hole 4.3mm m4 iso7380 0 2 1 MountingHole MountingHole_4.3mm_M4_ISO14580 Mounting Hole 4.3mm, no annular, M4, ISO14580 mounting hole 4.3mm no annular m4 iso14580 0 0 0 MountingHole MountingHole_4.3mm_M4_ISO14580_Pad Mounting Hole 4.3mm, M4, ISO14580 mounting hole 4.3mm m4 iso14580 0 1 1 MountingHole MountingHole_4.3mm_M4_ISO14580_Pad_TopBottom Mounting Hole 4.3mm, M4, ISO14580 mounting hole 4.3mm m4 iso14580 0 3 1 MountingHole MountingHole_4.3mm_M4_ISO14580_Pad_TopOnly Mounting Hole 4.3mm, M4, ISO14580 mounting hole 4.3mm m4 iso14580 0 2 1 MountingHole MountingHole_4.3mm_M4_Pad Mounting Hole 4.3mm, M4 mounting hole 4.3mm m4 0 1 1 MountingHole MountingHole_4.3mm_M4_Pad_TopBottom Mounting Hole 4.3mm, M4 mounting hole 4.3mm m4 0 3 1 MountingHole MountingHole_4.3mm_M4_Pad_TopOnly Mounting Hole 4.3mm, M4 mounting hole 4.3mm m4 0 2 1 MountingHole MountingHole_4.3mm_M4_Pad_Via Mounting Hole 4.3mm, M4 mounting hole 4.3mm m4 0 9 1 MountingHole MountingHole_4.3x6.2mm_M4_Pad Mounting Hole 4.3x6.2mm, M4 mounting hole 4.3x6.2mm m4 0 1 1 MountingHole MountingHole_4.3x6.2mm_M4_Pad_Via Mounting Hole 4.3x6.2mm, M4 mounting hole 4.3x6.2mm m4 0 17 1 MountingHole MountingHole_4.5mm Mounting Hole 4.5mm, no annular mounting hole 4.5mm no annular 0 0 0 MountingHole MountingHole_4.5mm_Pad Mounting Hole 4.5mm mounting hole 4.5mm 0 1 1 MountingHole MountingHole_4.5mm_Pad_TopBottom Mounting Hole 4.5mm mounting hole 4.5mm 0 3 1 MountingHole MountingHole_4.5mm_Pad_TopOnly Mounting Hole 4.5mm mounting hole 4.5mm 0 2 1 MountingHole MountingHole_4.5mm_Pad_Via Mounting Hole 4.5mm mounting hole 4.5mm 0 9 1 MountingHole MountingHole_4mm Mounting Hole 4mm, no annular mounting hole 4mm no annular 0 0 0 MountingHole MountingHole_4mm_Pad Mounting Hole 4mm mounting hole 4mm 0 1 1 MountingHole MountingHole_4mm_Pad_TopBottom Mounting Hole 4mm mounting hole 4mm 0 3 1 MountingHole MountingHole_4mm_Pad_TopOnly Mounting Hole 4mm mounting hole 4mm 0 2 1 MountingHole MountingHole_4mm_Pad_Via Mounting Hole 4mm mounting hole 4mm 0 9 1 MountingHole MountingHole_5.3mm_M5 Mounting Hole 5.3mm, no annular, M5 mounting hole 5.3mm no annular m5 0 0 0 MountingHole MountingHole_5.3mm_M5_DIN965 Mounting Hole 5.3mm, no annular, M5, DIN965 mounting hole 5.3mm no annular m5 din965 0 0 0 MountingHole MountingHole_5.3mm_M5_DIN965_Pad Mounting Hole 5.3mm, M5, DIN965 mounting hole 5.3mm m5 din965 0 1 1 MountingHole MountingHole_5.3mm_M5_DIN965_Pad_TopBottom Mounting Hole 5.3mm, M5, DIN965 mounting hole 5.3mm m5 din965 0 3 1 MountingHole MountingHole_5.3mm_M5_DIN965_Pad_TopOnly Mounting Hole 5.3mm, M5, DIN965 mounting hole 5.3mm m5 din965 0 2 1 MountingHole MountingHole_5.3mm_M5_ISO7380 Mounting Hole 5.3mm, no annular, M5, ISO7380 mounting hole 5.3mm no annular m5 iso7380 0 0 0 MountingHole MountingHole_5.3mm_M5_ISO7380_Pad Mounting Hole 5.3mm, M5, ISO7380 mounting hole 5.3mm m5 iso7380 0 1 1 MountingHole MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom Mounting Hole 5.3mm, M5, ISO7380 mounting hole 5.3mm m5 iso7380 0 3 1 MountingHole MountingHole_5.3mm_M5_ISO7380_Pad_TopOnly Mounting Hole 5.3mm, M5, ISO7380 mounting hole 5.3mm m5 iso7380 0 2 1 MountingHole MountingHole_5.3mm_M5_ISO14580 Mounting Hole 5.3mm, no annular, M5, ISO14580 mounting hole 5.3mm no annular m5 iso14580 0 0 0 MountingHole MountingHole_5.3mm_M5_ISO14580_Pad Mounting Hole 5.3mm, M5, ISO14580 mounting hole 5.3mm m5 iso14580 0 1 1 MountingHole MountingHole_5.3mm_M5_ISO14580_Pad_TopBottom Mounting Hole 5.3mm, M5, ISO14580 mounting hole 5.3mm m5 iso14580 0 3 1 MountingHole MountingHole_5.3mm_M5_ISO14580_Pad_TopOnly Mounting Hole 5.3mm, M5, ISO14580 mounting hole 5.3mm m5 iso14580 0 2 1 MountingHole MountingHole_5.3mm_M5_Pad Mounting Hole 5.3mm, M5 mounting hole 5.3mm m5 0 1 1 MountingHole MountingHole_5.3mm_M5_Pad_TopBottom Mounting Hole 5.3mm, M5 mounting hole 5.3mm m5 0 3 1 MountingHole MountingHole_5.3mm_M5_Pad_TopOnly Mounting Hole 5.3mm, M5 mounting hole 5.3mm m5 0 2 1 MountingHole MountingHole_5.3mm_M5_Pad_Via Mounting Hole 5.3mm, M5 mounting hole 5.3mm m5 0 9 1 MountingHole MountingHole_5.5mm Mounting Hole 5.5mm, no annular mounting hole 5.5mm no annular 0 0 0 MountingHole MountingHole_5.5mm_Pad Mounting Hole 5.5mm mounting hole 5.5mm 0 1 1 MountingHole MountingHole_5.5mm_Pad_TopBottom Mounting Hole 5.5mm mounting hole 5.5mm 0 3 1 MountingHole MountingHole_5.5mm_Pad_TopOnly Mounting Hole 5.5mm mounting hole 5.5mm 0 2 1 MountingHole MountingHole_5.5mm_Pad_Via Mounting Hole 5.5mm mounting hole 5.5mm 0 9 1 MountingHole MountingHole_5mm Mounting Hole 5mm, no annular mounting hole 5mm no annular 0 0 0 MountingHole MountingHole_5mm_Pad Mounting Hole 5mm mounting hole 5mm 0 1 1 MountingHole MountingHole_5mm_Pad_TopBottom Mounting Hole 5mm mounting hole 5mm 0 3 1 MountingHole MountingHole_5mm_Pad_TopOnly Mounting Hole 5mm mounting hole 5mm 0 2 1 MountingHole MountingHole_5mm_Pad_Via Mounting Hole 5mm mounting hole 5mm 0 9 1 MountingHole MountingHole_6.4mm_M6 Mounting Hole 6.4mm, no annular, M6 mounting hole 6.4mm no annular m6 0 0 0 MountingHole MountingHole_6.4mm_M6_DIN965 Mounting Hole 6.4mm, no annular, M6, DIN965 mounting hole 6.4mm no annular m6 din965 0 0 0 MountingHole MountingHole_6.4mm_M6_DIN965_Pad Mounting Hole 6.4mm, M6, DIN965 mounting hole 6.4mm m6 din965 0 1 1 MountingHole MountingHole_6.4mm_M6_DIN965_Pad_TopBottom Mounting Hole 6.4mm, M6, DIN965 mounting hole 6.4mm m6 din965 0 3 1 MountingHole MountingHole_6.4mm_M6_DIN965_Pad_TopOnly Mounting Hole 6.4mm, M6, DIN965 mounting hole 6.4mm m6 din965 0 2 1 MountingHole MountingHole_6.4mm_M6_ISO7380 Mounting Hole 6.4mm, no annular, M6, ISO7380 mounting hole 6.4mm no annular m6 iso7380 0 0 0 MountingHole MountingHole_6.4mm_M6_ISO7380_Pad Mounting Hole 6.4mm, M6, ISO7380 mounting hole 6.4mm m6 iso7380 0 1 1 MountingHole MountingHole_6.4mm_M6_ISO7380_Pad_TopBottom Mounting Hole 6.4mm, M6, ISO7380 mounting hole 6.4mm m6 iso7380 0 3 1 MountingHole MountingHole_6.4mm_M6_ISO7380_Pad_TopOnly Mounting Hole 6.4mm, M6, ISO7380 mounting hole 6.4mm m6 iso7380 0 2 1 MountingHole MountingHole_6.4mm_M6_ISO14580 Mounting Hole 6.4mm, no annular, M6, ISO14580 mounting hole 6.4mm no annular m6 iso14580 0 0 0 MountingHole MountingHole_6.4mm_M6_ISO14580_Pad Mounting Hole 6.4mm, M6, ISO14580 mounting hole 6.4mm m6 iso14580 0 1 1 MountingHole MountingHole_6.4mm_M6_ISO14580_Pad_TopBottom Mounting Hole 6.4mm, M6, ISO14580 mounting hole 6.4mm m6 iso14580 0 3 1 MountingHole MountingHole_6.4mm_M6_ISO14580_Pad_TopOnly Mounting Hole 6.4mm, M6, ISO14580 mounting hole 6.4mm m6 iso14580 0 2 1 MountingHole MountingHole_6.4mm_M6_Pad Mounting Hole 6.4mm, M6 mounting hole 6.4mm m6 0 1 1 MountingHole MountingHole_6.4mm_M6_Pad_TopBottom Mounting Hole 6.4mm, M6 mounting hole 6.4mm m6 0 3 1 MountingHole MountingHole_6.4mm_M6_Pad_TopOnly Mounting Hole 6.4mm, M6 mounting hole 6.4mm m6 0 2 1 MountingHole MountingHole_6.4mm_M6_Pad_Via Mounting Hole 6.4mm, M6 mounting hole 6.4mm m6 0 9 1 MountingHole MountingHole_6.5mm Mounting Hole 6.5mm, no annular mounting hole 6.5mm no annular 0 0 0 MountingHole MountingHole_6.5mm_Pad Mounting Hole 6.5mm mounting hole 6.5mm 0 1 1 MountingHole MountingHole_6.5mm_Pad_TopBottom Mounting Hole 6.5mm mounting hole 6.5mm 0 3 1 MountingHole MountingHole_6.5mm_Pad_TopOnly Mounting Hole 6.5mm mounting hole 6.5mm 0 2 1 MountingHole MountingHole_6.5mm_Pad_Via Mounting Hole 6.5mm mounting hole 6.5mm 0 9 1 MountingHole MountingHole_6mm Mounting Hole 6mm, no annular mounting hole 6mm no annular 0 0 0 MountingHole MountingHole_6mm_Pad Mounting Hole 6mm mounting hole 6mm 0 1 1 MountingHole MountingHole_6mm_Pad_TopBottom Mounting Hole 6mm mounting hole 6mm 0 3 1 MountingHole MountingHole_6mm_Pad_TopOnly Mounting Hole 6mm mounting hole 6mm 0 2 1 MountingHole MountingHole_6mm_Pad_Via Mounting Hole 6mm mounting hole 6mm 0 9 1 MountingHole MountingHole_8.4mm_M8 Mounting Hole 8.4mm, no annular, M8 mounting hole 8.4mm no annular m8 0 0 0 MountingHole MountingHole_8.4mm_M8_Pad Mounting Hole 8.4mm, M8 mounting hole 8.4mm m8 0 1 1 MountingHole MountingHole_8.4mm_M8_Pad_TopBottom Mounting Hole 8.4mm, M8 mounting hole 8.4mm m8 0 3 1 MountingHole MountingHole_8.4mm_M8_Pad_TopOnly Mounting Hole 8.4mm, M8 mounting hole 8.4mm m8 0 2 1 MountingHole MountingHole_8.4mm_M8_Pad_Via Mounting Hole 8.4mm, M8 mounting hole 8.4mm m8 0 9 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H5mm_9771050360 Mounting Hardware, external M3, height 5, Wuerth electronics 9771050360 (https://katalog.we-online.com/em/datasheet/9771050360.pdf), generated with kicad-footprint-generator Mounting M3 9771050360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H6mm_9771060360 Mounting Hardware, external M3, height 6, Wuerth electronics 9771060360 (https://katalog.we-online.com/em/datasheet/9771060360.pdf), generated with kicad-footprint-generator Mounting M3 9771060360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H7mm_9771070360 Mounting Hardware, external M3, height 7, Wuerth electronics 9771070360 (https://katalog.we-online.com/em/datasheet/9771070360.pdf), generated with kicad-footprint-generator Mounting M3 9771070360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H8mm_9771080360 Mounting Hardware, external M3, height 8, Wuerth electronics 9771080360 (https://katalog.we-online.com/em/datasheet/9771080360.pdf), generated with kicad-footprint-generator Mounting M3 9771080360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360 Mounting Hardware, external M3, height 9, Wuerth electronics 9771090360 (https://katalog.we-online.com/em/datasheet/9771090360.pdf), generated with kicad-footprint-generator Mounting M3 9771090360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H10mm_9771100360 Mounting Hardware, external M3, height 10, Wuerth electronics 9771100360 (https://katalog.we-online.com/em/datasheet/9771100360.pdf), generated with kicad-footprint-generator Mounting M3 9771100360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H11mm_9771110360 Mounting Hardware, external M3, height 11, Wuerth electronics 9771110360 (https://katalog.we-online.com/em/datasheet/9771110360.pdf), generated with kicad-footprint-generator Mounting M3 9771110360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H12mm_9771120360 Mounting Hardware, external M3, height 12, Wuerth electronics 9771120360 (https://katalog.we-online.com/em/datasheet/9771120360.pdf), generated with kicad-footprint-generator Mounting M3 9771120360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H13mm_9771130360 Mounting Hardware, external M3, height 13, Wuerth electronics 9771130360 (https://katalog.we-online.com/em/datasheet/9771130360.pdf), generated with kicad-footprint-generator Mounting M3 9771130360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H14mm_9771140360 Mounting Hardware, external M3, height 14, Wuerth electronics 9771140360 (https://katalog.we-online.com/em/datasheet/9771140360.pdf), generated with kicad-footprint-generator Mounting M3 9771140360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSE-ExternalM3_H15mm_9771150360 Mounting Hardware, external M3, height 15, Wuerth electronics 9771150360 (https://katalog.we-online.com/em/datasheet/9771150360.pdf), generated with kicad-footprint-generator Mounting M3 9771150360 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482 Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010482 (https://katalog.we-online.de/em/datasheet/9774010482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774010482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482 Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020482 (https://katalog.we-online.de/em/datasheet/9774020482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774020482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482 Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030482 (https://katalog.we-online.de/em/datasheet/9774030482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774030482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482 Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040482 (https://katalog.we-online.de/em/datasheet/9774040482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774040482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482 Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050482 (https://katalog.we-online.de/em/datasheet/9774050482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774050482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482 Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060482 (https://katalog.we-online.de/em/datasheet/9774060482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774060482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482 Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070482 (https://katalog.we-online.de/em/datasheet/9774070482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774070482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482 Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080482 (https://katalog.we-online.de/em/datasheet/9774080482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774080482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482 Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090482 (https://katalog.we-online.de/em/datasheet/9774090482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774090482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482 Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100482 (https://katalog.we-online.de/em/datasheet/9774100482.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774100482 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633 Mounting Hardware, inside through hole M1.6, height 1.5, Wuerth electronics 9774015633 (https://katalog.we-online.com/em/datasheet/9774015633.pdf), generated with kicad-footprint-generator Mounting M1.6 9774015633 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H1mm_9774010633 Mounting Hardware, inside through hole M1.6, height 1, Wuerth electronics 9774010633 (https://katalog.we-online.com/em/datasheet/9774010633.pdf), generated with kicad-footprint-generator Mounting M1.6 9774010633 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_9774025633 Mounting Hardware, inside through hole M1.6, height 2.5, Wuerth electronics 9774025633 (https://katalog.we-online.com/em/datasheet/9774025633.pdf), generated with kicad-footprint-generator Mounting M1.6 9774025633 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_97730256332 Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256332 (https://katalog.we-online.com/em/datasheet/97730256332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730256332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_NoNPTH_97730256330 Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256330 (https://katalog.we-online.com/em/datasheet/97730256330R.pdf), generated with kicad-footprint-generator Mounting M1.6 97730256330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H2mm_9774020633 Mounting Hardware, inside through hole M1.6, height 2, Wuerth electronics 9774020633 (https://katalog.we-online.com/em/datasheet/9774020633.pdf), generated with kicad-footprint-generator Mounting M1.6 9774020633 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356332 Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356332 (https://katalog.we-online.com/em/datasheet/97730356332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730356332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356334 Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356334 (https://katalog.we-online.com/em/datasheet/97730356334.pdf), generated with kicad-footprint-generator Mounting M1.6 97730356334 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_NoNPTH_97730356330 Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356330 (https://katalog.we-online.com/em/datasheet/97730356330.pdf), generated with kicad-footprint-generator Mounting M1.6 97730356330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H3mm_9774030633 Mounting Hardware, inside through hole M1.6, height 3, Wuerth electronics 9774030633 (https://katalog.we-online.com/em/datasheet/9774030633.pdf), generated with kicad-footprint-generator Mounting M1.6 9774030633 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_97730306332 Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306332 (https://katalog.we-online.com/em/datasheet/97730306332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730306332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_NoNPTH_97730306330 Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306330 (https://katalog.we-online.com/em/datasheet/97730306330.pdf), generated with kicad-footprint-generator Mounting M1.6 97730306330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456332 Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456332 (https://katalog.we-online.com/em/datasheet/97730456332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730456332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456334 Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456334 (https://katalog.we-online.com/em/datasheet/97730456334.pdf), generated with kicad-footprint-generator Mounting M1.6 97730456334 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_NoNPTH_97730456330 Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456330 (https://katalog.we-online.com/em/datasheet/97730456330.pdf), generated with kicad-footprint-generator Mounting M1.6 97730456330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406332 Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406332 (https://katalog.we-online.com/em/datasheet/97730406332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730406332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406334 Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406334 (https://katalog.we-online.com/em/datasheet/97730406334.pdf), generated with kicad-footprint-generator Mounting M1.6 97730406334 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_NoNPTH_97730406330 Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406330 (https://katalog.we-online.com/em/datasheet/97730406330.pdf), generated with kicad-footprint-generator Mounting M1.6 97730406330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506332 Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506332 (https://katalog.we-online.com/em/datasheet/97730506332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730506332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506334 Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506334 (https://katalog.we-online.com/em/datasheet/97730506334.pdf), generated with kicad-footprint-generator Mounting M1.6 97730506334 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_NoNPTH_97730506330 Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506330 (https://katalog.we-online.com/em/datasheet/97730506330.pdf), generated with kicad-footprint-generator Mounting M1.6 97730506330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606332 Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606332 (https://katalog.we-online.com/em/datasheet/97730606332.pdf), generated with kicad-footprint-generator Mounting M1.6 97730606332 0 6 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606334 Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606334 (https://katalog.we-online.com/em/datasheet/97730606334.pdf), generated with kicad-footprint-generator Mounting M1.6 97730606334 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_NoNPTH_97730606330 Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606330 (https://katalog.we-online.com/em/datasheet/97730606330.pdf), generated with kicad-footprint-generator Mounting M1.6 97730606330 0 5 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H1.5mm_9774015243 Mounting Hardware, inside through hole M2, height 1.5, Wuerth electronics 9774015243 (https://katalog.we-online.de/em/datasheet/9774015243.pdf), generated with kicad-footprint-generator Mounting M2 9774015243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H1mm_9774010243 Mounting Hardware, inside through hole M2, height 1, Wuerth electronics 9774010243 (https://katalog.we-online.de/em/datasheet/9774010243.pdf), generated with kicad-footprint-generator Mounting M2 9774010243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H2.5mm_9774025243 Mounting Hardware, inside through hole M2, height 2.5, Wuerth electronics 9774025243 (https://katalog.we-online.de/em/datasheet/9774025243.pdf), generated with kicad-footprint-generator Mounting M2 9774025243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H2mm_9774020243 Mounting Hardware, inside through hole M2, height 2, Wuerth electronics 9774020243 (https://katalog.we-online.de/em/datasheet/9774020243.pdf), generated with kicad-footprint-generator Mounting M2 9774020243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H3.5mm_9774035243 Mounting Hardware, inside through hole M2, height 3.5, Wuerth electronics 9774035243 (https://katalog.we-online.de/em/datasheet/9774035243.pdf), generated with kicad-footprint-generator Mounting M2 9774035243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H3mm_9774030243 Mounting Hardware, inside through hole M2, height 3, Wuerth electronics 9774030243 (https://katalog.we-online.de/em/datasheet/9774030243.pdf), generated with kicad-footprint-generator Mounting M2 9774030243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H4.5mm_9774045243 Mounting Hardware, inside through hole M2, height 4.5, Wuerth electronics 9774045243 (https://katalog.we-online.de/em/datasheet/9774045243.pdf), generated with kicad-footprint-generator Mounting M2 9774045243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H4mm_9774040243 Mounting Hardware, inside through hole M2, height 4, Wuerth electronics 9774040243 (https://katalog.we-online.de/em/datasheet/9774040243.pdf), generated with kicad-footprint-generator Mounting M2 9774040243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H5mm_9774050243 Mounting Hardware, inside through hole M2, height 5, Wuerth electronics 9774050243 (https://katalog.we-online.de/em/datasheet/9774050243.pdf), generated with kicad-footprint-generator Mounting M2 9774050243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H6mm_9774060243 Mounting Hardware, inside through hole M2, height 6, Wuerth electronics 9774060243 (https://katalog.we-online.de/em/datasheet/9774060243.pdf), generated with kicad-footprint-generator Mounting M2 9774060243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H7mm_9774070243 Mounting Hardware, inside through hole M2, height 7, Wuerth electronics 9774070243 (https://katalog.we-online.de/em/datasheet/9774070243.pdf), generated with kicad-footprint-generator Mounting M2 9774070243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M2_H8mm_9774080243 Mounting Hardware, inside through hole M2, height 8, Wuerth electronics 9774080243 (https://katalog.we-online.de/em/datasheet/9774080243.pdf), generated with kicad-footprint-generator Mounting M2 9774080243 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H1.5mm_9774015360 Mounting Hardware, inside through hole M3, height 1.5, Wuerth electronics 9774015360 (https://katalog.we-online.de/em/datasheet/9774015360.pdf), generated with kicad-footprint-generator Mounting M3 9774015360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H1mm_9774010360 Mounting Hardware, inside through hole M3, height 1, Wuerth electronics 9774010360 (https://katalog.we-online.de/em/datasheet/9774010360.pdf), generated with kicad-footprint-generator Mounting M3 9774010360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H2.5mm_9774025360 Mounting Hardware, inside through hole M3, height 2.5, Wuerth electronics 9774025360 (https://katalog.we-online.de/em/datasheet/9774025360.pdf), generated with kicad-footprint-generator Mounting M3 9774025360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H2mm_9774020360 Mounting Hardware, inside through hole M3, height 2, Wuerth electronics 9774020360 (https://katalog.we-online.de/em/datasheet/9774020360.pdf), generated with kicad-footprint-generator Mounting M3 9774020360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H3mm_9774030360 Mounting Hardware, inside through hole M3, height 3, Wuerth electronics 9774030360 (https://katalog.we-online.de/em/datasheet/9774030360R.pdf), generated with kicad-footprint-generator Mounting M3 9774030360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H4mm_9774040360 Mounting Hardware, inside through hole M3, height 4, Wuerth electronics 9774040360 (https://katalog.we-online.de/em/datasheet/9774040360.pdf), generated with kicad-footprint-generator Mounting M3 9774040360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H5mm_9774050360 Mounting Hardware, inside through hole M3, height 5, Wuerth electronics 9774050360 (https://katalog.we-online.de/em/datasheet/9774050360.pdf), generated with kicad-footprint-generator Mounting M3 9774050360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H6mm_9774060360 Mounting Hardware, inside through hole M3, height 6, Wuerth electronics 9774060360 (https://katalog.we-online.de/em/datasheet/9774060360.pdf), generated with kicad-footprint-generator Mounting M3 9774060360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H7mm_9774070360 Mounting Hardware, inside through hole M3, height 7, Wuerth electronics 9774070360 (https://katalog.we-online.de/em/datasheet/9774070360.pdf), generated with kicad-footprint-generator Mounting M3 9774070360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H8mm_9774080360 Mounting Hardware, inside through hole M3, height 8, Wuerth electronics 9774080360 (https://katalog.we-online.de/em/datasheet/9774080360.pdf), generated with kicad-footprint-generator Mounting M3 9774080360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360 Mounting Hardware, inside through hole M3, height 9, Wuerth electronics 9774090360 (https://katalog.we-online.de/em/datasheet/9774090360.pdf), generated with kicad-footprint-generator Mounting M3 9774090360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H10mm_9774100360 Mounting Hardware, inside through hole M3, height 10, Wuerth electronics 9774100360 (https://katalog.we-online.de/em/datasheet/9774100360.pdf), generated with kicad-footprint-generator Mounting M3 9774100360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H11mm_9774110360 Mounting Hardware, inside through hole M3, height 11, Wuerth electronics 9774110360 (https://katalog.we-online.de/em/datasheet/9774110360.pdf), generated with kicad-footprint-generator Mounting M3 9774110360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H12mm_9774120360 Mounting Hardware, inside through hole M3, height 12, Wuerth electronics 9774120360 (https://katalog.we-online.de/em/datasheet/9774120360.pdf), generated with kicad-footprint-generator Mounting M3 9774120360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H13mm_9774130360 Mounting Hardware, inside through hole M3, height 13, Wuerth electronics 9774130360 (https://katalog.we-online.de/em/datasheet/9774130360.pdf), generated with kicad-footprint-generator Mounting M3 9774130360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H14mm_9774140360 Mounting Hardware, inside through hole M3, height 14, Wuerth electronics 9774140360 (https://katalog.we-online.de/em/datasheet/9774140360.pdf), generated with kicad-footprint-generator Mounting M3 9774140360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSI-M3_H15mm_9774150360 Mounting Hardware, inside through hole M3, height 15, Wuerth electronics 9774150360 (https://katalog.we-online.de/em/datasheet/9774150360.pdf), generated with kicad-footprint-generator Mounting M3 9774150360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H2.6mm_ReverseMount_9775026960 Mounting Hardware, inside through hole 3.2mm, height 2.6, Wuerth electronics 9775026960 (https://katalog.we-online.com/em/datasheet/9775026960R.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775026960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H3.1mm_ReverseMount_9775031960 Mounting Hardware, inside through hole 3.2mm, height 3.1, Wuerth electronics 9775031960 (https://katalog.we-online.com/em/datasheet/9775031960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775031960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H3.6mm_ReverseMount_9775036960 Mounting Hardware, inside through hole 3.2mm, height 3.6, Wuerth electronics 9775036960 (https://katalog.we-online.com/em/datasheet/9775036960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775036960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H4.1mm_ReverseMount_9775041960 Mounting Hardware, inside through hole 3.2mm, height 4.1, Wuerth electronics 9775041960 (https://katalog.we-online.com/em/datasheet/9775041960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775041960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H4.6mm_ReverseMount_9775046960 Mounting Hardware, inside through hole 3.2mm, height 4.6, Wuerth electronics 9775046960 (https://katalog.we-online.com/em/datasheet/9775046960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775046960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H5.1mm_ReverseMount_9775051960 Mounting Hardware, inside through hole 3.2mm, height 5.1, Wuerth electronics 9775051960 (https://katalog.we-online.com/em/datasheet/9775051960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775051960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H5.6mm_ReverseMount_9775056960 Mounting Hardware, inside through hole 3.2mm, height 5.6, Wuerth electronics 9775056960 (https://katalog.we-online.com/em/datasheet/9775056960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775056960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H6.6mm_ReverseMount_9775066960 Mounting Hardware, inside through hole 3.2mm, height 6.6, Wuerth electronics 9775066960 (https://katalog.we-online.com/em/datasheet/9775066960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775066960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H7.6mm_ReverseMount_9775076960 Mounting Hardware, inside through hole 3.2mm, height 7.6, Wuerth electronics 9775076960 (https://katalog.we-online.com/em/datasheet/9775076960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775076960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H8.6mm_ReverseMount_9775086960 Mounting Hardware, inside through hole 3.2mm, height 8.6, Wuerth electronics 9775086960 (https://katalog.we-online.com/em/datasheet/9775086960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775086960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H9.6mm_ReverseMount_9775096960 Mounting Hardware, inside through hole 3.2mm, height 9.6, Wuerth electronics 9775096960 (https://katalog.we-online.com/em/datasheet/9775096960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775096960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960 Mounting Hardware, inside through hole 3.2mm, height 10.6, Wuerth electronics 9775106960 (https://katalog.we-online.com/em/datasheet/9775106960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775106960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-3.2mm_H11.6mm_ReverseMount_9775116960 Mounting Hardware, inside through hole 3.2mm, height 11.6, Wuerth electronics 9775116960 (https://katalog.we-online.com/em/datasheet/9775116960.pdf), generated with kicad-footprint-generator Mounting 3.2mm 9775116960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H2.6mm_ReverseMount_9775026360 Mounting Hardware, inside through hole M3, height 2.6, Wuerth electronics 9775026360 (https://katalog.we-online.com/em/datasheet/9775026360.pdf), generated with kicad-footprint-generator Mounting M3 9775026360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H3.1mm_ReverseMount_9775031360 Mounting Hardware, inside through hole M3, height 3.1, Wuerth electronics 9775031360 (https://katalog.we-online.com/em/datasheet/9775031360.pdf), generated with kicad-footprint-generator Mounting M3 9775031360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H3.6mm_ReverseMount_9775036360 Mounting Hardware, inside through hole M3, height 3.6, Wuerth electronics 9775036360 (https://katalog.we-online.com/em/datasheet/9775036360.pdf), generated with kicad-footprint-generator Mounting M3 9775036360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H4.1mm_ReverseMount_9775041360 Mounting Hardware, inside through hole M3, height 4.1, Wuerth electronics 9775041360 (https://katalog.we-online.com/em/datasheet/9775041360.pdf), generated with kicad-footprint-generator Mounting M3 9775041360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H4.6mm_ReverseMount_9775046360 Mounting Hardware, inside through hole M3, height 4.6, Wuerth electronics 9775046360 (https://katalog.we-online.com/em/datasheet/9775046360.pdf), generated with kicad-footprint-generator Mounting M3 9775046360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H5.1mm_ReverseMount_9775051360 Mounting Hardware, inside through hole M3, height 5.1, Wuerth electronics 9775051360 (https://katalog.we-online.com/em/datasheet/9775051360.pdf), generated with kicad-footprint-generator Mounting M3 9775051360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H5.6mm_ReverseMount_9775056360 Mounting Hardware, inside through hole M3, height 5.6, Wuerth electronics 9775056360 (https://katalog.we-online.com/em/datasheet/9775056360.pdf), generated with kicad-footprint-generator Mounting M3 9775056360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H6.6mm_ReverseMount_9775066360 Mounting Hardware, inside through hole M3, height 6.6, Wuerth electronics 9775066360 (https://katalog.we-online.com/em/datasheet/9775066360.pdf), generated with kicad-footprint-generator Mounting M3 9775066360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H7.6mm_ReverseMount_9775076360 Mounting Hardware, inside through hole M3, height 7.6, Wuerth electronics 9775076360 (https://katalog.we-online.com/em/datasheet/9775076360.pdf), generated with kicad-footprint-generator Mounting M3 9775076360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H8.6mm_ReverseMount_9775086360 Mounting Hardware, inside through hole M3, height 8.6, Wuerth electronics 9775086360 (https://katalog.we-online.com/em/datasheet/9775086360.pdf), generated with kicad-footprint-generator Mounting M3 9775086360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H9.6mm_ReverseMount_9775096360 Mounting Hardware, inside through hole M3, height 9.6, Wuerth electronics 9775096360 (https://katalog.we-online.com/em/datasheet/9775096360.pdf), generated with kicad-footprint-generator Mounting M3 9775096360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H10.6mm_ReverseMount_9775106360 Mounting Hardware, inside through hole M3, height 10.6, Wuerth electronics 9775106360 (https://katalog.we-online.com/em/datasheet/9775106360.pdf), generated with kicad-footprint-generator Mounting M3 9775106360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSR-M3_H11.6mm_ReverseMount_9775116360 Mounting Hardware, inside through hole M3, height 11.6, Wuerth electronics 9775116360 (https://katalog.we-online.com/em/datasheet/9775116360.pdf), generated with kicad-footprint-generator Mounting M3 9775116360 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H2.5mm_SnapRivet_9776025960 Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9776025960 (https://katalog.we-online.com/em/datasheet/9776025960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776025960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H2mm_SnapRivet_9776020960 Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9776020960 (https://katalog.we-online.com/em/datasheet/9776020960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776020960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H3mm_SnapRivet_9776030960 Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9776030960 (https://katalog.we-online.com/em/datasheet/9776030960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776030960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H4mm_SnapRivet_9776040960 Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9776040960 (https://katalog.we-online.com/em/datasheet/9776040960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776040960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H5mm_SnapRivet_9776050960 Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9776050960 (https://katalog.we-online.com/em/datasheet/9776050960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776050960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H6mm_SnapRivet_9776060960 Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9776060960 (https://katalog.we-online.com/em/datasheet/9776060960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776060960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H7mm_SnapRivet_9776070960 Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9776070960 (https://katalog.we-online.com/em/datasheet/9776070960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776070960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H8mm_SnapRivet_9776080960 Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9776080960 (https://katalog.we-online.com/em/datasheet/9776080960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776080960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H9mm_SnapRivet_9776090960 Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9776090960 (https://katalog.we-online.com/em/datasheet/9776090960.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776090960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMSSR-3.3mm_H10mm_SnapRivet_9776100960 Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9776100960 (https://katalog.we-online.com/em/datasheet/9776100960R.pdf), generated with kicad-footprint-generator Mounting 3.3mm 9776100960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H1.5mm_9774015951 Mounting Hardware, inside through hole 2.7mm, height 1.5, Wuerth electronics 9774015951 (https://katalog.we-online.de/em/datasheet/9774015951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774015951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H1mm_9774010951 Mounting Hardware, inside through hole 2.7mm, height 1, Wuerth electronics 9774010951 (https://katalog.we-online.de/em/datasheet/9774010951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774010951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H2.5mm_9774025951 Mounting Hardware, inside through hole 2.7mm, height 2.5, Wuerth electronics 9774025951 (https://katalog.we-online.de/em/datasheet/9774025951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774025951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H2mm_9774020951 Mounting Hardware, inside through hole 2.7mm, height 2, Wuerth electronics 9774020951 (https://katalog.we-online.de/em/datasheet/9774020951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774020951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H3mm_9774030951 Mounting Hardware, inside through hole 2.7mm, height 3, Wuerth electronics 9774030951 (https://katalog.we-online.de/em/datasheet/9774030951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774030951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H4mm_9774040951 Mounting Hardware, inside through hole 2.7mm, height 4, Wuerth electronics 9774040951 (https://katalog.we-online.de/em/datasheet/9774040951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774040951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H5.5mm_9774055951 Mounting Hardware, inside through hole 2.7mm, height 5.5, Wuerth electronics 9774055951 (https://katalog.we-online.de/em/datasheet/9774055951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774055951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H5mm_9774050951 Mounting Hardware, inside through hole 2.7mm, height 5, Wuerth electronics 9774050951 (https://katalog.we-online.de/em/datasheet/9774050951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774050951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H6.5mm_9774065951 Mounting Hardware, inside through hole 2.7mm, height 6.5, Wuerth electronics 9774065951 (https://katalog.we-online.de/em/datasheet/9774065951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774065951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H6mm_9774060951 Mounting Hardware, inside through hole 2.7mm, height 6, Wuerth electronics 9774060951 (https://katalog.we-online.de/em/datasheet/9774060951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774060951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H7mm_9774070951 Mounting Hardware, inside through hole 2.7mm, height 7, Wuerth electronics 9774070951 (https://katalog.we-online.de/em/datasheet/9774070951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774070951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H8mm_9774080951 Mounting Hardware, inside through hole 2.7mm, height 8, Wuerth electronics 9774080951 (https://katalog.we-online.de/em/datasheet/9774080951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774080951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H9mm_9774090951 Mounting Hardware, inside through hole 2.7mm, height 9, Wuerth electronics 9774090951 (https://katalog.we-online.de/em/datasheet/9774090951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774090951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.7mm_H10mm_9774100951 Mounting Hardware, inside through hole 2.7mm, height 10, Wuerth electronics 9774100951 (https://katalog.we-online.de/em/datasheet/9774100951.pdf), generated with kicad-footprint-generator Mounting 2.7mm 9774100951 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H1.5mm_9774015943 Mounting Hardware, inside through hole 2.25mm, height 1.5, Wuerth electronics 9774015943 (https://katalog.we-online.de/em/datasheet/9774015943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774015943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H1mm_9774010943 Mounting Hardware, inside through hole 2.25mm, height 1, Wuerth electronics 9774010943 (https://katalog.we-online.de/em/datasheet/9774010943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774010943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H2.5mm_9774025943 Mounting Hardware, inside through hole 2.25mm, height 2.5, Wuerth electronics 9774025943 (https://katalog.we-online.de/em/datasheet/9774025943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774025943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H2mm_9774020943 Mounting Hardware, inside through hole 2.25mm, height 2, Wuerth electronics 9774020943 (https://katalog.we-online.de/em/datasheet/9774020943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774020943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H3.5mm_9774035943 Mounting Hardware, inside through hole 2.25mm, height 3.5, Wuerth electronics 9774035943 (https://katalog.we-online.de/em/datasheet/9774035943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774035943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H3mm_9774030943 Mounting Hardware, inside through hole 2.25mm, height 3, Wuerth electronics 9774030943 (https://katalog.we-online.de/em/datasheet/9774030943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774030943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H4.5mm_9774045943 Mounting Hardware, inside through hole 2.25mm, height 4.5, Wuerth electronics 9774045943 (https://katalog.we-online.de/em/datasheet/9774045943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774045943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H4mm_9774040943 Mounting Hardware, inside through hole 2.25mm, height 4, Wuerth electronics 9774040943 (https://katalog.we-online.de/em/datasheet/9774040943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774040943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H5mm_9774050943 Mounting Hardware, inside through hole 2.25mm, height 5, Wuerth electronics 9774050943 (https://katalog.we-online.de/em/datasheet/9774050943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774050943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H6mm_9774060943 Mounting Hardware, inside through hole 2.25mm, height 6, Wuerth electronics 9774060943 (https://katalog.we-online.de/em/datasheet/9774060943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774060943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H7mm_9774070943 Mounting Hardware, inside through hole 2.25mm, height 7, Wuerth electronics 9774070943 (https://katalog.we-online.de/em/datasheet/9774070943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774070943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-2.25mm_H8mm_9774080943 Mounting Hardware, inside through hole 2.25mm, height 8, Wuerth electronics 9774080943 (https://katalog.we-online.de/em/datasheet/9774080943.pdf), generated with kicad-footprint-generator Mounting 2.25mm 9774080943 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H1.5mm_9774015960 Mounting Hardware, inside through hole 3.3mm, height 1.5, Wuerth electronics 9774015960 (https://katalog.we-online.de/em/datasheet/9774015960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774015960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H1mm_9774010960 Mounting Hardware, inside through hole 3.3mm, height 1, Wuerth electronics 9774010960 (https://katalog.we-online.de/em/datasheet/9774010960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774010960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H2.5mm_9774025960 Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9774025960 (https://katalog.we-online.de/em/datasheet/9774025960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774025960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H2mm_9774020960 Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9774020960 (https://katalog.we-online.de/em/datasheet/9774020960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774020960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H3mm_9774030960 Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9774030960 (https://katalog.we-online.de/em/datasheet/9774030960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774030960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H4mm_9774040960 Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9774040960 (https://katalog.we-online.de/em/datasheet/9774040960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774040960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H5mm_9774050960 Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9774050960 (https://katalog.we-online.de/em/datasheet/9774050960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774050960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H6mm_9774060960 Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9774060960 (https://katalog.we-online.de/em/datasheet/9774060960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774060960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H7mm_9774070960 Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9774070960 (https://katalog.we-online.de/em/datasheet/9774070960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774070960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H8mm_9774080960 Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9774080960 (https://katalog.we-online.de/em/datasheet/9774080960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774080960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H9mm_9774090960 Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9774090960 (https://katalog.we-online.de/em/datasheet/9774090960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774090960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H10mm_9774100960 Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9774100960 (https://katalog.we-online.de/em/datasheet/9774100960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774100960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H11mm_9774110960 Mounting Hardware, inside through hole 3.3mm, height 11, Wuerth electronics 9774110960 (https://katalog.we-online.de/em/datasheet/9774110960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774110960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H12mm_9774120960 Mounting Hardware, inside through hole 3.3mm, height 12, Wuerth electronics 9774120960 (https://katalog.we-online.de/em/datasheet/9774120960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774120960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H13mm_9774130960 Mounting Hardware, inside through hole 3.3mm, height 13, Wuerth electronics 9774130960 (https://katalog.we-online.de/em/datasheet/9774130960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774130960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H14mm_9774140960 Mounting Hardware, inside through hole 3.3mm, height 14, Wuerth electronics 9774140960 (https://katalog.we-online.de/em/datasheet/9774140960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774140960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-3.3mm_H15mm_9774150960 Mounting Hardware, inside through hole 3.3mm, height 15, Wuerth electronics 9774150960 (https://katalog.we-online.de/em/datasheet/9774150960.pdf,), generated with kicad-footprint-generator Mounting 3.3mm 9774150960 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H1mm_9774010982 Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010982 (https://katalog.we-online.de/em/datasheet/9774010982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774010982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H2mm_9774020982 Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020982 (https://katalog.we-online.de/em/datasheet/9774020982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774020982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H3mm_9774030982 Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030982 (https://katalog.we-online.de/em/datasheet/9774030982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774030982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H4mm_9774040982 Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040982 (https://katalog.we-online.de/em/datasheet/9774040982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774040982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H5mm_9774050982 Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050982 (https://katalog.we-online.de/em/datasheet/9774050982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774050982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H6mm_9774060982 Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060982 (https://katalog.we-online.de/em/datasheet/9774060982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774060982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H7mm_9774070982 Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070982 (https://katalog.we-online.de/em/datasheet/9774070982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774070982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H8mm_9774080982 Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080982 (https://katalog.we-online.de/em/datasheet/9774080982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774080982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H9mm_9774090982 Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090982 (https://katalog.we-online.de/em/datasheet/9774090982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774090982 0 8 1 Mounting_Wuerth Mounting_Wuerth_WA-SMST-4.5mm_H10mm_9774100982 Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100982 (https://katalog.we-online.de/em/datasheet/9774100982.pdf), generated with kicad-footprint-generator Mounting 4.5mm 9774100982 0 8 1 NetTie NetTie-2_SMD_Pad0.5mm Net tie, 2 pin, 0.5mm square SMD pads net tie 0 2 2 NetTie NetTie-2_SMD_Pad2.0mm Net tie, 2 pin, 2.0mm square SMD pads net tie 0 2 2 NetTie NetTie-2_THT_Pad0.3mm Net tie, 2 pin, 0.3mm round THT pads net tie 0 2 2 NetTie NetTie-2_THT_Pad1.0mm Net tie, 2 pin, 1.0mm round THT pads net tie 0 2 2 NetTie NetTie-3_SMD_Pad0.5mm Net tie, 3 pin, 0.5mm square SMD pads net tie 0 3 3 NetTie NetTie-3_SMD_Pad2.0mm Net tie, 3 pin, 2.0mm square SMD pads net tie 0 3 3 NetTie NetTie-3_THT_Pad0.3mm Net tie, 3 pin, 0.3mm round THT pads net tie 0 3 3 NetTie NetTie-3_THT_Pad1.0mm Net tie, 3 pin, 1.0mm round THT pads net tie 0 3 3 NetTie NetTie-4_SMD_Pad0.5mm Net tie, 4 pin, 0.5mm square SMD pads net tie 0 4 4 NetTie NetTie-4_SMD_Pad2.0mm Net tie, 4 pin, 2.0mm square SMD pads net tie 0 4 4 NetTie NetTie-4_THT_Pad0.3mm Net tie, 4 pin, 0.3mm round THT pads net tie 0 4 4 NetTie NetTie-4_THT_Pad1.0mm Net tie, 4 pin, 1.0mm round THT pads net tie 0 4 4 OptoDevice ADNS-9800 Laser Gaming Sensor ADNS-9800 MOUSE MOUSE_SENSOR LASER_GAMING_SENSOR 0 16 16 OptoDevice AGILENT_HFBR-152x Fiberoptic Transmitter TX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) Fiberoptic Transmitter 0 6 6 OptoDevice AGILENT_HFBR-252x Fiberoptic Receiver RX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) Fiberoptic Transmitter 0 6 6 OptoDevice AMS_TSL2550_SMD http://ams.com/eng/content/download/250130/975613/142977 TSL2550 ambient light sensor 0 4 4 OptoDevice Broadcom_AFBR-16xxZ_Horizontal Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN Fiber Optic Transmitter and Receiver 0 6 6 OptoDevice Broadcom_AFBR-16xxZ_Tilted Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN Fiber Optic Transmitter and Receiver 0 6 6 OptoDevice Broadcom_AFBR-16xxZ_Vertical Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN Fiber Optic Transmitter and Receiver 0 6 6 OptoDevice Broadcom_APDS-9301 ambient light sensor, i2c interface, 6-pin chipled package, https://docs.broadcom.com/docs/AV02-2315EN ambient light sensor chipled 0 6 6 OptoDevice Broadcom_DFN-6_2x2mm_P0.65mm Broadcom DFN, 6 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py Broadcom DFN NoLead 0 6 6 OptoDevice Broadcom_LGA-8_2x2mm_P0.53mm Broadcom LGA, 8 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py Broadcom LGA NoLead 0 8 8 OptoDevice Everlight_ITR1201SR10AR package for Everlight ITR1201SR10AR, light-direction upwards, see https://www.everlight.com/file/ProductFile/ITR1201SR10AR-TR.pdf reflective opto couple photo coupler 0 4 4 OptoDevice Everlight_ITR8307 package for Everlight ITR8307 with PCB cutout, light-direction upwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf refective opto couple photo coupler 0 4 4 OptoDevice Everlight_ITR8307F43 package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385 refective opto couple photo coupler 0 4 4 OptoDevice Everlight_ITR8307_Reverse package for Everlight ITR8307 with PCB cutout, light-direction downwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf refective opto couple photo coupler 0 4 4 OptoDevice Finder_34.81 Relay SPST, Finder Type 34.81 (opto relays/coupler), vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf Relay SPST Finder 0 4 4 OptoDevice Hamamatsu_C12880 Hamamatsu spectrometer, see http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf opto spectrometer Hamamatsu 0 10 10 OptoDevice Hamamatsu_S13360-30CS SiPM, 2pin Hamamatsu SiPM 0 2 2 OptoDevice Kingbright_KPS-5130 http://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-5130PD7C(Ver.14).pdf KPS-5130 photodiode RGB sensor 0 4 4 OptoDevice Kingbright_KRC011_Horizontal Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf Subminiature Reflective Optical Sensor 0 4 4 OptoDevice Kingbright_KRC011_Vertical Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf Subminiature Reflective Optical Sensor 0 4 4 OptoDevice Kodenshi_LG206D http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG206D.pdf Photointerrupter infrared LED with photo IC 0 5 5 OptoDevice Kodenshi_LG206L http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG205L.pdf Photointerrupter infrared LED with photo IC 0 5 5 OptoDevice Kodenshi_SG105 package for Kodenshi SG-105 with PCB cutout, light-direction upwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf refective opto couple photo coupler 0 4 4 OptoDevice Kodenshi_SG105F package for Kodenshi SG-105F, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105F.pdf refective opto couple photo coupler 0 4 4 OptoDevice Kodenshi_SG105_Reverse package for Kodenshi SG-105 with PCB cutout, light-direction downwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf refective opto couple photo coupler 0 4 4 OptoDevice LaserDiode_TO3.3-D3.3-3 Laser Diode, TO-3.3mm, 3pin Laser Diode TO3.3 0 3 3 OptoDevice LaserDiode_TO5-D9-3 Laser Diode, TO5-like (D=9mm), 3pin Laser Diode TO5-like 0 3 3 OptoDevice LaserDiode_TO18-D5.6-3 Laser Diode, TO18-like (D=5.6mm), 3pin Laser Diode TO18-like 0 3 3 OptoDevice LaserDiode_TO38ICut-3 Laser Diode, TO-38-ICut, 3pin Laser Diode TO38-ICut 0 3 3 OptoDevice LaserDiode_TO56-3 Laser Diode, TO-56, 3pin Laser Diode TO56 0 3 3 OptoDevice Lightpipe_LPF-C012303S https://www.lumex.com/spec/LPF-C012303S.pdf lightpipe dual tower right angle 3mm 0 0 0 OptoDevice Lightpipe_Mentor_1275.x00x https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf spherical light pipe 4 way 3mm PLCC-2 PLCC-4 0 0 0 OptoDevice Lightpipe_Mentor_1276.1004 https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf spherical light pipe 4 way 3mm PLCC-2 PLCC-4 0 0 0 OptoDevice Lightpipe_Mentor_1276.2004 https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf planar light pipe 4 way 3mm PLCC-2 PLCC-4 0 0 0 OptoDevice Lite-On_LTR-303ALS-01 ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf ambient light sensor chipled 0 6 6 OptoDevice Luna_NSL-32 Optoisolator with LED and photoresistor optoisolator 0 4 4 OptoDevice Maxim_OLGA-14_3.3x5.6mm_P0.8mm https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF OLGA-14 OESIP-14 0 14 14 OptoDevice ONSemi_QSE15x 3 Lead Plastic Package ONSemi QSE158 QSE159 0 3 3 OptoDevice OnSemi_CASE100AQ OnSemi CASE 100AQ for QRE1113, see https://www.onsemi.com/pub/Collateral/QRE1113-D.PDF reflective opto couple photo coupler 0 4 4 OptoDevice OnSemi_CASE100CY OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF refective opto couple photo coupler 0 4 4 OptoDevice Osram_BPW82 PhotoDiode, BPW82, RM2.54 PhotoDiode BPW82 RM2.54 0 2 2 OptoDevice Osram_DIL2_4.3x4.65mm_P5.08mm PhotoDiode, plastic DIL, 4.3x4.65mm², RM5.08 PhotoDiode plastic DIL RM5.08 0 2 2 OptoDevice Osram_LPT80A PhotoTransistor, sidelooker package, RM2.54 PhotoTransistor sidelooker package RM2.54 0 2 2 OptoDevice Osram_SFH9x0x package for Osram SFH9x0x series of reflective photo interrupters/couplers, see http://www.osram-os.com/Graphics/XPic6/00200860_0.pdf reflective photo interrupter SMD 0 6 6 OptoDevice Osram_SFH205 PhotoDiode, SFH205, RM2.54 PhotoDiode SFH205 RM2.54 0 2 2 OptoDevice Osram_SFH225 PhotoDiode, SFH225, RM2.54 PhotoDiode SFH225 RM2.54 0 2 2 OptoDevice Osram_SMD-DIL2_4.5x4.0mm PhotoDiode, plastic SMD DIL, 4.5x4mm² PhotoDiode plastic SMD DIL 0 2 2 OptoDevice Osram_SMD-SmartDIL PhotoDiode, plastic SMD SmatDIL PhotoDiode plastic SMD SmatDIL 0 3 3 OptoDevice Panasonic_APV-AQY_SSOP-4_4.45x2.65mm_P1.27mm https://www.panasonic-electric-works.com/cps/rde/xbcr/pew_eu_en/technical_information_photomos_en.pdf SSOP4 APV21 AQY22 0 4 4 OptoDevice PerkinElmer_VTL5C Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) vactrol 0 4 4 OptoDevice PerkinElmer_VTL5Cx2 Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) vactrol 0 5 5 OptoDevice R_LDR_4.9x4.2mm_P2.54mm_Vertical Resistor, LDR 4.9x4.2mm Resistor LDR4.9x4.2 0 2 2 OptoDevice R_LDR_5.0x4.1mm_P3mm_Vertical Resistor, LDR 5x4.1mm, see http://cdn-reichelt.de/documents/datenblatt/A500/A90xxxx%23PE.pdf Resistor LDR5x4.1mm 0 2 2 OptoDevice R_LDR_5.1x4.3mm_P3.4mm_Vertical Resistor, LDR 5.1x3.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR5.1x3.4mm 0 2 2 OptoDevice R_LDR_5.2x5.2mm_P3.5mm_Horizontal Resistor, LDR 5.2x5.2, upright, see http://cdn-reichelt.de/documents/datenblatt/A500/M996011A.pdf Resistor LDR5.2x5.2 0 2 2 OptoDevice R_LDR_7x6mm_P5.1mm_Vertical Resistor, LDR 7x6mm Resistor LDR7x6mm 0 2 2 OptoDevice R_LDR_10x8.5mm_P7.6mm_Vertical Resistor, LDR 10x8.5mm Resistor LDR10.8.5mm 0 2 2 OptoDevice R_LDR_11x9.4mm_P8.2mm_Vertical Resistor, LDR 11x9.4mm Resistor LDR11x9.4mm 0 2 2 OptoDevice R_LDR_12x10.8mm_P9.0mm_Vertical Resistor, LDR 12x10.8mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR12x10.8mm 0 2 2 OptoDevice R_LDR_D6.4mm_P3.4mm_Vertical Resistor, LDR D=6.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDRD=6.4mm 0 2 2 OptoDevice R_LDR_D13.8mm_P9.0mm_Vertical Resistor, diameter 13.8mm pitch 9mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR 0 2 2 OptoDevice R_LDR_D20mm_P17.5mm_Vertical Resistor, LDR 20mm diameter, pin pitch 17.5mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR 0 2 2 OptoDevice ST_VL53L0X https://www.st.com/resource/en/datasheet/vl53l1x.pdf laser-ranging sensor 0 12 12 OptoDevice ST_VL53L1X https://www.st.com/resource/en/datasheet/vl53l1x.pdf laser-ranging sensor 0 12 12 OptoDevice Sharp_GP2Y0A41SK0F http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y0a41sk_e.pdf Distance Sensor Sharp 0 2 2 OptoDevice Sharp_IS471F Sharp OPIC IS471F, see http://pdf.datasheetcatalog.com/datasheet/Sharp/mXvrzty.pdf Sharp OPIC IS471F 0 4 4 OptoDevice Sharp_IS485 Sharp OPIC, IS485, IS486, see http://microrato.ua.pt/main/Actividades/Estagios/Docs/IS485_6.pdf Sharp OPIC IS485 IS486 0 3 3 OptoDevice Siemens_SFH900 package for Siemens SFH900 reflex photo interrupter/coupler/object detector, see https://www.batronix.com/pdf/sfh900.pdf Siemens SFH900 reflex photo interrupter coupler object detector 0 3 3 OptoDevice Toshiba_TORX170_TORX173_TORX193_TORX194 Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 0 6 6 OptoDevice Toshiba_TOTX170_TOTX173_TOTX193_TOTX194 Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 0 6 6 OptoDevice Vishay_CAST-3Pin IR Receiver Vishay TSOP-xxxx, CAST package, see https://www.vishay.com/docs/82493/tsop311.pdf IRReceiverVishayTSOP-xxxx CAST 0 3 3 OptoDevice Vishay_CNY70 package for Vishay CNY70 refective photo coupler/interrupter Vishay CNY70 refective photo coupler 0 4 4 OptoDevice Vishay_MINICAST-3Pin IR Receiver Vishay TSOP-xxxx, MINICAST package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf IR Receiver Vishay TSOP-xxxx MINICAST 0 3 3 OptoDevice Vishay_MINIMOLD-3Pin IR Receiver Vishay TSOP-xxxx, MINIMOLD package, see https://www.vishay.com/docs/82742/tsop331.pdf IR Receiver Vishay TSOP-xxxx MINIMOLD 0 3 3 OptoDevice Vishay_MOLD-3Pin IR Receiver Vishay TSOP-xxxx, MOLD package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf IR Receiver Vishay TSOP-xxxx MOLD 0 3 3 Oscillator Oscillator_DIP-8 Oscillator, DIP8,http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_DIP-8_LargePads Oscillator, DIP8, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_DIP-14 Oscillator, DIP14, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_DIP-14_LargePads Oscillator, DIP14, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_OCXO_Morion_MV267 http://www.morion.com.ru/catalog_pdf/MV267.pdf OCXO 0 5 5 Oscillator Oscillator_OCXO_Morion_MV317 https://www.morion-us.com/catalog_pdf/mv317.pdf OCXO 0 5 5 Oscillator Oscillator_SMD_Abracon_ABLNO https://abracon.com/Precisiontiming/ABLNO.pdf VCXO XO 0 4 4 Oscillator Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm Miniature Crystal Clock Oscillator Abracon ASCO series, https://abracon.com/Oscillators/ASCO.pdf, 1.6x1.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm Miniature Crystal Clock Oscillator Abracon ASDMB series, 2.5x2.0mm package, http://www.abracon.com/Oscillators/ASDMB.pdf SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, 3.2x2.5mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm_HandSoldering Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, 7.0x5.1mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm_HandSoldering Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, hand-soldering, 7.0x5.1mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Diodes_FN-4Pin_7.0x5.0mm FN Series Crystal Clock Oscillator (XO) (https://www.diodes.com/assets/Datasheets/FN_3-3V.pdf) Oscillator Crystal SMD SMT 0 4 4 Oscillator Oscillator_SMD_ECS_2520MV-xxx-xx-4Pin_2.5x2.0mm Miniature Crystal Clock Oscillator ECS 2520MV series, https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf Miniature Crystal Clock Oscillator ECS 2520MV series SMD SMT HCMOS 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, 3.2x2.5mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm_HandSoldering Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, 7.0x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm_HandSoldering Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS1-6Pin_14.8x9.1mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S1-KHZ/LHZ, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 14.8x9.1mm^2 package SMD SMT crystal oscillator 0 6 6 Oscillator Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.3x5.1mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm_HandSoldering Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.3x5.1mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 9.1x7.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm_HandSoldering Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 9.1x7.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 19.9x12.9mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm_HandSoldering Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 19.9x12.9mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.0x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm_HandSoldering Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm_HandSoldering Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_IDT_JS6-6_5.0x3.2mm_P1.27mm SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=15, 5.0x3.2mm SMD SMT crystal oscillator 0 6 6 Oscillator Oscillator_SMD_IDT_JU6-6_7.0x5.0mm_P2.54mm SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=17, 7.0x5.0mm SMD SMT crystal oscillator 0 6 6 Oscillator Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.5x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm_HandSoldering IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.5x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Kyocera_2520-6Pin_2.5x2.0mm https://global.kyocera.com/prdct/electro/product/pdf/kt2520_e.pdf 2.5mm 2mm SMD 0 6 6 Oscillator Oscillator_SMD_Kyocera_KC2520Z-4Pin_2.5x2.0mm https://global.kyocera.com/prdct/electro/product/pdf/clock_z_xz_e.pdf 2.5mm 2mm SMD 0 4 4 Oscillator Oscillator_SMD_OCXO_ConnorWinfield_OH300 http://www.conwin.com/datasheets/cx/cx282.pdf OCXO 0 7 7 Oscillator Oscillator_SMD_SI570_SI571_HandSoldering SI570, SI571, Programmable oscillator, Standard SI570 SI571 Programmable oscillator Standard 0 8 8 Oscillator Oscillator_SMD_SI570_SI571_Standard SI570, SI571, Programmable oscillator, Standard SI570 SI571 Programmable oscillator Standard 0 8 8 Oscillator Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, 2.5x2.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, hand-soldering, 2.5x2.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG3030CM SMD Crystal Oscillator Seiko Epson SG-3030CM package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 7.0x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 3.2x2.5mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 14.0x8.7mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 14.0x8.7mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 10.5x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 10.5x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py Silicon_Labs LGA NoLead 0 6 6 Oscillator Oscillator_SMD_TCXO_G158 TCXO TCXO 0 4 4 Oscillator Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SeikoEpson_SG-8002DB 14-lead dip package, row spacing 7.62 mm (300 mils) DIL DIP PDIP 2.54mm 7.62mm 300mil 0 4 4 Oscillator Oscillator_SeikoEpson_SG-8002DC 8-lead dip package, row spacing 7.62 mm (300 mils) DIL DIP PDIP 2.54mm 7.62mm 300mil 0 4 4 Package_BGA Analog_BGA-28_4.0x6.25mm_Layout4x7_P0.8mm_Ball0.45mm_Pad0.4 Analog BGA-28 4.0mm x 6.25mm package, pitch 0.4mm pad, based on https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf BGA 28 0.8 0 28 28 Package_BGA BGA-9_1.6x1.6mm_Layout3x3_P0.5mm BGA-9, http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf BGA-9 0 9 9 Package_BGA BGA-16_1.92x1.92mm_Layout4x4_P0.5mm BGA-16, http://www.st.com/content/ccc/resource/technical/document/datasheet/group2/bc/cd/62/9e/8f/30/47/69/CD00151267/files/CD00151267.pdf/jcr:content/translations/en.CD00151267.pdf BGA-16 0 16 16 Package_BGA BGA-25_6.35x6.35mm_Layout5x5_P1.27mm BGA-25, http://cds.linear.com/docs/en/datasheet/4624fc.pdf BGA-25 uModule 0 25 25 Package_BGA BGA-36_3.396x3.466mm_Layout6x6_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD Altera V36, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00486-00.pdf Altera BGA-36 V36 VBGA 0 36 36 Package_BGA BGA-48_8.0x9.0mm_Layout6x8_P0.8mm BGA-48 - pitch 0.8 mm BGA-48 0 48 48 Package_BGA BGA-64_9.0x9.0mm_Layout10x10_P0.8mm BGA-64, 10x10 raster, 9x9mm package, pitch 0.8mm BGA-64 0 64 64 Package_BGA BGA-68_5.0x5.0mm_Layout9x9_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-68, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00344-01.pdf Altera BGA-68 M68 MBGA 0 68 68 Package_BGA BGA-81_4.496x4.377mm_Layout9x9_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD Altera V81, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00478-01.pdf Altera VBGA V81 BGA-81 0 81 81 Package_BGA BGA-90_8.0x13.0mm_Layout2x3x15_P0.8mm BGA-90, http://www.issi.com/WW/pdf/42-45S32800J.pdf BGA-90 0 90 90 Package_BGA BGA-96_9.0x13.0mm_Layout2x3x16_P0.8mm BGA-96, http://www.mouser.com/ds/2/198/43-46TR16640B-81280BL-706483.pdf BGA-96 0 96 96 Package_BGA BGA-100_6.0x6.0mm_Layout11x11_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00345-01.pdf Altera BGA-100 M100 MBGA 0 100 100 Package_BGA BGA-100_11.0x11.0mm_Layout10x10_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD BGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00223-02.pdf BGA-100 0 100 100 Package_BGA BGA-121_9.0x9.0mm_Layout11x11_P0.8mm_Ball0.4mm_Pad0.35mm_NSMD 121-ball, 0.8mm BGA (based on http://www.latticesemi.com/view_document?document_id=213) BGA 0.8mm 9mm 121 0 121 121 Package_BGA BGA-121_12.0x12.0mm_Layout11x11_P1.0mm BGA-121, http://cds.linear.com/docs/en/packaging/05081891_A_bga121.pdf BGA-121 0 121 121 Package_BGA BGA-132_12x18mm_Layout11x17_P0.5mm BGA-132 11x17 12x18mm 0.5pitch BGA-132 0 132 132 Package_BGA BGA-144_7.0x7.0mm_Layout13x13_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-144, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00346-00.pdf Altera BGA-144 M144 MBGA 0 144 144 Package_BGA BGA-144_13.0x13.0mm_Layout12x12_P1.0mm BGA-144, http://www.topline.tv/drawings/pdf/BGA%201,0mm%20pitch/LBGA144T1.0-DC128.pdf BGA-144 0 144 144 Package_BGA BGA-152_14x18mm_Layout13x17_P0.5mm BGA-152_14x18mm_Layout13x17_P0.5mm VBGA-152 0 152 152 Package_BGA BGA-153_8.0x8.0mm_Layout15x15_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-153, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00471-00.pdf Altera BGA-153 M153 MBGA 0 153 153 Package_BGA BGA-169_11.0x11.0mm_Layout13x13_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD Altera U169, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00470-01.pdf Altera UBGA U169 BGA-169 0 169 169 Package_BGA BGA-256_11.0x11.0mm_Layout20x20_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-256, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00348-01.pdf Altera BGA-256 M256 MBGA 0 256 256 Package_BGA BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf BGA-256 0 256 256 Package_BGA BGA-256_17.0x17.0mm_Layout16x16_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf BGA-256 0 256 256 Package_BGA BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD Altera U324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00474-02.pdf Altera UBGA U324 BGA-324 0 324 324 Package_BGA BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD BGA-324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00233-03.pdf BGA-324 0 324 324 Package_BGA BGA-352_35.0x35.0mm_Layout26x26_P1.27mm BGA-352, https://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/b352p05.pdf BGA-352 0 352 352 Package_BGA BGA-400_21.0x21.0mm_Layout20x20_P1.0mm BGA-400, https://www.xilinx.com/support/documentation/package_specs/fg400.pdf BGA-400 0 400 400 Package_BGA BGA-484_23.0x23.0mm_Layout22x22_P1.0mm BGA-484, https://www.xilinx.com/support/documentation/package_specs/fg484.pdf BGA-484 0 484 484 Package_BGA BGA-624_21.0x21.0mm_Layout25x25_P0.8mm BGA-624, 25x25 grid, 21x21mm package, pitch 0.8mm; https://www.nxp.com/docs/en/package-information/SOT1529-1.pdf BGA 624 0.8 0 624 624 Package_BGA BGA-625_21.0x21.0mm_Layout25x25_P0.8mm BGA-625 BGA-625 0 625 625 Package_BGA BGA-672_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD Altera BGA-672, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00472-00.pdf Altera BGA-672 F672 FBGA 0 672 672 Package_BGA BGA-676_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD XILINX BGA-676, https://www.xilinx.com/support/documentation/package_specs/fg676.pdf XILINX BGA-676 FG676/FGG676 0 676 676 Package_BGA BGA-1023_33.0x33.0mm_Layout32x32_P1.0mm BGA-1023 BGA-1023 0 1023 1023 Package_BGA BGA-1156_35.0x35.0mm_Layout34x34_P1.0mm BGA-1156 BGA-1156 0 1156 1156 Package_BGA BGA-1295_37.5x37.5mm_Layout36x36_P1.0mm BGA-1295 BGA-1295 0 1295 1295 Package_BGA FB-BGA-484_23.0x23.0mm_Layout22x22_P1.0mm Xilinx FB-484, https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf FB-BGA-484 0 484 484 Package_BGA FBGA-78_7.5x11mm_Layout2x3x13_P0.8mm FBGA-78, https://www.skhynix.com/product/filedata/fileDownload.do?seq=7687 FBGA-78 0 78 78 Package_BGA Fujitsu_WLP-15_2.28x3.092mm_Layout3x5_P0.4mm WLP-15, 3x5 raster, 2.28x3.092mm package, pitch 0.4mm; http://www.fujitsu.com/global/documents/products/devices/semiconductor/fram/lineup/MB85RS1MT-DS501-00022-7v0-E.pdf BGA 8 0.4 0 8 8 Package_BGA LFBGA-100_10x10mm_Layout10x10_P0.8mm LFBGA-100, 10x10 raster, 10x10mm package, pitch 0.8mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf BGA 100 0.8 0 100 100 Package_BGA LFBGA-144_10x10mm_Layout12x12_P0.8mm LFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf BGA 144 0.8 0 144 144 Package_BGA LFBGA-169_16x12mm_Layout28x14_P0.5mm_Ball0.3_Pad0.3mm_NSMD https://4donline.ihs.com/images/VipMasterIC/IC/SGST/SGSTS20279/SGSTS20279-1.pdf?hkey=EF798316E3902B6ED9A73243A3159BB0 eMMC Flash LFBGA169 0 169 169 Package_BGA Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.4mm_NSMD Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 BGA 381 0.8 0 381 381 Package_BGA Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.6mm_SMD Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 BGA 381 0.8 0 381 381 Package_BGA Linear_BGA-133_15.0x15.0mm_Layout12x12_P1.27mm Analog Devices (Linear Tech), 133-pin BGA uModule, 15.0x15.0x4.92mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf 133 pin bga 0 134 134 Package_BGA Maxim_WLP-9_1.595x1.415_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD Maxim_WLP-9 W91C1+1 https://pdfserv.maximintegrated.com/package_dwgs/21-0459.PDF Maxim_WLP-9 0 9 9 Package_BGA Maxim_WLP-12 Maxim_WLP-12 W121B2+1 http://pdfserv.maximintegrated.com/package_dwgs/21-0009.PDF Maxim_WLP-12 0 12 12 Package_BGA Microchip_TFBGA-196_11x11mm_Layout14x14_P0.75mm_SMD TFBGA-196, 11.0x11.0mm, 196 Ball, 14x14 Layout, 0.75mm Pitch, http://ww1.microchip.com/downloads/en/DeviceDoc/SAMA5D2-Series-Data-Sheet-DS60001476C.pdf#page=2956 BGA 196 0.75 0 196 196 Package_BGA ST_uTFBGA-36_3.6x3.6mm_Layout6x6_P0.5mm ST uTFBGA-36, 0.25mm pad, 3.6x3.6mm, 36 Ball, 6x6 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stulpi01a.pdf BGA 36 0.5 0 36 36 Package_BGA TFBGA-64_5x5mm_Layout8x8_P0.5mm TFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f100v8.pdf BGA 64 0.5 0 64 64 Package_BGA TFBGA-100_8x8mm_Layout10x10_P0.8mm TFBGA-100, 10x10 raster, 8x8mm package, pitch 0.8mm; see section 6.2 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf BGA 100 0.8 0 100 100 Package_BGA TFBGA-100_9.0x9.0mm_Layout10x10_P0.8mm TFBGA-100, 10x10, 9x9mm package, pitch 0.8mm TFBGA-100 0 100 100 Package_BGA TFBGA-121_10x10mm_Layout11x11_P0.8mm TFBGA-121, 11x11 raster, 10x10mm package, pitch 0.8mm; http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#p495 BGA 121 0.8 0 121 121 Package_BGA TFBGA-216_13x13mm_Layout15x15_P0.8mm TFBGA-216, 15x15 raster, 13x13mm package, pitch 0.8mm; see section 6.8 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf BGA 216 0.8 0 216 216 Package_BGA TFBGA-265_14x14mm_Layout17x17_P0.8mm TFBGA-265, 17x17 raster, 14x14mm package, pitch 0.8mm; see section 7.8 of http://www.st.com/resource/en/datasheet/DM00387108.pdf BGA 265 0.8 0 265 265 Package_BGA Texas_DSBGA-5_0.822x1.116mm_Layout2x1x2_P0.4mm Texas Instruments, DSBGA, 0.822x1.116mm, 5 bump 2x1x2 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/opa330.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YFF S-XBGA-N5 0 10 5 Package_BGA Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm Texas Instruments, DSBGA, 0.9x1.4mm, 6 bump 2x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf) Texas Instruments DSBGA BGA YZP R-XBGA-N6 0 12 6 Package_BGA Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm Texas Instruments, DSBGA, 0.9x1.9mm, 8 bump 2x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0102.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YZP R-XBGA-N8 0 16 8 Package_BGA Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm Texas Instruments, DSBGA, 1.43x1.41mm, 8 bump 3x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lmc555.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YZP R-XBGA-N8 0 16 8 Package_BGA Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm Texas Instruments, DSBGA, 1.5195x1.5195x0.600mm, 8 ball 3x3 area grid, YZR pad definition (http://www.ti.com/lit/ml/mxbg270/mxbg270.pdf) BGA 8 0.5 0 8 8 Package_BGA Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm Texas Instruments, DSBGA, 1.4715x1.4715mm, 9 bump 3x3 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lm4990.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YZR0009 0 18 9 Package_BGA Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm Texas Instruments, DSBGA, 1.36x1.86mm, 10 bump 3x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA 0 20 10 Package_BGA Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm Texas Instruments, DSBGA, 1.36x1.86mm, 12 bump 3x4 (area) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA 0 24 12 Package_BGA Texas_DSBGA-28_1.9x3.0mm_Layout4x7_P0.4mm Texas Instruments, DSBGA, 3.0x1.9x0.625mm, 28 ball 7x4 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/bq51050b.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) BGA 28 0.4 0 28 28 Package_BGA Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm Texas Instruments, DSBGA, 3.33x3.488x0.625mm, 49 ball 7x7 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/msp430f2234.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) texas dsbga 49 0 49 49 Package_BGA Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm Texas Instruments, DSBGA, 3.415x3.535x0.625mm, 64 ball 8x8 area grid, NSMD pad definition (http://www.ti.com/lit/ds/slas718g/slas718g.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) texas dsbga 64 0 64 64 Package_BGA Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm Texas Instruments, BGA Microstar Junior, 2x2.5mm, 12 bump 4x3 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0104.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) Texas_Junior_BGA-12 0 12 12 Package_BGA Texas_MicroStar_Junior_BGA-80_5.0x5.0mm_Layout9x9_P0.5mm Texas Instruments, BGA Microstar Junior, 5x5mm, 80 ball 9x9 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/tlv320aic23b.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) Texas_Junior_BGA-80 0 80 80 Package_BGA Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm Texas Instruments, BGA Microstar Junior, 7x7mm, 113 ball 12x12 grid, NSMD pad definition (http://www.ti.com/lit/ml/mpbg674/mpbg674.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) Texas_Junior_BGA-113 0 113 113 Package_BGA UCBGA-36_2.5x2.5mm_Layout6x6_P0.4mm UCBGA-36, 6x6 raster, 2.5x2.5mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 BGA 36 0.4 0 36 36 Package_BGA UCBGA-49_3x3mm_Layout7x7_P0.4mm UCBGA-49, 7x7 raster, 3x3mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 BGA 49 0.4 0 49 49 Package_BGA UCBGA-81_4x4mm_Layout9x9_P0.4mm UCBGA-81, 9x9 raster, 4x4mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 BGA 81 0.4 0 81 81 Package_BGA UFBGA-15_3.0x3.0mm_Layout4x4_P0.65mm UFBGA-15, 4x4, 3x3mm package, pitch 0.65mm UFBGA-15 0 15 15 Package_BGA UFBGA-32_4.0x4.0mm_Layout6x6_P0.5mm UFBGA-32, 6x6, 4x4mm package, pitch 0.5mm UFBGA-32 0 32 32 Package_BGA UFBGA-64_5x5mm_Layout8x8_P0.5mm UFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf BGA 64 0.5 0 64 64 Package_BGA UFBGA-100_7x7mm_Layout12x12_P0.5mm UFBGA-100, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf BGA 100 0.5 0 100 100 Package_BGA UFBGA-132_7x7mm_Layout12x12_P0.5mm UFBGA-132, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf BGA 132 0.5 0 132 132 Package_BGA UFBGA-132_7x7mm_P0.5mm UFBGA 132 Pins, 0.5mm Pitch, 0.3mm Ball, http://www.st.com/resource/en/datasheet/stm32l486qg.pdf ufbga bga small-pitch 0 132 132 Package_BGA UFBGA-144_7x7mm_Layout12x12_P0.5mm UFBGA-144, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf BGA 144 0.5 0 144 144 Package_BGA UFBGA-144_10x10mm_Layout12x12_P0.8mm UFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf BGA 144 0.8 0 144 144 Package_BGA UFBGA-169_7x7mm_Layout13x13_P0.5mm UFBGA-169, 13x13 raster, 7x7mm package, pitch 0.5mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf BGA 169 0.5 0 169 169 Package_BGA UFBGA-201_10x10mm_Layout15x15_P0.65mm UFBGA-201, 15x15 raster, 10x10mm package, pitch 0.65mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf BGA 201 0.65 0 201 201 Package_BGA VFBGA-49_5.0x5.0mm_Layout7x7_P0.65mm VFBGA-49, 7x7, 5x5mm package, pitch 0.65mm VFBGA-49 0 49 49 Package_BGA VFBGA-100_7.0x7.0mm_Layout10x10_P0.65mm VFBGA-100, 10x10, 7x7mm package, pitch 0.65mm VFBGA-100 0 100 100 Package_BGA WLP-4_0.73x0.73mm_Layout2x2_P0.35mm_Ball0.22mm_Pad0.2mm_NSMD WLP-4, 2x2 raster, 0.73x0.73mm package, pitch 0.35mm; https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf BGA 4 0.35 0 4 4 Package_BGA WLP-4_0.83x0.83mm_P0.4mm WLP-4_0.83x0.83mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-100107.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 WLP-4 0 4 4 Package_BGA WLP-4_0.86x0.86mm_P0.4mm WLP-4_0.86x0.86mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-0612.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 WLP-4 0 4 4 Package_BGA WLP-9_1.448x1.468mm_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm WLP-9, 1.448x1.468mm, 9 Ball, 3x3 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100168.PDF BGA 9 0.4 0 9 9 Package_BGA XBGA-121_10x10mm_Layout11x11_P0.8mm XBGA-121, 11x11 raster, 10x10mm package, pitch 0.6mm; http://ww1.microchip.com/downloads/en/DeviceDoc/39969b.pdf BGA 121 0.8 0 121 121 Package_BGA XFBGA-36_3.5x3.5mm_Layout6x6_P0.5mm XFBGA-36, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf XFBGA-36 0 36 36 Package_BGA XFBGA-64_5.0x5.0mm_Layout8x8_P0.5mm XFBGA-64, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf XFBGA-64 0 64 64 Package_BGA XFBGA-121_8x8mm_Layout11x11_P0.65mm XFBGA-121, https://www.nxp.com/docs/en/package-information/SOT1533-1.pdf XFBGA-121 0 121 121 Package_BGA Xilinx_CLG225 Zynq-7000 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=77, NSMD pad definition Appendix A BGA 225 0.8 CLG225 0 225 225 Package_BGA Xilinx_CLG400 Zynq-7000 BGA, 20x20 grid, 17x17mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=78, NSMD pad definition Appendix A BGA 400 0.8 CLG400 CL400 0 400 400 Package_BGA Xilinx_CLG484_CLG485 Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=79, NSMD pad definition Appendix A BGA 484 0.8 CLG484 CL484 CLG485 CL485 0 484 484 Package_BGA Xilinx_CPG236 Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=266, NSMD pad definition Appendix A BGA 238 0.5 CP236 CPG236 0 238 238 Package_BGA Xilinx_CPG238 Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=267, NSMD pad definition Appendix A BGA 238 0.5 CPG238 0 238 238 Package_BGA Xilinx_CPGA196 Spartan-7 BGA, 14x14 grid, 8x8mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=260, NSMD pad definition Appendix A BGA 196 0.5 CPGA196 0 196 196 Package_BGA Xilinx_CSG324 Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A BGA 324 0.8 CS324 CSG324 0 324 324 Package_BGA Xilinx_CSG325 Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A BGA 324 0.8 CS325 CSG235 0 324 324 Package_BGA Xilinx_CSGA225 Spartan-7 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=262, NSMD pad definition Appendix A BGA 225 0.8 CSGA225 0 225 225 Package_BGA Xilinx_CSGA324 Spartan-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=263, NSMD pad definition Appendix A BGA 324 0.8 CSGA324 0 324 324 Package_BGA Xilinx_FBG484 Artix-7, Kintex-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=271, ttps://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=281, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=82, NSMD pad definition Appendix A BGA 484 1 FB484 FBG484 FBV484 0 484 484 Package_BGA Xilinx_FBG676 Artix-7, Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=273, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=284, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=84, NSMD pad definition Appendix A BGA 676 1 FB676 FBG676 FBV676 0 676 676 Package_BGA Xilinx_FBG900 Kintex-7 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=289, NSMD pad definition Appendix A BGA 900 1 FB900 FBG900 FBV900 0 900 900 Package_BGA Xilinx_FFG676 Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=292, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=88, NSMD pad definition Appendix A BGA 676 1 FF676 FFG676 FFV676 0 676 676 Package_BGA Xilinx_FFG900_FFG901 Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=294, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=90, NSMD pad definition Appendix A BGA 900 1 FF900 FFG900 FFV900 FF901 FFG901 FFV901 0 900 900 Package_BGA Xilinx_FFG1156 Artix-7, Kintex-7 and Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=277, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=296, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=91, NSMD pad definition Appendix A BGA 1156 1 FF1156 FFG1156 FFV1156 0 1156 1156 Package_BGA Xilinx_FFG1157_FFG1158 Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=299, NSMD pad definition Appendix A BGA 1156 1 FF1157 FFG1157 FFV1157 FF1158 FFG1158 FFV1158 0 1156 1156 Package_BGA Xilinx_FFG1761 Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=300, NSMD pad definition Appendix A BGA 1760 1 FF1761 FFG1761 0 1760 1760 Package_BGA Xilinx_FFG1926_FFG1927_FFG1928_FFG1930 Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=303, NSMD pad definition Appendix A BGA 1924 1 FF1926 FFG1926 FF1927 FFG1927 FFV1927 FF1928 FFG1928 FF1930 FFG1930 0 1924 1924 Package_BGA Xilinx_FFV1761 Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=301, NSMD pad definition Appendix A BGA 1760 1 FFV1761 0 1760 1760 Package_BGA Xilinx_FGG484 Artix-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=275, NSMD pad definition Appendix A BGA 484 1 FG484 FGG484 0 484 484 Package_BGA Xilinx_FGG676 Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=276, NSMD pad definition Appendix A BGA 676 1 FG676 FGG676 0 676 676 Package_BGA Xilinx_FGGA484 Spartan-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=264, NSMD pad definition Appendix A BGA 484 1 FGGA484 0 484 484 Package_BGA Xilinx_FGGA676 Spartan-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=265, NSMD pad definition Appendix A BGA 676 1 FGGA676 0 676 676 Package_BGA Xilinx_FHG1761 Virtex-7 BGA, 42x42 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=302, NSMD pad definition Appendix A BGA 1760 1 FH1761 FHG1761 0 1760 1760 Package_BGA Xilinx_FLG1925_FLG1926_FLG1928_FLG1930 Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=304, NSMD pad definition Appendix A BGA 1924 1 FL1925 FLG1925 FL1926 FLG1926 FL1928 FLG1928 FL1930 FLG1930 0 1924 1924 Package_BGA Xilinx_FTG256 Artix-7 BGA, 16x16 grid, 17x17mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=269, NSMD pad definition Appendix A BGA 256 1 FT256 FTG256 0 256 256 Package_BGA Xilinx_FTGB196 Spartan-7 BGA, 14x14 grid, 15x15mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=261, NSMD pad definition Appendix A BGA 196 1 FTGB196 0 196 196 Package_BGA Xilinx_RB484 Artix-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=278, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=92, NSMD pad definition Appendix A BGA 484 1 RB484 0 484 484 Package_BGA Xilinx_RB676 Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=280, NSMD pad definition Appendix A BGA 676 1 RB676 0 676 676 Package_BGA Xilinx_RF676 Kintex-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=297, NSMD pad definition Appendix A BGA 676 1 RF676 0 676 676 Package_BGA Xilinx_RF900 Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=298, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=94, NSMD pad definition Appendix A BGA 900 1 RF900 0 900 900 Package_BGA Xilinx_RF1156 Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=95, NSMD pad definition Appendix A BGA 1156 1 RF1156 0 1156 1156 Package_BGA Xilinx_RF1157_RF1158 Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=305, NSMD pad definition Appendix A BGA 1156 1 RF1157 RF1158 0 1156 1156 Package_BGA Xilinx_RF1761 Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=306, NSMD pad definition Appendix A BGA 1760 1 RF1761 0 1760 1760 Package_BGA Xilinx_RF1930 Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=307, NSMD pad definition Appendix A BGA 1924 1 RF1930 0 1924 1924 Package_BGA Xilinx_RFG676 Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=93, NSMD pad definition Appendix A BGA 676 1 RF676 RFG676 0 676 676 Package_BGA Xilinx_RS484 Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=279, NSMD pad definition Appendix A BGA 484 0.8 RS484 0 484 484 Package_BGA Xilinx_SBG484 Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=270, NSMD pad definition Appendix A BGA 484 0.8 SB484 SBG484 SBV484 0 484 484 Package_BGA Xilinx_SBG485 Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=80, NSMD pad definition Appendix A BGA 484 0.8 SBG485 SBV485 0 484 484 Package_CSP Analog_LFCSP-8-1EP_3x3mm_P0.5mm_EP1.53x1.85mm LFCSP, exposed pad, Analog Devices (http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5542.pdf) LFCSP 8 0.5 0 12 5 Package_CSP LFCSP-8-1EP_3x2mm_P0.5mm_EP1.6x1.65mm LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/57080735642908cp_8_4.pdf LFCSP 8pin thermal pad 3x2mm Pitch 0.5mm 0 9 9 Package_CSP LFCSP-8-1EP_3x3mm_P0.5mm_EP1.45x1.74mm LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-8/CP_8_13.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 13 9 Package_CSP LFCSP-8_2x2mm_P0.5mm LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_8_6.pdf LFCSP 8pin 2x2mm Pitch 0.5mm 0 8 8 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.3x1.3mm LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 21 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.3x1.3mm_ThermalVias LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 26 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 21 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 26 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 21 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 26 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.854x1.854mm 16-Lead Lead Frame Chip Scale Package, 3x3mm, 0.5mm pitch, 1.854mm thermal pad (CP-16-22, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_22.pdf) LFCSP 16 0.5 0 21 17 Package_CSP LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm LFCSP, 16 pin, 4x4mm, 2.1mm sq pad (http://www.analog.com/media/en/technical-documentation/data-sheets/ADG633.pdf) LFCSP 16 0.65 0 21 17 Package_CSP LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 21 17 Package_CSP LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm_ThermalVias LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 31 17 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm 20-Lead Frame Chip Scale Package - 4x4x0.9 mm Body [LFCSP], (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_20_6.pdf) LFCSP 0.5 0 25 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 25 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 35 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 25 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 35 21 Package_CSP LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 29 25 Package_CSP LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm_ThermalVias LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 39 25 Package_CSP LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 29 25 Package_CSP LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 39 25 Package_CSP LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 33 29 Package_CSP LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm_ThermalVias LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 43 29 Package_CSP LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 42 33 Package_CSP LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 59 33 Package_CSP LFCSP-32-1EP_5x5mm_P0.5mm_EP3.25x3.25mm 32-Lead Frame Chip Scale Package LFCSP (5mm x 5mm); (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-32/CP_32_27.pdf LFCSP 0.5 0 37 33 Package_CSP LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 58 49 Package_CSP LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 75 49 Package_CSP LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 69 65 Package_CSP LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm_ThermalVias LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 86 65 Package_CSP LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 82 73 Package_CSP LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm_ThermalVias LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 99 73 Package_CSP LFCSP-72-1EP_10x10mm_P0.5mm_EP6.15x6.15mm 72-Lead Frame Chip Scale Package - 10x10x0.9 mm Body [LFCSP]; (see https://www.intersil.com/content/dam/Intersil/documents/l72_/l72.10x10c.pdf) LFCSP 0.5 0 77 73 Package_CSP LFCSP-VQ-24-1EP_4x4mm_P0.5mm_EP2.642x2.642mm LFCSP VQ, 24 pin, exposed pad, 4x4mm body, pitch 0.5mm (http://www.analog.com/media/en/package-pcb-resources/package/56702234806764cp_24_3.pdf, http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5801.pdf) LFCSP 0.5 0 29 25 Package_CSP LFCSP-VQ-48-1EP_7x7mm_P0.5mm LFCSP VQ, 48 pin, exposed pad, 7x7mm body (http://www.analog.com/media/en/technical-documentation/data-sheets/AD7951.pdf, http://www.analog.com/en/design-center/packaging-quality-symbols-footprints/symbols-and-footprints/AD7951.html) LFCSP 48 0 49 49 Package_CSP LFCSP-WD-8-1EP_3x3mm_P0.65mm_EP1.6x2.44mm LFCSP-WD, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_19.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP-WD NoLead 0 15 9 Package_CSP LFCSP-WD-8-1EP_3x3mm_P0.65mm_EP1.6x2.44mm_ThermalVias LFCSP-WD, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_19.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP-WD NoLead 0 22 9 Package_CSP LFCSP-WD-10-1EP_3x3mm_P0.5mm_EP1.64x2.38mm LFCSP-WD, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/CP_10_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP-WD NoLead 0 17 11 Package_CSP LFCSP-WD-10-1EP_3x3mm_P0.5mm_EP1.64x2.38mm_ThermalVias LFCSP-WD, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/CP_10_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP-WD NoLead 0 24 11 Package_CSP ST_WLCSP-25_Die425 WLCSP-25, 5x5 raster, 2.097x2.493mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l031f6.pdf BGA 25 0.4 0 25 25 Package_CSP ST_WLCSP-25_Die444 WLCSP-25, 5x5 raster, 2.423x2.325mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f031k6.pdf BGA 25 0.4 0 25 25 Package_CSP ST_WLCSP-25_Die457 WLCSP-25, 5x5 raster, 2.133x2.070mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32l011k3.pdf BGA 25 0.4 0 25 25 Package_CSP ST_WLCSP-36_Die417 WLCSP-36, 6x6 raster, 2.61x2.88mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l052t8.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-36_Die440 WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-36_Die445 WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32f042k6.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-36_Die458 WLCSP-36, 6x6 raster, 2.553x2.579mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f410t8.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-49_Die423 WLCSP-49, 7x7 raster, 2.965x2.965mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f401vc.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die431 WLCSP-49, 7x7 raster, 2.999x3.185mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f411vc.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die433 WLCSP-49, 7x7 raster, 3.029x3.029mm package, pitch 0.4mm; see section 7.1.1 of http://www.st.com/resource/en/datasheet/stm32f401ce.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die435 WLCSP-49, 7x7 raster, 3.141x3.127mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/DM00257211.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die438 WLCSP-49, 7x7 raster, 3.89x3.74mm package, pitch 0.5mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303r8.pdf BGA 49 0.5 0 49 49 Package_CSP ST_WLCSP-49_Die439 WLCSP-49, 7x7 raster, 3.417x3.151mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f301r8.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die447 WLCSP-49, 7x7 raster, 3.294x3.258mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l072kz.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die448 WLCSP-49, 7x7 raster, 3.277x3.109mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f071v8.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-63_Die427 WLCSP-63, 7x9 raster, 3.228x4.164mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l151cc.pdf BGA 63 0.4 0 63 63 Package_CSP ST_WLCSP-64_Die414 WLCSP-64, 8x8 raster, 4.466x4.395mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf BGA 64 0.5 0 64 64 Package_CSP ST_WLCSP-64_Die427 WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die435 WLCSP-64, 8x8 raster, 3.141x3.127mm package, pitch 0.35mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00257211.pdf BGA 64 0.35 0 64 64 Package_CSP ST_WLCSP-64_Die436 WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zd.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die441 WLCSP-64, 8x8 raster, 3.623x3.651mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00213872.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die442 WLCSP-64, 8x8 raster, 3.347x3.585mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f091vb.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die462 WLCSP-64, 8x8 raster, 3.357x3.657mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00340475.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-66_Die411 WLCSP-66, 9x9 raster, 3.639x3.971mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf BGA 66 0.4 0 66 66 Package_CSP ST_WLCSP-66_Die432 WLCSP-66, 8x9 raster, 3.767x4.229mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f378vc.pdf BGA 66 0.4 0 66 66 Package_CSP ST_WLCSP-72_Die415 WLCSP-72, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf BGA 72 0.4 0 72 72 Package_CSP ST_WLCSP-81_Die415 WLCSP-81, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf BGA 81 0.4 0 81 81 Package_CSP ST_WLCSP-81_Die421 WLCSP-81, 9x9 raster, 3.693x3.815mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf BGA 81 0.4 0 81 81 Package_CSP ST_WLCSP-81_Die463 WLCSP-81, 9x9 raster, 4.039x3.951mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00282249.pdf BGA 81 0.4 0 81 81 Package_CSP ST_WLCSP-90_Die413 WLCSP-90, 10x9 raster, 4.223x3.969mm package, pitch 0.4mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f405og.pdf BGA 90 0.4 0 90 90 Package_CSP ST_WLCSP-100_Die422 WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f302vc.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-100_Die446 WLCSP-100, 10x10 raster, 4.775x5.041mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303zd.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-100_Die452 WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.7 of http://www.st.com/resource/en/datasheet/DM00330506.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-100_Die461 WLCSP-100, 10x10 raster, 4.618x4.142mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00284211.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-104_Die437 WLCSP-104, 9x12 raster, 4.095x5.094mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152ze.pdf BGA 104 0.4 0 104 104 Package_CSP ST_WLCSP-143_Die419 WLCSP-143, 11x13 raster, 4.521x5.547mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf BGA 143 0.4 0 143 143 Package_CSP ST_WLCSP-143_Die449 WLCSP-143, 11x13 raster, 4.539x5.849mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf BGA 143 0.4 0 143 143 Package_CSP ST_WLCSP-144_Die470 WLCSP-144, 12x12 raster, 5.24x5.24mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/DM00366448.pdf BGA 144 0.4 0 144 144 Package_CSP ST_WLCSP-168_Die434 WLCSP-168, 12x14 raster, 4.891x5.692mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f469ni.pdf BGA 168 0.4 0 168 168 Package_CSP ST_WLCSP-180_Die451 WLCSP-180, 13x14 raster, 5.537x6.095mm package, pitch 0.4mm; see section 6.6 of http://www.st.com/resource/en/datasheet/DM00273119.pdf BGA 180 0.4 0 180 180 Package_CSP WLCSP-6_1.4x1.0mm_P0.4mm 6pin Pitch 0.4mm 6pin Pitch 0.4mm WLCSP 0 6 6 Package_CSP WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD WLCSP/XFBGA 8-pin package, staggered pins, http://www.adestotech.com/wp-content/uploads/DS-AT25DF041B_040.pdf WLCSP WLCSP-8 XFBGA XFBGA-8 CSP BGA Chip-Scale Glass-Top 0 8 8 Package_CSP WLCSP-12_1.56x1.56mm_P0.4mm WLCSP 12 1.56x1.56 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMM150-DS001-01.pdf BMM150 WLCSP 0 12 12 Package_CSP WLCSP-12_1.403x1.555mm_P0.4mm_Stagger WLCSP-12, 6x4 raster staggered array, 1.403x1.555mm package, pitch 0.4mm; http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208 CSP 12 0.2x0.346333 0 12 12 Package_CSP WLCSP-16_4x4_B2.17x2.32mm_P0.5mm WLCSP-16, http://www.nxp.com/documents/data_sheet/LPC1102_1104.pdf, http://www.nxp.com/assets/documents/data/en/application-notes/AN3846.pdf WLCSP-16 NXP 0 16 16 Package_CSP WLCSP-20_1.934x2.434mm_Layout4x5_P0.4mm WLCSP-20, 4x5 raster, 1.934x2.434mm package, pitch 0.4mm; see section 36.2.3 of http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf BGA 20 0.4 0 20 20 Package_CSP WLCSP-20_1.994x1.94mm_Layout4x5_P0.4mm WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00539D.pdf WLCSP-20 0 20 20 Package_CSP WLCSP-20_1.994x1.609mm_Layout5x4_P0.4mm WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00676D.pdf WLCSP-20 0 20 20 Package_CSP WLCSP-36_2.82x2.67mm_Layout6x6_P0.4mm WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00949D.pdf WLCSP-36 0 36 36 Package_CSP WLCSP-36_2.374x2.459mm_Layout6x6_P0.35mm WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00604D.pdf WLCSP-36 0 36 36 Package_CSP WLCSP-56_3.170x3.444mm_Layout7x8_P0.4mm WLCSP-56, 7x8 raster, 3.170x3.444mm package, pitch 0.4mm; see section 48.2.4 of http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001479B.pdf BGA 56 0.4 0 56 56 Package_CSP WLCSP-81_4.41x3.76mm_P0.4mm WLCSP-81, 9x9, 0.4mm Pitch, http://www.st.com/content/ccc/resource/technical/document/technical_note/92/30/3c/a1/4c/bb/43/6f/DM00103228.pdf/files/DM00103228.pdf/jcr:content/translations/en.DM00103228.pdf WLCSP ST 0 81 81 Package_CSP pSemi_CSP-16_1.64x2.04mm_P0.4mm pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) psemi csp 16 0 16 16 Package_CSP pSemi_CSP-16_1.64x2.04mm_P0.4mm_Pad0.18mm pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) psemi csp 16 0 16 16 Package_DFN_QFN AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm UFD Package, 4-Lead Plastic QFN (2mm x 2mm), http://ams.com/eng/content/download/950231/2267959/483138 QFN 0.95 0 6 5 Package_DFN_QFN Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias 56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download) QFN 0.5 0 87 57 Package_DFN_QFN DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack DFN, 6 Pin (http://www.onsemi.com/pub/Collateral/NCP133-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 9 7 Package_DFN_QFN DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2018-6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 11 7 Package_DFN_QFN DFN-6-1EP_2x2mm_P0.5mm_EP0.6x1.37mm DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081703_C_DC6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 9 7 Package_DFN_QFN DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf) DFN 0.5 0 9 7 Package_DFN_QFN DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm 6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.65 0 9 7 Package_DFN_QFN DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 11 7 Package_DFN_QFN DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF) DFN 0.95 0 13 7 Package_DFN_QFN DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 11 7 Package_DFN_QFN DFN-6_1.3x1.2mm_P0.4mm 6-Lead Plastic DFN (1.3mm x 1.2mm) DFN 0.4 0 6 6 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm DFN, 8 Pin (https://www.qorvo.com/products/d/da001879), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 11 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NUF4401MN-D.PDF#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.3mm DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NB3N551-D.PDF#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm DFN, 8 Pin (https://www.st.com/resource/en/datasheet/lm2903.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 10 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm DFN8 2x2, 0.5P; CASE 506CN (see ON Semiconductor 506CN.PDF) DFN 0.5 0 11 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm DC8 Package 8-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_8_05-08-1719.pdf) DFN 0.45 0 11 9 Package_DFN_QFN DFN-8-1EP_2x3mm_P0.5mm_EP0.56x2.15mm DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/2451fg.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 11 9 Package_DFN_QFN DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm DDB Package; 8-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_8_05-08-1702.pdf) DFN 0.5 0 12 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm 8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body [UDFN] (see Atmel-8815-SEEPROM-AT24CS01-02-Datasheet.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.7x1.4mm DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_DFN_2x3x0_9_MC_C04-123C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm 8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body (http://ww1.microchip.com/downloads/en/DeviceDoc/20005010F.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm 8-Lead Plastic Dual Flat, No Lead Package (MC) - 2x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm DCB Package 8-Lead Plastic DFN (2mm x 3mm) (see Linear Technology DFN_8_05-08-1718.pdf) DFN 0.45 0 13 9 Package_DFN_QFN DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm DD Package; 8-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_8_05-08-1698.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm DFN, 8 Pin (http://www.ixysic.com/home/pdfs.nsf/www/IX4426-27-28.pdf/$file/IX4426-27-28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm 8-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.65 0 13 9 Package_DFN_QFN DFN-8-1EP_4x4mm_P0.8mm_EP2.3x3.24mm DFN, 8 Pin (https://www.st.com/resource/en/datasheet/ld1086.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm 8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.8 0 15 9 Package_DFN_QFN DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm 8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) DFN 0.8 0 13 9 Package_DFN_QFN DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) dfn 0 13 9 Package_DFN_QFN DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) dfn 0 25 9 Package_DFN_QFN DFN-8_2x2mm_P0.5mm DFN8 2x2, 0.5P; No exposed pad - Ref http://pdfserv.maximintegrated.com/land_patterns/90-0349.PDF DFN 0.5 0 8 8 Package_DFN_QFN DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm DDB Package; 10-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_10_05-08-1722.pdf) DFN 0.5 0 13 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.7x2.5mm DFN, 10 Pin (https://www.monolithicpower.com/pub/media/document/MPQ2483_r1.05.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 15 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm 10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 15 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 15 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 22 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm 10-Lead Plastic Dual Flat No-Lead Package, 3x3mm Body (see Atmel Appnote 8826) DFN 0.5 0 15 11 Package_DFN_QFN DFN-10_2x2mm_P0.4mm 10-Lead Plastic DFN (2mm x 2mm) 0.40mm pitch DFN 10 0.4mm 0 10 10 Package_DFN_QFN DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm DDB Package; 12-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_12_05-08-1723.pdf) DFN 0.45 0 15 13 Package_DFN_QFN DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm 10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 17 13 Package_DFN_QFN DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm DD Package; 12-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_12_05-08-1725.pdf) DFN 0.45 0 17 13 Package_DFN_QFN DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm DE/UE Package; 12-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_12_05-08-1695.pdf) DFN 0.5 0 21 13 Package_DFN_QFN DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm DF Package; 12-Lead Plastic DFN (4mm x 4mm) (see Linear Technology 05081733_A_DF12.pdf) DFN 0.5 0 21 13 Package_DFN_QFN DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm DFN12, 4x4, 0.65P; CASE 506CE (see ON Semiconductor 506CE.PDF) DFN 0.65 0 21 13 Package_DFN_QFN DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm DD Package; 14-Lead Plastic DFN (3mm x 3mm) (http://pdfserv.maximintegrated.com/land_patterns/90-0063.PDF) DFN 0.40 0 19 15 Package_DFN_QFN DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm 14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) VDFN DFN 0.65mm 0 23 15 Package_DFN_QFN DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm_ThermalVias 14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) VDFN DFN 0.65mm 0 33 15 Package_DFN_QFN DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm DE Package; 14-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_14_05-08-1708.pdf) DFN 0.5 0 23 15 Package_DFN_QFN DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm DFN14, 4x4, 0.5P; CASE 506CM (see ON Semiconductor 506CM.PDF) DFN 0.5 0 23 15 Package_DFN_QFN DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm DE Package; 16-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_16_05-08-1732.pdf) DFN 0.45 0 25 17 Package_DFN_QFN DFN-16-1EP_3x5mm_P0.5mm_EP1.66x4.4mm DHC Package; 16-Lead Plastic DFN (5mm x 3mm) (see Linear Technology DFN_16_05-08-1706.pdf) DFN 0.5 0 27 17 Package_DFN_QFN DFN-16-1EP_4x5mm_P0.5mm_EP2.44x4.34mm DHD Package; 16-Lead Plastic DFN (5mm x 4mm) (see Linear Technology 05081707_A_DHD16.pdf) DFN 0.5 0 25 17 Package_DFN_QFN DFN-16-1EP_5x5mm_P0.5mm_EP3.46x4mm DH Package; 16-Lead Plastic DFN (5mm x 5mm) (see Linear Technology DFN_16_05-08-1709.pdf) DFN 0.5 0 26 17 Package_DFN_QFN DFN-18-1EP_3x5mm_P0.5mm_EP1.66x4.4mm DHC Package; 18-Lead Plastic DFN (5mm x 3mm) (see Linear Technology 05081955_0_DHC18.pdf) DFN 0.5 0 29 19 Package_DFN_QFN DFN-18-1EP_4x5mm_P0.5mm_EP2.44x4.34mm DHD Package; 18-Lead Plastic DFN (5mm x 4mm) (see Linear Technology DFN_18_05-08-1778.pdf) DFN 0.5 0 27 19 Package_DFN_QFN DFN-20-1EP_5x6mm_P0.5mm_EP3.24x4.24mm DFN20, 6x5, 0.5P; CASE 505AB (see ON Semiconductor 505AB.PDF) DFN 0.5 0 33 21 Package_DFN_QFN DFN-22-1EP_5x6mm_P0.5mm_EP3.14x4.3mm DFN22 6*5*0.9 MM, 0.5 P; CASE 506AF\xe2\x88\x9201 (see ON Semiconductor 506AF.PDF) DFN 0.5 0 35 23 Package_DFN_QFN DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf) DFN 0.5 0 35 25 Package_DFN_QFN DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf) DFN 0.4 0 43 33 Package_DFN_QFN DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF) DFN 0.4 0 63 45 Package_DFN_QFN DFN-S-8-1EP_6x5mm_P1.27mm 8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf) DFN 1.27 0 16 9 Package_DFN_QFN Diodes_DFN1006-3 DFN package size 1006 3 pins DFN package size 1006 3 pins 0 3 3 Package_DFN_QFN Diodes_UDFN-10_1.0x2.5mm_P0.5mm U-DFN2510-10 package used by Diodes Incorporated (https://www.diodes.com/assets/Package-Files/U-DFN2510-10-Type-CJ.pdf) UDFN-10 U-DFN2510-10 Diodes 0 10 10 Package_DFN_QFN Diodes_UDFN2020-6_Type-F U-DFN2020-6 (Type F) (https://www.diodes.com/assets/Package-Files/U-DFN2020-6-Type-F.pdf) U-DFN2020-6 (Type F) 0 8 8 Package_DFN_QFN HVQFN-16-1EP_3x3mm_P0.5mm_EP1.5x1.5mm HVQFN, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT758-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py HVQFN NoLead 0 21 17 Package_DFN_QFN HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py HVQFN NoLead 0 29 25 Package_DFN_QFN HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py HVQFN NoLead 0 39 25 Package_DFN_QFN HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py HVQFN NoLead 0 34 25 Package_DFN_QFN HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py HVQFN NoLead 0 39 25 Package_DFN_QFN Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) mlpq 32 7x7mm 0 19 15 Package_DFN_QFN Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) mlpq 32 7x7mm 0 76 33 Package_DFN_QFN Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) mlpq 32 7x7mm 0 113 49 Package_DFN_QFN Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788) mlpq 32 7x7mm 0 117 49 Package_DFN_QFN Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) mlpq 32 7x7mm 0 117 49 Package_DFN_QFN Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) pqfn 22 5x6mm 0 56 15 Package_DFN_QFN Infineon_PQFN-44-31-5EP_7x7mm_P0.5mm PQFN 44 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4302.pdf?fileId=5546d462533600a4015355d602a9181d, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) pqfn 44 7x7mm 0 125 27 Package_DFN_QFN Linear_DE14MA 14-Lead Plastic DFN, 4mm x 3mm (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081731_C_DE14MA.pdf) DFN 0.5 0 14 14 Package_DFN_QFN Linear_UGK52_QFN-46-52 Linear UKG52(46) package, QFN-52-1EP variant (see http://cds.linear.com/docs/en/datasheet/3886fe.pdf) QFN 0.5 0 62 47 Package_DFN_QFN MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm MLF, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py MLF NoLead 0 9 7 Package_DFN_QFN MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm 8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) DFN MLF 0.65 0 12 9 Package_DFN_QFN MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm_ThermalVias 8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) DFN MLF 0.65 0 15 9 Package_DFN_QFN MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py MLF NoLead 0 25 21 Package_DFN_QFN MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py MLF NoLead 0 30 21 Package_DFN_QFN MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm Micro Leadframe Package, 16 pin with exposed pad MLPQ- 0.65 0 21 17 Package_DFN_QFN Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias http://ww1.microchip.com/downloads/en/DeviceDoc/mic2290.pdf mlf 8 2x2 mm 0 14 9 Package_DFN_QFN Microchip_8E-16 16-Lead Quad Flat, No Lead Package (8E) - 4x4x0.9 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN Microchip 8E 16 0 20 17 Package_DFN_QFN Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) QFN dual row 0 49 45 Package_DFN_QFN Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm_ThermalVias QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) QFN dual row 0 59 45 Package_DFN_QFN Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) QFN dual row 0 74 65 Package_DFN_QFN Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm_ThermalVias QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) QFN dual row 0 91 65 Package_DFN_QFN Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm 40-Lead (32-Lead Populated) Plastic Quad Flat, No Lead Package - 6x8x0.9mm Body (https://www.microsemi.com/document-portal/doc_download/131677-pd70224-data-sheet) QFN 0.5 0 92 34 Package_DFN_QFN Mini-Circuits_DL805 https://ww2.minicircuits.com/case_style/DL805.pdf RF Switch 0 11 9 Package_DFN_QFN Mini-Circuits_FG873-4_3x3mm Mini Circuits Case style FG (https://ww2.minicircuits.com/case_style/FG873.pdf) FG873 0 4 4 Package_DFN_QFN Nordic_AQFN-73-1EP_7x7mm_P0.5mm http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840.html AQFN 7mm 0 78 74 Package_DFN_QFN OnSemi_DFN-8_2x2mm_P0.5mm DFN8 2x2, 0.5P (https://www.onsemi.com/pub/Collateral/511AT.PDF) DFN 0.5 0 8 8 Package_DFN_QFN OnSemi_UDFN-8_1.2x1.8mm_P0.4mm 8-Lead Plastic Dual Flat, No Lead Package, 1.2x1.8x1.55 mm Body [UDFN] (See http://www.onsemi.com/pub/Collateral/NLSV2T244-D.PDF) dfn udfn dual flat 0 8 8 Package_DFN_QFN OnSemi_VCT-28_3.5x3.5mm_P0.4mm OnSemi VCT, 28 Pin (http://www.onsemi.com/pub/Collateral/601AE.PDF), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py OnSemi VCT DFN_QFN 0 28 28 Package_DFN_QFN Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm Panasonic HQFN-16, 4x4x0.85mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HQFN016-A-0404XZL_EN.pdf) panasonic hqfn 0 37 17 Package_DFN_QFN Panasonic_HSON-8_8x8mm_P2.00mm Panasonic HSON-8, 8x8x1.25mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HSON008-A-0808XXI_EN.pdf) panasonic hson 0 27 9 Package_DFN_QFN QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 17 13 Package_DFN_QFN QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm_ThermalVias QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 22 13 Package_DFN_QFN QFN-12-1EP_3x3mm_P0.51mm_EP1.45x1.45mm QFN, 12 Pin (https://ww2.minicircuits.com/case_style/DQ1225.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 17 13 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm QFN, 16 Pin (https://www.st.com/resource/en/datasheet/tsv521.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias QFN, 16 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm_ThermalVias QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 26 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 26 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 26 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm_ThermalVias QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack_ThermalVias QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_ThermalVias QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm_ThermalVias QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm_ThermalVias QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm_ThermalVias QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm_ThermalVias QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm_ThermalVias QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 32 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 27 21 Package_DFN_QFN QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 40 21 Package_DFN_QFN QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 35 21 Package_DFN_QFN QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm_ThermalVias QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 34 25 Package_DFN_QFN QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 25 Package_DFN_QFN QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm_ThermalVias QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 38 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm_ThermalVias QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm_ThermalVias QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 25 Package_DFN_QFN QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 44 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm_ThermalVias QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 51 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm_ThermalVias QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 34 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm_ThermalVias QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 67 25 Package_DFN_QFN QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 29 Package_DFN_QFN QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm_ThermalVias QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 53 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm_ThermalVias QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm_ThermalVias QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 35 29 Package_DFN_QFN QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 48 29 Package_DFN_QFN QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 38 29 Package_DFN_QFN QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 55 29 Package_DFN_QFN QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 41 29 Package_DFN_QFN QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm_ThermalVias QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 62 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 38 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm_ThermalVias QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 71 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 38 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 71 29 Package_DFN_QFN QFN-28_4x4mm_P0.5mm QFN, 28 Pin (http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 28 28 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 33 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 33 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 33 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm_ThermalVias QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm_ThermalVias QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 49 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm_ThermalVias QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 75 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 49 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 75 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 49 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm_ThermalVias QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 75 33 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 46 37 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm_ThermalVias QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 56 37 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 49 37 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm_ThermalVias QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 56 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 46 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm_ThermalVias QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 63 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 46 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 63 37 Package_DFN_QFN QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 39 Package_DFN_QFN QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm_ThermalVias QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 56 39 Package_DFN_QFN QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 54 39 Package_DFN_QFN QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 63 39 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 67 41 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 67 41 Package_DFN_QFN QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 57 41 Package_DFN_QFN QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 83 41 Package_DFN_QFN QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 55 43 Package_DFN_QFN QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm_ThermalVias QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 76 43 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 61 45 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 87 45 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 61 45 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 87 45 Package_DFN_QFN QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 70 45 Package_DFN_QFN QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 107 45 Package_DFN_QFN QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm 44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN]; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf QFN 0.65 0 49 45 Package_DFN_QFN QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm_ThermalVias 44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN] with thermal vias; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf QFN 0.65 0 55 45 Package_DFN_QFN QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 58 49 Package_DFN_QFN QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm_ThermalVias QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 75 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm_ThermalVias QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 75 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm_ThermalVias QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm_ThermalVias QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm_ThermalVias QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 49 Package_DFN_QFN QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 74 49 Package_DFN_QFN QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm_ThermalVias QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 111 49 Package_DFN_QFN QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 73 53 Package_DFN_QFN QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 104 53 Package_DFN_QFN QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 73 57 Package_DFN_QFN QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm_ThermalVias QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 99 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 73 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm_ThermalVias QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 99 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 73 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 99 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented QFN, 56 Pin top tented version (manually modified). For information see: http://www.cypress.com/file/138911/download QFN DFN_QFN 0 115 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 73 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 99 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 73 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm_ThermalVias QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 99 57 Package_DFN_QFN QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 90 65 Package_DFN_QFN QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 74 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm_ThermalVias QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 79 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 74 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 74 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm_ThermalVias QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 91 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 81 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 107 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 81 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm_ThermalVias QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 107 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 81 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm_ThermalVias QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 107 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 101 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 151 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.25x7.25mm 64-Lead Plastic Quad Flat No-Lead Package, 9x9mm Body (see Atmel Appnote 8826) QFN 0.5 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.35x7.35mm 64-Lead Plastic Quad Flat, No Lead Package (MR) - 9x9x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.5 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 101 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 151 65 Package_DFN_QFN QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 85 69 Package_DFN_QFN QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm_ThermalVias QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 111 69 Package_DFN_QFN QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 82 73 Package_DFN_QFN QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm_ThermalVias QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 135 73 Package_DFN_QFN QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 86 77 Package_DFN_QFN QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm_ThermalVias QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 103 77 Package_DFN_QFN Qorvo_DFN-8-1EP_2x2mm_P0.5mm DFN 8 2x2mm, 0.5mm http://www.qorvo.com/products/d/da000896 DFN 0.5 Qorvo 2x2mm 0 9 9 Package_DFN_QFN ROHM_DFN0604-3 DFN package size 0604 3 pins DFN package size 0604 3 pins 0 3 3 Package_DFN_QFN ST_UFQFPN-20_3x3mm_P0.5mm UFQFPN 20-lead, 3 x 3 mm, 0.5 mm pitch, ultra thin fine pitch quad flat package (http://www.st.com/resource/en/datasheet/stm8s003f3.pdf) UFQFPN 0.5 0 20 20 Package_DFN_QFN ST_UQFN-6L_1.5x1.7mm_Pitch0.5mm ST UQFN 6 pin 0.5mm Pitch http://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf UQFN DFN 0.5 ST 0 6 6 Package_DFN_QFN SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm 20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf QFN 0.5 0 25 21 Package_DFN_QFN SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias 20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads and thermal vias; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf QFN 0.5 0 31 21 Package_DFN_QFN TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 11 7 Package_DFN_QFN TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm_ThermalVias TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 18 7 Package_DFN_QFN TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm TDFN, 8 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0168.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 13 9 Package_DFN_QFN TDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/MCP6V66-Family-Data-Sheet-DS20006266A.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 13 9 Package_DFN_QFN TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm 8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) TDFN DFN 0.5mm 0 12 9 Package_DFN_QFN TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm_ThermalVias 8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) TDFN DFN 0.5mm 0 17 9 Package_DFN_QFN TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 13 11 Package_DFN_QFN TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm_ThermalVias TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 16 11 Package_DFN_QFN TDFN-12_2x3mm_P0.5mm TDFN, 12 Pads, No exposed, http://www.st.com/resource/en/datasheet/stm6600.pdf DFN 0 12 12 Package_DFN_QFN TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 19 15 Package_DFN_QFN TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm_ThermalVias TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py TDFN NoLead 0 26 15 Package_DFN_QFN TQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm TQFN, 16 Pin (https://www.diodes.com/assets/Datasheets/PI6C5946002.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 21 17 Package_DFN_QFN TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 21 17 Package_DFN_QFN TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm_ThermalVias TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 26 17 Package_DFN_QFN TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 21 17 Package_DFN_QFN TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm_ThermalVias TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 26 17 Package_DFN_QFN TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 21 17 Package_DFN_QFN TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm_ThermalVias TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 31 17 Package_DFN_QFN TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 25 21 Package_DFN_QFN TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm_ThermalVias TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 35 21 Package_DFN_QFN TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 25 21 Package_DFN_QFN TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 35 21 Package_DFN_QFN TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 29 25 Package_DFN_QFN TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack_ThermalVias TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 39 25 Package_DFN_QFN TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 33 29 Package_DFN_QFN TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm_ThermalVias TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 38 29 Package_DFN_QFN TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 33 29 Package_DFN_QFN TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 43 29 Package_DFN_QFN TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 37 33 Package_DFN_QFN TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm_ThermalVias TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 42 33 Package_DFN_QFN TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 37 33 Package_DFN_QFN TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 47 33 Package_DFN_QFN TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 37 33 Package_DFN_QFN TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm_ThermalVias TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 47 33 Package_DFN_QFN TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 45 41 Package_DFN_QFN TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 55 41 Package_DFN_QFN TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 58 49 Package_DFN_QFN TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 75 49 Package_DFN_QFN Texas_DRB0008A DFN-8, 3x3x1mm, http://www.ti.com/lit/ds/symlink/ucc24610.pdf DRB0008A 0 23 9 Package_DFN_QFN Texas_MOF0009A Texas Instruments, QFM MOF0009A, 6x8x2mm (http://www.ti.com/lit/ml/mpsi063a/mpsi063a.pdf) ti qfm mof0009a 0 24 9 Package_DFN_QFN Texas_QFN-41_10x16mm QFN, 41 Pin (http://www.ti.com/lit/ml/mpqf506/mpqf506.pdf) QFN DFN_QFN 0 65 41 Package_DFN_QFN Texas_R-PUQFN-N10 http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF186&fileType=pdf Texas_R-PUQFN-N10 0 10 10 Package_DFN_QFN Texas_R-PWQFN-N28_EP2.1x3.1mm QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN Texas_R-PWQFN-N28_EP2.1x3.1mm_ThermalVias QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN Texas_RGE0024C_EP2.1x2.1mm Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 29 25 Package_DFN_QFN Texas_RGE0024C_EP2.1x2.1mm_ThermalVias Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 39 25 Package_DFN_QFN Texas_RGE0024H_EP2.7x2.7mm Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 29 25 Package_DFN_QFN Texas_RGE0024H_EP2.7x2.7mm_ThermalVias Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 39 25 Package_DFN_QFN Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) QFN NoLead 0 29 25 Package_DFN_QFN Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm_ThermalVias QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) QFN NoLead 0 36 25 Package_DFN_QFN Texas_RNN0018A Texas Instruments, VQFN-HR RNN0018A (http://www.ti.com/lit/ds/symlink/tps568215.pdf) ti vqfn-hr rnn0018a 0 26 18 Package_DFN_QFN Texas_RUM0016A_EP2.6x2.6mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN Texas_RUM0016A_EP2.6x2.6mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_RWH0032A Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) ti rwh0032a 0 71 33 Package_DFN_QFN Texas_RWH0032A_ThermalVias Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) ti rwh0032a 0 94 33 Package_DFN_QFN Texas_R_PUQFN-N12 Texas_R_PUQFN-N12 http://www.ti.com/lit/ds/symlink/txb0104.pdf Texas_R_PUQFN-N12 0 13 12 Package_DFN_QFN Texas_S-PDSO-N10_EP1.2x2mm DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 15 11 Package_DFN_QFN Texas_S-PDSO-N10_EP1.2x2mm_ThermalVias DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 22 11 Package_DFN_QFN Texas_S-PVQFN-N14 Texas_S-PVQFN-N14 http://www.ti.com/lit/ds/symlink/txb0104.pdf Texas_S-PVQFN-N14_4.3x4.3_Pitch0.5mm_ThermalPad 0 19 15 Package_DFN_QFN Texas_S-PVQFN-N14_ThermalVias Texas_S-PVQFN-N14_ThermalVias http://www.ti.com/lit/ds/symlink/txb0104.pdf Texas_S-PVQFN-N14_ThermalVias 0 24 15 Package_DFN_QFN Texas_S-PVQFN-N16_EP2.7x2.7mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 26 17 Package_DFN_QFN Texas_S-PVQFN-N16_EP2.7x2.7mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.4x2.4mm QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.4x2.4mm_ThermalVias QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 35 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.7x2.7mm QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.7x2.7mm_ThermalVias QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 35 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP3.15x3.15mm QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP3.15x3.15mm_ThermalVias QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 21 Package_DFN_QFN Texas_S-PVQFN-N24_EP2.1x2.1mm QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN Texas_S-PVQFN-N24_EP2.1x2.1mm_ThermalVias QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN Texas_S-PVQFN-N32_EP3.45x3.45mm QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN Texas_S-PVQFN-N32_EP3.45x3.45mm_ThermalVias QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN Texas_S-PVQFN-N36_EP4.4x4.4mm QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 46 37 Package_DFN_QFN Texas_S-PVQFN-N36_EP4.4x4.4mm_ThermalVias QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 79 37 Package_DFN_QFN Texas_S-PVQFN-N40_EP2.9x2.9mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 45 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP2.9x2.9mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 55 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP3.52x2.62mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP3.52x2.62mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 60 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.6x4.6mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.6x4.6mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 83 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.15x4.15mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.15x4.15mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 83 41 Package_DFN_QFN Texas_S-PVQFN-N48_EP5.15x5.15mm QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 65 49 Package_DFN_QFN Texas_S-PVQFN-N48_EP5.15x5.15mm_ThermalVias QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 111 49 Package_DFN_QFN Texas_S-PVQFN-N64_EP4.25x4.25mm QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 69 65 Package_DFN_QFN Texas_S-PVQFN-N64_EP4.25x4.25mm_ThermalVias QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN Texas_S-PWQFN-N16_EP2.1x2.1mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN Texas_S-PWQFN-N16_EP2.1x2.1mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_S-PWQFN-N20 20-Pin Plastic Quad Flatpack No-Lead Package, Body 3.0x3.0x0.8mm, Texas Instruments (http://www.ti.com/lit/ds/symlink/tps22993.pdf) QFN 0.4 0 24 20 Package_DFN_QFN Texas_S-PWQFN-N24_EP2.7x2.7mm QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN Texas_S-PWQFN-N24_EP2.7x2.7mm_ThermalVias QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN Texas_S-PWQFN-N32_EP2.8x2.8mm QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 33 Package_DFN_QFN Texas_S-PWQFN-N32_EP2.8x2.8mm_ThermalVias QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 33 Package_DFN_QFN Texas_S-PWQFN-N100_EP5.5x5.5mm http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf MultiRow QFN 0 114 105 Package_DFN_QFN Texas_S-PWQFN-N100_EP5.5x5.5mm_ThermalVias http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf MultiRow QFN 0 131 105 Package_DFN_QFN Texas_S-PX2QFN-14 Texas QFN, 14 Pin (http://www.ti.com/lit/ds/symlink/tlv9004.pdf#page=64), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 14 14 Package_DFN_QFN Texas_VQFN-RHL-20 http://www.ti.com/lit/ds/symlink/bq51050b.pdf RHL0020A 0 33 21 Package_DFN_QFN Texas_VQFN-RHL-20_ThermalVias http://www.ti.com/lit/ds/symlink/bq51050b.pdf RHL0020A 0 41 21 Package_DFN_QFN Texas_VSON-HR-8_1.5x2mm_P0.5mm Texas VSON-HR, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62823.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py Texas VSON-HR NoLead 0 8 8 Package_DFN_QFN Texas_WQFN-MR-100_3x3-DapStencil http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf MultiRow QFN 0 113 105 Package_DFN_QFN Texas_WQFN-MR-100_ThermalVias_3x3-DapStencil http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf MultiRow QFN 0 126 105 Package_DFN_QFN Texas_X2QFN-12_1.6x1.6mm_P0.4mm Texas X2QFN, 12 Pin (http://www.ti.com/lit/ml/mpqf391c/mpqf391c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py Texas X2QFN NoLead 0 12 12 Package_DFN_QFN UDFN-4-1EP_1x1mm_P0.65mm_EP0.48x0.48mm UDFN-4_1x1mm_P0.65mm, http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550x-300mA-Single-Output-LDO-in-Small-Packages-DS20006006A.pdf UDFN-4_1x1mm_P0.65mm 0 5 5 Package_DFN_QFN UDFN-9_1.0x3.8mm_P0.5mm 9-pin UDFN package, 1.0x3.8mm, (Ref: https://katalog.we-online.de/pbs/datasheet/824014881.pdf) UDFN SMD 0 9 9 Package_DFN_QFN UDFN-10_1.35x2.6mm_P0.5mm http://www.st.com/content/ccc/resource/technical/document/datasheet/f2/11/8a/ed/40/31/40/56/DM00088292.pdf/files/DM00088292.pdf/jcr:content/translations/en.DM00088292.pdf UDFN 0.5 uQFN 0 10 10 Package_DFN_QFN UQFN-10_1.3x1.8mm_P0.4mm UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 9)), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 10 10 Package_DFN_QFN UQFN-10_1.4x1.8mm_P0.4mm UQFN 10pin, https://www.onsemi.com/pub/Collateral/488AT.PDF UQFN-10_1.4x1.8mm_P0.4mm 0 10 10 Package_DFN_QFN UQFN-10_1.6x2.1mm_P0.5mm UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 12)), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 10 10 Package_DFN_QFN UQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm 16-Lead Ultra Thin Quad Flat, No Lead Package (UC) - 3x3x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.5 0 21 17 Package_DFN_QFN UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 21 17 Package_DFN_QFN UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 31 17 Package_DFN_QFN UQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm 16-Lead Ultra Thin Plastic Quad Flat, No Lead Package (JQ) - 4x4x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.65 0 21 17 Package_DFN_QFN UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 25 21 Package_DFN_QFN UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm_ThermalVias UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 30 21 Package_DFN_QFN UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 25 21 Package_DFN_QFN UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 35 21 Package_DFN_QFN UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 33 29 Package_DFN_QFN UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm_ThermalVias UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 43 29 Package_DFN_QFN UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 50 41 Package_DFN_QFN UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 67 41 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 58 49 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm_ThermalVias UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 75 49 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 53 49 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm_ThermalVias UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 75 49 Package_DFN_QFN VDFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.7mm 8-Lead Very Thin Dual Flatpack No-Lead (LZ) - 2x3x0.9 mm Body [VDFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 11 9 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 26 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 26 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 26 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 26 17 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 25 21 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 30 21 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 25 21 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 30 21 Package_DFN_QFN VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 34 25 Package_DFN_QFN VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 39 25 Package_DFN_QFN VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 33 29 Package_DFN_QFN VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 43 29 Package_DFN_QFN VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 35 29 Package_DFN_QFN VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm_ThermalVias VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 48 29 Package_DFN_QFN VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 37 33 Package_DFN_QFN VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 47 33 Package_DFN_QFN VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 37 33 Package_DFN_QFN VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 47 33 Package_DFN_QFN VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 53 47 Package_DFN_QFN VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm_ThermalVias VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 66 47 Package_DFN_QFN VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 53 49 Package_DFN_QFN VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 79 49 Package_DFN_QFN WDFN-8-1EP_2x2.2mm_P0.5mm_EP0.80x0.54 https://www.onsemi.com/pub/Collateral/511BN.PDF WDFN-8 1EP 2.2X2.0 0.5P 0 9 9 Package_DFN_QFN WDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MNY_C04-0129E-MNY.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WDFN NoLead 0 13 9 Package_DFN_QFN WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py WDFN NoLead 0 13 9 Package_DFN_QFN WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm_ThermalVias WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py WDFN NoLead 0 20 9 Package_DFN_QFN WDFN-8_2x2mm_P0.5mm DFN8 2x2, 0.5P; No exposed pad (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) DFN 0.5 0 8 8 Package_DFN_QFN WDFN-12-1EP_3x3mm_P0.45mm_EP1.7x2.5mm WDFN, 12 Pin (https://www.diodes.com/assets/Datasheets/PAM2306.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WDFN NoLead 0 17 13 Package_DFN_QFN WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 19 15 Package_DFN_QFN WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm_ThermalVias WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 24 15 Package_DFN_QFN WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 21 17 Package_DFN_QFN WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 26 17 Package_DFN_QFN WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 21 17 Package_DFN_QFN WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 26 17 Package_DFN_QFN WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 21 17 Package_DFN_QFN WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 31 17 Package_DFN_QFN WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm http://www.onsemi.com/pub/Collateral/510CD.PDF WQFN-20 4.5mm 2.5mm 0.5mm 0 24 21 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 29 25 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 39 25 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 29 25 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 39 25 Package_DFN_QFN WQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm QFN, 32-Leads, Body 5x5x0.8mm, Pitch 0.5mm, Thermal Pad 3.1x3.1mm; (see Texas Instruments LM25119 http://www.ti.com/lit/ds/symlink/lm25119.pdf) WQFN 0.5 0 37 33 Package_DFN_QFN WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 57 43 Package_DFN_QFN WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm_ThermalVias WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 82 43 Package_DIP DIP-4_W7.62mm 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 4 4 Package_DIP DIP-4_W7.62mm_LongPads 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 4 4 Package_DIP DIP-4_W7.62mm_SMDSocket_SmallPads 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 4 4 Package_DIP DIP-4_W7.62mm_Socket 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 4 4 Package_DIP DIP-4_W7.62mm_Socket_LongPads 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 4 4 Package_DIP DIP-4_W8.89mm_SMDSocket_LongPads 4-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 4 4 Package_DIP DIP-4_W10.16mm 4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 4 4 Package_DIP DIP-4_W10.16mm_LongPads 4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 4 4 Package_DIP DIP-5-6_W7.62mm 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 5 5 Package_DIP DIP-5-6_W7.62mm_LongPads 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 5 5 Package_DIP DIP-5-6_W7.62mm_SMDSocket_SmallPads 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 5 5 Package_DIP DIP-5-6_W7.62mm_Socket 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 5 5 Package_DIP DIP-5-6_W7.62mm_Socket_LongPads 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 5 5 Package_DIP DIP-5-6_W8.89mm_SMDSocket_LongPads 5-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 5 5 Package_DIP DIP-5-6_W10.16mm 5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 5 5 Package_DIP DIP-5-6_W10.16mm_LongPads 5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 5 5 Package_DIP DIP-6_W7.62mm 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 6 6 Package_DIP DIP-6_W7.62mm_LongPads 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 6 6 Package_DIP DIP-6_W7.62mm_SMDSocket_SmallPads 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 6 6 Package_DIP DIP-6_W7.62mm_Socket 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 6 6 Package_DIP DIP-6_W7.62mm_Socket_LongPads 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 6 6 Package_DIP DIP-6_W8.89mm_SMDSocket_LongPads 6-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 6 6 Package_DIP DIP-6_W10.16mm 6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 6 6 Package_DIP DIP-6_W10.16mm_LongPads 6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 6 6 Package_DIP DIP-8-16_W7.62mm 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP DIP-8-16_W7.62mm_Socket 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 8 8 Package_DIP DIP-8-16_W7.62mm_Socket_LongPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 8 8 Package_DIP DIP-8-N6_W7.62mm 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 6 THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP DIP-8-N7_W7.62mm 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 7 THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP DIP-8_W7.62mm 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP DIP-8_W7.62mm_LongPads 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 8 8 Package_DIP DIP-8_W7.62mm_SMDSocket_SmallPads 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 8 8 Package_DIP DIP-8_W7.62mm_Socket 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 8 8 Package_DIP DIP-8_W7.62mm_Socket_LongPads 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 8 8 Package_DIP DIP-8_W8.89mm_SMDSocket_LongPads 8-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 8 8 Package_DIP DIP-8_W10.16mm 8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 8 8 Package_DIP DIP-8_W10.16mm_LongPads 8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 8 8 Package_DIP DIP-10_W7.62mm 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 10 10 Package_DIP DIP-10_W7.62mm_LongPads 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 10 10 Package_DIP DIP-10_W7.62mm_SMDSocket_SmallPads 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 10 10 Package_DIP DIP-10_W7.62mm_Socket 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 10 10 Package_DIP DIP-10_W7.62mm_Socket_LongPads 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 10 10 Package_DIP DIP-10_W8.89mm_SMDSocket_LongPads 10-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 10 10 Package_DIP DIP-10_W10.16mm 10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 10 10 Package_DIP DIP-10_W10.16mm_LongPads 10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 10 10 Package_DIP DIP-12_W7.62mm 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 12 12 Package_DIP DIP-12_W7.62mm_LongPads 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 12 12 Package_DIP DIP-12_W7.62mm_SMDSocket_SmallPads 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 12 12 Package_DIP DIP-12_W7.62mm_Socket 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 12 12 Package_DIP DIP-12_W7.62mm_Socket_LongPads 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 12 12 Package_DIP DIP-12_W8.89mm_SMDSocket_LongPads 12-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 12 12 Package_DIP DIP-12_W10.16mm 12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 12 12 Package_DIP DIP-12_W10.16mm_LongPads 12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 12 12 Package_DIP DIP-14_W7.62mm 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 14 14 Package_DIP DIP-14_W7.62mm_LongPads 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 14 14 Package_DIP DIP-14_W7.62mm_SMDSocket_SmallPads 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 14 14 Package_DIP DIP-14_W7.62mm_Socket 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 14 14 Package_DIP DIP-14_W7.62mm_Socket_LongPads 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 14 14 Package_DIP DIP-14_W8.89mm_SMDSocket_LongPads 14-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 14 14 Package_DIP DIP-14_W10.16mm 14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 14 14 Package_DIP DIP-14_W10.16mm_LongPads 14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 14 14 Package_DIP DIP-16_W7.62mm 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 16 16 Package_DIP DIP-16_W7.62mm_LongPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 16 16 Package_DIP DIP-16_W7.62mm_SMDSocket_SmallPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 16 16 Package_DIP DIP-16_W7.62mm_Socket 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 16 16 Package_DIP DIP-16_W7.62mm_Socket_LongPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 16 16 Package_DIP DIP-16_W8.89mm_SMDSocket_LongPads 16-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 16 16 Package_DIP DIP-16_W10.16mm 16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 16 16 Package_DIP DIP-16_W10.16mm_LongPads 16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 16 16 Package_DIP DIP-18_W7.62mm 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 18 18 Package_DIP DIP-18_W7.62mm_LongPads 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 18 18 Package_DIP DIP-18_W7.62mm_SMDSocket_SmallPads 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 18 18 Package_DIP DIP-18_W7.62mm_Socket 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 18 18 Package_DIP DIP-18_W7.62mm_Socket_LongPads 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 18 18 Package_DIP DIP-18_W8.89mm_SMDSocket_LongPads 18-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 18 18 Package_DIP DIP-20_W7.62mm 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 20 20 Package_DIP DIP-20_W7.62mm_LongPads 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 20 20 Package_DIP DIP-20_W7.62mm_SMDSocket_SmallPads 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 20 20 Package_DIP DIP-20_W7.62mm_Socket 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 20 20 Package_DIP DIP-20_W7.62mm_Socket_LongPads 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 20 20 Package_DIP DIP-20_W8.89mm_SMDSocket_LongPads 20-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 20 20 Package_DIP DIP-22_W7.62mm 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 22 22 Package_DIP DIP-22_W7.62mm_LongPads 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 22 22 Package_DIP DIP-22_W7.62mm_SMDSocket_SmallPads 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 22 22 Package_DIP DIP-22_W7.62mm_Socket 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 22 22 Package_DIP DIP-22_W7.62mm_Socket_LongPads 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 22 22 Package_DIP DIP-22_W8.89mm_SMDSocket_LongPads 22-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 22 22 Package_DIP DIP-22_W10.16mm 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 22 22 Package_DIP DIP-22_W10.16mm_LongPads 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 22 22 Package_DIP DIP-22_W10.16mm_SMDSocket_SmallPads 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads 0 22 22 Package_DIP DIP-22_W10.16mm_Socket 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket 0 22 22 Package_DIP DIP-22_W10.16mm_Socket_LongPads 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads 0 22 22 Package_DIP DIP-22_W11.43mm_SMDSocket_LongPads 22-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads 0 22 22 Package_DIP DIP-24_W7.62mm 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 24 24 Package_DIP DIP-24_W7.62mm_LongPads 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 24 24 Package_DIP DIP-24_W7.62mm_SMDSocket_SmallPads 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 24 24 Package_DIP DIP-24_W7.62mm_Socket 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 24 24 Package_DIP DIP-24_W7.62mm_Socket_LongPads 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 24 24 Package_DIP DIP-24_W8.89mm_SMDSocket_LongPads 24-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 24 24 Package_DIP DIP-24_W10.16mm 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 24 24 Package_DIP DIP-24_W10.16mm_LongPads 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 24 24 Package_DIP DIP-24_W10.16mm_SMDSocket_SmallPads 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads 0 24 24 Package_DIP DIP-24_W10.16mm_Socket 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket 0 24 24 Package_DIP DIP-24_W10.16mm_Socket_LongPads 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads 0 24 24 Package_DIP DIP-24_W11.43mm_SMDSocket_LongPads 24-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads 0 24 24 Package_DIP DIP-24_W15.24mm 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 24 24 Package_DIP DIP-24_W15.24mm_LongPads 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 24 24 Package_DIP DIP-24_W15.24mm_SMDSocket_SmallPads 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 24 24 Package_DIP DIP-24_W15.24mm_Socket 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 24 24 Package_DIP DIP-24_W15.24mm_Socket_LongPads 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 24 24 Package_DIP DIP-24_W16.51mm_SMDSocket_LongPads 24-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 24 24 Package_DIP DIP-28_W7.62mm 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 28 28 Package_DIP DIP-28_W7.62mm_LongPads 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 28 28 Package_DIP DIP-28_W7.62mm_SMDSocket_SmallPads 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 28 28 Package_DIP DIP-28_W7.62mm_Socket 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 28 28 Package_DIP DIP-28_W7.62mm_Socket_LongPads 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 28 28 Package_DIP DIP-28_W8.89mm_SMDSocket_LongPads 28-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 28 28 Package_DIP DIP-28_W15.24mm 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 28 28 Package_DIP DIP-28_W15.24mm_LongPads 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 28 28 Package_DIP DIP-28_W15.24mm_SMDSocket_SmallPads 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 28 28 Package_DIP DIP-28_W15.24mm_Socket 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 28 28 Package_DIP DIP-28_W15.24mm_Socket_LongPads 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 28 28 Package_DIP DIP-28_W16.51mm_SMDSocket_LongPads 28-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 28 28 Package_DIP DIP-32_W7.62mm 32-lead dip package, row spacing 7.62 mm (300 mils) DIL DIP PDIP 2.54mm 7.62mm 300mil 0 32 32 Package_DIP DIP-32_W15.24mm 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 32 32 Package_DIP DIP-32_W15.24mm_LongPads 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 32 32 Package_DIP DIP-32_W15.24mm_SMDSocket_SmallPads 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 32 32 Package_DIP DIP-32_W15.24mm_Socket 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 32 32 Package_DIP DIP-32_W15.24mm_Socket_LongPads 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 32 32 Package_DIP DIP-32_W16.51mm_SMDSocket_LongPads 32-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 32 32 Package_DIP DIP-40_W15.24mm 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 40 40 Package_DIP DIP-40_W15.24mm_LongPads 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 40 40 Package_DIP DIP-40_W15.24mm_SMDSocket_SmallPads 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 40 40 Package_DIP DIP-40_W15.24mm_Socket 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 40 40 Package_DIP DIP-40_W15.24mm_Socket_LongPads 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 40 40 Package_DIP DIP-40_W16.51mm_SMDSocket_LongPads 40-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 40 40 Package_DIP DIP-40_W25.4mm 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) THT DIP DIL PDIP 2.54mm 25.4mm 1000mil 0 40 40 Package_DIP DIP-40_W25.4mm_LongPads 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads 0 40 40 Package_DIP DIP-40_W25.4mm_SMDSocket_SmallPads 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads 0 40 40 Package_DIP DIP-40_W25.4mm_Socket 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket 0 40 40 Package_DIP DIP-40_W25.4mm_Socket_LongPads 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads 0 40 40 Package_DIP DIP-40_W26.67mm_SMDSocket_LongPads 40-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads 0 40 40 Package_DIP DIP-42_W15.24mm 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 42 42 Package_DIP DIP-42_W15.24mm_LongPads 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 42 42 Package_DIP DIP-42_W15.24mm_SMDSocket_SmallPads 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 42 42 Package_DIP DIP-42_W15.24mm_Socket 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 42 42 Package_DIP DIP-42_W15.24mm_Socket_LongPads 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 42 42 Package_DIP DIP-42_W16.51mm_SMDSocket_LongPads 42-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 42 42 Package_DIP DIP-48_W15.24mm 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 48 48 Package_DIP DIP-48_W15.24mm_LongPads 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 48 48 Package_DIP DIP-48_W15.24mm_SMDSocket_SmallPads 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 48 48 Package_DIP DIP-48_W15.24mm_Socket 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 48 48 Package_DIP DIP-48_W15.24mm_Socket_LongPads 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 48 48 Package_DIP DIP-48_W16.51mm_SMDSocket_LongPads 48-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 48 48 Package_DIP DIP-64_W15.24mm 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 64 64 Package_DIP DIP-64_W15.24mm_LongPads 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 64 64 Package_DIP DIP-64_W15.24mm_SMDSocket_SmallPads 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 64 64 Package_DIP DIP-64_W15.24mm_Socket 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 64 64 Package_DIP DIP-64_W15.24mm_Socket_LongPads 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 64 64 Package_DIP DIP-64_W16.51mm_SMDSocket_LongPads 64-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 64 64 Package_DIP DIP-64_W22.86mm 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils) THT DIP DIL PDIP 2.54mm 22.86mm 900mil 0 64 64 Package_DIP DIP-64_W22.86mm_LongPads 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), LongPads THT DIP DIL PDIP 2.54mm 22.86mm 900mil LongPads 0 64 64 Package_DIP DIP-64_W22.86mm_SMDSocket_SmallPads 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 22.86mm 900mil SMDSocket SmallPads 0 64 64 Package_DIP DIP-64_W22.86mm_Socket 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket 0 64 64 Package_DIP DIP-64_W22.86mm_Socket_LongPads 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket LongPads 0 64 64 Package_DIP DIP-64_W24.13mm_SMDSocket_LongPads 64-lead though-hole mounted DIP package, row spacing 24.13 mm (950 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 24.13mm 950mil SMDSocket LongPads 0 64 64 Package_DIP DIP-64_W25.4mm 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) THT DIP DIL PDIP 2.54mm 25.4mm 1000mil 0 64 64 Package_DIP DIP-64_W25.4mm_LongPads 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads 0 64 64 Package_DIP DIP-64_W25.4mm_SMDSocket_SmallPads 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads 0 64 64 Package_DIP DIP-64_W25.4mm_Socket 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket 0 64 64 Package_DIP DIP-64_W25.4mm_Socket_LongPads 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads 0 64 64 Package_DIP DIP-64_W26.67mm_SMDSocket_LongPads 64-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads 0 64 64 Package_DIP Fairchild_LSOP-8 8-Lead, 300\" Wide, Surface Mount Package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf) LSOP 2.54mm 300mil 0 8 8 Package_DIP PowerIntegrations_PDIP-8B Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/lnk520.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 7 7 Package_DIP PowerIntegrations_PDIP-8C Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 7 7 Package_DIP PowerIntegrations_SDIP-10C PowerIntegrations variant of 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/tophx_family_datasheet.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 9 9 Package_DIP PowerIntegrations_SMD-8 PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP PowerIntegrations_SMD-8B PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP PowerIntegrations_SMD-8C PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP PowerIntegrations_eDIP-12B Power Integrations eDIP-12B, see https://www.power.com/sites/default/files/product-docs/linkswitch-pl_family_datasheet.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 11 11 Package_DIP SMDIP-4_W7.62mm 4-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 4 4 Package_DIP SMDIP-4_W9.53mm 4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 4 4 Package_DIP SMDIP-4_W9.53mm_Clearance8mm 4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 4 4 Package_DIP SMDIP-4_W11.48mm 4-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 4 4 Package_DIP SMDIP-6_W7.62mm 6-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 6 6 Package_DIP SMDIP-6_W9.53mm 6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 6 6 Package_DIP SMDIP-6_W9.53mm_Clearance8mm 6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 6 6 Package_DIP SMDIP-6_W11.48mm 6-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 6 6 Package_DIP SMDIP-8_W7.62mm 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP SMDIP-8_W9.53mm 8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 8 8 Package_DIP SMDIP-8_W9.53mm_Clearance8mm 8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 8 8 Package_DIP SMDIP-8_W11.48mm 8-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 8 8 Package_DIP SMDIP-10_W7.62mm 10-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 10 10 Package_DIP SMDIP-10_W9.53mm 10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 10 10 Package_DIP SMDIP-10_W9.53mm_Clearance8mm 10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 10 10 Package_DIP SMDIP-10_W11.48mm 10-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 10 10 Package_DIP SMDIP-12_W7.62mm 12-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 12 12 Package_DIP SMDIP-12_W9.53mm 12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 12 12 Package_DIP SMDIP-12_W9.53mm_Clearance8mm 12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 12 12 Package_DIP SMDIP-12_W11.48mm 12-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 12 12 Package_DIP SMDIP-14_W7.62mm 14-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 14 14 Package_DIP SMDIP-14_W9.53mm 14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 14 14 Package_DIP SMDIP-14_W9.53mm_Clearance8mm 14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 14 14 Package_DIP SMDIP-14_W11.48mm 14-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 14 14 Package_DIP SMDIP-16_W7.62mm 16-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 16 16 Package_DIP SMDIP-16_W9.53mm 16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 16 16 Package_DIP SMDIP-16_W9.53mm_Clearance8mm 16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 16 16 Package_DIP SMDIP-16_W11.48mm 16-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 16 16 Package_DIP SMDIP-18_W7.62mm 18-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 18 18 Package_DIP SMDIP-18_W9.53mm 18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 18 18 Package_DIP SMDIP-18_W9.53mm_Clearance8mm 18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 18 18 Package_DIP SMDIP-18_W11.48mm 18-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 18 18 Package_DIP SMDIP-20_W7.62mm 20-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 20 20 Package_DIP SMDIP-20_W9.53mm 20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 20 20 Package_DIP SMDIP-20_W9.53mm_Clearance8mm 20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 20 20 Package_DIP SMDIP-20_W11.48mm 20-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 20 20 Package_DIP SMDIP-22_W7.62mm 22-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 22 22 Package_DIP SMDIP-22_W9.53mm 22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 22 22 Package_DIP SMDIP-22_W9.53mm_Clearance8mm 22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 22 22 Package_DIP SMDIP-22_W11.48mm 22-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 22 22 Package_DIP SMDIP-24_W7.62mm 24-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 24 24 Package_DIP SMDIP-24_W9.53mm 24-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 24 24 Package_DIP SMDIP-24_W11.48mm 24-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 24 24 Package_DIP SMDIP-24_W15.24mm 24-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 24 24 Package_DIP SMDIP-28_W15.24mm 28-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 28 28 Package_DIP SMDIP-32_W7.62mm 32-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 32 32 Package_DIP SMDIP-32_W9.53mm 32-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 32 32 Package_DIP SMDIP-32_W11.48mm 32-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 32 32 Package_DIP SMDIP-32_W15.24mm 32-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 32 32 Package_DIP SMDIP-40_W15.24mm 40-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 40 40 Package_DIP SMDIP-40_W25.24mm 40-lead surface-mounted (SMD) DIP package, row spacing 25.24 mm (993 mils) SMD DIP DIL PDIP SMDIP 2.54mm 25.24mm 993mil 0 40 40 Package_DIP SMDIP-42_W15.24mm 42-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 42 42 Package_DIP SMDIP-48_W15.24mm 48-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 48 48 Package_DIP SMDIP-64_W15.24mm 64-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 64 64 Package_DIP Toshiba_11-7A9 Toshiba 11-7A9 package, like 6-lead dip package with missing pin 5, row spacing 7.62 mm (300 mils), https://toshiba.semicon-storage.com/info/docget.jsp?did=1421&prodName=TLP3021(S) Toshiba 11-7A9 DIL DIP PDIP 2.54mm 7.62mm 300mil 0 5 5 Package_DIP Vishay_HVM-DIP-3_W7.62mm 3-lead though-hole mounted high-volatge DIP package (based on standard DIP-4), row spacing 7.62 mm (300 mils), see https://www.vishay.com/docs/91361/hexdip.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil Vishay HVMDIP HEXDIP 0 4 3 Package_DirectFET DirectFET_L4 DirectFET L4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=41 DirectFET L4 MOSFET Infineon 0 11 3 Package_DirectFET DirectFET_L6 DirectFET L6 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=42 DirectFET L6 MOSFET Infineon 0 13 3 Package_DirectFET DirectFET_L8 DirectFET L8 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=43 DirectFET L8 MOSFET Infineon 0 15 3 Package_DirectFET DirectFET_LA DirectFET LA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=44 DirectFET LA MOSFET Infineon 0 15 3 Package_DirectFET DirectFET_M2 DirectFET M2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=33 DirectFET M2 MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_M4 DirectFET M4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=34 DirectFET M4 MOSFET Infineon 0 9 3 Package_DirectFET DirectFET_MA DirectFET MA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=35 DirectFET MA MOSFET Infineon 0 8 3 Package_DirectFET DirectFET_MB DirectFET MB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=36 DirectFET MB MOSFET Infineon 0 8 3 Package_DirectFET DirectFET_MC DirectFET MC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=37 DirectFET MC MOSFET Infineon 0 10 3 Package_DirectFET DirectFET_MD DirectFET MD https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=38 DirectFET MD MOSFET Infineon 0 8 3 Package_DirectFET DirectFET_ME DirectFET ME https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=39 DirectFET ME MOSFET Infineon 0 10 3 Package_DirectFET DirectFET_MF DirectFET MF https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=40 DirectFET MF MOSFET Infineon 0 8 3 Package_DirectFET DirectFET_MN DirectFET MN https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=30 DirectFET MN MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_MP DirectFET MP https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=28 DirectFET MP MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_MQ DirectFET MQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=29 DirectFET MQ MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_MT DirectFET MT https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=26 DirectFET MT MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_MU DirectFET MU https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=32 DirectFET MU MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_MX DirectFET MX https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=27 DirectFET MX MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_MZ DirectFET MZ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=31 DirectFET MZ MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_S1 DirectFET S1 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=20 DirectFET S1 MOSFET Infineon 0 6 3 Package_DirectFET DirectFET_S2 DirectFET S2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=21 DirectFET S2 MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_S3C DirectFET S3C https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=25 DirectFET S3C MOSFET Infineon 0 8 3 Package_DirectFET DirectFET_SA DirectFET SA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=22 DirectFET SA MOSFET Infineon 0 8 3 Package_DirectFET DirectFET_SB DirectFET SB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=23 DirectFET SB MOSFET Infineon 0 6 3 Package_DirectFET DirectFET_SC DirectFET SC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=24 DirectFET SC MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_SH DirectFET SH https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=19 DirectFET SH MOSFET Infineon 0 6 3 Package_DirectFET DirectFET_SJ DirectFET SJ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=18 DirectFET SJ MOSFET Infineon 0 7 3 Package_DirectFET DirectFET_SQ DirectFET SQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=17 DirectFET SQ MOSFET Infineon 0 6 3 Package_DirectFET DirectFET_ST DirectFET ST https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=16 DirectFET ST MOSFET Infineon 0 7 3 Package_LCC PLCC-20 PLCC, 20 pins, surface mount plcc smt 0 20 20 Package_LCC PLCC-20_SMD-Socket PLCC, 20 pins, surface mount plcc smt 0 20 20 Package_LCC PLCC-20_THT-Socket PLCC, 20 pins, through hole plcc leaded 0 20 20 Package_LCC PLCC-28 PLCC, 28 pins, surface mount plcc smt 0 28 28 Package_LCC PLCC-28_SMD-Socket PLCC, 28 pins, surface mount plcc smt 0 28 28 Package_LCC PLCC-28_THT-Socket PLCC, 28 pins, through hole plcc leaded 0 28 28 Package_LCC PLCC-32_11.4x14.0mm_P1.27mm PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 32 32 Package_LCC PLCC-32_THT-Socket PLCC, 32 pins, through hole, http://www.assmann-wsw.com/fileadmin/datasheets/ASS_0981_CO.pdf plcc leaded 0 32 32 Package_LCC PLCC-44 PLCC, 44 pins, surface mount plcc smt 0 44 44 Package_LCC PLCC-44_16.6x16.6mm_P1.27mm PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 44 44 Package_LCC PLCC-44_SMD-Socket PLCC, 44 pins, surface mount plcc smt 0 44 44 Package_LCC PLCC-44_THT-Socket PLCC, 44 pins, through hole plcc leaded 0 44 44 Package_LCC PLCC-52 PLCC, 52 pins, surface mount plcc smt 0 52 52 Package_LCC PLCC-52_SMD-Socket PLCC, 52 pins, surface mount plcc smt 0 52 52 Package_LCC PLCC-52_THT-Socket PLCC, 52 pins, through hole plcc leaded 0 52 52 Package_LCC PLCC-68 PLCC, 68 pins, surface mount plcc smt 0 68 68 Package_LCC PLCC-68_24.2x24.2mm_P1.27mm PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 68 68 Package_LCC PLCC-68_SMD-Socket PLCC, 68 pins, surface mount plcc smt 0 68 68 Package_LCC PLCC-68_THT-Socket PLCC, 68 pins, through hole plcc leaded 0 68 68 Package_LCC PLCC-84 PLCC, 84 pins, surface mount plcc smt 0 84 84 Package_LCC PLCC-84_29.3x29.3mm_P1.27mm PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 84 84 Package_LCC PLCC-84_SMD-Socket PLCC, 84 pins, surface mount plcc smt 0 84 84 Package_LCC PLCC-84_THT-Socket PLCC, 84 pins, through hole plcc leaded 0 84 84 Package_LGA AMS_LGA-10-1EP_2.7x4mm_P0.6mm LGA-10, http://ams.com/eng/content/download/951091/2269479/471718 lga land grid array 0 13 11 Package_LGA AMS_LGA-20_4.7x4.5mm_P0.65mm http://ams.com/eng/content/download/1008631/2361759/498838 AMS LGA 0 20 20 Package_LGA Bosch_LGA-8_2.5x2.5mm_P0.65mm_ClockwisePinNumbering LGA-8 lga land grid array 0 8 8 Package_LGA Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering LGA-8, https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf lga land grid array 0 8 8 Package_LGA Bosch_LGA-8_3x3mm_P0.8mm_ClockwisePinNumbering Bosch LGA, 8 Pin (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py Bosch LGA NoLead 0 8 8 Package_LGA Bosch_LGA-14_3x2.5mm_P0.5mm LGA-14 Bosch https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf lga land grid array 0 14 14 Package_LGA LGA-8_3x5mm_P1.25mm LGA-8 lga land grid array 0 8 8 Package_LGA LGA-12_2x2mm_P0.5mm LGA12 lga land grid array 0 12 12 Package_LGA LGA-14_2x2mm_P0.35mm_LayoutBorder3x4y LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lis2dh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 14 14 Package_LGA LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm6ds3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 14 14 Package_LGA LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 14 14 Package_LGA LGA-16_3x3mm_P0.5mm http://www.memsic.com/userfiles/files/DataSheets/Magnetic-Sensors-Datasheets/MMC5883MA-RevC.pdf lga land grid array 0 16 16 Package_LGA LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 16 16 Package_LGA LGA-16_4x4mm_P0.65mm_LayoutBorder4x4y LGA, 16 Pin (http://www.st.com/resource/en/datasheet/l3gd20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 16 16 Package_LGA LGA-24L_3x3.5mm_P0.43mm LGA 24L 3x3.5mm Pitch 0.43mm LGA 24L 3x3.5mm Pitch 0.43mm 0 24 24 Package_LGA LGA-28_5.2x3.8mm_P0.5mm LGA 28 5.2x3.8mm Pitch 0.5mm LGA 28 5.2x3.8mm Pitch 0.5mm 0 28 28 Package_LGA Linear_LGA-133_15.0x15.0mm_Layout12x12_P1.27mm Analog Devices (Linear Tech), 133-pin LGA uModule, 15.0x15.0x4.32mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf 133 pin lga 0 133 133 Package_LGA NXP_LGA-8_3x5mm_P1.25mm_H1.1mm NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py NXP LGA NoLead 0 8 8 Package_LGA NXP_LGA-8_3x5mm_P1.25mm_H1.2mm NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py NXP LGA NoLead 0 8 8 Package_LGA ST_HLGA-10_2.5x2.5mm_P0.6mm_LayoutBorder3x2y ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps25hb.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py ST HLGA NoLead 0 10 10 Package_LGA Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py Texas MicroSiP NoLead 0 12 9 Package_LGA Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm_ThermalVias Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py Texas MicroSiP NoLead 0 16 9 Package_LGA Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py Texas MicroSiP NoLead 0 14 11 Package_LGA Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm_ThermalVias Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py Texas MicroSiP NoLead 0 18 11 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 154 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 171 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 161 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 187 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 165 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 196 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 175 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 218 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 194 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 259 145 Package_QFP HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm 64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad HTQFP-64 Pitch 0.5 0 69 65 Package_QFP HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.4x4.4mm_ThermalVias 64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad HTQFP-64 Pitch 0.5 0 135 65 Package_QFP LQFP-32_5x5mm_P0.5mm LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT401-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 32 32 Package_QFP LQFP-32_7x7mm_P0.8mm LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT358-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 32 32 Package_QFP LQFP-36_7x7mm_P0.65mm LQFP, 36 Pin (https://www.onsemi.com/pub/Collateral/561AV.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 36 36 Package_QFP LQFP-44_10x10mm_P0.8mm LQFP, 44 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ASS23225W.pdf?&fsrch=1), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 44 44 Package_QFP LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 58 49 Package_QFP LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm_ThermalVias LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 75 49 Package_QFP LQFP-48_7x7mm_P0.5mm LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 48 48 Package_QFP LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 62 53 Package_QFP LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm_ThermalVias LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 95 53 Package_QFP LQFP-52_10x10mm_P0.65mm LQFP, 52 Pin (https://www.nxp.com/docs/en/package-information/98ARL10526D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 52 52 Package_QFP LQFP-52_14x14mm_P1mm LQFP, 52 Pin (http://www.holtek.com/documents/10179/116711/HT1632Cv170.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 52 52 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 90 65 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm_ThermalVias LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 107 65 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 90 65 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm_ThermalVias LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 127 65 Package_QFP LQFP-64_7x7mm_P0.4mm LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT414-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 64 64 Package_QFP LQFP-64_10x10mm_P0.5mm LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 64 64 Package_QFP LQFP-64_14x14mm_P0.8mm LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT791-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 64 64 Package_QFP LQFP-80_10x10mm_P0.4mm LQFP, 80 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q80.10x10.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 80 80 Package_QFP LQFP-80_12x12mm_P0.5mm LQFP, 80 Pin (https://www.nxp.com/docs/en/package-information/SOT315-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 80 80 Package_QFP LQFP-80_14x14mm_P0.65mm LQFP, 80 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 80 80 Package_QFP LQFP-100_14x14mm_P0.5mm LQFP, 100 Pin (https://www.nxp.com/docs/en/package-information/SOT407-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 100 100 Package_QFP LQFP-128_14x14mm_P0.4mm LQFP, 128 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q128.14x14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 128 128 Package_QFP LQFP-128_14x20mm_P0.5mm LQFP, 128 Pin (https://www.nxp.com/docs/en/package-information/SOT425-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 128 128 Package_QFP LQFP-144_20x20mm_P0.5mm LQFP, 144 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=425), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 144 144 Package_QFP LQFP-160_24x24mm_P0.5mm LQFP, 160 Pin (https://www.nxp.com/docs/en/package-information/SOT435-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 160 160 Package_QFP LQFP-176_20x20mm_P0.4mm LQFP, 176 Pin (https://www.onsemi.com/pub/Collateral/566DB.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 176 176 Package_QFP LQFP-176_24x24mm_P0.5mm LQFP, 176 Pin (https://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=163), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 176 176 Package_QFP LQFP-208_28x28mm_P0.5mm LQFP, 208 Pin (https://www.nxp.com/docs/en/package-information/SOT459-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 208 208 Package_QFP LQFP-216_24x24mm_P0.4mm LQFP, 216 Pin (https://www.onsemi.com/pub/Collateral/561BE.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 216 216 Package_QFP MQFP-44_10x10mm_P0.8mm MQFP, 44 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7722.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MQFP QFP 0 44 44 Package_QFP PQFP-44_10x10mm_P0.8mm 44-Lead Plastic Quad Flatpack - 10x10x2.5mm Body (http://www.onsemi.com/pub/Collateral/122BK.PDF) PQFP 0.8 0 44 44 Package_QFP PQFP-80_14x20mm_P0.8mm PQFP80 14x20 / QIP80E CASE 122BS (see ON Semiconductor 122BS.PDF) QFP 0.8 0 80 80 Package_QFP PQFP-100_14x20mm_P0.65mm PQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py PQFP QFP 0 100 100 Package_QFP PQFP-112_20x20mm_P0.65mm PQFP, 112 pins, 20mm sq body, 0.65mm pitch (http://cache.freescale.com/files/shared/doc/package_info/98ASS23330W.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) PQFP 112 0 112 112 Package_QFP PQFP-132_24x24mm_P0.635mm PQFP, 132 pins, 24mm sq body, 0.635mm pitch (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) PQFP 132 0 132 132 Package_QFP PQFP-132_24x24mm_P0.635mm_i386 PQFP, 132 pins, 24mm sq body, 0.635mm pitch, Intel 386EX (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) PQFP 132 Intel 386EX 0 132 132 Package_QFP PQFP-144_28x28mm_P0.65mm PQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py PQFP QFP 0 144 144 Package_QFP PQFP-160_28x28mm_P0.65mm PQFP, 160 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py PQFP QFP 0 160 160 Package_QFP PQFP-208_28x28mm_P0.5mm PQFP, 208 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py PQFP QFP 0 208 208 Package_QFP PQFP-240_32.1x32.1mm_P0.5mm PQFP, 240 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py PQFP QFP 0 240 240 Package_QFP PQFP-256_28x28mm_P0.4mm PQFP256 28x28 / QFP256J CASE 122BX (see ON Semiconductor 122BX.PDF) QFP 0.4 0 256 256 Package_QFP TQFP-32_7x7mm_P0.8mm 32-Lead Plastic Thin Quad Flatpack (PT) - 7x7x1.0 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 32 32 Package_QFP TQFP-44-1EP_10x10mm_P0.8mm_EP4.5x4.5mm 44-Lead Plastic Thin Quad Flatpack (MW) - 10x10x1.0 mm Body [TQFP] With 4.5x4.5 mm Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 54 45 Package_QFP TQFP-44_10x10mm_P0.8mm 44-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1.0 mm Body [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 44 44 Package_QFP TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm 48-Lead Thin Quad Flatpack (PT) - 7x7x1.0 mm Body [TQFP] With Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.5 0 53 49 Package_QFP TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 65 49 Package_QFP TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm_ThermalVias TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 91 49 Package_QFP TQFP-48_7x7mm_P0.5mm 48 LEAD TQFP 7x7mm (see MICREL TQFP7x7-48LD-PL-1.pdf) QFP 0.5 0 48 48 Package_QFP TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 78 53 Package_QFP TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm_ThermalVias TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 79 53 Package_QFP TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm 64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [TQFP] thermal pad QFP 0.5 0 90 65 Package_QFP TQFP-64_7x7mm_P0.4mm TQFP64 7x7, 0.4P CASE 932BH (see ON Semiconductor 932BH.PDF) QFP 0.4 0 64 64 Package_QFP TQFP-64_10x10mm_P0.5mm TQFP, 64 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 64 64 Package_QFP TQFP-64_14x14mm_P0.8mm 64-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 64 64 Package_QFP TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm 80-Lead Plastic Thin Quad Flatpack (PF) - 14x14mm body, 9.5mm sq thermal pad (http://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf) QFP 0.65 0 85 81 Package_QFP TQFP-80_12x12mm_P0.5mm 80-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.5 0 80 80 Package_QFP TQFP-80_14x14mm_P0.65mm 80-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.65 0 80 80 Package_QFP TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 117 101 Package_QFP TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm_ThermalVias TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 143 101 Package_QFP TQFP-100_12x12mm_P0.4mm 100-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.4 0 100 100 Package_QFP TQFP-100_14x14mm_P0.5mm TQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 100 100 Package_QFP TQFP-120_14x14mm_P0.4mm TQFP120 14x14 / TQFP120 CASE 932AZ (see ON Semiconductor 932AZ.PDF) QFP 0.4 0 120 120 Package_QFP TQFP-128_14x14mm_P0.4mm TQFP128 14x14 / TQFP128 CASE 932BB (see ON Semiconductor 932BB.PDF) QFP 0.4 0 128 128 Package_QFP TQFP-144_16x16mm_P0.4mm 144-Lead Plastic Thin Quad Flatpack (PH) - 16x16x1 mm Body, 2.00 mm Footprint [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.4 0 144 144 Package_QFP TQFP-144_20x20mm_P0.5mm TQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 144 144 Package_QFP TQFP-176_24x24mm_P0.5mm TQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 176 176 Package_QFP VQFP-80_14x14mm_P0.65mm VQFP, 80 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py VQFP QFP 0 80 80 Package_QFP VQFP-100_14x14mm_P0.5mm VQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py VQFP QFP 0 100 100 Package_QFP VQFP-128_14x14mm_P0.4mm VQFP, 128 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py VQFP QFP 0 128 128 Package_QFP VQFP-176_20x20mm_P0.4mm VQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py VQFP QFP 0 176 176 Package_SIP PowerIntegrations_eSIP-7C eSIP-7C Vertical Flat Package with Heatsink Tab, https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf Power Integrations E Package 0 6 6 Package_SIP PowerIntegrations_eSIP-7F eSIP-7F Flat Package with Heatsink Tab https://ac-dc.power.com/sites/default/files/product-docs/linkswitch-ph_family_datasheet.pdf Power Integrations L Package 0 6 6 Package_SIP SIP-8_19x3mm_P2.54mm SIP 8-pin (http://www.njr.com/semicon/PDF/package/SIP8_E.pdf) SIP8 0 8 8 Package_SIP SIP-9_21.54x3mm_P2.54mm SIP 9-pin () SIP8 0 9 9 Package_SIP SIP-9_22.3x3mm_P2.54mm SIP 9-pin () SIP8 0 9 9 Package_SIP SIP3_11.6x8.5mm RECOM,R78EXX,https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf SIP3 Regulator Module 0 3 3 Package_SIP SIP4_Sharp-SSR_P7.62mm_Angled SIP4 Footprint for SSR made by Sharp Solid State relais SSR Sharp 0 4 4 Package_SIP SIP4_Sharp-SSR_P7.62mm_Angled_NoHole SIP4 Footprint for SSR made by Sharp Solid State relais SSR Sharp 0 4 4 Package_SIP SIP4_Sharp-SSR_P7.62mm_Straight SIP4 Footprint for SSR made by Sharp Solid State relais SSR Sharp 0 4 4 Package_SIP SIP9_Housing SIP9 SIP9 0 9 9 Package_SIP SIP9_Housing_BigPads SIP9, large pads SIP9 0 9 9 Package_SIP SLA704XM SIP SLA704XM (http://www.sumzi.com/upload/files/2007/07/2007073114282034189.PDF) SIP 0 18 18 Package_SIP STK672-040-E SIP-22 (http://www.onsemi.com/pub_link/Collateral/EN5227-D.PDF) SIP-22 0 22 22 Package_SIP STK672-080-E SIP-15 (http://www.onsemi.com/pub_link/Collateral/EN6507-D.PDF) SIP-15 0 15 15 Package_SIP Sanyo_STK4xx-15_59.2x8.0mm_P2.54mm Sanyo SIP-15, 59.2mm x 8.0mm bosy size, STK-433E STK-435E STK-436E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) Sanyo SIP-15 0 15 15 Package_SIP Sanyo_STK4xx-15_78.0x8.0mm_P2.54mm Sanyo SIP-15, 78.0mm x 8.0mm bosy size, STK-437E STK-439E STK-441E STK-443E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) Sanyo SIP-15 0 15 15 Package_SO Diodes_PSOP-8 8-Lead Plastic PSOP, Exposed Die Pad (see https://www.diodes.com/assets/Datasheets/AP2204.pdf) SSOP 0.50 exposed pad 0 12 9 Package_SO Diodes_SO-8EP 8-Lead Plastic SO, Exposed Die Pad (see https://www.diodes.com/assets/Package-Files/SO-8EP.pdf) SO exposed pad 0 9 9 Package_SO ETSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3x4.2mm 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body with Exposed Pad [eTSSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 27 21 Package_SO HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOP SO 0 13 9 Package_SO HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOP SO 0 20 9 Package_SO HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown HSOP 11.0x15.9mm Pitch 1.27mm Slug Down (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 1.27mm 0 23 21 Package_SO HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown_ThermalVias HSOP 11.0x15.9mm Pitch 1.27mm Slug Down Thermal Vias (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 1.27mm 0 45 21 Package_SO HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugUp HSOP 11.0x15.9mm Pitch 1.27mm Slug Up (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 1.27mm 0 20 20 Package_SO HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown HSOP 11.0x15.9mm Pitch 0.65mm Slug Down (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 0.65mm 0 39 37 Package_SO HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown_ThermalVias HSOP 11.0x15.9mm Pitch 0.65mm Slug Down Thermal Vias (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 0.65mm 0 61 37 Package_SO HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugUp HSOP 11.0x15.9mm Pitch 0.65mm Slug Up (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 0.65mm 0 36 36 Package_SO HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSOP SO 0 13 9 Package_SO HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSOP SO 0 20 9 Package_SO HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 20 15 Package_SO HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm_ThermalVias HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 36 15 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm 16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) SSOP 0.65 0 29 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 20 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 27 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3mm_ThermalVias 16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8800.pdf) SSOP 0.65 0 46 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm HTSSOP, 16 Pin (https://www.st.com/resource/en/datasheet/stp08cp05.pdf#page=20), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 21 17 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.85x4mm HTSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF U20E-1), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 23 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias HTSSOP 0.65 0 29 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.4x3.7mm HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/bq24006.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 24 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 26 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 42 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias_HandSolder HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 42 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 23 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm_ThermalVias HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 42 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias HTSSOP 0.65 0 45 21 Package_SO HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm HTSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 31 25 Package_SO HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 28 25 Package_SO HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm_ThermalVias HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 47 25 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 30 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm_ThermalVias HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 41 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 39 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 40 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm_ThermalVias HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 55 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_ThermalVias HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 58 29 Package_SO HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) SSOP 0.65 PowerPAD 0 43 33 Package_SO HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm_ThermalVias HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) SSOP 0.65 PowerPAD 0 83 33 Package_SO HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 46 39 Package_SO HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm_ThermalVias HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 87 39 Package_SO HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm HTSSOP56: plastic thin shrink small outline package http://www.ti.com/lit/ds/symlink/drv8301.pdf HTSSOP 0.5 0 72 57 Package_SO Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py Infineon PG-DSO SO 0 13 9 Package_SO Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm_ThermalVias Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py Infineon PG-DSO SO 0 23 9 Package_SO Infineon_PG-DSO-8-43 Infineon_PG-DSO-8-43 DSO DSO-8 SOIC SOIC-8 0 12 9 Package_SO Infineon_PG-DSO-12-9 Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) PG-DSO 0 23 13 Package_SO Infineon_PG-DSO-12-9_ThermalVias Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) PG-DSO 0 42 13 Package_SO Infineon_PG-DSO-12-11 Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) PG-DSO 0 23 13 Package_SO Infineon_PG-DSO-12-11_ThermalVias Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) PG-DSO 0 42 13 Package_SO Infineon_PG-DSO-20-30 Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) DSO-20 0 31 21 Package_SO Infineon_PG-DSO-20-30_ThermalVias Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) DSO-20 0 45 21 Package_SO Infineon_PG-DSO-20-32 Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-32/) DSO-20 0 20 20 Package_SO Infineon_PG-DSO-20-85 Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) DSO-20 0 31 21 Package_SO Infineon_PG-DSO-20-85_ThermalVias Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) DSO-20 0 113 21 Package_SO Infineon_PG-DSO-20-87 Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-87/) DSO-20 0 20 20 Package_SO Infineon_PG-TSDSO-14-22 Infineon_PG-TSDSO-14-22 Infineon TSDSO 14-22 0 17 15 Package_SO Linear_MSOP-12-16-1EP_3x4mm_P0.5mm 12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see http://cds.linear.com/docs/en/datasheet/3630fd.pdf) SSOP 0.5 0 15 13 Package_SO Linear_MSOP-12-16_3x4mm_P0.5mm 12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see https://www.analog.com/media/en/technical-documentation/data-sheets/3748fb.pdf) SSOP 0.5 0 12 12 Package_SO MFSOP6-4_4.4x3.6mm_P1.27mm https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.4pin%20MFSOP6.html MFSOP 4 pin SMD 0 4 4 Package_SO MFSOP6-5_4.4x3.6mm_P1.27mm https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.5pin%20MFSOP6.html MFSOP 4 pin SMD 0 5 5 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 13 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm_ThermalVias MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 18 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 13 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm_ThermalVias MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 18 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 13 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm_ThermalVias MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 18 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 14 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm_ThermalVias MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 19 9 Package_SO MSOP-8_3x3mm_P0.65mm MSOP, 8 Pin (https://www.jedec.org/system/files/docs/mo-187F.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 8 8 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 15 11 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm_ThermalVias MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 20 11 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 15 11 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm_ThermalVias MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 20 11 Package_SO MSOP-10_3x3mm_P0.5mm 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 10 10 Package_SO MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 17 13 Package_SO MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm_ThermalVias MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 24 13 Package_SO MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 19 13 Package_SO MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 25 13 Package_SO MSOP-12-16_3x4mm_P0.5mm 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 12 12 Package_SO MSOP-12_3x4mm_P0.65mm MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/6957fb.pdf#page=36), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 12 12 Package_SO MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 21 17 Package_SO MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm_ThermalVias MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 28 17 Package_SO MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 21 17 Package_SO MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 28 17 Package_SO MSOP-16_3x4.039mm_P0.5mm MSOP, 16 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081669_A_MS16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 16 16 Package_SO MSOP-16_3x4mm_P0.5mm MSOP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/436412f.pdf#page=22), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 16 16 Package_SO ONSemi_SO-8FL_488AA ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A https://www.onsemi.com/pub/Collateral/488AA.PDF ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A 0 5 5 Package_SO OnSemi_Micro8 ON Semiconductor Micro8 (Case846A-02): https://www.onsemi.com/pub/Collateral/846A-02.PDF micro8 0 8 8 Package_SO PSOP-44_16.9x27.17mm_P1.27mm PSOP44: plastic thin shrink small outline package; 44 leads; body width 16.90 mm PSOP 1.27 0 44 44 Package_SO PowerIntegrations_SO-8 Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://ac-dc.power.com/sites/default/files/product-docs/senzero_family_datasheet.pdf SOIC 1.27 0 8 8 Package_SO PowerIntegrations_SO-8B Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf SOIC 1.27 0 7 7 Package_SO PowerIntegrations_SO-8C Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf SOIC 1.27 0 7 7 Package_SO PowerIntegrations_eSOP-12B eSOP-12B SMT Flat Package with Heatsink Tab, see https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf Power Integrations K Package 0 12 12 Package_SO PowerPAK_SO-8_Dual PowerPAK SO-8 Dual (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72600/72600.pdf) PowerPAK SO-8 Dual 0 10 6 Package_SO PowerPAK_SO-8_Single PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf) PowerPAK SO-8 Single 0 9 5 Package_SO QSOP-16_3.9x4.9mm_P0.635mm 16-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.635 0 16 16 Package_SO QSOP-20_3.9x8.7mm_P0.635mm 20-Lead Plastic Shrink Small Outline Narrow Body (http://www.analog.com/media/en/technical-documentation/data-sheets/ADuM7640_7641_7642_7643.pdf) QSOP 0.635 0 20 20 Package_SO QSOP-24_3.9x8.7mm_P0.635mm 24-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049CH.pdf) QSOP 0.635 0 24 24 Package_SO SC-74-6_1.5x2.9mm_P0.95mm SC-74, 6 Pin (https://www.nxp.com/docs/en/package-information/SOT457.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SC-74 SO 0 6 6 Package_SO SO-4_4.4x2.3mm_P1.27mm 4-Lead Plastic Small Outline (SO), see http://datasheet.octopart.com/OPIA403BTRE-Optek-datasheet-5328560.pdf SO SOIC 1.27 0 4 4 Package_SO SO-4_4.4x3.6mm_P2.54mm 4-Lead Plastic Small Outline (SO), see https://www.elpro.org/de/index.php?controller=attachment&id_attachment=339 SO SOIC 2.54 0 4 4 Package_SO SO-4_4.4x3.9mm_P2.54mm SO, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=10047&prodName=TLP3123), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 4 4 Package_SO SO-4_4.4x4.3mm_P2.54mm 4-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/docs/AV02-0173EN SO SOIC 2.54 0 4 4 Package_SO SO-4_7.6x3.6mm_P2.54mm 4-Lead Plastic Small Outline (SO) (http://www.everlight.com/file/ProductFile/201407061745083848.pdf) SO SOIC 2.54 0 4 4 Package_SO SO-5_4.4x3.6mm_P1.27mm 5-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SO SOIC 1.27 0 5 5 Package_SO SO-6L_10x3.84mm_P1.27mm 6-pin plasic small outline 7,5mm long https://toshiba.semicon-storage.com/info/docget.jsp?did=53548&prodName=TLP2770 SO-6L 0 6 6 Package_SO SO-6_4.4x3.6mm_P1.27mm 6-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SO SOIC 1.27 0 6 6 Package_SO SO-8_3.9x4.9mm_P1.27mm SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 8 8 Package_SO SO-8_5.3x6.2mm_P1.27mm SO, 8 Pin (https://www.ti.com/lit/ml/msop001a/msop001a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 8 8 Package_SO SO-14_3.9x8.65mm_P1.27mm SO, 14 Pin (https://www.st.com/resource/en/datasheet/l6491.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 14 14 Package_SO SO-14_5.3x10.2mm_P1.27mm SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 14 14 Package_SO SO-16_3.9x9.9mm_P1.27mm SO, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT109-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 16 16 Package_SO SO-16_5.3x10.2mm_P1.27mm SO, 16 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 16 16 Package_SO SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 23 21 Package_SO SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm_ThermalVias SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 51 21 Package_SO SO-20_5.3x12.6mm_P1.27mm SO, 20 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 20 20 Package_SO SO-20_12.8x7.5mm_P1.27mm SO-20, 12.8x7.5mm, https://www.nxp.com/docs/en/data-sheet/SA605.pdf S0-20 0 20 20 Package_SO SO-24_5.3x15mm_P1.27mm SO, 24 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 24 24 Package_SO SOIC-4_4.55x2.6mm_P1.27mm SOIC, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12884&prodName=TLP291), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 4 4 Package_SO SOIC-4_4.55x3.7mm_P2.54mm SOIC, 6 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=11791&prodName=TLP185), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 4 4 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_ThermalVias SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm_ThermalVias SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 14 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm_ThermalVias SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 23 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-N7_3.9x4.9mm_P1.27mm 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], pin 7 removed (Microchip Packaging Specification 00000049BS.pdf, http://www.onsemi.com/pub/Collateral/NCP1207B.PDF) SOIC 1.27 0 7 7 Package_SO SOIC-8_3.9x4.9mm_P1.27mm SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-8_5.23x5.23mm_P1.27mm SOIC, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf#page=68), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-8_5.275x5.275mm_P1.27mm SOIC, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-8_7.5x5.85mm_P1.27mm SOIC, 8 Pin (http://www.ti.com/lit/ml/mpds382b/mpds382b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-14-16_3.9x9.9mm_P1.27mm SOIC, 16 Pin package with pin 2 and 13 removed for voltage clearance (UCC256301, https://www.ti.com/lit/ds/symlink/ucc256301.pdf) SOIC SO 0 14 14 Package_SO SOIC-14W_7.5x9mm_P1.27mm SOIC, 14 Pin (JEDEC MS-013AF, https://www.analog.com/media/en/package-pcb-resources/package/54614177245586rw_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 14 14 Package_SO SOIC-14_3.9x8.7mm_P1.27mm SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 14 14 Package_SO SOIC-16W-12_7.5x10.3mm_P1.27mm SOIC-16 With 12 Pin Placed - Wide, 7.50 mm Body [SOIC] (https://docs.broadcom.com/docs/AV02-0169EN) SOIC 1.27 16 12 Wide 0 12 12 Package_SO SOIC-16W_5.3x10.2mm_P1.27mm 16-Lead Plastic Small Outline (SO) - Wide, 5.3 mm Body (http://www.ti.com/lit/ml/msop002a/msop002a.pdf) SOIC 1.27 0 16 16 Package_SO SOIC-16W_7.5x10.3mm_P1.27mm SOIC, 16 Pin (JEDEC MS-013AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/rw_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-16W_7.5x12.8mm_P1.27mm SOIC, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ri_soic_ic/ri_16_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-16_3.9x9.9mm_P1.27mm SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-16_4.55x10.3mm_P1.27mm SOIC, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12858&prodName=TLP291-4), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-18W_7.5x11.6mm_P1.27mm SOIC, 18 Pin (JEDEC MS-013AB, https://www.analog.com/media/en/package-pcb-resources/package/33254132129439rw_18.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 18 18 Package_SO SOIC-20W_7.5x12.8mm_P1.27mm SOIC, 20 Pin (JEDEC MS-013AC, https://www.analog.com/media/en/package-pcb-resources/package/233848rw_20.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 20 Package_SO SOIC-24W_7.5x15.4mm_P1.27mm SOIC, 24 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RW_24.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 24 24 Package_SO SOIC-28W_7.5x17.9mm_P1.27mm SOIC, 28 Pin (JEDEC MS-013AE, https://www.analog.com/media/en/package-pcb-resources/package/35833120341221rw_28.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 28 28 Package_SO SOIC-28W_7.5x18.7mm_P1.27mm SOIC, 28 Pin (https://www.akm.com/akm/en/file/datasheet/AK5394AVS.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 28 28 Package_SO SOIJ-8_5.3x5.3mm_P1.27mm 8-Lead Plastic Small Outline (SM) - Medium, 5.28 mm Body [SOIC] (see Microchip Packaging Specification 00000049BS.pdf) SOIC 1.27 0 8 8 Package_SO SOJ-36_10.16x23.49mm_P1.27mm SOJ, 36 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOJ SO 0 36 36 Package_SO SOP-4_3.8x4.1mm_P2.54mm SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 4 4 Package_SO SOP-4_4.4x2.6mm_P1.27mm SOP, 4 Pin (http://www.vishay.com/docs/83510/tcmt1100.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 4 4 Package_SO SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 13 9 Package_SO SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm_ThermalVias SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 20 9 Package_SO SOP-8_3.9x4.9mm_P1.27mm SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 8 8 Package_SO SOP-8_3.76x4.96mm_P1.27mm SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX211.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 8 8 Package_SO SOP-8_5.28x5.23mm_P1.27mm SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=80), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 8 8 Package_SO SOP-8_6.62x9.15mm_P2.54mm SOP, 8 Pin (http://www.ti.com/lit/ds/symlink/iso1050.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 8 8 Package_SO SOP-16_3.9x9.9mm_P1.27mm SOP, 16 Pin (https://www.diodes.com/assets/Datasheets/PAM8403.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 16 16 Package_SO SOP-16_4.4x10.4mm_P1.27mm 16-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf SOP 1.27 0 16 16 Package_SO SOP-16_4.55x10.3mm_P1.27mm SOP, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12855&prodName=TLP290-4), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 16 16 Package_SO SOP-18_7x12.5mm_P1.27mm SOP, 18 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=30523), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 18 18 Package_SO SOP-20_7.5x12.8mm_P1.27mm SOP, 20 Pin (https://www.holtek.com/documents/10179/116723/sop20-300.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 20 20 Package_SO SOP-24_7.5x15.4mm_P1.27mm SOP, 24 Pin (http://www.issi.com/WW/pdf/31FL3218.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 24 24 Package_SO SSO-4_6.7x5.1mm_P2.54mm_Clearance8mm 4-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/84299/vor1142b4.pdf SSO Stretched SO SOIC 2.54 0 4 4 Package_SO SSO-6_6.8x4.6mm_P1.27mm_Clearance7mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC 1.27 0 6 6 Package_SO SSO-6_6.8x4.6mm_P1.27mm_Clearance8mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC 1.27 0 6 6 Package_SO SSO-8_6.7x9.8mm_P2.54mm_Clearance8mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/83831/lh1533ab.pdf SSO Stretched SO SOIC Pitch 2.54 0 8 8 Package_SO SSO-8_6.8x5.9mm_P1.27mm_Clearance7mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSO-8_6.8x5.9mm_P1.27mm_Clearance8mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSO-8_9.6x6.3mm_P1.27mm_Clearance10.5mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSO-8_13.6x6.3mm_P1.27mm_Clearance14.2mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSOP-8_2.95x2.8mm_P0.65mm SSOP-8 2.9 x2.8mm Pitch 0.65mm SSOP-8 2.95x2.8mm Pitch 0.65mm 0 8 8 Package_SO SSOP-8_3.9x5.05mm_P1.27mm SSOP, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 8 8 Package_SO SSOP-8_3.95x5.21x3.27mm_P1.27mm SSOP-8 3.95x5.21x3.27mm Pitch 1.27mm SSOP-8 3.95x5.21x3.27mm 1.27mm 0 8 8 Package_SO SSOP-8_5.25x5.24mm_P1.27mm SSOP, 8 Pin (http://www.fujitsu.com/ca/en/Images/MB85RS2MT-DS501-00023-1v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 8 8 Package_SO SSOP-10_3.9x4.9mm_P1.00mm 10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf) SSOP 3.9 4.9 1.00 0 10 10 Package_SO SSOP-14_5.3x6.2mm_P0.65mm SSOP14: plastic shrink small outline package; 14 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot337-1_po.pdf) SSOP 0.65 0 14 14 Package_SO SSOP-16_3.9x4.9mm_P0.635mm SSOP16: plastic shrink small outline package; 16 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot519-1_po.pdf) SSOP 0.635 0 16 16 Package_SO SSOP-16_4.4x5.2mm_P0.65mm SSOP16: plastic shrink small outline package; 16 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot369-1_po.pdf) SSOP 0.65 0 16 16 Package_SO SSOP-16_5.3x6.2mm_P0.65mm SSOP16: plastic shrink small outline package; 16 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot338-1_po.pdf) SSOP 0.65 0 16 16 Package_SO SSOP-18_4.4x6.5mm_P0.65mm SSOP18: plastic shrink small outline package; 18 leads; body width 4.4 mm (http://toshiba.semicon-storage.com/info/docget.jsp?did=30523&prodName=TBD62783APG) SSOP 0.65 0 18 18 Package_SO SSOP-20_3.9x8.7mm_P0.635mm SSOP20: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT231X.pdf) SSOP 0.635 0 20 20 Package_SO SSOP-20_4.4x6.5mm_P0.65mm SSOP20: plastic shrink small outline package; 20 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot266-1_po.pdf) SSOP 0.65 0 20 20 Package_SO SSOP-20_5.3x7.2mm_P0.65mm SSOP, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001800C.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 20 20 Package_SO SSOP-24_3.9x8.7mm_P0.635mm SSOP24: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot556-1_po.pdf) SSOP 0.635 0 24 24 Package_SO SSOP-24_5.3x8.2mm_P0.65mm 24-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 24 24 Package_SO SSOP-28_3.9x9.9mm_P0.635mm SSOP28: plastic shrink small outline package; 28 leads; body width 3.9 mm; lead pitch 0.635; (see http://cds.linear.com/docs/en/datasheet/38901fb.pdf) SSOP 0.635 0 28 28 Package_SO SSOP-28_5.3x10.2mm_P0.65mm 28-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 28 28 Package_SO SSOP-32_11.305x20.495mm_P1.27mm SSOP, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 32 32 Package_SO SSOP-44_5.3x12.8mm_P0.5mm 44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf) SSOP 0.5 0 44 44 Package_SO SSOP-48_7.5x15.9mm_P0.635mm SSOP48: plastic shrink small outline package; 48 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot370-1_po.pdf) SSOP 0.635 0 48 48 Package_SO SSOP-56_7.5x18.5mm_P0.635mm SSOP56: plastic shrink small outline package; 56 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot371-1_po.pdf) SSOP 0.635 0 56 56 Package_SO STC_SOP-16_3.9x9.9mm_P1.27mm STC SOP, 16 Pin (https://www.stcmicro.com/datasheet/STC15F2K60S2-en.pdf#page=156), generated with kicad-footprint-generator ipc_gullwing_generator.py STC SOP SO 0 16 16 Package_SO ST_MultiPowerSO-30 MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm (http://www.st.com/resource/en/datasheet/vnh2sp30-e.pdf) MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm 0 33 33 Package_SO ST_PowerSSO-24_SlugDown ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm 0 25 25 Package_SO ST_PowerSSO-24_SlugDown_ThermalVias ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm 0 38 25 Package_SO ST_PowerSSO-24_SlugUp ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm 0 24 24 Package_SO ST_PowerSSO-36_SlugDown ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm 0 37 37 Package_SO ST_PowerSSO-36_SlugDown_ThermalVias ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm 0 50 37 Package_SO ST_PowerSSO-36_SlugUp ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm 0 36 36 Package_SO TI_SO-PowerPAD-8 8-Lead Plastic PSOP, Exposed Die Pad (TI DDA0008B, see http://www.ti.com/lit/ds/symlink/lm3404.pdf) SSOP 0.50 exposed pad 0 12 9 Package_SO TI_SO-PowerPAD-8_ThermalVias 8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm² body, exposed pad, thermal vias with large copper area, as proposed in http://www.ti.com/lit/ds/symlink/tps5430.pdf HTSOP 1.27 0 19 9 Package_SO TSOP-5_1.65x3.05mm_P0.95mm TSOP-5 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf Jedec MO-193C TSOP-5L 0 5 5 Package_SO TSOP-6_1.65x3.05mm_P0.95mm TSOP-6 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf Jedec MO-193C TSOP-6L 0 6 6 Package_SO TSOP-I-28_11.8x8mm_P0.55mm TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf) TSOP I 28 pins 0 28 28 Package_SO TSOP-I-32_11.8x8mm_P0.5mm TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TSOP-I SO 0 32 32 Package_SO TSOP-I-32_18.4x8mm_P0.5mm TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf, http://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/f32pm25.pdf) TSOP I 32 0 32 32 Package_SO TSOP-I-32_18.4x8mm_P0.5mm_Reverse TSOP I, 32 pins, 18.4x8mm body (http://www.futurlec.com/Datasheet/Memory/628128.pdf), reverse mount TSOP I 32 reverse 0 32 32 Package_SO TSOP-I-48_18.4x12mm_P0.5mm TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) TSOP I 32 0 48 48 Package_SO TSOP-I-56_18.4x14mm_P0.5mm TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) TSOP I 32 0 56 56 Package_SO TSOP-II-32_21.0x10.2mm_P1.27mm 32-lead plastic TSOP; Type II TSOP-II 32 0 32 32 Package_SO TSOP-II-44_10.16x18.41mm_P0.8mm TSOP-II, 44 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TSOP-II SO 0 44 44 Package_SO TSOP-II-54_22.2x10.16mm_P0.8mm 54-lead TSOP typ II package TSOPII TSOP2 0 54 54 Package_SO TSSOP-4_4.4x5mm_P4mm TSSOP, 4 Pin (https://www.onsemi.com/pub/Collateral/MDB8S-D.PDF#page=4), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 4 4 Package_SO TSSOP-8_3x3mm_P0.65mm TSSOP8: plastic thin shrink small outline package; 8 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot505-1_po.pdf) SSOP 0.65 0 8 8 Package_SO TSSOP-8_4.4x3mm_P0.65mm TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 8 8 Package_SO TSSOP-10_3x3mm_P0.5mm TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf) SSOP 0.5 0 10 10 Package_SO TSSOP-14-1EP_4.4x5mm_P0.65mm 14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] with exposed pad (http://cds.linear.com/docs/en/datasheet/34301fa.pdf) SSOP 0.65 exposed pad 0 18 15 Package_SO TSSOP-14_4.4x5mm_P0.65mm TSSOP, 14 Pin (JEDEC MO-153 Var AB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 14 14 Package_SO TSSOP-16-1EP_4.4x5mm_P0.65mm FE Package; 16-Lead Plastic TSSOP (4.4mm); Exposed Pad Variation BB; (see Linear Technology 1956f.pdf) SSOP 0.65 0 24 17 Package_SO TSSOP-16_4.4x5mm_P0.65mm TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 16 16 Package_SO TSSOP-20_4.4x5mm_P0.5mm TSSOP, 20 Pin (JEDEC MO-153 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 20 20 Package_SO TSSOP-20_4.4x6.5mm_P0.65mm TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 20 20 Package_SO TSSOP-24_4.4x5mm_P0.4mm TSSOP, 24 Pin (JEDEC MO-153 Var CA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 24 24 Package_SO TSSOP-24_4.4x6.5mm_P0.5mm TSSOP, 24 Pin (JEDEC MO-153 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 24 24 Package_SO TSSOP-24_4.4x7.8mm_P0.65mm TSSOP, 24 Pin (JEDEC MO-153 Var AD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 24 24 Package_SO TSSOP-24_6.1x7.8mm_P0.65mm TSSOP, 24 Pin (JEDEC MO-153 Var DA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 24 24 Package_SO TSSOP-28-1EP_4.4x9.7mm_P0.65mm TSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; Exposed Pad Variation; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot361-1_po.pdf) SSOP 0.65 0 36 29 Package_SO TSSOP-28_4.4x7.8mm_P0.5mm TSSOP, 28 Pin (JEDEC MO-153 Var BC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 28 28 Package_SO TSSOP-28_4.4x9.7mm_P0.65mm TSSOP, 28 Pin (JEDEC MO-153 Var AE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 28 28 Package_SO TSSOP-28_6.1x7.8mm_P0.5mm TSSOP, 28 Pin (JEDEC MO-153 Var EA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 28 28 Package_SO TSSOP-28_6.1x9.7mm_P0.65mm TSSOP, 28 Pin (JEDEC MO-153 Var DB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 28 28 Package_SO TSSOP-28_8x9.7mm_P0.65mm TSSOP, 28 Pin (JEDEC MO-153 Var GA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 28 28 Package_SO TSSOP-30_4.4x7.8mm_P0.5mm TSSOP, 30 Pin (JEDEC MO-153 Var BC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 30 30 Package_SO TSSOP-30_6.1x9.7mm_P0.65mm TSSOP, 30 Pin (JEDEC MO-153 Var DB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 30 30 Package_SO TSSOP-32_4.4x6.5mm_P0.4mm TSSOP, 32 Pin (JEDEC MO-153 Var CB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 32 32 Package_SO TSSOP-32_6.1x11mm_P0.65mm TSSOP, 32 Pin (JEDEC MO-153 Var DC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 32 32 Package_SO TSSOP-32_8x11mm_P0.65mm TSSOP, 32 Pin (JEDEC MO-153 Var GB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 32 32 Package_SO TSSOP-36_4.4x7.8mm_P0.4mm TSSOP, 36 Pin (JEDEC MO-153 Var CC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-36_4.4x9.7mm_P0.5mm TSSOP, 36 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-36_6.1x7.8mm_P0.4mm TSSOP, 36 Pin (JEDEC MO-153 Var FA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-36_6.1x9.7mm_P0.5mm TSSOP, 36 Pin (JEDEC MO-153 Var EB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-36_6.1x12.5mm_P0.65mm TSSOP, 36 Pin (JEDEC MO-153 Var DD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-36_8x9.7mm_P0.5mm TSSOP, 36 Pin (JEDEC MO-153 Var HA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-36_8x12.5mm_P0.65mm TSSOP, 36 Pin (JEDEC MO-153 Var GC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 36 36 Package_SO TSSOP-38_4.4x9.7mm_P0.5mm TSSOP, 38 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 38 38 Package_SO TSSOP-38_6.1x12.5mm_P0.65mm TSSOP, 38 Pin (JEDEC MO-153 Var DD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 38 38 Package_SO TSSOP-40_6.1x11mm_P0.5mm TSSOP, 40 Pin (JEDEC MO-153 Var EC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 40 40 Package_SO TSSOP-40_6.1x14mm_P0.65mm TSSOP, 40 Pin (JEDEC MO-153 Var DE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 40 40 Package_SO TSSOP-40_8x11mm_P0.5mm TSSOP, 40 Pin (JEDEC MO-153 Var HB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 40 40 Package_SO TSSOP-40_8x14mm_P0.65mm TSSOP, 40 Pin (JEDEC MO-153 Var GD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 40 40 Package_SO TSSOP-44_4.4x11.2mm_P0.5mm TSSOP44: plastic thin shrink small outline package; 44 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf) SSOP 0.5 0 44 44 Package_SO TSSOP-44_4.4x11mm_P0.5mm TSSOP, 44 Pin (JEDEC MO-153 Var BE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 44 44 Package_SO TSSOP-44_6.1x11mm_P0.5mm TSSOP, 44 Pin (JEDEC MO-153 Var EC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 44 44 Package_SO TSSOP-48_4.4x9.7mm_P0.4mm TSSOP, 48 Pin (JEDEC MO-153 Var CD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 48 48 Package_SO TSSOP-48_6.1x9.7mm_P0.4mm TSSOP, 48 Pin (JEDEC MO-153 Var FB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 48 48 Package_SO TSSOP-48_6.1x12.5mm_P0.5mm TSSOP, 48 Pin (JEDEC MO-153 Var ED https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 48 48 Package_SO TSSOP-48_8x9.7mm_P0.4mm TSSOP, 48 Pin (JEDEC MO-153 Var JA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 48 48 Package_SO TSSOP-48_8x12.5mm_P0.5mm TSSOP, 48 Pin (JEDEC MO-153 Var HC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 48 48 Package_SO TSSOP-50_4.4x12.5mm_P0.5mm TSSOP, 50 Pin (JEDEC MO-153 Var BF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 50 50 Package_SO TSSOP-52_6.1x11mm_P0.4mm TSSOP, 52 Pin (JEDEC MO-153 Var FC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 52 52 Package_SO TSSOP-52_8x11mm_P0.4mm TSSOP, 52 Pin (JEDEC MO-153 Var JB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 52 52 Package_SO TSSOP-56_6.1x12.5mm_P0.4mm TSSOP, 56 Pin (JEDEC MO-153 Var FD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 56 56 Package_SO TSSOP-56_6.1x14mm_P0.5mm TSSOP, 56 Pin (JEDEC MO-153 Var EE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 56 56 Package_SO TSSOP-56_8x12.5mm_P0.4mm TSSOP, 56 Pin (JEDEC MO-153 Var JC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 56 56 Package_SO TSSOP-56_8x14mm_P0.5mm TSSOP, 56 Pin (JEDEC MO-153 Var HD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 56 56 Package_SO TSSOP-60_8x12.5mm_P0.4mm TSSOP, 60 Pin (JEDEC MO-153 Var JC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 60 60 Package_SO TSSOP-64_6.1x14mm_P0.4mm TSSOP, 64 Pin (JEDEC MO-153 Var FE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 64 64 Package_SO TSSOP-64_6.1x17mm_P0.5mm TSSOP, 64 Pin (JEDEC MO-153 Var EF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 64 64 Package_SO TSSOP-64_8x14mm_P0.4mm TSSOP, 64 Pin (JEDEC MO-153 Var JD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 64 64 Package_SO TSSOP-68_8x14mm_P0.4mm TSSOP, 68 Pin (JEDEC MO-153 Var JD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 68 68 Package_SO TSSOP-80_6.1x17mm_P0.4mm TSSOP, 80 Pin (JEDEC MO-153 Var FF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py TSSOP SO 0 80 80 Package_SO Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) HSOP 1.27 0 11 9 Package_SO Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm_ThermalVias Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, thermal vias, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) HSOP 1.27 0 20 9 Package_SO Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias 8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm body, exposed pad, thermal vias, http://www.ti.com/lit/ds/symlink/drv8870.pdf HTSOP 1.27 0 18 9 Package_SO Texas_PWP0020A 20-Pin Thermally Enhanced Thin Shrink Small-Outline Package, Body 4.4x6.5x1.1mm, Pad 3.0x4.2mm, Texas Instruments (see http://www.ti.com/lit/ds/symlink/lm5118.pdf) PWP HTSSOP 0.65mm 0 25 21 Package_SO Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOIC SO 0 16 9 Package_SO Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOIC SO 0 23 9 Package_SO Texas_R-PDSO-N5 Plastic Small outline http://www.ti.com/lit/ml/mpds158c/mpds158c.pdf SOT23 R-PDSO-N5 0 5 5 Package_SO VSO-40_7.6x15.4mm_P0.762mm VSO40: plastic very small outline package; 40 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot158-1_po.pdf) SSOP 0.762 0 40 40 Package_SO VSO-56_11.1x21.5mm_P0.75mm VSO56: plastic very small outline package; 56 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot190-1_po.pdf) SSOP 0.75 0 56 56 Package_SO VSSOP-8_2.3x2mm_P0.5mm VSSOP-8 2.3x2mm Pitch 0.5mm VSSOP-8 2.3x2mm Pitch 0.5mm 0 8 8 Package_SO VSSOP-8_2.4x2.1mm_P0.5mm http://www.ti.com/lit/ml/mpds050d/mpds050d.pdf VSSOP DCU R-PDSO-G8 Pitch0.5mm 0 8 8 Package_SO VSSOP-8_3.0x3.0mm_P0.65mm VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf VSSOP-8 3.0 x 3.0 0 8 8 Package_SO VSSOP-10_3x3mm_P0.5mm VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py VSSOP SO 0 10 10 Package_SO Vishay_PowerPAK_1212-8_Dual PowerPAK 1212-8 Dual (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72598/72598.pdf) Vishay_PowerPAK_1212-8_Dual 0 6 6 Package_SO Vishay_PowerPAK_1212-8_Single PowerPAK 1212-8 Single (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72597/72597.pdf) Vishay PowerPAK 1212-8 Single 0 5 5 Package_SO Zetex_SM8 Zetex, SMD, 8 pin package (http://datasheet.octopart.com/ZDT6758TA-Zetex-datasheet-68057.pdf) Zetex SM8 0 8 8 Package_SON Diodes_PowerDI3333-8 Diodes Incorporated PowerDI3333-8, Plastic Dual Flat No Lead Package, 3.3x3.3x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8.pdf PowerDI 0.65 0 13 5 Package_SON Fairchild_DualPower33-6_3x3mm Fairchild Power33 MOSFET package, 3x3mm (see https://www.fairchildsemi.com/datasheets/FD/FDMC8032L.pdf) mosfet 0 18 6 Package_SON Fairchild_MicroPak-6_1.0x1.45mm_P0.5mm Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm https://www.nxp.com/docs/en/application-note/AN10343.pdff Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm 0 6 6 Package_SON Fairchild_MicroPak2-6_1.0x1.0mm_P0.35mm Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm https://www.nxp.com/docs/en/application-note/AN10343.pdff Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm 0 6 6 Package_SON HUSON-3-1EP_2x2mm_P1.3mm_EP1.1x1.6mm HUSON, 3 Pin, SOT1061 (Ref: https://assets.nexperia.com/documents/data-sheet/PMEG2020CPA.pdf) huson nolead SOT1061 0 4 3 Package_SON HVSON-8-1EP_3x3mm_P0.65mm_EP1.6x2.4mm HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py HVSON NoLead 0 13 9 Package_SON HVSON-8-1EP_4x4mm_P0.8mm_EP2.2x3.1mm HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf (page 57)), generated with kicad-footprint-generator ipc_noLead_generator.py HVSON NoLead 0 13 9 Package_SON Infineon_PG-LSON-8-1 https://www.infineon.com/cms/en/product/packages/PG-LSON/PG-LSON-8-1/ PG-LSON-8-1 0 17 9 Package_SON Infineon_PG-TISON-8-2 Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ tison 0 23 7 Package_SON Infineon_PG-TISON-8-3 Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ tison 0 23 7 Package_SON Infineon_PG-TISON-8-4 Infineon, PG-TISON-8-4, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-4/ tison 0 26 8 Package_SON Infineon_PG-TISON-8-5 Infineon, PG-TISON-8-5, 8x8x1.1mm, 1mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-5/ tison 0 34 8 Package_SON NXP_XSON-16 http://www.nxp.com/documents/outline_drawing/SOT1341-1.pdf NXP XSON SOT-1341 0 16 16 Package_SON ROHM_VML0806 VML0806, Rohm (http://rohmfs.rohm.com/en/techdata_basic/transistor/soldering_condition/VML0806_Soldering_Condition.pdf, http://rohmfs.rohm.com/en/products/databook/package/spec/discrete/vml0806_tr-e.pdf) ROHM VML0806 0 3 3 Package_SON RTC_SMD_MicroCrystal_C3_2.5x3.7mm MicroCrystal C3 2.5x3.7mm, https://www.microcrystal.com/fileadmin/Media/Products/RTC/Datasheet/RV-1805-C3.pdf RTC C3 0 10 10 Package_SON SON-8-1EP_3x2mm_P0.5mm_EP1.4x1.6mm SON, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py SON NoLead 0 13 9 Package_SON Texas_DQK Texas WSON-6 DQK, http://www.ti.com/lit/ds/symlink/csd16301q2.pdf Texas WSON6 2x2mm 0 10 8 Package_SON Texas_DRC0010J Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf Texas VSON10 3x3mm 0 17 11 Package_SON Texas_DRC0010J_ThermalVias Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf Texas VSON10 3x3mm 0 21 11 Package_SON Texas_DSC0010J 3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 DSC0010J WSON 0 33 11 Package_SON Texas_DSC0010J_ThermalVias 3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 DSC0010J WSON 0 39 11 Package_SON Texas_PWSON-N6 Plastic Small Outline No-Lead http://www.ti.com/lit/ml/mpds176e/mpds176e.pdf Plastic Small Outline No-Lead 0 7 7 Package_SON Texas_R-PWSON-N12_EP0.4x2mm http://www.ti.com/lit/ds/symlink/tpd6f003.pdf WSON SMD 0 16 13 Package_SON Texas_S-PDSO-N12 http://www.ti.com/lit/ds/symlink/bq27441-g1.pdf SON thermal pads 0 44 13 Package_SON Texas_S-PVSON-N8 8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf DFN 0.65 S-PVSON-N8 0 21 9 Package_SON Texas_S-PVSON-N8_ThermalVias 8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf DFN 0.65 S-PVSON-N8 0 27 9 Package_SON Texas_S-PVSON-N10 3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 S-PVSON-N10 DRC 0 33 11 Package_SON Texas_S-PVSON-N10_ThermalVias 3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 S-PVSON-N10 DRC 0 39 11 Package_SON Texas_S-PWSON-N8_EP1.2x2mm WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 11 9 Package_SON Texas_S-PWSON-N8_EP1.2x2mm_ThermalVias WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 18 9 Package_SON Texas_S-PWSON-N10 3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf 0.5 S-PWSON-N10 DSC 0 41 11 Package_SON Texas_S-PWSON-N10_ThermalVias 3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf 0.5 S-PWSON-N10 DSC 0 47 11 Package_SON Texas_X2SON-4_1x1mm_P0.65mm X2SON 5 pin 1x1mm package (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint] X2SON 0 13 5 Package_SON USON-10_2.5x1.0mm_P0.5mm USON-10 2.5x1.0mm_ Pitch 0.5mm http://www.ti.com/lit/ds/symlink/tpd4e02b04.pdf USON-10 2.5x1.0mm Pitch 0.5mm 0 10 10 Package_SON USON-20_2x4mm_P0.4mm USON-20 2x4mm Pitch 0.4mm http://www.ti.com/lit/ds/symlink/txb0108.pdf USON-20 2x4mm Pitch 0.4mm 0 20 20 Package_SON VSON-8_3.3x3.3mm_P0.65mm_NexFET 8-Lead Plastic Dual Flat, No Lead Package (MF) - 3.3x3.3x1 mm Body [VSON] http://www.ti.com/lit/ds/symlink/csd87334q3d.pdf VSON 0.65 0 12 5 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py VSON NoLead 0 15 11 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py VSON NoLead 0 18 11 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument VSON 10 Thermal on 11 3x3mm Pitch 0.5mm 0 21 11 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument VSON 10 Thermal on 11 3x3mm Pitch 0.5mm 0 27 11 Package_SON VSONP-8-1EP_5x6_P1.27mm SON, 8-Leads, Body 5x6x1mm, Pitch 1.27mm; (see Texas Instruments CSD18531Q5A http://www.ti.com/lit/ds/symlink/csd18531q5a.pdf) VSONP 1.27 0 13 3 Package_SON WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 9 7 Package_SON WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 12 7 Package_SON WSON-6-1EP_3x3mm_P0.95mm WSON6 3*3 MM, 0.95 PITCH; http://www.ti.com/lit/ds/symlink/lmr62421.pdf WSON6 0.95 0 10 7 Package_SON WSON-6_1.5x1.5mm_P0.5mm WSON6, http://www.ti.com/lit/ds/symlink/tlv702.pdf WSON6_1.5x1.5mm_P0.5mm 0 6 6 Package_SON WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm 8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf WSON 8 1EP 0 11 9 Package_SON WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias 8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf WSON 8 1EP ThermalVias 0 14 9 Package_SON WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 13 9 Package_SON WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack_ThermalVias WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 18 9 Package_SON WSON-8-1EP_3x3mm_P0.5mm_EP1.6x2.0mm 8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf WSON 8 1EP 0 13 9 Package_SON WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 13 9 Package_SON WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 13 9 Package_SON WSON-8_4x4mm_P0.8mm http://www.ti.com/lit/ml/mpds406/mpds406.pdf WSON8_4x4mm_P0.8mm 0 9 9 Package_SON WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 15 11 Package_SON WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm_ThermalVias WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 22 11 Package_SON WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm WSON-10 package 2x3mm body, pitch 0.5mm, see http://www.ti.com/lit/ds/symlink/tps62177.pdf WSON 0.5 0 14 11 Package_SON WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm_ThermalVias WSON-10 package 2x3mm body, pitch 0.5mm, thermal vias and counter-pad, see http://www.ti.com/lit/ds/symlink/tps62177.pdf WSON 0.5 thermal vias 0 17 11 Package_SON WSON-10-1EP_4x3mm_P0.5mm_EP2.2x2mm 10-Lead Plastic WSON, 4x3mm Body, 0.5mm Pitch (http://www.ti.com/lit/ds/symlink/lm4990.pdf) WSON 0.5 0 15 11 Package_SON WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65 WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf WSON-12 0 15 13 Package_SON WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65_ThermalVias WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf WSON-12 0 19 13 Package_SON WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 17 13 Package_SON WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm_ThermalVias WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 27 13 Package_SON WSON-14-1EP_4.0x4.0mm_P0.5mm_EP2.6x2.6mm 14-Lead Plastic Dual Flat, No Lead Package - 4.0x4.0x0.8 mm Body [WSON], http://www.ti.com/lit/ml/mpds421/mpds421.pdf NHL014B 0 19 15 Package_SON WSON-16_3.3x1.35_P0.4mm WSON-16 3.3 x 1.35mm Pitch 0.4mm http://www.chip.tomsk.ru/chip/chipdoc.nsf/Package/C67E729A4D6C883A4725793E004C8739!OpenDocument WSON-16 3.3 x 1.35mm Pitch 0.4mm 0 20 17 Package_SON X2SON-8_1.4x1mm_P0.35mm X2SON-8 1.4x1mm Pitch0.35mm http://www.ti.com/lit/ds/symlink/pca9306.pdf X2SON-8 1.4x1mm Pitch0.35mm 0 8 8 Package_SO_J-Lead TSOC-6_3.76x3.94mm_P1.27mm Maxim Integrated TSOC-6 D6+1,https://datasheets.maximintegrated.com/en/ds/DS2401.pdf, https://pdfserv.maximintegrated.com/land_patterns/90-0321.PDF TSOC-6 0 6 6 Package_TO_SOT_SMD ATPAK-2 ATPAK SMD package, http://www.onsemi.com/pub/Collateral/ENA2192-D.PDF ATPAK 0 7 3 Package_TO_SOT_SMD Analog_KS-4 Analog Devices KS-4, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sc70ks/ks_4.pdf Analog Devices KS-4 (like EIAJ SC-82) 0 4 4 Package_TO_SOT_SMD Diodes_SOT-553 Diodes SOT-553, https://www.diodes.com/assets/Package-Files/SOT553.pdf SOT-553 0 5 5 Package_TO_SOT_SMD HVSOF5 HVSOF5, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof5_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/hall/bu52001gul-e.pdf HVSOF5 0 5 5 Package_TO_SOT_SMD HVSOF6 HVSOF6, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof6_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/audio_video/video_amplifier/bh76106hfv-e.pdf HVSOF6 0 7 7 Package_TO_SOT_SMD Infineon_PG-HDSOP-10-1 Infineon PG-HDSOP-10-1 (DDPAK), 20.96x6.5x2.3mm, slug up (https://www.infineon.com/cms/en/product/packages/PG-HDSOP/PG-HDSOP-10-1/) hdsop 10 ddpak 0 10 10 Package_TO_SOT_SMD Infineon_PG-HSOF-8-1 HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) mosfet hsof toll 0 53 3 Package_TO_SOT_SMD Infineon_PG-HSOF-8-1_ThermalVias HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) mosfet hsof toll thermal vias 0 96 3 Package_TO_SOT_SMD Infineon_PG-HSOF-8-2 HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) mosfet hsof toll 0 12 4 Package_TO_SOT_SMD Infineon_PG-HSOF-8-2_ThermalVias HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) mosfet hsof toll thermal vias 0 97 4 Package_TO_SOT_SMD Infineon_PG-HSOF-8-2_ThermalVias2 HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/, https://www.infineon.com/dgdl/Infineon-ApplicationNote_600V_CoolMOS_C7_Gold_TOLL-AN-v01_00-EN.pdf?fileId=5546d4625b10283a015b144a1af70df6) mosfet hsof toll thermal vias 0 159 4 Package_TO_SOT_SMD Infineon_PG-HSOF-8-3 HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) mosfet hsof 0 25 4 Package_TO_SOT_SMD Infineon_PG-HSOF-8-3_ThermalVias HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) mosfet hsof 0 64 4 Package_TO_SOT_SMD Infineon_PG-TO-220-7Lead_TabPin8 Infineon PG-TO-220-7, Tab as Pin 8, see e.g. https://www.infineon.com/dgdl/Infineon-BTS50055-1TMC-DS-v01_00-EN.pdf?fileId=5546d4625a888733015aa9b0007235e9 Infineon PG-TO-220-7 0 12 8 Package_TO_SOT_SMD LFPAK33 LFPAK33 SOT-1210 https://assets.nexperia.com/documents/outline-drawing/SOT1210.pdf LFPAK33 SOT-1210 0 17 5 Package_TO_SOT_SMD LFPAK56 LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf LFPAK56 SOT-669 Power-SO8 0 18 5 Package_TO_SOT_SMD OnSemi_ECH8 On Semiconductor ECH8, https://www.onsemi.com/pub/Collateral/318BF.PDF ECH8 SOT28-FL SOT-28-FL 0 8 8 Package_TO_SOT_SMD PQFN_8x8 Low Profile 8x8mm PQFN, Dual Cool 88, https://www.onsemi.com/pub/Collateral/FDMT80080DC-D.pdf pqfn vdfn mosfet 0 9 3 Package_TO_SOT_SMD PowerMacro_M234_NoHole TO-50-4 Power Macro Package Style M234 TO-50-4 Power Macro Package Style M234 0 4 4 Package_TO_SOT_SMD PowerMacro_M234_WithHole TO-50-4 Power Macro Package Style M234 TO-50-4 Power Macro Package Style M234 0 4 4 Package_TO_SOT_SMD Rohm_HRP7 Rohm HRP7 SMD package, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hrp7_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/motor/dc/bd621x-e.pdf Rohm HRP7 SMD 0 69 7 Package_TO_SOT_SMD SC-59 SC-59, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg SC-59 0 3 3 Package_TO_SOT_SMD SC-59_Handsoldering SC-59, hand-soldering varaint, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg SC-59 hand-soldering 0 3 3 Package_TO_SOT_SMD SC-70-8 SC70-8 SC70-8 0 8 8 Package_TO_SOT_SMD SC-70-8_Handsoldering SC70-8, Handsoldering SC70-8 Handsoldering 0 8 8 Package_TO_SOT_SMD SC-82AA SC-82AA SC-82AA 0 4 4 Package_TO_SOT_SMD SC-82AA_Handsoldering SC-82AA SC-82AA 0 4 4 Package_TO_SOT_SMD SC-82AB SC-82AB SC-82AB 0 4 4 Package_TO_SOT_SMD SC-82AB_Handsoldering SC-82AB SC-82AB 0 4 4 Package_TO_SOT_SMD SOT-23 SOT-23, Standard SOT-23 0 3 3 Package_TO_SOT_SMD SOT-23-5 5-pin SOT23 package SOT-23-5 0 5 5 Package_TO_SOT_SMD SOT-23-5_HandSoldering 5-pin SOT23 package SOT-23-5 hand-soldering 0 5 5 Package_TO_SOT_SMD SOT-23-6 6-pin SOT-23 package SOT-23-6 0 6 6 Package_TO_SOT_SMD SOT-23-6_Handsoldering 6-pin SOT-23 package, Handsoldering SOT-23-6 Handsoldering 0 6 6 Package_TO_SOT_SMD SOT-23-8 8-pin SOT-23 package, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf SOT-23-8 0 8 8 Package_TO_SOT_SMD SOT-23-8_Handsoldering 8-pin SOT-23 package, Handsoldering, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf SOT-23-8 Handsoldering 0 8 8 Package_TO_SOT_SMD SOT-23W SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 SOT-23W 0 3 3 Package_TO_SOT_SMD SOT-23W_Handsoldering SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 SOT-23W for handsoldering 0 3 3 Package_TO_SOT_SMD SOT-23_Handsoldering SOT-23, Handsoldering SOT-23 0 3 3 Package_TO_SOT_SMD SOT-89-3 SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf SOT-89-3 0 3 3 Package_TO_SOT_SMD SOT-89-3_Handsoldering SOT-89-3 Handsoldering SOT-89-3 Handsoldering 0 3 3 Package_TO_SOT_SMD SOT-89-5 SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf SOT-89-5 0 5 5 Package_TO_SOT_SMD SOT-89-5_Handsoldering SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf SOT-89-5 0 5 5 Package_TO_SOT_SMD SOT-143 SOT-143 SOT-143 0 4 4 Package_TO_SOT_SMD SOT-143R_Reverse SOT-143R Reverse SOT-143R Reverse 0 4 4 Package_TO_SOT_SMD SOT-143R_Reverse_Handsoldering SOT-143R Reverse Handsoldering SOT-143 Reverse Handsoldering 0 4 4 Package_TO_SOT_SMD SOT-143_Handsoldering SOT-143 Handsoldering SOT-143 Handsoldering 0 4 4 Package_TO_SOT_SMD SOT-223 module CMS SOT223 4 pins CMS SOT 0 4 4 Package_TO_SOT_SMD SOT-223-3_TabPin2 module CMS SOT223 4 pins CMS SOT 0 4 3 Package_TO_SOT_SMD SOT-223-5 module CMS SOT223 5 pins, http://ww1.microchip.com/downloads/en/DeviceDoc/51751a.pdf CMS SOT 0 5 5 Package_TO_SOT_SMD SOT-223-6 module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf CMS SOT 0 6 6 Package_TO_SOT_SMD SOT-223-6_TabPin3 module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf CMS SOT 0 6 5 Package_TO_SOT_SMD SOT-223-8 module CMS SOT223 8 pins, https://www.diodes.com/assets/Datasheets/ZXSBMR16PT8.pdf CMS SOT 0 8 8 Package_TO_SOT_SMD SOT-323_SC-70 SOT-323, SC-70 SOT-323 SC-70 0 3 3 Package_TO_SOT_SMD SOT-323_SC-70_Handsoldering SOT-323, SC-70 Handsoldering SOT-323 SC-70 Handsoldering 0 3 3 Package_TO_SOT_SMD SOT-343_SC-70-4 SOT-343, SC-70-4 SOT-343 SC-70-4 0 4 4 Package_TO_SOT_SMD SOT-343_SC-70-4_Handsoldering SOT-343, SC-70-4, Handsoldering SOT-343 SC-70-4 Handsoldering 0 4 4 Package_TO_SOT_SMD SOT-353_SC-70-5 SOT-353, SC-70-5 SOT-353 SC-70-5 0 5 5 Package_TO_SOT_SMD SOT-353_SC-70-5_Handsoldering SOT-353, SC-70-5, Handsoldering SOT-353 SC-70-5 Handsoldering 0 5 5 Package_TO_SOT_SMD SOT-363_SC-70-6 SOT-363, SC-70-6 SOT-363 SC-70-6 0 6 6 Package_TO_SOT_SMD SOT-363_SC-70-6_Handsoldering SOT-363, SC-70-6, Handsoldering SOT-363 SC-70-6 Handsoldering 0 6 6 Package_TO_SOT_SMD SOT-383F 8-pin SOT-383F, http://www.mouser.com/ds/2/80/CPDVR085V0C-HF-RevB-10783.pdf SOT-383F 0 9 9 Package_TO_SOT_SMD SOT-383FL 8-pin SOT-383FL package, http://www.onsemi.com/pub_link/Collateral/ENA2267-D.PDF SOT-383FL 0 8 8 Package_TO_SOT_SMD SOT-416 SOT-416, https://www.nxp.com/docs/en/package-information/SOT416.pdf SOT-416 0 3 3 Package_TO_SOT_SMD SOT-523 SOT523, https://www.diodes.com/assets/Package-Files/SOT523.pdf SOT-523 0 3 3 Package_TO_SOT_SMD SOT-543 SOT-543 4 lead surface package SOT-543 SC-107A EMD4 0 4 4 Package_TO_SOT_SMD SOT-553 SOT553 SOT-553 0 5 5 Package_TO_SOT_SMD SOT-563 SOT563 SOT-563 0 6 6 Package_TO_SOT_SMD SOT-665 SOT665 SOT-665 0 5 5 Package_TO_SOT_SMD SOT-666 SOT666 SOT-666 0 6 6 Package_TO_SOT_SMD SOT-723 http://toshiba.semicon-storage.com/info/docget.jsp?did=5879&prodName=RN1104MFV sot 723 0 3 3 Package_TO_SOT_SMD SOT-883 SOT-883, https://assets.nexperia.com/documents/outline-drawing/SOT883.pdf SOT-883 0 3 3 Package_TO_SOT_SMD SOT-886 SOT-886 SOT-886 0 6 6 Package_TO_SOT_SMD SOT-963 SOT 963 6 pins package 1x0.8mm pitch 0.35mm SOT 963 6 pins package 1x0.8mm pitch 0.35mm 0 6 6 Package_TO_SOT_SMD SOT-1123 SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF) SOT-1123 transistor 0 3 3 Package_TO_SOT_SMD SOT-1333-1 SOT-1333-1 SOT-1333-1 0 9 9 Package_TO_SOT_SMD SOT-1334-1 SOT-1334-1 SOT-1334-1 0 14 14 Package_TO_SOT_SMD SuperSOT-3 3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf SuperSOT-3 SSOT-3 0 3 3 Package_TO_SOT_SMD SuperSOT-6 6-pin SuperSOT package http://www.mouser.com/ds/2/149/FMB5551-889214.pdf SuperSOT-6 SSOT-6 0 6 6 Package_TO_SOT_SMD SuperSOT-8 8-pin SuperSOT package, http://www.icbank.com/icbank_data/semi_package/ssot8_dim.pdf SuperSOT-8 SSOT-8 0 8 8 Package_TO_SOT_SMD TDSON-8-1 Power MOSFET package, TDSON-8-1, 5.15x5.9mm (https://www.infineon.com/cms/en/product/packages/PG-TDSON/PG-TDSON-8-1/) tdson 0 14 5 Package_TO_SOT_SMD TO-50-3_LongPad-NoHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-3_LongPad-WithHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-3_ShortPad-NoHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-3_ShortPad-WithHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-4_LongPad-NoHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-50-4_LongPad-WithHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-50-4_ShortPad-NoHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-50-4_ShortPad-WithHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-252-2 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ DPAK TO-252 DPAK-3 TO-252-3 SOT-428 0 7 3 Package_TO_SOT_SMD TO-252-2_TabPin1 TO-252-2, tab to pin 1 https://www.wolfspeed.com/media/downloads/87/CSD01060.pdf TO-252-2 diode 0 7 2 Package_TO_SOT_SMD TO-252-3_TabPin2 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ DPAK TO-252 DPAK-3 TO-252-3 SOT-428 0 8 3 Package_TO_SOT_SMD TO-252-3_TabPin4 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ DPAK TO-252 DPAK-3 TO-252-3 SOT-428 0 8 4 Package_TO_SOT_SMD TO-252-4 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ DPAK TO-252 DPAK-5 TO-252-5 0 9 5 Package_TO_SOT_SMD TO-252-5_TabPin3 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ DPAK TO-252 DPAK-5 TO-252-5 0 10 5 Package_TO_SOT_SMD TO-252-5_TabPin6 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ DPAK TO-252 DPAK-5 TO-252-5 0 10 6 Package_TO_SOT_SMD TO-263-2 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 0 7 3 Package_TO_SOT_SMD TO-263-2_TabPin1 TO-263 / D2PAK / DDPAK SMD package, tab to pin 1, https://www.wolfspeed.com/media/downloads/137/C3D06060G.pdf D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 diode 0 7 2 Package_TO_SOT_SMD TO-263-3_TabPin2 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 0 8 3 Package_TO_SOT_SMD TO-263-3_TabPin4 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 0 8 4 Package_TO_SOT_SMD TO-263-4 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 0 9 5 Package_TO_SOT_SMD TO-263-5_TabPin3 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 0 10 5 Package_TO_SOT_SMD TO-263-5_TabPin6 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 0 10 6 Package_TO_SOT_SMD TO-263-6 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 0 11 7 Package_TO_SOT_SMD TO-263-7_TabPin4 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 0 12 7 Package_TO_SOT_SMD TO-263-7_TabPin8 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 0 12 8 Package_TO_SOT_SMD TO-263-9_TabPin5 TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 0 14 9 Package_TO_SOT_SMD TO-263-9_TabPin10 TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 0 14 10 Package_TO_SOT_SMD TO-268-2 TO-268/D3PAK SMD package, http://www.icbank.com/icbank_data/semi_package/to268aa_dim.pdf D3PAK TO-268 D3PAK-3 TO-268-3 0 7 3 Package_TO_SOT_SMD TO-269AA SMD package TO-269AA (e.g. diode bridge), see http://www.vishay.com/docs/88854/padlayouts.pdf TO-269AA MBS diode bridge 0 4 4 Package_TO_SOT_SMD TO-277A Thermal enhanced ultra thin SMD package; 3 leads; body: 4.3x6.1x0.43mm, https://www.vishay.com/docs/95570/to-277asmpc.pdf TO-277A SMPC 0 12 3 Package_TO_SOT_SMD TO-277B TO-227B https://media.digikey.com/pdf/Data%20Sheets/Littelfuse%20PDFs/DST2050S.pdf TO-277B 0 9 3 Package_TO_SOT_SMD TSOT-23 3-pin TSOT23 package, http://www.analog.com.tw/pdf/All_In_One.pdf TSOT-23 0 3 3 Package_TO_SOT_SMD TSOT-23-5 5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf TSOT-23-5 0 5 5 Package_TO_SOT_SMD TSOT-23-5_HandSoldering 5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf TSOT-23-5 Hand-soldering 0 5 5 Package_TO_SOT_SMD TSOT-23-6 6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf TSOT-23-6 MK06A TSOT-6 0 6 6 Package_TO_SOT_SMD TSOT-23-6_HandSoldering 6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf TSOT-23-6 MK06A TSOT-6 Hand-soldering 0 6 6 Package_TO_SOT_SMD TSOT-23-8 8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf TSOT-23-8 0 8 8 Package_TO_SOT_SMD TSOT-23-8_HandSoldering 8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf TSOT-23-8 Hand-soldering 0 8 8 Package_TO_SOT_SMD TSOT-23_HandSoldering 5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf TSOT-23 Hand-soldering 0 3 3 Package_TO_SOT_SMD Texas_DRT-3 Texas Instrument DRT-3 1x0.8mm Pitch 0.7mm http://www.ti.com/lit/ds/symlink/tpd2eusb30.pdf DRT-3 1x0.8mm Pitch 0.7mm 0 3 3 Package_TO_SOT_SMD Texas_NDQ Texas Instruments, NDQ, 5 pin (https://www.ti.com/lit/ml/mmsf022/mmsf022.pdf) ti pfm dap 0 6 6 Package_TO_SOT_SMD Texas_NDY0011A TO-PMOD-11 11-pin switching regulator package, http://www.ti.com/lit/ml/mmsf025/mmsf025.pdf Texas TO-PMOD NDY00011A 0 12 12 Package_TO_SOT_SMD Texas_R-PDSO-G6 R-PDSO-G6, http://www.ti.com/lit/ds/slis144b/slis144b.pdf R-PDSO-G6 SC-70-6 0 6 6 Package_TO_SOT_SMD VSOF5 VSOF5 VSOF5 0 5 5 Package_TO_SOT_SMD Vishay_PowerPAK_SC70-6L_Dual Vishay PowerPAK SC70 dual transistor package http://www.vishay.com/docs/70487/70487.pdf powerpak sc70 sc-70 dual 0 8 6 Package_TO_SOT_SMD Vishay_PowerPAK_SC70-6L_Single Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf powerpak sc70 sc-70 0 6 3 Package_TO_SOT_THT Fairchild_TO-220F-6L Fairchild TO-220F-6L, http://www.mouser.com/ds/2/149/FSL136MRT-113334.pdf Fairchild TO-220F-6L 0 6 6 Package_TO_SOT_THT Heraeus_TO-92-2 TO-92 2-pin variant by Heraeus, drill 0.75mm (http://www.produktinfo.conrad.com/datenblaetter/175000-199999/181293-da-01-de-TO92_Temperatursensor_PT1000_32209225.pdf) to-92 0 2 2 Package_TO_SOT_THT NEC_Molded_7x4x9mm Molded Japan Transistor Package 7x4x9mm^3, http://rtellason.com/transdata/2sb734.pdf Japan transistor 0 3 3 Package_TO_SOT_THT PowerIntegrations_TO-220-7C Non Isolated Modified TO-220 7pin Package, see http://www.farnell.com/datasheets/5793.pdf Power Integration Y Package 0 6 6 Package_TO_SOT_THT SIPAK-1EP_Horizontal_TabDown SIPAK, Horizontal, RM 2.286mm SIPAK Horizontal RM 2.286mm 0 4 4 Package_TO_SOT_THT SIPAK_Vertical SIPAK, Vertical, RM 2.286mm SIPAK Vertical RM 2.286mm 0 3 3 Package_TO_SOT_THT SOD-70_P2.54mm Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] Sod-70 0 2 2 Package_TO_SOT_THT SOD-70_P5.08mm Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] Sod-70 0 2 2 Package_TO_SOT_THT SOT-227 SOT-227 / SOT-227B / ISOTOP, M4 mounting screws (https://www.vishay.com/docs/95423/sot227g2.pdf, https://www.vishay.com/docs/95793/vs-fc420sa10.pdf) sot 227 isotop 0 8 4 Package_TO_SOT_THT TO-3 Transistor TO-3 TR TO-3 TO3 TO-204 0 4 3 Package_TO_SOT_THT TO-3P-3_Horizontal_TabDown TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html TO-3P-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3P-3_Horizontal_TabUp TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html TO-3P-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3P-3_Vertical TO-3P-3, Vertical, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html TO-3P-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3PB-3_Horizontal_TabDown TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF TO-3PB-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3PB-3_Horizontal_TabUp TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF TO-3PB-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3PB-3_Vertical TO-3PB-3, Vertical, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF TO-3PB-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-5-2 TO-5-2 TO-5-2 0 2 2 Package_TO_SOT_THT TO-5-2_Window TO-5-2_Window, Window TO-5-2_Window Window 0 2 2 Package_TO_SOT_THT TO-5-3 TO-5-3 TO-5-3 0 3 3 Package_TO_SOT_THT TO-5-3_Window TO-5-3_Window, Window TO-5-3_Window Window 0 3 3 Package_TO_SOT_THT TO-5-4 TO-5-4 TO-5-4 0 4 4 Package_TO_SOT_THT TO-5-4_Window TO-5-4_Window, Window TO-5-4_Window Window 0 4 4 Package_TO_SOT_THT TO-5-6 TO-5-6 TO-5-6 0 6 6 Package_TO_SOT_THT TO-5-6_Window TO-5-6_Window, Window TO-5-6_Window Window 0 6 6 Package_TO_SOT_THT TO-5-8 TO-5-8 TO-5-8 0 8 8 Package_TO_SOT_THT TO-5-8_PD5.08 TO-5-8_PD5.08 TO-5-8_PD5.08 0 8 8 Package_TO_SOT_THT TO-5-8_PD5.08_Window TO-5-8_PD5.08_Window, Window TO-5-8_PD5.08_Window Window 0 8 8 Package_TO_SOT_THT TO-5-8_Window TO-5-8_Window, Window TO-5-8_Window Window 0 8 8 Package_TO_SOT_THT TO-5-10 TO-5-10 TO-5-10 0 10 10 Package_TO_SOT_THT TO-5-10_Window TO-5-10_Window, Window TO-5-10_Window Window 0 10 10 Package_TO_SOT_THT TO-8-2 TO-8-2 TO-8-2 0 2 2 Package_TO_SOT_THT TO-8-2_Window TO-8-2_Window, Window TO-8-2_Window Window 0 2 2 Package_TO_SOT_THT TO-8-3 TO-8-3 TO-8-3 0 3 3 Package_TO_SOT_THT TO-8-3_Window TO-8-3_Window, Window TO-8-3_Window Window 0 3 3 Package_TO_SOT_THT TO-11-2 TO-11-2 TO-11-2 0 2 2 Package_TO_SOT_THT TO-11-2_Window TO-11-2_Window, Window TO-11-2_Window Window 0 2 2 Package_TO_SOT_THT TO-11-3 TO-11-3 TO-11-3 0 3 3 Package_TO_SOT_THT TO-11-3_Window TO-11-3_Window, Window TO-11-3_Window Window 0 3 3 Package_TO_SOT_THT TO-12-4 TO-12-4 TO-12-4 0 4 4 Package_TO_SOT_THT TO-12-4_Window TO-12-4_Window, Window TO-12-4_Window Window 0 4 4 Package_TO_SOT_THT TO-17-4 TO-17-4 TO-17-4 0 4 4 Package_TO_SOT_THT TO-17-4_Window TO-17-4_Window, Window TO-17-4_Window Window 0 4 4 Package_TO_SOT_THT TO-18-2 TO-18-2 TO-18-2 0 2 2 Package_TO_SOT_THT TO-18-2_Lens TO-18-2_Lens, Lens TO-18-2_Lens Lens 0 2 2 Package_TO_SOT_THT TO-18-2_Window TO-18-2_Window, Window TO-18-2_Window Window 0 2 2 Package_TO_SOT_THT TO-18-3 TO-18-3 TO-18-3 0 3 3 Package_TO_SOT_THT TO-18-3_Lens TO-18-3_Lens, Lens TO-18-3_Lens Lens 0 3 3 Package_TO_SOT_THT TO-18-3_Window TO-18-3_Window, Window TO-18-3_Window Window 0 3 3 Package_TO_SOT_THT TO-18-4 TO-18-4 TO-18-4 0 4 4 Package_TO_SOT_THT TO-18-4_Lens TO-18-4_Lens, Lens TO-18-4_Lens Lens 0 4 4 Package_TO_SOT_THT TO-18-4_Window TO-18-4_Window, Window TO-18-4_Window Window 0 4 4 Package_TO_SOT_THT TO-33-4 TO-33-4 TO-33-4 0 4 4 Package_TO_SOT_THT TO-33-4_Window TO-33-4_Window, Window TO-33-4_Window Window 0 4 4 Package_TO_SOT_THT TO-38-2 TO-38-2 TO-38-2 0 2 2 Package_TO_SOT_THT TO-38-2_Window TO-38-2_Window, Window TO-38-2_Window Window 0 2 2 Package_TO_SOT_THT TO-38-3 TO-38-3 TO-38-3 0 3 3 Package_TO_SOT_THT TO-38-3_Window TO-38-3_Window, Window TO-38-3_Window Window 0 3 3 Package_TO_SOT_THT TO-39-2 TO-39-2 TO-39-2 0 2 2 Package_TO_SOT_THT TO-39-2_Window TO-39-2_Window, Window TO-39-2_Window Window 0 2 2 Package_TO_SOT_THT TO-39-3 TO-39-3 TO-39-3 0 3 3 Package_TO_SOT_THT TO-39-3_Window TO-39-3_Window, Window TO-39-3_Window Window 0 3 3 Package_TO_SOT_THT TO-39-4 TO-39-4 TO-39-4 0 4 4 Package_TO_SOT_THT TO-39-4_Window TO-39-4_Window, Window TO-39-4_Window Window 0 4 4 Package_TO_SOT_THT TO-39-6 TO-39-6 TO-39-6 0 6 6 Package_TO_SOT_THT TO-39-6_Window TO-39-6_Window, Window TO-39-6_Window Window 0 6 6 Package_TO_SOT_THT TO-39-8 TO-39-8 TO-39-8 0 8 8 Package_TO_SOT_THT TO-39-8_Window TO-39-8_Window, Window TO-39-8_Window Window 0 8 8 Package_TO_SOT_THT TO-39-10 TO-39-10 TO-39-10 0 10 10 Package_TO_SOT_THT TO-39-10_Window TO-39-10_Window, Window TO-39-10_Window Window 0 10 10 Package_TO_SOT_THT TO-46-2 TO-46-2 TO-46-2 0 2 2 Package_TO_SOT_THT TO-46-2_Pin2Center TO-46-2, Pin2 at center of package, Thorlabs photodiodes TO-46-2 Thorlabs 0 2 2 Package_TO_SOT_THT TO-46-2_Pin2Center_Window TO-46-2, Pin2 at center of package, Thorlabs photodiodes TO-46-2 Thorlabs 0 2 2 Package_TO_SOT_THT TO-46-2_Window TO-46-2_Window, Window TO-46-2_Window Window 0 2 2 Package_TO_SOT_THT TO-46-3 TO-46-3 TO-46-3 0 3 3 Package_TO_SOT_THT TO-46-3_Pin2Center TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf TO-46-3 Thorlabs 0 3 3 Package_TO_SOT_THT TO-46-3_Pin2Center_Window TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf TO-46-3 Thorlabs 0 3 3 Package_TO_SOT_THT TO-46-3_Window TO-46-3_Window, Window TO-46-3_Window Window 0 3 3 Package_TO_SOT_THT TO-46-4 TO-46-4 TO-46-4 0 4 4 Package_TO_SOT_THT TO-46-4_Window TO-46-4_Window, Window TO-46-4_Window Window 0 4 4 Package_TO_SOT_THT TO-52-2 TO-52-2 TO-52-2 0 2 2 Package_TO_SOT_THT TO-52-2_Window TO-52-2_Window, Window TO-52-2_Window Window 0 2 2 Package_TO_SOT_THT TO-52-3 TO-52-3 TO-52-3 0 3 3 Package_TO_SOT_THT TO-52-3_Window TO-52-3_Window, Window TO-52-3_Window Window 0 3 3 Package_TO_SOT_THT TO-72-4 TO-72-4 TO-72-4 0 4 4 Package_TO_SOT_THT TO-72-4_Window TO-72-4_Window, Window TO-72-4_Window Window 0 4 4 Package_TO_SOT_THT TO-75-6 TO-75-6 TO-75-6 0 6 6 Package_TO_SOT_THT TO-75-6_Window TO-75-6_Window, Window TO-75-6_Window Window 0 6 6 Package_TO_SOT_THT TO-78-6 TO-78-6 TO-78-6 0 6 6 Package_TO_SOT_THT TO-78-6_Window TO-78-6_Window, Window TO-78-6_Window Window 0 6 6 Package_TO_SOT_THT TO-78-8 TO-78-8 TO-78-8 0 8 8 Package_TO_SOT_THT TO-78-8_Window TO-78-8_Window, Window TO-78-8_Window Window 0 8 8 Package_TO_SOT_THT TO-78-10 TO-78-10 TO-78-10 0 10 10 Package_TO_SOT_THT TO-78-10_Window TO-78-10_Window, Window TO-78-10_Window Window 0 10 10 Package_TO_SOT_THT TO-92 TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92-2 TO-92 2-pin leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 diode SOD70 0 2 2 Package_TO_SOT_THT TO-92-2_Horizontal1 2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode 0 2 2 Package_TO_SOT_THT TO-92-2_Horizontal2 2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode 0 2 2 Package_TO_SOT_THT TO-92-2_W4.0mm_Horizontal_FlatSideDown TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 2 2 Package_TO_SOT_THT TO-92-2_W4.0mm_Horizontal_FlatSideUp TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 2 2 Package_TO_SOT_THT TO-92-2_Wide TO-92 2-pin leads in-line, wide, drill 0.75mm to-92 sc-43 sc-43a sot54 PA33 diode SOD70 0 2 2 Package_TO_SOT_THT TO-92Flat TO-92Flat package, often used for hall sensors, drill 0.75mm (see e.g. http://www.ti.com/lit/ds/symlink/drv5023.pdf) to-92Flat hall sensor 0 3 3 Package_TO_SOT_THT TO-92L TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Molded Narrow transistor 0 3 3 Package_TO_SOT_THT TO-92L_HandSolder TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm, hand-soldering variant with enlarged pads (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92L_Inline TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Inline Wide transistor 0 3 3 Package_TO_SOT_THT TO-92L_Inline_Wide TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Inline Wide transistor 0 3 3 Package_TO_SOT_THT TO-92L_Wide TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Molded Wide transistor 0 3 3 Package_TO_SOT_THT TO-92Mini-2 TO-92Mini package, drill 0.6mm (https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/KT,KTY.pdf) to-92Mini transistor 0 2 2 Package_TO_SOT_THT TO-92S TO-92S package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) to-92S transistor 0 3 3 Package_TO_SOT_THT TO-92S-2 TO-92S package, 2-pin, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) to-92S transistor 0 2 2 Package_TO_SOT_THT TO-92S_Wide TO-92S_Wide package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) TO-92S_Wide transistor 0 3 3 Package_TO_SOT_THT TO-92_HandSolder TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Horizontal1 TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Horizontal2 TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_Horizontal1 TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_Horizontal2 TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_W4.0mm_Horizontal_FlatSideDown TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_W4.0mm_Horizontal_FlatSideUp TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_Wide TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideDown TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideUp TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Wide TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-99-6 TO-99-6 TO-99-6 0 6 6 Package_TO_SOT_THT TO-99-6_Window TO-99-6_Window, Window TO-99-6_Window Window 0 6 6 Package_TO_SOT_THT TO-99-8 TO-99-8 TO-99-8 0 8 8 Package_TO_SOT_THT TO-99-8_Window TO-99-8_Window, Window TO-99-8_Window Window 0 8 8 Package_TO_SOT_THT TO-100-10 TO-100-10 TO-100-10 0 10 10 Package_TO_SOT_THT TO-100-10_Window TO-100-10_Window, Window TO-100-10_Window Window 0 10 10 Package_TO_SOT_THT TO-126-2_Horizontal_TabDown TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-126-2_Horizontal_TabUp TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-126-2_Vertical TO-126-2, Vertical, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-2 Vertical RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-126-3_Horizontal_TabDown TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-126-3_Horizontal_TabUp TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-126-3_Vertical TO-126-3, Vertical, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-3 Vertical RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-218-2_Horizontal_TabDown TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-2 Horizontal RM 10.95mm SOT-93 0 2 2 Package_TO_SOT_THT TO-218-2_Horizontal_TabUp TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-2 Horizontal RM 10.95mm SOT-93 0 2 2 Package_TO_SOT_THT TO-218-2_Vertical TO-218-2, Vertical, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-2 Vertical RM 10.95mm SOT-93 0 2 2 Package_TO_SOT_THT TO-218-3_Horizontal_TabDown TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-3 Horizontal RM 5.475mm SOT-93 0 3 3 Package_TO_SOT_THT TO-218-3_Horizontal_TabUp TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-3 Horizontal RM 5.475mm SOT-93 0 3 3 Package_TO_SOT_THT TO-218-3_Vertical TO-218-3, Vertical, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-3 Vertical RM 5.475mm SOT-93 0 3 3 Package_TO_SOT_THT TO-220-2_Horizontal_TabDown TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF TO-220-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220-2_Horizontal_TabUp TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF TO-220-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220-2_Vertical TO-220-2, Vertical, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF TO-220-2 Vertical RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220-3_Horizontal_TabDown TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf TO-220-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220-3_Horizontal_TabUp TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf TO-220-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220-3_Vertical TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf TO-220-3 Vertical RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220-4_Horizontal_TabDown TO-220-4, Horizontal, RM 2.54mm TO-220-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220-4_Horizontal_TabUp TO-220-4, Horizontal, RM 2.54mm TO-220-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerEven_Lead3.8mm_Vertical TO-220-4, Vertical, RM 2.54mm, staggered type-2 TO-220-4 Vertical RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerEven_Lead5.84mm_TabDown TO-220-4, Horizontal, RM 2.54mm, staggered type-2 TO-220-4 Horizontal RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerOdd_Lead3.8mm_Vertical TO-220-4, Vertical, RM 2.54mm, staggered type-1 TO-220-4 Vertical RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerOdd_Lead5.84mm_TabDown TO-220-4, Horizontal, RM 2.54mm, staggered type-1 TO-220-4 Horizontal RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220-4_Vertical TO-220-4, Vertical, RM 2.54mm TO-220-4 Vertical RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220-5_Horizontal_TabDown TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 0 5 5 Package_TO_SOT_THT TO-220-5_Horizontal_TabUp TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.7mm_StaggerEven_Lead3.8mm_Vertical TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.7mm_StaggerOdd_Lead3.8mm_Vertical TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.8mm_StaggerEven_Lead7.13mm_TabDown TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.8mm_StaggerOdd_Lead7.13mm_TabDown TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220-5_Vertical TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 0 5 5 Package_TO_SOT_THT TO-220-7_P2.54x3.7mm_StaggerEven_Lead3.8mm_Vertical TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-2 TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-2 0 7 7 Package_TO_SOT_THT TO-220-7_P2.54x3.7mm_StaggerOdd_Lead3.8mm_Vertical TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-1 TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-1 0 7 7 Package_TO_SOT_THT TO-220-7_P2.54x3.8mm_StaggerEven_Lead5.85mm_TabDown TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-2 TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-2 0 7 7 Package_TO_SOT_THT TO-220-7_P2.54x3.8mm_StaggerOdd_Lead5.85mm_TabDown TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-1 TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-1 0 7 7 Package_TO_SOT_THT TO-220-8_Vertical TO-220-8 (Multiwatt8), Vertical, 2.54mm Pitch (http://www.st.com/resource/en/datasheet/tda7264.pdf) TO-220-9 Vertical 2.54mm Pitch Multiwatt 8 0 8 8 Package_TO_SOT_THT TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-2 TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-2 0 9 9 Package_TO_SOT_THT TO-220-9_P1.94x3.7mm_StaggerOdd_Lead3.8mm_Vertical TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-1 TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-1 0 9 9 Package_TO_SOT_THT TO-220-9_P1.94x3.8mm_StaggerEven_Lead5.85mm_TabDown TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-2 TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-2 0 9 9 Package_TO_SOT_THT TO-220-9_P1.94x3.8mm_StaggerOdd_Lead5.85mm_TabDown TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-1 TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-1 0 9 9 Package_TO_SOT_THT TO-220-11_P3.4x2.54mm_StaggerEven_Lead5.84mm_TabDown TO-220-11, Horizontal, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Horizontal RM 1.7mm staggered type-2 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x2.54mm_StaggerOdd_Lead5.84mm_TabDown TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Horizontal RM 1.7mm staggered type-1 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x5.08mm_StaggerEven_Lead4.58mm_Vertical TO-220-11, Vertical, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Vertical RM 1.7mm staggered type-2 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x5.08mm_StaggerOdd_Lead4.85mm_Vertical TO-220-11, Vertical, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Vertical RM 1.7mm staggered type-1 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x5.08mm_StaggerOdd_Lead8.45mm_TabDown TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.ti.com/lit/ds/symlink/lmd18200.pdf TO-220-11 Horizontal RM 1.7mm staggered type-1 0 11 11 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerEven_Lead4.58mm_Vertical TO-220-15, Vertical, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Vertical RM 1.27mm staggered type-2 0 15 15 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerEven_Lead5.84mm_TabDown TO-220-15, Horizontal, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Horizontal RM 1.27mm staggered type-2 0 15 15 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerOdd_Lead4.58mm_Vertical TO-220-15, Vertical, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Vertical RM 1.27mm staggered type-1 0 15 15 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerOdd_Lead5.84mm_TabDown TO-220-15, Horizontal, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Horizontal RM 1.27mm staggered type-1 0 15 15 Package_TO_SOT_THT TO-220F-2_Horizontal_TabDown TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf TO-220F-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220F-2_Horizontal_TabUp TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf TO-220F-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220F-2_Vertical TO-220F-2, Vertical, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf TO-220F-2 Vertical RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220F-3_Horizontal_TabDown TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf TO-220F-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220F-3_Horizontal_TabUp TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf TO-220F-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220F-3_Vertical TO-220F-3, Vertical, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf TO-220F-3 Vertical RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220F-4_Horizontal_TabDown TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220F-4_Horizontal_TabUp TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x2.05mm_StaggerEven_Lead1.85mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x2.05mm_StaggerOdd_Lead1.85mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220F-4_Vertical TO-220F-4, Vertical, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220F-5_Horizontal_TabDown TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 0 5 5 Package_TO_SOT_THT TO-220F-5_Horizontal_TabUp TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x2.06mm_StaggerEven_Lead1.86mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x2.06mm_StaggerOdd_Lead1.86mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220F-5_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 0 5 5 Package_TO_SOT_THT TO-220F-7_P2.54x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-7, Vertical, RM 1.27mm, staggered type-2 TO-220F-7 Vertical RM 1.27mm staggered type-2 0 7 7 Package_TO_SOT_THT TO-220F-7_P2.54x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-7, Vertical, RM 1.27mm, staggered type-1 TO-220F-7 Vertical RM 1.27mm staggered type-1 0 7 7 Package_TO_SOT_THT TO-220F-9_P1.8x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-9, Vertical, RM 0.9mm, staggered type-2 TO-220F-9 Vertical RM 0.9mm staggered type-2 0 9 9 Package_TO_SOT_THT TO-220F-9_P1.8x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-9, Vertical, RM 0.9mm, staggered type-1 TO-220F-9 Vertical RM 0.9mm staggered type-1 0 9 9 Package_TO_SOT_THT TO-220F-11_P3.4x5.08mm_StaggerEven_Lead5.08mm_Vertical TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-2, see http://www.ti.com/lit/ds/symlink/lm3886.pdf TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-2 0 11 11 Package_TO_SOT_THT TO-220F-11_P3.4x5.08mm_StaggerOdd_Lead5.08mm_Vertical TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-1, see http://www.ti.com/lit/ds/symlink/lm3886.pdf TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-1 0 11 11 Package_TO_SOT_THT TO-220F-15_P2.54x5.08mm_StaggerEven_Lead5.08mm_Vertical TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-2 TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-2 0 15 15 Package_TO_SOT_THT TO-220F-15_P2.54x5.08mm_StaggerOdd_Lead5.08mm_Vertical TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-1 TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-1 0 15 15 Package_TO_SOT_THT TO-247-2_Horizontal_TabDown TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-247-2_Horizontal_TabUp TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-247-2_Vertical TO-247-2, Vertical, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-2 Vertical RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-247-3_Horizontal_TabDown TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-247-3_Horizontal_TabUp TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-247-3_Vertical TO-247-3, Vertical, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-247-4_Horizontal_TabDown TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-247-4_Horizontal_TabUp TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-247-4_Vertical TO-247-4, Vertical, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-4 Vertical RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-247-5_Horizontal_TabDown TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf TO-247-5 Horizontal RM 2.54mm 0 5 5 Package_TO_SOT_THT TO-247-5_Horizontal_TabUp TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf TO-247-5 Horizontal RM 2.54mm 0 5 5 Package_TO_SOT_THT TO-247-5_Vertical TO-247-5, Vertical, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf TO-247-5 Vertical RM 2.54mm 0 5 5 Package_TO_SOT_THT TO-251-2-1EP_Horizontal_TabDown TO-251-2, Horizontal, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-2 Horizontal RM 4.58mm IPAK 0 3 3 Package_TO_SOT_THT TO-251-2_Vertical TO-251-2, Vertical, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-2 Vertical RM 4.58mm IPAK 0 2 2 Package_TO_SOT_THT TO-251-3-1EP_Horizontal_TabDown TO-251-3, Horizontal, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-3 Horizontal RM 2.29mm IPAK 0 4 4 Package_TO_SOT_THT TO-251-3_Vertical TO-251-3, Vertical, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-3 Vertical RM 2.29mm IPAK 0 3 3 Package_TO_SOT_THT TO-262-3-1EP_Horizontal_TabDown TO-262-3, Horizontal, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF TO-262-3 Horizontal RM 2.54mm IIPAK I2PAK 0 4 4 Package_TO_SOT_THT TO-262-3_Vertical TO-262-3, Vertical, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF TO-262-3 Vertical RM 2.54mm IIPAK I2PAK 0 3 3 Package_TO_SOT_THT TO-262-5-1EP_Horizontal_TabDown TO-262-5, Horizontal, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf TO-262-5 Horizontal RM 1.7mm IIPAK I2PAK 0 6 6 Package_TO_SOT_THT TO-262-5_Vertical TO-262-5, Vertical, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf TO-262-5 Vertical RM 1.7mm IIPAK I2PAK 0 5 5 Package_TO_SOT_THT TO-264-2_Horizontal_TabDown TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-264-2_Horizontal_TabUp TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-264-2_Vertical TO-264-2, Vertical, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-2 Vertical RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-264-3_Horizontal_TabDown TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-264-3_Horizontal_TabUp TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-264-3_Vertical TO-264-3, Vertical, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-264-5_Horizontal_TabDown TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF TO-264-5 Horizontal RM 3.81mm 0 5 5 Package_TO_SOT_THT TO-264-5_Horizontal_TabUp TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF TO-264-5 Horizontal RM 3.81mm 0 5 5 Package_TO_SOT_THT TO-264-5_Vertical TO-264-5, Vertical, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF TO-264-5 Vertical RM 3.81mm 0 5 5 Potentiometer_SMD Potentiometer_ACP_CA6-VSMD_Vertical Potentiometer, vertical, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf Potentiometer vertical ACP CA6-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA6-VSMD_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf Potentiometer vertical hole ACP CA6-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA9-VSMD_Vertical Potentiometer, vertical, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical ACP CA9-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA9-VSMD_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical hole ACP CA9-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA14-VSMD_Vertical Potentiometer, vertical, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical ACP CA14-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA14-VSMD_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical hole ACP CA14-VSMD 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214G_Horizontal Potentiometer, horizontal, Bourns 3214G, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer horizontal Bourns 3214G 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214J_Horizontal Potentiometer, horizontal, Bourns 3214J, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer horizontal Bourns 3214J 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214W_Vertical Potentiometer, vertical, Bourns 3214W, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer vertical Bourns 3214W 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214X_Vertical Potentiometer, vertical, Bourns 3214X, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer vertical Bourns 3214X 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224G_Horizontal Potentiometer, horizontal, Bourns 3224G, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer horizontal Bourns 3224G 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224J_Horizontal Potentiometer, horizontal, Bourns 3224J, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer horizontal Bourns 3224J 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224W_Vertical Potentiometer, vertical, Bourns 3224W, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer vertical Bourns 3224W 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224X_Vertical Potentiometer, vertical, Bourns 3224X, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer vertical Bourns 3224X 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3269P_Horizontal Potentiometer, horizontal, Bourns 3269P, https://www.bourns.com/docs/Product-Datasheets/3269.pdf Potentiometer horizontal Bourns 3269P 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3269W_Vertical Potentiometer, vertical, Bourns 3269W, https://www.bourns.com/docs/Product-Datasheets/3269.pdf Potentiometer vertical Bourns 3269W 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3269X_Horizontal Potentiometer, horizontal, Bourns 3269X, https://www.bourns.com/docs/Product-Datasheets/3269.pdf Potentiometer horizontal Bourns 3269X 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314G_Vertical Potentiometer, vertical, Bourns 3314G, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical Bourns 3314G 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314J_Vertical Potentiometer, vertical, Bourns 3314J, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical Bourns 3314J 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314R-1_Vertical_Hole Potentiometer, vertical, shaft hole, Bourns 3314R-1, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical hole Bourns 3314R-1 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314R-GM5_Vertical Potentiometer, vertical, Bourns 3314R-GM5, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical Bourns 3314R-GM5 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314S_Horizontal Potentiometer, horizontal, Bourns 3314S, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer horizontal Bourns 3314S 0 3 3 Potentiometer_SMD Potentiometer_Bourns_PRS11S_Vertical Potentiometer, vertical, Bourns PRS11S, http://www.bourns.com/docs/Product-Datasheets/PRS11S.pdf Potentiometer vertical Bourns PRS11S 0 5 5 Potentiometer_SMD Potentiometer_Bourns_TC33X_Vertical Potentiometer, Bourns, TC33X, Vertical, https://www.bourns.com/pdfs/TC33.pdf Potentiometer Bourns TC33X Vertical 0 3 3 Potentiometer_SMD Potentiometer_Vishay_TS53YJ_Vertical Potentiometer, vertical, Vishay TS53YJ, https://www.vishay.com/docs/51008/ts53.pdf Potentiometer vertical Vishay TS53YJ 0 3 3 Potentiometer_SMD Potentiometer_Vishay_TS53YL_Vertical Potentiometer, vertical, Vishay TS53YL, https://www.vishay.com/docs/51008/ts53.pdf Potentiometer vertical Vishay TS53YL 0 3 3 Potentiometer_THT Potentiometer_ACP_CA6-H2,5_Horizontal Potentiometer, horizontal, ACP CA6-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf Potentiometer horizontal ACP CA6-H2,5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-H2,5_Horizontal Potentiometer, horizontal, ACP CA9-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer horizontal ACP CA9-H2,5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-H3,8_Horizontal Potentiometer, horizontal, ACP CA9-H3,8, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer horizontal ACP CA9-H3,8 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-H5_Horizontal Potentiometer, horizontal, ACP CA9-H5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer horizontal ACP CA9-H5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-V10_Vertical Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical ACP CA9-V10 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-V10_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical hole ACP CA9-V10 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14-H2,5_Horizontal Potentiometer, horizontal, ACP CA14-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer horizontal ACP CA14-H2,5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14-H4_Horizontal Potentiometer, horizontal, ACP CA14-H4, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer horizontal ACP CA14-H4 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14-H5_Horizontal Potentiometer, horizontal, ACP CA14-H5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer horizontal ACP CA14-H5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14V-15_Vertical Potentiometer, vertical, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical ACP CA14V-15 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14V-15_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical hole ACP CA14V-15 0 3 3 Potentiometer_THT Potentiometer_Alpha_RD901F-40-00D_Single_Vertical Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm single 0 5 3 Potentiometer_THT Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm single 0 5 3 Potentiometer_THT Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm dual 0 8 6 Potentiometer_THT Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical_CircularHoles Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm dual 0 8 6 Potentiometer_THT Potentiometer_Alps_RK09K_Single_Horizontal Potentiometer, horizontal, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html Potentiometer horizontal Alps RK09K Single 0 5 3 Potentiometer_THT Potentiometer_Alps_RK09K_Single_Vertical Potentiometer, vertical, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html Potentiometer vertical Alps RK09K Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK09L_Double_Horizontal Potentiometer, horizontal, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer horizontal Alps RK09L Double 0 8 6 Potentiometer_THT Potentiometer_Alps_RK09L_Double_Vertical Potentiometer, vertical, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer vertical Alps RK09L Double 0 6 6 Potentiometer_THT Potentiometer_Alps_RK09L_Single_Horizontal Potentiometer, horizontal, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer horizontal Alps RK09L Single 0 5 3 Potentiometer_THT Potentiometer_Alps_RK09L_Single_Vertical Potentiometer, vertical, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer vertical Alps RK09L Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK09Y11_Single_Horizontal Potentiometer, horizontal, Alps RK09Y11 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09Y11/RK09Y11_list.html Potentiometer horizontal Alps RK09Y11 Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK097_Dual_Horizontal Potentiometer, horizontal, Alps RK097 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html Potentiometer horizontal Alps RK097 Dual 0 6 6 Potentiometer_THT Potentiometer_Alps_RK097_Single_Horizontal Potentiometer, horizontal, Alps RK097 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html Potentiometer horizontal Alps RK097 Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK163_Dual_Horizontal Potentiometer, horizontal, Alps RK163 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html Potentiometer horizontal Alps RK163 Dual 0 6 6 Potentiometer_THT Potentiometer_Alps_RK163_Single_Horizontal Potentiometer, horizontal, Alps RK163 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html Potentiometer horizontal Alps RK163 Single 0 3 3 Potentiometer_THT Potentiometer_Bourns_3005_Horizontal Potentiometer, horizontal, Bourns 3005, http://www.bourns.com/docs/Product-Datasheets/3005.pdf Potentiometer horizontal Bourns 3005 0 3 3 Potentiometer_THT Potentiometer_Bourns_3006P_Horizontal Potentiometer, horizontal, Bourns 3006P, https://www.bourns.com/docs/Product-Datasheets/3006.pdf Potentiometer horizontal Bourns 3006P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3006W_Horizontal Potentiometer, horizontal, Bourns 3006W, https://www.bourns.com/docs/Product-Datasheets/3006.pdf Potentiometer horizontal Bourns 3006W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3006Y_Horizontal Potentiometer, horizontal, Bourns 3006Y, https://www.bourns.com/docs/Product-Datasheets/3006.pdf Potentiometer horizontal Bourns 3006Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3009P_Horizontal Potentiometer, horizontal, Bourns 3009P, http://www.bourns.com/docs/Product-Datasheets/3009.pdf Potentiometer horizontal Bourns 3009P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3009Y_Horizontal Potentiometer, horizontal, Bourns 3009Y, http://www.bourns.com/docs/Product-Datasheets/3009.pdf Potentiometer horizontal Bourns 3009Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266P_Horizontal Potentiometer, horizontal, Bourns 3266P, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer horizontal Bourns 3266P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266W_Vertical Potentiometer, vertical, Bourns 3266W, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer vertical Bourns 3266W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266X_Horizontal Potentiometer, horizontal, Bourns 3266X, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer horizontal Bourns 3266X 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266Y_Vertical Potentiometer, vertical, Bourns 3266Y, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer vertical Bourns 3266Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266Z_Horizontal Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer horizontal Bourns 3266Z 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296P_Horizontal Potentiometer, horizontal, Bourns 3296P, https://www.bourns.com/pdfs/3296.pdf Potentiometer horizontal Bourns 3296P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296W_Vertical Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf Potentiometer vertical Bourns 3296W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296X_Horizontal Potentiometer, horizontal, Bourns 3296X, https://www.bourns.com/pdfs/3296.pdf Potentiometer horizontal Bourns 3296X 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296Y_Vertical Potentiometer, vertical, Bourns 3296Y, https://www.bourns.com/pdfs/3296.pdf Potentiometer vertical Bourns 3296Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296Z_Horizontal Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf Potentiometer horizontal Bourns 3296Z 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299P_Horizontal Potentiometer, horizontal, Bourns 3299P, https://www.bourns.com/pdfs/3299.pdf Potentiometer horizontal Bourns 3299P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299W_Vertical Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf Potentiometer vertical Bourns 3299W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299X_Horizontal Potentiometer, horizontal, Bourns 3299X, https://www.bourns.com/pdfs/3299.pdf Potentiometer horizontal Bourns 3299X 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299Y_Vertical Potentiometer, vertical, Bourns 3299Y, https://www.bourns.com/pdfs/3299.pdf Potentiometer vertical Bourns 3299Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299Z_Horizontal Potentiometer, horizontal, Bourns 3299Z, https://www.bourns.com/pdfs/3299.pdf Potentiometer horizontal Bourns 3299Z 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339H_Vertical Potentiometer, vertical, Bourns 3339H, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer vertical Bourns 3339H 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339P_Vertical Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer vertical Bourns 3339P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339P_Vertical_HandSoldering Potentiometer, vertical, Bourns 3339P, hand-soldering, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer vertical Bourns 3339P hand-soldering 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339S_Horizontal Potentiometer, horizontal, Bourns 3339S, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer horizontal Bourns 3339S 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339W_Horizontal Potentiometer, horizontal, Bourns 3339W, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer horizontal Bourns 3339W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386C_Horizontal Potentiometer, horizontal, Bourns 3386C, https://www.bourns.com/pdfs/3386.pdf Potentiometer horizontal Bourns 3386C 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386F_Vertical Potentiometer, vertical, Bourns 3386F, https://www.bourns.com/pdfs/3386.pdf Potentiometer vertical Bourns 3386F 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386P_Vertical Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf Potentiometer vertical Bourns 3386P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386X_Horizontal Potentiometer, horizontal, Bourns 3386X, https://www.bourns.com/pdfs/3386.pdf Potentiometer horizontal Bourns 3386X 0 3 3 Potentiometer_THT Potentiometer_Bourns_PTA1543_Single_Slide Bourns single-gang slide potentiometer, 15.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 15.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA2043_Single_Slide Bourns single-gang slide potentiometer, 20.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 20.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA3043_Single_Slide Bourns single-gang slide potentiometer, 30.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 30.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA4543_Single_Slide Bourns single-gang slide potentiometer, 45.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 45.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA6043_Single_Slide Bourns single-gang slide potentiometer, 60.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 60.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTV09A-1_Single_Vertical Potentiometer, vertical, Bourns PTV09A-1 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf Potentiometer vertical Bourns PTV09A-1 Single 0 3 3 Potentiometer_THT Potentiometer_Bourns_PTV09A-2_Single_Horizontal Potentiometer, horizontal, Bourns PTV09A-2 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf Potentiometer horizontal Bourns PTV09A-2 Single 0 5 3 Potentiometer_THT Potentiometer_Omeg_PC16BU_Horizontal Potentiometer, horizontal, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm Potentiometer horizontal Omeg PC16BU 0 3 3 Potentiometer_THT Potentiometer_Omeg_PC16BU_Vertical Potentiometer, vertical, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm Potentiometer vertical Omeg PC16BU 0 3 3 Potentiometer_THT Potentiometer_Piher_PC-16_Dual_Horizontal Potentiometer, horizontal, Piher PC-16 Dual, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer horizontal Piher PC-16 Dual 0 6 6 Potentiometer_THT Potentiometer_Piher_PC-16_Single_Horizontal Potentiometer, horizontal, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer horizontal Piher PC-16 Single 0 3 3 Potentiometer_THT Potentiometer_Piher_PC-16_Single_Vertical Potentiometer, vertical, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer vertical Piher PC-16 Single 0 3 3 Potentiometer_THT Potentiometer_Piher_PC-16_Triple_Horizontal Potentiometer, horizontal, Piher PC-16 Triple, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer horizontal Piher PC-16 Triple 0 9 9 Potentiometer_THT Potentiometer_Piher_PT-6-H_Horizontal Potentiometer, horizontal, Piher PT-6-H, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf Potentiometer horizontal Piher PT-6-H 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-6-V_Vertical Potentiometer, vertical, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf Potentiometer vertical Piher PT-6-V 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-6-V_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf Potentiometer vertical hole Piher PT-6-V 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-H01_Horizontal Potentiometer, horizontal, Piher PT-10-H01, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer horizontal Piher PT-10-H01 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-H05_Horizontal Potentiometer, horizontal, Piher PT-10-H05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer horizontal Piher PT-10-H05 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-V05_Vertical Potentiometer, vertical, Piher PT-10-V05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer vertical Piher PT-10-V05 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-V10_Vertical Potentiometer, vertical, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer vertical Piher PT-10-V10 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-V10_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer vertical hole Piher PT-10-V10 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H01_Horizontal Potentiometer, horizontal, Piher PT-15-H01, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H01 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H05_Horizontal Potentiometer, horizontal, Piher PT-15-H05, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H05 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H06_Horizontal Potentiometer, horizontal, Piher PT-15-H06, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H06 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H25_Horizontal Potentiometer, horizontal, Piher PT-15-H25, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H25 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V02_Vertical Potentiometer, vertical, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical Piher PT-15-V02 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V02_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical hole Piher PT-15-V02 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V15_Vertical Potentiometer, vertical, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical Piher PT-15-V15 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V15_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical hole Piher PT-15-V15 0 3 3 Potentiometer_THT Potentiometer_Piher_T-16H_Double_Horizontal Potentiometer, horizontal, Piher T-16H Double, http://www.piher-nacesa.com/pdf/22-T16v03.pdf Potentiometer horizontal Piher T-16H Double 0 6 6 Potentiometer_THT Potentiometer_Piher_T-16H_Single_Horizontal Potentiometer, horizontal, Piher T-16H Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf Potentiometer horizontal Piher T-16H Single 0 3 3 Potentiometer_THT Potentiometer_Piher_T-16L_Single_Vertical_Hole Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf Potentiometer vertical hole Piher T-16L Single 0 3 3 Potentiometer_THT Potentiometer_Runtron_RM-063_Horizontal Potentiometer, horizontal, Trimmer, RM-063 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf Potentiometer Trimmer RM-063 0 3 3 Potentiometer_THT Potentiometer_Runtron_RM-065_Vertical Potentiometer, vertical, Trimmer, RM-065 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf Potentiometer Trimmer RM-065 0 3 3 Potentiometer_THT Potentiometer_TT_P0915N http://www.ttelectronics.com/sites/default/files/download-files/Datasheet_PanelPot_P09xSeries.pdf potentiometer vertical TT P0915N single 0 5 3 Potentiometer_THT Potentiometer_Vishay_43_Horizontal Potentiometer, horizontal, Vishay 43, http://www.vishay.com/docs/57026/43.pdf Potentiometer horizontal Vishay 43 0 3 3 Potentiometer_THT Potentiometer_Vishay_148-149_Dual_Horizontal Potentiometer, horizontal, Vishay 148-149 Dual, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148-149 Dual 0 6 6 Potentiometer_THT Potentiometer_Vishay_148-149_Single_Horizontal Potentiometer, horizontal, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148-149 Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_148-149_Single_Vertical Potentiometer, vertical, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf Potentiometer vertical Vishay 148-149 Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_148E-149E_Dual_Horizontal Potentiometer, horizontal, Vishay 148E-149E Dual, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148E-149E Dual 0 10 6 Potentiometer_THT Potentiometer_Vishay_148E-149E_Single_Horizontal Potentiometer, horizontal, Vishay 148E-149E Single, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148E-149E Single 0 7 3 Potentiometer_THT Potentiometer_Vishay_248BH-249BH_Single_Horizontal Potentiometer, horizontal, Vishay 248BH-249BH Single, http://www.vishay.com/docs/57054/248249.pdf Potentiometer horizontal Vishay 248BH-249BH Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_248GJ-249GJ_Single_Horizontal Potentiometer, horizontal, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf Potentiometer horizontal Vishay 248GJ-249GJ Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_248GJ-249GJ_Single_Vertical Potentiometer, vertical, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf Potentiometer vertical Vishay 248GJ-249GJ Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_T7-YA_Single_Vertical Potentiometer, vertical, Vishay T7-YA Single, http://www.vishay.com/docs/51015/t7.pdf Potentiometer vertical Vishay T7-YA Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_T73XW_Horizontal Potentiometer, horizontal, Vishay T73XW, http://www.vishay.com/docs/51016/t73.pdf Potentiometer horizontal Vishay T73XW 0 3 3 Potentiometer_THT Potentiometer_Vishay_T73XX_Horizontal Potentiometer, horizontal, Vishay T73XX, http://www.vishay.com/docs/51016/t73.pdf Potentiometer horizontal Vishay T73XX 0 3 3 Potentiometer_THT Potentiometer_Vishay_T73YP_Vertical Potentiometer, vertical, Vishay T73YP, http://www.vishay.com/docs/51016/t73.pdf Potentiometer vertical Vishay T73YP 0 3 3 RF Skyworks_SKY13575_639LF http://www.skyworksinc.com/uploads/documents/SKY13575_639LF_203270D.pdf Skyworks 0 19 15 RF Skyworks_SKY65404-31 http://www.skyworksinc.com/uploads/documents/SKY65404_31_201512K.pdf Skyworks 0 7 7 RF_Antenna Abracon_APAES868R8060C16-T Abracon RHCP ceramic patch antenna 854-882Mhz, 5dBi APAES patch antenna 0 1 1 RF_Antenna Coilcraft_MA5532-AE_RFID RFID Transponder Coil antenna rfid coilcraft 0 2 2 RF_Antenna Johanson_2450AT18x100 Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, -0.5dBi, https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf antenna 0 2 2 RF_Antenna Johanson_2450AT43F0100 Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, 1dBi, https://www.johansontechnology.com/datasheets/2450AT43F0100/2450AT43F0100.pdf antenna 0 2 2 RF_Antenna Pulse_W3011 Pulse RF Antenna, 4mm Clearance antenna rf 0 3 2 RF_Antenna Texas_SWRA117D_2.4GHz_Left http://www.ti.com/lit/an/swra117d/swra117d.pdf PCB antenna 0 2 2 RF_Antenna Texas_SWRA117D_2.4GHz_Right http://www.ti.com/lit/an/swra117d/swra117d.pdf PCB antenna 0 2 2 RF_Antenna Texas_SWRA416_868MHz_915MHz http://www.ti.com/lit/an/swra416/swra416.pdf PCB antenna 0 20 1 RF_Converter Anaren_0805_2012Metric-6 https://cdn.anaren.com/product-documents/Xinger/DirectionalCouplers/DC4759J5020AHF/DC4759J5020AHF_DataSheet(Rev_E).pdf coupler rf 0 6 6 RF_Converter Balun_Johanson_1.6x0.8mm 6-pin 1.6x0.8 mm balun footprint Johanson balun filter 0 6 6 RF_Converter Balun_Johanson_5400BL15B050E https://www.johansontechnology.com/datasheets/5400BL15B050/5400BL15B050.pdf balun RF 0 6 6 RF_Converter RF_Attenuator_Susumu_PAT1220 http://www.susumu-usa.com/pdf/Foot_Print_38.pdf, https://www.susumu.co.jp/common/pdf/n_catalog_partition16_en.pdf 2mm 1.2mm 0 3 3 RF_GPS Linx_RXM-GPS GPS Module, Linx gps linx 0 22 22 RF_GPS SIM28ML https://simcom.ee/documents/SIM28ML/SIM28ML_Hardware%20Design_V1.01.pdf SIM28ML GPS 0 18 18 RF_GPS Sierra_XA11X0 QFN-24, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification QFN-24 P1.20 0 24 24 RF_GPS Sierra_XM11X0 QFN-20, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification QFN-20 P1.20 0 20 20 RF_GPS ublox_LEA ublox LEA 6/7/8, (https://www.u-blox.com/sites/default/files/LEA-M8S-M8T-FW3_HardwareIntegrationManual_%28UBX-15030060%29.pdf) GPS ublox LEA 6/7/8 0 28 28 RF_GPS ublox_MAX ublox MAX 6/7/8, (https://www.u-blox.com/sites/default/files/MAX-8-M8-FW3_HardwareIntegrationManual_%28UBX-15030059%29.pdf) GPS ublox MAX 6/7/8 0 18 18 RF_GPS ublox_NEO ublox NEO 6/7/8, (https://www.u-blox.com/sites/default/files/NEO-8Q-NEO-M8-FW3_HardwareIntegrationManual_%28UBX-15029985%29_0.pdf) GPS ublox NEO 6/7/8 0 24 24 RF_GPS ublox_SAM-M8Q GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf ublox SAM-M8Q 0 100 20 RF_GPS ublox_SAM-M8Q_HandSolder GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf ublox SAM-M8Q 0 20 20 RF_GPS ublox_ZED ublox ZED-F9, https://www.u-blox.com/sites/default/files/ZED-F9P_DataSheet_%28UBX-17051259%29.pdf GPS GNSS ublox ZED 0 102 55 RF_GSM Quectel_BC66 GSM NB-IoT module, 15.8x17.7x2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC66_Hardware_Design_V1.1.pdf GSM NB-IoT Module BC66 M66 0 116 58 RF_GSM SIMCom_SIM800C Quad-Band GSM/GPRS module, 17.6x15.7x2.3mm, http://simcom.ee/documents/SIM800C/SIM800C_Hardware_Design_V1.05.pdf GSM Module SIM800C 0 84 42 RF_GSM SIMCom_SIM900 Quad-Band GSM/GPRS module, 24x24x3mm, http://simcom.ee/documents/SIM900/SIM900_Hardware%20Design_V2.05.pdf GSM Module SIM900 0 68 68 RF_GSM Telit_xL865 Telit xL865 familly footprint, http://www.telit.com/fileadmin/user_upload/products/Downloads/3G/Telit_UL865_Hardware_User_Guide_r8.pdf xL865 gsm umts 0 52 48 RF_GSM ublox_SARA-G3_LGA-96 ublox Sara GSM/HSPA modem, https://www.u-blox.com/sites/default/files/SARA-G3-U2_SysIntegrManual_%28UBX-13000995%29.pdf, pag.162 ublox SARA-G3 SARA-U2 GSM HSPA 0 192 96 RF_Mini-Circuits Mini-Circuits_BK377 Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) Mini-circuits BK377 0 14 14 RF_Mini-Circuits Mini-Circuits_BK377_LandPatternPL-005 Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) according to land-pattern PL-005, including GND vias (https://ww2.minicircuits.com/pcb/98-pl005.pdf) Mini-circuits VCXO JTOS PL-005 0 50 14 RF_Mini-Circuits Mini-Circuits_CD541_H2.08mm https://ww2.minicircuits.com/case_style/CD541.pdf RF Transformer 0 6 6 RF_Mini-Circuits Mini-Circuits_CD542_H2.84mm https://ww2.minicircuits.com/case_style/CD542.pdf RF Transformer 0 6 6 RF_Mini-Circuits Mini-Circuits_CD542_LandPatternPL-052 Footprint for Mini-Circuits case CD542 (https://ww2.minicircuits.com/case_style/CD542.pdf) using land-pattern PL-052, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl052.pdf) MiniCircuits PL-052 CD542 0 17 6 RF_Mini-Circuits Mini-Circuits_CD542_LandPatternPL-094 Footprint for mini circuit case CD542, Land pattern PL-094, pads 5 and 2 connected via insulated copper area below body, vias included (case drawing: https://ww2.minicircuits.com/case_style/CD542.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl094.pdf) mini-circuits CD542 pl-094 0 18 6 RF_Mini-Circuits Mini-Circuits_CD636_H4.11mm https://ww2.minicircuits.com/case_style/CD636.pdf RF Transformer 0 6 6 RF_Mini-Circuits Mini-Circuits_CD636_LandPatternPL-035 Footprint for Mini-Circuits case CD636 (https://ww2.minicircuits.com/case_style/CD636.pdf) following land pattern PL-035, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl035.pdf) mini-circuits pl-035 CD636 0 13 6 RF_Mini-Circuits Mini-Circuits_CD637_H5.23mm https://ww2.minicircuits.com/case_style/CD637.pdf RF Transformer 0 6 6 RF_Mini-Circuits Mini-Circuits_CK605 Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) Mini-Circuits CK605 0 16 16 RF_Mini-Circuits Mini-Circuits_CK605_LandPatternPL-012 Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) following land pattern PL-012, including GND vias (https://ww2.minicircuits.com/pcb/98-pl012.pdf) Mini-Circuits PL-012 0 53 16 RF_Mini-Circuits Mini-Circuits_DB1627 Mini-Circuits top-hat case DB1627 (https://ww2.minicircuits.com/case_style/DB1627.pdf) Mini-Circuits DB1627 0 6 6 RF_Mini-Circuits Mini-Circuits_GP731 Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) Mini-Circuits GP731 0 8 8 RF_Mini-Circuits Mini-Circuits_GP731_LandPatternPL-176 Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) mini-circuits PL-176 0 21 8 RF_Mini-Circuits Mini-Circuits_GP1212 Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) mini-circuits GP1212 0 8 8 RF_Mini-Circuits Mini-Circuits_GP1212_LandPatternPL-176 Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) mini-circuits PL-176 0 21 8 RF_Mini-Circuits Mini-Circuits_HF1139 Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) Mini-Circuits HF1139 0 8 8 RF_Mini-Circuits Mini-Circuits_HF1139_LandPatternPL-230 Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) following land pattern PL-230, including GND vias (https://ww2.minicircuits.com/pcb/98-pl230.pdf) Mini-Circuits PL-230 0 37 8 RF_Mini-Circuits Mini-Circuits_HQ1157 Footprint for Mini-Circuits case HQ1157 (https://www.minicircuits.com/case_style/HQ1157.pdf) Mini-Circuits HQ1157 0 14 14 RF_Mini-Circuits Mini-Circuits_HZ1198 Footprint for Mini-Circuits case HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) Mini-Circuits HZ1198 0 6 6 RF_Mini-Circuits Mini-Circuits_HZ1198_LandPatternPL-247 Footprint for Mini-Circuits cas HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) following land pattern PL-247, including GND-vias (https://www.minicircuits.com/pcb/98-pl247.pdf) Mini-Circuits PL-247 HZ1198 0 40 6 RF_Mini-Circuits Mini-Circuits_MMM168 Footprint for Mini-Circuits case MMM168 (https://ww2.minicircuits.com/case_style/MMM168.pdf) Mini-Circuits MMM168 0 4 4 RF_Mini-Circuits Mini-Circuits_MMM168_LandPatternPL-225 Footprint for Mini-Circuits case MMM168, Land pattern PL-225, vias included, (case drawing: https://ww2.minicircuits.com/case_style/MMM168.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl225.pdf) pl-225 0 10 4 RF_Mini-Circuits Mini-Circuits_QQQ130_ClockwisePinNumbering Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) Mini-Circuits QQQ130 0 6 6 RF_Mini-Circuits Mini-Circuits_QQQ130_LandPattern_PL-236_ClockwisePinNumbering Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) following land pattern PL-236, including GND vias (https://ww2.minicircuits.com/pcb/98-pl236.pdf) Mini-Circuits PL-236 0 14 6 RF_Mini-Circuits Mini-Circuits_TT1224_ClockwisePinNumbering Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) Mini-Circuits TT1224 0 6 6 RF_Mini-Circuits Mini-Circuits_TT1224_LandPatternPL-258_ClockwisePinNumbering Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) PL-258 Mini-Circuits 0 26 6 RF_Mini-Circuits Mini-Circuits_TTT167 Footprint for Mini-Circuits case TTT167 (https://ww2.minicircuits.com/case_style/TTT167.pdf) Mini-Circuits TTT167 0 6 6 RF_Mini-Circuits Mini-Circuits_TTT167_LandPatternPL-079 Footprint for Mini-Circuits case TTT167 (Mini-Circuits_TTT167_LandPatternPL-079) following land pattern PL-079, including GND vias (https://ww2.minicircuits.com/pcb/98-pl079.pdf) Mini-Circuits PL-079 0 36 6 RF_Mini-Circuits Mini-Circuits_YY161 Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) Mini-Circuits YY161 0 8 8 RF_Mini-Circuits Mini-Circuits_YY161_LandPatternPL-049 Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) using land-pattern PL-049, including GND-connections and vias (https://ww2.minicircuits.com/pcb/98-pl049.pdf) mini-circuits pl-049 0 36 8 RF_Module Ai-Thinker-Ra-01-LoRa Ai Thinker Ra-01 LoRa LoRa Ra-01 0 16 16 RF_Module Atmel_ATSAMR21G18-MR210UA_NoRFPads http://ww1.microchip.com/downloads/en/devicedoc/atmel-42475-atsamr21g18-mr210ua_datasheet.pdf module wireless zigbee 802.15.4 flash crypto ATSAMR21G18 AT45DB041E TECC508A U.Fi 0 42 42 RF_Module BLE112-A Class 4 Bluetooth Module with on-board antenna Bluetooth Module 0 30 30 RF_Module CMWX1ZZABZ https://wireless.murata.com/RFM/data/type_abz.pdf iot lora sigfox 0 57 57 RF_Module CYBLE-21Pin-10x10mm Cypress EZ-BLE PRoC Module (Bluetooth Smart) 21 Pin Module Cypress BT Bluetooth 0 21 21 RF_Module DWM1000 IEEE802.15.4-2011 UWB UWB Module 0 24 24 RF_Module DecaWave_DWM1001 https://www.decawave.com/sites/default/files/dwm1001_datasheet.pdf UWB module 0 34 34 RF_Module Digi_XBee_SMT http://www.digi.com/resources/documentation/digidocs/pdfs/90002126.pdf http://ftp1.digi.com/support/documentation/90001020_F.pdf Digi XBee SMT RF 0 37 37 RF_Module E18-MS1-PCB http://www.cdebyte.com/en/downpdf.aspx?id=122 Zigbee 0 24 24 RF_Module E73-2G4M04S http://www.cdebyte.com/en/downpdf.aspx?id=243 BLE BLE5 nRF52832 0 44 44 RF_Module ESP-07 Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/a007ps01a2_esp-07_product_specification_v1.2.pdf Wi-Fi Module 0 16 16 RF_Module ESP-12E Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/aithinker_esp_12f_datasheet_en.pdf Wi-Fi Module 0 22 22 RF_Module ESP-WROOM-02 http://espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf ESP WROOM-02 espressif esp8266ex 0 19 19 RF_Module ESP32-S2-WROVER ESP32-S2-WROVER(-I) 2.4 GHz Wi-Fi https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32-s2-wroom-i_datasheet_en.pdf ESP32-S2 ESP32 WIFI 0 43 43 RF_Module ESP32-WROOM-32 Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf Single 2.4 GHz Wi-Fi and Bluetooth combo chip 0 39 39 RF_Module ESP32-WROOM-32U Single 2.4 GHz Wi-Fi and Bluetooth combo chip with U.FL connector, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf Single 2.4 GHz Wi-Fi and Bluetooth combo chip 0 39 39 RF_Module Garmin_M8-35_9.8x14.0mm_Layout6x6_P1.5mm D52M ANT SoC Module https://www.thisisant.com/assets/resources/D00001687_D52_Module_Datasheet.v.2.3_(Garmin).pdf RF SoC Radio ANT Bluetooth BLE D52 nRF52 Garmin Canada Dynastream Nordic 0 35 35 RF_Module HOPERF_RFM9XW_SMD Low Power Long Range Transceiver Module SMD-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) LoRa Low Power Long Range Transceiver Module 0 16 16 RF_Module HOPERF_RFM9XW_THT Low Power Long Range Transceiver Module THT-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) Low Power Long Range Transceiver Module LoRa 0 16 16 RF_Module HOPERF_RFM69HW Radio, RF, Module, http://www.hoperf.com/upload/rf/RFM69HW-V1.3.pdf Radio RF Module 0 16 16 RF_Module IQRF_TRx2DA_KON-SIM-01 8 pin SIM connector for IQRF TR-x2DA(T) modules, http://iqrf.org/weben/downloads.php?id=104 IQRF_KON-SIM-01 IQRF_TRx2DA 0 10 8 RF_Module IQRF_TRx2D_KON-SIM-01 8 pin SIM connector for IQRF TR-x2D(C)(T) modules, http://iqrf.org/weben/downloads.php?id=104 IQRF_KON-SIM-01 IQRF_TRx2D IQRF_TRx2DC 0 10 8 RF_Module Laird_BL652 Bluetooth v4.2 + NFC module Bluetooth BLE NFC 0 39 39 RF_Module MOD-nRF8001 BLE module, https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/ BLE module 0 11 11 RF_Module Microchip_RN4871 Microchip RN4871 footprint RN4871 BLE 0 16 16 RF_Module Modtronix_inAir9 Modtronix Wireless SX1276 LoRa Module (http://modtronix.com/img/prod/imod/inair9/inair_dimensions.gif) Modtronix LoRa inAir inAir9 SX1276 RF 915MHz 868MHz Wireless 0 14 14 RF_Module MonoWireless_TWE-L-WX https://www.mono-wireless.com/jp/products/TWE-LITE/MW-PDS-TWELITE-JP.pdf TWE-L-WX 0 32 32 RF_Module Particle_P1 https://docs.particle.io/datasheets/p1-datasheet/ Particle P1 0 75 75 RF_Module RFDigital_RFD77101 RFDigital RFD77101 Simblee RFDigital RFD77101 Simblee 0 48 45 RF_Module RN42 Class 2 Bluetooth Module with on-board antenna Bluetooth Module 0 36 33 RF_Module RN42N Class 2 Bluetooth Module without antenna Bluetooth Module 0 39 36 RF_Module RN2483 Low-Power Long Range LoRa Transceiver Module rf module lora lorawan 0 47 47 RF_Module ST_SPBTLE Bluetooth Low Energy Module ble module st bluetooth 0 11 11 RF_Module TD1205 https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1205%20Datasheet.pdf SIGFOX Module 0 9 9 RF_Module TD1208 https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1208%20Datasheet.pdf SIGFOX Module 0 25 25 RF_Module Taiyo-Yuden_EYSGJNZWY Taiyo Yuden NRF51822 Module Bluetooth https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E.pdf Taiyo Yuden NRF51822 Module Bluetooth 0 30 28 RF_Module ZETA-433-SO_SMD RF transceiver SMD style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf RF transceiver SMD style 0 12 12 RF_Module ZETA-433-SO_THT RF transceiver THT style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf RF transceiver SMD style 0 12 12 RF_Module nRF24L01_Breakout nRF24L01 breakout board nRF24L01 adapter breakout 0 8 8 RF_Shielding Laird_Technologies_97-2002_25.40x25.40mm Laird Technologies 97-2002 EZ PEEL Shielding Cabinet One Piece SMD 25.40x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 8 1 RF_Shielding Laird_Technologies_97-2003_12.70x13.37mm Laird Technologies 97-2003 EZ PEEL Shielding Cabinet One Piece SMD 12.70x13.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 8 1 RF_Shielding Laird_Technologies_BMI-S-101_13.66x12.70mm Laird Technologies BMI-S-101 Shielding Cabinet One Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-102_16.50x16.50mm Laird Technologies BMI-S-102 Shielding Cabinet One Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-103_26.21x26.21mm Laird Technologies BMI-S-103 Shielding Cabinet One Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 24 1 RF_Shielding Laird_Technologies_BMI-S-104_32.00x32.00mm Laird Technologies BMI-S-104 Shielding Cabinet One Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-105_38.10x25.40mm Laird Technologies BMI-S-105 Shielding Cabinet One Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-106_36.83x33.68mm Laird Technologies BMI-S-106 Shielding Cabinet One Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-107_44.37x44.37mm Laird Technologies BMI-S-107 Shielding Cabinet One Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 36 1 RF_Shielding Laird_Technologies_BMI-S-201-F_13.66x12.70mm Laird Technologies BMI-S-201-F Shielding Cabinet Two Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-202-F_16.50x16.50mm Laird Technologies BMI-S-202-F Shielding Cabinet Two Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-203-F_26.21x26.21mm Laird Technologies BMI-S-203-F Shielding Cabinet Two Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 24 1 RF_Shielding Laird_Technologies_BMI-S-204-F_32.00x32.00mm Laird Technologies BMI-S-204-F Shielding Cabinet Two Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-205-F_38.10x25.40mm Laird Technologies BMI-S-205-F Shielding Cabinet Two Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-206-F_36.83x33.68mm Laird Technologies BMI-S-206-F Shielding Cabinet Two Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-207-F_44.37x44.37mm Laird Technologies BMI-S-207-F Shielding Cabinet Two Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 36 1 RF_Shielding Laird_Technologies_BMI-S-208-F_39.60x39.60mm Laird Technologies BMI-S-208-F Shielding Cabinet Two Piece SMD 39.60x39.60mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 32 1 RF_Shielding Laird_Technologies_BMI-S-209-F_29.36x18.50mm Laird Technologies BMI-S-209-F Shielding Cabinet Two Piece SMD 29.36x18.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 20 1 RF_Shielding Laird_Technologies_BMI-S-210-F_44.00x30.50mm Laird Technologies BMI-S-210-F Shielding Cabinet Two Piece SMD 44.00x30.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 32 1 RF_Shielding Laird_Technologies_BMI-S-230-F_50.8x38.1mm Laird Technologies BMI-S-230-F Shielding Cabinet Two Piece SMD 50.8x38.1mm Shielding Cabinet 0 36 1 RF_Shielding Wuerth_36103205_20x20mm WE-SHC Shielding Cabinet SMD 20x20mm Shielding Cabinet 0 20 1 RF_Shielding Wuerth_36103255_25x25mm WE-SHC Shielding Cabinet SMD 25x25mm Shielding Cabinet 0 24 1 RF_Shielding Wuerth_36103305_30x30mm WE-SHC Shielding Cabinet SMD 30x30mm Shielding Cabinet 0 28 1 RF_Shielding Wuerth_36103505_50x50mm WE-SHC Shielding Cabinet SMD 50x50mm Shielding Cabinet 0 44 1 RF_Shielding Wuerth_36103605_60x60mm WE-SHC Shielding Cabinet SMD 60x60mm Shielding Cabinet 0 52 1 RF_Shielding Wuerth_36503205_20x20mm WE-SHC Shielding Cabinet THT 21x21mm Shielding Cabinet 0 16 1 RF_Shielding Wuerth_36503255_25x25mm WE-SHC Shielding Cabinet THT 26x26mm Shielding Cabinet 0 20 1 RF_Shielding Wuerth_36503305_30x30mm WE-SHC Shielding Cabinet THT 31x31mm Shielding Cabinet 0 24 1 RF_Shielding Wuerth_36503505_50x50mm WE-SHC Shielding Cabinet THT 51x51mm Shielding Cabinet 0 40 1 RF_Shielding Wuerth_36503605_60x60mm WE-SHC Shielding Cabinet THT 61x61mm Shielding Cabinet 0 48 1 RF_WiFi USR-C322 https://www.usriot.com/download/WIFI/USR-C322-Hardware-Manual_V1.2.01.pdf WiFi IEEE802.11 b/g/n 0 44 44 Relay_SMD Relay_DPDT_AXICOM_IMSeries_JLeg http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FW5%7Fpdf%7FEnglish%7FENG_SS_108-98001_W5.pdf AXICOM IM-Series Relay J JLeg 0 8 8 Relay_SMD Relay_DPDT_FRT5_SMD IM Signal Relay DPDT FRT5 narrow footprint, SMD version of package Relay DPDT IM-relay FRT5 0 10 10 Relay_SMD Relay_DPDT_Kemet_EE2_NU Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double coil latching surface mount SMD 0 8 8 Relay_SMD Relay_DPDT_Kemet_EE2_NUH Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double coil latching surface mount SMD 0 8 8 Relay_SMD Relay_DPDT_Kemet_EE2_NUH_DoubleCoil Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD 0 10 10 Relay_SMD Relay_DPDT_Kemet_EE2_NUX_DoubleCoil Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD 0 10 10 Relay_SMD Relay_DPDT_Kemet_EE2_NUX_NKX Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double coil latching surface mount SMD 0 8 8 Relay_SMD Relay_DPDT_Kemet_EE2_NU_DoubleCoil Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD 0 10 10 Relay_SMD Relay_DPDT_Omron_G6H-2F package for Omron G6H-2F relais, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf Omron G6H-2F relais 0 10 10 Relay_SMD Relay_DPDT_Omron_G6K-2F Omron G6K-2F relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2F relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6K-2F-Y Omron G6K-2F-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2F-Y relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6K-2G Omron G6K-2G relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2G relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6K-2G-Y Omron G6K-2G-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2G-Y relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6S-2F Relay Omron G6S-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6S-2F 0 8 8 Relay_SMD Relay_DPDT_Omron_G6S-2G Relay Omron G6S-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6S-2G 0 8 8 Relay_SMD Relay_DPDT_Omron_G6SK-2F Relay Omron G6SK-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6SK-2F 0 10 10 Relay_SMD Relay_DPDT_Omron_G6SK-2G Relay Omron G6SK-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6SK-2G 0 10 10 Relay_SMD Relay_Fujitsu_FTR-B3S https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-b3.pdf Fujitsh FTR B3S B3SA Relay J JLeg 0 8 8 Relay_SMD Relay_SPDT_AXICOM_HF3Series_50ohms_Pitch1.27mm hiqsdr.com/images/3/3e/Axicom-HF3.pdf AXICOM HF3-Series Relay Pitch 1.27mm 50ohms 0 16 16 Relay_SMD Relay_SPDT_AXICOM_HF3Series_75ohms_Pitch1.27mm hiqsdr.com/images/3/3e/Axicom-HF3.pdf AXICOM HF3-Series Relay Pitch 1.27mm 75ohm 0 16 16 Relay_THT Relay_1-Form-A_Schrack-RYII_RM5mm Relay, 1-Form-A, Schrack-RYII, RM5mm, SPST-NO Relay 1-Form-A Schrack-RYII RM5mm SPST-NO 0 4 4 Relay_THT Relay_1-Form-B_Schrack-RYII_RM5mm Relay, 1-Form-B, Schrack-RYII, RM5mm, SPST-NC Relay 1-Form-B Schrack-RYII RM5mm SPST-NC 0 4 4 Relay_THT Relay_1-Form-C_Schrack-RYII_RM3.2mm Relay, 1-Form-C, Schrack-RYII, RM3.2mm, SPDT Relay 1-Form-C Schrack-RYII RM3.2mm SPDT 0 5 5 Relay_THT Relay_1P1T_NO_10x24x18.8mm_Panasonic_ADW11xxxxW_THT Panasonic Relay SPST 10mm 24mm, https://www.panasonic-electric-works.com/pew/es/downloads/ds_dw_hl_en.pdf Panasonic Relay SPST 0 4 4 Relay_THT Relay_DPDT_AXICOM_IMSeries_Pitch3.2mm AXICOM IM-Series Relays, DPDR, Pitch 3.2mm, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FV%7Fpdf%7FEnglish%7FENG_SS_108-98001_V_IM_0614_v1.pdf%7F4-1462039-1 AXICOM IM-Series Relay DPDR Pitch 3.2mm 0 8 8 Relay_THT Relay_DPDT_AXICOM_IMSeries_Pitch5.08mm AXICOM IM-Series Relays, DPDR, Pitch 5.08 AXICOM IM-Series Relay DPDR Pitch 5.08 0 8 8 Relay_THT Relay_DPDT_FRT5 IM Signal Relay DPDT FRT5 narrow footprint Relay DPDT IM-relay FRT5 0 10 10 Relay_THT Relay_DPDT_Finder_30.22 Finder 32.21-x000 Relay, DPDT, https://gfinder.findernet.com/public/attachments/30/EN/S30EN.pdf AXICOM IM-Series Relay SPDT 0 8 8 Relay_THT Relay_DPDT_Finder_40.52 Relay DPDT Finder 40.52, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.52 Pitch 5mm 0 8 8 Relay_THT Relay_DPDT_Fujitsu_FTR-F1C https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf relay dpdt fujitsu tht 0 8 8 Relay_THT Relay_DPDT_Kemet_EC2 Kemet signal relay, DPDT, non-latching, single coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT non single coil latching through hole THT 0 8 8 Relay_THT Relay_DPDT_Kemet_EC2_DoubleCoil Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf Kemet EC2 signal relay DPDT double dual coil latching through hole THT 0 10 10 Relay_THT Relay_DPDT_Omron_G2RL Omron Relay DPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf Omron Relay DPDT 0 8 8 Relay_THT Relay_DPDT_Omron_G5V-2 http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v2.pdf Omron G5V-2 Relay DPDT 0 8 8 Relay_THT Relay_DPDT_Omron_G6H-2 Omron relay G6H-2, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf Omron relay G6H-2 0 10 10 Relay_THT Relay_DPDT_Omron_G6K-2P Omron G6K-2P relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2P relay 0 8 8 Relay_THT Relay_DPDT_Omron_G6K-2P-Y Omron G6K-2P-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2P-Y relay 0 8 8 Relay_THT Relay_DPDT_Omron_G6S-2 Relay Omron G6S-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6S-2 0 8 8 Relay_THT Relay_DPDT_Omron_G6SK-2 Relay Omron G6SK-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6SK-2 0 10 10 Relay_THT Relay_DPDT_Panasonic_JW2 Panasonic Relay DPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok Panasonic Relay DPDT 0 8 8 Relay_THT Relay_DPDT_Schrack-RT2-FormC-Dual-Coil_RM5mm Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FRT2_bistable%7F1116%7Fpdf%7FEnglish%7FENG_DS_RT2_bistable_1116.pdf%7F1-1415537-8 Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay 0 9 9 Relay_THT Relay_DPDT_Schrack-RT2-FormC_RM5mm Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay 0 8 8 Relay_THT Relay_DPST_Fujitsu_FTR-F1A https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf relay dpst fujitsu tht 0 6 6 Relay_THT Relay_DPST_Schrack-RT2-FormA_RM5mm Relay DPST Schrack-RT2 RM5mm 16A 250V AC Form A http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN Relay DPST Schrack-RT2 RM5mm 16A 250V AC Relay 0 6 6 Relay_THT Relay_SPDT_Finder_32.21-x000 Finder 32.21-x000 Relay, SPDT, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf AXICOM IM-Series Relay SPDT 0 5 5 Relay_THT Relay_SPDT_Finder_34.51_Horizontal Relay SPDT, Finder Type34.51, horizontal form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf Relay SPDT Finder 0 5 5 Relay_THT Relay_SPDT_Finder_34.51_Vertical Relay SPDT, Finder Type34.51, vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf Relay SPDT Finder 0 5 5 Relay_THT Relay_SPDT_Finder_36.11 FINDER 36.11, SPDT relay, 10A, https://gfinder.findernet.com/public/attachments/36/EN/S36EN.pdf spdt relay 0 5 5 Relay_THT Relay_SPDT_Finder_40.11 Relay SPDT Finder 40.11, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay SPDT Finder 40.11 0 5 5 Relay_THT Relay_SPDT_Finder_40.31 Relay DPDT Finder 40.31, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.31 Pitch 3.5mm 0 5 5 Relay_THT Relay_SPDT_Finder_40.41 Relay DPDT Finder 40.41, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.41 Pitch 3.5mm 0 5 5 Relay_THT Relay_SPDT_Finder_40.51 Relay DPDT Finder 40.51, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.51 Pitch 5mm 0 5 5 Relay_THT Relay_SPDT_HJR-4102 IM Signal Relay SPDT HJR-4102 Relay SPDT IM-relay HJR-4102 0 6 6 Relay_THT Relay_SPDT_HsinDa_Y14 http://www.hsinda.com.cn/en/ProductShow.asp?ID=208 Relay Y14 0 6 6 Relay_THT Relay_SPDT_Omron-G5LE-1 Omron Relay SPDT, http://www.omron.com/ecb/products/pdf/en-g5le.pdf Omron Relay SPDT 0 5 5 Relay_THT Relay_SPDT_Omron-G5Q-1 Relay SPDT Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf Relay SPDT Omron Serie G5Q 0 5 5 Relay_THT Relay_SPDT_Omron_G5V-1 Relay Omron G5V-1, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v_1.pdf Relay Omron G5V-1 0 6 6 Relay_THT Relay_SPDT_Omron_G6E Relay SPDT Omron Serie G6E Relay SPDT Omron Serie G6E 1x um 0 5 5 Relay_THT Relay_SPDT_Omron_G6EK Relay SPDT Omron Serie G6EK, see http://www.logosfoundation.org/instrum_gwr/pi/Omron_G6E_134P.pdf Relay SPDT Omron Serie G6EK 0 6 6 Relay_THT Relay_SPDT_Panasonic_JW1_FormC Panasonic Relay SPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok Panasonic Relay SPDT 0 5 5 Relay_THT Relay_SPDT_PotterBrumfield_T9AP5D52_12V30A Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUn Connector Fast ON Only Dummy for Space NO Pads Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUm Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads 0 0 0 Relay_THT Relay_SPDT_RAYEX-L90 https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90 SPDT 0 6 6 Relay_THT Relay_SPDT_RAYEX-L90S https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90S SPDT 0 5 5 Relay_THT Relay_SPDT_SANYOU_SRD_Series_Form_C relay Sanyou SRD series Form C http://www.sanyourelay.ca/public/products/pdf/SRD.pdf relay Sanyu SRD form C 0 5 5 Relay_THT Relay_SPDT_Schrack-RP-II-1-16A-FormC_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay 0 8 5 Relay_THT Relay_SPDT_Schrack-RP-II-1-FormC_RM3.5mm Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_Schrack-RP-II-1-FormC_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_Schrack-RT1-16A-FormC_RM5mm Relay SPST Schrack-RT1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM5mm 16A 250V AC Relay 0 8 5 Relay_THT Relay_SPDT_Schrack-RT1-FormC_RM3.5mm Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_Schrack-RT1-FormC_RM5mm Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_StandexMeder_SIL_Form1C Standex-Meder SIL-relais, Form 1C, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf Standex Meder SIL reed relais 0 5 5 Relay_THT Relay_SPST_Finder_32.21-x300 Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf Finder 32.21-x300 Relay SPST 0 4 4 Relay_THT Relay_SPST_Omron-G5Q-1A Relay SPST-NO Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf Relay SPST-NO Omron Serie G5Q 0 4 4 Relay_THT Relay_SPST_Panasonic_JW1_FormA Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok Panasonic Relay SPST 0 4 4 Relay_THT Relay_SPST_PotterBrumfield_T9AP1D52_12V30A Relay SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Only Dummy for Space NO Pads Relau SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads 0 0 0 Relay_THT Relay_SPST_RAYEX-L90A https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90A SPST NO 0 5 5 Relay_THT Relay_SPST_RAYEX-L90AS https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90AS SPST NO 0 4 4 Relay_THT Relay_SPST_RAYEX-L90B https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90B SPST NC 0 5 5 Relay_THT Relay_SPST_RAYEX-L90BS https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90BS SPST NC 0 4 4 Relay_THT Relay_SPST_SANYOU_SRD_Series_Form_A relay Sanyou SRD series Form A http://www.sanyourelay.ca/public/products/pdf/SRD.pdf relay Sanyu SRD form A 0 4 4 Relay_THT Relay_SPST_SANYOU_SRD_Series_Form_B relay Sanyou SRD series Form B opener http://www.sanyourelay.ca/public/products/pdf/SRD.pdf relay Sanyu SRD form B opener 0 4 4 Relay_THT Relay_SPST_Schrack-RP-II-1-16A-FormA_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay 0 6 4 Relay_THT Relay_SPST_Schrack-RP-II-1-FormA_RM3.5mm Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form A Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_Schrack-RP-II-1-FormA_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_Schrack-RP3SL-1coil_RM5mm Relay SPST Schrack-RP3SL, 1-coil-version, RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay 0 6 4 Relay_THT Relay_SPST_Schrack-RP3SL_RM5mm Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay 0 7 5 Relay_THT Relay_SPST_Schrack-RT1-16A-FormA_RM5mm Relay SPST Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN Relay SPST Schrack-RT2 RM5mm 16A 250V AC Relay 0 6 4 Relay_THT Relay_SPST_Schrack-RT1-FormA_RM3.5mm Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form A Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_Schrack-RT1-FormA_RM5mm Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_StandexMeder_MS_Form1AB Standex-Meder MS SIL-relais, Form 1A/1B, see https://standexelectronics.com/de/produkte/ms-reed-relais/ Standex Meder MS SIL reed relais 0 4 4 Relay_THT Relay_SPST_StandexMeder_SIL_Form1A Standex-Meder SIL-relais, Form 1A, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf Standex Meder SIL reed relais 0 4 4 Relay_THT Relay_SPST_StandexMeder_SIL_Form1B Standex-Meder SIL-relais, Form 1B, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf Standex Meder SIL reed relais 0 4 4 Relay_THT Relay_SPST_TE_PCH-1xxx2M Miniature PCB Relay, PCH Series, 1 Form A (NO), SPST http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FPCH_series_relay_data_sheet_E%7F1215%7Fpdf%7FEnglish%7FENG_DS_PCH_series_relay_data_sheet_E_1215.pdf Relay SPST NO 0 4 4 Relay_THT Relay_SPST_TE_PCN-1xxD3MHZ https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1461491%7FG2%7Fpdf%7FEnglish%7FENG_CD_1461491_G2.pdf%7F3-1461491-0 SPST relay slim 0 4 4 Relay_THT Relay_Socket_DPDT_Finder_96.12 https://gfinder.findernet.com/public/attachments/56/DE/S56DE.pdf Relay socket DPDT Finder 96.12 56.32 0 8 8 Relay_THT Relay_StandexMeder_DIP_HighProfile package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay 0 8 8 Relay_THT Relay_StandexMeder_DIP_LowProfile package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay 0 8 8 Relay_THT Relay_StandexMeder_UMS Standex-Meder SIL-relais, UMS, see http://cdn-reichelt.de/documents/datenblatt/C300/UMS05_1A80_75L_DB.pdf Standex Meder SIL reed relais 0 4 4 Resistor_SMD R_0201_0603Metric Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator resistor 0 4 2 Resistor_SMD R_0201_0603Metric_Pad0.64x0.40mm_HandSolder Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator resistor handsolder 0 4 2 Resistor_SMD R_0402_1005Metric Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0402_1005Metric_Pad0.72x0.64mm_HandSolder Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0603_1608Metric Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0603_1608Metric_Pad0.98x0.95mm_HandSolder Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0612_1632Metric Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0612_1632Metric_Pad1.18x3.40mm_HandSolder Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0805_2012Metric Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0805_2012Metric_Pad1.20x1.40mm_HandSolder Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0815_2038Metric Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0815_2038Metric_Pad1.20x4.05mm_HandSolder Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_01005_0402Metric Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator resistor 0 4 2 Resistor_SMD R_01005_0402Metric_Pad0.57x0.30mm_HandSolder Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator resistor handsolder 0 4 2 Resistor_SMD R_1020_2550Metric Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1020_2550Metric_Pad1.33x5.20mm_HandSolder Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1206_3216Metric Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1206_3216Metric_Pad1.30x1.75mm_HandSolder Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1210_3225Metric Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1210_3225Metric_Pad1.30x2.65mm_HandSolder Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1218_3246Metric Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1218_3246Metric_Pad1.22x4.75mm_HandSolder Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1812_4532Metric Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1812_4532Metric_Pad1.30x3.40mm_HandSolder Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_2010_5025Metric Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_2010_5025Metric_Pad1.40x2.65mm_HandSolder Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_2512_6332Metric Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_2512_6332Metric_Pad1.40x3.35mm_HandSolder Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_2816_7142Metric Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_2816_7142Metric_Pad3.20x4.45mm_HandSolder Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_4020_10251Metric Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_4020_10251Metric_Pad1.65x5.30mm_HandSolder Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_Array_Concave_2x0603 Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Concave_4x0402 Thick Film Chip Resistor Array, Wave soldering, Vishay CRA04P (see cra04p.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Concave_4x0603 Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_2x0402 Chip Resistor Network, ROHM MNR02 (see mnr_g.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_2x0603 Chip Resistor Network, ROHM MNR12 (see mnr_g.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_2x0606 Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_2x1206 Chip Resistor Network, ROHM MNR32 (see mnr_g.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_4x0402 Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_4x0603 Chip Resistor Network, ROHM MNR14 (see mnr_g.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_4x0612 Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_4x1206 Chip Resistor Network, ROHM MNR34 (see mnr_g.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_5x0603 Chip Resistor Network, ROHM MNR15 (see mnr_g.pdf) resistor array 0 10 10 Resistor_SMD R_Array_Convex_5x1206 Chip Resistor Network, ROHM MNR35 (see mnr_g.pdf) resistor array 0 10 10 Resistor_SMD R_Array_Convex_8x0602 Chip Resistor Network, ROHM MNR18 (see mnr_g.pdf) resistor array 0 16 16 Resistor_SMD R_Cat16-2 SMT resistor net, Bourns CAT16 series, 2 way SMT resistor net Bourns CAT16 series 2 way 0 4 4 Resistor_SMD R_Cat16-4 SMT resistor net, Bourns CAT16 series, 4 way SMT resistor net Bourns CAT16 series 4 way 0 8 8 Resistor_SMD R_Cat16-8 SMT resistor net, Bourns CAT16 series, 8 way SMT resistor net Bourns CAT16 series 8 way 0 16 16 Resistor_SMD R_MELF_MMB-0207 Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf MELF Resistor 0 2 2 Resistor_SMD R_MicroMELF_MMU-0102 Resistor, MicroMELF, MMU-0102, http://www.vishay.com/docs/28713/melfprof.pdf MicroMELF Resistor 0 2 2 Resistor_SMD R_MiniMELF_MMA-0204 Resistor, MiniMELF, MMA-0204, http://www.vishay.com/docs/28713/melfprof.pdf MiniMELF Resistor 0 2 2 Resistor_SMD R_Shunt_Ohmite_LVK12 4 contact shunt resistor shunt resistor 4 contacts 0 4 4 Resistor_SMD R_Shunt_Ohmite_LVK20 4 contacts shunt resistor, https://www.ohmite.com/assets/docs/res_lvk.pdf 4 contacts resistor smd 0 4 4 Resistor_SMD R_Shunt_Ohmite_LVK24 4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf 4 contacts resistor smd 0 4 4 Resistor_SMD R_Shunt_Ohmite_LVK25 4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf 4 contacts resistor smd 0 4 4 Resistor_SMD R_Shunt_Vishay_WSK2512_6332Metric_T1.19mm Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 1.19mm, 5 to 200 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) resistor shunt WSK2512 0 4 4 Resistor_SMD R_Shunt_Vishay_WSK2512_6332Metric_T2.21mm Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.21mm, 1 to 4.9 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) resistor shunt WSK2512 0 4 4 Resistor_SMD R_Shunt_Vishay_WSK2512_6332Metric_T2.66mm Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.66mm, 0.5 to 0.99 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) resistor shunt WSK2512 0 4 4 Resistor_SMD R_Shunt_Vishay_WSKW0612 https://www.vishay.com/docs/30332/wskw0612.pdf 4-Terminal SMD Shunt 0 4 4 Resistor_SMD R_Shunt_Vishay_WSR2_WSR3 Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf SMD Shunt Resistor 0 2 2 Resistor_SMD R_Shunt_Vishay_WSR2_WSR3_KelvinConnection Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf SMD Shunt Resistor 0 4 2 Resistor_THT R_Array_SIP4 4-pin Resistor SIP pack R 0 4 4 Resistor_THT R_Array_SIP5 5-pin Resistor SIP pack R 0 5 5 Resistor_THT R_Array_SIP6 6-pin Resistor SIP pack R 0 6 6 Resistor_THT R_Array_SIP7 7-pin Resistor SIP pack R 0 7 7 Resistor_THT R_Array_SIP8 8-pin Resistor SIP pack R 0 8 8 Resistor_THT R_Array_SIP9 9-pin Resistor SIP pack R 0 9 9 Resistor_THT R_Array_SIP10 10-pin Resistor SIP pack R 0 10 10 Resistor_THT R_Array_SIP11 11-pin Resistor SIP pack R 0 11 11 Resistor_THT R_Array_SIP12 12-pin Resistor SIP pack R 0 12 12 Resistor_THT R_Array_SIP13 13-pin Resistor SIP pack R 0 13 13 Resistor_THT R_Array_SIP14 14-pin Resistor SIP pack R 0 14 14 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=1.9mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=5.08mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=2.54mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=5.08mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=15.24mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=20.32mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=25.4mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=15.24mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P5.08mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=5.08mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 5.08mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P7.62mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P22.40mm Resistor, Axial_Power series, Box, pin pitch=22.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 22.4mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P25.40mm Resistor, Axial_Power series, Box, pin pitch=25.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 25.4mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P30.48mm Resistor, Axial_Power series, Box, pin pitch=30.48mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 30.48mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W6.4mm_P27.94mm Resistor, Axial_Power series, Box, pin pitch=27.94mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 27.94mm 5W length 25mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W6.4mm_P30.48mm Resistor, Axial_Power series, Box, pin pitch=30.48mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 30.48mm 5W length 25mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P7.62mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P10.16mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P27.94mm Resistor, Axial_Power series, Box, pin pitch=27.94mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 27.94mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P30.48mm Resistor, Axial_Power series, Box, pin pitch=30.48mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 30.48mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W6.4mm_P40.64mm Resistor, Axial_Power series, Box, pin pitch=40.64mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 40.64mm 7W length 38mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W6.4mm_P45.72mm Resistor, Axial_Power series, Box, pin pitch=45.72mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 45.72mm 7W length 38mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W9.0mm_P40.64mm Resistor, Axial_Power series, Box, pin pitch=40.64mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 40.64mm 9W length 38mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W9.0mm_P45.72mm Resistor, Axial_Power series, Box, pin pitch=45.72mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 45.72mm 9W length 38mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P7.62mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P10.16mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P55.88mm Resistor, Axial_Power series, Box, pin pitch=55.88mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 55.88mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P60.96mm Resistor, Axial_Power series, Box, pin pitch=60.96mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 60.96mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L50.0mm_W9.0mm_P55.88mm Resistor, Axial_Power series, Box, pin pitch=55.88mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 55.88mm 11W length 50mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L50.0mm_W9.0mm_P60.96mm Resistor, Axial_Power series, Box, pin pitch=60.96mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 60.96mm 11W length 50mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L60.0mm_W14.0mm_P10.16mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 25W length 60mm width 14mm height 14mm 0 2 2 Resistor_THT R_Axial_Power_L60.0mm_W14.0mm_P66.04mm Resistor, Axial_Power series, Box, pin pitch=66.04mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 66.04mm 25W length 60mm width 14mm height 14mm 0 2 2 Resistor_THT R_Axial_Power_L60.0mm_W14.0mm_P71.12mm Resistor, Axial_Power series, Box, pin pitch=71.12mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 71.12mm 25W length 60mm width 14mm height 14mm 0 2 2 Resistor_THT R_Axial_Power_L75.0mm_W9.0mm_P81.28mm Resistor, Axial_Power series, Box, pin pitch=81.28mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 81.28mm 17W length 75mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L75.0mm_W9.0mm_P86.36mm Resistor, Axial_Power series, Box, pin pitch=86.36mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 86.36mm 17W length 75mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Shunt_L22.2mm_W8.0mm_PS14.30mm_P25.40mm Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 3W, length*width*height=22.2*8*8mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 25.4mm 3W length 22.2mm width 8mm height 8mm shunt pin pitch 14.30mm 0 4 4 Resistor_THT R_Axial_Shunt_L22.2mm_W9.5mm_PS14.30mm_P25.40mm Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 5W, length*width*height=22.2*9.5*9.5mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 25.4mm 5W length 22.2mm width 9.5mm height 9.5mm shunt pin pitch 14.30mm 0 4 4 Resistor_THT R_Axial_Shunt_L35.3mm_W9.5mm_PS25.40mm_P38.10mm Resistor, Axial_Shunt series, Box, pin pitch=38.1mm, 7W, length*width*height=35.3*9.5*9.5mm^3, shunt pin pitch = 25.40mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 38.1mm 7W length 35.3mm width 9.5mm height 9.5mm shunt pin pitch 25.40mm 0 4 4 Resistor_THT R_Axial_Shunt_L47.6mm_W9.5mm_PS34.93mm_P50.80mm Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 10W, length*width*height=47.6*9.5*9.5mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 50.8mm 10W length 47.6mm width 9.5mm height 9.5mm shunt pin pitch 34.93mm 0 4 4 Resistor_THT R_Axial_Shunt_L47.6mm_W12.7mm_PS34.93mm_P50.80mm Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 15W, length*width*height=47.6*12.7*12.7mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 50.8mm 15W length 47.6mm width 12.7mm height 12.7mm shunt pin pitch 34.93mm 0 4 4 Resistor_THT R_Bare_Metal_Element_L12.4mm_W4.8mm_P11.40mm Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=11.4mm, 1W, length*width=12.4*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 11.4mm 1W length 12.4mm width 4.8mm 0 2 2 Resistor_THT R_Bare_Metal_Element_L16.3mm_W4.8mm_P15.30mm Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=15.3mm, 3W, length*width=16.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 15.3mm 3W length 16.3mm width 4.8mm 0 2 2 Resistor_THT R_Bare_Metal_Element_L21.3mm_W4.8mm_P20.30mm Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=20.3mm, 5W, length*width=21.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 20.3mm 5W length 21.3mm width 4.8mm 0 2 2 Resistor_THT R_Box_L8.4mm_W2.5mm_P5.08mm Resistor, Box series, Radial, pin pitch=5.08mm, 0.5W = 1/2W, length*width=8.38*2.54mm^2, http://www.vishay.com/docs/60051/cns020.pdf Resistor Box series Radial pin pitch 5.08mm 0.5W = 1/2W length 8.38mm width 2.54mm 0 2 2 Resistor_THT R_Box_L13.0mm_W4.0mm_P9.00mm Resistor, Box series, Radial, pin pitch=9.00mm, 2W, length*width=13.0*4.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm 0 2 2 Resistor_THT R_Box_L14.0mm_W5.0mm_P9.00mm Resistor, Box series, Radial, pin pitch=9.00mm, 5W, length*width=14.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf Resistor Box series Radial pin pitch 9.00mm 5W length 14.0mm width 5.0mm 0 2 2 Resistor_THT R_Box_L26.0mm_W5.0mm_P20.00mm Resistor, Box series, Radial, pin pitch=20.00mm, 10W, length*width=26.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf Resistor Box series Radial pin pitch 20.00mm 10W length 26.0mm width 5.0mm 0 2 2 Resistor_THT R_Radial_Power_L7.0mm_W8.0mm_Px2.40mm_Py2.30mm Resistor, Radial_Power series, Radial, pin pitch=2.40*2.30mm^2, 7W, length*width=7*8mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf Resistor Radial_Power series Radial pin pitch 2.40*2.30mm^2 7W length 7mm width 8mm 0 2 2 Resistor_THT R_Radial_Power_L9.0mm_W10.0mm_Px2.70mm_Py2.30mm Resistor, Radial_Power series, Radial, pin pitch=2.70*2.30mm^2, 17W, length*width=9*10mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf Resistor Radial_Power series Radial pin pitch 2.70*2.30mm^2 17W length 9mm width 10mm 0 2 2 Resistor_THT R_Radial_Power_L11.0mm_W7.0mm_P5.00mm Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 2W, length*width=11.0*7.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 5.00mm 2W length 11.0mm width 7.0mm 0 2 2 Resistor_THT R_Radial_Power_L12.0mm_W8.0mm_P5.00mm Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 3W, length*width=12.0*8.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 5.00mm 3W length 12.0mm width 8.0mm 0 2 2 Resistor_THT R_Radial_Power_L13.0mm_W9.0mm_P5.00mm Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 7W, length*width=13.0*9.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 5.00mm 7W length 13.0mm width 9.0mm 0 2 2 Resistor_THT R_Radial_Power_L16.1mm_W9.0mm_P7.37mm Resistor, Radial_Power series, Radial, pin pitch=7.37mm, 10W, length*width=16.1*9mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 7.37mm 10W length 16.1mm width 9mm 0 2 2 Rotary_Encoder RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC11E_Vertical_H20mm Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 4 Rotary_Encoder RotaryEncoder_Alps_EC11E_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 4 Rotary_Encoder RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC12E_Vertical_H20mm Alps rotary encoder, EC12E..., vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html rotary encoder 0 5 4 Rotary_Encoder RotaryEncoder_Alps_EC12E_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E..., vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html rotary encoder 0 5 4 Sensor Aosong_DHT11_5.5x12.0_P2.54mm Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf Temperature and humidity module 0 4 4 Sensor MQ-6 Gas Sensor, 6 pin, https://www.winsen-sensor.com/d/files/semiconductor/mq-6.pdf gas sensor 0 6 6 Sensor SHT1x SHT1x SHT1x 0 8 8 Sensor_Audio CUI_CMC-4013-SMT Omnidirectional, -42dB, reflowable, electret condenser microphone https://www.cuidevices.com/product/resource/cmc-4013-smt-tr.pdf Microphone CUI 0 2 2 Sensor_Audio Infineon_PG-LLGA-5-1 Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/ infineon mems microphone 0 15 5 Sensor_Audio ST_HLGA-6_3.76x4.72mm_P1.65mm http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/27/62/48/98/44/54/4d/36/DM00303211/files/DM00303211.pdf/jcr:content/translations/en.DM00303211.pdf HLGA Sensor Audio 0 6 6 Sensor_Current AKM_CQ_7 AKM Current Sensor, 7 pin, THT (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) akm current sensor tht 0 39 7 Sensor_Current AKM_CQ_7S AKM Current Sensor, 7 pin, SMD (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) akm current sensor smd 0 19 7 Sensor_Current AKM_CQ_VSOP-24_5.6x7.9mm_P0.65mm AKM VSOP-24 current sensor, 5.6x7.9mm body, 0.65mm pitch (http://www.akm.com/akm/en/file/datasheet/CQ-330J.pdf) akm vsop 24 0 10 10 Sensor_Current AKM_CZ_SSOP-10_6.5x8.1mm_P0.95mm AKM CZ-381x current sensor, 6.5x8.1mm body, 0.95mm pitch (http://www.akm.com/akm/en/product/detail/0009/) akm cz-381x 10 0 10 10 Sensor_Current Allegro_CB_PFF Allegro MicroSystems, CB-PFF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) !PADS 4-5 DO NOT MATCH DATASHEET! Allegro CB-PFF 0 37 5 Sensor_Current Allegro_CB_PSF Allegro MicroSystems, CB-PSF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) Allegro CB-PSF 0 5 5 Sensor_Current Allegro_CB_PSS Allegro MicroSystems, CB-PSS Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) Allegro CB-PSS 0 5 5 Sensor_Current Allegro_PSOF-7_4.8x6.4mm_P1.60mm Allegro Microsystems PSOF-7, 4.8x6.4mm Body, 1.60mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS780-Datasheet.ashx) Allegro PSOF-7 0 7 7 Sensor_Current Allegro_QFN-12-10-1EP_3x3mm_P0.5mm Allegro Microsystems 12-Lead (10-Lead Populated) Quad Flat Pack, 3x3mm Body, 0.5mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS711-Datasheet.ashx) Allegro QFN 0.5 0 14 10 Sensor_Current Allegro_QSOP-24_3.9x8.7mm_P0.635mm Allegro Microsystems 24-Lead Plastic Shrink Small Outline Narrow Body Body [QSOP] (http://www.allegromicro.com/~/media/Files/Datasheets/ACS726-Datasheet.ashx?la=en) Allegro QSOP 0.635 0 24 24 Sensor_Current Allegro_SIP-3 Allegro Microsystems SIP-3, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1369-Datasheet.ashx) Allegro SIP-3 0 3 3 Sensor_Current Allegro_SIP-4 Allegro Microsystems SIP-4, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1363-Datasheet.ashx) Allegro SIP-4 0 4 4 Sensor_Current Diodes_SIP-3_4.1x1.5mm_P1.27mm Diodes SIP-3 Bulk Pack, 1.27mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Bulk-Pack.pdf) Diodes SIP-3 Bulk Pack 0 3 3 Sensor_Current Diodes_SIP-3_4.1x1.5mm_P2.65mm Diodes SIP-3 Ammo Pack, 2.65mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Ammo-Pack.pdf) Diodes SIP-3 Ammo Pack 0 3 3 Sensor_Current Honeywell_CSLW https://sensing.honeywell.com/honeywell-sensing-cslw-series-product-sheet-005861-1-en.pdf Miniature Wired Open-Loop Current Sensor 0 5 5 Sensor_Current LEM_CKSR LEM CKSR 6/15/25/50/75-NP Current Transducer, https://www.lem.com/sites/default/files/products_datasheets/cksr_75-np.pdf current transducer LEM 0 14 14 Sensor_Current LEM_HO8-NP LEM HO 8/15/25-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np-0000_series.pdf) current transducer 0 13 13 Sensor_Current LEM_HO8-NSM LEM HO 8/15/25-NSM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-nsm-0000_series.pdf) current transducer 0 13 13 Sensor_Current LEM_HO40-NP LEM HO 40/60/120/150-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np_0100__1100_series.pdf) current transducer 0 13 13 Sensor_Current LEM_HTFS LEM HTFS x00-P current transducer (https://www.lem.com/sites/default/files/products_datasheets/htfs_200_800-p.pdf) HTFS current transducer 0 4 4 Sensor_Current LEM_HX02-P LEM HX02-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) hall current 0 6 6 Sensor_Current LEM_HX03-P-SP2 LEM HX03-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX04-P LEM HX04-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) hall current 0 6 6 Sensor_Current LEM_HX05-NP LEM HX05-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) hall current 0 8 8 Sensor_Current LEM_HX05-P-SP2 LEM HX05-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX06-P LEM HX06-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) hall current 0 6 6 Sensor_Current LEM_HX10-NP LEM HX10-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) hall current 0 8 8 Sensor_Current LEM_HX10-P-SP2 LEM HX10-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX15-NP LEM HX15-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) hall current 0 8 8 Sensor_Current LEM_HX15-P-SP2 LEM HX15-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX20-P-SP2 LEM HX20-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX25-P-SP2 LEM HX25-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX50-P-SP2 LEM HX50-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_LA25-P LEM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/la_25-p.pdf) current transducer 0 3 3 Sensor_Current LEM_LTSR-NP LEM current transducer LEM_LTSR-NP 5V supply voltage series https://www.lem.com/sites/default/files/products_datasheets/ltsr_6-np.pdf Current transducer 0 10 10 Sensor_Distance ST_VL53L1x VL53L1x distance sensor VL53L1CXV0FY1 VL53L1x 0 13 12 Sensor_Humidity Sensirion_DFN-4-1EP_2x2mm_P1mm_EP0.7x1.6mm DFN, 4 Pin (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHTC3_Datasheet.pdf) Sensirion DFN NoLead 0 10 5 Sensor_Humidity Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf) sensirion dfn nolead 0 10 9 Sensor_Motion InvenSense_QFN-24_3x3mm_P0.4mm 24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.4 0 24 24 Sensor_Motion InvenSense_QFN-24_3x3mm_P0.4mm_NoMask 24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.4 0 25 24 Sensor_Motion InvenSense_QFN-24_4x4mm_P0.5mm 24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.5 0 24 24 Sensor_Motion InvenSense_QFN-24_4x4mm_P0.5mm_NoMask 24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.5 0 25 24 Sensor_Pressure Freescale_98ARH99066A https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf sensor pressure ssop 98ARH99066A 0 8 8 Sensor_Pressure Freescale_98ARH99089A https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf sensor pressure ssop 98ARH99089A 0 8 8 Sensor_Pressure Honeywell_40PCxxxG1A https://www.honeywellscportal.com/index.php?ci_id=138832 pressure sensor automotive honeywell 0 3 3 Sensor_Voltage LEM_LV25-P LEM LV25-P Voltage transducer, https://www.lem.com/sites/default/files/products_datasheets/lv_25-p.pdf LEM Hall Effect Voltage transducer 0 5 5 Socket 3M_Textool_240-1288-00-0602J_2x20_P2.54mm 3M 40-pin zero insertion force socket, though-hole, row spacing 25.4 mm (1000 mils) THT DIP DIL ZIF 25.4mm 1000mil Socket 0 40 40 Socket DIP_Socket-14_W4.3_W5.08_W7.62_W10.16_W10.9_3M_214-3339-00-0602J 3M 14-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 14 14 Socket DIP_Socket-16_W4.3_W5.08_W7.62_W10.16_W10.9_3M_216-3340-00-0602J 3M 16-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 16 16 Socket DIP_Socket-18_W4.3_W5.08_W7.62_W10.16_W10.9_3M_218-3341-00-0602J 3M 18-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 18 18 Socket DIP_Socket-20_W4.3_W5.08_W7.62_W10.16_W10.9_3M_220-3342-00-0602J 3M 20-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 20 20 Socket DIP_Socket-22_W6.9_W7.62_W10.16_W12.7_W13.5_3M_222-3343-00-0602J 3M 22-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 10.16mm 400mil Socket 0 22 22 Socket DIP_Socket-24_W4.3_W5.08_W7.62_W10.16_W10.9_3M_224-5248-00-0602J 3M 24-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 24 24 Socket DIP_Socket-24_W11.9_W12.7_W15.24_W17.78_W18.5_3M_224-1275-00-0602J 3M 24-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 24 24 Socket DIP_Socket-28_W6.9_W7.62_W10.16_W12.7_W13.5_3M_228-4817-00-0602J 3M 28-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 10.16mm 400mil Socket 0 28 28 Socket DIP_Socket-28_W11.9_W12.7_W15.24_W17.78_W18.5_3M_228-1277-00-0602J 3M 28-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 28 28 Socket DIP_Socket-32_W11.9_W12.7_W15.24_W17.78_W18.5_3M_232-1285-00-0602J 3M 32-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 32 32 Socket DIP_Socket-40_W11.9_W12.7_W15.24_W17.78_W18.5_3M_240-1280-00-0602J 3M 40-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 40 40 Socket DIP_Socket-40_W22.1_W22.86_W25.4_W27.94_W28.7_3M_240-3639-00-0602J 3M 40-pin zero insertion force socket, through-hole, row spacing 25.4 mm (1000 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 25.4mm 1000mil Socket 0 40 40 Socket DIP_Socket-42_W11.9_W12.7_W15.24_W17.78_W18.5_3M_242-1281-00-0602J 3M 42-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 42 42 Socket Wells_648-0482211SA01 https://www.farnell.com/cad/316865.pdf?_ga=2.37208032.177107060.1530611323-249019997.1498114824 48pin TSOP Socket 0 48 48 Symbol CE-Logo_8.5x6mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_11.2x8mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_16.8x12mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_28x20mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_42x30mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_56.1x40mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol ESD-Logo_6.6x6mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_8.9x8mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_13.2x12mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_22x20mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_33x30mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_44.1x40mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol FCC-Logo_7.3x6mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_9.6x8mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_14.6x12mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_24.2x20mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_36.3x30mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_48.3x40mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol KiCad-Logo2_5mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_5mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_6mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_6mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_8mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_8mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_12mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_12mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_20mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_20mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_30mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_30mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_40mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_40mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_5mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_5mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_6mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_6mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_8mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_8mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_12mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_12mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_20mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_20mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_30mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_30mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_40mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_40mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol OSHW-Logo2_7.3x6mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_7.3x6mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_9.8x8mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_9.8x8mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_14.6x12mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_14.6x12mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_24.3x20mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_24.3x20mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_36.5x30mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_36.5x30mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_48.7x40mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_48.7x40mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo_5.7x6mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_5.7x6mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_7.5x8mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_7.5x8mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_11.4x12mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_11.4x12mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_19x20mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_19x20mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_28.5x30mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_28.5x30mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_38.1x40mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_38.1x40mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Symbol_6.7x6mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_6.7x6mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_8.9x8mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_8.9x8mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_13.4x12mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_13.4x12mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_22.3x20mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_22.3x20mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_33.5x30mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_33.5x30mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_44.5x40mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_44.5x40mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol Polarity_Center_Negative_6mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_8mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_12mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_20mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_30mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_40mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Positive_6mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_8mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_12mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_20mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_30mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_40mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol RoHS-Logo_6mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_8mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_12mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_20mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_30mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_40mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol Symbol_Attention_CopperTop_Big Symbol, Attention, Copper Top, Big, Symbol, Attention, Copper Top, Big, 0 0 0 Symbol Symbol_Attention_CopperTop_Small Symbol, Attention, Copper Top, Small, Symbol, Attention, Copper Top, Small, 0 0 0 Symbol Symbol_Barrel_Polarity Barrel connector polarity indicator barrel polarity 0 0 0 Symbol Symbol_CC-Attribution_CopperTop_Big Symbol, CC-Attribution, Copper Top, Big, Symbol, CC-Attribution, Copper Top, Big, 0 0 0 Symbol Symbol_CC-Attribution_CopperTop_Small Symbol, CC-Share Alike, Copper Top, Small, Symbol, CC-Share Alike, Copper Top, Small, 0 0 0 Symbol Symbol_CC-Noncommercial_CopperTop_Big Symbol, CC-Noncommercial, Copper Top, Big, Symbol, CC-Noncommercial, Copper Top, Big, 0 0 0 Symbol Symbol_CC-Noncommercial_CopperTop_Small Symbol, CC-Noncommercial Alike, Copper Top, Small, Symbol, CC-Noncommercial Alike, Copper Top, Small, 0 0 0 Symbol Symbol_CC-PublicDomain_CopperTop_Big Symbol, CC-PublicDomain, Copper Top, Big, Symbol, CC-PublicDomain, Copper Top, Big, 0 0 0 Symbol Symbol_CC-PublicDomain_CopperTop_Small Symbol, CC-Public Domain, Copper Top, Small, Symbol, CC-Public Domain, Copper Top, Small, 0 0 0 Symbol Symbol_CC-PublicDomain_SilkScreenTop_Big Symbol, CC-PublicDomain, SilkScreen Top, Big, Symbol, CC-PublicDomain, SilkScreen Top, Big, 0 0 0 Symbol Symbol_CC-ShareAlike_CopperTop_Big Symbol, CC-Share Alike, Copper Top, Big, Symbol, CC-Share Alike, Copper Top, Big, 0 0 0 Symbol Symbol_CC-ShareAlike_CopperTop_Small Symbol, CC-Share Alike, Copper Top, Small, Symbol, CC-Share Alike, Copper Top, Small, 0 0 0 Symbol Symbol_CreativeCommonsPublicDomain_CopperTop_Small Symbol, Creative Commons Public Domain, CopperTop, Small, Symbol, Creative Commons Public Domain, CopperTop, Small, 0 0 0 Symbol Symbol_CreativeCommonsPublicDomain_SilkScreenTop_Small Symbol, Creative Commons Public Domain, SilkScreenTop, Small, Symbol, Creative Commons Public Domain, SilkScreen Top, Small, 0 0 0 Symbol Symbol_CreativeCommons_CopperTop_Type1_Big Symbol, Creative Commons, CopperTop, Type 1, Big, Symbol, Creative Commons, CopperTop, Type 1, Big, 0 0 0 Symbol Symbol_CreativeCommons_CopperTop_Type2_Big Symbol, Creative Commons, CopperTop, Type 2, Big, Symbol, Creative Commons, CopperTop, Type 2, Big, 0 0 0 Symbol Symbol_CreativeCommons_CopperTop_Type2_Small Symbol, Creative Commons, CopperTop, Type 2, Small, Symbol, Creative Commons, CopperTop, Type 2, Small, 0 0 0 Symbol Symbol_CreativeCommons_SilkScreenTop_Type2_Big Symbol, Creative Commons, SilkScreen Top, Type 2, Big, Symbol, Creative Commons, SilkScreen Top, Type 2, Big, 0 0 0 Symbol Symbol_Danger_CopperTop_Big Symbol, Danger, CopperTop, Big, Symbol, Danger, CopperTop, Big, 0 0 0 Symbol Symbol_Danger_CopperTop_Small Symbol, Danger, Copper Top, Small, Symbol, Danger, Copper Top, Small, 0 0 0 Symbol Symbol_ESD-Logo-Text_CopperTop 0 0 0 Symbol Symbol_ESD-Logo_CopperTop ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, 0 0 0 Symbol Symbol_GNU-GPL_CopperTop_Big Symbol, GNU-GPL, Copper Top, Big, Symbol, GNU-GPL, Copper Top, Big, 0 0 0 Symbol Symbol_GNU-GPL_CopperTop_Small Symbol, GNU-GPL, Copper Top, Small, Symbol, GNU-GPL, Copper Top, Small, 0 0 0 Symbol Symbol_GNU-Logo_CopperTop GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, 0 0 0 Symbol Symbol_GNU-Logo_SilkscreenTop GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, 0 0 0 Symbol Symbol_HighVoltage_Type1_CopperTop_Big Symbol, HighVoltage, Type1, Copper Top, Big, Symbol, HighVoltage, Type1, Copper Top, Big, 0 0 0 Symbol Symbol_HighVoltage_Type2_CopperTop_Big Symbol, HighVoltage, Type2, Copper Top, Big, Symbol, HighVoltage, Type2, Copper Top, Big, 0 0 0 Symbol Symbol_HighVoltage_Type2_CopperTop_VerySmall Symbol, High Voltage, Type 2, Copper Top, Very Small, Symbol, High Voltage, Type 2, Copper Top, Very Small, 0 0 0 Symbol Symbol_Highvoltage_Type1_CopperTop_Small Symbol, Highvoltage, Type 1, Copper Top, Small, Symbol, Highvoltage, Type 1, Copper Top, Small, 0 0 0 Symbol Symbol_Highvoltage_Type2_CopperTop_Small Symbol, Highvoltage, Type 2, Copper Top, Small, Symbol, Highvoltage, Type 2, Copper Top, Small, 0 0 0 Symbol WEEE-Logo_4.2x6mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_5.6x8mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_8.4x12mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_14x20mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_21x30mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_28.1x40mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 TerminalBlock TerminalBlock_Altech_AK300-2_P5.00mm Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf Altech AK300 terminal block pitch 5.0mm 0 2 2 TerminalBlock TerminalBlock_Altech_AK300-3_P5.00mm Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf Altech AK300 terminal block pitch 5.0mm 0 3 3 TerminalBlock TerminalBlock_Altech_AK300-4_P5.00mm Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf Altech AK300 terminal block pitch 5.0mm 0 4 4 TerminalBlock TerminalBlock_Wuerth_691311400102_P7.62mm https://katalog.we-online.de/em/datasheet/6913114001xx.pdf Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm 0 2 2 TerminalBlock TerminalBlock_bornier-2_P5.08mm simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2 terminal block bornier2 0 2 2 TerminalBlock TerminalBlock_bornier-3_P5.08mm simple 3-pin terminal block, pitch 5.08mm, revamped version of bornier3 terminal block bornier3 0 3 3 TerminalBlock TerminalBlock_bornier-4_P5.08mm simple 4-pin terminal block, pitch 5.08mm, revamped version of bornier4 terminal block bornier4 0 4 4 TerminalBlock TerminalBlock_bornier-5_P5.08mm simple 5-pin terminal block, pitch 5.08mm, revamped version of bornier5 terminal block bornier5 0 5 5 TerminalBlock TerminalBlock_bornier-6_P5.08mm simple 6pin terminal block, pitch 5.08mm, revamped version of bornier6 terminal block bornier6 0 6 6 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm^2 drill 1.2mm pad 2.4mm 0 2 2 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x02_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10693, vertical (cable from top), 2 pins, pitch 3.5mm, size 8x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x03_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 20193, 3 pins, pitch 3.5mm, size 11.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm^2 drill 1.2mm pad 2.4mm 0 3 3 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x03_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10694, vertical (cable from top), 3 pins, pitch 3.5mm, size 11.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x04_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 20001, 4 pins, pitch 3.5mm, size 14.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm^2 drill 1.2mm pad 2.4mm 0 4 4 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x04_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10695, vertical (cable from top), 4 pins, pitch 3.5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x05_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 20223, 5 pins, pitch 3.5mm, size 18.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm^2 drill 1.2mm pad 2.4mm 0 5 5 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x05_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10696, vertical (cable from top), 5 pins, pitch 3.5mm, size 18.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x06_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 19964, 6 pins, pitch 3.5mm, size 21.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm^2 drill 1.2mm pad 2.4mm 0 6 6 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x06_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10697, vertical (cable from top), 6 pins, pitch 3.5mm, size 22x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x07_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10684, 7 pins, pitch 3.5mm, size 25.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm^2 drill 1.2mm pad 2.4mm 0 7 7 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x07_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10698, vertical (cable from top), 7 pins, pitch 3.5mm, size 25.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x08_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 19965, 8 pins, pitch 3.5mm, size 28.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm^2 drill 1.2mm pad 2.4mm 0 8 8 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x08_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10699, vertical (cable from top), 8 pins, pitch 3.5mm, size 29x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x09_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10686, 9 pins, pitch 3.5mm, size 32.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm^2 drill 1.2mm pad 2.4mm 0 9 9 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x09_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10700, vertical (cable from top), 9 pins, pitch 3.5mm, size 32.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x10_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10687, 10 pins, pitch 3.5mm, size 35.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm^2 drill 1.2mm pad 2.4mm 0 10 10 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x10_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10701, vertical (cable from top), 10 pins, pitch 3.5mm, size 36x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x11_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10688, 11 pins, pitch 3.5mm, size 39.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm^2 drill 1.2mm pad 2.4mm 0 11 11 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x11_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10702, vertical (cable from top), 11 pins, pitch 3.5mm, size 39.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x12_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10689, 12 pins, pitch 3.5mm, size 42.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm^2 drill 1.2mm pad 2.4mm 0 12 12 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x12_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10703, vertical (cable from top), 12 pins, pitch 3.5mm, size 43x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x13_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10690, 13 pins, pitch 3.5mm, size 46.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm^2 drill 1.2mm pad 2.4mm 0 13 13 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x13_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10704, vertical (cable from top), 13 pins, pitch 3.5mm, size 46.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x14_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10691, 14 pins, pitch 3.5mm, size 49.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm^2 drill 1.2mm pad 2.4mm 0 14 14 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x14_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10705, vertical (cable from top), 14 pins, pitch 3.5mm, size 50x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x15_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10692, 15 pins, pitch 3.5mm, size 53.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm^2 drill 1.2mm pad 2.4mm 0 15 15 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x15_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10706, vertical (cable from top), 15 pins, pitch 3.5mm, size 53.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Altech Altech_AK300_1x02_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 2 2 TerminalBlock_Altech Altech_AK300_1x03_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 3 3 TerminalBlock_Altech Altech_AK300_1x04_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 4 4 TerminalBlock_Altech Altech_AK300_1x05_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 5 5 TerminalBlock_Altech Altech_AK300_1x06_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 6 6 TerminalBlock_Altech Altech_AK300_1x07_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 7 7 TerminalBlock_Altech Altech_AK300_1x08_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 8 8 TerminalBlock_Altech Altech_AK300_1x09_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 9 9 TerminalBlock_Altech Altech_AK300_1x10_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 10 10 TerminalBlock_Altech Altech_AK300_1x11_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 11 11 TerminalBlock_Altech Altech_AK300_1x12_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 12 12 TerminalBlock_Altech Altech_AK300_1x13_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 13 13 TerminalBlock_Altech Altech_AK300_1x14_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 14 14 TerminalBlock_Altech Altech_AK300_1x15_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 15 15 TerminalBlock_Altech Altech_AK300_1x16_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 16 16 TerminalBlock_Altech Altech_AK300_1x17_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 17 17 TerminalBlock_Altech Altech_AK300_1x18_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 18 18 TerminalBlock_Altech Altech_AK300_1x19_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 19 19 TerminalBlock_Altech Altech_AK300_1x20_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 20 20 TerminalBlock_Altech Altech_AK300_1x21_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 21 21 TerminalBlock_Altech Altech_AK300_1x22_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 22 22 TerminalBlock_Altech Altech_AK300_1x23_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 23 23 TerminalBlock_Altech Altech_AK300_1x24_P5.00mm_45-Degree Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) Altech AK300 serie connector 0 24 24 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-02_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 2 2 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-03_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 3 3 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-04_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 4 4 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-05_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 5 5 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-06_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 6 6 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-07_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 7 7 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-08_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 8 8 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-09_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 9 9 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-10_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 10 10 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-11_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 11 11 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-12_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 12 12 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-13_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 13 13 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-14_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 14 14 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-15_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 15 15 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-16_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 16 16 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-17_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 17 17 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-18_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 18 18 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-19_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 19 19 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-20_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 20 20 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-21_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 21 21 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-22_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 22 22 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-23_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 23 23 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-24_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 24 24 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-25_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 25 25 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-26_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 26 26 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-27_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 27 27 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-28_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 28 28 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-29_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 29 29 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-30_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 30 30 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360271_1x01_Horizontal_ScrewM3.0_Boxed single screw terminal block Metz Connect 360271, block size 9x7.3mm^2, drill diamater 1.5mm, 1 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360271 size 9x7.3mm^2 drill 1.5mm pad 3mm 0 1 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360272_1x01_Horizontal_ScrewM2.6 single screw terminal block Metz Connect 360272, block size 4x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360272 size 4x4mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360273_1x01_Horizontal_ScrewM2.6_WireProtection single screw terminal block Metz Connect 360273, block size 5x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360273 size 5x4mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360291_1x01_Horizontal_ScrewM3.0_Boxed single screw terminal block Metz Connect 360291, block size 9x7.3mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360291 size 9x7.3mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360322_1x01_Horizontal_ScrewM3.0_WireProtection single screw terminal block Metz Connect 360322, block size 6x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360322 size 6x4mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360381_1x01_Horizontal_ScrewM3.0 single screw terminal block Metz Connect 360381, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360381 size 5x5mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360410_1x01_Horizontal_ScrewM3.0 single screw terminal block Metz Connect 360410, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 132, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360410 size 5x5mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360425_1x01_Horizontal_ScrewM4.0_Boxed single screw terminal block Metz Connect 360425, block size 9x9mm^2, drill diamater 1.6mm, 4 pads, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360425 size 9x9mm^2 drill 1.6mm pad 3.2mm 0 4 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05502HBWC_1x02_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05502HBWC, 2 pins, pitch 5mm, size 10x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05502HBWC pitch 5mm size 10x10.5mm^2 drill 1.4mm pad 2.8mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05503HBWC_1x03_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05503HBWC, 3 pins, pitch 5mm, size 15x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05503HBWC pitch 5mm size 15x10.5mm^2 drill 1.4mm pad 2.8mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05504HBWC_1x04_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05504HBWC, 4 pins, pitch 5mm, size 20x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05504HBWC pitch 5mm size 20x10.5mm^2 drill 1.4mm pad 2.8mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05505HBWC_1x05_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05505HBWC, 5 pins, pitch 5mm, size 25x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05505HBWC pitch 5mm size 25x10.5mm^2 drill 1.4mm pad 2.8mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05506HBWC_1x06_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05506HBWC, 6 pins, pitch 5mm, size 30x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05506HBWC pitch 5mm size 30x10.5mm^2 drill 1.4mm pad 2.8mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type055_RT01502HDWU_1x02_P5.00mm_Horizontal terminal block Metz Connect Type055_RT01502HDWU, 2 pins, pitch 5mm, size 10x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type055_RT01503HDWU_1x03_P5.00mm_Horizontal terminal block Metz Connect Type055_RT01503HDWU, 3 pins, pitch 5mm, size 15x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type055_RT01504HDWU_1x04_P5.00mm_Horizontal terminal block Metz Connect Type055_RT01504HDWU, 4 pins, pitch 5mm, size 20x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06302HBWC_1x02_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06302HBWC, 2 pins, pitch 3.5mm, size 7x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm^2 drill 1.2mm pad 2.3mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06303HBWC_1x03_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06303HBWC, 3 pins, pitch 3.5mm, size 10.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm^2 drill 1.2mm pad 2.3mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06304HBWC_1x04_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06304HBWC, 4 pins, pitch 3.5mm, size 14x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm^2 drill 1.2mm pad 2.3mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06305HBWC_1x05_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06305HBWC, 5 pins, pitch 3.5mm, size 17.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm^2 drill 1.2mm pad 2.3mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06306HBWC_1x06_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06306HBWC, 6 pins, pitch 3.5mm, size 21x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm^2 drill 1.2mm pad 2.3mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01902HDWC_1x02_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01902HDWC, 2 pins, pitch 10mm, size 15.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01903HDWC_1x03_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01903HDWC, 3 pins, pitch 10mm, size 25.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01904HDWC_1x04_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01904HDWC, 4 pins, pitch 10mm, size 35.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01905HDWC_1x05_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01905HDWC, 5 pins, pitch 10mm, size 45.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type073_RT02602HBLU_1x02_P5.08mm_Horizontal terminal block Metz Connect Type073_RT02602HBLU, 2 pins, pitch 5.08mm, size 10.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm^2 drill 1.4mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type073_RT02603HBLU_1x03_P5.08mm_Horizontal terminal block Metz Connect Type073_RT02603HBLU, 3 pins, pitch 5.08mm, size 15.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm^2 drill 1.4mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03402HBLC_1x02_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03402HBLC, 2 pins, pitch 3.81mm, size 7.51x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm^2 drill 0.7mm pad 1.4mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03403HBLC_1x03_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03403HBLC, 3 pins, pitch 3.81mm, size 11.3x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm^2 drill 0.7mm pad 1.4mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03404HBLC_1x04_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03404HBLC, 4 pins, pitch 3.81mm, size 15.1x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm^2 drill 0.7mm pad 1.4mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03405HBLC_1x05_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03405HBLC, 5 pins, pitch 3.81mm, size 18.9x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm^2 drill 0.7mm pad 1.4mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03406HBLC_1x06_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 3.81mm, size 22.8x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm^2 drill 0.7mm pad 1.4mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03502HBLU_1x02_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03502HBLU, 2 pins, pitch 5mm, size 10x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03503HBLU_1x03_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03503HBLU, 3 pins, pitch 5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03504HBLU_1x04_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03504HBLU, 4 pins, pitch 5mm, size 20x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03505HBLU_1x05_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03505HBLU, 5 pins, pitch 5mm, size 25x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03506HBLU_1x06_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03506HBLU, 6 pins, pitch 5mm, size 30x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01602HBWC_1x02_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01602HBWC, 2 pins, pitch 5.08mm, size 10.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01603HBWC_1x03_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01603HBWC, 3 pins, pitch 5.08mm, size 15.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01604HBWC_1x04_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01604HBWC, 4 pins, pitch 5.08mm, size 20.3x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01605HBWC_1x05_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01605HBWC, 5 pins, pitch 5.08mm, size 25.4x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01606HBWC_1x06_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01606HBWC, 6 pins, pitch 5.08mm, size 30.5x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13702HBWC_1x02_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13702HBWC, 2 pins, pitch 7.5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13703HBWC_1x03_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13703HBWC, 3 pins, pitch 7.5mm, size 22.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13704HBWC_1x04_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13704HBWC, 4 pins, pitch 7.5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13705HBWC_1x05_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13705HBWC, 5 pins, pitch 7.5mm, size 37.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13706HBWC_1x06_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13706HBWC, 6 pins, pitch 7.5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02702HBLC_1x02_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02702HBLC, 2 pins, pitch 7.5mm, size 15x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm^2 drill 1.4mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02703HBLC_1x03_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02703HBLC, 3 pins, pitch 7.5mm, size 22.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm^2 drill 1.4mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02704HBLC_1x04_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02704HBLC, 4 pins, pitch 7.5mm, size 30x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm^2 drill 1.4mm pad 2.6mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02705HBLC_1x05_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02705HBLC, 5 pins, pitch 7.5mm, size 37.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm^2 drill 1.4mm pad 2.6mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02706HBLC_1x06_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02706HBLC, 6 pins, pitch 7.5mm, size 45x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm^2 drill 1.4mm pad 2.6mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04502UBLC_1x02_P5.00mm_45Degree terminal block Metz Connect Type205_RT04502UBLC, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm^2 drill 1.4mm pad 2.7mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04503UBLC_1x03_P5.00mm_45Degree terminal block Metz Connect Type205_RT04503UBLC, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm^2 drill 1.4mm pad 2.7mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04504UBLC_1x04_P5.00mm_45Degree terminal block Metz Connect Type205_RT04504UBLC, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm^2 drill 1.4mm pad 2.7mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04505UBLC_1x05_P5.00mm_45Degree terminal block Metz Connect Type205_RT04505UBLC, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm^2 drill 1.4mm pad 2.7mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04506UBLC_1x06_P5.00mm_45Degree terminal block Metz Connect Type205_RT04506UBLC, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm^2 drill 1.4mm pad 2.7mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type701_RT11L02HGLU_1x02_P6.35mm_Horizontal terminal block Metz Connect Type701_RT11L02HGLU, 2 pins, pitch 6.35mm, size 12.7x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type701_RT11L03HGLU_1x03_P6.35mm_Horizontal terminal block Metz Connect Type701_RT11L03HGLU, 3 pins, pitch 6.35mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type703_RT10N02HGLU_1x02_P9.52mm_Horizontal terminal block Metz Connect Type703_RT10N02HGLU, 2 pins, pitch 9.52mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type703_RT10N03HGLU_1x03_P9.52mm_Horizontal terminal block Metz Connect Type703_RT10N03HGLU, 3 pins, pitch 9.52mm, size 28.6x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Philmore TerminalBlock_Philmore_TB132_1x02_P5.00mm_Horizontal Terminal Block Philmore , 2 pins, pitch 5mm, size 10x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore THT Terminal Block Philmore pitch 5mm size 10x10.2mm^2 drill 1.2mm pad 2.4mm 0 2 2 TerminalBlock_Philmore TerminalBlock_Philmore_TB133_1x03_P5.00mm_Horizontal Terminal Block Philmore , 3 pins, pitch 5mm, size 15x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore THT Terminal Block Philmore pitch 5mm size 15x10.2mm^2 drill 1.2mm pad 2.4mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector 0 4 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 4 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector 0 5 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm 0 6 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm 0 6 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 5 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector 0 6 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm 0 8 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm 0 8 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 4 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector 0 7 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm 0 10 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm 0 10 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 7 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector 0 8 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm 0 12 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm 0 12 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 8 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector 0 9 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm 0 14 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm 0 14 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 9 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector 0 10 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm 0 16 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm 0 16 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 10 9 TerminalBlock_RND TerminalBlock_RND_205-00001_1x02_P5.00mm_Horizontal terminal block RND 205-00001, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00001 pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00002_1x03_P5.00mm_Horizontal terminal block RND 205-00002, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00002 pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00003_1x04_P5.00mm_Horizontal terminal block RND 205-00003, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00003 pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00004_1x05_P5.00mm_Horizontal terminal block RND 205-00004, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00004 pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00005_1x06_P5.00mm_Horizontal terminal block RND 205-00005, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00005 pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00006_1x07_P5.00mm_Horizontal terminal block RND 205-00006, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00006 pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00007_1x08_P5.00mm_Horizontal terminal block RND 205-00007, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00007 pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00008_1x09_P5.00mm_Horizontal terminal block RND 205-00008, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00008 pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00009_1x10_P5.00mm_Horizontal terminal block RND 205-00009, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00009 pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00010_1x11_P5.00mm_Horizontal terminal block RND 205-00010, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00010 pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00011_1x12_P5.00mm_Horizontal terminal block RND 205-00011, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00011 pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00012_1x02_P5.00mm_Horizontal terminal block RND 205-00012, 2 pins, pitch 5mm, size 10x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00013_1x03_P5.00mm_Horizontal terminal block RND 205-00013, 3 pins, pitch 5mm, size 15x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00014_1x04_P5.00mm_Horizontal terminal block RND 205-00014, 4 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00015_1x05_P5.00mm_Horizontal terminal block RND 205-00015, 5 pins, pitch 5mm, size 25x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00016_1x06_P5.00mm_Horizontal terminal block RND 205-00016, 6 pins, pitch 5mm, size 30x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00017_1x07_P5.00mm_Horizontal terminal block RND 205-00017, 7 pins, pitch 5mm, size 35x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00019_1x09_P5.00mm_Horizontal terminal block RND 205-00019, 9 pins, pitch 5mm, size 45x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00020_1x10_P5.00mm_Horizontal terminal block RND 205-00020, 10 pins, pitch 5mm, size 50x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00021_1x11_P5.00mm_Horizontal terminal block RND 205-00021, 11 pins, pitch 5mm, size 55x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00022_1x12_P5.00mm_Horizontal terminal block RND 205-00022, 12 pins, pitch 5mm, size 60x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00023_1x02_P10.00mm_Horizontal terminal block RND 205-00023, 2 pins, pitch 10mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00023 pitch 10mm size 15x9mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00024_1x03_P10.00mm_Horizontal terminal block RND 205-00024, 3 pins, pitch 10mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00024 pitch 10mm size 25x9mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00025_1x04_P10.00mm_Horizontal terminal block RND 205-00025, 4 pins, pitch 10mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00025 pitch 10mm size 35x9mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00026_1x05_P10.00mm_Horizontal terminal block RND 205-00026, 5 pins, pitch 10mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00026 pitch 10mm size 45x9mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00027_1x06_P10.00mm_Horizontal terminal block RND 205-00027, 6 pins, pitch 10mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00027 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00028_1x07_P10.00mm_Horizontal terminal block RND 205-00028, 7 pins, pitch 10mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00028 pitch 10mm size 65x9mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00029_1x08_P10.00mm_Horizontal terminal block RND 205-00029, 8 pins, pitch 10mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00029 pitch 10mm size 75x9mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00030_1x09_P10.00mm_Horizontal terminal block RND 205-00030, 9 pins, pitch 10mm, size 85x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00030 pitch 10mm size 85x9mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00031_1x10_P10.00mm_Horizontal terminal block RND 205-00031, 10 pins, pitch 10mm, size 95x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00031 pitch 10mm size 95x9mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00032_1x11_P10.00mm_Horizontal terminal block RND 205-00032, 11 pins, pitch 10mm, size 105x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00032 pitch 10mm size 105x9mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00033_1x12_P10.00mm_Horizontal terminal block RND 205-00033, 12 pins, pitch 10mm, size 115x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00033 pitch 10mm size 115x9mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00045_1x02_P5.00mm_Horizontal terminal block RND 205-00045, 2 pins, pitch 5mm, size 10x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm^2 drill 1.1mm pad 2.1mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00046_1x03_P5.00mm_Horizontal terminal block RND 205-00046, 3 pins, pitch 5mm, size 15x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm^2 drill 1.1mm pad 2.1mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00047_1x04_P5.00mm_Horizontal terminal block RND 205-00047, 4 pins, pitch 5mm, size 20x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm^2 drill 1.1mm pad 2.1mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00048_1x05_P5.00mm_Horizontal terminal block RND 205-00048, 5 pins, pitch 5mm, size 25x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm^2 drill 1.1mm pad 2.1mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00049_1x06_P5.00mm_Horizontal terminal block RND 205-00049, 6 pins, pitch 5mm, size 30x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm^2 drill 1.1mm pad 2.1mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00050_1x07_P5.00mm_Horizontal terminal block RND 205-00050, 7 pins, pitch 5mm, size 35x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm^2 drill 1.1mm pad 2.1mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00051_1x08_P5.00mm_Horizontal terminal block RND 205-00051, 8 pins, pitch 5mm, size 40x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm^2 drill 1.1mm pad 2.1mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00052_1x09_P5.00mm_Horizontal terminal block RND 205-00052, 9 pins, pitch 5mm, size 45x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm^2 drill 1.1mm pad 2.1mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00053_1x10_P5.00mm_Horizontal terminal block RND 205-00053, 10 pins, pitch 5mm, size 50x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm^2 drill 1.1mm pad 2.1mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00054_1x11_P5.00mm_Horizontal terminal block RND 205-00054, 11 pins, pitch 5mm, size 55x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm^2 drill 1.1mm pad 2.1mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00055_1x12_P5.00mm_Horizontal terminal block RND 205-00055, 12 pins, pitch 5mm, size 60x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm^2 drill 1.1mm pad 2.1mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00056_1x02_P5.00mm_45Degree terminal block RND 205-00056, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00057_1x03_P5.00mm_45Degree terminal block RND 205-00057, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00058_1x04_P5.00mm_45Degree terminal block RND 205-00058, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00059_1x05_P5.00mm_45Degree terminal block RND 205-00059, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00060_1x06_P5.00mm_45Degree terminal block RND 205-00060, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00061_1x07_P5.00mm_45Degree terminal block RND 205-00061, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00062_1x08_P5.00mm_45Degree terminal block RND 205-00062, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00063_1x09_P5.00mm_45Degree terminal block RND 205-00063, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00064_1x10_P5.00mm_45Degree terminal block RND 205-00064, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00065_1x11_P5.00mm_45Degree terminal block RND 205-00065, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00066_1x12_P5.00mm_45Degree terminal block RND 205-00066, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00067_1x02_P7.50mm_Horizontal terminal block RND 205-00067, 2 pins, pitch 7.5mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00068_1x03_P7.50mm_Horizontal terminal block RND 205-00068, 3 pins, pitch 7.5mm, size 22.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00069_1x04_P7.50mm_Horizontal terminal block RND 205-00069, 4 pins, pitch 7.5mm, size 30x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00070_1x05_P7.50mm_Horizontal terminal block RND 205-00070, 5 pins, pitch 7.5mm, size 37.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00071_1x06_P7.50mm_Horizontal terminal block RND 205-00071, 6 pins, pitch 7.5mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00072_1x07_P7.50mm_Horizontal terminal block RND 205-00072, 7 pins, pitch 7.5mm, size 52.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00073_1x08_P7.50mm_Horizontal terminal block RND 205-00073, 8 pins, pitch 7.5mm, size 60x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00074_1x09_P7.50mm_Horizontal terminal block RND 205-00074, 9 pins, pitch 7.5mm, size 67.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00075_1x10_P7.50mm_Horizontal terminal block RND 205-00075, 10 pins, pitch 7.5mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00076_1x11_P7.50mm_Horizontal terminal block RND 205-00076, 11 pins, pitch 7.5mm, size 82.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00077_1x12_P7.50mm_Horizontal terminal block RND 205-00077, 12 pins, pitch 7.5mm, size 90x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00078_1x02_P10.00mm_Horizontal terminal block RND 205-00078, 2 pins, pitch 10mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00079_1x03_P10.00mm_Horizontal terminal block RND 205-00079, 3 pins, pitch 10mm, size 25x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00080_1x04_P10.00mm_Horizontal terminal block RND 205-00080, 4 pins, pitch 10mm, size 35x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00081_1x05_P10.00mm_Horizontal terminal block RND 205-00081, 5 pins, pitch 10mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00082_1x06_P10.00mm_Horizontal terminal block RND 205-00082, 6 pins, pitch 10mm, size 55x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00083_1x07_P10.00mm_Horizontal terminal block RND 205-00083, 7 pins, pitch 10mm, size 65x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00084_1x08_P10.00mm_Horizontal terminal block RND 205-00084, 8 pins, pitch 10mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00085_1x09_P10.00mm_Horizontal terminal block RND 205-00085, 9 pins, pitch 10mm, size 85x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00086_1x10_P10.00mm_Horizontal terminal block RND 205-00086, 10 pins, pitch 10mm, size 95x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00087_1x11_P10.00mm_Horizontal terminal block RND 205-00087, 11 pins, pitch 10mm, size 105x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00088_1x12_P10.00mm_Horizontal terminal block RND 205-00088, 12 pins, pitch 10mm, size 115x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00232_1x02_P5.08mm_Horizontal terminal block RND 205-00232, 2 pins, pitch 5.08mm, size 10.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm^2 drill 1.1mm pad 2.1mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00233_1x03_P5.08mm_Horizontal terminal block RND 205-00233, 3 pins, pitch 5.08mm, size 15.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm^2 drill 1.1mm pad 2.1mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00234_1x04_P5.08mm_Horizontal terminal block RND 205-00234, 4 pins, pitch 5.08mm, size 20.3x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm^2 drill 1.1mm pad 2.1mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00235_1x05_P5.08mm_Horizontal terminal block RND 205-00235, 5 pins, pitch 5.08mm, size 25.4x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm^2 drill 1.1mm pad 2.1mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00236_1x06_P5.08mm_Horizontal terminal block RND 205-00236, 6 pins, pitch 5.08mm, size 30.5x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm^2 drill 1.1mm pad 2.1mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00237_1x07_P5.08mm_Horizontal terminal block RND 205-00237, 7 pins, pitch 5.08mm, size 35.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm^2 drill 1.1mm pad 2.1mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00238_1x08_P5.08mm_Horizontal terminal block RND 205-00238, 8 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm^2 drill 1.1mm pad 2.1mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00239_1x09_P5.08mm_Horizontal terminal block RND 205-00239, 9 pins, pitch 5.08mm, size 45.7x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm^2 drill 1.1mm pad 2.1mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00240_1x10_P5.08mm_Horizontal terminal block RND 205-00240, 10 pins, pitch 5.08mm, size 50.8x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm^2 drill 1.1mm pad 2.1mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00241_1x02_P10.16mm_Horizontal terminal block RND 205-00241, 2 pins, pitch 10.2mm, size 15.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00244_1x05_P10.16mm_Horizontal terminal block RND 205-00244, 5 pins, pitch 10.2mm, size 45.7x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00245_1x06_P10.16mm_Horizontal terminal block RND 205-00245, 6 pins, pitch 10.2mm, size 55.9x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00246_1x07_P10.16mm_Horizontal terminal block RND 205-00246, 7 pins, pitch 10.2mm, size 66x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00247_1x08_P10.16mm_Horizontal terminal block RND 205-00247, 8 pins, pitch 10.2mm, size 76.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00248_1x09_P10.16mm_Horizontal terminal block RND 205-00248, 9 pins, pitch 10.2mm, size 86.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00249_1x10_P10.16mm_Horizontal terminal block RND 205-00249, 10 pins, pitch 10.2mm, size 96.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00250_1x11_P10.16mm_Horizontal terminal block RND 205-00250, 11 pins, pitch 10.2mm, size 107x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00251_1x12_P10.16mm_Horizontal terminal block RND 205-00251, 12 pins, pitch 10.2mm, size 117x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00276_1x02_P5.00mm_Vertical terminal block RND 205-00078, vertical (cable from top), 2 pins, pitch 5mm, size 10x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00277_1x03_P5.00mm_Vertical terminal block RND 205-00079, vertical (cable from top), 3 pins, pitch 5mm, size 15x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00278_1x04_P5.00mm_Vertical terminal block RND 205-00080, vertical (cable from top), 4 pins, pitch 5mm, size 20x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00279_1x05_P5.00mm_Vertical terminal block RND 205-00081, vertical (cable from top), 5 pins, pitch 5mm, size 25x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00280_1x06_P5.00mm_Vertical terminal block RND 205-00082, vertical (cable from top), 6 pins, pitch 5mm, size 30x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00281_1x07_P5.00mm_Vertical terminal block RND 205-00083, vertical (cable from top), 7 pins, pitch 5mm, size 35x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00282_1x08_P5.00mm_Vertical terminal block RND 205-00084, vertical (cable from top), 8 pins, pitch 5mm, size 40x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00283_1x09_P5.00mm_Vertical terminal block RND 205-00085, vertical (cable from top), 9 pins, pitch 5mm, size 45x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00284_1x10_P5.00mm_Vertical terminal block RND 205-00086, vertical (cable from top), 10 pins, pitch 5mm, size 50x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00285_1x11_P5.00mm_Vertical terminal block RND 205-00087, vertical (cable from top), 11 pins, pitch 5mm, size 55x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00286_1x12_P5.00mm_Vertical terminal block RND 205-00088, vertical (cable from top), 12 pins, pitch 5mm, size 60x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00287_1x02_P5.08mm_Horizontal terminal block RND 205-00287, 2 pins, pitch 5.08mm, size 10.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00288_1x03_P5.08mm_Horizontal terminal block RND 205-00288, 3 pins, pitch 5.08mm, size 15.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00289_1x04_P5.08mm_Horizontal terminal block RND 205-00289, 4 pins, pitch 5.08mm, size 20.3x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00290_1x05_P5.08mm_Horizontal terminal block RND 205-00290, 5 pins, pitch 5.08mm, size 25.4x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00291_1x06_P5.08mm_Horizontal terminal block RND 205-00291, 6 pins, pitch 5.08mm, size 30.5x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00292_1x07_P5.08mm_Horizontal terminal block RND 205-00292, 7 pins, pitch 5.08mm, size 35.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00293_1x08_P5.08mm_Horizontal terminal block RND 205-00293, 8 pins, pitch 5.08mm, size 40.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00294_1x09_P5.08mm_Horizontal terminal block RND 205-00294, 9 pins, pitch 5.08mm, size 45.7x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00295_1x10_P5.08mm_Horizontal terminal block RND 205-00295, 10 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00296_1x11_P5.08mm_Horizontal terminal block RND 205-00296, 11 pins, pitch 5.08mm, size 55.9x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00297_1x12_P5.08mm_Horizontal terminal block RND 205-00297, 12 pins, pitch 5.08mm, size 61x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00298_1x02_P10.00mm_Horizontal terminal block RND 205-00298, 2 pins, pitch 10mm, size 15x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00299_1x03_P10.00mm_Horizontal terminal block RND 205-00299, 3 pins, pitch 10mm, size 25x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00300_1x04_P10.00mm_Horizontal terminal block RND 205-00300, 4 pins, pitch 10mm, size 35x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00301_1x05_P10.00mm_Horizontal terminal block RND 205-00301, 5 pins, pitch 10mm, size 45x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00302_1x06_P10.00mm_Horizontal terminal block RND 205-00302, 6 pins, pitch 10mm, size 55x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00303_1x07_P10.00mm_Horizontal terminal block RND 205-00303, 7 pins, pitch 10mm, size 65x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00304_1x08_P10.00mm_Horizontal terminal block RND 205-00304, 8 pins, pitch 10mm, size 75x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00305_1x09_P10.00mm_Horizontal terminal block RND 205-00305, 9 pins, pitch 10mm, size 85x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00306_1x10_P10.00mm_Horizontal terminal block RND 205-00306, 10 pins, pitch 10mm, size 95x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00307_1x11_P10.00mm_Horizontal terminal block RND 205-00307, 11 pins, pitch 10mm, size 105x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00308_1x12_P10.00mm_Horizontal terminal block RND 205-00308, 12 pins, pitch 10mm, size 115x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_TE-Connectivity TerminalBlock_TE_1-282834-0_1x10_P2.54mm_Horizontal Terminal Block TE 1-282834-0, 10 pins, pitch 2.54mm, size 25.86x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.86x6.5mm^2 drill 1.1mm pad 2.1mm 0 10 10 TerminalBlock_TE-Connectivity TerminalBlock_TE_1-282834-1_1x11_P2.54mm_Horizontal Terminal Block TE 1-282834-1, 11 pins, pitch 2.54mm, size 28.4x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm^2 drill 1.1mm pad 2.1mm 0 11 11 TerminalBlock_TE-Connectivity TerminalBlock_TE_1-282834-2_1x12_P2.54mm_Horizontal Terminal Block TE 1-282834-2, 12 pins, pitch 2.54mm, size 30.94x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.94x6.5mm^2 drill 1.1mm pad 2.1mm 0 12 12 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-2_1x02_P2.54mm_Horizontal Terminal Block TE 282834-2, 2 pins, pitch 2.54mm, size 5.54x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm^2 drill 1.1mm pad 2.1mm 0 2 2 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-3_1x03_P2.54mm_Horizontal Terminal Block TE 282834-3, 3 pins, pitch 2.54mm, size 8.08x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm^2 drill 1.1mm pad 2.1mm 0 3 3 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-4_1x04_P2.54mm_Horizontal Terminal Block TE 282834-4, 4 pins, pitch 2.54mm, size 10.620000000000001x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-4 pitch 2.54mm size 10.620000000000001x6.5mm^2 drill 1.1mm pad 2.1mm 0 4 4 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-5_1x05_P2.54mm_Horizontal Terminal Block TE 282834-5, 5 pins, pitch 2.54mm, size 13.16x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-5 pitch 2.54mm size 13.16x6.5mm^2 drill 1.1mm pad 2.1mm 0 5 5 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-6_1x06_P2.54mm_Horizontal Terminal Block TE 282834-6, 6 pins, pitch 2.54mm, size 15.7x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm^2 drill 1.1mm pad 2.1mm 0 6 6 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-7_1x07_P2.54mm_Horizontal Terminal Block TE 282834-7, 7 pins, pitch 2.54mm, size 18.240000000000002x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-7 pitch 2.54mm size 18.240000000000002x6.5mm^2 drill 1.1mm pad 2.1mm 0 7 7 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-8_1x08_P2.54mm_Horizontal Terminal Block TE 282834-8, 8 pins, pitch 2.54mm, size 20.78x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-8 pitch 2.54mm size 20.78x6.5mm^2 drill 1.1mm pad 2.1mm 0 8 8 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-9_1x09_P2.54mm_Horizontal Terminal Block TE 282834-9, 9 pins, pitch 2.54mm, size 23.32x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-9 pitch 2.54mm size 23.32x6.5mm^2 drill 1.1mm pad 2.1mm 0 9 9 TerminalBlock_WAGO TerminalBlock_WAGO_236-101_1x01_P5.00mm_45Degree Terminal Block WAGO 236-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm 0 1 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-102_1x02_P5.00mm_45Degree Terminal Block WAGO 236-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm 0 2 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-103_1x03_P5.00mm_45Degree Terminal Block WAGO 236-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm 0 3 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-104_1x04_P5.00mm_45Degree Terminal Block WAGO 236-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm 0 4 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-106_1x06_P5.00mm_45Degree Terminal Block WAGO 236-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm 0 6 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-108_1x08_P5.00mm_45Degree Terminal Block WAGO 236-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm 0 8 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-112_1x12_P5.00mm_45Degree Terminal Block WAGO 236-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm 0 12 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-116_1x16_P5.00mm_45Degree Terminal Block WAGO 236-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm 0 16 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-124_1x24_P5.00mm_45Degree Terminal Block WAGO 236-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm 0 24 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-136_1x36_P5.00mm_45Degree Terminal Block WAGO 236-136, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-136 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm 0 36 36 TerminalBlock_WAGO TerminalBlock_WAGO_236-148_1x48_P5.00mm_45Degree Terminal Block WAGO 236-148, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-148 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm 0 48 48 TerminalBlock_WAGO TerminalBlock_WAGO_236-201_1x01_P7.50mm_45Degree Terminal Block WAGO 236-201, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm 0 1 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-202_1x02_P7.50mm_45Degree Terminal Block WAGO 236-202, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm 0 2 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-203_1x03_P7.50mm_45Degree Terminal Block WAGO 236-203, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm 0 3 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-204_1x04_P7.50mm_45Degree Terminal Block WAGO 236-204, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm 0 4 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-206_1x06_P7.50mm_45Degree Terminal Block WAGO 236-206, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm 0 6 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-208_1x08_P7.50mm_45Degree Terminal Block WAGO 236-208, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm 0 8 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-212_1x12_P7.50mm_45Degree Terminal Block WAGO 236-212, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm 0 12 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-216_1x16_P7.50mm_45Degree Terminal Block WAGO 236-216, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm 0 16 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-224_1x24_P7.50mm_45Degree Terminal Block WAGO 236-224, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm 0 24 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-301_1x01_P10.00mm_45Degree Terminal Block WAGO 236-301, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm 0 1 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-302_1x02_P10.00mm_45Degree Terminal Block WAGO 236-302, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm 0 2 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-303_1x03_P10.00mm_45Degree Terminal Block WAGO 236-303, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm 0 3 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-304_1x04_P10.00mm_45Degree Terminal Block WAGO 236-304, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm 0 4 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-306_1x06_P10.00mm_45Degree Terminal Block WAGO 236-306, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm 0 6 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-308_1x08_P10.00mm_45Degree Terminal Block WAGO 236-308, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm 0 8 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-312_1x12_P10.00mm_45Degree Terminal Block WAGO 236-312, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm 0 12 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-316_1x16_P10.00mm_45Degree Terminal Block WAGO 236-316, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm 0 16 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-324_1x24_P10.00mm_45Degree Terminal Block WAGO 236-324, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm 0 24 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-401_1x01_P5.00mm_45Degree Terminal Block WAGO 236-401, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-401 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-402_1x02_P5.00mm_45Degree Terminal Block WAGO 236-402, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-402 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-403_1x03_P5.00mm_45Degree Terminal Block WAGO 236-403, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-403 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-404_1x04_P5.00mm_45Degree Terminal Block WAGO 236-404, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-404 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-406_1x06_P5.00mm_45Degree Terminal Block WAGO 236-406, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-406 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-408_1x08_P5.00mm_45Degree Terminal Block WAGO 236-408, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-408 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-412_1x12_P5.00mm_45Degree Terminal Block WAGO 236-412, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-412 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-416_1x16_P5.00mm_45Degree Terminal Block WAGO 236-416, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-416 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-424_1x24_P5.00mm_45Degree Terminal Block WAGO 236-424, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-424 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-436_1x36_P5.00mm_45Degree Terminal Block WAGO 236-436, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-436 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm 0 72 36 TerminalBlock_WAGO TerminalBlock_WAGO_236-448_1x48_P5.00mm_45Degree Terminal Block WAGO 236-448, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-448 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm 0 96 48 TerminalBlock_WAGO TerminalBlock_WAGO_236-501_1x01_P7.50mm_45Degree Terminal Block WAGO 236-501, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-501 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-502_1x02_P7.50mm_45Degree Terminal Block WAGO 236-502, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-502 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-503_1x03_P7.50mm_45Degree Terminal Block WAGO 236-503, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-503 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-504_1x04_P7.50mm_45Degree Terminal Block WAGO 236-504, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-504 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-506_1x06_P7.50mm_45Degree Terminal Block WAGO 236-506, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-506 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-508_1x08_P7.50mm_45Degree Terminal Block WAGO 236-508, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-508 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-512_1x12_P7.50mm_45Degree Terminal Block WAGO 236-512, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-512 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-516_1x16_P7.50mm_45Degree Terminal Block WAGO 236-516, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-516 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-524_1x24_P7.50mm_45Degree Terminal Block WAGO 236-524, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-524 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-601_1x01_P10.00mm_45Degree Terminal Block WAGO 236-601, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-601 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-602_1x02_P10.00mm_45Degree Terminal Block WAGO 236-602, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-602 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-603_1x03_P10.00mm_45Degree Terminal Block WAGO 236-603, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-603 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-604_1x04_P10.00mm_45Degree Terminal Block WAGO 236-604, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-604 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-606_1x06_P10.00mm_45Degree Terminal Block WAGO 236-606, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-606 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-608_1x08_P10.00mm_45Degree Terminal Block WAGO 236-608, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-608 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-612_1x12_P10.00mm_45Degree Terminal Block WAGO 236-612, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-612 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-616_1x16_P10.00mm_45Degree Terminal Block WAGO 236-616, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-616 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-624_1x24_P10.00mm_45Degree Terminal Block WAGO 236-624, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-624 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_804-101_1x01_P5.00mm_45Degree Terminal Block WAGO 804-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm^2 drill 1.2mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_804-102_1x02_P5.00mm_45Degree Terminal Block WAGO 804-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm^2 drill 1.2mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_804-103_1x03_P5.00mm_45Degree Terminal Block WAGO 804-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm^2 drill 1.2mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_804-104_1x04_P5.00mm_45Degree Terminal Block WAGO 804-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm^2 drill 1.2mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_804-105_1x05_P5.00mm_45Degree Terminal Block WAGO 804-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_804-106_1x06_P5.00mm_45Degree Terminal Block WAGO 804-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm^2 drill 1.2mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_804-107_1x07_P5.00mm_45Degree Terminal Block WAGO 804-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm^2 drill 1.2mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_804-108_1x08_P5.00mm_45Degree Terminal Block WAGO 804-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm^2 drill 1.2mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_804-109_1x09_P5.00mm_45Degree Terminal Block WAGO 804-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm^2 drill 1.2mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_804-110_1x10_P5.00mm_45Degree Terminal Block WAGO 804-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm^2 drill 1.2mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_804-112_1x12_P5.00mm_45Degree Terminal Block WAGO 804-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm^2 drill 1.2mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_804-116_1x16_P5.00mm_45Degree Terminal Block WAGO 804-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm^2 drill 1.2mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_804-124_1x24_P5.00mm_45Degree Terminal Block WAGO 804-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm^2 drill 1.2mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_804-301_1x01_P7.50mm_45Degree Terminal Block WAGO 804-301, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm^2 drill 1.2mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_804-302_1x02_P7.50mm_45Degree Terminal Block WAGO 804-302, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 14x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm^2 drill 1.2mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_804-303_1x03_P7.50mm_45Degree Terminal Block WAGO 804-303, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm^2 drill 1.2mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_804-304_1x04_P7.50mm_45Degree Terminal Block WAGO 804-304, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 29x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm^2 drill 1.2mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_804-305_1x05_P7.50mm_45Degree Terminal Block WAGO 804-305, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm^2 drill 1.2mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_804-306_1x06_P7.50mm_45Degree Terminal Block WAGO 804-306, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 44x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm^2 drill 1.2mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_804-307_1x07_P7.50mm_45Degree Terminal Block WAGO 804-307, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm^2 drill 1.2mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_804-308_1x08_P7.50mm_45Degree Terminal Block WAGO 804-308, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 59x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm^2 drill 1.2mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_804-309_1x09_P7.50mm_45Degree Terminal Block WAGO 804-309, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm^2 drill 1.2mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_804-310_1x10_P7.50mm_45Degree Terminal Block WAGO 804-310, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 74x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm^2 drill 1.2mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_804-312_1x12_P7.50mm_45Degree Terminal Block WAGO 804-312, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 89x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm^2 drill 1.2mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_804-316_1x16_P7.50mm_45Degree Terminal Block WAGO 804-316, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 119x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm^2 drill 1.2mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_804-324_1x24_P7.50mm_45Degree Terminal Block WAGO 804-324, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 179x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm^2 drill 1.2mm pad 3mm 0 48 24 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650073_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650073.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650074_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650074.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650094_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650094.pdf) screw terminal thread redcube thr power connector 0 16 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650173_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650173.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650174_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650174.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650194_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650194.pdf) screw terminal thread redcube thr power connector 0 18 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74650195_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650195.pdf) screw terminal thread redcube thr power connector 0 18 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRBU_74655095_THR REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74655095.pdf) screw terminal thread redcube thr power connector 0 16 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRSH_74651173_THR REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651173.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRSH_74651174_THR REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651174.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRSH_74651175_THR REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651175.pdf) screw terminal thread redcube thr power connector 0 8 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRSH_74651194_THR REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651194.pdf) screw terminal thread redcube thr power connector 0 18 1 TerminalBlock_Wuerth Wuerth_REDCUBE-THR_WP-THRSH_74651195_THR REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651195.pdf) screw terminal thread redcube thr power connector 0 18 1 TestPoint TestPoint_2Pads_Pitch2.54mm_Drill0.8mm Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm CONN DEV 0 2 2 TestPoint TestPoint_2Pads_Pitch5.08mm_Drill1.3mm Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm CONN DEV 0 2 2 TestPoint TestPoint_Bridge_Pitch2.0mm_Drill0.7mm wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch2.54mm_Drill0.7mm wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch2.54mm_Drill1.0mm wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch2.54mm_Drill1.3mm wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch3.81mm_Drill1.3mm wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch5.08mm_Drill0.7mm wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch5.08mm_Drill1.3mm wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch6.35mm_Drill1.3mm wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch7.62mm_Drill1.3mm wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Keystone_5000-5004_Miniature Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309 Through Hole Mount Test Points 0 1 1 TestPoint TestPoint_Keystone_5005-5009_Compact Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 Through Hole Mount Test Points 0 1 1 TestPoint TestPoint_Keystone_5010-5014_Multipurpose Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319 Through Hole Mount Test Points 0 1 1 TestPoint TestPoint_Keystone_5015_Micro-Minature SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353 Test Point 0 1 1 TestPoint TestPoint_Keystone_5019_Minature SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357 Test Point 0 1 1 TestPoint TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.50mm_Drill1.0mm wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.50mm_Drill1.85mm wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.80mm_Drill2.0mm wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.80mm_Drill2.5mm wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.80mm_Drill2.8mm wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm test point wire loop bead 0 1 1 TestPoint TestPoint_Pad_1.0x1.0mm SMD rectangular pad as test Point, square 1.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_1.5x1.5mm SMD rectangular pad as test Point, square 1.5mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_2.0x2.0mm SMD rectangular pad as test Point, square 2.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_2.5x2.5mm SMD rectangular pad as test Point, square 2.5mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_3.0x3.0mm SMD rectangular pad as test Point, square 3.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_4.0x4.0mm SMD rectangular pad as test Point, square 4.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_D1.0mm SMD pad as test Point, diameter 1.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D1.5mm SMD pad as test Point, diameter 1.5mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D2.0mm SMD pad as test Point, diameter 2.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D2.5mm SMD pad as test Point, diameter 2.5mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D3.0mm SMD pad as test Point, diameter 3.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D4.0mm SMD pad as test Point, diameter 4.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Plated_Hole_D2.0mm Plated Hole as test Point, diameter 2.0mm test point plated hole 0 1 1 TestPoint TestPoint_Plated_Hole_D3.0mm Plated Hole as test Point, diameter 3.0mm test point plated hole 0 1 1 TestPoint TestPoint_Plated_Hole_D4.0mm Plated Hole as test Point, diameter 4.0mm test point plated hole 0 1 1 TestPoint TestPoint_Plated_Hole_D5.0mm Plated Hole as test Point, diameter 5.0mm test point plated hole 0 1 1 TestPoint TestPoint_THTPad_1.0x1.0mm_Drill0.5mm THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_1.5x1.5mm_Drill0.7mm THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_2.0x2.0mm_Drill1.0mm THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_2.5x2.5mm_Drill1.2mm THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_3.0x3.0mm_Drill1.5mm THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_4.0x4.0mm_Drill2.0mm THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_D1.0mm_Drill0.5mm THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D1.5mm_Drill0.7mm THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D2.0mm_Drill1.0mm THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D2.5mm_Drill1.2mm THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D3.0mm_Drill1.5mm THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D4.0mm_Drill2.0mm THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm test point THT pad 0 1 1 Transformer_SMD Pulse_P0926NL SMT Gate Drive Transformer, 1:1:1, 8.0x6.3x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa0926nl 0 6 6 Transformer_SMD Pulse_PA1323NL SMT Gate Drive Transformer, 1:1, 9.5x7.1x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa1323nl 0 6 6 Transformer_SMD Pulse_PA2001NL SMT Gate Drive Transformer, 1:1, 8.6x6.7x2.5mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2001nl pe-68386nl 0 4 4 Transformer_SMD Pulse_PA2002NL-PA2008NL-PA2009NL SMT Gate Drive Transformer, 1:1:1 or 2:1:1 or 2.5:1:1 or 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2002nl pa2008nl pa2009nl p0544nl pa0184nl pa0297nl pa0510nl 0 6 6 Transformer_SMD Pulse_PA2004NL SMT Gate Drive Transformer, 1:1:1, 8.6x6.7x3.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2004nl pa0264nl 0 6 6 Transformer_SMD Pulse_PA2005NL SMT Gate Drive Transformer, 1:1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2005nl pa0173nl 0 6 6 Transformer_SMD Pulse_PA2006NL SMT Gate Drive Transformer, 1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2006nl pa0186nl 0 4 4 Transformer_SMD Pulse_PA2007NL SMT Gate Drive Transformer, 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2007nl 0 4 4 Transformer_SMD Pulse_PA2777NL SMT Gate Drive Transformer, 1:1, 7.1x6.1x5.5mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa2777nl 0 8 8 Transformer_SMD Pulse_PA3493NL SMT Gate Drive Transformer, 1.25:1, 10.9x9.7x2.7mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa3493nl 0 4 4 Transformer_SMD Transformer_Coilcraft_CST1 Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) Transformer current sense SMD 0 8 8 Transformer_SMD Transformer_Coilcraft_CST2 Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) Transformer current sense SMD 0 8 8 Transformer_SMD Transformer_Coilcraft_CST2010 Current sense transformer, SMD, 14.55x19.91x10.50mm (https://www.coilcraft.com/pdfs/cst2010.pdf) Transformer current sense SMD 0 12 12 Transformer_SMD Transformer_CurrentSense_8.4x7.2mm Transformer current sense SMD 8.4x7.2mm Transformer current sense SMD 0 8 8 Transformer_SMD Transformer_Ethernet_Bel_S558-5999-T7-F Ethernet Transformer, Bel S558-5999-T7-F, https://www.belfuse.com/resources/ICMs/lan-/S558-5999-T7-F.pdf Ethernet Transformer 0 16 16 Transformer_SMD Transformer_Ethernet_Bourns_PT61017PEL https://www.bourns.com/docs/Product-Datasheets/PT61017PEL.pdf Transformer Ethernet Single Center-Tap 0 16 16 Transformer_SMD Transformer_Ethernet_HALO_TG111-MSC13 Transformer Ethernet SMD, https://www.haloelectronics.com/pdf/discrete-genesus.pdf Transformer Ethernet SMD 0 24 24 Transformer_SMD Transformer_MACOM_SM-22 https://cdn.macom.com/datasheets/ETC1-1-13.pdf RF Transformer 0 5 5 Transformer_SMD Transformer_Murata_78250JC Murata 78250JC https://www.murata-ps.com/datasheet?/data/magnetics/kmp_78250j.pdf Murata transformer 0 6 6 Transformer_SMD Transformer_NF_ETAL_P2781 NF-Transformer, ETAL, P2781, SMD, NF-Transformer ETAL P2781 SMD 0 8 7 Transformer_SMD Transformer_NF_ETAL_P2781_HandSoldering NF-Transformer, ETAL, P2781, SMD, Handsoldering NF-Transformer ETAL P2781 SMD Handsoldering 0 8 7 Transformer_SMD Transformer_NF_ETAL_P3000 NF-Reansformer, ETAL, P3000, SMD, NF-Reansformer ETAL P3000 SMD 0 15 13 Transformer_SMD Transformer_NF_ETAL_P3000_HandSoldering NF-Reansformer, ETAL, P3000, SMD, Handsoldering, NF-Reansformer ETAL P3000 SMD Handsoldering 0 15 13 Transformer_SMD Transformer_NF_ETAL_P3181 NF-Transformer, ETAL, P3181, SMD, NF-Transformer ETAL P3181 SMD 0 7 6 Transformer_SMD Transformer_NF_ETAL_P3181_HandSoldering NF-Transformer, ETAL, P3181, SMD, Hand Soldering, NF-Transformer ETAL P3181 SMD Hand Soldering 0 7 6 Transformer_SMD Transformer_NF_ETAL_P3188 NF-Transformer, ETAL, P3188, SMD, NF-Transformer ETAL P3188 SMD 0 8 6 Transformer_SMD Transformer_NF_ETAL_P3188_HandSoldering NF-Transformer, ETAL, P3188, SMD, Handsoldering, NF-Transformer ETAL P3188 SMD Handsoldering 0 8 6 Transformer_SMD Transformer_NF_ETAL_P3191 NF-Transformer, ETAL, P3191, SMD, NF-Transformer ETAL P3191 SMD 0 8 6 Transformer_SMD Transformer_NF_ETAL_P3191_HandSoldering NF-Transformer, ETAL, P3191, SMD, Handsoldering, NF-Transformer ETAL P3191 SMD Handsoldering 0 8 6 Transformer_SMD Transformer_Pulse_H1100NL For H1100NL, H1101NL, H1102NL, H1121NL, H1183NL, H1199NL, HX1188NL, HX1198NL and H1302NL. https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/H1102NL/doc_part/H1102NL.pdf H1100NL H1101NL H1102NL H1121NL H1183NL H1199NL HX1188NL HX1198NL H1302N 0 16 16 Transformer_SMD Transformer_Wuerth_750315371 Power Transformer, horizontal core with bobbin, 6 pin, 2.54mm pitch, 11.24mm row spacing, 12.6x8.3x4.1mm transformer flyback 0 6 6 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D9.0mm_Amidon-T30 Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 9mm, Amidon T30, Autotransformer Toroid horizontal laying 1 Tap Diameter 9mm Amidon T30 0 3 3 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D10.5mm_Amidon-T37 Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 10,5mm, Amidon T37, Autotransformer Toroid horizontal laying 1 Tap Diameter 10 5mm Amidon T37 0 3 3 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D12.5mm_Amidon-T44 Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 12,5mm, Amidon T44, Autotransformer Toroid horizontal laying 1 Tap Diameter 12 5mm Amidon T44 0 3 3 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D14.0mm_Amidon-T50 Choke, Inductance, Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 14mm, Amidon T50, Choke Inductance Autotransformer Toroid horizontal laying 1 Tap Diameter 14mm Amidon T50 0 3 3 Transformer_THT Autotransformer_ZS1052-AC Ignition coil for xenon flash, http://www.excelitas.com/downloads/ZS1052ACH.pdf ignition coil autotransformer 0 3 3 Transformer_THT Transformer_37x44 transformer 37x44mm² transformer 37x44mm² 0 12 4 Transformer_THT Transformer_Breve_TEZ-22x24 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 7 7 Transformer_THT Transformer_Breve_TEZ-28x33 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 9 9 Transformer_THT Transformer_Breve_TEZ-35x42 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 9 9 Transformer_THT Transformer_Breve_TEZ-38x45 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 9 9 Transformer_THT Transformer_Breve_TEZ-44x52 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 10 10 Transformer_THT Transformer_Breve_TEZ-47x57 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 13 13 Transformer_THT Transformer_CHK_EI30-2VA_1xSec Trafo, Printtrafo, CHK, EI30, 2VA, 1x Sec,http://www.eratransformers.com/downloads/030-7585.0.pdf Trafo Printtrafo CHK EI30 2VA 1x Sec 0 10 10 Transformer_THT Transformer_CHK_EI30-2VA_2xSec Trafo, Printtrafo, CHK, EI30, 2VA, 2x Sec, Trafo Printtrafo CHK EI30 2VA 2x Sec 0 10 10 Transformer_THT Transformer_CHK_EI30-2VA_Neutral Trafo, Printtrafo, CHK, EI30, 2VA, neutral, Trafo Printtrafo CHK EI30 2VA neutral 0 10 10 Transformer_THT Transformer_CHK_EI38-3VA_1xSec Trafo, Printtrafo, CHK, EI38, 3VA, 1x Sec, http://www.eratransformers.com/product-detail/20 Trafo Printtrafo CHK EI38 3VA 1x Sec 0 10 10 Transformer_THT Transformer_CHK_EI38-3VA_2xSec Trafo, Printtrafo, CHK, EI38, 3VA, 2x Sec, http://www.eratransformers.com/product-detail/20 Trafo Printtrafo CHK EI38 3VA 2x Sec 0 10 10 Transformer_THT Transformer_CHK_EI38-3VA_Neutral Trafo, Printtrafo, CHK, EI38, 3VA, neutral, http://www.eratransformers.com/product-detail/20 Trafo Printtrafo CHK EI42 3VA neutral 0 10 10 Transformer_THT Transformer_CHK_EI42-5VA_1xSec Trafo, Printtrafo, CHK, EI42, 5VA, 1x Sec, Trafo Printtrafo CHK EI42 5VA 1x Sec 0 10 10 Transformer_THT Transformer_CHK_EI42-5VA_2xSec Trafo, Printtrafo, CHK, EI42, 5VA, 2x Sec, Trafo Printtrafo CHK EI42 5VA 2x Sec 0 10 10 Transformer_THT Transformer_CHK_EI42-5VA_Neutral Trafo, Printtrafo, CHK, EI42, 5VA, neutral, Trafo Printtrafo CHK EI42 5VA neutral 0 10 10 Transformer_THT Transformer_CHK_EI48-8VA_1xSec Trafo, Printtrafo, CHK, EI48, 8VA, 1x Sec, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 8VA 1x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-8VA_2xSec Trafo, Printtrafo, CHK, EI48, 8VA, 2x Sec, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 8VA 2x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-8VA_Neutral Trafo, Printtrafo, CHK, EI48, 8VA, neutral, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 8VA neutral 0 12 12 Transformer_THT Transformer_CHK_EI48-10VA_1xSec Trafo, Printtrafo, CHK, EI48, 10VA, 1x Sec, Trafo Printtrafo CHK EI48 10VA 1x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-10VA_2xSec Trafo, Printtrafo, CHK, EI48, 10VA, 2x Sec, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 10VA 2x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-10VA_Neutral Trafo, Printtrafo, CHK, EI48, 10VA, neutral, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 10VA neutral 0 12 12 Transformer_THT Transformer_CHK_EI54-12VA_1xSec Trafo, Printtrafo, CHK, EI54, 12VA, 1x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 12VA 1x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-12VA_2xSec Trafo, Printtrafo, CHK, EI54, 12VA, 2x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 12VA 2x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-12VA_Neutral Trafo, Printtrafo, CHK, EI54, 12VA, neutral,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 12VA neutral 0 14 14 Transformer_THT Transformer_CHK_EI54-16VA_1xSec Trafo, Printtrafo, CHK, EI54, 16VA, 1x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 16VA 1x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-16VA_2xSec Trafo, Printtrafo, CHK, EI54, 16VA, 2x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 16VA 2x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-16VA_Neutral Trafo, Printtrafo, CHK, EI54, 16VA, neutral,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 16VA neutral 0 14 14 Transformer_THT Transformer_CHK_UI30-4VA_Flat Trafo, Flattrafo, CHK, UI30, 4VA, Trafo Flattrafo CHK UI30 4VA 0 16 16 Transformer_THT Transformer_CHK_UI39-10VA_Flat Trafo, Flattrafo, CHK, UI39, 10VA, Trafo Flattrafo CHK UI39 10VA 0 20 20 Transformer_THT Transformer_Coilcraft_Q4434-B_Rhombus-T1311 Transformator, Transformer, Flyback, Coilcraft Q4434-B, Rgombus T1311, Transformator Transformer Flyback Coilcraft Q4434-B Rgombus T1311 0 8 8 Transformer_THT Transformer_EPCOS_B66359A1013T_Horizontal Transformer, Transformator, ETD29, 13 Pin, Horizontal, EPCOS-B66359A1013T, Transformer Transformator ETD29 13 Pin Horizontal EPCOS-B66359A1013T 0 13 13 Transformer_THT Transformer_EPCOS_B66359J1014T_Vertical Transformer, Transformator, ETD29, 14 Pin, Vertical, EPCOS-B66359J1014T, Transformer Transformator ETD29 14 Pin Vertical EPCOS-B66359J1014T 0 14 14 Transformer_THT Transformer_Microphone_Lundahl_LL1538 AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1538_8xl.pdf AUDIO TRAFO LUNDAHL 0 7 7 Transformer_THT Transformer_Microphone_Lundahl_LL1587 AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1587.pdf AUDIO TRAFO LUNDAHL 0 7 7 Transformer_THT Transformer_Myrra_74040_Horizontal Transformer, Transformator, ETD29, 13 Pin, Horizontal, Myrra-74040, Transformer Transformator ETD29 13 Pin Horizontal Myrra-74040 0 13 13 Transformer_THT Transformer_Myrra_EF20_7408x EF20 flyback transformer,http://myrra.com/wp-content/uploads/2017/09/Datasheet-74087-74088-74089-rev-A.pdf transformer flyback SMPS 0 9 9 Transformer_THT Transformer_NF_ETAL_1-1_P1200 NF-Transformer, 1:1, ETAL P1200,http://www.etalgroup.com/sites/default/files/products/P1200_April_2005.pdf NF-Transformer 1to1 ETAL P1200 0 4 4 Transformer_THT Transformer_NF_ETAL_P1165 NF-Transformer, ETAL, P1165,http://www.etalgroup.com/sites/default/files/products/P1165_February_2006.pdf NF-Transformer ETAL P1165 0 4 4 Transformer_THT Transformer_NF_ETAL_P3324 NF-Transformer, ETAL P3324,http://www.etalgroup.com/sites/default/files/products/P3324_April_2005.pdf NF-Transformer ETAL P3324 0 4 4 Transformer_THT Transformer_NF_ETAL_P3356 NF-Transformer, ETAL P3356, http://www.etalgroup.com/sites/default/files/products/P3356_December_2005.pdf NF-Transformer ETAL P3356 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30 Transformer, Toroid, horizontal, laying, Diameter 9mm, Amidon, T30, Transformer Toroid horizontal laying Diameter 9mm Amidon T30 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D10.5mm_Amidon-T37 Transformer, Toroid, horizontal, laying, Diameter 10,5mm, Amidon T37, Transformer Toroid horizontal laying Diameter 10 5mm Amidon T37 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D12.5mm_Amidon-T44 Transformer, Toroid, horizontal, laying, Diameter 12,5mm, Amidon T44, Transformer Toroid horizontal laying Diameter 12 5mm Amidon T44 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D14.0mm_Amidon-T50 Transformer, Toroid, horizontal, laying, Diameter 14mm, Amidon T50, Transformer Toroid horizontal laying Diameter 14mm Amidon T50 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D18.0mm Transformer, Toroid, tapped, horizontal, laying, Diameter 18mm, Transformer Toroid tapped horizontal laying Diameter 18mm 0 5 4 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D9.0mm_Amidon-T30 Transformer, Toroid, tapped, horizontal, laying, Diameter 9mm, Amidon, T30, Transformer Toroid tapped horizontal laying Diameter 9mm Amidon T30 0 6 6 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D10.5mm_Amidon-T37 Transformer, Toroid, tapped, horizontal, laying, Diameter 10,5mm, Amidon, T37, Transformer Toroid tapped horizontal laying Diameter 10 5mm Amidon T37 0 6 6 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D12.5mm_Amidon-T44 Transformer, Toroid, tapped, horizontal, laying, Diameter 12,5mm, Amidon, T44, Transformer Toroid tapped horizontal laying Diameter 12 5mm Amidon T44 0 6 6 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D14.0mm_Amidon-T50 Transformer, Toroid, tapped, horizontal, laying, Diameter 14mm, Amidon T50, Transformer Toroid tapped horizontal laying Diameter 14mm Amidon T50 0 6 6 Transformer_THT Transformer_Wuerth_750343373 Transformer, horizontal core with bobbin, 10 pin, 3.81mm pitch, 15.24mm row spacing, 22x23x17.53mm (https://katalog.we-online.com/ctm/datasheet/750343373.pdf) transformer flyback 0 10 10 Type-C 12401598E4#2A 0 28 28 Type-C HRO-TYPE-C-31-M-12 0 16 13 Type-C HRO-TYPE-C-31-M-12-Assembly 0 16 13 Type-C HRO-TYPE-C-31-M-12-HandSoldering 0 16 13 Type-C HRO-TYPE-C-31-M-13 0 16 13 Type-C USB_C_GCT_USB4085 0 20 17 Type-C Wurth-632723300011 0 32 27 Type-C Wurth-632723300011-HandSoldering 0 30 26 Type-C Wurth-632723300011-MaximumExtensionMount 0 32 27 Valve Valve_ECC-83-1 Valve ECC-83-1 round pins Valve ECC-83-1 round pins 0 9 9 Valve Valve_ECC-83-2 Valve ECC-83-2 flat pins Valve ECC-83-2 flat pins 0 10 9 Valve Valve_EURO Valve Euro Valve Euro 0 7 5 Valve Valve_Glimm Valve Glimm Valve Glimm 0 2 2 Valve Valve_Mini_G Valve mini G Valve mini G 0 9 7 Valve Valve_Mini_P Valve mini P Valve mini P 0 7 7 Valve Valve_Mini_Pentode_Linear Mini-Pentode, 5-pin, e.g. JAN6418 Valve Mini-Pentode 5-pin JAN6418 0 5 5 Valve Valve_Noval_G Valve NOVAL G Valve NOVAL G 0 11 9 Valve Valve_Noval_P Valve NOVAL P Valve NOVAL P 0 9 9 Valve Valve_Octal 8-pin round valve valve 0 9 8 Varistor RV_Disc_D7mm_W3.4mm_P5mm Varistor, diameter 7mm, width 3.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.5mm_P5mm Varistor, diameter 7mm, width 3.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.6mm_P5mm Varistor, diameter 7mm, width 3.6mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.7mm_P5mm Varistor, diameter 7mm, width 3.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.8mm_P5mm Varistor, diameter 7mm, width 3.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.9mm_P5mm Varistor, diameter 7mm, width 3.9mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.2mm_P5mm Varistor, diameter 7mm, width 4.2mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.3mm_P5mm Varistor, diameter 7mm, width 4.3mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.5mm_P5mm Varistor, diameter 7mm, width 4.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.8mm_P5mm Varistor, diameter 7mm, width 4.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.9mm_P5mm Varistor, diameter 7mm, width 4.9mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4mm_P5mm Varistor, diameter 7mm, width 4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.1mm_P5mm Varistor, diameter 7mm, width 5.1mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.4mm_P5mm Varistor, diameter 7mm, width 5.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.5mm_P5mm Varistor, diameter 7mm, width 5.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.7mm_P5mm Varistor, diameter 7mm, width 5.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.3mm_P5mm Varistor, diameter 9mm, width 3.3mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.4mm_P5mm Varistor, diameter 9mm, width 3.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.5mm_P5mm Varistor, diameter 9mm, width 3.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.6mm_P5mm Varistor, diameter 9mm, width 3.6mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.7mm_P5mm Varistor, diameter 9mm, width 3.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.8mm_P5mm Varistor, diameter 9mm, width 3.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.9mm_P5mm Varistor, diameter 9mm, width 3.9mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.1mm_P5mm Varistor, diameter 9mm, width 4.1mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.2mm_P5mm Varistor, diameter 9mm, width 4.2mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.4mm_P5mm Varistor, diameter 9mm, width 4.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.5mm_P5mm Varistor, diameter 9mm, width 4.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.8mm_P5mm Varistor, diameter 9mm, width 4.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4mm_P5mm Varistor, diameter 9mm, width 4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.2mm_P5mm Varistor, diameter 9mm, width 5.2mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.4mm_P5mm Varistor, diameter 9mm, width 5.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.5mm_P5mm Varistor, diameter 9mm, width 5.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.7mm_P5mm Varistor, diameter 9mm, width 5.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W6.1mm_P5mm Varistor, diameter 9mm, width 6.1mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W3.9mm_P7.5mm Varistor, diameter 12mm, width 3.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.2mm_P7.5mm Varistor, diameter 12mm, width 4.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.3mm_P7.5mm Varistor, diameter 12mm, width 4.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.4mm_P7.5mm Varistor, diameter 12mm, width 4.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.5mm_P7.5mm Varistor, diameter 12mm, width 4.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.6mm_P7.5mm Varistor, diameter 12mm, width 4.6mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.7mm_P7.5mm Varistor, diameter 12mm, width 4.7mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.8mm_P7.5mm Varistor, diameter 12mm, width 4.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4mm_P7.5mm Varistor, diameter 12mm, width 4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5.1mm_P7.5mm Varistor, diameter 12mm, width 5.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5.4mm_P7.5mm Varistor, diameter 12mm, width 5.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5.8mm_P7.5mm Varistor, diameter 12mm, width 5.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5mm_P7.5mm Varistor, diameter 12mm, width 5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.1mm_P7.5mm Varistor, diameter 12mm, width 6.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.2mm_P7.5mm Varistor, diameter 12mm, width 6.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.3mm_P7.5mm Varistor, diameter 12mm, width 6.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.7mm_P7.5mm Varistor, diameter 12mm, width 6.7mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W7.1mm_P7.5mm Varistor, diameter 12mm, width 7.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W7.5mm_P7.5mm Varistor, diameter 12mm, width 7.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W7.9mm_P7.5mm Varistor, diameter 12mm, width 7.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W3.9mm_P7.5mm Varistor, diameter 15.5mm, width 3.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.2mm_P7.5mm Varistor, diameter 15.5mm, width 4.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.3mm_P7.5mm Varistor, diameter 15.5mm, width 4.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.4mm_P7.5mm Varistor, diameter 15.5mm, width 4.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.5mm_P7.5mm Varistor, diameter 15.5mm, width 4.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.6mm_P7.5mm Varistor, diameter 15.5mm, width 4.6mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.7mm_P7.5mm Varistor, diameter 15.5mm, width 4.7mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.8mm_P7.5mm Varistor, diameter 15.5mm, width 4.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.9mm_P7.5mm Varistor, diameter 15.5mm, width 4.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4mm_P7.5mm Varistor, diameter 15.5mm, width 4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5.2mm_P7.5mm Varistor, diameter 15.5mm, width 5.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5.4mm_P7.5mm Varistor, diameter 15.5mm, width 5.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5.9mm_P7.5mm Varistor, diameter 15.5mm, width 5.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5mm_P7.5mm Varistor, diameter 15.5mm, width 5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.1mm_P7.5mm Varistor, diameter 15.5mm, width 6.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.3mm_P7.5mm Varistor, diameter 15.5mm, width 6.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.4mm_P7.5mm Varistor, diameter 15.5mm, width 6.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.8mm_P7.5mm Varistor, diameter 15.5mm, width 6.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W7.2mm_P7.5mm Varistor, diameter 15.5mm, width 7.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W7.5mm_P7.5mm Varistor, diameter 15.5mm, width 7.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W8mm_P7.5mm Varistor, diameter 15.5mm, width 8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W11mm_P7.5mm Varistor, diameter 15.5mm, width 11mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D16.5mm_W6.7mm_P7.5mm Varistor, diameter 16.5mm, width 6.7mm, pitch 5mm, https://katalog.we-online.de/pbs/datasheet/820542711.pdf varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.3mm_P10mm Varistor, diameter 21.5mm, width 4.3mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.4mm_P10mm Varistor, diameter 21.5mm, width 4.4mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.5mm_P10mm Varistor, diameter 21.5mm, width 4.5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.6mm_P10mm Varistor, diameter 21.5mm, width 4.6mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.7mm_P10mm Varistor, diameter 21.5mm, width 4.7mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.8mm_P10mm Varistor, diameter 21.5mm, width 4.8mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.9mm_P10mm Varistor, diameter 21.5mm, width 4.9mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.1mm_P10mm Varistor, diameter 21.5mm, width 5.1mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.3mm_P10mm Varistor, diameter 21.5mm, width 5.3mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.4mm_P10mm Varistor, diameter 21.5mm, width 5.4mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.6mm_P10mm Varistor, diameter 21.5mm, width 5.6mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.8mm_P10mm Varistor, diameter 21.5mm, width 5.8mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5mm_P10mm Varistor, diameter 21.5mm, width 5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.1mm_P7.5mm varistor varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.3mm_P10mm Varistor, diameter 21.5mm, width 6.3mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.5mm_P10mm Varistor, diameter 21.5mm, width 6.5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.7mm_P10mm Varistor, diameter 21.5mm, width 6.7mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.8mm_P10mm Varistor, diameter 21.5mm, width 6.8mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W7.1mm_P10mm Varistor, diameter 21.5mm, width 7.1mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W7.5mm_P10mm Varistor, diameter 21.5mm, width 7.5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W7.9mm_P10mm Varistor, diameter 21.5mm, width 7.9mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W8.4mm_P10mm Varistor, diameter 21.5mm, width 8.4mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W11.4mm_P10mm Varistor, diameter 21.5mm, width 11.4mm, pitch 10mm varistor SIOV 0 2 2 footprints 6-SMD-GW-0.3IN 0 6 6 footprints 10-WFDFN_EXPOSED_PAD 0 11 10 footprints ADAFRUIT_MPR121 0 20 20 footprints ARDUINO_MEGA_SHIELD 0 90 86 footprints AUDIO_JACK_3.5MM_3PIN 0 5 3 footprints BAT54 0 6 6 footprints BAT54_SOT23 0 3 2 footprints BAT54_SOT363 0 6 6 footprints BNC 0 5 2 footprints BNC_DOUBLE 0 6 4 footprints CFP15 0 3 2 footprints CONN_3.81MM_2POS_IDC 0 2 2 footprints CTS_SMD_4_7X5MM 0 4 4 footprints C_ELEC_10 SMT capacitor, aluminium electrolytic, 10x10 0 2 2 footprints C_ELEC_12.5 SMT capacitor, aluminium electrolytic, 10x10 0 2 2 footprints DB9F 0 11 9 footprints DB9F_SMD 0 13 9 footprints DB9M 0 11 9 footprints DB9M_RA 0 11 9 footprints DB9M_SMD 0 13 9 footprints DB15FD Connecteur DB15 female droit CONN DB15 0 17 15 footprints DB15MD Connecteur DB15 male droit CONN DB15 0 17 15 footprints DCJACK_2PIN_HIGHCURRENT 0 5 2 footprints DCJACK_3PAD_SMD_RA 0 4 3 footprints DCJACK_3PIN_SMD_VERT 0 6 3 footprints DCJACK_4PAD_SMD_RA 0 6 3 footprints DC_DC_CONV_R78C 0 3 3 footprints DC_DC_CONV_RSO 0 7 7 footprints DC_DC_CONV_SKM10_DKM10 0 6 6 footprints DIP-28__300_ELL 28 pins DIL package, elliptical pads, width 300mil DIL 0 28 28 footprints DO-214AC_SMA 0 2 2 footprints DO-214BA Microsemi LSM115J DO-214BA diode 0 2 2 footprints DPST_SERIES_M 0 4 4 footprints ECS-MPI4040 0 2 2 footprints ENCODER62P 0 11 6 footprints ENCODER_62AVD 0 6 6 footprints FIDUCIAL Circular Fiducial, 0.5mm bare copper top; 1mm keepout (Level C) marker 0 1 1 footprints HEADER_01x02 0 2 2 footprints HEADER_01x25 0 25 25 footprints HEADER_01x25_SMD 0 25 25 footprints HEADER_02x03 0 6 6 footprints HEADER_02x03_FEMALE 0 6 6 footprints HEADER_02x03_FEMALE_SMD 0 6 6 footprints HEADER_02x04 0 8 8 footprints HEADER_02x05_SMD 0 10 10 footprints HEADER_02x07_SMD 0 14 14 footprints HEADER_02x08 0 16 16 footprints HEADER_02x08_SMD 0 16 16 footprints HEADER_02x12_SMD 0 24 24 footprints HEADER_02x16 0 32 32 footprints HEADER_02x32 0 64 64 footprints HEADER_03x16 0 48 48 footprints Header_2_Pin 0 2 2 footprints Header_2_Pin_SMD 0 2 2 footprints Header_2_Pin_SMD_N 0 2 2 footprints Header_2_Pin_SMD_RA 0 6 2 footprints Header_2_Pin_SMD_RA_UNSHR 0 2 2 footprints Header_2_Pin_SMD_SHR 0 4 2 footprints Header_3_Pin 0 3 3 footprints Header_3_Pin_RA 0 3 3 footprints Header_3_Pin_SMD_F 0 3 2 footprints Header_3_Pin_SMD_RA 0 7 3 footprints Header_4_Pin 0 4 4 footprints Header_5_Pin 0 5 5 footprints Header_16_Pin 0 16 16 footprints Header_Shrouded_2_Pin 0 2 2 footprints Header_Shrouded_3_Pin 0 3 3 footprints Header_Shrouded_5_Pin 0 5 5 footprints Header_Shrouded_5_Pin_SMD 0 5 5 footprints IM483H_IM805H_PR-22 0 23 23 footprints ISL55004_14SOIC 0 14 14 footprints JOYSTICK 0 5 5 footprints LED0805 0 2 2 footprints LED_550-XX04_G 0 2 2 footprints LED_550-XX04_R 0 2 2 footprints LED_550-XX04_Y 0 2 2 footprints LED_555-2XXX 0 2 2 footprints LED_555-3XXX 0 2 2 footprints LED_555-3XXX_G 0 2 2 footprints LED_555-3XXX_R 0 2 2 footprints LED_555-3XXX_SMD 0 2 2 footprints LED_DUAL_0805 0 4 4 footprints LEECO_LFAA 0 2 2 footprints LEECO_LHDB 0 2 2 footprints M12-5_RCPT_F 0 6 5 footprints M12-5_RCPT_F_SMD 0 9 5 footprints MAX232 0 16 16 footprints MAX6817 0 6 6 footprints MEC_SWITCH 0 4 4 footprints MINI-FIT-JR_02X03_M_RA 0 8 6 footprints MK64FX512VLQ12 0 144 144 footprints MODULAR_DEVICE_BASE_3X2_FEMALE 0 36 32 footprints MODULAR_DEVICE_BASE_3X2_MALE 0 36 32 footprints MODULAR_DEVICE_BASE_5X3_FEMALE 0 54 50 footprints MODULAR_DEVICE_BASE_5X3_MALE 0 54 50 footprints MOUNTING_HOLE_4-40 0 1 1 footprints MOUNTING_HOLE_4-40_WASHER 0 1 1 footprints MOUNTING_HOLE_M2.5 0 1 1 footprints Micro-MaTch_6_SMD 0 6 6 footprints NHD-ASC3 0 15 11 footprints PG-DSO-36 0 36 36 footprints PG-SSOP-24-9 0 25 25 footprints PG-TO252-5-11 0 5 5 footprints PHIDGET_RELAY_16X 0 36 32 footprints PHIDGET_RELAY_16X_COMP 0 36 32 footprints POWERSO-36 0 37 37 footprints POWERSO20 0 20 20 footprints PQFP44_10X10 0 44 44 footprints QFN-5x5-32 0 33 33 footprints RCD-24 0 6 6 footprints RESISTOR_PACK 0 16 16 footprints RESISTOR_PACK_4 0 8 8 footprints RESISTOR_PACK_8 0 16 16 footprints RESISTOR_PACK_SM1206x4 CMS SM 0 8 8 footprints RJ45_2PORT_2ROW 0 26 16 footprints RJ45_8P8C_2PORT_1ROW_RA_SMD 0 20 16 footprints SIP8_RECOM 0 7 7 footprints SM0402 CMS SM 0 2 2 footprints SM0402_POL CMS SM 0 2 2 footprints SM0603 CMS SM 0 2 2 footprints SM0805 CMS SM 0 2 2 footprints SM0805_POL CMS SM 0 2 2 footprints SM0805_POL_L CMS SM 0 2 2 footprints SM1206 CMS SM 0 2 2 footprints SM1210 CMS SM 0 2 2 footprints SM1210_POL CMS SM 0 2 2 footprints SM1218 CMS SM 0 2 2 footprints SM2010 CMS SM 0 2 2 footprints SM2512 CMS SM 0 2 2 footprints SM2917_POL CMS SM 0 2 2 footprints SMS-1308MS-2-R 0 4 2 footprints SO-8 0 8 8 footprints SOD-123 Microsemi LSM115J DO-214BA diode 0 2 2 footprints SOIC_8 0 8 8 footprints SOIC_8_LC 0 8 8 footprints SOIC_8_N 0 8 8 footprints SOIC_16 0 16 16 footprints SOIC_16_0.154IN 0 16 16 footprints SOIC_20 0 20 20 footprints SOT-23-3 0 3 3 footprints SOT-23-5 0 5 5 footprints SOT-523 0 3 3 footprints SPDT_SLIDE_500A_SM 0 5 3 footprints SPEAKER_8OHM_300MW 0 4 2 footprints SPRING_TERM_BLK_0.1_4 0 8 4 footprints SPST_SERIES_M 0 2 2 footprints SPST_SLIDE_AS 0 2 2 footprints STEPSTICK 0 16 16 footprints SWITCH_GT11MSCBE 0 5 5 footprints SWITCH_KP 0 9 5 footprints SWITCH_KT 0 4 4 footprints TEENSY_3.2 0 51 46 footprints TEENSY_3.5 0 81 70 footprints TEENSY_3.5_MIN 0 48 46 footprints TEENSY_4.0 0 28 27 footprints TEENSY_ETHERNET 0 40 8 footprints TERM_BLK_2_PIN_0.1_PITCH 0 2 2 footprints TERM_BLK_4_PIN_0.1_PITCH 0 4 4 footprints TERM_BLK_12_PIN_0.1_PITCH 0 12 12 footprints TERM_BLK_ANG_2_PIN_0.2_PITCH 0 2 2 footprints TERM_BLK_ANG_4_PIN_0.2_PITCH 0 4 4 footprints TERM_BLK_HDR_2POS_VERT_0.2IN 0 2 2 footprints TERM_BLK_HDR_2POS_VERT_0.138IN 0 2 2 footprints TERM_BLK_HDR_2POS_VERT_0.150IN 0 2 2 footprints TERM_BLK_HDR_4POS_VERT_0.2IN 0 4 4 footprints TERM_BLK_HDR_4POS_VERT_0.138IN 0 4 4 footprints TERM_BLK_HDR_4POS_VERT_0.150IN 0 4 4 footprints TESTPOINT_THRU 0 1 1 footprints TLE723X 0 24 24 footprints TMC260+261 0 36 36 footprints TO-236-3 0 3 3 footprints TSSOP10 0 10 10 footprints TSSOP28 0 28 28 footprints TSSOP_24 0 24 24 footprints TSSOP_EP_24 0 25 25 footprints UMC 0 3 2 footprints VQFN-4x4-24 0 25 25 footprints XPROTOLAB 0 20 20 footprints XP_DC_DC_ISP 0 6 6 keyswitches Kailh_socket_MX MX-style keyswitch with Kailh socket mount MX,cherry,gateron,kailh,pg1511,socket 0 2 2 keyswitches Kailh_socket_MX_optional MX-style keyswitch with support for optional Kailh socket MX,cherry,gateron,kailh,pg1511,socket 0 4 2 keyswitches Kailh_socket_MX_optional_platemount MX-style keyswitch with support for optional Kailh socket MX,cherry,gateron,kailh,pg1511,socket 0 4 2 keyswitches Kailh_socket_MX_optional_reversible MX-style keyswitch with support for reversible optional Kailh socket MX,cherry,gateron,kailh,pg1511,socket 0 8 2 keyswitches Kailh_socket_MX_optional_reversible_platemount MX-style keyswitch with support for reversible optional Kailh socket MX,cherry,gateron,kailh,pg1511,socket 0 8 2 keyswitches Kailh_socket_MX_platemount MX-style keyswitch with Kailh socket mount MX,cherry,gateron,kailh,pg1511,socket 0 2 2 keyswitches Kailh_socket_MX_reversible MX-style keyswitch with reversible Kailh socket mount MX,cherry,gateron,kailh,pg1511,socket 0 4 2 keyswitches Kailh_socket_MX_reversible_platemount MX-style keyswitch with reversible Kailh socket mount MX,cherry,gateron,kailh,pg1511,socket 0 4 2 keyswitches Kailh_socket_PG1350 Kailh "Choc" PG1350 keyswitch socket mount kailh,choc 0 2 2 keyswitches Kailh_socket_PG1350_optional Kailh "Choc" PG1350 keyswitch with optional socket mount kailh,choc 0 4 2 keyswitches Kailh_socket_PG1350_optional_reversible Kailh "Choc" PG1350 keyswitch with optional socket mount, reversible kailh,choc 0 7 2 keyswitches Kailh_socket_PG1350_reversible Kailh "Choc" PG1350 keyswitch reversible socket mount kailh,choc 0 4 2 keyswitches SW_MX MX-style keyswitch MX,cherry,gateron,kailh 0 2 2 keyswitches SW_MX_reversible MX-style keyswitch, reversible MX,cherry,gateron,kailh 0 4 2 keyswitches SW_MX_reversible_minimal MX-style keyswitch, reversible, without pcb-mount holes MX,cherry,gateron,kailh 0 4 2 keyswitches SW_PG1350 Kailh "Choc" PG1350 keyswitch kailh,choc 0 2 2 keyswitches SW_PG1350_reversible Kailh "Choc" PG1350 keyswitch, able to be mounted on front or back of PCB kailh,choc 0 3 2 keyswitches SW_PG1350_reversible_rotatable Kailh "Choc" PG1350 keyswitch, able to be mounted on front or back of PCB and/or rotated 90 degrees (see README) kailh,choc 0 6 2 keyswitches Stabilizer_MX_2u MX-style stabilizer mount MX,cherry,gateron,kailh,pg1511,stabilizer,stab 0 0 0 my 18650电池仓 Battery holder for 18650 cylindrical cells http://www.keyelco.com/product.cfm/product_id/918 18650 Keystone 1042 Li-ion 0 2 2 my CA-C03 0 2 2 my CH9350 LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 48 48 my D_SOT-23_ANK SOT-23, Single Diode SOT-23 0 3 3 my ESSOP-10_3.9x4.9mm_P1.00mm 10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf) SSOP 3.9 4.9 1.00 0 11 11 my USB_C_gong-12 USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf usb usb-c 2.0 pd 0 16 13 my acdc-5v 0 4 4 my bt-342 Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss Tactile Switch 0 2 2 my choc1350 0 2 2 my choc1350矮轴 0 0 0 my epd-24pin TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 te fpc 1734839 0 26 25 my largepoint 0 1 1 my micro-usb-gong 0 7 5 my msk12c01 Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf 0 7 3 my my-ESP-12F Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/aithinker_esp_12f_datasheet_en.pdf Wi-Fi Module 0 22 22 ================================================ FILE: gerber/smartdisplay-Bottom_Cu.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Copper,L2,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %TA.AperFunction,ComponentPad*% %ADD10O,2.100000X1.000000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD11O,1.600000X1.000000*% %TD*% %TA.AperFunction,ViaPad*% %ADD12C,0.500000*% %TD*% %TA.AperFunction,Conductor*% %ADD13C,0.350000*% %TD*% %TA.AperFunction,Conductor*% %ADD14C,0.800000*% %TD*% %TA.AperFunction,Conductor*% %ADD15C,0.500000*% %TD*% %TA.AperFunction,Conductor*% %ADD16C,0.250000*% %TD*% %TA.AperFunction,Conductor*% %ADD17C,0.254000*% %TD*% %ADD18C,0.300000*% %ADD19O,1.700000X0.600000*% %ADD20C,0.350000*% %ADD21O,1.200000X0.600000*% G04 APERTURE END LIST* D10* %TO.P,J2,S1*% %TO.N,GND*% X194320000Y-90430000D03* X194320000Y-99070000D03* D11* X198500000Y-99070000D03* X198500000Y-90430000D03* %TD*% D12* %TO.N,GND*% X168400000Y-90050000D03* X169850000Y-93000000D03* X179300000Y-89750000D03* X190900000Y-93400000D03* %TO.N,EN*% X176950000Y-87250000D03* X184950000Y-88800000D03* %TO.N,BAT+*% X163450000Y-97150000D03* X163450000Y-91850000D03* %TO.N,IO0*% X183400000Y-90900000D03* X179800000Y-88600000D03* %TO.N,DTR*% X187285002Y-90850000D03* X183400000Y-90200000D03* %TO.N,+5V*% X165800000Y-97600000D03* X191699982Y-97200000D03* %TO.N,TX*% X181600000Y-94000000D03* X172810131Y-82726922D03* X172800000Y-87000000D03* X177799995Y-90199995D03* %TO.N,RX*% X177153334Y-90975010D03* X172178097Y-82878737D03* X172200000Y-87599990D03* X183200000Y-96200006D03* %TO.N,+3V3*% X182200000Y-70800000D03* X174300000Y-93500000D03* X178000000Y-95400000D03* X175025000Y-95550000D03* X185075000Y-71575000D03* X162450000Y-73600000D03* X162450000Y-69700000D03* X185500000Y-76399988D03* %TO.N,/D-*% X190900000Y-94500000D03* X195200000Y-94500000D03* %TO.N,SDA*% X176200000Y-96149990D03* X176200002Y-99062500D03* X173400008Y-83000000D03* X173400000Y-91250000D03* %TO.N,SCL*% X171528722Y-82907503D03* X171599990Y-88200000D03* %TO.N,PREVGH*% X192800000Y-65400000D03* X192824990Y-83400000D03* %TO.N,PREVGL*% X193600000Y-65300000D03* X193650013Y-82850017D03* %TO.N,DC*% X178899992Y-80500000D03* X190646469Y-78700000D03* %TO.N,DIN*% X181550000Y-77050000D03* X190349990Y-80750000D03* %TO.N,SCLK*% X180900000Y-80100000D03* X190490368Y-79690379D03* %TO.N,BUSY*% X175205002Y-80445000D03* X189900000Y-77724990D03* %TO.N,REST*% X174974999Y-81624999D03* X190486080Y-78022132D03* %TO.N,Net-(R9-Pad2)*% X172299980Y-96149990D03* X167500000Y-96149990D03* %TO.N,CS*% X187200000Y-78824990D03* X178893403Y-79206591D03* %TD*% D13* %TO.N,EN*% X183750000Y-87600000D02* X184950000Y-88800000D01* X177300000Y-87600000D02* X183750000Y-87600000D01* X176950000Y-87250000D02* X177300000Y-87600000D01* D14* %TO.N,BAT+*% X163450000Y-97150000D02* X163450000Y-91850000D01* D13* %TO.N,IO0*% X182100000Y-90900000D02* X179800000Y-88600000D01* X183400000Y-90900000D02* X182100000Y-90900000D01* %TO.N,DTR*% X186635002Y-90200000D02* X183400000Y-90200000D01* X187285002Y-90850000D02* X186635002Y-90200000D01* D15* %TO.N,+5V*% X167555778Y-94600000D02* X178437998Y-94600000D01* X181287997Y-97449999D02* X191449983Y-97449999D01* X165800000Y-96355778D02* X167555778Y-94600000D01* X178437998Y-94600000D02* X181287997Y-97449999D01* X165800000Y-97600000D02* X165800000Y-96355778D01* X191449983Y-97449999D02* X191699982Y-97200000D01* D13* %TO.N,TX*% X172810131Y-82726922D02* X172810131Y-86989869D01* X172810131Y-86989869D02* X172800000Y-87000000D01* X181600000Y-94000000D02* X177799995Y-90199995D01* %TO.N,RX*% X172178097Y-82878737D02* X172178097Y-87578087D01* X172178097Y-87578087D02* X172200000Y-87599990D01* X177153334Y-90975010D02* X182378330Y-96200006D01* X182378330Y-96200006D02* X183200000Y-96200006D01* D15* %TO.N,+3V3*% X182200000Y-70800000D02* X174300000Y-78700000D01* X174300000Y-78700000D02* X174300000Y-93500000D01* D16* X175075000Y-95600000D02* X175025000Y-95550000D01* X177800000Y-95600000D02* X175075000Y-95600000D01* X178000000Y-95400000D02* X177800000Y-95600000D01* D15* X162450000Y-73600000D02* X162450000Y-69700000D01* D16* X185075000Y-71575000D02* X185500000Y-72000000D01* X185500000Y-72000000D02* X185500000Y-76399988D01* %TO.N,/D-*% X190900000Y-94500000D02* X195200000Y-94500000D01* %TO.N,SDA*% X176200000Y-96149990D02* X176200000Y-99062498D01* X176200000Y-99062498D02* X176200002Y-99062500D01* D13* X173400008Y-91249992D02* X173400000Y-91250000D01* X173400008Y-83000000D02* X173400008Y-91249992D01* %TO.N,SCL*% X171528722Y-82907503D02* X171528722Y-88128732D01* X171528722Y-88128732D02* X171599990Y-88200000D01* %TO.N,PREVGH*% X192800000Y-83375010D02* X192824990Y-83400000D01* X192800000Y-65400000D02* X192800000Y-83375010D01* %TO.N,PREVGL*% X193600000Y-65300000D02* X193600000Y-82800004D01* X193600000Y-82800004D02* X193650013Y-82850017D01* %TO.N,DC*% X178899992Y-80500000D02* X179984614Y-79415378D01* X179984614Y-79415378D02* X189931091Y-79415378D01* X189931091Y-79415378D02* X190646469Y-78700000D01* D15* %TO.N,DIN*% X191050000Y-77050000D02* X191650001Y-77650001D01* X191650001Y-77650001D02* X191650001Y-79449989D01* X181550000Y-77050000D02* X191050000Y-77050000D01* X191650001Y-79449989D02* X190349990Y-80750000D01* D13* %TO.N,SCLK*% X180900000Y-80100000D02* X190080747Y-80100000D01* X190080747Y-80100000D02* X190490368Y-79690379D01* %TO.N,BUSY*% X175205002Y-80445000D02* X177925012Y-77724990D01* X177925012Y-77724990D02* X189900000Y-77724990D01* %TO.N,REST*% X178350010Y-78249988D02* X187476002Y-78249988D01* X187526014Y-78300000D02* X190208212Y-78300000D01* X174974999Y-81624999D02* X178350010Y-78249988D01* X187476002Y-78249988D02* X187526014Y-78300000D01* X190208212Y-78300000D02* X190486080Y-78022132D01* D15* %TO.N,Net-(R9-Pad2)*% X172299980Y-96149990D02* X167500000Y-96149990D01* D13* %TO.N,CS*% X187200000Y-78824990D02* X179275004Y-78824990D01* X179275004Y-78824990D02* X178893403Y-79206591D01* %TD*% D17* %TO.N,GND*% X154873000Y-66000000D02* X154875440Y-66024776D01* X154882667Y-66048601D01* X154894403Y-66070557D01* X154910197Y-66089803D01* X154929443Y-66105597D01* X154951399Y-66117333D01* X154975224Y-66124560D01* X155000000Y-66127000D01* X183000000Y-66127000D01* X183024776Y-66124560D01* X183048601Y-66117333D01* X183070557Y-66105597D01* X183089803Y-66089803D01* X183105597Y-66070557D01* X183117333Y-66048601D01* X183124560Y-66024776D01* X183127000Y-66000000D01* X183127000Y-60685000D01* X199315001Y-60685000D01* X199315000Y-89414232D01* X199145987Y-89341585D01* X198927000Y-89295000D01* X198627000Y-89295000D01* X198627000Y-90303000D01* X198647000Y-90303000D01* X198647000Y-90557000D01* X198627000Y-90557000D01* X198627000Y-91565000D01* X198927000Y-91565000D01* X199145987Y-91518415D01* X199315000Y-91445768D01* X199315000Y-98054232D01* X199145987Y-97981585D01* X198927000Y-97935000D01* X198627000Y-97935000D01* X198627000Y-98943000D01* X198647000Y-98943000D01* X198647000Y-99197000D01* X198627000Y-99197000D01* X198627000Y-99217000D01* X198373000Y-99217000D01* X198373000Y-99197000D01* X197232046Y-99197000D01* X197146913Y-99315000D01* X195923087Y-99315000D01* X195837954Y-99197000D01* X194447000Y-99197000D01* X194447000Y-99217000D01* X194193000Y-99217000D01* X194193000Y-99197000D01* X192802046Y-99197000D01* X192716913Y-99315000D01* X179685000Y-99315000D01* X179685000Y-98768126D01* X192675881Y-98768126D01* X192802046Y-98943000D01* X194193000Y-98943000D01* X194193000Y-98923000D01* X194447000Y-98923000D01* X194447000Y-98943000D01* X195837954Y-98943000D01* X195964119Y-98768126D01* X197105881Y-98768126D01* X197232046Y-98943000D01* X198373000Y-98943000D01* X198373000Y-97935000D01* X198073000Y-97935000D01* X197854013Y-97981585D01* X197648322Y-98069997D01* X197463831Y-98196839D01* X197307631Y-98357236D01* X197185724Y-98545024D01* X197105881Y-98768126D01* X195964119Y-98768126D01* X195884276Y-98545024D01* X195762369Y-98357236D01* X195621794Y-98212884D01* X195700741Y-98094731D01* X195773108Y-97920022D01* X195810000Y-97734552D01* X195810000Y-97545448D01* X195773108Y-97359978D01* X195700741Y-97185269D01* X195595681Y-97028036D01* X195461964Y-96894319D01* X195304731Y-96789259D01* X195130022Y-96716892D01* X194944552Y-96680000D01* X194755448Y-96680000D01* X194569978Y-96716892D01* X194395269Y-96789259D01* X194238036Y-96894319D01* X194104319Y-97028036D01* X193999259Y-97185269D01* X193926892Y-97359978D01* X193890000Y-97545448D01* X193890000Y-97734552D01* X193926892Y-97920022D01* X193933096Y-97935000D01* X193643000Y-97935000D01* X193424013Y-97981585D01* X193218322Y-98069997D01* X193033831Y-98196839D01* X192877631Y-98357236D01* X192755724Y-98545024D01* X192675881Y-98768126D01* X179685000Y-98768126D01* X179685000Y-97098581D01* X180631467Y-98045048D01* X180659180Y-98078816D01* X180692948Y-98106529D01* X180692950Y-98106531D01* X180698202Y-98110841D01* X180793938Y-98189410D01* X180947684Y-98271588D01* X181114507Y-98322194D01* X181244520Y-98334999D01* X181244530Y-98334999D01* X181287996Y-98339280D01* X181331462Y-98334999D01* X191406514Y-98334999D01* X191449983Y-98339280D01* X191493452Y-98334999D01* X191493460Y-98334999D01* X191623473Y-98322194D01* X191790296Y-98271588D01* X191944042Y-98189410D01* X192078800Y-98078816D01* X192106517Y-98045043D01* X192264134Y-97887426D01* X192264137Y-97887424D01* X192387406Y-97764155D01* X192411682Y-97727824D01* X192439392Y-97694059D01* X192459981Y-97655540D01* X192484259Y-97619205D01* X192500984Y-97578827D01* X192521570Y-97540313D01* X192534249Y-97498519D01* X192550972Y-97458145D01* X192559495Y-97415295D01* X192572177Y-97373491D01* X192576459Y-97330014D01* X192584982Y-97287165D01* X192584982Y-97243469D01* X192589263Y-97200000D01* X192584982Y-97156531D01* X192584982Y-97112835D01* X192576459Y-97069985D01* X192572177Y-97026510D01* X192559496Y-96984707D01* X192550972Y-96941855D01* X192534248Y-96901480D01* X192521570Y-96859687D01* X192500984Y-96821173D01* X192484259Y-96780795D01* X192459981Y-96744460D01* X192439392Y-96705941D01* X192411681Y-96672176D01* X192387406Y-96635845D01* X192356510Y-96604949D01* X192328799Y-96571183D01* X192295033Y-96543472D01* X192264137Y-96512576D01* X192227806Y-96488301D01* X192194041Y-96460590D01* X192155522Y-96440001D01* X192119187Y-96415723D01* X192078809Y-96398998D01* X192040295Y-96378412D01* X191998502Y-96365734D01* X191958127Y-96349010D01* X191915275Y-96340486D01* X191873472Y-96327805D01* X191829997Y-96323523D01* X191787147Y-96315000D01* X191743451Y-96315000D01* X191699982Y-96310719D01* X191656513Y-96315000D01* X191612817Y-96315000D01* X191569968Y-96323523D01* X191526491Y-96327805D01* X191484687Y-96340487D01* X191441837Y-96349010D01* X191401463Y-96365733D01* X191359669Y-96378412D01* X191321155Y-96398998D01* X191280777Y-96415723D01* X191244442Y-96440001D01* X191205923Y-96460590D01* X191172158Y-96488300D01* X191135827Y-96512576D01* X191083404Y-96564999D01* X184006732Y-96564999D01* X184050990Y-96458151D01* X184085000Y-96287171D01* X184085000Y-96112841D01* X184050990Y-95941861D01* X183984277Y-95780801D01* X183887424Y-95635851D01* X183764155Y-95512582D01* X183619205Y-95415729D01* X183458145Y-95349016D01* X183287165Y-95315006D01* X183112835Y-95315006D01* X182941855Y-95349016D01* X182842896Y-95390006D01* X182713843Y-95390006D01* X182072502Y-94748665D01* X182164155Y-94687424D01* X182287424Y-94564155D01* X182384277Y-94419205D01* X182386915Y-94412835D01* X190015000Y-94412835D01* X190015000Y-94587165D01* X190049010Y-94758145D01* X190115723Y-94919205D01* X190212576Y-95064155D01* X190335845Y-95187424D01* X190480795Y-95284277D01* X190641855Y-95350990D01* X190812835Y-95385000D01* X190987165Y-95385000D01* X191158145Y-95350990D01* X191319205Y-95284277D01* X191355538Y-95260000D01* X194744462Y-95260000D01* X194780795Y-95284277D01* X194941855Y-95350990D01* X195112835Y-95385000D01* X195287165Y-95385000D01* X195458145Y-95350990D01* X195619205Y-95284277D01* X195764155Y-95187424D01* X195887424Y-95064155D01* X195984277Y-94919205D01* X196050990Y-94758145D01* X196085000Y-94587165D01* X196085000Y-94412835D01* X196050990Y-94241855D01* X195984277Y-94080795D01* X195887424Y-93935845D01* X195764155Y-93812576D01* X195619205Y-93715723D01* X195458145Y-93649010D01* X195287165Y-93615000D01* X195112835Y-93615000D01* X194941855Y-93649010D01* X194780795Y-93715723D01* X194744462Y-93740000D01* X191355538Y-93740000D01* X191319205Y-93715723D01* X191158145Y-93649010D01* X190987165Y-93615000D01* X190812835Y-93615000D01* X190641855Y-93649010D01* X190480795Y-93715723D01* X190335845Y-93812576D01* X190212576Y-93935845D01* X190115723Y-94080795D01* X190049010Y-94241855D01* X190015000Y-94412835D01* X182386915Y-94412835D01* X182450990Y-94258145D01* X182485000Y-94087165D01* X182485000Y-93912835D01* X182450990Y-93741855D01* X182384277Y-93580795D01* X182287424Y-93435845D01* X182164155Y-93312576D01* X182019205Y-93215723D01* X181920246Y-93174733D01* X178625263Y-89879751D01* X178584272Y-89780790D01* X178487419Y-89635840D01* X178364150Y-89512571D01* X178219200Y-89415718D01* X178058140Y-89349005D01* X177887160Y-89314995D01* X177712830Y-89314995D01* X177541850Y-89349005D01* X177380790Y-89415718D01* X177235840Y-89512571D01* X177112571Y-89635840D01* X177015718Y-89780790D01* X176949005Y-89941850D01* X176914995Y-90112830D01* X176914995Y-90120080D01* X176895189Y-90124020D01* X176734129Y-90190733D01* X176589179Y-90287586D01* X176465910Y-90410855D01* X176369057Y-90555805D01* X176302344Y-90716865D01* X176268334Y-90887845D01* X176268334Y-91062175D01* X176302344Y-91233155D01* X176369057Y-91394215D01* X176465910Y-91539165D01* X176589179Y-91662434D01* X176734129Y-91759287D01* X176833090Y-91800278D01* X178849013Y-93816202D01* X178778311Y-93778411D01* X178611488Y-93727805D01* X178481475Y-93715000D01* X178481467Y-93715000D01* X178437998Y-93710719D01* X178394529Y-93715000D01* X175159603Y-93715000D01* X175172195Y-93673490D01* X175176477Y-93630013D01* X175185000Y-93587165D01* X175185000Y-87162835D01* X176065000Y-87162835D01* X176065000Y-87337165D01* X176099010Y-87508145D01* X176165723Y-87669205D01* X176262576Y-87814155D01* X176385845Y-87937424D01* X176530795Y-88034277D01* X176629756Y-88075268D01* X176699100Y-88144612D01* X176724472Y-88175528D01* X176847811Y-88276749D01* X176988527Y-88351963D01* X177141212Y-88398280D01* X177260209Y-88410000D01* X177260212Y-88410000D01* X177300000Y-88413919D01* X177339788Y-88410000D01* X178935455Y-88410000D01* X178915000Y-88512835D01* X178915000Y-88687165D01* X178949010Y-88858145D01* X179015723Y-89019205D01* X179112576Y-89164155D01* X179235845Y-89287424D01* X179380795Y-89384277D01* X179479756Y-89425268D01* X181499105Y-91444618D01* X181524472Y-91475528D01* X181578211Y-91519630D01* X181647810Y-91576749D01* X181676072Y-91591855D01* X181788527Y-91651963D01* X181941212Y-91698280D01* X182060209Y-91710000D01* X182060211Y-91710000D01* X182099999Y-91713919D01* X182139787Y-91710000D01* X183042896Y-91710000D01* X183141855Y-91750990D01* X183312835Y-91785000D01* X183487165Y-91785000D01* X183658145Y-91750990D01* X183819205Y-91684277D01* X183964155Y-91587424D01* X184087424Y-91464155D01* X184184277Y-91319205D01* X184250990Y-91158145D01* X184280458Y-91010000D01* X186299490Y-91010000D01* X186459735Y-91170245D01* X186500725Y-91269205D01* X186597578Y-91414155D01* X186720847Y-91537424D01* X186865797Y-91634277D01* X187026857Y-91700990D01* X187197837Y-91735000D01* X187372167Y-91735000D01* X187543147Y-91700990D01* X187704207Y-91634277D01* X187849157Y-91537424D01* X187972426Y-91414155D01* X188069279Y-91269205D01* X188135992Y-91108145D01* X188170002Y-90937165D01* X188170002Y-90762835D01* X188163844Y-90731874D01* X192675881Y-90731874D01* X192755724Y-90954976D01* X192877631Y-91142764D01* X193033831Y-91303161D01* X193218322Y-91430003D01* X193424013Y-91518415D01* X193643000Y-91565000D01* X193933096Y-91565000D01* X193926892Y-91579978D01* X193890000Y-91765448D01* X193890000Y-91954552D01* X193926892Y-92140022D01* X193999259Y-92314731D01* X194104319Y-92471964D01* X194238036Y-92605681D01* X194395269Y-92710741D01* X194569978Y-92783108D01* X194755448Y-92820000D01* X194944552Y-92820000D01* X195130022Y-92783108D01* X195304731Y-92710741D01* X195461964Y-92605681D01* X195595681Y-92471964D01* X195700741Y-92314731D01* X195773108Y-92140022D01* X195810000Y-91954552D01* X195810000Y-91765448D01* X195773108Y-91579978D01* X195700741Y-91405269D01* X195621794Y-91287116D01* X195762369Y-91142764D01* X195884276Y-90954976D01* X195964119Y-90731874D01* X197105881Y-90731874D01* X197185724Y-90954976D01* X197307631Y-91142764D01* X197463831Y-91303161D01* X197648322Y-91430003D01* X197854013Y-91518415D01* X198073000Y-91565000D01* X198373000Y-91565000D01* X198373000Y-90557000D01* X197232046Y-90557000D01* X197105881Y-90731874D01* X195964119Y-90731874D01* X195837954Y-90557000D01* X194447000Y-90557000D01* X194447000Y-90577000D01* X194193000Y-90577000D01* X194193000Y-90557000D01* X192802046Y-90557000D01* X192675881Y-90731874D01* X188163844Y-90731874D01* X188135992Y-90591855D01* X188069279Y-90430795D01* X187972426Y-90285845D01* X187849157Y-90162576D01* X187797600Y-90128126D01* X192675881Y-90128126D01* X192802046Y-90303000D01* X194193000Y-90303000D01* X194193000Y-89295000D01* X194447000Y-89295000D01* X194447000Y-90303000D01* X195837954Y-90303000D01* X195964119Y-90128126D01* X197105881Y-90128126D01* X197232046Y-90303000D01* X198373000Y-90303000D01* X198373000Y-89295000D01* X198073000Y-89295000D01* X197854013Y-89341585D01* X197648322Y-89429997D01* X197463831Y-89556839D01* X197307631Y-89717236D01* X197185724Y-89905024D01* X197105881Y-90128126D01* X195964119Y-90128126D01* X195884276Y-89905024D01* X195762369Y-89717236D01* X195606169Y-89556839D01* X195421678Y-89429997D01* X195215987Y-89341585D01* X194997000Y-89295000D01* X194447000Y-89295000D01* X194193000Y-89295000D01* X193643000Y-89295000D01* X193424013Y-89341585D01* X193218322Y-89429997D01* X193033831Y-89556839D01* X192877631Y-89717236D01* X192755724Y-89905024D01* X192675881Y-90128126D01* X187797600Y-90128126D01* X187704207Y-90065723D01* X187605247Y-90024733D01* X187235901Y-89655387D01* X187210530Y-89624472D01* X187087191Y-89523251D01* X186946475Y-89448037D01* X186793790Y-89401720D01* X186674793Y-89390000D01* X186674790Y-89390000D01* X186635002Y-89386081D01* X186595214Y-89390000D01* X185611579Y-89390000D01* X185637424Y-89364155D01* X185734277Y-89219205D01* X185800990Y-89058145D01* X185835000Y-88887165D01* X185835000Y-88712835D01* X185800990Y-88541855D01* X185734277Y-88380795D01* X185637424Y-88235845D01* X185514155Y-88112576D01* X185369205Y-88015723D01* X185270246Y-87974733D01* X184350899Y-87055387D01* X184325528Y-87024472D01* X184202189Y-86923251D01* X184061473Y-86848037D01* X183908788Y-86801720D01* X183789791Y-86790000D01* X183789788Y-86790000D01* X183750000Y-86786081D01* X183710212Y-86790000D01* X177707019Y-86790000D01* X177637424Y-86685845D01* X177514155Y-86562576D01* X177369205Y-86465723D01* X177208145Y-86399010D01* X177037165Y-86365000D01* X176862835Y-86365000D01* X176691855Y-86399010D01* X176530795Y-86465723D01* X176385845Y-86562576D01* X176262576Y-86685845D01* X176165723Y-86830795D01* X176099010Y-86991855D01* X176065000Y-87162835D01* X175185000Y-87162835D01* X175185000Y-82485565D01* X175233144Y-82475989D01* X175394204Y-82409276D01* X175539154Y-82312423D01* X175662423Y-82189154D01* X175759276Y-82044204D01* X175800267Y-81945243D01* X178113367Y-79632143D01* X178205979Y-79770746D01* X178291823Y-79856590D01* X178212568Y-79935845D01* X178115715Y-80080795D01* X178049002Y-80241855D01* X178014992Y-80412835D01* X178014992Y-80587165D01* X178049002Y-80758145D01* X178115715Y-80919205D01* X178212568Y-81064155D01* X178335837Y-81187424D01* X178480787Y-81284277D01* X178641847Y-81350990D01* X178812827Y-81385000D01* X178987157Y-81385000D01* X179158137Y-81350990D01* X179319197Y-81284277D01* X179464147Y-81187424D01* X179587416Y-81064155D01* X179684269Y-80919205D01* X179725260Y-80820245D01* X180089532Y-80455973D01* X180115723Y-80519205D01* X180212576Y-80664155D01* X180335845Y-80787424D01* X180480795Y-80884277D01* X180641855Y-80950990D01* X180812835Y-80985000D01* X180987165Y-80985000D01* X181158145Y-80950990D01* X181257104Y-80910000D01* X189476466Y-80910000D01* X189477795Y-80923490D01* X189490476Y-80965293D01* X189499000Y-81008145D01* X189515724Y-81048520D01* X189528402Y-81090313D01* X189548988Y-81128827D01* X189565713Y-81169205D01* X189589991Y-81205540D01* X189610580Y-81244059D01* X189638291Y-81277824D01* X189662566Y-81314155D01* X189693462Y-81345051D01* X189721173Y-81378817D01* X189754939Y-81406528D01* X189785835Y-81437424D01* X189822166Y-81461699D01* X189855931Y-81489410D01* X189894450Y-81509999D01* X189930785Y-81534277D01* X189971163Y-81551002D01* X190009677Y-81571588D01* X190051470Y-81584266D01* X190091845Y-81600990D01* X190134697Y-81609514D01* X190176500Y-81622195D01* X190219975Y-81626477D01* X190262825Y-81635000D01* X190306521Y-81635000D01* X190349990Y-81639281D01* X190393459Y-81635000D01* X190437155Y-81635000D01* X190480005Y-81626477D01* X190523480Y-81622195D01* X190565283Y-81609514D01* X190608135Y-81600990D01* X190648510Y-81584266D01* X190690303Y-81571588D01* X190728817Y-81551002D01* X190769195Y-81534277D01* X190805530Y-81509999D01* X190844049Y-81489410D01* X190877814Y-81461700D01* X190914145Y-81437424D01* X191037414Y-81314155D01* X191037416Y-81314152D01* X191990001Y-80361568D01* X191990001Y-83103225D01* X191974000Y-83141855D01* X191939990Y-83312835D01* X191939990Y-83487165D01* X191974000Y-83658145D01* X192040713Y-83819205D01* X192137566Y-83964155D01* X192260835Y-84087424D01* X192405785Y-84184277D01* X192566845Y-84250990D01* X192737825Y-84285000D01* X192912155Y-84285000D01* X193083135Y-84250990D01* X193244195Y-84184277D01* X193389145Y-84087424D01* X193512414Y-83964155D01* X193609267Y-83819205D01* X193644139Y-83735017D01* X193737178Y-83735017D01* X193908158Y-83701007D01* X194069218Y-83634294D01* X194214168Y-83537441D01* X194337437Y-83414172D01* X194434290Y-83269222D01* X194501003Y-83108162D01* X194535013Y-82937182D01* X194535013Y-82762852D01* X194501003Y-82591872D01* X194434290Y-82430812D01* X194410000Y-82394460D01* X194410000Y-65657104D01* X194450990Y-65558145D01* X194485000Y-65387165D01* X194485000Y-65212835D01* X194450990Y-65041855D01* X194384277Y-64880795D01* X194287424Y-64735845D01* X194164155Y-64612576D01* X194019205Y-64515723D01* X193858145Y-64449010D01* X193687165Y-64415000D01* X193512835Y-64415000D01* X193341855Y-64449010D01* X193180795Y-64515723D01* X193103106Y-64567633D01* X193058145Y-64549010D01* X192887165Y-64515000D01* X192712835Y-64515000D01* X192541855Y-64549010D01* X192380795Y-64615723D01* X192235845Y-64712576D01* X192112576Y-64835845D01* X192015723Y-64980795D01* X191949010Y-65141855D01* X191915000Y-65312835D01* X191915000Y-65487165D01* X191949010Y-65658145D01* X191990000Y-65757104D01* X191990001Y-76738422D01* X191706534Y-76454956D01* X191678817Y-76421183D01* X191544059Y-76310589D01* X191390313Y-76228411D01* X191223490Y-76177805D01* X191093477Y-76165000D01* X191093469Y-76165000D01* X191050000Y-76160719D01* X191006531Y-76165000D01* X186355596Y-76165000D01* X186350990Y-76141843D01* X186284277Y-75980783D01* X186260000Y-75944450D01* X186260000Y-72037325D01* X186263676Y-72000000D01* X186260000Y-71962675D01* X186260000Y-71962667D01* X186249003Y-71851014D01* X186205546Y-71707753D01* X186134974Y-71575724D01* X186040001Y-71459999D01* X186010998Y-71436197D01* X185934515Y-71359714D01* X185925990Y-71316855D01* X185859277Y-71155795D01* X185762424Y-71010845D01* X185639155Y-70887576D01* X185494205Y-70790723D01* X185333145Y-70724010D01* X185162165Y-70690000D01* X184987835Y-70690000D01* X184816855Y-70724010D01* X184655795Y-70790723D01* X184510845Y-70887576D01* X184387576Y-71010845D01* X184290723Y-71155795D01* X184224010Y-71316855D01* X184190000Y-71487835D01* X184190000Y-71662165D01* X184224010Y-71833145D01* X184290723Y-71994205D01* X184387576Y-72139155D01* X184510845Y-72262424D01* X184655795Y-72359277D01* X184740000Y-72394156D01* X184740001Y-75944449D01* X184715723Y-75980783D01* X184649010Y-76141843D01* X184644404Y-76165000D01* X181462835Y-76165000D01* X181419987Y-76173523D01* X181376510Y-76177805D01* X181334705Y-76190487D01* X181291855Y-76199010D01* X181251487Y-76215731D01* X181209687Y-76228411D01* X181171165Y-76249001D01* X181130795Y-76265723D01* X181094467Y-76289996D01* X181055941Y-76310589D01* X181022171Y-76338304D01* X180985845Y-76362576D01* X180954951Y-76393470D01* X180921183Y-76421183D01* X180893470Y-76454951D01* X180862576Y-76485845D01* X180838304Y-76522171D01* X180810589Y-76555941D01* X180789996Y-76594467D01* X180765723Y-76630795D01* X180749001Y-76671165D01* X180728411Y-76709687D01* X180715731Y-76751487D01* X180699010Y-76791855D01* X180690487Y-76834705D01* X180677805Y-76876510D01* X180674015Y-76914990D01* X177964799Y-76914990D01* X177925011Y-76911071D01* X177885223Y-76914990D01* X177885221Y-76914990D01* X177766224Y-76926710D01* X177613539Y-76973027D01* X177548036Y-77008039D01* X177472822Y-77048241D01* X177425093Y-77087412D01* X177349484Y-77149462D01* X177324117Y-77180372D01* X175185000Y-79319490D01* X175185000Y-79066578D01* X182856532Y-71395047D01* X182887424Y-71364155D01* X182911696Y-71327830D01* X182939410Y-71294060D01* X182960001Y-71255536D01* X182984277Y-71219205D01* X183001000Y-71178832D01* X183021588Y-71140314D01* X183034267Y-71098519D01* X183050990Y-71058145D01* X183059515Y-71015288D01* X183072194Y-70973491D01* X183076475Y-70930022D01* X183085000Y-70887165D01* X183085000Y-70843467D01* X183089281Y-70800001D01* X183085000Y-70756535D01* X183085000Y-70712835D01* X183076475Y-70669976D01* X183072194Y-70626511D01* X183059516Y-70584717D01* X183050990Y-70541855D01* X183034265Y-70501477D01* X183021588Y-70459687D01* X183001002Y-70421174D01* X182984277Y-70380795D01* X182959997Y-70344457D01* X182939410Y-70305942D01* X182911702Y-70272180D01* X182887424Y-70235845D01* X182856527Y-70204948D01* X182828817Y-70171183D01* X182795052Y-70143473D01* X182764155Y-70112576D01* X182727820Y-70088298D01* X182694058Y-70060590D01* X182655543Y-70040003D01* X182619205Y-70015723D01* X182578826Y-69998998D01* X182540313Y-69978412D01* X182498523Y-69965735D01* X182458145Y-69949010D01* X182415283Y-69940484D01* X182373489Y-69927806D01* X182330024Y-69923525D01* X182287165Y-69915000D01* X182243465Y-69915000D01* X182199999Y-69910719D01* X182156533Y-69915000D01* X182112835Y-69915000D01* X182069978Y-69923525D01* X182026509Y-69927806D01* X181984712Y-69940485D01* X181941855Y-69949010D01* X181901481Y-69965733D01* X181859686Y-69978412D01* X181821168Y-69999000D01* X181780795Y-70015723D01* X181744464Y-70039999D01* X181705940Y-70060590D01* X181672170Y-70088304D01* X181635845Y-70112576D01* X181604953Y-70143468D01* X173704956Y-78043466D01* X173671183Y-78071183D01* X173560589Y-78205942D01* X173478411Y-78359688D01* X173427805Y-78526511D01* X173415000Y-78656524D01* X173415000Y-78656531D01* X173410719Y-78700000D01* X173415000Y-78743469D01* X173415000Y-82080212D01* X173374286Y-82039498D01* X173229336Y-81942645D01* X173068276Y-81875932D01* X172897296Y-81841922D01* X172722966Y-81841922D01* X172551986Y-81875932D01* X172390926Y-81942645D01* X172303175Y-82001278D01* X172265262Y-81993737D01* X172090932Y-81993737D01* X171919952Y-82027747D01* X171818686Y-82069693D01* X171786867Y-82056513D01* X171615887Y-82022503D01* X171441557Y-82022503D01* X171270577Y-82056513D01* X171109517Y-82123226D01* X170964567Y-82220079D01* X170841298Y-82343348D01* X170744445Y-82488298D01* X170677732Y-82649358D01* X170643722Y-82820338D01* X170643722Y-82994668D01* X170677732Y-83165648D01* X170718722Y-83264607D01* X170718723Y-88088934D01* X170717721Y-88099104D01* X170714990Y-88112835D01* X170714990Y-88126833D01* X170714803Y-88128732D01* X170714990Y-88130631D01* X170714990Y-88287165D01* X170749000Y-88458145D01* X170815713Y-88619205D01* X170912566Y-88764155D01* X171035835Y-88887424D01* X171180785Y-88984277D01* X171341845Y-89050990D01* X171512825Y-89085000D01* X171687155Y-89085000D01* X171858135Y-89050990D01* X172019195Y-88984277D01* X172164145Y-88887424D01* X172287414Y-88764155D01* X172384267Y-88619205D01* X172450980Y-88458145D01* X172452169Y-88452169D01* X172458145Y-88450980D01* X172590009Y-88396360D01* X172590009Y-90892874D01* X172549010Y-90991855D01* X172515000Y-91162835D01* X172515000Y-91337165D01* X172549010Y-91508145D01* X172615723Y-91669205D01* X172712576Y-91814155D01* X172835845Y-91937424D01* X172980795Y-92034277D01* X173141855Y-92100990D01* X173312835Y-92135000D01* X173415001Y-92135000D01* X173415001Y-93412830D01* X173415000Y-93412835D01* X173415000Y-93587165D01* X173423525Y-93630023D01* X173427806Y-93673490D01* X173440398Y-93715000D01* X167599244Y-93715000D01* X167555777Y-93710719D01* X167512311Y-93715000D01* X167512301Y-93715000D01* X167382288Y-93727805D01* X167215465Y-93778411D01* X167061719Y-93860589D01* X167061717Y-93860590D01* X167061718Y-93860590D01* X166960731Y-93943468D01* X166960729Y-93943470D01* X166926961Y-93971183D01* X166899248Y-94004951D01* X165204951Y-95699249D01* X165171184Y-95726961D01* X165143471Y-95760729D01* X165143468Y-95760732D01* X165060590Y-95861719D01* X164978412Y-96015465D01* X164927805Y-96182288D01* X164910719Y-96355778D01* X164915001Y-96399256D01* X164915000Y-97512835D01* X164915000Y-97687165D01* X164923523Y-97730014D01* X164927805Y-97773489D01* X164940486Y-97815292D01* X164949010Y-97858145D01* X164965732Y-97898516D01* X164978411Y-97940312D01* X164999000Y-97978831D01* X165015723Y-98019205D01* X165039999Y-98055537D01* X165060589Y-98094058D01* X165088301Y-98127825D01* X165112576Y-98164155D01* X165143472Y-98195051D01* X165171183Y-98228817D01* X165204951Y-98256530D01* X165235845Y-98287424D01* X165272171Y-98311696D01* X165305941Y-98339411D01* X165344467Y-98360004D01* X165380795Y-98384277D01* X165421165Y-98400999D01* X165459687Y-98421589D01* X165501487Y-98434269D01* X165541855Y-98450990D01* X165584705Y-98459513D01* X165626510Y-98472195D01* X165669987Y-98476477D01* X165712835Y-98485000D01* X165756523Y-98485000D01* X165800000Y-98489282D01* X165843476Y-98485000D01* X165887165Y-98485000D01* X165930013Y-98476477D01* X165973489Y-98472195D01* X166015292Y-98459514D01* X166058145Y-98450990D01* X166098516Y-98434268D01* X166140312Y-98421589D01* X166178831Y-98401000D01* X166219205Y-98384277D01* X166255537Y-98360001D01* X166294058Y-98339411D01* X166327825Y-98311699D01* X166364155Y-98287424D01* X166395051Y-98256528D01* X166428817Y-98228817D01* X166456530Y-98195049D01* X166487424Y-98164155D01* X166511696Y-98127829D01* X166539411Y-98094059D01* X166560004Y-98055533D01* X166584277Y-98019205D01* X166600999Y-97978835D01* X166621589Y-97940313D01* X166634269Y-97898513D01* X166650990Y-97858145D01* X166659513Y-97815295D01* X166672195Y-97773490D01* X166676477Y-97730013D01* X166685000Y-97687165D01* X166685000Y-96722356D01* X166761814Y-96645542D01* X166788304Y-96677819D01* X166812576Y-96714145D01* X166843470Y-96745039D01* X166871183Y-96778807D01* X166904951Y-96806520D01* X166935845Y-96837414D01* X166972171Y-96861686D01* X167005941Y-96889401D01* X167044467Y-96909994D01* X167080795Y-96934267D01* X167121165Y-96950989D01* X167159687Y-96971579D01* X167201487Y-96984259D01* X167241855Y-97000980D01* X167284705Y-97009503D01* X167326510Y-97022185D01* X167369987Y-97026467D01* X167412835Y-97034990D01* X172387145Y-97034990D01* X172429993Y-97026467D01* X172473470Y-97022185D01* X172515275Y-97009503D01* X172558125Y-97000980D01* X172598493Y-96984259D01* X172640293Y-96971579D01* X172678815Y-96950989D01* X172715000Y-96936000D01* X172715001Y-99315000D01* X117485000Y-99315000D01* X117485000Y-97200837D01* X162415000Y-97200837D01* X162429976Y-97352894D01* X162489159Y-97547992D01* X162585266Y-97727797D01* X162714604Y-97885396D01* X162872203Y-98014734D01* X163052007Y-98110841D01* X163247105Y-98170024D01* X163450000Y-98190007D01* X163652894Y-98170024D01* X163847992Y-98110841D01* X164027797Y-98014734D01* X164185396Y-97885396D01* X164314734Y-97727797D01* X164410841Y-97547993D01* X164470024Y-97352895D01* X164485000Y-97200838D01* X164485000Y-91799162D01* X164470024Y-91647105D01* X164410841Y-91452007D01* X164314734Y-91272203D01* X164185396Y-91114604D01* X164027797Y-90985266D01* X163847993Y-90889159D01* X163652895Y-90829976D01* X163450000Y-90809993D01* X163247106Y-90829976D01* X163052008Y-90889159D01* X162872204Y-90985266D01* X162714605Y-91114604D01* X162585267Y-91272203D01* X162489160Y-91452007D01* X162429977Y-91647105D01* X162415001Y-91799162D01* X162415000Y-97200837D01* X117485000Y-97200837D01* X117485000Y-69612835D01* X161565000Y-69612835D01* X161565000Y-69787165D01* X161565001Y-69787170D01* X161565000Y-73512835D01* X161565000Y-73687165D01* X161573523Y-73730014D01* X161577805Y-73773489D01* X161590486Y-73815292D01* X161599010Y-73858145D01* X161615732Y-73898516D01* X161628411Y-73940312D01* X161649000Y-73978831D01* X161665723Y-74019205D01* X161689999Y-74055537D01* X161710589Y-74094058D01* X161738301Y-74127825D01* X161762576Y-74164155D01* X161793472Y-74195051D01* X161821183Y-74228817D01* X161854951Y-74256530D01* X161885845Y-74287424D01* X161922171Y-74311696D01* X161955941Y-74339411D01* X161994467Y-74360004D01* X162030795Y-74384277D01* X162071165Y-74400999D01* X162109687Y-74421589D01* X162151487Y-74434269D01* X162191855Y-74450990D01* X162234705Y-74459513D01* X162276510Y-74472195D01* X162319987Y-74476477D01* X162362835Y-74485000D01* X162406523Y-74485000D01* X162450000Y-74489282D01* X162493476Y-74485000D01* X162537165Y-74485000D01* X162580013Y-74476477D01* X162623489Y-74472195D01* X162665292Y-74459514D01* X162708145Y-74450990D01* X162748516Y-74434268D01* X162790312Y-74421589D01* X162828831Y-74401000D01* X162869205Y-74384277D01* X162905537Y-74360001D01* X162944058Y-74339411D01* X162977825Y-74311699D01* X163014155Y-74287424D01* X163045051Y-74256528D01* X163078817Y-74228817D01* X163106530Y-74195049D01* X163137424Y-74164155D01* X163161696Y-74127829D01* X163189411Y-74094059D01* X163210004Y-74055533D01* X163234277Y-74019205D01* X163250999Y-73978835D01* X163271589Y-73940313D01* X163284269Y-73898513D01* X163300990Y-73858145D01* X163309513Y-73815295D01* X163322195Y-73773490D01* X163326477Y-73730013D01* X163335000Y-73687165D01* X163335000Y-69612835D01* X163326477Y-69569987D01* X163322195Y-69526510D01* X163309513Y-69484705D01* X163300990Y-69441855D01* X163284269Y-69401487D01* X163271589Y-69359687D01* X163250999Y-69321165D01* X163234277Y-69280795D01* X163210004Y-69244467D01* X163189411Y-69205941D01* X163161696Y-69172171D01* X163137424Y-69135845D01* X163106530Y-69104951D01* X163078817Y-69071183D01* X163045049Y-69043470D01* X163014155Y-69012576D01* X162977829Y-68988304D01* X162944059Y-68960589D01* X162905533Y-68939996D01* X162869205Y-68915723D01* X162828835Y-68899001D01* X162790313Y-68878411D01* X162748513Y-68865731D01* X162708145Y-68849010D01* X162665295Y-68840487D01* X162623490Y-68827805D01* X162580013Y-68823523D01* X162537165Y-68815000D01* X162493477Y-68815000D01* X162450000Y-68810718D01* X162406524Y-68815000D01* X162362835Y-68815000D01* X162319987Y-68823523D01* X162276511Y-68827805D01* X162234708Y-68840486D01* X162191855Y-68849010D01* X162151484Y-68865732D01* X162109688Y-68878411D01* X162071169Y-68899000D01* X162030795Y-68915723D01* X161994463Y-68939999D01* X161955942Y-68960589D01* X161922176Y-68988300D01* X161885845Y-69012576D01* X161854946Y-69043475D01* X161821184Y-69071183D01* X161793476Y-69104945D01* X161762576Y-69135845D01* X161738299Y-69172177D01* X161710590Y-69205941D01* X161690001Y-69244460D01* X161665723Y-69280795D01* X161648998Y-69321173D01* X161628412Y-69359687D01* X161615735Y-69401478D01* X161599010Y-69441855D01* X161590485Y-69484715D01* X161577806Y-69526510D01* X161573525Y-69569977D01* X161565000Y-69612835D01* X117485000Y-69612835D01* X117485000Y-60685000D01* X154873000Y-60685000D01* X154873000Y-66000000D01* %TA.AperFunction,Conductor*% D13* G36* X154873000Y-66000000D02* G01* X154875440Y-66024776D01* X154882667Y-66048601D01* X154894403Y-66070557D01* X154910197Y-66089803D01* X154929443Y-66105597D01* X154951399Y-66117333D01* X154975224Y-66124560D01* X155000000Y-66127000D01* X183000000Y-66127000D01* X183024776Y-66124560D01* X183048601Y-66117333D01* X183070557Y-66105597D01* X183089803Y-66089803D01* X183105597Y-66070557D01* X183117333Y-66048601D01* X183124560Y-66024776D01* X183127000Y-66000000D01* X183127000Y-60685000D01* X199315001Y-60685000D01* X199315000Y-89414232D01* X199145987Y-89341585D01* X198927000Y-89295000D01* X198627000Y-89295000D01* X198627000Y-90303000D01* X198647000Y-90303000D01* X198647000Y-90557000D01* X198627000Y-90557000D01* X198627000Y-91565000D01* X198927000Y-91565000D01* X199145987Y-91518415D01* X199315000Y-91445768D01* X199315000Y-98054232D01* X199145987Y-97981585D01* X198927000Y-97935000D01* X198627000Y-97935000D01* X198627000Y-98943000D01* X198647000Y-98943000D01* X198647000Y-99197000D01* X198627000Y-99197000D01* X198627000Y-99217000D01* X198373000Y-99217000D01* X198373000Y-99197000D01* X197232046Y-99197000D01* X197146913Y-99315000D01* X195923087Y-99315000D01* X195837954Y-99197000D01* X194447000Y-99197000D01* X194447000Y-99217000D01* X194193000Y-99217000D01* X194193000Y-99197000D01* X192802046Y-99197000D01* X192716913Y-99315000D01* X179685000Y-99315000D01* X179685000Y-98768126D01* X192675881Y-98768126D01* X192802046Y-98943000D01* X194193000Y-98943000D01* X194193000Y-98923000D01* X194447000Y-98923000D01* X194447000Y-98943000D01* X195837954Y-98943000D01* X195964119Y-98768126D01* X197105881Y-98768126D01* X197232046Y-98943000D01* X198373000Y-98943000D01* X198373000Y-97935000D01* X198073000Y-97935000D01* X197854013Y-97981585D01* X197648322Y-98069997D01* X197463831Y-98196839D01* X197307631Y-98357236D01* X197185724Y-98545024D01* X197105881Y-98768126D01* X195964119Y-98768126D01* X195884276Y-98545024D01* X195762369Y-98357236D01* X195621794Y-98212884D01* X195700741Y-98094731D01* X195773108Y-97920022D01* X195810000Y-97734552D01* X195810000Y-97545448D01* X195773108Y-97359978D01* X195700741Y-97185269D01* X195595681Y-97028036D01* X195461964Y-96894319D01* X195304731Y-96789259D01* X195130022Y-96716892D01* X194944552Y-96680000D01* X194755448Y-96680000D01* X194569978Y-96716892D01* X194395269Y-96789259D01* X194238036Y-96894319D01* X194104319Y-97028036D01* X193999259Y-97185269D01* X193926892Y-97359978D01* X193890000Y-97545448D01* X193890000Y-97734552D01* X193926892Y-97920022D01* X193933096Y-97935000D01* X193643000Y-97935000D01* X193424013Y-97981585D01* X193218322Y-98069997D01* X193033831Y-98196839D01* X192877631Y-98357236D01* X192755724Y-98545024D01* X192675881Y-98768126D01* X179685000Y-98768126D01* X179685000Y-97098581D01* X180631467Y-98045048D01* X180659180Y-98078816D01* X180692948Y-98106529D01* X180692950Y-98106531D01* X180698202Y-98110841D01* X180793938Y-98189410D01* X180947684Y-98271588D01* X181114507Y-98322194D01* X181244520Y-98334999D01* X181244530Y-98334999D01* X181287996Y-98339280D01* X181331462Y-98334999D01* X191406514Y-98334999D01* X191449983Y-98339280D01* X191493452Y-98334999D01* X191493460Y-98334999D01* X191623473Y-98322194D01* X191790296Y-98271588D01* X191944042Y-98189410D01* X192078800Y-98078816D01* X192106517Y-98045043D01* X192264134Y-97887426D01* X192264137Y-97887424D01* X192387406Y-97764155D01* X192411682Y-97727824D01* X192439392Y-97694059D01* X192459981Y-97655540D01* X192484259Y-97619205D01* X192500984Y-97578827D01* X192521570Y-97540313D01* X192534249Y-97498519D01* X192550972Y-97458145D01* X192559495Y-97415295D01* X192572177Y-97373491D01* X192576459Y-97330014D01* X192584982Y-97287165D01* X192584982Y-97243469D01* X192589263Y-97200000D01* X192584982Y-97156531D01* X192584982Y-97112835D01* X192576459Y-97069985D01* X192572177Y-97026510D01* X192559496Y-96984707D01* X192550972Y-96941855D01* X192534248Y-96901480D01* X192521570Y-96859687D01* X192500984Y-96821173D01* X192484259Y-96780795D01* X192459981Y-96744460D01* X192439392Y-96705941D01* X192411681Y-96672176D01* X192387406Y-96635845D01* X192356510Y-96604949D01* X192328799Y-96571183D01* X192295033Y-96543472D01* X192264137Y-96512576D01* X192227806Y-96488301D01* X192194041Y-96460590D01* X192155522Y-96440001D01* X192119187Y-96415723D01* X192078809Y-96398998D01* X192040295Y-96378412D01* X191998502Y-96365734D01* X191958127Y-96349010D01* X191915275Y-96340486D01* X191873472Y-96327805D01* X191829997Y-96323523D01* X191787147Y-96315000D01* X191743451Y-96315000D01* X191699982Y-96310719D01* X191656513Y-96315000D01* X191612817Y-96315000D01* X191569968Y-96323523D01* X191526491Y-96327805D01* X191484687Y-96340487D01* X191441837Y-96349010D01* X191401463Y-96365733D01* X191359669Y-96378412D01* X191321155Y-96398998D01* X191280777Y-96415723D01* X191244442Y-96440001D01* X191205923Y-96460590D01* X191172158Y-96488300D01* X191135827Y-96512576D01* X191083404Y-96564999D01* X184006732Y-96564999D01* X184050990Y-96458151D01* X184085000Y-96287171D01* X184085000Y-96112841D01* X184050990Y-95941861D01* X183984277Y-95780801D01* X183887424Y-95635851D01* X183764155Y-95512582D01* X183619205Y-95415729D01* X183458145Y-95349016D01* X183287165Y-95315006D01* X183112835Y-95315006D01* X182941855Y-95349016D01* X182842896Y-95390006D01* X182713843Y-95390006D01* X182072502Y-94748665D01* X182164155Y-94687424D01* X182287424Y-94564155D01* X182384277Y-94419205D01* X182386915Y-94412835D01* X190015000Y-94412835D01* X190015000Y-94587165D01* X190049010Y-94758145D01* X190115723Y-94919205D01* X190212576Y-95064155D01* X190335845Y-95187424D01* X190480795Y-95284277D01* X190641855Y-95350990D01* X190812835Y-95385000D01* X190987165Y-95385000D01* X191158145Y-95350990D01* X191319205Y-95284277D01* X191355538Y-95260000D01* X194744462Y-95260000D01* X194780795Y-95284277D01* X194941855Y-95350990D01* X195112835Y-95385000D01* X195287165Y-95385000D01* X195458145Y-95350990D01* X195619205Y-95284277D01* X195764155Y-95187424D01* X195887424Y-95064155D01* X195984277Y-94919205D01* X196050990Y-94758145D01* X196085000Y-94587165D01* X196085000Y-94412835D01* X196050990Y-94241855D01* X195984277Y-94080795D01* X195887424Y-93935845D01* X195764155Y-93812576D01* X195619205Y-93715723D01* X195458145Y-93649010D01* X195287165Y-93615000D01* X195112835Y-93615000D01* X194941855Y-93649010D01* X194780795Y-93715723D01* X194744462Y-93740000D01* X191355538Y-93740000D01* X191319205Y-93715723D01* X191158145Y-93649010D01* X190987165Y-93615000D01* X190812835Y-93615000D01* X190641855Y-93649010D01* X190480795Y-93715723D01* X190335845Y-93812576D01* X190212576Y-93935845D01* X190115723Y-94080795D01* X190049010Y-94241855D01* X190015000Y-94412835D01* X182386915Y-94412835D01* X182450990Y-94258145D01* X182485000Y-94087165D01* X182485000Y-93912835D01* X182450990Y-93741855D01* X182384277Y-93580795D01* X182287424Y-93435845D01* X182164155Y-93312576D01* X182019205Y-93215723D01* X181920246Y-93174733D01* X178625263Y-89879751D01* X178584272Y-89780790D01* X178487419Y-89635840D01* X178364150Y-89512571D01* X178219200Y-89415718D01* X178058140Y-89349005D01* X177887160Y-89314995D01* X177712830Y-89314995D01* X177541850Y-89349005D01* X177380790Y-89415718D01* X177235840Y-89512571D01* X177112571Y-89635840D01* X177015718Y-89780790D01* X176949005Y-89941850D01* X176914995Y-90112830D01* X176914995Y-90120080D01* X176895189Y-90124020D01* X176734129Y-90190733D01* X176589179Y-90287586D01* X176465910Y-90410855D01* X176369057Y-90555805D01* X176302344Y-90716865D01* X176268334Y-90887845D01* X176268334Y-91062175D01* X176302344Y-91233155D01* X176369057Y-91394215D01* X176465910Y-91539165D01* X176589179Y-91662434D01* X176734129Y-91759287D01* X176833090Y-91800278D01* X178849013Y-93816202D01* X178778311Y-93778411D01* X178611488Y-93727805D01* X178481475Y-93715000D01* X178481467Y-93715000D01* X178437998Y-93710719D01* X178394529Y-93715000D01* X175159603Y-93715000D01* X175172195Y-93673490D01* X175176477Y-93630013D01* X175185000Y-93587165D01* X175185000Y-87162835D01* X176065000Y-87162835D01* X176065000Y-87337165D01* X176099010Y-87508145D01* X176165723Y-87669205D01* X176262576Y-87814155D01* X176385845Y-87937424D01* X176530795Y-88034277D01* X176629756Y-88075268D01* X176699100Y-88144612D01* X176724472Y-88175528D01* X176847811Y-88276749D01* X176988527Y-88351963D01* X177141212Y-88398280D01* X177260209Y-88410000D01* X177260212Y-88410000D01* X177300000Y-88413919D01* X177339788Y-88410000D01* X178935455Y-88410000D01* X178915000Y-88512835D01* X178915000Y-88687165D01* X178949010Y-88858145D01* X179015723Y-89019205D01* X179112576Y-89164155D01* X179235845Y-89287424D01* X179380795Y-89384277D01* X179479756Y-89425268D01* X181499105Y-91444618D01* X181524472Y-91475528D01* X181578211Y-91519630D01* X181647810Y-91576749D01* X181676072Y-91591855D01* X181788527Y-91651963D01* X181941212Y-91698280D01* X182060209Y-91710000D01* X182060211Y-91710000D01* X182099999Y-91713919D01* X182139787Y-91710000D01* X183042896Y-91710000D01* X183141855Y-91750990D01* X183312835Y-91785000D01* X183487165Y-91785000D01* X183658145Y-91750990D01* X183819205Y-91684277D01* X183964155Y-91587424D01* X184087424Y-91464155D01* X184184277Y-91319205D01* X184250990Y-91158145D01* X184280458Y-91010000D01* X186299490Y-91010000D01* X186459735Y-91170245D01* X186500725Y-91269205D01* X186597578Y-91414155D01* X186720847Y-91537424D01* X186865797Y-91634277D01* X187026857Y-91700990D01* X187197837Y-91735000D01* X187372167Y-91735000D01* X187543147Y-91700990D01* X187704207Y-91634277D01* X187849157Y-91537424D01* X187972426Y-91414155D01* X188069279Y-91269205D01* X188135992Y-91108145D01* X188170002Y-90937165D01* X188170002Y-90762835D01* X188163844Y-90731874D01* X192675881Y-90731874D01* X192755724Y-90954976D01* X192877631Y-91142764D01* X193033831Y-91303161D01* X193218322Y-91430003D01* X193424013Y-91518415D01* X193643000Y-91565000D01* X193933096Y-91565000D01* X193926892Y-91579978D01* X193890000Y-91765448D01* X193890000Y-91954552D01* X193926892Y-92140022D01* X193999259Y-92314731D01* X194104319Y-92471964D01* X194238036Y-92605681D01* X194395269Y-92710741D01* X194569978Y-92783108D01* X194755448Y-92820000D01* X194944552Y-92820000D01* X195130022Y-92783108D01* X195304731Y-92710741D01* X195461964Y-92605681D01* X195595681Y-92471964D01* X195700741Y-92314731D01* X195773108Y-92140022D01* X195810000Y-91954552D01* X195810000Y-91765448D01* X195773108Y-91579978D01* X195700741Y-91405269D01* X195621794Y-91287116D01* X195762369Y-91142764D01* X195884276Y-90954976D01* X195964119Y-90731874D01* X197105881Y-90731874D01* X197185724Y-90954976D01* X197307631Y-91142764D01* X197463831Y-91303161D01* X197648322Y-91430003D01* X197854013Y-91518415D01* X198073000Y-91565000D01* X198373000Y-91565000D01* X198373000Y-90557000D01* X197232046Y-90557000D01* X197105881Y-90731874D01* X195964119Y-90731874D01* X195837954Y-90557000D01* X194447000Y-90557000D01* X194447000Y-90577000D01* X194193000Y-90577000D01* X194193000Y-90557000D01* X192802046Y-90557000D01* X192675881Y-90731874D01* X188163844Y-90731874D01* X188135992Y-90591855D01* X188069279Y-90430795D01* X187972426Y-90285845D01* X187849157Y-90162576D01* X187797600Y-90128126D01* X192675881Y-90128126D01* X192802046Y-90303000D01* X194193000Y-90303000D01* X194193000Y-89295000D01* X194447000Y-89295000D01* X194447000Y-90303000D01* X195837954Y-90303000D01* X195964119Y-90128126D01* X197105881Y-90128126D01* X197232046Y-90303000D01* X198373000Y-90303000D01* X198373000Y-89295000D01* X198073000Y-89295000D01* X197854013Y-89341585D01* X197648322Y-89429997D01* X197463831Y-89556839D01* X197307631Y-89717236D01* X197185724Y-89905024D01* X197105881Y-90128126D01* X195964119Y-90128126D01* X195884276Y-89905024D01* X195762369Y-89717236D01* X195606169Y-89556839D01* X195421678Y-89429997D01* X195215987Y-89341585D01* X194997000Y-89295000D01* X194447000Y-89295000D01* X194193000Y-89295000D01* X193643000Y-89295000D01* X193424013Y-89341585D01* X193218322Y-89429997D01* X193033831Y-89556839D01* X192877631Y-89717236D01* X192755724Y-89905024D01* X192675881Y-90128126D01* X187797600Y-90128126D01* X187704207Y-90065723D01* X187605247Y-90024733D01* X187235901Y-89655387D01* X187210530Y-89624472D01* X187087191Y-89523251D01* X186946475Y-89448037D01* X186793790Y-89401720D01* X186674793Y-89390000D01* X186674790Y-89390000D01* X186635002Y-89386081D01* X186595214Y-89390000D01* X185611579Y-89390000D01* X185637424Y-89364155D01* X185734277Y-89219205D01* X185800990Y-89058145D01* X185835000Y-88887165D01* X185835000Y-88712835D01* X185800990Y-88541855D01* X185734277Y-88380795D01* X185637424Y-88235845D01* X185514155Y-88112576D01* X185369205Y-88015723D01* X185270246Y-87974733D01* X184350899Y-87055387D01* X184325528Y-87024472D01* X184202189Y-86923251D01* X184061473Y-86848037D01* X183908788Y-86801720D01* X183789791Y-86790000D01* X183789788Y-86790000D01* X183750000Y-86786081D01* X183710212Y-86790000D01* X177707019Y-86790000D01* X177637424Y-86685845D01* X177514155Y-86562576D01* X177369205Y-86465723D01* X177208145Y-86399010D01* X177037165Y-86365000D01* X176862835Y-86365000D01* X176691855Y-86399010D01* X176530795Y-86465723D01* X176385845Y-86562576D01* X176262576Y-86685845D01* X176165723Y-86830795D01* X176099010Y-86991855D01* X176065000Y-87162835D01* X175185000Y-87162835D01* X175185000Y-82485565D01* X175233144Y-82475989D01* X175394204Y-82409276D01* X175539154Y-82312423D01* X175662423Y-82189154D01* X175759276Y-82044204D01* X175800267Y-81945243D01* X178113367Y-79632143D01* X178205979Y-79770746D01* X178291823Y-79856590D01* X178212568Y-79935845D01* X178115715Y-80080795D01* X178049002Y-80241855D01* X178014992Y-80412835D01* X178014992Y-80587165D01* X178049002Y-80758145D01* X178115715Y-80919205D01* X178212568Y-81064155D01* X178335837Y-81187424D01* X178480787Y-81284277D01* X178641847Y-81350990D01* X178812827Y-81385000D01* X178987157Y-81385000D01* X179158137Y-81350990D01* X179319197Y-81284277D01* X179464147Y-81187424D01* X179587416Y-81064155D01* X179684269Y-80919205D01* X179725260Y-80820245D01* X180089532Y-80455973D01* X180115723Y-80519205D01* X180212576Y-80664155D01* X180335845Y-80787424D01* X180480795Y-80884277D01* X180641855Y-80950990D01* X180812835Y-80985000D01* X180987165Y-80985000D01* X181158145Y-80950990D01* X181257104Y-80910000D01* X189476466Y-80910000D01* X189477795Y-80923490D01* X189490476Y-80965293D01* X189499000Y-81008145D01* X189515724Y-81048520D01* X189528402Y-81090313D01* X189548988Y-81128827D01* X189565713Y-81169205D01* X189589991Y-81205540D01* X189610580Y-81244059D01* X189638291Y-81277824D01* X189662566Y-81314155D01* X189693462Y-81345051D01* X189721173Y-81378817D01* X189754939Y-81406528D01* X189785835Y-81437424D01* X189822166Y-81461699D01* X189855931Y-81489410D01* X189894450Y-81509999D01* X189930785Y-81534277D01* X189971163Y-81551002D01* X190009677Y-81571588D01* X190051470Y-81584266D01* X190091845Y-81600990D01* X190134697Y-81609514D01* X190176500Y-81622195D01* X190219975Y-81626477D01* X190262825Y-81635000D01* X190306521Y-81635000D01* X190349990Y-81639281D01* X190393459Y-81635000D01* X190437155Y-81635000D01* X190480005Y-81626477D01* X190523480Y-81622195D01* X190565283Y-81609514D01* X190608135Y-81600990D01* X190648510Y-81584266D01* X190690303Y-81571588D01* X190728817Y-81551002D01* X190769195Y-81534277D01* X190805530Y-81509999D01* X190844049Y-81489410D01* X190877814Y-81461700D01* X190914145Y-81437424D01* X191037414Y-81314155D01* X191037416Y-81314152D01* X191990001Y-80361568D01* X191990001Y-83103225D01* X191974000Y-83141855D01* X191939990Y-83312835D01* X191939990Y-83487165D01* X191974000Y-83658145D01* X192040713Y-83819205D01* X192137566Y-83964155D01* X192260835Y-84087424D01* X192405785Y-84184277D01* X192566845Y-84250990D01* X192737825Y-84285000D01* X192912155Y-84285000D01* X193083135Y-84250990D01* X193244195Y-84184277D01* X193389145Y-84087424D01* X193512414Y-83964155D01* X193609267Y-83819205D01* X193644139Y-83735017D01* X193737178Y-83735017D01* X193908158Y-83701007D01* X194069218Y-83634294D01* X194214168Y-83537441D01* X194337437Y-83414172D01* X194434290Y-83269222D01* X194501003Y-83108162D01* X194535013Y-82937182D01* X194535013Y-82762852D01* X194501003Y-82591872D01* X194434290Y-82430812D01* X194410000Y-82394460D01* X194410000Y-65657104D01* X194450990Y-65558145D01* X194485000Y-65387165D01* X194485000Y-65212835D01* X194450990Y-65041855D01* X194384277Y-64880795D01* X194287424Y-64735845D01* X194164155Y-64612576D01* X194019205Y-64515723D01* X193858145Y-64449010D01* X193687165Y-64415000D01* X193512835Y-64415000D01* X193341855Y-64449010D01* X193180795Y-64515723D01* X193103106Y-64567633D01* X193058145Y-64549010D01* X192887165Y-64515000D01* X192712835Y-64515000D01* X192541855Y-64549010D01* X192380795Y-64615723D01* X192235845Y-64712576D01* X192112576Y-64835845D01* X192015723Y-64980795D01* X191949010Y-65141855D01* X191915000Y-65312835D01* X191915000Y-65487165D01* X191949010Y-65658145D01* X191990000Y-65757104D01* X191990001Y-76738422D01* X191706534Y-76454956D01* X191678817Y-76421183D01* X191544059Y-76310589D01* X191390313Y-76228411D01* X191223490Y-76177805D01* X191093477Y-76165000D01* X191093469Y-76165000D01* X191050000Y-76160719D01* X191006531Y-76165000D01* X186355596Y-76165000D01* X186350990Y-76141843D01* X186284277Y-75980783D01* X186260000Y-75944450D01* X186260000Y-72037325D01* X186263676Y-72000000D01* X186260000Y-71962675D01* X186260000Y-71962667D01* X186249003Y-71851014D01* X186205546Y-71707753D01* X186134974Y-71575724D01* X186040001Y-71459999D01* X186010998Y-71436197D01* X185934515Y-71359714D01* X185925990Y-71316855D01* X185859277Y-71155795D01* X185762424Y-71010845D01* X185639155Y-70887576D01* X185494205Y-70790723D01* X185333145Y-70724010D01* X185162165Y-70690000D01* X184987835Y-70690000D01* X184816855Y-70724010D01* X184655795Y-70790723D01* X184510845Y-70887576D01* X184387576Y-71010845D01* X184290723Y-71155795D01* X184224010Y-71316855D01* X184190000Y-71487835D01* X184190000Y-71662165D01* X184224010Y-71833145D01* X184290723Y-71994205D01* X184387576Y-72139155D01* X184510845Y-72262424D01* X184655795Y-72359277D01* X184740000Y-72394156D01* X184740001Y-75944449D01* X184715723Y-75980783D01* X184649010Y-76141843D01* X184644404Y-76165000D01* X181462835Y-76165000D01* X181419987Y-76173523D01* X181376510Y-76177805D01* X181334705Y-76190487D01* X181291855Y-76199010D01* X181251487Y-76215731D01* X181209687Y-76228411D01* X181171165Y-76249001D01* X181130795Y-76265723D01* X181094467Y-76289996D01* X181055941Y-76310589D01* X181022171Y-76338304D01* X180985845Y-76362576D01* X180954951Y-76393470D01* X180921183Y-76421183D01* X180893470Y-76454951D01* X180862576Y-76485845D01* X180838304Y-76522171D01* X180810589Y-76555941D01* X180789996Y-76594467D01* X180765723Y-76630795D01* X180749001Y-76671165D01* X180728411Y-76709687D01* X180715731Y-76751487D01* X180699010Y-76791855D01* X180690487Y-76834705D01* X180677805Y-76876510D01* X180674015Y-76914990D01* X177964799Y-76914990D01* X177925011Y-76911071D01* X177885223Y-76914990D01* X177885221Y-76914990D01* X177766224Y-76926710D01* X177613539Y-76973027D01* X177548036Y-77008039D01* X177472822Y-77048241D01* X177425093Y-77087412D01* X177349484Y-77149462D01* X177324117Y-77180372D01* X175185000Y-79319490D01* X175185000Y-79066578D01* X182856532Y-71395047D01* X182887424Y-71364155D01* X182911696Y-71327830D01* X182939410Y-71294060D01* X182960001Y-71255536D01* X182984277Y-71219205D01* X183001000Y-71178832D01* X183021588Y-71140314D01* X183034267Y-71098519D01* X183050990Y-71058145D01* X183059515Y-71015288D01* X183072194Y-70973491D01* X183076475Y-70930022D01* X183085000Y-70887165D01* X183085000Y-70843467D01* X183089281Y-70800001D01* X183085000Y-70756535D01* X183085000Y-70712835D01* X183076475Y-70669976D01* X183072194Y-70626511D01* X183059516Y-70584717D01* X183050990Y-70541855D01* X183034265Y-70501477D01* X183021588Y-70459687D01* X183001002Y-70421174D01* X182984277Y-70380795D01* X182959997Y-70344457D01* X182939410Y-70305942D01* X182911702Y-70272180D01* X182887424Y-70235845D01* X182856527Y-70204948D01* X182828817Y-70171183D01* X182795052Y-70143473D01* X182764155Y-70112576D01* X182727820Y-70088298D01* X182694058Y-70060590D01* X182655543Y-70040003D01* X182619205Y-70015723D01* X182578826Y-69998998D01* X182540313Y-69978412D01* X182498523Y-69965735D01* X182458145Y-69949010D01* X182415283Y-69940484D01* X182373489Y-69927806D01* X182330024Y-69923525D01* X182287165Y-69915000D01* X182243465Y-69915000D01* X182199999Y-69910719D01* X182156533Y-69915000D01* X182112835Y-69915000D01* X182069978Y-69923525D01* X182026509Y-69927806D01* X181984712Y-69940485D01* X181941855Y-69949010D01* X181901481Y-69965733D01* X181859686Y-69978412D01* X181821168Y-69999000D01* X181780795Y-70015723D01* X181744464Y-70039999D01* X181705940Y-70060590D01* X181672170Y-70088304D01* X181635845Y-70112576D01* X181604953Y-70143468D01* X173704956Y-78043466D01* X173671183Y-78071183D01* X173560589Y-78205942D01* X173478411Y-78359688D01* X173427805Y-78526511D01* X173415000Y-78656524D01* X173415000Y-78656531D01* X173410719Y-78700000D01* X173415000Y-78743469D01* X173415000Y-82080212D01* X173374286Y-82039498D01* X173229336Y-81942645D01* X173068276Y-81875932D01* X172897296Y-81841922D01* X172722966Y-81841922D01* X172551986Y-81875932D01* X172390926Y-81942645D01* X172303175Y-82001278D01* X172265262Y-81993737D01* X172090932Y-81993737D01* X171919952Y-82027747D01* X171818686Y-82069693D01* X171786867Y-82056513D01* X171615887Y-82022503D01* X171441557Y-82022503D01* X171270577Y-82056513D01* X171109517Y-82123226D01* X170964567Y-82220079D01* X170841298Y-82343348D01* X170744445Y-82488298D01* X170677732Y-82649358D01* X170643722Y-82820338D01* X170643722Y-82994668D01* X170677732Y-83165648D01* X170718722Y-83264607D01* X170718723Y-88088934D01* X170717721Y-88099104D01* X170714990Y-88112835D01* X170714990Y-88126833D01* X170714803Y-88128732D01* X170714990Y-88130631D01* X170714990Y-88287165D01* X170749000Y-88458145D01* X170815713Y-88619205D01* X170912566Y-88764155D01* X171035835Y-88887424D01* X171180785Y-88984277D01* X171341845Y-89050990D01* X171512825Y-89085000D01* X171687155Y-89085000D01* X171858135Y-89050990D01* X172019195Y-88984277D01* X172164145Y-88887424D01* X172287414Y-88764155D01* X172384267Y-88619205D01* X172450980Y-88458145D01* X172452169Y-88452169D01* X172458145Y-88450980D01* X172590009Y-88396360D01* X172590009Y-90892874D01* X172549010Y-90991855D01* X172515000Y-91162835D01* X172515000Y-91337165D01* X172549010Y-91508145D01* X172615723Y-91669205D01* X172712576Y-91814155D01* X172835845Y-91937424D01* X172980795Y-92034277D01* X173141855Y-92100990D01* X173312835Y-92135000D01* X173415001Y-92135000D01* X173415001Y-93412830D01* X173415000Y-93412835D01* X173415000Y-93587165D01* X173423525Y-93630023D01* X173427806Y-93673490D01* X173440398Y-93715000D01* X167599244Y-93715000D01* X167555777Y-93710719D01* X167512311Y-93715000D01* X167512301Y-93715000D01* X167382288Y-93727805D01* X167215465Y-93778411D01* X167061719Y-93860589D01* X167061717Y-93860590D01* X167061718Y-93860590D01* X166960731Y-93943468D01* X166960729Y-93943470D01* X166926961Y-93971183D01* X166899248Y-94004951D01* X165204951Y-95699249D01* X165171184Y-95726961D01* X165143471Y-95760729D01* X165143468Y-95760732D01* X165060590Y-95861719D01* X164978412Y-96015465D01* X164927805Y-96182288D01* X164910719Y-96355778D01* X164915001Y-96399256D01* X164915000Y-97512835D01* X164915000Y-97687165D01* X164923523Y-97730014D01* X164927805Y-97773489D01* X164940486Y-97815292D01* X164949010Y-97858145D01* X164965732Y-97898516D01* X164978411Y-97940312D01* X164999000Y-97978831D01* X165015723Y-98019205D01* X165039999Y-98055537D01* X165060589Y-98094058D01* X165088301Y-98127825D01* X165112576Y-98164155D01* X165143472Y-98195051D01* X165171183Y-98228817D01* X165204951Y-98256530D01* X165235845Y-98287424D01* X165272171Y-98311696D01* X165305941Y-98339411D01* X165344467Y-98360004D01* X165380795Y-98384277D01* X165421165Y-98400999D01* X165459687Y-98421589D01* X165501487Y-98434269D01* X165541855Y-98450990D01* X165584705Y-98459513D01* X165626510Y-98472195D01* X165669987Y-98476477D01* X165712835Y-98485000D01* X165756523Y-98485000D01* X165800000Y-98489282D01* X165843476Y-98485000D01* X165887165Y-98485000D01* X165930013Y-98476477D01* X165973489Y-98472195D01* X166015292Y-98459514D01* X166058145Y-98450990D01* X166098516Y-98434268D01* X166140312Y-98421589D01* X166178831Y-98401000D01* X166219205Y-98384277D01* X166255537Y-98360001D01* X166294058Y-98339411D01* X166327825Y-98311699D01* X166364155Y-98287424D01* X166395051Y-98256528D01* X166428817Y-98228817D01* X166456530Y-98195049D01* X166487424Y-98164155D01* X166511696Y-98127829D01* X166539411Y-98094059D01* X166560004Y-98055533D01* X166584277Y-98019205D01* X166600999Y-97978835D01* X166621589Y-97940313D01* X166634269Y-97898513D01* X166650990Y-97858145D01* X166659513Y-97815295D01* X166672195Y-97773490D01* X166676477Y-97730013D01* X166685000Y-97687165D01* X166685000Y-96722356D01* X166761814Y-96645542D01* X166788304Y-96677819D01* X166812576Y-96714145D01* X166843470Y-96745039D01* X166871183Y-96778807D01* X166904951Y-96806520D01* X166935845Y-96837414D01* X166972171Y-96861686D01* X167005941Y-96889401D01* X167044467Y-96909994D01* X167080795Y-96934267D01* X167121165Y-96950989D01* X167159687Y-96971579D01* X167201487Y-96984259D01* X167241855Y-97000980D01* X167284705Y-97009503D01* X167326510Y-97022185D01* X167369987Y-97026467D01* X167412835Y-97034990D01* X172387145Y-97034990D01* X172429993Y-97026467D01* X172473470Y-97022185D01* X172515275Y-97009503D01* X172558125Y-97000980D01* X172598493Y-96984259D01* X172640293Y-96971579D01* X172678815Y-96950989D01* X172715000Y-96936000D01* X172715001Y-99315000D01* X117485000Y-99315000D01* X117485000Y-97200837D01* X162415000Y-97200837D01* X162429976Y-97352894D01* X162489159Y-97547992D01* X162585266Y-97727797D01* X162714604Y-97885396D01* X162872203Y-98014734D01* X163052007Y-98110841D01* X163247105Y-98170024D01* X163450000Y-98190007D01* X163652894Y-98170024D01* X163847992Y-98110841D01* X164027797Y-98014734D01* X164185396Y-97885396D01* X164314734Y-97727797D01* X164410841Y-97547993D01* X164470024Y-97352895D01* X164485000Y-97200838D01* X164485000Y-91799162D01* X164470024Y-91647105D01* X164410841Y-91452007D01* X164314734Y-91272203D01* X164185396Y-91114604D01* X164027797Y-90985266D01* X163847993Y-90889159D01* X163652895Y-90829976D01* X163450000Y-90809993D01* X163247106Y-90829976D01* X163052008Y-90889159D01* X162872204Y-90985266D01* X162714605Y-91114604D01* X162585267Y-91272203D01* X162489160Y-91452007D01* X162429977Y-91647105D01* X162415001Y-91799162D01* X162415000Y-97200837D01* X117485000Y-97200837D01* X117485000Y-69612835D01* X161565000Y-69612835D01* X161565000Y-69787165D01* X161565001Y-69787170D01* X161565000Y-73512835D01* X161565000Y-73687165D01* X161573523Y-73730014D01* X161577805Y-73773489D01* X161590486Y-73815292D01* X161599010Y-73858145D01* X161615732Y-73898516D01* X161628411Y-73940312D01* X161649000Y-73978831D01* X161665723Y-74019205D01* X161689999Y-74055537D01* X161710589Y-74094058D01* X161738301Y-74127825D01* X161762576Y-74164155D01* X161793472Y-74195051D01* X161821183Y-74228817D01* X161854951Y-74256530D01* X161885845Y-74287424D01* X161922171Y-74311696D01* X161955941Y-74339411D01* X161994467Y-74360004D01* X162030795Y-74384277D01* X162071165Y-74400999D01* X162109687Y-74421589D01* X162151487Y-74434269D01* X162191855Y-74450990D01* X162234705Y-74459513D01* X162276510Y-74472195D01* X162319987Y-74476477D01* X162362835Y-74485000D01* X162406523Y-74485000D01* X162450000Y-74489282D01* X162493476Y-74485000D01* X162537165Y-74485000D01* X162580013Y-74476477D01* X162623489Y-74472195D01* X162665292Y-74459514D01* X162708145Y-74450990D01* X162748516Y-74434268D01* X162790312Y-74421589D01* X162828831Y-74401000D01* X162869205Y-74384277D01* X162905537Y-74360001D01* X162944058Y-74339411D01* X162977825Y-74311699D01* X163014155Y-74287424D01* X163045051Y-74256528D01* X163078817Y-74228817D01* X163106530Y-74195049D01* X163137424Y-74164155D01* X163161696Y-74127829D01* X163189411Y-74094059D01* X163210004Y-74055533D01* X163234277Y-74019205D01* X163250999Y-73978835D01* X163271589Y-73940313D01* X163284269Y-73898513D01* X163300990Y-73858145D01* X163309513Y-73815295D01* X163322195Y-73773490D01* X163326477Y-73730013D01* X163335000Y-73687165D01* X163335000Y-69612835D01* X163326477Y-69569987D01* X163322195Y-69526510D01* X163309513Y-69484705D01* X163300990Y-69441855D01* X163284269Y-69401487D01* X163271589Y-69359687D01* X163250999Y-69321165D01* X163234277Y-69280795D01* X163210004Y-69244467D01* X163189411Y-69205941D01* X163161696Y-69172171D01* X163137424Y-69135845D01* X163106530Y-69104951D01* X163078817Y-69071183D01* X163045049Y-69043470D01* X163014155Y-69012576D01* X162977829Y-68988304D01* X162944059Y-68960589D01* X162905533Y-68939996D01* X162869205Y-68915723D01* X162828835Y-68899001D01* X162790313Y-68878411D01* X162748513Y-68865731D01* X162708145Y-68849010D01* X162665295Y-68840487D01* X162623490Y-68827805D01* X162580013Y-68823523D01* X162537165Y-68815000D01* X162493477Y-68815000D01* X162450000Y-68810718D01* X162406524Y-68815000D01* X162362835Y-68815000D01* X162319987Y-68823523D01* X162276511Y-68827805D01* X162234708Y-68840486D01* X162191855Y-68849010D01* X162151484Y-68865732D01* X162109688Y-68878411D01* X162071169Y-68899000D01* X162030795Y-68915723D01* X161994463Y-68939999D01* X161955942Y-68960589D01* X161922176Y-68988300D01* X161885845Y-69012576D01* X161854946Y-69043475D01* X161821184Y-69071183D01* X161793476Y-69104945D01* X161762576Y-69135845D01* X161738299Y-69172177D01* X161710590Y-69205941D01* X161690001Y-69244460D01* X161665723Y-69280795D01* X161648998Y-69321173D01* X161628412Y-69359687D01* X161615735Y-69401478D01* X161599010Y-69441855D01* X161590485Y-69484715D01* X161577806Y-69526510D01* X161573525Y-69569977D01* X161565000Y-69612835D01* X117485000Y-69612835D01* X117485000Y-60685000D01* X154873000Y-60685000D01* X154873000Y-66000000D01* G37* %TD.AperFunction*% %TD*% D18* X168400000Y-90050000D03* X169850000Y-93000000D03* X179300000Y-89750000D03* X190900000Y-93400000D03* X176950000Y-87250000D03* X184950000Y-88800000D03* X163450000Y-97150000D03* X163450000Y-91850000D03* X183400000Y-90900000D03* X179800000Y-88600000D03* X187285002Y-90850000D03* X183400000Y-90200000D03* X165800000Y-97600000D03* X191699982Y-97200000D03* X181600000Y-94000000D03* X172810131Y-82726922D03* X172800000Y-87000000D03* X177799995Y-90199995D03* X177153334Y-90975010D03* X172178097Y-82878737D03* X172200000Y-87599990D03* X183200000Y-96200006D03* X182200000Y-70800000D03* X174300000Y-93500000D03* X178000000Y-95400000D03* X175025000Y-95550000D03* X185075000Y-71575000D03* X162450000Y-73600000D03* X162450000Y-69700000D03* X185500000Y-76399988D03* X190900000Y-94500000D03* X195200000Y-94500000D03* X176200000Y-96149990D03* X176200002Y-99062500D03* X173400008Y-83000000D03* X173400000Y-91250000D03* X171528722Y-82907503D03* X171599990Y-88200000D03* X192800000Y-65400000D03* X192824990Y-83400000D03* X193600000Y-65300000D03* X193650013Y-82850017D03* X178899992Y-80500000D03* X190646469Y-78700000D03* X181550000Y-77050000D03* X190349990Y-80750000D03* X180900000Y-80100000D03* X190490368Y-79690379D03* X175205002Y-80445000D03* X189900000Y-77724990D03* X174974999Y-81624999D03* X190486080Y-78022132D03* X172299980Y-96149990D03* X167500000Y-96149990D03* X187200000Y-78824990D03* X178893403Y-79206591D03* D19* X194320000Y-90430000D03* X194320000Y-99070000D03* D20* X194850000Y-97640000D03* D21* X198500000Y-99070000D03* D20* X194850000Y-91860000D03* D21* X198500000Y-90430000D03* M02* ================================================ FILE: gerber/smartdisplay-Bottom_Mask.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Soldermask,Bot*% %TF.FilePolarity,Negative*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10O,2.200000X1.100000*% %ADD11C,0.750000*% %ADD12O,1.700000X1.100000*% G04 APERTURE END LIST* D10* %TO.C,J2*% X194320000Y-90430000D03* X194320000Y-99070000D03* D11* X194850000Y-97640000D03* D12* X198500000Y-99070000D03* D11* X194850000Y-91860000D03* D12* X198500000Y-90430000D03* %TD*% M02* ================================================ FILE: gerber/smartdisplay-Bottom_Paste.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Paste,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* G04 APERTURE END LIST* M02* ================================================ FILE: gerber/smartdisplay-Bottom_Silk.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Legend,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,0.300000*% %ADD11C,1.000000*% %ADD12C,0.150000*% G04 APERTURE END LIST* D10* X164157142Y-83107142D02* X164014285Y-83178571D01* X163728571Y-83178571D01* X163585714Y-83107142D01* X163514285Y-82964285D01* X163514285Y-82892857D01* X163585714Y-82750000D01* X163728571Y-82678571D01* X163942857Y-82678571D01* X164085714Y-82607142D01* X164157142Y-82464285D01* X164157142Y-82392857D01* X164085714Y-82250000D01* X163942857Y-82178571D01* X163728571Y-82178571D01* X163585714Y-82250000D01* X162871428Y-83178571D02* X162871428Y-82178571D01* X162871428Y-82321428D02* X162800000Y-82250000D01* X162657142Y-82178571D01* X162442857Y-82178571D01* X162300000Y-82250000D01* X162228571Y-82392857D01* X162228571Y-83178571D01* X162228571Y-82392857D02* X162157142Y-82250000D01* X162014285Y-82178571D01* X161800000Y-82178571D01* X161657142Y-82250000D01* X161585714Y-82392857D01* X161585714Y-83178571D01* X160228571Y-83178571D02* X160228571Y-82392857D01* X160300000Y-82250000D01* X160442857Y-82178571D01* X160728571Y-82178571D01* X160871428Y-82250000D01* X160228571Y-83107142D02* X160371428Y-83178571D01* X160728571Y-83178571D01* X160871428Y-83107142D01* X160942857Y-82964285D01* X160942857Y-82821428D01* X160871428Y-82678571D01* X160728571Y-82607142D01* X160371428Y-82607142D01* X160228571Y-82535714D01* X159514285Y-83178571D02* X159514285Y-82178571D01* X159514285Y-82464285D02* X159442857Y-82321428D01* X159371428Y-82250000D01* X159228571Y-82178571D01* X159085714Y-82178571D01* X158800000Y-82178571D02* X158228571Y-82178571D01* X158585714Y-81678571D02* X158585714Y-82964285D01* X158514285Y-83107142D01* X158371428Y-83178571D01* X158228571Y-83178571D01* X157085714Y-83178571D02* X157085714Y-81678571D01* X157085714Y-83107142D02* X157228571Y-83178571D01* X157514285Y-83178571D01* X157657142Y-83107142D01* X157728571Y-83035714D01* X157800000Y-82892857D01* X157800000Y-82464285D01* X157728571Y-82321428D01* X157657142Y-82250000D01* X157514285Y-82178571D01* X157228571Y-82178571D01* X157085714Y-82250000D01* X156371428Y-83178571D02* X156371428Y-82178571D01* X156371428Y-81678571D02* X156442857Y-81750000D01* X156371428Y-81821428D01* X156300000Y-81750000D01* X156371428Y-81678571D01* X156371428Y-81821428D01* X155728571Y-83107142D02* X155585714Y-83178571D01* X155300000Y-83178571D01* X155157142Y-83107142D01* X155085714Y-82964285D01* X155085714Y-82892857D01* X155157142Y-82750000D01* X155300000Y-82678571D01* X155514285Y-82678571D01* X155657142Y-82607142D01* X155728571Y-82464285D01* X155728571Y-82392857D01* X155657142Y-82250000D01* X155514285Y-82178571D01* X155300000Y-82178571D01* X155157142Y-82250000D01* X154442857Y-82178571D02* X154442857Y-83678571D01* X154442857Y-82250000D02* X154300000Y-82178571D01* X154014285Y-82178571D01* X153871428Y-82250000D01* X153800000Y-82321428D01* X153728571Y-82464285D01* X153728571Y-82892857D01* X153800000Y-83035714D01* X153871428Y-83107142D01* X154014285Y-83178571D01* X154300000Y-83178571D01* X154442857Y-83107142D01* X152871428Y-83178571D02* X153014285Y-83107142D01* X153085714Y-82964285D01* X153085714Y-81678571D01* X151657142Y-83178571D02* X151657142Y-82392857D01* X151728571Y-82250000D01* X151871428Y-82178571D01* X152157142Y-82178571D01* X152300000Y-82250000D01* X151657142Y-83107142D02* X151800000Y-83178571D01* X152157142Y-83178571D01* X152300000Y-83107142D01* X152371428Y-82964285D01* X152371428Y-82821428D01* X152300000Y-82678571D01* X152157142Y-82607142D01* X151800000Y-82607142D01* X151657142Y-82535714D01* X151085714Y-82178571D02* X150728571Y-83178571D01* X150371428Y-82178571D02* X150728571Y-83178571D01* X150871428Y-83535714D01* X150942857Y-83607142D01* X151085714Y-83678571D01* D11* X162252380Y-78914285D02* X161680952Y-79104761D01* X161490476Y-79295238D01* X161300000Y-79676190D01* X161300000Y-80247619D01* X161490476Y-80628571D01* X161680952Y-80819047D01* X162061904Y-81009523D01* X163585714Y-81009523D01* X163585714Y-77009523D01* X162252380Y-77009523D01* X161871428Y-77200000D01* X161680952Y-77390476D01* X161490476Y-77771428D01* X161490476Y-78152380D01* X161680952Y-78533333D01* X161871428Y-78723809D01* X162252380Y-78914285D01* X163585714Y-78914285D01* X157680952Y-81009523D02* X159585714Y-81009523D01* X159585714Y-77009523D01* X154633333Y-81009523D02* X154633333Y-78914285D01* X154823809Y-78533333D01* X155204761Y-78342857D01* X155966666Y-78342857D01* X156347619Y-78533333D01* X154633333Y-80819047D02* X155014285Y-81009523D01* X155966666Y-81009523D01* X156347619Y-80819047D01* X156538095Y-80438095D01* X156538095Y-80057142D01* X156347619Y-79676190D01* X155966666Y-79485714D01* X155014285Y-79485714D01* X154633333Y-79295238D01* X152728571Y-81009523D02* X152728571Y-77009523D01* X152728571Y-78533333D02* X152347619Y-78342857D01* X151585714Y-78342857D01* X151204761Y-78533333D01* X151014285Y-78723809D01* X150823809Y-79104761D01* X150823809Y-80247619D01* X151014285Y-80628571D01* X151204761Y-80819047D01* X151585714Y-81009523D01* X152347619Y-81009523D01* X152728571Y-80819047D01* D12* X118400000Y-98400000D02* X118400000Y-61600000D01* X198400000Y-98400000D02* X118400000Y-98400000D01* X198400000Y-61600000D02* X198400000Y-98400000D01* X118400000Y-61600000D02* X198400000Y-61600000D01* M02* ================================================ FILE: gerber/smartdisplay-EdgeCuts.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Profile,NP*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %TA.AperFunction,Profile*% %ADD10C,0.100000*% %TD*% G04 APERTURE END LIST* D10* X174000000Y-100000000D02* X174000000Y-97800000D01* X178400000Y-100000000D02* X174000000Y-100000000D01* X178400000Y-97800000D02* X178400000Y-100000000D01* X183000000Y-60000000D02* X155000000Y-60000000D01* X173400000Y-100000000D02* X116800000Y-100000000D01* X200000000Y-100000000D02* X179000000Y-100000000D01* X179000000Y-96000000D02* X179000000Y-100000000D01* X178400000Y-96000000D02* X179000000Y-96000000D01* X178400000Y-97800000D02* X178400000Y-96000000D01* X173400000Y-96000000D02* X173400000Y-100000000D01* X174000000Y-96000000D02* X173400000Y-96000000D01* X174000000Y-97800000D02* X174000000Y-96000000D01* X116800000Y-100000000D02* X116800000Y-94200000D01* X116800000Y-60000000D02* X116800000Y-60100000D01* X149900000Y-60000000D02* X116800000Y-60000000D01* X116800000Y-65800000D02* X116800000Y-60100000D01* X149900000Y-60000000D02* X151400000Y-60000000D01* X153000000Y-60000000D02* X151400000Y-60000000D01* X200000000Y-60000000D02* X183000000Y-60000000D01* X155000000Y-60000000D02* X153000000Y-60000000D01* X116800000Y-94200000D02* X116800000Y-65800000D01* X200000000Y-100000000D02* X200000000Y-60000000D01* M02* ================================================ FILE: gerber/smartdisplay-NPTH.drl ================================================ M48 ; DRILL file {KiCad (5.1.8)-1} date 08/10/21 17:59:01 ; FORMAT={-:-/ absolute / metric / decimal} ; #@! TF.CreationDate,2021-08-10T17:59:01+08:00 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.8)-1 ; #@! TF.FileFunction,NonPlated,1,2,NPTH FMAT,2 METRIC T1C0.650 % G90 G05 T1 X194.85Y-91.86 X194.85Y-97.64 T0 M30 ================================================ FILE: gerber/smartdisplay-PTH.drl ================================================ M48 ; DRILL file {KiCad (5.1.8)-1} date 08/10/21 17:59:01 ; FORMAT={-:-/ absolute / metric / decimal} ; #@! TF.CreationDate,2021-08-10T17:59:01+08:00 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.8)-1 ; #@! TF.FileFunction,Plated,1,2,PTH FMAT,2 METRIC T1C0.300 T2C0.600 % G90 G05 T1 X162.45Y-69.7 X162.45Y-73.6 X163.45Y-91.85 X163.45Y-97.15 X165.8Y-97.6 X167.5Y-96.15 X168.4Y-90.05 X169.85Y-93.0 X171.529Y-82.908 X171.6Y-88.2 X172.178Y-82.879 X172.2Y-87.6 X172.3Y-96.15 X172.8Y-87.0 X172.81Y-82.727 X173.4Y-91.25 X173.4Y-83.0 X174.3Y-93.5 X174.975Y-81.625 X175.025Y-95.55 X175.205Y-80.445 X176.2Y-96.15 X176.2Y-99.062 X176.95Y-87.25 X177.153Y-90.975 X177.8Y-90.2 X178.0Y-95.4 X178.893Y-79.207 X178.9Y-80.5 X179.3Y-89.75 X179.8Y-88.6 X180.9Y-80.1 X181.55Y-77.05 X181.6Y-94.0 X182.2Y-70.8 X183.2Y-96.2 X183.4Y-90.2 X183.4Y-90.9 X184.95Y-88.8 X185.075Y-71.575 X185.5Y-76.4 X187.2Y-78.825 X187.285Y-90.85 X189.9Y-77.725 X190.35Y-80.75 X190.486Y-78.022 X190.49Y-79.69 X190.646Y-78.7 X190.9Y-93.4 X190.9Y-94.5 X191.7Y-97.2 X192.8Y-65.4 X192.825Y-83.4 X193.6Y-65.3 X193.65Y-82.85 X195.2Y-94.5 T2 X193.77Y-90.43 X193.97Y-90.43 X194.17Y-90.43 X194.37Y-90.43 X194.57Y-90.43 X194.87Y-90.43 X193.77Y-99.07 X193.97Y-99.07 X194.17Y-99.07 X194.37Y-99.07 X194.57Y-99.07 X194.87Y-99.07 X198.2Y-90.43 X198.4Y-90.43 X198.6Y-90.43 X198.8Y-90.43 X198.2Y-99.07 X198.4Y-99.07 X198.6Y-99.07 X198.8Y-99.07 T0 M30 ================================================ FILE: gerber/smartdisplay-Top_Cu.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Copper,L1,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %TA.AperFunction,SMDPad,CuDef*% %ADD10R,3.400000X0.980000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD11R,0.900000X0.800000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD12R,1.200000X0.900000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD13R,0.900000X1.200000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD14R,3.100000X2.300000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD15R,1.100000X0.300000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD16R,0.550000X0.250000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD17C,0.350000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD18R,1.450000X0.600000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD19R,1.450000X0.300000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD20O,2.100000X1.000000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD21O,1.600000X1.000000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD22R,1.700000X0.900000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD23R,0.650000X0.400000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD24R,2.500000X2.500000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD25R,1.060000X0.650000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD26R,2.500000X4.000000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD27R,1.100000X0.510000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD28R,2.000000X0.900000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD29R,0.900000X2.000000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD30R,5.000000X5.000000*% %TD*% %TA.AperFunction,ViaPad*% %ADD31C,0.500000*% %TD*% %TA.AperFunction,Conductor*% %ADD32C,0.250000*% %TD*% %TA.AperFunction,Conductor*% %ADD33C,0.500000*% %TD*% %TA.AperFunction,Conductor*% %ADD34C,0.800000*% %TD*% %TA.AperFunction,Conductor*% %ADD35C,0.350000*% %TD*% %TA.AperFunction,Conductor*% %ADD36C,0.254000*% %TD*% %ADD37C,0.300000*% %ADD38O,1.700000X0.600000*% %ADD39C,0.350000*% %ADD40O,1.200000X0.600000*% G04 APERTURE END LIST* %TO.P,C9,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X194550000Y-67625000D02* X195050000Y-67625000D01* G75* G02* X195275000Y-67850000I0J-225000D01* G01* X195275000Y-68300000D01* G75* G02* X195050000Y-68525000I-225000J0D01* G01* X194550000Y-68525000D01* G75* G02* X194325000Y-68300000I0J225000D01* G01* X194325000Y-67850000D01* G75* G02* X194550000Y-67625000I225000J0D01* G01* G37* %TD.AperFunction*% %TO.P,C9,1*% %TO.N,PREVGH*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X194550000Y-66075000D02* X195050000Y-66075000D01* G75* G02* X195275000Y-66300000I0J-225000D01* G01* X195275000Y-66750000D01* G75* G02* X195050000Y-66975000I-225000J0D01* G01* X194550000Y-66975000D01* G75* G02* X194325000Y-66750000I0J225000D01* G01* X194325000Y-66300000D01* G75* G02* X194550000Y-66075000I225000J0D01* G01* G37* %TD.AperFunction*% %TD*% D10* %TO.P,L1,2*% %TO.N,Net-(C4-Pad2)*% X185100000Y-68315000D03* %TO.P,L1,1*% %TO.N,+3V3*% X185100000Y-70685000D03* %TD*% %TO.P,R5,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X192925000Y-68275000D02* X192925000Y-67725000D01* G75* G02* X193125000Y-67525000I200000J0D01* G01* X193525000Y-67525000D01* G75* G02* X193725000Y-67725000I0J-200000D01* G01* X193725000Y-68275000D01* G75* G02* X193525000Y-68475000I-200000J0D01* G01* X193125000Y-68475000D01* G75* G02* X192925000Y-68275000I0J200000D01* G01* G37* %TD.AperFunction*% %TO.P,R5,1*% %TO.N,RESE*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X191275000Y-68275000D02* X191275000Y-67725000D01* G75* G02* X191475000Y-67525000I200000J0D01* G01* X191875000Y-67525000D01* G75* G02* X192075000Y-67725000I0J-200000D01* G01* X192075000Y-68275000D01* G75* G02* X191875000Y-68475000I-200000J0D01* G01* X191475000Y-68475000D01* G75* G02* X191275000Y-68275000I0J200000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,R4,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X192925000Y-70075000D02* X192925000Y-69525000D01* G75* G02* X193125000Y-69325000I200000J0D01* G01* X193525000Y-69325000D01* G75* G02* X193725000Y-69525000I0J-200000D01* G01* X193725000Y-70075000D01* G75* G02* X193525000Y-70275000I-200000J0D01* G01* X193125000Y-70275000D01* G75* G02* X192925000Y-70075000I0J200000D01* G01* G37* %TD.AperFunction*% %TO.P,R4,1*% %TO.N,GDR*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X191275000Y-70075000D02* X191275000Y-69525000D01* G75* G02* X191475000Y-69325000I200000J0D01* G01* X191875000Y-69325000D01* G75* G02* X192075000Y-69525000I0J-200000D01* G01* X192075000Y-70075000D01* G75* G02* X191875000Y-70275000I-200000J0D01* G01* X191475000Y-70275000D01* G75* G02* X191275000Y-70075000I0J200000D01* G01* G37* %TD.AperFunction*% %TD*% D11* %TO.P,Q1,3*% %TO.N,Net-(C4-Pad2)*% X188100000Y-68900000D03* %TO.P,Q1,2*% %TO.N,RESE*% X190100000Y-67950000D03* %TO.P,Q1,1*% %TO.N,GDR*% X190100000Y-69850000D03* %TD*% D12* %TO.P,D5,2*% %TO.N,Net-(C4-Pad2)*% X192800000Y-63150000D03* %TO.P,D5,1*% %TO.N,PREVGH*% X192800000Y-66450000D03* %TD*% D13* %TO.P,D1,2*% %TO.N,PREVGL*% X190750000Y-65900000D03* %TO.P,D1,1*% %TO.N,Net-(C4-Pad1)*% X187450000Y-65900000D03* %TD*% %TO.P,D4,2*% %TO.N,Net-(C4-Pad1)*% X187450000Y-63600000D03* %TO.P,D4,1*% %TO.N,GND*% X190750000Y-63600000D03* %TD*% %TO.P,C15,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-85950000D02* X183475000Y-86450000D01* G75* G02* X183250000Y-86675000I-225000J0D01* G01* X182800000Y-86675000D01* G75* G02* X182575000Y-86450000I0J225000D01* G01* X182575000Y-85950000D01* G75* G02* X182800000Y-85725000I225000J0D01* G01* X183250000Y-85725000D01* G75* G02* X183475000Y-85950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C15,1*% %TO.N,Net-(C15-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-85950000D02* X185025000Y-86450000D01* G75* G02* X184800000Y-86675000I-225000J0D01* G01* X184350000Y-86675000D01* G75* G02* X184125000Y-86450000I0J225000D01* G01* X184125000Y-85950000D01* G75* G02* X184350000Y-85725000I225000J0D01* G01* X184800000Y-85725000D01* G75* G02* X185025000Y-85950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C14,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-84450000D02* X183475000Y-84950000D01* G75* G02* X183250000Y-85175000I-225000J0D01* G01* X182800000Y-85175000D01* G75* G02* X182575000Y-84950000I0J225000D01* G01* X182575000Y-84450000D01* G75* G02* X182800000Y-84225000I225000J0D01* G01* X183250000Y-84225000D01* G75* G02* X183475000Y-84450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C14,1*% %TO.N,PREVGL*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-84450000D02* X185025000Y-84950000D01* G75* G02* X184800000Y-85175000I-225000J0D01* G01* X184350000Y-85175000D01* G75* G02* X184125000Y-84950000I0J225000D01* G01* X184125000Y-84450000D01* G75* G02* X184350000Y-84225000I225000J0D01* G01* X184800000Y-84225000D01* G75* G02* X185025000Y-84450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C13,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-82950000D02* X183475000Y-83450000D01* G75* G02* X183250000Y-83675000I-225000J0D01* G01* X182800000Y-83675000D01* G75* G02* X182575000Y-83450000I0J225000D01* G01* X182575000Y-82950000D01* G75* G02* X182800000Y-82725000I225000J0D01* G01* X183250000Y-82725000D01* G75* G02* X183475000Y-82950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C13,1*% %TO.N,Net-(C13-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-82950000D02* X185025000Y-83450000D01* G75* G02* X184800000Y-83675000I-225000J0D01* G01* X184350000Y-83675000D01* G75* G02* X184125000Y-83450000I0J225000D01* G01* X184125000Y-82950000D01* G75* G02* X184350000Y-82725000I225000J0D01* G01* X184800000Y-82725000D01* G75* G02* X185025000Y-82950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C12,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-81450000D02* X183475000Y-81950000D01* G75* G02* X183250000Y-82175000I-225000J0D01* G01* X182800000Y-82175000D01* G75* G02* X182575000Y-81950000I0J225000D01* G01* X182575000Y-81450000D01* G75* G02* X182800000Y-81225000I225000J0D01* G01* X183250000Y-81225000D01* G75* G02* X183475000Y-81450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C12,1*% %TO.N,Net-(C12-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-81450000D02* X185025000Y-81950000D01* G75* G02* X184800000Y-82175000I-225000J0D01* G01* X184350000Y-82175000D01* G75* G02* X184125000Y-81950000I0J225000D01* G01* X184125000Y-81450000D01* G75* G02* X184350000Y-81225000I225000J0D01* G01* X184800000Y-81225000D01* G75* G02* X185025000Y-81450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C11,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-79950000D02* X183475000Y-80450000D01* G75* G02* X183250000Y-80675000I-225000J0D01* G01* X182800000Y-80675000D01* G75* G02* X182575000Y-80450000I0J225000D01* G01* X182575000Y-79950000D01* G75* G02* X182800000Y-79725000I225000J0D01* G01* X183250000Y-79725000D01* G75* G02* X183475000Y-79950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C11,1*% %TO.N,Net-(C11-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-79950000D02* X185025000Y-80450000D01* G75* G02* X184800000Y-80675000I-225000J0D01* G01* X184350000Y-80675000D01* G75* G02* X184125000Y-80450000I0J225000D01* G01* X184125000Y-79950000D01* G75* G02* X184350000Y-79725000I225000J0D01* G01* X184800000Y-79725000D01* G75* G02* X185025000Y-79950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C10,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-78450000D02* X183475000Y-78950000D01* G75* G02* X183250000Y-79175000I-225000J0D01* G01* X182800000Y-79175000D01* G75* G02* X182575000Y-78950000I0J225000D01* G01* X182575000Y-78450000D01* G75* G02* X182800000Y-78225000I225000J0D01* G01* X183250000Y-78225000D01* G75* G02* X183475000Y-78450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C10,1*% %TO.N,Net-(C10-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-78450000D02* X185025000Y-78950000D01* G75* G02* X184800000Y-79175000I-225000J0D01* G01* X184350000Y-79175000D01* G75* G02* X184125000Y-78950000I0J225000D01* G01* X184125000Y-78450000D01* G75* G02* X184350000Y-78225000I225000J0D01* G01* X184800000Y-78225000D01* G75* G02* X185025000Y-78450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C8,2*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X184125000Y-72850000D02* X184125000Y-72350000D01* G75* G02* X184350000Y-72125000I225000J0D01* G01* X184800000Y-72125000D01* G75* G02* X185025000Y-72350000I0J-225000D01* G01* X185025000Y-72850000D01* G75* G02* X184800000Y-73075000I-225000J0D01* G01* X184350000Y-73075000D01* G75* G02* X184125000Y-72850000I0J225000D01* G01* G37* %TD.AperFunction*% %TO.P,C8,1*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182575000Y-72850000D02* X182575000Y-72350000D01* G75* G02* X182800000Y-72125000I225000J0D01* G01* X183250000Y-72125000D01* G75* G02* X183475000Y-72350000I0J-225000D01* G01* X183475000Y-72850000D01* G75* G02* X183250000Y-73075000I-225000J0D01* G01* X182800000Y-73075000D01* G75* G02* X182575000Y-72850000I0J225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C7,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-76950000D02* X183475000Y-77450000D01* G75* G02* X183250000Y-77675000I-225000J0D01* G01* X182800000Y-77675000D01* G75* G02* X182575000Y-77450000I0J225000D01* G01* X182575000Y-76950000D01* G75* G02* X182800000Y-76725000I225000J0D01* G01* X183250000Y-76725000D01* G75* G02* X183475000Y-76950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C7,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-76950000D02* X185025000Y-77450000D01* G75* G02* X184800000Y-77675000I-225000J0D01* G01* X184350000Y-77675000D01* G75* G02* X184125000Y-77450000I0J225000D01* G01* X184125000Y-76950000D01* G75* G02* X184350000Y-76725000I225000J0D01* G01* X184800000Y-76725000D01* G75* G02* X185025000Y-76950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C4,2*% %TO.N,Net-(C4-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X184675000Y-66150000D02* X184675000Y-66650000D01* G75* G02* X184450000Y-66875000I-225000J0D01* G01* X184000000Y-66875000D01* G75* G02* X183775000Y-66650000I0J225000D01* G01* X183775000Y-66150000D01* G75* G02* X184000000Y-65925000I225000J0D01* G01* X184450000Y-65925000D01* G75* G02* X184675000Y-66150000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C4,1*% %TO.N,Net-(C4-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X186225000Y-66150000D02* X186225000Y-66650000D01* G75* G02* X186000000Y-66875000I-225000J0D01* G01* X185550000Y-66875000D01* G75* G02* X185325000Y-66650000I0J225000D01* G01* X185325000Y-66150000D01* G75* G02* X185550000Y-65925000I225000J0D01* G01* X186000000Y-65925000D01* G75* G02* X186225000Y-66150000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C2,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-75450000D02* X183475000Y-75950000D01* G75* G02* X183250000Y-76175000I-225000J0D01* G01* X182800000Y-76175000D01* G75* G02* X182575000Y-75950000I0J225000D01* G01* X182575000Y-75450000D01* G75* G02* X182800000Y-75225000I225000J0D01* G01* X183250000Y-75225000D01* G75* G02* X183475000Y-75450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C2,1*% %TO.N,Net-(C2-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-75450000D02* X185025000Y-75950000D01* G75* G02* X184800000Y-76175000I-225000J0D01* G01* X184350000Y-76175000D01* G75* G02* X184125000Y-75950000I0J225000D01* G01* X184125000Y-75450000D01* G75* G02* X184350000Y-75225000I225000J0D01* G01* X184800000Y-75225000D01* G75* G02* X185025000Y-75450000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C1,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X183475000Y-73950000D02* X183475000Y-74450000D01* G75* G02* X183250000Y-74675000I-225000J0D01* G01* X182800000Y-74675000D01* G75* G02* X182575000Y-74450000I0J225000D01* G01* X182575000Y-73950000D01* G75* G02* X182800000Y-73725000I225000J0D01* G01* X183250000Y-73725000D01* G75* G02* X183475000Y-73950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C1,1*% %TO.N,Net-(C1-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X185025000Y-73950000D02* X185025000Y-74450000D01* G75* G02* X184800000Y-74675000I-225000J0D01* G01* X184350000Y-74675000D01* G75* G02* X184125000Y-74450000I0J225000D01* G01* X184125000Y-73950000D01* G75* G02* X184350000Y-73725000I225000J0D01* G01* X184800000Y-73725000D01* G75* G02* X185025000Y-73950000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% D14* %TO.P,U3,MP*% %TO.N,N/C*% X190150000Y-72580000D03* X190150000Y-87420000D03* D15* %TO.P,U3,1*% X188450000Y-74250000D03* %TO.P,U3,2*% %TO.N,GDR*% X188450000Y-74750000D03* %TO.P,U3,3*% %TO.N,RESE*% X188450000Y-75250000D03* %TO.P,U3,4*% %TO.N,Net-(C1-Pad1)*% X188450000Y-75750000D03* %TO.P,U3,5*% %TO.N,Net-(C2-Pad1)*% X188450000Y-76250000D03* %TO.P,U3,6*% %TO.N,N/C*% X188450000Y-76750000D03* %TO.P,U3,7*% X188450000Y-77250000D03* %TO.P,U3,8*% %TO.N,GND*% X188450000Y-77750000D03* %TO.P,U3,9*% %TO.N,BUSY*% X188450000Y-78250000D03* %TO.P,U3,10*% %TO.N,REST*% X188450000Y-78750000D03* %TO.P,U3,11*% %TO.N,DC*% X188450000Y-79250000D03* %TO.P,U3,12*% %TO.N,CS*% X188450000Y-79750000D03* %TO.P,U3,13*% %TO.N,SCLK*% X188450000Y-80250000D03* %TO.P,U3,14*% %TO.N,DIN*% X188450000Y-80750000D03* %TO.P,U3,15*% %TO.N,+3V3*% X188450000Y-81250000D03* %TO.P,U3,16*% X188450000Y-81750000D03* %TO.P,U3,17*% %TO.N,GND*% X188450000Y-82250000D03* %TO.P,U3,18*% %TO.N,Net-(C10-Pad1)*% X188450000Y-82750000D03* %TO.P,U3,19*% %TO.N,Net-(C11-Pad1)*% X188450000Y-83250000D03* %TO.P,U3,20*% %TO.N,Net-(C12-Pad1)*% X188450000Y-83750000D03* %TO.P,U3,21*% %TO.N,PREVGH*% X188450000Y-84250000D03* %TO.P,U3,22*% %TO.N,Net-(C13-Pad1)*% X188450000Y-84750000D03* %TO.P,U3,23*% %TO.N,PREVGL*% X188450000Y-85250000D03* %TO.P,U3,24*% %TO.N,Net-(C15-Pad1)*% X188450000Y-85750000D03* %TD*% D16* %TO.P,U5,1*% %TO.N,SDA*% X177375000Y-98350000D03* %TO.P,U5,2*% %TO.N,GND*% X177375000Y-97850000D03* %TO.P,U5,3*% %TO.N,N/C*% X177375000Y-97350000D03* %TO.P,U5,4*% %TO.N,SCL*% X177375000Y-96850000D03* %TO.P,U5,5*% %TO.N,+3V3*% X175025000Y-96850000D03* %TO.P,U5,6*% %TO.N,N/C*% X175025000Y-97350000D03* %TO.P,U5,7*% %TO.N,GND*% X175025000Y-97850000D03* %TO.P,U5,8*% X175025000Y-98350000D03* %TA.AperFunction,SMDPad,CuDef*% D17* %TO.P,U5,9*% G36* X175700000Y-96750000D02* G01* X176700000Y-96750000D01* X176700000Y-98150000D01* X176400000Y-98450000D01* X175700000Y-98450000D01* X175700000Y-96750000D01* G37* %TD.AperFunction*% %TD*% %TO.P,R8,2*% %TO.N,SCL*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X177575000Y-94225000D02* X177575000Y-94775000D01* G75* G02* X177375000Y-94975000I-200000J0D01* G01* X176975000Y-94975000D01* G75* G02* X176775000Y-94775000I0J200000D01* G01* X176775000Y-94225000D01* G75* G02* X176975000Y-94025000I200000J0D01* G01* X177375000Y-94025000D01* G75* G02* X177575000Y-94225000I0J-200000D01* G01* G37* %TD.AperFunction*% %TO.P,R8,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X179225000Y-94225000D02* X179225000Y-94775000D01* G75* G02* X179025000Y-94975000I-200000J0D01* G01* X178625000Y-94975000D01* G75* G02* X178425000Y-94775000I0J200000D01* G01* X178425000Y-94225000D01* G75* G02* X178625000Y-94025000I200000J0D01* G01* X179025000Y-94025000D01* G75* G02* X179225000Y-94225000I0J-200000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,R7,2*% %TO.N,SDA*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X175225000Y-94775000D02* X175225000Y-94225000D01* G75* G02* X175425000Y-94025000I200000J0D01* G01* X175825000Y-94025000D01* G75* G02* X176025000Y-94225000I0J-200000D01* G01* X176025000Y-94775000D01* G75* G02* X175825000Y-94975000I-200000J0D01* G01* X175425000Y-94975000D01* G75* G02* X175225000Y-94775000I0J200000D01* G01* G37* %TD.AperFunction*% %TO.P,R7,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X173575000Y-94775000D02* X173575000Y-94225000D01* G75* G02* X173775000Y-94025000I200000J0D01* G01* X174175000Y-94025000D01* G75* G02* X174375000Y-94225000I0J-200000D01* G01* X174375000Y-94775000D01* G75* G02* X174175000Y-94975000I-200000J0D01* G01* X173775000Y-94975000D01* G75* G02* X173575000Y-94775000I0J200000D01* G01* G37* %TD.AperFunction*% %TD*% D18* %TO.P,J2,B1*% %TO.N,GND*% X193405000Y-91500000D03* %TO.P,J2,A9*% %TO.N,+5V*% X193405000Y-92300000D03* %TO.P,J2,B9*% X193405000Y-97200000D03* %TO.P,J2,B12*% %TO.N,GND*% X193405000Y-98000000D03* %TO.P,J2,A1*% X193405000Y-98000000D03* %TO.P,J2,A4*% %TO.N,+5V*% X193405000Y-97200000D03* %TO.P,J2,B4*% X193405000Y-92300000D03* %TO.P,J2,A12*% %TO.N,GND*% X193405000Y-91500000D03* D19* %TO.P,J2,B8*% %TO.N,N/C*% X193405000Y-96500000D03* %TO.P,J2,A5*% X193405000Y-96000000D03* %TO.P,J2,B7*% %TO.N,/D-*% X193405000Y-95500000D03* %TO.P,J2,A7*% X193405000Y-94500000D03* %TO.P,J2,B6*% %TO.N,/D+*% X193405000Y-94000000D03* %TO.P,J2,A8*% %TO.N,N/C*% X193405000Y-93500000D03* %TO.P,J2,B5*% X193405000Y-93000000D03* %TO.P,J2,A6*% %TO.N,/D+*% X193405000Y-95000000D03* D20* %TO.P,J2,S1*% %TO.N,GND*% X194320000Y-90430000D03* X194320000Y-99070000D03* D21* X198500000Y-99070000D03* X198500000Y-90430000D03* %TD*% %TO.P,R6,2*% %TO.N,IO0*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X180975000Y-89825000D02* X180975000Y-90375000D01* G75* G02* X180775000Y-90575000I-200000J0D01* G01* X180375000Y-90575000D01* G75* G02* X180175000Y-90375000I0J200000D01* G01* X180175000Y-89825000D01* G75* G02* X180375000Y-89625000I200000J0D01* G01* X180775000Y-89625000D01* G75* G02* X180975000Y-89825000I0J-200000D01* G01* G37* %TD.AperFunction*% %TO.P,R6,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182625000Y-89825000D02* X182625000Y-90375000D01* G75* G02* X182425000Y-90575000I-200000J0D01* G01* X182025000Y-90575000D01* G75* G02* X181825000Y-90375000I0J200000D01* G01* X181825000Y-89825000D01* G75* G02* X182025000Y-89625000I200000J0D01* G01* X182425000Y-89625000D01* G75* G02* X182625000Y-89825000I0J-200000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,D6,2*% %TO.N,+5V*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X168850000Y-96643750D02* X168850000Y-97156250D01* G75* G02* X168631250Y-97375000I-218750J0D01* G01* X168193750Y-97375000D01* G75* G02* X167975000Y-97156250I0J218750D01* G01* X167975000Y-96643750D01* G75* G02* X168193750Y-96425000I218750J0D01* G01* X168631250Y-96425000D01* G75* G02* X168850000Y-96643750I0J-218750D01* G01* G37* %TD.AperFunction*% %TO.P,D6,1*% %TO.N,Net-(D6-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X170425000Y-96643750D02* X170425000Y-97156250D01* G75* G02* X170206250Y-97375000I-218750J0D01* G01* X169768750Y-97375000D01* G75* G02* X169550000Y-97156250I0J218750D01* G01* X169550000Y-96643750D01* G75* G02* X169768750Y-96425000I218750J0D01* G01* X170206250Y-96425000D01* G75* G02* X170425000Y-96643750I0J-218750D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,D3,2*% %TO.N,Net-(D3-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X181050000Y-92863750D02* X181050000Y-93376250D01* G75* G02* X180831250Y-93595000I-218750J0D01* G01* X180393750Y-93595000D01* G75* G02* X180175000Y-93376250I0J218750D01* G01* X180175000Y-92863750D01* G75* G02* X180393750Y-92645000I218750J0D01* G01* X180831250Y-92645000D01* G75* G02* X181050000Y-92863750I0J-218750D01* G01* G37* %TD.AperFunction*% %TO.P,D3,1*% %TO.N,TX*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182625000Y-92863750D02* X182625000Y-93376250D01* G75* G02* X182406250Y-93595000I-218750J0D01* G01* X181968750Y-93595000D01* G75* G02* X181750000Y-93376250I0J218750D01* G01* X181750000Y-92863750D01* G75* G02* X181968750Y-92645000I218750J0D01* G01* X182406250Y-92645000D01* G75* G02* X182625000Y-92863750I0J-218750D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,D2,2*% %TO.N,Net-(D2-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X181050000Y-95223750D02* X181050000Y-95736250D01* G75* G02* X180831250Y-95955000I-218750J0D01* G01* X180393750Y-95955000D01* G75* G02* X180175000Y-95736250I0J218750D01* G01* X180175000Y-95223750D01* G75* G02* X180393750Y-95005000I218750J0D01* G01* X180831250Y-95005000D01* G75* G02* X181050000Y-95223750I0J-218750D01* G01* G37* %TD.AperFunction*% %TO.P,D2,1*% %TO.N,RX*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182625000Y-95223750D02* X182625000Y-95736250D01* G75* G02* X182406250Y-95955000I-218750J0D01* G01* X181968750Y-95955000D01* G75* G02* X181750000Y-95736250I0J218750D01* G01* X181750000Y-95223750D01* G75* G02* X181968750Y-95005000I218750J0D01* G01* X182406250Y-95005000D01* G75* G02* X182625000Y-95223750I0J-218750D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C5,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X189125000Y-98050000D02* X189125000Y-97550000D01* G75* G02* X189350000Y-97325000I225000J0D01* G01* X189800000Y-97325000D01* G75* G02* X190025000Y-97550000I0J-225000D01* G01* X190025000Y-98050000D01* G75* G02* X189800000Y-98275000I-225000J0D01* G01* X189350000Y-98275000D01* G75* G02* X189125000Y-98050000I0J225000D01* G01* G37* %TD.AperFunction*% %TO.P,C5,1*% %TO.N,+5V*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X187575000Y-98050000D02* X187575000Y-97550000D01* G75* G02* X187800000Y-97325000I225000J0D01* G01* X188250000Y-97325000D01* G75* G02* X188475000Y-97550000I0J-225000D01* G01* X188475000Y-98050000D01* G75* G02* X188250000Y-98275000I-225000J0D01* G01* X187800000Y-98275000D01* G75* G02* X187575000Y-98050000I0J225000D01* G01* G37* %TD.AperFunction*% %TD*% D22* %TO.P,SW1,2*% %TO.N,IO0*% X178200000Y-88600000D03* %TO.P,SW1,1*% %TO.N,GND*% X178200000Y-93000000D03* %TD*% %TO.P,R9,2*% %TO.N,Net-(R9-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X171775000Y-95625000D02* X171225000Y-95625000D01* G75* G02* X171025000Y-95425000I0J200000D01* G01* X171025000Y-95025000D01* G75* G02* X171225000Y-94825000I200000J0D01* G01* X171775000Y-94825000D01* G75* G02* X171975000Y-95025000I0J-200000D01* G01* X171975000Y-95425000D01* G75* G02* X171775000Y-95625000I-200000J0D01* G01* G37* %TD.AperFunction*% %TO.P,R9,1*% %TO.N,Net-(D6-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X171775000Y-97275000D02* X171225000Y-97275000D01* G75* G02* X171025000Y-97075000I0J200000D01* G01* X171025000Y-96675000D01* G75* G02* X171225000Y-96475000I200000J0D01* G01* X171775000Y-96475000D01* G75* G02* X171975000Y-96675000I0J-200000D01* G01* X171975000Y-97075000D01* G75* G02* X171775000Y-97275000I-200000J0D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,R10,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X169625000Y-95425000D02* X169625000Y-94875000D01* G75* G02* X169825000Y-94675000I200000J0D01* G01* X170225000Y-94675000D01* G75* G02* X170425000Y-94875000I0J-200000D01* G01* X170425000Y-95425000D01* G75* G02* X170225000Y-95625000I-200000J0D01* G01* X169825000Y-95625000D01* G75* G02* X169625000Y-95425000I0J200000D01* G01* G37* %TD.AperFunction*% %TO.P,R10,1*% %TO.N,Net-(R10-Pad1)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X167975000Y-95425000D02* X167975000Y-94875000D01* G75* G02* X168175000Y-94675000I200000J0D01* G01* X168575000Y-94675000D01* G75* G02* X168775000Y-94875000I0J-200000D01* G01* X168775000Y-95425000D01* G75* G02* X168575000Y-95625000I-200000J0D01* G01* X168175000Y-95625000D01* G75* G02* X167975000Y-95425000I0J200000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,R2,2*% %TO.N,Net-(D3-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X180975000Y-91325000D02* X180975000Y-91875000D01* G75* G02* X180775000Y-92075000I-200000J0D01* G01* X180375000Y-92075000D01* G75* G02* X180175000Y-91875000I0J200000D01* G01* X180175000Y-91325000D01* G75* G02* X180375000Y-91125000I200000J0D01* G01* X180775000Y-91125000D01* G75* G02* X180975000Y-91325000I0J-200000D01* G01* G37* %TD.AperFunction*% %TO.P,R2,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182625000Y-91325000D02* X182625000Y-91875000D01* G75* G02* X182425000Y-92075000I-200000J0D01* G01* X182025000Y-92075000D01* G75* G02* X181825000Y-91875000I0J200000D01* G01* X181825000Y-91325000D01* G75* G02* X182025000Y-91125000I200000J0D01* G01* X182425000Y-91125000D01* G75* G02* X182625000Y-91325000I0J-200000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,R1,2*% %TO.N,Net-(D2-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X180975000Y-97525000D02* X180975000Y-98075000D01* G75* G02* X180775000Y-98275000I-200000J0D01* G01* X180375000Y-98275000D01* G75* G02* X180175000Y-98075000I0J200000D01* G01* X180175000Y-97525000D01* G75* G02* X180375000Y-97325000I200000J0D01* G01* X180775000Y-97325000D01* G75* G02* X180975000Y-97525000I0J-200000D01* G01* G37* %TD.AperFunction*% %TO.P,R1,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182625000Y-97525000D02* X182625000Y-98075000D01* G75* G02* X182425000Y-98275000I-200000J0D01* G01* X182025000Y-98275000D01* G75* G02* X181825000Y-98075000I0J200000D01* G01* X181825000Y-97525000D01* G75* G02* X182025000Y-97325000I200000J0D01* G01* X182425000Y-97325000D01* G75* G02* X182625000Y-97525000I0J-200000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C17,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X168200000Y-92575000D02* X168700000Y-92575000D01* G75* G02* X168925000Y-92800000I0J-225000D01* G01* X168925000Y-93250000D01* G75* G02* X168700000Y-93475000I-225000J0D01* G01* X168200000Y-93475000D01* G75* G02* X167975000Y-93250000I0J225000D01* G01* X167975000Y-92800000D01* G75* G02* X168200000Y-92575000I225000J0D01* G01* G37* %TD.AperFunction*% %TO.P,C17,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X168200000Y-91025000D02* X168700000Y-91025000D01* G75* G02* X168925000Y-91250000I0J-225000D01* G01* X168925000Y-91700000D01* G75* G02* X168700000Y-91925000I-225000J0D01* G01* X168200000Y-91925000D01* G75* G02* X167975000Y-91700000I0J225000D01* G01* X167975000Y-91250000D01* G75* G02* X168200000Y-91025000I225000J0D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C16,2*% %TO.N,IO0*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X181075000Y-88350000D02* X181075000Y-88850000D01* G75* G02* X180850000Y-89075000I-225000J0D01* G01* X180400000Y-89075000D01* G75* G02* X180175000Y-88850000I0J225000D01* G01* X180175000Y-88350000D01* G75* G02* X180400000Y-88125000I225000J0D01* G01* X180850000Y-88125000D01* G75* G02* X181075000Y-88350000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C16,1*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X182625000Y-88350000D02* X182625000Y-88850000D01* G75* G02* X182400000Y-89075000I-225000J0D01* G01* X181950000Y-89075000D01* G75* G02* X181725000Y-88850000I0J225000D01* G01* X181725000Y-88350000D01* G75* G02* X181950000Y-88125000I225000J0D01* G01* X182400000Y-88125000D01* G75* G02* X182625000Y-88350000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% %TO.P,C3,2*% %TO.N,Net-(C3-Pad2)*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X184725000Y-97550000D02* X184725000Y-98050000D01* G75* G02* X184500000Y-98275000I-225000J0D01* G01* X184050000Y-98275000D01* G75* G02* X183825000Y-98050000I0J225000D01* G01* X183825000Y-97550000D01* G75* G02* X184050000Y-97325000I225000J0D01* G01* X184500000Y-97325000D01* G75* G02* X184725000Y-97550000I0J-225000D01* G01* G37* %TD.AperFunction*% %TO.P,C3,1*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X186275000Y-97550000D02* X186275000Y-98050000D01* G75* G02* X186050000Y-98275000I-225000J0D01* G01* X185600000Y-98275000D01* G75* G02* X185375000Y-98050000I0J225000D01* G01* X185375000Y-97550000D01* G75* G02* X185600000Y-97325000I225000J0D01* G01* X186050000Y-97325000D01* G75* G02* X186275000Y-97550000I0J-225000D01* G01* G37* %TD.AperFunction*% %TD*% D23* %TO.P,U1,6*% %TO.N,EN*% X186050000Y-89550000D03* %TO.P,U1,4*% %TO.N,DTR*% X186050000Y-90850000D03* %TO.P,U1,2*% X184150000Y-90200000D03* %TO.P,U1,5*% %TO.N,RTS*% X186050000Y-90200000D03* %TO.P,U1,3*% %TO.N,IO0*% X184150000Y-90850000D03* %TO.P,U1,1*% %TO.N,RTS*% X184150000Y-89550000D03* %TD*% %TO.P,R3,2*% %TO.N,EN*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X157125000Y-70025000D02* X157675000Y-70025000D01* G75* G02* X157875000Y-70225000I0J-200000D01* G01* X157875000Y-70625000D01* G75* G02* X157675000Y-70825000I-200000J0D01* G01* X157125000Y-70825000D01* G75* G02* X156925000Y-70625000I0J200000D01* G01* X156925000Y-70225000D01* G75* G02* X157125000Y-70025000I200000J0D01* G01* G37* %TD.AperFunction*% %TO.P,R3,1*% %TO.N,+3V3*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X157125000Y-68375000D02* X157675000Y-68375000D01* G75* G02* X157875000Y-68575000I0J-200000D01* G01* X157875000Y-68975000D01* G75* G02* X157675000Y-69175000I-200000J0D01* G01* X157125000Y-69175000D01* G75* G02* X156925000Y-68975000I0J200000D01* G01* X156925000Y-68575000D01* G75* G02* X157125000Y-68375000I200000J0D01* G01* G37* %TD.AperFunction*% %TD*% D24* %TO.P,J3,1*% %TO.N,GND*% X160700000Y-93100000D03* %TD*% %TO.P,J1,1*% %TO.N,BAT+*% X160700000Y-96800000D03* %TD*% %TO.P,C6,2*% %TO.N,GND*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X157150000Y-72925000D02* X157650000Y-72925000D01* G75* G02* X157875000Y-73150000I0J-225000D01* G01* X157875000Y-73600000D01* G75* G02* X157650000Y-73825000I-225000J0D01* G01* X157150000Y-73825000D01* G75* G02* X156925000Y-73600000I0J225000D01* G01* X156925000Y-73150000D01* G75* G02* X157150000Y-72925000I225000J0D01* G01* G37* %TD.AperFunction*% %TO.P,C6,1*% %TO.N,EN*% %TA.AperFunction,SMDPad,CuDef*% G36* G01* X157150000Y-71375000D02* X157650000Y-71375000D01* G75* G02* X157875000Y-71600000I0J-225000D01* G01* X157875000Y-72050000D01* G75* G02* X157650000Y-72275000I-225000J0D01* G01* X157150000Y-72275000D01* G75* G02* X156925000Y-72050000I0J225000D01* G01* X156925000Y-71600000D01* G75* G02* X157150000Y-71375000I225000J0D01* G01* G37* %TD.AperFunction*% %TD*% D25* %TO.P,U6,5*% %TO.N,+3V3*% X166900000Y-91600000D03* %TO.P,U6,4*% %TO.N,N/C*% X166900000Y-93500000D03* %TO.P,U6,3*% %TO.N,BAT+*% X164700000Y-93500000D03* %TO.P,U6,2*% %TO.N,GND*% X164700000Y-92550000D03* %TO.P,U6,1*% %TO.N,BAT+*% X164700000Y-91600000D03* %TD*% D26* %TO.P,U2,11*% %TO.N,N/C*% X186900000Y-94300000D03* D27* %TO.P,U2,10*% %TO.N,Net-(C3-Pad2)*% X184350000Y-96300000D03* %TO.P,U2,9*% %TO.N,RX*% X184350000Y-95300000D03* %TO.P,U2,5*% %TO.N,N/C*% X189450000Y-92300000D03* %TO.P,U2,8*% %TO.N,TX*% X184350000Y-94300000D03* %TO.P,U2,7*% %TO.N,+5V*% X184350000Y-93300000D03* %TO.P,U2,6*% %TO.N,RTS*% X184350000Y-92300000D03* %TO.P,U2,4*% %TO.N,DTR*% X189450000Y-93300000D03* %TO.P,U2,3*% %TO.N,GND*% X189450000Y-94300000D03* %TO.P,U2,2*% %TO.N,/D-*% X189450000Y-95300000D03* %TO.P,U2,1*% %TO.N,/D+*% X189450000Y-96300000D03* %TD*% D25* %TO.P,U7,5*% %TO.N,Net-(R10-Pad1)*% X166900000Y-95250000D03* %TO.P,U7,4*% %TO.N,+5V*% X166900000Y-97150000D03* %TO.P,U7,3*% %TO.N,BAT+*% X164700000Y-97150000D03* %TO.P,U7,2*% %TO.N,GND*% X164700000Y-96200000D03* %TO.P,U7,1*% %TO.N,Net-(R9-Pad2)*% X164700000Y-95250000D03* %TD*% D28* %TO.P,U4,38*% %TO.N,GND*% X177500000Y-67745000D03* %TO.P,U4,37*% %TO.N,DIN*% X177500000Y-69015000D03* %TO.P,U4,36*% %TO.N,SCL*% X177500000Y-70285000D03* %TO.P,U4,35*% %TO.N,RX*% X177500000Y-71555000D03* %TO.P,U4,34*% %TO.N,TX*% X177500000Y-72825000D03* %TO.P,U4,33*% %TO.N,SDA*% X177500000Y-74095000D03* %TO.P,U4,32*% %TO.N,N/C*% X177500000Y-75365000D03* %TO.P,U4,31*% X177500000Y-76635000D03* %TO.P,U4,30*% %TO.N,SCLK*% X177500000Y-77905000D03* %TO.P,U4,29*% %TO.N,CS*% X177500000Y-79175000D03* %TO.P,U4,28*% %TO.N,DC*% X177500000Y-80445000D03* %TO.P,U4,27*% %TO.N,REST*% X177500000Y-81715000D03* %TO.P,U4,26*% %TO.N,BUSY*% X177500000Y-82985000D03* %TO.P,U4,25*% %TO.N,IO0*% X177500000Y-84255000D03* D29* %TO.P,U4,24*% %TO.N,N/C*% X174715000Y-85255000D03* %TO.P,U4,23*% X173445000Y-85255000D03* %TO.P,U4,22*% X172175000Y-85255000D03* %TO.P,U4,21*% X170905000Y-85255000D03* %TO.P,U4,20*% X169635000Y-85255000D03* %TO.P,U4,19*% X168365000Y-85255000D03* %TO.P,U4,18*% X167095000Y-85255000D03* %TO.P,U4,17*% X165825000Y-85255000D03* %TO.P,U4,16*% X164555000Y-85255000D03* %TO.P,U4,15*% %TO.N,GND*% X163285000Y-85255000D03* D28* %TO.P,U4,14*% %TO.N,N/C*% X160500000Y-84255000D03* %TO.P,U4,13*% X160500000Y-82985000D03* %TO.P,U4,12*% X160500000Y-81715000D03* %TO.P,U4,11*% X160500000Y-80445000D03* %TO.P,U4,10*% X160500000Y-79175000D03* %TO.P,U4,9*% X160500000Y-77905000D03* %TO.P,U4,8*% X160500000Y-76635000D03* %TO.P,U4,7*% X160500000Y-75365000D03* %TO.P,U4,6*% X160500000Y-74095000D03* %TO.P,U4,5*% X160500000Y-72825000D03* %TO.P,U4,4*% X160500000Y-71555000D03* %TO.P,U4,3*% %TO.N,EN*% X160500000Y-70285000D03* %TO.P,U4,2*% %TO.N,+3V3*% X160500000Y-69015000D03* %TO.P,U4,1*% %TO.N,GND*% X160500000Y-67745000D03* D30* %TO.P,U4,39*% X168000000Y-75245000D03* %TD*% D31* %TO.N,GND*% X168400000Y-90050000D03* X169850000Y-93000000D03* X179300000Y-89750000D03* X190900000Y-93400000D03* %TO.N,EN*% X176950000Y-87250000D03* X184950000Y-88800000D03* %TO.N,BAT+*% X163450000Y-97150000D03* X163450000Y-91850000D03* %TO.N,IO0*% X183400000Y-90900000D03* X179800000Y-88600000D03* %TO.N,DTR*% X187285002Y-90850000D03* X183400000Y-90200000D03* %TO.N,+5V*% X165800000Y-97600000D03* X191699982Y-97200000D03* %TO.N,TX*% X181600000Y-94000000D03* X172810131Y-82726922D03* X172800000Y-87000000D03* X177799995Y-90199995D03* %TO.N,RX*% X177153334Y-90975010D03* X172178097Y-82878737D03* X172200000Y-87599990D03* X183200000Y-96200006D03* %TO.N,+3V3*% X182200000Y-70800000D03* X174300000Y-93500000D03* X178000000Y-95400000D03* X175025000Y-95550000D03* X185075000Y-71575000D03* X162450000Y-73600000D03* X162450000Y-69700000D03* X185500000Y-76399988D03* %TO.N,/D-*% X190900000Y-94500000D03* X195200000Y-94500000D03* %TO.N,SDA*% X176200000Y-96149990D03* X176200002Y-99062500D03* X173400008Y-83000000D03* X173400000Y-91250000D03* %TO.N,SCL*% X171528722Y-82907503D03* X171599990Y-88200000D03* %TO.N,PREVGH*% X192800000Y-65400000D03* X192824990Y-83400000D03* %TO.N,PREVGL*% X193600000Y-65300000D03* X193650013Y-82850017D03* %TO.N,DC*% X178899992Y-80500000D03* X190646469Y-78700000D03* %TO.N,DIN*% X181550000Y-77050000D03* X190349990Y-80750000D03* %TO.N,SCLK*% X180900000Y-80100000D03* X190490368Y-79690379D03* %TO.N,BUSY*% X175205002Y-80445000D03* X189900000Y-77724990D03* %TO.N,REST*% X174974999Y-81624999D03* X190486080Y-78022132D03* %TO.N,Net-(R9-Pad2)*% X172299980Y-96149990D03* X167500000Y-96149990D03* %TO.N,CS*% X187200000Y-78824990D03* X178893403Y-79206591D03* %TD*% D32* %TO.N,GND*% X168000000Y-75245000D02* X168000000Y-76400000D01* D33* X194320000Y-98915000D02* X193405000Y-98000000D01* X194320000Y-99070000D02* X194320000Y-98915000D01* X194320000Y-99070000D02* X198500000Y-99070000D01* X194320000Y-90430000D02* X198500000Y-90430000D01* X194320000Y-90585000D02* X193405000Y-91500000D01* X194320000Y-90430000D02* X194320000Y-90585000D01* D34* X161400000Y-93100000D02* X160700000Y-93100000D01* X162650000Y-94350000D02* X161400000Y-93100000D01* X162650000Y-95259998D02* X162650000Y-94350000D01* X163590002Y-96200000D02* X162650000Y-95259998D01* X164700000Y-96200000D02* X163590002Y-96200000D01* D32* X175025000Y-97850000D02* X175025000Y-98350000D01* X175950000Y-97850000D02* X176200000Y-97600000D01* X175025000Y-97850000D02* X175950000Y-97850000D01* X176450000Y-97850000D02* X176200000Y-97600000D01* X177375000Y-97850000D02* X176450000Y-97850000D01* D35* X194725000Y-68000000D02* X194800000Y-68075000D01* X193325000Y-68000000D02* X194725000Y-68000000D01* X193325000Y-68000000D02* X193325000Y-69800000D01* X167975000Y-92550000D02* X168450000Y-93025000D01* X164700000Y-92550000D02* X167975000Y-92550000D01* D32* X195125000Y-68075000D02* X194800000Y-68075000D01* X195800000Y-67400000D02* X195125000Y-68075000D01* X195800000Y-66000000D02* X195800000Y-67400000D01* X194000000Y-64200000D02* X195800000Y-66000000D01* X191350000Y-64200000D02* X194000000Y-64200000D01* X190750000Y-63600000D02* X191350000Y-64200000D01* D33* X166580000Y-90050000D02* X168400000Y-90050000D01* X163285000Y-86755000D02* X166580000Y-90050000D01* X163285000Y-85255000D02* X163285000Y-86755000D01* X169825000Y-93025000D02* X169850000Y-93000000D01* X168450000Y-93025000D02* X169825000Y-93025000D01* D32* X172200000Y-94200000D02* X170350000Y-94200000D01* X170025000Y-94525000D02* X170025000Y-95150000D01* X170350000Y-94200000D02* X170025000Y-94525000D01* X173450000Y-95450000D02* X172200000Y-94200000D01* X173909633Y-95450000D02* X173450000Y-95450000D01* X174350000Y-95890367D02* X173909633Y-95450000D01* X174350000Y-97570002D02* X174350000Y-95890367D01* X174629998Y-97850000D02* X174350000Y-97570002D01* X175025000Y-97850000D02* X174629998Y-97850000D01* D33* X178200000Y-90850000D02* X179300000Y-89750000D01* X178200000Y-93000000D02* X178200000Y-90850000D01* D32* X190000000Y-94300000D02* X190900000Y-93400000D01* X189450000Y-94300000D02* X190000000Y-94300000D01* X189050000Y-77750000D02* X188450000Y-77750000D01* X189600011Y-77199989D02* X189050000Y-77750000D01* X191400000Y-78000000D02* X190599989Y-77199989D01* X191400000Y-80700000D02* X191400000Y-78000000D01* X190599989Y-77199989D02* X189600011Y-77199989D01* X189850000Y-82250000D02* X191400000Y-80700000D01* X188450000Y-82250000D02* X189850000Y-82250000D01* D33* %TO.N,EN*% X157540000Y-70285000D02* X157400000Y-70425000D01* X157400000Y-70425000D02* X157400000Y-71825000D01* X160500000Y-70285000D02* X157540000Y-70285000D01* D35* X185700000Y-89550000D02* X186050000Y-89550000D01* X184950000Y-88800000D02* X185700000Y-89550000D01* X175900000Y-86200000D02* X176950000Y-87250000D01* X175900000Y-84275000D02* X175900000Y-86200000D01* X175275000Y-83650000D02* X175900000Y-84275000D01* X163600000Y-79200000D02* X168050000Y-83650000D01* X168050000Y-83650000D02* X175275000Y-83650000D01* X163600000Y-72619998D02* X163600000Y-79200000D01* X161265002Y-70285000D02* X163600000Y-72619998D01* X160500000Y-70285000D02* X161265002Y-70285000D01* D34* %TO.N,BAT+*% X161050000Y-97150000D02* X160700000Y-96800000D01* X163450000Y-97150000D02* X161050000Y-97150000D01* X164700000Y-97150000D02* X163450000Y-97150000D01* X163450000Y-93145002D02* X163450000Y-91850000D01* X163804998Y-93500000D02* X163450000Y-93145002D01* X164700000Y-93500000D02* X163804998Y-93500000D01* X163699999Y-91600001D02* X163450000Y-91850000D01* X164700000Y-91600000D02* X163699999Y-91600001D01* D35* %TO.N,IO0*% X180625000Y-90050000D02* X180575000Y-90100000D01* X180625000Y-88600000D02* X180625000Y-90050000D01* X183450000Y-90850000D02* X183400000Y-90900000D01* X184150000Y-90850000D02* X183450000Y-90850000D01* X178000000Y-88400000D02* X178200000Y-88600000D01* X178000000Y-84755000D02* X178000000Y-88400000D01* X177500000Y-84255000D02* X178000000Y-84755000D01* X178200000Y-88600000D02* X179800000Y-88600000D01* X180625000Y-88600000D02* X179800000Y-88600000D01* %TO.N,DTR*% X189840002Y-93300000D02* X189450000Y-93300000D01* X188500000Y-92064998D02* X187285002Y-90850000D01* X188500000Y-92740002D02* X188500000Y-92064998D01* X189059998Y-93300000D02* X188500000Y-92740002D01* X189450000Y-93300000D02* X189059998Y-93300000D01* X186050000Y-90850000D02* X187285002Y-90850000D01* X184150000Y-90200000D02* X183400000Y-90200000D01* %TO.N,RTS*% X184350000Y-92300000D02* X185100000Y-91550000D01* X185375000Y-90200000D02* X186050000Y-90200000D01* X185100000Y-90475000D02* X185375000Y-90200000D01* X185100000Y-91550000D02* X185100000Y-90475000D01* X185292878Y-90200000D02* X185375000Y-90200000D01* X184642878Y-89550000D02* X185292878Y-90200000D01* X184150000Y-89550000D02* X184642878Y-89550000D01* D33* %TO.N,+5V*% X168162500Y-97150000D02* X168412500Y-96900000D01* X166900000Y-97150000D02* X168162500Y-97150000D01* X166000000Y-97800000D02* X165800000Y-97600000D01* X166600000Y-97800000D02* X166000000Y-97800000D01* X166900000Y-97500000D02* X166600000Y-97800000D01* X166900000Y-97150000D02* X166900000Y-97500000D01* D35* X195875001Y-95524999D02* X194200000Y-97200000D01* X194200000Y-97200000D02* X193405000Y-97200000D01* X195875001Y-94009999D02* X195875001Y-95524999D01* X194165002Y-92300000D02* X195875001Y-94009999D01* X193405000Y-92300000D02* X194165002Y-92300000D01* D33* X193405000Y-97200000D02* X191699982Y-97200000D01* D32* X188025000Y-97375000D02* X188025000Y-97800000D01* X188400000Y-97000000D02* X188025000Y-97375000D01* X190600000Y-97000000D02* X188400000Y-97000000D01* X190800000Y-97200000D02* X190600000Y-97000000D01* X191699982Y-97200000D02* X190800000Y-97200000D01* X185700000Y-96900000D02* X187125000Y-96900000D01* X185300000Y-96500000D02* X185700000Y-96900000D01* X185300000Y-93700000D02* X185300000Y-96500000D01* X184900000Y-93300000D02* X185300000Y-93700000D01* X187125000Y-96900000D02* X188025000Y-97800000D01* X184350000Y-93300000D02* X184900000Y-93300000D01* D33* %TO.N,TX*% X182892500Y-94300000D02* X182187500Y-93595000D01* X184350000Y-94300000D02* X182892500Y-94300000D01* X182187500Y-93595000D02* X182187500Y-93120000D01* D35* X182187500Y-93120000D02* X182187500Y-93412500D01* X182187500Y-93412500D02* X181600000Y-94000000D01* X172810131Y-75236308D02* X172810131Y-82726922D01* X175221439Y-72825000D02* X172810131Y-75236308D01* X177500000Y-72825000D02* X175221439Y-72825000D01* X175999995Y-90199995D02* X177799995Y-90199995D01* X172800000Y-87000000D02* X175999995Y-90199995D01* D33* %TO.N,RX*% X182367500Y-95300000D02* X182187500Y-95480000D01* X184350000Y-95300000D02* X182367500Y-95300000D01* D35* X172178097Y-75114782D02* X172178097Y-82878737D01* X175737879Y-71555000D02* X172178097Y-75114782D01* X177500000Y-71555000D02* X175737879Y-71555000D01* X177153334Y-90975010D02* X175575020Y-90975010D01* X175575020Y-90975010D02* X172200000Y-87599990D01* X182187500Y-95480000D02* X182479994Y-95480000D01* X182479994Y-95480000D02* X183200000Y-96200006D01* D33* %TO.N,+3V3*% X168325000Y-91600000D02* X168450000Y-91475000D01* X166900000Y-91600000D02* X168325000Y-91600000D01* X157640000Y-69015000D02* X157400000Y-68775000D01* X160500000Y-69015000D02* X157640000Y-69015000D01* X185075000Y-70710000D02* X185100000Y-70685000D01* D35* X188450000Y-81250000D02* X188450000Y-81750000D01* X182225000Y-90100000D02* X182225000Y-91600000D01* D33* X170950000Y-91475000D02* X173975000Y-94500000D01* X168450000Y-91475000D02* X170950000Y-91475000D01* D35* X175025000Y-95550000D02* X173975000Y-94500000D01* X175025000Y-96850000D02* X175025000Y-95550000D01* D33* X184985000Y-70800000D02* X185100000Y-70685000D01* X182200000Y-70800000D02* X184985000Y-70800000D01* X173975000Y-93825000D02* X174300000Y-93500000D01* X173975000Y-94500000D02* X173975000Y-93825000D01* D32* X181400000Y-96975000D02* X182225000Y-97800000D01* X181400000Y-95000000D02* X181400000Y-96975000D01* X180900000Y-94500000D02* X181400000Y-95000000D01* X178825000Y-94500000D02* X180900000Y-94500000D01* X179600000Y-93725000D02* X178825000Y-94500000D01* X179600000Y-91214117D02* X179600000Y-93725000D01* X179964117Y-90850000D02* X179600000Y-91214117D01* X181475000Y-90850000D02* X179964117Y-90850000D01* X182225000Y-91600000D02* X181475000Y-90850000D01* X178825000Y-94575000D02* X178000000Y-95400000D01* X178825000Y-94500000D02* X178825000Y-94575000D01* D33* X185075000Y-71925000D02* X185075000Y-70710000D01* D32* X185075000Y-71925000D02* X185075000Y-71575000D01* D33* X162434999Y-73615001D02* X162450000Y-73600000D01* X162434999Y-87134999D02* X162434999Y-73615001D01* X166900000Y-91600000D02* X162434999Y-87134999D01* X161765000Y-69015000D02* X160500000Y-69015000D01* X162450000Y-69700000D02* X161765000Y-69015000D01* D32* X185375012Y-76399988D02* X185500000Y-76399988D01* X184575000Y-77200000D02* X185375012Y-76399988D01* D33* X185075000Y-72100000D02* X185075000Y-71925000D01* X184575000Y-72600000D02* X185075000Y-72100000D01* D35* X186500000Y-77399988D02* X185500000Y-76399988D01* X186500000Y-81100000D02* X186500000Y-77399988D01* X187150000Y-81750000D02* X186500000Y-81100000D01* X188450000Y-81750000D02* X187150000Y-81750000D01* %TO.N,Net-(C11-Pad1)*% X184800000Y-80200000D02* X184575000Y-80200000D01* X185450000Y-81075000D02* X184575000Y-80200000D01* X185450000Y-81750000D02* X185450000Y-81075000D01* X186950000Y-83250000D02* X185450000Y-81750000D01* X188450000Y-83250000D02* X186950000Y-83250000D01* %TO.N,/D-*% X190900000Y-94500000D02* X190100000Y-95300000D01* X190100000Y-95300000D02* X189450000Y-95300000D01* X193405000Y-94500000D02* X190900000Y-94500000D01* D32* X193405000Y-95500000D02* X194653553Y-95500000D01* X194653553Y-95500000D02* X195200000Y-94953553D01* X195200000Y-94953553D02* X195200000Y-94500000D01* D35* %TO.N,/D+*% X191200000Y-95000000D02* X193405000Y-95000000D01* X189900000Y-96300000D02* X191200000Y-95000000D01* X189450000Y-96300000D02* X189900000Y-96300000D01* X194365002Y-94000000D02* X193405000Y-94000000D01* X194600000Y-94234998D02* X194365002Y-94000000D01* X194600000Y-94765002D02* X194600000Y-94234998D01* X194365002Y-95000000D02* X194600000Y-94765002D01* X193405000Y-95000000D02* X194365002Y-95000000D01* %TO.N,Net-(C1-Pad1)*% X184600000Y-74200000D02* X184575000Y-74200000D01* X185400000Y-74200000D02* X184575000Y-74200000D01* X186950000Y-75750000D02* X185400000Y-74200000D01* X188450000Y-75750000D02* X186950000Y-75750000D01* D33* %TO.N,Net-(D6-Pad1)*% X171475000Y-96900000D02* X171500000Y-96875000D01* X169987500Y-96900000D02* X171475000Y-96900000D01* D32* %TO.N,SDA*% X176200000Y-94900000D02* X176200000Y-96149990D01* X175800000Y-94500000D02* X176200000Y-94900000D01* X175625000Y-94500000D02* X175800000Y-94500000D01* X177375000Y-98350000D02* X177375000Y-98825000D01* X177375000Y-98825000D02* X177137500Y-99062500D01* X177137500Y-99062500D02* X176200002Y-99062500D01* D35* X173400000Y-75399998D02* X173400000Y-82999992D01* X174704998Y-74095000D02* X173400000Y-75399998D01* X173400000Y-82999992D02* X173400008Y-83000000D01* X177500000Y-74095000D02* X174704998Y-74095000D01* X175625000Y-93475000D02* X173400000Y-91250000D01* X175625000Y-94500000D02* X175625000Y-93475000D01* D32* %TO.N,SCL*% X177300000Y-94625000D02* X177175000Y-94500000D01* X177300000Y-96775000D02* X177300000Y-94625000D01* X177375000Y-96850000D02* X177300000Y-96775000D01* D35* X176150000Y-70285000D02* X171528722Y-74906278D01* X177500000Y-70285000D02* X176150000Y-70285000D01* X171528722Y-74906278D02* X171528722Y-82907503D01* X177175000Y-94500000D02* X177175000Y-93775000D01* X171800000Y-88400000D02* X171600000Y-88200000D01* X177175000Y-93775000D02* X171800000Y-88400000D01* X171600000Y-88200000D02* X171599990Y-88200000D01* D33* %TO.N,PREVGH*% X194725000Y-66450000D02* X194800000Y-66525000D01* X192800000Y-66450000D02* X194725000Y-66450000D01* X192800000Y-65400000D02* X192800000Y-66450000D01* D35* X188450000Y-84250000D02* X191974990Y-84250000D01* X191974990Y-84250000D02* X192824990Y-83400000D01* %TO.N,Net-(C12-Pad1)*% X184575000Y-81875000D02* X184575000Y-81700000D01* X184650000Y-81775000D02* X184575000Y-81700000D01* X184650000Y-81900000D02* X184650000Y-81775000D01* X186500000Y-83750000D02* X184650000Y-81900000D01* X188450000Y-83750000D02* X186500000Y-83750000D01* D32* %TO.N,Net-(C13-Pad1)*% X184575000Y-83387500D02* X184575000Y-83200000D01* D35* X184575000Y-83275000D02* X184575000Y-83200000D01* X186050000Y-84750000D02* X184575000Y-83275000D01* X188450000Y-84750000D02* X186050000Y-84750000D01* D33* %TO.N,PREVGL*% X193600000Y-64946447D02* X193600000Y-65300000D01* X191900001Y-64749999D02* X193403552Y-64749999D01* X193403552Y-64749999D02* X193600000Y-64946447D01* X190750000Y-65900000D02* X191900001Y-64749999D01* D35* X188450000Y-85250000D02* X192207122Y-85250000D01* X192207122Y-85250000D02* X193650013Y-83807109D01* X193650013Y-83807109D02* X193650013Y-82850017D01* X185125000Y-85250000D02* X184575000Y-84700000D01* X188450000Y-85250000D02* X185125000Y-85250000D01* D33* %TO.N,Net-(D2-Pad2)*% X180612500Y-97762500D02* X180575000Y-97800000D01* X180612500Y-95480000D02* X180612500Y-97762500D01* %TO.N,RESE*% X191625000Y-67950000D02* X191675000Y-68000000D01* X190100000Y-67950000D02* X191625000Y-67950000D01* D35* X187250000Y-75250000D02* X188450000Y-75250000D01* X186400000Y-74400000D02* X187250000Y-75250000D01* X186399992Y-72807112D02* X186400000Y-72807120D01* X186399992Y-72200008D02* X186399992Y-72807112D01* X186400000Y-72807120D02* X186400000Y-74400000D01* X189300000Y-69300000D02* X186399992Y-72200008D01* X189300000Y-68600000D02* X189300000Y-69300000D01* X189950000Y-67950000D02* X189300000Y-68600000D01* X190100000Y-67950000D02* X189950000Y-67950000D01* D33* %TO.N,GDR*% X191625000Y-69850000D02* X191675000Y-69800000D01* X190100000Y-69850000D02* X191625000Y-69850000D01* D35* X189550000Y-69850000D02* X190100000Y-69850000D01* X186900000Y-72500000D02* X189550000Y-69850000D01* X186900000Y-74100000D02* X186900000Y-72500000D01* X187550000Y-74750000D02* X186900000Y-74100000D01* X188450000Y-74750000D02* X187550000Y-74750000D01* D33* %TO.N,Net-(R10-Pad1)*% X168275000Y-95250000D02* X168375000Y-95150000D01* X166900000Y-95250000D02* X168275000Y-95250000D01* D35* %TO.N,DC*% X177500000Y-80445000D02* X178844992Y-80445000D01* X178844992Y-80445000D02* X178899992Y-80500000D01* X188450000Y-79250000D02* X190096469Y-79250000D01* X190096469Y-79250000D02* X190646469Y-78700000D01* D33* %TO.N,DIN*% X179650000Y-75150000D02* X181550000Y-77050000D01* X179000000Y-69015000D02* X179650000Y-69665000D01* X179650000Y-69665000D02* X179650000Y-75150000D01* X177500000Y-69015000D02* X179000000Y-69015000D01* D35* X188450000Y-80750000D02* X190349990Y-80750000D01* %TO.N,SCLK*% X178705000Y-77905000D02* X177500000Y-77905000D01* X180900000Y-80100000D02* X178705000Y-77905000D01* X188450000Y-80250000D02* X189930747Y-80250000D01* X189930747Y-80250000D02* X190490368Y-79690379D01* %TO.N,BUSY*% X174885000Y-82985000D02* X177500000Y-82985000D01* X174200000Y-82300000D02* X174885000Y-82985000D01* X174200000Y-81450002D02* X174200000Y-82300000D01* X175205002Y-80445000D02* X174200000Y-81450002D01* X188450000Y-78250000D02* X189374990Y-78250000D01* X189374990Y-78250000D02* X189900000Y-77724990D01* %TO.N,REST*% X177500000Y-81715000D02* X175065000Y-81715000D01* X175065000Y-81715000D02* X174974999Y-81624999D01* X189758212Y-78750000D02* X190486080Y-78022132D01* X188450000Y-78750000D02* X189758212Y-78750000D01* %TO.N,Net-(C2-Pad1)*% X186150000Y-75700000D02* X184575000Y-75700000D01* X186700000Y-76250000D02* X186150000Y-75700000D01* X188450000Y-76250000D02* X186700000Y-76250000D01* %TO.N,Net-(C3-Pad2)*% X184350000Y-97825000D02* X184275000Y-97900000D01* X184350000Y-97725000D02* X184275000Y-97800000D01* X184350000Y-96300000D02* X184350000Y-97725000D01* %TO.N,Net-(C4-Pad2)*% X185025000Y-68240000D02* X185100000Y-68315000D01* X185385000Y-68600000D02* X185100000Y-68315000D01* D33* X185100000Y-68315000D02* X184815000Y-68315000D01* X187515000Y-68315000D02* X185100000Y-68315000D01* X188100000Y-68900000D02* X187515000Y-68315000D01* D35* X184225000Y-67440000D02* X185100000Y-68315000D01* X184225000Y-66400000D02* X184225000Y-67440000D01* D33* X192050000Y-62400000D02* X192800000Y-63150000D01* X189400000Y-62400000D02* X192050000Y-62400000D01* X188600000Y-63200000D02* X189400000Y-62400000D01* X188600000Y-67500000D02* X188600000Y-63200000D01* X188100000Y-68000000D02* X188600000Y-67500000D01* X188100000Y-68900000D02* X188100000Y-68000000D01* %TO.N,Net-(C4-Pad1)*% X187450000Y-63600000D02* X187450000Y-65900000D01* X186275000Y-65900000D02* X185775000Y-66400000D01* X187450000Y-65900000D02* X186275000Y-65900000D01* D35* %TO.N,Net-(C10-Pad1)*% X185600000Y-78700000D02* X184575000Y-78700000D01* X185950000Y-79050000D02* X185600000Y-78700000D01* X185950000Y-81500000D02* X185950000Y-79050000D01* X187200000Y-82750000D02* X185950000Y-81500000D01* X188450000Y-82750000D02* X187200000Y-82750000D01* %TO.N,Net-(C15-Pad1)*% X185025000Y-85750000D02* X184575000Y-86200000D01* X188450000Y-85750000D02* X185025000Y-85750000D01* %TO.N,Net-(D3-Pad2)*% X180575000Y-93082500D02* X180612500Y-93120000D01* X180575000Y-91600000D02* X180575000Y-93082500D01* D33* %TO.N,Net-(R9-Pad2)*% X172225000Y-95225000D02* X172299980Y-95299980D01* X172299980Y-95299980D02* X172299980Y-96149990D01* X171500000Y-95225000D02* X172225000Y-95225000D01* X166149990Y-96149990D02* X167500000Y-96149990D01* X164700000Y-95250000D02* X165250000Y-95250000D01* X165250000Y-95250000D02* X166149990Y-96149990D01* D35* %TO.N,CS*% X187550000Y-79750000D02* X187200000Y-79400000D01* X187200000Y-79400000D02* X187200000Y-78824990D01* X188450000Y-79750000D02* X187550000Y-79750000D01* X177500000Y-79175000D02* X178861812Y-79175000D01* X178861812Y-79175000D02* X178893403Y-79206591D01* %TD*% D36* %TO.N,GND*% X175061928Y-98450000D02* X175074188Y-98574482D01* X175110498Y-98694180D01* X175152000Y-98771824D01* X175152000Y-98951250D01* X175310750Y-99110000D01* X175315002Y-99109738D01* X175315002Y-99149665D01* X175347889Y-99315000D01* X174685000Y-99315000D01* X174685000Y-99106662D01* X174739250Y-99110000D01* X174898000Y-98951250D01* X174898000Y-98225000D01* X175061928Y-98225000D01* X175061928Y-98450000D01* %TA.AperFunction,Conductor*% D35* G36* X175061928Y-98450000D02* G01* X175074188Y-98574482D01* X175110498Y-98694180D01* X175152000Y-98771824D01* X175152000Y-98951250D01* X175310750Y-99110000D01* X175315002Y-99109738D01* X175315002Y-99149665D01* X175347889Y-99315000D01* X174685000Y-99315000D01* X174685000Y-99106662D01* X174739250Y-99110000D01* X174898000Y-98951250D01* X174898000Y-98225000D01* X175061928Y-98225000D01* X175061928Y-98450000D01* G37* %TD.AperFunction*% D36* X154873000Y-66000000D02* X154875440Y-66024776D01* X154882667Y-66048601D01* X154894403Y-66070557D01* X154910197Y-66089803D01* X154929443Y-66105597D01* X154951399Y-66117333D01* X154975224Y-66124560D01* X155000000Y-66127000D01* X183000000Y-66127000D01* X183024776Y-66124560D01* X183048601Y-66117333D01* X183070557Y-66105597D01* X183089803Y-66089803D01* X183105597Y-66070557D01* X183117333Y-66048601D01* X183124560Y-66024776D01* X183127000Y-66000000D01* X183127000Y-60685000D01* X199315001Y-60685000D01* X199315000Y-89414232D01* X199145987Y-89341585D01* X198927000Y-89295000D01* X198627000Y-89295000D01* X198627000Y-90303000D01* X198647000Y-90303000D01* X198647000Y-90557000D01* X198627000Y-90557000D01* X198627000Y-91565000D01* X198927000Y-91565000D01* X199145987Y-91518415D01* X199315000Y-91445768D01* X199315000Y-98054232D01* X199145987Y-97981585D01* X198927000Y-97935000D01* X198627000Y-97935000D01* X198627000Y-98943000D01* X198647000Y-98943000D01* X198647000Y-99197000D01* X198627000Y-99197000D01* X198627000Y-99217000D01* X198373000Y-99217000D01* X198373000Y-99197000D01* X197232046Y-99197000D01* X197146913Y-99315000D01* X195923087Y-99315000D01* X195837954Y-99197000D01* X194447000Y-99197000D01* X194447000Y-99217000D01* X194193000Y-99217000D01* X194193000Y-99197000D01* X192802046Y-99197000D01* X192716913Y-99315000D01* X179685000Y-99315000D01* X179685000Y-98548932D01* X179782394Y-98667606D01* X179909392Y-98771831D01* X180054284Y-98849278D01* X180211500Y-98896969D01* X180375000Y-98913072D01* X180775000Y-98913072D01* X180938500Y-98896969D01* X181095716Y-98849278D01* X181240608Y-98771831D01* X181367606Y-98667606D01* X181400000Y-98628134D01* X181432394Y-98667606D01* X181559392Y-98771831D01* X181704284Y-98849278D01* X181861500Y-98896969D01* X182025000Y-98913072D01* X182425000Y-98913072D01* X182588500Y-98896969D01* X182745716Y-98849278D01* X182890608Y-98771831D01* X183017606Y-98667606D01* X183121831Y-98540608D01* X183199278Y-98395716D01* X183228292Y-98300068D01* X183252625Y-98380283D01* X183332382Y-98529497D01* X183439716Y-98660284D01* X183570503Y-98767618D01* X183719717Y-98847375D01* X183881623Y-98896488D01* X184050000Y-98913072D01* X184500000Y-98913072D01* X184668377Y-98896488D01* X184830283Y-98847375D01* X184976351Y-98769300D01* X185020506Y-98805537D01* X185130820Y-98864502D01* X185250518Y-98900812D01* X185375000Y-98913072D01* X185539250Y-98910000D01* X185698000Y-98751250D01* X185698000Y-97927000D01* X185952000Y-97927000D01* X185952000Y-98751250D01* X186110750Y-98910000D01* X186275000Y-98913072D01* X186399482Y-98900812D01* X186519180Y-98864502D01* X186629494Y-98805537D01* X186726185Y-98726185D01* X186805537Y-98629494D01* X186864502Y-98519180D01* X186900812Y-98399482D01* X186913072Y-98275000D01* X186910000Y-98085750D01* X186751250Y-97927000D01* X185952000Y-97927000D01* X185698000Y-97927000D01* X185678000Y-97927000D01* X185678000Y-97673000D01* X185698000Y-97673000D01* X185698000Y-97663479D01* X185699999Y-97663676D01* X185737322Y-97660000D01* X185952000Y-97660000D01* X185952000Y-97673000D01* X186751250Y-97673000D01* X186764250Y-97660000D01* X186810199Y-97660000D01* X186936928Y-97786729D01* X186936928Y-98050000D01* X186953512Y-98218377D01* X187002625Y-98380283D01* X187082382Y-98529497D01* X187189716Y-98660284D01* X187320503Y-98767618D01* X187469717Y-98847375D01* X187631623Y-98896488D01* X187800000Y-98913072D01* X188250000Y-98913072D01* X188418377Y-98896488D01* X188580283Y-98847375D01* X188726351Y-98769300D01* X188770506Y-98805537D01* X188880820Y-98864502D01* X189000518Y-98900812D01* X189125000Y-98913072D01* X189289250Y-98910000D01* X189448000Y-98751250D01* X189448000Y-97927000D01* X189428000Y-97927000D01* X189428000Y-97760000D01* X189722000Y-97760000D01* X189722000Y-97927000D01* X189702000Y-97927000D01* X189702000Y-98751250D01* X189860750Y-98910000D01* X190025000Y-98913072D01* X190149482Y-98900812D01* X190269180Y-98864502D01* X190379494Y-98805537D01* X190476185Y-98726185D01* X190555537Y-98629494D01* X190614502Y-98519180D01* X190650812Y-98399482D01* X190663072Y-98275000D01* X190660000Y-98085750D01* X190501252Y-97927002D01* X190578485Y-97927002D01* X190651014Y-97949003D01* X190762667Y-97960000D01* X190762675Y-97960000D01* X190800000Y-97963676D01* X190837325Y-97960000D01* X191244443Y-97960000D01* X191244449Y-97960004D01* X191280777Y-97984277D01* X191321147Y-98000999D01* X191359669Y-98021589D01* X191401469Y-98034269D01* X191441837Y-98050990D01* X191484687Y-98059513D01* X191526492Y-98072195D01* X191569969Y-98076477D01* X191612817Y-98085000D01* X192045000Y-98085000D01* X192045000Y-98127002D01* X192203748Y-98127002D01* X192045000Y-98285750D01* X192041928Y-98300000D01* X192054188Y-98424482D01* X192090498Y-98544180D01* X192149463Y-98654494D01* X192228815Y-98751185D01* X192325506Y-98830537D01* X192435820Y-98889502D01* X192555518Y-98925812D01* X192680000Y-98938072D01* X192797896Y-98937247D01* X192802046Y-98943000D01* X194193000Y-98943000D01* X194193000Y-98931867D01* X194254482Y-98925812D01* X194263752Y-98923000D01* X194447000Y-98923000D01* X194447000Y-98943000D01* X195837954Y-98943000D01* X195964119Y-98768126D01* X197105881Y-98768126D01* X197232046Y-98943000D01* X198373000Y-98943000D01* X198373000Y-97935000D01* X198073000Y-97935000D01* X197854013Y-97981585D01* X197648322Y-98069997D01* X197463831Y-98196839D01* X197307631Y-98357236D01* X197185724Y-98545024D01* X197105881Y-98768126D01* X195964119Y-98768126D01* X195884276Y-98545024D01* X195762369Y-98357236D01* X195621794Y-98212884D01* X195700741Y-98094731D01* X195773108Y-97920022D01* X195810000Y-97734552D01* X195810000Y-97545448D01* X195773108Y-97359978D01* X195700741Y-97185269D01* X195595681Y-97028036D01* X195556579Y-96988934D01* X196419619Y-96125894D01* X196450529Y-96100527D01* X196510210Y-96027805D01* X196551750Y-95977189D01* X196595656Y-95895046D01* X196626964Y-95836472D01* X196673281Y-95683787D01* X196685001Y-95564790D01* X196685001Y-95564788D01* X196688920Y-95525000D01* X196685001Y-95485212D01* X196685001Y-94049787D01* X196688920Y-94009999D01* X196685001Y-93970208D01* X196673281Y-93851211D01* X196626964Y-93698526D01* X196551750Y-93557810D01* X196450529Y-93434471D01* X196419620Y-93409105D01* X195539080Y-92528565D01* X195595681Y-92471964D01* X195700741Y-92314731D01* X195773108Y-92140022D01* X195810000Y-91954552D01* X195810000Y-91765448D01* X195773108Y-91579978D01* X195700741Y-91405269D01* X195621794Y-91287116D01* X195762369Y-91142764D01* X195884276Y-90954976D01* X195964119Y-90731874D01* X197105881Y-90731874D01* X197185724Y-90954976D01* X197307631Y-91142764D01* X197463831Y-91303161D01* X197648322Y-91430003D01* X197854013Y-91518415D01* X198073000Y-91565000D01* X198373000Y-91565000D01* X198373000Y-90557000D01* X197232046Y-90557000D01* X197105881Y-90731874D01* X195964119Y-90731874D01* X195837954Y-90557000D01* X194447000Y-90557000D01* X194447000Y-90577000D01* X194263752Y-90577000D01* X194254482Y-90574188D01* X194193000Y-90568133D01* X194193000Y-90557000D01* X192802046Y-90557000D01* X192797896Y-90562753D01* X192680000Y-90561928D01* X192555518Y-90574188D01* X192435820Y-90610498D01* X192325506Y-90669463D01* X192228815Y-90748815D01* X192149463Y-90845506D01* X192090498Y-90955820D01* X192054188Y-91075518D01* X192041928Y-91200000D01* X192045000Y-91214250D01* X192203750Y-91373000D01* X192567580Y-91373000D01* X192555518Y-91374188D01* X192435820Y-91410498D01* X192325506Y-91469463D01* X192228815Y-91548815D01* X192149463Y-91645506D01* X192108375Y-91722375D01* X192045000Y-91785750D01* X192041928Y-91800000D01* X192051777Y-91900000D01* X192041928Y-92000000D01* X192041928Y-92600000D01* X192054188Y-92724482D01* X192054345Y-92725000D01* X192054188Y-92725518D01* X192041928Y-92850000D01* X192041928Y-93150000D01* X192051777Y-93250000D01* X192041928Y-93350000D01* X192041928Y-93650000D01* X192045868Y-93690000D01* X191257104Y-93690000D01* X191158145Y-93649010D01* X190987165Y-93615000D01* X190812835Y-93615000D01* X190641855Y-93649010D01* X190628258Y-93654642D01* X190638072Y-93555000D01* X190638072Y-93459480D01* X190638282Y-93458788D01* X190653921Y-93300000D01* X190638282Y-93141212D01* X190638072Y-93140520D01* X190638072Y-93045000D01* X190625812Y-92920518D01* X190589502Y-92800820D01* X190589064Y-92800000D01* X190589502Y-92799180D01* X190625812Y-92679482D01* X190638072Y-92555000D01* X190638072Y-92045000D01* X190625812Y-91920518D01* X190589502Y-91800820D01* X190530537Y-91690506D01* X190451185Y-91593815D01* X190354494Y-91514463D01* X190244180Y-91455498D01* X190124482Y-91419188D01* X190000000Y-91406928D01* X188987443Y-91406928D01* X188110270Y-90529755D01* X188069279Y-90430795D01* X187972426Y-90285845D01* X187849157Y-90162576D01* X187797600Y-90128126D01* X192675881Y-90128126D01* X192802046Y-90303000D01* X194193000Y-90303000D01* X194193000Y-89295000D01* X194447000Y-89295000D01* X194447000Y-90303000D01* X195837954Y-90303000D01* X195964119Y-90128126D01* X197105881Y-90128126D01* X197232046Y-90303000D01* X198373000Y-90303000D01* X198373000Y-89295000D01* X198073000Y-89295000D01* X197854013Y-89341585D01* X197648322Y-89429997D01* X197463831Y-89556839D01* X197307631Y-89717236D01* X197185724Y-89905024D01* X197105881Y-90128126D01* X195964119Y-90128126D01* X195884276Y-89905024D01* X195762369Y-89717236D01* X195606169Y-89556839D01* X195421678Y-89429997D01* X195215987Y-89341585D01* X194997000Y-89295000D01* X194447000Y-89295000D01* X194193000Y-89295000D01* X193643000Y-89295000D01* X193424013Y-89341585D01* X193218322Y-89429997D01* X193033831Y-89556839D01* X192877631Y-89717236D01* X192755724Y-89905024D01* X192675881Y-90128126D01* X187797600Y-90128126D01* X187704207Y-90065723D01* X187543147Y-89999010D01* X187372167Y-89965000D01* X187197837Y-89965000D01* X187026857Y-89999010D01* X187013072Y-90004720D01* X187013072Y-90000000D01* X187000812Y-89875518D01* X187000655Y-89875000D01* X187000812Y-89874482D01* X187013072Y-89750000D01* X187013072Y-89350000D01* X187000812Y-89225518D01* X186964502Y-89105820D01* X186905537Y-88995506D01* X186826185Y-88898815D01* X186729494Y-88819463D01* X186619180Y-88760498D01* X186499482Y-88724188D01* X186375000Y-88711928D01* X186007441Y-88711928D01* X185775267Y-88479755D01* X185734277Y-88380795D01* X185637424Y-88235845D01* X185514155Y-88112576D01* X185369205Y-88015723D01* X185208145Y-87949010D01* X185037165Y-87915000D01* X184862835Y-87915000D01* X184691855Y-87949010D01* X184530795Y-88015723D01* X184385845Y-88112576D01* X184262576Y-88235845D01* X184165723Y-88380795D01* X184099010Y-88541855D01* X184065180Y-88711928D01* X183825000Y-88711928D01* X183700518Y-88724188D01* X183580820Y-88760498D01* X183470506Y-88819463D01* X183373815Y-88898815D01* X183294463Y-88995506D01* X183262745Y-89054846D01* X183260000Y-88885750D01* X183101250Y-88727000D01* X182302000Y-88727000D01* X182302000Y-88747000D01* X182048000Y-88747000D01* X182048000Y-88727000D01* X182028000Y-88727000D01* X182028000Y-88473000D01* X182048000Y-88473000D01* X182048000Y-87648750D01* X182302000Y-87648750D01* X182302000Y-88473000D01* X183101250Y-88473000D01* X183260000Y-88314250D01* X183263072Y-88125000D01* X183250812Y-88000518D01* X183214502Y-87880820D01* X183155537Y-87770506D01* X183076185Y-87673815D01* X182979494Y-87594463D01* X182869180Y-87535498D01* X182749482Y-87499188D01* X182625000Y-87486928D01* X182460750Y-87490000D01* X182302000Y-87648750D01* X182048000Y-87648750D01* X181889250Y-87490000D01* X181725000Y-87486928D01* X181600518Y-87499188D01* X181480820Y-87535498D01* X181370506Y-87594463D01* X181326351Y-87630700D01* X181180283Y-87552625D01* X181018377Y-87503512D01* X180850000Y-87486928D01* X180400000Y-87486928D01* X180231623Y-87503512D01* X180069717Y-87552625D01* X179920503Y-87632382D01* X179819833Y-87715000D01* X179712835Y-87715000D01* X179542305Y-87748920D01* X179501185Y-87698815D01* X179404494Y-87619463D01* X179294180Y-87560498D01* X179174482Y-87524188D01* X179050000Y-87511928D01* X178810000Y-87511928D01* X178810000Y-86675000D01* X181936928Y-86675000D01* X181949188Y-86799482D01* X181985498Y-86919180D01* X182044463Y-87029494D01* X182123815Y-87126185D01* X182220506Y-87205537D01* X182330820Y-87264502D01* X182450518Y-87300812D01* X182575000Y-87313072D01* X182739250Y-87310000D01* X182898000Y-87151250D01* X182898000Y-86327000D01* X182098750Y-86327000D01* X181940000Y-86485750D01* X181936928Y-86675000D01* X178810000Y-86675000D01* X178810000Y-85259320D01* X178854494Y-85235537D01* X178928258Y-85175000D01* X181936928Y-85175000D01* X181949188Y-85299482D01* X181985498Y-85419180D01* X182001972Y-85450000D01* X181985498Y-85480820D01* X181949188Y-85600518D01* X181936928Y-85725000D01* X181940000Y-85914250D01* X182098750Y-86073000D01* X182898000Y-86073000D01* X182898000Y-84827000D01* X182098750Y-84827000D01* X181940000Y-84985750D01* X181936928Y-85175000D01* X178928258Y-85175000D01* X178951185Y-85156185D01* X179030537Y-85059494D01* X179089502Y-84949180D01* X179125812Y-84829482D01* X179138072Y-84705000D01* X179138072Y-83805000D01* X179125812Y-83680518D01* X179124139Y-83675000D01* X181936928Y-83675000D01* X181949188Y-83799482D01* X181985498Y-83919180D01* X182001972Y-83950000D01* X181985498Y-83980820D01* X181949188Y-84100518D01* X181936928Y-84225000D01* X181940000Y-84414250D01* X182098750Y-84573000D01* X182898000Y-84573000D01* X182898000Y-83327000D01* X182098750Y-83327000D01* X181940000Y-83485750D01* X181936928Y-83675000D01* X179124139Y-83675000D01* X179107454Y-83620000D01* X179125812Y-83559482D01* X179138072Y-83435000D01* X179138072Y-82535000D01* X179125812Y-82410518D01* X179107454Y-82350000D01* X179125812Y-82289482D01* X179137087Y-82175000D01* X181936928Y-82175000D01* X181949188Y-82299482D01* X181985498Y-82419180D01* X182001972Y-82450000D01* X181985498Y-82480820D01* X181949188Y-82600518D01* X181936928Y-82725000D01* X181940000Y-82914250D01* X182098750Y-83073000D01* X182898000Y-83073000D01* X182898000Y-81827000D01* X182098750Y-81827000D01* X181940000Y-81985750D01* X181936928Y-82175000D01* X179137087Y-82175000D01* X179138072Y-82165000D01* X179138072Y-81354981D01* X179158137Y-81350990D01* X179319197Y-81284277D01* X179464147Y-81187424D01* X179587416Y-81064155D01* X179684269Y-80919205D01* X179750982Y-80758145D01* X179784992Y-80587165D01* X179784992Y-80412835D01* X179750982Y-80241855D01* X179684269Y-80080795D01* X179587416Y-79935845D01* X179501572Y-79850001D01* X179503030Y-79848543D01* X180074733Y-80420246D01* X180115723Y-80519205D01* X180212576Y-80664155D01* X180335845Y-80787424D01* X180480795Y-80884277D01* X180641855Y-80950990D01* X180812835Y-80985000D01* X180987165Y-80985000D01* X181158145Y-80950990D01* X181319205Y-80884277D01* X181464155Y-80787424D01* X181576579Y-80675000D01* X181936928Y-80675000D01* X181949188Y-80799482D01* X181985498Y-80919180D01* X182001972Y-80950000D01* X181985498Y-80980820D01* X181949188Y-81100518D01* X181936928Y-81225000D01* X181940000Y-81414250D01* X182098750Y-81573000D01* X182898000Y-81573000D01* X182898000Y-80327000D01* X182098750Y-80327000D01* X181940000Y-80485750D01* X181936928Y-80675000D01* X181576579Y-80675000D01* X181587424Y-80664155D01* X181684277Y-80519205D01* X181750990Y-80358145D01* X181785000Y-80187165D01* X181785000Y-80012835D01* X181750990Y-79841855D01* X181684277Y-79680795D01* X181587424Y-79535845D01* X181464155Y-79412576D01* X181319205Y-79315723D01* X181220246Y-79274733D01* X181120513Y-79175000D01* X181936928Y-79175000D01* X181949188Y-79299482D01* X181985498Y-79419180D01* X182001972Y-79450000D01* X181985498Y-79480820D01* X181949188Y-79600518D01* X181936928Y-79725000D01* X181940000Y-79914250D01* X182098750Y-80073000D01* X182898000Y-80073000D01* X182898000Y-78827000D01* X182098750Y-78827000D01* X181940000Y-78985750D01* X181936928Y-79175000D01* X181120513Y-79175000D01* X179305899Y-77360387D01* X179280528Y-77329472D01* X179157189Y-77228251D01* X179125291Y-77211201D01* X179125812Y-77209482D01* X179138072Y-77085000D01* X179138072Y-76185000D01* X179125812Y-76060518D01* X179107454Y-76000000D01* X179125812Y-75939482D01* X179131379Y-75882957D01* X180862576Y-77614155D01* X180985845Y-77737424D01* X181022170Y-77761696D01* X181055941Y-77789411D01* X181094467Y-77810003D01* X181130795Y-77834277D01* X181171167Y-77851000D01* X181209686Y-77871588D01* X181251482Y-77884267D01* X181291855Y-77900990D01* X181334707Y-77909514D01* X181376510Y-77922195D01* X181419985Y-77926477D01* X181462835Y-77935000D01* X181506531Y-77935000D01* X181550000Y-77939281D01* X181593469Y-77935000D01* X181637165Y-77935000D01* X181680015Y-77926477D01* X181723490Y-77922195D01* X181765293Y-77909514D01* X181808145Y-77900990D01* X181848520Y-77884266D01* X181890313Y-77871588D01* X181928829Y-77851001D01* X181960799Y-77837759D01* X181985498Y-77919180D01* X182001972Y-77950000D01* X181985498Y-77980820D01* X181949188Y-78100518D01* X181936928Y-78225000D01* X181940000Y-78414250D01* X182098750Y-78573000D01* X182898000Y-78573000D01* X182898000Y-77327000D01* X182878000Y-77327000D01* X182878000Y-77073000D01* X182898000Y-77073000D01* X182898000Y-75827000D01* X182098750Y-75827000D01* X181940000Y-75985750D01* X181936928Y-76175000D01* X181938059Y-76186480D01* X180535000Y-74783422D01* X180535000Y-74675000D01* X181936928Y-74675000D01* X181949188Y-74799482D01* X181985498Y-74919180D01* X182001972Y-74950000D01* X181985498Y-74980820D01* X181949188Y-75100518D01* X181936928Y-75225000D01* X181940000Y-75414250D01* X182098750Y-75573000D01* X182898000Y-75573000D01* X182898000Y-74327000D01* X182098750Y-74327000D01* X181940000Y-74485750D01* X181936928Y-74675000D01* X180535000Y-74675000D01* X180535000Y-73075000D01* X181936928Y-73075000D01* X181949188Y-73199482D01* X181985498Y-73319180D01* X182028698Y-73400000D01* X181985498Y-73480820D01* X181949188Y-73600518D01* X181936928Y-73725000D01* X181940000Y-73914250D01* X182098750Y-74073000D01* X182898000Y-74073000D01* X182898000Y-72727000D01* X182098750Y-72727000D01* X181940000Y-72885750D01* X181936928Y-73075000D01* X180535000Y-73075000D01* X180535000Y-70800000D01* X181310718Y-70800000D01* X181315000Y-70843477D01* X181315000Y-70887165D01* X181323523Y-70930013D01* X181327805Y-70973490D01* X181340487Y-71015295D01* X181349010Y-71058145D01* X181365731Y-71098513D01* X181378411Y-71140313D01* X181399001Y-71178835D01* X181415723Y-71219205D01* X181439996Y-71255533D01* X181460589Y-71294059D01* X181488304Y-71327829D01* X181512576Y-71364155D01* X181543470Y-71395049D01* X181571183Y-71428817D01* X181604951Y-71456530D01* X181635845Y-71487424D01* X181672171Y-71511696D01* X181705941Y-71539411D01* X181744467Y-71560004D01* X181780795Y-71584277D01* X181821165Y-71600999D01* X181859687Y-71621589D01* X181901487Y-71634269D01* X181941855Y-71650990D01* X181984705Y-71659513D01* X182026510Y-71672195D01* X182069987Y-71676477D01* X182112835Y-71685000D01* X182114636Y-71685000D01* X182044463Y-71770506D01* X181985498Y-71880820D01* X181949188Y-72000518D01* X181936928Y-72125000D01* X181940000Y-72314250D01* X182098750Y-72473000D01* X182898000Y-72473000D01* X182898000Y-72453000D01* X183152000Y-72453000D01* X183152000Y-72473000D01* X183172000Y-72473000D01* X183172000Y-72727000D01* X183152000Y-72727000D01* X183152000Y-74073000D01* X183172000Y-74073000D01* X183172000Y-74327000D01* X183152000Y-74327000D01* X183152000Y-75573000D01* X183172000Y-75573000D01* X183172000Y-75827000D01* X183152000Y-75827000D01* X183152000Y-77073000D01* X183172000Y-77073000D01* X183172000Y-77327000D01* X183152000Y-77327000D01* X183152000Y-78573000D01* X183172000Y-78573000D01* X183172000Y-78827000D01* X183152000Y-78827000D01* X183152000Y-80073000D01* X183172000Y-80073000D01* X183172000Y-80327000D01* X183152000Y-80327000D01* X183152000Y-81573000D01* X183172000Y-81573000D01* X183172000Y-81827000D01* X183152000Y-81827000D01* X183152000Y-83073000D01* X183172000Y-83073000D01* X183172000Y-83327000D01* X183152000Y-83327000D01* X183152000Y-84573000D01* X183172000Y-84573000D01* X183172000Y-84827000D01* X183152000Y-84827000D01* X183152000Y-86073000D01* X183172000Y-86073000D01* X183172000Y-86327000D01* X183152000Y-86327000D01* X183152000Y-87151250D01* X183310750Y-87310000D01* X183475000Y-87313072D01* X183599482Y-87300812D01* X183719180Y-87264502D01* X183829494Y-87205537D01* X183873649Y-87169300D01* X184019717Y-87247375D01* X184181623Y-87296488D01* X184350000Y-87313072D01* X184800000Y-87313072D01* X184968377Y-87296488D01* X185130283Y-87247375D01* X185279497Y-87167618D01* X185410284Y-87060284D01* X185517618Y-86929497D01* X185597375Y-86780283D01* X185646488Y-86618377D01* X185652238Y-86560000D01* X187961928Y-86560000D01* X187961928Y-88570000D01* X187974188Y-88694482D01* X188010498Y-88814180D01* X188069463Y-88924494D01* X188148815Y-89021185D01* X188245506Y-89100537D01* X188355820Y-89159502D01* X188475518Y-89195812D01* X188600000Y-89208072D01* X191700000Y-89208072D01* X191824482Y-89195812D01* X191944180Y-89159502D01* X192054494Y-89100537D01* X192151185Y-89021185D01* X192230537Y-88924494D01* X192289502Y-88814180D01* X192325812Y-88694482D01* X192338072Y-88570000D01* X192338072Y-86270000D01* X192325812Y-86145518D01* X192298334Y-86054936D01* X192365910Y-86048280D01* X192518595Y-86001963D01* X192659311Y-85926749D01* X192782650Y-85825528D01* X192808021Y-85794613D01* X194194632Y-84408003D01* X194225541Y-84382637D01* X194292693Y-84300812D01* X194326762Y-84259299D01* X194375766Y-84167618D01* X194401976Y-84118582D01* X194448293Y-83965897D01* X194460013Y-83846900D01* X194460013Y-83846898D01* X194463932Y-83807110D01* X194460013Y-83767322D01* X194460013Y-83207121D01* X194501003Y-83108162D01* X194535013Y-82937182D01* X194535013Y-82762852D01* X194501003Y-82591872D01* X194434290Y-82430812D01* X194337437Y-82285862D01* X194214168Y-82162593D01* X194069218Y-82065740D01* X193908158Y-81999027D01* X193737178Y-81965017D01* X193562848Y-81965017D01* X193391868Y-81999027D01* X193230808Y-82065740D01* X193085858Y-82162593D01* X192962589Y-82285862D01* X192865736Y-82430812D01* X192830864Y-82515000D01* X192737825Y-82515000D01* X192566845Y-82549010D01* X192405785Y-82615723D01* X192260835Y-82712576D01* X192137566Y-82835845D01* X192040713Y-82980795D01* X191999723Y-83079755D01* X191639478Y-83440000D01* X189634132Y-83440000D01* X189638072Y-83400000D01* X189638072Y-83100000D01* X189628223Y-82999999D01* X189638072Y-82900000D01* X189638072Y-82600000D01* X189627845Y-82496159D01* X189635000Y-82431750D01* X189602753Y-82399503D01* X189589502Y-82355820D01* X189532939Y-82250000D01* X189589502Y-82144180D01* X189602753Y-82100497D01* X189635000Y-82068250D01* X189627845Y-82003841D01* X189638072Y-81900000D01* X189638072Y-81600000D01* X189634132Y-81560000D01* X189992886Y-81560000D01* X190091845Y-81600990D01* X190262825Y-81635000D01* X190437155Y-81635000D01* X190608135Y-81600990D01* X190769195Y-81534277D01* X190914145Y-81437424D01* X191037414Y-81314155D01* X191134267Y-81169205D01* X191200980Y-81008145D01* X191234990Y-80837165D01* X191234990Y-80662835D01* X191200980Y-80491855D01* X191134267Y-80330795D01* X191121155Y-80311171D01* X191177792Y-80254534D01* X191274645Y-80109584D01* X191341358Y-79948524D01* X191375368Y-79777544D01* X191375368Y-79603214D01* X191341358Y-79432234D01* X191289942Y-79308106D01* X191333893Y-79264155D01* X191430746Y-79119205D01* X191497459Y-78958145D01* X191531469Y-78787165D01* X191531469Y-78612835D01* X191497459Y-78441855D01* X191430746Y-78280795D01* X191358480Y-78172642D01* X191371080Y-78109297D01* X191371080Y-77934967D01* X191337070Y-77763987D01* X191270357Y-77602927D01* X191173504Y-77457977D01* X191050235Y-77334708D01* X190905285Y-77237855D01* X190744225Y-77171142D01* X190573245Y-77137132D01* X190563721Y-77137132D01* X190464155Y-77037566D01* X190319205Y-76940713D01* X190158145Y-76874000D01* X189987165Y-76839990D01* X189812835Y-76839990D01* X189641855Y-76874000D01* X189638072Y-76875567D01* X189638072Y-76600000D01* X189628223Y-76500000D01* X189638072Y-76400000D01* X189638072Y-76100000D01* X189628223Y-76000000D01* X189638072Y-75900000D01* X189638072Y-75600000D01* X189628223Y-75500000D01* X189638072Y-75400000D01* X189638072Y-75100000D01* X189628223Y-75000000D01* X189638072Y-74900000D01* X189638072Y-74600000D01* X189628223Y-74500000D01* X189638072Y-74400000D01* X189638072Y-74368072D01* X191700000Y-74368072D01* X191824482Y-74355812D01* X191944180Y-74319502D01* X192054494Y-74260537D01* X192151185Y-74181185D01* X192230537Y-74084494D01* X192289502Y-73974180D01* X192325812Y-73854482D01* X192338072Y-73730000D01* X192338072Y-71430000D01* X192325812Y-71305518D01* X192289502Y-71185820D01* X192230537Y-71075506D01* X192151185Y-70978815D01* X192054494Y-70899463D01* X192045727Y-70894777D01* X192195716Y-70849278D01* X192340608Y-70771831D01* X192442590Y-70688137D01* X192473815Y-70726185D01* X192570506Y-70805537D01* X192680820Y-70864502D01* X192800518Y-70900812D01* X192925000Y-70913072D01* X193039250Y-70910000D01* X193198000Y-70751250D01* X193198000Y-69927000D01* X193452000Y-69927000D01* X193452000Y-70751250D01* X193610750Y-70910000D01* X193725000Y-70913072D01* X193849482Y-70900812D01* X193969180Y-70864502D01* X194079494Y-70805537D01* X194176185Y-70726185D01* X194255537Y-70629494D01* X194314502Y-70519180D01* X194350812Y-70399482D01* X194363072Y-70275000D01* X194360000Y-70085750D01* X194201250Y-69927000D01* X193452000Y-69927000D01* X193198000Y-69927000D01* X193178000Y-69927000D01* X193178000Y-69673000D01* X193198000Y-69673000D01* X193198000Y-68127000D01* X193452000Y-68127000D01* X193452000Y-69673000D01* X194201250Y-69673000D01* X194360000Y-69514250D01* X194363072Y-69325000D01* X194350812Y-69200518D01* X194339382Y-69162839D01* X194514250Y-69160000D01* X194673000Y-69001250D01* X194673000Y-68202000D01* X194927000Y-68202000D01* X194927000Y-69001250D01* X195085750Y-69160000D01* X195275000Y-69163072D01* X195399482Y-69150812D01* X195519180Y-69114502D01* X195629494Y-69055537D01* X195726185Y-68976185D01* X195805537Y-68879494D01* X195864502Y-68769180D01* X195900812Y-68649482D01* X195913072Y-68525000D01* X195910000Y-68360750D01* X195751250Y-68202000D01* X194927000Y-68202000D01* X194673000Y-68202000D01* X194276250Y-68202000D01* X194201250Y-68127000D01* X193452000Y-68127000D01* X193198000Y-68127000D01* X193178000Y-68127000D01* X193178000Y-67873000D01* X193198000Y-67873000D01* X193198000Y-67853000D01* X193452000Y-67853000D01* X193452000Y-67873000D01* X193773750Y-67873000D01* X193848750Y-67948000D01* X194673000Y-67948000D01* X194673000Y-67928000D01* X194927000Y-67928000D01* X194927000Y-67948000D01* X195751250Y-67948000D01* X195910000Y-67789250D01* X195913072Y-67625000D01* X195900812Y-67500518D01* X195864502Y-67380820D01* X195805537Y-67270506D01* X195769300Y-67226351D01* X195847375Y-67080283D01* X195896488Y-66918377D01* X195913072Y-66750000D01* X195913072Y-66300000D01* X195896488Y-66131623D01* X195847375Y-65969717D01* X195767618Y-65820503D01* X195660284Y-65689716D01* X195529497Y-65582382D01* X195380283Y-65502625D01* X195218377Y-65453512D01* X195050000Y-65436928D01* X194550000Y-65436928D01* X194475069Y-65444308D01* X194476477Y-65430013D01* X194485000Y-65387165D01* X194485000Y-64989912D01* X194489281Y-64946446D01* X194485000Y-64902980D01* X194485000Y-64902970D01* X194472195Y-64772957D01* X194421589Y-64606134D01* X194339411Y-64452388D01* X194228817Y-64317630D01* X194195045Y-64289914D01* X194060086Y-64154955D01* X194032369Y-64121182D01* X193897611Y-64010588D01* X193888499Y-64005718D01* X193930537Y-63954494D01* X193989502Y-63844180D01* X194025812Y-63724482D01* X194038072Y-63600000D01* X194038072Y-62700000D01* X194025812Y-62575518D01* X193989502Y-62455820D01* X193930537Y-62345506D01* X193851185Y-62248815D01* X193754494Y-62169463D01* X193644180Y-62110498D01* X193524482Y-62074188D01* X193400000Y-62061928D01* X192963506Y-62061928D01* X192706534Y-61804956D01* X192678817Y-61771183D01* X192544059Y-61660589D01* X192390313Y-61578411D01* X192223490Y-61527805D01* X192093477Y-61515000D01* X192093469Y-61515000D01* X192050000Y-61510719D01* X192006531Y-61515000D01* X189443469Y-61515000D01* X189400000Y-61510719D01* X189356531Y-61515000D01* X189356523Y-61515000D01* X189226510Y-61527805D01* X189059687Y-61578411D01* X188905941Y-61660589D01* X188804953Y-61743468D01* X188804951Y-61743470D01* X188771183Y-61771183D01* X188743470Y-61804951D01* X188139380Y-62409042D01* X188024482Y-62374188D01* X187900000Y-62361928D01* X187000000Y-62361928D01* X186875518Y-62374188D01* X186755820Y-62410498D01* X186645506Y-62469463D01* X186548815Y-62548815D01* X186469463Y-62645506D01* X186410498Y-62755820D01* X186374188Y-62875518D01* X186361928Y-63000000D01* X186361928Y-64200000D01* X186374188Y-64324482D01* X186410498Y-64444180D01* X186469463Y-64554494D01* X186548815Y-64651185D01* X186565000Y-64664468D01* X186565001Y-64835532D01* X186548815Y-64848815D01* X186469463Y-64945506D01* X186432317Y-65015000D01* X186318469Y-65015000D01* X186275000Y-65010719D01* X186231531Y-65015000D01* X186231523Y-65015000D01* X186101510Y-65027805D01* X185934687Y-65078411D01* X185780941Y-65160589D01* X185646183Y-65271183D01* X185633261Y-65286928D01* X185550000Y-65286928D01* X185381623Y-65303512D01* X185219717Y-65352625D01* X185070503Y-65432382D01* X185000000Y-65490242D01* X184929497Y-65432382D01* X184780283Y-65352625D01* X184618377Y-65303512D01* X184450000Y-65286928D01* X184000000Y-65286928D01* X183831623Y-65303512D01* X183669717Y-65352625D01* X183520503Y-65432382D01* X183389716Y-65539716D01* X183282382Y-65670503D01* X183202625Y-65819717D01* X183153512Y-65981623D01* X183136928Y-66150000D01* X183136928Y-66650000D01* X183153512Y-66818377D01* X183202625Y-66980283D01* X183282382Y-67129497D01* X183334785Y-67193351D01* X183275518Y-67199188D01* X183155820Y-67235498D01* X183045506Y-67294463D01* X182948815Y-67373815D01* X182869463Y-67470506D01* X182810498Y-67580820D01* X182774188Y-67700518D01* X182761928Y-67825000D01* X182761928Y-68805000D01* X182774188Y-68929482D01* X182810498Y-69049180D01* X182869463Y-69159494D01* X182948815Y-69256185D01* X183045506Y-69335537D01* X183155820Y-69394502D01* X183275518Y-69430812D01* X183400000Y-69443072D01* X186800000Y-69443072D01* X186924482Y-69430812D01* X187021901Y-69401260D01* X187024188Y-69424482D01* X187060498Y-69544180D01* X187112911Y-69642236D01* X187044180Y-69605498D01* X186924482Y-69569188D01* X186800000Y-69556928D01* X183400000Y-69556928D01* X183275518Y-69569188D01* X183155820Y-69605498D01* X183045506Y-69664463D01* X182948815Y-69743815D01* X182869463Y-69840506D01* X182829644Y-69915000D01* X182112835Y-69915000D01* X182069987Y-69923523D01* X182026510Y-69927805D01* X181984705Y-69940487D01* X181941855Y-69949010D01* X181901487Y-69965731D01* X181859687Y-69978411D01* X181821165Y-69999001D01* X181780795Y-70015723D01* X181744467Y-70039996D01* X181705941Y-70060589D01* X181672171Y-70088304D01* X181635845Y-70112576D01* X181604951Y-70143470D01* X181571183Y-70171183D01* X181543470Y-70204951D01* X181512576Y-70235845D01* X181488304Y-70272171D01* X181460589Y-70305941D01* X181439996Y-70344467D01* X181415723Y-70380795D01* X181399001Y-70421165D01* X181378411Y-70459687D01* X181365731Y-70501487D01* X181349010Y-70541855D01* X181340487Y-70584705D01* X181327805Y-70626510D01* X181323523Y-70669987D01* X181315000Y-70712835D01* X181315000Y-70756523D01* X181310718Y-70800000D01* X180535000Y-70800000D01* X180535000Y-69708469D01* X180539281Y-69665000D01* X180535000Y-69621531D01* X180535000Y-69621523D01* X180522195Y-69491510D01* X180471589Y-69324687D01* X180389411Y-69170941D01* X180343758Y-69115313D01* X180306532Y-69069953D01* X180306530Y-69069951D01* X180278817Y-69036183D01* X180245050Y-69008471D01* X179656532Y-68419954D01* X179628817Y-68386183D01* X179494059Y-68275589D01* X179340313Y-68193411D01* X179173490Y-68142805D01* X179137029Y-68139214D01* X179135000Y-68030750D01* X178976250Y-67872000D01* X177627000Y-67872000D01* X177627000Y-67892000D01* X177373000Y-67892000D01* X177373000Y-67872000D01* X176023750Y-67872000D01* X175865000Y-68030750D01* X175861928Y-68195000D01* X175874188Y-68319482D01* X175892546Y-68380000D01* X175874188Y-68440518D01* X175861928Y-68565000D01* X175861928Y-69465000D01* X175867756Y-69524171D01* X175838527Y-69533037D01* X175817680Y-69544180D01* X175697810Y-69608251D01* X175675562Y-69626510D01* X175574472Y-69709472D01* X175549105Y-69740382D01* X171136118Y-74153370D01* X171138072Y-72745000D01* X171125812Y-72620518D01* X171089502Y-72500820D01* X171030537Y-72390506D01* X170951185Y-72293815D01* X170854494Y-72214463D01* X170744180Y-72155498D01* X170624482Y-72119188D01* X170500000Y-72106928D01* X168285750Y-72110000D01* X168127000Y-72268750D01* X168127000Y-75118000D01* X168147000Y-75118000D01* X168147000Y-75372000D01* X168127000Y-75372000D01* X168127000Y-78221250D01* X168285750Y-78380000D01* X170500000Y-78383072D01* X170624482Y-78370812D01* X170718722Y-78342224D01* X170718723Y-82550397D01* X170677732Y-82649358D01* X170643722Y-82820338D01* X170643722Y-82840000D01* X168385513Y-82840000D01* X164410000Y-78864488D01* X164410000Y-77745000D01* X164861928Y-77745000D01* X164874188Y-77869482D01* X164910498Y-77989180D01* X164969463Y-78099494D01* X165048815Y-78196185D01* X165145506Y-78275537D01* X165255820Y-78334502D01* X165375518Y-78370812D01* X165500000Y-78383072D01* X167714250Y-78380000D01* X167873000Y-78221250D01* X167873000Y-75372000D01* X165023750Y-75372000D01* X164865000Y-75530750D01* X164861928Y-77745000D01* X164410000Y-77745000D01* X164410000Y-72745000D01* X164861928Y-72745000D01* X164865000Y-74959250D01* X165023750Y-75118000D01* X167873000Y-75118000D01* X167873000Y-72268750D01* X167714250Y-72110000D01* X165500000Y-72106928D01* X165375518Y-72119188D01* X165255820Y-72155498D01* X165145506Y-72214463D01* X165048815Y-72293815D01* X164969463Y-72390506D01* X164910498Y-72500820D01* X164874188Y-72620518D01* X164861928Y-72745000D01* X164410000Y-72745000D01* X164410000Y-72659786D01* X164413919Y-72619998D01* X164410000Y-72580207D01* X164398280Y-72461210D01* X164351963Y-72308525D01* X164276750Y-72167810D01* X164276749Y-72167808D01* X164200893Y-72075378D01* X164175528Y-72044470D01* X164144619Y-72019104D01* X162681754Y-70556240D01* X162708145Y-70550990D01* X162748523Y-70534265D01* X162790313Y-70521588D01* X162828826Y-70501002D01* X162869205Y-70484277D01* X162905543Y-70459997D01* X162944058Y-70439410D01* X162977820Y-70411702D01* X163014155Y-70387424D01* X163045052Y-70356527D01* X163078817Y-70328817D01* X163106527Y-70295052D01* X163137424Y-70264155D01* X163161702Y-70227820D01* X163189410Y-70194058D01* X163209997Y-70155543D01* X163234277Y-70119205D01* X163251002Y-70078826D01* X163271588Y-70040313D01* X163284265Y-69998523D01* X163300990Y-69958145D01* X163309516Y-69915283D01* X163322194Y-69873489D01* X163326475Y-69830024D01* X163335000Y-69787165D01* X163335000Y-69743465D01* X163339281Y-69699999D01* X163335000Y-69656533D01* X163335000Y-69612835D01* X163326475Y-69569978D01* X163322194Y-69526509D01* X163309515Y-69484712D01* X163300990Y-69441855D01* X163284267Y-69401481D01* X163271588Y-69359686D01* X163251000Y-69321168D01* X163234277Y-69280795D01* X163210001Y-69244464D01* X163189410Y-69205940D01* X163161696Y-69172170D01* X163137424Y-69135845D01* X163014155Y-69012576D01* X162421532Y-68419954D01* X162393817Y-68386183D01* X162259059Y-68275589D01* X162136582Y-68210125D01* X162138072Y-68195000D01* X162135000Y-68030750D01* X161976250Y-67872000D01* X160627000Y-67872000D01* X160627000Y-67892000D01* X160373000Y-67892000D01* X160373000Y-67872000D01* X159023750Y-67872000D01* X158865000Y-68030750D01* X158863144Y-68130000D01* X158382846Y-68130000D01* X158371831Y-68109392D01* X158267606Y-67982394D01* X158140608Y-67878169D01* X157995716Y-67800722D01* X157838500Y-67753031D01* X157675000Y-67736928D01* X157125000Y-67736928D01* X156961500Y-67753031D01* X156804284Y-67800722D01* X156659392Y-67878169D01* X156532394Y-67982394D01* X156428169Y-68109392D01* X156350722Y-68254284D01* X156303031Y-68411500D01* X156286928Y-68575000D01* X156286928Y-68975000D01* X156303031Y-69138500D01* X156350722Y-69295716D01* X156428169Y-69440608D01* X156532394Y-69567606D01* X156571866Y-69600000D01* X156532394Y-69632394D01* X156428169Y-69759392D01* X156350722Y-69904284D01* X156303031Y-70061500D01* X156286928Y-70225000D01* X156286928Y-70625000D01* X156303031Y-70788500D01* X156350722Y-70945716D01* X156428169Y-71090608D01* X156442543Y-71108122D01* X156432382Y-71120503D01* X156352625Y-71269717D01* X156303512Y-71431623D01* X156286928Y-71600000D01* X156286928Y-72050000D01* X156303512Y-72218377D01* X156352625Y-72380283D01* X156430700Y-72526351D01* X156394463Y-72570506D01* X156335498Y-72680820D01* X156299188Y-72800518D01* X156286928Y-72925000D01* X156290000Y-73089250D01* X156448750Y-73248000D01* X157273000Y-73248000D01* X157273000Y-73228000D01* X157527000Y-73228000D01* X157527000Y-73248000D01* X158351250Y-73248000D01* X158510000Y-73089250D01* X158513072Y-72925000D01* X158500812Y-72800518D01* X158464502Y-72680820D01* X158405537Y-72570506D01* X158369300Y-72526351D01* X158447375Y-72380283D01* X158496488Y-72218377D01* X158513072Y-72050000D01* X158513072Y-71600000D01* X158496488Y-71431623D01* X158447375Y-71269717D01* X158394075Y-71170000D01* X158861928Y-71170000D01* X158861928Y-72005000D01* X158874188Y-72129482D01* X158892546Y-72190000D01* X158874188Y-72250518D01* X158861928Y-72375000D01* X158861928Y-73275000D01* X158874188Y-73399482D01* X158892546Y-73460000D01* X158874188Y-73520518D01* X158861928Y-73645000D01* X158861928Y-74545000D01* X158874188Y-74669482D01* X158892546Y-74730000D01* X158874188Y-74790518D01* X158861928Y-74915000D01* X158861928Y-75815000D01* X158874188Y-75939482D01* X158892546Y-76000000D01* X158874188Y-76060518D01* X158861928Y-76185000D01* X158861928Y-77085000D01* X158874188Y-77209482D01* X158892546Y-77270000D01* X158874188Y-77330518D01* X158861928Y-77455000D01* X158861928Y-78355000D01* X158874188Y-78479482D01* X158892546Y-78540000D01* X158874188Y-78600518D01* X158861928Y-78725000D01* X158861928Y-79625000D01* X158874188Y-79749482D01* X158892546Y-79810000D01* X158874188Y-79870518D01* X158861928Y-79995000D01* X158861928Y-80895000D01* X158874188Y-81019482D01* X158892546Y-81080000D01* X158874188Y-81140518D01* X158861928Y-81265000D01* X158861928Y-82165000D01* X158874188Y-82289482D01* X158892546Y-82350000D01* X158874188Y-82410518D01* X158861928Y-82535000D01* X158861928Y-83435000D01* X158874188Y-83559482D01* X158892546Y-83620000D01* X158874188Y-83680518D01* X158861928Y-83805000D01* X158861928Y-84705000D01* X158874188Y-84829482D01* X158910498Y-84949180D01* X158969463Y-85059494D01* X159048815Y-85156185D01* X159145506Y-85235537D01* X159255820Y-85294502D01* X159375518Y-85330812D01* X159500000Y-85343072D01* X161500000Y-85343072D01* X161549999Y-85338148D01* X161549999Y-87091530D01* X161545718Y-87134999D01* X161549999Y-87178468D01* X161549999Y-87178475D01* X161557846Y-87258145D01* X161562804Y-87308489D01* X161564779Y-87315000D01* X161613410Y-87475311D01* X161695588Y-87629057D01* X161806182Y-87763816D01* X161839955Y-87791533D01* X164613422Y-90565000D01* X163750843Y-90565002D01* X163699999Y-90559994D01* X163497103Y-90579978D01* X163302006Y-90639161D01* X163122202Y-90735267D01* X163005802Y-90830795D01* X162964603Y-90864606D01* X162932196Y-90904094D01* X162754093Y-91082197D01* X162714605Y-91114604D01* X162682198Y-91154092D01* X162682197Y-91154093D01* X162585266Y-91272203D01* X162489160Y-91452007D01* X162477199Y-91491438D01* X162401185Y-91398815D01* X162304494Y-91319463D01* X162194180Y-91260498D01* X162074482Y-91224188D01* X161950000Y-91211928D01* X160985750Y-91215000D01* X160827000Y-91373750D01* X160827000Y-92973000D01* X160847000Y-92973000D01* X160847000Y-93227000D01* X160827000Y-93227000D01* X160827000Y-93247000D01* X160573000Y-93247000D01* X160573000Y-93227000D01* X158973750Y-93227000D01* X158815000Y-93385750D01* X158811928Y-94350000D01* X158824188Y-94474482D01* X158860498Y-94594180D01* X158919463Y-94704494D01* X158998815Y-94801185D01* X159095506Y-94880537D01* X159205820Y-94939502D01* X159240427Y-94950000D01* X159205820Y-94960498D01* X159095506Y-95019463D01* X158998815Y-95098815D01* X158919463Y-95195506D01* X158860498Y-95305820D01* X158824188Y-95425518D01* X158811928Y-95550000D01* X158811928Y-98050000D01* X158824188Y-98174482D01* X158860498Y-98294180D01* X158919463Y-98404494D01* X158998815Y-98501185D01* X159095506Y-98580537D01* X159205820Y-98639502D01* X159325518Y-98675812D01* X159450000Y-98688072D01* X161950000Y-98688072D01* X162074482Y-98675812D01* X162194180Y-98639502D01* X162304494Y-98580537D01* X162401185Y-98501185D01* X162480537Y-98404494D01* X162539502Y-98294180D01* X162572621Y-98185000D01* X164750838Y-98185000D01* X164902895Y-98170024D01* X165079073Y-98116580D01* X165088300Y-98127824D01* X165112576Y-98164155D01* X165235845Y-98287424D01* X165235848Y-98287426D01* X165343466Y-98395044D01* X165371183Y-98428817D01* X165505941Y-98539411D01* X165659687Y-98621589D01* X165826510Y-98672195D01* X165956523Y-98685000D01* X165956531Y-98685000D01* X166000000Y-98689281D01* X166043469Y-98685000D01* X166556531Y-98685000D01* X166600000Y-98689281D01* X166643469Y-98685000D01* X166643477Y-98685000D01* X166773490Y-98672195D01* X166940313Y-98621589D01* X167094059Y-98539411D01* X167228817Y-98428817D01* X167256534Y-98395044D01* X167495044Y-98156534D01* X167528817Y-98128817D01* X167551564Y-98101099D01* X167554482Y-98100812D01* X167674180Y-98064502D01* X167729373Y-98035000D01* X168119031Y-98035000D01* X168162500Y-98039281D01* X168205969Y-98035000D01* X168205977Y-98035000D01* X168335990Y-98022195D01* X168366064Y-98013072D01* X168631250Y-98013072D01* X168798408Y-97996608D01* X168959142Y-97947850D01* X169107275Y-97868671D01* X169200000Y-97792574D01* X169292725Y-97868671D01* X169440858Y-97947850D01* X169601592Y-97996608D01* X169768750Y-98013072D01* X170206250Y-98013072D01* X170373408Y-97996608D01* X170534142Y-97947850D01* X170682275Y-97868671D01* X170784150Y-97785065D01* X170904284Y-97849278D01* X171061500Y-97896969D01* X171225000Y-97913072D01* X171775000Y-97913072D01* X171938500Y-97896969D01* X172095716Y-97849278D01* X172240608Y-97771831D01* X172367606Y-97667606D01* X172471831Y-97540608D01* X172549278Y-97395716D01* X172596969Y-97238500D01* X172613072Y-97075000D01* X172613072Y-96979837D01* X172640293Y-96971579D01* X172678815Y-96950989D01* X172715000Y-96936000D01* X172715001Y-99315000D01* X117485000Y-99315000D01* X117485000Y-91850000D01* X158811928Y-91850000D01* X158815000Y-92814250D01* X158973750Y-92973000D01* X160573000Y-92973000D01* X160573000Y-91373750D01* X160414250Y-91215000D01* X159450000Y-91211928D01* X159325518Y-91224188D01* X159205820Y-91260498D01* X159095506Y-91319463D01* X158998815Y-91398815D01* X158919463Y-91495506D01* X158860498Y-91605820D01* X158824188Y-91725518D01* X158811928Y-91850000D01* X117485000Y-91850000D01* X117485000Y-73825000D01* X156286928Y-73825000D01* X156299188Y-73949482D01* X156335498Y-74069180D01* X156394463Y-74179494D01* X156473815Y-74276185D01* X156570506Y-74355537D01* X156680820Y-74414502D01* X156800518Y-74450812D01* X156925000Y-74463072D01* X157114250Y-74460000D01* X157273000Y-74301250D01* X157273000Y-73502000D01* X157527000Y-73502000D01* X157527000Y-74301250D01* X157685750Y-74460000D01* X157875000Y-74463072D01* X157999482Y-74450812D01* X158119180Y-74414502D01* X158229494Y-74355537D01* X158326185Y-74276185D01* X158405537Y-74179494D01* X158464502Y-74069180D01* X158500812Y-73949482D01* X158513072Y-73825000D01* X158510000Y-73660750D01* X158351250Y-73502000D01* X157527000Y-73502000D01* X157273000Y-73502000D01* X156448750Y-73502000D01* X156290000Y-73660750D01* X156286928Y-73825000D01* X117485000Y-73825000D01* X117485000Y-67295000D01* X158861928Y-67295000D01* X158865000Y-67459250D01* X159023750Y-67618000D01* X160373000Y-67618000D01* X160373000Y-66818750D01* X160627000Y-66818750D01* X160627000Y-67618000D01* X161976250Y-67618000D01* X162135000Y-67459250D01* X162138072Y-67295000D01* X175861928Y-67295000D01* X175865000Y-67459250D01* X176023750Y-67618000D01* X177373000Y-67618000D01* X177373000Y-66818750D01* X177627000Y-66818750D01* X177627000Y-67618000D01* X178976250Y-67618000D01* X179135000Y-67459250D01* X179138072Y-67295000D01* X179125812Y-67170518D01* X179089502Y-67050820D01* X179030537Y-66940506D01* X178951185Y-66843815D01* X178854494Y-66764463D01* X178744180Y-66705498D01* X178624482Y-66669188D01* X178500000Y-66656928D01* X177785750Y-66660000D01* X177627000Y-66818750D01* X177373000Y-66818750D01* X177214250Y-66660000D01* X176500000Y-66656928D01* X176375518Y-66669188D01* X176255820Y-66705498D01* X176145506Y-66764463D01* X176048815Y-66843815D01* X175969463Y-66940506D01* X175910498Y-67050820D01* X175874188Y-67170518D01* X175861928Y-67295000D01* X162138072Y-67295000D01* X162125812Y-67170518D01* X162089502Y-67050820D01* X162030537Y-66940506D01* X161951185Y-66843815D01* X161854494Y-66764463D01* X161744180Y-66705498D01* X161624482Y-66669188D01* X161500000Y-66656928D01* X160785750Y-66660000D01* X160627000Y-66818750D01* X160373000Y-66818750D01* X160214250Y-66660000D01* X159500000Y-66656928D01* X159375518Y-66669188D01* X159255820Y-66705498D01* X159145506Y-66764463D01* X159048815Y-66843815D01* X158969463Y-66940506D01* X158910498Y-67050820D01* X158874188Y-67170518D01* X158861928Y-67295000D01* X117485000Y-67295000D01* X117485000Y-60685000D01* X154873000Y-60685000D01* X154873000Y-66000000D01* %TA.AperFunction,Conductor*% D35* G36* X154873000Y-66000000D02* G01* X154875440Y-66024776D01* X154882667Y-66048601D01* X154894403Y-66070557D01* X154910197Y-66089803D01* X154929443Y-66105597D01* X154951399Y-66117333D01* X154975224Y-66124560D01* X155000000Y-66127000D01* X183000000Y-66127000D01* X183024776Y-66124560D01* X183048601Y-66117333D01* X183070557Y-66105597D01* X183089803Y-66089803D01* X183105597Y-66070557D01* X183117333Y-66048601D01* X183124560Y-66024776D01* X183127000Y-66000000D01* X183127000Y-60685000D01* X199315001Y-60685000D01* X199315000Y-89414232D01* X199145987Y-89341585D01* X198927000Y-89295000D01* X198627000Y-89295000D01* X198627000Y-90303000D01* X198647000Y-90303000D01* X198647000Y-90557000D01* X198627000Y-90557000D01* X198627000Y-91565000D01* X198927000Y-91565000D01* X199145987Y-91518415D01* X199315000Y-91445768D01* X199315000Y-98054232D01* X199145987Y-97981585D01* X198927000Y-97935000D01* X198627000Y-97935000D01* X198627000Y-98943000D01* X198647000Y-98943000D01* X198647000Y-99197000D01* X198627000Y-99197000D01* X198627000Y-99217000D01* X198373000Y-99217000D01* X198373000Y-99197000D01* X197232046Y-99197000D01* X197146913Y-99315000D01* X195923087Y-99315000D01* X195837954Y-99197000D01* X194447000Y-99197000D01* X194447000Y-99217000D01* X194193000Y-99217000D01* X194193000Y-99197000D01* X192802046Y-99197000D01* X192716913Y-99315000D01* X179685000Y-99315000D01* X179685000Y-98548932D01* X179782394Y-98667606D01* X179909392Y-98771831D01* X180054284Y-98849278D01* X180211500Y-98896969D01* X180375000Y-98913072D01* X180775000Y-98913072D01* X180938500Y-98896969D01* X181095716Y-98849278D01* X181240608Y-98771831D01* X181367606Y-98667606D01* X181400000Y-98628134D01* X181432394Y-98667606D01* X181559392Y-98771831D01* X181704284Y-98849278D01* X181861500Y-98896969D01* X182025000Y-98913072D01* X182425000Y-98913072D01* X182588500Y-98896969D01* X182745716Y-98849278D01* X182890608Y-98771831D01* X183017606Y-98667606D01* X183121831Y-98540608D01* X183199278Y-98395716D01* X183228292Y-98300068D01* X183252625Y-98380283D01* X183332382Y-98529497D01* X183439716Y-98660284D01* X183570503Y-98767618D01* X183719717Y-98847375D01* X183881623Y-98896488D01* X184050000Y-98913072D01* X184500000Y-98913072D01* X184668377Y-98896488D01* X184830283Y-98847375D01* X184976351Y-98769300D01* X185020506Y-98805537D01* X185130820Y-98864502D01* X185250518Y-98900812D01* X185375000Y-98913072D01* X185539250Y-98910000D01* X185698000Y-98751250D01* X185698000Y-97927000D01* X185952000Y-97927000D01* X185952000Y-98751250D01* X186110750Y-98910000D01* X186275000Y-98913072D01* X186399482Y-98900812D01* X186519180Y-98864502D01* X186629494Y-98805537D01* X186726185Y-98726185D01* X186805537Y-98629494D01* X186864502Y-98519180D01* X186900812Y-98399482D01* X186913072Y-98275000D01* X186910000Y-98085750D01* X186751250Y-97927000D01* X185952000Y-97927000D01* X185698000Y-97927000D01* X185678000Y-97927000D01* X185678000Y-97673000D01* X185698000Y-97673000D01* X185698000Y-97663479D01* X185699999Y-97663676D01* X185737322Y-97660000D01* X185952000Y-97660000D01* X185952000Y-97673000D01* X186751250Y-97673000D01* X186764250Y-97660000D01* X186810199Y-97660000D01* X186936928Y-97786729D01* X186936928Y-98050000D01* X186953512Y-98218377D01* X187002625Y-98380283D01* X187082382Y-98529497D01* X187189716Y-98660284D01* X187320503Y-98767618D01* X187469717Y-98847375D01* X187631623Y-98896488D01* X187800000Y-98913072D01* X188250000Y-98913072D01* X188418377Y-98896488D01* X188580283Y-98847375D01* X188726351Y-98769300D01* X188770506Y-98805537D01* X188880820Y-98864502D01* X189000518Y-98900812D01* X189125000Y-98913072D01* X189289250Y-98910000D01* X189448000Y-98751250D01* X189448000Y-97927000D01* X189428000Y-97927000D01* X189428000Y-97760000D01* X189722000Y-97760000D01* X189722000Y-97927000D01* X189702000Y-97927000D01* X189702000Y-98751250D01* X189860750Y-98910000D01* X190025000Y-98913072D01* X190149482Y-98900812D01* X190269180Y-98864502D01* X190379494Y-98805537D01* X190476185Y-98726185D01* X190555537Y-98629494D01* X190614502Y-98519180D01* X190650812Y-98399482D01* X190663072Y-98275000D01* X190660000Y-98085750D01* X190501252Y-97927002D01* X190578485Y-97927002D01* X190651014Y-97949003D01* X190762667Y-97960000D01* X190762675Y-97960000D01* X190800000Y-97963676D01* X190837325Y-97960000D01* X191244443Y-97960000D01* X191244449Y-97960004D01* X191280777Y-97984277D01* X191321147Y-98000999D01* X191359669Y-98021589D01* X191401469Y-98034269D01* X191441837Y-98050990D01* X191484687Y-98059513D01* X191526492Y-98072195D01* X191569969Y-98076477D01* X191612817Y-98085000D01* X192045000Y-98085000D01* X192045000Y-98127002D01* X192203748Y-98127002D01* X192045000Y-98285750D01* X192041928Y-98300000D01* X192054188Y-98424482D01* X192090498Y-98544180D01* X192149463Y-98654494D01* X192228815Y-98751185D01* X192325506Y-98830537D01* X192435820Y-98889502D01* X192555518Y-98925812D01* X192680000Y-98938072D01* X192797896Y-98937247D01* X192802046Y-98943000D01* X194193000Y-98943000D01* X194193000Y-98931867D01* X194254482Y-98925812D01* X194263752Y-98923000D01* X194447000Y-98923000D01* X194447000Y-98943000D01* X195837954Y-98943000D01* X195964119Y-98768126D01* X197105881Y-98768126D01* X197232046Y-98943000D01* X198373000Y-98943000D01* X198373000Y-97935000D01* X198073000Y-97935000D01* X197854013Y-97981585D01* X197648322Y-98069997D01* X197463831Y-98196839D01* X197307631Y-98357236D01* X197185724Y-98545024D01* X197105881Y-98768126D01* X195964119Y-98768126D01* X195884276Y-98545024D01* X195762369Y-98357236D01* X195621794Y-98212884D01* X195700741Y-98094731D01* X195773108Y-97920022D01* X195810000Y-97734552D01* X195810000Y-97545448D01* X195773108Y-97359978D01* X195700741Y-97185269D01* X195595681Y-97028036D01* X195556579Y-96988934D01* X196419619Y-96125894D01* X196450529Y-96100527D01* X196510210Y-96027805D01* X196551750Y-95977189D01* X196595656Y-95895046D01* X196626964Y-95836472D01* X196673281Y-95683787D01* X196685001Y-95564790D01* X196685001Y-95564788D01* X196688920Y-95525000D01* X196685001Y-95485212D01* X196685001Y-94049787D01* X196688920Y-94009999D01* X196685001Y-93970208D01* X196673281Y-93851211D01* X196626964Y-93698526D01* X196551750Y-93557810D01* X196450529Y-93434471D01* X196419620Y-93409105D01* X195539080Y-92528565D01* X195595681Y-92471964D01* X195700741Y-92314731D01* X195773108Y-92140022D01* X195810000Y-91954552D01* X195810000Y-91765448D01* X195773108Y-91579978D01* X195700741Y-91405269D01* X195621794Y-91287116D01* X195762369Y-91142764D01* X195884276Y-90954976D01* X195964119Y-90731874D01* X197105881Y-90731874D01* X197185724Y-90954976D01* X197307631Y-91142764D01* X197463831Y-91303161D01* X197648322Y-91430003D01* X197854013Y-91518415D01* X198073000Y-91565000D01* X198373000Y-91565000D01* X198373000Y-90557000D01* X197232046Y-90557000D01* X197105881Y-90731874D01* X195964119Y-90731874D01* X195837954Y-90557000D01* X194447000Y-90557000D01* X194447000Y-90577000D01* X194263752Y-90577000D01* X194254482Y-90574188D01* X194193000Y-90568133D01* X194193000Y-90557000D01* X192802046Y-90557000D01* X192797896Y-90562753D01* X192680000Y-90561928D01* X192555518Y-90574188D01* X192435820Y-90610498D01* X192325506Y-90669463D01* X192228815Y-90748815D01* X192149463Y-90845506D01* X192090498Y-90955820D01* X192054188Y-91075518D01* X192041928Y-91200000D01* X192045000Y-91214250D01* X192203750Y-91373000D01* X192567580Y-91373000D01* X192555518Y-91374188D01* X192435820Y-91410498D01* X192325506Y-91469463D01* X192228815Y-91548815D01* X192149463Y-91645506D01* X192108375Y-91722375D01* X192045000Y-91785750D01* X192041928Y-91800000D01* X192051777Y-91900000D01* X192041928Y-92000000D01* X192041928Y-92600000D01* X192054188Y-92724482D01* X192054345Y-92725000D01* X192054188Y-92725518D01* X192041928Y-92850000D01* X192041928Y-93150000D01* X192051777Y-93250000D01* X192041928Y-93350000D01* X192041928Y-93650000D01* X192045868Y-93690000D01* X191257104Y-93690000D01* X191158145Y-93649010D01* X190987165Y-93615000D01* X190812835Y-93615000D01* X190641855Y-93649010D01* X190628258Y-93654642D01* X190638072Y-93555000D01* X190638072Y-93459480D01* X190638282Y-93458788D01* X190653921Y-93300000D01* X190638282Y-93141212D01* X190638072Y-93140520D01* X190638072Y-93045000D01* X190625812Y-92920518D01* X190589502Y-92800820D01* X190589064Y-92800000D01* X190589502Y-92799180D01* X190625812Y-92679482D01* X190638072Y-92555000D01* X190638072Y-92045000D01* X190625812Y-91920518D01* X190589502Y-91800820D01* X190530537Y-91690506D01* X190451185Y-91593815D01* X190354494Y-91514463D01* X190244180Y-91455498D01* X190124482Y-91419188D01* X190000000Y-91406928D01* X188987443Y-91406928D01* X188110270Y-90529755D01* X188069279Y-90430795D01* X187972426Y-90285845D01* X187849157Y-90162576D01* X187797600Y-90128126D01* X192675881Y-90128126D01* X192802046Y-90303000D01* X194193000Y-90303000D01* X194193000Y-89295000D01* X194447000Y-89295000D01* X194447000Y-90303000D01* X195837954Y-90303000D01* X195964119Y-90128126D01* X197105881Y-90128126D01* X197232046Y-90303000D01* X198373000Y-90303000D01* X198373000Y-89295000D01* X198073000Y-89295000D01* X197854013Y-89341585D01* X197648322Y-89429997D01* X197463831Y-89556839D01* X197307631Y-89717236D01* X197185724Y-89905024D01* X197105881Y-90128126D01* X195964119Y-90128126D01* X195884276Y-89905024D01* X195762369Y-89717236D01* X195606169Y-89556839D01* X195421678Y-89429997D01* X195215987Y-89341585D01* X194997000Y-89295000D01* X194447000Y-89295000D01* X194193000Y-89295000D01* X193643000Y-89295000D01* X193424013Y-89341585D01* X193218322Y-89429997D01* X193033831Y-89556839D01* X192877631Y-89717236D01* X192755724Y-89905024D01* X192675881Y-90128126D01* X187797600Y-90128126D01* X187704207Y-90065723D01* X187543147Y-89999010D01* X187372167Y-89965000D01* X187197837Y-89965000D01* X187026857Y-89999010D01* X187013072Y-90004720D01* X187013072Y-90000000D01* X187000812Y-89875518D01* X187000655Y-89875000D01* X187000812Y-89874482D01* X187013072Y-89750000D01* X187013072Y-89350000D01* X187000812Y-89225518D01* X186964502Y-89105820D01* X186905537Y-88995506D01* X186826185Y-88898815D01* X186729494Y-88819463D01* X186619180Y-88760498D01* X186499482Y-88724188D01* X186375000Y-88711928D01* X186007441Y-88711928D01* X185775267Y-88479755D01* X185734277Y-88380795D01* X185637424Y-88235845D01* X185514155Y-88112576D01* X185369205Y-88015723D01* X185208145Y-87949010D01* X185037165Y-87915000D01* X184862835Y-87915000D01* X184691855Y-87949010D01* X184530795Y-88015723D01* X184385845Y-88112576D01* X184262576Y-88235845D01* X184165723Y-88380795D01* X184099010Y-88541855D01* X184065180Y-88711928D01* X183825000Y-88711928D01* X183700518Y-88724188D01* X183580820Y-88760498D01* X183470506Y-88819463D01* X183373815Y-88898815D01* X183294463Y-88995506D01* X183262745Y-89054846D01* X183260000Y-88885750D01* X183101250Y-88727000D01* X182302000Y-88727000D01* X182302000Y-88747000D01* X182048000Y-88747000D01* X182048000Y-88727000D01* X182028000Y-88727000D01* X182028000Y-88473000D01* X182048000Y-88473000D01* X182048000Y-87648750D01* X182302000Y-87648750D01* X182302000Y-88473000D01* X183101250Y-88473000D01* X183260000Y-88314250D01* X183263072Y-88125000D01* X183250812Y-88000518D01* X183214502Y-87880820D01* X183155537Y-87770506D01* X183076185Y-87673815D01* X182979494Y-87594463D01* X182869180Y-87535498D01* X182749482Y-87499188D01* X182625000Y-87486928D01* X182460750Y-87490000D01* X182302000Y-87648750D01* X182048000Y-87648750D01* X181889250Y-87490000D01* X181725000Y-87486928D01* X181600518Y-87499188D01* X181480820Y-87535498D01* X181370506Y-87594463D01* X181326351Y-87630700D01* X181180283Y-87552625D01* X181018377Y-87503512D01* X180850000Y-87486928D01* X180400000Y-87486928D01* X180231623Y-87503512D01* X180069717Y-87552625D01* X179920503Y-87632382D01* X179819833Y-87715000D01* X179712835Y-87715000D01* X179542305Y-87748920D01* X179501185Y-87698815D01* X179404494Y-87619463D01* X179294180Y-87560498D01* X179174482Y-87524188D01* X179050000Y-87511928D01* X178810000Y-87511928D01* X178810000Y-86675000D01* X181936928Y-86675000D01* X181949188Y-86799482D01* X181985498Y-86919180D01* X182044463Y-87029494D01* X182123815Y-87126185D01* X182220506Y-87205537D01* X182330820Y-87264502D01* X182450518Y-87300812D01* X182575000Y-87313072D01* X182739250Y-87310000D01* X182898000Y-87151250D01* X182898000Y-86327000D01* X182098750Y-86327000D01* X181940000Y-86485750D01* X181936928Y-86675000D01* X178810000Y-86675000D01* X178810000Y-85259320D01* X178854494Y-85235537D01* X178928258Y-85175000D01* X181936928Y-85175000D01* X181949188Y-85299482D01* X181985498Y-85419180D01* X182001972Y-85450000D01* X181985498Y-85480820D01* X181949188Y-85600518D01* X181936928Y-85725000D01* X181940000Y-85914250D01* X182098750Y-86073000D01* X182898000Y-86073000D01* X182898000Y-84827000D01* X182098750Y-84827000D01* X181940000Y-84985750D01* X181936928Y-85175000D01* X178928258Y-85175000D01* X178951185Y-85156185D01* X179030537Y-85059494D01* X179089502Y-84949180D01* X179125812Y-84829482D01* X179138072Y-84705000D01* X179138072Y-83805000D01* X179125812Y-83680518D01* X179124139Y-83675000D01* X181936928Y-83675000D01* X181949188Y-83799482D01* X181985498Y-83919180D01* X182001972Y-83950000D01* X181985498Y-83980820D01* X181949188Y-84100518D01* X181936928Y-84225000D01* X181940000Y-84414250D01* X182098750Y-84573000D01* X182898000Y-84573000D01* X182898000Y-83327000D01* X182098750Y-83327000D01* X181940000Y-83485750D01* X181936928Y-83675000D01* X179124139Y-83675000D01* X179107454Y-83620000D01* X179125812Y-83559482D01* X179138072Y-83435000D01* X179138072Y-82535000D01* X179125812Y-82410518D01* X179107454Y-82350000D01* X179125812Y-82289482D01* X179137087Y-82175000D01* X181936928Y-82175000D01* X181949188Y-82299482D01* X181985498Y-82419180D01* X182001972Y-82450000D01* X181985498Y-82480820D01* X181949188Y-82600518D01* X181936928Y-82725000D01* X181940000Y-82914250D01* X182098750Y-83073000D01* X182898000Y-83073000D01* X182898000Y-81827000D01* X182098750Y-81827000D01* X181940000Y-81985750D01* X181936928Y-82175000D01* X179137087Y-82175000D01* X179138072Y-82165000D01* X179138072Y-81354981D01* X179158137Y-81350990D01* X179319197Y-81284277D01* X179464147Y-81187424D01* X179587416Y-81064155D01* X179684269Y-80919205D01* X179750982Y-80758145D01* X179784992Y-80587165D01* X179784992Y-80412835D01* X179750982Y-80241855D01* X179684269Y-80080795D01* X179587416Y-79935845D01* X179501572Y-79850001D01* X179503030Y-79848543D01* X180074733Y-80420246D01* X180115723Y-80519205D01* X180212576Y-80664155D01* X180335845Y-80787424D01* X180480795Y-80884277D01* X180641855Y-80950990D01* X180812835Y-80985000D01* X180987165Y-80985000D01* X181158145Y-80950990D01* X181319205Y-80884277D01* X181464155Y-80787424D01* X181576579Y-80675000D01* X181936928Y-80675000D01* X181949188Y-80799482D01* X181985498Y-80919180D01* X182001972Y-80950000D01* X181985498Y-80980820D01* X181949188Y-81100518D01* X181936928Y-81225000D01* X181940000Y-81414250D01* X182098750Y-81573000D01* X182898000Y-81573000D01* X182898000Y-80327000D01* X182098750Y-80327000D01* X181940000Y-80485750D01* X181936928Y-80675000D01* X181576579Y-80675000D01* X181587424Y-80664155D01* X181684277Y-80519205D01* X181750990Y-80358145D01* X181785000Y-80187165D01* X181785000Y-80012835D01* X181750990Y-79841855D01* X181684277Y-79680795D01* X181587424Y-79535845D01* X181464155Y-79412576D01* X181319205Y-79315723D01* X181220246Y-79274733D01* X181120513Y-79175000D01* X181936928Y-79175000D01* X181949188Y-79299482D01* X181985498Y-79419180D01* X182001972Y-79450000D01* X181985498Y-79480820D01* X181949188Y-79600518D01* X181936928Y-79725000D01* X181940000Y-79914250D01* X182098750Y-80073000D01* X182898000Y-80073000D01* X182898000Y-78827000D01* X182098750Y-78827000D01* X181940000Y-78985750D01* X181936928Y-79175000D01* X181120513Y-79175000D01* X179305899Y-77360387D01* X179280528Y-77329472D01* X179157189Y-77228251D01* X179125291Y-77211201D01* X179125812Y-77209482D01* X179138072Y-77085000D01* X179138072Y-76185000D01* X179125812Y-76060518D01* X179107454Y-76000000D01* X179125812Y-75939482D01* X179131379Y-75882957D01* X180862576Y-77614155D01* X180985845Y-77737424D01* X181022170Y-77761696D01* X181055941Y-77789411D01* X181094467Y-77810003D01* X181130795Y-77834277D01* X181171167Y-77851000D01* X181209686Y-77871588D01* X181251482Y-77884267D01* X181291855Y-77900990D01* X181334707Y-77909514D01* X181376510Y-77922195D01* X181419985Y-77926477D01* X181462835Y-77935000D01* X181506531Y-77935000D01* X181550000Y-77939281D01* X181593469Y-77935000D01* X181637165Y-77935000D01* X181680015Y-77926477D01* X181723490Y-77922195D01* X181765293Y-77909514D01* X181808145Y-77900990D01* X181848520Y-77884266D01* X181890313Y-77871588D01* X181928829Y-77851001D01* X181960799Y-77837759D01* X181985498Y-77919180D01* X182001972Y-77950000D01* X181985498Y-77980820D01* X181949188Y-78100518D01* X181936928Y-78225000D01* X181940000Y-78414250D01* X182098750Y-78573000D01* X182898000Y-78573000D01* X182898000Y-77327000D01* X182878000Y-77327000D01* X182878000Y-77073000D01* X182898000Y-77073000D01* X182898000Y-75827000D01* X182098750Y-75827000D01* X181940000Y-75985750D01* X181936928Y-76175000D01* X181938059Y-76186480D01* X180535000Y-74783422D01* X180535000Y-74675000D01* X181936928Y-74675000D01* X181949188Y-74799482D01* X181985498Y-74919180D01* X182001972Y-74950000D01* X181985498Y-74980820D01* X181949188Y-75100518D01* X181936928Y-75225000D01* X181940000Y-75414250D01* X182098750Y-75573000D01* X182898000Y-75573000D01* X182898000Y-74327000D01* X182098750Y-74327000D01* X181940000Y-74485750D01* X181936928Y-74675000D01* X180535000Y-74675000D01* X180535000Y-73075000D01* X181936928Y-73075000D01* X181949188Y-73199482D01* X181985498Y-73319180D01* X182028698Y-73400000D01* X181985498Y-73480820D01* X181949188Y-73600518D01* X181936928Y-73725000D01* X181940000Y-73914250D01* X182098750Y-74073000D01* X182898000Y-74073000D01* X182898000Y-72727000D01* X182098750Y-72727000D01* X181940000Y-72885750D01* X181936928Y-73075000D01* X180535000Y-73075000D01* X180535000Y-70800000D01* X181310718Y-70800000D01* X181315000Y-70843477D01* X181315000Y-70887165D01* X181323523Y-70930013D01* X181327805Y-70973490D01* X181340487Y-71015295D01* X181349010Y-71058145D01* X181365731Y-71098513D01* X181378411Y-71140313D01* X181399001Y-71178835D01* X181415723Y-71219205D01* X181439996Y-71255533D01* X181460589Y-71294059D01* X181488304Y-71327829D01* X181512576Y-71364155D01* X181543470Y-71395049D01* X181571183Y-71428817D01* X181604951Y-71456530D01* X181635845Y-71487424D01* X181672171Y-71511696D01* X181705941Y-71539411D01* X181744467Y-71560004D01* X181780795Y-71584277D01* X181821165Y-71600999D01* X181859687Y-71621589D01* X181901487Y-71634269D01* X181941855Y-71650990D01* X181984705Y-71659513D01* X182026510Y-71672195D01* X182069987Y-71676477D01* X182112835Y-71685000D01* X182114636Y-71685000D01* X182044463Y-71770506D01* X181985498Y-71880820D01* X181949188Y-72000518D01* X181936928Y-72125000D01* X181940000Y-72314250D01* X182098750Y-72473000D01* X182898000Y-72473000D01* X182898000Y-72453000D01* X183152000Y-72453000D01* X183152000Y-72473000D01* X183172000Y-72473000D01* X183172000Y-72727000D01* X183152000Y-72727000D01* X183152000Y-74073000D01* X183172000Y-74073000D01* X183172000Y-74327000D01* X183152000Y-74327000D01* X183152000Y-75573000D01* X183172000Y-75573000D01* X183172000Y-75827000D01* X183152000Y-75827000D01* X183152000Y-77073000D01* X183172000Y-77073000D01* X183172000Y-77327000D01* X183152000Y-77327000D01* X183152000Y-78573000D01* X183172000Y-78573000D01* X183172000Y-78827000D01* X183152000Y-78827000D01* X183152000Y-80073000D01* X183172000Y-80073000D01* X183172000Y-80327000D01* X183152000Y-80327000D01* X183152000Y-81573000D01* X183172000Y-81573000D01* X183172000Y-81827000D01* X183152000Y-81827000D01* X183152000Y-83073000D01* X183172000Y-83073000D01* X183172000Y-83327000D01* X183152000Y-83327000D01* X183152000Y-84573000D01* X183172000Y-84573000D01* X183172000Y-84827000D01* X183152000Y-84827000D01* X183152000Y-86073000D01* X183172000Y-86073000D01* X183172000Y-86327000D01* X183152000Y-86327000D01* X183152000Y-87151250D01* X183310750Y-87310000D01* X183475000Y-87313072D01* X183599482Y-87300812D01* X183719180Y-87264502D01* X183829494Y-87205537D01* X183873649Y-87169300D01* X184019717Y-87247375D01* X184181623Y-87296488D01* X184350000Y-87313072D01* X184800000Y-87313072D01* X184968377Y-87296488D01* X185130283Y-87247375D01* X185279497Y-87167618D01* X185410284Y-87060284D01* X185517618Y-86929497D01* X185597375Y-86780283D01* X185646488Y-86618377D01* X185652238Y-86560000D01* X187961928Y-86560000D01* X187961928Y-88570000D01* X187974188Y-88694482D01* X188010498Y-88814180D01* X188069463Y-88924494D01* X188148815Y-89021185D01* X188245506Y-89100537D01* X188355820Y-89159502D01* X188475518Y-89195812D01* X188600000Y-89208072D01* X191700000Y-89208072D01* X191824482Y-89195812D01* X191944180Y-89159502D01* X192054494Y-89100537D01* X192151185Y-89021185D01* X192230537Y-88924494D01* X192289502Y-88814180D01* X192325812Y-88694482D01* X192338072Y-88570000D01* X192338072Y-86270000D01* X192325812Y-86145518D01* X192298334Y-86054936D01* X192365910Y-86048280D01* X192518595Y-86001963D01* X192659311Y-85926749D01* X192782650Y-85825528D01* X192808021Y-85794613D01* X194194632Y-84408003D01* X194225541Y-84382637D01* X194292693Y-84300812D01* X194326762Y-84259299D01* X194375766Y-84167618D01* X194401976Y-84118582D01* X194448293Y-83965897D01* X194460013Y-83846900D01* X194460013Y-83846898D01* X194463932Y-83807110D01* X194460013Y-83767322D01* X194460013Y-83207121D01* X194501003Y-83108162D01* X194535013Y-82937182D01* X194535013Y-82762852D01* X194501003Y-82591872D01* X194434290Y-82430812D01* X194337437Y-82285862D01* X194214168Y-82162593D01* X194069218Y-82065740D01* X193908158Y-81999027D01* X193737178Y-81965017D01* X193562848Y-81965017D01* X193391868Y-81999027D01* X193230808Y-82065740D01* X193085858Y-82162593D01* X192962589Y-82285862D01* X192865736Y-82430812D01* X192830864Y-82515000D01* X192737825Y-82515000D01* X192566845Y-82549010D01* X192405785Y-82615723D01* X192260835Y-82712576D01* X192137566Y-82835845D01* X192040713Y-82980795D01* X191999723Y-83079755D01* X191639478Y-83440000D01* X189634132Y-83440000D01* X189638072Y-83400000D01* X189638072Y-83100000D01* X189628223Y-82999999D01* X189638072Y-82900000D01* X189638072Y-82600000D01* X189627845Y-82496159D01* X189635000Y-82431750D01* X189602753Y-82399503D01* X189589502Y-82355820D01* X189532939Y-82250000D01* X189589502Y-82144180D01* X189602753Y-82100497D01* X189635000Y-82068250D01* X189627845Y-82003841D01* X189638072Y-81900000D01* X189638072Y-81600000D01* X189634132Y-81560000D01* X189992886Y-81560000D01* X190091845Y-81600990D01* X190262825Y-81635000D01* X190437155Y-81635000D01* X190608135Y-81600990D01* X190769195Y-81534277D01* X190914145Y-81437424D01* X191037414Y-81314155D01* X191134267Y-81169205D01* X191200980Y-81008145D01* X191234990Y-80837165D01* X191234990Y-80662835D01* X191200980Y-80491855D01* X191134267Y-80330795D01* X191121155Y-80311171D01* X191177792Y-80254534D01* X191274645Y-80109584D01* X191341358Y-79948524D01* X191375368Y-79777544D01* X191375368Y-79603214D01* X191341358Y-79432234D01* X191289942Y-79308106D01* X191333893Y-79264155D01* X191430746Y-79119205D01* X191497459Y-78958145D01* X191531469Y-78787165D01* X191531469Y-78612835D01* X191497459Y-78441855D01* X191430746Y-78280795D01* X191358480Y-78172642D01* X191371080Y-78109297D01* X191371080Y-77934967D01* X191337070Y-77763987D01* X191270357Y-77602927D01* X191173504Y-77457977D01* X191050235Y-77334708D01* X190905285Y-77237855D01* X190744225Y-77171142D01* X190573245Y-77137132D01* X190563721Y-77137132D01* X190464155Y-77037566D01* X190319205Y-76940713D01* X190158145Y-76874000D01* X189987165Y-76839990D01* X189812835Y-76839990D01* X189641855Y-76874000D01* X189638072Y-76875567D01* X189638072Y-76600000D01* X189628223Y-76500000D01* X189638072Y-76400000D01* X189638072Y-76100000D01* X189628223Y-76000000D01* X189638072Y-75900000D01* X189638072Y-75600000D01* X189628223Y-75500000D01* X189638072Y-75400000D01* X189638072Y-75100000D01* X189628223Y-75000000D01* X189638072Y-74900000D01* X189638072Y-74600000D01* X189628223Y-74500000D01* X189638072Y-74400000D01* X189638072Y-74368072D01* X191700000Y-74368072D01* X191824482Y-74355812D01* X191944180Y-74319502D01* X192054494Y-74260537D01* X192151185Y-74181185D01* X192230537Y-74084494D01* X192289502Y-73974180D01* X192325812Y-73854482D01* X192338072Y-73730000D01* X192338072Y-71430000D01* X192325812Y-71305518D01* X192289502Y-71185820D01* X192230537Y-71075506D01* X192151185Y-70978815D01* X192054494Y-70899463D01* X192045727Y-70894777D01* X192195716Y-70849278D01* X192340608Y-70771831D01* X192442590Y-70688137D01* X192473815Y-70726185D01* X192570506Y-70805537D01* X192680820Y-70864502D01* X192800518Y-70900812D01* X192925000Y-70913072D01* X193039250Y-70910000D01* X193198000Y-70751250D01* X193198000Y-69927000D01* X193452000Y-69927000D01* X193452000Y-70751250D01* X193610750Y-70910000D01* X193725000Y-70913072D01* X193849482Y-70900812D01* X193969180Y-70864502D01* X194079494Y-70805537D01* X194176185Y-70726185D01* X194255537Y-70629494D01* X194314502Y-70519180D01* X194350812Y-70399482D01* X194363072Y-70275000D01* X194360000Y-70085750D01* X194201250Y-69927000D01* X193452000Y-69927000D01* X193198000Y-69927000D01* X193178000Y-69927000D01* X193178000Y-69673000D01* X193198000Y-69673000D01* X193198000Y-68127000D01* X193452000Y-68127000D01* X193452000Y-69673000D01* X194201250Y-69673000D01* X194360000Y-69514250D01* X194363072Y-69325000D01* X194350812Y-69200518D01* X194339382Y-69162839D01* X194514250Y-69160000D01* X194673000Y-69001250D01* X194673000Y-68202000D01* X194927000Y-68202000D01* X194927000Y-69001250D01* X195085750Y-69160000D01* X195275000Y-69163072D01* X195399482Y-69150812D01* X195519180Y-69114502D01* X195629494Y-69055537D01* X195726185Y-68976185D01* X195805537Y-68879494D01* X195864502Y-68769180D01* X195900812Y-68649482D01* X195913072Y-68525000D01* X195910000Y-68360750D01* X195751250Y-68202000D01* X194927000Y-68202000D01* X194673000Y-68202000D01* X194276250Y-68202000D01* X194201250Y-68127000D01* X193452000Y-68127000D01* X193198000Y-68127000D01* X193178000Y-68127000D01* X193178000Y-67873000D01* X193198000Y-67873000D01* X193198000Y-67853000D01* X193452000Y-67853000D01* X193452000Y-67873000D01* X193773750Y-67873000D01* X193848750Y-67948000D01* X194673000Y-67948000D01* X194673000Y-67928000D01* X194927000Y-67928000D01* X194927000Y-67948000D01* X195751250Y-67948000D01* X195910000Y-67789250D01* X195913072Y-67625000D01* X195900812Y-67500518D01* X195864502Y-67380820D01* X195805537Y-67270506D01* X195769300Y-67226351D01* X195847375Y-67080283D01* X195896488Y-66918377D01* X195913072Y-66750000D01* X195913072Y-66300000D01* X195896488Y-66131623D01* X195847375Y-65969717D01* X195767618Y-65820503D01* X195660284Y-65689716D01* X195529497Y-65582382D01* X195380283Y-65502625D01* X195218377Y-65453512D01* X195050000Y-65436928D01* X194550000Y-65436928D01* X194475069Y-65444308D01* X194476477Y-65430013D01* X194485000Y-65387165D01* X194485000Y-64989912D01* X194489281Y-64946446D01* X194485000Y-64902980D01* X194485000Y-64902970D01* X194472195Y-64772957D01* X194421589Y-64606134D01* X194339411Y-64452388D01* X194228817Y-64317630D01* X194195045Y-64289914D01* X194060086Y-64154955D01* X194032369Y-64121182D01* X193897611Y-64010588D01* X193888499Y-64005718D01* X193930537Y-63954494D01* X193989502Y-63844180D01* X194025812Y-63724482D01* X194038072Y-63600000D01* X194038072Y-62700000D01* X194025812Y-62575518D01* X193989502Y-62455820D01* X193930537Y-62345506D01* X193851185Y-62248815D01* X193754494Y-62169463D01* X193644180Y-62110498D01* X193524482Y-62074188D01* X193400000Y-62061928D01* X192963506Y-62061928D01* X192706534Y-61804956D01* X192678817Y-61771183D01* X192544059Y-61660589D01* X192390313Y-61578411D01* X192223490Y-61527805D01* X192093477Y-61515000D01* X192093469Y-61515000D01* X192050000Y-61510719D01* X192006531Y-61515000D01* X189443469Y-61515000D01* X189400000Y-61510719D01* X189356531Y-61515000D01* X189356523Y-61515000D01* X189226510Y-61527805D01* X189059687Y-61578411D01* X188905941Y-61660589D01* X188804953Y-61743468D01* X188804951Y-61743470D01* X188771183Y-61771183D01* X188743470Y-61804951D01* X188139380Y-62409042D01* X188024482Y-62374188D01* X187900000Y-62361928D01* X187000000Y-62361928D01* X186875518Y-62374188D01* X186755820Y-62410498D01* X186645506Y-62469463D01* X186548815Y-62548815D01* X186469463Y-62645506D01* X186410498Y-62755820D01* X186374188Y-62875518D01* X186361928Y-63000000D01* X186361928Y-64200000D01* X186374188Y-64324482D01* X186410498Y-64444180D01* X186469463Y-64554494D01* X186548815Y-64651185D01* X186565000Y-64664468D01* X186565001Y-64835532D01* X186548815Y-64848815D01* X186469463Y-64945506D01* X186432317Y-65015000D01* X186318469Y-65015000D01* X186275000Y-65010719D01* X186231531Y-65015000D01* X186231523Y-65015000D01* X186101510Y-65027805D01* X185934687Y-65078411D01* X185780941Y-65160589D01* X185646183Y-65271183D01* X185633261Y-65286928D01* X185550000Y-65286928D01* X185381623Y-65303512D01* X185219717Y-65352625D01* X185070503Y-65432382D01* X185000000Y-65490242D01* X184929497Y-65432382D01* X184780283Y-65352625D01* X184618377Y-65303512D01* X184450000Y-65286928D01* X184000000Y-65286928D01* X183831623Y-65303512D01* X183669717Y-65352625D01* X183520503Y-65432382D01* X183389716Y-65539716D01* X183282382Y-65670503D01* X183202625Y-65819717D01* X183153512Y-65981623D01* X183136928Y-66150000D01* X183136928Y-66650000D01* X183153512Y-66818377D01* X183202625Y-66980283D01* X183282382Y-67129497D01* X183334785Y-67193351D01* X183275518Y-67199188D01* X183155820Y-67235498D01* X183045506Y-67294463D01* X182948815Y-67373815D01* X182869463Y-67470506D01* X182810498Y-67580820D01* X182774188Y-67700518D01* X182761928Y-67825000D01* X182761928Y-68805000D01* X182774188Y-68929482D01* X182810498Y-69049180D01* X182869463Y-69159494D01* X182948815Y-69256185D01* X183045506Y-69335537D01* X183155820Y-69394502D01* X183275518Y-69430812D01* X183400000Y-69443072D01* X186800000Y-69443072D01* X186924482Y-69430812D01* X187021901Y-69401260D01* X187024188Y-69424482D01* X187060498Y-69544180D01* X187112911Y-69642236D01* X187044180Y-69605498D01* X186924482Y-69569188D01* X186800000Y-69556928D01* X183400000Y-69556928D01* X183275518Y-69569188D01* X183155820Y-69605498D01* X183045506Y-69664463D01* X182948815Y-69743815D01* X182869463Y-69840506D01* X182829644Y-69915000D01* X182112835Y-69915000D01* X182069987Y-69923523D01* X182026510Y-69927805D01* X181984705Y-69940487D01* X181941855Y-69949010D01* X181901487Y-69965731D01* X181859687Y-69978411D01* X181821165Y-69999001D01* X181780795Y-70015723D01* X181744467Y-70039996D01* X181705941Y-70060589D01* X181672171Y-70088304D01* X181635845Y-70112576D01* X181604951Y-70143470D01* X181571183Y-70171183D01* X181543470Y-70204951D01* X181512576Y-70235845D01* X181488304Y-70272171D01* X181460589Y-70305941D01* X181439996Y-70344467D01* X181415723Y-70380795D01* X181399001Y-70421165D01* X181378411Y-70459687D01* X181365731Y-70501487D01* X181349010Y-70541855D01* X181340487Y-70584705D01* X181327805Y-70626510D01* X181323523Y-70669987D01* X181315000Y-70712835D01* X181315000Y-70756523D01* X181310718Y-70800000D01* X180535000Y-70800000D01* X180535000Y-69708469D01* X180539281Y-69665000D01* X180535000Y-69621531D01* X180535000Y-69621523D01* X180522195Y-69491510D01* X180471589Y-69324687D01* X180389411Y-69170941D01* X180343758Y-69115313D01* X180306532Y-69069953D01* X180306530Y-69069951D01* X180278817Y-69036183D01* X180245050Y-69008471D01* X179656532Y-68419954D01* X179628817Y-68386183D01* X179494059Y-68275589D01* X179340313Y-68193411D01* X179173490Y-68142805D01* X179137029Y-68139214D01* X179135000Y-68030750D01* X178976250Y-67872000D01* X177627000Y-67872000D01* X177627000Y-67892000D01* X177373000Y-67892000D01* X177373000Y-67872000D01* X176023750Y-67872000D01* X175865000Y-68030750D01* X175861928Y-68195000D01* X175874188Y-68319482D01* X175892546Y-68380000D01* X175874188Y-68440518D01* X175861928Y-68565000D01* X175861928Y-69465000D01* X175867756Y-69524171D01* X175838527Y-69533037D01* X175817680Y-69544180D01* X175697810Y-69608251D01* X175675562Y-69626510D01* X175574472Y-69709472D01* X175549105Y-69740382D01* X171136118Y-74153370D01* X171138072Y-72745000D01* X171125812Y-72620518D01* X171089502Y-72500820D01* X171030537Y-72390506D01* X170951185Y-72293815D01* X170854494Y-72214463D01* X170744180Y-72155498D01* X170624482Y-72119188D01* X170500000Y-72106928D01* X168285750Y-72110000D01* X168127000Y-72268750D01* X168127000Y-75118000D01* X168147000Y-75118000D01* X168147000Y-75372000D01* X168127000Y-75372000D01* X168127000Y-78221250D01* X168285750Y-78380000D01* X170500000Y-78383072D01* X170624482Y-78370812D01* X170718722Y-78342224D01* X170718723Y-82550397D01* X170677732Y-82649358D01* X170643722Y-82820338D01* X170643722Y-82840000D01* X168385513Y-82840000D01* X164410000Y-78864488D01* X164410000Y-77745000D01* X164861928Y-77745000D01* X164874188Y-77869482D01* X164910498Y-77989180D01* X164969463Y-78099494D01* X165048815Y-78196185D01* X165145506Y-78275537D01* X165255820Y-78334502D01* X165375518Y-78370812D01* X165500000Y-78383072D01* X167714250Y-78380000D01* X167873000Y-78221250D01* X167873000Y-75372000D01* X165023750Y-75372000D01* X164865000Y-75530750D01* X164861928Y-77745000D01* X164410000Y-77745000D01* X164410000Y-72745000D01* X164861928Y-72745000D01* X164865000Y-74959250D01* X165023750Y-75118000D01* X167873000Y-75118000D01* X167873000Y-72268750D01* X167714250Y-72110000D01* X165500000Y-72106928D01* X165375518Y-72119188D01* X165255820Y-72155498D01* X165145506Y-72214463D01* X165048815Y-72293815D01* X164969463Y-72390506D01* X164910498Y-72500820D01* X164874188Y-72620518D01* X164861928Y-72745000D01* X164410000Y-72745000D01* X164410000Y-72659786D01* X164413919Y-72619998D01* X164410000Y-72580207D01* X164398280Y-72461210D01* X164351963Y-72308525D01* X164276750Y-72167810D01* X164276749Y-72167808D01* X164200893Y-72075378D01* X164175528Y-72044470D01* X164144619Y-72019104D01* X162681754Y-70556240D01* X162708145Y-70550990D01* X162748523Y-70534265D01* X162790313Y-70521588D01* X162828826Y-70501002D01* X162869205Y-70484277D01* X162905543Y-70459997D01* X162944058Y-70439410D01* X162977820Y-70411702D01* X163014155Y-70387424D01* X163045052Y-70356527D01* X163078817Y-70328817D01* X163106527Y-70295052D01* X163137424Y-70264155D01* X163161702Y-70227820D01* X163189410Y-70194058D01* X163209997Y-70155543D01* X163234277Y-70119205D01* X163251002Y-70078826D01* X163271588Y-70040313D01* X163284265Y-69998523D01* X163300990Y-69958145D01* X163309516Y-69915283D01* X163322194Y-69873489D01* X163326475Y-69830024D01* X163335000Y-69787165D01* X163335000Y-69743465D01* X163339281Y-69699999D01* X163335000Y-69656533D01* X163335000Y-69612835D01* X163326475Y-69569978D01* X163322194Y-69526509D01* X163309515Y-69484712D01* X163300990Y-69441855D01* X163284267Y-69401481D01* X163271588Y-69359686D01* X163251000Y-69321168D01* X163234277Y-69280795D01* X163210001Y-69244464D01* X163189410Y-69205940D01* X163161696Y-69172170D01* X163137424Y-69135845D01* X163014155Y-69012576D01* X162421532Y-68419954D01* X162393817Y-68386183D01* X162259059Y-68275589D01* X162136582Y-68210125D01* X162138072Y-68195000D01* X162135000Y-68030750D01* X161976250Y-67872000D01* X160627000Y-67872000D01* X160627000Y-67892000D01* X160373000Y-67892000D01* X160373000Y-67872000D01* X159023750Y-67872000D01* X158865000Y-68030750D01* X158863144Y-68130000D01* X158382846Y-68130000D01* X158371831Y-68109392D01* X158267606Y-67982394D01* X158140608Y-67878169D01* X157995716Y-67800722D01* X157838500Y-67753031D01* X157675000Y-67736928D01* X157125000Y-67736928D01* X156961500Y-67753031D01* X156804284Y-67800722D01* X156659392Y-67878169D01* X156532394Y-67982394D01* X156428169Y-68109392D01* X156350722Y-68254284D01* X156303031Y-68411500D01* X156286928Y-68575000D01* X156286928Y-68975000D01* X156303031Y-69138500D01* X156350722Y-69295716D01* X156428169Y-69440608D01* X156532394Y-69567606D01* X156571866Y-69600000D01* X156532394Y-69632394D01* X156428169Y-69759392D01* X156350722Y-69904284D01* X156303031Y-70061500D01* X156286928Y-70225000D01* X156286928Y-70625000D01* X156303031Y-70788500D01* X156350722Y-70945716D01* X156428169Y-71090608D01* X156442543Y-71108122D01* X156432382Y-71120503D01* X156352625Y-71269717D01* X156303512Y-71431623D01* X156286928Y-71600000D01* X156286928Y-72050000D01* X156303512Y-72218377D01* X156352625Y-72380283D01* X156430700Y-72526351D01* X156394463Y-72570506D01* X156335498Y-72680820D01* X156299188Y-72800518D01* X156286928Y-72925000D01* X156290000Y-73089250D01* X156448750Y-73248000D01* X157273000Y-73248000D01* X157273000Y-73228000D01* X157527000Y-73228000D01* X157527000Y-73248000D01* X158351250Y-73248000D01* X158510000Y-73089250D01* X158513072Y-72925000D01* X158500812Y-72800518D01* X158464502Y-72680820D01* X158405537Y-72570506D01* X158369300Y-72526351D01* X158447375Y-72380283D01* X158496488Y-72218377D01* X158513072Y-72050000D01* X158513072Y-71600000D01* X158496488Y-71431623D01* X158447375Y-71269717D01* X158394075Y-71170000D01* X158861928Y-71170000D01* X158861928Y-72005000D01* X158874188Y-72129482D01* X158892546Y-72190000D01* X158874188Y-72250518D01* X158861928Y-72375000D01* X158861928Y-73275000D01* X158874188Y-73399482D01* X158892546Y-73460000D01* X158874188Y-73520518D01* X158861928Y-73645000D01* X158861928Y-74545000D01* X158874188Y-74669482D01* X158892546Y-74730000D01* X158874188Y-74790518D01* X158861928Y-74915000D01* X158861928Y-75815000D01* X158874188Y-75939482D01* X158892546Y-76000000D01* X158874188Y-76060518D01* X158861928Y-76185000D01* X158861928Y-77085000D01* X158874188Y-77209482D01* X158892546Y-77270000D01* X158874188Y-77330518D01* X158861928Y-77455000D01* X158861928Y-78355000D01* X158874188Y-78479482D01* X158892546Y-78540000D01* X158874188Y-78600518D01* X158861928Y-78725000D01* X158861928Y-79625000D01* X158874188Y-79749482D01* X158892546Y-79810000D01* X158874188Y-79870518D01* X158861928Y-79995000D01* X158861928Y-80895000D01* X158874188Y-81019482D01* X158892546Y-81080000D01* X158874188Y-81140518D01* X158861928Y-81265000D01* X158861928Y-82165000D01* X158874188Y-82289482D01* X158892546Y-82350000D01* X158874188Y-82410518D01* X158861928Y-82535000D01* X158861928Y-83435000D01* X158874188Y-83559482D01* X158892546Y-83620000D01* X158874188Y-83680518D01* X158861928Y-83805000D01* X158861928Y-84705000D01* X158874188Y-84829482D01* X158910498Y-84949180D01* X158969463Y-85059494D01* X159048815Y-85156185D01* X159145506Y-85235537D01* X159255820Y-85294502D01* X159375518Y-85330812D01* X159500000Y-85343072D01* X161500000Y-85343072D01* X161549999Y-85338148D01* X161549999Y-87091530D01* X161545718Y-87134999D01* X161549999Y-87178468D01* X161549999Y-87178475D01* X161557846Y-87258145D01* X161562804Y-87308489D01* X161564779Y-87315000D01* X161613410Y-87475311D01* X161695588Y-87629057D01* X161806182Y-87763816D01* X161839955Y-87791533D01* X164613422Y-90565000D01* X163750843Y-90565002D01* X163699999Y-90559994D01* X163497103Y-90579978D01* X163302006Y-90639161D01* X163122202Y-90735267D01* X163005802Y-90830795D01* X162964603Y-90864606D01* X162932196Y-90904094D01* X162754093Y-91082197D01* X162714605Y-91114604D01* X162682198Y-91154092D01* X162682197Y-91154093D01* X162585266Y-91272203D01* X162489160Y-91452007D01* X162477199Y-91491438D01* X162401185Y-91398815D01* X162304494Y-91319463D01* X162194180Y-91260498D01* X162074482Y-91224188D01* X161950000Y-91211928D01* X160985750Y-91215000D01* X160827000Y-91373750D01* X160827000Y-92973000D01* X160847000Y-92973000D01* X160847000Y-93227000D01* X160827000Y-93227000D01* X160827000Y-93247000D01* X160573000Y-93247000D01* X160573000Y-93227000D01* X158973750Y-93227000D01* X158815000Y-93385750D01* X158811928Y-94350000D01* X158824188Y-94474482D01* X158860498Y-94594180D01* X158919463Y-94704494D01* X158998815Y-94801185D01* X159095506Y-94880537D01* X159205820Y-94939502D01* X159240427Y-94950000D01* X159205820Y-94960498D01* X159095506Y-95019463D01* X158998815Y-95098815D01* X158919463Y-95195506D01* X158860498Y-95305820D01* X158824188Y-95425518D01* X158811928Y-95550000D01* X158811928Y-98050000D01* X158824188Y-98174482D01* X158860498Y-98294180D01* X158919463Y-98404494D01* X158998815Y-98501185D01* X159095506Y-98580537D01* X159205820Y-98639502D01* X159325518Y-98675812D01* X159450000Y-98688072D01* X161950000Y-98688072D01* X162074482Y-98675812D01* X162194180Y-98639502D01* X162304494Y-98580537D01* X162401185Y-98501185D01* X162480537Y-98404494D01* X162539502Y-98294180D01* X162572621Y-98185000D01* X164750838Y-98185000D01* X164902895Y-98170024D01* X165079073Y-98116580D01* X165088300Y-98127824D01* X165112576Y-98164155D01* X165235845Y-98287424D01* X165235848Y-98287426D01* X165343466Y-98395044D01* X165371183Y-98428817D01* X165505941Y-98539411D01* X165659687Y-98621589D01* X165826510Y-98672195D01* X165956523Y-98685000D01* X165956531Y-98685000D01* X166000000Y-98689281D01* X166043469Y-98685000D01* X166556531Y-98685000D01* X166600000Y-98689281D01* X166643469Y-98685000D01* X166643477Y-98685000D01* X166773490Y-98672195D01* X166940313Y-98621589D01* X167094059Y-98539411D01* X167228817Y-98428817D01* X167256534Y-98395044D01* X167495044Y-98156534D01* X167528817Y-98128817D01* X167551564Y-98101099D01* X167554482Y-98100812D01* X167674180Y-98064502D01* X167729373Y-98035000D01* X168119031Y-98035000D01* X168162500Y-98039281D01* X168205969Y-98035000D01* X168205977Y-98035000D01* X168335990Y-98022195D01* X168366064Y-98013072D01* X168631250Y-98013072D01* X168798408Y-97996608D01* X168959142Y-97947850D01* X169107275Y-97868671D01* X169200000Y-97792574D01* X169292725Y-97868671D01* X169440858Y-97947850D01* X169601592Y-97996608D01* X169768750Y-98013072D01* X170206250Y-98013072D01* X170373408Y-97996608D01* X170534142Y-97947850D01* X170682275Y-97868671D01* X170784150Y-97785065D01* X170904284Y-97849278D01* X171061500Y-97896969D01* X171225000Y-97913072D01* X171775000Y-97913072D01* X171938500Y-97896969D01* X172095716Y-97849278D01* X172240608Y-97771831D01* X172367606Y-97667606D01* X172471831Y-97540608D01* X172549278Y-97395716D01* X172596969Y-97238500D01* X172613072Y-97075000D01* X172613072Y-96979837D01* X172640293Y-96971579D01* X172678815Y-96950989D01* X172715000Y-96936000D01* X172715001Y-99315000D01* X117485000Y-99315000D01* X117485000Y-91850000D01* X158811928Y-91850000D01* X158815000Y-92814250D01* X158973750Y-92973000D01* X160573000Y-92973000D01* X160573000Y-91373750D01* X160414250Y-91215000D01* X159450000Y-91211928D01* X159325518Y-91224188D01* X159205820Y-91260498D01* X159095506Y-91319463D01* X158998815Y-91398815D01* X158919463Y-91495506D01* X158860498Y-91605820D01* X158824188Y-91725518D01* X158811928Y-91850000D01* X117485000Y-91850000D01* X117485000Y-73825000D01* X156286928Y-73825000D01* X156299188Y-73949482D01* X156335498Y-74069180D01* X156394463Y-74179494D01* X156473815Y-74276185D01* X156570506Y-74355537D01* X156680820Y-74414502D01* X156800518Y-74450812D01* X156925000Y-74463072D01* X157114250Y-74460000D01* X157273000Y-74301250D01* X157273000Y-73502000D01* X157527000Y-73502000D01* X157527000Y-74301250D01* X157685750Y-74460000D01* X157875000Y-74463072D01* X157999482Y-74450812D01* X158119180Y-74414502D01* X158229494Y-74355537D01* X158326185Y-74276185D01* X158405537Y-74179494D01* X158464502Y-74069180D01* X158500812Y-73949482D01* X158513072Y-73825000D01* X158510000Y-73660750D01* X158351250Y-73502000D01* X157527000Y-73502000D01* X157273000Y-73502000D01* X156448750Y-73502000D01* X156290000Y-73660750D01* X156286928Y-73825000D01* X117485000Y-73825000D01* X117485000Y-67295000D01* X158861928Y-67295000D01* X158865000Y-67459250D01* X159023750Y-67618000D01* X160373000Y-67618000D01* X160373000Y-66818750D01* X160627000Y-66818750D01* X160627000Y-67618000D01* X161976250Y-67618000D01* X162135000Y-67459250D01* X162138072Y-67295000D01* X175861928Y-67295000D01* X175865000Y-67459250D01* X176023750Y-67618000D01* X177373000Y-67618000D01* X177373000Y-66818750D01* X177627000Y-66818750D01* X177627000Y-67618000D01* X178976250Y-67618000D01* X179135000Y-67459250D01* X179138072Y-67295000D01* X179125812Y-67170518D01* X179089502Y-67050820D01* X179030537Y-66940506D01* X178951185Y-66843815D01* X178854494Y-66764463D01* X178744180Y-66705498D01* X178624482Y-66669188D01* X178500000Y-66656928D01* X177785750Y-66660000D01* X177627000Y-66818750D01* X177373000Y-66818750D01* X177214250Y-66660000D01* X176500000Y-66656928D01* X176375518Y-66669188D01* X176255820Y-66705498D01* X176145506Y-66764463D01* X176048815Y-66843815D01* X175969463Y-66940506D01* X175910498Y-67050820D01* X175874188Y-67170518D01* X175861928Y-67295000D01* X162138072Y-67295000D01* X162125812Y-67170518D01* X162089502Y-67050820D01* X162030537Y-66940506D01* X161951185Y-66843815D01* X161854494Y-66764463D01* X161744180Y-66705498D01* X161624482Y-66669188D01* X161500000Y-66656928D01* X160785750Y-66660000D01* X160627000Y-66818750D01* X160373000Y-66818750D01* X160214250Y-66660000D01* X159500000Y-66656928D01* X159375518Y-66669188D01* X159255820Y-66705498D01* X159145506Y-66764463D01* X159048815Y-66843815D01* X158969463Y-66940506D01* X158910498Y-67050820D01* X158874188Y-67170518D01* X158861928Y-67295000D01* X117485000Y-67295000D01* X117485000Y-60685000D01* X154873000Y-60685000D01* X154873000Y-66000000D01* G37* %TD.AperFunction*% D36* X189823750Y-63473000D02* X190623000Y-63473000D01* X190623000Y-63453000D01* X190877000Y-63453000D01* X190877000Y-63473000D01* X190897000Y-63473000D01* X190897000Y-63727000D01* X190877000Y-63727000D01* X190877000Y-63747000D01* X190623000Y-63747000D01* X190623000Y-63727000D01* X189823750Y-63727000D01* X189665000Y-63885750D01* X189661928Y-64200000D01* X189674188Y-64324482D01* X189710498Y-64444180D01* X189769463Y-64554494D01* X189848815Y-64651185D01* X189945506Y-64730537D01* X189981918Y-64750000D01* X189945506Y-64769463D01* X189848815Y-64848815D01* X189769463Y-64945506D01* X189710498Y-65055820D01* X189674188Y-65175518D01* X189661928Y-65300000D01* X189661928Y-66500000D01* X189674188Y-66624482D01* X189710498Y-66744180D01* X189769463Y-66854494D01* X189816598Y-66911928D01* X189650000Y-66911928D01* X189525518Y-66924188D01* X189485000Y-66936479D01* X189485000Y-63566578D01* X189701164Y-63350414D01* X189823750Y-63473000D01* %TA.AperFunction,Conductor*% D35* G36* X189823750Y-63473000D02* G01* X190623000Y-63473000D01* X190623000Y-63453000D01* X190877000Y-63453000D01* X190877000Y-63473000D01* X190897000Y-63473000D01* X190897000Y-63727000D01* X190877000Y-63727000D01* X190877000Y-63747000D01* X190623000Y-63747000D01* X190623000Y-63727000D01* X189823750Y-63727000D01* X189665000Y-63885750D01* X189661928Y-64200000D01* X189674188Y-64324482D01* X189710498Y-64444180D01* X189769463Y-64554494D01* X189848815Y-64651185D01* X189945506Y-64730537D01* X189981918Y-64750000D01* X189945506Y-64769463D01* X189848815Y-64848815D01* X189769463Y-64945506D01* X189710498Y-65055820D01* X189674188Y-65175518D01* X189661928Y-65300000D01* X189661928Y-66500000D01* X189674188Y-66624482D01* X189710498Y-66744180D01* X189769463Y-66854494D01* X189816598Y-66911928D01* X189650000Y-66911928D01* X189525518Y-66924188D01* X189485000Y-66936479D01* X189485000Y-63566578D01* X189701164Y-63350414D01* X189823750Y-63473000D01* G37* %TD.AperFunction*% D36* X162714604Y-93880398D02* X162754097Y-93912809D01* X163037191Y-94195903D01* X163069602Y-94235396D01* X163227201Y-94364734D01* X163407005Y-94460841D01* X163602103Y-94520024D01* X163675000Y-94527204D01* X163639463Y-94570506D01* X163580498Y-94680820D01* X163544188Y-94800518D01* X163531928Y-94925000D01* X163531928Y-95575000D01* X163544188Y-95699482D01* X163551929Y-95725000D01* X163544188Y-95750518D01* X163531928Y-95875000D01* X163535000Y-95914250D01* X163693748Y-96072998D01* X163535000Y-96072998D01* X163535000Y-96115000D01* X162588072Y-96115000D01* X162588072Y-95550000D01* X162575812Y-95425518D01* X162539502Y-95305820D01* X162480537Y-95195506D01* X162401185Y-95098815D01* X162304494Y-95019463D01* X162194180Y-94960498D01* X162159573Y-94950000D01* X162194180Y-94939502D01* X162304494Y-94880537D01* X162401185Y-94801185D01* X162480537Y-94704494D01* X162539502Y-94594180D01* X162575812Y-94474482D01* X162588072Y-94350000D01* X162586077Y-93723787D01* X162714604Y-93880398D01* %TA.AperFunction,Conductor*% D35* G36* X162714604Y-93880398D02* G01* X162754097Y-93912809D01* X163037191Y-94195903D01* X163069602Y-94235396D01* X163227201Y-94364734D01* X163407005Y-94460841D01* X163602103Y-94520024D01* X163675000Y-94527204D01* X163639463Y-94570506D01* X163580498Y-94680820D01* X163544188Y-94800518D01* X163531928Y-94925000D01* X163531928Y-95575000D01* X163544188Y-95699482D01* X163551929Y-95725000D01* X163544188Y-95750518D01* X163531928Y-95875000D01* X163535000Y-95914250D01* X163693748Y-96072998D01* X163535000Y-96072998D01* X163535000Y-96115000D01* X162588072Y-96115000D01* X162588072Y-95550000D01* X162575812Y-95425518D01* X162539502Y-95305820D01* X162480537Y-95195506D01* X162401185Y-95098815D01* X162304494Y-95019463D01* X162194180Y-94960498D01* X162159573Y-94950000D01* X162194180Y-94939502D01* X162304494Y-94880537D01* X162401185Y-94801185D01* X162480537Y-94704494D01* X162539502Y-94594180D01* X162575812Y-94474482D01* X162588072Y-94350000D01* X162586077Y-93723787D01* X162714604Y-93880398D01* G37* %TD.AperFunction*% D36* X172697472Y-94474050D02* X172565313Y-94403411D01* X172398490Y-94352805D01* X172268477Y-94340000D01* X172268469Y-94340000D01* X172253191Y-94338495D01* X172240608Y-94328169D01* X172095716Y-94250722D01* X171938500Y-94203031D01* X171775000Y-94186928D01* X171225000Y-94186928D01* X171061500Y-94203031D01* X170904284Y-94250722D01* X170900102Y-94252958D01* X170876185Y-94223815D01* X170779494Y-94144463D01* X170669180Y-94085498D01* X170549482Y-94049188D01* X170425000Y-94036928D01* X170310750Y-94040000D01* X170152000Y-94198750D01* X170152000Y-95023000D01* X170172000Y-95023000D01* X170172000Y-95277000D01* X170152000Y-95277000D01* X170152000Y-95297000D01* X169898000Y-95297000D01* X169898000Y-95277000D01* X169878000Y-95277000D01* X169878000Y-95023000D01* X169898000Y-95023000D01* X169898000Y-94198750D01* X169739250Y-94040000D01* X169625000Y-94036928D01* X169500518Y-94049188D01* X169380820Y-94085498D01* X169270506Y-94144463D01* X169173815Y-94223815D01* X169142590Y-94261863D01* X169040608Y-94178169D01* X168918628Y-94112969D01* X168925000Y-94113072D01* X169049482Y-94100812D01* X169169180Y-94064502D01* X169279494Y-94005537D01* X169376185Y-93926185D01* X169455537Y-93829494D01* X169514502Y-93719180D01* X169550812Y-93599482D01* X169563072Y-93475000D01* X169560000Y-93310750D01* X169401250Y-93152000D01* X168577000Y-93152000D01* X168577000Y-93172000D01* X168323000Y-93172000D01* X168323000Y-93152000D01* X168303000Y-93152000D01* X168303000Y-92898000D01* X168323000Y-92898000D01* X168323000Y-92878000D01* X168577000Y-92878000D01* X168577000Y-92898000D01* X169401250Y-92898000D01* X169560000Y-92739250D01* X169563072Y-92575000D01* X169550812Y-92450518D01* X169523354Y-92360000D01* X170583422Y-92360000D01* X172697472Y-94474050D01* %TA.AperFunction,Conductor*% D35* G36* X172697472Y-94474050D02* G01* X172565313Y-94403411D01* X172398490Y-94352805D01* X172268477Y-94340000D01* X172268469Y-94340000D01* X172253191Y-94338495D01* X172240608Y-94328169D01* X172095716Y-94250722D01* X171938500Y-94203031D01* X171775000Y-94186928D01* X171225000Y-94186928D01* X171061500Y-94203031D01* X170904284Y-94250722D01* X170900102Y-94252958D01* X170876185Y-94223815D01* X170779494Y-94144463D01* X170669180Y-94085498D01* X170549482Y-94049188D01* X170425000Y-94036928D01* X170310750Y-94040000D01* X170152000Y-94198750D01* X170152000Y-95023000D01* X170172000Y-95023000D01* X170172000Y-95277000D01* X170152000Y-95277000D01* X170152000Y-95297000D01* X169898000Y-95297000D01* X169898000Y-95277000D01* X169878000Y-95277000D01* X169878000Y-95023000D01* X169898000Y-95023000D01* X169898000Y-94198750D01* X169739250Y-94040000D01* X169625000Y-94036928D01* X169500518Y-94049188D01* X169380820Y-94085498D01* X169270506Y-94144463D01* X169173815Y-94223815D01* X169142590Y-94261863D01* X169040608Y-94178169D01* X168918628Y-94112969D01* X168925000Y-94113072D01* X169049482Y-94100812D01* X169169180Y-94064502D01* X169279494Y-94005537D01* X169376185Y-93926185D01* X169455537Y-93829494D01* X169514502Y-93719180D01* X169550812Y-93599482D01* X169563072Y-93475000D01* X169560000Y-93310750D01* X169401250Y-93152000D01* X168577000Y-93152000D01* X168577000Y-93172000D01* X168323000Y-93172000D01* X168323000Y-93152000D01* X168303000Y-93152000D01* X168303000Y-92898000D01* X168323000Y-92898000D01* X168323000Y-92878000D01* X168577000Y-92878000D01* X168577000Y-92898000D01* X169401250Y-92898000D01* X169560000Y-92739250D01* X169563072Y-92575000D01* X169550812Y-92450518D01* X169523354Y-92360000D01* X170583422Y-92360000D01* X172697472Y-94474050D01* G37* %TD.AperFunction*% D36* X189597000Y-94406928D02* X189303000Y-94406928D01* X189303000Y-94193072D01* X189597000Y-94193072D01* X189597000Y-94406928D01* %TA.AperFunction,Conductor*% D35* G36* X189597000Y-94406928D02* G01* X189303000Y-94406928D01* X189303000Y-94193072D01* X189597000Y-94193072D01* X189597000Y-94406928D01* G37* %TD.AperFunction*% D36* X179620813Y-89466696D02* X179600722Y-89504284D01* X179553031Y-89661500D01* X179536928Y-89825000D01* X179536928Y-90217417D01* X179424116Y-90309999D01* X179400313Y-90339003D01* X179089003Y-90650313D01* X179059999Y-90674116D01* X179019266Y-90723750D01* X178965026Y-90789841D01* X178911939Y-90889159D01* X178894454Y-90921871D01* X178850997Y-91065132D01* X178840000Y-91176785D01* X178840000Y-91176795D01* X178836324Y-91214117D01* X178840000Y-91251440D01* X178840000Y-91913071D01* X178485750Y-91915000D01* X178327000Y-92073750D01* X178327000Y-92873000D01* X178347000Y-92873000D01* X178347000Y-93127000D01* X178327000Y-93127000D01* X178327000Y-93147000D01* X178073000Y-93147000D01* X178073000Y-93127000D01* X178053000Y-93127000D01* X178053000Y-92873000D01* X178073000Y-92873000D01* X178073000Y-92073750D01* X177914250Y-91915000D01* X177350000Y-91911928D01* X177225518Y-91924188D01* X177105820Y-91960498D01* X176995506Y-92019463D01* X176898815Y-92098815D01* X176819463Y-92195506D01* X176792139Y-92246626D01* X176330523Y-91785010D01* X176796230Y-91785010D01* X176895189Y-91826000D01* X177066169Y-91860010D01* X177240499Y-91860010D01* X177411479Y-91826000D01* X177572539Y-91759287D01* X177717489Y-91662434D01* X177840758Y-91539165D01* X177937611Y-91394215D01* X178004324Y-91233155D01* X178038334Y-91062175D01* X178038334Y-91054925D01* X178058140Y-91050985D01* X178219200Y-90984272D01* X178364150Y-90887419D01* X178487419Y-90764150D01* X178584272Y-90619200D01* X178650985Y-90458140D01* X178684995Y-90287160D01* X178684995Y-90112830D01* X178650985Y-89941850D01* X178584272Y-89780790D01* X178522319Y-89688072D01* X179050000Y-89688072D01* X179174482Y-89675812D01* X179294180Y-89639502D01* X179404494Y-89580537D01* X179501185Y-89501185D01* X179542305Y-89451080D01* X179620813Y-89466696D01* %TA.AperFunction,Conductor*% D35* G36* X179620813Y-89466696D02* G01* X179600722Y-89504284D01* X179553031Y-89661500D01* X179536928Y-89825000D01* X179536928Y-90217417D01* X179424116Y-90309999D01* X179400313Y-90339003D01* X179089003Y-90650313D01* X179059999Y-90674116D01* X179019266Y-90723750D01* X178965026Y-90789841D01* X178911939Y-90889159D01* X178894454Y-90921871D01* X178850997Y-91065132D01* X178840000Y-91176785D01* X178840000Y-91176795D01* X178836324Y-91214117D01* X178840000Y-91251440D01* X178840000Y-91913071D01* X178485750Y-91915000D01* X178327000Y-92073750D01* X178327000Y-92873000D01* X178347000Y-92873000D01* X178347000Y-93127000D01* X178327000Y-93127000D01* X178327000Y-93147000D01* X178073000Y-93147000D01* X178073000Y-93127000D01* X178053000Y-93127000D01* X178053000Y-92873000D01* X178073000Y-92873000D01* X178073000Y-92073750D01* X177914250Y-91915000D01* X177350000Y-91911928D01* X177225518Y-91924188D01* X177105820Y-91960498D01* X176995506Y-92019463D01* X176898815Y-92098815D01* X176819463Y-92195506D01* X176792139Y-92246626D01* X176330523Y-91785010D01* X176796230Y-91785010D01* X176895189Y-91826000D01* X177066169Y-91860010D01* X177240499Y-91860010D01* X177411479Y-91826000D01* X177572539Y-91759287D01* X177717489Y-91662434D01* X177840758Y-91539165D01* X177937611Y-91394215D01* X178004324Y-91233155D01* X178038334Y-91062175D01* X178038334Y-91054925D01* X178058140Y-91050985D01* X178219200Y-90984272D01* X178364150Y-90887419D01* X178487419Y-90764150D01* X178584272Y-90619200D01* X178650985Y-90458140D01* X178684995Y-90287160D01* X178684995Y-90112830D01* X178650985Y-89941850D01* X178584272Y-89780790D01* X178522319Y-89688072D01* X179050000Y-89688072D01* X179174482Y-89675812D01* X179294180Y-89639502D01* X179404494Y-89580537D01* X179501185Y-89501185D01* X179542305Y-89451080D01* X179620813Y-89466696D01* G37* %TD.AperFunction*% D36* X163570750Y-86890000D02* X163735000Y-86893072D01* X163859482Y-86880812D01* X163920000Y-86862454D01* X163980518Y-86880812D01* X164105000Y-86893072D01* X165005000Y-86893072D01* X165129482Y-86880812D01* X165190000Y-86862454D01* X165250518Y-86880812D01* X165375000Y-86893072D01* X166275000Y-86893072D01* X166399482Y-86880812D01* X166460000Y-86862454D01* X166520518Y-86880812D01* X166645000Y-86893072D01* X167545000Y-86893072D01* X167669482Y-86880812D01* X167730000Y-86862454D01* X167790518Y-86880812D01* X167915000Y-86893072D01* X168815000Y-86893072D01* X168939482Y-86880812D01* X169000000Y-86862454D01* X169060518Y-86880812D01* X169185000Y-86893072D01* X170085000Y-86893072D01* X170209482Y-86880812D01* X170270000Y-86862454D01* X170330518Y-86880812D01* X170455000Y-86893072D01* X171355000Y-86893072D01* X171479482Y-86880812D01* X171540000Y-86862454D01* X171600518Y-86880812D01* X171672725Y-86887924D01* X171635845Y-86912566D01* X171512576Y-87035835D01* X171415723Y-87180785D01* X171349010Y-87341845D01* X171347821Y-87347821D01* X171341845Y-87349010D01* X171180785Y-87415723D01* X171035835Y-87512576D01* X170912566Y-87635845D01* X170815713Y-87780795D01* X170749000Y-87941855D01* X170714990Y-88112835D01* X170714990Y-88287165D01* X170749000Y-88458145D01* X170815713Y-88619205D01* X170912566Y-88764155D01* X171035835Y-88887424D01* X171180785Y-88984277D01* X171279763Y-89025275D01* X172826454Y-90571967D01* X172712576Y-90685845D01* X172615723Y-90830795D01* X172549010Y-90991855D01* X172515000Y-91162835D01* X172515000Y-91337165D01* X172549010Y-91508145D01* X172615723Y-91669205D01* X172712576Y-91814155D01* X172835845Y-91937424D01* X172980795Y-92034277D01* X173079756Y-92075268D01* X173783497Y-92779009D01* X173772176Y-92788300D01* X173735845Y-92812576D01* X173637500Y-92910921D01* X171606534Y-90879956D01* X171578817Y-90846183D01* X171444059Y-90735589D01* X171290313Y-90653411D01* X171123490Y-90602805D01* X170993477Y-90590000D01* X170993469Y-90590000D01* X170950000Y-90585719D01* X170906531Y-90590000D01* X169249705Y-90590000D01* X169179497Y-90532382D01* X169030283Y-90452625D01* X168868377Y-90403512D01* X168700000Y-90386928D01* X168200000Y-90386928D01* X168031623Y-90403512D01* X167869717Y-90452625D01* X167720503Y-90532382D01* X167589716Y-90639716D01* X167576469Y-90655858D01* X167554482Y-90649188D01* X167430000Y-90636928D01* X167188507Y-90636928D01* X163412002Y-86860424D01* X163412002Y-86731252D01* X163570750Y-86890000D01* %TA.AperFunction,Conductor*% D35* G36* X163570750Y-86890000D02* G01* X163735000Y-86893072D01* X163859482Y-86880812D01* X163920000Y-86862454D01* X163980518Y-86880812D01* X164105000Y-86893072D01* X165005000Y-86893072D01* X165129482Y-86880812D01* X165190000Y-86862454D01* X165250518Y-86880812D01* X165375000Y-86893072D01* X166275000Y-86893072D01* X166399482Y-86880812D01* X166460000Y-86862454D01* X166520518Y-86880812D01* X166645000Y-86893072D01* X167545000Y-86893072D01* X167669482Y-86880812D01* X167730000Y-86862454D01* X167790518Y-86880812D01* X167915000Y-86893072D01* X168815000Y-86893072D01* X168939482Y-86880812D01* X169000000Y-86862454D01* X169060518Y-86880812D01* X169185000Y-86893072D01* X170085000Y-86893072D01* X170209482Y-86880812D01* X170270000Y-86862454D01* X170330518Y-86880812D01* X170455000Y-86893072D01* X171355000Y-86893072D01* X171479482Y-86880812D01* X171540000Y-86862454D01* X171600518Y-86880812D01* X171672725Y-86887924D01* X171635845Y-86912566D01* X171512576Y-87035835D01* X171415723Y-87180785D01* X171349010Y-87341845D01* X171347821Y-87347821D01* X171341845Y-87349010D01* X171180785Y-87415723D01* X171035835Y-87512576D01* X170912566Y-87635845D01* X170815713Y-87780795D01* X170749000Y-87941855D01* X170714990Y-88112835D01* X170714990Y-88287165D01* X170749000Y-88458145D01* X170815713Y-88619205D01* X170912566Y-88764155D01* X171035835Y-88887424D01* X171180785Y-88984277D01* X171279763Y-89025275D01* X172826454Y-90571967D01* X172712576Y-90685845D01* X172615723Y-90830795D01* X172549010Y-90991855D01* X172515000Y-91162835D01* X172515000Y-91337165D01* X172549010Y-91508145D01* X172615723Y-91669205D01* X172712576Y-91814155D01* X172835845Y-91937424D01* X172980795Y-92034277D01* X173079756Y-92075268D01* X173783497Y-92779009D01* X173772176Y-92788300D01* X173735845Y-92812576D01* X173637500Y-92910921D01* X171606534Y-90879956D01* X171578817Y-90846183D01* X171444059Y-90735589D01* X171290313Y-90653411D01* X171123490Y-90602805D01* X170993477Y-90590000D01* X170993469Y-90590000D01* X170950000Y-90585719D01* X170906531Y-90590000D01* X169249705Y-90590000D01* X169179497Y-90532382D01* X169030283Y-90452625D01* X168868377Y-90403512D01* X168700000Y-90386928D01* X168200000Y-90386928D01* X168031623Y-90403512D01* X167869717Y-90452625D01* X167720503Y-90532382D01* X167589716Y-90639716D01* X167576469Y-90655858D01* X167554482Y-90649188D01* X167430000Y-90636928D01* X167188507Y-90636928D01* X163412002Y-86860424D01* X163412002Y-86731252D01* X163570750Y-86890000D01* G37* %TD.AperFunction*% D36* X163412000Y-85128000D02* X163432000Y-85128000D01* X163432000Y-85382000D01* X163412000Y-85382000D01* X163412000Y-85402000D01* X163319999Y-85402000D01* X163319999Y-85108000D01* X163412000Y-85108000D01* X163412000Y-85128000D01* %TA.AperFunction,Conductor*% D35* G36* X163412000Y-85128000D02* G01* X163432000Y-85128000D01* X163432000Y-85382000D01* X163412000Y-85382000D01* X163412000Y-85402000D01* X163319999Y-85402000D01* X163319999Y-85108000D01* X163412000Y-85108000D01* X163412000Y-85128000D01* G37* %TD.AperFunction*% %TD*% D37* X168400000Y-90050000D03* X169850000Y-93000000D03* X179300000Y-89750000D03* X190900000Y-93400000D03* X176950000Y-87250000D03* X184950000Y-88800000D03* X163450000Y-97150000D03* X163450000Y-91850000D03* X183400000Y-90900000D03* X179800000Y-88600000D03* X187285002Y-90850000D03* X183400000Y-90200000D03* X165800000Y-97600000D03* X191699982Y-97200000D03* X181600000Y-94000000D03* X172810131Y-82726922D03* X172800000Y-87000000D03* X177799995Y-90199995D03* X177153334Y-90975010D03* X172178097Y-82878737D03* X172200000Y-87599990D03* X183200000Y-96200006D03* X182200000Y-70800000D03* X174300000Y-93500000D03* X178000000Y-95400000D03* X175025000Y-95550000D03* X185075000Y-71575000D03* X162450000Y-73600000D03* X162450000Y-69700000D03* X185500000Y-76399988D03* X190900000Y-94500000D03* X195200000Y-94500000D03* X176200000Y-96149990D03* X176200002Y-99062500D03* X173400008Y-83000000D03* X173400000Y-91250000D03* X171528722Y-82907503D03* X171599990Y-88200000D03* X192800000Y-65400000D03* X192824990Y-83400000D03* X193600000Y-65300000D03* X193650013Y-82850017D03* X178899992Y-80500000D03* X190646469Y-78700000D03* X181550000Y-77050000D03* X190349990Y-80750000D03* X180900000Y-80100000D03* X190490368Y-79690379D03* X175205002Y-80445000D03* X189900000Y-77724990D03* X174974999Y-81624999D03* X190486080Y-78022132D03* X172299980Y-96149990D03* X167500000Y-96149990D03* X187200000Y-78824990D03* X178893403Y-79206591D03* D38* X194320000Y-90430000D03* X194320000Y-99070000D03* D39* X194850000Y-97640000D03* D40* X198500000Y-99070000D03* D39* X194850000Y-91860000D03* D40* X198500000Y-90430000D03* M02* ================================================ FILE: gerber/smartdisplay-Top_Mask.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Soldermask,Top*% %TF.FilePolarity,Negative*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,0.350000*% %ADD11O,2.200000X1.100000*% %ADD12C,0.750000*% %ADD13O,1.700000X1.100000*% G04 APERTURE END LIST* %TO.C,C9*% G36* G01* X194525000Y-67575000D02* X195075000Y-67575000D01* G75* G02* X195325000Y-67825000I0J-250000D01* G01* X195325000Y-68325000D01* G75* G02* X195075000Y-68575000I-250000J0D01* G01* X194525000Y-68575000D01* G75* G02* X194275000Y-68325000I0J250000D01* G01* X194275000Y-67825000D01* G75* G02* X194525000Y-67575000I250000J0D01* G01* G37* G36* G01* X194525000Y-66025000D02* X195075000Y-66025000D01* G75* G02* X195325000Y-66275000I0J-250000D01* G01* X195325000Y-66775000D01* G75* G02* X195075000Y-67025000I-250000J0D01* G01* X194525000Y-67025000D01* G75* G02* X194275000Y-66775000I0J250000D01* G01* X194275000Y-66275000D01* G75* G02* X194525000Y-66025000I250000J0D01* G01* G37* %TD*% %TO.C,L1*% G36* G01* X186800000Y-68855000D02* X183400000Y-68855000D01* G75* G02* X183350000Y-68805000I0J50000D01* G01* X183350000Y-67825000D01* G75* G02* X183400000Y-67775000I50000J0D01* G01* X186800000Y-67775000D01* G75* G02* X186850000Y-67825000I0J-50000D01* G01* X186850000Y-68805000D01* G75* G02* X186800000Y-68855000I-50000J0D01* G01* G37* G36* G01* X186800000Y-71225000D02* X183400000Y-71225000D01* G75* G02* X183350000Y-71175000I0J50000D01* G01* X183350000Y-70195000D01* G75* G02* X183400000Y-70145000I50000J0D01* G01* X186800000Y-70145000D01* G75* G02* X186850000Y-70195000I0J-50000D01* G01* X186850000Y-71175000D01* G75* G02* X186800000Y-71225000I-50000J0D01* G01* G37* %TD*% %TO.C,R5*% G36* G01* X192875000Y-68300000D02* X192875000Y-67700000D01* G75* G02* X193100000Y-67475000I225000J0D01* G01* X193550000Y-67475000D01* G75* G02* X193775000Y-67700000I0J-225000D01* G01* X193775000Y-68300000D01* G75* G02* X193550000Y-68525000I-225000J0D01* G01* X193100000Y-68525000D01* G75* G02* X192875000Y-68300000I0J225000D01* G01* G37* G36* G01* X191225000Y-68300000D02* X191225000Y-67700000D01* G75* G02* X191450000Y-67475000I225000J0D01* G01* X191900000Y-67475000D01* G75* G02* X192125000Y-67700000I0J-225000D01* G01* X192125000Y-68300000D01* G75* G02* X191900000Y-68525000I-225000J0D01* G01* X191450000Y-68525000D01* G75* G02* X191225000Y-68300000I0J225000D01* G01* G37* %TD*% %TO.C,R4*% G36* G01* X192875000Y-70100000D02* X192875000Y-69500000D01* G75* G02* X193100000Y-69275000I225000J0D01* G01* X193550000Y-69275000D01* G75* G02* X193775000Y-69500000I0J-225000D01* G01* X193775000Y-70100000D01* G75* G02* X193550000Y-70325000I-225000J0D01* G01* X193100000Y-70325000D01* G75* G02* X192875000Y-70100000I0J225000D01* G01* G37* G36* G01* X191225000Y-70100000D02* X191225000Y-69500000D01* G75* G02* X191450000Y-69275000I225000J0D01* G01* X191900000Y-69275000D01* G75* G02* X192125000Y-69500000I0J-225000D01* G01* X192125000Y-70100000D01* G75* G02* X191900000Y-70325000I-225000J0D01* G01* X191450000Y-70325000D01* G75* G02* X191225000Y-70100000I0J225000D01* G01* G37* %TD*% %TO.C,Q1*% G36* G01* X188600000Y-68500000D02* X188600000Y-69300000D01* G75* G02* X188550000Y-69350000I-50000J0D01* G01* X187650000Y-69350000D01* G75* G02* X187600000Y-69300000I0J50000D01* G01* X187600000Y-68500000D01* G75* G02* X187650000Y-68450000I50000J0D01* G01* X188550000Y-68450000D01* G75* G02* X188600000Y-68500000I0J-50000D01* G01* G37* G36* G01* X190600000Y-67550000D02* X190600000Y-68350000D01* G75* G02* X190550000Y-68400000I-50000J0D01* G01* X189650000Y-68400000D01* G75* G02* X189600000Y-68350000I0J50000D01* G01* X189600000Y-67550000D01* G75* G02* X189650000Y-67500000I50000J0D01* G01* X190550000Y-67500000D01* G75* G02* X190600000Y-67550000I0J-50000D01* G01* G37* G36* G01* X190600000Y-69450000D02* X190600000Y-70250000D01* G75* G02* X190550000Y-70300000I-50000J0D01* G01* X189650000Y-70300000D01* G75* G02* X189600000Y-70250000I0J50000D01* G01* X189600000Y-69450000D01* G75* G02* X189650000Y-69400000I50000J0D01* G01* X190550000Y-69400000D01* G75* G02* X190600000Y-69450000I0J-50000D01* G01* G37* %TD*% %TO.C,D5*% G36* G01* X193400000Y-63650000D02* X192200000Y-63650000D01* G75* G02* X192150000Y-63600000I0J50000D01* G01* X192150000Y-62700000D01* G75* G02* X192200000Y-62650000I50000J0D01* G01* X193400000Y-62650000D01* G75* G02* X193450000Y-62700000I0J-50000D01* G01* X193450000Y-63600000D01* G75* G02* X193400000Y-63650000I-50000J0D01* G01* G37* G36* G01* X193400000Y-66950000D02* X192200000Y-66950000D01* G75* G02* X192150000Y-66900000I0J50000D01* G01* X192150000Y-66000000D01* G75* G02* X192200000Y-65950000I50000J0D01* G01* X193400000Y-65950000D01* G75* G02* X193450000Y-66000000I0J-50000D01* G01* X193450000Y-66900000D01* G75* G02* X193400000Y-66950000I-50000J0D01* G01* G37* %TD*% %TO.C,D1*% G36* G01* X190250000Y-66500000D02* X190250000Y-65300000D01* G75* G02* X190300000Y-65250000I50000J0D01* G01* X191200000Y-65250000D01* G75* G02* X191250000Y-65300000I0J-50000D01* G01* X191250000Y-66500000D01* G75* G02* X191200000Y-66550000I-50000J0D01* G01* X190300000Y-66550000D01* G75* G02* X190250000Y-66500000I0J50000D01* G01* G37* G36* G01* X186950000Y-66500000D02* X186950000Y-65300000D01* G75* G02* X187000000Y-65250000I50000J0D01* G01* X187900000Y-65250000D01* G75* G02* X187950000Y-65300000I0J-50000D01* G01* X187950000Y-66500000D01* G75* G02* X187900000Y-66550000I-50000J0D01* G01* X187000000Y-66550000D01* G75* G02* X186950000Y-66500000I0J50000D01* G01* G37* %TD*% %TO.C,D4*% G36* G01* X187950000Y-63000000D02* X187950000Y-64200000D01* G75* G02* X187900000Y-64250000I-50000J0D01* G01* X187000000Y-64250000D01* G75* G02* X186950000Y-64200000I0J50000D01* G01* X186950000Y-63000000D01* G75* G02* X187000000Y-62950000I50000J0D01* G01* X187900000Y-62950000D01* G75* G02* X187950000Y-63000000I0J-50000D01* G01* G37* G36* G01* X191250000Y-63000000D02* X191250000Y-64200000D01* G75* G02* X191200000Y-64250000I-50000J0D01* G01* X190300000Y-64250000D01* G75* G02* X190250000Y-64200000I0J50000D01* G01* X190250000Y-63000000D01* G75* G02* X190300000Y-62950000I50000J0D01* G01* X191200000Y-62950000D01* G75* G02* X191250000Y-63000000I0J-50000D01* G01* G37* %TD*% %TO.C,C15*% G36* G01* X183525000Y-85925000D02* X183525000Y-86475000D01* G75* G02* X183275000Y-86725000I-250000J0D01* G01* X182775000Y-86725000D01* G75* G02* X182525000Y-86475000I0J250000D01* G01* X182525000Y-85925000D01* G75* G02* X182775000Y-85675000I250000J0D01* G01* X183275000Y-85675000D01* G75* G02* X183525000Y-85925000I0J-250000D01* G01* G37* G36* G01* X185075000Y-85925000D02* X185075000Y-86475000D01* G75* G02* X184825000Y-86725000I-250000J0D01* G01* X184325000Y-86725000D01* G75* G02* X184075000Y-86475000I0J250000D01* G01* X184075000Y-85925000D01* G75* G02* X184325000Y-85675000I250000J0D01* G01* X184825000Y-85675000D01* G75* G02* X185075000Y-85925000I0J-250000D01* G01* G37* %TD*% %TO.C,C14*% G36* G01* X183525000Y-84425000D02* X183525000Y-84975000D01* G75* G02* X183275000Y-85225000I-250000J0D01* G01* X182775000Y-85225000D01* G75* G02* X182525000Y-84975000I0J250000D01* G01* X182525000Y-84425000D01* G75* G02* X182775000Y-84175000I250000J0D01* G01* X183275000Y-84175000D01* G75* G02* X183525000Y-84425000I0J-250000D01* G01* G37* G36* G01* X185075000Y-84425000D02* X185075000Y-84975000D01* G75* G02* X184825000Y-85225000I-250000J0D01* G01* X184325000Y-85225000D01* G75* G02* X184075000Y-84975000I0J250000D01* G01* X184075000Y-84425000D01* G75* G02* X184325000Y-84175000I250000J0D01* G01* X184825000Y-84175000D01* G75* G02* X185075000Y-84425000I0J-250000D01* G01* G37* %TD*% %TO.C,C13*% G36* G01* X183525000Y-82925000D02* X183525000Y-83475000D01* G75* G02* X183275000Y-83725000I-250000J0D01* G01* X182775000Y-83725000D01* G75* G02* X182525000Y-83475000I0J250000D01* G01* X182525000Y-82925000D01* G75* G02* X182775000Y-82675000I250000J0D01* G01* X183275000Y-82675000D01* G75* G02* X183525000Y-82925000I0J-250000D01* G01* G37* G36* G01* X185075000Y-82925000D02* X185075000Y-83475000D01* G75* G02* X184825000Y-83725000I-250000J0D01* G01* X184325000Y-83725000D01* G75* G02* X184075000Y-83475000I0J250000D01* G01* X184075000Y-82925000D01* G75* G02* X184325000Y-82675000I250000J0D01* G01* X184825000Y-82675000D01* G75* G02* X185075000Y-82925000I0J-250000D01* G01* G37* %TD*% %TO.C,C12*% G36* G01* X183525000Y-81425000D02* X183525000Y-81975000D01* G75* G02* X183275000Y-82225000I-250000J0D01* G01* X182775000Y-82225000D01* G75* G02* X182525000Y-81975000I0J250000D01* G01* X182525000Y-81425000D01* G75* G02* X182775000Y-81175000I250000J0D01* G01* X183275000Y-81175000D01* G75* G02* X183525000Y-81425000I0J-250000D01* G01* G37* G36* G01* X185075000Y-81425000D02* X185075000Y-81975000D01* G75* G02* X184825000Y-82225000I-250000J0D01* G01* X184325000Y-82225000D01* G75* G02* X184075000Y-81975000I0J250000D01* G01* X184075000Y-81425000D01* G75* G02* X184325000Y-81175000I250000J0D01* G01* X184825000Y-81175000D01* G75* G02* X185075000Y-81425000I0J-250000D01* G01* G37* %TD*% %TO.C,C11*% G36* G01* X183525000Y-79925000D02* X183525000Y-80475000D01* G75* G02* X183275000Y-80725000I-250000J0D01* G01* X182775000Y-80725000D01* G75* G02* X182525000Y-80475000I0J250000D01* G01* X182525000Y-79925000D01* G75* G02* X182775000Y-79675000I250000J0D01* G01* X183275000Y-79675000D01* G75* G02* X183525000Y-79925000I0J-250000D01* G01* G37* G36* G01* X185075000Y-79925000D02* X185075000Y-80475000D01* G75* G02* X184825000Y-80725000I-250000J0D01* G01* X184325000Y-80725000D01* G75* G02* X184075000Y-80475000I0J250000D01* G01* X184075000Y-79925000D01* G75* G02* X184325000Y-79675000I250000J0D01* G01* X184825000Y-79675000D01* G75* G02* X185075000Y-79925000I0J-250000D01* G01* G37* %TD*% %TO.C,C10*% G36* G01* X183525000Y-78425000D02* X183525000Y-78975000D01* G75* G02* X183275000Y-79225000I-250000J0D01* G01* X182775000Y-79225000D01* G75* G02* X182525000Y-78975000I0J250000D01* G01* X182525000Y-78425000D01* G75* G02* X182775000Y-78175000I250000J0D01* G01* X183275000Y-78175000D01* G75* G02* X183525000Y-78425000I0J-250000D01* G01* G37* G36* G01* X185075000Y-78425000D02* X185075000Y-78975000D01* G75* G02* X184825000Y-79225000I-250000J0D01* G01* X184325000Y-79225000D01* G75* G02* X184075000Y-78975000I0J250000D01* G01* X184075000Y-78425000D01* G75* G02* X184325000Y-78175000I250000J0D01* G01* X184825000Y-78175000D01* G75* G02* X185075000Y-78425000I0J-250000D01* G01* G37* %TD*% %TO.C,C8*% G36* G01* X184075000Y-72875000D02* X184075000Y-72325000D01* G75* G02* X184325000Y-72075000I250000J0D01* G01* X184825000Y-72075000D01* G75* G02* X185075000Y-72325000I0J-250000D01* G01* X185075000Y-72875000D01* G75* G02* X184825000Y-73125000I-250000J0D01* G01* X184325000Y-73125000D01* G75* G02* X184075000Y-72875000I0J250000D01* G01* G37* G36* G01* X182525000Y-72875000D02* X182525000Y-72325000D01* G75* G02* X182775000Y-72075000I250000J0D01* G01* X183275000Y-72075000D01* G75* G02* X183525000Y-72325000I0J-250000D01* G01* X183525000Y-72875000D01* G75* G02* X183275000Y-73125000I-250000J0D01* G01* X182775000Y-73125000D01* G75* G02* X182525000Y-72875000I0J250000D01* G01* G37* %TD*% %TO.C,C7*% G36* G01* X183525000Y-76925000D02* X183525000Y-77475000D01* G75* G02* X183275000Y-77725000I-250000J0D01* G01* X182775000Y-77725000D01* G75* G02* X182525000Y-77475000I0J250000D01* G01* X182525000Y-76925000D01* G75* G02* X182775000Y-76675000I250000J0D01* G01* X183275000Y-76675000D01* G75* G02* X183525000Y-76925000I0J-250000D01* G01* G37* G36* G01* X185075000Y-76925000D02* X185075000Y-77475000D01* G75* G02* X184825000Y-77725000I-250000J0D01* G01* X184325000Y-77725000D01* G75* G02* X184075000Y-77475000I0J250000D01* G01* X184075000Y-76925000D01* G75* G02* X184325000Y-76675000I250000J0D01* G01* X184825000Y-76675000D01* G75* G02* X185075000Y-76925000I0J-250000D01* G01* G37* %TD*% %TO.C,C4*% G36* G01* X184725000Y-66125000D02* X184725000Y-66675000D01* G75* G02* X184475000Y-66925000I-250000J0D01* G01* X183975000Y-66925000D01* G75* G02* X183725000Y-66675000I0J250000D01* G01* X183725000Y-66125000D01* G75* G02* X183975000Y-65875000I250000J0D01* G01* X184475000Y-65875000D01* G75* G02* X184725000Y-66125000I0J-250000D01* G01* G37* G36* G01* X186275000Y-66125000D02* X186275000Y-66675000D01* G75* G02* X186025000Y-66925000I-250000J0D01* G01* X185525000Y-66925000D01* G75* G02* X185275000Y-66675000I0J250000D01* G01* X185275000Y-66125000D01* G75* G02* X185525000Y-65875000I250000J0D01* G01* X186025000Y-65875000D01* G75* G02* X186275000Y-66125000I0J-250000D01* G01* G37* %TD*% %TO.C,C2*% G36* G01* X183525000Y-75425000D02* X183525000Y-75975000D01* G75* G02* X183275000Y-76225000I-250000J0D01* G01* X182775000Y-76225000D01* G75* G02* X182525000Y-75975000I0J250000D01* G01* X182525000Y-75425000D01* G75* G02* X182775000Y-75175000I250000J0D01* G01* X183275000Y-75175000D01* G75* G02* X183525000Y-75425000I0J-250000D01* G01* G37* G36* G01* X185075000Y-75425000D02* X185075000Y-75975000D01* G75* G02* X184825000Y-76225000I-250000J0D01* G01* X184325000Y-76225000D01* G75* G02* X184075000Y-75975000I0J250000D01* G01* X184075000Y-75425000D01* G75* G02* X184325000Y-75175000I250000J0D01* G01* X184825000Y-75175000D01* G75* G02* X185075000Y-75425000I0J-250000D01* G01* G37* %TD*% %TO.C,C1*% G36* G01* X183525000Y-73925000D02* X183525000Y-74475000D01* G75* G02* X183275000Y-74725000I-250000J0D01* G01* X182775000Y-74725000D01* G75* G02* X182525000Y-74475000I0J250000D01* G01* X182525000Y-73925000D01* G75* G02* X182775000Y-73675000I250000J0D01* G01* X183275000Y-73675000D01* G75* G02* X183525000Y-73925000I0J-250000D01* G01* G37* G36* G01* X185075000Y-73925000D02* X185075000Y-74475000D01* G75* G02* X184825000Y-74725000I-250000J0D01* G01* X184325000Y-74725000D01* G75* G02* X184075000Y-74475000I0J250000D01* G01* X184075000Y-73925000D01* G75* G02* X184325000Y-73675000I250000J0D01* G01* X184825000Y-73675000D01* G75* G02* X185075000Y-73925000I0J-250000D01* G01* G37* %TD*% %TO.C,U3*% G36* G01* X191700000Y-73780000D02* X188600000Y-73780000D01* G75* G02* X188550000Y-73730000I0J50000D01* G01* X188550000Y-71430000D01* G75* G02* X188600000Y-71380000I50000J0D01* G01* X191700000Y-71380000D01* G75* G02* X191750000Y-71430000I0J-50000D01* G01* X191750000Y-73730000D01* G75* G02* X191700000Y-73780000I-50000J0D01* G01* G37* G36* G01* X191700000Y-88620000D02* X188600000Y-88620000D01* G75* G02* X188550000Y-88570000I0J50000D01* G01* X188550000Y-86270000D01* G75* G02* X188600000Y-86220000I50000J0D01* G01* X191700000Y-86220000D01* G75* G02* X191750000Y-86270000I0J-50000D01* G01* X191750000Y-88570000D01* G75* G02* X191700000Y-88620000I-50000J0D01* G01* G37* G36* G01* X189000000Y-74450000D02* X187900000Y-74450000D01* G75* G02* X187850000Y-74400000I0J50000D01* G01* X187850000Y-74100000D01* G75* G02* X187900000Y-74050000I50000J0D01* G01* X189000000Y-74050000D01* G75* G02* X189050000Y-74100000I0J-50000D01* G01* X189050000Y-74400000D01* G75* G02* X189000000Y-74450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-74950000D02* X187900000Y-74950000D01* G75* G02* X187850000Y-74900000I0J50000D01* G01* X187850000Y-74600000D01* G75* G02* X187900000Y-74550000I50000J0D01* G01* X189000000Y-74550000D01* G75* G02* X189050000Y-74600000I0J-50000D01* G01* X189050000Y-74900000D01* G75* G02* X189000000Y-74950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-75450000D02* X187900000Y-75450000D01* G75* G02* X187850000Y-75400000I0J50000D01* G01* X187850000Y-75100000D01* G75* G02* X187900000Y-75050000I50000J0D01* G01* X189000000Y-75050000D01* G75* G02* X189050000Y-75100000I0J-50000D01* G01* X189050000Y-75400000D01* G75* G02* X189000000Y-75450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-75950000D02* X187900000Y-75950000D01* G75* G02* X187850000Y-75900000I0J50000D01* G01* X187850000Y-75600000D01* G75* G02* X187900000Y-75550000I50000J0D01* G01* X189000000Y-75550000D01* G75* G02* X189050000Y-75600000I0J-50000D01* G01* X189050000Y-75900000D01* G75* G02* X189000000Y-75950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-76450000D02* X187900000Y-76450000D01* G75* G02* X187850000Y-76400000I0J50000D01* G01* X187850000Y-76100000D01* G75* G02* X187900000Y-76050000I50000J0D01* G01* X189000000Y-76050000D01* G75* G02* X189050000Y-76100000I0J-50000D01* G01* X189050000Y-76400000D01* G75* G02* X189000000Y-76450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-76950000D02* X187900000Y-76950000D01* G75* G02* X187850000Y-76900000I0J50000D01* G01* X187850000Y-76600000D01* G75* G02* X187900000Y-76550000I50000J0D01* G01* X189000000Y-76550000D01* G75* G02* X189050000Y-76600000I0J-50000D01* G01* X189050000Y-76900000D01* G75* G02* X189000000Y-76950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-77450000D02* X187900000Y-77450000D01* G75* G02* X187850000Y-77400000I0J50000D01* G01* X187850000Y-77100000D01* G75* G02* X187900000Y-77050000I50000J0D01* G01* X189000000Y-77050000D01* G75* G02* X189050000Y-77100000I0J-50000D01* G01* X189050000Y-77400000D01* G75* G02* X189000000Y-77450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-77950000D02* X187900000Y-77950000D01* G75* G02* X187850000Y-77900000I0J50000D01* G01* X187850000Y-77600000D01* G75* G02* X187900000Y-77550000I50000J0D01* G01* X189000000Y-77550000D01* G75* G02* X189050000Y-77600000I0J-50000D01* G01* X189050000Y-77900000D01* G75* G02* X189000000Y-77950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-78450000D02* X187900000Y-78450000D01* G75* G02* X187850000Y-78400000I0J50000D01* G01* X187850000Y-78100000D01* G75* G02* X187900000Y-78050000I50000J0D01* G01* X189000000Y-78050000D01* G75* G02* X189050000Y-78100000I0J-50000D01* G01* X189050000Y-78400000D01* G75* G02* X189000000Y-78450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-78950000D02* X187900000Y-78950000D01* G75* G02* X187850000Y-78900000I0J50000D01* G01* X187850000Y-78600000D01* G75* G02* X187900000Y-78550000I50000J0D01* G01* X189000000Y-78550000D01* G75* G02* X189050000Y-78600000I0J-50000D01* G01* X189050000Y-78900000D01* G75* G02* X189000000Y-78950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-79450000D02* X187900000Y-79450000D01* G75* G02* X187850000Y-79400000I0J50000D01* G01* X187850000Y-79100000D01* G75* G02* X187900000Y-79050000I50000J0D01* G01* X189000000Y-79050000D01* G75* G02* X189050000Y-79100000I0J-50000D01* G01* X189050000Y-79400000D01* G75* G02* X189000000Y-79450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-79950000D02* X187900000Y-79950000D01* G75* G02* X187850000Y-79900000I0J50000D01* G01* X187850000Y-79600000D01* G75* G02* X187900000Y-79550000I50000J0D01* G01* X189000000Y-79550000D01* G75* G02* X189050000Y-79600000I0J-50000D01* G01* X189050000Y-79900000D01* G75* G02* X189000000Y-79950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-80450000D02* X187900000Y-80450000D01* G75* G02* X187850000Y-80400000I0J50000D01* G01* X187850000Y-80100000D01* G75* G02* X187900000Y-80050000I50000J0D01* G01* X189000000Y-80050000D01* G75* G02* X189050000Y-80100000I0J-50000D01* G01* X189050000Y-80400000D01* G75* G02* X189000000Y-80450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-80950000D02* X187900000Y-80950000D01* G75* G02* X187850000Y-80900000I0J50000D01* G01* X187850000Y-80600000D01* G75* G02* X187900000Y-80550000I50000J0D01* G01* X189000000Y-80550000D01* G75* G02* X189050000Y-80600000I0J-50000D01* G01* X189050000Y-80900000D01* G75* G02* X189000000Y-80950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-81450000D02* X187900000Y-81450000D01* G75* G02* X187850000Y-81400000I0J50000D01* G01* X187850000Y-81100000D01* G75* G02* X187900000Y-81050000I50000J0D01* G01* X189000000Y-81050000D01* G75* G02* X189050000Y-81100000I0J-50000D01* G01* X189050000Y-81400000D01* G75* G02* X189000000Y-81450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-81950000D02* X187900000Y-81950000D01* G75* G02* X187850000Y-81900000I0J50000D01* G01* X187850000Y-81600000D01* G75* G02* X187900000Y-81550000I50000J0D01* G01* X189000000Y-81550000D01* G75* G02* X189050000Y-81600000I0J-50000D01* G01* X189050000Y-81900000D01* G75* G02* X189000000Y-81950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-82450000D02* X187900000Y-82450000D01* G75* G02* X187850000Y-82400000I0J50000D01* G01* X187850000Y-82100000D01* G75* G02* X187900000Y-82050000I50000J0D01* G01* X189000000Y-82050000D01* G75* G02* X189050000Y-82100000I0J-50000D01* G01* X189050000Y-82400000D01* G75* G02* X189000000Y-82450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-82950000D02* X187900000Y-82950000D01* G75* G02* X187850000Y-82900000I0J50000D01* G01* X187850000Y-82600000D01* G75* G02* X187900000Y-82550000I50000J0D01* G01* X189000000Y-82550000D01* G75* G02* X189050000Y-82600000I0J-50000D01* G01* X189050000Y-82900000D01* G75* G02* X189000000Y-82950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-83450000D02* X187900000Y-83450000D01* G75* G02* X187850000Y-83400000I0J50000D01* G01* X187850000Y-83100000D01* G75* G02* X187900000Y-83050000I50000J0D01* G01* X189000000Y-83050000D01* G75* G02* X189050000Y-83100000I0J-50000D01* G01* X189050000Y-83400000D01* G75* G02* X189000000Y-83450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-83950000D02* X187900000Y-83950000D01* G75* G02* X187850000Y-83900000I0J50000D01* G01* X187850000Y-83600000D01* G75* G02* X187900000Y-83550000I50000J0D01* G01* X189000000Y-83550000D01* G75* G02* X189050000Y-83600000I0J-50000D01* G01* X189050000Y-83900000D01* G75* G02* X189000000Y-83950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-84450000D02* X187900000Y-84450000D01* G75* G02* X187850000Y-84400000I0J50000D01* G01* X187850000Y-84100000D01* G75* G02* X187900000Y-84050000I50000J0D01* G01* X189000000Y-84050000D01* G75* G02* X189050000Y-84100000I0J-50000D01* G01* X189050000Y-84400000D01* G75* G02* X189000000Y-84450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-84950000D02* X187900000Y-84950000D01* G75* G02* X187850000Y-84900000I0J50000D01* G01* X187850000Y-84600000D01* G75* G02* X187900000Y-84550000I50000J0D01* G01* X189000000Y-84550000D01* G75* G02* X189050000Y-84600000I0J-50000D01* G01* X189050000Y-84900000D01* G75* G02* X189000000Y-84950000I-50000J0D01* G01* G37* G36* G01* X189000000Y-85450000D02* X187900000Y-85450000D01* G75* G02* X187850000Y-85400000I0J50000D01* G01* X187850000Y-85100000D01* G75* G02* X187900000Y-85050000I50000J0D01* G01* X189000000Y-85050000D01* G75* G02* X189050000Y-85100000I0J-50000D01* G01* X189050000Y-85400000D01* G75* G02* X189000000Y-85450000I-50000J0D01* G01* G37* G36* G01* X189000000Y-85950000D02* X187900000Y-85950000D01* G75* G02* X187850000Y-85900000I0J50000D01* G01* X187850000Y-85600000D01* G75* G02* X187900000Y-85550000I50000J0D01* G01* X189000000Y-85550000D01* G75* G02* X189050000Y-85600000I0J-50000D01* G01* X189050000Y-85900000D01* G75* G02* X189000000Y-85950000I-50000J0D01* G01* G37* %TD*% %TO.C,U5*% G36* G01* X177700000Y-98225000D02* X177700000Y-98475000D01* G75* G02* X177650000Y-98525000I-50000J0D01* G01* X177100000Y-98525000D01* G75* G02* X177050000Y-98475000I0J50000D01* G01* X177050000Y-98225000D01* G75* G02* X177100000Y-98175000I50000J0D01* G01* X177650000Y-98175000D01* G75* G02* X177700000Y-98225000I0J-50000D01* G01* G37* G36* G01* X177700000Y-97725000D02* X177700000Y-97975000D01* G75* G02* X177650000Y-98025000I-50000J0D01* G01* X177100000Y-98025000D01* G75* G02* X177050000Y-97975000I0J50000D01* G01* X177050000Y-97725000D01* G75* G02* X177100000Y-97675000I50000J0D01* G01* X177650000Y-97675000D01* G75* G02* X177700000Y-97725000I0J-50000D01* G01* G37* G36* G01* X177700000Y-97225000D02* X177700000Y-97475000D01* G75* G02* X177650000Y-97525000I-50000J0D01* G01* X177100000Y-97525000D01* G75* G02* X177050000Y-97475000I0J50000D01* G01* X177050000Y-97225000D01* G75* G02* X177100000Y-97175000I50000J0D01* G01* X177650000Y-97175000D01* G75* G02* X177700000Y-97225000I0J-50000D01* G01* G37* G36* G01* X177050000Y-96975000D02* X177050000Y-96725000D01* G75* G02* X177100000Y-96675000I50000J0D01* G01* X177650000Y-96675000D01* G75* G02* X177700000Y-96725000I0J-50000D01* G01* X177700000Y-96975000D01* G75* G02* X177650000Y-97025000I-50000J0D01* G01* X177100000Y-97025000D01* G75* G02* X177050000Y-96975000I0J50000D01* G01* G37* G36* G01* X175350000Y-96725000D02* X175350000Y-96975000D01* G75* G02* X175300000Y-97025000I-50000J0D01* G01* X174750000Y-97025000D01* G75* G02* X174700000Y-96975000I0J50000D01* G01* X174700000Y-96725000D01* G75* G02* X174750000Y-96675000I50000J0D01* G01* X175300000Y-96675000D01* G75* G02* X175350000Y-96725000I0J-50000D01* G01* G37* G36* G01* X175350000Y-97225000D02* X175350000Y-97475000D01* G75* G02* X175300000Y-97525000I-50000J0D01* G01* X174750000Y-97525000D01* G75* G02* X174700000Y-97475000I0J50000D01* G01* X174700000Y-97225000D01* G75* G02* X174750000Y-97175000I50000J0D01* G01* X175300000Y-97175000D01* G75* G02* X175350000Y-97225000I0J-50000D01* G01* G37* G36* G01* X175350000Y-97725000D02* X175350000Y-97975000D01* G75* G02* X175300000Y-98025000I-50000J0D01* G01* X174750000Y-98025000D01* G75* G02* X174700000Y-97975000I0J50000D01* G01* X174700000Y-97725000D01* G75* G02* X174750000Y-97675000I50000J0D01* G01* X175300000Y-97675000D01* G75* G02* X175350000Y-97725000I0J-50000D01* G01* G37* G36* G01* X175350000Y-98225000D02* X175350000Y-98475000D01* G75* G02* X175300000Y-98525000I-50000J0D01* G01* X174750000Y-98525000D01* G75* G02* X174700000Y-98475000I0J50000D01* G01* X174700000Y-98225000D01* G75* G02* X174750000Y-98175000I50000J0D01* G01* X175300000Y-98175000D01* G75* G02* X175350000Y-98225000I0J-50000D01* G01* G37* D10* G36* X175690245Y-98499039D02* G01* X175680866Y-98496194D01* X175672221Y-98491573D01* X175664645Y-98485355D01* X175658427Y-98477779D01* X175653806Y-98469134D01* X175650961Y-98459755D01* X175650000Y-98450000D01* X175650000Y-96750000D01* X175650961Y-96740245D01* X175653806Y-96730866D01* X175658427Y-96722221D01* X175664645Y-96714645D01* X175672221Y-96708427D01* X175680866Y-96703806D01* X175690245Y-96700961D01* X175700000Y-96700000D01* X176700000Y-96700000D01* X176709755Y-96700961D01* X176719134Y-96703806D01* X176727779Y-96708427D01* X176735355Y-96714645D01* X176741573Y-96722221D01* X176746194Y-96730866D01* X176749039Y-96740245D01* X176750000Y-96750000D01* X176750000Y-98150000D01* X176749039Y-98159755D01* X176746194Y-98169134D01* X176741573Y-98177779D01* X176735355Y-98185355D01* X176435355Y-98485355D01* X176427779Y-98491573D01* X176419134Y-98496194D01* X176409755Y-98499039D01* X176400000Y-98500000D01* X175700000Y-98500000D01* X175690245Y-98499039D01* G37* %TD*% %TO.C,R8*% G36* G01* X177625000Y-94200000D02* X177625000Y-94800000D01* G75* G02* X177400000Y-95025000I-225000J0D01* G01* X176950000Y-95025000D01* G75* G02* X176725000Y-94800000I0J225000D01* G01* X176725000Y-94200000D01* G75* G02* X176950000Y-93975000I225000J0D01* G01* X177400000Y-93975000D01* G75* G02* X177625000Y-94200000I0J-225000D01* G01* G37* G36* G01* X179275000Y-94200000D02* X179275000Y-94800000D01* G75* G02* X179050000Y-95025000I-225000J0D01* G01* X178600000Y-95025000D01* G75* G02* X178375000Y-94800000I0J225000D01* G01* X178375000Y-94200000D01* G75* G02* X178600000Y-93975000I225000J0D01* G01* X179050000Y-93975000D01* G75* G02* X179275000Y-94200000I0J-225000D01* G01* G37* %TD*% %TO.C,R7*% G36* G01* X175175000Y-94800000D02* X175175000Y-94200000D01* G75* G02* X175400000Y-93975000I225000J0D01* G01* X175850000Y-93975000D01* G75* G02* X176075000Y-94200000I0J-225000D01* G01* X176075000Y-94800000D01* G75* G02* X175850000Y-95025000I-225000J0D01* G01* X175400000Y-95025000D01* G75* G02* X175175000Y-94800000I0J225000D01* G01* G37* G36* G01* X173525000Y-94800000D02* X173525000Y-94200000D01* G75* G02* X173750000Y-93975000I225000J0D01* G01* X174200000Y-93975000D01* G75* G02* X174425000Y-94200000I0J-225000D01* G01* X174425000Y-94800000D01* G75* G02* X174200000Y-95025000I-225000J0D01* G01* X173750000Y-95025000D01* G75* G02* X173525000Y-94800000I0J225000D01* G01* G37* %TD*% %TO.C,J2*% G36* G01* X194130000Y-91850000D02* X192680000Y-91850000D01* G75* G02* X192630000Y-91800000I0J50000D01* G01* X192630000Y-91200000D01* G75* G02* X192680000Y-91150000I50000J0D01* G01* X194130000Y-91150000D01* G75* G02* X194180000Y-91200000I0J-50000D01* G01* X194180000Y-91800000D01* G75* G02* X194130000Y-91850000I-50000J0D01* G01* G37* G36* G01* X194130000Y-92650000D02* X192680000Y-92650000D01* G75* G02* X192630000Y-92600000I0J50000D01* G01* X192630000Y-92000000D01* G75* G02* X192680000Y-91950000I50000J0D01* G01* X194130000Y-91950000D01* G75* G02* X194180000Y-92000000I0J-50000D01* G01* X194180000Y-92600000D01* G75* G02* X194130000Y-92650000I-50000J0D01* G01* G37* G36* G01* X194130000Y-97550000D02* X192680000Y-97550000D01* G75* G02* X192630000Y-97500000I0J50000D01* G01* X192630000Y-96900000D01* G75* G02* X192680000Y-96850000I50000J0D01* G01* X194130000Y-96850000D01* G75* G02* X194180000Y-96900000I0J-50000D01* G01* X194180000Y-97500000D01* G75* G02* X194130000Y-97550000I-50000J0D01* G01* G37* G36* G01* X194130000Y-98350000D02* X192680000Y-98350000D01* G75* G02* X192630000Y-98300000I0J50000D01* G01* X192630000Y-97700000D01* G75* G02* X192680000Y-97650000I50000J0D01* G01* X194130000Y-97650000D01* G75* G02* X194180000Y-97700000I0J-50000D01* G01* X194180000Y-98300000D01* G75* G02* X194130000Y-98350000I-50000J0D01* G01* G37* G36* G01* X194130000Y-98350000D02* X192680000Y-98350000D01* G75* G02* X192630000Y-98300000I0J50000D01* G01* X192630000Y-97700000D01* G75* G02* X192680000Y-97650000I50000J0D01* G01* X194130000Y-97650000D01* G75* G02* X194180000Y-97700000I0J-50000D01* G01* X194180000Y-98300000D01* G75* G02* X194130000Y-98350000I-50000J0D01* G01* G37* G36* G01* X194130000Y-97550000D02* X192680000Y-97550000D01* G75* G02* X192630000Y-97500000I0J50000D01* G01* X192630000Y-96900000D01* G75* G02* X192680000Y-96850000I50000J0D01* G01* X194130000Y-96850000D01* G75* G02* X194180000Y-96900000I0J-50000D01* G01* X194180000Y-97500000D01* G75* G02* X194130000Y-97550000I-50000J0D01* G01* G37* G36* G01* X194130000Y-92650000D02* X192680000Y-92650000D01* G75* G02* X192630000Y-92600000I0J50000D01* G01* X192630000Y-92000000D01* G75* G02* X192680000Y-91950000I50000J0D01* G01* X194130000Y-91950000D01* G75* G02* X194180000Y-92000000I0J-50000D01* G01* X194180000Y-92600000D01* G75* G02* X194130000Y-92650000I-50000J0D01* G01* G37* G36* G01* X194130000Y-91850000D02* X192680000Y-91850000D01* G75* G02* X192630000Y-91800000I0J50000D01* G01* X192630000Y-91200000D01* G75* G02* X192680000Y-91150000I50000J0D01* G01* X194130000Y-91150000D01* G75* G02* X194180000Y-91200000I0J-50000D01* G01* X194180000Y-91800000D01* G75* G02* X194130000Y-91850000I-50000J0D01* G01* G37* G36* G01* X194130000Y-96700000D02* X192680000Y-96700000D01* G75* G02* X192630000Y-96650000I0J50000D01* G01* X192630000Y-96350000D01* G75* G02* X192680000Y-96300000I50000J0D01* G01* X194130000Y-96300000D01* G75* G02* X194180000Y-96350000I0J-50000D01* G01* X194180000Y-96650000D01* G75* G02* X194130000Y-96700000I-50000J0D01* G01* G37* G36* G01* X194130000Y-96200000D02* X192680000Y-96200000D01* G75* G02* X192630000Y-96150000I0J50000D01* G01* X192630000Y-95850000D01* G75* G02* X192680000Y-95800000I50000J0D01* G01* X194130000Y-95800000D01* G75* G02* X194180000Y-95850000I0J-50000D01* G01* X194180000Y-96150000D01* G75* G02* X194130000Y-96200000I-50000J0D01* G01* G37* G36* G01* X194130000Y-95700000D02* X192680000Y-95700000D01* G75* G02* X192630000Y-95650000I0J50000D01* G01* X192630000Y-95350000D01* G75* G02* X192680000Y-95300000I50000J0D01* G01* X194130000Y-95300000D01* G75* G02* X194180000Y-95350000I0J-50000D01* G01* X194180000Y-95650000D01* G75* G02* X194130000Y-95700000I-50000J0D01* G01* G37* G36* G01* X194130000Y-94700000D02* X192680000Y-94700000D01* G75* G02* X192630000Y-94650000I0J50000D01* G01* X192630000Y-94350000D01* G75* G02* X192680000Y-94300000I50000J0D01* G01* X194130000Y-94300000D01* G75* G02* X194180000Y-94350000I0J-50000D01* G01* X194180000Y-94650000D01* G75* G02* X194130000Y-94700000I-50000J0D01* G01* G37* G36* G01* X194130000Y-94200000D02* X192680000Y-94200000D01* G75* G02* X192630000Y-94150000I0J50000D01* G01* X192630000Y-93850000D01* G75* G02* X192680000Y-93800000I50000J0D01* G01* X194130000Y-93800000D01* G75* G02* X194180000Y-93850000I0J-50000D01* G01* X194180000Y-94150000D01* G75* G02* X194130000Y-94200000I-50000J0D01* G01* G37* G36* G01* X194130000Y-93700000D02* X192680000Y-93700000D01* G75* G02* X192630000Y-93650000I0J50000D01* G01* X192630000Y-93350000D01* G75* G02* X192680000Y-93300000I50000J0D01* G01* X194130000Y-93300000D01* G75* G02* X194180000Y-93350000I0J-50000D01* G01* X194180000Y-93650000D01* G75* G02* X194130000Y-93700000I-50000J0D01* G01* G37* G36* G01* X194130000Y-93200000D02* X192680000Y-93200000D01* G75* G02* X192630000Y-93150000I0J50000D01* G01* X192630000Y-92850000D01* G75* G02* X192680000Y-92800000I50000J0D01* G01* X194130000Y-92800000D01* G75* G02* X194180000Y-92850000I0J-50000D01* G01* X194180000Y-93150000D01* G75* G02* X194130000Y-93200000I-50000J0D01* G01* G37* G36* G01* X194130000Y-95200000D02* X192680000Y-95200000D01* G75* G02* X192630000Y-95150000I0J50000D01* G01* X192630000Y-94850000D01* G75* G02* X192680000Y-94800000I50000J0D01* G01* X194130000Y-94800000D01* G75* G02* X194180000Y-94850000I0J-50000D01* G01* X194180000Y-95150000D01* G75* G02* X194130000Y-95200000I-50000J0D01* G01* G37* D11* X194320000Y-90430000D03* X194320000Y-99070000D03* D12* X194850000Y-97640000D03* D13* X198500000Y-99070000D03* D12* X194850000Y-91860000D03* D13* X198500000Y-90430000D03* %TD*% %TO.C,R6*% G36* G01* X181025000Y-89800000D02* X181025000Y-90400000D01* G75* G02* X180800000Y-90625000I-225000J0D01* G01* X180350000Y-90625000D01* G75* G02* X180125000Y-90400000I0J225000D01* G01* X180125000Y-89800000D01* G75* G02* X180350000Y-89575000I225000J0D01* G01* X180800000Y-89575000D01* G75* G02* X181025000Y-89800000I0J-225000D01* G01* G37* G36* G01* X182675000Y-89800000D02* X182675000Y-90400000D01* G75* G02* X182450000Y-90625000I-225000J0D01* G01* X182000000Y-90625000D01* G75* G02* X181775000Y-90400000I0J225000D01* G01* X181775000Y-89800000D01* G75* G02* X182000000Y-89575000I225000J0D01* G01* X182450000Y-89575000D01* G75* G02* X182675000Y-89800000I0J-225000D01* G01* G37* %TD*% %TO.C,D6*% G36* G01* X168900000Y-96618750D02* X168900000Y-97181250D01* G75* G02* X168656250Y-97425000I-243750J0D01* G01* X168168750Y-97425000D01* G75* G02* X167925000Y-97181250I0J243750D01* G01* X167925000Y-96618750D01* G75* G02* X168168750Y-96375000I243750J0D01* G01* X168656250Y-96375000D01* G75* G02* X168900000Y-96618750I0J-243750D01* G01* G37* G36* G01* X170475000Y-96618750D02* X170475000Y-97181250D01* G75* G02* X170231250Y-97425000I-243750J0D01* G01* X169743750Y-97425000D01* G75* G02* X169500000Y-97181250I0J243750D01* G01* X169500000Y-96618750D01* G75* G02* X169743750Y-96375000I243750J0D01* G01* X170231250Y-96375000D01* G75* G02* X170475000Y-96618750I0J-243750D01* G01* G37* %TD*% %TO.C,D3*% G36* G01* X181100000Y-92838750D02* X181100000Y-93401250D01* G75* G02* X180856250Y-93645000I-243750J0D01* G01* X180368750Y-93645000D01* G75* G02* X180125000Y-93401250I0J243750D01* G01* X180125000Y-92838750D01* G75* G02* X180368750Y-92595000I243750J0D01* G01* X180856250Y-92595000D01* G75* G02* X181100000Y-92838750I0J-243750D01* G01* G37* G36* G01* X182675000Y-92838750D02* X182675000Y-93401250D01* G75* G02* X182431250Y-93645000I-243750J0D01* G01* X181943750Y-93645000D01* G75* G02* X181700000Y-93401250I0J243750D01* G01* X181700000Y-92838750D01* G75* G02* X181943750Y-92595000I243750J0D01* G01* X182431250Y-92595000D01* G75* G02* X182675000Y-92838750I0J-243750D01* G01* G37* %TD*% %TO.C,D2*% G36* G01* X181100000Y-95198750D02* X181100000Y-95761250D01* G75* G02* X180856250Y-96005000I-243750J0D01* G01* X180368750Y-96005000D01* G75* G02* X180125000Y-95761250I0J243750D01* G01* X180125000Y-95198750D01* G75* G02* X180368750Y-94955000I243750J0D01* G01* X180856250Y-94955000D01* G75* G02* X181100000Y-95198750I0J-243750D01* G01* G37* G36* G01* X182675000Y-95198750D02* X182675000Y-95761250D01* G75* G02* X182431250Y-96005000I-243750J0D01* G01* X181943750Y-96005000D01* G75* G02* X181700000Y-95761250I0J243750D01* G01* X181700000Y-95198750D01* G75* G02* X181943750Y-94955000I243750J0D01* G01* X182431250Y-94955000D01* G75* G02* X182675000Y-95198750I0J-243750D01* G01* G37* %TD*% %TO.C,C5*% G36* G01* X189075000Y-98075000D02* X189075000Y-97525000D01* G75* G02* X189325000Y-97275000I250000J0D01* G01* X189825000Y-97275000D01* G75* G02* X190075000Y-97525000I0J-250000D01* G01* X190075000Y-98075000D01* G75* G02* X189825000Y-98325000I-250000J0D01* G01* X189325000Y-98325000D01* G75* G02* X189075000Y-98075000I0J250000D01* G01* G37* G36* G01* X187525000Y-98075000D02* X187525000Y-97525000D01* G75* G02* X187775000Y-97275000I250000J0D01* G01* X188275000Y-97275000D01* G75* G02* X188525000Y-97525000I0J-250000D01* G01* X188525000Y-98075000D01* G75* G02* X188275000Y-98325000I-250000J0D01* G01* X187775000Y-98325000D01* G75* G02* X187525000Y-98075000I0J250000D01* G01* G37* %TD*% %TO.C,SW1*% G36* G01* X179050000Y-89100000D02* X177350000Y-89100000D01* G75* G02* X177300000Y-89050000I0J50000D01* G01* X177300000Y-88150000D01* G75* G02* X177350000Y-88100000I50000J0D01* G01* X179050000Y-88100000D01* G75* G02* X179100000Y-88150000I0J-50000D01* G01* X179100000Y-89050000D01* G75* G02* X179050000Y-89100000I-50000J0D01* G01* G37* G36* G01* X179050000Y-93500000D02* X177350000Y-93500000D01* G75* G02* X177300000Y-93450000I0J50000D01* G01* X177300000Y-92550000D01* G75* G02* X177350000Y-92500000I50000J0D01* G01* X179050000Y-92500000D01* G75* G02* X179100000Y-92550000I0J-50000D01* G01* X179100000Y-93450000D01* G75* G02* X179050000Y-93500000I-50000J0D01* G01* G37* %TD*% %TO.C,R9*% G36* G01* X171800000Y-95675000D02* X171200000Y-95675000D01* G75* G02* X170975000Y-95450000I0J225000D01* G01* X170975000Y-95000000D01* G75* G02* X171200000Y-94775000I225000J0D01* G01* X171800000Y-94775000D01* G75* G02* X172025000Y-95000000I0J-225000D01* G01* X172025000Y-95450000D01* G75* G02* X171800000Y-95675000I-225000J0D01* G01* G37* G36* G01* X171800000Y-97325000D02* X171200000Y-97325000D01* G75* G02* X170975000Y-97100000I0J225000D01* G01* X170975000Y-96650000D01* G75* G02* X171200000Y-96425000I225000J0D01* G01* X171800000Y-96425000D01* G75* G02* X172025000Y-96650000I0J-225000D01* G01* X172025000Y-97100000D01* G75* G02* X171800000Y-97325000I-225000J0D01* G01* G37* %TD*% %TO.C,R10*% G36* G01* X169575000Y-95450000D02* X169575000Y-94850000D01* G75* G02* X169800000Y-94625000I225000J0D01* G01* X170250000Y-94625000D01* G75* G02* X170475000Y-94850000I0J-225000D01* G01* X170475000Y-95450000D01* G75* G02* X170250000Y-95675000I-225000J0D01* G01* X169800000Y-95675000D01* G75* G02* X169575000Y-95450000I0J225000D01* G01* G37* G36* G01* X167925000Y-95450000D02* X167925000Y-94850000D01* G75* G02* X168150000Y-94625000I225000J0D01* G01* X168600000Y-94625000D01* G75* G02* X168825000Y-94850000I0J-225000D01* G01* X168825000Y-95450000D01* G75* G02* X168600000Y-95675000I-225000J0D01* G01* X168150000Y-95675000D01* G75* G02* X167925000Y-95450000I0J225000D01* G01* G37* %TD*% %TO.C,R2*% G36* G01* X181025000Y-91300000D02* X181025000Y-91900000D01* G75* G02* X180800000Y-92125000I-225000J0D01* G01* X180350000Y-92125000D01* G75* G02* X180125000Y-91900000I0J225000D01* G01* X180125000Y-91300000D01* G75* G02* X180350000Y-91075000I225000J0D01* G01* X180800000Y-91075000D01* G75* G02* X181025000Y-91300000I0J-225000D01* G01* G37* G36* G01* X182675000Y-91300000D02* X182675000Y-91900000D01* G75* G02* X182450000Y-92125000I-225000J0D01* G01* X182000000Y-92125000D01* G75* G02* X181775000Y-91900000I0J225000D01* G01* X181775000Y-91300000D01* G75* G02* X182000000Y-91075000I225000J0D01* G01* X182450000Y-91075000D01* G75* G02* X182675000Y-91300000I0J-225000D01* G01* G37* %TD*% %TO.C,R1*% G36* G01* X181025000Y-97500000D02* X181025000Y-98100000D01* G75* G02* X180800000Y-98325000I-225000J0D01* G01* X180350000Y-98325000D01* G75* G02* X180125000Y-98100000I0J225000D01* G01* X180125000Y-97500000D01* G75* G02* X180350000Y-97275000I225000J0D01* G01* X180800000Y-97275000D01* G75* G02* X181025000Y-97500000I0J-225000D01* G01* G37* G36* G01* X182675000Y-97500000D02* X182675000Y-98100000D01* G75* G02* X182450000Y-98325000I-225000J0D01* G01* X182000000Y-98325000D01* G75* G02* X181775000Y-98100000I0J225000D01* G01* X181775000Y-97500000D01* G75* G02* X182000000Y-97275000I225000J0D01* G01* X182450000Y-97275000D01* G75* G02* X182675000Y-97500000I0J-225000D01* G01* G37* %TD*% %TO.C,C17*% G36* G01* X168175000Y-92525000D02* X168725000Y-92525000D01* G75* G02* X168975000Y-92775000I0J-250000D01* G01* X168975000Y-93275000D01* G75* G02* X168725000Y-93525000I-250000J0D01* G01* X168175000Y-93525000D01* G75* G02* X167925000Y-93275000I0J250000D01* G01* X167925000Y-92775000D01* G75* G02* X168175000Y-92525000I250000J0D01* G01* G37* G36* G01* X168175000Y-90975000D02* X168725000Y-90975000D01* G75* G02* X168975000Y-91225000I0J-250000D01* G01* X168975000Y-91725000D01* G75* G02* X168725000Y-91975000I-250000J0D01* G01* X168175000Y-91975000D01* G75* G02* X167925000Y-91725000I0J250000D01* G01* X167925000Y-91225000D01* G75* G02* X168175000Y-90975000I250000J0D01* G01* G37* %TD*% %TO.C,C16*% G36* G01* X181125000Y-88325000D02* X181125000Y-88875000D01* G75* G02* X180875000Y-89125000I-250000J0D01* G01* X180375000Y-89125000D01* G75* G02* X180125000Y-88875000I0J250000D01* G01* X180125000Y-88325000D01* G75* G02* X180375000Y-88075000I250000J0D01* G01* X180875000Y-88075000D01* G75* G02* X181125000Y-88325000I0J-250000D01* G01* G37* G36* G01* X182675000Y-88325000D02* X182675000Y-88875000D01* G75* G02* X182425000Y-89125000I-250000J0D01* G01* X181925000Y-89125000D01* G75* G02* X181675000Y-88875000I0J250000D01* G01* X181675000Y-88325000D01* G75* G02* X181925000Y-88075000I250000J0D01* G01* X182425000Y-88075000D01* G75* G02* X182675000Y-88325000I0J-250000D01* G01* G37* %TD*% %TO.C,C3*% G36* G01* X184775000Y-97525000D02* X184775000Y-98075000D01* G75* G02* X184525000Y-98325000I-250000J0D01* G01* X184025000Y-98325000D01* G75* G02* X183775000Y-98075000I0J250000D01* G01* X183775000Y-97525000D01* G75* G02* X184025000Y-97275000I250000J0D01* G01* X184525000Y-97275000D01* G75* G02* X184775000Y-97525000I0J-250000D01* G01* G37* G36* G01* X186325000Y-97525000D02* X186325000Y-98075000D01* G75* G02* X186075000Y-98325000I-250000J0D01* G01* X185575000Y-98325000D01* G75* G02* X185325000Y-98075000I0J250000D01* G01* X185325000Y-97525000D01* G75* G02* X185575000Y-97275000I250000J0D01* G01* X186075000Y-97275000D01* G75* G02* X186325000Y-97525000I0J-250000D01* G01* G37* %TD*% %TO.C,U1*% G36* G01* X185675000Y-89750000D02* X185675000Y-89350000D01* G75* G02* X185725000Y-89300000I50000J0D01* G01* X186375000Y-89300000D01* G75* G02* X186425000Y-89350000I0J-50000D01* G01* X186425000Y-89750000D01* G75* G02* X186375000Y-89800000I-50000J0D01* G01* X185725000Y-89800000D01* G75* G02* X185675000Y-89750000I0J50000D01* G01* G37* G36* G01* X185675000Y-91050000D02* X185675000Y-90650000D01* G75* G02* X185725000Y-90600000I50000J0D01* G01* X186375000Y-90600000D01* G75* G02* X186425000Y-90650000I0J-50000D01* G01* X186425000Y-91050000D01* G75* G02* X186375000Y-91100000I-50000J0D01* G01* X185725000Y-91100000D01* G75* G02* X185675000Y-91050000I0J50000D01* G01* G37* G36* G01* X183775000Y-90400000D02* X183775000Y-90000000D01* G75* G02* X183825000Y-89950000I50000J0D01* G01* X184475000Y-89950000D01* G75* G02* X184525000Y-90000000I0J-50000D01* G01* X184525000Y-90400000D01* G75* G02* X184475000Y-90450000I-50000J0D01* G01* X183825000Y-90450000D01* G75* G02* X183775000Y-90400000I0J50000D01* G01* G37* G36* G01* X185675000Y-90400000D02* X185675000Y-90000000D01* G75* G02* X185725000Y-89950000I50000J0D01* G01* X186375000Y-89950000D01* G75* G02* X186425000Y-90000000I0J-50000D01* G01* X186425000Y-90400000D01* G75* G02* X186375000Y-90450000I-50000J0D01* G01* X185725000Y-90450000D01* G75* G02* X185675000Y-90400000I0J50000D01* G01* G37* G36* G01* X183775000Y-91050000D02* X183775000Y-90650000D01* G75* G02* X183825000Y-90600000I50000J0D01* G01* X184475000Y-90600000D01* G75* G02* X184525000Y-90650000I0J-50000D01* G01* X184525000Y-91050000D01* G75* G02* X184475000Y-91100000I-50000J0D01* G01* X183825000Y-91100000D01* G75* G02* X183775000Y-91050000I0J50000D01* G01* G37* G36* G01* X183775000Y-89750000D02* X183775000Y-89350000D01* G75* G02* X183825000Y-89300000I50000J0D01* G01* X184475000Y-89300000D01* G75* G02* X184525000Y-89350000I0J-50000D01* G01* X184525000Y-89750000D01* G75* G02* X184475000Y-89800000I-50000J0D01* G01* X183825000Y-89800000D01* G75* G02* X183775000Y-89750000I0J50000D01* G01* G37* %TD*% %TO.C,R3*% G36* G01* X157100000Y-69975000D02* X157700000Y-69975000D01* G75* G02* X157925000Y-70200000I0J-225000D01* G01* X157925000Y-70650000D01* G75* G02* X157700000Y-70875000I-225000J0D01* G01* X157100000Y-70875000D01* G75* G02* X156875000Y-70650000I0J225000D01* G01* X156875000Y-70200000D01* G75* G02* X157100000Y-69975000I225000J0D01* G01* G37* G36* G01* X157100000Y-68325000D02* X157700000Y-68325000D01* G75* G02* X157925000Y-68550000I0J-225000D01* G01* X157925000Y-69000000D01* G75* G02* X157700000Y-69225000I-225000J0D01* G01* X157100000Y-69225000D01* G75* G02* X156875000Y-69000000I0J225000D01* G01* X156875000Y-68550000D01* G75* G02* X157100000Y-68325000I225000J0D01* G01* G37* %TD*% %TO.C,J3*% G36* G01* X159400000Y-94350000D02* X159400000Y-91850000D01* G75* G02* X159450000Y-91800000I50000J0D01* G01* X161950000Y-91800000D01* G75* G02* X162000000Y-91850000I0J-50000D01* G01* X162000000Y-94350000D01* G75* G02* X161950000Y-94400000I-50000J0D01* G01* X159450000Y-94400000D01* G75* G02* X159400000Y-94350000I0J50000D01* G01* G37* %TD*% %TO.C,J1*% G36* G01* X159400000Y-98050000D02* X159400000Y-95550000D01* G75* G02* X159450000Y-95500000I50000J0D01* G01* X161950000Y-95500000D01* G75* G02* X162000000Y-95550000I0J-50000D01* G01* X162000000Y-98050000D01* G75* G02* X161950000Y-98100000I-50000J0D01* G01* X159450000Y-98100000D01* G75* G02* X159400000Y-98050000I0J50000D01* G01* G37* %TD*% %TO.C,C6*% G36* G01* X157125000Y-72875000D02* X157675000Y-72875000D01* G75* G02* X157925000Y-73125000I0J-250000D01* G01* X157925000Y-73625000D01* G75* G02* X157675000Y-73875000I-250000J0D01* G01* X157125000Y-73875000D01* G75* G02* X156875000Y-73625000I0J250000D01* G01* X156875000Y-73125000D01* G75* G02* X157125000Y-72875000I250000J0D01* G01* G37* G36* G01* X157125000Y-71325000D02* X157675000Y-71325000D01* G75* G02* X157925000Y-71575000I0J-250000D01* G01* X157925000Y-72075000D01* G75* G02* X157675000Y-72325000I-250000J0D01* G01* X157125000Y-72325000D01* G75* G02* X156875000Y-72075000I0J250000D01* G01* X156875000Y-71575000D01* G75* G02* X157125000Y-71325000I250000J0D01* G01* G37* %TD*% %TO.C,U6*% G36* G01* X166320000Y-91925000D02* X166320000Y-91275000D01* G75* G02* X166370000Y-91225000I50000J0D01* G01* X167430000Y-91225000D01* G75* G02* X167480000Y-91275000I0J-50000D01* G01* X167480000Y-91925000D01* G75* G02* X167430000Y-91975000I-50000J0D01* G01* X166370000Y-91975000D01* G75* G02* X166320000Y-91925000I0J50000D01* G01* G37* G36* G01* X166320000Y-93825000D02* X166320000Y-93175000D01* G75* G02* X166370000Y-93125000I50000J0D01* G01* X167430000Y-93125000D01* G75* G02* X167480000Y-93175000I0J-50000D01* G01* X167480000Y-93825000D01* G75* G02* X167430000Y-93875000I-50000J0D01* G01* X166370000Y-93875000D01* G75* G02* X166320000Y-93825000I0J50000D01* G01* G37* G36* G01* X164120000Y-93825000D02* X164120000Y-93175000D01* G75* G02* X164170000Y-93125000I50000J0D01* G01* X165230000Y-93125000D01* G75* G02* X165280000Y-93175000I0J-50000D01* G01* X165280000Y-93825000D01* G75* G02* X165230000Y-93875000I-50000J0D01* G01* X164170000Y-93875000D01* G75* G02* X164120000Y-93825000I0J50000D01* G01* G37* G36* G01* X164120000Y-92875000D02* X164120000Y-92225000D01* G75* G02* X164170000Y-92175000I50000J0D01* G01* X165230000Y-92175000D01* G75* G02* X165280000Y-92225000I0J-50000D01* G01* X165280000Y-92875000D01* G75* G02* X165230000Y-92925000I-50000J0D01* G01* X164170000Y-92925000D01* G75* G02* X164120000Y-92875000I0J50000D01* G01* G37* G36* G01* X164120000Y-91925000D02* X164120000Y-91275000D01* G75* G02* X164170000Y-91225000I50000J0D01* G01* X165230000Y-91225000D01* G75* G02* X165280000Y-91275000I0J-50000D01* G01* X165280000Y-91925000D01* G75* G02* X165230000Y-91975000I-50000J0D01* G01* X164170000Y-91975000D01* G75* G02* X164120000Y-91925000I0J50000D01* G01* G37* %TD*% %TO.C,U2*% G36* G01* X188200000Y-92300000D02* X188200000Y-96300000D01* G75* G02* X188150000Y-96350000I-50000J0D01* G01* X185650000Y-96350000D01* G75* G02* X185600000Y-96300000I0J50000D01* G01* X185600000Y-92300000D01* G75* G02* X185650000Y-92250000I50000J0D01* G01* X188150000Y-92250000D01* G75* G02* X188200000Y-92300000I0J-50000D01* G01* G37* G36* G01* X184950000Y-96044999D02* X184950000Y-96555001D01* G75* G02* X184900001Y-96605000I-49999J0D01* G01* X183799999Y-96605000D01* G75* G02* X183750000Y-96555001I0J49999D01* G01* X183750000Y-96044999D01* G75* G02* X183799999Y-95995000I49999J0D01* G01* X184900001Y-95995000D01* G75* G02* X184950000Y-96044999I0J-49999D01* G01* G37* G36* G01* X184950000Y-95044999D02* X184950000Y-95555001D01* G75* G02* X184900001Y-95605000I-49999J0D01* G01* X183799999Y-95605000D01* G75* G02* X183750000Y-95555001I0J49999D01* G01* X183750000Y-95044999D01* G75* G02* X183799999Y-94995000I49999J0D01* G01* X184900001Y-94995000D01* G75* G02* X184950000Y-95044999I0J-49999D01* G01* G37* G36* G01* X190050000Y-92044999D02* X190050000Y-92555001D01* G75* G02* X190000001Y-92605000I-49999J0D01* G01* X188899999Y-92605000D01* G75* G02* X188850000Y-92555001I0J49999D01* G01* X188850000Y-92044999D01* G75* G02* X188899999Y-91995000I49999J0D01* G01* X190000001Y-91995000D01* G75* G02* X190050000Y-92044999I0J-49999D01* G01* G37* G36* G01* X184950000Y-94044999D02* X184950000Y-94555001D01* G75* G02* X184900001Y-94605000I-49999J0D01* G01* X183799999Y-94605000D01* G75* G02* X183750000Y-94555001I0J49999D01* G01* X183750000Y-94044999D01* G75* G02* X183799999Y-93995000I49999J0D01* G01* X184900001Y-93995000D01* G75* G02* X184950000Y-94044999I0J-49999D01* G01* G37* G36* G01* X184950000Y-93044999D02* X184950000Y-93555001D01* G75* G02* X184900001Y-93605000I-49999J0D01* G01* X183799999Y-93605000D01* G75* G02* X183750000Y-93555001I0J49999D01* G01* X183750000Y-93044999D01* G75* G02* X183799999Y-92995000I49999J0D01* G01* X184900001Y-92995000D01* G75* G02* X184950000Y-93044999I0J-49999D01* G01* G37* G36* G01* X184950000Y-92044999D02* X184950000Y-92555001D01* G75* G02* X184900001Y-92605000I-49999J0D01* G01* X183799999Y-92605000D01* G75* G02* X183750000Y-92555001I0J49999D01* G01* X183750000Y-92044999D01* G75* G02* X183799999Y-91995000I49999J0D01* G01* X184900001Y-91995000D01* G75* G02* X184950000Y-92044999I0J-49999D01* G01* G37* G36* G01* X190050000Y-93044999D02* X190050000Y-93555001D01* G75* G02* X190000001Y-93605000I-49999J0D01* G01* X188899999Y-93605000D01* G75* G02* X188850000Y-93555001I0J49999D01* G01* X188850000Y-93044999D01* G75* G02* X188899999Y-92995000I49999J0D01* G01* X190000001Y-92995000D01* G75* G02* X190050000Y-93044999I0J-49999D01* G01* G37* G36* G01* X190050000Y-94044999D02* X190050000Y-94555001D01* G75* G02* X190000001Y-94605000I-49999J0D01* G01* X188899999Y-94605000D01* G75* G02* X188850000Y-94555001I0J49999D01* G01* X188850000Y-94044999D01* G75* G02* X188899999Y-93995000I49999J0D01* G01* X190000001Y-93995000D01* G75* G02* X190050000Y-94044999I0J-49999D01* G01* G37* G36* G01* X190050000Y-95044999D02* X190050000Y-95555001D01* G75* G02* X190000001Y-95605000I-49999J0D01* G01* X188899999Y-95605000D01* G75* G02* X188850000Y-95555001I0J49999D01* G01* X188850000Y-95044999D01* G75* G02* X188899999Y-94995000I49999J0D01* G01* X190000001Y-94995000D01* G75* G02* X190050000Y-95044999I0J-49999D01* G01* G37* G36* G01* X190050000Y-96044999D02* X190050000Y-96555001D01* G75* G02* X190000001Y-96605000I-49999J0D01* G01* X188899999Y-96605000D01* G75* G02* X188850000Y-96555001I0J49999D01* G01* X188850000Y-96044999D01* G75* G02* X188899999Y-95995000I49999J0D01* G01* X190000001Y-95995000D01* G75* G02* X190050000Y-96044999I0J-49999D01* G01* G37* %TD*% %TO.C,U7*% G36* G01* X166320000Y-95575000D02* X166320000Y-94925000D01* G75* G02* X166370000Y-94875000I50000J0D01* G01* X167430000Y-94875000D01* G75* G02* X167480000Y-94925000I0J-50000D01* G01* X167480000Y-95575000D01* G75* G02* X167430000Y-95625000I-50000J0D01* G01* X166370000Y-95625000D01* G75* G02* X166320000Y-95575000I0J50000D01* G01* G37* G36* G01* X166320000Y-97475000D02* X166320000Y-96825000D01* G75* G02* X166370000Y-96775000I50000J0D01* G01* X167430000Y-96775000D01* G75* G02* X167480000Y-96825000I0J-50000D01* G01* X167480000Y-97475000D01* G75* G02* X167430000Y-97525000I-50000J0D01* G01* X166370000Y-97525000D01* G75* G02* X166320000Y-97475000I0J50000D01* G01* G37* G36* G01* X164120000Y-97475000D02* X164120000Y-96825000D01* G75* G02* X164170000Y-96775000I50000J0D01* G01* X165230000Y-96775000D01* G75* G02* X165280000Y-96825000I0J-50000D01* G01* X165280000Y-97475000D01* G75* G02* X165230000Y-97525000I-50000J0D01* G01* X164170000Y-97525000D01* G75* G02* X164120000Y-97475000I0J50000D01* G01* G37* G36* G01* X164120000Y-96525000D02* X164120000Y-95875000D01* G75* G02* X164170000Y-95825000I50000J0D01* G01* X165230000Y-95825000D01* G75* G02* X165280000Y-95875000I0J-50000D01* G01* X165280000Y-96525000D01* G75* G02* X165230000Y-96575000I-50000J0D01* G01* X164170000Y-96575000D01* G75* G02* X164120000Y-96525000I0J50000D01* G01* G37* G36* G01* X164120000Y-95575000D02* X164120000Y-94925000D01* G75* G02* X164170000Y-94875000I50000J0D01* G01* X165230000Y-94875000D01* G75* G02* X165280000Y-94925000I0J-50000D01* G01* X165280000Y-95575000D01* G75* G02* X165230000Y-95625000I-50000J0D01* G01* X164170000Y-95625000D01* G75* G02* X164120000Y-95575000I0J50000D01* G01* G37* %TD*% %TO.C,U4*% G36* G01* X176450000Y-68195000D02* X176450000Y-67295000D01* G75* G02* X176500000Y-67245000I50000J0D01* G01* X178500000Y-67245000D01* G75* G02* X178550000Y-67295000I0J-50000D01* G01* X178550000Y-68195000D01* G75* G02* X178500000Y-68245000I-50000J0D01* G01* X176500000Y-68245000D01* G75* G02* X176450000Y-68195000I0J50000D01* G01* G37* G36* G01* X176450000Y-69465000D02* X176450000Y-68565000D01* G75* G02* X176500000Y-68515000I50000J0D01* G01* X178500000Y-68515000D01* G75* G02* X178550000Y-68565000I0J-50000D01* G01* X178550000Y-69465000D01* G75* G02* X178500000Y-69515000I-50000J0D01* G01* X176500000Y-69515000D01* G75* G02* X176450000Y-69465000I0J50000D01* G01* G37* G36* G01* X176450000Y-70735000D02* X176450000Y-69835000D01* G75* G02* X176500000Y-69785000I50000J0D01* G01* X178500000Y-69785000D01* G75* G02* X178550000Y-69835000I0J-50000D01* G01* X178550000Y-70735000D01* G75* G02* X178500000Y-70785000I-50000J0D01* G01* X176500000Y-70785000D01* G75* G02* X176450000Y-70735000I0J50000D01* G01* G37* G36* G01* X176450000Y-72005000D02* X176450000Y-71105000D01* G75* G02* X176500000Y-71055000I50000J0D01* G01* X178500000Y-71055000D01* G75* G02* X178550000Y-71105000I0J-50000D01* G01* X178550000Y-72005000D01* G75* G02* X178500000Y-72055000I-50000J0D01* G01* X176500000Y-72055000D01* G75* G02* X176450000Y-72005000I0J50000D01* G01* G37* G36* G01* X176450000Y-73275000D02* X176450000Y-72375000D01* G75* G02* X176500000Y-72325000I50000J0D01* G01* X178500000Y-72325000D01* G75* G02* X178550000Y-72375000I0J-50000D01* G01* X178550000Y-73275000D01* G75* G02* X178500000Y-73325000I-50000J0D01* G01* X176500000Y-73325000D01* G75* G02* X176450000Y-73275000I0J50000D01* G01* G37* G36* G01* X176450000Y-74545000D02* X176450000Y-73645000D01* G75* G02* X176500000Y-73595000I50000J0D01* G01* X178500000Y-73595000D01* G75* G02* X178550000Y-73645000I0J-50000D01* G01* X178550000Y-74545000D01* G75* G02* X178500000Y-74595000I-50000J0D01* G01* X176500000Y-74595000D01* G75* G02* X176450000Y-74545000I0J50000D01* G01* G37* G36* G01* X176450000Y-75815000D02* X176450000Y-74915000D01* G75* G02* X176500000Y-74865000I50000J0D01* G01* X178500000Y-74865000D01* G75* G02* X178550000Y-74915000I0J-50000D01* G01* X178550000Y-75815000D01* G75* G02* X178500000Y-75865000I-50000J0D01* G01* X176500000Y-75865000D01* G75* G02* X176450000Y-75815000I0J50000D01* G01* G37* G36* G01* X176450000Y-77085000D02* X176450000Y-76185000D01* G75* G02* X176500000Y-76135000I50000J0D01* G01* X178500000Y-76135000D01* G75* G02* X178550000Y-76185000I0J-50000D01* G01* X178550000Y-77085000D01* G75* G02* X178500000Y-77135000I-50000J0D01* G01* X176500000Y-77135000D01* G75* G02* X176450000Y-77085000I0J50000D01* G01* G37* G36* G01* X176450000Y-78355000D02* X176450000Y-77455000D01* G75* G02* X176500000Y-77405000I50000J0D01* G01* X178500000Y-77405000D01* G75* G02* X178550000Y-77455000I0J-50000D01* G01* X178550000Y-78355000D01* G75* G02* X178500000Y-78405000I-50000J0D01* G01* X176500000Y-78405000D01* G75* G02* X176450000Y-78355000I0J50000D01* G01* G37* G36* G01* X176450000Y-79625000D02* X176450000Y-78725000D01* G75* G02* X176500000Y-78675000I50000J0D01* G01* X178500000Y-78675000D01* G75* G02* X178550000Y-78725000I0J-50000D01* G01* X178550000Y-79625000D01* G75* G02* X178500000Y-79675000I-50000J0D01* G01* X176500000Y-79675000D01* G75* G02* X176450000Y-79625000I0J50000D01* G01* G37* G36* G01* X176450000Y-80895000D02* X176450000Y-79995000D01* G75* G02* X176500000Y-79945000I50000J0D01* G01* X178500000Y-79945000D01* G75* G02* X178550000Y-79995000I0J-50000D01* G01* X178550000Y-80895000D01* G75* G02* X178500000Y-80945000I-50000J0D01* G01* X176500000Y-80945000D01* G75* G02* X176450000Y-80895000I0J50000D01* G01* G37* G36* G01* X176450000Y-82165000D02* X176450000Y-81265000D01* G75* G02* X176500000Y-81215000I50000J0D01* G01* X178500000Y-81215000D01* G75* G02* X178550000Y-81265000I0J-50000D01* G01* X178550000Y-82165000D01* G75* G02* X178500000Y-82215000I-50000J0D01* G01* X176500000Y-82215000D01* G75* G02* X176450000Y-82165000I0J50000D01* G01* G37* G36* G01* X176450000Y-83435000D02* X176450000Y-82535000D01* G75* G02* X176500000Y-82485000I50000J0D01* G01* X178500000Y-82485000D01* G75* G02* X178550000Y-82535000I0J-50000D01* G01* X178550000Y-83435000D01* G75* G02* X178500000Y-83485000I-50000J0D01* G01* X176500000Y-83485000D01* G75* G02* X176450000Y-83435000I0J50000D01* G01* G37* G36* G01* X176450000Y-84705000D02* X176450000Y-83805000D01* G75* G02* X176500000Y-83755000I50000J0D01* G01* X178500000Y-83755000D01* G75* G02* X178550000Y-83805000I0J-50000D01* G01* X178550000Y-84705000D01* G75* G02* X178500000Y-84755000I-50000J0D01* G01* X176500000Y-84755000D01* G75* G02* X176450000Y-84705000I0J50000D01* G01* G37* G36* G01* X175165000Y-86305000D02* X174265000Y-86305000D01* G75* G02* X174215000Y-86255000I0J50000D01* G01* X174215000Y-84255000D01* G75* G02* X174265000Y-84205000I50000J0D01* G01* X175165000Y-84205000D01* G75* G02* X175215000Y-84255000I0J-50000D01* G01* X175215000Y-86255000D01* G75* G02* X175165000Y-86305000I-50000J0D01* G01* G37* G36* G01* X173895000Y-86305000D02* X172995000Y-86305000D01* G75* G02* X172945000Y-86255000I0J50000D01* G01* X172945000Y-84255000D01* G75* G02* X172995000Y-84205000I50000J0D01* G01* X173895000Y-84205000D01* G75* G02* X173945000Y-84255000I0J-50000D01* G01* X173945000Y-86255000D01* G75* G02* X173895000Y-86305000I-50000J0D01* G01* G37* G36* G01* X172625000Y-86305000D02* X171725000Y-86305000D01* G75* G02* X171675000Y-86255000I0J50000D01* G01* X171675000Y-84255000D01* G75* G02* X171725000Y-84205000I50000J0D01* G01* X172625000Y-84205000D01* G75* G02* X172675000Y-84255000I0J-50000D01* G01* X172675000Y-86255000D01* G75* G02* X172625000Y-86305000I-50000J0D01* G01* G37* G36* G01* X171355000Y-86305000D02* X170455000Y-86305000D01* G75* G02* X170405000Y-86255000I0J50000D01* G01* X170405000Y-84255000D01* G75* G02* X170455000Y-84205000I50000J0D01* G01* X171355000Y-84205000D01* G75* G02* X171405000Y-84255000I0J-50000D01* G01* X171405000Y-86255000D01* G75* G02* X171355000Y-86305000I-50000J0D01* G01* G37* G36* G01* X170085000Y-86305000D02* X169185000Y-86305000D01* G75* G02* X169135000Y-86255000I0J50000D01* G01* X169135000Y-84255000D01* G75* G02* X169185000Y-84205000I50000J0D01* G01* X170085000Y-84205000D01* G75* G02* X170135000Y-84255000I0J-50000D01* G01* X170135000Y-86255000D01* G75* G02* X170085000Y-86305000I-50000J0D01* G01* G37* G36* G01* X168815000Y-86305000D02* X167915000Y-86305000D01* G75* G02* X167865000Y-86255000I0J50000D01* G01* X167865000Y-84255000D01* G75* G02* X167915000Y-84205000I50000J0D01* G01* X168815000Y-84205000D01* G75* G02* X168865000Y-84255000I0J-50000D01* G01* X168865000Y-86255000D01* G75* G02* X168815000Y-86305000I-50000J0D01* G01* G37* G36* G01* X167545000Y-86305000D02* X166645000Y-86305000D01* G75* G02* X166595000Y-86255000I0J50000D01* G01* X166595000Y-84255000D01* G75* G02* X166645000Y-84205000I50000J0D01* G01* X167545000Y-84205000D01* G75* G02* X167595000Y-84255000I0J-50000D01* G01* X167595000Y-86255000D01* G75* G02* X167545000Y-86305000I-50000J0D01* G01* G37* G36* G01* X166275000Y-86305000D02* X165375000Y-86305000D01* G75* G02* X165325000Y-86255000I0J50000D01* G01* X165325000Y-84255000D01* G75* G02* X165375000Y-84205000I50000J0D01* G01* X166275000Y-84205000D01* G75* G02* X166325000Y-84255000I0J-50000D01* G01* X166325000Y-86255000D01* G75* G02* X166275000Y-86305000I-50000J0D01* G01* G37* G36* G01* X165005000Y-86305000D02* X164105000Y-86305000D01* G75* G02* X164055000Y-86255000I0J50000D01* G01* X164055000Y-84255000D01* G75* G02* X164105000Y-84205000I50000J0D01* G01* X165005000Y-84205000D01* G75* G02* X165055000Y-84255000I0J-50000D01* G01* X165055000Y-86255000D01* G75* G02* X165005000Y-86305000I-50000J0D01* G01* G37* G36* G01* X163735000Y-86305000D02* X162835000Y-86305000D01* G75* G02* X162785000Y-86255000I0J50000D01* G01* X162785000Y-84255000D01* G75* G02* X162835000Y-84205000I50000J0D01* G01* X163735000Y-84205000D01* G75* G02* X163785000Y-84255000I0J-50000D01* G01* X163785000Y-86255000D01* G75* G02* X163735000Y-86305000I-50000J0D01* G01* G37* G36* G01* X159450000Y-84705000D02* X159450000Y-83805000D01* G75* G02* X159500000Y-83755000I50000J0D01* G01* X161500000Y-83755000D01* G75* G02* X161550000Y-83805000I0J-50000D01* G01* X161550000Y-84705000D01* G75* G02* X161500000Y-84755000I-50000J0D01* G01* X159500000Y-84755000D01* G75* G02* X159450000Y-84705000I0J50000D01* G01* G37* G36* G01* X159450000Y-83435000D02* X159450000Y-82535000D01* G75* G02* X159500000Y-82485000I50000J0D01* G01* X161500000Y-82485000D01* G75* G02* X161550000Y-82535000I0J-50000D01* G01* X161550000Y-83435000D01* G75* G02* X161500000Y-83485000I-50000J0D01* G01* X159500000Y-83485000D01* G75* G02* X159450000Y-83435000I0J50000D01* G01* G37* G36* G01* X159450000Y-82165000D02* X159450000Y-81265000D01* G75* G02* X159500000Y-81215000I50000J0D01* G01* X161500000Y-81215000D01* G75* G02* X161550000Y-81265000I0J-50000D01* G01* X161550000Y-82165000D01* G75* G02* X161500000Y-82215000I-50000J0D01* G01* X159500000Y-82215000D01* G75* G02* X159450000Y-82165000I0J50000D01* G01* G37* G36* G01* X159450000Y-80895000D02* X159450000Y-79995000D01* G75* G02* X159500000Y-79945000I50000J0D01* G01* X161500000Y-79945000D01* G75* G02* X161550000Y-79995000I0J-50000D01* G01* X161550000Y-80895000D01* G75* G02* X161500000Y-80945000I-50000J0D01* G01* X159500000Y-80945000D01* G75* G02* X159450000Y-80895000I0J50000D01* G01* G37* G36* G01* X159450000Y-79625000D02* X159450000Y-78725000D01* G75* G02* X159500000Y-78675000I50000J0D01* G01* X161500000Y-78675000D01* G75* G02* X161550000Y-78725000I0J-50000D01* G01* X161550000Y-79625000D01* G75* G02* X161500000Y-79675000I-50000J0D01* G01* X159500000Y-79675000D01* G75* G02* X159450000Y-79625000I0J50000D01* G01* G37* G36* G01* X159450000Y-78355000D02* X159450000Y-77455000D01* G75* G02* X159500000Y-77405000I50000J0D01* G01* X161500000Y-77405000D01* G75* G02* X161550000Y-77455000I0J-50000D01* G01* X161550000Y-78355000D01* G75* G02* X161500000Y-78405000I-50000J0D01* G01* X159500000Y-78405000D01* G75* G02* X159450000Y-78355000I0J50000D01* G01* G37* G36* G01* X159450000Y-77085000D02* X159450000Y-76185000D01* G75* G02* X159500000Y-76135000I50000J0D01* G01* X161500000Y-76135000D01* G75* G02* X161550000Y-76185000I0J-50000D01* G01* X161550000Y-77085000D01* G75* G02* X161500000Y-77135000I-50000J0D01* G01* X159500000Y-77135000D01* G75* G02* X159450000Y-77085000I0J50000D01* G01* G37* G36* G01* X159450000Y-75815000D02* X159450000Y-74915000D01* G75* G02* X159500000Y-74865000I50000J0D01* G01* X161500000Y-74865000D01* G75* G02* X161550000Y-74915000I0J-50000D01* G01* X161550000Y-75815000D01* G75* G02* X161500000Y-75865000I-50000J0D01* G01* X159500000Y-75865000D01* G75* G02* X159450000Y-75815000I0J50000D01* G01* G37* G36* G01* X159450000Y-74545000D02* X159450000Y-73645000D01* G75* G02* X159500000Y-73595000I50000J0D01* G01* X161500000Y-73595000D01* G75* G02* X161550000Y-73645000I0J-50000D01* G01* X161550000Y-74545000D01* G75* G02* X161500000Y-74595000I-50000J0D01* G01* X159500000Y-74595000D01* G75* G02* X159450000Y-74545000I0J50000D01* G01* G37* G36* G01* X159450000Y-73275000D02* X159450000Y-72375000D01* G75* G02* X159500000Y-72325000I50000J0D01* G01* X161500000Y-72325000D01* G75* G02* X161550000Y-72375000I0J-50000D01* G01* X161550000Y-73275000D01* G75* G02* X161500000Y-73325000I-50000J0D01* G01* X159500000Y-73325000D01* G75* G02* X159450000Y-73275000I0J50000D01* G01* G37* G36* G01* X159450000Y-72005000D02* X159450000Y-71105000D01* G75* G02* X159500000Y-71055000I50000J0D01* G01* X161500000Y-71055000D01* G75* G02* X161550000Y-71105000I0J-50000D01* G01* X161550000Y-72005000D01* G75* G02* X161500000Y-72055000I-50000J0D01* G01* X159500000Y-72055000D01* G75* G02* X159450000Y-72005000I0J50000D01* G01* G37* G36* G01* X159450000Y-70735000D02* X159450000Y-69835000D01* G75* G02* X159500000Y-69785000I50000J0D01* G01* X161500000Y-69785000D01* G75* G02* X161550000Y-69835000I0J-50000D01* G01* X161550000Y-70735000D01* G75* G02* X161500000Y-70785000I-50000J0D01* G01* X159500000Y-70785000D01* G75* G02* X159450000Y-70735000I0J50000D01* G01* G37* G36* G01* X159450000Y-69465000D02* X159450000Y-68565000D01* G75* G02* X159500000Y-68515000I50000J0D01* G01* X161500000Y-68515000D01* G75* G02* X161550000Y-68565000I0J-50000D01* G01* X161550000Y-69465000D01* G75* G02* X161500000Y-69515000I-50000J0D01* G01* X159500000Y-69515000D01* G75* G02* X159450000Y-69465000I0J50000D01* G01* G37* G36* G01* X159450000Y-68195000D02* X159450000Y-67295000D01* G75* G02* X159500000Y-67245000I50000J0D01* G01* X161500000Y-67245000D01* G75* G02* X161550000Y-67295000I0J-50000D01* G01* X161550000Y-68195000D01* G75* G02* X161500000Y-68245000I-50000J0D01* G01* X159500000Y-68245000D01* G75* G02* X159450000Y-68195000I0J50000D01* G01* G37* G36* G01* X165450000Y-77745000D02* X165450000Y-72745000D01* G75* G02* X165500000Y-72695000I50000J0D01* G01* X170500000Y-72695000D01* G75* G02* X170550000Y-72745000I0J-50000D01* G01* X170550000Y-77745000D01* G75* G02* X170500000Y-77795000I-50000J0D01* G01* X165500000Y-77795000D01* G75* G02* X165450000Y-77745000I0J50000D01* G01* G37* %TD*% M02* ================================================ FILE: gerber/smartdisplay-Top_Paste.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Paste,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10R,3.400000X0.980000*% %ADD11R,0.900000X0.800000*% %ADD12R,1.200000X0.900000*% %ADD13R,0.900000X1.200000*% %ADD14R,3.100000X2.300000*% %ADD15R,1.100000X0.300000*% %ADD16R,0.550000X0.250000*% %ADD17C,0.350000*% %ADD18R,1.450000X0.600000*% %ADD19R,1.450000X0.300000*% %ADD20R,1.700000X0.900000*% %ADD21R,0.650000X0.400000*% %ADD22R,2.500000X2.500000*% %ADD23R,1.060000X0.650000*% %ADD24R,2.500000X4.000000*% %ADD25R,1.100000X0.510000*% %ADD26R,2.000000X0.900000*% %ADD27R,0.900000X2.000000*% %ADD28R,5.000000X5.000000*% G04 APERTURE END LIST* %TO.C,C9*% G36* G01* X194550000Y-67625000D02* X195050000Y-67625000D01* G75* G02* X195275000Y-67850000I0J-225000D01* G01* X195275000Y-68300000D01* G75* G02* X195050000Y-68525000I-225000J0D01* G01* X194550000Y-68525000D01* G75* G02* X194325000Y-68300000I0J225000D01* G01* X194325000Y-67850000D01* G75* G02* X194550000Y-67625000I225000J0D01* G01* G37* G36* G01* X194550000Y-66075000D02* X195050000Y-66075000D01* G75* G02* X195275000Y-66300000I0J-225000D01* G01* X195275000Y-66750000D01* G75* G02* X195050000Y-66975000I-225000J0D01* G01* X194550000Y-66975000D01* G75* G02* X194325000Y-66750000I0J225000D01* G01* X194325000Y-66300000D01* G75* G02* X194550000Y-66075000I225000J0D01* G01* G37* %TD*% D10* %TO.C,L1*% X185100000Y-68315000D03* X185100000Y-70685000D03* %TD*% %TO.C,R5*% G36* G01* X192925000Y-68275000D02* X192925000Y-67725000D01* G75* G02* X193125000Y-67525000I200000J0D01* G01* X193525000Y-67525000D01* G75* G02* X193725000Y-67725000I0J-200000D01* G01* X193725000Y-68275000D01* G75* G02* X193525000Y-68475000I-200000J0D01* G01* X193125000Y-68475000D01* G75* G02* X192925000Y-68275000I0J200000D01* G01* G37* G36* G01* X191275000Y-68275000D02* X191275000Y-67725000D01* G75* G02* X191475000Y-67525000I200000J0D01* G01* X191875000Y-67525000D01* G75* G02* X192075000Y-67725000I0J-200000D01* G01* X192075000Y-68275000D01* G75* G02* X191875000Y-68475000I-200000J0D01* G01* X191475000Y-68475000D01* G75* G02* X191275000Y-68275000I0J200000D01* G01* G37* %TD*% %TO.C,R4*% G36* G01* X192925000Y-70075000D02* X192925000Y-69525000D01* G75* G02* X193125000Y-69325000I200000J0D01* G01* X193525000Y-69325000D01* G75* G02* X193725000Y-69525000I0J-200000D01* G01* X193725000Y-70075000D01* G75* G02* X193525000Y-70275000I-200000J0D01* G01* X193125000Y-70275000D01* G75* G02* X192925000Y-70075000I0J200000D01* G01* G37* G36* G01* X191275000Y-70075000D02* X191275000Y-69525000D01* G75* G02* X191475000Y-69325000I200000J0D01* G01* X191875000Y-69325000D01* G75* G02* X192075000Y-69525000I0J-200000D01* G01* X192075000Y-70075000D01* G75* G02* X191875000Y-70275000I-200000J0D01* G01* X191475000Y-70275000D01* G75* G02* X191275000Y-70075000I0J200000D01* G01* G37* %TD*% D11* %TO.C,Q1*% X188100000Y-68900000D03* X190100000Y-67950000D03* X190100000Y-69850000D03* %TD*% D12* %TO.C,D5*% X192800000Y-63150000D03* X192800000Y-66450000D03* %TD*% D13* %TO.C,D1*% X190750000Y-65900000D03* X187450000Y-65900000D03* %TD*% %TO.C,D4*% X187450000Y-63600000D03* X190750000Y-63600000D03* %TD*% %TO.C,C15*% G36* G01* X183475000Y-85950000D02* X183475000Y-86450000D01* G75* G02* X183250000Y-86675000I-225000J0D01* G01* X182800000Y-86675000D01* G75* G02* X182575000Y-86450000I0J225000D01* G01* X182575000Y-85950000D01* G75* G02* X182800000Y-85725000I225000J0D01* G01* X183250000Y-85725000D01* G75* G02* X183475000Y-85950000I0J-225000D01* G01* G37* G36* G01* X185025000Y-85950000D02* X185025000Y-86450000D01* G75* G02* X184800000Y-86675000I-225000J0D01* G01* X184350000Y-86675000D01* G75* G02* X184125000Y-86450000I0J225000D01* G01* X184125000Y-85950000D01* G75* G02* X184350000Y-85725000I225000J0D01* G01* X184800000Y-85725000D01* G75* G02* X185025000Y-85950000I0J-225000D01* G01* G37* %TD*% %TO.C,C14*% G36* G01* X183475000Y-84450000D02* X183475000Y-84950000D01* G75* G02* X183250000Y-85175000I-225000J0D01* G01* X182800000Y-85175000D01* G75* G02* X182575000Y-84950000I0J225000D01* G01* X182575000Y-84450000D01* G75* G02* X182800000Y-84225000I225000J0D01* G01* X183250000Y-84225000D01* G75* G02* X183475000Y-84450000I0J-225000D01* G01* G37* G36* G01* X185025000Y-84450000D02* X185025000Y-84950000D01* G75* G02* X184800000Y-85175000I-225000J0D01* G01* X184350000Y-85175000D01* G75* G02* X184125000Y-84950000I0J225000D01* G01* X184125000Y-84450000D01* G75* G02* X184350000Y-84225000I225000J0D01* G01* X184800000Y-84225000D01* G75* G02* X185025000Y-84450000I0J-225000D01* G01* G37* %TD*% %TO.C,C13*% G36* G01* X183475000Y-82950000D02* X183475000Y-83450000D01* G75* G02* X183250000Y-83675000I-225000J0D01* G01* X182800000Y-83675000D01* G75* G02* X182575000Y-83450000I0J225000D01* G01* X182575000Y-82950000D01* G75* G02* X182800000Y-82725000I225000J0D01* G01* X183250000Y-82725000D01* G75* G02* X183475000Y-82950000I0J-225000D01* G01* G37* G36* G01* X185025000Y-82950000D02* X185025000Y-83450000D01* G75* G02* X184800000Y-83675000I-225000J0D01* G01* X184350000Y-83675000D01* G75* G02* X184125000Y-83450000I0J225000D01* G01* X184125000Y-82950000D01* G75* G02* X184350000Y-82725000I225000J0D01* G01* X184800000Y-82725000D01* G75* G02* X185025000Y-82950000I0J-225000D01* G01* G37* %TD*% %TO.C,C12*% G36* G01* X183475000Y-81450000D02* X183475000Y-81950000D01* G75* G02* X183250000Y-82175000I-225000J0D01* G01* X182800000Y-82175000D01* G75* G02* X182575000Y-81950000I0J225000D01* G01* X182575000Y-81450000D01* G75* G02* X182800000Y-81225000I225000J0D01* G01* X183250000Y-81225000D01* G75* G02* X183475000Y-81450000I0J-225000D01* G01* G37* G36* G01* X185025000Y-81450000D02* X185025000Y-81950000D01* G75* G02* X184800000Y-82175000I-225000J0D01* G01* X184350000Y-82175000D01* G75* G02* X184125000Y-81950000I0J225000D01* G01* X184125000Y-81450000D01* G75* G02* X184350000Y-81225000I225000J0D01* G01* X184800000Y-81225000D01* G75* G02* X185025000Y-81450000I0J-225000D01* G01* G37* %TD*% %TO.C,C11*% G36* G01* X183475000Y-79950000D02* X183475000Y-80450000D01* G75* G02* X183250000Y-80675000I-225000J0D01* G01* X182800000Y-80675000D01* G75* G02* X182575000Y-80450000I0J225000D01* G01* X182575000Y-79950000D01* G75* G02* X182800000Y-79725000I225000J0D01* G01* X183250000Y-79725000D01* G75* G02* X183475000Y-79950000I0J-225000D01* G01* G37* G36* G01* X185025000Y-79950000D02* X185025000Y-80450000D01* G75* G02* X184800000Y-80675000I-225000J0D01* G01* X184350000Y-80675000D01* G75* G02* X184125000Y-80450000I0J225000D01* G01* X184125000Y-79950000D01* G75* G02* X184350000Y-79725000I225000J0D01* G01* X184800000Y-79725000D01* G75* G02* X185025000Y-79950000I0J-225000D01* G01* G37* %TD*% %TO.C,C10*% G36* G01* X183475000Y-78450000D02* X183475000Y-78950000D01* G75* G02* X183250000Y-79175000I-225000J0D01* G01* X182800000Y-79175000D01* G75* G02* X182575000Y-78950000I0J225000D01* G01* X182575000Y-78450000D01* G75* G02* X182800000Y-78225000I225000J0D01* G01* X183250000Y-78225000D01* G75* G02* X183475000Y-78450000I0J-225000D01* G01* G37* G36* G01* X185025000Y-78450000D02* X185025000Y-78950000D01* G75* G02* X184800000Y-79175000I-225000J0D01* G01* X184350000Y-79175000D01* G75* G02* X184125000Y-78950000I0J225000D01* G01* X184125000Y-78450000D01* G75* G02* X184350000Y-78225000I225000J0D01* G01* X184800000Y-78225000D01* G75* G02* X185025000Y-78450000I0J-225000D01* G01* G37* %TD*% %TO.C,C8*% G36* G01* X184125000Y-72850000D02* X184125000Y-72350000D01* G75* G02* X184350000Y-72125000I225000J0D01* G01* X184800000Y-72125000D01* G75* G02* X185025000Y-72350000I0J-225000D01* G01* X185025000Y-72850000D01* G75* G02* X184800000Y-73075000I-225000J0D01* G01* X184350000Y-73075000D01* G75* G02* X184125000Y-72850000I0J225000D01* G01* G37* G36* G01* X182575000Y-72850000D02* X182575000Y-72350000D01* G75* G02* X182800000Y-72125000I225000J0D01* G01* X183250000Y-72125000D01* G75* G02* X183475000Y-72350000I0J-225000D01* G01* X183475000Y-72850000D01* G75* G02* X183250000Y-73075000I-225000J0D01* G01* X182800000Y-73075000D01* G75* G02* X182575000Y-72850000I0J225000D01* G01* G37* %TD*% %TO.C,C7*% G36* G01* X183475000Y-76950000D02* X183475000Y-77450000D01* G75* G02* X183250000Y-77675000I-225000J0D01* G01* X182800000Y-77675000D01* G75* G02* X182575000Y-77450000I0J225000D01* G01* X182575000Y-76950000D01* G75* G02* X182800000Y-76725000I225000J0D01* G01* X183250000Y-76725000D01* G75* G02* X183475000Y-76950000I0J-225000D01* G01* G37* G36* G01* X185025000Y-76950000D02* X185025000Y-77450000D01* G75* G02* X184800000Y-77675000I-225000J0D01* G01* X184350000Y-77675000D01* G75* G02* X184125000Y-77450000I0J225000D01* G01* X184125000Y-76950000D01* G75* G02* X184350000Y-76725000I225000J0D01* G01* X184800000Y-76725000D01* G75* G02* X185025000Y-76950000I0J-225000D01* G01* G37* %TD*% %TO.C,C4*% G36* G01* X184675000Y-66150000D02* X184675000Y-66650000D01* G75* G02* X184450000Y-66875000I-225000J0D01* G01* X184000000Y-66875000D01* G75* G02* X183775000Y-66650000I0J225000D01* G01* X183775000Y-66150000D01* G75* G02* X184000000Y-65925000I225000J0D01* G01* X184450000Y-65925000D01* G75* G02* X184675000Y-66150000I0J-225000D01* G01* G37* G36* G01* X186225000Y-66150000D02* X186225000Y-66650000D01* G75* G02* X186000000Y-66875000I-225000J0D01* G01* X185550000Y-66875000D01* G75* G02* X185325000Y-66650000I0J225000D01* G01* X185325000Y-66150000D01* G75* G02* X185550000Y-65925000I225000J0D01* G01* X186000000Y-65925000D01* G75* G02* X186225000Y-66150000I0J-225000D01* G01* G37* %TD*% %TO.C,C2*% G36* G01* X183475000Y-75450000D02* X183475000Y-75950000D01* G75* G02* X183250000Y-76175000I-225000J0D01* G01* X182800000Y-76175000D01* G75* G02* X182575000Y-75950000I0J225000D01* G01* X182575000Y-75450000D01* G75* G02* X182800000Y-75225000I225000J0D01* G01* X183250000Y-75225000D01* G75* G02* X183475000Y-75450000I0J-225000D01* G01* G37* G36* G01* X185025000Y-75450000D02* X185025000Y-75950000D01* G75* G02* X184800000Y-76175000I-225000J0D01* G01* X184350000Y-76175000D01* G75* G02* X184125000Y-75950000I0J225000D01* G01* X184125000Y-75450000D01* G75* G02* X184350000Y-75225000I225000J0D01* G01* X184800000Y-75225000D01* G75* G02* X185025000Y-75450000I0J-225000D01* G01* G37* %TD*% %TO.C,C1*% G36* G01* X183475000Y-73950000D02* X183475000Y-74450000D01* G75* G02* X183250000Y-74675000I-225000J0D01* G01* X182800000Y-74675000D01* G75* G02* X182575000Y-74450000I0J225000D01* G01* X182575000Y-73950000D01* G75* G02* X182800000Y-73725000I225000J0D01* G01* X183250000Y-73725000D01* G75* G02* X183475000Y-73950000I0J-225000D01* G01* G37* G36* G01* X185025000Y-73950000D02* X185025000Y-74450000D01* G75* G02* X184800000Y-74675000I-225000J0D01* G01* X184350000Y-74675000D01* G75* G02* X184125000Y-74450000I0J225000D01* G01* X184125000Y-73950000D01* G75* G02* X184350000Y-73725000I225000J0D01* G01* X184800000Y-73725000D01* G75* G02* X185025000Y-73950000I0J-225000D01* G01* G37* %TD*% D14* %TO.C,U3*% X190150000Y-72580000D03* X190150000Y-87420000D03* D15* X188450000Y-74250000D03* X188450000Y-74750000D03* X188450000Y-75250000D03* X188450000Y-75750000D03* X188450000Y-76250000D03* X188450000Y-76750000D03* X188450000Y-77250000D03* X188450000Y-77750000D03* X188450000Y-78250000D03* X188450000Y-78750000D03* X188450000Y-79250000D03* X188450000Y-79750000D03* X188450000Y-80250000D03* X188450000Y-80750000D03* X188450000Y-81250000D03* X188450000Y-81750000D03* X188450000Y-82250000D03* X188450000Y-82750000D03* X188450000Y-83250000D03* X188450000Y-83750000D03* X188450000Y-84250000D03* X188450000Y-84750000D03* X188450000Y-85250000D03* X188450000Y-85750000D03* %TD*% D16* %TO.C,U5*% X177375000Y-98350000D03* X177375000Y-97850000D03* X177375000Y-97350000D03* X177375000Y-96850000D03* X175025000Y-96850000D03* X175025000Y-97350000D03* X175025000Y-97850000D03* X175025000Y-98350000D03* D17* G36* X175750000Y-96800000D02* G01* X176650000Y-96800000D01* X176650000Y-98130000D01* X176380000Y-98400000D01* X175750000Y-98400000D01* X175750000Y-96800000D01* G37* %TD*% %TO.C,R8*% G36* G01* X177575000Y-94225000D02* X177575000Y-94775000D01* G75* G02* X177375000Y-94975000I-200000J0D01* G01* X176975000Y-94975000D01* G75* G02* X176775000Y-94775000I0J200000D01* G01* X176775000Y-94225000D01* G75* G02* X176975000Y-94025000I200000J0D01* G01* X177375000Y-94025000D01* G75* G02* X177575000Y-94225000I0J-200000D01* G01* G37* G36* G01* X179225000Y-94225000D02* X179225000Y-94775000D01* G75* G02* X179025000Y-94975000I-200000J0D01* G01* X178625000Y-94975000D01* G75* G02* X178425000Y-94775000I0J200000D01* G01* X178425000Y-94225000D01* G75* G02* X178625000Y-94025000I200000J0D01* G01* X179025000Y-94025000D01* G75* G02* X179225000Y-94225000I0J-200000D01* G01* G37* %TD*% %TO.C,R7*% G36* G01* X175225000Y-94775000D02* X175225000Y-94225000D01* G75* G02* X175425000Y-94025000I200000J0D01* G01* X175825000Y-94025000D01* G75* G02* X176025000Y-94225000I0J-200000D01* G01* X176025000Y-94775000D01* G75* G02* X175825000Y-94975000I-200000J0D01* G01* X175425000Y-94975000D01* G75* G02* X175225000Y-94775000I0J200000D01* G01* G37* G36* G01* X173575000Y-94775000D02* X173575000Y-94225000D01* G75* G02* X173775000Y-94025000I200000J0D01* G01* X174175000Y-94025000D01* G75* G02* X174375000Y-94225000I0J-200000D01* G01* X174375000Y-94775000D01* G75* G02* X174175000Y-94975000I-200000J0D01* G01* X173775000Y-94975000D01* G75* G02* X173575000Y-94775000I0J200000D01* G01* G37* %TD*% D18* %TO.C,J2*% X193405000Y-91500000D03* X193405000Y-92300000D03* X193405000Y-97200000D03* X193405000Y-98000000D03* X193405000Y-98000000D03* X193405000Y-97200000D03* X193405000Y-92300000D03* X193405000Y-91500000D03* D19* X193405000Y-96500000D03* X193405000Y-96000000D03* X193405000Y-95500000D03* X193405000Y-94500000D03* X193405000Y-94000000D03* X193405000Y-93500000D03* X193405000Y-93000000D03* X193405000Y-95000000D03* %TD*% %TO.C,R6*% G36* G01* X180975000Y-89825000D02* X180975000Y-90375000D01* G75* G02* X180775000Y-90575000I-200000J0D01* G01* X180375000Y-90575000D01* G75* G02* X180175000Y-90375000I0J200000D01* G01* X180175000Y-89825000D01* G75* G02* X180375000Y-89625000I200000J0D01* G01* X180775000Y-89625000D01* G75* G02* X180975000Y-89825000I0J-200000D01* G01* G37* G36* G01* X182625000Y-89825000D02* X182625000Y-90375000D01* G75* G02* X182425000Y-90575000I-200000J0D01* G01* X182025000Y-90575000D01* G75* G02* X181825000Y-90375000I0J200000D01* G01* X181825000Y-89825000D01* G75* G02* X182025000Y-89625000I200000J0D01* G01* X182425000Y-89625000D01* G75* G02* X182625000Y-89825000I0J-200000D01* G01* G37* %TD*% %TO.C,D6*% G36* G01* X168850000Y-96643750D02* X168850000Y-97156250D01* G75* G02* X168631250Y-97375000I-218750J0D01* G01* X168193750Y-97375000D01* G75* G02* X167975000Y-97156250I0J218750D01* G01* X167975000Y-96643750D01* G75* G02* X168193750Y-96425000I218750J0D01* G01* X168631250Y-96425000D01* G75* G02* X168850000Y-96643750I0J-218750D01* G01* G37* G36* G01* X170425000Y-96643750D02* X170425000Y-97156250D01* G75* G02* X170206250Y-97375000I-218750J0D01* G01* X169768750Y-97375000D01* G75* G02* X169550000Y-97156250I0J218750D01* G01* X169550000Y-96643750D01* G75* G02* X169768750Y-96425000I218750J0D01* G01* X170206250Y-96425000D01* G75* G02* X170425000Y-96643750I0J-218750D01* G01* G37* %TD*% %TO.C,D3*% G36* G01* X181050000Y-92863750D02* X181050000Y-93376250D01* G75* G02* X180831250Y-93595000I-218750J0D01* G01* X180393750Y-93595000D01* G75* G02* X180175000Y-93376250I0J218750D01* G01* X180175000Y-92863750D01* G75* G02* X180393750Y-92645000I218750J0D01* G01* X180831250Y-92645000D01* G75* G02* X181050000Y-92863750I0J-218750D01* G01* G37* G36* G01* X182625000Y-92863750D02* X182625000Y-93376250D01* G75* G02* X182406250Y-93595000I-218750J0D01* G01* X181968750Y-93595000D01* G75* G02* X181750000Y-93376250I0J218750D01* G01* X181750000Y-92863750D01* G75* G02* X181968750Y-92645000I218750J0D01* G01* X182406250Y-92645000D01* G75* G02* X182625000Y-92863750I0J-218750D01* G01* G37* %TD*% %TO.C,D2*% G36* G01* X181050000Y-95223750D02* X181050000Y-95736250D01* G75* G02* X180831250Y-95955000I-218750J0D01* G01* X180393750Y-95955000D01* G75* G02* X180175000Y-95736250I0J218750D01* G01* X180175000Y-95223750D01* G75* G02* X180393750Y-95005000I218750J0D01* G01* X180831250Y-95005000D01* G75* G02* X181050000Y-95223750I0J-218750D01* G01* G37* G36* G01* X182625000Y-95223750D02* X182625000Y-95736250D01* G75* G02* X182406250Y-95955000I-218750J0D01* G01* X181968750Y-95955000D01* G75* G02* X181750000Y-95736250I0J218750D01* G01* X181750000Y-95223750D01* G75* G02* X181968750Y-95005000I218750J0D01* G01* X182406250Y-95005000D01* G75* G02* X182625000Y-95223750I0J-218750D01* G01* G37* %TD*% %TO.C,C5*% G36* G01* X189125000Y-98050000D02* X189125000Y-97550000D01* G75* G02* X189350000Y-97325000I225000J0D01* G01* X189800000Y-97325000D01* G75* G02* X190025000Y-97550000I0J-225000D01* G01* X190025000Y-98050000D01* G75* G02* X189800000Y-98275000I-225000J0D01* G01* X189350000Y-98275000D01* G75* G02* X189125000Y-98050000I0J225000D01* G01* G37* G36* G01* X187575000Y-98050000D02* X187575000Y-97550000D01* G75* G02* X187800000Y-97325000I225000J0D01* G01* X188250000Y-97325000D01* G75* G02* X188475000Y-97550000I0J-225000D01* G01* X188475000Y-98050000D01* G75* G02* X188250000Y-98275000I-225000J0D01* G01* X187800000Y-98275000D01* G75* G02* X187575000Y-98050000I0J225000D01* G01* G37* %TD*% D20* %TO.C,SW1*% X178200000Y-88600000D03* X178200000Y-93000000D03* %TD*% %TO.C,R9*% G36* G01* X171775000Y-95625000D02* X171225000Y-95625000D01* G75* G02* X171025000Y-95425000I0J200000D01* G01* X171025000Y-95025000D01* G75* G02* X171225000Y-94825000I200000J0D01* G01* X171775000Y-94825000D01* G75* G02* X171975000Y-95025000I0J-200000D01* G01* X171975000Y-95425000D01* G75* G02* X171775000Y-95625000I-200000J0D01* G01* G37* G36* G01* X171775000Y-97275000D02* X171225000Y-97275000D01* G75* G02* X171025000Y-97075000I0J200000D01* G01* X171025000Y-96675000D01* G75* G02* X171225000Y-96475000I200000J0D01* G01* X171775000Y-96475000D01* G75* G02* X171975000Y-96675000I0J-200000D01* G01* X171975000Y-97075000D01* G75* G02* X171775000Y-97275000I-200000J0D01* G01* G37* %TD*% %TO.C,R10*% G36* G01* X169625000Y-95425000D02* X169625000Y-94875000D01* G75* G02* X169825000Y-94675000I200000J0D01* G01* X170225000Y-94675000D01* G75* G02* X170425000Y-94875000I0J-200000D01* G01* X170425000Y-95425000D01* G75* G02* X170225000Y-95625000I-200000J0D01* G01* X169825000Y-95625000D01* G75* G02* X169625000Y-95425000I0J200000D01* G01* G37* G36* G01* X167975000Y-95425000D02* X167975000Y-94875000D01* G75* G02* X168175000Y-94675000I200000J0D01* G01* X168575000Y-94675000D01* G75* G02* X168775000Y-94875000I0J-200000D01* G01* X168775000Y-95425000D01* G75* G02* X168575000Y-95625000I-200000J0D01* G01* X168175000Y-95625000D01* G75* G02* X167975000Y-95425000I0J200000D01* G01* G37* %TD*% %TO.C,R2*% G36* G01* X180975000Y-91325000D02* X180975000Y-91875000D01* G75* G02* X180775000Y-92075000I-200000J0D01* G01* X180375000Y-92075000D01* G75* G02* X180175000Y-91875000I0J200000D01* G01* X180175000Y-91325000D01* G75* G02* X180375000Y-91125000I200000J0D01* G01* X180775000Y-91125000D01* G75* G02* X180975000Y-91325000I0J-200000D01* G01* G37* G36* G01* X182625000Y-91325000D02* X182625000Y-91875000D01* G75* G02* X182425000Y-92075000I-200000J0D01* G01* X182025000Y-92075000D01* G75* G02* X181825000Y-91875000I0J200000D01* G01* X181825000Y-91325000D01* G75* G02* X182025000Y-91125000I200000J0D01* G01* X182425000Y-91125000D01* G75* G02* X182625000Y-91325000I0J-200000D01* G01* G37* %TD*% %TO.C,R1*% G36* G01* X180975000Y-97525000D02* X180975000Y-98075000D01* G75* G02* X180775000Y-98275000I-200000J0D01* G01* X180375000Y-98275000D01* G75* G02* X180175000Y-98075000I0J200000D01* G01* X180175000Y-97525000D01* G75* G02* X180375000Y-97325000I200000J0D01* G01* X180775000Y-97325000D01* G75* G02* X180975000Y-97525000I0J-200000D01* G01* G37* G36* G01* X182625000Y-97525000D02* X182625000Y-98075000D01* G75* G02* X182425000Y-98275000I-200000J0D01* G01* X182025000Y-98275000D01* G75* G02* X181825000Y-98075000I0J200000D01* G01* X181825000Y-97525000D01* G75* G02* X182025000Y-97325000I200000J0D01* G01* X182425000Y-97325000D01* G75* G02* X182625000Y-97525000I0J-200000D01* G01* G37* %TD*% %TO.C,C17*% G36* G01* X168200000Y-92575000D02* X168700000Y-92575000D01* G75* G02* X168925000Y-92800000I0J-225000D01* G01* X168925000Y-93250000D01* G75* G02* X168700000Y-93475000I-225000J0D01* G01* X168200000Y-93475000D01* G75* G02* X167975000Y-93250000I0J225000D01* G01* X167975000Y-92800000D01* G75* G02* X168200000Y-92575000I225000J0D01* G01* G37* G36* G01* X168200000Y-91025000D02* X168700000Y-91025000D01* G75* G02* X168925000Y-91250000I0J-225000D01* G01* X168925000Y-91700000D01* G75* G02* X168700000Y-91925000I-225000J0D01* G01* X168200000Y-91925000D01* G75* G02* X167975000Y-91700000I0J225000D01* G01* X167975000Y-91250000D01* G75* G02* X168200000Y-91025000I225000J0D01* G01* G37* %TD*% %TO.C,C16*% G36* G01* X181075000Y-88350000D02* X181075000Y-88850000D01* G75* G02* X180850000Y-89075000I-225000J0D01* G01* X180400000Y-89075000D01* G75* G02* X180175000Y-88850000I0J225000D01* G01* X180175000Y-88350000D01* G75* G02* X180400000Y-88125000I225000J0D01* G01* X180850000Y-88125000D01* G75* G02* X181075000Y-88350000I0J-225000D01* G01* G37* G36* G01* X182625000Y-88350000D02* X182625000Y-88850000D01* G75* G02* X182400000Y-89075000I-225000J0D01* G01* X181950000Y-89075000D01* G75* G02* X181725000Y-88850000I0J225000D01* G01* X181725000Y-88350000D01* G75* G02* X181950000Y-88125000I225000J0D01* G01* X182400000Y-88125000D01* G75* G02* X182625000Y-88350000I0J-225000D01* G01* G37* %TD*% %TO.C,C3*% G36* G01* X184725000Y-97550000D02* X184725000Y-98050000D01* G75* G02* X184500000Y-98275000I-225000J0D01* G01* X184050000Y-98275000D01* G75* G02* X183825000Y-98050000I0J225000D01* G01* X183825000Y-97550000D01* G75* G02* X184050000Y-97325000I225000J0D01* G01* X184500000Y-97325000D01* G75* G02* X184725000Y-97550000I0J-225000D01* G01* G37* G36* G01* X186275000Y-97550000D02* X186275000Y-98050000D01* G75* G02* X186050000Y-98275000I-225000J0D01* G01* X185600000Y-98275000D01* G75* G02* X185375000Y-98050000I0J225000D01* G01* X185375000Y-97550000D01* G75* G02* X185600000Y-97325000I225000J0D01* G01* X186050000Y-97325000D01* G75* G02* X186275000Y-97550000I0J-225000D01* G01* G37* %TD*% D21* %TO.C,U1*% X186050000Y-89550000D03* X186050000Y-90850000D03* X184150000Y-90200000D03* X186050000Y-90200000D03* X184150000Y-90850000D03* X184150000Y-89550000D03* %TD*% %TO.C,R3*% G36* G01* X157125000Y-70025000D02* X157675000Y-70025000D01* G75* G02* X157875000Y-70225000I0J-200000D01* G01* X157875000Y-70625000D01* G75* G02* X157675000Y-70825000I-200000J0D01* G01* X157125000Y-70825000D01* G75* G02* X156925000Y-70625000I0J200000D01* G01* X156925000Y-70225000D01* G75* G02* X157125000Y-70025000I200000J0D01* G01* G37* G36* G01* X157125000Y-68375000D02* X157675000Y-68375000D01* G75* G02* X157875000Y-68575000I0J-200000D01* G01* X157875000Y-68975000D01* G75* G02* X157675000Y-69175000I-200000J0D01* G01* X157125000Y-69175000D01* G75* G02* X156925000Y-68975000I0J200000D01* G01* X156925000Y-68575000D01* G75* G02* X157125000Y-68375000I200000J0D01* G01* G37* %TD*% D22* %TO.C,J3*% X160700000Y-93100000D03* %TD*% %TO.C,J1*% X160700000Y-96800000D03* %TD*% %TO.C,C6*% G36* G01* X157150000Y-72925000D02* X157650000Y-72925000D01* G75* G02* X157875000Y-73150000I0J-225000D01* G01* X157875000Y-73600000D01* G75* G02* X157650000Y-73825000I-225000J0D01* G01* X157150000Y-73825000D01* G75* G02* X156925000Y-73600000I0J225000D01* G01* X156925000Y-73150000D01* G75* G02* X157150000Y-72925000I225000J0D01* G01* G37* G36* G01* X157150000Y-71375000D02* X157650000Y-71375000D01* G75* G02* X157875000Y-71600000I0J-225000D01* G01* X157875000Y-72050000D01* G75* G02* X157650000Y-72275000I-225000J0D01* G01* X157150000Y-72275000D01* G75* G02* X156925000Y-72050000I0J225000D01* G01* X156925000Y-71600000D01* G75* G02* X157150000Y-71375000I225000J0D01* G01* G37* %TD*% D23* %TO.C,U6*% X166900000Y-91600000D03* X166900000Y-93500000D03* X164700000Y-93500000D03* X164700000Y-92550000D03* X164700000Y-91600000D03* %TD*% D24* %TO.C,U2*% X186900000Y-94300000D03* D25* X184350000Y-96300000D03* X184350000Y-95300000D03* X189450000Y-92300000D03* X184350000Y-94300000D03* X184350000Y-93300000D03* X184350000Y-92300000D03* X189450000Y-93300000D03* X189450000Y-94300000D03* X189450000Y-95300000D03* X189450000Y-96300000D03* %TD*% D23* %TO.C,U7*% X166900000Y-95250000D03* X166900000Y-97150000D03* X164700000Y-97150000D03* X164700000Y-96200000D03* X164700000Y-95250000D03* %TD*% D26* %TO.C,U4*% X177500000Y-67745000D03* X177500000Y-69015000D03* X177500000Y-70285000D03* X177500000Y-71555000D03* X177500000Y-72825000D03* X177500000Y-74095000D03* X177500000Y-75365000D03* X177500000Y-76635000D03* X177500000Y-77905000D03* X177500000Y-79175000D03* X177500000Y-80445000D03* X177500000Y-81715000D03* X177500000Y-82985000D03* X177500000Y-84255000D03* D27* X174715000Y-85255000D03* X173445000Y-85255000D03* X172175000Y-85255000D03* X170905000Y-85255000D03* X169635000Y-85255000D03* X168365000Y-85255000D03* X167095000Y-85255000D03* X165825000Y-85255000D03* X164555000Y-85255000D03* X163285000Y-85255000D03* D26* X160500000Y-84255000D03* X160500000Y-82985000D03* X160500000Y-81715000D03* X160500000Y-80445000D03* X160500000Y-79175000D03* X160500000Y-77905000D03* X160500000Y-76635000D03* X160500000Y-75365000D03* X160500000Y-74095000D03* X160500000Y-72825000D03* X160500000Y-71555000D03* X160500000Y-70285000D03* X160500000Y-69015000D03* X160500000Y-67745000D03* D28* X168000000Y-75245000D03* %TD*% M02* ================================================ FILE: gerber/smartdisplay-Top_Silk.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*% %TF.CreationDate,2021-08-10T17:59:01+08:00*% %TF.ProjectId,smartdisplay,736d6172-7464-4697-9370-6c61792e6b69,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Legend,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2021-08-10 17:59:01* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,0.150000*% %ADD11C,0.120000*% G04 APERTURE END LIST* D10* X108214285Y-76333333D02* X107547619Y-76333333D01* X108595238Y-76095238D02* X107880952Y-75857142D01* X107880952Y-76476190D01* X108547619Y-77047619D02* X108547619Y-77142857D01* X108500000Y-77238095D01* X108452380Y-77285714D01* X108357142Y-77333333D01* X108166666Y-77380952D01* X107928571Y-77380952D01* X107738095Y-77333333D01* X107642857Y-77285714D01* X107595238Y-77238095D01* X107547619Y-77142857D01* X107547619Y-77047619D01* X107595238Y-76952380D01* X107642857Y-76904761D01* X107738095Y-76857142D01* X107928571Y-76809523D01* X108166666Y-76809523D01* X108357142Y-76857142D01* X108452380Y-76904761D01* X108500000Y-76952380D01* X108547619Y-77047619D01* X107642857Y-77809523D02* X107595238Y-77857142D01* X107547619Y-77809523D01* X107595238Y-77761904D01* X107642857Y-77809523D01* X107547619Y-77809523D01* X108547619Y-78476190D02* X108547619Y-78571428D01* X108500000Y-78666666D01* X108452380Y-78714285D01* X108357142Y-78761904D01* X108166666Y-78809523D01* X107928571Y-78809523D01* X107738095Y-78761904D01* X107642857Y-78714285D01* X107595238Y-78666666D01* X107547619Y-78571428D01* X107547619Y-78476190D01* X107595238Y-78380952D01* X107642857Y-78333333D01* X107738095Y-78285714D01* X107928571Y-78238095D01* X108166666Y-78238095D01* X108357142Y-78285714D01* X108452380Y-78333333D01* X108500000Y-78380952D01* X108547619Y-78476190D01* X108547619Y-79428571D02* X108547619Y-79523809D01* X108500000Y-79619047D01* X108452380Y-79666666D01* X108357142Y-79714285D01* X108166666Y-79761904D01* X107928571Y-79761904D01* X107738095Y-79714285D01* X107642857Y-79666666D01* X107595238Y-79619047D01* X107547619Y-79523809D01* X107547619Y-79428571D01* X107595238Y-79333333D01* X107642857Y-79285714D01* X107738095Y-79238095D01* X107928571Y-79190476D01* X108166666Y-79190476D01* X108357142Y-79238095D01* X108452380Y-79285714D01* X108500000Y-79333333D01* X108547619Y-79428571D01* X108547619Y-80380952D02* X108547619Y-80476190D01* X108500000Y-80571428D01* X108452380Y-80619047D01* X108357142Y-80666666D01* X108166666Y-80714285D01* X107928571Y-80714285D01* X107738095Y-80666666D01* X107642857Y-80619047D01* X107595238Y-80571428D01* X107547619Y-80476190D01* X107547619Y-80380952D01* X107595238Y-80285714D01* X107642857Y-80238095D01* X107738095Y-80190476D01* X107928571Y-80142857D01* X108166666Y-80142857D01* X108357142Y-80190476D01* X108452380Y-80238095D01* X108500000Y-80285714D01* X108547619Y-80380952D01* X107547619Y-81904761D02* X108214285Y-81904761D01* X108119047Y-81904761D02* X108166666Y-81952380D01* X108214285Y-82047619D01* X108214285Y-82190476D01* X108166666Y-82285714D01* X108071428Y-82333333D01* X107547619Y-82333333D01* X108071428Y-82333333D02* X108166666Y-82380952D01* X108214285Y-82476190D01* X108214285Y-82619047D01* X108166666Y-82714285D01* X108071428Y-82761904D01* X107547619Y-82761904D01* X107547619Y-83238095D02* X108214285Y-83238095D01* X108119047Y-83238095D02* X108166666Y-83285714D01* X108214285Y-83380952D01* X108214285Y-83523809D01* X108166666Y-83619047D01* X108071428Y-83666666D01* X107547619Y-83666666D01* X108071428Y-83666666D02* X108166666Y-83714285D01* X108214285Y-83809523D01* X108214285Y-83952380D01* X108166666Y-84047619D01* X108071428Y-84095238D01* X107547619Y-84095238D01* X109300000Y-60000000D02* X109300000Y-100000000D01* X116800000Y-60000000D02* X108713579Y-60000000D01* X116800000Y-100000000D02* X108713579Y-100000000D01* X109300000Y-100000000D02* X108713579Y-98873496D01* X109300000Y-100000000D02* X109886421Y-98873496D01* X109300000Y-60000000D02* X108713579Y-61126504D01* X109300000Y-60000000D02* X109886421Y-61126504D01* X131709523Y-54752380D02* X132328571Y-54752380D01* X131995238Y-55133333D01* X132138095Y-55133333D01* X132233333Y-55180952D01* X132280952Y-55228571D01* X132328571Y-55323809D01* X132328571Y-55561904D01* X132280952Y-55657142D01* X132233333Y-55704761D01* X132138095Y-55752380D01* X131852380Y-55752380D01* X131757142Y-55704761D01* X131709523Y-55657142D01* X132900000Y-55180952D02* X132804761Y-55133333D01* X132757142Y-55085714D01* X132709523Y-54990476D01* X132709523Y-54942857D01* X132757142Y-54847619D01* X132804761Y-54800000D01* X132900000Y-54752380D01* X133090476Y-54752380D01* X133185714Y-54800000D01* X133233333Y-54847619D01* X133280952Y-54942857D01* X133280952Y-54990476D01* X133233333Y-55085714D01* X133185714Y-55133333D01* X133090476Y-55180952D01* X132900000Y-55180952D01* X132804761Y-55228571D01* X132757142Y-55276190D01* X132709523Y-55371428D01* X132709523Y-55561904D01* X132757142Y-55657142D01* X132804761Y-55704761D01* X132900000Y-55752380D01* X133090476Y-55752380D01* X133185714Y-55704761D01* X133233333Y-55657142D01* X133280952Y-55561904D01* X133280952Y-55371428D01* X133233333Y-55276190D01* X133185714Y-55228571D01* X133090476Y-55180952D01* X133709523Y-55657142D02* X133757142Y-55704761D01* X133709523Y-55752380D01* X133661904Y-55704761D01* X133709523Y-55657142D01* X133709523Y-55752380D01* X134138095Y-54847619D02* X134185714Y-54800000D01* X134280952Y-54752380D01* X134519047Y-54752380D01* X134614285Y-54800000D01* X134661904Y-54847619D01* X134709523Y-54942857D01* X134709523Y-55038095D01* X134661904Y-55180952D01* X134090476Y-55752380D01* X134709523Y-55752380D01* X135328571Y-54752380D02* X135423809Y-54752380D01* X135519047Y-54800000D01* X135566666Y-54847619D01* X135614285Y-54942857D01* X135661904Y-55133333D01* X135661904Y-55371428D01* X135614285Y-55561904D01* X135566666Y-55657142D01* X135519047Y-55704761D01* X135423809Y-55752380D01* X135328571Y-55752380D01* X135233333Y-55704761D01* X135185714Y-55657142D01* X135138095Y-55561904D01* X135090476Y-55371428D01* X135090476Y-55133333D01* X135138095Y-54942857D01* X135185714Y-54847619D01* X135233333Y-54800000D01* X135328571Y-54752380D01* X136280952Y-54752380D02* X136376190Y-54752380D01* X136471428Y-54800000D01* X136519047Y-54847619D01* X136566666Y-54942857D01* X136614285Y-55133333D01* X136614285Y-55371428D01* X136566666Y-55561904D01* X136519047Y-55657142D01* X136471428Y-55704761D01* X136376190Y-55752380D01* X136280952Y-55752380D01* X136185714Y-55704761D01* X136138095Y-55657142D01* X136090476Y-55561904D01* X136042857Y-55371428D01* X136042857Y-55133333D01* X136090476Y-54942857D01* X136138095Y-54847619D01* X136185714Y-54800000D01* X136280952Y-54752380D01* X137804761Y-55752380D02* X137804761Y-55085714D01* X137804761Y-55180952D02* X137852380Y-55133333D01* X137947619Y-55085714D01* X138090476Y-55085714D01* X138185714Y-55133333D01* X138233333Y-55228571D01* X138233333Y-55752380D01* X138233333Y-55228571D02* X138280952Y-55133333D01* X138376190Y-55085714D01* X138519047Y-55085714D01* X138614285Y-55133333D01* X138661904Y-55228571D01* X138661904Y-55752380D01* X139138095Y-55752380D02* X139138095Y-55085714D01* X139138095Y-55180952D02* X139185714Y-55133333D01* X139280952Y-55085714D01* X139423809Y-55085714D01* X139519047Y-55133333D01* X139566666Y-55228571D01* X139566666Y-55752380D01* X139566666Y-55228571D02* X139614285Y-55133333D01* X139709523Y-55085714D01* X139852380Y-55085714D01* X139947619Y-55133333D01* X139995238Y-55228571D01* X139995238Y-55752380D01* X155000000Y-56600000D02* X116800000Y-56600000D01* X155000000Y-60000000D02* X155000000Y-56013579D01* X116800000Y-60000000D02* X116800000Y-56013579D01* X116800000Y-56600000D02* X117926504Y-56013579D01* X116800000Y-56600000D02* X117926504Y-57186421D01* X155000000Y-56600000D02* X153873496Y-56013579D01* X155000000Y-56600000D02* X153873496Y-57186421D01* X154447619Y-49080952D02* X154352380Y-49033333D01* X154304761Y-48985714D01* X154257142Y-48890476D01* X154257142Y-48842857D01* X154304761Y-48747619D01* X154352380Y-48700000D01* X154447619Y-48652380D01* X154638095Y-48652380D01* X154733333Y-48700000D01* X154780952Y-48747619D01* X154828571Y-48842857D01* X154828571Y-48890476D01* X154780952Y-48985714D01* X154733333Y-49033333D01* X154638095Y-49080952D01* X154447619Y-49080952D01* X154352380Y-49128571D01* X154304761Y-49176190D01* X154257142Y-49271428D01* X154257142Y-49461904D01* X154304761Y-49557142D01* X154352380Y-49604761D01* X154447619Y-49652380D01* X154638095Y-49652380D01* X154733333Y-49604761D01* X154780952Y-49557142D01* X154828571Y-49461904D01* X154828571Y-49271428D01* X154780952Y-49176190D01* X154733333Y-49128571D01* X154638095Y-49080952D01* X155161904Y-48652380D02* X155780952Y-48652380D01* X155447619Y-49033333D01* X155590476Y-49033333D01* X155685714Y-49080952D01* X155733333Y-49128571D01* X155780952Y-49223809D01* X155780952Y-49461904D01* X155733333Y-49557142D01* X155685714Y-49604761D01* X155590476Y-49652380D01* X155304761Y-49652380D01* X155209523Y-49604761D01* X155161904Y-49557142D01* X156209523Y-49557142D02* X156257142Y-49604761D01* X156209523Y-49652380D01* X156161904Y-49604761D01* X156209523Y-49557142D01* X156209523Y-49652380D01* X156638095Y-48747619D02* X156685714Y-48700000D01* X156780952Y-48652380D01* X157019047Y-48652380D01* X157114285Y-48700000D01* X157161904Y-48747619D01* X157209523Y-48842857D01* X157209523Y-48938095D01* X157161904Y-49080952D01* X156590476Y-49652380D01* X157209523Y-49652380D01* X157828571Y-48652380D02* X157923809Y-48652380D01* X158019047Y-48700000D01* X158066666Y-48747619D01* X158114285Y-48842857D01* X158161904Y-49033333D01* X158161904Y-49271428D01* X158114285Y-49461904D01* X158066666Y-49557142D01* X158019047Y-49604761D01* X157923809Y-49652380D01* X157828571Y-49652380D01* X157733333Y-49604761D01* X157685714Y-49557142D01* X157638095Y-49461904D01* X157590476Y-49271428D01* X157590476Y-49033333D01* X157638095Y-48842857D01* X157685714Y-48747619D01* X157733333Y-48700000D01* X157828571Y-48652380D01* X158780952Y-48652380D02* X158876190Y-48652380D01* X158971428Y-48700000D01* X159019047Y-48747619D01* X159066666Y-48842857D01* X159114285Y-49033333D01* X159114285Y-49271428D01* X159066666Y-49461904D01* X159019047Y-49557142D01* X158971428Y-49604761D01* X158876190Y-49652380D01* X158780952Y-49652380D01* X158685714Y-49604761D01* X158638095Y-49557142D01* X158590476Y-49461904D01* X158542857Y-49271428D01* X158542857Y-49033333D01* X158590476Y-48842857D01* X158638095Y-48747619D01* X158685714Y-48700000D01* X158780952Y-48652380D01* X160304761Y-49652380D02* X160304761Y-48985714D01* X160304761Y-49080952D02* X160352380Y-49033333D01* X160447619Y-48985714D01* X160590476Y-48985714D01* X160685714Y-49033333D01* X160733333Y-49128571D01* X160733333Y-49652380D01* X160733333Y-49128571D02* X160780952Y-49033333D01* X160876190Y-48985714D01* X161019047Y-48985714D01* X161114285Y-49033333D01* X161161904Y-49128571D01* X161161904Y-49652380D01* X161638095Y-49652380D02* X161638095Y-48985714D01* X161638095Y-49080952D02* X161685714Y-49033333D01* X161780952Y-48985714D01* X161923809Y-48985714D01* X162019047Y-49033333D01* X162066666Y-49128571D01* X162066666Y-49652380D01* X162066666Y-49128571D02* X162114285Y-49033333D01* X162209523Y-48985714D01* X162352380Y-48985714D01* X162447619Y-49033333D01* X162495238Y-49128571D01* X162495238Y-49652380D01* X200000000Y-50500000D02* X116800000Y-50500000D01* X200000000Y-60000000D02* X200000000Y-49913579D01* X116800000Y-60000000D02* X116800000Y-49913579D01* X116800000Y-50500000D02* X117926504Y-49913579D01* X116800000Y-50500000D02* X117926504Y-51086421D01* X200000000Y-50500000D02* X198873496Y-49913579D01* X200000000Y-50500000D02* X198873496Y-51086421D01* X160128571Y-91007142D02* X161271428Y-91007142D01* X160228571Y-99207142D02* X161371428Y-99207142D01* X160800000Y-99778571D02* X160800000Y-98635714D01* X187928571Y-45052380D02* X187357142Y-45052380D01* X187642857Y-45052380D02* X187642857Y-44052380D01* X187547619Y-44195238D01* X187452380Y-44290476D01* X187357142Y-44338095D01* X188261904Y-44052380D02* X188928571Y-44052380D01* X188500000Y-45052380D01* X189309523Y-44957142D02* X189357142Y-45004761D01* X189309523Y-45052380D01* X189261904Y-45004761D01* X189309523Y-44957142D01* X189309523Y-45052380D01* X189976190Y-44052380D02* X190071428Y-44052380D01* X190166666Y-44100000D01* X190214285Y-44147619D01* X190261904Y-44242857D01* X190309523Y-44433333D01* X190309523Y-44671428D01* X190261904Y-44861904D01* X190214285Y-44957142D01* X190166666Y-45004761D01* X190071428Y-45052380D01* X189976190Y-45052380D01* X189880952Y-45004761D01* X189833333Y-44957142D01* X189785714Y-44861904D01* X189738095Y-44671428D01* X189738095Y-44433333D01* X189785714Y-44242857D01* X189833333Y-44147619D01* X189880952Y-44100000D01* X189976190Y-44052380D01* X190928571Y-44052380D02* X191023809Y-44052380D01* X191119047Y-44100000D01* X191166666Y-44147619D01* X191214285Y-44242857D01* X191261904Y-44433333D01* X191261904Y-44671428D01* X191214285Y-44861904D01* X191166666Y-44957142D01* X191119047Y-45004761D01* X191023809Y-45052380D01* X190928571Y-45052380D01* X190833333Y-45004761D01* X190785714Y-44957142D01* X190738095Y-44861904D01* X190690476Y-44671428D01* X190690476Y-44433333D01* X190738095Y-44242857D01* X190785714Y-44147619D01* X190833333Y-44100000D01* X190928571Y-44052380D01* X191880952Y-44052380D02* X191976190Y-44052380D01* X192071428Y-44100000D01* X192119047Y-44147619D01* X192166666Y-44242857D01* X192214285Y-44433333D01* X192214285Y-44671428D01* X192166666Y-44861904D01* X192119047Y-44957142D01* X192071428Y-45004761D01* X191976190Y-45052380D01* X191880952Y-45052380D01* X191785714Y-45004761D01* X191738095Y-44957142D01* X191690476Y-44861904D01* X191642857Y-44671428D01* X191642857Y-44433333D01* X191690476Y-44242857D01* X191738095Y-44147619D01* X191785714Y-44100000D01* X191880952Y-44052380D01* X193404761Y-45052380D02* X193404761Y-44385714D01* X193404761Y-44480952D02* X193452380Y-44433333D01* X193547619Y-44385714D01* X193690476Y-44385714D01* X193785714Y-44433333D01* X193833333Y-44528571D01* X193833333Y-45052380D01* X193833333Y-44528571D02* X193880952Y-44433333D01* X193976190Y-44385714D01* X194119047Y-44385714D01* X194214285Y-44433333D01* X194261904Y-44528571D01* X194261904Y-45052380D01* X194738095Y-45052380D02* X194738095Y-44385714D01* X194738095Y-44480952D02* X194785714Y-44433333D01* X194880952Y-44385714D01* X195023809Y-44385714D01* X195119047Y-44433333D01* X195166666Y-44528571D01* X195166666Y-45052380D01* X195166666Y-44528571D02* X195214285Y-44433333D01* X195309523Y-44385714D01* X195452380Y-44385714D01* X195547619Y-44433333D01* X195595238Y-44528571D01* X195595238Y-45052380D01* X200000000Y-45900000D02* X183000000Y-45900000D01* X200000000Y-60000000D02* X200000000Y-45313579D01* X183000000Y-60000000D02* X183000000Y-45313579D01* X183000000Y-45900000D02* X184126504Y-45313579D01* X183000000Y-45900000D02* X184126504Y-46486421D01* X200000000Y-45900000D02* X198873496Y-45313579D01* X200000000Y-45900000D02* X198873496Y-46486421D01* D11* %TO.C,C9*% X195310000Y-67159420D02* X195310000Y-67440580D01* X194290000Y-67159420D02* X194290000Y-67440580D01* %TO.C,L1*% X187254000Y-67346000D02* X187254000Y-71654000D01* X182946000Y-71654000D02* X182946000Y-67346000D01* %TO.C,R5*% X192262742Y-67477500D02* X192737258Y-67477500D01* X192262742Y-68522500D02* X192737258Y-68522500D01* %TO.C,R4*% X192262742Y-69277500D02* X192737258Y-69277500D01* X192262742Y-70322500D02* X192737258Y-70322500D01* %TO.C,Q1*% X188340000Y-67320000D02* X188340000Y-68250000D01* X188340000Y-70480000D02* X188340000Y-69550000D01* X188340000Y-70480000D02* X190500000Y-70480000D01* X188340000Y-67320000D02* X189800000Y-67320000D01* %TO.C,D5*% X191800000Y-67050000D02* X193800000Y-67050000D01* X193800000Y-67050000D02* X193800000Y-63150000D01* X191800000Y-67050000D02* X191800000Y-63150000D01* %TO.C,D1*% X186850000Y-64900000D02* X186850000Y-66900000D01* X186850000Y-66900000D02* X190750000Y-66900000D01* X186850000Y-64900000D02* X190750000Y-64900000D01* %TO.C,D4*% X191350000Y-64600000D02* X191350000Y-62600000D01* X191350000Y-62600000D02* X187450000Y-62600000D01* X191350000Y-64600000D02* X187450000Y-64600000D01* %TO.C,C15*% X183940580Y-86710000D02* X183659420Y-86710000D01* X183940580Y-85690000D02* X183659420Y-85690000D01* %TO.C,C14*% X183940580Y-85210000D02* X183659420Y-85210000D01* X183940580Y-84190000D02* X183659420Y-84190000D01* %TO.C,C13*% X183940580Y-83710000D02* X183659420Y-83710000D01* X183940580Y-82690000D02* X183659420Y-82690000D01* %TO.C,C12*% X183940580Y-82210000D02* X183659420Y-82210000D01* X183940580Y-81190000D02* X183659420Y-81190000D01* %TO.C,C11*% X183940580Y-80710000D02* X183659420Y-80710000D01* X183940580Y-79690000D02* X183659420Y-79690000D01* %TO.C,C10*% X183940580Y-79210000D02* X183659420Y-79210000D01* X183940580Y-78190000D02* X183659420Y-78190000D01* %TO.C,C8*% X183659420Y-72090000D02* X183940580Y-72090000D01* X183659420Y-73110000D02* X183940580Y-73110000D01* %TO.C,C7*% X183940580Y-77710000D02* X183659420Y-77710000D01* X183940580Y-76690000D02* X183659420Y-76690000D01* %TO.C,C4*% X185140580Y-66910000D02* X184859420Y-66910000D01* X185140580Y-65890000D02* X184859420Y-65890000D01* %TO.C,C2*% X183940580Y-76210000D02* X183659420Y-76210000D01* X183940580Y-75190000D02* X183659420Y-75190000D01* %TO.C,C1*% X183940580Y-74710000D02* X183659420Y-74710000D01* X183940580Y-73690000D02* X183659420Y-73690000D01* %TO.C,U3*% X191840000Y-88715000D02* X191840000Y-88825000D01* X191840000Y-88825000D02* X192440000Y-88825000D01* X191840000Y-71285000D02* X191840000Y-71175000D01* X191840000Y-71175000D02* X192440000Y-71175000D01* X189250000Y-85950000D02* X189650000Y-85750000D01* X189650000Y-85750000D02* X189250000Y-85550000D01* X189250000Y-85550000D02* X189250000Y-85950000D01* %TO.C,U5*% X176850000Y-96190000D02* X175550000Y-96190000D01* X177290000Y-99010000D02* X175550000Y-99010000D01* %TO.C,R8*% X178237258Y-93977500D02* X177762742Y-93977500D01* X178237258Y-95022500D02* X177762742Y-95022500D01* %TO.C,R7*% X174562742Y-95022500D02* X175037258Y-95022500D01* X174562742Y-93977500D02* X175037258Y-93977500D01* %TO.C,J2*% X199450000Y-99450000D02* X201350000Y-99450000D01* X195550000Y-99450000D02* X197550000Y-99450000D01* X199450000Y-90050000D02* X201350000Y-90050000D01* X195550000Y-90050000D02* X197550000Y-90050000D01* X201350000Y-99450000D02* X201350000Y-90050000D01* %TO.C,R6*% X181637258Y-90622500D02* X181162742Y-90622500D01* X181637258Y-89577500D02* X181162742Y-89577500D01* %TO.C,D6*% X168400000Y-97635000D02* X170685000Y-97635000D01* X170685000Y-97635000D02* X170685000Y-96165000D01* X170685000Y-96165000D02* X168400000Y-96165000D01* %TO.C,D3*% X180600000Y-93855000D02* X182885000Y-93855000D01* X182885000Y-93855000D02* X182885000Y-92385000D01* X182885000Y-92385000D02* X180600000Y-92385000D01* %TO.C,D2*% X180600000Y-96215000D02* X182885000Y-96215000D01* X182885000Y-96215000D02* X182885000Y-94745000D01* X182885000Y-94745000D02* X180600000Y-94745000D01* %TO.C,C5*% X188659420Y-97290000D02* X188940580Y-97290000D01* X188659420Y-98310000D02* X188940580Y-98310000D01* %TO.C,SW1*% X176800000Y-89150000D02* X177100000Y-89150000D01* X176800000Y-92450000D02* X176800000Y-89150000D01* X177100000Y-92450000D02* X176800000Y-92450000D01* X179600000Y-89150000D02* X179300000Y-89150000D01* X179600000Y-92450000D02* X179600000Y-89150000D01* X179300000Y-92450000D02* X179600000Y-92450000D01* %TO.C,R9*% X170977500Y-96287258D02* X170977500Y-95812742D01* X172022500Y-96287258D02* X172022500Y-95812742D01* %TO.C,R10*% X168962742Y-94627500D02* X169437258Y-94627500D01* X168962742Y-95672500D02* X169437258Y-95672500D01* %TO.C,R2*% X181637258Y-92122500D02* X181162742Y-92122500D01* X181637258Y-91077500D02* X181162742Y-91077500D01* %TO.C,R1*% X181637258Y-98322500D02* X181162742Y-98322500D01* X181637258Y-97277500D02* X181162742Y-97277500D01* %TO.C,C17*% X168960000Y-92109420D02* X168960000Y-92390580D01* X167940000Y-92109420D02* X167940000Y-92390580D01* %TO.C,C16*% X181540580Y-89110000D02* X181259420Y-89110000D01* X181540580Y-88090000D02* X181259420Y-88090000D01* %TO.C,C3*% X185190580Y-98310000D02* X184909420Y-98310000D01* X185190580Y-97290000D02* X184909420Y-97290000D01* %TO.C,U1*% X184400000Y-91360000D02* X185800000Y-91360000D01* X185800000Y-89040000D02* X183900000Y-89040000D01* %TO.C,R3*% X156877500Y-69362742D02* X156877500Y-69837258D01* X157922500Y-69362742D02* X157922500Y-69837258D01* %TO.C,C6*% X156890000Y-72459420D02* X156890000Y-72740580D01* X157910000Y-72459420D02* X157910000Y-72740580D01* %TO.C,U6*% X166700000Y-90940000D02* X164250000Y-90940000D01* X164900000Y-94160000D02* X166700000Y-94160000D01* D10* %TO.C,U2*% X188970000Y-91730000D02* X184830000Y-91730000D01* X189900000Y-96870000D02* X184830000Y-96870000D01* D11* %TO.C,U7*% X166700000Y-94590000D02* X164250000Y-94590000D01* X164900000Y-97810000D02* X166700000Y-97810000D01* %TO.C,U4*% X159880000Y-66555000D02* X159500000Y-66555000D01* X159880000Y-60135000D02* X159880000Y-66555000D01* X178120000Y-60135000D02* X178120000Y-66555000D01* X159880000Y-60135000D02* X178120000Y-60135000D01* X178120000Y-85880000D02* X177120000Y-85880000D01* X178120000Y-85100000D02* X178120000Y-85880000D01* X159880000Y-85880000D02* X160880000Y-85880000D01* X159880000Y-85100000D02* X159880000Y-85880000D01* %TD*% M02* ================================================ FILE: smartdisplay-cache.lib ================================================ EESchema-LIBRARY Version 2.4 #encoding utf-8 # # Connector_Conn_01x01_Female # DEF Connector_Conn_01x01_Female J 0 40 Y N 1 F N F0 "J" 0 100 50 H V C CNN F1 "Connector_Conn_01x01_Female" 0 -100 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST Connector*:* $ENDFPLIST DRAW A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 P 2 1 1 6 -50 0 -20 0 N X Pin_1 1 -200 0 150 R 50 50 1 1 P ENDDRAW ENDDEF # # Connector_USB_C_Receptacle_USB2.0 # DEF Connector_USB_C_Receptacle_USB2.0 J 0 40 Y Y 1 F N F0 "J" -400 750 50 H V L CNN F1 "Connector_USB_C_Receptacle_USB2.0" 750 750 50 H V R CNN F2 "" 150 0 50 H I C CNN F3 "" 150 0 50 H I C CNN $FPLIST USB*C*Receptacle* $ENDFPLIST DRAW A -275 -150 75 -1799 -1 0 1 20 N -350 -150 -200 -150 A -275 -150 25 -1799 -1 0 1 10 N -300 -150 -250 -150 A -275 -150 25 -1799 -1 0 1 10 F -300 -150 -250 -150 A -275 150 25 1 1799 0 1 10 F -250 150 -300 150 A -275 150 25 1 1799 0 1 10 N -250 150 -300 150 A -275 150 75 1 1799 0 1 20 N -200 150 -350 150 C -100 45 25 0 1 10 F C 0 -230 50 0 1 0 F S -10 -700 10 -660 0 0 0 N S 400 -590 360 -610 0 0 0 N S 400 -490 360 -510 0 0 0 N S 400 -190 360 -210 0 0 0 N S 400 -90 360 -110 0 0 0 N S 400 10 360 -10 0 0 0 N S 400 110 360 90 0 0 0 N S 400 310 360 290 0 0 0 N S 400 410 360 390 0 0 0 N S 400 610 360 590 0 0 0 N S -400 700 400 -700 0 1 10 f S -300 -150 -250 150 0 1 10 F S 75 70 125 120 0 1 10 F P 2 0 1 20 -350 -150 -350 150 N P 2 0 1 20 -200 150 -200 -150 N P 2 0 1 20 0 -230 0 170 N P 3 0 1 20 0 -130 -100 -30 -100 20 N P 3 0 1 20 0 -80 100 20 100 70 N P 4 0 1 10 -50 170 0 270 50 170 -50 170 F X GND A1 0 -900 200 U 50 50 1 1 P X GND A12 0 -900 200 U 50 50 1 1 P N X VBUS A4 600 600 200 L 50 50 1 1 P X CC1 A5 600 400 200 L 50 50 1 1 B X D+ A6 600 -100 200 L 50 50 1 1 B X D- A7 600 100 200 L 50 50 1 1 B X SBU1 A8 600 -500 200 L 50 50 1 1 B X VBUS A9 600 600 200 L 50 50 1 1 P N X GND B1 0 -900 200 U 50 50 1 1 P N X GND B12 0 -900 200 U 50 50 1 1 P N X VBUS B4 600 600 200 L 50 50 1 1 P N X CC2 B5 600 300 200 L 50 50 1 1 B X D+ B6 600 -200 200 L 50 50 1 1 B X D- B7 600 0 200 L 50 50 1 1 B X SBU2 B8 600 -600 200 L 50 50 1 1 B X VBUS B9 600 600 200 L 50 50 1 1 P N X SHIELD S1 -300 -900 200 U 50 50 1 1 P ENDDRAW ENDDEF # # Device_C # DEF Device_C C 0 10 N Y 1 F N F0 "C" 25 100 50 H V L CNN F1 "Device_C" 25 -100 50 H V L CNN F2 "" 38 -150 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST C_* $ENDFPLIST DRAW P 2 0 1 20 -80 -30 80 -30 N P 2 0 1 20 -80 30 80 30 N X ~ 1 0 150 110 D 50 50 1 1 P X ~ 2 0 -150 110 U 50 50 1 1 P ENDDRAW ENDDEF # # Device_D # DEF Device_D D 0 40 N N 1 F N F0 "D" 0 100 50 H V C CNN F1 "Device_D" 0 -100 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST TO-???* *_Diode_* *SingleDiode* D_* $ENDFPLIST DRAW P 2 0 1 10 -50 50 -50 -50 N P 2 0 1 0 50 0 -50 0 N P 4 0 1 10 50 50 50 -50 -50 0 50 50 N X K 1 -150 0 100 R 50 50 1 1 P X A 2 150 0 100 L 50 50 1 1 P ENDDRAW ENDDEF # # Device_L # DEF Device_L L 0 40 N N 1 F N F0 "L" -50 0 50 V V C CNN F1 "Device_L" 75 0 50 V V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST Choke_* *Coil* Inductor_* L_* $ENDFPLIST DRAW A 0 -75 25 -899 899 0 1 0 N 0 -100 0 -50 A 0 -25 25 -899 899 0 1 0 N 0 -50 0 0 A 0 25 25 -899 899 0 1 0 N 0 0 0 50 A 0 75 25 -899 899 0 1 0 N 0 50 0 100 X 1 1 0 150 50 D 50 50 1 1 P X 2 2 0 -150 50 U 50 50 1 1 P ENDDRAW ENDDEF # # Device_LED # DEF Device_LED D 0 40 N N 1 F N F0 "D" 0 100 50 H V C CNN F1 "Device_LED" 0 -100 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST LED* LED_SMD:* LED_THT:* $ENDFPLIST DRAW P 2 0 1 10 -50 -50 -50 50 N P 2 0 1 0 -50 0 50 0 N P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N X K 1 -150 0 100 R 50 50 1 1 P X A 2 150 0 100 L 50 50 1 1 P ENDDRAW ENDDEF # # Device_Q_NMOS_GSD # DEF Device_Q_NMOS_GSD Q 0 0 Y N 1 F N F0 "Q" 200 50 50 H V L CNN F1 "Device_Q_NMOS_GSD" 200 -50 50 H V L CNN F2 "" 200 100 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW C 65 0 110 0 1 10 N C 100 -70 10 0 1 0 F C 100 70 10 0 1 0 F P 2 0 1 0 10 0 -100 0 N P 2 0 1 10 10 75 10 -75 N P 2 0 1 10 30 -50 30 -90 N P 2 0 1 10 30 20 30 -20 N P 2 0 1 10 30 90 30 50 N P 2 0 1 0 100 100 100 70 N P 3 0 1 0 100 -100 100 0 30 0 N P 4 0 1 0 30 -70 130 -70 130 70 30 70 N P 4 0 1 0 40 0 80 15 80 -15 40 0 F P 4 0 1 0 110 20 115 15 145 15 150 10 N P 4 0 1 0 130 15 115 -10 145 -10 130 15 N X G 1 -200 0 100 R 50 50 1 1 I X S 2 100 -200 100 U 50 50 1 1 P X D 3 100 200 100 D 50 50 1 1 P ENDDRAW ENDDEF # # Device_R # DEF Device_R R 0 0 N Y 1 F N F0 "R" 80 0 50 V V C CNN F1 "Device_R" 0 0 50 V V C CNN F2 "" -70 0 50 V I C CNN F3 "" 0 0 50 H I C CNN $FPLIST R_* $ENDFPLIST DRAW S -40 -100 40 100 0 1 10 N X ~ 1 0 150 50 D 50 50 1 1 P X ~ 2 0 -150 50 U 50 50 1 1 P ENDDRAW ENDDEF # # Sensor_Humidity_SHT31-DIS # DEF Sensor_Humidity_SHT31-DIS U 0 20 Y Y 1 F N F0 "U" -250 250 50 H V C CNN F1 "Sensor_Humidity_SHT31-DIS" 250 250 50 H V C CNN F2 "Sensor_Humidity:Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm" 0 50 50 H I C CNN F3 "" 0 50 50 H I C CNN ALIAS SHT30-DIS SHT35-DIS SHT31A-DIS SHT35A-DIS SHT30A-DIS $FPLIST Sensirion*DFN*1EP*2.5x2.5mm*P0.5mm* $ENDFPLIST DRAW S -300 200 300 -200 0 1 10 f X SDA 1 400 100 100 L 50 50 1 1 B X ADDR 2 -400 100 100 R 50 50 1 1 I X ALERT 3 400 -100 100 L 50 50 1 1 O X SCL 4 400 0 100 L 50 50 1 1 I X VDD 5 0 300 100 D 50 50 1 1 W X ~RESET 6 -400 0 100 R 50 50 1 1 I X R 7 -400 -100 100 R 50 50 1 1 P X VSS 8 0 -300 100 U 50 50 1 1 W X VSS 9 0 -300 100 U 50 50 1 1 P N ENDDRAW ENDDEF # # Switch_SW_Push # DEF Switch_SW_Push SW 0 40 N N 1 F N F0 "SW" 50 100 50 H V L CNN F1 "Switch_SW_Push" 0 -60 50 H V C CNN F2 "" 0 200 50 H I C CNN F3 "" 0 200 50 H I C CNN DRAW C -80 0 20 0 1 0 N C 80 0 20 0 1 0 N P 2 0 1 0 0 50 0 120 N P 2 0 1 0 100 50 -100 50 N X 1 1 -200 0 100 R 50 50 0 1 P X 2 2 200 0 100 L 50 50 0 1 P ENDDRAW ENDDEF # # my_24pinconnecter # DEF my_24pinconnecter U 0 40 Y Y 1 F N F0 "U" 0 1300 50 H V C CNN F1 "my_24pinconnecter" 0 1250 50 H V C CNN F2 "my:epd-24pin" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -250 1150 150 -1250 0 1 0 N X NC 1 -350 1100 100 R 50 50 1 1 P X RES 10 -350 200 100 R 50 50 1 1 P X D/C 11 -350 100 100 R 50 50 1 1 P X CS 12 -350 0 100 R 50 50 1 1 P X SCLK 13 -350 -100 100 R 50 50 1 1 P X SDI 14 -350 -200 100 R 50 50 1 1 P X VDDIO 15 -350 -300 100 R 50 50 1 1 P X VCI 16 -350 -400 100 R 50 50 1 1 P X VSS 17 -350 -500 100 R 50 50 1 1 P X VDD 18 -350 -600 100 R 50 50 1 1 P X VPP 19 -350 -700 100 R 50 50 1 1 P X GDR 2 -350 1000 100 R 50 50 1 1 P X VSH 20 -350 -800 100 R 50 50 1 1 P X PREVGH 21 -350 -900 100 R 50 50 1 1 P X VSL 22 -350 -1000 100 R 50 50 1 1 P X PREVGL 23 -350 -1100 100 R 50 50 1 1 P X VCOM 24 -350 -1200 100 R 50 50 1 1 P X RESE 3 -350 900 100 R 50 50 1 1 P X VGL 4 -350 800 100 R 50 50 1 1 P X VGH 5 -350 700 100 R 50 50 1 1 P X TSCL 6 -350 600 100 R 50 50 1 1 P X TSDA 7 -350 500 100 R 50 50 1 1 P X BS 8 -350 400 100 R 50 50 1 1 P X BUSY 9 -350 300 100 R 50 50 1 1 P ENDDRAW ENDDEF # # my_DDC114TU-7-F # DEF my_DDC114TU-7-F U 0 40 Y Y 1 F N F0 "U" 0 400 50 H V C CNN F1 "my_DDC114TU-7-F" 0 300 50 H V C CNN F2 "Package_TO_SOT_SMD:SOT-363_SC-70-6" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -200 250 200 -250 0 1 0 N X 1 1 -300 150 100 R 50 50 1 1 P X 2 2 -300 0 100 R 50 50 1 1 P X 3 3 -300 -150 100 R 50 50 1 1 P X 4 4 300 -150 100 L 50 50 1 1 P X 5 5 300 0 100 L 50 50 1 1 P X 6 6 300 150 100 L 50 50 1 1 P ENDDRAW ENDDEF # # my_ME6211C33M5G-N # DEF my_ME6211C33M5G-N U 0 40 Y Y 1 F N F0 "U" 0 250 50 H V C CNN F1 "my_ME6211C33M5G-N" 50 150 50 H V C CNN F2 "Package_TO_SOT_SMD:SOT-23-5" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -200 50 200 -250 0 1 0 N X IN 1 -300 0 100 R 50 50 1 1 P X GND 2 0 -350 100 U 50 50 1 1 P X EN 3 -300 -100 100 R 50 50 1 1 P X NC 4 300 -100 100 L 50 50 1 1 N X OUT 5 300 0 100 L 50 50 1 1 P ENDDRAW ENDDEF # # my_TP4054 # DEF my_TP4054 U 0 40 Y Y 1 F N F0 "U" -200 300 50 H V C CNN F1 "my_TP4054" -200 200 50 H V C CNN F2 "Package_TO_SOT_SMD:SOT-23-5" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -300 150 300 -250 0 1 0 N X STAT 1 400 -150 100 L 50 50 1 1 P X GND 2 0 -350 100 U 50 50 1 1 P X VBAT 3 400 50 100 L 50 50 1 1 P X VDD 4 0 250 100 D 50 50 1 1 P X PROG 5 -400 -150 100 R 50 50 1 1 P ENDDRAW ENDDEF # # my_ch340k # DEF my_ch340k U 0 40 Y Y 1 F N F0 "U" 0 500 50 H V C CNN F1 "my_ch340k" 0 400 50 H V C CNN F2 "my:ESSOP-10_3.9x4.9mm_P1.00mm" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -350 350 350 -350 0 1 0 N X D+ 1 -450 150 100 R 50 50 1 1 P X V3 10 450 150 100 L 50 50 1 1 P X EP 11 0 -450 100 U 50 50 1 1 I X D- 2 -450 50 100 R 50 50 1 1 P X GND 3 -450 -50 100 R 50 50 1 1 P X DTR 4 -450 -150 100 R 50 50 1 1 P X CTS 5 -450 -250 100 R 50 50 1 1 P X RTS 6 450 -250 100 L 50 50 1 1 P X VCC 7 450 -150 100 L 50 50 1 1 P X TXD 8 450 -50 100 L 50 50 1 1 P X RXD 9 450 50 100 L 50 50 1 1 P ENDDRAW ENDDEF # # power_+3.3V # DEF power_+3.3V #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 -150 50 H I C CNN F1 "power_+3.3V" 0 140 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN ALIAS +3.3V DRAW P 2 0 1 0 -30 50 0 100 N P 2 0 1 0 0 0 0 100 N P 2 0 1 0 0 100 30 50 N X +3V3 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # # power_+5V # DEF power_+5V #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 -150 50 H I C CNN F1 "power_+5V" 0 140 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 2 0 1 0 -30 50 0 100 N P 2 0 1 0 0 0 0 100 N P 2 0 1 0 0 100 30 50 N X +5V 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # # power_GND # DEF power_GND #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 -250 50 H I C CNN F1 "power_GND" 0 -150 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N X GND 1 0 0 0 D 50 50 1 1 W N ENDDRAW ENDDEF # # power_PWR_FLAG # DEF power_PWR_FLAG #FLG 0 0 N N 1 F P F0 "#FLG" 0 75 50 H I C CNN F1 "power_PWR_FLAG" 0 150 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N X pwr 1 0 0 0 U 50 50 0 0 w ENDDRAW ENDDEF # # smartdisplay-rescue_ESP-32S-ESP32-footprints-Shem-Lib # DEF smartdisplay-rescue_ESP-32S-ESP32-footprints-Shem-Lib U 0 40 Y Y 1 F N F0 "U" -700 1250 60 H V C CNN F1 "smartdisplay-rescue_ESP-32S-ESP32-footprints-Shem-Lib" 500 1250 60 H V C CNN F2 "ESP32-footprints-Lib:ESP-32S" 350 1350 60 H I C CNN F3 "" -450 450 60 H I C CNN DRAW S -750 1200 700 -850 0 1 0 f P 12 0 1 35 -500 650 -500 1100 -300 1100 -300 850 -100 850 -100 1100 100 1100 100 850 300 850 300 1100 500 1100 500 850 N X GND 1 -950 700 200 R 50 50 1 1 w X IO25 10 -950 -200 200 R 50 50 1 1 B X IO26 11 -950 -300 200 R 50 50 1 1 B X IO27 12 -950 -400 200 R 50 50 1 1 B X IO14 13 -950 -500 200 R 50 50 1 1 B X IO12 14 -950 -600 200 R 50 50 1 1 B X GND 15 -450 -1050 200 U 50 50 1 1 W X IO13 16 -350 -1050 200 U 50 50 1 1 B X SD2 17 -250 -1050 200 U 50 50 1 1 B X SD3 18 -150 -1050 200 U 50 50 1 1 B X CMD 19 -50 -1050 200 U 50 50 1 1 B X 3V3 2 -950 600 200 R 50 50 1 1 W X CLK 20 50 -1050 200 U 50 50 1 1 I X SDO 21 150 -1050 200 U 50 50 1 1 B X SD1 22 250 -1050 200 U 50 50 1 1 B X IO15 23 350 -1050 200 U 50 50 1 1 B X IO2 24 450 -1050 200 U 50 50 1 1 B X IO0 25 900 -650 200 L 50 50 1 1 B X IO4 26 900 -550 200 L 50 50 1 1 I X IO16 27 900 -450 200 L 50 50 1 1 B X IO17 28 900 -350 200 L 50 50 1 1 B X IO5 29 900 -250 200 L 50 50 1 1 B X EN 3 -950 500 200 R 50 50 1 1 I X IO18 30 900 -150 200 L 50 50 1 1 I X IO19 31 900 -50 200 L 50 50 1 1 B X NC 32 900 50 200 L 50 50 1 1 N X IO21 33 900 150 200 L 50 50 1 1 B X RXD0 34 900 250 200 L 50 50 1 1 B X TXD0 35 900 350 200 L 50 50 1 1 B X IO22 36 900 450 200 L 50 50 1 1 B X IO23 37 900 550 200 L 50 50 1 1 B X GND 38 900 650 200 L 50 50 1 1 W X GND-PAD 39 900 750 200 L 50 50 1 1 W X SENSOR_VP 4 -950 400 200 R 50 50 1 1 I X SENSOR_VN 5 -950 300 200 R 50 50 1 1 I X IO34 6 -950 200 200 R 50 50 1 1 B X IO35 7 -950 100 200 R 50 50 1 1 B X IO32 8 -950 0 200 R 50 50 1 1 B X IO33 9 -950 -100 200 R 50 50 1 1 B ENDDRAW ENDDEF # #End Library ================================================ FILE: smartdisplay-rescue.dcm ================================================ EESchema-DOCLIB Version 2.0 # #End Doc Library ================================================ FILE: smartdisplay-rescue.lib ================================================ EESchema-LIBRARY Version 2.4 #encoding utf-8 # # DW01-smartdisplay # DEF DW01-smartdisplay U 0 40 Y Y 1 F N F0 "U" 0 350 50 H V C CNN F1 "DW01-smartdisplay" 0 250 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -200 200 200 -100 0 1 0 N X OD 1 -300 150 100 R 50 50 1 1 P X CSI 2 -300 50 100 R 50 50 1 1 P X OC 3 -300 -50 100 R 50 50 1 1 P X TD 4 300 -50 100 L 50 50 1 1 P X VCC 5 300 50 100 L 50 50 1 1 P X GND 6 300 150 100 L 50 50 1 1 P ENDDRAW ENDDEF # # ESP-32S-ESP32-footprints-Shem-Lib # DEF ESP-32S-ESP32-footprints-Shem-Lib U 0 40 Y Y 1 F N F0 "U" -700 1250 60 H V C CNN F1 "ESP-32S-ESP32-footprints-Shem-Lib" 500 1250 60 H V C CNN F2 "ESP32-footprints-Lib:ESP-32S" 350 1350 60 H I C CNN F3 "" -450 450 60 H I C CNN DRAW S -750 1200 700 -850 0 1 0 f P 12 0 1 35 -500 650 -500 1100 -300 1100 -300 850 -100 850 -100 1100 100 1100 100 850 300 850 300 1100 500 1100 500 850 N X GND 1 -950 700 200 R 50 50 1 1 w X IO25 10 -950 -200 200 R 50 50 1 1 B X IO26 11 -950 -300 200 R 50 50 1 1 B X IO27 12 -950 -400 200 R 50 50 1 1 B X IO14 13 -950 -500 200 R 50 50 1 1 B X IO12 14 -950 -600 200 R 50 50 1 1 B X GND 15 -450 -1050 200 U 50 50 1 1 W X IO13 16 -350 -1050 200 U 50 50 1 1 B X SD2 17 -250 -1050 200 U 50 50 1 1 B X SD3 18 -150 -1050 200 U 50 50 1 1 B X CMD 19 -50 -1050 200 U 50 50 1 1 B X 3V3 2 -950 600 200 R 50 50 1 1 W X CLK 20 50 -1050 200 U 50 50 1 1 I X SDO 21 150 -1050 200 U 50 50 1 1 B X SD1 22 250 -1050 200 U 50 50 1 1 B X IO15 23 350 -1050 200 U 50 50 1 1 B X IO2 24 450 -1050 200 U 50 50 1 1 B X IO0 25 900 -650 200 L 50 50 1 1 B X IO4 26 900 -550 200 L 50 50 1 1 I X IO16 27 900 -450 200 L 50 50 1 1 B X IO17 28 900 -350 200 L 50 50 1 1 B X IO5 29 900 -250 200 L 50 50 1 1 B X EN 3 -950 500 200 R 50 50 1 1 I X IO18 30 900 -150 200 L 50 50 1 1 I X IO19 31 900 -50 200 L 50 50 1 1 B X NC 32 900 50 200 L 50 50 1 1 N X IO21 33 900 150 200 L 50 50 1 1 B X RXD0 34 900 250 200 L 50 50 1 1 B X TXD0 35 900 350 200 L 50 50 1 1 B X IO22 36 900 450 200 L 50 50 1 1 B X IO23 37 900 550 200 L 50 50 1 1 B X GND 38 900 650 200 L 50 50 1 1 W X GND-PAD 39 900 750 200 L 50 50 1 1 W X SENSOR_VP 4 -950 400 200 R 50 50 1 1 I X SENSOR_VN 5 -950 300 200 R 50 50 1 1 I X IO34 6 -950 200 200 R 50 50 1 1 B X IO35 7 -950 100 200 R 50 50 1 1 B X IO32 8 -950 0 200 R 50 50 1 1 B X IO33 9 -950 -100 200 R 50 50 1 1 B ENDDRAW ENDDEF # # FS8205-smartdisplay # DEF FS8205-smartdisplay U 0 40 Y Y 1 F N F0 "U" 0 400 50 H V C CNN F1 "FS8205-smartdisplay" 0 300 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -200 250 200 -150 0 1 0 N X S1 1 -300 200 100 R 50 50 1 1 P X D12 2 -300 50 100 R 50 50 1 1 P X S2 3 -300 -100 100 R 50 50 1 1 P X G2 4 300 -100 100 L 50 50 1 1 P X D12 5 300 50 100 L 50 50 1 1 P X G1 6 300 200 100 L 50 50 1 1 P ENDDRAW ENDDEF # # USB_C_Plug-Connector # DEF USB_C_Plug-Connector P 0 40 Y Y 1 F N F0 "P" -400 1150 50 H V L CNN F1 "USB_C_Plug-Connector" 400 1150 50 H V R CNN F2 "" 150 0 50 H I C CNN F3 "" 150 0 50 H I C CNN $FPLIST USB*C*Plug* $ENDFPLIST DRAW A -275 -150 25 -1799 -1 0 1 10 F -300 -150 -250 -150 A -275 -150 75 -1799 -1 0 1 20 N -350 -150 -200 -150 A -275 -150 25 -1799 -1 0 1 10 N -300 -150 -250 -150 A -275 150 75 1 1799 0 1 20 N -200 150 -350 150 A -275 150 25 1 1799 0 1 10 F -250 150 -300 150 A -275 150 25 1 1799 0 1 10 N -250 150 -300 150 C -100 45 25 1 1 10 F C 0 -230 50 1 1 0 F S -10 -1400 10 -1360 0 0 0 N S 400 -1290 360 -1310 0 0 0 N S 400 -1190 360 -1210 0 0 0 N S 400 -990 360 -1010 0 0 0 N S 400 -890 360 -910 0 0 0 N S 400 -690 360 -710 0 0 0 N S 400 -590 360 -610 0 0 0 N S 400 -390 360 -410 0 0 0 N S 400 -290 360 -310 0 0 0 N S 400 -90 360 -110 0 0 0 N S 400 10 360 -10 0 0 0 N S 400 310 360 290 0 0 0 N S 400 510 360 490 0 0 0 N S 400 710 360 690 0 0 0 N S 400 810 360 790 0 0 0 N S 400 1010 360 990 0 0 0 N S -400 1100 400 -1400 0 1 10 f S -300 -150 -250 150 0 1 10 F S 75 70 125 120 1 1 10 F P 2 0 1 20 -350 -150 -350 150 N P 2 0 1 20 -200 150 -200 -150 N P 2 1 1 20 0 -230 0 170 N P 3 1 1 20 0 -130 -100 -30 -100 20 N P 3 1 1 20 0 -80 100 20 100 70 N P 4 1 1 10 -50 170 0 270 50 170 -50 170 F X GND A1 0 -1600 200 U 50 50 1 1 W X RX2- A10 600 -600 200 L 50 50 1 1 B X RX2+ A11 600 -700 200 L 50 50 1 1 B X GND A12 0 -1600 200 U 50 50 1 1 P N X TX1+ A2 600 -400 200 L 50 50 1 1 B X TX1- A3 600 -300 200 L 50 50 1 1 B X VBUS A4 600 1000 200 L 50 50 1 1 W X CC A5 600 800 200 L 50 50 1 1 B X D+ A6 600 300 200 L 50 50 1 1 B X D- A7 600 500 200 L 50 50 1 1 B X SBU1 A8 600 -1200 200 L 50 50 1 1 B X VBUS A9 600 1000 200 L 50 50 1 1 P N X GND B1 0 -1600 200 U 50 50 1 1 P N X RX1- B10 600 0 200 L 50 50 1 1 B X RX1+ B11 600 -100 200 L 50 50 1 1 B X GND B12 0 -1600 200 U 50 50 1 1 P N X TX2+ B2 600 -1000 200 L 50 50 1 1 B X TX2- B3 600 -900 200 L 50 50 1 1 B X VBUS B4 600 1000 200 L 50 50 1 1 P N X VCONN B5 600 700 200 L 50 50 1 1 B X SBU2 B8 600 -1300 200 L 50 50 1 1 B X VBUS B9 600 1000 200 L 50 50 1 1 P N X SHIELD S1 -300 -1600 200 U 50 50 1 1 P ENDDRAW ENDDEF # # tp4056-smartdisplay # DEF tp4056-smartdisplay U 0 40 Y Y 1 F N F0 "U" 0 550 50 H V C CNN F1 "tp4056-smartdisplay" 0 450 50 H V C CNN F2 "" -1700 150 50 H I C CNN F3 "" -1700 150 50 H I C CNN DRAW S -300 400 300 -350 0 1 0 N X temp 1 -400 300 100 R 50 50 1 1 P X prog 2 -400 100 100 R 50 50 1 1 P X gnd 3 -400 -100 100 R 50 50 1 1 P X vcc 4 -400 -300 100 R 50 50 1 1 P X bat 5 400 -300 100 L 50 50 1 1 P X stdby 6 400 -100 100 L 50 50 1 1 P X chrg 7 400 100 100 L 50 50 1 1 P X ce 8 400 300 100 L 50 50 1 1 P ENDDRAW ENDDEF # #End Library ================================================ FILE: smartdisplay.dcm ================================================ EESchema-DOCLIB Version 2.0 # #End Doc Library ================================================ FILE: smartdisplay.kicad_pcb ================================================ (kicad_pcb (version 20171130) (host pcbnew "(5.1.8)-1") (general (thickness 1.6) (drawings 34) (tracks 452) (zones 0) (modules 46) (nets 40) ) (page A4) (layers (0 F.Cu signal) (31 B.Cu signal) (32 B.Adhes user) (33 F.Adhes user) (34 B.Paste user) (35 F.Paste user) (36 B.SilkS user) (37 F.SilkS user) (38 B.Mask user) (39 F.Mask user) (40 Dwgs.User user) (41 Cmts.User user) (42 Eco1.User user) (43 Eco2.User user) (44 Edge.Cuts user) (45 Margin user) (46 B.CrtYd user) (47 F.CrtYd user) (48 B.Fab user) (49 F.Fab user hide) ) (setup (last_trace_width 0.25) (user_trace_width 0.2) (user_trace_width 0.35) (user_trace_width 0.5) (user_trace_width 0.6) (user_trace_width 0.8) (user_trace_width 1) (user_trace_width 1.5) (user_trace_width 2) (trace_clearance 0.15) (zone_clearance 0.508) (zone_45_only no) (trace_min 0.15) (via_size 0.7) (via_drill 0.4) (via_min_size 0.4) (via_min_drill 0.3) (user_via 0.5 0.3) (user_via 0.6 0.3) (user_via 0.7 0.4) (uvia_size 0.3) (uvia_drill 0.1) (uvias_allowed no) (uvia_min_size 0.2) (uvia_min_drill 0.1) (edge_width 0.1) (segment_width 0.2) (pcb_text_width 0.3) (pcb_text_size 1.5 1.5) (mod_edge_width 0.15) (mod_text_size 1 1) (mod_text_width 0.15) (pad_size 1.524 1.524) (pad_drill 0.762) (pad_to_mask_clearance 0.05) (solder_mask_min_width 0.1) (aux_axis_origin 116.8 100) (visible_elements 7FFFFFFF) (pcbplotparams (layerselection 0x010fc_ffffffff) (usegerberextensions false) (usegerberattributes false) (usegerberadvancedattributes false) (creategerberjobfile false) (excludeedgelayer true) (linewidth 0.100000) (plotframeref false) (viasonmask false) (mode 1) (useauxorigin false) (hpglpennumber 1) (hpglpenspeed 20) (hpglpendiameter 15.000000) (psnegative false) (psa4output false) (plotreference true) (plotvalue true) (plotinvisibletext false) (padsonsilk false) (subtractmaskfromsilk false) (outputformat 1) (mirror false) (drillshape 0) (scaleselection 1) (outputdirectory "gerber/")) ) (net 0 "") (net 1 GND) (net 2 EN) (net 3 BAT+) (net 4 IO0) (net 5 DTR) (net 6 RTS) (net 7 +5V) (net 8 TX) (net 9 RX) (net 10 +3V3) (net 11 "Net-(C11-Pad1)") (net 12 /D-) (net 13 /D+) (net 14 "Net-(C1-Pad1)") (net 15 "Net-(D6-Pad1)") (net 16 SDA) (net 17 SCL) (net 18 PREVGH) (net 19 "Net-(C12-Pad1)") (net 20 "Net-(C13-Pad1)") (net 21 PREVGL) (net 22 "Net-(D2-Pad2)") (net 23 RESE) (net 24 GDR) (net 25 "Net-(R10-Pad1)") (net 26 DC) (net 27 DIN) (net 28 SCLK) (net 29 BUSY) (net 30 REST) (net 31 "Net-(C2-Pad1)") (net 32 "Net-(C3-Pad2)") (net 33 "Net-(C4-Pad2)") (net 34 "Net-(C4-Pad1)") (net 35 "Net-(C10-Pad1)") (net 36 "Net-(C15-Pad1)") (net 37 "Net-(D3-Pad2)") (net 38 "Net-(R9-Pad2)") (net 39 CS) (net_class Default 这是默认网络类。 (clearance 0.15) (trace_width 0.25) (via_dia 0.7) (via_drill 0.4) (uvia_dia 0.3) (uvia_drill 0.1) (diff_pair_width 0.28) (diff_pair_gap 0.15) (add_net +3V3) (add_net +5V) (add_net /D+) (add_net /D-) (add_net BAT+) (add_net BUSY) (add_net CS) (add_net DC) (add_net DIN) (add_net DTR) (add_net EN) (add_net GDR) (add_net GND) (add_net IO0) (add_net "Net-(C1-Pad1)") (add_net "Net-(C10-Pad1)") (add_net "Net-(C11-Pad1)") (add_net "Net-(C12-Pad1)") (add_net "Net-(C13-Pad1)") (add_net "Net-(C15-Pad1)") (add_net "Net-(C2-Pad1)") (add_net "Net-(C3-Pad2)") (add_net "Net-(C4-Pad1)") (add_net "Net-(C4-Pad2)") (add_net "Net-(D2-Pad2)") (add_net "Net-(D3-Pad2)") (add_net "Net-(D6-Pad1)") (add_net "Net-(J2-PadA5)") (add_net "Net-(J2-PadA8)") (add_net "Net-(J2-PadB5)") (add_net "Net-(J2-PadB8)") (add_net "Net-(R10-Pad1)") (add_net "Net-(R9-Pad2)") (add_net "Net-(U2-Pad11)") (add_net "Net-(U2-Pad5)") (add_net "Net-(U3-Pad1)") (add_net "Net-(U3-Pad6)") (add_net "Net-(U3-Pad7)") (add_net "Net-(U4-Pad10)") (add_net "Net-(U4-Pad11)") (add_net "Net-(U4-Pad12)") (add_net "Net-(U4-Pad13)") (add_net "Net-(U4-Pad14)") (add_net "Net-(U4-Pad16)") (add_net "Net-(U4-Pad17)") (add_net "Net-(U4-Pad18)") (add_net "Net-(U4-Pad19)") (add_net "Net-(U4-Pad20)") (add_net "Net-(U4-Pad21)") (add_net "Net-(U4-Pad22)") (add_net "Net-(U4-Pad23)") (add_net "Net-(U4-Pad24)") (add_net "Net-(U4-Pad31)") (add_net "Net-(U4-Pad32)") (add_net "Net-(U4-Pad4)") (add_net "Net-(U4-Pad5)") (add_net "Net-(U4-Pad6)") (add_net "Net-(U4-Pad7)") (add_net "Net-(U4-Pad8)") (add_net "Net-(U4-Pad9)") (add_net "Net-(U5-Pad3)") (add_net "Net-(U5-Pad6)") (add_net "Net-(U6-Pad4)") (add_net PREVGH) (add_net PREVGL) (add_net RESE) (add_net REST) (add_net RTS) (add_net RX) (add_net SCL) (add_net SCLK) (add_net SDA) (add_net TX) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 61053C7C) (at 194.8 67.3 270) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /61367EDC) (attr smd) (fp_text reference C9 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 18 PREVGH)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Inductor_SMD:L_Coilcraft_XxL4040 (layer F.Cu) (tedit 5A44C862) (tstamp 6103DE82) (at 185.1 69.5 90) (descr "L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf") (tags "L Coilcraft XxL4040") (path /5E26F8D5) (attr smd) (fp_text reference L1 (at 0 -3 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10uH (at 0 3 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 2.154 2.154) (end -2.154 2.154) (layer F.SilkS) (width 0.12)) (fp_line (start -2.154 -2.154) (end 2.154 -2.154) (layer F.SilkS) (width 0.12)) (fp_line (start -2.26 2.26) (end -2.26 -2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.26 2.26) (end -2.26 2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.26 -2.26) (end 2.26 2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.26 -2.26) (end 2.26 -2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start -2 2) (end -2 -2) (layer F.Fab) (width 0.1)) (fp_line (start 2 2) (end -2 2) (layer F.Fab) (width 0.1)) (fp_line (start 2 -2) (end 2 2) (layer F.Fab) (width 0.1)) (fp_line (start -2 -2) (end 2 -2) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.185 0 90) (size 0.98 3.4) (layers F.Cu F.Paste F.Mask) (net 33 "Net-(C4-Pad2)")) (pad 1 smd rect (at -1.185 0 90) (size 0.98 3.4) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_Coilcraft_XxL4040.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DEF9) (at 192.5 68) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E28D0EB) (attr smd) (fp_text reference R5 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 3 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 23 RESE)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DEE8) (at 192.5 69.8) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E28C562) (attr smd) (fp_text reference R4 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 24 GDR)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 6103DE97) (at 189.1 68.9 180) (descr "SOT-23, Standard") (tags SOT-23) (path /5E4E7415) (attr smd) (fp_text reference Q1 (at 0.3 -2.6) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SI1308EDL (at 0 2.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 3 smd rect (at 1 0 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 33 "Net-(C4-Pad2)")) (pad 2 smd rect (at -1 0.95 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 23 RESE)) (pad 1 smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 24 GDR)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 6103DDA7) (at 192.8 64.8 90) (descr SOD-123) (tags SOD-123) (path /5E27A032) (attr smd) (fp_text reference D5 (at 0 -2 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MBR0530 (at 0 2.1 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 -2 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.65 0 90) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 33 "Net-(C4-Pad2)")) (pad 1 smd rect (at -1.65 0 90) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 18 PREVGH)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 6103DD8E) (at 189.1 65.9) (descr SOD-123) (tags SOD-123) (path /5E264F47) (attr smd) (fp_text reference D1 (at 0 -2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MBR0530 (at 0 2.1) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 -2) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.65 0) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 21 PREVGL)) (pad 1 smd rect (at -1.65 0) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 34 "Net-(C4-Pad1)")) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 6103DD75) (at 189.1 63.6 180) (descr SOD-123) (tags SOD-123) (path /5E2665C1) (attr smd) (fp_text reference D4 (at 0 -1.5) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MBR0530 (at 0 2.1) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 -2) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.65 0 180) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 34 "Net-(C4-Pad1)")) (pad 1 smd rect (at -1.65 0 180) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DD1C) (at 183.8 86.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E25BE58) (attr smd) (fp_text reference C15 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 36 "Net-(C15-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DD0B) (at 183.8 84.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E25B762) (attr smd) (fp_text reference C14 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 21 PREVGL)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCDA) (at 183.8 83.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E259360) (attr smd) (fp_text reference C13 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 20 "Net-(C13-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCC9) (at 183.8 81.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E24F707) (attr smd) (fp_text reference C12 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 19 "Net-(C12-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCB8) (at 183.8 80.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E24CF0E) (attr smd) (fp_text reference C11 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 11 "Net-(C11-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCA7) (at 183.8 78.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E2497DF) (attr smd) (fp_text reference C10 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 35 "Net-(C10-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC96) (at 183.8 72.6) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E266C85) (attr smd) (fp_text reference C8 (at 0.2 -1.4) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 4.7uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (pad 1 smd roundrect (at -0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC85) (at 183.8 77.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E4D13A9) (attr smd) (fp_text reference C7 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC74) (at 185 66.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E287FCA) (attr smd) (fp_text reference C4 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 4.7uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 33 "Net-(C4-Pad2)")) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 34 "Net-(C4-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC23) (at 183.8 75.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E221E72) (attr smd) (fp_text reference C2 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 31 "Net-(C2-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC12) (at 183.8 74.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E220D4D) (attr smd) (fp_text reference C1 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 14 "Net-(C1-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:epd-24pin locked (layer F.Cu) (tedit 6102D2F0) (tstamp 6103D251) (at 189.8 80 90) (descr "TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0") (tags "te fpc 1734839") (path /610E93F9) (attr smd) (fp_text reference U3 (at 0 -3.1 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 24pinconnecter (at 0 3.25 90) (layer Dwgs.User) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (fp_line (start -8.06 -0.65) (end 8.06 -0.65) (layer F.Fab) (width 0.1)) (fp_line (start 8.06 -0.65) (end 8.06 2.15) (layer F.Fab) (width 0.1)) (fp_line (start 8.06 2.15) (end 8.715 2.15) (layer F.Fab) (width 0.1)) (fp_line (start 8.715 2.15) (end 8.715 3.75) (layer F.Fab) (width 0.1)) (fp_line (start 8.715 3.75) (end -8.715 3.75) (layer F.Fab) (width 0.1)) (fp_line (start -8.715 3.75) (end -8.715 2.15) (layer F.Fab) (width 0.1)) (fp_line (start -8.715 2.15) (end -8.06 2.15) (layer F.Fab) (width 0.1)) (fp_line (start -8.06 2.15) (end -8.06 -0.65) (layer F.Fab) (width 0.1)) (fp_line (start -6.15 -0.65) (end -5.75 0.15) (layer F.Fab) (width 0.1)) (fp_line (start -5.75 0.15) (end -5.35 -0.65) (layer F.Fab) (width 0.1)) (fp_line (start -8.715 2.04) (end -8.825 2.04) (layer F.SilkS) (width 0.12)) (fp_line (start -8.825 2.04) (end -8.825 2.64) (layer F.SilkS) (width 0.12)) (fp_line (start 8.715 2.04) (end 8.825 2.04) (layer F.SilkS) (width 0.12)) (fp_line (start 8.825 2.04) (end 8.825 2.64) (layer F.SilkS) (width 0.12)) (fp_line (start -5.95 -0.55) (end -5.75 -0.15) (layer F.SilkS) (width 0.12)) (fp_line (start -5.75 -0.15) (end -5.55 -0.55) (layer F.SilkS) (width 0.12)) (fp_line (start -5.55 -0.55) (end -5.95 -0.55) (layer F.SilkS) (width 0.12)) (fp_line (start 8.605 2.75) (end -8.605 2.75) (layer Dwgs.User) (width 0.1)) (fp_line (start -9.22 -2.4) (end -9.22 4.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.22 4.25) (end 9.22 4.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.22 4.25) (end 9.22 -2.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.22 -2.4) (end -9.22 -2.4) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 1.55 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad MP smd rect (at 7.42 0.35 90) (size 2.3 3.1) (layers F.Cu F.Paste F.Mask)) (pad MP smd rect (at -7.42 0.35 90) (size 2.3 3.1) (layers F.Cu F.Paste F.Mask)) (pad 1 smd rect (at 5.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask)) (pad 2 smd rect (at 5.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 24 GDR)) (pad 3 smd rect (at 4.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 23 RESE)) (pad 4 smd rect (at 4.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 14 "Net-(C1-Pad1)")) (pad 5 smd rect (at 3.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 31 "Net-(C2-Pad1)")) (pad 6 smd rect (at 3.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at 2.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at 2.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 9 smd rect (at 1.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 29 BUSY)) (pad 10 smd rect (at 1.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 30 REST)) (pad 11 smd rect (at 0.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 26 DC)) (pad 12 smd rect (at 0.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 39 CS)) (pad 13 smd rect (at -0.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 28 SCLK)) (pad 14 smd rect (at -0.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 27 DIN)) (pad 15 smd rect (at -1.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 16 smd rect (at -1.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 17 smd rect (at -2.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 18 smd rect (at -2.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 35 "Net-(C10-Pad1)")) (pad 19 smd rect (at -3.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 11 "Net-(C11-Pad1)")) (pad 20 smd rect (at -3.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 19 "Net-(C12-Pad1)")) (pad 21 smd rect (at -4.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 18 PREVGH)) (pad 22 smd rect (at -4.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 20 "Net-(C13-Pad1)")) (pad 23 smd rect (at -5.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 21 PREVGL)) (pad 24 smd rect (at -5.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 36 "Net-(C15-Pad1)")) (model ${KISYS3DMOD}/Connector_FFC-FPC.3dshapes/TE_2-1734839-4_1x24-1MP_P0.5mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Sensor_Humidity:Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm (layer F.Cu) (tedit 5F15CF57) (tstamp 60FE1A59) (at 176.2 97.6 180) (descr "Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf)") (tags "sensirion dfn nolead") (path /6109CBB4) (attr smd) (fp_text reference U5 (at 0 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SHT31-DIS (at 0 2.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.75 -1.25) (end 1.25 -1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.25 -1.25) (end 1.25 1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.25 1.25) (end -1.25 1.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.25 1.25) (end -1.25 -0.75) (layer F.Fab) (width 0.1)) (fp_line (start -1.25 -0.75) (end -0.75 -1.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.7 -1.5) (end -1.7 1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 -1.5) (end 1.7 1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 -1.5) (end 1.7 -1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 1.5) (end 1.7 1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.65 1.41) (end 0.65 1.41) (layer F.SilkS) (width 0.12)) (fp_line (start -1.09 -1.41) (end 0.65 -1.41) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 1 smd rect (at -1.175 -0.75 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 16 SDA)) (pad 2 smd rect (at -1.175 -0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 3 smd rect (at -1.175 0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask)) (pad 4 smd rect (at -1.175 0.75) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 17 SCL)) (pad 5 smd rect (at 1.175 0.75 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 6 smd rect (at 1.175 0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at 1.175 -0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 8 smd rect (at 1.175 -0.75 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 9 smd custom (at 0 0 180) (size 1 1) (layers F.Cu F.Mask) (net 1 GND) (zone_connect 0) (options (clearance outline) (anchor circle)) (primitives (gr_poly (pts (xy 0.5 0.85) (xy -0.5 0.85) (xy -0.5 -0.55) (xy -0.2 -0.85) (xy 0.5 -0.85) ) (width 0)) )) (pad "" smd custom (at 0 0 180) (size 0.9 0.9) (layers F.Paste) (zone_connect 0) (options (clearance outline) (anchor rect)) (primitives (gr_poly (pts (xy 0.45 0.8) (xy -0.45 0.8) (xy -0.45 -0.53) (xy -0.18 -0.8) (xy 0.45 -0.8) ) (width 0)) )) (model ${KISYS3DMOD}/Sensor_Humidity.3dshapes/Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60FE1809) (at 178 94.5 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /610A7BA2) (attr smd) (fp_text reference R8 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 17 SCL)) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60FE17F8) (at 174.8 94.5) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /6109EBFB) (attr smd) (fp_text reference R7 (at -0.2 -1.4) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 16 SDA)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12 locked (layer F.Cu) (tedit 5D3C0721) (tstamp 60BD2B79) (at 197.45 94.75 90) (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") (tags "usb usb-c 2.0 pd") (path /60C562AE) (attr smd) (fp_text reference J2 (at 0 -5.645 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value USB_C_Receptacle_USB2.0 (at 0 5.1 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -4.7 2) (end -4.7 3.9) (layer F.SilkS) (width 0.12)) (fp_line (start -4.7 -1.9) (end -4.7 0.1) (layer F.SilkS) (width 0.12)) (fp_line (start 4.7 2) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) (fp_line (start 4.7 -1.9) (end 4.7 0.1) (layer F.SilkS) (width 0.12)) (fp_line (start 5.32 -5.27) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.32 -5.27) (end -5.32 4.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.32 4.15) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.32 -5.27) (end 5.32 -5.27) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.47 -3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) (fp_line (start -4.47 3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) (fp_line (start -4.47 -3.65) (end -4.47 3.65) (layer F.Fab) (width 0.1)) (fp_line (start -4.47 -3.65) (end 4.47 -3.65) (layer F.Fab) (width 0.1)) (fp_line (start -4.7 3.9) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad B1 smd rect (at 3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A9 smd rect (at 2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad B9 smd rect (at -2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad B12 smd rect (at -3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A1 smd rect (at -3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A4 smd rect (at -2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad B4 smd rect (at 2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad A12 smd rect (at 3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad B8 smd rect (at -1.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad A5 smd rect (at -1.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad B7 smd rect (at -0.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 12 /D-)) (pad A7 smd rect (at 0.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 12 /D-)) (pad B6 smd rect (at 0.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 13 /D+)) (pad A8 smd rect (at 1.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad B5 smd rect (at 1.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad A6 smd rect (at -0.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 13 /D+)) (pad S1 thru_hole oval (at 4.32 -3.13 90) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) (net 1 GND)) (pad S1 thru_hole oval (at -4.32 -3.13 90) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) (net 1 GND)) (pad "" np_thru_hole circle (at -2.89 -2.6 90) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) (pad S1 thru_hole oval (at -4.32 1.05 90) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) (net 1 GND)) (pad "" np_thru_hole circle (at 2.89 -2.6 90) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) (pad S1 thru_hole oval (at 4.32 1.05 90) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.wrl (offset (xyz 20 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 90)) ) (model "D:/kicadlib/Type-C.pretty-master/HRO TYPE-C-31-M-12.step" (offset (xyz -4.5 -3.5 0)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C2552F) (at 181.4 90.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60C33830) (attr smd) (fp_text reference R6 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 4 IO0)) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5F68FEF0) (tstamp 60C23D1C) (at 169.2 96.9 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /60D6BFF3) (attr smd) (fp_text reference D6 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value LED-red (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 7 +5V)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 15 "Net-(D6-Pad1)")) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5F68FEF0) (tstamp 60C23D09) (at 181.4 93.12 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /60CDD16C) (attr smd) (fp_text reference D3 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value LED-red (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 37 "Net-(D3-Pad2)")) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 8 TX)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5F68FEF0) (tstamp 60C23CF6) (at 181.4 95.48 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /60CCAB5F) (attr smd) (fp_text reference D2 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value LED-green (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 22 "Net-(D2-Pad2)")) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 9 RX)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C23AE3) (at 188.8 97.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60CF82DF) (attr smd) (fp_text reference C5 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uf (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 7 +5V)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:bt-342 (layer F.Cu) (tedit 5FD0F719) (tstamp 60C23045) (at 178.2 90.8 90) (descr "Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss") (tags "Tactile Switch") (path /60D2182B) (attr smd) (fp_text reference SW1 (at 0 -2.5 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SW_Push (at 0 2.5 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_circle (center 0 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start -1.5 1.25) (end -1.5 -1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.5 1.25) (end -1.5 1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.5 -1.25) (end 1.5 1.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.5 -1.25) (end 1.5 -1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.65 -1.4) (end 1.65 -1.1) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 -1.4) (end 1.65 -1.4) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 -1.1) (end -1.65 -1.4) (layer F.SilkS) (width 0.12)) (fp_line (start 1.65 1.4) (end 1.65 1.1) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 1.4) (end 1.65 1.4) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 1.1) (end -1.65 1.4) (layer F.SilkS) (width 0.12)) (fp_line (start -2.9 1.65) (end 2.9 1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start 2.9 1.65) (end 2.9 -1.55) (layer Dwgs.User) (width 0.12)) (fp_line (start 2.9 -1.55) (end 2.9 -1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start 2.9 -1.65) (end -2.9 -1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start -2.9 -1.65) (end -2.9 1.65) (layer Dwgs.User) (width 0.12)) (fp_text user %R (at 0 -2.5 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 2.2 0 90) (size 0.9 1.7) (layers F.Cu F.Paste F.Mask) (net 4 IO0)) (pad 1 smd rect (at -2.2 0 90) (size 0.9 1.7) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FD7) (at 171.5 96.05 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60D6AE24) (attr smd) (fp_text reference R9 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 38 "Net-(R9-Pad2)")) (pad 1 smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 15 "Net-(D6-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FC6) (at 169.2 95.15) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60D68484) (attr smd) (fp_text reference R10 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 25 "Net-(R10-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FB5) (at 181.4 91.6 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60CDD166) (attr smd) (fp_text reference R2 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 37 "Net-(D3-Pad2)")) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FA4) (at 181.4 97.8 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60CC9DEF) (attr smd) (fp_text reference R1 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 22 "Net-(D2-Pad2)")) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22CE1) (at 168.45 92.25 270) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60DED74F) (attr smd) (fp_text reference C17 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22CAE) (at 181.4 88.6 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60D24394) (attr smd) (fp_text reference C16 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uf (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 4 IO0)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22C9D) (at 185.05 97.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60C82E91) (attr smd) (fp_text reference C3 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uf (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 32 "Net-(C3-Pad2)")) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-363_SC-70-6 (layer F.Cu) (tedit 5A02FF57) (tstamp 60C1B48A) (at 185.1 90.2) (descr "SOT-363, SC-70-6") (tags "SOT-363 SC-70-6") (path /60C2C4EB) (attr smd) (fp_text reference U1 (at 0 -2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value DDC114TU-7-F (at 0 2 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.175 -1.1) (end -0.675 -0.6) (layer F.Fab) (width 0.1)) (fp_line (start 0.675 1.1) (end -0.675 1.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.675 -1.1) (end 0.675 1.1) (layer F.Fab) (width 0.1)) (fp_line (start -1.6 1.4) (end 1.6 1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.675 -0.6) (end -0.675 1.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.675 -1.1) (end -0.175 -1.1) (layer F.Fab) (width 0.1)) (fp_line (start -1.6 -1.4) (end 1.6 -1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.6 -1.4) (end -1.6 1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.6 1.4) (end 1.6 -1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.7 1.16) (end 0.7 1.16) (layer F.SilkS) (width 0.12)) (fp_line (start 0.7 -1.16) (end -1.2 -1.16) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 6 smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 2 EN)) (pad 4 smd rect (at 0.95 0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 5 DTR)) (pad 2 smd rect (at -0.95 0) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 5 DTR)) (pad 5 smd rect (at 0.95 0) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 6 RTS)) (pad 3 smd rect (at -0.95 0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 4 IO0)) (pad 1 smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 6 RTS)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C1B35E) (at 157.4 69.6 270) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60C686C5) (attr smd) (fp_text reference R3 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 EN)) (pad 1 smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:largepoint (layer F.Cu) (tedit 5FE3690C) (tstamp 60BD2B83) (at 160.7 93.1) (path /60E1D2E1) (fp_text reference J3 (at 0.1 -6.2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_01x01_Female (at 0.1 -4.4) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 smd rect (at 0 0) (size 2.5 2.5) (layers F.Cu F.Paste F.Mask) (net 1 GND)) ) (module my:largepoint (layer F.Cu) (tedit 5FE3690C) (tstamp 60BD2B7E) (at 160.7 96.8) (path /60E1C4A3) (fp_text reference J1 (at 0.1 -6.2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_01x01_Female (at 0.1 -4.4) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 smd rect (at 0 0) (size 2.5 2.5) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60BD1105) (at 157.4 72.6 270) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E41B20B) (attr smd) (fp_text reference C6 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 EN)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23-5 (layer F.Cu) (tedit 5A02FF57) (tstamp 60BD01B7) (at 165.8 92.55) (descr "5-pin SOT23 package") (tags SOT-23-5) (path /60C20D5F) (attr smd) (fp_text reference U6 (at 0 -2.9) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ME6211C33M5G-N (at 0 2.9) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:ESSOP-10_3.9x4.9mm_P1.00mm (layer F.Cu) (tedit 60707E26) (tstamp 60BD01A2) (at 186.9 94.3 180) (descr "10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf)") (tags "SSOP 3.9 4.9 1.00") (path /60BF0ECE) (attr smd) (fp_text reference U2 (at 0 -3.5) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ch340k (at 0 3.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.07 2.57) (end 2.07 2.57) (layer F.SilkS) (width 0.15)) (fp_line (start -3 -2.57) (end 2.07 -2.57) (layer F.SilkS) (width 0.15)) (fp_line (start -3.35 2.7) (end 3.35 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3.35 -2.7) (end 3.35 -2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.35 -2.7) (end 3.35 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3.35 -2.7) (end -3.35 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.95 -1.45) (end -0.95 -2.45) (layer F.Fab) (width 0.1)) (fp_line (start -1.95 2.45) (end -1.95 -1.45) (layer F.Fab) (width 0.1)) (fp_line (start 1.95 2.45) (end -1.95 2.45) (layer F.Fab) (width 0.1)) (fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer F.Fab) (width 0.1)) (fp_line (start -0.95 -2.45) (end 1.95 -2.45) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 11 smd rect (at 0 0 180) (size 2.5 4) (layers F.Cu F.Paste F.Mask)) (pad 10 smd rect (at 2.55 -2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 32 "Net-(C3-Pad2)")) (pad 9 smd rect (at 2.55 -1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 9 RX)) (pad 5 smd rect (at -2.55 2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at 2.55 0 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 8 TX)) (pad 7 smd rect (at 2.55 1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad 6 smd rect (at 2.55 2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 6 RTS)) (pad 4 smd rect (at -2.55 1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 5 DTR)) (pad 3 smd rect (at -2.55 0 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 2 smd rect (at -2.55 -1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 12 /D-)) (pad 1 smd rect (at -2.55 -2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 13 /D+)) (model ${KISYS3DMOD}/Package_SO.3dshapes/SSOP-10_3.9x4.9mm_P1.00mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23-5 (layer F.Cu) (tedit 5A02FF57) (tstamp 60C270B8) (at 165.8 96.2) (descr "5-pin SOT23 package") (tags SOT-23-5) (path /60BF0072) (attr smd) (fp_text reference U7 (at 0 -2.9) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value TP4054 (at 0 2.9) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 25 "Net-(R10-Pad1)")) (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 38 "Net-(R9-Pad2)")) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module RF_Module:ESP32-WROOM-32 locked (layer F.Cu) (tedit 5B5B4654) (tstamp 5E5A627E) (at 169 76) (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") (path /5E56FA7D) (attr smd) (fp_text reference U4 (at -10.61 8.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ESP-32S (at 0 11.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -9.12 -9.445) (end -9.5 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -15.865) (end -9.12 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 -15.865) (end 9.12 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -15.865) (end 9.12 -15.865) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 9.88) (end 8.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 9.1) (end 9.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 9.88) (end -8.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 9.1) (end -9.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start 8.4 -20.6) (end 8.2 -20.4) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.4 -20.6) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -20.6) (end 8.6 -20.4) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.6 -16.2) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.2 -16.2) (layer Cmts.User) (width 0.1)) (fp_line (start -9.2 -13.875) (end -9.4 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -9.2 -13.875) (layer Cmts.User) (width 0.1)) (fp_line (start -9.2 -13.875) (end -9.4 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -13.6 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -13.6 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 9.4 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 9.4 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 13.8 -13.875) (end 13.6 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start 13.8 -13.875) (end 13.6 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 13.8 -13.875) (layer Cmts.User) (width 0.1)) (fp_line (start 14 -11.585) (end 12 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -13.2) (end 10 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -14.815) (end 8 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -16.43) (end 6 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -18.045) (end 4 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -19.66) (end 2 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 13.475 -20.75) (end 0 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 11.475 -20.75) (end -2 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 9.475 -20.75) (end -4 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 7.475 -20.75) (end -6 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -8 -9.97) (end 5.475 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 3.475 -20.75) (end -10 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 1.475 -20.75) (end -12 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -0.525 -20.75) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -2.525 -20.75) (end -14 -11.585) (layer Dwgs.User) (width 0.1)) (fp_line (start -4.525 -20.75) (end -14 -13.2) (layer Dwgs.User) (width 0.1)) (fp_line (start -6.525 -20.75) (end -14 -14.815) (layer Dwgs.User) (width 0.1)) (fp_line (start -8.525 -20.75) (end -14 -16.43) (layer Dwgs.User) (width 0.1)) (fp_line (start -10.525 -20.75) (end -14 -18.045) (layer Dwgs.User) (width 0.1)) (fp_line (start -12.525 -20.75) (end -14 -19.66) (layer Dwgs.User) (width 0.1)) (fp_line (start 9.75 -9.72) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -14.25 -9.72) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start 14.25 -21) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -14.25 -21) (end -14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start 14 -20.75) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -9.97) (end 14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -9.97) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -9 -9.02) (end -8.5 -9.52) (layer F.Fab) (width 0.1)) (fp_line (start -8.5 -9.52) (end -9 -10.02) (layer F.Fab) (width 0.1)) (fp_line (start -9 -9.02) (end -9 9.76) (layer F.Fab) (width 0.1)) (fp_line (start -14.25 -21) (end 14.25 -21) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.75 -9.72) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.75 10.5) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.75 10.5) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -9 -15.745) (end 9 -15.745) (layer F.Fab) (width 0.1)) (fp_line (start -9 -15.745) (end -9 -10.02) (layer F.Fab) (width 0.1)) (fp_line (start -9 9.76) (end 9 9.76) (layer F.Fab) (width 0.1)) (fp_line (start 9 9.76) (end 9 -15.745) (layer F.Fab) (width 0.1)) (fp_line (start -14 -9.97) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_text user "5 mm" (at 7.8 -19.075 90) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user "5 mm" (at -11.2 -14.375) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user "5 mm" (at 11.8 -14.375) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user Antenna (at 0 -13) (layer Cmts.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer Cmts.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 38 smd rect (at 8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 37 smd rect (at 8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 27 DIN)) (pad 36 smd rect (at 8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 17 SCL)) (pad 35 smd rect (at 8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 9 RX)) (pad 34 smd rect (at 8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 8 TX)) (pad 33 smd rect (at 8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 16 SDA)) (pad 32 smd rect (at 8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 31 smd rect (at 8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 30 smd rect (at 8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 28 SCLK)) (pad 29 smd rect (at 8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 39 CS)) (pad 28 smd rect (at 8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 26 DC)) (pad 27 smd rect (at 8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 30 REST)) (pad 26 smd rect (at 8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 29 BUSY)) (pad 25 smd rect (at 8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 4 IO0)) (pad 24 smd rect (at 5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 23 smd rect (at 4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 22 smd rect (at 3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 21 smd rect (at 1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 20 smd rect (at 0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 19 smd rect (at -0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 18 smd rect (at -1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 17 smd rect (at -3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 16 smd rect (at -4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 15 smd rect (at -5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 14 smd rect (at -8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 13 smd rect (at -8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 12 smd rect (at -8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 11 smd rect (at -8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 10 smd rect (at -8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 9 smd rect (at -8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at -8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at -8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 6 smd rect (at -8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 5 smd rect (at -8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 4 smd rect (at -8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 3 smd rect (at -8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 2 EN)) (pad 2 smd rect (at -8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 1 smd rect (at -8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 39 smd rect (at -1 -0.755) (size 5 5) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (gr_line (start 174 100) (end 174 97.8) (layer Edge.Cuts) (width 0.1) (tstamp 610EB454)) (gr_line (start 178.4 100) (end 174 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 178.4 97.8) (end 178.4 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 183 60) (end 155 60) (layer Edge.Cuts) (width 0.1) (tstamp 6105FF78)) (gr_text smartdisplay (at 157.3 82.5) (layer B.SilkS) (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) ) (gr_line (start 173.4 100) (end 116.8 100) (layer Edge.Cuts) (width 0.1) (tstamp 6104E713)) (gr_line (start 200 100) (end 179 100) (layer Edge.Cuts) (width 0.1) (tstamp 6104E712)) (gr_line (start 179 96) (end 179 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 178.4 96) (end 179 96) (layer Edge.Cuts) (width 0.1)) (gr_line (start 178.4 97.8) (end 178.4 96) (layer Edge.Cuts) (width 0.1)) (gr_line (start 173.4 96) (end 173.4 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 174 96) (end 173.4 96) (layer Edge.Cuts) (width 0.1)) (gr_line (start 174 97.8) (end 174 96) (layer Edge.Cuts) (width 0.1)) (dimension 40 (width 0.15) (layer F.SilkS) (gr_text "40.000 mm" (at 108 80 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 116.8 100) (xy 108.713579 100))) (feature2 (pts (xy 116.8 60) (xy 108.713579 60))) (crossbar (pts (xy 109.3 60) (xy 109.3 100))) (arrow1a (pts (xy 109.3 100) (xy 108.713579 98.873496))) (arrow1b (pts (xy 109.3 100) (xy 109.886421 98.873496))) (arrow2a (pts (xy 109.3 60) (xy 108.713579 61.126504))) (arrow2b (pts (xy 109.3 60) (xy 109.886421 61.126504))) ) (dimension 38.2 (width 0.15) (layer F.SilkS) (gr_text "38.200 mm" (at 135.9 55.3) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 116.8 60) (xy 116.8 56.013579))) (feature2 (pts (xy 155 60) (xy 155 56.013579))) (crossbar (pts (xy 155 56.6) (xy 116.8 56.6))) (arrow1a (pts (xy 116.8 56.6) (xy 117.926504 56.013579))) (arrow1b (pts (xy 116.8 56.6) (xy 117.926504 57.186421))) (arrow2a (pts (xy 155 56.6) (xy 153.873496 56.013579))) (arrow2b (pts (xy 155 56.6) (xy 153.873496 57.186421))) ) (dimension 83.2 (width 0.15) (layer F.SilkS) (gr_text "83.200 mm" (at 158.4 49.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 116.8 60) (xy 116.8 49.913579))) (feature2 (pts (xy 200 60) (xy 200 49.913579))) (crossbar (pts (xy 200 50.5) (xy 116.8 50.5))) (arrow1a (pts (xy 116.8 50.5) (xy 117.926504 49.913579))) (arrow1b (pts (xy 116.8 50.5) (xy 117.926504 51.086421))) (arrow2a (pts (xy 200 50.5) (xy 198.873496 49.913579))) (arrow2b (pts (xy 200 50.5) (xy 198.873496 51.086421))) ) (gr_line (start 116.8 100) (end 116.8 94.2) (layer Edge.Cuts) (width 0.1) (tstamp 61040121)) (gr_line (start 116.8 60) (end 116.8 60.1) (layer Edge.Cuts) (width 0.1) (tstamp 61040120)) (gr_line (start 149.9 60) (end 116.8 60) (layer Edge.Cuts) (width 0.1)) (gr_line (start 116.8 65.8) (end 116.8 60.1) (layer Edge.Cuts) (width 0.1)) (gr_line (start 149.9 60) (end 151.4 60) (layer Edge.Cuts) (width 0.1) (tstamp 610326C4)) (gr_line (start 153 60) (end 151.4 60) (layer Edge.Cuts) (width 0.1) (tstamp 60FE1EC6)) (gr_text - (at 160.7 90.9) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.15))) ) (gr_text + (at 160.8 99.1) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.15))) ) (dimension 17 (width 0.15) (layer F.SilkS) (gr_text "17.000 mm" (at 191.5 44.6) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 183 60) (xy 183 45.313579))) (feature2 (pts (xy 200 60) (xy 200 45.313579))) (crossbar (pts (xy 200 45.9) (xy 183 45.9))) (arrow1a (pts (xy 183 45.9) (xy 184.126504 45.313579))) (arrow1b (pts (xy 183 45.9) (xy 184.126504 46.486421))) (arrow2a (pts (xy 200 45.9) (xy 198.873496 45.313579))) (arrow2b (pts (xy 200 45.9) (xy 198.873496 46.486421))) ) (gr_line (start 200 60) (end 183 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E594AE8)) (gr_line (start 155 60) (end 153 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E594AE7)) (gr_line (start 116.8 94.2) (end 116.8 65.8) (layer Edge.Cuts) (width 0.1) (tstamp 5E591EC7)) (gr_text BLab (at 157.3 79.2) (layer B.SilkS) (effects (font (size 4 4) (thickness 1)) (justify mirror)) ) (gr_line (start 118.4 98.4) (end 118.4 61.6) (layer B.SilkS) (width 0.15) (tstamp 5E4C50D5)) (gr_line (start 198.4 98.4) (end 118.4 98.4) (layer B.SilkS) (width 0.15)) (gr_line (start 198.4 61.6) (end 198.4 98.4) (layer B.SilkS) (width 0.15)) (gr_line (start 118.4 61.6) (end 198.4 61.6) (layer B.SilkS) (width 0.15)) (gr_line (start 200 100) (end 200 60) (layer Edge.Cuts) (width 0.1)) (segment (start 168 75.245) (end 168 76.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 194.32 98.915) (end 193.405 98) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 99.07) (end 194.32 98.915) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 99.07) (end 198.5 99.07) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 90.43) (end 198.5 90.43) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 90.585) (end 193.405 91.5) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 90.43) (end 194.32 90.585) (width 0.5) (layer F.Cu) (net 1)) (segment (start 161.4 93.1) (end 160.7 93.1) (width 0.8) (layer F.Cu) (net 1)) (segment (start 162.65 94.35) (end 161.4 93.1) (width 0.8) (layer F.Cu) (net 1)) (segment (start 162.65 95.259998) (end 162.65 94.35) (width 0.8) (layer F.Cu) (net 1)) (segment (start 163.590002 96.2) (end 162.65 95.259998) (width 0.8) (layer F.Cu) (net 1)) (segment (start 164.7 96.2) (end 163.590002 96.2) (width 0.8) (layer F.Cu) (net 1)) (segment (start 175.025 97.85) (end 175.025 98.35) (width 0.25) (layer F.Cu) (net 1)) (segment (start 175.95 97.85) (end 176.2 97.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 175.025 97.85) (end 175.95 97.85) (width 0.25) (layer F.Cu) (net 1)) (segment (start 176.45 97.85) (end 176.2 97.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 177.375 97.85) (end 176.45 97.85) (width 0.25) (layer F.Cu) (net 1)) (segment (start 194.725 68) (end 194.8 68.075) (width 0.35) (layer F.Cu) (net 1)) (segment (start 193.325 68) (end 194.725 68) (width 0.35) (layer F.Cu) (net 1)) (segment (start 193.325 68) (end 193.325 69.8) (width 0.35) (layer F.Cu) (net 1)) (segment (start 167.975 92.55) (end 168.45 93.025) (width 0.35) (layer F.Cu) (net 1)) (segment (start 164.7 92.55) (end 167.975 92.55) (width 0.35) (layer F.Cu) (net 1)) (segment (start 195.125 68.075) (end 194.8 68.075) (width 0.25) (layer F.Cu) (net 1)) (segment (start 195.8 67.4) (end 195.125 68.075) (width 0.25) (layer F.Cu) (net 1)) (segment (start 195.8 66) (end 195.8 67.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 194 64.2) (end 195.8 66) (width 0.25) (layer F.Cu) (net 1)) (segment (start 191.35 64.2) (end 194 64.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 190.75 63.6) (end 191.35 64.2) (width 0.25) (layer F.Cu) (net 1)) (via (at 168.4 90.05) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 166.58 90.05) (end 168.4 90.05) (width 0.5) (layer F.Cu) (net 1)) (segment (start 163.285 86.755) (end 166.58 90.05) (width 0.5) (layer F.Cu) (net 1)) (segment (start 163.285 85.255) (end 163.285 86.755) (width 0.5) (layer F.Cu) (net 1)) (via (at 169.85 93) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 169.825 93.025) (end 169.85 93) (width 0.5) (layer F.Cu) (net 1)) (segment (start 168.45 93.025) (end 169.825 93.025) (width 0.5) (layer F.Cu) (net 1)) (segment (start 172.2 94.2) (end 170.35 94.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 170.025 94.525) (end 170.025 95.15) (width 0.25) (layer F.Cu) (net 1)) (segment (start 170.35 94.2) (end 170.025 94.525) (width 0.25) (layer F.Cu) (net 1)) (segment (start 173.45 95.45) (end 172.2 94.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 173.909633 95.45) (end 173.45 95.45) (width 0.25) (layer F.Cu) (net 1)) (segment (start 174.35 95.890367) (end 173.909633 95.45) (width 0.25) (layer F.Cu) (net 1)) (segment (start 174.35 97.570002) (end 174.35 95.890367) (width 0.25) (layer F.Cu) (net 1)) (segment (start 174.629998 97.85) (end 174.35 97.570002) (width 0.25) (layer F.Cu) (net 1)) (segment (start 175.025 97.85) (end 174.629998 97.85) (width 0.25) (layer F.Cu) (net 1)) (via (at 179.3 89.75) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 178.2 90.85) (end 179.3 89.75) (width 0.5) (layer F.Cu) (net 1)) (segment (start 178.2 93) (end 178.2 90.85) (width 0.5) (layer F.Cu) (net 1)) (via (at 190.9 93.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 190 94.3) (end 190.9 93.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.45 94.3) (end 190 94.3) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.05 77.75) (end 188.45 77.75) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.600011 77.199989) (end 189.05 77.75) (width 0.25) (layer F.Cu) (net 1)) (segment (start 191.4 78) (end 190.599989 77.199989) (width 0.25) (layer F.Cu) (net 1)) (segment (start 191.4 80.7) (end 191.4 78) (width 0.25) (layer F.Cu) (net 1)) (segment (start 190.599989 77.199989) (end 189.600011 77.199989) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.85 82.25) (end 191.4 80.7) (width 0.25) (layer F.Cu) (net 1)) (segment (start 188.45 82.25) (end 189.85 82.25) (width 0.25) (layer F.Cu) (net 1)) (segment (start 157.54 70.285) (end 157.4 70.425) (width 0.5) (layer F.Cu) (net 2)) (segment (start 157.4 70.425) (end 157.4 71.825) (width 0.5) (layer F.Cu) (net 2)) (segment (start 160.5 70.285) (end 157.54 70.285) (width 0.5) (layer F.Cu) (net 2)) (via (at 176.95 87.25) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 2)) (via (at 184.95 88.8) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 2)) (segment (start 185.7 89.55) (end 186.05 89.55) (width 0.35) (layer F.Cu) (net 2)) (segment (start 184.95 88.8) (end 185.7 89.55) (width 0.35) (layer F.Cu) (net 2)) (segment (start 183.75 87.6) (end 184.95 88.8) (width 0.35) (layer B.Cu) (net 2)) (segment (start 177.3 87.6) (end 183.75 87.6) (width 0.35) (layer B.Cu) (net 2)) (segment (start 176.95 87.25) (end 177.3 87.6) (width 0.35) (layer B.Cu) (net 2)) (segment (start 175.9 86.2) (end 176.95 87.25) (width 0.35) (layer F.Cu) (net 2)) (segment (start 175.9 84.275) (end 175.9 86.2) (width 0.35) (layer F.Cu) (net 2)) (segment (start 175.275 83.65) (end 175.9 84.275) (width 0.35) (layer F.Cu) (net 2)) (segment (start 163.6 79.2) (end 168.05 83.65) (width 0.35) (layer F.Cu) (net 2)) (segment (start 168.05 83.65) (end 175.275 83.65) (width 0.35) (layer F.Cu) (net 2)) (segment (start 163.6 72.619998) (end 163.6 79.2) (width 0.35) (layer F.Cu) (net 2)) (segment (start 161.265002 70.285) (end 163.6 72.619998) (width 0.35) (layer F.Cu) (net 2)) (segment (start 160.5 70.285) (end 161.265002 70.285) (width 0.35) (layer F.Cu) (net 2)) (segment (start 161.05 97.15) (end 160.7 96.8) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.45 97.15) (end 161.05 97.15) (width 0.8) (layer F.Cu) (net 3)) (via (at 163.45 97.15) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 3)) (segment (start 164.7 97.15) (end 163.45 97.15) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.45 93.145002) (end 163.45 91.85) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.804998 93.5) (end 163.45 93.145002) (width 0.8) (layer F.Cu) (net 3)) (segment (start 164.7 93.5) (end 163.804998 93.5) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.699999 91.600001) (end 163.45 91.85) (width 0.8) (layer F.Cu) (net 3)) (segment (start 164.7 91.6) (end 163.699999 91.600001) (width 0.8) (layer F.Cu) (net 3)) (via (at 163.45 91.85) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 3)) (segment (start 163.45 97.15) (end 163.45 91.85) (width 0.8) (layer B.Cu) (net 3)) (segment (start 180.625 90.05) (end 180.575 90.1) (width 0.35) (layer F.Cu) (net 4)) (segment (start 180.625 88.6) (end 180.625 90.05) (width 0.35) (layer F.Cu) (net 4)) (via (at 183.4 90.9) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 183.45 90.85) (end 183.4 90.9) (width 0.35) (layer F.Cu) (net 4)) (segment (start 184.15 90.85) (end 183.45 90.85) (width 0.35) (layer F.Cu) (net 4)) (segment (start 178 88.4) (end 178.2 88.6) (width 0.35) (layer F.Cu) (net 4)) (segment (start 178 84.755) (end 178 88.4) (width 0.35) (layer F.Cu) (net 4)) (segment (start 177.5 84.255) (end 178 84.755) (width 0.35) (layer F.Cu) (net 4)) (segment (start 182.1 90.9) (end 179.8 88.6) (width 0.35) (layer B.Cu) (net 4)) (segment (start 183.4 90.9) (end 182.1 90.9) (width 0.35) (layer B.Cu) (net 4)) (segment (start 178.2 88.6) (end 179.8 88.6) (width 0.35) (layer F.Cu) (net 4)) (segment (start 180.625 88.6) (end 179.8 88.6) (width 0.35) (layer F.Cu) (net 4)) (via (at 179.8 88.6) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 189.840002 93.3) (end 189.45 93.3) (width 0.35) (layer F.Cu) (net 5)) (segment (start 188.5 92.064998) (end 187.285002 90.85) (width 0.35) (layer F.Cu) (net 5)) (segment (start 188.5 92.740002) (end 188.5 92.064998) (width 0.35) (layer F.Cu) (net 5)) (segment (start 189.059998 93.3) (end 188.5 92.740002) (width 0.35) (layer F.Cu) (net 5)) (segment (start 189.45 93.3) (end 189.059998 93.3) (width 0.35) (layer F.Cu) (net 5)) (via (at 187.285002 90.85) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 5)) (segment (start 186.05 90.85) (end 187.285002 90.85) (width 0.35) (layer F.Cu) (net 5)) (segment (start 184.15 90.2) (end 183.4 90.2) (width 0.35) (layer F.Cu) (net 5)) (via (at 183.4 90.2) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 5)) (segment (start 186.635002 90.2) (end 183.4 90.2) (width 0.35) (layer B.Cu) (net 5)) (segment (start 187.285002 90.85) (end 186.635002 90.2) (width 0.35) (layer B.Cu) (net 5)) (segment (start 184.35 92.3) (end 185.1 91.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.375 90.2) (end 186.05 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.1 90.475) (end 185.375 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.1 91.55) (end 185.1 90.475) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.292878 90.2) (end 185.375 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 184.642878 89.55) (end 185.292878 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 184.15 89.55) (end 184.642878 89.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 168.1625 97.15) (end 168.4125 96.9) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.9 97.15) (end 168.1625 97.15) (width 0.5) (layer F.Cu) (net 7)) (via (at 165.8 97.6) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 7)) (segment (start 166 97.8) (end 165.8 97.6) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.6 97.8) (end 166 97.8) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.9 97.5) (end 166.6 97.8) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.9 97.15) (end 166.9 97.5) (width 0.5) (layer F.Cu) (net 7)) (segment (start 195.875001 95.524999) (end 194.2 97.2) (width 0.35) (layer F.Cu) (net 7)) (segment (start 194.2 97.2) (end 193.405 97.2) (width 0.35) (layer F.Cu) (net 7)) (segment (start 195.875001 94.009999) (end 195.875001 95.524999) (width 0.35) (layer F.Cu) (net 7)) (segment (start 194.165002 92.3) (end 195.875001 94.009999) (width 0.35) (layer F.Cu) (net 7)) (segment (start 193.405 92.3) (end 194.165002 92.3) (width 0.35) (layer F.Cu) (net 7)) (segment (start 193.405 97.2) (end 191.699982 97.2) (width 0.5) (layer F.Cu) (net 7)) (via (at 191.699982 97.2) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 7)) (segment (start 188.025 97.375) (end 188.025 97.8) (width 0.25) (layer F.Cu) (net 7)) (segment (start 188.4 97) (end 188.025 97.375) (width 0.25) (layer F.Cu) (net 7)) (segment (start 190.6 97) (end 188.4 97) (width 0.25) (layer F.Cu) (net 7)) (segment (start 190.8 97.2) (end 190.6 97) (width 0.25) (layer F.Cu) (net 7)) (segment (start 191.699982 97.2) (end 190.8 97.2) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.7 96.9) (end 187.125 96.9) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.3 96.5) (end 185.7 96.9) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.3 93.7) (end 185.3 96.5) (width 0.25) (layer F.Cu) (net 7)) (segment (start 184.9 93.3) (end 185.3 93.7) (width 0.25) (layer F.Cu) (net 7)) (segment (start 187.125 96.9) (end 188.025 97.8) (width 0.25) (layer F.Cu) (net 7)) (segment (start 184.35 93.3) (end 184.9 93.3) (width 0.25) (layer F.Cu) (net 7)) (segment (start 167.555778 94.6) (end 178.437998 94.6) (width 0.5) (layer B.Cu) (net 7)) (segment (start 181.287997 97.449999) (end 191.449983 97.449999) (width 0.5) (layer B.Cu) (net 7)) (segment (start 165.8 96.355778) (end 167.555778 94.6) (width 0.5) (layer B.Cu) (net 7)) (segment (start 178.437998 94.6) (end 181.287997 97.449999) (width 0.5) (layer B.Cu) (net 7)) (segment (start 165.8 97.6) (end 165.8 96.355778) (width 0.5) (layer B.Cu) (net 7)) (segment (start 191.449983 97.449999) (end 191.699982 97.2) (width 0.5) (layer B.Cu) (net 7)) (segment (start 182.8925 94.3) (end 182.1875 93.595) (width 0.5) (layer F.Cu) (net 8)) (segment (start 184.35 94.3) (end 182.8925 94.3) (width 0.5) (layer F.Cu) (net 8)) (segment (start 182.1875 93.595) (end 182.1875 93.12) (width 0.5) (layer F.Cu) (net 8)) (via (at 181.6 94) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 182.1875 93.12) (end 182.1875 93.4125) (width 0.35) (layer F.Cu) (net 8)) (segment (start 182.1875 93.4125) (end 181.6 94) (width 0.35) (layer F.Cu) (net 8)) (via (at 172.810131 82.726922) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 172.810131 75.236308) (end 172.810131 82.726922) (width 0.35) (layer F.Cu) (net 8)) (segment (start 175.221439 72.825) (end 172.810131 75.236308) (width 0.35) (layer F.Cu) (net 8)) (segment (start 177.5 72.825) (end 175.221439 72.825) (width 0.35) (layer F.Cu) (net 8)) (via (at 172.8 87) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 172.810131 82.726922) (end 172.810131 86.989869) (width 0.35) (layer B.Cu) (net 8)) (segment (start 172.810131 86.989869) (end 172.8 87) (width 0.35) (layer B.Cu) (net 8)) (via (at 177.799995 90.199995) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 181.6 94) (end 177.799995 90.199995) (width 0.35) (layer B.Cu) (net 8)) (segment (start 175.999995 90.199995) (end 177.799995 90.199995) (width 0.35) (layer F.Cu) (net 8)) (segment (start 172.8 87) (end 175.999995 90.199995) (width 0.35) (layer F.Cu) (net 8)) (segment (start 182.3675 95.3) (end 182.1875 95.48) (width 0.5) (layer F.Cu) (net 9)) (segment (start 184.35 95.3) (end 182.3675 95.3) (width 0.5) (layer F.Cu) (net 9)) (via (at 177.153334 90.97501) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (via (at 172.178097 82.878737) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 172.178097 75.114782) (end 172.178097 82.878737) (width 0.35) (layer F.Cu) (net 9)) (segment (start 175.737879 71.555) (end 172.178097 75.114782) (width 0.35) (layer F.Cu) (net 9)) (segment (start 177.5 71.555) (end 175.737879 71.555) (width 0.35) (layer F.Cu) (net 9)) (via (at 172.2 87.59999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 177.153334 90.97501) (end 175.57502 90.97501) (width 0.35) (layer F.Cu) (net 9)) (segment (start 175.57502 90.97501) (end 172.2 87.59999) (width 0.35) (layer F.Cu) (net 9)) (segment (start 172.178097 82.878737) (end 172.178097 87.578087) (width 0.35) (layer B.Cu) (net 9)) (segment (start 172.178097 87.578087) (end 172.2 87.59999) (width 0.35) (layer B.Cu) (net 9)) (via (at 183.2 96.200006) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 182.1875 95.48) (end 182.479994 95.48) (width 0.35) (layer F.Cu) (net 9)) (segment (start 182.479994 95.48) (end 183.2 96.200006) (width 0.35) (layer F.Cu) (net 9)) (segment (start 177.153334 90.97501) (end 182.37833 96.200006) (width 0.35) (layer B.Cu) (net 9)) (segment (start 182.37833 96.200006) (end 183.2 96.200006) (width 0.35) (layer B.Cu) (net 9)) (segment (start 168.325 91.6) (end 168.45 91.475) (width 0.5) (layer F.Cu) (net 10)) (segment (start 166.9 91.6) (end 168.325 91.6) (width 0.5) (layer F.Cu) (net 10)) (segment (start 157.64 69.015) (end 157.4 68.775) (width 0.5) (layer F.Cu) (net 10)) (segment (start 160.5 69.015) (end 157.64 69.015) (width 0.5) (layer F.Cu) (net 10)) (segment (start 185.075 70.71) (end 185.1 70.685) (width 0.5) (layer F.Cu) (net 10)) (segment (start 188.45 81.25) (end 188.45 81.75) (width 0.35) (layer F.Cu) (net 10)) (segment (start 182.225 90.1) (end 182.225 91.6) (width 0.35) (layer F.Cu) (net 10)) (segment (start 170.95 91.475) (end 173.975 94.5) (width 0.5) (layer F.Cu) (net 10)) (segment (start 168.45 91.475) (end 170.95 91.475) (width 0.5) (layer F.Cu) (net 10)) (segment (start 175.025 95.55) (end 173.975 94.5) (width 0.35) (layer F.Cu) (net 10)) (segment (start 175.025 96.85) (end 175.025 95.55) (width 0.35) (layer F.Cu) (net 10)) (via (at 182.2 70.8) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 184.985 70.8) (end 185.1 70.685) (width 0.5) (layer F.Cu) (net 10)) (segment (start 182.2 70.8) (end 184.985 70.8) (width 0.5) (layer F.Cu) (net 10)) (via (at 174.3 93.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 173.975 93.825) (end 174.3 93.5) (width 0.5) (layer F.Cu) (net 10)) (segment (start 173.975 94.5) (end 173.975 93.825) (width 0.5) (layer F.Cu) (net 10)) (segment (start 182.2 70.8) (end 174.3 78.7) (width 0.5) (layer B.Cu) (net 10)) (segment (start 174.3 78.7) (end 174.3 93.5) (width 0.5) (layer B.Cu) (net 10)) (segment (start 181.4 96.975) (end 182.225 97.8) (width 0.25) (layer F.Cu) (net 10)) (segment (start 181.4 95) (end 181.4 96.975) (width 0.25) (layer F.Cu) (net 10)) (segment (start 180.9 94.5) (end 181.4 95) (width 0.25) (layer F.Cu) (net 10)) (segment (start 178.825 94.5) (end 180.9 94.5) (width 0.25) (layer F.Cu) (net 10)) (segment (start 179.6 93.725) (end 178.825 94.5) (width 0.25) (layer F.Cu) (net 10)) (segment (start 179.6 91.214117) (end 179.6 93.725) (width 0.25) (layer F.Cu) (net 10)) (segment (start 179.964117 90.85) (end 179.6 91.214117) (width 0.25) (layer F.Cu) (net 10)) (segment (start 181.475 90.85) (end 179.964117 90.85) (width 0.25) (layer F.Cu) (net 10)) (segment (start 182.225 91.6) (end 181.475 90.85) (width 0.25) (layer F.Cu) (net 10)) (via (at 178 95.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 178.825 94.575) (end 178 95.4) (width 0.25) (layer F.Cu) (net 10)) (segment (start 178.825 94.5) (end 178.825 94.575) (width 0.25) (layer F.Cu) (net 10)) (via (at 175.025 95.55) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 175.075 95.6) (end 175.025 95.55) (width 0.25) (layer B.Cu) (net 10)) (segment (start 177.8 95.6) (end 175.075 95.6) (width 0.25) (layer B.Cu) (net 10)) (segment (start 178 95.4) (end 177.8 95.6) (width 0.25) (layer B.Cu) (net 10)) (segment (start 185.075 71.925) (end 185.075 70.71) (width 0.5) (layer F.Cu) (net 10)) (via (at 185.075 71.575) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 185.075 71.925) (end 185.075 71.575) (width 0.25) (layer F.Cu) (net 10)) (via (at 162.45 73.6) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 162.434999 73.615001) (end 162.45 73.6) (width 0.5) (layer F.Cu) (net 10)) (segment (start 162.434999 87.134999) (end 162.434999 73.615001) (width 0.5) (layer F.Cu) (net 10)) (segment (start 166.9 91.6) (end 162.434999 87.134999) (width 0.5) (layer F.Cu) (net 10)) (via (at 162.45 69.7) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 162.45 73.6) (end 162.45 69.7) (width 0.5) (layer B.Cu) (net 10)) (segment (start 161.765 69.015) (end 160.5 69.015) (width 0.5) (layer F.Cu) (net 10)) (segment (start 162.45 69.7) (end 161.765 69.015) (width 0.5) (layer F.Cu) (net 10)) (via (at 185.5 76.399988) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 185.375012 76.399988) (end 185.5 76.399988) (width 0.25) (layer F.Cu) (net 10)) (segment (start 185.075 71.575) (end 185.5 72) (width 0.25) (layer B.Cu) (net 10)) (segment (start 184.575 77.2) (end 185.375012 76.399988) (width 0.25) (layer F.Cu) (net 10)) (segment (start 185.5 72) (end 185.5 76.399988) (width 0.25) (layer B.Cu) (net 10)) (segment (start 185.075 72.1) (end 185.075 71.925) (width 0.5) (layer F.Cu) (net 10)) (segment (start 184.575 72.6) (end 185.075 72.1) (width 0.5) (layer F.Cu) (net 10)) (segment (start 186.5 77.399988) (end 185.5 76.399988) (width 0.35) (layer F.Cu) (net 10)) (segment (start 186.5 81.1) (end 186.5 77.399988) (width 0.35) (layer F.Cu) (net 10)) (segment (start 187.15 81.75) (end 186.5 81.1) (width 0.35) (layer F.Cu) (net 10)) (segment (start 188.45 81.75) (end 187.15 81.75) (width 0.35) (layer F.Cu) (net 10)) (segment (start 184.8 80.2) (end 184.575 80.2) (width 0.35) (layer F.Cu) (net 11)) (segment (start 185.45 81.075) (end 184.575 80.2) (width 0.35) (layer F.Cu) (net 11)) (segment (start 185.45 81.75) (end 185.45 81.075) (width 0.35) (layer F.Cu) (net 11)) (segment (start 186.95 83.25) (end 185.45 81.75) (width 0.35) (layer F.Cu) (net 11)) (segment (start 188.45 83.25) (end 186.95 83.25) (width 0.35) (layer F.Cu) (net 11)) (segment (start 190.9 94.5) (end 190.1 95.3) (width 0.35) (layer F.Cu) (net 12)) (segment (start 190.1 95.3) (end 189.45 95.3) (width 0.35) (layer F.Cu) (net 12)) (segment (start 193.405 94.5) (end 190.9 94.5) (width 0.35) (layer F.Cu) (net 12)) (via (at 190.9 94.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 12)) (via (at 195.2 94.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 12)) (segment (start 190.9 94.5) (end 195.2 94.5) (width 0.25) (layer B.Cu) (net 12)) (segment (start 193.405 95.5) (end 194.653553 95.5) (width 0.25) (layer F.Cu) (net 12)) (segment (start 194.653553 95.5) (end 195.2 94.953553) (width 0.25) (layer F.Cu) (net 12)) (segment (start 195.2 94.953553) (end 195.2 94.5) (width 0.25) (layer F.Cu) (net 12)) (segment (start 191.2 95) (end 193.405 95) (width 0.35) (layer F.Cu) (net 13)) (segment (start 189.9 96.3) (end 191.2 95) (width 0.35) (layer F.Cu) (net 13)) (segment (start 189.45 96.3) (end 189.9 96.3) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.365002 94) (end 193.405 94) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.6 94.234998) (end 194.365002 94) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.6 94.765002) (end 194.6 94.234998) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.365002 95) (end 194.6 94.765002) (width 0.35) (layer F.Cu) (net 13)) (segment (start 193.405 95) (end 194.365002 95) (width 0.35) (layer F.Cu) (net 13)) (segment (start 184.6 74.2) (end 184.575 74.2) (width 0.35) (layer F.Cu) (net 14)) (segment (start 185.4 74.2) (end 184.575 74.2) (width 0.35) (layer F.Cu) (net 14)) (segment (start 186.95 75.75) (end 185.4 74.2) (width 0.35) (layer F.Cu) (net 14)) (segment (start 188.45 75.75) (end 186.95 75.75) (width 0.35) (layer F.Cu) (net 14)) (segment (start 171.475 96.9) (end 171.5 96.875) (width 0.5) (layer F.Cu) (net 15)) (segment (start 169.9875 96.9) (end 171.475 96.9) (width 0.5) (layer F.Cu) (net 15)) (via (at 176.2 96.14999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 176.2 94.9) (end 176.2 96.14999) (width 0.25) (layer F.Cu) (net 16)) (segment (start 175.8 94.5) (end 176.2 94.9) (width 0.25) (layer F.Cu) (net 16)) (segment (start 175.625 94.5) (end 175.8 94.5) (width 0.25) (layer F.Cu) (net 16)) (via (at 176.200002 99.0625) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 176.2 96.14999) (end 176.2 99.062498) (width 0.25) (layer B.Cu) (net 16)) (segment (start 176.2 99.062498) (end 176.200002 99.0625) (width 0.25) (layer B.Cu) (net 16)) (segment (start 177.375 98.35) (end 177.375 98.825) (width 0.25) (layer F.Cu) (net 16)) (segment (start 177.375 98.825) (end 177.1375 99.0625) (width 0.25) (layer F.Cu) (net 16)) (segment (start 177.1375 99.0625) (end 176.200002 99.0625) (width 0.25) (layer F.Cu) (net 16)) (via (at 173.400008 83) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 173.4 75.399998) (end 173.4 82.999992) (width 0.35) (layer F.Cu) (net 16)) (segment (start 174.704998 74.095) (end 173.4 75.399998) (width 0.35) (layer F.Cu) (net 16)) (segment (start 173.4 82.999992) (end 173.400008 83) (width 0.35) (layer F.Cu) (net 16)) (segment (start 177.5 74.095) (end 174.704998 74.095) (width 0.35) (layer F.Cu) (net 16)) (segment (start 173.400008 91.249992) (end 173.4 91.25) (width 0.35) (layer B.Cu) (net 16)) (segment (start 173.400008 83) (end 173.400008 91.249992) (width 0.35) (layer B.Cu) (net 16)) (segment (start 175.625 93.475) (end 173.4 91.25) (width 0.35) (layer F.Cu) (net 16)) (segment (start 175.625 94.5) (end 175.625 93.475) (width 0.35) (layer F.Cu) (net 16)) (via (at 173.4 91.25) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 177.3 94.625) (end 177.175 94.5) (width 0.25) (layer F.Cu) (net 17)) (segment (start 177.3 96.775) (end 177.3 94.625) (width 0.25) (layer F.Cu) (net 17)) (segment (start 177.375 96.85) (end 177.3 96.775) (width 0.25) (layer F.Cu) (net 17)) (segment (start 176.15 70.285) (end 171.528722 74.906278) (width 0.35) (layer F.Cu) (net 17)) (via (at 171.528722 82.907503) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 17)) (segment (start 177.5 70.285) (end 176.15 70.285) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.528722 74.906278) (end 171.528722 82.907503) (width 0.35) (layer F.Cu) (net 17) (status 40000)) (segment (start 177.175 94.5) (end 177.175 93.775) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.8 88.4) (end 171.6 88.2) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.528722 82.907503) (end 171.528722 88.128732) (width 0.35) (layer B.Cu) (net 17)) (segment (start 177.175 93.775) (end 171.8 88.4) (width 0.35) (layer F.Cu) (net 17)) (via (at 171.59999 88.2) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 17)) (segment (start 171.6 88.2) (end 171.59999 88.2) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.528722 88.128732) (end 171.59999 88.2) (width 0.35) (layer B.Cu) (net 17)) (via (at 192.8 65.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 18)) (segment (start 194.725 66.45) (end 194.8 66.525) (width 0.5) (layer F.Cu) (net 18)) (segment (start 192.8 66.45) (end 194.725 66.45) (width 0.5) (layer F.Cu) (net 18)) (segment (start 192.8 65.4) (end 192.8 66.45) (width 0.5) (layer F.Cu) (net 18)) (segment (start 192.8 83.37501) (end 192.82499 83.4) (width 0.35) (layer B.Cu) (net 18)) (segment (start 192.8 65.4) (end 192.8 83.37501) (width 0.35) (layer B.Cu) (net 18)) (segment (start 188.45 84.25) (end 191.97499 84.25) (width 0.35) (layer F.Cu) (net 18)) (segment (start 191.97499 84.25) (end 192.82499 83.4) (width 0.35) (layer F.Cu) (net 18)) (via (at 192.82499 83.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 18)) (segment (start 184.575 81.875) (end 184.575 81.7) (width 0.35) (layer F.Cu) (net 19)) (segment (start 184.65 81.775) (end 184.575 81.7) (width 0.35) (layer F.Cu) (net 19)) (segment (start 184.65 81.9) (end 184.65 81.775) (width 0.35) (layer F.Cu) (net 19)) (segment (start 186.5 83.75) (end 184.65 81.9) (width 0.35) (layer F.Cu) (net 19)) (segment (start 188.45 83.75) (end 186.5 83.75) (width 0.35) (layer F.Cu) (net 19)) (segment (start 184.575 83.3875) (end 184.575 83.2) (width 0.25) (layer F.Cu) (net 20)) (segment (start 184.575 83.275) (end 184.575 83.2) (width 0.35) (layer F.Cu) (net 20)) (segment (start 186.05 84.75) (end 184.575 83.275) (width 0.35) (layer F.Cu) (net 20)) (segment (start 188.45 84.75) (end 186.05 84.75) (width 0.35) (layer F.Cu) (net 20)) (via (at 193.6 65.3) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 21)) (segment (start 193.6 64.946447) (end 193.6 65.3) (width 0.5) (layer F.Cu) (net 21)) (segment (start 191.900001 64.749999) (end 193.403552 64.749999) (width 0.5) (layer F.Cu) (net 21)) (segment (start 193.403552 64.749999) (end 193.6 64.946447) (width 0.5) (layer F.Cu) (net 21)) (segment (start 190.75 65.9) (end 191.900001 64.749999) (width 0.5) (layer F.Cu) (net 21)) (via (at 193.650013 82.850017) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 21)) (segment (start 188.45 85.25) (end 192.207122 85.25) (width 0.35) (layer F.Cu) (net 21)) (segment (start 193.6 65.3) (end 193.6 82.800004) (width 0.35) (layer B.Cu) (net 21)) (segment (start 192.207122 85.25) (end 193.650013 83.807109) (width 0.35) (layer F.Cu) (net 21)) (segment (start 193.650013 83.807109) (end 193.650013 82.850017) (width 0.35) (layer F.Cu) (net 21)) (segment (start 193.6 82.800004) (end 193.650013 82.850017) (width 0.35) (layer B.Cu) (net 21)) (segment (start 185.125 85.25) (end 184.575 84.7) (width 0.35) (layer F.Cu) (net 21)) (segment (start 188.45 85.25) (end 185.125 85.25) (width 0.35) (layer F.Cu) (net 21)) (segment (start 180.6125 97.7625) (end 180.575 97.8) (width 0.5) (layer F.Cu) (net 22)) (segment (start 180.6125 95.48) (end 180.6125 97.7625) (width 0.5) (layer F.Cu) (net 22)) (segment (start 191.625 67.95) (end 191.675 68) (width 0.5) (layer F.Cu) (net 23)) (segment (start 190.1 67.95) (end 191.625 67.95) (width 0.5) (layer F.Cu) (net 23)) (segment (start 187.25 75.25) (end 188.45 75.25) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.4 74.4) (end 187.25 75.25) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.399992 72.807112) (end 186.4 72.80712) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.399992 72.200008) (end 186.399992 72.807112) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.4 72.80712) (end 186.4 74.4) (width 0.35) (layer F.Cu) (net 23)) (segment (start 189.3 69.3) (end 186.399992 72.200008) (width 0.35) (layer F.Cu) (net 23)) (segment (start 189.3 68.6) (end 189.3 69.3) (width 0.35) (layer F.Cu) (net 23)) (segment (start 189.95 67.95) (end 189.3 68.6) (width 0.35) (layer F.Cu) (net 23)) (segment (start 190.1 67.95) (end 189.95 67.95) (width 0.35) (layer F.Cu) (net 23)) (segment (start 191.625 69.85) (end 191.675 69.8) (width 0.5) (layer F.Cu) (net 24)) (segment (start 190.1 69.85) (end 191.625 69.85) (width 0.5) (layer F.Cu) (net 24)) (segment (start 189.55 69.85) (end 190.1 69.85) (width 0.35) (layer F.Cu) (net 24)) (segment (start 186.9 72.5) (end 189.55 69.85) (width 0.35) (layer F.Cu) (net 24)) (segment (start 186.9 74.1) (end 186.9 72.5) (width 0.35) (layer F.Cu) (net 24)) (segment (start 187.55 74.75) (end 186.9 74.1) (width 0.35) (layer F.Cu) (net 24)) (segment (start 188.45 74.75) (end 187.55 74.75) (width 0.35) (layer F.Cu) (net 24)) (segment (start 168.275 95.25) (end 168.375 95.15) (width 0.5) (layer F.Cu) (net 25)) (segment (start 166.9 95.25) (end 168.275 95.25) (width 0.5) (layer F.Cu) (net 25)) (via (at 178.899992 80.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 26)) (segment (start 177.5 80.445) (end 178.844992 80.445) (width 0.35) (layer F.Cu) (net 26)) (segment (start 178.844992 80.445) (end 178.899992 80.5) (width 0.35) (layer F.Cu) (net 26)) (via (at 190.646469 78.7) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 26)) (segment (start 178.899992 80.5) (end 179.984614 79.415378) (width 0.35) (layer B.Cu) (net 26)) (segment (start 179.984614 79.415378) (end 189.931091 79.415378) (width 0.35) (layer B.Cu) (net 26)) (segment (start 189.931091 79.415378) (end 190.646469 78.7) (width 0.35) (layer B.Cu) (net 26)) (segment (start 188.45 79.25) (end 190.096469 79.25) (width 0.35) (layer F.Cu) (net 26)) (segment (start 190.096469 79.25) (end 190.646469 78.7) (width 0.35) (layer F.Cu) (net 26)) (via (at 181.55 77.05) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 27)) (segment (start 179.65 75.15) (end 181.55 77.05) (width 0.5) (layer F.Cu) (net 27)) (segment (start 179 69.015) (end 179.65 69.665) (width 0.5) (layer F.Cu) (net 27)) (segment (start 179.65 69.665) (end 179.65 75.15) (width 0.5) (layer F.Cu) (net 27)) (segment (start 177.5 69.015) (end 179 69.015) (width 0.5) (layer F.Cu) (net 27)) (segment (start 188.45 80.75) (end 190.34999 80.75) (width 0.35) (layer F.Cu) (net 27)) (via (at 190.34999 80.75) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 27)) (segment (start 191.05 77.05) (end 191.650001 77.650001) (width 0.5) (layer B.Cu) (net 27)) (segment (start 191.650001 77.650001) (end 191.650001 79.449989) (width 0.5) (layer B.Cu) (net 27)) (segment (start 181.55 77.05) (end 191.05 77.05) (width 0.5) (layer B.Cu) (net 27)) (segment (start 191.650001 79.449989) (end 190.34999 80.75) (width 0.5) (layer B.Cu) (net 27)) (via (at 180.9 80.1) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 28)) (segment (start 178.705 77.905) (end 177.5 77.905) (width 0.35) (layer F.Cu) (net 28)) (segment (start 180.9 80.1) (end 178.705 77.905) (width 0.35) (layer F.Cu) (net 28)) (segment (start 188.45 80.25) (end 189.930747 80.25) (width 0.35) (layer F.Cu) (net 28)) (segment (start 189.930747 80.25) (end 190.490368 79.690379) (width 0.35) (layer F.Cu) (net 28)) (segment (start 180.9 80.1) (end 190.080747 80.1) (width 0.35) (layer B.Cu) (net 28)) (segment (start 190.080747 80.1) (end 190.490368 79.690379) (width 0.35) (layer B.Cu) (net 28)) (via (at 190.490368 79.690379) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 28)) (via (at 175.205002 80.445) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 29)) (segment (start 174.885 82.985) (end 177.5 82.985) (width 0.35) (layer F.Cu) (net 29)) (segment (start 174.2 82.3) (end 174.885 82.985) (width 0.35) (layer F.Cu) (net 29)) (segment (start 174.2 81.450002) (end 174.2 82.3) (width 0.35) (layer F.Cu) (net 29)) (segment (start 175.205002 80.445) (end 174.2 81.450002) (width 0.35) (layer F.Cu) (net 29)) (via (at 189.9 77.72499) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 29)) (segment (start 175.205002 80.445) (end 177.925012 77.72499) (width 0.35) (layer B.Cu) (net 29)) (segment (start 177.925012 77.72499) (end 189.9 77.72499) (width 0.35) (layer B.Cu) (net 29)) (segment (start 188.45 78.25) (end 189.37499 78.25) (width 0.35) (layer F.Cu) (net 29)) (segment (start 189.37499 78.25) (end 189.9 77.72499) (width 0.35) (layer F.Cu) (net 29)) (via (at 174.974999 81.624999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 30)) (segment (start 177.5 81.715) (end 175.065 81.715) (width 0.35) (layer F.Cu) (net 30)) (segment (start 175.065 81.715) (end 174.974999 81.624999) (width 0.35) (layer F.Cu) (net 30)) (segment (start 178.35001 78.249988) (end 187.476002 78.249988) (width 0.35) (layer B.Cu) (net 30)) (segment (start 189.758212 78.75) (end 190.48608 78.022132) (width 0.35) (layer F.Cu) (net 30)) (segment (start 188.45 78.75) (end 189.758212 78.75) (width 0.35) (layer F.Cu) (net 30)) (via (at 190.48608 78.022132) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 30)) (segment (start 187.526014 78.3) (end 190.208212 78.3) (width 0.35) (layer B.Cu) (net 30)) (segment (start 174.974999 81.624999) (end 178.35001 78.249988) (width 0.35) (layer B.Cu) (net 30)) (segment (start 187.476002 78.249988) (end 187.526014 78.3) (width 0.35) (layer B.Cu) (net 30)) (segment (start 190.208212 78.3) (end 190.48608 78.022132) (width 0.35) (layer B.Cu) (net 30)) (segment (start 186.15 75.7) (end 184.575 75.7) (width 0.35) (layer F.Cu) (net 31)) (segment (start 186.7 76.25) (end 186.15 75.7) (width 0.35) (layer F.Cu) (net 31)) (segment (start 188.45 76.25) (end 186.7 76.25) (width 0.35) (layer F.Cu) (net 31)) (segment (start 184.35 97.825) (end 184.275 97.9) (width 0.35) (layer F.Cu) (net 32)) (segment (start 184.35 97.725) (end 184.275 97.8) (width 0.35) (layer F.Cu) (net 32)) (segment (start 184.35 96.3) (end 184.35 97.725) (width 0.35) (layer F.Cu) (net 32)) (segment (start 185.025 68.24) (end 185.1 68.315) (width 0.35) (layer F.Cu) (net 33)) (segment (start 185.385 68.6) (end 185.1 68.315) (width 0.35) (layer F.Cu) (net 33)) (segment (start 185.1 68.315) (end 184.815 68.315) (width 0.5) (layer F.Cu) (net 33)) (segment (start 187.515 68.315) (end 185.1 68.315) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.1 68.9) (end 187.515 68.315) (width 0.5) (layer F.Cu) (net 33)) (segment (start 184.225 67.44) (end 185.1 68.315) (width 0.35) (layer F.Cu) (net 33)) (segment (start 184.225 66.4) (end 184.225 67.44) (width 0.35) (layer F.Cu) (net 33)) (segment (start 192.05 62.4) (end 192.8 63.15) (width 0.5) (layer F.Cu) (net 33)) (segment (start 189.4 62.4) (end 192.05 62.4) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.6 63.2) (end 189.4 62.4) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.6 67.5) (end 188.6 63.2) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.1 68) (end 188.6 67.5) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.1 68.9) (end 188.1 68) (width 0.5) (layer F.Cu) (net 33)) (segment (start 187.45 63.6) (end 187.45 65.9) (width 0.5) (layer F.Cu) (net 34)) (segment (start 186.275 65.9) (end 185.775 66.4) (width 0.5) (layer F.Cu) (net 34)) (segment (start 187.45 65.9) (end 186.275 65.9) (width 0.5) (layer F.Cu) (net 34)) (segment (start 185.6 78.7) (end 184.575 78.7) (width 0.35) (layer F.Cu) (net 35)) (segment (start 185.95 79.05) (end 185.6 78.7) (width 0.35) (layer F.Cu) (net 35)) (segment (start 185.95 81.5) (end 185.95 79.05) (width 0.35) (layer F.Cu) (net 35)) (segment (start 187.2 82.75) (end 185.95 81.5) (width 0.35) (layer F.Cu) (net 35)) (segment (start 188.45 82.75) (end 187.2 82.75) (width 0.35) (layer F.Cu) (net 35)) (segment (start 185.025 85.75) (end 184.575 86.2) (width 0.35) (layer F.Cu) (net 36)) (segment (start 188.45 85.75) (end 185.025 85.75) (width 0.35) (layer F.Cu) (net 36)) (segment (start 180.575 93.0825) (end 180.6125 93.12) (width 0.35) (layer F.Cu) (net 37)) (segment (start 180.575 91.6) (end 180.575 93.0825) (width 0.35) (layer F.Cu) (net 37)) (via (at 172.29998 96.14999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 38)) (segment (start 172.225 95.225) (end 172.29998 95.29998) (width 0.5) (layer F.Cu) (net 38)) (segment (start 172.29998 95.29998) (end 172.29998 96.14999) (width 0.5) (layer F.Cu) (net 38)) (segment (start 171.5 95.225) (end 172.225 95.225) (width 0.5) (layer F.Cu) (net 38)) (via (at 167.5 96.14999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 38)) (segment (start 172.29998 96.14999) (end 167.5 96.14999) (width 0.5) (layer B.Cu) (net 38)) (segment (start 166.14999 96.14999) (end 167.5 96.14999) (width 0.5) (layer F.Cu) (net 38)) (segment (start 164.7 95.25) (end 165.25 95.25) (width 0.5) (layer F.Cu) (net 38)) (segment (start 165.25 95.25) (end 166.14999 96.14999) (width 0.5) (layer F.Cu) (net 38)) (segment (start 187.55 79.75) (end 187.2 79.4) (width 0.35) (layer F.Cu) (net 39)) (segment (start 187.2 79.4) (end 187.2 78.82499) (width 0.35) (layer F.Cu) (net 39)) (segment (start 188.45 79.75) (end 187.55 79.75) (width 0.35) (layer F.Cu) (net 39)) (via (at 187.2 78.82499) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 187.2 78.82499) (end 179.275004 78.82499) (width 0.35) (layer B.Cu) (net 39)) (via (at 178.893403 79.206591) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 179.275004 78.82499) (end 178.893403 79.206591) (width 0.35) (layer B.Cu) (net 39)) (segment (start 177.5 79.175) (end 178.861812 79.175) (width 0.35) (layer F.Cu) (net 39)) (segment (start 178.861812 79.175) (end 178.893403 79.206591) (width 0.35) (layer F.Cu) (net 39)) (zone (net 0) (net_name "") (layers F&B.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (keepout (tracks not_allowed) (vias not_allowed) (copperpour not_allowed)) (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 183 66) (xy 155 66) (xy 155 60) (xy 183 60) ) ) ) (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 6110CB35) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 116.8 100) (xy 116.8 60) (xy 200 60) ) ) (filled_polygon (pts (xy 175.061928 98.45) (xy 175.074188 98.574482) (xy 175.110498 98.69418) (xy 175.152 98.771824) (xy 175.152 98.95125) (xy 175.31075 99.11) (xy 175.315002 99.109738) (xy 175.315002 99.149665) (xy 175.347889 99.315) (xy 174.685 99.315) (xy 174.685 99.106662) (xy 174.73925 99.11) (xy 174.898 98.95125) (xy 174.898 98.225) (xy 175.061928 98.225) ) ) (filled_polygon (pts (xy 154.873 66) (xy 154.87544 66.024776) (xy 154.882667 66.048601) (xy 154.894403 66.070557) (xy 154.910197 66.089803) (xy 154.929443 66.105597) (xy 154.951399 66.117333) (xy 154.975224 66.12456) (xy 155 66.127) (xy 183 66.127) (xy 183.024776 66.12456) (xy 183.048601 66.117333) (xy 183.070557 66.105597) (xy 183.089803 66.089803) (xy 183.105597 66.070557) (xy 183.117333 66.048601) (xy 183.12456 66.024776) (xy 183.127 66) (xy 183.127 60.685) (xy 199.315001 60.685) (xy 199.315 89.414232) (xy 199.145987 89.341585) (xy 198.927 89.295) (xy 198.627 89.295) (xy 198.627 90.303) (xy 198.647 90.303) (xy 198.647 90.557) (xy 198.627 90.557) (xy 198.627 91.565) (xy 198.927 91.565) (xy 199.145987 91.518415) (xy 199.315 91.445768) (xy 199.315 98.054232) (xy 199.145987 97.981585) (xy 198.927 97.935) (xy 198.627 97.935) (xy 198.627 98.943) (xy 198.647 98.943) (xy 198.647 99.197) (xy 198.627 99.197) (xy 198.627 99.217) (xy 198.373 99.217) (xy 198.373 99.197) (xy 197.232046 99.197) (xy 197.146913 99.315) (xy 195.923087 99.315) (xy 195.837954 99.197) (xy 194.447 99.197) (xy 194.447 99.217) (xy 194.193 99.217) (xy 194.193 99.197) (xy 192.802046 99.197) (xy 192.716913 99.315) (xy 179.685 99.315) (xy 179.685 98.548932) (xy 179.782394 98.667606) (xy 179.909392 98.771831) (xy 180.054284 98.849278) (xy 180.2115 98.896969) (xy 180.375 98.913072) (xy 180.775 98.913072) (xy 180.9385 98.896969) (xy 181.095716 98.849278) (xy 181.240608 98.771831) (xy 181.367606 98.667606) (xy 181.4 98.628134) (xy 181.432394 98.667606) (xy 181.559392 98.771831) (xy 181.704284 98.849278) (xy 181.8615 98.896969) (xy 182.025 98.913072) (xy 182.425 98.913072) (xy 182.5885 98.896969) (xy 182.745716 98.849278) (xy 182.890608 98.771831) (xy 183.017606 98.667606) (xy 183.121831 98.540608) (xy 183.199278 98.395716) (xy 183.228292 98.300068) (xy 183.252625 98.380283) (xy 183.332382 98.529497) (xy 183.439716 98.660284) (xy 183.570503 98.767618) (xy 183.719717 98.847375) (xy 183.881623 98.896488) (xy 184.05 98.913072) (xy 184.5 98.913072) (xy 184.668377 98.896488) (xy 184.830283 98.847375) (xy 184.976351 98.7693) (xy 185.020506 98.805537) (xy 185.13082 98.864502) (xy 185.250518 98.900812) (xy 185.375 98.913072) (xy 185.53925 98.91) (xy 185.698 98.75125) (xy 185.698 97.927) (xy 185.952 97.927) (xy 185.952 98.75125) (xy 186.11075 98.91) (xy 186.275 98.913072) (xy 186.399482 98.900812) (xy 186.51918 98.864502) (xy 186.629494 98.805537) (xy 186.726185 98.726185) (xy 186.805537 98.629494) (xy 186.864502 98.51918) (xy 186.900812 98.399482) (xy 186.913072 98.275) (xy 186.91 98.08575) (xy 186.75125 97.927) (xy 185.952 97.927) (xy 185.698 97.927) (xy 185.678 97.927) (xy 185.678 97.673) (xy 185.698 97.673) (xy 185.698 97.663479) (xy 185.699999 97.663676) (xy 185.737322 97.66) (xy 185.952 97.66) (xy 185.952 97.673) (xy 186.75125 97.673) (xy 186.76425 97.66) (xy 186.810199 97.66) (xy 186.936928 97.786729) (xy 186.936928 98.05) (xy 186.953512 98.218377) (xy 187.002625 98.380283) (xy 187.082382 98.529497) (xy 187.189716 98.660284) (xy 187.320503 98.767618) (xy 187.469717 98.847375) (xy 187.631623 98.896488) (xy 187.8 98.913072) (xy 188.25 98.913072) (xy 188.418377 98.896488) (xy 188.580283 98.847375) (xy 188.726351 98.7693) (xy 188.770506 98.805537) (xy 188.88082 98.864502) (xy 189.000518 98.900812) (xy 189.125 98.913072) (xy 189.28925 98.91) (xy 189.448 98.75125) (xy 189.448 97.927) (xy 189.428 97.927) (xy 189.428 97.76) (xy 189.722 97.76) (xy 189.722 97.927) (xy 189.702 97.927) (xy 189.702 98.75125) (xy 189.86075 98.91) (xy 190.025 98.913072) (xy 190.149482 98.900812) (xy 190.26918 98.864502) (xy 190.379494 98.805537) (xy 190.476185 98.726185) (xy 190.555537 98.629494) (xy 190.614502 98.51918) (xy 190.650812 98.399482) (xy 190.663072 98.275) (xy 190.66 98.08575) (xy 190.501252 97.927002) (xy 190.578485 97.927002) (xy 190.651014 97.949003) (xy 190.762667 97.96) (xy 190.762675 97.96) (xy 190.8 97.963676) (xy 190.837325 97.96) (xy 191.244443 97.96) (xy 191.244449 97.960004) (xy 191.280777 97.984277) (xy 191.321147 98.000999) (xy 191.359669 98.021589) (xy 191.401469 98.034269) (xy 191.441837 98.05099) (xy 191.484687 98.059513) (xy 191.526492 98.072195) (xy 191.569969 98.076477) (xy 191.612817 98.085) (xy 192.045 98.085) (xy 192.045 98.127002) (xy 192.203748 98.127002) (xy 192.045 98.28575) (xy 192.041928 98.3) (xy 192.054188 98.424482) (xy 192.090498 98.54418) (xy 192.149463 98.654494) (xy 192.228815 98.751185) (xy 192.325506 98.830537) (xy 192.43582 98.889502) (xy 192.555518 98.925812) (xy 192.68 98.938072) (xy 192.797896 98.937247) (xy 192.802046 98.943) (xy 194.193 98.943) (xy 194.193 98.931867) (xy 194.254482 98.925812) (xy 194.263752 98.923) (xy 194.447 98.923) (xy 194.447 98.943) (xy 195.837954 98.943) (xy 195.964119 98.768126) (xy 197.105881 98.768126) (xy 197.232046 98.943) (xy 198.373 98.943) (xy 198.373 97.935) (xy 198.073 97.935) (xy 197.854013 97.981585) (xy 197.648322 98.069997) (xy 197.463831 98.196839) (xy 197.307631 98.357236) (xy 197.185724 98.545024) (xy 197.105881 98.768126) (xy 195.964119 98.768126) (xy 195.884276 98.545024) (xy 195.762369 98.357236) (xy 195.621794 98.212884) (xy 195.700741 98.094731) (xy 195.773108 97.920022) (xy 195.81 97.734552) (xy 195.81 97.545448) (xy 195.773108 97.359978) (xy 195.700741 97.185269) (xy 195.595681 97.028036) (xy 195.556579 96.988934) (xy 196.419619 96.125894) (xy 196.450529 96.100527) (xy 196.51021 96.027805) (xy 196.55175 95.977189) (xy 196.595656 95.895046) (xy 196.626964 95.836472) (xy 196.673281 95.683787) (xy 196.685001 95.56479) (xy 196.685001 95.564788) (xy 196.68892 95.525) (xy 196.685001 95.485212) (xy 196.685001 94.049787) (xy 196.68892 94.009999) (xy 196.685001 93.970208) (xy 196.673281 93.851211) (xy 196.626964 93.698526) (xy 196.55175 93.55781) (xy 196.450529 93.434471) (xy 196.41962 93.409105) (xy 195.53908 92.528565) (xy 195.595681 92.471964) (xy 195.700741 92.314731) (xy 195.773108 92.140022) (xy 195.81 91.954552) (xy 195.81 91.765448) (xy 195.773108 91.579978) (xy 195.700741 91.405269) (xy 195.621794 91.287116) (xy 195.762369 91.142764) (xy 195.884276 90.954976) (xy 195.964119 90.731874) (xy 197.105881 90.731874) (xy 197.185724 90.954976) (xy 197.307631 91.142764) (xy 197.463831 91.303161) (xy 197.648322 91.430003) (xy 197.854013 91.518415) (xy 198.073 91.565) (xy 198.373 91.565) (xy 198.373 90.557) (xy 197.232046 90.557) (xy 197.105881 90.731874) (xy 195.964119 90.731874) (xy 195.837954 90.557) (xy 194.447 90.557) (xy 194.447 90.577) (xy 194.263752 90.577) (xy 194.254482 90.574188) (xy 194.193 90.568133) (xy 194.193 90.557) (xy 192.802046 90.557) (xy 192.797896 90.562753) (xy 192.68 90.561928) (xy 192.555518 90.574188) (xy 192.43582 90.610498) (xy 192.325506 90.669463) (xy 192.228815 90.748815) (xy 192.149463 90.845506) (xy 192.090498 90.95582) (xy 192.054188 91.075518) (xy 192.041928 91.2) (xy 192.045 91.21425) (xy 192.20375 91.373) (xy 192.56758 91.373) (xy 192.555518 91.374188) (xy 192.43582 91.410498) (xy 192.325506 91.469463) (xy 192.228815 91.548815) (xy 192.149463 91.645506) (xy 192.108375 91.722375) (xy 192.045 91.78575) (xy 192.041928 91.8) (xy 192.051777 91.9) (xy 192.041928 92) (xy 192.041928 92.6) (xy 192.054188 92.724482) (xy 192.054345 92.725) (xy 192.054188 92.725518) (xy 192.041928 92.85) (xy 192.041928 93.15) (xy 192.051777 93.25) (xy 192.041928 93.35) (xy 192.041928 93.65) (xy 192.045868 93.69) (xy 191.257104 93.69) (xy 191.158145 93.64901) (xy 190.987165 93.615) (xy 190.812835 93.615) (xy 190.641855 93.64901) (xy 190.628258 93.654642) (xy 190.638072 93.555) (xy 190.638072 93.45948) (xy 190.638282 93.458788) (xy 190.653921 93.3) (xy 190.638282 93.141212) (xy 190.638072 93.14052) (xy 190.638072 93.045) (xy 190.625812 92.920518) (xy 190.589502 92.80082) (xy 190.589064 92.8) (xy 190.589502 92.79918) (xy 190.625812 92.679482) (xy 190.638072 92.555) (xy 190.638072 92.045) (xy 190.625812 91.920518) (xy 190.589502 91.80082) (xy 190.530537 91.690506) (xy 190.451185 91.593815) (xy 190.354494 91.514463) (xy 190.24418 91.455498) (xy 190.124482 91.419188) (xy 190 91.406928) (xy 188.987443 91.406928) (xy 188.11027 90.529755) (xy 188.069279 90.430795) (xy 187.972426 90.285845) (xy 187.849157 90.162576) (xy 187.7976 90.128126) (xy 192.675881 90.128126) (xy 192.802046 90.303) (xy 194.193 90.303) (xy 194.193 89.295) (xy 194.447 89.295) (xy 194.447 90.303) (xy 195.837954 90.303) (xy 195.964119 90.128126) (xy 197.105881 90.128126) (xy 197.232046 90.303) (xy 198.373 90.303) (xy 198.373 89.295) (xy 198.073 89.295) (xy 197.854013 89.341585) (xy 197.648322 89.429997) (xy 197.463831 89.556839) (xy 197.307631 89.717236) (xy 197.185724 89.905024) (xy 197.105881 90.128126) (xy 195.964119 90.128126) (xy 195.884276 89.905024) (xy 195.762369 89.717236) (xy 195.606169 89.556839) (xy 195.421678 89.429997) (xy 195.215987 89.341585) (xy 194.997 89.295) (xy 194.447 89.295) (xy 194.193 89.295) (xy 193.643 89.295) (xy 193.424013 89.341585) (xy 193.218322 89.429997) (xy 193.033831 89.556839) (xy 192.877631 89.717236) (xy 192.755724 89.905024) (xy 192.675881 90.128126) (xy 187.7976 90.128126) (xy 187.704207 90.065723) (xy 187.543147 89.99901) (xy 187.372167 89.965) (xy 187.197837 89.965) (xy 187.026857 89.99901) (xy 187.013072 90.00472) (xy 187.013072 90) (xy 187.000812 89.875518) (xy 187.000655 89.875) (xy 187.000812 89.874482) (xy 187.013072 89.75) (xy 187.013072 89.35) (xy 187.000812 89.225518) (xy 186.964502 89.10582) (xy 186.905537 88.995506) (xy 186.826185 88.898815) (xy 186.729494 88.819463) (xy 186.61918 88.760498) (xy 186.499482 88.724188) (xy 186.375 88.711928) (xy 186.007441 88.711928) (xy 185.775267 88.479755) (xy 185.734277 88.380795) (xy 185.637424 88.235845) (xy 185.514155 88.112576) (xy 185.369205 88.015723) (xy 185.208145 87.94901) (xy 185.037165 87.915) (xy 184.862835 87.915) (xy 184.691855 87.94901) (xy 184.530795 88.015723) (xy 184.385845 88.112576) (xy 184.262576 88.235845) (xy 184.165723 88.380795) (xy 184.09901 88.541855) (xy 184.06518 88.711928) (xy 183.825 88.711928) (xy 183.700518 88.724188) (xy 183.58082 88.760498) (xy 183.470506 88.819463) (xy 183.373815 88.898815) (xy 183.294463 88.995506) (xy 183.262745 89.054846) (xy 183.26 88.88575) (xy 183.10125 88.727) (xy 182.302 88.727) (xy 182.302 88.747) (xy 182.048 88.747) (xy 182.048 88.727) (xy 182.028 88.727) (xy 182.028 88.473) (xy 182.048 88.473) (xy 182.048 87.64875) (xy 182.302 87.64875) (xy 182.302 88.473) (xy 183.10125 88.473) (xy 183.26 88.31425) (xy 183.263072 88.125) (xy 183.250812 88.000518) (xy 183.214502 87.88082) (xy 183.155537 87.770506) (xy 183.076185 87.673815) (xy 182.979494 87.594463) (xy 182.86918 87.535498) (xy 182.749482 87.499188) (xy 182.625 87.486928) (xy 182.46075 87.49) (xy 182.302 87.64875) (xy 182.048 87.64875) (xy 181.88925 87.49) (xy 181.725 87.486928) (xy 181.600518 87.499188) (xy 181.48082 87.535498) (xy 181.370506 87.594463) (xy 181.326351 87.6307) (xy 181.180283 87.552625) (xy 181.018377 87.503512) (xy 180.85 87.486928) (xy 180.4 87.486928) (xy 180.231623 87.503512) (xy 180.069717 87.552625) (xy 179.920503 87.632382) (xy 179.819833 87.715) (xy 179.712835 87.715) (xy 179.542305 87.74892) (xy 179.501185 87.698815) (xy 179.404494 87.619463) (xy 179.29418 87.560498) (xy 179.174482 87.524188) (xy 179.05 87.511928) (xy 178.81 87.511928) (xy 178.81 86.675) (xy 181.936928 86.675) (xy 181.949188 86.799482) (xy 181.985498 86.91918) (xy 182.044463 87.029494) (xy 182.123815 87.126185) (xy 182.220506 87.205537) (xy 182.33082 87.264502) (xy 182.450518 87.300812) (xy 182.575 87.313072) (xy 182.73925 87.31) (xy 182.898 87.15125) (xy 182.898 86.327) (xy 182.09875 86.327) (xy 181.94 86.48575) (xy 181.936928 86.675) (xy 178.81 86.675) (xy 178.81 85.25932) (xy 178.854494 85.235537) (xy 178.928258 85.175) (xy 181.936928 85.175) (xy 181.949188 85.299482) (xy 181.985498 85.41918) (xy 182.001972 85.45) (xy 181.985498 85.48082) (xy 181.949188 85.600518) (xy 181.936928 85.725) (xy 181.94 85.91425) (xy 182.09875 86.073) (xy 182.898 86.073) (xy 182.898 84.827) (xy 182.09875 84.827) (xy 181.94 84.98575) (xy 181.936928 85.175) (xy 178.928258 85.175) (xy 178.951185 85.156185) (xy 179.030537 85.059494) (xy 179.089502 84.94918) (xy 179.125812 84.829482) (xy 179.138072 84.705) (xy 179.138072 83.805) (xy 179.125812 83.680518) (xy 179.124139 83.675) (xy 181.936928 83.675) (xy 181.949188 83.799482) (xy 181.985498 83.91918) (xy 182.001972 83.95) (xy 181.985498 83.98082) (xy 181.949188 84.100518) (xy 181.936928 84.225) (xy 181.94 84.41425) (xy 182.09875 84.573) (xy 182.898 84.573) (xy 182.898 83.327) (xy 182.09875 83.327) (xy 181.94 83.48575) (xy 181.936928 83.675) (xy 179.124139 83.675) (xy 179.107454 83.62) (xy 179.125812 83.559482) (xy 179.138072 83.435) (xy 179.138072 82.535) (xy 179.125812 82.410518) (xy 179.107454 82.35) (xy 179.125812 82.289482) (xy 179.137087 82.175) (xy 181.936928 82.175) (xy 181.949188 82.299482) (xy 181.985498 82.41918) (xy 182.001972 82.45) (xy 181.985498 82.48082) (xy 181.949188 82.600518) (xy 181.936928 82.725) (xy 181.94 82.91425) (xy 182.09875 83.073) (xy 182.898 83.073) (xy 182.898 81.827) (xy 182.09875 81.827) (xy 181.94 81.98575) (xy 181.936928 82.175) (xy 179.137087 82.175) (xy 179.138072 82.165) (xy 179.138072 81.354981) (xy 179.158137 81.35099) (xy 179.319197 81.284277) (xy 179.464147 81.187424) (xy 179.587416 81.064155) (xy 179.684269 80.919205) (xy 179.750982 80.758145) (xy 179.784992 80.587165) (xy 179.784992 80.412835) (xy 179.750982 80.241855) (xy 179.684269 80.080795) (xy 179.587416 79.935845) (xy 179.501572 79.850001) (xy 179.50303 79.848543) (xy 180.074733 80.420246) (xy 180.115723 80.519205) (xy 180.212576 80.664155) (xy 180.335845 80.787424) (xy 180.480795 80.884277) (xy 180.641855 80.95099) (xy 180.812835 80.985) (xy 180.987165 80.985) (xy 181.158145 80.95099) (xy 181.319205 80.884277) (xy 181.464155 80.787424) (xy 181.576579 80.675) (xy 181.936928 80.675) (xy 181.949188 80.799482) (xy 181.985498 80.91918) (xy 182.001972 80.95) (xy 181.985498 80.98082) (xy 181.949188 81.100518) (xy 181.936928 81.225) (xy 181.94 81.41425) (xy 182.09875 81.573) (xy 182.898 81.573) (xy 182.898 80.327) (xy 182.09875 80.327) (xy 181.94 80.48575) (xy 181.936928 80.675) (xy 181.576579 80.675) (xy 181.587424 80.664155) (xy 181.684277 80.519205) (xy 181.75099 80.358145) (xy 181.785 80.187165) (xy 181.785 80.012835) (xy 181.75099 79.841855) (xy 181.684277 79.680795) (xy 181.587424 79.535845) (xy 181.464155 79.412576) (xy 181.319205 79.315723) (xy 181.220246 79.274733) (xy 181.120513 79.175) (xy 181.936928 79.175) (xy 181.949188 79.299482) (xy 181.985498 79.41918) (xy 182.001972 79.45) (xy 181.985498 79.48082) (xy 181.949188 79.600518) (xy 181.936928 79.725) (xy 181.94 79.91425) (xy 182.09875 80.073) (xy 182.898 80.073) (xy 182.898 78.827) (xy 182.09875 78.827) (xy 181.94 78.98575) (xy 181.936928 79.175) (xy 181.120513 79.175) (xy 179.305899 77.360387) (xy 179.280528 77.329472) (xy 179.157189 77.228251) (xy 179.125291 77.211201) (xy 179.125812 77.209482) (xy 179.138072 77.085) (xy 179.138072 76.185) (xy 179.125812 76.060518) (xy 179.107454 76) (xy 179.125812 75.939482) (xy 179.131379 75.882957) (xy 180.862576 77.614155) (xy 180.985845 77.737424) (xy 181.02217 77.761696) (xy 181.055941 77.789411) (xy 181.094467 77.810003) (xy 181.130795 77.834277) (xy 181.171167 77.851) (xy 181.209686 77.871588) (xy 181.251482 77.884267) (xy 181.291855 77.90099) (xy 181.334707 77.909514) (xy 181.37651 77.922195) (xy 181.419985 77.926477) (xy 181.462835 77.935) (xy 181.506531 77.935) (xy 181.55 77.939281) (xy 181.593469 77.935) (xy 181.637165 77.935) (xy 181.680015 77.926477) (xy 181.72349 77.922195) (xy 181.765293 77.909514) (xy 181.808145 77.90099) (xy 181.84852 77.884266) (xy 181.890313 77.871588) (xy 181.928829 77.851001) (xy 181.960799 77.837759) (xy 181.985498 77.91918) (xy 182.001972 77.95) (xy 181.985498 77.98082) (xy 181.949188 78.100518) (xy 181.936928 78.225) (xy 181.94 78.41425) (xy 182.09875 78.573) (xy 182.898 78.573) (xy 182.898 77.327) (xy 182.878 77.327) (xy 182.878 77.073) (xy 182.898 77.073) (xy 182.898 75.827) (xy 182.09875 75.827) (xy 181.94 75.98575) (xy 181.936928 76.175) (xy 181.938059 76.18648) (xy 180.535 74.783422) (xy 180.535 74.675) (xy 181.936928 74.675) (xy 181.949188 74.799482) (xy 181.985498 74.91918) (xy 182.001972 74.95) (xy 181.985498 74.98082) (xy 181.949188 75.100518) (xy 181.936928 75.225) (xy 181.94 75.41425) (xy 182.09875 75.573) (xy 182.898 75.573) (xy 182.898 74.327) (xy 182.09875 74.327) (xy 181.94 74.48575) (xy 181.936928 74.675) (xy 180.535 74.675) (xy 180.535 73.075) (xy 181.936928 73.075) (xy 181.949188 73.199482) (xy 181.985498 73.31918) (xy 182.028698 73.4) (xy 181.985498 73.48082) (xy 181.949188 73.600518) (xy 181.936928 73.725) (xy 181.94 73.91425) (xy 182.09875 74.073) (xy 182.898 74.073) (xy 182.898 72.727) (xy 182.09875 72.727) (xy 181.94 72.88575) (xy 181.936928 73.075) (xy 180.535 73.075) (xy 180.535 70.8) (xy 181.310718 70.8) (xy 181.315 70.843477) (xy 181.315 70.887165) (xy 181.323523 70.930013) (xy 181.327805 70.97349) (xy 181.340487 71.015295) (xy 181.34901 71.058145) (xy 181.365731 71.098513) (xy 181.378411 71.140313) (xy 181.399001 71.178835) (xy 181.415723 71.219205) (xy 181.439996 71.255533) (xy 181.460589 71.294059) (xy 181.488304 71.327829) (xy 181.512576 71.364155) (xy 181.54347 71.395049) (xy 181.571183 71.428817) (xy 181.604951 71.45653) (xy 181.635845 71.487424) (xy 181.672171 71.511696) (xy 181.705941 71.539411) (xy 181.744467 71.560004) (xy 181.780795 71.584277) (xy 181.821165 71.600999) (xy 181.859687 71.621589) (xy 181.901487 71.634269) (xy 181.941855 71.65099) (xy 181.984705 71.659513) (xy 182.02651 71.672195) (xy 182.069987 71.676477) (xy 182.112835 71.685) (xy 182.114636 71.685) (xy 182.044463 71.770506) (xy 181.985498 71.88082) (xy 181.949188 72.000518) (xy 181.936928 72.125) (xy 181.94 72.31425) (xy 182.09875 72.473) (xy 182.898 72.473) (xy 182.898 72.453) (xy 183.152 72.453) (xy 183.152 72.473) (xy 183.172 72.473) (xy 183.172 72.727) (xy 183.152 72.727) (xy 183.152 74.073) (xy 183.172 74.073) (xy 183.172 74.327) (xy 183.152 74.327) (xy 183.152 75.573) (xy 183.172 75.573) (xy 183.172 75.827) (xy 183.152 75.827) (xy 183.152 77.073) (xy 183.172 77.073) (xy 183.172 77.327) (xy 183.152 77.327) (xy 183.152 78.573) (xy 183.172 78.573) (xy 183.172 78.827) (xy 183.152 78.827) (xy 183.152 80.073) (xy 183.172 80.073) (xy 183.172 80.327) (xy 183.152 80.327) (xy 183.152 81.573) (xy 183.172 81.573) (xy 183.172 81.827) (xy 183.152 81.827) (xy 183.152 83.073) (xy 183.172 83.073) (xy 183.172 83.327) (xy 183.152 83.327) (xy 183.152 84.573) (xy 183.172 84.573) (xy 183.172 84.827) (xy 183.152 84.827) (xy 183.152 86.073) (xy 183.172 86.073) (xy 183.172 86.327) (xy 183.152 86.327) (xy 183.152 87.15125) (xy 183.31075 87.31) (xy 183.475 87.313072) (xy 183.599482 87.300812) (xy 183.71918 87.264502) (xy 183.829494 87.205537) (xy 183.873649 87.1693) (xy 184.019717 87.247375) (xy 184.181623 87.296488) (xy 184.35 87.313072) (xy 184.8 87.313072) (xy 184.968377 87.296488) (xy 185.130283 87.247375) (xy 185.279497 87.167618) (xy 185.410284 87.060284) (xy 185.517618 86.929497) (xy 185.597375 86.780283) (xy 185.646488 86.618377) (xy 185.652238 86.56) (xy 187.961928 86.56) (xy 187.961928 88.57) (xy 187.974188 88.694482) (xy 188.010498 88.81418) (xy 188.069463 88.924494) (xy 188.148815 89.021185) (xy 188.245506 89.100537) (xy 188.35582 89.159502) (xy 188.475518 89.195812) (xy 188.6 89.208072) (xy 191.7 89.208072) (xy 191.824482 89.195812) (xy 191.94418 89.159502) (xy 192.054494 89.100537) (xy 192.151185 89.021185) (xy 192.230537 88.924494) (xy 192.289502 88.81418) (xy 192.325812 88.694482) (xy 192.338072 88.57) (xy 192.338072 86.27) (xy 192.325812 86.145518) (xy 192.298334 86.054936) (xy 192.36591 86.04828) (xy 192.518595 86.001963) (xy 192.659311 85.926749) (xy 192.78265 85.825528) (xy 192.808021 85.794613) (xy 194.194632 84.408003) (xy 194.225541 84.382637) (xy 194.292693 84.300812) (xy 194.326762 84.259299) (xy 194.375766 84.167618) (xy 194.401976 84.118582) (xy 194.448293 83.965897) (xy 194.460013 83.8469) (xy 194.460013 83.846898) (xy 194.463932 83.80711) (xy 194.460013 83.767322) (xy 194.460013 83.207121) (xy 194.501003 83.108162) (xy 194.535013 82.937182) (xy 194.535013 82.762852) (xy 194.501003 82.591872) (xy 194.43429 82.430812) (xy 194.337437 82.285862) (xy 194.214168 82.162593) (xy 194.069218 82.06574) (xy 193.908158 81.999027) (xy 193.737178 81.965017) (xy 193.562848 81.965017) (xy 193.391868 81.999027) (xy 193.230808 82.06574) (xy 193.085858 82.162593) (xy 192.962589 82.285862) (xy 192.865736 82.430812) (xy 192.830864 82.515) (xy 192.737825 82.515) (xy 192.566845 82.54901) (xy 192.405785 82.615723) (xy 192.260835 82.712576) (xy 192.137566 82.835845) (xy 192.040713 82.980795) (xy 191.999723 83.079755) (xy 191.639478 83.44) (xy 189.634132 83.44) (xy 189.638072 83.4) (xy 189.638072 83.1) (xy 189.628223 82.999999) (xy 189.638072 82.9) (xy 189.638072 82.6) (xy 189.627845 82.496159) (xy 189.635 82.43175) (xy 189.602753 82.399503) (xy 189.589502 82.35582) (xy 189.532939 82.25) (xy 189.589502 82.14418) (xy 189.602753 82.100497) (xy 189.635 82.06825) (xy 189.627845 82.003841) (xy 189.638072 81.9) (xy 189.638072 81.6) (xy 189.634132 81.56) (xy 189.992886 81.56) (xy 190.091845 81.60099) (xy 190.262825 81.635) (xy 190.437155 81.635) (xy 190.608135 81.60099) (xy 190.769195 81.534277) (xy 190.914145 81.437424) (xy 191.037414 81.314155) (xy 191.134267 81.169205) (xy 191.20098 81.008145) (xy 191.23499 80.837165) (xy 191.23499 80.662835) (xy 191.20098 80.491855) (xy 191.134267 80.330795) (xy 191.121155 80.311171) (xy 191.177792 80.254534) (xy 191.274645 80.109584) (xy 191.341358 79.948524) (xy 191.375368 79.777544) (xy 191.375368 79.603214) (xy 191.341358 79.432234) (xy 191.289942 79.308106) (xy 191.333893 79.264155) (xy 191.430746 79.119205) (xy 191.497459 78.958145) (xy 191.531469 78.787165) (xy 191.531469 78.612835) (xy 191.497459 78.441855) (xy 191.430746 78.280795) (xy 191.35848 78.172642) (xy 191.37108 78.109297) (xy 191.37108 77.934967) (xy 191.33707 77.763987) (xy 191.270357 77.602927) (xy 191.173504 77.457977) (xy 191.050235 77.334708) (xy 190.905285 77.237855) (xy 190.744225 77.171142) (xy 190.573245 77.137132) (xy 190.563721 77.137132) (xy 190.464155 77.037566) (xy 190.319205 76.940713) (xy 190.158145 76.874) (xy 189.987165 76.83999) (xy 189.812835 76.83999) (xy 189.641855 76.874) (xy 189.638072 76.875567) (xy 189.638072 76.6) (xy 189.628223 76.5) (xy 189.638072 76.4) (xy 189.638072 76.1) (xy 189.628223 76) (xy 189.638072 75.9) (xy 189.638072 75.6) (xy 189.628223 75.5) (xy 189.638072 75.4) (xy 189.638072 75.1) (xy 189.628223 75) (xy 189.638072 74.9) (xy 189.638072 74.6) (xy 189.628223 74.5) (xy 189.638072 74.4) (xy 189.638072 74.368072) (xy 191.7 74.368072) (xy 191.824482 74.355812) (xy 191.94418 74.319502) (xy 192.054494 74.260537) (xy 192.151185 74.181185) (xy 192.230537 74.084494) (xy 192.289502 73.97418) (xy 192.325812 73.854482) (xy 192.338072 73.73) (xy 192.338072 71.43) (xy 192.325812 71.305518) (xy 192.289502 71.18582) (xy 192.230537 71.075506) (xy 192.151185 70.978815) (xy 192.054494 70.899463) (xy 192.045727 70.894777) (xy 192.195716 70.849278) (xy 192.340608 70.771831) (xy 192.44259 70.688137) (xy 192.473815 70.726185) (xy 192.570506 70.805537) (xy 192.68082 70.864502) (xy 192.800518 70.900812) (xy 192.925 70.913072) (xy 193.03925 70.91) (xy 193.198 70.75125) (xy 193.198 69.927) (xy 193.452 69.927) (xy 193.452 70.75125) (xy 193.61075 70.91) (xy 193.725 70.913072) (xy 193.849482 70.900812) (xy 193.96918 70.864502) (xy 194.079494 70.805537) (xy 194.176185 70.726185) (xy 194.255537 70.629494) (xy 194.314502 70.51918) (xy 194.350812 70.399482) (xy 194.363072 70.275) (xy 194.36 70.08575) (xy 194.20125 69.927) (xy 193.452 69.927) (xy 193.198 69.927) (xy 193.178 69.927) (xy 193.178 69.673) (xy 193.198 69.673) (xy 193.198 68.127) (xy 193.452 68.127) (xy 193.452 69.673) (xy 194.20125 69.673) (xy 194.36 69.51425) (xy 194.363072 69.325) (xy 194.350812 69.200518) (xy 194.339382 69.162839) (xy 194.51425 69.16) (xy 194.673 69.00125) (xy 194.673 68.202) (xy 194.927 68.202) (xy 194.927 69.00125) (xy 195.08575 69.16) (xy 195.275 69.163072) (xy 195.399482 69.150812) (xy 195.51918 69.114502) (xy 195.629494 69.055537) (xy 195.726185 68.976185) (xy 195.805537 68.879494) (xy 195.864502 68.76918) (xy 195.900812 68.649482) (xy 195.913072 68.525) (xy 195.91 68.36075) (xy 195.75125 68.202) (xy 194.927 68.202) (xy 194.673 68.202) (xy 194.27625 68.202) (xy 194.20125 68.127) (xy 193.452 68.127) (xy 193.198 68.127) (xy 193.178 68.127) (xy 193.178 67.873) (xy 193.198 67.873) (xy 193.198 67.853) (xy 193.452 67.853) (xy 193.452 67.873) (xy 193.77375 67.873) (xy 193.84875 67.948) (xy 194.673 67.948) (xy 194.673 67.928) (xy 194.927 67.928) (xy 194.927 67.948) (xy 195.75125 67.948) (xy 195.91 67.78925) (xy 195.913072 67.625) (xy 195.900812 67.500518) (xy 195.864502 67.38082) (xy 195.805537 67.270506) (xy 195.7693 67.226351) (xy 195.847375 67.080283) (xy 195.896488 66.918377) (xy 195.913072 66.75) (xy 195.913072 66.3) (xy 195.896488 66.131623) (xy 195.847375 65.969717) (xy 195.767618 65.820503) (xy 195.660284 65.689716) (xy 195.529497 65.582382) (xy 195.380283 65.502625) (xy 195.218377 65.453512) (xy 195.05 65.436928) (xy 194.55 65.436928) (xy 194.475069 65.444308) (xy 194.476477 65.430013) (xy 194.485 65.387165) (xy 194.485 64.989912) (xy 194.489281 64.946446) (xy 194.485 64.90298) (xy 194.485 64.90297) (xy 194.472195 64.772957) (xy 194.421589 64.606134) (xy 194.339411 64.452388) (xy 194.228817 64.31763) (xy 194.195045 64.289914) (xy 194.060086 64.154955) (xy 194.032369 64.121182) (xy 193.897611 64.010588) (xy 193.888499 64.005718) (xy 193.930537 63.954494) (xy 193.989502 63.84418) (xy 194.025812 63.724482) (xy 194.038072 63.6) (xy 194.038072 62.7) (xy 194.025812 62.575518) (xy 193.989502 62.45582) (xy 193.930537 62.345506) (xy 193.851185 62.248815) (xy 193.754494 62.169463) (xy 193.64418 62.110498) (xy 193.524482 62.074188) (xy 193.4 62.061928) (xy 192.963506 62.061928) (xy 192.706534 61.804956) (xy 192.678817 61.771183) (xy 192.544059 61.660589) (xy 192.390313 61.578411) (xy 192.22349 61.527805) (xy 192.093477 61.515) (xy 192.093469 61.515) (xy 192.05 61.510719) (xy 192.006531 61.515) (xy 189.443469 61.515) (xy 189.4 61.510719) (xy 189.356531 61.515) (xy 189.356523 61.515) (xy 189.22651 61.527805) (xy 189.059687 61.578411) (xy 188.905941 61.660589) (xy 188.804953 61.743468) (xy 188.804951 61.74347) (xy 188.771183 61.771183) (xy 188.74347 61.804951) (xy 188.13938 62.409042) (xy 188.024482 62.374188) (xy 187.9 62.361928) (xy 187 62.361928) (xy 186.875518 62.374188) (xy 186.75582 62.410498) (xy 186.645506 62.469463) (xy 186.548815 62.548815) (xy 186.469463 62.645506) (xy 186.410498 62.75582) (xy 186.374188 62.875518) (xy 186.361928 63) (xy 186.361928 64.2) (xy 186.374188 64.324482) (xy 186.410498 64.44418) (xy 186.469463 64.554494) (xy 186.548815 64.651185) (xy 186.565 64.664468) (xy 186.565001 64.835532) (xy 186.548815 64.848815) (xy 186.469463 64.945506) (xy 186.432317 65.015) (xy 186.318469 65.015) (xy 186.275 65.010719) (xy 186.231531 65.015) (xy 186.231523 65.015) (xy 186.10151 65.027805) (xy 185.934687 65.078411) (xy 185.780941 65.160589) (xy 185.646183 65.271183) (xy 185.633261 65.286928) (xy 185.55 65.286928) (xy 185.381623 65.303512) (xy 185.219717 65.352625) (xy 185.070503 65.432382) (xy 185 65.490242) (xy 184.929497 65.432382) (xy 184.780283 65.352625) (xy 184.618377 65.303512) (xy 184.45 65.286928) (xy 184 65.286928) (xy 183.831623 65.303512) (xy 183.669717 65.352625) (xy 183.520503 65.432382) (xy 183.389716 65.539716) (xy 183.282382 65.670503) (xy 183.202625 65.819717) (xy 183.153512 65.981623) (xy 183.136928 66.15) (xy 183.136928 66.65) (xy 183.153512 66.818377) (xy 183.202625 66.980283) (xy 183.282382 67.129497) (xy 183.334785 67.193351) (xy 183.275518 67.199188) (xy 183.15582 67.235498) (xy 183.045506 67.294463) (xy 182.948815 67.373815) (xy 182.869463 67.470506) (xy 182.810498 67.58082) (xy 182.774188 67.700518) (xy 182.761928 67.825) (xy 182.761928 68.805) (xy 182.774188 68.929482) (xy 182.810498 69.04918) (xy 182.869463 69.159494) (xy 182.948815 69.256185) (xy 183.045506 69.335537) (xy 183.15582 69.394502) (xy 183.275518 69.430812) (xy 183.4 69.443072) (xy 186.8 69.443072) (xy 186.924482 69.430812) (xy 187.021901 69.40126) (xy 187.024188 69.424482) (xy 187.060498 69.54418) (xy 187.112911 69.642236) (xy 187.04418 69.605498) (xy 186.924482 69.569188) (xy 186.8 69.556928) (xy 183.4 69.556928) (xy 183.275518 69.569188) (xy 183.15582 69.605498) (xy 183.045506 69.664463) (xy 182.948815 69.743815) (xy 182.869463 69.840506) (xy 182.829644 69.915) (xy 182.112835 69.915) (xy 182.069987 69.923523) (xy 182.02651 69.927805) (xy 181.984705 69.940487) (xy 181.941855 69.94901) (xy 181.901487 69.965731) (xy 181.859687 69.978411) (xy 181.821165 69.999001) (xy 181.780795 70.015723) (xy 181.744467 70.039996) (xy 181.705941 70.060589) (xy 181.672171 70.088304) (xy 181.635845 70.112576) (xy 181.604951 70.14347) (xy 181.571183 70.171183) (xy 181.54347 70.204951) (xy 181.512576 70.235845) (xy 181.488304 70.272171) (xy 181.460589 70.305941) (xy 181.439996 70.344467) (xy 181.415723 70.380795) (xy 181.399001 70.421165) (xy 181.378411 70.459687) (xy 181.365731 70.501487) (xy 181.34901 70.541855) (xy 181.340487 70.584705) (xy 181.327805 70.62651) (xy 181.323523 70.669987) (xy 181.315 70.712835) (xy 181.315 70.756523) (xy 181.310718 70.8) (xy 180.535 70.8) (xy 180.535 69.708469) (xy 180.539281 69.665) (xy 180.535 69.621531) (xy 180.535 69.621523) (xy 180.522195 69.49151) (xy 180.471589 69.324687) (xy 180.389411 69.170941) (xy 180.343758 69.115313) (xy 180.306532 69.069953) (xy 180.30653 69.069951) (xy 180.278817 69.036183) (xy 180.24505 69.008471) (xy 179.656532 68.419954) (xy 179.628817 68.386183) (xy 179.494059 68.275589) (xy 179.340313 68.193411) (xy 179.17349 68.142805) (xy 179.137029 68.139214) (xy 179.135 68.03075) (xy 178.97625 67.872) (xy 177.627 67.872) (xy 177.627 67.892) (xy 177.373 67.892) (xy 177.373 67.872) (xy 176.02375 67.872) (xy 175.865 68.03075) (xy 175.861928 68.195) (xy 175.874188 68.319482) (xy 175.892546 68.38) (xy 175.874188 68.440518) (xy 175.861928 68.565) (xy 175.861928 69.465) (xy 175.867756 69.524171) (xy 175.838527 69.533037) (xy 175.81768 69.54418) (xy 175.69781 69.608251) (xy 175.675562 69.62651) (xy 175.574472 69.709472) (xy 175.549105 69.740382) (xy 171.136118 74.15337) (xy 171.138072 72.745) (xy 171.125812 72.620518) (xy 171.089502 72.50082) (xy 171.030537 72.390506) (xy 170.951185 72.293815) (xy 170.854494 72.214463) (xy 170.74418 72.155498) (xy 170.624482 72.119188) (xy 170.5 72.106928) (xy 168.28575 72.11) (xy 168.127 72.26875) (xy 168.127 75.118) (xy 168.147 75.118) (xy 168.147 75.372) (xy 168.127 75.372) (xy 168.127 78.22125) (xy 168.28575 78.38) (xy 170.5 78.383072) (xy 170.624482 78.370812) (xy 170.718722 78.342224) (xy 170.718723 82.550397) (xy 170.677732 82.649358) (xy 170.643722 82.820338) (xy 170.643722 82.84) (xy 168.385513 82.84) (xy 164.41 78.864488) (xy 164.41 77.745) (xy 164.861928 77.745) (xy 164.874188 77.869482) (xy 164.910498 77.98918) (xy 164.969463 78.099494) (xy 165.048815 78.196185) (xy 165.145506 78.275537) (xy 165.25582 78.334502) (xy 165.375518 78.370812) (xy 165.5 78.383072) (xy 167.71425 78.38) (xy 167.873 78.22125) (xy 167.873 75.372) (xy 165.02375 75.372) (xy 164.865 75.53075) (xy 164.861928 77.745) (xy 164.41 77.745) (xy 164.41 72.745) (xy 164.861928 72.745) (xy 164.865 74.95925) (xy 165.02375 75.118) (xy 167.873 75.118) (xy 167.873 72.26875) (xy 167.71425 72.11) (xy 165.5 72.106928) (xy 165.375518 72.119188) (xy 165.25582 72.155498) (xy 165.145506 72.214463) (xy 165.048815 72.293815) (xy 164.969463 72.390506) (xy 164.910498 72.50082) (xy 164.874188 72.620518) (xy 164.861928 72.745) (xy 164.41 72.745) (xy 164.41 72.659786) (xy 164.413919 72.619998) (xy 164.41 72.580207) (xy 164.39828 72.46121) (xy 164.351963 72.308525) (xy 164.27675 72.16781) (xy 164.276749 72.167808) (xy 164.200893 72.075378) (xy 164.175528 72.04447) (xy 164.144619 72.019104) (xy 162.681754 70.55624) (xy 162.708145 70.55099) (xy 162.748523 70.534265) (xy 162.790313 70.521588) (xy 162.828826 70.501002) (xy 162.869205 70.484277) (xy 162.905543 70.459997) (xy 162.944058 70.43941) (xy 162.97782 70.411702) (xy 163.014155 70.387424) (xy 163.045052 70.356527) (xy 163.078817 70.328817) (xy 163.106527 70.295052) (xy 163.137424 70.264155) (xy 163.161702 70.22782) (xy 163.18941 70.194058) (xy 163.209997 70.155543) (xy 163.234277 70.119205) (xy 163.251002 70.078826) (xy 163.271588 70.040313) (xy 163.284265 69.998523) (xy 163.30099 69.958145) (xy 163.309516 69.915283) (xy 163.322194 69.873489) (xy 163.326475 69.830024) (xy 163.335 69.787165) (xy 163.335 69.743465) (xy 163.339281 69.699999) (xy 163.335 69.656533) (xy 163.335 69.612835) (xy 163.326475 69.569978) (xy 163.322194 69.526509) (xy 163.309515 69.484712) (xy 163.30099 69.441855) (xy 163.284267 69.401481) (xy 163.271588 69.359686) (xy 163.251 69.321168) (xy 163.234277 69.280795) (xy 163.210001 69.244464) (xy 163.18941 69.20594) (xy 163.161696 69.17217) (xy 163.137424 69.135845) (xy 163.014155 69.012576) (xy 162.421532 68.419954) (xy 162.393817 68.386183) (xy 162.259059 68.275589) (xy 162.136582 68.210125) (xy 162.138072 68.195) (xy 162.135 68.03075) (xy 161.97625 67.872) (xy 160.627 67.872) (xy 160.627 67.892) (xy 160.373 67.892) (xy 160.373 67.872) (xy 159.02375 67.872) (xy 158.865 68.03075) (xy 158.863144 68.13) (xy 158.382846 68.13) (xy 158.371831 68.109392) (xy 158.267606 67.982394) (xy 158.140608 67.878169) (xy 157.995716 67.800722) (xy 157.8385 67.753031) (xy 157.675 67.736928) (xy 157.125 67.736928) (xy 156.9615 67.753031) (xy 156.804284 67.800722) (xy 156.659392 67.878169) (xy 156.532394 67.982394) (xy 156.428169 68.109392) (xy 156.350722 68.254284) (xy 156.303031 68.4115) (xy 156.286928 68.575) (xy 156.286928 68.975) (xy 156.303031 69.1385) (xy 156.350722 69.295716) (xy 156.428169 69.440608) (xy 156.532394 69.567606) (xy 156.571866 69.6) (xy 156.532394 69.632394) (xy 156.428169 69.759392) (xy 156.350722 69.904284) (xy 156.303031 70.0615) (xy 156.286928 70.225) (xy 156.286928 70.625) (xy 156.303031 70.7885) (xy 156.350722 70.945716) (xy 156.428169 71.090608) (xy 156.442543 71.108122) (xy 156.432382 71.120503) (xy 156.352625 71.269717) (xy 156.303512 71.431623) (xy 156.286928 71.6) (xy 156.286928 72.05) (xy 156.303512 72.218377) (xy 156.352625 72.380283) (xy 156.4307 72.526351) (xy 156.394463 72.570506) (xy 156.335498 72.68082) (xy 156.299188 72.800518) (xy 156.286928 72.925) (xy 156.29 73.08925) (xy 156.44875 73.248) (xy 157.273 73.248) (xy 157.273 73.228) (xy 157.527 73.228) (xy 157.527 73.248) (xy 158.35125 73.248) (xy 158.51 73.08925) (xy 158.513072 72.925) (xy 158.500812 72.800518) (xy 158.464502 72.68082) (xy 158.405537 72.570506) (xy 158.3693 72.526351) (xy 158.447375 72.380283) (xy 158.496488 72.218377) (xy 158.513072 72.05) (xy 158.513072 71.6) (xy 158.496488 71.431623) (xy 158.447375 71.269717) (xy 158.394075 71.17) (xy 158.861928 71.17) (xy 158.861928 72.005) (xy 158.874188 72.129482) (xy 158.892546 72.19) (xy 158.874188 72.250518) (xy 158.861928 72.375) (xy 158.861928 73.275) (xy 158.874188 73.399482) (xy 158.892546 73.46) (xy 158.874188 73.520518) (xy 158.861928 73.645) (xy 158.861928 74.545) (xy 158.874188 74.669482) (xy 158.892546 74.73) (xy 158.874188 74.790518) (xy 158.861928 74.915) (xy 158.861928 75.815) (xy 158.874188 75.939482) (xy 158.892546 76) (xy 158.874188 76.060518) (xy 158.861928 76.185) (xy 158.861928 77.085) (xy 158.874188 77.209482) (xy 158.892546 77.27) (xy 158.874188 77.330518) (xy 158.861928 77.455) (xy 158.861928 78.355) (xy 158.874188 78.479482) (xy 158.892546 78.54) (xy 158.874188 78.600518) (xy 158.861928 78.725) (xy 158.861928 79.625) (xy 158.874188 79.749482) (xy 158.892546 79.81) (xy 158.874188 79.870518) (xy 158.861928 79.995) (xy 158.861928 80.895) (xy 158.874188 81.019482) (xy 158.892546 81.08) (xy 158.874188 81.140518) (xy 158.861928 81.265) (xy 158.861928 82.165) (xy 158.874188 82.289482) (xy 158.892546 82.35) (xy 158.874188 82.410518) (xy 158.861928 82.535) (xy 158.861928 83.435) (xy 158.874188 83.559482) (xy 158.892546 83.62) (xy 158.874188 83.680518) (xy 158.861928 83.805) (xy 158.861928 84.705) (xy 158.874188 84.829482) (xy 158.910498 84.94918) (xy 158.969463 85.059494) (xy 159.048815 85.156185) (xy 159.145506 85.235537) (xy 159.25582 85.294502) (xy 159.375518 85.330812) (xy 159.5 85.343072) (xy 161.5 85.343072) (xy 161.549999 85.338148) (xy 161.549999 87.09153) (xy 161.545718 87.134999) (xy 161.549999 87.178468) (xy 161.549999 87.178475) (xy 161.557846 87.258145) (xy 161.562804 87.308489) (xy 161.564779 87.315) (xy 161.61341 87.475311) (xy 161.695588 87.629057) (xy 161.806182 87.763816) (xy 161.839955 87.791533) (xy 164.613422 90.565) (xy 163.750843 90.565002) (xy 163.699999 90.559994) (xy 163.497103 90.579978) (xy 163.302006 90.639161) (xy 163.122202 90.735267) (xy 163.005802 90.830795) (xy 162.964603 90.864606) (xy 162.932196 90.904094) (xy 162.754093 91.082197) (xy 162.714605 91.114604) (xy 162.682198 91.154092) (xy 162.682197 91.154093) (xy 162.585266 91.272203) (xy 162.48916 91.452007) (xy 162.477199 91.491438) (xy 162.401185 91.398815) (xy 162.304494 91.319463) (xy 162.19418 91.260498) (xy 162.074482 91.224188) (xy 161.95 91.211928) (xy 160.98575 91.215) (xy 160.827 91.37375) (xy 160.827 92.973) (xy 160.847 92.973) (xy 160.847 93.227) (xy 160.827 93.227) (xy 160.827 93.247) (xy 160.573 93.247) (xy 160.573 93.227) (xy 158.97375 93.227) (xy 158.815 93.38575) (xy 158.811928 94.35) (xy 158.824188 94.474482) (xy 158.860498 94.59418) (xy 158.919463 94.704494) (xy 158.998815 94.801185) (xy 159.095506 94.880537) (xy 159.20582 94.939502) (xy 159.240427 94.95) (xy 159.20582 94.960498) (xy 159.095506 95.019463) (xy 158.998815 95.098815) (xy 158.919463 95.195506) (xy 158.860498 95.30582) (xy 158.824188 95.425518) (xy 158.811928 95.55) (xy 158.811928 98.05) (xy 158.824188 98.174482) (xy 158.860498 98.29418) (xy 158.919463 98.404494) (xy 158.998815 98.501185) (xy 159.095506 98.580537) (xy 159.20582 98.639502) (xy 159.325518 98.675812) (xy 159.45 98.688072) (xy 161.95 98.688072) (xy 162.074482 98.675812) (xy 162.19418 98.639502) (xy 162.304494 98.580537) (xy 162.401185 98.501185) (xy 162.480537 98.404494) (xy 162.539502 98.29418) (xy 162.572621 98.185) (xy 164.750838 98.185) (xy 164.902895 98.170024) (xy 165.079073 98.11658) (xy 165.0883 98.127824) (xy 165.112576 98.164155) (xy 165.235845 98.287424) (xy 165.235848 98.287426) (xy 165.343466 98.395044) (xy 165.371183 98.428817) (xy 165.505941 98.539411) (xy 165.659687 98.621589) (xy 165.82651 98.672195) (xy 165.956523 98.685) (xy 165.956531 98.685) (xy 166 98.689281) (xy 166.043469 98.685) (xy 166.556531 98.685) (xy 166.6 98.689281) (xy 166.643469 98.685) (xy 166.643477 98.685) (xy 166.77349 98.672195) (xy 166.940313 98.621589) (xy 167.094059 98.539411) (xy 167.228817 98.428817) (xy 167.256534 98.395044) (xy 167.495044 98.156534) (xy 167.528817 98.128817) (xy 167.551564 98.101099) (xy 167.554482 98.100812) (xy 167.67418 98.064502) (xy 167.729373 98.035) (xy 168.119031 98.035) (xy 168.1625 98.039281) (xy 168.205969 98.035) (xy 168.205977 98.035) (xy 168.33599 98.022195) (xy 168.366064 98.013072) (xy 168.63125 98.013072) (xy 168.798408 97.996608) (xy 168.959142 97.94785) (xy 169.107275 97.868671) (xy 169.2 97.792574) (xy 169.292725 97.868671) (xy 169.440858 97.94785) (xy 169.601592 97.996608) (xy 169.76875 98.013072) (xy 170.20625 98.013072) (xy 170.373408 97.996608) (xy 170.534142 97.94785) (xy 170.682275 97.868671) (xy 170.78415 97.785065) (xy 170.904284 97.849278) (xy 171.0615 97.896969) (xy 171.225 97.913072) (xy 171.775 97.913072) (xy 171.9385 97.896969) (xy 172.095716 97.849278) (xy 172.240608 97.771831) (xy 172.367606 97.667606) (xy 172.471831 97.540608) (xy 172.549278 97.395716) (xy 172.596969 97.2385) (xy 172.613072 97.075) (xy 172.613072 96.979837) (xy 172.640293 96.971579) (xy 172.678815 96.950989) (xy 172.715 96.936) (xy 172.715001 99.315) (xy 117.485 99.315) (xy 117.485 91.85) (xy 158.811928 91.85) (xy 158.815 92.81425) (xy 158.97375 92.973) (xy 160.573 92.973) (xy 160.573 91.37375) (xy 160.41425 91.215) (xy 159.45 91.211928) (xy 159.325518 91.224188) (xy 159.20582 91.260498) (xy 159.095506 91.319463) (xy 158.998815 91.398815) (xy 158.919463 91.495506) (xy 158.860498 91.60582) (xy 158.824188 91.725518) (xy 158.811928 91.85) (xy 117.485 91.85) (xy 117.485 73.825) (xy 156.286928 73.825) (xy 156.299188 73.949482) (xy 156.335498 74.06918) (xy 156.394463 74.179494) (xy 156.473815 74.276185) (xy 156.570506 74.355537) (xy 156.68082 74.414502) (xy 156.800518 74.450812) (xy 156.925 74.463072) (xy 157.11425 74.46) (xy 157.273 74.30125) (xy 157.273 73.502) (xy 157.527 73.502) (xy 157.527 74.30125) (xy 157.68575 74.46) (xy 157.875 74.463072) (xy 157.999482 74.450812) (xy 158.11918 74.414502) (xy 158.229494 74.355537) (xy 158.326185 74.276185) (xy 158.405537 74.179494) (xy 158.464502 74.06918) (xy 158.500812 73.949482) (xy 158.513072 73.825) (xy 158.51 73.66075) (xy 158.35125 73.502) (xy 157.527 73.502) (xy 157.273 73.502) (xy 156.44875 73.502) (xy 156.29 73.66075) (xy 156.286928 73.825) (xy 117.485 73.825) (xy 117.485 67.295) (xy 158.861928 67.295) (xy 158.865 67.45925) (xy 159.02375 67.618) (xy 160.373 67.618) (xy 160.373 66.81875) (xy 160.627 66.81875) (xy 160.627 67.618) (xy 161.97625 67.618) (xy 162.135 67.45925) (xy 162.138072 67.295) (xy 175.861928 67.295) (xy 175.865 67.45925) (xy 176.02375 67.618) (xy 177.373 67.618) (xy 177.373 66.81875) (xy 177.627 66.81875) (xy 177.627 67.618) (xy 178.97625 67.618) (xy 179.135 67.45925) (xy 179.138072 67.295) (xy 179.125812 67.170518) (xy 179.089502 67.05082) (xy 179.030537 66.940506) (xy 178.951185 66.843815) (xy 178.854494 66.764463) (xy 178.74418 66.705498) (xy 178.624482 66.669188) (xy 178.5 66.656928) (xy 177.78575 66.66) (xy 177.627 66.81875) (xy 177.373 66.81875) (xy 177.21425 66.66) (xy 176.5 66.656928) (xy 176.375518 66.669188) (xy 176.25582 66.705498) (xy 176.145506 66.764463) (xy 176.048815 66.843815) (xy 175.969463 66.940506) (xy 175.910498 67.05082) (xy 175.874188 67.170518) (xy 175.861928 67.295) (xy 162.138072 67.295) (xy 162.125812 67.170518) (xy 162.089502 67.05082) (xy 162.030537 66.940506) (xy 161.951185 66.843815) (xy 161.854494 66.764463) (xy 161.74418 66.705498) (xy 161.624482 66.669188) (xy 161.5 66.656928) (xy 160.78575 66.66) (xy 160.627 66.81875) (xy 160.373 66.81875) (xy 160.21425 66.66) (xy 159.5 66.656928) (xy 159.375518 66.669188) (xy 159.25582 66.705498) (xy 159.145506 66.764463) (xy 159.048815 66.843815) (xy 158.969463 66.940506) (xy 158.910498 67.05082) (xy 158.874188 67.170518) (xy 158.861928 67.295) (xy 117.485 67.295) (xy 117.485 60.685) (xy 154.873 60.685) ) ) (filled_polygon (pts (xy 189.82375 63.473) (xy 190.623 63.473) (xy 190.623 63.453) (xy 190.877 63.453) (xy 190.877 63.473) (xy 190.897 63.473) (xy 190.897 63.727) (xy 190.877 63.727) (xy 190.877 63.747) (xy 190.623 63.747) (xy 190.623 63.727) (xy 189.82375 63.727) (xy 189.665 63.88575) (xy 189.661928 64.2) (xy 189.674188 64.324482) (xy 189.710498 64.44418) (xy 189.769463 64.554494) (xy 189.848815 64.651185) (xy 189.945506 64.730537) (xy 189.981918 64.75) (xy 189.945506 64.769463) (xy 189.848815 64.848815) (xy 189.769463 64.945506) (xy 189.710498 65.05582) (xy 189.674188 65.175518) (xy 189.661928 65.3) (xy 189.661928 66.5) (xy 189.674188 66.624482) (xy 189.710498 66.74418) (xy 189.769463 66.854494) (xy 189.816598 66.911928) (xy 189.65 66.911928) (xy 189.525518 66.924188) (xy 189.485 66.936479) (xy 189.485 63.566578) (xy 189.701164 63.350414) ) ) (filled_polygon (pts (xy 162.714604 93.880398) (xy 162.754097 93.912809) (xy 163.037191 94.195903) (xy 163.069602 94.235396) (xy 163.227201 94.364734) (xy 163.407005 94.460841) (xy 163.602103 94.520024) (xy 163.675 94.527204) (xy 163.639463 94.570506) (xy 163.580498 94.68082) (xy 163.544188 94.800518) (xy 163.531928 94.925) (xy 163.531928 95.575) (xy 163.544188 95.699482) (xy 163.551929 95.725) (xy 163.544188 95.750518) (xy 163.531928 95.875) (xy 163.535 95.91425) (xy 163.693748 96.072998) (xy 163.535 96.072998) (xy 163.535 96.115) (xy 162.588072 96.115) (xy 162.588072 95.55) (xy 162.575812 95.425518) (xy 162.539502 95.30582) (xy 162.480537 95.195506) (xy 162.401185 95.098815) (xy 162.304494 95.019463) (xy 162.19418 94.960498) (xy 162.159573 94.95) (xy 162.19418 94.939502) (xy 162.304494 94.880537) (xy 162.401185 94.801185) (xy 162.480537 94.704494) (xy 162.539502 94.59418) (xy 162.575812 94.474482) (xy 162.588072 94.35) (xy 162.586077 93.723787) ) ) (filled_polygon (pts (xy 172.697472 94.47405) (xy 172.565313 94.403411) (xy 172.39849 94.352805) (xy 172.268477 94.34) (xy 172.268469 94.34) (xy 172.253191 94.338495) (xy 172.240608 94.328169) (xy 172.095716 94.250722) (xy 171.9385 94.203031) (xy 171.775 94.186928) (xy 171.225 94.186928) (xy 171.0615 94.203031) (xy 170.904284 94.250722) (xy 170.900102 94.252958) (xy 170.876185 94.223815) (xy 170.779494 94.144463) (xy 170.66918 94.085498) (xy 170.549482 94.049188) (xy 170.425 94.036928) (xy 170.31075 94.04) (xy 170.152 94.19875) (xy 170.152 95.023) (xy 170.172 95.023) (xy 170.172 95.277) (xy 170.152 95.277) (xy 170.152 95.297) (xy 169.898 95.297) (xy 169.898 95.277) (xy 169.878 95.277) (xy 169.878 95.023) (xy 169.898 95.023) (xy 169.898 94.19875) (xy 169.73925 94.04) (xy 169.625 94.036928) (xy 169.500518 94.049188) (xy 169.38082 94.085498) (xy 169.270506 94.144463) (xy 169.173815 94.223815) (xy 169.14259 94.261863) (xy 169.040608 94.178169) (xy 168.918628 94.112969) (xy 168.925 94.113072) (xy 169.049482 94.100812) (xy 169.16918 94.064502) (xy 169.279494 94.005537) (xy 169.376185 93.926185) (xy 169.455537 93.829494) (xy 169.514502 93.71918) (xy 169.550812 93.599482) (xy 169.563072 93.475) (xy 169.56 93.31075) (xy 169.40125 93.152) (xy 168.577 93.152) (xy 168.577 93.172) (xy 168.323 93.172) (xy 168.323 93.152) (xy 168.303 93.152) (xy 168.303 92.898) (xy 168.323 92.898) (xy 168.323 92.878) (xy 168.577 92.878) (xy 168.577 92.898) (xy 169.40125 92.898) (xy 169.56 92.73925) (xy 169.563072 92.575) (xy 169.550812 92.450518) (xy 169.523354 92.36) (xy 170.583422 92.36) ) ) (filled_polygon (pts (xy 189.597 94.406928) (xy 189.303 94.406928) (xy 189.303 94.193072) (xy 189.597 94.193072) ) ) (filled_polygon (pts (xy 179.620813 89.466696) (xy 179.600722 89.504284) (xy 179.553031 89.6615) (xy 179.536928 89.825) (xy 179.536928 90.217417) (xy 179.424116 90.309999) (xy 179.400313 90.339003) (xy 179.089003 90.650313) (xy 179.059999 90.674116) (xy 179.019266 90.72375) (xy 178.965026 90.789841) (xy 178.911939 90.889159) (xy 178.894454 90.921871) (xy 178.850997 91.065132) (xy 178.84 91.176785) (xy 178.84 91.176795) (xy 178.836324 91.214117) (xy 178.84 91.25144) (xy 178.84 91.913071) (xy 178.48575 91.915) (xy 178.327 92.07375) (xy 178.327 92.873) (xy 178.347 92.873) (xy 178.347 93.127) (xy 178.327 93.127) (xy 178.327 93.147) (xy 178.073 93.147) (xy 178.073 93.127) (xy 178.053 93.127) (xy 178.053 92.873) (xy 178.073 92.873) (xy 178.073 92.07375) (xy 177.91425 91.915) (xy 177.35 91.911928) (xy 177.225518 91.924188) (xy 177.10582 91.960498) (xy 176.995506 92.019463) (xy 176.898815 92.098815) (xy 176.819463 92.195506) (xy 176.792139 92.246626) (xy 176.330523 91.78501) (xy 176.79623 91.78501) (xy 176.895189 91.826) (xy 177.066169 91.86001) (xy 177.240499 91.86001) (xy 177.411479 91.826) (xy 177.572539 91.759287) (xy 177.717489 91.662434) (xy 177.840758 91.539165) (xy 177.937611 91.394215) (xy 178.004324 91.233155) (xy 178.038334 91.062175) (xy 178.038334 91.054925) (xy 178.05814 91.050985) (xy 178.2192 90.984272) (xy 178.36415 90.887419) (xy 178.487419 90.76415) (xy 178.584272 90.6192) (xy 178.650985 90.45814) (xy 178.684995 90.28716) (xy 178.684995 90.11283) (xy 178.650985 89.94185) (xy 178.584272 89.78079) (xy 178.522319 89.688072) (xy 179.05 89.688072) (xy 179.174482 89.675812) (xy 179.29418 89.639502) (xy 179.404494 89.580537) (xy 179.501185 89.501185) (xy 179.542305 89.45108) ) ) (filled_polygon (pts (xy 163.57075 86.89) (xy 163.735 86.893072) (xy 163.859482 86.880812) (xy 163.92 86.862454) (xy 163.980518 86.880812) (xy 164.105 86.893072) (xy 165.005 86.893072) (xy 165.129482 86.880812) (xy 165.19 86.862454) (xy 165.250518 86.880812) (xy 165.375 86.893072) (xy 166.275 86.893072) (xy 166.399482 86.880812) (xy 166.46 86.862454) (xy 166.520518 86.880812) (xy 166.645 86.893072) (xy 167.545 86.893072) (xy 167.669482 86.880812) (xy 167.73 86.862454) (xy 167.790518 86.880812) (xy 167.915 86.893072) (xy 168.815 86.893072) (xy 168.939482 86.880812) (xy 169 86.862454) (xy 169.060518 86.880812) (xy 169.185 86.893072) (xy 170.085 86.893072) (xy 170.209482 86.880812) (xy 170.27 86.862454) (xy 170.330518 86.880812) (xy 170.455 86.893072) (xy 171.355 86.893072) (xy 171.479482 86.880812) (xy 171.54 86.862454) (xy 171.600518 86.880812) (xy 171.672725 86.887924) (xy 171.635845 86.912566) (xy 171.512576 87.035835) (xy 171.415723 87.180785) (xy 171.34901 87.341845) (xy 171.347821 87.347821) (xy 171.341845 87.34901) (xy 171.180785 87.415723) (xy 171.035835 87.512576) (xy 170.912566 87.635845) (xy 170.815713 87.780795) (xy 170.749 87.941855) (xy 170.71499 88.112835) (xy 170.71499 88.287165) (xy 170.749 88.458145) (xy 170.815713 88.619205) (xy 170.912566 88.764155) (xy 171.035835 88.887424) (xy 171.180785 88.984277) (xy 171.279763 89.025275) (xy 172.826454 90.571967) (xy 172.712576 90.685845) (xy 172.615723 90.830795) (xy 172.54901 90.991855) (xy 172.515 91.162835) (xy 172.515 91.337165) (xy 172.54901 91.508145) (xy 172.615723 91.669205) (xy 172.712576 91.814155) (xy 172.835845 91.937424) (xy 172.980795 92.034277) (xy 173.079756 92.075268) (xy 173.783497 92.779009) (xy 173.772176 92.7883) (xy 173.735845 92.812576) (xy 173.6375 92.910921) (xy 171.606534 90.879956) (xy 171.578817 90.846183) (xy 171.444059 90.735589) (xy 171.290313 90.653411) (xy 171.12349 90.602805) (xy 170.993477 90.59) (xy 170.993469 90.59) (xy 170.95 90.585719) (xy 170.906531 90.59) (xy 169.249705 90.59) (xy 169.179497 90.532382) (xy 169.030283 90.452625) (xy 168.868377 90.403512) (xy 168.7 90.386928) (xy 168.2 90.386928) (xy 168.031623 90.403512) (xy 167.869717 90.452625) (xy 167.720503 90.532382) (xy 167.589716 90.639716) (xy 167.576469 90.655858) (xy 167.554482 90.649188) (xy 167.43 90.636928) (xy 167.188507 90.636928) (xy 163.412002 86.860424) (xy 163.412002 86.731252) ) ) (filled_polygon (pts (xy 163.412 85.128) (xy 163.432 85.128) (xy 163.432 85.382) (xy 163.412 85.382) (xy 163.412 85.402) (xy 163.319999 85.402) (xy 163.319999 85.108) (xy 163.412 85.108) ) ) ) (zone (net 1) (net_name GND) (layer B.Cu) (tstamp 6110CB32) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 116.8 100) (xy 116.8 60) (xy 200 60) ) ) (filled_polygon (pts (xy 154.873 66) (xy 154.87544 66.024776) (xy 154.882667 66.048601) (xy 154.894403 66.070557) (xy 154.910197 66.089803) (xy 154.929443 66.105597) (xy 154.951399 66.117333) (xy 154.975224 66.12456) (xy 155 66.127) (xy 183 66.127) (xy 183.024776 66.12456) (xy 183.048601 66.117333) (xy 183.070557 66.105597) (xy 183.089803 66.089803) (xy 183.105597 66.070557) (xy 183.117333 66.048601) (xy 183.12456 66.024776) (xy 183.127 66) (xy 183.127 60.685) (xy 199.315001 60.685) (xy 199.315 89.414232) (xy 199.145987 89.341585) (xy 198.927 89.295) (xy 198.627 89.295) (xy 198.627 90.303) (xy 198.647 90.303) (xy 198.647 90.557) (xy 198.627 90.557) (xy 198.627 91.565) (xy 198.927 91.565) (xy 199.145987 91.518415) (xy 199.315 91.445768) (xy 199.315 98.054232) (xy 199.145987 97.981585) (xy 198.927 97.935) (xy 198.627 97.935) (xy 198.627 98.943) (xy 198.647 98.943) (xy 198.647 99.197) (xy 198.627 99.197) (xy 198.627 99.217) (xy 198.373 99.217) (xy 198.373 99.197) (xy 197.232046 99.197) (xy 197.146913 99.315) (xy 195.923087 99.315) (xy 195.837954 99.197) (xy 194.447 99.197) (xy 194.447 99.217) (xy 194.193 99.217) (xy 194.193 99.197) (xy 192.802046 99.197) (xy 192.716913 99.315) (xy 179.685 99.315) (xy 179.685 98.768126) (xy 192.675881 98.768126) (xy 192.802046 98.943) (xy 194.193 98.943) (xy 194.193 98.923) (xy 194.447 98.923) (xy 194.447 98.943) (xy 195.837954 98.943) (xy 195.964119 98.768126) (xy 197.105881 98.768126) (xy 197.232046 98.943) (xy 198.373 98.943) (xy 198.373 97.935) (xy 198.073 97.935) (xy 197.854013 97.981585) (xy 197.648322 98.069997) (xy 197.463831 98.196839) (xy 197.307631 98.357236) (xy 197.185724 98.545024) (xy 197.105881 98.768126) (xy 195.964119 98.768126) (xy 195.884276 98.545024) (xy 195.762369 98.357236) (xy 195.621794 98.212884) (xy 195.700741 98.094731) (xy 195.773108 97.920022) (xy 195.81 97.734552) (xy 195.81 97.545448) (xy 195.773108 97.359978) (xy 195.700741 97.185269) (xy 195.595681 97.028036) (xy 195.461964 96.894319) (xy 195.304731 96.789259) (xy 195.130022 96.716892) (xy 194.944552 96.68) (xy 194.755448 96.68) (xy 194.569978 96.716892) (xy 194.395269 96.789259) (xy 194.238036 96.894319) (xy 194.104319 97.028036) (xy 193.999259 97.185269) (xy 193.926892 97.359978) (xy 193.89 97.545448) (xy 193.89 97.734552) (xy 193.926892 97.920022) (xy 193.933096 97.935) (xy 193.643 97.935) (xy 193.424013 97.981585) (xy 193.218322 98.069997) (xy 193.033831 98.196839) (xy 192.877631 98.357236) (xy 192.755724 98.545024) (xy 192.675881 98.768126) (xy 179.685 98.768126) (xy 179.685 97.098581) (xy 180.631467 98.045048) (xy 180.65918 98.078816) (xy 180.692948 98.106529) (xy 180.69295 98.106531) (xy 180.698202 98.110841) (xy 180.793938 98.18941) (xy 180.947684 98.271588) (xy 181.114507 98.322194) (xy 181.24452 98.334999) (xy 181.24453 98.334999) (xy 181.287996 98.33928) (xy 181.331462 98.334999) (xy 191.406514 98.334999) (xy 191.449983 98.33928) (xy 191.493452 98.334999) (xy 191.49346 98.334999) (xy 191.623473 98.322194) (xy 191.790296 98.271588) (xy 191.944042 98.18941) (xy 192.0788 98.078816) (xy 192.106517 98.045043) (xy 192.264134 97.887426) (xy 192.264137 97.887424) (xy 192.387406 97.764155) (xy 192.411682 97.727824) (xy 192.439392 97.694059) (xy 192.459981 97.65554) (xy 192.484259 97.619205) (xy 192.500984 97.578827) (xy 192.52157 97.540313) (xy 192.534249 97.498519) (xy 192.550972 97.458145) (xy 192.559495 97.415295) (xy 192.572177 97.373491) (xy 192.576459 97.330014) (xy 192.584982 97.287165) (xy 192.584982 97.243469) (xy 192.589263 97.2) (xy 192.584982 97.156531) (xy 192.584982 97.112835) (xy 192.576459 97.069985) (xy 192.572177 97.02651) (xy 192.559496 96.984707) (xy 192.550972 96.941855) (xy 192.534248 96.90148) (xy 192.52157 96.859687) (xy 192.500984 96.821173) (xy 192.484259 96.780795) (xy 192.459981 96.74446) (xy 192.439392 96.705941) (xy 192.411681 96.672176) (xy 192.387406 96.635845) (xy 192.35651 96.604949) (xy 192.328799 96.571183) (xy 192.295033 96.543472) (xy 192.264137 96.512576) (xy 192.227806 96.488301) (xy 192.194041 96.46059) (xy 192.155522 96.440001) (xy 192.119187 96.415723) (xy 192.078809 96.398998) (xy 192.040295 96.378412) (xy 191.998502 96.365734) (xy 191.958127 96.34901) (xy 191.915275 96.340486) (xy 191.873472 96.327805) (xy 191.829997 96.323523) (xy 191.787147 96.315) (xy 191.743451 96.315) (xy 191.699982 96.310719) (xy 191.656513 96.315) (xy 191.612817 96.315) (xy 191.569968 96.323523) (xy 191.526491 96.327805) (xy 191.484687 96.340487) (xy 191.441837 96.34901) (xy 191.401463 96.365733) (xy 191.359669 96.378412) (xy 191.321155 96.398998) (xy 191.280777 96.415723) (xy 191.244442 96.440001) (xy 191.205923 96.46059) (xy 191.172158 96.4883) (xy 191.135827 96.512576) (xy 191.083404 96.564999) (xy 184.006732 96.564999) (xy 184.05099 96.458151) (xy 184.085 96.287171) (xy 184.085 96.112841) (xy 184.05099 95.941861) (xy 183.984277 95.780801) (xy 183.887424 95.635851) (xy 183.764155 95.512582) (xy 183.619205 95.415729) (xy 183.458145 95.349016) (xy 183.287165 95.315006) (xy 183.112835 95.315006) (xy 182.941855 95.349016) (xy 182.842896 95.390006) (xy 182.713843 95.390006) (xy 182.072502 94.748665) (xy 182.164155 94.687424) (xy 182.287424 94.564155) (xy 182.384277 94.419205) (xy 182.386915 94.412835) (xy 190.015 94.412835) (xy 190.015 94.587165) (xy 190.04901 94.758145) (xy 190.115723 94.919205) (xy 190.212576 95.064155) (xy 190.335845 95.187424) (xy 190.480795 95.284277) (xy 190.641855 95.35099) (xy 190.812835 95.385) (xy 190.987165 95.385) (xy 191.158145 95.35099) (xy 191.319205 95.284277) (xy 191.355538 95.26) (xy 194.744462 95.26) (xy 194.780795 95.284277) (xy 194.941855 95.35099) (xy 195.112835 95.385) (xy 195.287165 95.385) (xy 195.458145 95.35099) (xy 195.619205 95.284277) (xy 195.764155 95.187424) (xy 195.887424 95.064155) (xy 195.984277 94.919205) (xy 196.05099 94.758145) (xy 196.085 94.587165) (xy 196.085 94.412835) (xy 196.05099 94.241855) (xy 195.984277 94.080795) (xy 195.887424 93.935845) (xy 195.764155 93.812576) (xy 195.619205 93.715723) (xy 195.458145 93.64901) (xy 195.287165 93.615) (xy 195.112835 93.615) (xy 194.941855 93.64901) (xy 194.780795 93.715723) (xy 194.744462 93.74) (xy 191.355538 93.74) (xy 191.319205 93.715723) (xy 191.158145 93.64901) (xy 190.987165 93.615) (xy 190.812835 93.615) (xy 190.641855 93.64901) (xy 190.480795 93.715723) (xy 190.335845 93.812576) (xy 190.212576 93.935845) (xy 190.115723 94.080795) (xy 190.04901 94.241855) (xy 190.015 94.412835) (xy 182.386915 94.412835) (xy 182.45099 94.258145) (xy 182.485 94.087165) (xy 182.485 93.912835) (xy 182.45099 93.741855) (xy 182.384277 93.580795) (xy 182.287424 93.435845) (xy 182.164155 93.312576) (xy 182.019205 93.215723) (xy 181.920246 93.174733) (xy 178.625263 89.879751) (xy 178.584272 89.78079) (xy 178.487419 89.63584) (xy 178.36415 89.512571) (xy 178.2192 89.415718) (xy 178.05814 89.349005) (xy 177.88716 89.314995) (xy 177.71283 89.314995) (xy 177.54185 89.349005) (xy 177.38079 89.415718) (xy 177.23584 89.512571) (xy 177.112571 89.63584) (xy 177.015718 89.78079) (xy 176.949005 89.94185) (xy 176.914995 90.11283) (xy 176.914995 90.12008) (xy 176.895189 90.12402) (xy 176.734129 90.190733) (xy 176.589179 90.287586) (xy 176.46591 90.410855) (xy 176.369057 90.555805) (xy 176.302344 90.716865) (xy 176.268334 90.887845) (xy 176.268334 91.062175) (xy 176.302344 91.233155) (xy 176.369057 91.394215) (xy 176.46591 91.539165) (xy 176.589179 91.662434) (xy 176.734129 91.759287) (xy 176.83309 91.800278) (xy 178.849013 93.816202) (xy 178.778311 93.778411) (xy 178.611488 93.727805) (xy 178.481475 93.715) (xy 178.481467 93.715) (xy 178.437998 93.710719) (xy 178.394529 93.715) (xy 175.159603 93.715) (xy 175.172195 93.67349) (xy 175.176477 93.630013) (xy 175.185 93.587165) (xy 175.185 87.162835) (xy 176.065 87.162835) (xy 176.065 87.337165) (xy 176.09901 87.508145) (xy 176.165723 87.669205) (xy 176.262576 87.814155) (xy 176.385845 87.937424) (xy 176.530795 88.034277) (xy 176.629756 88.075268) (xy 176.6991 88.144612) (xy 176.724472 88.175528) (xy 176.847811 88.276749) (xy 176.988527 88.351963) (xy 177.141212 88.39828) (xy 177.260209 88.41) (xy 177.260212 88.41) (xy 177.3 88.413919) (xy 177.339788 88.41) (xy 178.935455 88.41) (xy 178.915 88.512835) (xy 178.915 88.687165) (xy 178.94901 88.858145) (xy 179.015723 89.019205) (xy 179.112576 89.164155) (xy 179.235845 89.287424) (xy 179.380795 89.384277) (xy 179.479756 89.425268) (xy 181.499105 91.444618) (xy 181.524472 91.475528) (xy 181.578211 91.51963) (xy 181.64781 91.576749) (xy 181.676072 91.591855) (xy 181.788527 91.651963) (xy 181.941212 91.69828) (xy 182.060209 91.71) (xy 182.060211 91.71) (xy 182.099999 91.713919) (xy 182.139787 91.71) (xy 183.042896 91.71) (xy 183.141855 91.75099) (xy 183.312835 91.785) (xy 183.487165 91.785) (xy 183.658145 91.75099) (xy 183.819205 91.684277) (xy 183.964155 91.587424) (xy 184.087424 91.464155) (xy 184.184277 91.319205) (xy 184.25099 91.158145) (xy 184.280458 91.01) (xy 186.29949 91.01) (xy 186.459735 91.170245) (xy 186.500725 91.269205) (xy 186.597578 91.414155) (xy 186.720847 91.537424) (xy 186.865797 91.634277) (xy 187.026857 91.70099) (xy 187.197837 91.735) (xy 187.372167 91.735) (xy 187.543147 91.70099) (xy 187.704207 91.634277) (xy 187.849157 91.537424) (xy 187.972426 91.414155) (xy 188.069279 91.269205) (xy 188.135992 91.108145) (xy 188.170002 90.937165) (xy 188.170002 90.762835) (xy 188.163844 90.731874) (xy 192.675881 90.731874) (xy 192.755724 90.954976) (xy 192.877631 91.142764) (xy 193.033831 91.303161) (xy 193.218322 91.430003) (xy 193.424013 91.518415) (xy 193.643 91.565) (xy 193.933096 91.565) (xy 193.926892 91.579978) (xy 193.89 91.765448) (xy 193.89 91.954552) (xy 193.926892 92.140022) (xy 193.999259 92.314731) (xy 194.104319 92.471964) (xy 194.238036 92.605681) (xy 194.395269 92.710741) (xy 194.569978 92.783108) (xy 194.755448 92.82) (xy 194.944552 92.82) (xy 195.130022 92.783108) (xy 195.304731 92.710741) (xy 195.461964 92.605681) (xy 195.595681 92.471964) (xy 195.700741 92.314731) (xy 195.773108 92.140022) (xy 195.81 91.954552) (xy 195.81 91.765448) (xy 195.773108 91.579978) (xy 195.700741 91.405269) (xy 195.621794 91.287116) (xy 195.762369 91.142764) (xy 195.884276 90.954976) (xy 195.964119 90.731874) (xy 197.105881 90.731874) (xy 197.185724 90.954976) (xy 197.307631 91.142764) (xy 197.463831 91.303161) (xy 197.648322 91.430003) (xy 197.854013 91.518415) (xy 198.073 91.565) (xy 198.373 91.565) (xy 198.373 90.557) (xy 197.232046 90.557) (xy 197.105881 90.731874) (xy 195.964119 90.731874) (xy 195.837954 90.557) (xy 194.447 90.557) (xy 194.447 90.577) (xy 194.193 90.577) (xy 194.193 90.557) (xy 192.802046 90.557) (xy 192.675881 90.731874) (xy 188.163844 90.731874) (xy 188.135992 90.591855) (xy 188.069279 90.430795) (xy 187.972426 90.285845) (xy 187.849157 90.162576) (xy 187.7976 90.128126) (xy 192.675881 90.128126) (xy 192.802046 90.303) (xy 194.193 90.303) (xy 194.193 89.295) (xy 194.447 89.295) (xy 194.447 90.303) (xy 195.837954 90.303) (xy 195.964119 90.128126) (xy 197.105881 90.128126) (xy 197.232046 90.303) (xy 198.373 90.303) (xy 198.373 89.295) (xy 198.073 89.295) (xy 197.854013 89.341585) (xy 197.648322 89.429997) (xy 197.463831 89.556839) (xy 197.307631 89.717236) (xy 197.185724 89.905024) (xy 197.105881 90.128126) (xy 195.964119 90.128126) (xy 195.884276 89.905024) (xy 195.762369 89.717236) (xy 195.606169 89.556839) (xy 195.421678 89.429997) (xy 195.215987 89.341585) (xy 194.997 89.295) (xy 194.447 89.295) (xy 194.193 89.295) (xy 193.643 89.295) (xy 193.424013 89.341585) (xy 193.218322 89.429997) (xy 193.033831 89.556839) (xy 192.877631 89.717236) (xy 192.755724 89.905024) (xy 192.675881 90.128126) (xy 187.7976 90.128126) (xy 187.704207 90.065723) (xy 187.605247 90.024733) (xy 187.235901 89.655387) (xy 187.21053 89.624472) (xy 187.087191 89.523251) (xy 186.946475 89.448037) (xy 186.79379 89.40172) (xy 186.674793 89.39) (xy 186.67479 89.39) (xy 186.635002 89.386081) (xy 186.595214 89.39) (xy 185.611579 89.39) (xy 185.637424 89.364155) (xy 185.734277 89.219205) (xy 185.80099 89.058145) (xy 185.835 88.887165) (xy 185.835 88.712835) (xy 185.80099 88.541855) (xy 185.734277 88.380795) (xy 185.637424 88.235845) (xy 185.514155 88.112576) (xy 185.369205 88.015723) (xy 185.270246 87.974733) (xy 184.350899 87.055387) (xy 184.325528 87.024472) (xy 184.202189 86.923251) (xy 184.061473 86.848037) (xy 183.908788 86.80172) (xy 183.789791 86.79) (xy 183.789788 86.79) (xy 183.75 86.786081) (xy 183.710212 86.79) (xy 177.707019 86.79) (xy 177.637424 86.685845) (xy 177.514155 86.562576) (xy 177.369205 86.465723) (xy 177.208145 86.39901) (xy 177.037165 86.365) (xy 176.862835 86.365) (xy 176.691855 86.39901) (xy 176.530795 86.465723) (xy 176.385845 86.562576) (xy 176.262576 86.685845) (xy 176.165723 86.830795) (xy 176.09901 86.991855) (xy 176.065 87.162835) (xy 175.185 87.162835) (xy 175.185 82.485565) (xy 175.233144 82.475989) (xy 175.394204 82.409276) (xy 175.539154 82.312423) (xy 175.662423 82.189154) (xy 175.759276 82.044204) (xy 175.800267 81.945243) (xy 178.113367 79.632143) (xy 178.205979 79.770746) (xy 178.291823 79.85659) (xy 178.212568 79.935845) (xy 178.115715 80.080795) (xy 178.049002 80.241855) (xy 178.014992 80.412835) (xy 178.014992 80.587165) (xy 178.049002 80.758145) (xy 178.115715 80.919205) (xy 178.212568 81.064155) (xy 178.335837 81.187424) (xy 178.480787 81.284277) (xy 178.641847 81.35099) (xy 178.812827 81.385) (xy 178.987157 81.385) (xy 179.158137 81.35099) (xy 179.319197 81.284277) (xy 179.464147 81.187424) (xy 179.587416 81.064155) (xy 179.684269 80.919205) (xy 179.72526 80.820245) (xy 180.089532 80.455973) (xy 180.115723 80.519205) (xy 180.212576 80.664155) (xy 180.335845 80.787424) (xy 180.480795 80.884277) (xy 180.641855 80.95099) (xy 180.812835 80.985) (xy 180.987165 80.985) (xy 181.158145 80.95099) (xy 181.257104 80.91) (xy 189.476466 80.91) (xy 189.477795 80.92349) (xy 189.490476 80.965293) (xy 189.499 81.008145) (xy 189.515724 81.04852) (xy 189.528402 81.090313) (xy 189.548988 81.128827) (xy 189.565713 81.169205) (xy 189.589991 81.20554) (xy 189.61058 81.244059) (xy 189.638291 81.277824) (xy 189.662566 81.314155) (xy 189.693462 81.345051) (xy 189.721173 81.378817) (xy 189.754939 81.406528) (xy 189.785835 81.437424) (xy 189.822166 81.461699) (xy 189.855931 81.48941) (xy 189.89445 81.509999) (xy 189.930785 81.534277) (xy 189.971163 81.551002) (xy 190.009677 81.571588) (xy 190.05147 81.584266) (xy 190.091845 81.60099) (xy 190.134697 81.609514) (xy 190.1765 81.622195) (xy 190.219975 81.626477) (xy 190.262825 81.635) (xy 190.306521 81.635) (xy 190.34999 81.639281) (xy 190.393459 81.635) (xy 190.437155 81.635) (xy 190.480005 81.626477) (xy 190.52348 81.622195) (xy 190.565283 81.609514) (xy 190.608135 81.60099) (xy 190.64851 81.584266) (xy 190.690303 81.571588) (xy 190.728817 81.551002) (xy 190.769195 81.534277) (xy 190.80553 81.509999) (xy 190.844049 81.48941) (xy 190.877814 81.4617) (xy 190.914145 81.437424) (xy 191.037414 81.314155) (xy 191.037416 81.314152) (xy 191.990001 80.361568) (xy 191.990001 83.103225) (xy 191.974 83.141855) (xy 191.93999 83.312835) (xy 191.93999 83.487165) (xy 191.974 83.658145) (xy 192.040713 83.819205) (xy 192.137566 83.964155) (xy 192.260835 84.087424) (xy 192.405785 84.184277) (xy 192.566845 84.25099) (xy 192.737825 84.285) (xy 192.912155 84.285) (xy 193.083135 84.25099) (xy 193.244195 84.184277) (xy 193.389145 84.087424) (xy 193.512414 83.964155) (xy 193.609267 83.819205) (xy 193.644139 83.735017) (xy 193.737178 83.735017) (xy 193.908158 83.701007) (xy 194.069218 83.634294) (xy 194.214168 83.537441) (xy 194.337437 83.414172) (xy 194.43429 83.269222) (xy 194.501003 83.108162) (xy 194.535013 82.937182) (xy 194.535013 82.762852) (xy 194.501003 82.591872) (xy 194.43429 82.430812) (xy 194.41 82.39446) (xy 194.41 65.657104) (xy 194.45099 65.558145) (xy 194.485 65.387165) (xy 194.485 65.212835) (xy 194.45099 65.041855) (xy 194.384277 64.880795) (xy 194.287424 64.735845) (xy 194.164155 64.612576) (xy 194.019205 64.515723) (xy 193.858145 64.44901) (xy 193.687165 64.415) (xy 193.512835 64.415) (xy 193.341855 64.44901) (xy 193.180795 64.515723) (xy 193.103106 64.567633) (xy 193.058145 64.54901) (xy 192.887165 64.515) (xy 192.712835 64.515) (xy 192.541855 64.54901) (xy 192.380795 64.615723) (xy 192.235845 64.712576) (xy 192.112576 64.835845) (xy 192.015723 64.980795) (xy 191.94901 65.141855) (xy 191.915 65.312835) (xy 191.915 65.487165) (xy 191.94901 65.658145) (xy 191.99 65.757104) (xy 191.990001 76.738422) (xy 191.706534 76.454956) (xy 191.678817 76.421183) (xy 191.544059 76.310589) (xy 191.390313 76.228411) (xy 191.22349 76.177805) (xy 191.093477 76.165) (xy 191.093469 76.165) (xy 191.05 76.160719) (xy 191.006531 76.165) (xy 186.355596 76.165) (xy 186.35099 76.141843) (xy 186.284277 75.980783) (xy 186.26 75.94445) (xy 186.26 72.037325) (xy 186.263676 72) (xy 186.26 71.962675) (xy 186.26 71.962667) (xy 186.249003 71.851014) (xy 186.205546 71.707753) (xy 186.134974 71.575724) (xy 186.040001 71.459999) (xy 186.010998 71.436197) (xy 185.934515 71.359714) (xy 185.92599 71.316855) (xy 185.859277 71.155795) (xy 185.762424 71.010845) (xy 185.639155 70.887576) (xy 185.494205 70.790723) (xy 185.333145 70.72401) (xy 185.162165 70.69) (xy 184.987835 70.69) (xy 184.816855 70.72401) (xy 184.655795 70.790723) (xy 184.510845 70.887576) (xy 184.387576 71.010845) (xy 184.290723 71.155795) (xy 184.22401 71.316855) (xy 184.19 71.487835) (xy 184.19 71.662165) (xy 184.22401 71.833145) (xy 184.290723 71.994205) (xy 184.387576 72.139155) (xy 184.510845 72.262424) (xy 184.655795 72.359277) (xy 184.74 72.394156) (xy 184.740001 75.944449) (xy 184.715723 75.980783) (xy 184.64901 76.141843) (xy 184.644404 76.165) (xy 181.462835 76.165) (xy 181.419987 76.173523) (xy 181.37651 76.177805) (xy 181.334705 76.190487) (xy 181.291855 76.19901) (xy 181.251487 76.215731) (xy 181.209687 76.228411) (xy 181.171165 76.249001) (xy 181.130795 76.265723) (xy 181.094467 76.289996) (xy 181.055941 76.310589) (xy 181.022171 76.338304) (xy 180.985845 76.362576) (xy 180.954951 76.39347) (xy 180.921183 76.421183) (xy 180.89347 76.454951) (xy 180.862576 76.485845) (xy 180.838304 76.522171) (xy 180.810589 76.555941) (xy 180.789996 76.594467) (xy 180.765723 76.630795) (xy 180.749001 76.671165) (xy 180.728411 76.709687) (xy 180.715731 76.751487) (xy 180.69901 76.791855) (xy 180.690487 76.834705) (xy 180.677805 76.87651) (xy 180.674015 76.91499) (xy 177.964799 76.91499) (xy 177.925011 76.911071) (xy 177.885223 76.91499) (xy 177.885221 76.91499) (xy 177.766224 76.92671) (xy 177.613539 76.973027) (xy 177.548036 77.008039) (xy 177.472822 77.048241) (xy 177.425093 77.087412) (xy 177.349484 77.149462) (xy 177.324117 77.180372) (xy 175.185 79.31949) (xy 175.185 79.066578) (xy 182.856532 71.395047) (xy 182.887424 71.364155) (xy 182.911696 71.32783) (xy 182.93941 71.29406) (xy 182.960001 71.255536) (xy 182.984277 71.219205) (xy 183.001 71.178832) (xy 183.021588 71.140314) (xy 183.034267 71.098519) (xy 183.05099 71.058145) (xy 183.059515 71.015288) (xy 183.072194 70.973491) (xy 183.076475 70.930022) (xy 183.085 70.887165) (xy 183.085 70.843467) (xy 183.089281 70.800001) (xy 183.085 70.756535) (xy 183.085 70.712835) (xy 183.076475 70.669976) (xy 183.072194 70.626511) (xy 183.059516 70.584717) (xy 183.05099 70.541855) (xy 183.034265 70.501477) (xy 183.021588 70.459687) (xy 183.001002 70.421174) (xy 182.984277 70.380795) (xy 182.959997 70.344457) (xy 182.93941 70.305942) (xy 182.911702 70.27218) (xy 182.887424 70.235845) (xy 182.856527 70.204948) (xy 182.828817 70.171183) (xy 182.795052 70.143473) (xy 182.764155 70.112576) (xy 182.72782 70.088298) (xy 182.694058 70.06059) (xy 182.655543 70.040003) (xy 182.619205 70.015723) (xy 182.578826 69.998998) (xy 182.540313 69.978412) (xy 182.498523 69.965735) (xy 182.458145 69.94901) (xy 182.415283 69.940484) (xy 182.373489 69.927806) (xy 182.330024 69.923525) (xy 182.287165 69.915) (xy 182.243465 69.915) (xy 182.199999 69.910719) (xy 182.156533 69.915) (xy 182.112835 69.915) (xy 182.069978 69.923525) (xy 182.026509 69.927806) (xy 181.984712 69.940485) (xy 181.941855 69.94901) (xy 181.901481 69.965733) (xy 181.859686 69.978412) (xy 181.821168 69.999) (xy 181.780795 70.015723) (xy 181.744464 70.039999) (xy 181.70594 70.06059) (xy 181.67217 70.088304) (xy 181.635845 70.112576) (xy 181.604953 70.143468) (xy 173.704956 78.043466) (xy 173.671183 78.071183) (xy 173.560589 78.205942) (xy 173.478411 78.359688) (xy 173.427805 78.526511) (xy 173.415 78.656524) (xy 173.415 78.656531) (xy 173.410719 78.7) (xy 173.415 78.743469) (xy 173.415 82.080212) (xy 173.374286 82.039498) (xy 173.229336 81.942645) (xy 173.068276 81.875932) (xy 172.897296 81.841922) (xy 172.722966 81.841922) (xy 172.551986 81.875932) (xy 172.390926 81.942645) (xy 172.303175 82.001278) (xy 172.265262 81.993737) (xy 172.090932 81.993737) (xy 171.919952 82.027747) (xy 171.818686 82.069693) (xy 171.786867 82.056513) (xy 171.615887 82.022503) (xy 171.441557 82.022503) (xy 171.270577 82.056513) (xy 171.109517 82.123226) (xy 170.964567 82.220079) (xy 170.841298 82.343348) (xy 170.744445 82.488298) (xy 170.677732 82.649358) (xy 170.643722 82.820338) (xy 170.643722 82.994668) (xy 170.677732 83.165648) (xy 170.718722 83.264607) (xy 170.718723 88.088934) (xy 170.717721 88.099104) (xy 170.71499 88.112835) (xy 170.71499 88.126833) (xy 170.714803 88.128732) (xy 170.71499 88.130631) (xy 170.71499 88.287165) (xy 170.749 88.458145) (xy 170.815713 88.619205) (xy 170.912566 88.764155) (xy 171.035835 88.887424) (xy 171.180785 88.984277) (xy 171.341845 89.05099) (xy 171.512825 89.085) (xy 171.687155 89.085) (xy 171.858135 89.05099) (xy 172.019195 88.984277) (xy 172.164145 88.887424) (xy 172.287414 88.764155) (xy 172.384267 88.619205) (xy 172.45098 88.458145) (xy 172.452169 88.452169) (xy 172.458145 88.45098) (xy 172.590009 88.39636) (xy 172.590009 90.892874) (xy 172.54901 90.991855) (xy 172.515 91.162835) (xy 172.515 91.337165) (xy 172.54901 91.508145) (xy 172.615723 91.669205) (xy 172.712576 91.814155) (xy 172.835845 91.937424) (xy 172.980795 92.034277) (xy 173.141855 92.10099) (xy 173.312835 92.135) (xy 173.415001 92.135) (xy 173.415001 93.41283) (xy 173.415 93.412835) (xy 173.415 93.587165) (xy 173.423525 93.630023) (xy 173.427806 93.67349) (xy 173.440398 93.715) (xy 167.599244 93.715) (xy 167.555777 93.710719) (xy 167.512311 93.715) (xy 167.512301 93.715) (xy 167.382288 93.727805) (xy 167.215465 93.778411) (xy 167.061719 93.860589) (xy 167.061717 93.86059) (xy 167.061718 93.86059) (xy 166.960731 93.943468) (xy 166.960729 93.94347) (xy 166.926961 93.971183) (xy 166.899248 94.004951) (xy 165.204951 95.699249) (xy 165.171184 95.726961) (xy 165.143471 95.760729) (xy 165.143468 95.760732) (xy 165.06059 95.861719) (xy 164.978412 96.015465) (xy 164.927805 96.182288) (xy 164.910719 96.355778) (xy 164.915001 96.399256) (xy 164.915 97.512835) (xy 164.915 97.687165) (xy 164.923523 97.730014) (xy 164.927805 97.773489) (xy 164.940486 97.815292) (xy 164.94901 97.858145) (xy 164.965732 97.898516) (xy 164.978411 97.940312) (xy 164.999 97.978831) (xy 165.015723 98.019205) (xy 165.039999 98.055537) (xy 165.060589 98.094058) (xy 165.088301 98.127825) (xy 165.112576 98.164155) (xy 165.143472 98.195051) (xy 165.171183 98.228817) (xy 165.204951 98.25653) (xy 165.235845 98.287424) (xy 165.272171 98.311696) (xy 165.305941 98.339411) (xy 165.344467 98.360004) (xy 165.380795 98.384277) (xy 165.421165 98.400999) (xy 165.459687 98.421589) (xy 165.501487 98.434269) (xy 165.541855 98.45099) (xy 165.584705 98.459513) (xy 165.62651 98.472195) (xy 165.669987 98.476477) (xy 165.712835 98.485) (xy 165.756523 98.485) (xy 165.8 98.489282) (xy 165.843476 98.485) (xy 165.887165 98.485) (xy 165.930013 98.476477) (xy 165.973489 98.472195) (xy 166.015292 98.459514) (xy 166.058145 98.45099) (xy 166.098516 98.434268) (xy 166.140312 98.421589) (xy 166.178831 98.401) (xy 166.219205 98.384277) (xy 166.255537 98.360001) (xy 166.294058 98.339411) (xy 166.327825 98.311699) (xy 166.364155 98.287424) (xy 166.395051 98.256528) (xy 166.428817 98.228817) (xy 166.45653 98.195049) (xy 166.487424 98.164155) (xy 166.511696 98.127829) (xy 166.539411 98.094059) (xy 166.560004 98.055533) (xy 166.584277 98.019205) (xy 166.600999 97.978835) (xy 166.621589 97.940313) (xy 166.634269 97.898513) (xy 166.65099 97.858145) (xy 166.659513 97.815295) (xy 166.672195 97.77349) (xy 166.676477 97.730013) (xy 166.685 97.687165) (xy 166.685 96.722356) (xy 166.761814 96.645542) (xy 166.788304 96.677819) (xy 166.812576 96.714145) (xy 166.84347 96.745039) (xy 166.871183 96.778807) (xy 166.904951 96.80652) (xy 166.935845 96.837414) (xy 166.972171 96.861686) (xy 167.005941 96.889401) (xy 167.044467 96.909994) (xy 167.080795 96.934267) (xy 167.121165 96.950989) (xy 167.159687 96.971579) (xy 167.201487 96.984259) (xy 167.241855 97.00098) (xy 167.284705 97.009503) (xy 167.32651 97.022185) (xy 167.369987 97.026467) (xy 167.412835 97.03499) (xy 172.387145 97.03499) (xy 172.429993 97.026467) (xy 172.47347 97.022185) (xy 172.515275 97.009503) (xy 172.558125 97.00098) (xy 172.598493 96.984259) (xy 172.640293 96.971579) (xy 172.678815 96.950989) (xy 172.715 96.936) (xy 172.715001 99.315) (xy 117.485 99.315) (xy 117.485 97.200837) (xy 162.415 97.200837) (xy 162.429976 97.352894) (xy 162.489159 97.547992) (xy 162.585266 97.727797) (xy 162.714604 97.885396) (xy 162.872203 98.014734) (xy 163.052007 98.110841) (xy 163.247105 98.170024) (xy 163.45 98.190007) (xy 163.652894 98.170024) (xy 163.847992 98.110841) (xy 164.027797 98.014734) (xy 164.185396 97.885396) (xy 164.314734 97.727797) (xy 164.410841 97.547993) (xy 164.470024 97.352895) (xy 164.485 97.200838) (xy 164.485 91.799162) (xy 164.470024 91.647105) (xy 164.410841 91.452007) (xy 164.314734 91.272203) (xy 164.185396 91.114604) (xy 164.027797 90.985266) (xy 163.847993 90.889159) (xy 163.652895 90.829976) (xy 163.45 90.809993) (xy 163.247106 90.829976) (xy 163.052008 90.889159) (xy 162.872204 90.985266) (xy 162.714605 91.114604) (xy 162.585267 91.272203) (xy 162.48916 91.452007) (xy 162.429977 91.647105) (xy 162.415001 91.799162) (xy 162.415 97.200837) (xy 117.485 97.200837) (xy 117.485 69.612835) (xy 161.565 69.612835) (xy 161.565 69.787165) (xy 161.565001 69.78717) (xy 161.565 73.512835) (xy 161.565 73.687165) (xy 161.573523 73.730014) (xy 161.577805 73.773489) (xy 161.590486 73.815292) (xy 161.59901 73.858145) (xy 161.615732 73.898516) (xy 161.628411 73.940312) (xy 161.649 73.978831) (xy 161.665723 74.019205) (xy 161.689999 74.055537) (xy 161.710589 74.094058) (xy 161.738301 74.127825) (xy 161.762576 74.164155) (xy 161.793472 74.195051) (xy 161.821183 74.228817) (xy 161.854951 74.25653) (xy 161.885845 74.287424) (xy 161.922171 74.311696) (xy 161.955941 74.339411) (xy 161.994467 74.360004) (xy 162.030795 74.384277) (xy 162.071165 74.400999) (xy 162.109687 74.421589) (xy 162.151487 74.434269) (xy 162.191855 74.45099) (xy 162.234705 74.459513) (xy 162.27651 74.472195) (xy 162.319987 74.476477) (xy 162.362835 74.485) (xy 162.406523 74.485) (xy 162.45 74.489282) (xy 162.493476 74.485) (xy 162.537165 74.485) (xy 162.580013 74.476477) (xy 162.623489 74.472195) (xy 162.665292 74.459514) (xy 162.708145 74.45099) (xy 162.748516 74.434268) (xy 162.790312 74.421589) (xy 162.828831 74.401) (xy 162.869205 74.384277) (xy 162.905537 74.360001) (xy 162.944058 74.339411) (xy 162.977825 74.311699) (xy 163.014155 74.287424) (xy 163.045051 74.256528) (xy 163.078817 74.228817) (xy 163.10653 74.195049) (xy 163.137424 74.164155) (xy 163.161696 74.127829) (xy 163.189411 74.094059) (xy 163.210004 74.055533) (xy 163.234277 74.019205) (xy 163.250999 73.978835) (xy 163.271589 73.940313) (xy 163.284269 73.898513) (xy 163.30099 73.858145) (xy 163.309513 73.815295) (xy 163.322195 73.77349) (xy 163.326477 73.730013) (xy 163.335 73.687165) (xy 163.335 69.612835) (xy 163.326477 69.569987) (xy 163.322195 69.52651) (xy 163.309513 69.484705) (xy 163.30099 69.441855) (xy 163.284269 69.401487) (xy 163.271589 69.359687) (xy 163.250999 69.321165) (xy 163.234277 69.280795) (xy 163.210004 69.244467) (xy 163.189411 69.205941) (xy 163.161696 69.172171) (xy 163.137424 69.135845) (xy 163.10653 69.104951) (xy 163.078817 69.071183) (xy 163.045049 69.04347) (xy 163.014155 69.012576) (xy 162.977829 68.988304) (xy 162.944059 68.960589) (xy 162.905533 68.939996) (xy 162.869205 68.915723) (xy 162.828835 68.899001) (xy 162.790313 68.878411) (xy 162.748513 68.865731) (xy 162.708145 68.84901) (xy 162.665295 68.840487) (xy 162.62349 68.827805) (xy 162.580013 68.823523) (xy 162.537165 68.815) (xy 162.493477 68.815) (xy 162.45 68.810718) (xy 162.406524 68.815) (xy 162.362835 68.815) (xy 162.319987 68.823523) (xy 162.276511 68.827805) (xy 162.234708 68.840486) (xy 162.191855 68.84901) (xy 162.151484 68.865732) (xy 162.109688 68.878411) (xy 162.071169 68.899) (xy 162.030795 68.915723) (xy 161.994463 68.939999) (xy 161.955942 68.960589) (xy 161.922176 68.9883) (xy 161.885845 69.012576) (xy 161.854946 69.043475) (xy 161.821184 69.071183) (xy 161.793476 69.104945) (xy 161.762576 69.135845) (xy 161.738299 69.172177) (xy 161.71059 69.205941) (xy 161.690001 69.24446) (xy 161.665723 69.280795) (xy 161.648998 69.321173) (xy 161.628412 69.359687) (xy 161.615735 69.401478) (xy 161.59901 69.441855) (xy 161.590485 69.484715) (xy 161.577806 69.52651) (xy 161.573525 69.569977) (xy 161.565 69.612835) (xy 117.485 69.612835) (xy 117.485 60.685) (xy 154.873 60.685) ) ) ) ) ================================================ FILE: smartdisplay.kicad_pcb-bak ================================================ (kicad_pcb (version 20171130) (host pcbnew "(5.1.8)-1") (general (thickness 1.6) (drawings 34) (tracks 452) (zones 0) (modules 46) (nets 40) ) (page A4) (layers (0 F.Cu signal) (31 B.Cu signal) (32 B.Adhes user) (33 F.Adhes user) (34 B.Paste user) (35 F.Paste user) (36 B.SilkS user) (37 F.SilkS user) (38 B.Mask user) (39 F.Mask user) (40 Dwgs.User user) (41 Cmts.User user) (42 Eco1.User user) (43 Eco2.User user) (44 Edge.Cuts user) (45 Margin user) (46 B.CrtYd user) (47 F.CrtYd user) (48 B.Fab user) (49 F.Fab user hide) ) (setup (last_trace_width 0.25) (user_trace_width 0.2) (user_trace_width 0.35) (user_trace_width 0.5) (user_trace_width 0.6) (user_trace_width 0.8) (user_trace_width 1) (user_trace_width 1.5) (user_trace_width 2) (trace_clearance 0.15) (zone_clearance 0.508) (zone_45_only no) (trace_min 0.15) (via_size 0.7) (via_drill 0.4) (via_min_size 0.4) (via_min_drill 0.3) (user_via 0.5 0.3) (user_via 0.6 0.3) (user_via 0.7 0.4) (uvia_size 0.3) (uvia_drill 0.1) (uvias_allowed no) (uvia_min_size 0.2) (uvia_min_drill 0.1) (edge_width 0.1) (segment_width 0.2) (pcb_text_width 0.3) (pcb_text_size 1.5 1.5) (mod_edge_width 0.15) (mod_text_size 1 1) (mod_text_width 0.15) (pad_size 1.524 1.524) (pad_drill 0.762) (pad_to_mask_clearance 0.05) (solder_mask_min_width 0.1) (aux_axis_origin 116.8 100) (visible_elements 7FFFFFFF) (pcbplotparams (layerselection 0x010fc_ffffffff) (usegerberextensions false) (usegerberattributes false) (usegerberadvancedattributes false) (creategerberjobfile false) (excludeedgelayer true) (linewidth 0.100000) (plotframeref false) (viasonmask false) (mode 1) (useauxorigin false) (hpglpennumber 1) (hpglpenspeed 20) (hpglpendiameter 15.000000) (psnegative false) (psa4output false) (plotreference true) (plotvalue true) (plotinvisibletext false) (padsonsilk false) (subtractmaskfromsilk false) (outputformat 1) (mirror false) (drillshape 0) (scaleselection 1) (outputdirectory "gerber/")) ) (net 0 "") (net 1 GND) (net 2 EN) (net 3 BAT+) (net 4 IO0) (net 5 DTR) (net 6 RTS) (net 7 +5V) (net 8 TX) (net 9 RX) (net 10 +3V3) (net 11 "Net-(C11-Pad1)") (net 12 /D-) (net 13 /D+) (net 14 "Net-(C1-Pad1)") (net 15 "Net-(D6-Pad1)") (net 16 SDA) (net 17 SCL) (net 18 PREVGH) (net 19 "Net-(C12-Pad1)") (net 20 "Net-(C13-Pad1)") (net 21 PREVGL) (net 22 "Net-(D2-Pad2)") (net 23 RESE) (net 24 GDR) (net 25 "Net-(R10-Pad1)") (net 26 DC) (net 27 DIN) (net 28 SCLK) (net 29 BUSY) (net 30 REST) (net 31 "Net-(C2-Pad1)") (net 32 "Net-(C3-Pad2)") (net 33 "Net-(C4-Pad2)") (net 34 "Net-(C4-Pad1)") (net 35 "Net-(C10-Pad1)") (net 36 "Net-(C15-Pad1)") (net 37 "Net-(D3-Pad2)") (net 38 "Net-(R9-Pad2)") (net 39 CS) (net_class Default 这是默认网络类。 (clearance 0.15) (trace_width 0.25) (via_dia 0.7) (via_drill 0.4) (uvia_dia 0.3) (uvia_drill 0.1) (diff_pair_width 0.28) (diff_pair_gap 0.15) (add_net +3V3) (add_net +5V) (add_net /D+) (add_net /D-) (add_net BAT+) (add_net BUSY) (add_net CS) (add_net DC) (add_net DIN) (add_net DTR) (add_net EN) (add_net GDR) (add_net GND) (add_net IO0) (add_net "Net-(C1-Pad1)") (add_net "Net-(C10-Pad1)") (add_net "Net-(C11-Pad1)") (add_net "Net-(C12-Pad1)") (add_net "Net-(C13-Pad1)") (add_net "Net-(C15-Pad1)") (add_net "Net-(C2-Pad1)") (add_net "Net-(C3-Pad2)") (add_net "Net-(C4-Pad1)") (add_net "Net-(C4-Pad2)") (add_net "Net-(D2-Pad2)") (add_net "Net-(D3-Pad2)") (add_net "Net-(D6-Pad1)") (add_net "Net-(R10-Pad1)") (add_net "Net-(R9-Pad2)") (add_net PREVGH) (add_net PREVGL) (add_net RESE) (add_net REST) (add_net RTS) (add_net RX) (add_net SCL) (add_net SCLK) (add_net SDA) (add_net TX) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 61053C7C) (at 194.8 67.3 270) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /61367EDC) (attr smd) (fp_text reference C9 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 18 PREVGH)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Inductor_SMD:L_Coilcraft_XxL4040 (layer F.Cu) (tedit 5A44C862) (tstamp 6103DE82) (at 185.1 69.5 90) (descr "L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf") (tags "L Coilcraft XxL4040") (path /5E26F8D5) (attr smd) (fp_text reference L1 (at 0 -3 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10uH (at 0 3 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2 -2) (end 2 -2) (layer F.Fab) (width 0.1)) (fp_line (start 2 -2) (end 2 2) (layer F.Fab) (width 0.1)) (fp_line (start 2 2) (end -2 2) (layer F.Fab) (width 0.1)) (fp_line (start -2 2) (end -2 -2) (layer F.Fab) (width 0.1)) (fp_line (start -2.26 -2.26) (end 2.26 -2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.26 -2.26) (end 2.26 2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.26 2.26) (end -2.26 2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.26 2.26) (end -2.26 -2.26) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.154 -2.154) (end 2.154 -2.154) (layer F.SilkS) (width 0.12)) (fp_line (start 2.154 2.154) (end -2.154 2.154) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.185 0 90) (size 0.98 3.4) (layers F.Cu F.Paste F.Mask) (net 33 "Net-(C4-Pad2)")) (pad 1 smd rect (at -1.185 0 90) (size 0.98 3.4) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_Coilcraft_XxL4040.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DEF9) (at 192.5 68) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E28D0EB) (attr smd) (fp_text reference R5 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 3 (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 23 RESE)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DEE8) (at 192.5 69.8) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /5E28C562) (attr smd) (fp_text reference R4 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 24 GDR)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 6103DE97) (at 189.1 68.9 180) (descr "SOT-23, Standard") (tags SOT-23) (path /5E4E7415) (attr smd) (fp_text reference Q1 (at 0.3 -2.6) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SI1308EDL (at 0 2.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 3 smd rect (at 1 0 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 33 "Net-(C4-Pad2)")) (pad 2 smd rect (at -1 0.95 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 23 RESE)) (pad 1 smd rect (at -1 -0.95 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) (net 24 GDR)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 6103DDA7) (at 192.8 64.8 90) (descr SOD-123) (tags SOD-123) (path /5E27A032) (attr smd) (fp_text reference D5 (at 0 -2 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MBR0530 (at 0 2.1 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 -2 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.65 0 90) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 33 "Net-(C4-Pad2)")) (pad 1 smd rect (at -1.65 0 90) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 18 PREVGH)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 6103DD8E) (at 189.1 65.9) (descr SOD-123) (tags SOD-123) (path /5E264F47) (attr smd) (fp_text reference D1 (at 0 -2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MBR0530 (at 0 2.1) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 -2) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.65 0) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 21 PREVGL)) (pad 1 smd rect (at -1.65 0) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 34 "Net-(C4-Pad1)")) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 6103DD75) (at 189.1 63.6 180) (descr SOD-123) (tags SOD-123) (path /5E2665C1) (attr smd) (fp_text reference D4 (at 0 -1.5) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MBR0530 (at 0 2.1) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 -2) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 1.65 0 180) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 34 "Net-(C4-Pad1)")) (pad 1 smd rect (at -1.65 0 180) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DD1C) (at 183.8 86.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E25BE58) (attr smd) (fp_text reference C15 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 36 "Net-(C15-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DD0B) (at 183.8 84.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E25B762) (attr smd) (fp_text reference C14 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 21 PREVGL)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCDA) (at 183.8 83.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E259360) (attr smd) (fp_text reference C13 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 20 "Net-(C13-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCC9) (at 183.8 81.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E24F707) (attr smd) (fp_text reference C12 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 19 "Net-(C12-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCB8) (at 183.8 80.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E24CF0E) (attr smd) (fp_text reference C11 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 11 "Net-(C11-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DCA7) (at 183.8 78.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E2497DF) (attr smd) (fp_text reference C10 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 35 "Net-(C10-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC96) (at 183.8 72.6) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E266C85) (attr smd) (fp_text reference C8 (at 0.2 -1.4) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 4.7uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (pad 1 smd roundrect (at -0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC85) (at 183.8 77.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E4D13A9) (attr smd) (fp_text reference C7 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC74) (at 185 66.4 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E287FCA) (attr smd) (fp_text reference C4 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 4.7uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 33 "Net-(C4-Pad2)")) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 34 "Net-(C4-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC23) (at 183.8 75.7 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E221E72) (attr smd) (fp_text reference C2 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 31 "Net-(C2-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6103DC12) (at 183.8 74.2 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E220D4D) (attr smd) (fp_text reference C1 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 14 "Net-(C1-Pad1)")) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:epd-24pin locked (layer F.Cu) (tedit 6102D2F0) (tstamp 6103D251) (at 189.8 80 90) (descr "TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0") (tags "te fpc 1734839") (path /610E93F9) (attr smd) (fp_text reference U3 (at 0 -3.1 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 24pinconnecter (at 0 3.25 90) (layer Dwgs.User) (effects (font (size 0.5 0.5) (thickness 0.08))) ) (fp_line (start 9.22 -2.4) (end -9.22 -2.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.22 4.25) (end 9.22 -2.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.22 4.25) (end 9.22 4.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.22 -2.4) (end -9.22 4.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.605 2.75) (end -8.605 2.75) (layer Dwgs.User) (width 0.1)) (fp_line (start -5.55 -0.55) (end -5.95 -0.55) (layer F.SilkS) (width 0.12)) (fp_line (start -5.75 -0.15) (end -5.55 -0.55) (layer F.SilkS) (width 0.12)) (fp_line (start -5.95 -0.55) (end -5.75 -0.15) (layer F.SilkS) (width 0.12)) (fp_line (start 8.825 2.04) (end 8.825 2.64) (layer F.SilkS) (width 0.12)) (fp_line (start 8.715 2.04) (end 8.825 2.04) (layer F.SilkS) (width 0.12)) (fp_line (start -8.825 2.04) (end -8.825 2.64) (layer F.SilkS) (width 0.12)) (fp_line (start -8.715 2.04) (end -8.825 2.04) (layer F.SilkS) (width 0.12)) (fp_line (start -5.75 0.15) (end -5.35 -0.65) (layer F.Fab) (width 0.1)) (fp_line (start -6.15 -0.65) (end -5.75 0.15) (layer F.Fab) (width 0.1)) (fp_line (start -8.06 2.15) (end -8.06 -0.65) (layer F.Fab) (width 0.1)) (fp_line (start -8.715 2.15) (end -8.06 2.15) (layer F.Fab) (width 0.1)) (fp_line (start -8.715 3.75) (end -8.715 2.15) (layer F.Fab) (width 0.1)) (fp_line (start 8.715 3.75) (end -8.715 3.75) (layer F.Fab) (width 0.1)) (fp_line (start 8.715 2.15) (end 8.715 3.75) (layer F.Fab) (width 0.1)) (fp_line (start 8.06 2.15) (end 8.715 2.15) (layer F.Fab) (width 0.1)) (fp_line (start 8.06 -0.65) (end 8.06 2.15) (layer F.Fab) (width 0.1)) (fp_line (start -8.06 -0.65) (end 8.06 -0.65) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 1.55 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad MP smd rect (at 7.42 0.35 90) (size 2.3 3.1) (layers F.Cu F.Paste F.Mask)) (pad MP smd rect (at -7.42 0.35 90) (size 2.3 3.1) (layers F.Cu F.Paste F.Mask)) (pad 1 smd rect (at 5.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask)) (pad 2 smd rect (at 5.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 24 GDR)) (pad 3 smd rect (at 4.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 23 RESE)) (pad 4 smd rect (at 4.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 14 "Net-(C1-Pad1)")) (pad 5 smd rect (at 3.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 31 "Net-(C2-Pad1)")) (pad 6 smd rect (at 3.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at 2.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at 2.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 9 smd rect (at 1.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 29 BUSY)) (pad 10 smd rect (at 1.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 30 REST)) (pad 11 smd rect (at 0.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 26 DC)) (pad 12 smd rect (at 0.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 39 CS)) (pad 13 smd rect (at -0.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 28 SCLK)) (pad 14 smd rect (at -0.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 27 DIN)) (pad 15 smd rect (at -1.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 16 smd rect (at -1.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 17 smd rect (at -2.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 18 smd rect (at -2.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 35 "Net-(C10-Pad1)")) (pad 19 smd rect (at -3.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 11 "Net-(C11-Pad1)")) (pad 20 smd rect (at -3.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 19 "Net-(C12-Pad1)")) (pad 21 smd rect (at -4.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 18 PREVGH)) (pad 22 smd rect (at -4.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 20 "Net-(C13-Pad1)")) (pad 23 smd rect (at -5.25 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 21 PREVGL)) (pad 24 smd rect (at -5.75 -1.35 90) (size 0.3 1.1) (layers F.Cu F.Paste F.Mask) (net 36 "Net-(C15-Pad1)")) (model ${KISYS3DMOD}/Connector_FFC-FPC.3dshapes/TE_2-1734839-4_1x24-1MP_P0.5mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Sensor_Humidity:Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm (layer F.Cu) (tedit 5F15CF57) (tstamp 60FE1A59) (at 176.2 97.6 180) (descr "Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf)") (tags "sensirion dfn nolead") (path /6109CBB4) (attr smd) (fp_text reference U5 (at 0 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SHT31-DIS (at 0 2.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1.09 -1.41) (end 0.65 -1.41) (layer F.SilkS) (width 0.12)) (fp_line (start -0.65 1.41) (end 0.65 1.41) (layer F.SilkS) (width 0.12)) (fp_line (start -1.7 1.5) (end 1.7 1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 -1.5) (end 1.7 -1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.7 -1.5) (end 1.7 1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.7 -1.5) (end -1.7 1.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.25 -0.75) (end -0.75 -1.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.25 1.25) (end -1.25 -0.75) (layer F.Fab) (width 0.1)) (fp_line (start 1.25 1.25) (end -1.25 1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.25 -1.25) (end 1.25 1.25) (layer F.Fab) (width 0.1)) (fp_line (start -0.75 -1.25) (end 1.25 -1.25) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 1 smd rect (at -1.175 -0.75 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 16 SDA)) (pad 2 smd rect (at -1.175 -0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 3 smd rect (at -1.175 0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask)) (pad 4 smd rect (at -1.175 0.75) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 17 SCL)) (pad 5 smd rect (at 1.175 0.75 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 6 smd rect (at 1.175 0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at 1.175 -0.25 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 8 smd rect (at 1.175 -0.75 180) (size 0.55 0.25) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 9 smd custom (at 0 0 180) (size 1 1) (layers F.Cu F.Mask) (net 1 GND) (zone_connect 0) (options (clearance outline) (anchor circle)) (primitives (gr_poly (pts (xy 0.5 0.85) (xy -0.5 0.85) (xy -0.5 -0.55) (xy -0.2 -0.85) (xy 0.5 -0.85) ) (width 0)) )) (pad "" smd custom (at 0 0 180) (size 0.9 0.9) (layers F.Paste) (zone_connect 0) (options (clearance outline) (anchor rect)) (primitives (gr_poly (pts (xy 0.45 0.8) (xy -0.45 0.8) (xy -0.45 -0.53) (xy -0.18 -0.8) (xy 0.45 -0.8) ) (width 0)) )) (model ${KISYS3DMOD}/Sensor_Humidity.3dshapes/Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60FE1809) (at 178 94.5 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /610A7BA2) (attr smd) (fp_text reference R8 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 17 SCL)) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60FE17F8) (at 174.8 94.5) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /6109EBFB) (attr smd) (fp_text reference R7 (at -0.2 -1.4) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 16 SDA)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12 locked (layer F.Cu) (tedit 5D3C0721) (tstamp 60BD2B79) (at 197.45 94.75 90) (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") (tags "usb usb-c 2.0 pd") (path /60C562AE) (attr smd) (fp_text reference J2 (at 0 -5.645 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value USB_C_Receptacle_USB2.0 (at 0 5.1 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -4.7 3.9) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) (fp_line (start -4.47 -3.65) (end 4.47 -3.65) (layer F.Fab) (width 0.1)) (fp_line (start -4.47 -3.65) (end -4.47 3.65) (layer F.Fab) (width 0.1)) (fp_line (start -4.47 3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) (fp_line (start 4.47 -3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) (fp_line (start -5.32 -5.27) (end 5.32 -5.27) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.32 4.15) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.32 -5.27) (end -5.32 4.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 5.32 -5.27) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.7 -1.9) (end 4.7 0.1) (layer F.SilkS) (width 0.12)) (fp_line (start 4.7 2) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) (fp_line (start -4.7 -1.9) (end -4.7 0.1) (layer F.SilkS) (width 0.12)) (fp_line (start -4.7 2) (end -4.7 3.9) (layer F.SilkS) (width 0.12)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad B1 smd rect (at 3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A9 smd rect (at 2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad B9 smd rect (at -2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad B12 smd rect (at -3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A1 smd rect (at -3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad A4 smd rect (at -2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad B4 smd rect (at 2.45 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad A12 smd rect (at 3.25 -4.045 90) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad B8 smd rect (at -1.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad A5 smd rect (at -1.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad B7 smd rect (at -0.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 12 /D-)) (pad A7 smd rect (at 0.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 12 /D-)) (pad B6 smd rect (at 0.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 13 /D+)) (pad A8 smd rect (at 1.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad B5 smd rect (at 1.75 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask)) (pad A6 smd rect (at -0.25 -4.045 90) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) (net 13 /D+)) (pad S1 thru_hole oval (at 4.32 -3.13 90) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) (net 1 GND)) (pad S1 thru_hole oval (at -4.32 -3.13 90) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) (net 1 GND)) (pad "" np_thru_hole circle (at -2.89 -2.6 90) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) (pad S1 thru_hole oval (at -4.32 1.05 90) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) (net 1 GND)) (pad "" np_thru_hole circle (at 2.89 -2.6 90) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) (pad S1 thru_hole oval (at 4.32 1.05 90) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.wrl (offset (xyz 20 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 90)) ) (model "D:/kicadlib/Type-C.pretty-master/HRO TYPE-C-31-M-12.step" (offset (xyz -4.5 -3.5 0)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C2552F) (at 181.4 90.1 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60C33830) (attr smd) (fp_text reference R6 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 4 IO0)) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5F68FEF0) (tstamp 60C23D1C) (at 169.2 96.9 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /60D6BFF3) (attr smd) (fp_text reference D6 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value LED-red (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 7 +5V)) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 15 "Net-(D6-Pad1)")) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5F68FEF0) (tstamp 60C23D09) (at 181.4 93.12 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /60CDD16C) (attr smd) (fp_text reference D3 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value LED-red (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 37 "Net-(D3-Pad2)")) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 8 TX)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Diode_SMD:D_0603_1608Metric (layer F.Cu) (tedit 5F68FEF0) (tstamp 60C23CF6) (at 181.4 95.48 180) (descr "Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags diode) (path /60CCAB5F) (attr smd) (fp_text reference D2 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value LED-green (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 22 "Net-(D2-Pad2)")) (pad 1 smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 9 RX)) (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C23AE3) (at 188.8 97.8) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60CF82DF) (attr smd) (fp_text reference C5 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uf (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 7 +5V)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:bt-342 (layer F.Cu) (tedit 5FD0F719) (tstamp 60C23045) (at 178.2 90.8 90) (descr "Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss") (tags "Tactile Switch") (path /60D2182B) (attr smd) (fp_text reference SW1 (at 0 -2.5 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SW_Push (at 0 2.5 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -2.9 -1.65) (end -2.9 1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start 2.9 -1.65) (end -2.9 -1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start 2.9 -1.55) (end 2.9 -1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start 2.9 1.65) (end 2.9 -1.55) (layer Dwgs.User) (width 0.12)) (fp_line (start -2.9 1.65) (end 2.9 1.65) (layer Dwgs.User) (width 0.12)) (fp_line (start -1.65 1.1) (end -1.65 1.4) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 1.4) (end 1.65 1.4) (layer F.SilkS) (width 0.12)) (fp_line (start 1.65 1.4) (end 1.65 1.1) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 -1.1) (end -1.65 -1.4) (layer F.SilkS) (width 0.12)) (fp_line (start -1.65 -1.4) (end 1.65 -1.4) (layer F.SilkS) (width 0.12)) (fp_line (start 1.65 -1.4) (end 1.65 -1.1) (layer F.SilkS) (width 0.12)) (fp_line (start -1.5 -1.25) (end 1.5 -1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.5 -1.25) (end 1.5 1.25) (layer F.Fab) (width 0.1)) (fp_line (start 1.5 1.25) (end -1.5 1.25) (layer F.Fab) (width 0.1)) (fp_line (start -1.5 1.25) (end -1.5 -1.25) (layer F.Fab) (width 0.1)) (fp_circle (center 0 0) (end 0.75 0) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 -2.5 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 2 smd rect (at 2.2 0 90) (size 0.9 1.7) (layers F.Cu F.Paste F.Mask) (net 4 IO0)) (pad 1 smd rect (at -2.2 0 90) (size 0.9 1.7) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FD7) (at 171.5 96.05 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60D6AE24) (attr smd) (fp_text reference R9 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 38 "Net-(R9-Pad2)")) (pad 1 smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 15 "Net-(D6-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FC6) (at 169.2 95.15) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60D68484) (attr smd) (fp_text reference R10 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.825 0) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 25 "Net-(R10-Pad1)")) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FB5) (at 181.4 91.6 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60CDD166) (attr smd) (fp_text reference R2 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 37 "Net-(D3-Pad2)")) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22FA4) (at 181.4 97.8 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60CC9DEF) (attr smd) (fp_text reference R1 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 22 "Net-(D2-Pad2)")) (pad 1 smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22CE1) (at 168.45 92.25 270) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60DED74F) (attr smd) (fp_text reference C17 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22CAE) (at 181.4 88.6 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60D24394) (attr smd) (fp_text reference C16 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uf (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 4 IO0)) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C22C9D) (at 185.05 97.8 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /60C82E91) (attr smd) (fp_text reference C3 (at 0 -1.43) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uf (at 0 1.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 32 "Net-(C3-Pad2)")) (pad 1 smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-363_SC-70-6 (layer F.Cu) (tedit 5A02FF57) (tstamp 60C1B48A) (at 185.1 90.2) (descr "SOT-363, SC-70-6") (tags "SOT-363 SC-70-6") (path /60C2C4EB) (attr smd) (fp_text reference U1 (at 0 -2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value DDC114TU-7-F (at 0 2 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0.7 -1.16) (end -1.2 -1.16) (layer F.SilkS) (width 0.12)) (fp_line (start -0.7 1.16) (end 0.7 1.16) (layer F.SilkS) (width 0.12)) (fp_line (start 1.6 1.4) (end 1.6 -1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.6 -1.4) (end -1.6 1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.6 -1.4) (end 1.6 -1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.675 -1.1) (end -0.175 -1.1) (layer F.Fab) (width 0.1)) (fp_line (start -0.675 -0.6) (end -0.675 1.1) (layer F.Fab) (width 0.1)) (fp_line (start -1.6 1.4) (end 1.6 1.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.675 -1.1) (end 0.675 1.1) (layer F.Fab) (width 0.1)) (fp_line (start 0.675 1.1) (end -0.675 1.1) (layer F.Fab) (width 0.1)) (fp_line (start -0.175 -1.1) (end -0.675 -0.6) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 6 smd rect (at 0.95 -0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 2 EN)) (pad 4 smd rect (at 0.95 0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 5 DTR)) (pad 2 smd rect (at -0.95 0) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 5 DTR)) (pad 5 smd rect (at 0.95 0) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 6 RTS)) (pad 3 smd rect (at -0.95 0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 4 IO0)) (pad 1 smd rect (at -0.95 -0.65) (size 0.65 0.4) (layers F.Cu F.Paste F.Mask) (net 6 RTS)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_SMD:R_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60C1B35E) (at 157.4 69.6 270) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags resistor) (path /60C686C5) (attr smd) (fp_text reference R3 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10k (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer F.Fab) (width 0.1)) (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 EN)) (pad 1 smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 10 +3V3)) (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:largepoint (layer F.Cu) (tedit 5FE3690C) (tstamp 60BD2B83) (at 160.7 93.1) (path /60E1D2E1) (fp_text reference J3 (at 0.1 -6.2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_01x01_Female (at 0.1 -4.4) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 smd rect (at 0 0) (size 2.5 2.5) (layers F.Cu F.Paste F.Mask) (net 1 GND)) ) (module my:largepoint (layer F.Cu) (tedit 5FE3690C) (tstamp 60BD2B7E) (at 160.7 96.8) (path /60E1C4A3) (fp_text reference J1 (at 0.1 -6.2) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Conn_01x01_Female (at 0.1 -4.4) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 smd rect (at 0 0) (size 2.5 2.5) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) ) (module Capacitor_SMD:C_0603_1608Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60BD1105) (at 157.4 72.6 270) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags capacitor) (path /5E41B20B) (attr smd) (fp_text reference C6 (at 0 -1.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1uF (at 0 1.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer F.Fab) (width 0.1)) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) (layer F.SilkS) (width 0.12)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.4 0.4) (thickness 0.06))) ) (pad 2 smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 1 GND)) (pad 1 smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) (net 2 EN)) (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23-5 (layer F.Cu) (tedit 5A02FF57) (tstamp 60BD01B7) (at 165.8 92.55) (descr "5-pin SOT23 package") (tags SOT-23-5) (path /60C20D5F) (attr smd) (fp_text reference U6 (at 0 -2.9) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ME6211C33M5G-N (at 0 2.9) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module my:ESSOP-10_3.9x4.9mm_P1.00mm (layer F.Cu) (tedit 60707E26) (tstamp 60BD01A2) (at 186.9 94.3 180) (descr "10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf)") (tags "SSOP 3.9 4.9 1.00") (path /60BF0ECE) (attr smd) (fp_text reference U2 (at 0 -3.5) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ch340k (at 0 3.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.95 -2.45) (end 1.95 -2.45) (layer F.Fab) (width 0.1)) (fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer F.Fab) (width 0.1)) (fp_line (start 1.95 2.45) (end -1.95 2.45) (layer F.Fab) (width 0.1)) (fp_line (start -1.95 2.45) (end -1.95 -1.45) (layer F.Fab) (width 0.1)) (fp_line (start -1.95 -1.45) (end -0.95 -2.45) (layer F.Fab) (width 0.1)) (fp_line (start -3.35 -2.7) (end -3.35 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.35 -2.7) (end 3.35 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3.35 -2.7) (end 3.35 -2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3.35 2.7) (end 3.35 2.7) (layer F.CrtYd) (width 0.05)) (fp_line (start -3 -2.57) (end 2.07 -2.57) (layer F.SilkS) (width 0.15)) (fp_line (start -2.07 2.57) (end 2.07 2.57) (layer F.SilkS) (width 0.15)) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 11 smd rect (at 0 0 180) (size 2.5 4) (layers F.Cu F.Paste F.Mask)) (pad 10 smd rect (at 2.55 -2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 32 "Net-(C3-Pad2)")) (pad 9 smd rect (at 2.55 -1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 9 RX)) (pad 5 smd rect (at -2.55 2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at 2.55 0 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 8 TX)) (pad 7 smd rect (at 2.55 1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad 6 smd rect (at 2.55 2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 6 RTS)) (pad 4 smd rect (at -2.55 1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 5 DTR)) (pad 3 smd rect (at -2.55 0 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 2 smd rect (at -2.55 -1 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 12 /D-)) (pad 1 smd rect (at -2.55 -2 180) (size 1.1 0.51) (layers F.Cu F.Paste F.Mask) (net 13 /D+)) (model ${KISYS3DMOD}/Package_SO.3dshapes/SSOP-10_3.9x4.9mm_P1.00mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_TO_SOT_SMD:SOT-23-5 (layer F.Cu) (tedit 5A02FF57) (tstamp 60C270B8) (at 165.8 96.2) (descr "5-pin SOT23 package") (tags SOT-23-5) (path /60BF0072) (attr smd) (fp_text reference U7 (at 0 -2.9) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value TP4054 (at 0 2.9) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) (fp_text user %R (at 0 0 90) (layer F.Fab) (effects (font (size 0.5 0.5) (thickness 0.075))) ) (pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 25 "Net-(R10-Pad1)")) (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 7 +5V)) (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 3 BAT+)) (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) (net 38 "Net-(R9-Pad2)")) (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module RF_Module:ESP32-WROOM-32 locked (layer F.Cu) (tedit 5B5B4654) (tstamp 5E5A627E) (at 169 76) (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") (path /5E56FA7D) (attr smd) (fp_text reference U4 (at -10.61 8.43 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value ESP-32S (at 0 11.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -14 -9.97) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 9 9.76) (end 9 -15.745) (layer F.Fab) (width 0.1)) (fp_line (start -9 9.76) (end 9 9.76) (layer F.Fab) (width 0.1)) (fp_line (start -9 -15.745) (end -9 -10.02) (layer F.Fab) (width 0.1)) (fp_line (start -9 -15.745) (end 9 -15.745) (layer F.Fab) (width 0.1)) (fp_line (start -9.75 10.5) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.75 10.5) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.75 -9.72) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) (fp_line (start -14.25 -21) (end 14.25 -21) (layer F.CrtYd) (width 0.05)) (fp_line (start -9 -9.02) (end -9 9.76) (layer F.Fab) (width 0.1)) (fp_line (start -8.5 -9.52) (end -9 -10.02) (layer F.Fab) (width 0.1)) (fp_line (start -9 -9.02) (end -8.5 -9.52) (layer F.Fab) (width 0.1)) (fp_line (start 14 -9.97) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -9.97) (end 14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -20.75) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start -14.25 -21) (end -14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start 14.25 -21) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -14.25 -9.72) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.75 -9.72) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) (fp_line (start -12.525 -20.75) (end -14 -19.66) (layer Dwgs.User) (width 0.1)) (fp_line (start -10.525 -20.75) (end -14 -18.045) (layer Dwgs.User) (width 0.1)) (fp_line (start -8.525 -20.75) (end -14 -16.43) (layer Dwgs.User) (width 0.1)) (fp_line (start -6.525 -20.75) (end -14 -14.815) (layer Dwgs.User) (width 0.1)) (fp_line (start -4.525 -20.75) (end -14 -13.2) (layer Dwgs.User) (width 0.1)) (fp_line (start -2.525 -20.75) (end -14 -11.585) (layer Dwgs.User) (width 0.1)) (fp_line (start -0.525 -20.75) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 1.475 -20.75) (end -12 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 3.475 -20.75) (end -10 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start -8 -9.97) (end 5.475 -20.75) (layer Dwgs.User) (width 0.1)) (fp_line (start 7.475 -20.75) (end -6 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 9.475 -20.75) (end -4 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 11.475 -20.75) (end -2 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 13.475 -20.75) (end 0 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -19.66) (end 2 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -18.045) (end 4 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -16.43) (end 6 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -14.815) (end 8 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -13.2) (end 10 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 14 -11.585) (end 12 -9.97) (layer Dwgs.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 13.8 -13.875) (layer Cmts.User) (width 0.1)) (fp_line (start 13.8 -13.875) (end 13.6 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 13.8 -13.875) (end 13.6 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 9.4 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 9.2 -13.875) (end 9.4 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -13.6 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -13.6 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -9.2 -13.875) (end -9.4 -13.675) (layer Cmts.User) (width 0.1)) (fp_line (start -13.8 -13.875) (end -9.2 -13.875) (layer Cmts.User) (width 0.1)) (fp_line (start -9.2 -13.875) (end -9.4 -14.075) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.2 -16.2) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.6 -16.2) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -20.6) (end 8.6 -20.4) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -16) (end 8.4 -20.6) (layer Cmts.User) (width 0.1)) (fp_line (start 8.4 -20.6) (end 8.2 -20.4) (layer Cmts.User) (width 0.1)) (fp_line (start -9.12 9.1) (end -9.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 9.88) (end -8.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 9.1) (end 9.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 9.88) (end 8.12 9.88) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -15.865) (end 9.12 -15.865) (layer F.SilkS) (width 0.12)) (fp_line (start 9.12 -15.865) (end 9.12 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -15.865) (end -9.12 -9.445) (layer F.SilkS) (width 0.12)) (fp_line (start -9.12 -9.445) (end -9.5 -9.445) (layer F.SilkS) (width 0.12)) (fp_text user "5 mm" (at 7.8 -19.075 90) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user "5 mm" (at -11.2 -14.375) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user "5 mm" (at 11.8 -14.375) (layer Cmts.User) (effects (font (size 0.5 0.5) (thickness 0.1))) ) (fp_text user Antenna (at 0 -13) (layer Cmts.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer Cmts.User) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 38 smd rect (at 8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 37 smd rect (at 8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 27 DIN)) (pad 36 smd rect (at 8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 17 SCL)) (pad 35 smd rect (at 8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 9 RX)) (pad 34 smd rect (at 8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 8 TX)) (pad 33 smd rect (at 8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 16 SDA)) (pad 32 smd rect (at 8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 31 smd rect (at 8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 30 smd rect (at 8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 28 SCLK)) (pad 29 smd rect (at 8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 39 CS)) (pad 28 smd rect (at 8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 26 DC)) (pad 27 smd rect (at 8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 30 REST)) (pad 26 smd rect (at 8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 29 BUSY)) (pad 25 smd rect (at 8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 4 IO0)) (pad 24 smd rect (at 5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 23 smd rect (at 4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 22 smd rect (at 3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 21 smd rect (at 1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 20 smd rect (at 0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 19 smd rect (at -0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 18 smd rect (at -1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 17 smd rect (at -3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 16 smd rect (at -4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 15 smd rect (at -5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 14 smd rect (at -8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 13 smd rect (at -8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 12 smd rect (at -8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 11 smd rect (at -8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 10 smd rect (at -8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 9 smd rect (at -8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at -8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at -8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 6 smd rect (at -8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 5 smd rect (at -8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 4 smd rect (at -8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask)) (pad 3 smd rect (at -8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 2 EN)) (pad 2 smd rect (at -8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 10 +3V3)) (pad 1 smd rect (at -8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (pad 39 smd rect (at -1 -0.755) (size 5 5) (layers F.Cu F.Paste F.Mask) (net 1 GND)) (model ${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (gr_line (start 174 100) (end 174 97.8) (layer Edge.Cuts) (width 0.1) (tstamp 610EB454)) (gr_line (start 178.4 100) (end 174 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 178.4 97.8) (end 178.4 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 183 60) (end 155 60) (layer Edge.Cuts) (width 0.1) (tstamp 6105FF78)) (gr_text smartdisplay (at 157.3 82.5) (layer B.SilkS) (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) ) (gr_line (start 173.4 100) (end 116.8 100) (layer Edge.Cuts) (width 0.1) (tstamp 6104E713)) (gr_line (start 200 100) (end 179 100) (layer Edge.Cuts) (width 0.1) (tstamp 6104E712)) (gr_line (start 179 96) (end 179 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 178.4 96) (end 179 96) (layer Edge.Cuts) (width 0.1)) (gr_line (start 178.4 97.8) (end 178.4 96) (layer Edge.Cuts) (width 0.1)) (gr_line (start 173.4 96) (end 173.4 100) (layer Edge.Cuts) (width 0.1)) (gr_line (start 174 96) (end 173.4 96) (layer Edge.Cuts) (width 0.1)) (gr_line (start 174 97.8) (end 174 96) (layer Edge.Cuts) (width 0.1)) (dimension 40 (width 0.15) (layer F.SilkS) (gr_text "40.000 mm" (at 108 80 270) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 116.8 100) (xy 108.713579 100))) (feature2 (pts (xy 116.8 60) (xy 108.713579 60))) (crossbar (pts (xy 109.3 60) (xy 109.3 100))) (arrow1a (pts (xy 109.3 100) (xy 108.713579 98.873496))) (arrow1b (pts (xy 109.3 100) (xy 109.886421 98.873496))) (arrow2a (pts (xy 109.3 60) (xy 108.713579 61.126504))) (arrow2b (pts (xy 109.3 60) (xy 109.886421 61.126504))) ) (dimension 38.2 (width 0.15) (layer F.SilkS) (gr_text "38.200 mm" (at 135.9 55.3) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 116.8 60) (xy 116.8 56.013579))) (feature2 (pts (xy 155 60) (xy 155 56.013579))) (crossbar (pts (xy 155 56.6) (xy 116.8 56.6))) (arrow1a (pts (xy 116.8 56.6) (xy 117.926504 56.013579))) (arrow1b (pts (xy 116.8 56.6) (xy 117.926504 57.186421))) (arrow2a (pts (xy 155 56.6) (xy 153.873496 56.013579))) (arrow2b (pts (xy 155 56.6) (xy 153.873496 57.186421))) ) (dimension 83.2 (width 0.15) (layer F.SilkS) (gr_text "83.200 mm" (at 158.4 49.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 116.8 60) (xy 116.8 49.913579))) (feature2 (pts (xy 200 60) (xy 200 49.913579))) (crossbar (pts (xy 200 50.5) (xy 116.8 50.5))) (arrow1a (pts (xy 116.8 50.5) (xy 117.926504 49.913579))) (arrow1b (pts (xy 116.8 50.5) (xy 117.926504 51.086421))) (arrow2a (pts (xy 200 50.5) (xy 198.873496 49.913579))) (arrow2b (pts (xy 200 50.5) (xy 198.873496 51.086421))) ) (gr_line (start 116.8 100) (end 116.8 94.2) (layer Edge.Cuts) (width 0.1) (tstamp 61040121)) (gr_line (start 116.8 60) (end 116.8 60.1) (layer Edge.Cuts) (width 0.1) (tstamp 61040120)) (gr_line (start 149.9 60) (end 116.8 60) (layer Edge.Cuts) (width 0.1)) (gr_line (start 116.8 65.8) (end 116.8 60.1) (layer Edge.Cuts) (width 0.1)) (gr_line (start 149.9 60) (end 151.4 60) (layer Edge.Cuts) (width 0.1) (tstamp 610326C4)) (gr_line (start 153 60) (end 151.4 60) (layer Edge.Cuts) (width 0.1) (tstamp 60FE1EC6)) (gr_text - (at 160.7 90.9) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.15))) ) (gr_text + (at 160.8 99.1) (layer F.SilkS) (effects (font (size 1.5 1.5) (thickness 0.15))) ) (dimension 17 (width 0.15) (layer F.SilkS) (gr_text "17.000 mm" (at 191.5 44.6) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 183 60) (xy 183 45.313579))) (feature2 (pts (xy 200 60) (xy 200 45.313579))) (crossbar (pts (xy 200 45.9) (xy 183 45.9))) (arrow1a (pts (xy 183 45.9) (xy 184.126504 45.313579))) (arrow1b (pts (xy 183 45.9) (xy 184.126504 46.486421))) (arrow2a (pts (xy 200 45.9) (xy 198.873496 45.313579))) (arrow2b (pts (xy 200 45.9) (xy 198.873496 46.486421))) ) (gr_line (start 200 60) (end 183 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E594AE8)) (gr_line (start 155 60) (end 153 60) (layer Edge.Cuts) (width 0.1) (tstamp 5E594AE7)) (gr_line (start 116.8 94.2) (end 116.8 65.8) (layer Edge.Cuts) (width 0.1) (tstamp 5E591EC7)) (gr_text BLab (at 157.3 79.2) (layer B.SilkS) (effects (font (size 4 4) (thickness 1)) (justify mirror)) ) (gr_line (start 118.4 98.4) (end 118.4 61.6) (layer B.SilkS) (width 0.15) (tstamp 5E4C50D5)) (gr_line (start 198.4 98.4) (end 118.4 98.4) (layer B.SilkS) (width 0.15)) (gr_line (start 198.4 61.6) (end 198.4 98.4) (layer B.SilkS) (width 0.15)) (gr_line (start 118.4 61.6) (end 198.4 61.6) (layer B.SilkS) (width 0.15)) (gr_line (start 200 100) (end 200 60) (layer Edge.Cuts) (width 0.1)) (segment (start 168 75.245) (end 168 76.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 194.32 98.915) (end 193.405 98) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 99.07) (end 194.32 98.915) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 99.07) (end 198.5 99.07) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 90.43) (end 198.5 90.43) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 90.585) (end 193.405 91.5) (width 0.5) (layer F.Cu) (net 1)) (segment (start 194.32 90.43) (end 194.32 90.585) (width 0.5) (layer F.Cu) (net 1)) (segment (start 161.4 93.1) (end 160.7 93.1) (width 0.8) (layer F.Cu) (net 1)) (segment (start 162.65 94.35) (end 161.4 93.1) (width 0.8) (layer F.Cu) (net 1)) (segment (start 162.65 95.259998) (end 162.65 94.35) (width 0.8) (layer F.Cu) (net 1)) (segment (start 163.590002 96.2) (end 162.65 95.259998) (width 0.8) (layer F.Cu) (net 1)) (segment (start 164.7 96.2) (end 163.590002 96.2) (width 0.8) (layer F.Cu) (net 1)) (segment (start 175.025 97.85) (end 175.025 98.35) (width 0.25) (layer F.Cu) (net 1)) (segment (start 175.95 97.85) (end 176.2 97.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 175.025 97.85) (end 175.95 97.85) (width 0.25) (layer F.Cu) (net 1)) (segment (start 176.45 97.85) (end 176.2 97.6) (width 0.25) (layer F.Cu) (net 1)) (segment (start 177.375 97.85) (end 176.45 97.85) (width 0.25) (layer F.Cu) (net 1)) (segment (start 194.725 68) (end 194.8 68.075) (width 0.35) (layer F.Cu) (net 1)) (segment (start 193.325 68) (end 194.725 68) (width 0.35) (layer F.Cu) (net 1)) (segment (start 193.325 68) (end 193.325 69.8) (width 0.35) (layer F.Cu) (net 1)) (segment (start 167.975 92.55) (end 168.45 93.025) (width 0.35) (layer F.Cu) (net 1)) (segment (start 164.7 92.55) (end 167.975 92.55) (width 0.35) (layer F.Cu) (net 1)) (segment (start 195.125 68.075) (end 194.8 68.075) (width 0.25) (layer F.Cu) (net 1)) (segment (start 195.8 67.4) (end 195.125 68.075) (width 0.25) (layer F.Cu) (net 1)) (segment (start 195.8 66) (end 195.8 67.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 194 64.2) (end 195.8 66) (width 0.25) (layer F.Cu) (net 1)) (segment (start 191.35 64.2) (end 194 64.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 190.75 63.6) (end 191.35 64.2) (width 0.25) (layer F.Cu) (net 1)) (via (at 168.4 90.05) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 166.58 90.05) (end 168.4 90.05) (width 0.5) (layer F.Cu) (net 1)) (segment (start 163.285 86.755) (end 166.58 90.05) (width 0.5) (layer F.Cu) (net 1)) (segment (start 163.285 85.255) (end 163.285 86.755) (width 0.5) (layer F.Cu) (net 1)) (via (at 169.85 93) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 169.825 93.025) (end 169.85 93) (width 0.5) (layer F.Cu) (net 1)) (segment (start 168.45 93.025) (end 169.825 93.025) (width 0.5) (layer F.Cu) (net 1)) (segment (start 172.2 94.2) (end 170.35 94.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 170.025 94.525) (end 170.025 95.15) (width 0.25) (layer F.Cu) (net 1)) (segment (start 170.35 94.2) (end 170.025 94.525) (width 0.25) (layer F.Cu) (net 1)) (segment (start 173.45 95.45) (end 172.2 94.2) (width 0.25) (layer F.Cu) (net 1)) (segment (start 173.909633 95.45) (end 173.45 95.45) (width 0.25) (layer F.Cu) (net 1)) (segment (start 174.35 95.890367) (end 173.909633 95.45) (width 0.25) (layer F.Cu) (net 1)) (segment (start 174.35 97.570002) (end 174.35 95.890367) (width 0.25) (layer F.Cu) (net 1)) (segment (start 174.629998 97.85) (end 174.35 97.570002) (width 0.25) (layer F.Cu) (net 1)) (segment (start 175.025 97.85) (end 174.629998 97.85) (width 0.25) (layer F.Cu) (net 1)) (via (at 179.3 89.75) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 178.2 90.85) (end 179.3 89.75) (width 0.5) (layer F.Cu) (net 1)) (segment (start 178.2 93) (end 178.2 90.85) (width 0.5) (layer F.Cu) (net 1)) (via (at 190.9 93.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 190 94.3) (end 190.9 93.4) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.45 94.3) (end 190 94.3) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.05 77.75) (end 188.45 77.75) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.600011 77.199989) (end 189.05 77.75) (width 0.25) (layer F.Cu) (net 1)) (segment (start 191.4 78) (end 190.599989 77.199989) (width 0.25) (layer F.Cu) (net 1)) (segment (start 191.4 80.7) (end 191.4 78) (width 0.25) (layer F.Cu) (net 1)) (segment (start 190.599989 77.199989) (end 189.600011 77.199989) (width 0.25) (layer F.Cu) (net 1)) (segment (start 189.85 82.25) (end 191.4 80.7) (width 0.25) (layer F.Cu) (net 1)) (segment (start 188.45 82.25) (end 189.85 82.25) (width 0.25) (layer F.Cu) (net 1)) (segment (start 157.54 70.285) (end 157.4 70.425) (width 0.5) (layer F.Cu) (net 2)) (segment (start 157.4 70.425) (end 157.4 71.825) (width 0.5) (layer F.Cu) (net 2)) (segment (start 160.5 70.285) (end 157.54 70.285) (width 0.5) (layer F.Cu) (net 2)) (via (at 176.95 87.25) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 2)) (via (at 184.95 88.8) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 2)) (segment (start 185.7 89.55) (end 186.05 89.55) (width 0.35) (layer F.Cu) (net 2)) (segment (start 184.95 88.8) (end 185.7 89.55) (width 0.35) (layer F.Cu) (net 2)) (segment (start 183.75 87.6) (end 184.95 88.8) (width 0.35) (layer B.Cu) (net 2)) (segment (start 177.3 87.6) (end 183.75 87.6) (width 0.35) (layer B.Cu) (net 2)) (segment (start 176.95 87.25) (end 177.3 87.6) (width 0.35) (layer B.Cu) (net 2)) (segment (start 175.9 86.2) (end 176.95 87.25) (width 0.35) (layer F.Cu) (net 2)) (segment (start 175.9 84.275) (end 175.9 86.2) (width 0.35) (layer F.Cu) (net 2)) (segment (start 175.275 83.65) (end 175.9 84.275) (width 0.35) (layer F.Cu) (net 2)) (segment (start 163.6 79.2) (end 168.05 83.65) (width 0.35) (layer F.Cu) (net 2)) (segment (start 168.05 83.65) (end 175.275 83.65) (width 0.35) (layer F.Cu) (net 2)) (segment (start 163.6 72.619998) (end 163.6 79.2) (width 0.35) (layer F.Cu) (net 2)) (segment (start 161.265002 70.285) (end 163.6 72.619998) (width 0.35) (layer F.Cu) (net 2)) (segment (start 160.5 70.285) (end 161.265002 70.285) (width 0.35) (layer F.Cu) (net 2)) (segment (start 161.05 97.15) (end 160.7 96.8) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.45 97.15) (end 161.05 97.15) (width 0.8) (layer F.Cu) (net 3)) (via (at 163.45 97.15) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 3)) (segment (start 164.7 97.15) (end 163.45 97.15) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.45 93.145002) (end 163.45 91.85) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.804998 93.5) (end 163.45 93.145002) (width 0.8) (layer F.Cu) (net 3)) (segment (start 164.7 93.5) (end 163.804998 93.5) (width 0.8) (layer F.Cu) (net 3)) (segment (start 163.699999 91.600001) (end 163.45 91.85) (width 0.8) (layer F.Cu) (net 3)) (segment (start 164.7 91.6) (end 163.699999 91.600001) (width 0.8) (layer F.Cu) (net 3)) (via (at 163.45 91.85) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 3)) (segment (start 163.45 97.15) (end 163.45 91.85) (width 0.8) (layer B.Cu) (net 3)) (segment (start 180.625 90.05) (end 180.575 90.1) (width 0.35) (layer F.Cu) (net 4)) (segment (start 180.625 88.6) (end 180.625 90.05) (width 0.35) (layer F.Cu) (net 4)) (via (at 183.4 90.9) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 183.45 90.85) (end 183.4 90.9) (width 0.35) (layer F.Cu) (net 4)) (segment (start 184.15 90.85) (end 183.45 90.85) (width 0.35) (layer F.Cu) (net 4)) (segment (start 178 88.4) (end 178.2 88.6) (width 0.35) (layer F.Cu) (net 4)) (segment (start 178 84.755) (end 178 88.4) (width 0.35) (layer F.Cu) (net 4)) (segment (start 177.5 84.255) (end 178 84.755) (width 0.35) (layer F.Cu) (net 4)) (segment (start 182.1 90.9) (end 179.8 88.6) (width 0.35) (layer B.Cu) (net 4)) (segment (start 183.4 90.9) (end 182.1 90.9) (width 0.35) (layer B.Cu) (net 4)) (segment (start 178.2 88.6) (end 179.8 88.6) (width 0.35) (layer F.Cu) (net 4)) (segment (start 180.625 88.6) (end 179.8 88.6) (width 0.35) (layer F.Cu) (net 4)) (via (at 179.8 88.6) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 4)) (segment (start 189.840002 93.3) (end 189.45 93.3) (width 0.35) (layer F.Cu) (net 5)) (segment (start 188.5 92.064998) (end 187.285002 90.85) (width 0.35) (layer F.Cu) (net 5)) (segment (start 188.5 92.740002) (end 188.5 92.064998) (width 0.35) (layer F.Cu) (net 5)) (segment (start 189.059998 93.3) (end 188.5 92.740002) (width 0.35) (layer F.Cu) (net 5)) (segment (start 189.45 93.3) (end 189.059998 93.3) (width 0.35) (layer F.Cu) (net 5)) (via (at 187.285002 90.85) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 5)) (segment (start 186.05 90.85) (end 187.285002 90.85) (width 0.35) (layer F.Cu) (net 5)) (segment (start 184.15 90.2) (end 183.4 90.2) (width 0.35) (layer F.Cu) (net 5)) (via (at 183.4 90.2) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 5)) (segment (start 186.635002 90.2) (end 183.4 90.2) (width 0.35) (layer B.Cu) (net 5)) (segment (start 187.285002 90.85) (end 186.635002 90.2) (width 0.35) (layer B.Cu) (net 5)) (segment (start 184.35 92.3) (end 185.1 91.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.375 90.2) (end 186.05 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.1 90.475) (end 185.375 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.1 91.55) (end 185.1 90.475) (width 0.35) (layer F.Cu) (net 6)) (segment (start 185.292878 90.2) (end 185.375 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 184.642878 89.55) (end 185.292878 90.2) (width 0.35) (layer F.Cu) (net 6)) (segment (start 184.15 89.55) (end 184.642878 89.55) (width 0.35) (layer F.Cu) (net 6)) (segment (start 168.1625 97.15) (end 168.4125 96.9) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.9 97.15) (end 168.1625 97.15) (width 0.5) (layer F.Cu) (net 7)) (via (at 165.8 97.6) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 7)) (segment (start 166 97.8) (end 165.8 97.6) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.6 97.8) (end 166 97.8) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.9 97.5) (end 166.6 97.8) (width 0.5) (layer F.Cu) (net 7)) (segment (start 166.9 97.15) (end 166.9 97.5) (width 0.5) (layer F.Cu) (net 7)) (segment (start 195.875001 95.524999) (end 194.2 97.2) (width 0.35) (layer F.Cu) (net 7)) (segment (start 194.2 97.2) (end 193.405 97.2) (width 0.35) (layer F.Cu) (net 7)) (segment (start 195.875001 94.009999) (end 195.875001 95.524999) (width 0.35) (layer F.Cu) (net 7)) (segment (start 194.165002 92.3) (end 195.875001 94.009999) (width 0.35) (layer F.Cu) (net 7)) (segment (start 193.405 92.3) (end 194.165002 92.3) (width 0.35) (layer F.Cu) (net 7)) (segment (start 193.405 97.2) (end 191.699982 97.2) (width 0.5) (layer F.Cu) (net 7)) (via (at 191.699982 97.2) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 7)) (segment (start 188.025 97.375) (end 188.025 97.8) (width 0.25) (layer F.Cu) (net 7)) (segment (start 188.4 97) (end 188.025 97.375) (width 0.25) (layer F.Cu) (net 7)) (segment (start 190.6 97) (end 188.4 97) (width 0.25) (layer F.Cu) (net 7)) (segment (start 190.8 97.2) (end 190.6 97) (width 0.25) (layer F.Cu) (net 7)) (segment (start 191.699982 97.2) (end 190.8 97.2) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.7 96.9) (end 187.125 96.9) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.3 96.5) (end 185.7 96.9) (width 0.25) (layer F.Cu) (net 7)) (segment (start 185.3 93.7) (end 185.3 96.5) (width 0.25) (layer F.Cu) (net 7)) (segment (start 184.9 93.3) (end 185.3 93.7) (width 0.25) (layer F.Cu) (net 7)) (segment (start 187.125 96.9) (end 188.025 97.8) (width 0.25) (layer F.Cu) (net 7)) (segment (start 184.35 93.3) (end 184.9 93.3) (width 0.25) (layer F.Cu) (net 7)) (segment (start 167.555778 94.6) (end 178.437998 94.6) (width 0.5) (layer B.Cu) (net 7)) (segment (start 181.287997 97.449999) (end 191.449983 97.449999) (width 0.5) (layer B.Cu) (net 7)) (segment (start 165.8 96.355778) (end 167.555778 94.6) (width 0.5) (layer B.Cu) (net 7)) (segment (start 178.437998 94.6) (end 181.287997 97.449999) (width 0.5) (layer B.Cu) (net 7)) (segment (start 165.8 97.6) (end 165.8 96.355778) (width 0.5) (layer B.Cu) (net 7)) (segment (start 191.449983 97.449999) (end 191.699982 97.2) (width 0.5) (layer B.Cu) (net 7)) (segment (start 182.8925 94.3) (end 182.1875 93.595) (width 0.5) (layer F.Cu) (net 8)) (segment (start 184.35 94.3) (end 182.8925 94.3) (width 0.5) (layer F.Cu) (net 8)) (segment (start 182.1875 93.595) (end 182.1875 93.12) (width 0.5) (layer F.Cu) (net 8)) (via (at 181.6 94) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 182.1875 93.12) (end 182.1875 93.4125) (width 0.35) (layer F.Cu) (net 8)) (segment (start 182.1875 93.4125) (end 181.6 94) (width 0.35) (layer F.Cu) (net 8)) (via (at 172.810131 82.726922) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 172.810131 75.236308) (end 172.810131 82.726922) (width 0.35) (layer F.Cu) (net 8)) (segment (start 175.221439 72.825) (end 172.810131 75.236308) (width 0.35) (layer F.Cu) (net 8)) (segment (start 177.5 72.825) (end 175.221439 72.825) (width 0.35) (layer F.Cu) (net 8)) (via (at 172.8 87) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 172.810131 82.726922) (end 172.810131 86.989869) (width 0.35) (layer B.Cu) (net 8)) (segment (start 172.810131 86.989869) (end 172.8 87) (width 0.35) (layer B.Cu) (net 8)) (via (at 177.799995 90.199995) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 8)) (segment (start 181.6 94) (end 177.799995 90.199995) (width 0.35) (layer B.Cu) (net 8)) (segment (start 175.999995 90.199995) (end 177.799995 90.199995) (width 0.35) (layer F.Cu) (net 8)) (segment (start 172.8 87) (end 175.999995 90.199995) (width 0.35) (layer F.Cu) (net 8)) (segment (start 182.3675 95.3) (end 182.1875 95.48) (width 0.5) (layer F.Cu) (net 9)) (segment (start 184.35 95.3) (end 182.3675 95.3) (width 0.5) (layer F.Cu) (net 9)) (via (at 177.153334 90.97501) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (via (at 172.178097 82.878737) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 172.178097 75.114782) (end 172.178097 82.878737) (width 0.35) (layer F.Cu) (net 9)) (segment (start 175.737879 71.555) (end 172.178097 75.114782) (width 0.35) (layer F.Cu) (net 9)) (segment (start 177.5 71.555) (end 175.737879 71.555) (width 0.35) (layer F.Cu) (net 9)) (via (at 172.2 87.59999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 177.153334 90.97501) (end 175.57502 90.97501) (width 0.35) (layer F.Cu) (net 9)) (segment (start 175.57502 90.97501) (end 172.2 87.59999) (width 0.35) (layer F.Cu) (net 9)) (segment (start 172.178097 82.878737) (end 172.178097 87.578087) (width 0.35) (layer B.Cu) (net 9)) (segment (start 172.178097 87.578087) (end 172.2 87.59999) (width 0.35) (layer B.Cu) (net 9)) (via (at 183.2 96.200006) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 9)) (segment (start 182.1875 95.48) (end 182.479994 95.48) (width 0.35) (layer F.Cu) (net 9)) (segment (start 182.479994 95.48) (end 183.2 96.200006) (width 0.35) (layer F.Cu) (net 9)) (segment (start 177.153334 90.97501) (end 182.37833 96.200006) (width 0.35) (layer B.Cu) (net 9)) (segment (start 182.37833 96.200006) (end 183.2 96.200006) (width 0.35) (layer B.Cu) (net 9)) (segment (start 168.325 91.6) (end 168.45 91.475) (width 0.5) (layer F.Cu) (net 10)) (segment (start 166.9 91.6) (end 168.325 91.6) (width 0.5) (layer F.Cu) (net 10)) (segment (start 157.64 69.015) (end 157.4 68.775) (width 0.5) (layer F.Cu) (net 10)) (segment (start 160.5 69.015) (end 157.64 69.015) (width 0.5) (layer F.Cu) (net 10)) (segment (start 185.075 70.71) (end 185.1 70.685) (width 0.5) (layer F.Cu) (net 10)) (segment (start 188.45 81.25) (end 188.45 81.75) (width 0.35) (layer F.Cu) (net 10)) (segment (start 182.225 90.1) (end 182.225 91.6) (width 0.35) (layer F.Cu) (net 10)) (segment (start 170.95 91.475) (end 173.975 94.5) (width 0.5) (layer F.Cu) (net 10)) (segment (start 168.45 91.475) (end 170.95 91.475) (width 0.5) (layer F.Cu) (net 10)) (segment (start 175.025 95.55) (end 173.975 94.5) (width 0.35) (layer F.Cu) (net 10)) (segment (start 175.025 96.85) (end 175.025 95.55) (width 0.35) (layer F.Cu) (net 10)) (via (at 182.2 70.8) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 184.985 70.8) (end 185.1 70.685) (width 0.5) (layer F.Cu) (net 10)) (segment (start 182.2 70.8) (end 184.985 70.8) (width 0.5) (layer F.Cu) (net 10)) (via (at 174.3 93.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 173.975 93.825) (end 174.3 93.5) (width 0.5) (layer F.Cu) (net 10)) (segment (start 173.975 94.5) (end 173.975 93.825) (width 0.5) (layer F.Cu) (net 10)) (segment (start 182.2 70.8) (end 174.3 78.7) (width 0.5) (layer B.Cu) (net 10)) (segment (start 174.3 78.7) (end 174.3 93.5) (width 0.5) (layer B.Cu) (net 10)) (segment (start 181.4 96.975) (end 182.225 97.8) (width 0.25) (layer F.Cu) (net 10)) (segment (start 181.4 95) (end 181.4 96.975) (width 0.25) (layer F.Cu) (net 10)) (segment (start 180.9 94.5) (end 181.4 95) (width 0.25) (layer F.Cu) (net 10)) (segment (start 178.825 94.5) (end 180.9 94.5) (width 0.25) (layer F.Cu) (net 10)) (segment (start 179.6 93.725) (end 178.825 94.5) (width 0.25) (layer F.Cu) (net 10)) (segment (start 179.6 91.214117) (end 179.6 93.725) (width 0.25) (layer F.Cu) (net 10)) (segment (start 179.964117 90.85) (end 179.6 91.214117) (width 0.25) (layer F.Cu) (net 10)) (segment (start 181.475 90.85) (end 179.964117 90.85) (width 0.25) (layer F.Cu) (net 10)) (segment (start 182.225 91.6) (end 181.475 90.85) (width 0.25) (layer F.Cu) (net 10)) (via (at 178 95.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 178.825 94.575) (end 178 95.4) (width 0.25) (layer F.Cu) (net 10)) (segment (start 178.825 94.5) (end 178.825 94.575) (width 0.25) (layer F.Cu) (net 10)) (via (at 175.025 95.55) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 175.075 95.6) (end 175.025 95.55) (width 0.25) (layer B.Cu) (net 10)) (segment (start 177.8 95.6) (end 175.075 95.6) (width 0.25) (layer B.Cu) (net 10)) (segment (start 178 95.4) (end 177.8 95.6) (width 0.25) (layer B.Cu) (net 10)) (segment (start 185.075 71.925) (end 185.075 70.71) (width 0.5) (layer F.Cu) (net 10)) (via (at 185.075 71.575) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 185.075 71.925) (end 185.075 71.575) (width 0.25) (layer F.Cu) (net 10)) (via (at 162.45 73.6) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 162.434999 73.615001) (end 162.45 73.6) (width 0.5) (layer F.Cu) (net 10)) (segment (start 162.434999 87.134999) (end 162.434999 73.615001) (width 0.5) (layer F.Cu) (net 10)) (segment (start 166.9 91.6) (end 162.434999 87.134999) (width 0.5) (layer F.Cu) (net 10)) (via (at 162.45 69.7) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 162.45 73.6) (end 162.45 69.7) (width 0.5) (layer B.Cu) (net 10)) (segment (start 161.765 69.015) (end 160.5 69.015) (width 0.5) (layer F.Cu) (net 10)) (segment (start 162.45 69.7) (end 161.765 69.015) (width 0.5) (layer F.Cu) (net 10)) (via (at 185.5 76.399988) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 10)) (segment (start 185.375012 76.399988) (end 185.5 76.399988) (width 0.25) (layer F.Cu) (net 10)) (segment (start 185.075 71.575) (end 185.5 72) (width 0.25) (layer B.Cu) (net 10)) (segment (start 184.575 77.2) (end 185.375012 76.399988) (width 0.25) (layer F.Cu) (net 10)) (segment (start 185.5 72) (end 185.5 76.399988) (width 0.25) (layer B.Cu) (net 10)) (segment (start 185.075 72.1) (end 185.075 71.925) (width 0.5) (layer F.Cu) (net 10)) (segment (start 184.575 72.6) (end 185.075 72.1) (width 0.5) (layer F.Cu) (net 10)) (segment (start 186.5 77.399988) (end 185.5 76.399988) (width 0.35) (layer F.Cu) (net 10)) (segment (start 186.5 81.1) (end 186.5 77.399988) (width 0.35) (layer F.Cu) (net 10)) (segment (start 187.15 81.75) (end 186.5 81.1) (width 0.35) (layer F.Cu) (net 10)) (segment (start 188.45 81.75) (end 187.15 81.75) (width 0.35) (layer F.Cu) (net 10)) (segment (start 184.8 80.2) (end 184.575 80.2) (width 0.35) (layer F.Cu) (net 11)) (segment (start 185.45 81.075) (end 184.575 80.2) (width 0.35) (layer F.Cu) (net 11)) (segment (start 185.45 81.75) (end 185.45 81.075) (width 0.35) (layer F.Cu) (net 11)) (segment (start 186.95 83.25) (end 185.45 81.75) (width 0.35) (layer F.Cu) (net 11)) (segment (start 188.45 83.25) (end 186.95 83.25) (width 0.35) (layer F.Cu) (net 11)) (segment (start 190.9 94.5) (end 190.1 95.3) (width 0.35) (layer F.Cu) (net 12)) (segment (start 190.1 95.3) (end 189.45 95.3) (width 0.35) (layer F.Cu) (net 12)) (segment (start 193.405 94.5) (end 190.9 94.5) (width 0.35) (layer F.Cu) (net 12)) (via (at 190.9 94.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 12)) (via (at 195.2 94.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 12)) (segment (start 190.9 94.5) (end 195.2 94.5) (width 0.25) (layer B.Cu) (net 12)) (segment (start 193.405 95.5) (end 194.653553 95.5) (width 0.25) (layer F.Cu) (net 12)) (segment (start 194.653553 95.5) (end 195.2 94.953553) (width 0.25) (layer F.Cu) (net 12)) (segment (start 195.2 94.953553) (end 195.2 94.5) (width 0.25) (layer F.Cu) (net 12)) (segment (start 191.2 95) (end 193.405 95) (width 0.35) (layer F.Cu) (net 13)) (segment (start 189.9 96.3) (end 191.2 95) (width 0.35) (layer F.Cu) (net 13)) (segment (start 189.45 96.3) (end 189.9 96.3) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.365002 94) (end 193.405 94) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.6 94.234998) (end 194.365002 94) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.6 94.765002) (end 194.6 94.234998) (width 0.35) (layer F.Cu) (net 13)) (segment (start 194.365002 95) (end 194.6 94.765002) (width 0.35) (layer F.Cu) (net 13)) (segment (start 193.405 95) (end 194.365002 95) (width 0.35) (layer F.Cu) (net 13)) (segment (start 184.6 74.2) (end 184.575 74.2) (width 0.35) (layer F.Cu) (net 14)) (segment (start 185.4 74.2) (end 184.575 74.2) (width 0.35) (layer F.Cu) (net 14)) (segment (start 186.95 75.75) (end 185.4 74.2) (width 0.35) (layer F.Cu) (net 14)) (segment (start 188.45 75.75) (end 186.95 75.75) (width 0.35) (layer F.Cu) (net 14)) (segment (start 171.475 96.9) (end 171.5 96.875) (width 0.5) (layer F.Cu) (net 15)) (segment (start 169.9875 96.9) (end 171.475 96.9) (width 0.5) (layer F.Cu) (net 15)) (via (at 176.2 96.14999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 176.2 94.9) (end 176.2 96.14999) (width 0.25) (layer F.Cu) (net 16)) (segment (start 175.8 94.5) (end 176.2 94.9) (width 0.25) (layer F.Cu) (net 16)) (segment (start 175.625 94.5) (end 175.8 94.5) (width 0.25) (layer F.Cu) (net 16)) (via (at 176.200002 99.0625) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 176.2 96.14999) (end 176.2 99.062498) (width 0.25) (layer B.Cu) (net 16)) (segment (start 176.2 99.062498) (end 176.200002 99.0625) (width 0.25) (layer B.Cu) (net 16)) (segment (start 177.375 98.35) (end 177.375 98.825) (width 0.25) (layer F.Cu) (net 16)) (segment (start 177.375 98.825) (end 177.1375 99.0625) (width 0.25) (layer F.Cu) (net 16)) (segment (start 177.1375 99.0625) (end 176.200002 99.0625) (width 0.25) (layer F.Cu) (net 16)) (via (at 173.400008 83) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 173.4 75.399998) (end 173.4 82.999992) (width 0.35) (layer F.Cu) (net 16)) (segment (start 174.704998 74.095) (end 173.4 75.399998) (width 0.35) (layer F.Cu) (net 16)) (segment (start 173.4 82.999992) (end 173.400008 83) (width 0.35) (layer F.Cu) (net 16)) (segment (start 177.5 74.095) (end 174.704998 74.095) (width 0.35) (layer F.Cu) (net 16)) (segment (start 173.400008 91.249992) (end 173.4 91.25) (width 0.35) (layer B.Cu) (net 16)) (segment (start 173.400008 83) (end 173.400008 91.249992) (width 0.35) (layer B.Cu) (net 16)) (segment (start 175.625 93.475) (end 173.4 91.25) (width 0.35) (layer F.Cu) (net 16)) (segment (start 175.625 94.5) (end 175.625 93.475) (width 0.35) (layer F.Cu) (net 16)) (via (at 173.4 91.25) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 16)) (segment (start 177.3 94.625) (end 177.175 94.5) (width 0.25) (layer F.Cu) (net 17)) (segment (start 177.3 96.775) (end 177.3 94.625) (width 0.25) (layer F.Cu) (net 17)) (segment (start 177.375 96.85) (end 177.3 96.775) (width 0.25) (layer F.Cu) (net 17)) (segment (start 176.15 70.285) (end 171.528722 74.906278) (width 0.35) (layer F.Cu) (net 17)) (via (at 171.528722 82.907503) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 17)) (segment (start 177.5 70.285) (end 176.15 70.285) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.528722 74.906278) (end 171.528722 82.907503) (width 0.35) (layer F.Cu) (net 17) (status 40000)) (segment (start 177.175 94.5) (end 177.175 93.775) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.8 88.4) (end 171.6 88.2) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.528722 82.907503) (end 171.528722 88.128732) (width 0.35) (layer B.Cu) (net 17)) (segment (start 177.175 93.775) (end 171.8 88.4) (width 0.35) (layer F.Cu) (net 17)) (via (at 171.59999 88.2) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 17)) (segment (start 171.6 88.2) (end 171.59999 88.2) (width 0.35) (layer F.Cu) (net 17)) (segment (start 171.528722 88.128732) (end 171.59999 88.2) (width 0.35) (layer B.Cu) (net 17)) (via (at 192.8 65.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 18)) (segment (start 194.725 66.45) (end 194.8 66.525) (width 0.5) (layer F.Cu) (net 18)) (segment (start 192.8 66.45) (end 194.725 66.45) (width 0.5) (layer F.Cu) (net 18)) (segment (start 192.8 65.4) (end 192.8 66.45) (width 0.5) (layer F.Cu) (net 18)) (segment (start 192.8 83.37501) (end 192.82499 83.4) (width 0.35) (layer B.Cu) (net 18)) (segment (start 192.8 65.4) (end 192.8 83.37501) (width 0.35) (layer B.Cu) (net 18)) (segment (start 188.45 84.25) (end 191.97499 84.25) (width 0.35) (layer F.Cu) (net 18)) (segment (start 191.97499 84.25) (end 192.82499 83.4) (width 0.35) (layer F.Cu) (net 18)) (via (at 192.82499 83.4) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 18)) (segment (start 184.575 81.875) (end 184.575 81.7) (width 0.35) (layer F.Cu) (net 19)) (segment (start 184.65 81.775) (end 184.575 81.7) (width 0.35) (layer F.Cu) (net 19)) (segment (start 184.65 81.9) (end 184.65 81.775) (width 0.35) (layer F.Cu) (net 19)) (segment (start 186.5 83.75) (end 184.65 81.9) (width 0.35) (layer F.Cu) (net 19)) (segment (start 188.45 83.75) (end 186.5 83.75) (width 0.35) (layer F.Cu) (net 19)) (segment (start 184.575 83.3875) (end 184.575 83.2) (width 0.25) (layer F.Cu) (net 20)) (segment (start 184.575 83.275) (end 184.575 83.2) (width 0.35) (layer F.Cu) (net 20)) (segment (start 186.05 84.75) (end 184.575 83.275) (width 0.35) (layer F.Cu) (net 20)) (segment (start 188.45 84.75) (end 186.05 84.75) (width 0.35) (layer F.Cu) (net 20)) (via (at 193.6 65.3) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 21)) (segment (start 193.6 64.946447) (end 193.6 65.3) (width 0.5) (layer F.Cu) (net 21)) (segment (start 191.900001 64.749999) (end 193.403552 64.749999) (width 0.5) (layer F.Cu) (net 21)) (segment (start 193.403552 64.749999) (end 193.6 64.946447) (width 0.5) (layer F.Cu) (net 21)) (segment (start 190.75 65.9) (end 191.900001 64.749999) (width 0.5) (layer F.Cu) (net 21)) (via (at 193.650013 82.850017) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 21)) (segment (start 188.45 85.25) (end 192.207122 85.25) (width 0.35) (layer F.Cu) (net 21)) (segment (start 193.6 65.3) (end 193.6 82.800004) (width 0.35) (layer B.Cu) (net 21)) (segment (start 192.207122 85.25) (end 193.650013 83.807109) (width 0.35) (layer F.Cu) (net 21)) (segment (start 193.650013 83.807109) (end 193.650013 82.850017) (width 0.35) (layer F.Cu) (net 21)) (segment (start 193.6 82.800004) (end 193.650013 82.850017) (width 0.35) (layer B.Cu) (net 21)) (segment (start 185.125 85.25) (end 184.575 84.7) (width 0.35) (layer F.Cu) (net 21)) (segment (start 188.45 85.25) (end 185.125 85.25) (width 0.35) (layer F.Cu) (net 21)) (segment (start 180.6125 97.7625) (end 180.575 97.8) (width 0.5) (layer F.Cu) (net 22)) (segment (start 180.6125 95.48) (end 180.6125 97.7625) (width 0.5) (layer F.Cu) (net 22)) (segment (start 191.625 67.95) (end 191.675 68) (width 0.5) (layer F.Cu) (net 23)) (segment (start 190.1 67.95) (end 191.625 67.95) (width 0.5) (layer F.Cu) (net 23)) (segment (start 187.25 75.25) (end 188.45 75.25) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.4 74.4) (end 187.25 75.25) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.399992 72.807112) (end 186.4 72.80712) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.399992 72.200008) (end 186.399992 72.807112) (width 0.35) (layer F.Cu) (net 23)) (segment (start 186.4 72.80712) (end 186.4 74.4) (width 0.35) (layer F.Cu) (net 23)) (segment (start 189.3 69.3) (end 186.399992 72.200008) (width 0.35) (layer F.Cu) (net 23)) (segment (start 189.3 68.6) (end 189.3 69.3) (width 0.35) (layer F.Cu) (net 23)) (segment (start 189.95 67.95) (end 189.3 68.6) (width 0.35) (layer F.Cu) (net 23)) (segment (start 190.1 67.95) (end 189.95 67.95) (width 0.35) (layer F.Cu) (net 23)) (segment (start 191.625 69.85) (end 191.675 69.8) (width 0.5) (layer F.Cu) (net 24)) (segment (start 190.1 69.85) (end 191.625 69.85) (width 0.5) (layer F.Cu) (net 24)) (segment (start 189.55 69.85) (end 190.1 69.85) (width 0.35) (layer F.Cu) (net 24)) (segment (start 186.9 72.5) (end 189.55 69.85) (width 0.35) (layer F.Cu) (net 24)) (segment (start 186.9 74.1) (end 186.9 72.5) (width 0.35) (layer F.Cu) (net 24)) (segment (start 187.55 74.75) (end 186.9 74.1) (width 0.35) (layer F.Cu) (net 24)) (segment (start 188.45 74.75) (end 187.55 74.75) (width 0.35) (layer F.Cu) (net 24)) (segment (start 168.275 95.25) (end 168.375 95.15) (width 0.5) (layer F.Cu) (net 25)) (segment (start 166.9 95.25) (end 168.275 95.25) (width 0.5) (layer F.Cu) (net 25)) (via (at 178.899992 80.5) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 26)) (segment (start 177.5 80.445) (end 178.844992 80.445) (width 0.35) (layer F.Cu) (net 26)) (segment (start 178.844992 80.445) (end 178.899992 80.5) (width 0.35) (layer F.Cu) (net 26)) (via (at 190.646469 78.7) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 26)) (segment (start 178.899992 80.5) (end 179.984614 79.415378) (width 0.35) (layer B.Cu) (net 26)) (segment (start 179.984614 79.415378) (end 189.931091 79.415378) (width 0.35) (layer B.Cu) (net 26)) (segment (start 189.931091 79.415378) (end 190.646469 78.7) (width 0.35) (layer B.Cu) (net 26)) (segment (start 188.45 79.25) (end 190.096469 79.25) (width 0.35) (layer F.Cu) (net 26)) (segment (start 190.096469 79.25) (end 190.646469 78.7) (width 0.35) (layer F.Cu) (net 26)) (via (at 181.55 77.05) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 27)) (segment (start 179.65 75.15) (end 181.55 77.05) (width 0.5) (layer F.Cu) (net 27)) (segment (start 179 69.015) (end 179.65 69.665) (width 0.5) (layer F.Cu) (net 27)) (segment (start 179.65 69.665) (end 179.65 75.15) (width 0.5) (layer F.Cu) (net 27)) (segment (start 177.5 69.015) (end 179 69.015) (width 0.5) (layer F.Cu) (net 27)) (segment (start 188.45 80.75) (end 190.34999 80.75) (width 0.35) (layer F.Cu) (net 27)) (via (at 190.34999 80.75) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 27)) (segment (start 191.05 77.05) (end 191.650001 77.650001) (width 0.5) (layer B.Cu) (net 27)) (segment (start 191.650001 77.650001) (end 191.650001 79.449989) (width 0.5) (layer B.Cu) (net 27)) (segment (start 181.55 77.05) (end 191.05 77.05) (width 0.5) (layer B.Cu) (net 27)) (segment (start 191.650001 79.449989) (end 190.34999 80.75) (width 0.5) (layer B.Cu) (net 27)) (via (at 180.9 80.1) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 28)) (segment (start 178.705 77.905) (end 177.5 77.905) (width 0.35) (layer F.Cu) (net 28)) (segment (start 180.9 80.1) (end 178.705 77.905) (width 0.35) (layer F.Cu) (net 28)) (segment (start 188.45 80.25) (end 189.930747 80.25) (width 0.35) (layer F.Cu) (net 28)) (segment (start 189.930747 80.25) (end 190.490368 79.690379) (width 0.35) (layer F.Cu) (net 28)) (segment (start 180.9 80.1) (end 190.080747 80.1) (width 0.35) (layer B.Cu) (net 28)) (segment (start 190.080747 80.1) (end 190.490368 79.690379) (width 0.35) (layer B.Cu) (net 28)) (via (at 190.490368 79.690379) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 28)) (via (at 175.205002 80.445) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 29)) (segment (start 174.885 82.985) (end 177.5 82.985) (width 0.35) (layer F.Cu) (net 29)) (segment (start 174.2 82.3) (end 174.885 82.985) (width 0.35) (layer F.Cu) (net 29)) (segment (start 174.2 81.450002) (end 174.2 82.3) (width 0.35) (layer F.Cu) (net 29)) (segment (start 175.205002 80.445) (end 174.2 81.450002) (width 0.35) (layer F.Cu) (net 29)) (via (at 189.9 77.72499) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 29)) (segment (start 175.205002 80.445) (end 177.925012 77.72499) (width 0.35) (layer B.Cu) (net 29)) (segment (start 177.925012 77.72499) (end 189.9 77.72499) (width 0.35) (layer B.Cu) (net 29)) (segment (start 188.45 78.25) (end 189.37499 78.25) (width 0.35) (layer F.Cu) (net 29)) (segment (start 189.37499 78.25) (end 189.9 77.72499) (width 0.35) (layer F.Cu) (net 29)) (via (at 174.974999 81.624999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 30)) (segment (start 177.5 81.715) (end 175.065 81.715) (width 0.35) (layer F.Cu) (net 30)) (segment (start 175.065 81.715) (end 174.974999 81.624999) (width 0.35) (layer F.Cu) (net 30)) (segment (start 178.35001 78.249988) (end 187.476002 78.249988) (width 0.35) (layer B.Cu) (net 30)) (segment (start 189.758212 78.75) (end 190.48608 78.022132) (width 0.35) (layer F.Cu) (net 30)) (segment (start 188.45 78.75) (end 189.758212 78.75) (width 0.35) (layer F.Cu) (net 30)) (via (at 190.48608 78.022132) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 30)) (segment (start 187.526014 78.3) (end 190.208212 78.3) (width 0.35) (layer B.Cu) (net 30)) (segment (start 174.974999 81.624999) (end 178.35001 78.249988) (width 0.35) (layer B.Cu) (net 30)) (segment (start 187.476002 78.249988) (end 187.526014 78.3) (width 0.35) (layer B.Cu) (net 30)) (segment (start 190.208212 78.3) (end 190.48608 78.022132) (width 0.35) (layer B.Cu) (net 30)) (segment (start 186.15 75.7) (end 184.575 75.7) (width 0.35) (layer F.Cu) (net 31)) (segment (start 186.7 76.25) (end 186.15 75.7) (width 0.35) (layer F.Cu) (net 31)) (segment (start 188.45 76.25) (end 186.7 76.25) (width 0.35) (layer F.Cu) (net 31)) (segment (start 184.35 97.825) (end 184.275 97.9) (width 0.35) (layer F.Cu) (net 32)) (segment (start 184.35 97.725) (end 184.275 97.8) (width 0.35) (layer F.Cu) (net 32)) (segment (start 184.35 96.3) (end 184.35 97.725) (width 0.35) (layer F.Cu) (net 32)) (segment (start 185.025 68.24) (end 185.1 68.315) (width 0.35) (layer F.Cu) (net 33)) (segment (start 185.385 68.6) (end 185.1 68.315) (width 0.35) (layer F.Cu) (net 33)) (segment (start 185.1 68.315) (end 184.815 68.315) (width 0.5) (layer F.Cu) (net 33)) (segment (start 187.515 68.315) (end 185.1 68.315) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.1 68.9) (end 187.515 68.315) (width 0.5) (layer F.Cu) (net 33)) (segment (start 184.225 67.44) (end 185.1 68.315) (width 0.35) (layer F.Cu) (net 33)) (segment (start 184.225 66.4) (end 184.225 67.44) (width 0.35) (layer F.Cu) (net 33)) (segment (start 192.05 62.4) (end 192.8 63.15) (width 0.5) (layer F.Cu) (net 33)) (segment (start 189.4 62.4) (end 192.05 62.4) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.6 63.2) (end 189.4 62.4) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.6 67.5) (end 188.6 63.2) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.1 68) (end 188.6 67.5) (width 0.5) (layer F.Cu) (net 33)) (segment (start 188.1 68.9) (end 188.1 68) (width 0.5) (layer F.Cu) (net 33)) (segment (start 187.45 63.6) (end 187.45 65.9) (width 0.5) (layer F.Cu) (net 34)) (segment (start 186.275 65.9) (end 185.775 66.4) (width 0.5) (layer F.Cu) (net 34)) (segment (start 187.45 65.9) (end 186.275 65.9) (width 0.5) (layer F.Cu) (net 34)) (segment (start 185.6 78.7) (end 184.575 78.7) (width 0.35) (layer F.Cu) (net 35)) (segment (start 185.95 79.05) (end 185.6 78.7) (width 0.35) (layer F.Cu) (net 35)) (segment (start 185.95 81.5) (end 185.95 79.05) (width 0.35) (layer F.Cu) (net 35)) (segment (start 187.2 82.75) (end 185.95 81.5) (width 0.35) (layer F.Cu) (net 35)) (segment (start 188.45 82.75) (end 187.2 82.75) (width 0.35) (layer F.Cu) (net 35)) (segment (start 185.025 85.75) (end 184.575 86.2) (width 0.35) (layer F.Cu) (net 36)) (segment (start 188.45 85.75) (end 185.025 85.75) (width 0.35) (layer F.Cu) (net 36)) (segment (start 180.575 93.0825) (end 180.6125 93.12) (width 0.35) (layer F.Cu) (net 37)) (segment (start 180.575 91.6) (end 180.575 93.0825) (width 0.35) (layer F.Cu) (net 37)) (via (at 172.29998 96.14999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 38)) (segment (start 172.225 95.225) (end 172.29998 95.29998) (width 0.5) (layer F.Cu) (net 38)) (segment (start 172.29998 95.29998) (end 172.29998 96.14999) (width 0.5) (layer F.Cu) (net 38)) (segment (start 171.5 95.225) (end 172.225 95.225) (width 0.5) (layer F.Cu) (net 38)) (via (at 167.5 96.14999) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 38)) (segment (start 172.29998 96.14999) (end 167.5 96.14999) (width 0.5) (layer B.Cu) (net 38)) (segment (start 166.14999 96.14999) (end 167.5 96.14999) (width 0.5) (layer F.Cu) (net 38)) (segment (start 164.7 95.25) (end 165.25 95.25) (width 0.5) (layer F.Cu) (net 38)) (segment (start 165.25 95.25) (end 166.14999 96.14999) (width 0.5) (layer F.Cu) (net 38)) (segment (start 187.55 79.75) (end 187.2 79.4) (width 0.35) (layer F.Cu) (net 39)) (segment (start 187.2 79.4) (end 187.2 78.82499) (width 0.35) (layer F.Cu) (net 39)) (segment (start 188.45 79.75) (end 187.55 79.75) (width 0.35) (layer F.Cu) (net 39)) (via (at 187.2 78.82499) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 187.2 78.82499) (end 179.275004 78.82499) (width 0.35) (layer B.Cu) (net 39)) (via (at 178.893403 79.206591) (size 0.5) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 179.275004 78.82499) (end 178.893403 79.206591) (width 0.35) (layer B.Cu) (net 39)) (segment (start 177.5 79.175) (end 178.861812 79.175) (width 0.35) (layer F.Cu) (net 39)) (segment (start 178.861812 79.175) (end 178.893403 79.206591) (width 0.35) (layer F.Cu) (net 39)) (zone (net 0) (net_name "") (layers F&B.Cu) (tstamp 0) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (keepout (tracks not_allowed) (vias not_allowed) (copperpour not_allowed)) (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 183 66) (xy 155 66) (xy 155 60) (xy 183 60) ) ) ) (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 6110CB35) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 116.8 100) (xy 116.8 60) (xy 200 60) ) ) (filled_polygon (pts (xy 175.061928 98.45) (xy 175.074188 98.574482) (xy 175.110498 98.69418) (xy 175.152 98.771824) (xy 175.152 98.95125) (xy 175.31075 99.11) (xy 175.315002 99.109738) (xy 175.315002 99.149665) (xy 175.347889 99.315) (xy 174.685 99.315) (xy 174.685 99.106662) (xy 174.73925 99.11) (xy 174.898 98.95125) (xy 174.898 98.225) (xy 175.061928 98.225) ) ) (filled_polygon (pts (xy 154.873 66) (xy 154.87544 66.024776) (xy 154.882667 66.048601) (xy 154.894403 66.070557) (xy 154.910197 66.089803) (xy 154.929443 66.105597) (xy 154.951399 66.117333) (xy 154.975224 66.12456) (xy 155 66.127) (xy 183 66.127) (xy 183.024776 66.12456) (xy 183.048601 66.117333) (xy 183.070557 66.105597) (xy 183.089803 66.089803) (xy 183.105597 66.070557) (xy 183.117333 66.048601) (xy 183.12456 66.024776) (xy 183.127 66) (xy 183.127 60.685) (xy 199.315001 60.685) (xy 199.315 89.414232) (xy 199.145987 89.341585) (xy 198.927 89.295) (xy 198.627 89.295) (xy 198.627 90.303) (xy 198.647 90.303) (xy 198.647 90.557) (xy 198.627 90.557) (xy 198.627 91.565) (xy 198.927 91.565) (xy 199.145987 91.518415) (xy 199.315 91.445768) (xy 199.315 98.054232) (xy 199.145987 97.981585) (xy 198.927 97.935) (xy 198.627 97.935) (xy 198.627 98.943) (xy 198.647 98.943) (xy 198.647 99.197) (xy 198.627 99.197) (xy 198.627 99.217) (xy 198.373 99.217) (xy 198.373 99.197) (xy 197.232046 99.197) (xy 197.146913 99.315) (xy 195.923087 99.315) (xy 195.837954 99.197) (xy 194.447 99.197) (xy 194.447 99.217) (xy 194.193 99.217) (xy 194.193 99.197) (xy 192.802046 99.197) (xy 192.716913 99.315) (xy 179.685 99.315) (xy 179.685 98.548932) (xy 179.782394 98.667606) (xy 179.909392 98.771831) (xy 180.054284 98.849278) (xy 180.2115 98.896969) (xy 180.375 98.913072) (xy 180.775 98.913072) (xy 180.9385 98.896969) (xy 181.095716 98.849278) (xy 181.240608 98.771831) (xy 181.367606 98.667606) (xy 181.4 98.628134) (xy 181.432394 98.667606) (xy 181.559392 98.771831) (xy 181.704284 98.849278) (xy 181.8615 98.896969) (xy 182.025 98.913072) (xy 182.425 98.913072) (xy 182.5885 98.896969) (xy 182.745716 98.849278) (xy 182.890608 98.771831) (xy 183.017606 98.667606) (xy 183.121831 98.540608) (xy 183.199278 98.395716) (xy 183.228292 98.300068) (xy 183.252625 98.380283) (xy 183.332382 98.529497) (xy 183.439716 98.660284) (xy 183.570503 98.767618) (xy 183.719717 98.847375) (xy 183.881623 98.896488) (xy 184.05 98.913072) (xy 184.5 98.913072) (xy 184.668377 98.896488) (xy 184.830283 98.847375) (xy 184.976351 98.7693) (xy 185.020506 98.805537) (xy 185.13082 98.864502) (xy 185.250518 98.900812) (xy 185.375 98.913072) (xy 185.53925 98.91) (xy 185.698 98.75125) (xy 185.698 97.927) (xy 185.952 97.927) (xy 185.952 98.75125) (xy 186.11075 98.91) (xy 186.275 98.913072) (xy 186.399482 98.900812) (xy 186.51918 98.864502) (xy 186.629494 98.805537) (xy 186.726185 98.726185) (xy 186.805537 98.629494) (xy 186.864502 98.51918) (xy 186.900812 98.399482) (xy 186.913072 98.275) (xy 186.91 98.08575) (xy 186.75125 97.927) (xy 185.952 97.927) (xy 185.698 97.927) (xy 185.678 97.927) (xy 185.678 97.673) (xy 185.698 97.673) (xy 185.698 97.663479) (xy 185.699999 97.663676) (xy 185.737322 97.66) (xy 185.952 97.66) (xy 185.952 97.673) (xy 186.75125 97.673) (xy 186.76425 97.66) (xy 186.810199 97.66) (xy 186.936928 97.786729) (xy 186.936928 98.05) (xy 186.953512 98.218377) (xy 187.002625 98.380283) (xy 187.082382 98.529497) (xy 187.189716 98.660284) (xy 187.320503 98.767618) (xy 187.469717 98.847375) (xy 187.631623 98.896488) (xy 187.8 98.913072) (xy 188.25 98.913072) (xy 188.418377 98.896488) (xy 188.580283 98.847375) (xy 188.726351 98.7693) (xy 188.770506 98.805537) (xy 188.88082 98.864502) (xy 189.000518 98.900812) (xy 189.125 98.913072) (xy 189.28925 98.91) (xy 189.448 98.75125) (xy 189.448 97.927) (xy 189.428 97.927) (xy 189.428 97.76) (xy 189.722 97.76) (xy 189.722 97.927) (xy 189.702 97.927) (xy 189.702 98.75125) (xy 189.86075 98.91) (xy 190.025 98.913072) (xy 190.149482 98.900812) (xy 190.26918 98.864502) (xy 190.379494 98.805537) (xy 190.476185 98.726185) (xy 190.555537 98.629494) (xy 190.614502 98.51918) (xy 190.650812 98.399482) (xy 190.663072 98.275) (xy 190.66 98.08575) (xy 190.501252 97.927002) (xy 190.578485 97.927002) (xy 190.651014 97.949003) (xy 190.762667 97.96) (xy 190.762675 97.96) (xy 190.8 97.963676) (xy 190.837325 97.96) (xy 191.244443 97.96) (xy 191.244449 97.960004) (xy 191.280777 97.984277) (xy 191.321147 98.000999) (xy 191.359669 98.021589) (xy 191.401469 98.034269) (xy 191.441837 98.05099) (xy 191.484687 98.059513) (xy 191.526492 98.072195) (xy 191.569969 98.076477) (xy 191.612817 98.085) (xy 192.045 98.085) (xy 192.045 98.127002) (xy 192.203748 98.127002) (xy 192.045 98.28575) (xy 192.041928 98.3) (xy 192.054188 98.424482) (xy 192.090498 98.54418) (xy 192.149463 98.654494) (xy 192.228815 98.751185) (xy 192.325506 98.830537) (xy 192.43582 98.889502) (xy 192.555518 98.925812) (xy 192.68 98.938072) (xy 192.797896 98.937247) (xy 192.802046 98.943) (xy 194.193 98.943) (xy 194.193 98.931867) (xy 194.254482 98.925812) (xy 194.263752 98.923) (xy 194.447 98.923) (xy 194.447 98.943) (xy 195.837954 98.943) (xy 195.964119 98.768126) (xy 197.105881 98.768126) (xy 197.232046 98.943) (xy 198.373 98.943) (xy 198.373 97.935) (xy 198.073 97.935) (xy 197.854013 97.981585) (xy 197.648322 98.069997) (xy 197.463831 98.196839) (xy 197.307631 98.357236) (xy 197.185724 98.545024) (xy 197.105881 98.768126) (xy 195.964119 98.768126) (xy 195.884276 98.545024) (xy 195.762369 98.357236) (xy 195.621794 98.212884) (xy 195.700741 98.094731) (xy 195.773108 97.920022) (xy 195.81 97.734552) (xy 195.81 97.545448) (xy 195.773108 97.359978) (xy 195.700741 97.185269) (xy 195.595681 97.028036) (xy 195.556579 96.988934) (xy 196.419619 96.125894) (xy 196.450529 96.100527) (xy 196.51021 96.027805) (xy 196.55175 95.977189) (xy 196.595656 95.895046) (xy 196.626964 95.836472) (xy 196.673281 95.683787) (xy 196.685001 95.56479) (xy 196.685001 95.564788) (xy 196.68892 95.525) (xy 196.685001 95.485212) (xy 196.685001 94.049787) (xy 196.68892 94.009999) (xy 196.685001 93.970208) (xy 196.673281 93.851211) (xy 196.626964 93.698526) (xy 196.55175 93.55781) (xy 196.450529 93.434471) (xy 196.41962 93.409105) (xy 195.53908 92.528565) (xy 195.595681 92.471964) (xy 195.700741 92.314731) (xy 195.773108 92.140022) (xy 195.81 91.954552) (xy 195.81 91.765448) (xy 195.773108 91.579978) (xy 195.700741 91.405269) (xy 195.621794 91.287116) (xy 195.762369 91.142764) (xy 195.884276 90.954976) (xy 195.964119 90.731874) (xy 197.105881 90.731874) (xy 197.185724 90.954976) (xy 197.307631 91.142764) (xy 197.463831 91.303161) (xy 197.648322 91.430003) (xy 197.854013 91.518415) (xy 198.073 91.565) (xy 198.373 91.565) (xy 198.373 90.557) (xy 197.232046 90.557) (xy 197.105881 90.731874) (xy 195.964119 90.731874) (xy 195.837954 90.557) (xy 194.447 90.557) (xy 194.447 90.577) (xy 194.263752 90.577) (xy 194.254482 90.574188) (xy 194.193 90.568133) (xy 194.193 90.557) (xy 192.802046 90.557) (xy 192.797896 90.562753) (xy 192.68 90.561928) (xy 192.555518 90.574188) (xy 192.43582 90.610498) (xy 192.325506 90.669463) (xy 192.228815 90.748815) (xy 192.149463 90.845506) (xy 192.090498 90.95582) (xy 192.054188 91.075518) (xy 192.041928 91.2) (xy 192.045 91.21425) (xy 192.20375 91.373) (xy 192.56758 91.373) (xy 192.555518 91.374188) (xy 192.43582 91.410498) (xy 192.325506 91.469463) (xy 192.228815 91.548815) (xy 192.149463 91.645506) (xy 192.108375 91.722375) (xy 192.045 91.78575) (xy 192.041928 91.8) (xy 192.051777 91.9) (xy 192.041928 92) (xy 192.041928 92.6) (xy 192.054188 92.724482) (xy 192.054345 92.725) (xy 192.054188 92.725518) (xy 192.041928 92.85) (xy 192.041928 93.15) (xy 192.051777 93.25) (xy 192.041928 93.35) (xy 192.041928 93.65) (xy 192.045868 93.69) (xy 191.257104 93.69) (xy 191.158145 93.64901) (xy 190.987165 93.615) (xy 190.812835 93.615) (xy 190.641855 93.64901) (xy 190.628258 93.654642) (xy 190.638072 93.555) (xy 190.638072 93.45948) (xy 190.638282 93.458788) (xy 190.653921 93.3) (xy 190.638282 93.141212) (xy 190.638072 93.14052) (xy 190.638072 93.045) (xy 190.625812 92.920518) (xy 190.589502 92.80082) (xy 190.589064 92.8) (xy 190.589502 92.79918) (xy 190.625812 92.679482) (xy 190.638072 92.555) (xy 190.638072 92.045) (xy 190.625812 91.920518) (xy 190.589502 91.80082) (xy 190.530537 91.690506) (xy 190.451185 91.593815) (xy 190.354494 91.514463) (xy 190.24418 91.455498) (xy 190.124482 91.419188) (xy 190 91.406928) (xy 188.987443 91.406928) (xy 188.11027 90.529755) (xy 188.069279 90.430795) (xy 187.972426 90.285845) (xy 187.849157 90.162576) (xy 187.7976 90.128126) (xy 192.675881 90.128126) (xy 192.802046 90.303) (xy 194.193 90.303) (xy 194.193 89.295) (xy 194.447 89.295) (xy 194.447 90.303) (xy 195.837954 90.303) (xy 195.964119 90.128126) (xy 197.105881 90.128126) (xy 197.232046 90.303) (xy 198.373 90.303) (xy 198.373 89.295) (xy 198.073 89.295) (xy 197.854013 89.341585) (xy 197.648322 89.429997) (xy 197.463831 89.556839) (xy 197.307631 89.717236) (xy 197.185724 89.905024) (xy 197.105881 90.128126) (xy 195.964119 90.128126) (xy 195.884276 89.905024) (xy 195.762369 89.717236) (xy 195.606169 89.556839) (xy 195.421678 89.429997) (xy 195.215987 89.341585) (xy 194.997 89.295) (xy 194.447 89.295) (xy 194.193 89.295) (xy 193.643 89.295) (xy 193.424013 89.341585) (xy 193.218322 89.429997) (xy 193.033831 89.556839) (xy 192.877631 89.717236) (xy 192.755724 89.905024) (xy 192.675881 90.128126) (xy 187.7976 90.128126) (xy 187.704207 90.065723) (xy 187.543147 89.99901) (xy 187.372167 89.965) (xy 187.197837 89.965) (xy 187.026857 89.99901) (xy 187.013072 90.00472) (xy 187.013072 90) (xy 187.000812 89.875518) (xy 187.000655 89.875) (xy 187.000812 89.874482) (xy 187.013072 89.75) (xy 187.013072 89.35) (xy 187.000812 89.225518) (xy 186.964502 89.10582) (xy 186.905537 88.995506) (xy 186.826185 88.898815) (xy 186.729494 88.819463) (xy 186.61918 88.760498) (xy 186.499482 88.724188) (xy 186.375 88.711928) (xy 186.007441 88.711928) (xy 185.775267 88.479755) (xy 185.734277 88.380795) (xy 185.637424 88.235845) (xy 185.514155 88.112576) (xy 185.369205 88.015723) (xy 185.208145 87.94901) (xy 185.037165 87.915) (xy 184.862835 87.915) (xy 184.691855 87.94901) (xy 184.530795 88.015723) (xy 184.385845 88.112576) (xy 184.262576 88.235845) (xy 184.165723 88.380795) (xy 184.09901 88.541855) (xy 184.06518 88.711928) (xy 183.825 88.711928) (xy 183.700518 88.724188) (xy 183.58082 88.760498) (xy 183.470506 88.819463) (xy 183.373815 88.898815) (xy 183.294463 88.995506) (xy 183.262745 89.054846) (xy 183.26 88.88575) (xy 183.10125 88.727) (xy 182.302 88.727) (xy 182.302 88.747) (xy 182.048 88.747) (xy 182.048 88.727) (xy 182.028 88.727) (xy 182.028 88.473) (xy 182.048 88.473) (xy 182.048 87.64875) (xy 182.302 87.64875) (xy 182.302 88.473) (xy 183.10125 88.473) (xy 183.26 88.31425) (xy 183.263072 88.125) (xy 183.250812 88.000518) (xy 183.214502 87.88082) (xy 183.155537 87.770506) (xy 183.076185 87.673815) (xy 182.979494 87.594463) (xy 182.86918 87.535498) (xy 182.749482 87.499188) (xy 182.625 87.486928) (xy 182.46075 87.49) (xy 182.302 87.64875) (xy 182.048 87.64875) (xy 181.88925 87.49) (xy 181.725 87.486928) (xy 181.600518 87.499188) (xy 181.48082 87.535498) (xy 181.370506 87.594463) (xy 181.326351 87.6307) (xy 181.180283 87.552625) (xy 181.018377 87.503512) (xy 180.85 87.486928) (xy 180.4 87.486928) (xy 180.231623 87.503512) (xy 180.069717 87.552625) (xy 179.920503 87.632382) (xy 179.819833 87.715) (xy 179.712835 87.715) (xy 179.542305 87.74892) (xy 179.501185 87.698815) (xy 179.404494 87.619463) (xy 179.29418 87.560498) (xy 179.174482 87.524188) (xy 179.05 87.511928) (xy 178.81 87.511928) (xy 178.81 86.675) (xy 181.936928 86.675) (xy 181.949188 86.799482) (xy 181.985498 86.91918) (xy 182.044463 87.029494) (xy 182.123815 87.126185) (xy 182.220506 87.205537) (xy 182.33082 87.264502) (xy 182.450518 87.300812) (xy 182.575 87.313072) (xy 182.73925 87.31) (xy 182.898 87.15125) (xy 182.898 86.327) (xy 182.09875 86.327) (xy 181.94 86.48575) (xy 181.936928 86.675) (xy 178.81 86.675) (xy 178.81 85.25932) (xy 178.854494 85.235537) (xy 178.928258 85.175) (xy 181.936928 85.175) (xy 181.949188 85.299482) (xy 181.985498 85.41918) (xy 182.001972 85.45) (xy 181.985498 85.48082) (xy 181.949188 85.600518) (xy 181.936928 85.725) (xy 181.94 85.91425) (xy 182.09875 86.073) (xy 182.898 86.073) (xy 182.898 84.827) (xy 182.09875 84.827) (xy 181.94 84.98575) (xy 181.936928 85.175) (xy 178.928258 85.175) (xy 178.951185 85.156185) (xy 179.030537 85.059494) (xy 179.089502 84.94918) (xy 179.125812 84.829482) (xy 179.138072 84.705) (xy 179.138072 83.805) (xy 179.125812 83.680518) (xy 179.124139 83.675) (xy 181.936928 83.675) (xy 181.949188 83.799482) (xy 181.985498 83.91918) (xy 182.001972 83.95) (xy 181.985498 83.98082) (xy 181.949188 84.100518) (xy 181.936928 84.225) (xy 181.94 84.41425) (xy 182.09875 84.573) (xy 182.898 84.573) (xy 182.898 83.327) (xy 182.09875 83.327) (xy 181.94 83.48575) (xy 181.936928 83.675) (xy 179.124139 83.675) (xy 179.107454 83.62) (xy 179.125812 83.559482) (xy 179.138072 83.435) (xy 179.138072 82.535) (xy 179.125812 82.410518) (xy 179.107454 82.35) (xy 179.125812 82.289482) (xy 179.137087 82.175) (xy 181.936928 82.175) (xy 181.949188 82.299482) (xy 181.985498 82.41918) (xy 182.001972 82.45) (xy 181.985498 82.48082) (xy 181.949188 82.600518) (xy 181.936928 82.725) (xy 181.94 82.91425) (xy 182.09875 83.073) (xy 182.898 83.073) (xy 182.898 81.827) (xy 182.09875 81.827) (xy 181.94 81.98575) (xy 181.936928 82.175) (xy 179.137087 82.175) (xy 179.138072 82.165) (xy 179.138072 81.354981) (xy 179.158137 81.35099) (xy 179.319197 81.284277) (xy 179.464147 81.187424) (xy 179.587416 81.064155) (xy 179.684269 80.919205) (xy 179.750982 80.758145) (xy 179.784992 80.587165) (xy 179.784992 80.412835) (xy 179.750982 80.241855) (xy 179.684269 80.080795) (xy 179.587416 79.935845) (xy 179.501572 79.850001) (xy 179.50303 79.848543) (xy 180.074733 80.420246) (xy 180.115723 80.519205) (xy 180.212576 80.664155) (xy 180.335845 80.787424) (xy 180.480795 80.884277) (xy 180.641855 80.95099) (xy 180.812835 80.985) (xy 180.987165 80.985) (xy 181.158145 80.95099) (xy 181.319205 80.884277) (xy 181.464155 80.787424) (xy 181.576579 80.675) (xy 181.936928 80.675) (xy 181.949188 80.799482) (xy 181.985498 80.91918) (xy 182.001972 80.95) (xy 181.985498 80.98082) (xy 181.949188 81.100518) (xy 181.936928 81.225) (xy 181.94 81.41425) (xy 182.09875 81.573) (xy 182.898 81.573) (xy 182.898 80.327) (xy 182.09875 80.327) (xy 181.94 80.48575) (xy 181.936928 80.675) (xy 181.576579 80.675) (xy 181.587424 80.664155) (xy 181.684277 80.519205) (xy 181.75099 80.358145) (xy 181.785 80.187165) (xy 181.785 80.012835) (xy 181.75099 79.841855) (xy 181.684277 79.680795) (xy 181.587424 79.535845) (xy 181.464155 79.412576) (xy 181.319205 79.315723) (xy 181.220246 79.274733) (xy 181.120513 79.175) (xy 181.936928 79.175) (xy 181.949188 79.299482) (xy 181.985498 79.41918) (xy 182.001972 79.45) (xy 181.985498 79.48082) (xy 181.949188 79.600518) (xy 181.936928 79.725) (xy 181.94 79.91425) (xy 182.09875 80.073) (xy 182.898 80.073) (xy 182.898 78.827) (xy 182.09875 78.827) (xy 181.94 78.98575) (xy 181.936928 79.175) (xy 181.120513 79.175) (xy 179.305899 77.360387) (xy 179.280528 77.329472) (xy 179.157189 77.228251) (xy 179.125291 77.211201) (xy 179.125812 77.209482) (xy 179.138072 77.085) (xy 179.138072 76.185) (xy 179.125812 76.060518) (xy 179.107454 76) (xy 179.125812 75.939482) (xy 179.131379 75.882957) (xy 180.862576 77.614155) (xy 180.985845 77.737424) (xy 181.02217 77.761696) (xy 181.055941 77.789411) (xy 181.094467 77.810003) (xy 181.130795 77.834277) (xy 181.171167 77.851) (xy 181.209686 77.871588) (xy 181.251482 77.884267) (xy 181.291855 77.90099) (xy 181.334707 77.909514) (xy 181.37651 77.922195) (xy 181.419985 77.926477) (xy 181.462835 77.935) (xy 181.506531 77.935) (xy 181.55 77.939281) (xy 181.593469 77.935) (xy 181.637165 77.935) (xy 181.680015 77.926477) (xy 181.72349 77.922195) (xy 181.765293 77.909514) (xy 181.808145 77.90099) (xy 181.84852 77.884266) (xy 181.890313 77.871588) (xy 181.928829 77.851001) (xy 181.960799 77.837759) (xy 181.985498 77.91918) (xy 182.001972 77.95) (xy 181.985498 77.98082) (xy 181.949188 78.100518) (xy 181.936928 78.225) (xy 181.94 78.41425) (xy 182.09875 78.573) (xy 182.898 78.573) (xy 182.898 77.327) (xy 182.878 77.327) (xy 182.878 77.073) (xy 182.898 77.073) (xy 182.898 75.827) (xy 182.09875 75.827) (xy 181.94 75.98575) (xy 181.936928 76.175) (xy 181.938059 76.18648) (xy 180.535 74.783422) (xy 180.535 74.675) (xy 181.936928 74.675) (xy 181.949188 74.799482) (xy 181.985498 74.91918) (xy 182.001972 74.95) (xy 181.985498 74.98082) (xy 181.949188 75.100518) (xy 181.936928 75.225) (xy 181.94 75.41425) (xy 182.09875 75.573) (xy 182.898 75.573) (xy 182.898 74.327) (xy 182.09875 74.327) (xy 181.94 74.48575) (xy 181.936928 74.675) (xy 180.535 74.675) (xy 180.535 73.075) (xy 181.936928 73.075) (xy 181.949188 73.199482) (xy 181.985498 73.31918) (xy 182.028698 73.4) (xy 181.985498 73.48082) (xy 181.949188 73.600518) (xy 181.936928 73.725) (xy 181.94 73.91425) (xy 182.09875 74.073) (xy 182.898 74.073) (xy 182.898 72.727) (xy 182.09875 72.727) (xy 181.94 72.88575) (xy 181.936928 73.075) (xy 180.535 73.075) (xy 180.535 70.8) (xy 181.310718 70.8) (xy 181.315 70.843477) (xy 181.315 70.887165) (xy 181.323523 70.930013) (xy 181.327805 70.97349) (xy 181.340487 71.015295) (xy 181.34901 71.058145) (xy 181.365731 71.098513) (xy 181.378411 71.140313) (xy 181.399001 71.178835) (xy 181.415723 71.219205) (xy 181.439996 71.255533) (xy 181.460589 71.294059) (xy 181.488304 71.327829) (xy 181.512576 71.364155) (xy 181.54347 71.395049) (xy 181.571183 71.428817) (xy 181.604951 71.45653) (xy 181.635845 71.487424) (xy 181.672171 71.511696) (xy 181.705941 71.539411) (xy 181.744467 71.560004) (xy 181.780795 71.584277) (xy 181.821165 71.600999) (xy 181.859687 71.621589) (xy 181.901487 71.634269) (xy 181.941855 71.65099) (xy 181.984705 71.659513) (xy 182.02651 71.672195) (xy 182.069987 71.676477) (xy 182.112835 71.685) (xy 182.114636 71.685) (xy 182.044463 71.770506) (xy 181.985498 71.88082) (xy 181.949188 72.000518) (xy 181.936928 72.125) (xy 181.94 72.31425) (xy 182.09875 72.473) (xy 182.898 72.473) (xy 182.898 72.453) (xy 183.152 72.453) (xy 183.152 72.473) (xy 183.172 72.473) (xy 183.172 72.727) (xy 183.152 72.727) (xy 183.152 74.073) (xy 183.172 74.073) (xy 183.172 74.327) (xy 183.152 74.327) (xy 183.152 75.573) (xy 183.172 75.573) (xy 183.172 75.827) (xy 183.152 75.827) (xy 183.152 77.073) (xy 183.172 77.073) (xy 183.172 77.327) (xy 183.152 77.327) (xy 183.152 78.573) (xy 183.172 78.573) (xy 183.172 78.827) (xy 183.152 78.827) (xy 183.152 80.073) (xy 183.172 80.073) (xy 183.172 80.327) (xy 183.152 80.327) (xy 183.152 81.573) (xy 183.172 81.573) (xy 183.172 81.827) (xy 183.152 81.827) (xy 183.152 83.073) (xy 183.172 83.073) (xy 183.172 83.327) (xy 183.152 83.327) (xy 183.152 84.573) (xy 183.172 84.573) (xy 183.172 84.827) (xy 183.152 84.827) (xy 183.152 86.073) (xy 183.172 86.073) (xy 183.172 86.327) (xy 183.152 86.327) (xy 183.152 87.15125) (xy 183.31075 87.31) (xy 183.475 87.313072) (xy 183.599482 87.300812) (xy 183.71918 87.264502) (xy 183.829494 87.205537) (xy 183.873649 87.1693) (xy 184.019717 87.247375) (xy 184.181623 87.296488) (xy 184.35 87.313072) (xy 184.8 87.313072) (xy 184.968377 87.296488) (xy 185.130283 87.247375) (xy 185.279497 87.167618) (xy 185.410284 87.060284) (xy 185.517618 86.929497) (xy 185.597375 86.780283) (xy 185.646488 86.618377) (xy 185.652238 86.56) (xy 187.961928 86.56) (xy 187.961928 88.57) (xy 187.974188 88.694482) (xy 188.010498 88.81418) (xy 188.069463 88.924494) (xy 188.148815 89.021185) (xy 188.245506 89.100537) (xy 188.35582 89.159502) (xy 188.475518 89.195812) (xy 188.6 89.208072) (xy 191.7 89.208072) (xy 191.824482 89.195812) (xy 191.94418 89.159502) (xy 192.054494 89.100537) (xy 192.151185 89.021185) (xy 192.230537 88.924494) (xy 192.289502 88.81418) (xy 192.325812 88.694482) (xy 192.338072 88.57) (xy 192.338072 86.27) (xy 192.325812 86.145518) (xy 192.298334 86.054936) (xy 192.36591 86.04828) (xy 192.518595 86.001963) (xy 192.659311 85.926749) (xy 192.78265 85.825528) (xy 192.808021 85.794613) (xy 194.194632 84.408003) (xy 194.225541 84.382637) (xy 194.292693 84.300812) (xy 194.326762 84.259299) (xy 194.375766 84.167618) (xy 194.401976 84.118582) (xy 194.448293 83.965897) (xy 194.460013 83.8469) (xy 194.460013 83.846898) (xy 194.463932 83.80711) (xy 194.460013 83.767322) (xy 194.460013 83.207121) (xy 194.501003 83.108162) (xy 194.535013 82.937182) (xy 194.535013 82.762852) (xy 194.501003 82.591872) (xy 194.43429 82.430812) (xy 194.337437 82.285862) (xy 194.214168 82.162593) (xy 194.069218 82.06574) (xy 193.908158 81.999027) (xy 193.737178 81.965017) (xy 193.562848 81.965017) (xy 193.391868 81.999027) (xy 193.230808 82.06574) (xy 193.085858 82.162593) (xy 192.962589 82.285862) (xy 192.865736 82.430812) (xy 192.830864 82.515) (xy 192.737825 82.515) (xy 192.566845 82.54901) (xy 192.405785 82.615723) (xy 192.260835 82.712576) (xy 192.137566 82.835845) (xy 192.040713 82.980795) (xy 191.999723 83.079755) (xy 191.639478 83.44) (xy 189.634132 83.44) (xy 189.638072 83.4) (xy 189.638072 83.1) (xy 189.628223 82.999999) (xy 189.638072 82.9) (xy 189.638072 82.6) (xy 189.627845 82.496159) (xy 189.635 82.43175) (xy 189.602753 82.399503) (xy 189.589502 82.35582) (xy 189.532939 82.25) (xy 189.589502 82.14418) (xy 189.602753 82.100497) (xy 189.635 82.06825) (xy 189.627845 82.003841) (xy 189.638072 81.9) (xy 189.638072 81.6) (xy 189.634132 81.56) (xy 189.992886 81.56) (xy 190.091845 81.60099) (xy 190.262825 81.635) (xy 190.437155 81.635) (xy 190.608135 81.60099) (xy 190.769195 81.534277) (xy 190.914145 81.437424) (xy 191.037414 81.314155) (xy 191.134267 81.169205) (xy 191.20098 81.008145) (xy 191.23499 80.837165) (xy 191.23499 80.662835) (xy 191.20098 80.491855) (xy 191.134267 80.330795) (xy 191.121155 80.311171) (xy 191.177792 80.254534) (xy 191.274645 80.109584) (xy 191.341358 79.948524) (xy 191.375368 79.777544) (xy 191.375368 79.603214) (xy 191.341358 79.432234) (xy 191.289942 79.308106) (xy 191.333893 79.264155) (xy 191.430746 79.119205) (xy 191.497459 78.958145) (xy 191.531469 78.787165) (xy 191.531469 78.612835) (xy 191.497459 78.441855) (xy 191.430746 78.280795) (xy 191.35848 78.172642) (xy 191.37108 78.109297) (xy 191.37108 77.934967) (xy 191.33707 77.763987) (xy 191.270357 77.602927) (xy 191.173504 77.457977) (xy 191.050235 77.334708) (xy 190.905285 77.237855) (xy 190.744225 77.171142) (xy 190.573245 77.137132) (xy 190.563721 77.137132) (xy 190.464155 77.037566) (xy 190.319205 76.940713) (xy 190.158145 76.874) (xy 189.987165 76.83999) (xy 189.812835 76.83999) (xy 189.641855 76.874) (xy 189.638072 76.875567) (xy 189.638072 76.6) (xy 189.628223 76.5) (xy 189.638072 76.4) (xy 189.638072 76.1) (xy 189.628223 76) (xy 189.638072 75.9) (xy 189.638072 75.6) (xy 189.628223 75.5) (xy 189.638072 75.4) (xy 189.638072 75.1) (xy 189.628223 75) (xy 189.638072 74.9) (xy 189.638072 74.6) (xy 189.628223 74.5) (xy 189.638072 74.4) (xy 189.638072 74.368072) (xy 191.7 74.368072) (xy 191.824482 74.355812) (xy 191.94418 74.319502) (xy 192.054494 74.260537) (xy 192.151185 74.181185) (xy 192.230537 74.084494) (xy 192.289502 73.97418) (xy 192.325812 73.854482) (xy 192.338072 73.73) (xy 192.338072 71.43) (xy 192.325812 71.305518) (xy 192.289502 71.18582) (xy 192.230537 71.075506) (xy 192.151185 70.978815) (xy 192.054494 70.899463) (xy 192.045727 70.894777) (xy 192.195716 70.849278) (xy 192.340608 70.771831) (xy 192.44259 70.688137) (xy 192.473815 70.726185) (xy 192.570506 70.805537) (xy 192.68082 70.864502) (xy 192.800518 70.900812) (xy 192.925 70.913072) (xy 193.03925 70.91) (xy 193.198 70.75125) (xy 193.198 69.927) (xy 193.452 69.927) (xy 193.452 70.75125) (xy 193.61075 70.91) (xy 193.725 70.913072) (xy 193.849482 70.900812) (xy 193.96918 70.864502) (xy 194.079494 70.805537) (xy 194.176185 70.726185) (xy 194.255537 70.629494) (xy 194.314502 70.51918) (xy 194.350812 70.399482) (xy 194.363072 70.275) (xy 194.36 70.08575) (xy 194.20125 69.927) (xy 193.452 69.927) (xy 193.198 69.927) (xy 193.178 69.927) (xy 193.178 69.673) (xy 193.198 69.673) (xy 193.198 68.127) (xy 193.452 68.127) (xy 193.452 69.673) (xy 194.20125 69.673) (xy 194.36 69.51425) (xy 194.363072 69.325) (xy 194.350812 69.200518) (xy 194.339382 69.162839) (xy 194.51425 69.16) (xy 194.673 69.00125) (xy 194.673 68.202) (xy 194.927 68.202) (xy 194.927 69.00125) (xy 195.08575 69.16) (xy 195.275 69.163072) (xy 195.399482 69.150812) (xy 195.51918 69.114502) (xy 195.629494 69.055537) (xy 195.726185 68.976185) (xy 195.805537 68.879494) (xy 195.864502 68.76918) (xy 195.900812 68.649482) (xy 195.913072 68.525) (xy 195.91 68.36075) (xy 195.75125 68.202) (xy 194.927 68.202) (xy 194.673 68.202) (xy 194.27625 68.202) (xy 194.20125 68.127) (xy 193.452 68.127) (xy 193.198 68.127) (xy 193.178 68.127) (xy 193.178 67.873) (xy 193.198 67.873) (xy 193.198 67.853) (xy 193.452 67.853) (xy 193.452 67.873) (xy 193.77375 67.873) (xy 193.84875 67.948) (xy 194.673 67.948) (xy 194.673 67.928) (xy 194.927 67.928) (xy 194.927 67.948) (xy 195.75125 67.948) (xy 195.91 67.78925) (xy 195.913072 67.625) (xy 195.900812 67.500518) (xy 195.864502 67.38082) (xy 195.805537 67.270506) (xy 195.7693 67.226351) (xy 195.847375 67.080283) (xy 195.896488 66.918377) (xy 195.913072 66.75) (xy 195.913072 66.3) (xy 195.896488 66.131623) (xy 195.847375 65.969717) (xy 195.767618 65.820503) (xy 195.660284 65.689716) (xy 195.529497 65.582382) (xy 195.380283 65.502625) (xy 195.218377 65.453512) (xy 195.05 65.436928) (xy 194.55 65.436928) (xy 194.475069 65.444308) (xy 194.476477 65.430013) (xy 194.485 65.387165) (xy 194.485 64.989912) (xy 194.489281 64.946446) (xy 194.485 64.90298) (xy 194.485 64.90297) (xy 194.472195 64.772957) (xy 194.421589 64.606134) (xy 194.339411 64.452388) (xy 194.228817 64.31763) (xy 194.195045 64.289914) (xy 194.060086 64.154955) (xy 194.032369 64.121182) (xy 193.897611 64.010588) (xy 193.888499 64.005718) (xy 193.930537 63.954494) (xy 193.989502 63.84418) (xy 194.025812 63.724482) (xy 194.038072 63.6) (xy 194.038072 62.7) (xy 194.025812 62.575518) (xy 193.989502 62.45582) (xy 193.930537 62.345506) (xy 193.851185 62.248815) (xy 193.754494 62.169463) (xy 193.64418 62.110498) (xy 193.524482 62.074188) (xy 193.4 62.061928) (xy 192.963506 62.061928) (xy 192.706534 61.804956) (xy 192.678817 61.771183) (xy 192.544059 61.660589) (xy 192.390313 61.578411) (xy 192.22349 61.527805) (xy 192.093477 61.515) (xy 192.093469 61.515) (xy 192.05 61.510719) (xy 192.006531 61.515) (xy 189.443469 61.515) (xy 189.4 61.510719) (xy 189.356531 61.515) (xy 189.356523 61.515) (xy 189.22651 61.527805) (xy 189.059687 61.578411) (xy 188.905941 61.660589) (xy 188.804953 61.743468) (xy 188.804951 61.74347) (xy 188.771183 61.771183) (xy 188.74347 61.804951) (xy 188.13938 62.409042) (xy 188.024482 62.374188) (xy 187.9 62.361928) (xy 187 62.361928) (xy 186.875518 62.374188) (xy 186.75582 62.410498) (xy 186.645506 62.469463) (xy 186.548815 62.548815) (xy 186.469463 62.645506) (xy 186.410498 62.75582) (xy 186.374188 62.875518) (xy 186.361928 63) (xy 186.361928 64.2) (xy 186.374188 64.324482) (xy 186.410498 64.44418) (xy 186.469463 64.554494) (xy 186.548815 64.651185) (xy 186.565 64.664468) (xy 186.565001 64.835532) (xy 186.548815 64.848815) (xy 186.469463 64.945506) (xy 186.432317 65.015) (xy 186.318469 65.015) (xy 186.275 65.010719) (xy 186.231531 65.015) (xy 186.231523 65.015) (xy 186.10151 65.027805) (xy 185.934687 65.078411) (xy 185.780941 65.160589) (xy 185.646183 65.271183) (xy 185.633261 65.286928) (xy 185.55 65.286928) (xy 185.381623 65.303512) (xy 185.219717 65.352625) (xy 185.070503 65.432382) (xy 185 65.490242) (xy 184.929497 65.432382) (xy 184.780283 65.352625) (xy 184.618377 65.303512) (xy 184.45 65.286928) (xy 184 65.286928) (xy 183.831623 65.303512) (xy 183.669717 65.352625) (xy 183.520503 65.432382) (xy 183.389716 65.539716) (xy 183.282382 65.670503) (xy 183.202625 65.819717) (xy 183.153512 65.981623) (xy 183.136928 66.15) (xy 183.136928 66.65) (xy 183.153512 66.818377) (xy 183.202625 66.980283) (xy 183.282382 67.129497) (xy 183.334785 67.193351) (xy 183.275518 67.199188) (xy 183.15582 67.235498) (xy 183.045506 67.294463) (xy 182.948815 67.373815) (xy 182.869463 67.470506) (xy 182.810498 67.58082) (xy 182.774188 67.700518) (xy 182.761928 67.825) (xy 182.761928 68.805) (xy 182.774188 68.929482) (xy 182.810498 69.04918) (xy 182.869463 69.159494) (xy 182.948815 69.256185) (xy 183.045506 69.335537) (xy 183.15582 69.394502) (xy 183.275518 69.430812) (xy 183.4 69.443072) (xy 186.8 69.443072) (xy 186.924482 69.430812) (xy 187.021901 69.40126) (xy 187.024188 69.424482) (xy 187.060498 69.54418) (xy 187.112911 69.642236) (xy 187.04418 69.605498) (xy 186.924482 69.569188) (xy 186.8 69.556928) (xy 183.4 69.556928) (xy 183.275518 69.569188) (xy 183.15582 69.605498) (xy 183.045506 69.664463) (xy 182.948815 69.743815) (xy 182.869463 69.840506) (xy 182.829644 69.915) (xy 182.112835 69.915) (xy 182.069987 69.923523) (xy 182.02651 69.927805) (xy 181.984705 69.940487) (xy 181.941855 69.94901) (xy 181.901487 69.965731) (xy 181.859687 69.978411) (xy 181.821165 69.999001) (xy 181.780795 70.015723) (xy 181.744467 70.039996) (xy 181.705941 70.060589) (xy 181.672171 70.088304) (xy 181.635845 70.112576) (xy 181.604951 70.14347) (xy 181.571183 70.171183) (xy 181.54347 70.204951) (xy 181.512576 70.235845) (xy 181.488304 70.272171) (xy 181.460589 70.305941) (xy 181.439996 70.344467) (xy 181.415723 70.380795) (xy 181.399001 70.421165) (xy 181.378411 70.459687) (xy 181.365731 70.501487) (xy 181.34901 70.541855) (xy 181.340487 70.584705) (xy 181.327805 70.62651) (xy 181.323523 70.669987) (xy 181.315 70.712835) (xy 181.315 70.756523) (xy 181.310718 70.8) (xy 180.535 70.8) (xy 180.535 69.708469) (xy 180.539281 69.665) (xy 180.535 69.621531) (xy 180.535 69.621523) (xy 180.522195 69.49151) (xy 180.471589 69.324687) (xy 180.389411 69.170941) (xy 180.343758 69.115313) (xy 180.306532 69.069953) (xy 180.30653 69.069951) (xy 180.278817 69.036183) (xy 180.24505 69.008471) (xy 179.656532 68.419954) (xy 179.628817 68.386183) (xy 179.494059 68.275589) (xy 179.340313 68.193411) (xy 179.17349 68.142805) (xy 179.137029 68.139214) (xy 179.135 68.03075) (xy 178.97625 67.872) (xy 177.627 67.872) (xy 177.627 67.892) (xy 177.373 67.892) (xy 177.373 67.872) (xy 176.02375 67.872) (xy 175.865 68.03075) (xy 175.861928 68.195) (xy 175.874188 68.319482) (xy 175.892546 68.38) (xy 175.874188 68.440518) (xy 175.861928 68.565) (xy 175.861928 69.465) (xy 175.867756 69.524171) (xy 175.838527 69.533037) (xy 175.81768 69.54418) (xy 175.69781 69.608251) (xy 175.675562 69.62651) (xy 175.574472 69.709472) (xy 175.549105 69.740382) (xy 171.136118 74.15337) (xy 171.138072 72.745) (xy 171.125812 72.620518) (xy 171.089502 72.50082) (xy 171.030537 72.390506) (xy 170.951185 72.293815) (xy 170.854494 72.214463) (xy 170.74418 72.155498) (xy 170.624482 72.119188) (xy 170.5 72.106928) (xy 168.28575 72.11) (xy 168.127 72.26875) (xy 168.127 75.118) (xy 168.147 75.118) (xy 168.147 75.372) (xy 168.127 75.372) (xy 168.127 78.22125) (xy 168.28575 78.38) (xy 170.5 78.383072) (xy 170.624482 78.370812) (xy 170.718722 78.342224) (xy 170.718723 82.550397) (xy 170.677732 82.649358) (xy 170.643722 82.820338) (xy 170.643722 82.84) (xy 168.385513 82.84) (xy 164.41 78.864488) (xy 164.41 77.745) (xy 164.861928 77.745) (xy 164.874188 77.869482) (xy 164.910498 77.98918) (xy 164.969463 78.099494) (xy 165.048815 78.196185) (xy 165.145506 78.275537) (xy 165.25582 78.334502) (xy 165.375518 78.370812) (xy 165.5 78.383072) (xy 167.71425 78.38) (xy 167.873 78.22125) (xy 167.873 75.372) (xy 165.02375 75.372) (xy 164.865 75.53075) (xy 164.861928 77.745) (xy 164.41 77.745) (xy 164.41 72.745) (xy 164.861928 72.745) (xy 164.865 74.95925) (xy 165.02375 75.118) (xy 167.873 75.118) (xy 167.873 72.26875) (xy 167.71425 72.11) (xy 165.5 72.106928) (xy 165.375518 72.119188) (xy 165.25582 72.155498) (xy 165.145506 72.214463) (xy 165.048815 72.293815) (xy 164.969463 72.390506) (xy 164.910498 72.50082) (xy 164.874188 72.620518) (xy 164.861928 72.745) (xy 164.41 72.745) (xy 164.41 72.659786) (xy 164.413919 72.619998) (xy 164.41 72.580207) (xy 164.39828 72.46121) (xy 164.351963 72.308525) (xy 164.27675 72.16781) (xy 164.276749 72.167808) (xy 164.200893 72.075378) (xy 164.175528 72.04447) (xy 164.144619 72.019104) (xy 162.681754 70.55624) (xy 162.708145 70.55099) (xy 162.748523 70.534265) (xy 162.790313 70.521588) (xy 162.828826 70.501002) (xy 162.869205 70.484277) (xy 162.905543 70.459997) (xy 162.944058 70.43941) (xy 162.97782 70.411702) (xy 163.014155 70.387424) (xy 163.045052 70.356527) (xy 163.078817 70.328817) (xy 163.106527 70.295052) (xy 163.137424 70.264155) (xy 163.161702 70.22782) (xy 163.18941 70.194058) (xy 163.209997 70.155543) (xy 163.234277 70.119205) (xy 163.251002 70.078826) (xy 163.271588 70.040313) (xy 163.284265 69.998523) (xy 163.30099 69.958145) (xy 163.309516 69.915283) (xy 163.322194 69.873489) (xy 163.326475 69.830024) (xy 163.335 69.787165) (xy 163.335 69.743465) (xy 163.339281 69.699999) (xy 163.335 69.656533) (xy 163.335 69.612835) (xy 163.326475 69.569978) (xy 163.322194 69.526509) (xy 163.309515 69.484712) (xy 163.30099 69.441855) (xy 163.284267 69.401481) (xy 163.271588 69.359686) (xy 163.251 69.321168) (xy 163.234277 69.280795) (xy 163.210001 69.244464) (xy 163.18941 69.20594) (xy 163.161696 69.17217) (xy 163.137424 69.135845) (xy 163.014155 69.012576) (xy 162.421532 68.419954) (xy 162.393817 68.386183) (xy 162.259059 68.275589) (xy 162.136582 68.210125) (xy 162.138072 68.195) (xy 162.135 68.03075) (xy 161.97625 67.872) (xy 160.627 67.872) (xy 160.627 67.892) (xy 160.373 67.892) (xy 160.373 67.872) (xy 159.02375 67.872) (xy 158.865 68.03075) (xy 158.863144 68.13) (xy 158.382846 68.13) (xy 158.371831 68.109392) (xy 158.267606 67.982394) (xy 158.140608 67.878169) (xy 157.995716 67.800722) (xy 157.8385 67.753031) (xy 157.675 67.736928) (xy 157.125 67.736928) (xy 156.9615 67.753031) (xy 156.804284 67.800722) (xy 156.659392 67.878169) (xy 156.532394 67.982394) (xy 156.428169 68.109392) (xy 156.350722 68.254284) (xy 156.303031 68.4115) (xy 156.286928 68.575) (xy 156.286928 68.975) (xy 156.303031 69.1385) (xy 156.350722 69.295716) (xy 156.428169 69.440608) (xy 156.532394 69.567606) (xy 156.571866 69.6) (xy 156.532394 69.632394) (xy 156.428169 69.759392) (xy 156.350722 69.904284) (xy 156.303031 70.0615) (xy 156.286928 70.225) (xy 156.286928 70.625) (xy 156.303031 70.7885) (xy 156.350722 70.945716) (xy 156.428169 71.090608) (xy 156.442543 71.108122) (xy 156.432382 71.120503) (xy 156.352625 71.269717) (xy 156.303512 71.431623) (xy 156.286928 71.6) (xy 156.286928 72.05) (xy 156.303512 72.218377) (xy 156.352625 72.380283) (xy 156.4307 72.526351) (xy 156.394463 72.570506) (xy 156.335498 72.68082) (xy 156.299188 72.800518) (xy 156.286928 72.925) (xy 156.29 73.08925) (xy 156.44875 73.248) (xy 157.273 73.248) (xy 157.273 73.228) (xy 157.527 73.228) (xy 157.527 73.248) (xy 158.35125 73.248) (xy 158.51 73.08925) (xy 158.513072 72.925) (xy 158.500812 72.800518) (xy 158.464502 72.68082) (xy 158.405537 72.570506) (xy 158.3693 72.526351) (xy 158.447375 72.380283) (xy 158.496488 72.218377) (xy 158.513072 72.05) (xy 158.513072 71.6) (xy 158.496488 71.431623) (xy 158.447375 71.269717) (xy 158.394075 71.17) (xy 158.861928 71.17) (xy 158.861928 72.005) (xy 158.874188 72.129482) (xy 158.892546 72.19) (xy 158.874188 72.250518) (xy 158.861928 72.375) (xy 158.861928 73.275) (xy 158.874188 73.399482) (xy 158.892546 73.46) (xy 158.874188 73.520518) (xy 158.861928 73.645) (xy 158.861928 74.545) (xy 158.874188 74.669482) (xy 158.892546 74.73) (xy 158.874188 74.790518) (xy 158.861928 74.915) (xy 158.861928 75.815) (xy 158.874188 75.939482) (xy 158.892546 76) (xy 158.874188 76.060518) (xy 158.861928 76.185) (xy 158.861928 77.085) (xy 158.874188 77.209482) (xy 158.892546 77.27) (xy 158.874188 77.330518) (xy 158.861928 77.455) (xy 158.861928 78.355) (xy 158.874188 78.479482) (xy 158.892546 78.54) (xy 158.874188 78.600518) (xy 158.861928 78.725) (xy 158.861928 79.625) (xy 158.874188 79.749482) (xy 158.892546 79.81) (xy 158.874188 79.870518) (xy 158.861928 79.995) (xy 158.861928 80.895) (xy 158.874188 81.019482) (xy 158.892546 81.08) (xy 158.874188 81.140518) (xy 158.861928 81.265) (xy 158.861928 82.165) (xy 158.874188 82.289482) (xy 158.892546 82.35) (xy 158.874188 82.410518) (xy 158.861928 82.535) (xy 158.861928 83.435) (xy 158.874188 83.559482) (xy 158.892546 83.62) (xy 158.874188 83.680518) (xy 158.861928 83.805) (xy 158.861928 84.705) (xy 158.874188 84.829482) (xy 158.910498 84.94918) (xy 158.969463 85.059494) (xy 159.048815 85.156185) (xy 159.145506 85.235537) (xy 159.25582 85.294502) (xy 159.375518 85.330812) (xy 159.5 85.343072) (xy 161.5 85.343072) (xy 161.549999 85.338148) (xy 161.549999 87.09153) (xy 161.545718 87.134999) (xy 161.549999 87.178468) (xy 161.549999 87.178475) (xy 161.557846 87.258145) (xy 161.562804 87.308489) (xy 161.564779 87.315) (xy 161.61341 87.475311) (xy 161.695588 87.629057) (xy 161.806182 87.763816) (xy 161.839955 87.791533) (xy 164.613422 90.565) (xy 163.750843 90.565002) (xy 163.699999 90.559994) (xy 163.497103 90.579978) (xy 163.302006 90.639161) (xy 163.122202 90.735267) (xy 163.005802 90.830795) (xy 162.964603 90.864606) (xy 162.932196 90.904094) (xy 162.754093 91.082197) (xy 162.714605 91.114604) (xy 162.682198 91.154092) (xy 162.682197 91.154093) (xy 162.585266 91.272203) (xy 162.48916 91.452007) (xy 162.477199 91.491438) (xy 162.401185 91.398815) (xy 162.304494 91.319463) (xy 162.19418 91.260498) (xy 162.074482 91.224188) (xy 161.95 91.211928) (xy 160.98575 91.215) (xy 160.827 91.37375) (xy 160.827 92.973) (xy 160.847 92.973) (xy 160.847 93.227) (xy 160.827 93.227) (xy 160.827 93.247) (xy 160.573 93.247) (xy 160.573 93.227) (xy 158.97375 93.227) (xy 158.815 93.38575) (xy 158.811928 94.35) (xy 158.824188 94.474482) (xy 158.860498 94.59418) (xy 158.919463 94.704494) (xy 158.998815 94.801185) (xy 159.095506 94.880537) (xy 159.20582 94.939502) (xy 159.240427 94.95) (xy 159.20582 94.960498) (xy 159.095506 95.019463) (xy 158.998815 95.098815) (xy 158.919463 95.195506) (xy 158.860498 95.30582) (xy 158.824188 95.425518) (xy 158.811928 95.55) (xy 158.811928 98.05) (xy 158.824188 98.174482) (xy 158.860498 98.29418) (xy 158.919463 98.404494) (xy 158.998815 98.501185) (xy 159.095506 98.580537) (xy 159.20582 98.639502) (xy 159.325518 98.675812) (xy 159.45 98.688072) (xy 161.95 98.688072) (xy 162.074482 98.675812) (xy 162.19418 98.639502) (xy 162.304494 98.580537) (xy 162.401185 98.501185) (xy 162.480537 98.404494) (xy 162.539502 98.29418) (xy 162.572621 98.185) (xy 164.750838 98.185) (xy 164.902895 98.170024) (xy 165.079073 98.11658) (xy 165.0883 98.127824) (xy 165.112576 98.164155) (xy 165.235845 98.287424) (xy 165.235848 98.287426) (xy 165.343466 98.395044) (xy 165.371183 98.428817) (xy 165.505941 98.539411) (xy 165.659687 98.621589) (xy 165.82651 98.672195) (xy 165.956523 98.685) (xy 165.956531 98.685) (xy 166 98.689281) (xy 166.043469 98.685) (xy 166.556531 98.685) (xy 166.6 98.689281) (xy 166.643469 98.685) (xy 166.643477 98.685) (xy 166.77349 98.672195) (xy 166.940313 98.621589) (xy 167.094059 98.539411) (xy 167.228817 98.428817) (xy 167.256534 98.395044) (xy 167.495044 98.156534) (xy 167.528817 98.128817) (xy 167.551564 98.101099) (xy 167.554482 98.100812) (xy 167.67418 98.064502) (xy 167.729373 98.035) (xy 168.119031 98.035) (xy 168.1625 98.039281) (xy 168.205969 98.035) (xy 168.205977 98.035) (xy 168.33599 98.022195) (xy 168.366064 98.013072) (xy 168.63125 98.013072) (xy 168.798408 97.996608) (xy 168.959142 97.94785) (xy 169.107275 97.868671) (xy 169.2 97.792574) (xy 169.292725 97.868671) (xy 169.440858 97.94785) (xy 169.601592 97.996608) (xy 169.76875 98.013072) (xy 170.20625 98.013072) (xy 170.373408 97.996608) (xy 170.534142 97.94785) (xy 170.682275 97.868671) (xy 170.78415 97.785065) (xy 170.904284 97.849278) (xy 171.0615 97.896969) (xy 171.225 97.913072) (xy 171.775 97.913072) (xy 171.9385 97.896969) (xy 172.095716 97.849278) (xy 172.240608 97.771831) (xy 172.367606 97.667606) (xy 172.471831 97.540608) (xy 172.549278 97.395716) (xy 172.596969 97.2385) (xy 172.613072 97.075) (xy 172.613072 96.979837) (xy 172.640293 96.971579) (xy 172.678815 96.950989) (xy 172.715 96.936) (xy 172.715001 99.315) (xy 117.485 99.315) (xy 117.485 91.85) (xy 158.811928 91.85) (xy 158.815 92.81425) (xy 158.97375 92.973) (xy 160.573 92.973) (xy 160.573 91.37375) (xy 160.41425 91.215) (xy 159.45 91.211928) (xy 159.325518 91.224188) (xy 159.20582 91.260498) (xy 159.095506 91.319463) (xy 158.998815 91.398815) (xy 158.919463 91.495506) (xy 158.860498 91.60582) (xy 158.824188 91.725518) (xy 158.811928 91.85) (xy 117.485 91.85) (xy 117.485 73.825) (xy 156.286928 73.825) (xy 156.299188 73.949482) (xy 156.335498 74.06918) (xy 156.394463 74.179494) (xy 156.473815 74.276185) (xy 156.570506 74.355537) (xy 156.68082 74.414502) (xy 156.800518 74.450812) (xy 156.925 74.463072) (xy 157.11425 74.46) (xy 157.273 74.30125) (xy 157.273 73.502) (xy 157.527 73.502) (xy 157.527 74.30125) (xy 157.68575 74.46) (xy 157.875 74.463072) (xy 157.999482 74.450812) (xy 158.11918 74.414502) (xy 158.229494 74.355537) (xy 158.326185 74.276185) (xy 158.405537 74.179494) (xy 158.464502 74.06918) (xy 158.500812 73.949482) (xy 158.513072 73.825) (xy 158.51 73.66075) (xy 158.35125 73.502) (xy 157.527 73.502) (xy 157.273 73.502) (xy 156.44875 73.502) (xy 156.29 73.66075) (xy 156.286928 73.825) (xy 117.485 73.825) (xy 117.485 67.295) (xy 158.861928 67.295) (xy 158.865 67.45925) (xy 159.02375 67.618) (xy 160.373 67.618) (xy 160.373 66.81875) (xy 160.627 66.81875) (xy 160.627 67.618) (xy 161.97625 67.618) (xy 162.135 67.45925) (xy 162.138072 67.295) (xy 175.861928 67.295) (xy 175.865 67.45925) (xy 176.02375 67.618) (xy 177.373 67.618) (xy 177.373 66.81875) (xy 177.627 66.81875) (xy 177.627 67.618) (xy 178.97625 67.618) (xy 179.135 67.45925) (xy 179.138072 67.295) (xy 179.125812 67.170518) (xy 179.089502 67.05082) (xy 179.030537 66.940506) (xy 178.951185 66.843815) (xy 178.854494 66.764463) (xy 178.74418 66.705498) (xy 178.624482 66.669188) (xy 178.5 66.656928) (xy 177.78575 66.66) (xy 177.627 66.81875) (xy 177.373 66.81875) (xy 177.21425 66.66) (xy 176.5 66.656928) (xy 176.375518 66.669188) (xy 176.25582 66.705498) (xy 176.145506 66.764463) (xy 176.048815 66.843815) (xy 175.969463 66.940506) (xy 175.910498 67.05082) (xy 175.874188 67.170518) (xy 175.861928 67.295) (xy 162.138072 67.295) (xy 162.125812 67.170518) (xy 162.089502 67.05082) (xy 162.030537 66.940506) (xy 161.951185 66.843815) (xy 161.854494 66.764463) (xy 161.74418 66.705498) (xy 161.624482 66.669188) (xy 161.5 66.656928) (xy 160.78575 66.66) (xy 160.627 66.81875) (xy 160.373 66.81875) (xy 160.21425 66.66) (xy 159.5 66.656928) (xy 159.375518 66.669188) (xy 159.25582 66.705498) (xy 159.145506 66.764463) (xy 159.048815 66.843815) (xy 158.969463 66.940506) (xy 158.910498 67.05082) (xy 158.874188 67.170518) (xy 158.861928 67.295) (xy 117.485 67.295) (xy 117.485 60.685) (xy 154.873 60.685) ) ) (filled_polygon (pts (xy 189.82375 63.473) (xy 190.623 63.473) (xy 190.623 63.453) (xy 190.877 63.453) (xy 190.877 63.473) (xy 190.897 63.473) (xy 190.897 63.727) (xy 190.877 63.727) (xy 190.877 63.747) (xy 190.623 63.747) (xy 190.623 63.727) (xy 189.82375 63.727) (xy 189.665 63.88575) (xy 189.661928 64.2) (xy 189.674188 64.324482) (xy 189.710498 64.44418) (xy 189.769463 64.554494) (xy 189.848815 64.651185) (xy 189.945506 64.730537) (xy 189.981918 64.75) (xy 189.945506 64.769463) (xy 189.848815 64.848815) (xy 189.769463 64.945506) (xy 189.710498 65.05582) (xy 189.674188 65.175518) (xy 189.661928 65.3) (xy 189.661928 66.5) (xy 189.674188 66.624482) (xy 189.710498 66.74418) (xy 189.769463 66.854494) (xy 189.816598 66.911928) (xy 189.65 66.911928) (xy 189.525518 66.924188) (xy 189.485 66.936479) (xy 189.485 63.566578) (xy 189.701164 63.350414) ) ) (filled_polygon (pts (xy 162.714604 93.880398) (xy 162.754097 93.912809) (xy 163.037191 94.195903) (xy 163.069602 94.235396) (xy 163.227201 94.364734) (xy 163.407005 94.460841) (xy 163.602103 94.520024) (xy 163.675 94.527204) (xy 163.639463 94.570506) (xy 163.580498 94.68082) (xy 163.544188 94.800518) (xy 163.531928 94.925) (xy 163.531928 95.575) (xy 163.544188 95.699482) (xy 163.551929 95.725) (xy 163.544188 95.750518) (xy 163.531928 95.875) (xy 163.535 95.91425) (xy 163.693748 96.072998) (xy 163.535 96.072998) (xy 163.535 96.115) (xy 162.588072 96.115) (xy 162.588072 95.55) (xy 162.575812 95.425518) (xy 162.539502 95.30582) (xy 162.480537 95.195506) (xy 162.401185 95.098815) (xy 162.304494 95.019463) (xy 162.19418 94.960498) (xy 162.159573 94.95) (xy 162.19418 94.939502) (xy 162.304494 94.880537) (xy 162.401185 94.801185) (xy 162.480537 94.704494) (xy 162.539502 94.59418) (xy 162.575812 94.474482) (xy 162.588072 94.35) (xy 162.586077 93.723787) ) ) (filled_polygon (pts (xy 172.697472 94.47405) (xy 172.565313 94.403411) (xy 172.39849 94.352805) (xy 172.268477 94.34) (xy 172.268469 94.34) (xy 172.253191 94.338495) (xy 172.240608 94.328169) (xy 172.095716 94.250722) (xy 171.9385 94.203031) (xy 171.775 94.186928) (xy 171.225 94.186928) (xy 171.0615 94.203031) (xy 170.904284 94.250722) (xy 170.900102 94.252958) (xy 170.876185 94.223815) (xy 170.779494 94.144463) (xy 170.66918 94.085498) (xy 170.549482 94.049188) (xy 170.425 94.036928) (xy 170.31075 94.04) (xy 170.152 94.19875) (xy 170.152 95.023) (xy 170.172 95.023) (xy 170.172 95.277) (xy 170.152 95.277) (xy 170.152 95.297) (xy 169.898 95.297) (xy 169.898 95.277) (xy 169.878 95.277) (xy 169.878 95.023) (xy 169.898 95.023) (xy 169.898 94.19875) (xy 169.73925 94.04) (xy 169.625 94.036928) (xy 169.500518 94.049188) (xy 169.38082 94.085498) (xy 169.270506 94.144463) (xy 169.173815 94.223815) (xy 169.14259 94.261863) (xy 169.040608 94.178169) (xy 168.918628 94.112969) (xy 168.925 94.113072) (xy 169.049482 94.100812) (xy 169.16918 94.064502) (xy 169.279494 94.005537) (xy 169.376185 93.926185) (xy 169.455537 93.829494) (xy 169.514502 93.71918) (xy 169.550812 93.599482) (xy 169.563072 93.475) (xy 169.56 93.31075) (xy 169.40125 93.152) (xy 168.577 93.152) (xy 168.577 93.172) (xy 168.323 93.172) (xy 168.323 93.152) (xy 168.303 93.152) (xy 168.303 92.898) (xy 168.323 92.898) (xy 168.323 92.878) (xy 168.577 92.878) (xy 168.577 92.898) (xy 169.40125 92.898) (xy 169.56 92.73925) (xy 169.563072 92.575) (xy 169.550812 92.450518) (xy 169.523354 92.36) (xy 170.583422 92.36) ) ) (filled_polygon (pts (xy 189.597 94.406928) (xy 189.303 94.406928) (xy 189.303 94.193072) (xy 189.597 94.193072) ) ) (filled_polygon (pts (xy 179.620813 89.466696) (xy 179.600722 89.504284) (xy 179.553031 89.6615) (xy 179.536928 89.825) (xy 179.536928 90.217417) (xy 179.424116 90.309999) (xy 179.400313 90.339003) (xy 179.089003 90.650313) (xy 179.059999 90.674116) (xy 179.019266 90.72375) (xy 178.965026 90.789841) (xy 178.911939 90.889159) (xy 178.894454 90.921871) (xy 178.850997 91.065132) (xy 178.84 91.176785) (xy 178.84 91.176795) (xy 178.836324 91.214117) (xy 178.84 91.25144) (xy 178.84 91.913071) (xy 178.48575 91.915) (xy 178.327 92.07375) (xy 178.327 92.873) (xy 178.347 92.873) (xy 178.347 93.127) (xy 178.327 93.127) (xy 178.327 93.147) (xy 178.073 93.147) (xy 178.073 93.127) (xy 178.053 93.127) (xy 178.053 92.873) (xy 178.073 92.873) (xy 178.073 92.07375) (xy 177.91425 91.915) (xy 177.35 91.911928) (xy 177.225518 91.924188) (xy 177.10582 91.960498) (xy 176.995506 92.019463) (xy 176.898815 92.098815) (xy 176.819463 92.195506) (xy 176.792139 92.246626) (xy 176.330523 91.78501) (xy 176.79623 91.78501) (xy 176.895189 91.826) (xy 177.066169 91.86001) (xy 177.240499 91.86001) (xy 177.411479 91.826) (xy 177.572539 91.759287) (xy 177.717489 91.662434) (xy 177.840758 91.539165) (xy 177.937611 91.394215) (xy 178.004324 91.233155) (xy 178.038334 91.062175) (xy 178.038334 91.054925) (xy 178.05814 91.050985) (xy 178.2192 90.984272) (xy 178.36415 90.887419) (xy 178.487419 90.76415) (xy 178.584272 90.6192) (xy 178.650985 90.45814) (xy 178.684995 90.28716) (xy 178.684995 90.11283) (xy 178.650985 89.94185) (xy 178.584272 89.78079) (xy 178.522319 89.688072) (xy 179.05 89.688072) (xy 179.174482 89.675812) (xy 179.29418 89.639502) (xy 179.404494 89.580537) (xy 179.501185 89.501185) (xy 179.542305 89.45108) ) ) (filled_polygon (pts (xy 163.57075 86.89) (xy 163.735 86.893072) (xy 163.859482 86.880812) (xy 163.92 86.862454) (xy 163.980518 86.880812) (xy 164.105 86.893072) (xy 165.005 86.893072) (xy 165.129482 86.880812) (xy 165.19 86.862454) (xy 165.250518 86.880812) (xy 165.375 86.893072) (xy 166.275 86.893072) (xy 166.399482 86.880812) (xy 166.46 86.862454) (xy 166.520518 86.880812) (xy 166.645 86.893072) (xy 167.545 86.893072) (xy 167.669482 86.880812) (xy 167.73 86.862454) (xy 167.790518 86.880812) (xy 167.915 86.893072) (xy 168.815 86.893072) (xy 168.939482 86.880812) (xy 169 86.862454) (xy 169.060518 86.880812) (xy 169.185 86.893072) (xy 170.085 86.893072) (xy 170.209482 86.880812) (xy 170.27 86.862454) (xy 170.330518 86.880812) (xy 170.455 86.893072) (xy 171.355 86.893072) (xy 171.479482 86.880812) (xy 171.54 86.862454) (xy 171.600518 86.880812) (xy 171.672725 86.887924) (xy 171.635845 86.912566) (xy 171.512576 87.035835) (xy 171.415723 87.180785) (xy 171.34901 87.341845) (xy 171.347821 87.347821) (xy 171.341845 87.34901) (xy 171.180785 87.415723) (xy 171.035835 87.512576) (xy 170.912566 87.635845) (xy 170.815713 87.780795) (xy 170.749 87.941855) (xy 170.71499 88.112835) (xy 170.71499 88.287165) (xy 170.749 88.458145) (xy 170.815713 88.619205) (xy 170.912566 88.764155) (xy 171.035835 88.887424) (xy 171.180785 88.984277) (xy 171.279763 89.025275) (xy 172.826454 90.571967) (xy 172.712576 90.685845) (xy 172.615723 90.830795) (xy 172.54901 90.991855) (xy 172.515 91.162835) (xy 172.515 91.337165) (xy 172.54901 91.508145) (xy 172.615723 91.669205) (xy 172.712576 91.814155) (xy 172.835845 91.937424) (xy 172.980795 92.034277) (xy 173.079756 92.075268) (xy 173.783497 92.779009) (xy 173.772176 92.7883) (xy 173.735845 92.812576) (xy 173.6375 92.910921) (xy 171.606534 90.879956) (xy 171.578817 90.846183) (xy 171.444059 90.735589) (xy 171.290313 90.653411) (xy 171.12349 90.602805) (xy 170.993477 90.59) (xy 170.993469 90.59) (xy 170.95 90.585719) (xy 170.906531 90.59) (xy 169.249705 90.59) (xy 169.179497 90.532382) (xy 169.030283 90.452625) (xy 168.868377 90.403512) (xy 168.7 90.386928) (xy 168.2 90.386928) (xy 168.031623 90.403512) (xy 167.869717 90.452625) (xy 167.720503 90.532382) (xy 167.589716 90.639716) (xy 167.576469 90.655858) (xy 167.554482 90.649188) (xy 167.43 90.636928) (xy 167.188507 90.636928) (xy 163.412002 86.860424) (xy 163.412002 86.731252) ) ) (filled_polygon (pts (xy 163.412 85.128) (xy 163.432 85.128) (xy 163.432 85.382) (xy 163.412 85.382) (xy 163.412 85.402) (xy 163.319999 85.402) (xy 163.319999 85.108) (xy 163.412 85.108) ) ) ) (zone (net 1) (net_name GND) (layer B.Cu) (tstamp 6110CB32) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 200 100) (xy 116.8 100) (xy 116.8 60) (xy 200 60) ) ) (filled_polygon (pts (xy 154.873 66) (xy 154.87544 66.024776) (xy 154.882667 66.048601) (xy 154.894403 66.070557) (xy 154.910197 66.089803) (xy 154.929443 66.105597) (xy 154.951399 66.117333) (xy 154.975224 66.12456) (xy 155 66.127) (xy 183 66.127) (xy 183.024776 66.12456) (xy 183.048601 66.117333) (xy 183.070557 66.105597) (xy 183.089803 66.089803) (xy 183.105597 66.070557) (xy 183.117333 66.048601) (xy 183.12456 66.024776) (xy 183.127 66) (xy 183.127 60.685) (xy 199.315001 60.685) (xy 199.315 89.414232) (xy 199.145987 89.341585) (xy 198.927 89.295) (xy 198.627 89.295) (xy 198.627 90.303) (xy 198.647 90.303) (xy 198.647 90.557) (xy 198.627 90.557) (xy 198.627 91.565) (xy 198.927 91.565) (xy 199.145987 91.518415) (xy 199.315 91.445768) (xy 199.315 98.054232) (xy 199.145987 97.981585) (xy 198.927 97.935) (xy 198.627 97.935) (xy 198.627 98.943) (xy 198.647 98.943) (xy 198.647 99.197) (xy 198.627 99.197) (xy 198.627 99.217) (xy 198.373 99.217) (xy 198.373 99.197) (xy 197.232046 99.197) (xy 197.146913 99.315) (xy 195.923087 99.315) (xy 195.837954 99.197) (xy 194.447 99.197) (xy 194.447 99.217) (xy 194.193 99.217) (xy 194.193 99.197) (xy 192.802046 99.197) (xy 192.716913 99.315) (xy 179.685 99.315) (xy 179.685 98.768126) (xy 192.675881 98.768126) (xy 192.802046 98.943) (xy 194.193 98.943) (xy 194.193 98.923) (xy 194.447 98.923) (xy 194.447 98.943) (xy 195.837954 98.943) (xy 195.964119 98.768126) (xy 197.105881 98.768126) (xy 197.232046 98.943) (xy 198.373 98.943) (xy 198.373 97.935) (xy 198.073 97.935) (xy 197.854013 97.981585) (xy 197.648322 98.069997) (xy 197.463831 98.196839) (xy 197.307631 98.357236) (xy 197.185724 98.545024) (xy 197.105881 98.768126) (xy 195.964119 98.768126) (xy 195.884276 98.545024) (xy 195.762369 98.357236) (xy 195.621794 98.212884) (xy 195.700741 98.094731) (xy 195.773108 97.920022) (xy 195.81 97.734552) (xy 195.81 97.545448) (xy 195.773108 97.359978) (xy 195.700741 97.185269) (xy 195.595681 97.028036) (xy 195.461964 96.894319) (xy 195.304731 96.789259) (xy 195.130022 96.716892) (xy 194.944552 96.68) (xy 194.755448 96.68) (xy 194.569978 96.716892) (xy 194.395269 96.789259) (xy 194.238036 96.894319) (xy 194.104319 97.028036) (xy 193.999259 97.185269) (xy 193.926892 97.359978) (xy 193.89 97.545448) (xy 193.89 97.734552) (xy 193.926892 97.920022) (xy 193.933096 97.935) (xy 193.643 97.935) (xy 193.424013 97.981585) (xy 193.218322 98.069997) (xy 193.033831 98.196839) (xy 192.877631 98.357236) (xy 192.755724 98.545024) (xy 192.675881 98.768126) (xy 179.685 98.768126) (xy 179.685 97.098581) (xy 180.631467 98.045048) (xy 180.65918 98.078816) (xy 180.692948 98.106529) (xy 180.69295 98.106531) (xy 180.698202 98.110841) (xy 180.793938 98.18941) (xy 180.947684 98.271588) (xy 181.114507 98.322194) (xy 181.24452 98.334999) (xy 181.24453 98.334999) (xy 181.287996 98.33928) (xy 181.331462 98.334999) (xy 191.406514 98.334999) (xy 191.449983 98.33928) (xy 191.493452 98.334999) (xy 191.49346 98.334999) (xy 191.623473 98.322194) (xy 191.790296 98.271588) (xy 191.944042 98.18941) (xy 192.0788 98.078816) (xy 192.106517 98.045043) (xy 192.264134 97.887426) (xy 192.264137 97.887424) (xy 192.387406 97.764155) (xy 192.411682 97.727824) (xy 192.439392 97.694059) (xy 192.459981 97.65554) (xy 192.484259 97.619205) (xy 192.500984 97.578827) (xy 192.52157 97.540313) (xy 192.534249 97.498519) (xy 192.550972 97.458145) (xy 192.559495 97.415295) (xy 192.572177 97.373491) (xy 192.576459 97.330014) (xy 192.584982 97.287165) (xy 192.584982 97.243469) (xy 192.589263 97.2) (xy 192.584982 97.156531) (xy 192.584982 97.112835) (xy 192.576459 97.069985) (xy 192.572177 97.02651) (xy 192.559496 96.984707) (xy 192.550972 96.941855) (xy 192.534248 96.90148) (xy 192.52157 96.859687) (xy 192.500984 96.821173) (xy 192.484259 96.780795) (xy 192.459981 96.74446) (xy 192.439392 96.705941) (xy 192.411681 96.672176) (xy 192.387406 96.635845) (xy 192.35651 96.604949) (xy 192.328799 96.571183) (xy 192.295033 96.543472) (xy 192.264137 96.512576) (xy 192.227806 96.488301) (xy 192.194041 96.46059) (xy 192.155522 96.440001) (xy 192.119187 96.415723) (xy 192.078809 96.398998) (xy 192.040295 96.378412) (xy 191.998502 96.365734) (xy 191.958127 96.34901) (xy 191.915275 96.340486) (xy 191.873472 96.327805) (xy 191.829997 96.323523) (xy 191.787147 96.315) (xy 191.743451 96.315) (xy 191.699982 96.310719) (xy 191.656513 96.315) (xy 191.612817 96.315) (xy 191.569968 96.323523) (xy 191.526491 96.327805) (xy 191.484687 96.340487) (xy 191.441837 96.34901) (xy 191.401463 96.365733) (xy 191.359669 96.378412) (xy 191.321155 96.398998) (xy 191.280777 96.415723) (xy 191.244442 96.440001) (xy 191.205923 96.46059) (xy 191.172158 96.4883) (xy 191.135827 96.512576) (xy 191.083404 96.564999) (xy 184.006732 96.564999) (xy 184.05099 96.458151) (xy 184.085 96.287171) (xy 184.085 96.112841) (xy 184.05099 95.941861) (xy 183.984277 95.780801) (xy 183.887424 95.635851) (xy 183.764155 95.512582) (xy 183.619205 95.415729) (xy 183.458145 95.349016) (xy 183.287165 95.315006) (xy 183.112835 95.315006) (xy 182.941855 95.349016) (xy 182.842896 95.390006) (xy 182.713843 95.390006) (xy 182.072502 94.748665) (xy 182.164155 94.687424) (xy 182.287424 94.564155) (xy 182.384277 94.419205) (xy 182.386915 94.412835) (xy 190.015 94.412835) (xy 190.015 94.587165) (xy 190.04901 94.758145) (xy 190.115723 94.919205) (xy 190.212576 95.064155) (xy 190.335845 95.187424) (xy 190.480795 95.284277) (xy 190.641855 95.35099) (xy 190.812835 95.385) (xy 190.987165 95.385) (xy 191.158145 95.35099) (xy 191.319205 95.284277) (xy 191.355538 95.26) (xy 194.744462 95.26) (xy 194.780795 95.284277) (xy 194.941855 95.35099) (xy 195.112835 95.385) (xy 195.287165 95.385) (xy 195.458145 95.35099) (xy 195.619205 95.284277) (xy 195.764155 95.187424) (xy 195.887424 95.064155) (xy 195.984277 94.919205) (xy 196.05099 94.758145) (xy 196.085 94.587165) (xy 196.085 94.412835) (xy 196.05099 94.241855) (xy 195.984277 94.080795) (xy 195.887424 93.935845) (xy 195.764155 93.812576) (xy 195.619205 93.715723) (xy 195.458145 93.64901) (xy 195.287165 93.615) (xy 195.112835 93.615) (xy 194.941855 93.64901) (xy 194.780795 93.715723) (xy 194.744462 93.74) (xy 191.355538 93.74) (xy 191.319205 93.715723) (xy 191.158145 93.64901) (xy 190.987165 93.615) (xy 190.812835 93.615) (xy 190.641855 93.64901) (xy 190.480795 93.715723) (xy 190.335845 93.812576) (xy 190.212576 93.935845) (xy 190.115723 94.080795) (xy 190.04901 94.241855) (xy 190.015 94.412835) (xy 182.386915 94.412835) (xy 182.45099 94.258145) (xy 182.485 94.087165) (xy 182.485 93.912835) (xy 182.45099 93.741855) (xy 182.384277 93.580795) (xy 182.287424 93.435845) (xy 182.164155 93.312576) (xy 182.019205 93.215723) (xy 181.920246 93.174733) (xy 178.625263 89.879751) (xy 178.584272 89.78079) (xy 178.487419 89.63584) (xy 178.36415 89.512571) (xy 178.2192 89.415718) (xy 178.05814 89.349005) (xy 177.88716 89.314995) (xy 177.71283 89.314995) (xy 177.54185 89.349005) (xy 177.38079 89.415718) (xy 177.23584 89.512571) (xy 177.112571 89.63584) (xy 177.015718 89.78079) (xy 176.949005 89.94185) (xy 176.914995 90.11283) (xy 176.914995 90.12008) (xy 176.895189 90.12402) (xy 176.734129 90.190733) (xy 176.589179 90.287586) (xy 176.46591 90.410855) (xy 176.369057 90.555805) (xy 176.302344 90.716865) (xy 176.268334 90.887845) (xy 176.268334 91.062175) (xy 176.302344 91.233155) (xy 176.369057 91.394215) (xy 176.46591 91.539165) (xy 176.589179 91.662434) (xy 176.734129 91.759287) (xy 176.83309 91.800278) (xy 178.849013 93.816202) (xy 178.778311 93.778411) (xy 178.611488 93.727805) (xy 178.481475 93.715) (xy 178.481467 93.715) (xy 178.437998 93.710719) (xy 178.394529 93.715) (xy 175.159603 93.715) (xy 175.172195 93.67349) (xy 175.176477 93.630013) (xy 175.185 93.587165) (xy 175.185 87.162835) (xy 176.065 87.162835) (xy 176.065 87.337165) (xy 176.09901 87.508145) (xy 176.165723 87.669205) (xy 176.262576 87.814155) (xy 176.385845 87.937424) (xy 176.530795 88.034277) (xy 176.629756 88.075268) (xy 176.6991 88.144612) (xy 176.724472 88.175528) (xy 176.847811 88.276749) (xy 176.988527 88.351963) (xy 177.141212 88.39828) (xy 177.260209 88.41) (xy 177.260212 88.41) (xy 177.3 88.413919) (xy 177.339788 88.41) (xy 178.935455 88.41) (xy 178.915 88.512835) (xy 178.915 88.687165) (xy 178.94901 88.858145) (xy 179.015723 89.019205) (xy 179.112576 89.164155) (xy 179.235845 89.287424) (xy 179.380795 89.384277) (xy 179.479756 89.425268) (xy 181.499105 91.444618) (xy 181.524472 91.475528) (xy 181.578211 91.51963) (xy 181.64781 91.576749) (xy 181.676072 91.591855) (xy 181.788527 91.651963) (xy 181.941212 91.69828) (xy 182.060209 91.71) (xy 182.060211 91.71) (xy 182.099999 91.713919) (xy 182.139787 91.71) (xy 183.042896 91.71) (xy 183.141855 91.75099) (xy 183.312835 91.785) (xy 183.487165 91.785) (xy 183.658145 91.75099) (xy 183.819205 91.684277) (xy 183.964155 91.587424) (xy 184.087424 91.464155) (xy 184.184277 91.319205) (xy 184.25099 91.158145) (xy 184.280458 91.01) (xy 186.29949 91.01) (xy 186.459735 91.170245) (xy 186.500725 91.269205) (xy 186.597578 91.414155) (xy 186.720847 91.537424) (xy 186.865797 91.634277) (xy 187.026857 91.70099) (xy 187.197837 91.735) (xy 187.372167 91.735) (xy 187.543147 91.70099) (xy 187.704207 91.634277) (xy 187.849157 91.537424) (xy 187.972426 91.414155) (xy 188.069279 91.269205) (xy 188.135992 91.108145) (xy 188.170002 90.937165) (xy 188.170002 90.762835) (xy 188.163844 90.731874) (xy 192.675881 90.731874) (xy 192.755724 90.954976) (xy 192.877631 91.142764) (xy 193.033831 91.303161) (xy 193.218322 91.430003) (xy 193.424013 91.518415) (xy 193.643 91.565) (xy 193.933096 91.565) (xy 193.926892 91.579978) (xy 193.89 91.765448) (xy 193.89 91.954552) (xy 193.926892 92.140022) (xy 193.999259 92.314731) (xy 194.104319 92.471964) (xy 194.238036 92.605681) (xy 194.395269 92.710741) (xy 194.569978 92.783108) (xy 194.755448 92.82) (xy 194.944552 92.82) (xy 195.130022 92.783108) (xy 195.304731 92.710741) (xy 195.461964 92.605681) (xy 195.595681 92.471964) (xy 195.700741 92.314731) (xy 195.773108 92.140022) (xy 195.81 91.954552) (xy 195.81 91.765448) (xy 195.773108 91.579978) (xy 195.700741 91.405269) (xy 195.621794 91.287116) (xy 195.762369 91.142764) (xy 195.884276 90.954976) (xy 195.964119 90.731874) (xy 197.105881 90.731874) (xy 197.185724 90.954976) (xy 197.307631 91.142764) (xy 197.463831 91.303161) (xy 197.648322 91.430003) (xy 197.854013 91.518415) (xy 198.073 91.565) (xy 198.373 91.565) (xy 198.373 90.557) (xy 197.232046 90.557) (xy 197.105881 90.731874) (xy 195.964119 90.731874) (xy 195.837954 90.557) (xy 194.447 90.557) (xy 194.447 90.577) (xy 194.193 90.577) (xy 194.193 90.557) (xy 192.802046 90.557) (xy 192.675881 90.731874) (xy 188.163844 90.731874) (xy 188.135992 90.591855) (xy 188.069279 90.430795) (xy 187.972426 90.285845) (xy 187.849157 90.162576) (xy 187.7976 90.128126) (xy 192.675881 90.128126) (xy 192.802046 90.303) (xy 194.193 90.303) (xy 194.193 89.295) (xy 194.447 89.295) (xy 194.447 90.303) (xy 195.837954 90.303) (xy 195.964119 90.128126) (xy 197.105881 90.128126) (xy 197.232046 90.303) (xy 198.373 90.303) (xy 198.373 89.295) (xy 198.073 89.295) (xy 197.854013 89.341585) (xy 197.648322 89.429997) (xy 197.463831 89.556839) (xy 197.307631 89.717236) (xy 197.185724 89.905024) (xy 197.105881 90.128126) (xy 195.964119 90.128126) (xy 195.884276 89.905024) (xy 195.762369 89.717236) (xy 195.606169 89.556839) (xy 195.421678 89.429997) (xy 195.215987 89.341585) (xy 194.997 89.295) (xy 194.447 89.295) (xy 194.193 89.295) (xy 193.643 89.295) (xy 193.424013 89.341585) (xy 193.218322 89.429997) (xy 193.033831 89.556839) (xy 192.877631 89.717236) (xy 192.755724 89.905024) (xy 192.675881 90.128126) (xy 187.7976 90.128126) (xy 187.704207 90.065723) (xy 187.605247 90.024733) (xy 187.235901 89.655387) (xy 187.21053 89.624472) (xy 187.087191 89.523251) (xy 186.946475 89.448037) (xy 186.79379 89.40172) (xy 186.674793 89.39) (xy 186.67479 89.39) (xy 186.635002 89.386081) (xy 186.595214 89.39) (xy 185.611579 89.39) (xy 185.637424 89.364155) (xy 185.734277 89.219205) (xy 185.80099 89.058145) (xy 185.835 88.887165) (xy 185.835 88.712835) (xy 185.80099 88.541855) (xy 185.734277 88.380795) (xy 185.637424 88.235845) (xy 185.514155 88.112576) (xy 185.369205 88.015723) (xy 185.270246 87.974733) (xy 184.350899 87.055387) (xy 184.325528 87.024472) (xy 184.202189 86.923251) (xy 184.061473 86.848037) (xy 183.908788 86.80172) (xy 183.789791 86.79) (xy 183.789788 86.79) (xy 183.75 86.786081) (xy 183.710212 86.79) (xy 177.707019 86.79) (xy 177.637424 86.685845) (xy 177.514155 86.562576) (xy 177.369205 86.465723) (xy 177.208145 86.39901) (xy 177.037165 86.365) (xy 176.862835 86.365) (xy 176.691855 86.39901) (xy 176.530795 86.465723) (xy 176.385845 86.562576) (xy 176.262576 86.685845) (xy 176.165723 86.830795) (xy 176.09901 86.991855) (xy 176.065 87.162835) (xy 175.185 87.162835) (xy 175.185 82.485565) (xy 175.233144 82.475989) (xy 175.394204 82.409276) (xy 175.539154 82.312423) (xy 175.662423 82.189154) (xy 175.759276 82.044204) (xy 175.800267 81.945243) (xy 178.113367 79.632143) (xy 178.205979 79.770746) (xy 178.291823 79.85659) (xy 178.212568 79.935845) (xy 178.115715 80.080795) (xy 178.049002 80.241855) (xy 178.014992 80.412835) (xy 178.014992 80.587165) (xy 178.049002 80.758145) (xy 178.115715 80.919205) (xy 178.212568 81.064155) (xy 178.335837 81.187424) (xy 178.480787 81.284277) (xy 178.641847 81.35099) (xy 178.812827 81.385) (xy 178.987157 81.385) (xy 179.158137 81.35099) (xy 179.319197 81.284277) (xy 179.464147 81.187424) (xy 179.587416 81.064155) (xy 179.684269 80.919205) (xy 179.72526 80.820245) (xy 180.089532 80.455973) (xy 180.115723 80.519205) (xy 180.212576 80.664155) (xy 180.335845 80.787424) (xy 180.480795 80.884277) (xy 180.641855 80.95099) (xy 180.812835 80.985) (xy 180.987165 80.985) (xy 181.158145 80.95099) (xy 181.257104 80.91) (xy 189.476466 80.91) (xy 189.477795 80.92349) (xy 189.490476 80.965293) (xy 189.499 81.008145) (xy 189.515724 81.04852) (xy 189.528402 81.090313) (xy 189.548988 81.128827) (xy 189.565713 81.169205) (xy 189.589991 81.20554) (xy 189.61058 81.244059) (xy 189.638291 81.277824) (xy 189.662566 81.314155) (xy 189.693462 81.345051) (xy 189.721173 81.378817) (xy 189.754939 81.406528) (xy 189.785835 81.437424) (xy 189.822166 81.461699) (xy 189.855931 81.48941) (xy 189.89445 81.509999) (xy 189.930785 81.534277) (xy 189.971163 81.551002) (xy 190.009677 81.571588) (xy 190.05147 81.584266) (xy 190.091845 81.60099) (xy 190.134697 81.609514) (xy 190.1765 81.622195) (xy 190.219975 81.626477) (xy 190.262825 81.635) (xy 190.306521 81.635) (xy 190.34999 81.639281) (xy 190.393459 81.635) (xy 190.437155 81.635) (xy 190.480005 81.626477) (xy 190.52348 81.622195) (xy 190.565283 81.609514) (xy 190.608135 81.60099) (xy 190.64851 81.584266) (xy 190.690303 81.571588) (xy 190.728817 81.551002) (xy 190.769195 81.534277) (xy 190.80553 81.509999) (xy 190.844049 81.48941) (xy 190.877814 81.4617) (xy 190.914145 81.437424) (xy 191.037414 81.314155) (xy 191.037416 81.314152) (xy 191.990001 80.361568) (xy 191.990001 83.103225) (xy 191.974 83.141855) (xy 191.93999 83.312835) (xy 191.93999 83.487165) (xy 191.974 83.658145) (xy 192.040713 83.819205) (xy 192.137566 83.964155) (xy 192.260835 84.087424) (xy 192.405785 84.184277) (xy 192.566845 84.25099) (xy 192.737825 84.285) (xy 192.912155 84.285) (xy 193.083135 84.25099) (xy 193.244195 84.184277) (xy 193.389145 84.087424) (xy 193.512414 83.964155) (xy 193.609267 83.819205) (xy 193.644139 83.735017) (xy 193.737178 83.735017) (xy 193.908158 83.701007) (xy 194.069218 83.634294) (xy 194.214168 83.537441) (xy 194.337437 83.414172) (xy 194.43429 83.269222) (xy 194.501003 83.108162) (xy 194.535013 82.937182) (xy 194.535013 82.762852) (xy 194.501003 82.591872) (xy 194.43429 82.430812) (xy 194.41 82.39446) (xy 194.41 65.657104) (xy 194.45099 65.558145) (xy 194.485 65.387165) (xy 194.485 65.212835) (xy 194.45099 65.041855) (xy 194.384277 64.880795) (xy 194.287424 64.735845) (xy 194.164155 64.612576) (xy 194.019205 64.515723) (xy 193.858145 64.44901) (xy 193.687165 64.415) (xy 193.512835 64.415) (xy 193.341855 64.44901) (xy 193.180795 64.515723) (xy 193.103106 64.567633) (xy 193.058145 64.54901) (xy 192.887165 64.515) (xy 192.712835 64.515) (xy 192.541855 64.54901) (xy 192.380795 64.615723) (xy 192.235845 64.712576) (xy 192.112576 64.835845) (xy 192.015723 64.980795) (xy 191.94901 65.141855) (xy 191.915 65.312835) (xy 191.915 65.487165) (xy 191.94901 65.658145) (xy 191.99 65.757104) (xy 191.990001 76.738422) (xy 191.706534 76.454956) (xy 191.678817 76.421183) (xy 191.544059 76.310589) (xy 191.390313 76.228411) (xy 191.22349 76.177805) (xy 191.093477 76.165) (xy 191.093469 76.165) (xy 191.05 76.160719) (xy 191.006531 76.165) (xy 186.355596 76.165) (xy 186.35099 76.141843) (xy 186.284277 75.980783) (xy 186.26 75.94445) (xy 186.26 72.037325) (xy 186.263676 72) (xy 186.26 71.962675) (xy 186.26 71.962667) (xy 186.249003 71.851014) (xy 186.205546 71.707753) (xy 186.134974 71.575724) (xy 186.040001 71.459999) (xy 186.010998 71.436197) (xy 185.934515 71.359714) (xy 185.92599 71.316855) (xy 185.859277 71.155795) (xy 185.762424 71.010845) (xy 185.639155 70.887576) (xy 185.494205 70.790723) (xy 185.333145 70.72401) (xy 185.162165 70.69) (xy 184.987835 70.69) (xy 184.816855 70.72401) (xy 184.655795 70.790723) (xy 184.510845 70.887576) (xy 184.387576 71.010845) (xy 184.290723 71.155795) (xy 184.22401 71.316855) (xy 184.19 71.487835) (xy 184.19 71.662165) (xy 184.22401 71.833145) (xy 184.290723 71.994205) (xy 184.387576 72.139155) (xy 184.510845 72.262424) (xy 184.655795 72.359277) (xy 184.74 72.394156) (xy 184.740001 75.944449) (xy 184.715723 75.980783) (xy 184.64901 76.141843) (xy 184.644404 76.165) (xy 181.462835 76.165) (xy 181.419987 76.173523) (xy 181.37651 76.177805) (xy 181.334705 76.190487) (xy 181.291855 76.19901) (xy 181.251487 76.215731) (xy 181.209687 76.228411) (xy 181.171165 76.249001) (xy 181.130795 76.265723) (xy 181.094467 76.289996) (xy 181.055941 76.310589) (xy 181.022171 76.338304) (xy 180.985845 76.362576) (xy 180.954951 76.39347) (xy 180.921183 76.421183) (xy 180.89347 76.454951) (xy 180.862576 76.485845) (xy 180.838304 76.522171) (xy 180.810589 76.555941) (xy 180.789996 76.594467) (xy 180.765723 76.630795) (xy 180.749001 76.671165) (xy 180.728411 76.709687) (xy 180.715731 76.751487) (xy 180.69901 76.791855) (xy 180.690487 76.834705) (xy 180.677805 76.87651) (xy 180.674015 76.91499) (xy 177.964799 76.91499) (xy 177.925011 76.911071) (xy 177.885223 76.91499) (xy 177.885221 76.91499) (xy 177.766224 76.92671) (xy 177.613539 76.973027) (xy 177.548036 77.008039) (xy 177.472822 77.048241) (xy 177.425093 77.087412) (xy 177.349484 77.149462) (xy 177.324117 77.180372) (xy 175.185 79.31949) (xy 175.185 79.066578) (xy 182.856532 71.395047) (xy 182.887424 71.364155) (xy 182.911696 71.32783) (xy 182.93941 71.29406) (xy 182.960001 71.255536) (xy 182.984277 71.219205) (xy 183.001 71.178832) (xy 183.021588 71.140314) (xy 183.034267 71.098519) (xy 183.05099 71.058145) (xy 183.059515 71.015288) (xy 183.072194 70.973491) (xy 183.076475 70.930022) (xy 183.085 70.887165) (xy 183.085 70.843467) (xy 183.089281 70.800001) (xy 183.085 70.756535) (xy 183.085 70.712835) (xy 183.076475 70.669976) (xy 183.072194 70.626511) (xy 183.059516 70.584717) (xy 183.05099 70.541855) (xy 183.034265 70.501477) (xy 183.021588 70.459687) (xy 183.001002 70.421174) (xy 182.984277 70.380795) (xy 182.959997 70.344457) (xy 182.93941 70.305942) (xy 182.911702 70.27218) (xy 182.887424 70.235845) (xy 182.856527 70.204948) (xy 182.828817 70.171183) (xy 182.795052 70.143473) (xy 182.764155 70.112576) (xy 182.72782 70.088298) (xy 182.694058 70.06059) (xy 182.655543 70.040003) (xy 182.619205 70.015723) (xy 182.578826 69.998998) (xy 182.540313 69.978412) (xy 182.498523 69.965735) (xy 182.458145 69.94901) (xy 182.415283 69.940484) (xy 182.373489 69.927806) (xy 182.330024 69.923525) (xy 182.287165 69.915) (xy 182.243465 69.915) (xy 182.199999 69.910719) (xy 182.156533 69.915) (xy 182.112835 69.915) (xy 182.069978 69.923525) (xy 182.026509 69.927806) (xy 181.984712 69.940485) (xy 181.941855 69.94901) (xy 181.901481 69.965733) (xy 181.859686 69.978412) (xy 181.821168 69.999) (xy 181.780795 70.015723) (xy 181.744464 70.039999) (xy 181.70594 70.06059) (xy 181.67217 70.088304) (xy 181.635845 70.112576) (xy 181.604953 70.143468) (xy 173.704956 78.043466) (xy 173.671183 78.071183) (xy 173.560589 78.205942) (xy 173.478411 78.359688) (xy 173.427805 78.526511) (xy 173.415 78.656524) (xy 173.415 78.656531) (xy 173.410719 78.7) (xy 173.415 78.743469) (xy 173.415 82.080212) (xy 173.374286 82.039498) (xy 173.229336 81.942645) (xy 173.068276 81.875932) (xy 172.897296 81.841922) (xy 172.722966 81.841922) (xy 172.551986 81.875932) (xy 172.390926 81.942645) (xy 172.303175 82.001278) (xy 172.265262 81.993737) (xy 172.090932 81.993737) (xy 171.919952 82.027747) (xy 171.818686 82.069693) (xy 171.786867 82.056513) (xy 171.615887 82.022503) (xy 171.441557 82.022503) (xy 171.270577 82.056513) (xy 171.109517 82.123226) (xy 170.964567 82.220079) (xy 170.841298 82.343348) (xy 170.744445 82.488298) (xy 170.677732 82.649358) (xy 170.643722 82.820338) (xy 170.643722 82.994668) (xy 170.677732 83.165648) (xy 170.718722 83.264607) (xy 170.718723 88.088934) (xy 170.717721 88.099104) (xy 170.71499 88.112835) (xy 170.71499 88.126833) (xy 170.714803 88.128732) (xy 170.71499 88.130631) (xy 170.71499 88.287165) (xy 170.749 88.458145) (xy 170.815713 88.619205) (xy 170.912566 88.764155) (xy 171.035835 88.887424) (xy 171.180785 88.984277) (xy 171.341845 89.05099) (xy 171.512825 89.085) (xy 171.687155 89.085) (xy 171.858135 89.05099) (xy 172.019195 88.984277) (xy 172.164145 88.887424) (xy 172.287414 88.764155) (xy 172.384267 88.619205) (xy 172.45098 88.458145) (xy 172.452169 88.452169) (xy 172.458145 88.45098) (xy 172.590009 88.39636) (xy 172.590009 90.892874) (xy 172.54901 90.991855) (xy 172.515 91.162835) (xy 172.515 91.337165) (xy 172.54901 91.508145) (xy 172.615723 91.669205) (xy 172.712576 91.814155) (xy 172.835845 91.937424) (xy 172.980795 92.034277) (xy 173.141855 92.10099) (xy 173.312835 92.135) (xy 173.415001 92.135) (xy 173.415001 93.41283) (xy 173.415 93.412835) (xy 173.415 93.587165) (xy 173.423525 93.630023) (xy 173.427806 93.67349) (xy 173.440398 93.715) (xy 167.599244 93.715) (xy 167.555777 93.710719) (xy 167.512311 93.715) (xy 167.512301 93.715) (xy 167.382288 93.727805) (xy 167.215465 93.778411) (xy 167.061719 93.860589) (xy 167.061717 93.86059) (xy 167.061718 93.86059) (xy 166.960731 93.943468) (xy 166.960729 93.94347) (xy 166.926961 93.971183) (xy 166.899248 94.004951) (xy 165.204951 95.699249) (xy 165.171184 95.726961) (xy 165.143471 95.760729) (xy 165.143468 95.760732) (xy 165.06059 95.861719) (xy 164.978412 96.015465) (xy 164.927805 96.182288) (xy 164.910719 96.355778) (xy 164.915001 96.399256) (xy 164.915 97.512835) (xy 164.915 97.687165) (xy 164.923523 97.730014) (xy 164.927805 97.773489) (xy 164.940486 97.815292) (xy 164.94901 97.858145) (xy 164.965732 97.898516) (xy 164.978411 97.940312) (xy 164.999 97.978831) (xy 165.015723 98.019205) (xy 165.039999 98.055537) (xy 165.060589 98.094058) (xy 165.088301 98.127825) (xy 165.112576 98.164155) (xy 165.143472 98.195051) (xy 165.171183 98.228817) (xy 165.204951 98.25653) (xy 165.235845 98.287424) (xy 165.272171 98.311696) (xy 165.305941 98.339411) (xy 165.344467 98.360004) (xy 165.380795 98.384277) (xy 165.421165 98.400999) (xy 165.459687 98.421589) (xy 165.501487 98.434269) (xy 165.541855 98.45099) (xy 165.584705 98.459513) (xy 165.62651 98.472195) (xy 165.669987 98.476477) (xy 165.712835 98.485) (xy 165.756523 98.485) (xy 165.8 98.489282) (xy 165.843476 98.485) (xy 165.887165 98.485) (xy 165.930013 98.476477) (xy 165.973489 98.472195) (xy 166.015292 98.459514) (xy 166.058145 98.45099) (xy 166.098516 98.434268) (xy 166.140312 98.421589) (xy 166.178831 98.401) (xy 166.219205 98.384277) (xy 166.255537 98.360001) (xy 166.294058 98.339411) (xy 166.327825 98.311699) (xy 166.364155 98.287424) (xy 166.395051 98.256528) (xy 166.428817 98.228817) (xy 166.45653 98.195049) (xy 166.487424 98.164155) (xy 166.511696 98.127829) (xy 166.539411 98.094059) (xy 166.560004 98.055533) (xy 166.584277 98.019205) (xy 166.600999 97.978835) (xy 166.621589 97.940313) (xy 166.634269 97.898513) (xy 166.65099 97.858145) (xy 166.659513 97.815295) (xy 166.672195 97.77349) (xy 166.676477 97.730013) (xy 166.685 97.687165) (xy 166.685 96.722356) (xy 166.761814 96.645542) (xy 166.788304 96.677819) (xy 166.812576 96.714145) (xy 166.84347 96.745039) (xy 166.871183 96.778807) (xy 166.904951 96.80652) (xy 166.935845 96.837414) (xy 166.972171 96.861686) (xy 167.005941 96.889401) (xy 167.044467 96.909994) (xy 167.080795 96.934267) (xy 167.121165 96.950989) (xy 167.159687 96.971579) (xy 167.201487 96.984259) (xy 167.241855 97.00098) (xy 167.284705 97.009503) (xy 167.32651 97.022185) (xy 167.369987 97.026467) (xy 167.412835 97.03499) (xy 172.387145 97.03499) (xy 172.429993 97.026467) (xy 172.47347 97.022185) (xy 172.515275 97.009503) (xy 172.558125 97.00098) (xy 172.598493 96.984259) (xy 172.640293 96.971579) (xy 172.678815 96.950989) (xy 172.715 96.936) (xy 172.715001 99.315) (xy 117.485 99.315) (xy 117.485 97.200837) (xy 162.415 97.200837) (xy 162.429976 97.352894) (xy 162.489159 97.547992) (xy 162.585266 97.727797) (xy 162.714604 97.885396) (xy 162.872203 98.014734) (xy 163.052007 98.110841) (xy 163.247105 98.170024) (xy 163.45 98.190007) (xy 163.652894 98.170024) (xy 163.847992 98.110841) (xy 164.027797 98.014734) (xy 164.185396 97.885396) (xy 164.314734 97.727797) (xy 164.410841 97.547993) (xy 164.470024 97.352895) (xy 164.485 97.200838) (xy 164.485 91.799162) (xy 164.470024 91.647105) (xy 164.410841 91.452007) (xy 164.314734 91.272203) (xy 164.185396 91.114604) (xy 164.027797 90.985266) (xy 163.847993 90.889159) (xy 163.652895 90.829976) (xy 163.45 90.809993) (xy 163.247106 90.829976) (xy 163.052008 90.889159) (xy 162.872204 90.985266) (xy 162.714605 91.114604) (xy 162.585267 91.272203) (xy 162.48916 91.452007) (xy 162.429977 91.647105) (xy 162.415001 91.799162) (xy 162.415 97.200837) (xy 117.485 97.200837) (xy 117.485 69.612835) (xy 161.565 69.612835) (xy 161.565 69.787165) (xy 161.565001 69.78717) (xy 161.565 73.512835) (xy 161.565 73.687165) (xy 161.573523 73.730014) (xy 161.577805 73.773489) (xy 161.590486 73.815292) (xy 161.59901 73.858145) (xy 161.615732 73.898516) (xy 161.628411 73.940312) (xy 161.649 73.978831) (xy 161.665723 74.019205) (xy 161.689999 74.055537) (xy 161.710589 74.094058) (xy 161.738301 74.127825) (xy 161.762576 74.164155) (xy 161.793472 74.195051) (xy 161.821183 74.228817) (xy 161.854951 74.25653) (xy 161.885845 74.287424) (xy 161.922171 74.311696) (xy 161.955941 74.339411) (xy 161.994467 74.360004) (xy 162.030795 74.384277) (xy 162.071165 74.400999) (xy 162.109687 74.421589) (xy 162.151487 74.434269) (xy 162.191855 74.45099) (xy 162.234705 74.459513) (xy 162.27651 74.472195) (xy 162.319987 74.476477) (xy 162.362835 74.485) (xy 162.406523 74.485) (xy 162.45 74.489282) (xy 162.493476 74.485) (xy 162.537165 74.485) (xy 162.580013 74.476477) (xy 162.623489 74.472195) (xy 162.665292 74.459514) (xy 162.708145 74.45099) (xy 162.748516 74.434268) (xy 162.790312 74.421589) (xy 162.828831 74.401) (xy 162.869205 74.384277) (xy 162.905537 74.360001) (xy 162.944058 74.339411) (xy 162.977825 74.311699) (xy 163.014155 74.287424) (xy 163.045051 74.256528) (xy 163.078817 74.228817) (xy 163.10653 74.195049) (xy 163.137424 74.164155) (xy 163.161696 74.127829) (xy 163.189411 74.094059) (xy 163.210004 74.055533) (xy 163.234277 74.019205) (xy 163.250999 73.978835) (xy 163.271589 73.940313) (xy 163.284269 73.898513) (xy 163.30099 73.858145) (xy 163.309513 73.815295) (xy 163.322195 73.77349) (xy 163.326477 73.730013) (xy 163.335 73.687165) (xy 163.335 69.612835) (xy 163.326477 69.569987) (xy 163.322195 69.52651) (xy 163.309513 69.484705) (xy 163.30099 69.441855) (xy 163.284269 69.401487) (xy 163.271589 69.359687) (xy 163.250999 69.321165) (xy 163.234277 69.280795) (xy 163.210004 69.244467) (xy 163.189411 69.205941) (xy 163.161696 69.172171) (xy 163.137424 69.135845) (xy 163.10653 69.104951) (xy 163.078817 69.071183) (xy 163.045049 69.04347) (xy 163.014155 69.012576) (xy 162.977829 68.988304) (xy 162.944059 68.960589) (xy 162.905533 68.939996) (xy 162.869205 68.915723) (xy 162.828835 68.899001) (xy 162.790313 68.878411) (xy 162.748513 68.865731) (xy 162.708145 68.84901) (xy 162.665295 68.840487) (xy 162.62349 68.827805) (xy 162.580013 68.823523) (xy 162.537165 68.815) (xy 162.493477 68.815) (xy 162.45 68.810718) (xy 162.406524 68.815) (xy 162.362835 68.815) (xy 162.319987 68.823523) (xy 162.276511 68.827805) (xy 162.234708 68.840486) (xy 162.191855 68.84901) (xy 162.151484 68.865732) (xy 162.109688 68.878411) (xy 162.071169 68.899) (xy 162.030795 68.915723) (xy 161.994463 68.939999) (xy 161.955942 68.960589) (xy 161.922176 68.9883) (xy 161.885845 69.012576) (xy 161.854946 69.043475) (xy 161.821184 69.071183) (xy 161.793476 69.104945) (xy 161.762576 69.135845) (xy 161.738299 69.172177) (xy 161.71059 69.205941) (xy 161.690001 69.24446) (xy 161.665723 69.280795) (xy 161.648998 69.321173) (xy 161.628412 69.359687) (xy 161.615735 69.401478) (xy 161.59901 69.441855) (xy 161.590485 69.484715) (xy 161.577806 69.52651) (xy 161.573525 69.569977) (xy 161.565 69.612835) (xy 117.485 69.612835) (xy 117.485 60.685) (xy 154.873 60.685) ) ) ) ) ================================================ FILE: smartdisplay.lib ================================================ EESchema-LIBRARY Version 2.4 #encoding utf-8 # # DW01 # DEF DW01 U 0 40 Y Y 1 F N F0 "U" 0 350 50 H V C CNN F1 "DW01" 0 250 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -200 200 200 -100 0 1 0 N X OD 1 -300 150 100 R 50 50 1 1 P X CSI 2 -300 50 100 R 50 50 1 1 P X OC 3 -300 -50 100 R 50 50 1 1 P X TD 4 300 -50 100 L 50 50 1 1 P X VCC 5 300 50 100 L 50 50 1 1 P X GND 6 300 150 100 L 50 50 1 1 P ENDDRAW ENDDEF # # FS8205 # DEF FS8205 U 0 40 Y Y 1 F N F0 "U" 0 400 50 H V C CNN F1 "FS8205" 0 300 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -200 250 200 -150 0 1 0 N X S1 1 -300 200 100 R 50 50 1 1 P X D12 2 -300 50 100 R 50 50 1 1 P X S2 3 -300 -100 100 R 50 50 1 1 P X G2 4 300 -100 100 L 50 50 1 1 P X D12 5 300 50 100 L 50 50 1 1 P X G1 6 300 200 100 L 50 50 1 1 P ENDDRAW ENDDEF # # tp4056 # DEF tp4056 U 0 40 Y Y 1 F N F0 "U" 0 550 50 H V C CNN F1 "tp4056" 0 450 50 H V C CNN F2 "" -1700 150 50 H I C CNN F3 "" -1700 150 50 H I C CNN DRAW S -300 400 300 -350 0 1 0 N X temp 1 -400 300 100 R 50 50 1 1 P X prog 2 -400 100 100 R 50 50 1 1 P X gnd 3 -400 -100 100 R 50 50 1 1 P X vcc 4 -400 -300 100 R 50 50 1 1 P X bat 5 400 -300 100 L 50 50 1 1 P X stdby 6 400 -100 100 L 50 50 1 1 P X chrg 7 400 100 100 L 50 50 1 1 P X ce 8 400 300 100 L 50 50 1 1 P ENDDRAW ENDDEF # #End Library ================================================ FILE: smartdisplay.pretty/Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm__redesign.kicad_mod ================================================ (module Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm__redesign (layer F.Cu) (tedit 5E5A4E41) (descr "Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator") (tags "connector Hirose FH12 horizontal") (attr smd) (fp_text reference J3 (at 0 1.5) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value FPC24/0.5MM (at 0 5.6) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 3.7) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 9.05 -3) (end -9.05 -3) (layer F.CrtYd) (width 0.05)) (fp_line (start 9.05 4.9) (end 9.05 -3) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.05 4.9) (end 9.05 4.9) (layer F.CrtYd) (width 0.05)) (fp_line (start -9.05 -3) (end -9.05 4.9) (layer F.CrtYd) (width 0.05)) (fp_line (start -5.75 -0.492893) (end -5.25 -1.2) (layer F.Fab) (width 0.1)) (fp_line (start -6.25 -1.2) (end -5.75 -0.492893) (layer F.Fab) (width 0.1)) (fp_line (start -6.16 -1.3) (end -6.16 -2.5) (layer F.SilkS) (width 0.12)) (fp_line (start 7.65 4.5) (end 7.65 2.76) (layer F.SilkS) (width 0.12)) (fp_line (start -7.65 4.5) (end 7.65 4.5) (layer F.SilkS) (width 0.12)) (fp_line (start -7.65 2.76) (end -7.65 4.5) (layer F.SilkS) (width 0.12)) (fp_line (start 7.65 -1.3) (end 7.65 0.04) (layer F.SilkS) (width 0.12)) (fp_line (start 6.16 -1.3) (end 7.65 -1.3) (layer F.SilkS) (width 0.12)) (fp_line (start -7.65 -1.3) (end -7.65 0.04) (layer F.SilkS) (width 0.12)) (fp_line (start -6.16 -1.3) (end -7.65 -1.3) (layer F.SilkS) (width 0.12)) (fp_line (start 7.45 4.4) (end 0 4.4) (layer F.Fab) (width 0.1)) (fp_line (start 7.45 3.7) (end 7.45 4.4) (layer F.Fab) (width 0.1)) (fp_line (start 6.95 3.7) (end 7.45 3.7) (layer F.Fab) (width 0.1)) (fp_line (start 6.95 3.4) (end 6.95 3.7) (layer F.Fab) (width 0.1)) (fp_line (start 7.55 3.4) (end 6.95 3.4) (layer F.Fab) (width 0.1)) (fp_line (start 7.55 -1.2) (end 7.55 3.4) (layer F.Fab) (width 0.1)) (fp_line (start 0 -1.2) (end 7.55 -1.2) (layer F.Fab) (width 0.1)) (fp_line (start -7.45 4.4) (end 0 4.4) (layer F.Fab) (width 0.1)) (fp_line (start -7.45 3.7) (end -7.45 4.4) (layer F.Fab) (width 0.1)) (fp_line (start -6.95 3.7) (end -7.45 3.7) (layer F.Fab) (width 0.1)) (fp_line (start -6.95 3.4) (end -6.95 3.7) (layer F.Fab) (width 0.1)) (fp_line (start -7.55 3.4) (end -6.95 3.4) (layer F.Fab) (width 0.1)) (fp_line (start -7.55 -1.2) (end -7.55 3.4) (layer F.Fab) (width 0.1)) (fp_line (start 0 -1.2) (end -7.55 -1.2) (layer F.Fab) (width 0.1)) (pad 1 smd rect (at 5.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 2 smd rect (at 5.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 3 smd rect (at 4.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 4 smd rect (at 4.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 5 smd rect (at 3.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 6 smd rect (at 3.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 7 smd rect (at 2.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 8 smd rect (at 2.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 9 smd rect (at 1.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 10 smd rect (at 1.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 11 smd rect (at 0.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 12 smd rect (at 0.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 13 smd rect (at -0.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 14 smd rect (at -0.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 15 smd rect (at -1.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 16 smd rect (at -1.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 17 smd rect (at -2.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 18 smd rect (at -2.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 19 smd rect (at -3.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 20 smd rect (at -3.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 21 smd rect (at -4.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 22 smd rect (at -4.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 23 smd rect (at -5.25 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad 24 smd rect (at -5.75 -1.85) (size 0.3 1.3) (layers F.Cu F.Paste F.Mask)) (pad MP smd rect (at -7.65 1.4) (size 1.8 2.2) (layers F.Cu F.Paste F.Mask)) (pad MP smd rect (at 7.65 1.4) (size 1.8 2.2) (layers F.Cu F.Paste F.Mask)) (model ${KISYS3DMOD}/Connector_FFC-FPC.3dshapes/Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) ================================================ FILE: smartdisplay.pretty/tp4056.kicad_mod ================================================ (module tp4056 (layer F.Cu) (tedit 5E589094) (fp_text reference REF** (at 0 0.5) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value tp4056 (at 0 -0.5) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) ) ================================================ FILE: smartdisplay.pro ================================================ update=2021/8/8 0:05:31 version=1 last_client=kicad [general] version=1 RootSch= BoardNm= [cvpcb] version=1 NetIExt=net [eeschema] version=1 LibDir= [eeschema/libraries] [pcbnew] version=1 PageLayoutDescrFile= LastNetListRead= CopperLayerCount=2 BoardThickness=1.6 AllowMicroVias=0 AllowBlindVias=0 RequireCourtyardDefinitions=0 ProhibitOverlappingCourtyards=1 MinTrackWidth=0.15 MinViaDiameter=0.4 MinViaDrill=0.3 MinMicroViaDiameter=0.2 MinMicroViaDrill=0.09999999999999999 MinHoleToHole=0.25 TrackWidth1=0.25 TrackWidth2=0.2 TrackWidth3=0.35 TrackWidth4=0.5 TrackWidth5=0.6 TrackWidth6=0.8 TrackWidth7=1 TrackWidth8=1.5 TrackWidth9=2 ViaDiameter1=0.7 ViaDrill1=0.4 ViaDiameter2=0.5 ViaDrill2=0.3 ViaDiameter3=0.6 ViaDrill3=0.3 ViaDiameter4=0.7 ViaDrill4=0.4 dPairWidth1=0.28 dPairGap1=0.15 dPairViaGap1=0.25 SilkLineWidth=0.15 SilkTextSizeV=1 SilkTextSizeH=1 SilkTextSizeThickness=0.15 SilkTextItalic=0 SilkTextUpright=1 CopperLineWidth=0.2 CopperTextSizeV=1.5 CopperTextSizeH=1.5 CopperTextThickness=0.3 CopperTextItalic=0 CopperTextUpright=1 EdgeCutLineWidth=0.09999999999999999 CourtyardLineWidth=0.05 OthersLineWidth=0.15 OthersTextSizeV=1 OthersTextSizeH=1 OthersTextSizeThickness=0.15 OthersTextItalic=0 OthersTextUpright=1 SolderMaskClearance=0.05 SolderMaskMinWidth=0.09999999999999999 SolderPasteClearance=0 SolderPasteRatio=-0 [pcbnew/Layer.F.Cu] Name=F.Cu Type=0 Enabled=1 [pcbnew/Layer.In1.Cu] Name=In1.Cu Type=0 Enabled=0 [pcbnew/Layer.In2.Cu] Name=In2.Cu Type=0 Enabled=0 [pcbnew/Layer.In3.Cu] Name=In3.Cu Type=0 Enabled=0 [pcbnew/Layer.In4.Cu] Name=In4.Cu Type=0 Enabled=0 [pcbnew/Layer.In5.Cu] Name=In5.Cu Type=0 Enabled=0 [pcbnew/Layer.In6.Cu] Name=In6.Cu Type=0 Enabled=0 [pcbnew/Layer.In7.Cu] Name=In7.Cu Type=0 Enabled=0 [pcbnew/Layer.In8.Cu] Name=In8.Cu Type=0 Enabled=0 [pcbnew/Layer.In9.Cu] Name=In9.Cu Type=0 Enabled=0 [pcbnew/Layer.In10.Cu] Name=In10.Cu Type=0 Enabled=0 [pcbnew/Layer.In11.Cu] Name=In11.Cu Type=0 Enabled=0 [pcbnew/Layer.In12.Cu] Name=In12.Cu Type=0 Enabled=0 [pcbnew/Layer.In13.Cu] Name=In13.Cu Type=0 Enabled=0 [pcbnew/Layer.In14.Cu] Name=In14.Cu Type=0 Enabled=0 [pcbnew/Layer.In15.Cu] Name=In15.Cu Type=0 Enabled=0 [pcbnew/Layer.In16.Cu] Name=In16.Cu Type=0 Enabled=0 [pcbnew/Layer.In17.Cu] Name=In17.Cu Type=0 Enabled=0 [pcbnew/Layer.In18.Cu] Name=In18.Cu Type=0 Enabled=0 [pcbnew/Layer.In19.Cu] Name=In19.Cu Type=0 Enabled=0 [pcbnew/Layer.In20.Cu] Name=In20.Cu Type=0 Enabled=0 [pcbnew/Layer.In21.Cu] Name=In21.Cu Type=0 Enabled=0 [pcbnew/Layer.In22.Cu] Name=In22.Cu Type=0 Enabled=0 [pcbnew/Layer.In23.Cu] Name=In23.Cu Type=0 Enabled=0 [pcbnew/Layer.In24.Cu] Name=In24.Cu Type=0 Enabled=0 [pcbnew/Layer.In25.Cu] Name=In25.Cu Type=0 Enabled=0 [pcbnew/Layer.In26.Cu] Name=In26.Cu Type=0 Enabled=0 [pcbnew/Layer.In27.Cu] Name=In27.Cu Type=0 Enabled=0 [pcbnew/Layer.In28.Cu] Name=In28.Cu Type=0 Enabled=0 [pcbnew/Layer.In29.Cu] Name=In29.Cu Type=0 Enabled=0 [pcbnew/Layer.In30.Cu] Name=In30.Cu Type=0 Enabled=0 [pcbnew/Layer.B.Cu] Name=B.Cu Type=0 Enabled=1 [pcbnew/Layer.B.Adhes] Enabled=1 [pcbnew/Layer.F.Adhes] Enabled=1 [pcbnew/Layer.B.Paste] Enabled=1 [pcbnew/Layer.F.Paste] Enabled=1 [pcbnew/Layer.B.SilkS] Enabled=1 [pcbnew/Layer.F.SilkS] Enabled=1 [pcbnew/Layer.B.Mask] Enabled=1 [pcbnew/Layer.F.Mask] Enabled=1 [pcbnew/Layer.Dwgs.User] Enabled=1 [pcbnew/Layer.Cmts.User] Enabled=1 [pcbnew/Layer.Eco1.User] Enabled=1 [pcbnew/Layer.Eco2.User] Enabled=1 [pcbnew/Layer.Edge.Cuts] Enabled=1 [pcbnew/Layer.Margin] Enabled=1 [pcbnew/Layer.B.CrtYd] Enabled=1 [pcbnew/Layer.F.CrtYd] Enabled=1 [pcbnew/Layer.B.Fab] Enabled=1 [pcbnew/Layer.F.Fab] Enabled=1 [pcbnew/Layer.Rescue] Enabled=0 [pcbnew/Netclasses] [pcbnew/Netclasses/Default] Name=Default Clearance=0.15 TrackWidth=0.25 ViaDiameter=0.7 ViaDrill=0.4 uViaDiameter=0.3 uViaDrill=0.1 dPairWidth=0.28 dPairGap=0.15 dPairViaGap=0.25 [schematic_editor] version=1 PageLayoutDescrFile= PlotDirectoryName= SubpartIdSeparator=0 SubpartFirstId=65 NetFmtName=Pcbnew SpiceAjustPassiveValues=0 LabSize=50 ERC_TestSimilarLabels=1 ================================================ FILE: smartdisplay.sch ================================================ EESchema Schematic File Version 4 EELAYER 30 0 EELAYER END $Descr A3 16535 11693 encoding utf-8 Sheet 1 1 Title "BLab-smartdisplay" Date "2020-01-16" Rev "v1.0" Comp "blab" Comment1 "smartdisplay" Comment2 "" Comment3 "" Comment4 "" $EndDescr $Comp L Device:D D1 U 1 1 5E264F47 P 12010 1520 F 0 "D1" H 12010 1736 50 0000 C CNN F 1 "MBR0530" H 12010 1645 50 0000 C CNN F 2 "Diode_SMD:D_SOD-123" H 12010 1520 50 0001 C CNN F 3 "~" H 12010 1520 50 0001 C CNN 1 12010 1520 1 0 0 -1 $EndComp $Comp L Device:D D4 U 1 1 5E2665C1 P 12010 1880 F 0 "D4" H 12010 1664 50 0000 C CNN F 1 "MBR0530" H 12010 1755 50 0000 C CNN F 2 "Diode_SMD:D_SOD-123" H 12010 1880 50 0001 C CNN F 3 "~" H 12010 1880 50 0001 C CNN 1 12010 1880 -1 0 0 1 $EndComp Wire Wire Line 11860 1880 11560 1880 Wire Wire Line 11860 1520 11560 1520 Wire Wire Line 12160 1880 12310 1880 $Comp L Device:L L1 U 1 1 5E26F8D5 P 11060 2340 F 0 "L1" V 11250 2340 50 0000 C CNN F 1 "10uH" V 11159 2340 50 0000 C CNN F 2 "Inductor_SMD:L_Coilcraft_XxL4040" H 11060 2340 50 0001 C CNN F 3 "~" H 11060 2340 50 0001 C CNN 1 11060 2340 0 -1 -1 0 $EndComp $Comp L power:GND #PWR022 U 1 1 5E2716B7 P 10660 2740 F 0 "#PWR022" H 10660 2490 50 0001 C CNN F 1 "GND" H 10665 2567 50 0000 C CNN F 2 "" H 10660 2740 50 0001 C CNN F 3 "" H 10660 2740 50 0001 C CNN 1 10660 2740 1 0 0 -1 $EndComp $Comp L Device:D D5 U 1 1 5E27A032 P 12010 2340 F 0 "D5" H 12010 2124 50 0000 C CNN F 1 "MBR0530" H 12010 2215 50 0000 C CNN F 2 "Diode_SMD:D_SOD-123" H 12010 2340 50 0001 C CNN F 3 "~" H 12010 2340 50 0001 C CNN 1 12010 2340 -1 0 0 1 $EndComp Wire Wire Line 11210 2340 11560 2340 $Comp L Device:C C4 U 1 1 5E287FCA P 11560 2040 F 0 "C4" H 11675 2086 50 0000 L CNN F 1 "4.7uF" H 11675 1995 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 11598 1890 50 0001 C CNN F 3 "~" H 11560 2040 50 0001 C CNN 1 11560 2040 1 0 0 -1 $EndComp Wire Wire Line 11560 2190 11560 2340 Connection ~ 11560 2340 Wire Wire Line 11560 2340 11860 2340 $Comp L Device:R R4 U 1 1 5E28C562 P 11160 2790 F 0 "R4" H 11230 2836 50 0000 L CNN F 1 "10k" H 11230 2745 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 11090 2790 50 0001 C CNN F 3 "~" H 11160 2790 50 0001 C CNN 1 11160 2790 1 0 0 -1 $EndComp $Comp L power:GND #PWR027 U 1 1 5E28F9E9 P 11560 3170 F 0 "#PWR027" H 11560 2920 50 0001 C CNN F 1 "GND" H 11565 2997 50 0000 C CNN F 2 "" H 11560 3170 50 0001 C CNN F 3 "" H 11560 3170 50 0001 C CNN 1 11560 3170 1 0 0 -1 $EndComp Wire Wire Line 11260 2540 11160 2540 $Comp L power:GND #PWR016 U 1 1 5E3BA6C2 P 1380 2350 F 0 "#PWR016" H 1380 2100 50 0001 C CNN F 1 "GND" H 1385 2177 50 0000 C CNN F 2 "" H 1380 2350 50 0001 C CNN F 3 "" H 1380 2350 50 0001 C CNN 1 1380 2350 1 0 0 -1 $EndComp $Comp L power:GND #PWR07 U 1 1 5E3F9B85 P 1980 1680 F 0 "#PWR07" H 1980 1430 50 0001 C CNN F 1 "GND" H 1985 1507 50 0000 C CNN F 2 "" H 1980 1680 50 0001 C CNN F 3 "" H 1980 1680 50 0001 C CNN 1 1980 1680 -1 0 0 1 $EndComp Wire Wire Line 1980 1680 1980 1830 Wire Wire Line 1980 1830 2030 1830 $Comp L power:GND #PWR031 U 1 1 5E4044E2 P 2530 3730 F 0 "#PWR031" H 2530 3480 50 0001 C CNN F 1 "GND" H 2535 3557 50 0000 C CNN F 2 "" H 2530 3730 50 0001 C CNN F 3 "" H 2530 3730 50 0001 C CNN 1 2530 3730 1 0 0 -1 $EndComp Wire Wire Line 2530 3580 2530 3730 $Comp L power:GND #PWR08 U 1 1 5E408066 P 4130 1780 F 0 "#PWR08" H 4130 1530 50 0001 C CNN F 1 "GND" V 4135 1652 50 0000 R CNN F 2 "" H 4130 1780 50 0001 C CNN F 3 "" H 4130 1780 50 0001 C CNN 1 4130 1780 0 -1 -1 0 $EndComp Wire Wire Line 4130 1780 4130 1880 Connection ~ 4130 1780 $Comp L power:GND #PWR010 U 1 1 5E540E7D P 12310 1880 F 0 "#PWR010" H 12310 1630 50 0001 C CNN F 1 "GND" V 12315 1752 50 0000 R CNN F 2 "" H 12310 1880 50 0001 C CNN F 3 "" H 12310 1880 50 0001 C CNN 1 12310 1880 0 -1 -1 0 $EndComp Wire Wire Line 12160 2340 12380 2340 Wire Wire Line 11160 2540 11160 2640 NoConn ~ 2730 3580 NoConn ~ 2830 3580 NoConn ~ 2930 3580 NoConn ~ 3030 3580 NoConn ~ 3130 3580 NoConn ~ 3230 3580 NoConn ~ 2030 2230 NoConn ~ 2030 2730 NoConn ~ 2030 2830 NoConn ~ 2030 2930 $Comp L Device:C C7 U 1 1 5E4D13A9 P 13760 2320 F 0 "C7" V 14012 2320 50 0000 C CNN F 1 "1uF" V 13921 2320 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13798 2170 50 0001 C CNN F 3 "~" H 13760 2320 50 0001 C CNN 1 13760 2320 0 1 -1 0 $EndComp $Comp L Device:C C10 U 1 1 5E2497DF P 13370 2620 F 0 "C10" V 13622 2620 50 0000 C CNN F 1 "1uF" V 13531 2620 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13408 2470 50 0001 C CNN F 3 "~" H 13370 2620 50 0001 C CNN 1 13370 2620 0 1 -1 0 $EndComp $Comp L Device:C C11 U 1 1 5E24CF0E P 13770 2720 F 0 "C11" V 14022 2720 50 0000 C CNN F 1 "1uF" V 13931 2720 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13808 2570 50 0001 C CNN F 3 "~" H 13770 2720 50 0001 C CNN 1 13770 2720 0 1 -1 0 $EndComp $Comp L Device:C C12 U 1 1 5E24F707 P 13350 2820 F 0 "C12" V 13602 2820 50 0000 C CNN F 1 "1uF" V 13511 2820 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13388 2670 50 0001 C CNN F 3 "~" H 13350 2820 50 0001 C CNN 1 13350 2820 0 1 -1 0 $EndComp $Comp L Device:C C13 U 1 1 5E259360 P 13450 3020 F 0 "C13" V 13702 3020 50 0000 C CNN F 1 "1uF" V 13611 3020 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13488 2870 50 0001 C CNN F 3 "~" H 13450 3020 50 0001 C CNN 1 13450 3020 0 1 -1 0 $EndComp $Comp L Device:C C14 U 1 1 5E25B762 P 13940 3120 F 0 "C14" V 14192 3120 50 0000 C CNN F 1 "1uF" V 14101 3120 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13978 2970 50 0001 C CNN F 3 "~" H 13940 3120 50 0001 C CNN 1 13940 3120 0 1 -1 0 $EndComp $Comp L Device:C C15 U 1 1 5E25BE58 P 14280 3220 F 0 "C15" V 14532 3220 50 0000 C CNN F 1 "1uF" V 14441 3220 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 14318 3070 50 0001 C CNN F 3 "~" H 14280 3220 50 0001 C CNN 1 14280 3220 0 1 -1 0 $EndComp $Comp L power:GND #PWR028 U 1 1 5E26425D P 13830 3220 F 0 "#PWR028" H 13830 2970 50 0001 C CNN F 1 "GND" H 13835 3047 50 0000 C CNN F 2 "" H 13830 3220 50 0001 C CNN F 3 "" H 13830 3220 50 0001 C CNN 1 13830 3220 0 1 1 0 $EndComp Wire Wire Line 14830 2520 14250 2520 Wire Wire Line 13550 1220 14830 1220 Wire Wire Line 13860 1320 14830 1320 $Comp L Device:C C2 U 1 1 5E221E72 P 13710 1320 F 0 "C2" V 13962 1320 50 0000 C CNN F 1 "1uF" V 13871 1320 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13748 1170 50 0001 C CNN F 3 "~" H 13710 1320 50 0001 C CNN 1 13710 1320 0 1 -1 0 $EndComp $Comp L power:GND #PWR03 U 1 1 5E245528 P 13190 1220 F 0 "#PWR03" H 13190 970 50 0001 C CNN F 1 "GND" V 13195 1092 50 0000 R CNN F 2 "" H 13190 1220 50 0001 C CNN F 3 "" H 13190 1220 50 0001 C CNN 1 13190 1220 0 1 1 0 $EndComp $Comp L Device:C C1 U 1 1 5E220D4D P 13400 1220 F 0 "C1" V 13652 1220 50 0000 C CNN F 1 "1uF" V 13561 1220 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13438 1070 50 0001 C CNN F 3 "~" H 13400 1220 50 0001 C CNN 1 13400 1220 0 1 -1 0 $EndComp NoConn ~ 14250 920 Wire Wire Line 14830 920 14250 920 NoConn ~ 14250 1520 NoConn ~ 14250 1420 Wire Wire Line 14830 1520 14250 1520 Wire Wire Line 14830 1420 14250 1420 Wire Wire Line 13520 2620 14830 2620 Wire Wire Line 13500 2820 14830 2820 Wire Wire Line 13600 3020 14830 3020 Wire Wire Line 13650 3120 13790 3120 $Comp L power:GND #PWR05 U 1 1 5E73503A P 14050 1620 F 0 "#PWR05" H 14050 1370 50 0001 C CNN F 1 "GND" V 14055 1492 50 0000 R CNN F 2 "" H 14050 1620 50 0001 C CNN F 3 "" H 14050 1620 50 0001 C CNN 1 14050 1620 0 1 1 0 $EndComp Wire Wire Line 14830 1620 14050 1620 $Comp L power:GND #PWR018 U 1 1 5E73AD11 P 14250 2520 F 0 "#PWR018" H 14250 2270 50 0001 C CNN F 1 "GND" V 14255 2392 50 0000 R CNN F 2 "" H 14250 2520 50 0001 C CNN F 3 "" H 14250 2520 50 0001 C CNN 1 14250 2520 0 1 1 0 $EndComp $Comp L power:GND #PWR024 U 1 1 5E7612EB P 11160 2940 F 0 "#PWR024" H 11160 2690 50 0001 C CNN F 1 "GND" H 11165 2767 50 0000 C CNN F 2 "" H 11160 2940 50 0001 C CNN F 3 "" H 11160 2940 50 0001 C CNN 1 11160 2940 1 0 0 -1 $EndComp Wire Wire Line 10660 2740 10660 2640 Wire Wire Line 10660 2340 10910 2340 $Comp L Device:C C8 U 1 1 5E266C85 P 10660 2490 F 0 "C8" H 10545 2444 50 0000 R CNN F 1 "4.7uF" H 10545 2535 50 0000 R CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 10698 2340 50 0001 C CNN F 3 "~" H 10660 2490 50 0001 C CNN 1 10660 2490 1 0 0 1 $EndComp NoConn ~ 2030 2330 NoConn ~ 2030 2430 NoConn ~ 2030 2530 NoConn ~ 2030 2630 Wire Notes Line 500 7000 500 6950 $Comp L Device:Q_NMOS_GSD Q1 U 1 1 5E4E7415 P 11460 2540 F 0 "Q1" H 11664 2586 50 0000 L CNN F 1 "SI1308EDL" H 11664 2495 50 0000 L CNN F 2 "Package_TO_SOT_SMD:SOT-23" H 11660 2640 50 0001 C CNN F 3 "~" H 11460 2540 50 0001 C CNN 1 11460 2540 1 0 0 -1 $EndComp Text GLabel 1380 2030 0 50 Input ~ 0 EN $Comp L my:ME6211C33M5G-N U6 U 1 1 60C20D5F P 14720 6080 F 0 "U6" H 14720 6305 50 0000 C CNN F 1 "ME6211C33M5G-N" H 14720 6214 50 0000 C CNN F 2 "Package_TO_SOT_SMD:SOT-23-5" H 14720 6080 50 0001 C CNN F 3 "" H 14720 6080 50 0001 C CNN 1 14720 6080 1 0 0 -1 $EndComp NoConn ~ 6500 2470 Text GLabel 8460 1800 0 50 Input ~ 0 RTS Text GLabel 8460 1950 0 50 Input ~ 0 DTR Text GLabel 9220 1800 2 50 Input ~ 0 EN Text GLabel 9190 1950 2 50 Input ~ 0 RTS $Comp L Device:C C16 U 1 1 60D24394 P 6770 3360 F 0 "C16" V 7022 3360 50 0000 C CNN F 1 "0.1uf" V 6931 3360 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 6808 3210 50 0001 C CNN F 3 "~" H 6770 3360 50 0001 C CNN 1 6770 3360 0 -1 -1 0 $EndComp Wire Wire Line 6970 2990 6970 3360 Wire Wire Line 6970 3360 6920 3360 Wire Wire Line 6570 2990 6570 3360 Wire Wire Line 6570 3360 6620 3360 $Comp L power:GND #PWR029 U 1 1 60D3226B P 6570 3450 F 0 "#PWR029" H 6570 3200 50 0001 C CNN F 1 "GND" H 6575 3277 50 0000 C CNN F 2 "" H 6570 3450 50 0001 C CNN F 3 "" H 6570 3450 50 0001 C CNN 1 6570 3450 1 0 0 -1 $EndComp Wire Wire Line 6570 3360 6570 3450 Connection ~ 6570 3360 Text GLabel 6970 2990 2 50 Input ~ 0 IO0 $Comp L power:GND #PWR045 U 1 1 60D699F7 P 11660 6730 F 0 "#PWR045" H 11660 6480 50 0001 C CNN F 1 "GND" H 11665 6557 50 0000 C CNN F 2 "" H 11660 6730 50 0001 C CNN F 3 "" H 11660 6730 50 0001 C CNN 1 11660 6730 1 0 0 -1 $EndComp $Comp L power:GND #PWR046 U 1 1 60D6A1C7 P 12190 6730 F 0 "#PWR046" H 12190 6480 50 0001 C CNN F 1 "GND" H 12195 6557 50 0000 C CNN F 2 "" H 12190 6730 50 0001 C CNN F 3 "" H 12190 6730 50 0001 C CNN 1 12190 6730 1 0 0 -1 $EndComp Text GLabel 14300 6080 0 50 Input ~ 0 BAT+ Wire Wire Line 14420 6080 14300 6080 Wire Wire Line 14420 6180 14420 6080 Connection ~ 14420 6080 $Comp L power:GND #PWR043 U 1 1 60DE3636 P 14720 6490 F 0 "#PWR043" H 14720 6240 50 0001 C CNN F 1 "GND" H 14725 6317 50 0000 C CNN F 2 "" H 14720 6490 50 0001 C CNN F 3 "" H 14720 6490 50 0001 C CNN 1 14720 6490 1 0 0 -1 $EndComp Wire Wire Line 14720 6430 14720 6490 $Comp L Device:C C17 U 1 1 60DED74F P 15260 6260 F 0 "C17" H 15375 6306 50 0000 L CNN F 1 "1uF" H 15375 6215 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 15298 6110 50 0001 C CNN F 3 "~" H 15260 6260 50 0001 C CNN 1 15260 6260 1 0 0 -1 $EndComp $Comp L power:GND #PWR044 U 1 1 60DEE4D7 P 15260 6500 F 0 "#PWR044" H 15260 6250 50 0001 C CNN F 1 "GND" H 15265 6327 50 0000 C CNN F 2 "" H 15260 6500 50 0001 C CNN F 3 "" H 15260 6500 50 0001 C CNN 1 15260 6500 1 0 0 -1 $EndComp Wire Wire Line 15260 6500 15260 6410 Wire Wire Line 15020 6080 15260 6080 Wire Wire Line 15260 6080 15260 6110 $Comp L power:+3.3V #PWR039 U 1 1 60E11F03 P 15260 6080 F 0 "#PWR039" H 15260 5930 50 0001 C CNN F 1 "+3.3V" H 15275 6253 50 0000 C CNN F 2 "" H 15260 6080 50 0001 C CNN F 3 "" H 15260 6080 50 0001 C CNN 1 15260 6080 1 0 0 -1 $EndComp Connection ~ 15260 6080 $Comp L my:DDC114TU-7-F U1 U 1 1 60C2C4EB P 8820 1950 F 0 "U1" H 8820 2365 50 0000 C CNN F 1 "DDC114TU-7-F" H 8820 2274 50 0000 C CNN F 2 "Package_TO_SOT_SMD:SOT-363_SC-70-6" H 8820 1950 50 0001 C CNN F 3 "" H 8820 1950 50 0001 C CNN 1 8820 1950 1 0 0 -1 $EndComp Wire Wire Line 8520 1800 8460 1800 Wire Wire Line 8520 1950 8460 1950 Wire Wire Line 8520 2100 8450 2100 Wire Wire Line 9120 1800 9220 1800 Wire Wire Line 9120 1950 9190 1950 Wire Wire Line 9120 2100 9190 2100 $Comp L Device:R R3 U 1 1 60C686C5 P 1380 1840 F 0 "R3" H 1450 1886 50 0000 L CNN F 1 "10k" H 1450 1795 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 1310 1840 50 0001 C CNN F 3 "~" H 1380 1840 50 0001 C CNN 1 1380 1840 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR06 U 1 1 60C71708 P 1380 1650 F 0 "#PWR06" H 1380 1500 50 0001 C CNN F 1 "+3.3V" H 1395 1823 50 0000 C CNN F 2 "" H 1380 1650 50 0001 C CNN F 3 "" H 1380 1650 50 0001 C CNN 1 1380 1650 1 0 0 -1 $EndComp Wire Wire Line 1380 1690 1380 1650 $Comp L power:+3.3V #PWR09 U 1 1 60C97824 P 1750 1790 F 0 "#PWR09" H 1750 1640 50 0001 C CNN F 1 "+3.3V" H 1765 1963 50 0000 C CNN F 2 "" H 1750 1790 50 0001 C CNN F 3 "" H 1750 1790 50 0001 C CNN 1 1750 1790 1 0 0 -1 $EndComp Wire Wire Line 2030 1930 1750 1930 Wire Wire Line 1750 1930 1750 1790 Wire Wire Line 1380 1990 1380 2030 Connection ~ 1380 2030 Wire Wire Line 1380 2030 1380 2050 Wire Wire Line 1380 2030 2030 2030 $Comp L Switch:SW_Push SW1 U 1 1 60D2182B P 6770 2990 F 0 "SW1" H 6770 3275 50 0000 C CNN F 1 "SW_Push" H 6770 3184 50 0000 C CNN F 2 "my:bt-342" H 6770 3190 50 0001 C CNN F 3 "~" H 6770 3190 50 0001 C CNN 1 6770 2990 1 0 0 -1 $EndComp Wire Wire Line 10040 6460 9980 6460 $Comp L power:GND #PWR042 U 1 1 60E27E3D P 9980 6460 F 0 "#PWR042" H 9980 6210 50 0001 C CNN F 1 "GND" V 9985 6332 50 0000 R CNN F 2 "" H 9980 6460 50 0001 C CNN F 3 "" H 9980 6460 50 0001 C CNN 1 9980 6460 0 1 1 0 $EndComp Text GLabel 10030 6210 0 50 Input ~ 0 BAT+ $Comp L Connector:Conn_01x01_Female J3 U 1 1 60E1D2E1 P 10240 6460 F 0 "J3" H 10268 6486 50 0000 L CNN F 1 "Conn_01x01_Female" H 10268 6395 50 0000 L CNN F 2 "my:largepoint" H 10240 6460 50 0001 C CNN F 3 "~" H 10240 6460 50 0001 C CNN 1 10240 6460 1 0 0 -1 $EndComp $Comp L Connector:Conn_01x01_Female J1 U 1 1 60E1C4A3 P 10230 6210 F 0 "J1" H 10258 6236 50 0000 L CNN F 1 "Conn_01x01_Female" H 10258 6145 50 0000 L CNN F 2 "my:largepoint" H 10230 6210 50 0001 C CNN F 3 "~" H 10230 6210 50 0001 C CNN 1 10230 6210 1 0 0 -1 $EndComp Text GLabel 12590 6130 2 50 Input ~ 0 BAT+ Connection ~ 12190 5690 Wire Wire Line 13230 5690 13230 5970 Wire Wire Line 12190 5690 13230 5690 Wire Wire Line 13230 6330 13050 6330 Wire Wire Line 13230 6270 13230 6330 Wire Wire Line 12750 6330 12590 6330 Wire Wire Line 12190 6730 12190 6530 Wire Wire Line 11660 6660 11660 6730 Wire Wire Line 11660 6330 11660 6360 Wire Wire Line 11790 6330 11660 6330 $Comp L Device:LED D6 U 1 1 60D6BFF3 P 13230 6120 F 0 "D6" V 13269 6002 50 0000 R CNN F 1 "LED-red" V 13178 6002 50 0000 R CNN F 2 "Diode_SMD:D_0603_1608Metric" H 13230 6120 50 0001 C CNN F 3 "~" H 13230 6120 50 0001 C CNN 1 13230 6120 0 -1 -1 0 $EndComp $Comp L Device:R R9 U 1 1 60D6AE24 P 12900 6330 F 0 "R9" V 12693 6330 50 0000 C CNN F 1 "10k" V 12784 6330 50 0000 C CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 12830 6330 50 0001 C CNN F 3 "~" H 12900 6330 50 0001 C CNN 1 12900 6330 0 1 1 0 $EndComp $Comp L Device:R R10 U 1 1 60D68484 P 11660 6510 F 0 "R10" H 11730 6556 50 0000 L CNN F 1 "10k" H 11730 6465 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 11590 6510 50 0001 C CNN F 3 "~" H 11660 6510 50 0001 C CNN 1 11660 6510 1 0 0 -1 $EndComp Wire Wire Line 12190 5930 12190 5690 $Comp L power:+5V #PWR036 U 1 1 60D60592 P 12190 5690 F 0 "#PWR036" H 12190 5540 50 0001 C CNN F 1 "+5V" H 12205 5863 50 0000 C CNN F 2 "" H 12190 5690 50 0001 C CNN F 3 "" H 12190 5690 50 0001 C CNN 1 12190 5690 1 0 0 -1 $EndComp $Comp L my:TP4054 U7 U 1 1 60BF0072 P 12190 6180 F 0 "U7" H 12190 6611 50 0000 C CNN F 1 "TP4054" H 12190 6520 50 0000 C CNN F 2 "Package_TO_SOT_SMD:SOT-23-5" H 12190 6180 50 0001 C CNN F 3 "" H 12190 6180 50 0001 C CNN 1 12190 6180 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR030 U 1 1 60C33836 P 3880 3520 F 0 "#PWR030" H 3880 3370 50 0001 C CNN F 1 "+3.3V" H 3895 3693 50 0000 C CNN F 2 "" H 3880 3520 50 0001 C CNN F 3 "" H 3880 3520 50 0001 C CNN 1 3880 3520 -1 0 0 1 $EndComp Wire Wire Line 3880 3480 3880 3520 Wire Wire Line 3880 3180 3970 3180 Wire Wire Line 4130 1880 3880 1880 Wire Wire Line 3880 1780 4130 1780 Connection ~ 3880 3180 $Comp L Device:R R6 U 1 1 60C33830 P 3880 3330 F 0 "R6" H 3950 3376 50 0000 L CNN F 1 "10k" H 3950 3285 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 3810 3330 50 0001 C CNN F 3 "~" H 3880 3330 50 0001 C CNN 1 3880 3330 -1 0 0 1 $EndComp $Comp L smartdisplay-rescue:ESP-32S-ESP32-footprints-Shem-Lib U4 U 1 1 5E56FA7D P 2980 2530 F 0 "U4" H 2955 3917 60 0000 C CNN F 1 "ESP-32S" H 2955 3811 60 0000 C CNN F 2 "RF_Module:ESP32-WROOM-32" H 3330 3880 60 0001 C CNN F 3 "" H 2530 2980 60 0001 C CNN 1 2980 2530 1 0 0 -1 $EndComp Text GLabel 8450 2100 0 50 Input ~ 0 IO0 Text GLabel 9190 2100 2 50 Input ~ 0 DTR $Comp L power:+3.3V #PWR015 U 1 1 60DD1316 P 10660 2340 F 0 "#PWR015" H 10660 2190 50 0001 C CNN F 1 "+3.3V" H 10675 2513 50 0000 C CNN F 2 "" H 10660 2340 50 0001 C CNN F 3 "" H 10660 2340 50 0001 C CNN 1 10660 2340 1 0 0 -1 $EndComp Connection ~ 10660 2340 Wire Wire Line 14340 2920 14830 2920 $Comp L my:24pinconnecter U3 U 1 1 610E93F9 P 15180 2020 F 0 "U3" H 15358 2021 50 0000 L CNN F 1 "24pinconnecter" H 15358 1930 50 0000 L CNN F 2 "my:epd-24pin" H 15180 2020 50 0001 C CNN F 3 "" H 15180 2020 50 0001 C CNN 1 15180 2020 1 0 0 -1 $EndComp $Comp L power:GND #PWR041 U 1 1 610AE17B P 2080 6400 F 0 "#PWR041" H 2080 6150 50 0001 C CNN F 1 "GND" H 2085 6227 50 0000 C CNN F 2 "" H 2080 6400 50 0001 C CNN F 3 "" H 2080 6400 50 0001 C CNN 1 2080 6400 1 0 0 -1 $EndComp Wire Wire Line 13250 1220 13240 1220 Wire Wire Line 13240 1220 13240 1320 Wire Wire Line 13240 1320 13560 1320 Connection ~ 13240 1220 Wire Wire Line 13240 1220 13190 1220 Wire Wire Line 14830 2320 14120 2320 $Comp L power:GND #PWR014 U 1 1 6115CC1B P 13580 2320 F 0 "#PWR014" H 13580 2070 50 0001 C CNN F 1 "GND" V 13585 2192 50 0000 R CNN F 2 "" H 13580 2320 50 0001 C CNN F 3 "" H 13580 2320 50 0001 C CNN 1 13580 2320 0 1 1 0 $EndComp Wire Wire Line 13610 2320 13580 2320 $Comp L power:GND #PWR019 U 1 1 61181AAB P 13220 2620 F 0 "#PWR019" H 13220 2370 50 0001 C CNN F 1 "GND" H 13225 2447 50 0000 C CNN F 2 "" H 13220 2620 50 0001 C CNN F 3 "" H 13220 2620 50 0001 C CNN 1 13220 2620 0 1 1 0 $EndComp Wire Wire Line 14830 2720 13920 2720 $Comp L power:GND #PWR021 U 1 1 611B3F55 P 13620 2720 F 0 "#PWR021" H 13620 2470 50 0001 C CNN F 1 "GND" H 13625 2547 50 0000 C CNN F 2 "" H 13620 2720 50 0001 C CNN F 3 "" H 13620 2720 50 0001 C CNN 1 13620 2720 0 1 1 0 $EndComp $Comp L power:GND #PWR023 U 1 1 611C2E3C P 13200 2820 F 0 "#PWR023" H 13200 2570 50 0001 C CNN F 1 "GND" H 13205 2647 50 0000 C CNN F 2 "" H 13200 2820 50 0001 C CNN F 3 "" H 13200 2820 50 0001 C CNN 1 13200 2820 0 1 1 0 $EndComp $Comp L power:GND #PWR025 U 1 1 611DDC32 P 13300 3020 F 0 "#PWR025" H 13300 2770 50 0001 C CNN F 1 "GND" H 13305 2847 50 0000 C CNN F 2 "" H 13300 3020 50 0001 C CNN F 3 "" H 13300 3020 50 0001 C CNN 1 13300 3020 0 1 1 0 $EndComp Wire Wire Line 14090 3120 14830 3120 $Comp L power:GND #PWR026 U 1 1 611EC18B P 13650 3120 F 0 "#PWR026" H 13650 2870 50 0001 C CNN F 1 "GND" H 13655 2947 50 0000 C CNN F 2 "" H 13650 3120 50 0001 C CNN F 3 "" H 13650 3120 50 0001 C CNN 1 13650 3120 0 1 1 0 $EndComp Wire Wire Line 14430 3220 14830 3220 Wire Wire Line 13830 3220 14130 3220 Text GLabel 3880 2280 2 50 Input ~ 0 TX Text GLabel 3880 2180 2 50 Input ~ 0 RX NoConn ~ 2030 2130 NoConn ~ 3430 3580 NoConn ~ 2630 3580 Text GLabel 3970 3180 2 50 Input ~ 0 IO0 Connection ~ 7350 2170 Text Label 5810 1970 0 50 ~ 0 D- Text Label 5810 1870 0 50 ~ 0 D+ Wire Wire Line 6050 1970 5750 1970 Wire Wire Line 6050 1870 5750 1870 Wire Wire Line 6950 2170 7350 2170 Wire Wire Line 7740 2170 7650 2170 $Comp L power:GND #PWR013 U 1 1 60CF9207 P 7740 2170 F 0 "#PWR013" H 7740 1920 50 0001 C CNN F 1 "GND" V 7745 2042 50 0000 R CNN F 2 "" H 7740 2170 50 0001 C CNN F 3 "" H 7740 2170 50 0001 C CNN 1 7740 2170 0 -1 -1 0 $EndComp $Comp L Device:C C5 U 1 1 60CF82DF P 7500 2170 F 0 "C5" V 7752 2170 50 0000 C CNN F 1 "0.1uf" V 7661 2170 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 7538 2020 50 0001 C CNN F 3 "~" H 7500 2170 50 0001 C CNN 1 7500 2170 0 -1 -1 0 $EndComp $Comp L power:+5V #PWR012 U 1 1 60CF712A P 7350 2170 F 0 "#PWR012" H 7350 2020 50 0001 C CNN F 1 "+5V" V 7365 2298 50 0000 L CNN F 2 "" H 7350 2170 50 0001 C CNN F 3 "" H 7350 2170 50 0001 C CNN 1 7350 2170 -1 0 0 1 $EndComp Text GLabel 7630 2070 2 50 Input ~ 0 TX Text GLabel 7300 1970 2 50 Input ~ 0 RX Wire Wire Line 7630 2070 6950 2070 Wire Wire Line 7630 1900 7630 2070 Wire Wire Line 7300 1970 6950 1970 Wire Wire Line 7300 1890 7300 1970 Wire Wire Line 7630 1550 7630 1600 Wire Wire Line 7630 1200 7630 1250 $Comp L Device:LED D3 U 1 1 60CDD16C P 7630 1750 F 0 "D3" V 7669 1632 50 0000 R CNN F 1 "LED-red" V 7578 1632 50 0000 R CNN F 2 "Diode_SMD:D_0603_1608Metric" H 7630 1750 50 0001 C CNN F 3 "~" H 7630 1750 50 0001 C CNN 1 7630 1750 0 -1 -1 0 $EndComp $Comp L Device:R R2 U 1 1 60CDD166 P 7630 1400 F 0 "R2" H 7700 1446 50 0000 L CNN F 1 "10k" H 7700 1355 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 7560 1400 50 0001 C CNN F 3 "~" H 7630 1400 50 0001 C CNN 1 7630 1400 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR02 U 1 1 60CDD160 P 7630 1200 F 0 "#PWR02" H 7630 1050 50 0001 C CNN F 1 "+3.3V" H 7645 1373 50 0000 C CNN F 2 "" H 7630 1200 50 0001 C CNN F 3 "" H 7630 1200 50 0001 C CNN 1 7630 1200 1 0 0 -1 $EndComp Wire Wire Line 7300 1540 7300 1590 Wire Wire Line 7300 1190 7300 1240 $Comp L Device:LED D2 U 1 1 60CCAB5F P 7300 1740 F 0 "D2" V 7339 1622 50 0000 R CNN F 1 "LED-green" V 7248 1622 50 0000 R CNN F 2 "Diode_SMD:D_0603_1608Metric" H 7300 1740 50 0001 C CNN F 3 "~" H 7300 1740 50 0001 C CNN 1 7300 1740 0 -1 -1 0 $EndComp $Comp L Device:R R1 U 1 1 60CC9DEF P 7300 1390 F 0 "R1" H 7370 1436 50 0000 L CNN F 1 "10k" H 7370 1345 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 7230 1390 50 0001 C CNN F 3 "~" H 7300 1390 50 0001 C CNN 1 7300 1390 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR01 U 1 1 60CC91CE P 7300 1190 F 0 "#PWR01" H 7300 1040 50 0001 C CNN F 1 "+3.3V" H 7315 1363 50 0000 C CNN F 2 "" H 7300 1190 50 0001 C CNN F 3 "" H 7300 1190 50 0001 C CNN 1 7300 1190 1 0 0 -1 $EndComp Text GLabel 6050 2170 0 50 Input ~ 0 DTR Text GLabel 6950 2270 2 50 Input ~ 0 RTS Wire Wire Line 7010 1870 7010 1790 Wire Wire Line 6950 1870 7010 1870 Wire Wire Line 7010 1490 7010 1440 $Comp L power:GND #PWR04 U 1 1 60C84588 P 7010 1440 F 0 "#PWR04" H 7010 1190 50 0001 C CNN F 1 "GND" H 7015 1267 50 0000 C CNN F 2 "" H 7010 1440 50 0001 C CNN F 3 "" H 7010 1440 50 0001 C CNN 1 7010 1440 -1 0 0 1 $EndComp $Comp L Device:C C3 U 1 1 60C82E91 P 7010 1640 F 0 "C3" H 7125 1686 50 0000 L CNN F 1 "0.1uf" H 7125 1595 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 7048 1490 50 0001 C CNN F 3 "~" H 7010 1640 50 0001 C CNN 1 7010 1640 1 0 0 -1 $EndComp NoConn ~ 6050 2270 $Comp L power:GND #PWR011 U 1 1 60C74383 P 6050 2070 F 0 "#PWR011" H 6050 1820 50 0001 C CNN F 1 "GND" V 6055 1942 50 0000 R CNN F 2 "" H 6050 2070 50 0001 C CNN F 3 "" H 6050 2070 50 0001 C CNN 1 6050 2070 0 1 1 0 $EndComp $Comp L my:ch340k U2 U 1 1 60BF0ECE P 6500 2020 F 0 "U2" H 6500 2535 50 0000 C CNN F 1 "ch340k" H 6500 2444 50 0000 C CNN F 2 "my:ESSOP-10_3.9x4.9mm_P1.00mm" H 6500 2020 50 0001 C CNN F 3 "" H 6500 2020 50 0001 C CNN 1 6500 2020 1 0 0 -1 $EndComp Wire Wire Line 11560 1520 11560 1880 Connection ~ 11560 1880 Wire Wire Line 11560 1880 11560 1890 Text GLabel 11160 2540 0 50 Input ~ 0 GDR Wire Wire Line 11560 2740 11560 2870 $Comp L Device:R R5 U 1 1 5E28D0EB P 11560 3020 F 0 "R5" H 11630 3066 50 0000 L CNN F 1 "3" H 11630 2975 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 11490 3020 50 0001 C CNN F 3 "~" H 11560 3020 50 0001 C CNN 1 11560 3020 1 0 0 -1 $EndComp Text GLabel 11560 2790 2 50 Input ~ 0 RESE $Comp L Device:C C9 U 1 1 61367EDC P 12380 2490 F 0 "C9" V 12632 2490 50 0000 C CNN F 1 "1uF" V 12541 2490 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 12418 2340 50 0001 C CNN F 3 "~" H 12380 2490 50 0001 C CNN 1 12380 2490 -1 0 0 -1 $EndComp $Comp L power:GND #PWR020 U 1 1 6136D2F0 P 12380 2640 F 0 "#PWR020" H 12380 2390 50 0001 C CNN F 1 "GND" H 12385 2467 50 0000 C CNN F 2 "" H 12380 2640 50 0001 C CNN F 3 "" H 12380 2640 50 0001 C CNN 1 12380 2640 1 0 0 -1 $EndComp Text GLabel 12380 2340 2 50 Input ~ 0 PREVGH Text GLabel 12390 1520 2 50 Input ~ 0 PREVGL Wire Wire Line 12390 1520 12160 1520 Text GLabel 14340 2920 0 50 Input ~ 0 PREVGH Text GLabel 14700 3120 3 50 Input ~ 0 PREVGL $Comp L power:+3.3V #PWR017 U 1 1 6138AB35 P 14120 2420 F 0 "#PWR017" H 14120 2270 50 0001 C CNN F 1 "+3.3V" H 14135 2593 50 0000 C CNN F 2 "" H 14120 2420 50 0001 C CNN F 3 "" H 14120 2420 50 0001 C CNN 1 14120 2420 0 -1 -1 0 $EndComp Wire Wire Line 14120 2420 14830 2420 Wire Wire Line 14120 2420 14120 2320 Connection ~ 14120 2420 Connection ~ 14120 2320 Wire Wire Line 14120 2320 13910 2320 Text GLabel 14830 1020 0 50 Input ~ 0 GDR Text GLabel 14830 1120 0 50 Input ~ 0 RESE Text GLabel 3880 1980 2 50 Input ~ 0 DIN Text GLabel 14830 2220 0 50 Input ~ 0 DIN Text GLabel 3880 2880 2 50 Input ~ 0 DC Text GLabel 14830 1920 0 50 Input ~ 0 DC Text GLabel 3880 2680 2 50 Input ~ 0 SCLK Text GLabel 14830 2120 0 50 Input ~ 0 SCLK Text GLabel 3880 3080 2 50 Input ~ 0 BUSY Text GLabel 3880 2980 2 50 Input ~ 0 REST Text GLabel 3880 2380 2 50 Input ~ 0 SDA Text GLabel 3880 2080 2 50 Input ~ 0 SCL Text GLabel 14830 1720 0 50 Input ~ 0 BUSY Text GLabel 14830 1820 0 50 Input ~ 0 REST NoConn ~ 3330 3580 NoConn ~ 2030 3030 NoConn ~ 2030 3130 $Comp L power:PWR_FLAG #FLG01 U 1 1 6121CE96 P 3240 5420 F 0 "#FLG01" H 3240 5495 50 0001 C CNN F 1 "PWR_FLAG" H 3240 5593 50 0000 C CNN F 2 "" H 3240 5420 50 0001 C CNN F 3 "~" H 3240 5420 50 0001 C CNN 1 3240 5420 -1 0 0 1 $EndComp $Comp L power:+3.3V #PWR032 U 1 1 612178C9 P 3240 5420 F 0 "#PWR032" H 3240 5270 50 0001 C CNN F 1 "+3.3V" H 3255 5593 50 0000 C CNN F 2 "" H 3240 5420 50 0001 C CNN F 3 "" H 3240 5420 50 0001 C CNN 1 3240 5420 1 0 0 -1 $EndComp Wire Wire Line 2080 5750 2080 5700 $Comp L power:+3.3V #PWR037 U 1 1 610B7D8D P 2080 5700 F 0 "#PWR037" H 2080 5550 50 0001 C CNN F 1 "+3.3V" H 2095 5873 50 0000 C CNN F 2 "" H 2080 5700 50 0001 C CNN F 3 "" H 2080 5700 50 0001 C CNN 1 2080 5700 1 0 0 -1 $EndComp Wire Wire Line 2080 6350 2080 6400 Wire Wire Line 1680 5950 1610 5950 Wire Wire Line 1680 6150 1620 6150 $Comp L power:GND #PWR040 U 1 1 6109D7EF P 1620 6150 F 0 "#PWR040" H 1620 5900 50 0001 C CNN F 1 "GND" V 1625 6022 50 0000 R CNN F 2 "" H 1620 6150 50 0001 C CNN F 3 "" H 1620 6150 50 0001 C CNN 1 1620 6150 0 1 1 0 $EndComp $Comp L power:GND #PWR038 U 1 1 6109D424 P 1610 5950 F 0 "#PWR038" H 1610 5700 50 0001 C CNN F 1 "GND" V 1615 5822 50 0000 R CNN F 2 "" H 1610 5950 50 0001 C CNN F 3 "" H 1610 5950 50 0001 C CNN 1 1610 5950 0 1 1 0 $EndComp NoConn ~ 1680 6050 NoConn ~ 2480 6150 Text GLabel 2830 6050 2 50 Input ~ 0 SCL Text GLabel 2570 5950 2 50 Input ~ 0 SDA Wire Wire Line 2830 5510 2830 5560 $Comp L power:+3.3V #PWR034 U 1 1 610F461D P 2830 5510 F 0 "#PWR034" H 2830 5360 50 0001 C CNN F 1 "+3.3V" H 2845 5683 50 0000 C CNN F 2 "" H 2830 5510 50 0001 C CNN F 3 "" H 2830 5510 50 0001 C CNN 1 2830 5510 1 0 0 -1 $EndComp Wire Wire Line 2570 5510 2570 5560 $Comp L power:+3.3V #PWR033 U 1 1 610EAB1A P 2570 5510 F 0 "#PWR033" H 2570 5360 50 0001 C CNN F 1 "+3.3V" H 2585 5683 50 0000 C CNN F 2 "" H 2570 5510 50 0001 C CNN F 3 "" H 2570 5510 50 0001 C CNN 1 2570 5510 1 0 0 -1 $EndComp Wire Wire Line 2830 6050 2480 6050 Wire Wire Line 2830 5860 2830 6050 $Comp L Device:R R8 U 1 1 610A7BA2 P 2830 5710 F 0 "R8" H 2900 5756 50 0000 L CNN F 1 "10k" H 2900 5665 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 2760 5710 50 0001 C CNN F 3 "~" H 2830 5710 50 0001 C CNN 1 2830 5710 1 0 0 -1 $EndComp Wire Wire Line 2570 5950 2480 5950 Wire Wire Line 2570 5860 2570 5950 $Comp L Device:R R7 U 1 1 6109EBFB P 2570 5710 F 0 "R7" H 2640 5756 50 0000 L CNN F 1 "10k" H 2640 5665 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 2500 5710 50 0001 C CNN F 3 "~" H 2570 5710 50 0001 C CNN 1 2570 5710 1 0 0 -1 $EndComp $Comp L Sensor_Humidity:SHT31-DIS U5 U 1 1 6109CBB4 P 2080 6050 F 0 "U5" H 2080 6531 50 0000 C CNN F 1 "SHT31-DIS" H 2080 6440 50 0000 C CNN F 2 "Sensor_Humidity:Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm" H 2080 6100 50 0001 C CNN F 3 "https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf" H 2080 6100 50 0001 C CNN 1 2080 6050 1 0 0 -1 $EndComp Connection ~ 7840 7180 Connection ~ 9010 5680 $Comp L power:PWR_FLAG #FLG02 U 1 1 610C132C P 9010 5680 F 0 "#FLG02" H 9010 5755 50 0001 C CNN F 1 "PWR_FLAG" V 9010 5808 50 0000 L CNN F 2 "" H 9010 5680 50 0001 C CNN F 3 "~" H 9010 5680 50 0001 C CNN 1 9010 5680 0 1 1 0 $EndComp Text Label 8840 6380 0 50 ~ 0 D+ Text Label 8830 6180 0 50 ~ 0 D- Connection ~ 8740 6380 Wire Wire Line 8960 6380 8740 6380 Connection ~ 8740 6180 Wire Wire Line 8970 6180 8740 6180 $Comp L power:+5V #PWR035 U 1 1 60D10015 P 9010 5680 F 0 "#PWR035" H 9010 5530 50 0001 C CNN F 1 "+5V" H 9025 5853 50 0000 C CNN F 2 "" H 9010 5680 50 0001 C CNN F 3 "" H 9010 5680 50 0001 C CNN 1 9010 5680 1 0 0 -1 $EndComp Wire Wire Line 8740 5680 9010 5680 $Comp L power:GND #PWR047 U 1 1 60C7398B P 7840 7180 F 0 "#PWR047" H 7840 6930 50 0001 C CNN F 1 "GND" H 7845 7007 50 0000 C CNN F 2 "" H 7840 7180 50 0001 C CNN F 3 "" H 7840 7180 50 0001 C CNN 1 7840 7180 1 0 0 -1 $EndComp Wire Wire Line 8140 7180 7840 7180 Wire Wire Line 8740 6480 8740 6380 Wire Wire Line 8740 6280 8740 6180 NoConn ~ 8740 6880 NoConn ~ 8740 6780 NoConn ~ 8740 5980 NoConn ~ 8740 5880 $Comp L Connector:USB_C_Receptacle_USB2.0 J2 U 1 1 60C562AE P 8140 6280 F 0 "J2" H 8247 7147 50 0000 C CNN F 1 "USB_C_Receptacle_USB2.0" H 8247 7056 50 0000 C CNN F 2 "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12" H 8290 6280 50 0001 C CNN F 3 "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" H 8290 6280 50 0001 C CNN 1 8140 6280 1 0 0 -1 $EndComp Wire Notes Line 480 7640 480 510 Wire Notes Line 9990 510 9990 3910 Wire Notes Line 16050 7640 16050 510 Wire Notes Line 5370 530 5370 7660 Wire Notes Line 480 7640 16050 7640 Wire Notes Line 480 510 16050 510 Wire Notes Line 480 3910 16060 3910 Text Notes 1500 800 0 50 ~ 0 ESP32 Text Notes 6300 790 0 50 ~ 0 USB-TTL Text Notes 10590 860 0 50 ~ 0 EPAPER Text Notes 1180 4310 0 50 ~ 0 TEMP Text Notes 6230 4410 0 50 ~ 0 POWER Text GLabel 14830 2020 0 50 Input ~ 0 CS Text GLabel 3880 2780 2 50 Input ~ 0 CS NoConn ~ 3880 2580 $Comp L Device:C C6 U 1 1 5E41B20B P 1380 2200 F 0 "C6" H 1495 2246 50 0000 L CNN F 1 "1uF" H 1495 2155 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 1418 2050 50 0001 C CNN F 3 "~" H 1380 2200 50 0001 C CNN 1 1380 2200 1 0 0 -1 $EndComp $EndSCHEMATC ================================================ FILE: smartdisplay.sch-bak ================================================ EESchema Schematic File Version 4 EELAYER 30 0 EELAYER END $Descr A3 16535 11693 encoding utf-8 Sheet 1 1 Title "BLab-smartdisplay" Date "2020-01-16" Rev "v1.0" Comp "blab" Comment1 "smartdisplay" Comment2 "" Comment3 "" Comment4 "" $EndDescr $Comp L Device:D D1 U 1 1 5E264F47 P 12010 1520 F 0 "D1" H 12010 1736 50 0000 C CNN F 1 "MBR0530" H 12010 1645 50 0000 C CNN F 2 "Diode_SMD:D_SOD-123" H 12010 1520 50 0001 C CNN F 3 "~" H 12010 1520 50 0001 C CNN 1 12010 1520 1 0 0 -1 $EndComp $Comp L Device:D D4 U 1 1 5E2665C1 P 12010 1880 F 0 "D4" H 12010 1664 50 0000 C CNN F 1 "MBR0530" H 12010 1755 50 0000 C CNN F 2 "Diode_SMD:D_SOD-123" H 12010 1880 50 0001 C CNN F 3 "~" H 12010 1880 50 0001 C CNN 1 12010 1880 -1 0 0 1 $EndComp Wire Wire Line 11860 1880 11560 1880 Wire Wire Line 11860 1520 11560 1520 Wire Wire Line 12160 1880 12310 1880 $Comp L Device:L L1 U 1 1 5E26F8D5 P 11060 2340 F 0 "L1" V 11250 2340 50 0000 C CNN F 1 "10uH" V 11159 2340 50 0000 C CNN F 2 "Inductor_SMD:L_Coilcraft_XxL4040" H 11060 2340 50 0001 C CNN F 3 "~" H 11060 2340 50 0001 C CNN 1 11060 2340 0 -1 -1 0 $EndComp $Comp L power:GND #PWR023 U 1 1 5E2716B7 P 10660 2740 F 0 "#PWR023" H 10660 2490 50 0001 C CNN F 1 "GND" H 10665 2567 50 0000 C CNN F 2 "" H 10660 2740 50 0001 C CNN F 3 "" H 10660 2740 50 0001 C CNN 1 10660 2740 1 0 0 -1 $EndComp $Comp L Device:D D5 U 1 1 5E27A032 P 12010 2340 F 0 "D5" H 12010 2124 50 0000 C CNN F 1 "MBR0530" H 12010 2215 50 0000 C CNN F 2 "Diode_SMD:D_SOD-123" H 12010 2340 50 0001 C CNN F 3 "~" H 12010 2340 50 0001 C CNN 1 12010 2340 -1 0 0 1 $EndComp Wire Wire Line 11210 2340 11560 2340 $Comp L Device:C C4 U 1 1 5E287FCA P 11560 2040 F 0 "C4" H 11675 2086 50 0000 L CNN F 1 "4.7uF" H 11675 1995 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 11598 1890 50 0001 C CNN F 3 "~" H 11560 2040 50 0001 C CNN 1 11560 2040 1 0 0 -1 $EndComp Wire Wire Line 11560 2190 11560 2340 Connection ~ 11560 2340 Wire Wire Line 11560 2340 11860 2340 $Comp L Device:R R4 U 1 1 5E28C562 P 11160 2790 F 0 "R4" H 11230 2836 50 0000 L CNN F 1 "10k" H 11230 2745 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 11090 2790 50 0001 C CNN F 3 "~" H 11160 2790 50 0001 C CNN 1 11160 2790 1 0 0 -1 $EndComp $Comp L power:GND #PWR028 U 1 1 5E28F9E9 P 11560 3170 F 0 "#PWR028" H 11560 2920 50 0001 C CNN F 1 "GND" H 11565 2997 50 0000 C CNN F 2 "" H 11560 3170 50 0001 C CNN F 3 "" H 11560 3170 50 0001 C CNN 1 11560 3170 1 0 0 -1 $EndComp Wire Wire Line 11260 2540 11160 2540 $Comp L power:GND #PWR017 U 1 1 5E3BA6C2 P 1380 2350 F 0 "#PWR017" H 1380 2100 50 0001 C CNN F 1 "GND" H 1385 2177 50 0000 C CNN F 2 "" H 1380 2350 50 0001 C CNN F 3 "" H 1380 2350 50 0001 C CNN 1 1380 2350 1 0 0 -1 $EndComp $Comp L power:GND #PWR07 U 1 1 5E3F9B85 P 1980 1680 F 0 "#PWR07" H 1980 1430 50 0001 C CNN F 1 "GND" H 1985 1507 50 0000 C CNN F 2 "" H 1980 1680 50 0001 C CNN F 3 "" H 1980 1680 50 0001 C CNN 1 1980 1680 -1 0 0 1 $EndComp Wire Wire Line 1980 1680 1980 1830 Wire Wire Line 1980 1830 2030 1830 $Comp L power:GND #PWR032 U 1 1 5E4044E2 P 2530 3730 F 0 "#PWR032" H 2530 3480 50 0001 C CNN F 1 "GND" H 2535 3557 50 0000 C CNN F 2 "" H 2530 3730 50 0001 C CNN F 3 "" H 2530 3730 50 0001 C CNN 1 2530 3730 1 0 0 -1 $EndComp Wire Wire Line 2530 3580 2530 3730 $Comp L power:GND #PWR08 U 1 1 5E408066 P 4130 1780 F 0 "#PWR08" H 4130 1530 50 0001 C CNN F 1 "GND" V 4135 1652 50 0000 R CNN F 2 "" H 4130 1780 50 0001 C CNN F 3 "" H 4130 1780 50 0001 C CNN 1 4130 1780 0 -1 -1 0 $EndComp Wire Wire Line 4130 1780 4130 1880 Connection ~ 4130 1780 $Comp L Device:C C6 U 1 1 5E41B20B P 1380 2200 F 0 "C6" H 1495 2246 50 0000 L CNN F 1 "1uF" H 1495 2155 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 1418 2050 50 0001 C CNN F 3 "~" H 1380 2200 50 0001 C CNN 1 1380 2200 1 0 0 -1 $EndComp $Comp L power:GND #PWR010 U 1 1 5E540E7D P 12310 1880 F 0 "#PWR010" H 12310 1630 50 0001 C CNN F 1 "GND" V 12315 1752 50 0000 R CNN F 2 "" H 12310 1880 50 0001 C CNN F 3 "" H 12310 1880 50 0001 C CNN 1 12310 1880 0 -1 -1 0 $EndComp Wire Wire Line 12160 2340 12380 2340 Wire Wire Line 11160 2540 11160 2640 NoConn ~ 2730 3580 NoConn ~ 2830 3580 NoConn ~ 2930 3580 NoConn ~ 3030 3580 NoConn ~ 3130 3580 NoConn ~ 3230 3580 NoConn ~ 2030 2230 NoConn ~ 2030 2730 NoConn ~ 2030 2830 NoConn ~ 2030 2930 $Comp L Device:C C7 U 1 1 5E4D13A9 P 13760 2320 F 0 "C7" V 14012 2320 50 0000 C CNN F 1 "1uF" V 13921 2320 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13798 2170 50 0001 C CNN F 3 "~" H 13760 2320 50 0001 C CNN 1 13760 2320 0 1 -1 0 $EndComp $Comp L Device:C C10 U 1 1 5E2497DF P 13370 2620 F 0 "C10" V 13622 2620 50 0000 C CNN F 1 "1uF" V 13531 2620 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13408 2470 50 0001 C CNN F 3 "~" H 13370 2620 50 0001 C CNN 1 13370 2620 0 1 -1 0 $EndComp $Comp L Device:C C11 U 1 1 5E24CF0E P 13770 2720 F 0 "C11" V 14022 2720 50 0000 C CNN F 1 "1uF" V 13931 2720 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13808 2570 50 0001 C CNN F 3 "~" H 13770 2720 50 0001 C CNN 1 13770 2720 0 1 -1 0 $EndComp $Comp L Device:C C12 U 1 1 5E24F707 P 13350 2820 F 0 "C12" V 13602 2820 50 0000 C CNN F 1 "1uF" V 13511 2820 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13388 2670 50 0001 C CNN F 3 "~" H 13350 2820 50 0001 C CNN 1 13350 2820 0 1 -1 0 $EndComp $Comp L Device:C C13 U 1 1 5E259360 P 13450 3020 F 0 "C13" V 13702 3020 50 0000 C CNN F 1 "1uF" V 13611 3020 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13488 2870 50 0001 C CNN F 3 "~" H 13450 3020 50 0001 C CNN 1 13450 3020 0 1 -1 0 $EndComp $Comp L Device:C C14 U 1 1 5E25B762 P 13940 3120 F 0 "C14" V 14192 3120 50 0000 C CNN F 1 "1uF" V 14101 3120 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13978 2970 50 0001 C CNN F 3 "~" H 13940 3120 50 0001 C CNN 1 13940 3120 0 1 -1 0 $EndComp $Comp L Device:C C15 U 1 1 5E25BE58 P 14280 3220 F 0 "C15" V 14532 3220 50 0000 C CNN F 1 "1uF" V 14441 3220 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 14318 3070 50 0001 C CNN F 3 "~" H 14280 3220 50 0001 C CNN 1 14280 3220 0 1 -1 0 $EndComp $Comp L power:GND #PWR029 U 1 1 5E26425D P 13830 3220 F 0 "#PWR029" H 13830 2970 50 0001 C CNN F 1 "GND" H 13835 3047 50 0000 C CNN F 2 "" H 13830 3220 50 0001 C CNN F 3 "" H 13830 3220 50 0001 C CNN 1 13830 3220 0 1 1 0 $EndComp Wire Wire Line 14830 2520 14250 2520 Wire Wire Line 13550 1220 14830 1220 Wire Wire Line 13860 1320 14830 1320 $Comp L Device:C C2 U 1 1 5E221E72 P 13710 1320 F 0 "C2" V 13962 1320 50 0000 C CNN F 1 "1uF" V 13871 1320 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13748 1170 50 0001 C CNN F 3 "~" H 13710 1320 50 0001 C CNN 1 13710 1320 0 1 -1 0 $EndComp $Comp L power:GND #PWR03 U 1 1 5E245528 P 13190 1220 F 0 "#PWR03" H 13190 970 50 0001 C CNN F 1 "GND" V 13195 1092 50 0000 R CNN F 2 "" H 13190 1220 50 0001 C CNN F 3 "" H 13190 1220 50 0001 C CNN 1 13190 1220 0 1 1 0 $EndComp $Comp L Device:C C1 U 1 1 5E220D4D P 13400 1220 F 0 "C1" V 13652 1220 50 0000 C CNN F 1 "1uF" V 13561 1220 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 13438 1070 50 0001 C CNN F 3 "~" H 13400 1220 50 0001 C CNN 1 13400 1220 0 1 -1 0 $EndComp NoConn ~ 14250 920 Wire Wire Line 14830 920 14250 920 NoConn ~ 14250 1520 NoConn ~ 14250 1420 Wire Wire Line 14830 1520 14250 1520 Wire Wire Line 14830 1420 14250 1420 Wire Wire Line 13520 2620 14830 2620 Wire Wire Line 13500 2820 14830 2820 Wire Wire Line 13600 3020 14830 3020 Wire Wire Line 13650 3120 13790 3120 $Comp L power:GND #PWR05 U 1 1 5E73503A P 14050 1620 F 0 "#PWR05" H 14050 1370 50 0001 C CNN F 1 "GND" V 14055 1492 50 0000 R CNN F 2 "" H 14050 1620 50 0001 C CNN F 3 "" H 14050 1620 50 0001 C CNN 1 14050 1620 0 1 1 0 $EndComp Wire Wire Line 14830 1620 14050 1620 $Comp L power:GND #PWR019 U 1 1 5E73AD11 P 14250 2520 F 0 "#PWR019" H 14250 2270 50 0001 C CNN F 1 "GND" V 14255 2392 50 0000 R CNN F 2 "" H 14250 2520 50 0001 C CNN F 3 "" H 14250 2520 50 0001 C CNN 1 14250 2520 0 1 1 0 $EndComp $Comp L power:GND #PWR025 U 1 1 5E7612EB P 11160 2940 F 0 "#PWR025" H 11160 2690 50 0001 C CNN F 1 "GND" H 11165 2767 50 0000 C CNN F 2 "" H 11160 2940 50 0001 C CNN F 3 "" H 11160 2940 50 0001 C CNN 1 11160 2940 1 0 0 -1 $EndComp Wire Wire Line 10660 2740 10660 2640 Wire Wire Line 10660 2340 10910 2340 $Comp L Device:C C8 U 1 1 5E266C85 P 10660 2490 F 0 "C8" H 10545 2444 50 0000 R CNN F 1 "4.7uF" H 10545 2535 50 0000 R CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 10698 2340 50 0001 C CNN F 3 "~" H 10660 2490 50 0001 C CNN 1 10660 2490 1 0 0 1 $EndComp NoConn ~ 2030 2330 NoConn ~ 2030 2430 NoConn ~ 2030 2530 NoConn ~ 2030 2630 Wire Notes Line 500 7000 500 6950 $Comp L Device:Q_NMOS_GSD Q1 U 1 1 5E4E7415 P 11460 2540 F 0 "Q1" H 11664 2586 50 0000 L CNN F 1 "SI1308EDL" H 11664 2495 50 0000 L CNN F 2 "Package_TO_SOT_SMD:SOT-23" H 11660 2640 50 0001 C CNN F 3 "~" H 11460 2540 50 0001 C CNN 1 11460 2540 1 0 0 -1 $EndComp Text GLabel 1380 2030 0 50 Input ~ 0 EN $Comp L my:ME6211C33M5G-N U6 U 1 1 60C20D5F P 14720 6080 F 0 "U6" H 14720 6305 50 0000 C CNN F 1 "ME6211C33M5G-N" H 14720 6214 50 0000 C CNN F 2 "Package_TO_SOT_SMD:SOT-23-5" H 14720 6080 50 0001 C CNN F 3 "" H 14720 6080 50 0001 C CNN 1 14720 6080 1 0 0 -1 $EndComp NoConn ~ 6500 2470 Text GLabel 8460 1800 0 50 Input ~ 0 RTS Text GLabel 8460 1950 0 50 Input ~ 0 DTR Text GLabel 9220 1800 2 50 Input ~ 0 EN Text GLabel 9190 1950 2 50 Input ~ 0 RTS $Comp L Device:C C16 U 1 1 60D24394 P 6770 3360 F 0 "C16" V 7022 3360 50 0000 C CNN F 1 "0.1uf" V 6931 3360 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 6808 3210 50 0001 C CNN F 3 "~" H 6770 3360 50 0001 C CNN 1 6770 3360 0 -1 -1 0 $EndComp Wire Wire Line 6970 2990 6970 3360 Wire Wire Line 6970 3360 6920 3360 Wire Wire Line 6570 2990 6570 3360 Wire Wire Line 6570 3360 6620 3360 $Comp L power:GND #PWR030 U 1 1 60D3226B P 6570 3450 F 0 "#PWR030" H 6570 3200 50 0001 C CNN F 1 "GND" H 6575 3277 50 0000 C CNN F 2 "" H 6570 3450 50 0001 C CNN F 3 "" H 6570 3450 50 0001 C CNN 1 6570 3450 1 0 0 -1 $EndComp Wire Wire Line 6570 3360 6570 3450 Connection ~ 6570 3360 Text GLabel 6970 2990 2 50 Input ~ 0 IO0 $Comp L power:GND #PWR046 U 1 1 60D699F7 P 11660 6730 F 0 "#PWR046" H 11660 6480 50 0001 C CNN F 1 "GND" H 11665 6557 50 0000 C CNN F 2 "" H 11660 6730 50 0001 C CNN F 3 "" H 11660 6730 50 0001 C CNN 1 11660 6730 1 0 0 -1 $EndComp $Comp L power:GND #PWR047 U 1 1 60D6A1C7 P 12190 6730 F 0 "#PWR047" H 12190 6480 50 0001 C CNN F 1 "GND" H 12195 6557 50 0000 C CNN F 2 "" H 12190 6730 50 0001 C CNN F 3 "" H 12190 6730 50 0001 C CNN 1 12190 6730 1 0 0 -1 $EndComp Text GLabel 14300 6080 0 50 Input ~ 0 BAT+ Wire Wire Line 14420 6080 14300 6080 Wire Wire Line 14420 6180 14420 6080 Connection ~ 14420 6080 $Comp L power:GND #PWR044 U 1 1 60DE3636 P 14720 6490 F 0 "#PWR044" H 14720 6240 50 0001 C CNN F 1 "GND" H 14725 6317 50 0000 C CNN F 2 "" H 14720 6490 50 0001 C CNN F 3 "" H 14720 6490 50 0001 C CNN 1 14720 6490 1 0 0 -1 $EndComp Wire Wire Line 14720 6430 14720 6490 $Comp L Device:C C17 U 1 1 60DED74F P 15260 6260 F 0 "C17" H 15375 6306 50 0000 L CNN F 1 "1uF" H 15375 6215 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 15298 6110 50 0001 C CNN F 3 "~" H 15260 6260 50 0001 C CNN 1 15260 6260 1 0 0 -1 $EndComp $Comp L power:GND #PWR045 U 1 1 60DEE4D7 P 15260 6500 F 0 "#PWR045" H 15260 6250 50 0001 C CNN F 1 "GND" H 15265 6327 50 0000 C CNN F 2 "" H 15260 6500 50 0001 C CNN F 3 "" H 15260 6500 50 0001 C CNN 1 15260 6500 1 0 0 -1 $EndComp Wire Wire Line 15260 6500 15260 6410 Wire Wire Line 15020 6080 15260 6080 Wire Wire Line 15260 6080 15260 6110 $Comp L power:+3.3V #PWR040 U 1 1 60E11F03 P 15260 6080 F 0 "#PWR040" H 15260 5930 50 0001 C CNN F 1 "+3.3V" H 15275 6253 50 0000 C CNN F 2 "" H 15260 6080 50 0001 C CNN F 3 "" H 15260 6080 50 0001 C CNN 1 15260 6080 1 0 0 -1 $EndComp Connection ~ 15260 6080 $Comp L my:DDC114TU-7-F U1 U 1 1 60C2C4EB P 8820 1950 F 0 "U1" H 8820 2365 50 0000 C CNN F 1 "DDC114TU-7-F" H 8820 2274 50 0000 C CNN F 2 "Package_TO_SOT_SMD:SOT-363_SC-70-6" H 8820 1950 50 0001 C CNN F 3 "" H 8820 1950 50 0001 C CNN 1 8820 1950 1 0 0 -1 $EndComp Wire Wire Line 8520 1800 8460 1800 Wire Wire Line 8520 1950 8460 1950 Wire Wire Line 8520 2100 8450 2100 Wire Wire Line 9120 1800 9220 1800 Wire Wire Line 9120 1950 9190 1950 Wire Wire Line 9120 2100 9190 2100 $Comp L Device:R R3 U 1 1 60C686C5 P 1380 1840 F 0 "R3" H 1450 1886 50 0000 L CNN F 1 "10k" H 1450 1795 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 1310 1840 50 0001 C CNN F 3 "~" H 1380 1840 50 0001 C CNN 1 1380 1840 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR06 U 1 1 60C71708 P 1380 1650 F 0 "#PWR06" H 1380 1500 50 0001 C CNN F 1 "+3.3V" H 1395 1823 50 0000 C CNN F 2 "" H 1380 1650 50 0001 C CNN F 3 "" H 1380 1650 50 0001 C CNN 1 1380 1650 1 0 0 -1 $EndComp Wire Wire Line 1380 1690 1380 1650 $Comp L power:+3.3V #PWR09 U 1 1 60C97824 P 1750 1790 F 0 "#PWR09" H 1750 1640 50 0001 C CNN F 1 "+3.3V" H 1765 1963 50 0000 C CNN F 2 "" H 1750 1790 50 0001 C CNN F 3 "" H 1750 1790 50 0001 C CNN 1 1750 1790 1 0 0 -1 $EndComp Wire Wire Line 2030 1930 1750 1930 Wire Wire Line 1750 1930 1750 1790 Wire Wire Line 1380 1990 1380 2030 Connection ~ 1380 2030 Wire Wire Line 1380 2030 1380 2050 Wire Wire Line 1380 2030 2030 2030 $Comp L Switch:SW_Push SW1 U 1 1 60D2182B P 6770 2990 F 0 "SW1" H 6770 3275 50 0000 C CNN F 1 "SW_Push" H 6770 3184 50 0000 C CNN F 2 "my:bt-342" H 6770 3190 50 0001 C CNN F 3 "~" H 6770 3190 50 0001 C CNN 1 6770 2990 1 0 0 -1 $EndComp Wire Wire Line 10040 6460 9980 6460 $Comp L power:GND #PWR043 U 1 1 60E27E3D P 9980 6460 F 0 "#PWR043" H 9980 6210 50 0001 C CNN F 1 "GND" V 9985 6332 50 0000 R CNN F 2 "" H 9980 6460 50 0001 C CNN F 3 "" H 9980 6460 50 0001 C CNN 1 9980 6460 0 1 1 0 $EndComp Text GLabel 10030 6210 0 50 Input ~ 0 BAT+ $Comp L Connector:Conn_01x01_Female J3 U 1 1 60E1D2E1 P 10240 6460 F 0 "J3" H 10268 6486 50 0000 L CNN F 1 "Conn_01x01_Female" H 10268 6395 50 0000 L CNN F 2 "my:largepoint" H 10240 6460 50 0001 C CNN F 3 "~" H 10240 6460 50 0001 C CNN 1 10240 6460 1 0 0 -1 $EndComp $Comp L Connector:Conn_01x01_Female J1 U 1 1 60E1C4A3 P 10230 6210 F 0 "J1" H 10258 6236 50 0000 L CNN F 1 "Conn_01x01_Female" H 10258 6145 50 0000 L CNN F 2 "my:largepoint" H 10230 6210 50 0001 C CNN F 3 "~" H 10230 6210 50 0001 C CNN 1 10230 6210 1 0 0 -1 $EndComp Text GLabel 12590 6130 2 50 Input ~ 0 BAT+ Connection ~ 12190 5690 Wire Wire Line 13230 5690 13230 5970 Wire Wire Line 12190 5690 13230 5690 Wire Wire Line 13230 6330 13050 6330 Wire Wire Line 13230 6270 13230 6330 Wire Wire Line 12750 6330 12590 6330 Wire Wire Line 12190 6730 12190 6530 Wire Wire Line 11660 6660 11660 6730 Wire Wire Line 11660 6330 11660 6360 Wire Wire Line 11790 6330 11660 6330 $Comp L Device:LED D6 U 1 1 60D6BFF3 P 13230 6120 F 0 "D6" V 13269 6002 50 0000 R CNN F 1 "LED-red" V 13178 6002 50 0000 R CNN F 2 "Diode_SMD:D_0603_1608Metric" H 13230 6120 50 0001 C CNN F 3 "~" H 13230 6120 50 0001 C CNN 1 13230 6120 0 -1 -1 0 $EndComp $Comp L Device:R R9 U 1 1 60D6AE24 P 12900 6330 F 0 "R9" V 12693 6330 50 0000 C CNN F 1 "10k" V 12784 6330 50 0000 C CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 12830 6330 50 0001 C CNN F 3 "~" H 12900 6330 50 0001 C CNN 1 12900 6330 0 1 1 0 $EndComp $Comp L Device:R R10 U 1 1 60D68484 P 11660 6510 F 0 "R10" H 11730 6556 50 0000 L CNN F 1 "10k" H 11730 6465 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 11590 6510 50 0001 C CNN F 3 "~" H 11660 6510 50 0001 C CNN 1 11660 6510 1 0 0 -1 $EndComp Wire Wire Line 12190 5930 12190 5690 $Comp L power:+5V #PWR037 U 1 1 60D60592 P 12190 5690 F 0 "#PWR037" H 12190 5540 50 0001 C CNN F 1 "+5V" H 12205 5863 50 0000 C CNN F 2 "" H 12190 5690 50 0001 C CNN F 3 "" H 12190 5690 50 0001 C CNN 1 12190 5690 1 0 0 -1 $EndComp $Comp L my:TP4054 U7 U 1 1 60BF0072 P 12190 6180 F 0 "U7" H 12190 6611 50 0000 C CNN F 1 "TP4054" H 12190 6520 50 0000 C CNN F 2 "Package_TO_SOT_SMD:SOT-23-5" H 12190 6180 50 0001 C CNN F 3 "" H 12190 6180 50 0001 C CNN 1 12190 6180 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR031 U 1 1 60C33836 P 3880 3520 F 0 "#PWR031" H 3880 3370 50 0001 C CNN F 1 "+3.3V" H 3895 3693 50 0000 C CNN F 2 "" H 3880 3520 50 0001 C CNN F 3 "" H 3880 3520 50 0001 C CNN 1 3880 3520 -1 0 0 1 $EndComp Wire Wire Line 3880 3480 3880 3520 Wire Wire Line 3880 3180 3970 3180 Wire Wire Line 4130 1880 3880 1880 Wire Wire Line 3880 1780 4130 1780 Connection ~ 3880 3180 $Comp L Device:R R6 U 1 1 60C33830 P 3880 3330 F 0 "R6" H 3950 3376 50 0000 L CNN F 1 "10k" H 3950 3285 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 3810 3330 50 0001 C CNN F 3 "~" H 3880 3330 50 0001 C CNN 1 3880 3330 -1 0 0 1 $EndComp $Comp L smartdisplay-rescue:ESP-32S-ESP32-footprints-Shem-Lib U4 U 1 1 5E56FA7D P 2980 2530 F 0 "U4" H 2955 3917 60 0000 C CNN F 1 "ESP-32S" H 2955 3811 60 0000 C CNN F 2 "RF_Module:ESP32-WROOM-32" H 3330 3880 60 0001 C CNN F 3 "" H 2530 2980 60 0001 C CNN 1 2980 2530 1 0 0 -1 $EndComp Text GLabel 8450 2100 0 50 Input ~ 0 IO0 Text GLabel 9190 2100 2 50 Input ~ 0 DTR $Comp L power:+3.3V #PWR016 U 1 1 60DD1316 P 10660 2340 F 0 "#PWR016" H 10660 2190 50 0001 C CNN F 1 "+3.3V" H 10675 2513 50 0000 C CNN F 2 "" H 10660 2340 50 0001 C CNN F 3 "" H 10660 2340 50 0001 C CNN 1 10660 2340 1 0 0 -1 $EndComp Connection ~ 10660 2340 Wire Wire Line 14340 2920 14830 2920 $Comp L my:24pinconnecter U3 U 1 1 610E93F9 P 15180 2020 F 0 "U3" H 15358 2021 50 0000 L CNN F 1 "24pinconnecter" H 15358 1930 50 0000 L CNN F 2 "my:epd-24pin" H 15180 2020 50 0001 C CNN F 3 "" H 15180 2020 50 0001 C CNN 1 15180 2020 1 0 0 -1 $EndComp $Comp L power:GND #PWR042 U 1 1 610AE17B P 2080 6400 F 0 "#PWR042" H 2080 6150 50 0001 C CNN F 1 "GND" H 2085 6227 50 0000 C CNN F 2 "" H 2080 6400 50 0001 C CNN F 3 "" H 2080 6400 50 0001 C CNN 1 2080 6400 1 0 0 -1 $EndComp Wire Wire Line 13250 1220 13240 1220 Wire Wire Line 13240 1220 13240 1320 Wire Wire Line 13240 1320 13560 1320 Connection ~ 13240 1220 Wire Wire Line 13240 1220 13190 1220 Wire Wire Line 14830 2320 14120 2320 $Comp L power:GND #PWR015 U 1 1 6115CC1B P 13580 2320 F 0 "#PWR015" H 13580 2070 50 0001 C CNN F 1 "GND" V 13585 2192 50 0000 R CNN F 2 "" H 13580 2320 50 0001 C CNN F 3 "" H 13580 2320 50 0001 C CNN 1 13580 2320 0 1 1 0 $EndComp Wire Wire Line 13610 2320 13580 2320 $Comp L power:GND #PWR020 U 1 1 61181AAB P 13220 2620 F 0 "#PWR020" H 13220 2370 50 0001 C CNN F 1 "GND" H 13225 2447 50 0000 C CNN F 2 "" H 13220 2620 50 0001 C CNN F 3 "" H 13220 2620 50 0001 C CNN 1 13220 2620 0 1 1 0 $EndComp Wire Wire Line 14830 2720 13920 2720 $Comp L power:GND #PWR022 U 1 1 611B3F55 P 13620 2720 F 0 "#PWR022" H 13620 2470 50 0001 C CNN F 1 "GND" H 13625 2547 50 0000 C CNN F 2 "" H 13620 2720 50 0001 C CNN F 3 "" H 13620 2720 50 0001 C CNN 1 13620 2720 0 1 1 0 $EndComp $Comp L power:GND #PWR024 U 1 1 611C2E3C P 13200 2820 F 0 "#PWR024" H 13200 2570 50 0001 C CNN F 1 "GND" H 13205 2647 50 0000 C CNN F 2 "" H 13200 2820 50 0001 C CNN F 3 "" H 13200 2820 50 0001 C CNN 1 13200 2820 0 1 1 0 $EndComp $Comp L power:GND #PWR026 U 1 1 611DDC32 P 13300 3020 F 0 "#PWR026" H 13300 2770 50 0001 C CNN F 1 "GND" H 13305 2847 50 0000 C CNN F 2 "" H 13300 3020 50 0001 C CNN F 3 "" H 13300 3020 50 0001 C CNN 1 13300 3020 0 1 1 0 $EndComp Wire Wire Line 14090 3120 14830 3120 $Comp L power:GND #PWR027 U 1 1 611EC18B P 13650 3120 F 0 "#PWR027" H 13650 2870 50 0001 C CNN F 1 "GND" H 13655 2947 50 0000 C CNN F 2 "" H 13650 3120 50 0001 C CNN F 3 "" H 13650 3120 50 0001 C CNN 1 13650 3120 0 1 1 0 $EndComp Wire Wire Line 14430 3220 14830 3220 Wire Wire Line 13830 3220 14130 3220 Text GLabel 3880 2280 2 50 Input ~ 0 TX Text GLabel 3880 2180 2 50 Input ~ 0 RX NoConn ~ 2030 2130 NoConn ~ 3430 3580 NoConn ~ 2630 3580 Text GLabel 3970 3180 2 50 Input ~ 0 IO0 Connection ~ 7350 2170 Text Label 5810 1970 0 50 ~ 0 D- Text Label 5810 1870 0 50 ~ 0 D+ Wire Wire Line 6050 1970 5750 1970 Wire Wire Line 6050 1870 5750 1870 Wire Wire Line 6950 2170 7350 2170 Wire Wire Line 7740 2170 7650 2170 $Comp L power:GND #PWR014 U 1 1 60CF9207 P 7740 2170 F 0 "#PWR014" H 7740 1920 50 0001 C CNN F 1 "GND" V 7745 2042 50 0000 R CNN F 2 "" H 7740 2170 50 0001 C CNN F 3 "" H 7740 2170 50 0001 C CNN 1 7740 2170 0 -1 -1 0 $EndComp $Comp L Device:C C5 U 1 1 60CF82DF P 7500 2170 F 0 "C5" V 7752 2170 50 0000 C CNN F 1 "0.1uf" V 7661 2170 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 7538 2020 50 0001 C CNN F 3 "~" H 7500 2170 50 0001 C CNN 1 7500 2170 0 -1 -1 0 $EndComp $Comp L power:+5V #PWR013 U 1 1 60CF712A P 7350 2170 F 0 "#PWR013" H 7350 2020 50 0001 C CNN F 1 "+5V" V 7365 2298 50 0000 L CNN F 2 "" H 7350 2170 50 0001 C CNN F 3 "" H 7350 2170 50 0001 C CNN 1 7350 2170 -1 0 0 1 $EndComp Text GLabel 7630 2070 2 50 Input ~ 0 TX Text GLabel 7300 1970 2 50 Input ~ 0 RX Wire Wire Line 7630 2070 6950 2070 Wire Wire Line 7630 1900 7630 2070 Wire Wire Line 7300 1970 6950 1970 Wire Wire Line 7300 1890 7300 1970 Wire Wire Line 7630 1550 7630 1600 Wire Wire Line 7630 1200 7630 1250 $Comp L Device:LED D3 U 1 1 60CDD16C P 7630 1750 F 0 "D3" V 7669 1632 50 0000 R CNN F 1 "LED-red" V 7578 1632 50 0000 R CNN F 2 "Diode_SMD:D_0603_1608Metric" H 7630 1750 50 0001 C CNN F 3 "~" H 7630 1750 50 0001 C CNN 1 7630 1750 0 -1 -1 0 $EndComp $Comp L Device:R R2 U 1 1 60CDD166 P 7630 1400 F 0 "R2" H 7700 1446 50 0000 L CNN F 1 "10k" H 7700 1355 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 7560 1400 50 0001 C CNN F 3 "~" H 7630 1400 50 0001 C CNN 1 7630 1400 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR02 U 1 1 60CDD160 P 7630 1200 F 0 "#PWR02" H 7630 1050 50 0001 C CNN F 1 "+3.3V" H 7645 1373 50 0000 C CNN F 2 "" H 7630 1200 50 0001 C CNN F 3 "" H 7630 1200 50 0001 C CNN 1 7630 1200 1 0 0 -1 $EndComp Wire Wire Line 7300 1540 7300 1590 Wire Wire Line 7300 1190 7300 1240 $Comp L Device:LED D2 U 1 1 60CCAB5F P 7300 1740 F 0 "D2" V 7339 1622 50 0000 R CNN F 1 "LED-green" V 7248 1622 50 0000 R CNN F 2 "Diode_SMD:D_0603_1608Metric" H 7300 1740 50 0001 C CNN F 3 "~" H 7300 1740 50 0001 C CNN 1 7300 1740 0 -1 -1 0 $EndComp $Comp L Device:R R1 U 1 1 60CC9DEF P 7300 1390 F 0 "R1" H 7370 1436 50 0000 L CNN F 1 "10k" H 7370 1345 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 7230 1390 50 0001 C CNN F 3 "~" H 7300 1390 50 0001 C CNN 1 7300 1390 1 0 0 -1 $EndComp $Comp L power:+3.3V #PWR01 U 1 1 60CC91CE P 7300 1190 F 0 "#PWR01" H 7300 1040 50 0001 C CNN F 1 "+3.3V" H 7315 1363 50 0000 C CNN F 2 "" H 7300 1190 50 0001 C CNN F 3 "" H 7300 1190 50 0001 C CNN 1 7300 1190 1 0 0 -1 $EndComp Text GLabel 6050 2170 0 50 Input ~ 0 DTR Text GLabel 6950 2270 2 50 Input ~ 0 RTS Wire Wire Line 7010 1870 7010 1790 Wire Wire Line 6950 1870 7010 1870 Wire Wire Line 7010 1490 7010 1440 $Comp L power:GND #PWR04 U 1 1 60C84588 P 7010 1440 F 0 "#PWR04" H 7010 1190 50 0001 C CNN F 1 "GND" H 7015 1267 50 0000 C CNN F 2 "" H 7010 1440 50 0001 C CNN F 3 "" H 7010 1440 50 0001 C CNN 1 7010 1440 -1 0 0 1 $EndComp $Comp L Device:C C3 U 1 1 60C82E91 P 7010 1640 F 0 "C3" H 7125 1686 50 0000 L CNN F 1 "0.1uf" H 7125 1595 50 0000 L CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 7048 1490 50 0001 C CNN F 3 "~" H 7010 1640 50 0001 C CNN 1 7010 1640 1 0 0 -1 $EndComp NoConn ~ 6050 2270 $Comp L power:GND #PWR012 U 1 1 60C74383 P 6050 2070 F 0 "#PWR012" H 6050 1820 50 0001 C CNN F 1 "GND" V 6055 1942 50 0000 R CNN F 2 "" H 6050 2070 50 0001 C CNN F 3 "" H 6050 2070 50 0001 C CNN 1 6050 2070 0 1 1 0 $EndComp $Comp L my:ch340k U2 U 1 1 60BF0ECE P 6500 2020 F 0 "U2" H 6500 2535 50 0000 C CNN F 1 "ch340k" H 6500 2444 50 0000 C CNN F 2 "my:ESSOP-10_3.9x4.9mm_P1.00mm" H 6500 2020 50 0001 C CNN F 3 "" H 6500 2020 50 0001 C CNN 1 6500 2020 1 0 0 -1 $EndComp Wire Wire Line 11560 1520 11560 1880 Connection ~ 11560 1880 Wire Wire Line 11560 1880 11560 1890 Text GLabel 11160 2540 0 50 Input ~ 0 GDR Wire Wire Line 11560 2740 11560 2870 $Comp L Device:R R5 U 1 1 5E28D0EB P 11560 3020 F 0 "R5" H 11630 3066 50 0000 L CNN F 1 "3" H 11630 2975 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 11490 3020 50 0001 C CNN F 3 "~" H 11560 3020 50 0001 C CNN 1 11560 3020 1 0 0 -1 $EndComp Text GLabel 11560 2790 2 50 Input ~ 0 RESE $Comp L Device:C C9 U 1 1 61367EDC P 12380 2490 F 0 "C9" V 12632 2490 50 0000 C CNN F 1 "1uF" V 12541 2490 50 0000 C CNN F 2 "Capacitor_SMD:C_0603_1608Metric" H 12418 2340 50 0001 C CNN F 3 "~" H 12380 2490 50 0001 C CNN 1 12380 2490 -1 0 0 -1 $EndComp $Comp L power:GND #PWR021 U 1 1 6136D2F0 P 12380 2640 F 0 "#PWR021" H 12380 2390 50 0001 C CNN F 1 "GND" H 12385 2467 50 0000 C CNN F 2 "" H 12380 2640 50 0001 C CNN F 3 "" H 12380 2640 50 0001 C CNN 1 12380 2640 1 0 0 -1 $EndComp Text GLabel 12380 2340 2 50 Input ~ 0 PREVGH Text GLabel 12390 1520 2 50 Input ~ 0 PREVGL Wire Wire Line 12390 1520 12160 1520 Text GLabel 14340 2920 0 50 Input ~ 0 PREVGH Text GLabel 14700 3120 3 50 Input ~ 0 PREVGL $Comp L power:+3.3V #PWR018 U 1 1 6138AB35 P 14120 2420 F 0 "#PWR018" H 14120 2270 50 0001 C CNN F 1 "+3.3V" H 14135 2593 50 0000 C CNN F 2 "" H 14120 2420 50 0001 C CNN F 3 "" H 14120 2420 50 0001 C CNN 1 14120 2420 0 -1 -1 0 $EndComp Wire Wire Line 14120 2420 14830 2420 Wire Wire Line 14120 2420 14120 2320 Connection ~ 14120 2420 Connection ~ 14120 2320 Wire Wire Line 14120 2320 13910 2320 Text GLabel 14830 1020 0 50 Input ~ 0 GDR Text GLabel 14830 1120 0 50 Input ~ 0 RESE Text GLabel 3880 1980 2 50 Input ~ 0 DIN Text GLabel 14830 2220 0 50 Input ~ 0 DIN Text GLabel 3880 2880 2 50 Input ~ 0 DC Text GLabel 14830 1920 0 50 Input ~ 0 DC Text GLabel 3880 2680 2 50 Input ~ 0 SCLK Text GLabel 14830 2120 0 50 Input ~ 0 SCLK Text GLabel 3880 3080 2 50 Input ~ 0 BUSY Text GLabel 3880 2980 2 50 Input ~ 0 REST Text GLabel 3880 2380 2 50 Input ~ 0 SDA Text GLabel 3880 2080 2 50 Input ~ 0 SCL Text GLabel 14830 1720 0 50 Input ~ 0 BUSY Text GLabel 14830 1820 0 50 Input ~ 0 REST NoConn ~ 3330 3580 NoConn ~ 2030 3030 NoConn ~ 2030 3130 $Comp L power:PWR_FLAG #FLG01 U 1 1 6121CE96 P 3240 5420 F 0 "#FLG01" H 3240 5495 50 0001 C CNN F 1 "PWR_FLAG" H 3240 5593 50 0000 C CNN F 2 "" H 3240 5420 50 0001 C CNN F 3 "~" H 3240 5420 50 0001 C CNN 1 3240 5420 -1 0 0 1 $EndComp $Comp L power:+3.3V #PWR033 U 1 1 612178C9 P 3240 5420 F 0 "#PWR033" H 3240 5270 50 0001 C CNN F 1 "+3.3V" H 3255 5593 50 0000 C CNN F 2 "" H 3240 5420 50 0001 C CNN F 3 "" H 3240 5420 50 0001 C CNN 1 3240 5420 1 0 0 -1 $EndComp Wire Wire Line 2080 5750 2080 5700 $Comp L power:+3.3V #PWR038 U 1 1 610B7D8D P 2080 5700 F 0 "#PWR038" H 2080 5550 50 0001 C CNN F 1 "+3.3V" H 2095 5873 50 0000 C CNN F 2 "" H 2080 5700 50 0001 C CNN F 3 "" H 2080 5700 50 0001 C CNN 1 2080 5700 1 0 0 -1 $EndComp Wire Wire Line 2080 6350 2080 6400 Wire Wire Line 1680 5950 1610 5950 Wire Wire Line 1680 6150 1620 6150 $Comp L power:GND #PWR041 U 1 1 6109D7EF P 1620 6150 F 0 "#PWR041" H 1620 5900 50 0001 C CNN F 1 "GND" V 1625 6022 50 0000 R CNN F 2 "" H 1620 6150 50 0001 C CNN F 3 "" H 1620 6150 50 0001 C CNN 1 1620 6150 0 1 1 0 $EndComp $Comp L power:GND #PWR039 U 1 1 6109D424 P 1610 5950 F 0 "#PWR039" H 1610 5700 50 0001 C CNN F 1 "GND" V 1615 5822 50 0000 R CNN F 2 "" H 1610 5950 50 0001 C CNN F 3 "" H 1610 5950 50 0001 C CNN 1 1610 5950 0 1 1 0 $EndComp NoConn ~ 1680 6050 NoConn ~ 2480 6150 Text GLabel 2830 6050 2 50 Input ~ 0 SCL Text GLabel 2570 5950 2 50 Input ~ 0 SDA Wire Wire Line 2830 5510 2830 5560 $Comp L power:+3.3V #PWR035 U 1 1 610F461D P 2830 5510 F 0 "#PWR035" H 2830 5360 50 0001 C CNN F 1 "+3.3V" H 2845 5683 50 0000 C CNN F 2 "" H 2830 5510 50 0001 C CNN F 3 "" H 2830 5510 50 0001 C CNN 1 2830 5510 1 0 0 -1 $EndComp Wire Wire Line 2570 5510 2570 5560 $Comp L power:+3.3V #PWR034 U 1 1 610EAB1A P 2570 5510 F 0 "#PWR034" H 2570 5360 50 0001 C CNN F 1 "+3.3V" H 2585 5683 50 0000 C CNN F 2 "" H 2570 5510 50 0001 C CNN F 3 "" H 2570 5510 50 0001 C CNN 1 2570 5510 1 0 0 -1 $EndComp Wire Wire Line 2830 6050 2480 6050 Wire Wire Line 2830 5860 2830 6050 $Comp L Device:R R8 U 1 1 610A7BA2 P 2830 5710 F 0 "R8" H 2900 5756 50 0000 L CNN F 1 "10k" H 2900 5665 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 2760 5710 50 0001 C CNN F 3 "~" H 2830 5710 50 0001 C CNN 1 2830 5710 1 0 0 -1 $EndComp Wire Wire Line 2570 5950 2480 5950 Wire Wire Line 2570 5860 2570 5950 $Comp L Device:R R7 U 1 1 6109EBFB P 2570 5710 F 0 "R7" H 2640 5756 50 0000 L CNN F 1 "10k" H 2640 5665 50 0000 L CNN F 2 "Resistor_SMD:R_0603_1608Metric" V 2500 5710 50 0001 C CNN F 3 "~" H 2570 5710 50 0001 C CNN 1 2570 5710 1 0 0 -1 $EndComp $Comp L Sensor_Humidity:SHT31-DIS U5 U 1 1 6109CBB4 P 2080 6050 F 0 "U5" H 2080 6531 50 0000 C CNN F 1 "SHT31-DIS" H 2080 6440 50 0000 C CNN F 2 "Sensor_Humidity:Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm" H 2080 6100 50 0001 C CNN F 3 "https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf" H 2080 6100 50 0001 C CNN 1 2080 6050 1 0 0 -1 $EndComp Connection ~ 7840 7180 Connection ~ 9010 5680 $Comp L power:PWR_FLAG #FLG02 U 1 1 610C132C P 9010 5680 F 0 "#FLG02" H 9010 5755 50 0001 C CNN F 1 "PWR_FLAG" V 9010 5808 50 0000 L CNN F 2 "" H 9010 5680 50 0001 C CNN F 3 "~" H 9010 5680 50 0001 C CNN 1 9010 5680 0 1 1 0 $EndComp Text Label 8840 6380 0 50 ~ 0 D+ Text Label 8830 6180 0 50 ~ 0 D- Connection ~ 8740 6380 Wire Wire Line 8960 6380 8740 6380 Connection ~ 8740 6180 Wire Wire Line 8970 6180 8740 6180 $Comp L power:+5V #PWR036 U 1 1 60D10015 P 9010 5680 F 0 "#PWR036" H 9010 5530 50 0001 C CNN F 1 "+5V" H 9025 5853 50 0000 C CNN F 2 "" H 9010 5680 50 0001 C CNN F 3 "" H 9010 5680 50 0001 C CNN 1 9010 5680 1 0 0 -1 $EndComp Wire Wire Line 8740 5680 9010 5680 $Comp L power:GND #PWR048 U 1 1 60C7398B P 7840 7180 F 0 "#PWR048" H 7840 6930 50 0001 C CNN F 1 "GND" H 7845 7007 50 0000 C CNN F 2 "" H 7840 7180 50 0001 C CNN F 3 "" H 7840 7180 50 0001 C CNN 1 7840 7180 1 0 0 -1 $EndComp Wire Wire Line 8140 7180 7840 7180 Wire Wire Line 8740 6480 8740 6380 Wire Wire Line 8740 6280 8740 6180 NoConn ~ 8740 6880 NoConn ~ 8740 6780 NoConn ~ 8740 5980 NoConn ~ 8740 5880 $Comp L Connector:USB_C_Receptacle_USB2.0 J2 U 1 1 60C562AE P 8140 6280 F 0 "J2" H 8247 7147 50 0000 C CNN F 1 "USB_C_Receptacle_USB2.0" H 8247 7056 50 0000 C CNN F 2 "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12" H 8290 6280 50 0001 C CNN F 3 "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" H 8290 6280 50 0001 C CNN 1 8140 6280 1 0 0 -1 $EndComp Wire Notes Line 480 7640 480 510 Wire Notes Line 9990 510 9990 3910 Wire Notes Line 16050 7640 16050 510 Wire Notes Line 5260 510 5260 7640 Wire Notes Line 480 7640 16050 7640 Wire Notes Line 480 510 16050 510 Wire Notes Line 480 3910 16060 3910 Text Notes 1500 800 0 50 ~ 0 ESP32 Text Notes 6300 790 0 50 ~ 0 USB-TTL Text Notes 10590 860 0 50 ~ 0 EPAPER Text Notes 1180 4310 0 50 ~ 0 TEMP Text Notes 6230 4410 0 50 ~ 0 POWER Text GLabel 14830 2020 0 50 Input ~ 0 CS Text GLabel 3880 2780 2 50 Input ~ 0 CS NoConn ~ 3880 2580 $EndSCHEMATC ================================================ FILE: smartdisplay_BOM.csv ================================================ "Comment","Description","Designator","Footprint","LibRef","Pins","Quantity","PartNumber","url", "0.1uf","desc","C5,C16,C3,","C_0603_1608Metric","libref","2","3","","", "4.7uF","desc","C8,C4,","C_0603_1608Metric","libref","2","2","","", "1uF","desc","C9,C15,C14,C13,C12,C11,C10,C7,C2,C1,C17,C6,","C_0603_1608Metric","libref","2","12","","", "LED-green","desc","D2,","D_0603_1608Metric","libref","2","1","","", "MBR0530","desc","D5,D1,D4,","D_SOD-123","libref","2","3","","", "LED-red","desc","D6,D3,","D_0603_1608Metric","libref","2","2","","", "Conn_01x01_Female","desc","J3,J1,","largepoint","libref","1","2","","", "10uH","desc","L1,","L_Coilcraft_XxL4040","libref","2","1","","", "SI1308EDL","desc","Q1,","SOT-23","libref","3","1","","", "10k","desc","R4,R8,R7,R6,R9,R10,R2,R1,R3,","R_0603_1608Metric","libref","2","9","","", "3","desc","R5,","R_0603_1608Metric","libref","2","1","","", "SW_Push","desc","SW1,","bt-342","libref","2","1","","", "DDC114TU-7-F","desc","U1,","SOT-363_SC-70-6","libref","6","1","","", "ch340k","desc","U2,","ESSOP-10_3.9x4.9mm_P1.00mm","libref","11","1","","", "24pinconnecter","desc","U3,","epd-24pin","libref","26","1","","", "ESP-32S","desc","U4,","ESP32-WROOM-32","libref","39","1","","", "SHT31-DIS","desc","U5,","Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm","libref","10","1","","", "ME6211C33M5G-N","desc","U6,","SOT-23-5","libref","5","1","","", "TP4054","desc","U7,","SOT-23-5","libref","5","1","","", "Through Hole Items ", "USB_C_Receptacle_USB2.0","desc","J2,","USB_C_Receptacle_HRO_TYPE-C-31-M-12","libref","22","1","","", ================================================ FILE: smartdisplay_POS.csv ================================================ "Designator","Footprint","Mid X","Mid Y","Ref X","Ref Y","Pad X","Pad Y","Layer","Rotation","Comment", "C1","C_0603_1608Metric","67.0mm","25.8mm","67.0mm","25.8mm","67.775mm","25.8mm","T","180","1uF", "C10","C_0603_1608Metric","67.0mm","21.3mm","67.0mm","21.3mm","67.775mm","21.3mm","T","180","1uF", "C11","C_0603_1608Metric","67.0mm","19.8mm","67.0mm","19.8mm","67.775mm","19.8mm","T","180","1uF", "C12","C_0603_1608Metric","67.0mm","18.3mm","67.0mm","18.3mm","67.775mm","18.3mm","T","180","1uF", "C13","C_0603_1608Metric","67.0mm","16.8mm","67.0mm","16.8mm","67.775mm","16.8mm","T","180","1uF", "C14","C_0603_1608Metric","67.0mm","15.3mm","67.0mm","15.3mm","67.775mm","15.3mm","T","180","1uF", "C15","C_0603_1608Metric","67.0mm","13.8mm","67.0mm","13.8mm","67.775mm","13.8mm","T","180","1uF", "C16","C_0603_1608Metric","64.6mm","11.4mm","64.6mm","11.4mm","65.375mm","11.4mm","T","180","0.1uf", "C17","C_0603_1608Metric","51.65mm","7.75mm","51.65mm","7.75mm","51.65mm","8.525mm","T","270","1uF", "C2","C_0603_1608Metric","67.0mm","24.3mm","67.0mm","24.3mm","67.775mm","24.3mm","T","180","1uF", "C3","C_0603_1608Metric","68.25mm","2.2mm","68.25mm","2.2mm","69.025mm","2.2mm","T","180","0.1uf", "C4","C_0603_1608Metric","68.2mm","33.6mm","68.2mm","33.6mm","68.975mm","33.6mm","T","180","4.7uF", "C5","C_0603_1608Metric","72.0mm","2.2mm","72.0mm","2.2mm","71.225mm","2.2mm","T","0","0.1uf", "C6","C_0603_1608Metric","40.6mm","27.4mm","40.6mm","27.4mm","40.6mm","28.175mm","T","270","1uF", "C7","C_0603_1608Metric","67.0mm","22.8mm","67.0mm","22.8mm","67.775mm","22.8mm","T","180","1uF", "C8","C_0603_1608Metric","67.0mm","27.4mm","67.0mm","27.4mm","66.225mm","27.4mm","T","0","4.7uF", "C9","C_0603_1608Metric","78.0mm","32.7mm","78.0mm","32.7mm","78.0mm","33.475mm","T","270","1uF", "D1","D_SOD-123","72.3mm","34.1mm","72.3mm","34.1mm","70.65mm","34.1mm","T","0","MBR0530", "D2","D_0603_1608Metric","64.6mm","4.52mm","64.6mm","4.52mm","65.3875mm","4.52mm","T","180","LED-green", "D3","D_0603_1608Metric","64.6mm","6.88mm","64.6mm","6.88mm","65.3875mm","6.88mm","T","180","LED-red", "D4","D_SOD-123","72.3mm","36.4mm","72.3mm","36.4mm","73.95mm","36.4mm","T","180","MBR0530", "D5","D_SOD-123","76.0mm","35.2mm","76.0mm","35.2mm","76.0mm","33.55mm","T","90","MBR0530", "D6","D_0603_1608Metric","52.4mm","3.1mm","52.4mm","3.1mm","53.1875mm","3.1mm","T","180","LED-red", "J1","largepoint","43.9mm","3.2mm","43.9mm","3.2mm","43.9mm","3.2mm","T","0","Conn_01x01_Female", "J3","largepoint","43.9mm","6.9mm","43.9mm","6.9mm","43.9mm","6.9mm","T","0","Conn_01x01_Female", "L1","L_Coilcraft_XxL4040","68.3mm","30.5mm","68.3mm","30.5mm","68.3mm","29.315mm","T","90","10uH", "Q1","SOT-23","72.3mm","31.1mm","72.3mm","31.1mm","73.3mm","30.15mm","T","180","SI1308EDL", "R1","R_0603_1608Metric","64.6mm","2.2mm","64.6mm","2.2mm","65.425mm","2.2mm","T","180","10k", "R10","R_0603_1608Metric","52.4mm","4.85mm","52.4mm","4.85mm","51.575mm","4.85mm","T","0","10k", "R2","R_0603_1608Metric","64.6mm","8.4mm","64.6mm","8.4mm","65.425mm","8.4mm","T","180","10k", "R3","R_0603_1608Metric","40.6mm","30.4mm","40.6mm","30.4mm","40.6mm","31.225mm","T","270","10k", "R4","R_0603_1608Metric","75.7mm","30.2mm","75.7mm","30.2mm","74.875mm","30.2mm","T","0","10k", "R5","R_0603_1608Metric","75.7mm","32.0mm","75.7mm","32.0mm","74.875mm","32.0mm","T","0","3", "R6","R_0603_1608Metric","64.6mm","9.9mm","64.6mm","9.9mm","65.425mm","9.9mm","T","180","10k", "R7","R_0603_1608Metric","58.0mm","5.5mm","58.0mm","5.5mm","57.175mm","5.5mm","T","0","10k", "R8","R_0603_1608Metric","61.2mm","5.5mm","61.2mm","5.5mm","62.025mm","5.5mm","T","180","10k", "R9","R_0603_1608Metric","54.7mm","3.95mm","54.7mm","3.95mm","54.7mm","3.125mm","T","90","10k", "SW1","bt-342","61.4mm","9.2mm","61.4mm","9.2mm","61.4mm","7.0mm","T","90","SW_Push", "U1","SOT-363_SC-70-6","68.3mm","9.8mm","68.3mm","9.8mm","67.35mm","10.45mm","T","0","DDC114TU-7-F", "U2","ESSOP-10_3.9x4.9mm_P1.00mm","70.1mm","5.7mm","70.1mm","5.7mm","72.65mm","3.7mm","T","180","ch340k", "U3","epd-24pin","73.0mm","20.0mm","73.0mm","20.0mm","71.65mm","25.75mm","T","90","24pinconnecter", "U4","ESP32-WROOM-32","52.2mm","24.0mm","52.2mm","24.0mm","43.7mm","32.255mm","T","0","ESP-32S", "U5","Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm","59.4mm","2.4mm","59.4mm","2.4mm","60.575mm","1.65mm","T","180","SHT31-DIS", "U6","SOT-23-5","49.0mm","7.45mm","49.0mm","7.45mm","47.9mm","8.4mm","T","0","ME6211C33M5G-N", "U7","SOT-23-5","49.0mm","3.8mm","49.0mm","3.8mm","47.9mm","4.75mm","T","0","TP4054", "Through Hole Items ", "J2","USB_C_Receptacle_HRO_TYPE-C-31-M-12","80.65mm","5.25mm","80.65mm","5.25mm","76.605mm","8.5mm","T","90","USB_C_Receptacle_USB2.0", ================================================ FILE: sym-lib-table ================================================ (sym_lib_table (lib (name smartdisplay-rescue)(type Legacy)(uri ${KIPRJMOD}/smartdisplay-rescue.lib)(options "")(descr "")) )