From: John Tsiombikas Date: Fri, 25 Dec 2020 14:42:58 +0000 (+0200) Subject: initial commit X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=nixiedisp;a=commitdiff_plain;h=bfb0f2f91c823a353113cf1c7d80c857e365ba11 initial commit --- bfb0f2f91c823a353113cf1c7d80c857e365ba11 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc7276b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.swp +*.*-bak +_autosave-* +*.bck +*.net diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + 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 +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d00606b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +USB nixie tube display +---------------------- + +Copyright (C) 2020 John Tsiombikas + +Hardware designs and software (firmware) in this project are free. Feel free to +use, modify, and/or redistribute under the terms of the GNU General Public +License v3, or at your option any later version published by the Free Software +Foundation. See COPYING for details. diff --git a/hw/fp-lib-table b/hw/fp-lib-table new file mode 100644 index 0000000..15139c6 --- /dev/null +++ b/hw/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name nixiedisp)(type KiCad)(uri ${KIPRJMOD}/nixiedisp.pretty)(options "")(descr "")) +) diff --git a/hw/nixiedisp-cache.lib b/hw/nixiedisp-cache.lib new file mode 100644 index 0000000..ef7c1a2 --- /dev/null +++ b/hw/nixiedisp-cache.lib @@ -0,0 +1,696 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# 74xx_74HC04 +# +DEF 74xx_74HC04 U 0 20 Y Y 7 L N +F0 "U" 0 50 50 H V C CNN +F1 "74xx_74HC04" 0 -50 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS 74HC04 74HCT04 74AHC04 74AHCT04 +$FPLIST + DIP*W7.62mm* + SSOP?14* + TSSOP?14* +$ENDFPLIST +DRAW +S -200 300 200 -300 7 1 10 f +P 4 1 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 2 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 3 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 4 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 5 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 6 0 10 -150 150 -150 -150 150 0 -150 150 f +X ~ 1 -300 0 150 R 50 50 1 0 I +X ~ 2 300 0 150 L 50 50 1 0 O I +X ~ 3 -300 0 150 R 50 50 2 0 I +X ~ 4 300 0 150 L 50 50 2 0 O I +X ~ 5 -300 0 150 R 50 50 3 0 I +X ~ 6 300 0 150 L 50 50 3 0 O I +X ~ 8 300 0 150 L 50 50 4 0 O I +X ~ 9 -300 0 150 R 50 50 4 0 I +X ~ 10 300 0 150 L 50 50 5 0 O I +X ~ 11 -300 0 150 R 50 50 5 0 I +X ~ 12 300 0 150 L 50 50 6 0 O I +X ~ 13 -300 0 150 R 50 50 6 0 I +X VCC 14 0 500 200 D 50 50 7 0 W +X GND 7 0 -500 200 U 50 50 7 0 W +ENDDRAW +ENDDEF +# +# 74xx_74HC164 +# +DEF 74xx_74HC164 U 0 20 Y Y 1 F N +F0 "U" 75 -550 50 H V L CNN +F1 "74xx_74HC164" 75 -650 50 H V L CNN +F2 "" 900 -300 50 H I C CNN +F3 "" 900 -300 50 H I C CNN +ALIAS 74HCT164 +$FPLIST + SOIC*3.9x8.7*P1.27mm* + ?SSOP*P0.65mm* + DIP*W7.62mm* +$ENDFPLIST +DRAW +S 300 400 -300 -500 0 1 10 f +X DSA 1 -400 0 100 R 50 50 1 1 I +X Q4 10 400 -100 100 L 50 50 1 1 O +X Q5 11 400 -200 100 L 50 50 1 1 O +X Q6 12 400 -300 100 L 50 50 1 1 O +X Q7 13 400 -400 100 L 50 50 1 1 O +X VCC 14 0 500 100 D 50 50 1 1 W +X DSB 2 -400 -100 100 R 50 50 1 1 I +X Q0 3 400 300 100 L 50 50 1 1 O +X Q1 4 400 200 100 L 50 50 1 1 O +X Q2 5 400 100 100 L 50 50 1 1 O +X Q3 6 400 0 100 L 50 50 1 1 O +X GND 7 0 -600 100 U 50 50 1 1 W +X CP 8 -400 -300 100 R 50 50 1 1 I +X ~MR 9 -400 200 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# 74xx_74LS154 +# +DEF 74xx_74LS154 U 0 40 Y Y 1 L N +F0 "U" -300 850 50 H V C CNN +F1 "74xx_74LS154" -300 -950 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP?24* +$ENDFPLIST +DRAW +S -300 800 300 -900 1 1 10 f +X S0 1 500 700 200 L 50 50 1 0 O +X S9 10 500 -200 200 L 50 50 1 0 O +X S10 11 500 -300 200 L 50 50 1 0 O +X GND 12 0 -1100 200 U 50 50 1 0 W +X S11 13 500 -400 200 L 50 50 1 0 O +X S12 14 500 -500 200 L 50 50 1 0 O +X S13 15 500 -600 200 L 50 50 1 0 O +X S14 16 500 -700 200 L 50 50 1 0 O +X S15 17 500 -800 200 L 50 50 1 0 O +X E0 18 -500 200 200 R 50 50 1 0 I +X E1 19 -500 100 200 R 50 50 1 0 I +X S1 2 500 600 200 L 50 50 1 0 O +X A3 20 -500 400 200 R 50 50 1 0 I +X A2 21 -500 500 200 R 50 50 1 0 I +X A1 22 -500 600 200 R 50 50 1 0 I +X A0 23 -500 700 200 R 50 50 1 0 I +X VCC 24 0 1000 200 D 50 50 1 0 W +X S2 3 500 500 200 L 50 50 1 0 O +X S3 4 500 400 200 L 50 50 1 0 O +X S4 5 500 300 200 L 50 50 1 0 O +X S5 6 500 200 200 L 50 50 1 0 O +X S6 7 500 100 200 L 50 50 1 0 O +X S7 8 500 0 200 L 50 50 1 0 O +X S8 9 500 -100 200 L 50 50 1 0 O +ENDDRAW +ENDDEF +# +# Connector_AVR-ISP-6 +# +DEF Connector_AVR-ISP-6 J 0 40 Y Y 1 F N +F0 "J" -250 450 50 H V L CNN +F1 "Connector_AVR-ISP-6" 0 450 50 H V L CNN +F2 "" -250 50 50 V I C CNN +F3 "" -1275 -550 50 H I C CNN +$FPLIST + IDC?Header*2x03* + Pin?Header*2x03* +$ENDFPLIST +DRAW +S -105 -270 -95 -300 0 1 0 N +S -105 400 -95 370 0 1 0 N +S 300 -95 270 -105 0 1 0 N +S 300 5 270 -5 0 1 0 N +S 300 105 270 95 0 1 0 N +S 300 205 270 195 0 1 0 N +S 300 400 -300 -300 0 1 10 f +X MISO 1 400 200 100 L 50 50 1 1 P +X VCC 2 -100 500 100 D 50 50 1 1 P +X SCK 3 400 0 100 L 50 50 1 1 P +X MOSI 4 400 100 100 L 50 50 1 1 P +X ~RST 5 400 -100 100 L 50 50 1 1 P +X GND 6 -100 -400 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Barrel_Jack_Switch +# +DEF Connector_Barrel_Jack_Switch J 0 20 Y N 1 F N +F0 "J" 0 210 50 H V C CNN +F1 "Connector_Barrel_Jack_Switch" 0 -200 50 H V C CNN +F2 "" 50 -40 50 H I C CNN +F3 "" 50 -40 50 H I C CNN +$FPLIST + BarrelJack* +$ENDFPLIST +DRAW +A -130 100 25 901 -901 0 1 10 F -130 125 -130 75 +A -130 100 25 901 -901 0 1 10 N -130 125 -130 75 +S -200 150 200 -150 0 1 10 f +S 145 125 -130 75 0 1 10 F +P 2 0 1 10 50 -90 75 -65 N +P 2 0 1 10 200 100 150 100 N +P 4 0 1 10 200 0 50 0 50 -90 25 -65 N +P 6 0 1 10 -150 -100 -100 -100 -50 -50 0 -100 100 -100 200 -100 N +X ~ 1 300 100 100 L 50 50 1 1 P +X ~ 2 300 -100 100 L 50 50 1 1 P +X ~ 3 300 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_01x02 +# +DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 50 50 -150 1 1 10 f +X Pin_1 1 -200 0 150 R 50 50 1 1 P +X Pin_2 2 -200 -100 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_USB_B_Micro +# +DEF Connector_USB_B_Micro J 0 40 Y Y 1 F N +F0 "J" -200 450 50 H V L CNN +F1 "Connector_USB_B_Micro" -200 350 50 H V L CNN +F2 "" 150 -50 50 H I C CNN +F3 "" 150 -50 50 H I C CNN +ALIAS USB_B_Mini +$FPLIST + USB* +$ENDFPLIST +DRAW +C -150 85 25 0 1 10 F +C -25 135 15 0 1 10 F +S -200 -300 200 300 0 1 10 f +S -5 -300 5 -270 0 1 0 N +S 10 50 -20 20 0 1 10 F +S 200 -205 170 -195 0 1 0 N +S 200 -105 170 -95 0 1 0 N +S 200 -5 170 5 0 1 0 N +S 200 195 170 205 0 1 0 N +P 2 0 1 10 -75 85 25 85 N +P 4 0 1 10 -125 85 -100 85 -50 135 -25 135 N +P 4 0 1 10 -100 85 -75 85 -50 35 0 35 N +P 4 0 1 10 25 110 25 60 75 85 25 110 F +P 5 0 1 0 -170 220 -70 220 -80 190 -160 190 -170 220 F +P 9 0 1 0 -185 230 -185 220 -175 190 -175 180 -65 180 -65 190 -55 220 -55 230 -185 230 N +X VBUS 1 300 200 100 L 50 50 1 1 w +X D- 2 300 -100 100 L 50 50 1 1 P +X D+ 3 300 0 100 L 50 50 1 1 P +X ID 4 300 -200 100 L 50 50 1 1 P +X GND 5 0 -400 100 U 50 50 1 1 w +X Shield 6 -100 -400 100 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_CP1 +# +DEF Device_CP1 C 0 10 N N 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_CP1" 25 -100 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + CP_* +$ENDFPLIST +DRAW +A 0 -150 128 1287 513 0 1 20 N -80 -50 80 -50 +P 2 0 1 20 -80 30 80 30 N +P 2 0 1 0 -70 90 -30 90 N +P 2 0 1 0 -50 70 -50 110 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 130 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C_Small +# +DEF Device_C_Small C 0 10 N N 1 F N +F0 "C" 10 70 50 H V L CNN +F1 "Device_C_Small" 10 -80 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 13 -60 -20 60 -20 N +P 2 0 1 12 -60 20 60 20 N +X ~ 1 0 100 80 D 50 50 1 1 P +X ~ 2 0 -100 80 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Crystal_Small +# +DEF Device_Crystal_Small Y 0 40 N N 1 F N +F0 "Y" 0 100 50 H V C CNN +F1 "Device_Crystal_Small" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Crystal* +$ENDFPLIST +DRAW +S -30 -60 30 60 0 1 0 N +P 2 0 1 15 -50 -30 -50 30 N +P 2 0 1 15 50 -30 50 30 N +X 1 1 -100 0 50 R 50 50 1 1 P +X 2 2 100 0 50 L 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_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 +# +# Diode_1N4148 +# +DEF Diode_1N4148 D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Diode_1N4148" 0 -100 50 H V C CNN +F2 "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" 0 -175 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS 1N4448 1N4149 1N4151 1N914 BA243 BA244 BA282 BA283 BAV17 BAV18 BAV19 BAV20 BAV21 BAW75 BAW76 BAY93 +$FPLIST + D*DO?35* +$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 +# +# Interface_USB_MCP2221AxSL +# +DEF Interface_USB_MCP2221AxSL U 0 20 Y Y 1 F N +F0 "U" -300 650 50 H V C CNN +F1 "Interface_USB_MCP2221AxSL" 500 650 50 H V C CNN +F2 "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" 0 1000 50 H I C CNN +F3 "" 0 700 50 H I C CNN +$FPLIST + SOIC*3.9x8.7mm*P1.27mm* +$ENDFPLIST +DRAW +S -300 600 300 -500 0 1 10 f +X VDD 1 0 700 100 D 50 50 1 1 W +X SCL 10 400 400 100 L 50 50 1 1 B +X VUSB 11 100 700 100 D 50 50 1 1 P +X D- 12 -400 0 100 R 50 50 1 1 B +X D+ 13 -400 100 100 R 50 50 1 1 B +X VSS 14 0 -600 100 U 50 50 1 1 W +X GP0 2 400 -100 100 L 50 50 1 1 B +X GP1 3 400 -200 100 L 50 50 1 1 B +X ~RST 4 -400 500 100 R 50 50 1 1 I +X URx 5 400 200 100 L 50 50 1 1 I +X UTx 6 400 100 100 L 50 50 1 1 O +X GP2 7 400 -300 100 L 50 50 1 1 B +X GP3 8 400 -400 100 L 50 50 1 1 B +X SDA 9 400 500 100 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# MCU_Microchip_ATmega_ATmega328P-AU +# +DEF MCU_Microchip_ATmega_ATmega328P-AU U 0 20 Y Y 1 F N +F0 "U" -500 1450 50 H V L BNN +F1 "MCU_Microchip_ATmega_ATmega328P-AU" 100 -1450 50 H V L TNN +F2 "Package_QFP:TQFP-32_7x7mm_P0.8mm" 0 0 50 H I C CIN +F3 "" 0 0 50 H I C CNN +ALIAS ATmega48P-20AU ATmega48A-AU ATmega48PA-AU ATmega88PV-10AU ATmega88P-20AU ATmega88A-AU ATmega88PA-AU ATmega168PV-10AU ATmega168P-20AU ATmega168A-AU ATmega168PA-AU ATmega328-AU ATmega328P-AU +$FPLIST + TQFP*7x7mm*P0.8mm* +$ENDFPLIST +DRAW +S -500 -1400 500 1400 0 1 10 f +X PD3 1 600 -800 100 L 50 50 1 1 B +X PD6 10 600 -1100 100 L 50 50 1 1 B +X PD7 11 600 -1200 100 L 50 50 1 1 B +X PB0 12 600 1200 100 L 50 50 1 1 B +X PB1 13 600 1100 100 L 50 50 1 1 B +X PB2 14 600 1000 100 L 50 50 1 1 B +X PB3 15 600 900 100 L 50 50 1 1 B +X PB4 16 600 800 100 L 50 50 1 1 B +X PB5 17 600 700 100 L 50 50 1 1 B +X AVCC 18 100 1500 100 D 50 50 1 1 W +X ADC6 19 -600 1000 100 R 50 50 1 1 I +X PD4 2 600 -900 100 L 50 50 1 1 B +X AREF 20 -600 1200 100 R 50 50 1 1 P +X GND 21 0 -1500 100 U 50 50 1 1 P N +X ADC7 22 -600 900 100 R 50 50 1 1 I +X PC0 23 600 300 100 L 50 50 1 1 B +X PC1 24 600 200 100 L 50 50 1 1 B +X PC2 25 600 100 100 L 50 50 1 1 B +X PC3 26 600 0 100 L 50 50 1 1 B +X PC4 27 600 -100 100 L 50 50 1 1 B +X PC5 28 600 -200 100 L 50 50 1 1 B +X ~RESET~/PC6 29 600 -300 100 L 50 50 1 1 B +X GND 3 0 -1500 100 U 50 50 1 1 W +X PD0 30 600 -500 100 L 50 50 1 1 B +X PD1 31 600 -600 100 L 50 50 1 1 B +X PD2 32 600 -700 100 L 50 50 1 1 B +X VCC 4 0 1500 100 D 50 50 1 1 W +X GND 5 0 -1500 100 U 50 50 1 1 P N +X VCC 6 0 1500 100 D 50 50 1 1 P N +X XTAL1/PB6 7 600 600 100 L 50 50 1 1 B +X XTAL2/PB7 8 600 500 100 L 50 50 1 1 B +X PD5 9 600 -1000 100 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# Regulator_Linear_L7805 +# +DEF Regulator_Linear_L7805 U 0 10 Y Y 1 F N +F0 "U" -150 125 50 H V C CNN +F1 "Regulator_Linear_L7805" 0 125 50 H V L CNN +F2 "" 25 -150 50 H I L CIN +F3 "" 0 -50 50 H I C CNN +ALIAS L7806 L7808 L7885 L7809 L7812 L7815 L7818 L7824 +$FPLIST + TO?252* + TO?263* + TO?220* +$ENDFPLIST +DRAW +S -200 75 200 -200 0 1 10 f +X IN 1 -300 0 100 R 50 50 1 1 W +X GND 2 0 -300 100 U 50 50 1 1 W +X OUT 3 300 0 100 L 50 50 1 1 w +ENDDRAW +ENDDEF +# +# Regulator_Switching_MC34063AP +# +DEF Regulator_Switching_MC34063AP U 0 20 Y Y 1 F N +F0 "U" -300 350 50 H V L CNN +F1 "Regulator_Switching_MC34063AP" 0 350 50 H V L CNN +F2 "Package_DIP:DIP-8_W7.62mm" 50 -450 50 H I L CNN +F3 "" 500 -100 50 H I C CNN +ALIAS SC34063AP MC34063AP +$FPLIST + DIP*W7.62mm* +$ENDFPLIST +DRAW +S -300 300 300 -400 0 1 10 f +X SwC 1 400 0 100 L 50 50 1 1 C +X SwE 2 400 -200 100 L 50 50 1 1 E +X TC 3 -400 -200 100 R 50 50 1 1 P +X GND 4 0 -500 100 U 50 50 1 1 W +X Vfb 5 400 -300 100 L 50 50 1 1 I +X Vin 6 -400 200 100 R 50 50 1 1 W +X Ipk 7 400 200 100 L 50 50 1 1 I +X DC 8 400 100 100 L 50 50 1 1 C +ENDDRAW +ENDDEF +# +# Transistor_BJT_MMBTA42 +# +DEF Transistor_BJT_MMBTA42 Q 0 0 Y N 1 F N +F0 "Q" 200 75 50 H V L CNN +F1 "Transistor_BJT_MMBTA42" 200 0 50 H V L CNN +F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +$FPLIST + SOT?23* +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 25 0 N +P 2 0 1 0 25 25 100 100 N +P 3 0 1 0 25 -25 100 -100 100 -100 N +P 3 0 1 20 25 75 25 -75 25 -75 N +P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F +X B 1 -200 0 200 R 50 50 1 1 I +X E 2 100 -200 100 U 50 50 1 1 P +X C 3 100 200 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Transistor_FET_IRF540N +# +DEF Transistor_FET_IRF540N Q 0 20 Y N 1 F N +F0 "Q" 250 75 50 H V L CNN +F1 "Transistor_FET_IRF540N" 250 0 50 H V L CNN +F2 "Package_TO_SOT_THT:TO-220-3_Vertical" 250 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +ALIAS IRF3205 IRF540N IRF740 IRLB8721PBF IRLZ34N IRLZ44N VNP10N07 IPP060N06N +$FPLIST + TO?220* +$ENDFPLIST +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 D 2 100 200 100 D 50 50 1 1 P +X S 3 100 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# nixiedisp_IN14 +# +DEF nixiedisp_IN14 U 0 40 Y Y 1 F N +F0 "U" 0 700 50 H V C CNN +F1 "nixiedisp_IN14" 0 -650 50 H V C CNN +F2 "" 100 -50 50 H I C CNN +F3 "" 100 -50 50 H I C CNN +DRAW +S -250 650 250 -600 0 1 0 N +X anode 1 450 0 200 L 50 50 1 1 I +X K8 10 -450 -200 200 R 50 50 1 1 I +X K9 11 -450 -300 200 R 50 50 1 1 I +X K0 12 -450 600 200 R 50 50 1 1 I +X KR 13 -450 -550 200 R 50 50 1 1 I +X KL 2 -450 -450 200 R 50 50 1 1 I +X K1 3 -450 500 200 R 50 50 1 1 I +X K2 4 -450 400 200 R 50 50 1 1 I +X K3 5 -450 300 200 R 50 50 1 1 I +X K4 6 -450 200 200 R 50 50 1 1 I +X K5 7 -450 100 200 R 50 50 1 1 I +X K6 8 -450 0 200 R 50 50 1 1 I +X K7 9 -450 -100 200 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# nixiedisp_MMBTA55 +# +DEF nixiedisp_MMBTA55 Q 0 0 Y N 1 F N +F0 "Q" 200 75 50 H V L CNN +F1 "nixiedisp_MMBTA55" 200 0 50 H V L CNN +F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +$FPLIST + SOT?23* +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 25 0 N +P 2 0 1 0 100 -100 25 -25 N +P 2 0 1 0 100 100 25 25 N +P 3 0 1 20 25 75 25 -75 25 -75 F +P 5 0 1 0 75 -95 95 -75 55 -55 75 -95 75 -95 F +X B 1 -200 0 200 R 50 50 1 1 I +X E 2 100 -200 100 U 50 50 1 1 P +X C 3 100 200 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_+12V +# +DEF power_+12V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+12V" 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 +12V 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_HT +# +DEF power_HT #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 120 50 H I C CNN +F1 "power_HT" 0 90 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 3 0 1 0 0 0 0 40 0 40 N +P 6 0 1 0 0 40 20 20 0 70 -20 20 0 40 0 40 N +X HT 1 0 0 0 U 50 50 0 0 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 +# +# power_VCC +# +DEF power_VCC #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_VCC" 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 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 VCC 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/hw/nixiedisp.kicad_pcb b/hw/nixiedisp.kicad_pcb new file mode 100644 index 0000000..55a91ad --- /dev/null +++ b/hw/nixiedisp.kicad_pcb @@ -0,0 +1,10958 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.8+dfsg1-1+b1) + + (general + (thickness 1.6) + (drawings 0) + (tracks 193) + (zones 0) + (modules 235) + (nets 331) + ) + + (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) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.05) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (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) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (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 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 "Net-(C1-Pad1)") + (net 2 GND) + (net 3 +12V) + (net 4 VCC) + (net 5 "Net-(C5-Pad1)") + (net 6 "Net-(C8-Pad1)") + (net 7 "Net-(C11-Pad2)") + (net 8 "Net-(C12-Pad2)") + (net 9 "Net-(C15-Pad2)") + (net 10 HT) + (net 11 "Net-(D1-Pad1)") + (net 12 "Net-(D1-Pad2)") + (net 13 /HRSEP) + (net 14 "Net-(D2-Pad1)") + (net 15 "Net-(D3-Pad1)") + (net 16 "Net-(D4-Pad2)") + (net 17 "Net-(J1-Pad1)") + (net 18 "Net-(J2-Pad6)") + (net 19 "Net-(J2-Pad2)") + (net 20 "Net-(J2-Pad3)") + (net 21 /MISO) + (net 22 /SCK) + (net 23 /~RST) + (net 24 /MOSI) + (net 25 /nixiedrivers/N0) + (net 26 "Net-(Q3-Pad1)") + (net 27 /nixiedrivers/N2) + (net 28 "Net-(Q4-Pad1)") + (net 29 /nixiedrivers/N4) + (net 30 "Net-(Q5-Pad1)") + (net 31 /nixiedrivers/N6) + (net 32 "Net-(Q6-Pad1)") + (net 33 /nixiedrivers/N8) + (net 34 "Net-(Q7-Pad1)") + (net 35 "Net-(Q8-Pad3)") + (net 36 "Net-(Q8-Pad1)") + (net 37 "Net-(Q9-Pad1)") + (net 38 /nixiedrivers/N1) + (net 39 "Net-(Q10-Pad1)") + (net 40 /nixiedrivers/N3) + (net 41 "Net-(Q11-Pad1)") + (net 42 /nixiedrivers/N5) + (net 43 "Net-(Q12-Pad1)") + (net 44 /nixiedrivers/N7) + (net 45 /nixiedrivers/N9) + (net 46 "Net-(Q13-Pad1)") + (net 47 "Net-(Q14-Pad1)") + (net 48 /nixiedrivers2/N0) + (net 49 "Net-(Q15-Pad1)") + (net 50 /nixiedrivers2/N2) + (net 51 "Net-(Q16-Pad1)") + (net 52 /nixiedrivers2/N4) + (net 53 "Net-(Q17-Pad1)") + (net 54 /nixiedrivers2/N6) + (net 55 "Net-(Q18-Pad1)") + (net 56 /nixiedrivers2/N8) + (net 57 "Net-(Q19-Pad3)") + (net 58 "Net-(Q19-Pad1)") + (net 59 /nixiedrivers2/N1) + (net 60 "Net-(Q20-Pad1)") + (net 61 /nixiedrivers2/N3) + (net 62 "Net-(Q21-Pad1)") + (net 63 /nixiedrivers2/N5) + (net 64 "Net-(Q22-Pad1)") + (net 65 /nixiedrivers2/N7) + (net 66 "Net-(Q23-Pad1)") + (net 67 "Net-(Q24-Pad1)") + (net 68 /nixiedrivers2/N9) + (net 69 /nixiedrivers3/N0) + (net 70 "Net-(Q25-Pad1)") + (net 71 "Net-(Q26-Pad1)") + (net 72 /nixiedrivers3/N2) + (net 73 /nixiedrivers3/N4) + (net 74 "Net-(Q27-Pad1)") + (net 75 /nixiedrivers3/N6) + (net 76 "Net-(Q28-Pad1)") + (net 77 "Net-(Q29-Pad1)") + (net 78 /nixiedrivers3/N8) + (net 79 "Net-(Q30-Pad1)") + (net 80 "Net-(Q30-Pad3)") + (net 81 "Net-(Q31-Pad1)") + (net 82 /nixiedrivers3/N1) + (net 83 "Net-(Q32-Pad1)") + (net 84 /nixiedrivers3/N3) + (net 85 "Net-(Q33-Pad1)") + (net 86 /nixiedrivers3/N5) + (net 87 "Net-(Q34-Pad1)") + (net 88 /nixiedrivers3/N7) + (net 89 /nixiedrivers3/N9) + (net 90 "Net-(Q35-Pad1)") + (net 91 /nixiedrivers5/N0) + (net 92 "Net-(Q36-Pad1)") + (net 93 /nixiedrivers5/N2) + (net 94 "Net-(Q37-Pad1)") + (net 95 "Net-(Q38-Pad1)") + (net 96 /nixiedrivers5/N4) + (net 97 /nixiedrivers5/N6) + (net 98 "Net-(Q39-Pad1)") + (net 99 /nixiedrivers5/N8) + (net 100 "Net-(Q40-Pad1)") + (net 101 "Net-(Q41-Pad3)") + (net 102 "Net-(Q41-Pad1)") + (net 103 /nixiedrivers5/N1) + (net 104 "Net-(Q42-Pad1)") + (net 105 "Net-(Q43-Pad1)") + (net 106 /nixiedrivers5/N3) + (net 107 /nixiedrivers5/N5) + (net 108 "Net-(Q44-Pad1)") + (net 109 /nixiedrivers5/N7) + (net 110 "Net-(Q45-Pad1)") + (net 111 "Net-(Q46-Pad1)") + (net 112 /nixiedrivers5/N9) + (net 113 "Net-(Q47-Pad1)") + (net 114 /nixiedrivers6/N0) + (net 115 "Net-(Q48-Pad1)") + (net 116 /nixiedrivers6/N2) + (net 117 /nixiedrivers6/N4) + (net 118 "Net-(Q49-Pad1)") + (net 119 /nixiedrivers6/N6) + (net 120 "Net-(Q50-Pad1)") + (net 121 /nixiedrivers6/N8) + (net 122 "Net-(Q51-Pad1)") + (net 123 "Net-(Q52-Pad3)") + (net 124 "Net-(Q52-Pad1)") + (net 125 "Net-(Q53-Pad1)") + (net 126 /nixiedrivers6/N1) + (net 127 "Net-(Q54-Pad1)") + (net 128 /nixiedrivers6/N3) + (net 129 "Net-(Q55-Pad1)") + (net 130 /nixiedrivers6/N5) + (net 131 "Net-(Q56-Pad1)") + (net 132 /nixiedrivers6/N7) + (net 133 /nixiedrivers6/N9) + (net 134 "Net-(Q57-Pad1)") + (net 135 /nixiedrivers4/N0) + (net 136 "Net-(Q58-Pad1)") + (net 137 "Net-(Q59-Pad1)") + (net 138 /nixiedrivers4/N2) + (net 139 "Net-(Q60-Pad1)") + (net 140 /nixiedrivers4/N4) + (net 141 "Net-(Q61-Pad1)") + (net 142 /nixiedrivers4/N6) + (net 143 /nixiedrivers4/N8) + (net 144 "Net-(Q62-Pad1)") + (net 145 "Net-(Q63-Pad1)") + (net 146 "Net-(Q63-Pad3)") + (net 147 "Net-(Q64-Pad1)") + (net 148 /nixiedrivers4/N1) + (net 149 /nixiedrivers4/N3) + (net 150 "Net-(Q65-Pad1)") + (net 151 "Net-(Q66-Pad1)") + (net 152 /nixiedrivers4/N5) + (net 153 "Net-(Q67-Pad1)") + (net 154 /nixiedrivers4/N7) + (net 155 /nixiedrivers4/N9) + (net 156 "Net-(Q68-Pad1)") + (net 157 "Net-(R15-Pad2)") + (net 158 "Net-(R16-Pad2)") + (net 159 "Net-(R17-Pad2)") + (net 160 "Net-(R18-Pad2)") + (net 161 "Net-(R19-Pad2)") + (net 162 /ADOT) + (net 163 "Net-(R21-Pad1)") + (net 164 "Net-(R22-Pad2)") + (net 165 "Net-(R23-Pad2)") + (net 166 "Net-(R24-Pad2)") + (net 167 "Net-(R25-Pad2)") + (net 168 "Net-(R26-Pad2)") + (net 169 /nixiedrivers/NL) + (net 170 "Net-(R28-Pad2)") + (net 171 "Net-(R29-Pad2)") + (net 172 "Net-(R30-Pad2)") + (net 173 "Net-(R31-Pad2)") + (net 174 "Net-(R32-Pad2)") + (net 175 /BDOT) + (net 176 "Net-(R34-Pad1)") + (net 177 "Net-(R35-Pad2)") + (net 178 "Net-(R36-Pad2)") + (net 179 "Net-(R37-Pad2)") + (net 180 "Net-(R38-Pad2)") + (net 181 "Net-(R39-Pad2)") + (net 182 /nixiedrivers2/NL) + (net 183 "Net-(R41-Pad2)") + (net 184 "Net-(R42-Pad2)") + (net 185 "Net-(R43-Pad2)") + (net 186 "Net-(R44-Pad2)") + (net 187 "Net-(R45-Pad2)") + (net 188 /CDOT) + (net 189 "Net-(R47-Pad1)") + (net 190 "Net-(R48-Pad2)") + (net 191 "Net-(R49-Pad2)") + (net 192 "Net-(R50-Pad2)") + (net 193 "Net-(R51-Pad2)") + (net 194 "Net-(R52-Pad2)") + (net 195 /nixiedrivers3/NL) + (net 196 "Net-(R54-Pad2)") + (net 197 "Net-(R55-Pad2)") + (net 198 "Net-(R56-Pad2)") + (net 199 "Net-(R57-Pad2)") + (net 200 "Net-(R58-Pad2)") + (net 201 /EDOT) + (net 202 "Net-(R60-Pad1)") + (net 203 "Net-(R61-Pad2)") + (net 204 "Net-(R62-Pad2)") + (net 205 "Net-(R63-Pad2)") + (net 206 "Net-(R64-Pad2)") + (net 207 "Net-(R65-Pad2)") + (net 208 /nixiedrivers5/NL) + (net 209 "Net-(R67-Pad2)") + (net 210 "Net-(R68-Pad2)") + (net 211 "Net-(R69-Pad2)") + (net 212 "Net-(R70-Pad2)") + (net 213 "Net-(R71-Pad2)") + (net 214 /FDOT) + (net 215 "Net-(R73-Pad1)") + (net 216 "Net-(R74-Pad2)") + (net 217 "Net-(R75-Pad2)") + (net 218 "Net-(R76-Pad2)") + (net 219 "Net-(R77-Pad2)") + (net 220 "Net-(R78-Pad2)") + (net 221 /nixiedrivers6/NL) + (net 222 "Net-(R80-Pad2)") + (net 223 "Net-(R81-Pad2)") + (net 224 "Net-(R82-Pad2)") + (net 225 "Net-(R83-Pad2)") + (net 226 "Net-(R84-Pad2)") + (net 227 /DDOT) + (net 228 "Net-(R86-Pad1)") + (net 229 "Net-(R87-Pad2)") + (net 230 "Net-(R88-Pad2)") + (net 231 "Net-(R89-Pad2)") + (net 232 "Net-(R90-Pad2)") + (net 233 "Net-(R91-Pad2)") + (net 234 /nixiedrivers4/NL) + (net 235 /CK1) + (net 236 /CK2) + (net 237 /CK3) + (net 238 /SD) + (net 239 /RXD) + (net 240 /TXD) + (net 241 /A0) + (net 242 /A1) + (net 243 /A2) + (net 244 /A3) + (net 245 /B0) + (net 246 /B1) + (net 247 /B2) + (net 248 /B3) + (net 249 /D3) + (net 250 /D2) + (net 251 /D1) + (net 252 /D0) + (net 253 /C3) + (net 254 /C2) + (net 255 /C1) + (net 256 /C0) + (net 257 /E0) + (net 258 /E1) + (net 259 /E2) + (net 260 /E3) + (net 261 /F0) + (net 262 /F1) + (net 263 /F2) + (net 264 /F3) + (net 265 "Net-(U14-Pad10)") + (net 266 "Net-(U14-Pad9)") + (net 267 "Net-(U14-Pad8)") + (net 268 "Net-(U14-Pad7)") + (net 269 "Net-(U14-Pad6)") + (net 270 "Net-(U14-Pad5)") + (net 271 "Net-(U14-Pad4)") + (net 272 "Net-(U14-Pad3)") + (net 273 "Net-(U14-Pad2)") + (net 274 "Net-(U14-Pad1)") + (net 275 "Net-(U17-Pad10)") + (net 276 "Net-(U17-Pad9)") + (net 277 "Net-(U17-Pad8)") + (net 278 "Net-(U17-Pad7)") + (net 279 "Net-(U17-Pad6)") + (net 280 "Net-(U17-Pad5)") + (net 281 "Net-(U17-Pad4)") + (net 282 "Net-(U17-Pad3)") + (net 283 "Net-(U17-Pad2)") + (net 284 "Net-(U17-Pad1)") + (net 285 "Net-(U20-Pad10)") + (net 286 "Net-(U20-Pad9)") + (net 287 "Net-(U20-Pad8)") + (net 288 "Net-(U20-Pad7)") + (net 289 "Net-(U20-Pad6)") + (net 290 "Net-(U20-Pad5)") + (net 291 "Net-(U20-Pad4)") + (net 292 "Net-(U20-Pad3)") + (net 293 "Net-(U20-Pad2)") + (net 294 "Net-(U20-Pad1)") + (net 295 "Net-(U23-Pad1)") + (net 296 "Net-(U23-Pad2)") + (net 297 "Net-(U23-Pad3)") + (net 298 "Net-(U23-Pad4)") + (net 299 "Net-(U23-Pad5)") + (net 300 "Net-(U23-Pad6)") + (net 301 "Net-(U23-Pad7)") + (net 302 "Net-(U23-Pad8)") + (net 303 "Net-(U23-Pad9)") + (net 304 "Net-(U23-Pad10)") + (net 305 "Net-(U26-Pad1)") + (net 306 "Net-(U26-Pad2)") + (net 307 "Net-(U26-Pad3)") + (net 308 "Net-(U26-Pad4)") + (net 309 "Net-(U26-Pad5)") + (net 310 "Net-(U26-Pad6)") + (net 311 "Net-(U26-Pad7)") + (net 312 "Net-(U26-Pad8)") + (net 313 "Net-(U26-Pad9)") + (net 314 "Net-(U26-Pad10)") + (net 315 "Net-(U29-Pad1)") + (net 316 "Net-(U29-Pad2)") + (net 317 "Net-(U29-Pad3)") + (net 318 "Net-(U29-Pad4)") + (net 319 "Net-(U29-Pad5)") + (net 320 "Net-(U29-Pad6)") + (net 321 "Net-(U29-Pad7)") + (net 322 "Net-(U29-Pad8)") + (net 323 "Net-(U29-Pad9)") + (net 324 "Net-(U29-Pad10)") + (net 325 /AA) + (net 326 /BA) + (net 327 /CA) + (net 328 /DA) + (net 329 /EA) + (net 330 /FA) + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /A0) + (add_net /A1) + (add_net /A2) + (add_net /A3) + (add_net /ADOT) + (add_net /B0) + (add_net /B1) + (add_net /B2) + (add_net /B3) + (add_net /BDOT) + (add_net /C0) + (add_net /C1) + (add_net /C2) + (add_net /C3) + (add_net /CDOT) + (add_net /CK1) + (add_net /CK2) + (add_net /CK3) + (add_net /D0) + (add_net /D1) + (add_net /D2) + (add_net /D3) + (add_net /DDOT) + (add_net /E0) + (add_net /E1) + (add_net /E2) + (add_net /E3) + (add_net /EDOT) + (add_net /F0) + (add_net /F1) + (add_net /F2) + (add_net /F3) + (add_net /FDOT) + (add_net /HRSEP) + (add_net /MISO) + (add_net /MOSI) + (add_net /RXD) + (add_net /SCK) + (add_net /SD) + (add_net /TXD) + (add_net /~RST) + (add_net GND) + (add_net "Net-(C1-Pad1)") + (add_net "Net-(C11-Pad2)") + (add_net "Net-(C12-Pad2)") + (add_net "Net-(C15-Pad2)") + (add_net "Net-(C5-Pad1)") + (add_net "Net-(C8-Pad1)") + (add_net "Net-(D1-Pad1)") + (add_net "Net-(D1-Pad2)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(D3-Pad1)") + (add_net "Net-(D4-Pad2)") + (add_net "Net-(J1-Pad1)") + (add_net "Net-(J2-Pad2)") + (add_net "Net-(J2-Pad3)") + (add_net "Net-(J2-Pad6)") + (add_net "Net-(Q10-Pad1)") + (add_net "Net-(Q11-Pad1)") + (add_net "Net-(Q12-Pad1)") + (add_net "Net-(Q13-Pad1)") + (add_net "Net-(Q14-Pad1)") + (add_net "Net-(Q15-Pad1)") + (add_net "Net-(Q16-Pad1)") + (add_net "Net-(Q17-Pad1)") + (add_net "Net-(Q18-Pad1)") + (add_net "Net-(Q19-Pad1)") + (add_net "Net-(Q19-Pad3)") + (add_net "Net-(Q20-Pad1)") + (add_net "Net-(Q21-Pad1)") + (add_net "Net-(Q22-Pad1)") + (add_net "Net-(Q23-Pad1)") + (add_net "Net-(Q24-Pad1)") + (add_net "Net-(Q25-Pad1)") + (add_net "Net-(Q26-Pad1)") + (add_net "Net-(Q27-Pad1)") + (add_net "Net-(Q28-Pad1)") + (add_net "Net-(Q29-Pad1)") + (add_net "Net-(Q3-Pad1)") + (add_net "Net-(Q30-Pad1)") + (add_net "Net-(Q30-Pad3)") + (add_net "Net-(Q31-Pad1)") + (add_net "Net-(Q32-Pad1)") + (add_net "Net-(Q33-Pad1)") + (add_net "Net-(Q34-Pad1)") + (add_net "Net-(Q35-Pad1)") + (add_net "Net-(Q36-Pad1)") + (add_net "Net-(Q37-Pad1)") + (add_net "Net-(Q38-Pad1)") + (add_net "Net-(Q39-Pad1)") + (add_net "Net-(Q4-Pad1)") + (add_net "Net-(Q40-Pad1)") + (add_net "Net-(Q41-Pad1)") + (add_net "Net-(Q41-Pad3)") + (add_net "Net-(Q42-Pad1)") + (add_net "Net-(Q43-Pad1)") + (add_net "Net-(Q44-Pad1)") + (add_net "Net-(Q45-Pad1)") + (add_net "Net-(Q46-Pad1)") + (add_net "Net-(Q47-Pad1)") + (add_net "Net-(Q48-Pad1)") + (add_net "Net-(Q49-Pad1)") + (add_net "Net-(Q5-Pad1)") + (add_net "Net-(Q50-Pad1)") + (add_net "Net-(Q51-Pad1)") + (add_net "Net-(Q52-Pad1)") + (add_net "Net-(Q52-Pad3)") + (add_net "Net-(Q53-Pad1)") + (add_net "Net-(Q54-Pad1)") + (add_net "Net-(Q55-Pad1)") + (add_net "Net-(Q56-Pad1)") + (add_net "Net-(Q57-Pad1)") + (add_net "Net-(Q58-Pad1)") + (add_net "Net-(Q59-Pad1)") + (add_net "Net-(Q6-Pad1)") + (add_net "Net-(Q60-Pad1)") + (add_net "Net-(Q61-Pad1)") + (add_net "Net-(Q62-Pad1)") + (add_net "Net-(Q63-Pad1)") + (add_net "Net-(Q63-Pad3)") + (add_net "Net-(Q64-Pad1)") + (add_net "Net-(Q65-Pad1)") + (add_net "Net-(Q66-Pad1)") + (add_net "Net-(Q67-Pad1)") + (add_net "Net-(Q68-Pad1)") + (add_net "Net-(Q7-Pad1)") + (add_net "Net-(Q8-Pad1)") + (add_net "Net-(Q8-Pad3)") + (add_net "Net-(Q9-Pad1)") + (add_net "Net-(R15-Pad2)") + (add_net "Net-(R16-Pad2)") + (add_net "Net-(R17-Pad2)") + (add_net "Net-(R18-Pad2)") + (add_net "Net-(R19-Pad2)") + (add_net "Net-(R21-Pad1)") + (add_net "Net-(R22-Pad2)") + (add_net "Net-(R23-Pad2)") + (add_net "Net-(R24-Pad2)") + (add_net "Net-(R25-Pad2)") + (add_net "Net-(R26-Pad2)") + (add_net "Net-(R28-Pad2)") + (add_net "Net-(R29-Pad2)") + (add_net "Net-(R30-Pad2)") + (add_net "Net-(R31-Pad2)") + (add_net "Net-(R32-Pad2)") + (add_net "Net-(R34-Pad1)") + (add_net "Net-(R35-Pad2)") + (add_net "Net-(R36-Pad2)") + (add_net "Net-(R37-Pad2)") + (add_net "Net-(R38-Pad2)") + (add_net "Net-(R39-Pad2)") + (add_net "Net-(R41-Pad2)") + (add_net "Net-(R42-Pad2)") + (add_net "Net-(R43-Pad2)") + (add_net "Net-(R44-Pad2)") + (add_net "Net-(R45-Pad2)") + (add_net "Net-(R47-Pad1)") + (add_net "Net-(R48-Pad2)") + (add_net "Net-(R49-Pad2)") + (add_net "Net-(R50-Pad2)") + (add_net "Net-(R51-Pad2)") + (add_net "Net-(R52-Pad2)") + (add_net "Net-(R54-Pad2)") + (add_net "Net-(R55-Pad2)") + (add_net "Net-(R56-Pad2)") + (add_net "Net-(R57-Pad2)") + (add_net "Net-(R58-Pad2)") + (add_net "Net-(R60-Pad1)") + (add_net "Net-(R61-Pad2)") + (add_net "Net-(R62-Pad2)") + (add_net "Net-(R63-Pad2)") + (add_net "Net-(R64-Pad2)") + (add_net "Net-(R65-Pad2)") + (add_net "Net-(R67-Pad2)") + (add_net "Net-(R68-Pad2)") + (add_net "Net-(R69-Pad2)") + (add_net "Net-(R70-Pad2)") + (add_net "Net-(R71-Pad2)") + (add_net "Net-(R73-Pad1)") + (add_net "Net-(R74-Pad2)") + (add_net "Net-(R75-Pad2)") + (add_net "Net-(R76-Pad2)") + (add_net "Net-(R77-Pad2)") + (add_net "Net-(R78-Pad2)") + (add_net "Net-(R80-Pad2)") + (add_net "Net-(R81-Pad2)") + (add_net "Net-(R82-Pad2)") + (add_net "Net-(R83-Pad2)") + (add_net "Net-(R84-Pad2)") + (add_net "Net-(R86-Pad1)") + (add_net "Net-(R87-Pad2)") + (add_net "Net-(R88-Pad2)") + (add_net "Net-(R89-Pad2)") + (add_net "Net-(R90-Pad2)") + (add_net "Net-(R91-Pad2)") + (add_net "Net-(U14-Pad1)") + (add_net "Net-(U14-Pad10)") + (add_net "Net-(U14-Pad2)") + (add_net "Net-(U14-Pad3)") + (add_net "Net-(U14-Pad4)") + (add_net "Net-(U14-Pad5)") + (add_net "Net-(U14-Pad6)") + (add_net "Net-(U14-Pad7)") + (add_net "Net-(U14-Pad8)") + (add_net "Net-(U14-Pad9)") + (add_net "Net-(U17-Pad1)") + (add_net "Net-(U17-Pad10)") + (add_net "Net-(U17-Pad2)") + (add_net "Net-(U17-Pad3)") + (add_net "Net-(U17-Pad4)") + (add_net "Net-(U17-Pad5)") + (add_net "Net-(U17-Pad6)") + (add_net "Net-(U17-Pad7)") + (add_net "Net-(U17-Pad8)") + (add_net "Net-(U17-Pad9)") + (add_net "Net-(U20-Pad1)") + (add_net "Net-(U20-Pad10)") + (add_net "Net-(U20-Pad2)") + (add_net "Net-(U20-Pad3)") + (add_net "Net-(U20-Pad4)") + (add_net "Net-(U20-Pad5)") + (add_net "Net-(U20-Pad6)") + (add_net "Net-(U20-Pad7)") + (add_net "Net-(U20-Pad8)") + (add_net "Net-(U20-Pad9)") + (add_net "Net-(U23-Pad1)") + (add_net "Net-(U23-Pad10)") + (add_net "Net-(U23-Pad2)") + (add_net "Net-(U23-Pad3)") + (add_net "Net-(U23-Pad4)") + (add_net "Net-(U23-Pad5)") + (add_net "Net-(U23-Pad6)") + (add_net "Net-(U23-Pad7)") + (add_net "Net-(U23-Pad8)") + (add_net "Net-(U23-Pad9)") + (add_net "Net-(U26-Pad1)") + (add_net "Net-(U26-Pad10)") + (add_net "Net-(U26-Pad2)") + (add_net "Net-(U26-Pad3)") + (add_net "Net-(U26-Pad4)") + (add_net "Net-(U26-Pad5)") + (add_net "Net-(U26-Pad6)") + (add_net "Net-(U26-Pad7)") + (add_net "Net-(U26-Pad8)") + (add_net "Net-(U26-Pad9)") + (add_net "Net-(U29-Pad1)") + (add_net "Net-(U29-Pad10)") + (add_net "Net-(U29-Pad2)") + (add_net "Net-(U29-Pad3)") + (add_net "Net-(U29-Pad4)") + (add_net "Net-(U29-Pad5)") + (add_net "Net-(U29-Pad6)") + (add_net "Net-(U29-Pad7)") + (add_net "Net-(U29-Pad8)") + (add_net "Net-(U29-Pad9)") + ) + + (net_class hvpow "" + (clearance 0.5) + (trace_width 0.35) + (via_dia 1) + (via_drill 0.6) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /AA) + (add_net /BA) + (add_net /CA) + (add_net /DA) + (add_net /EA) + (add_net /FA) + (add_net /nixiedrivers/N0) + (add_net /nixiedrivers/N1) + (add_net /nixiedrivers/N2) + (add_net /nixiedrivers/N3) + (add_net /nixiedrivers/N4) + (add_net /nixiedrivers/N5) + (add_net /nixiedrivers/N6) + (add_net /nixiedrivers/N7) + (add_net /nixiedrivers/N8) + (add_net /nixiedrivers/N9) + (add_net /nixiedrivers/NL) + (add_net /nixiedrivers2/N0) + (add_net /nixiedrivers2/N1) + (add_net /nixiedrivers2/N2) + (add_net /nixiedrivers2/N3) + (add_net /nixiedrivers2/N4) + (add_net /nixiedrivers2/N5) + (add_net /nixiedrivers2/N6) + (add_net /nixiedrivers2/N7) + (add_net /nixiedrivers2/N8) + (add_net /nixiedrivers2/N9) + (add_net /nixiedrivers2/NL) + (add_net /nixiedrivers3/N0) + (add_net /nixiedrivers3/N1) + (add_net /nixiedrivers3/N2) + (add_net /nixiedrivers3/N3) + (add_net /nixiedrivers3/N4) + (add_net /nixiedrivers3/N5) + (add_net /nixiedrivers3/N6) + (add_net /nixiedrivers3/N7) + (add_net /nixiedrivers3/N8) + (add_net /nixiedrivers3/N9) + (add_net /nixiedrivers3/NL) + (add_net /nixiedrivers4/N0) + (add_net /nixiedrivers4/N1) + (add_net /nixiedrivers4/N2) + (add_net /nixiedrivers4/N3) + (add_net /nixiedrivers4/N4) + (add_net /nixiedrivers4/N5) + (add_net /nixiedrivers4/N6) + (add_net /nixiedrivers4/N7) + (add_net /nixiedrivers4/N8) + (add_net /nixiedrivers4/N9) + (add_net /nixiedrivers4/NL) + (add_net /nixiedrivers5/N0) + (add_net /nixiedrivers5/N1) + (add_net /nixiedrivers5/N2) + (add_net /nixiedrivers5/N3) + (add_net /nixiedrivers5/N4) + (add_net /nixiedrivers5/N5) + (add_net /nixiedrivers5/N6) + (add_net /nixiedrivers5/N7) + (add_net /nixiedrivers5/N8) + (add_net /nixiedrivers5/N9) + (add_net /nixiedrivers5/NL) + (add_net /nixiedrivers6/N0) + (add_net /nixiedrivers6/N1) + (add_net /nixiedrivers6/N2) + (add_net /nixiedrivers6/N3) + (add_net /nixiedrivers6/N4) + (add_net /nixiedrivers6/N5) + (add_net /nixiedrivers6/N6) + (add_net /nixiedrivers6/N7) + (add_net /nixiedrivers6/N8) + (add_net /nixiedrivers6/N9) + (add_net /nixiedrivers6/NL) + (add_net HT) + ) + + (net_class power "" + (clearance 0.2) + (trace_width 0.35) + (via_dia 1) + (via_drill 0.6) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net +12V) + (add_net VCC) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62F05) + (at 107.075001 -3.964999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /5FE6DA98) + (attr smd) + (fp_text reference C1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 2.2nF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 "Net-(C1-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:CP_Elec_4x5.4 (layer F.Cu) (tedit 5BCA39CF) (tstamp 5FE62F2D) + (at 64.925001 23.935001) + (descr "SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm") + (tags "capacitor electrolytic") + (path /610B5FE4) + (attr smd) + (fp_text reference C2 (at 0 -3.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.33uF (at 0 3.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.35 1.05) (end -2.4 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.35 -1.05) (end -3.35 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 -1.05) (end -3.35 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 1.05) (end -2.4 1.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 -1.25) (end -2.4 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 -1.25) (end -1.25 -2.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 1.25) (end -1.25 2.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2.4) (end 2.4 -2.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2.4) (end 2.4 2.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.4 1.05) (end 2.4 2.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.35 1.05) (end 2.4 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.35 -1.05) (end 3.35 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.4 -1.05) (end 3.35 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.4 -2.4) (end 2.4 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.75 -1.81) (end -2.75 -1.31) (layer F.SilkS) (width 0.12)) + (fp_line (start -3 -1.56) (end -2.5 -1.56) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.26 1.195563) (end -1.195563 2.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.26 -1.195563) (end -1.195563 -2.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.26 -1.195563) (end -2.26 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.26 1.195563) (end -2.26 1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.195563 2.26) (end 2.26 2.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.195563 -2.26) (end 2.26 -2.26) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.26 -2.26) (end 2.26 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.26 2.26) (end 2.26 1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.374773 -1.2) (end -1.374773 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.574773 -1) (end -1.174773 -1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.15 1.15) (end -1.15 2.15) (layer F.Fab) (width 0.1)) + (fp_line (start -2.15 -1.15) (end -1.15 -2.15) (layer F.Fab) (width 0.1)) + (fp_line (start -2.15 -1.15) (end -2.15 1.15) (layer F.Fab) (width 0.1)) + (fp_line (start -1.15 2.15) (end 2.15 2.15) (layer F.Fab) (width 0.1)) + (fp_line (start -1.15 -2.15) (end 2.15 -2.15) (layer F.Fab) (width 0.1)) + (fp_line (start 2.15 -2.15) (end 2.15 2.15) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 2 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 1 smd roundrect (at -1.8 0) (size 2.6 1.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15625) + (net 3 +12V)) + (pad 2 smd roundrect (at 1.8 0) (size 2.6 1.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15625) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_4x5.4.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62F3E) + (at 80.675001 22.375001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61ACDA36) + (attr smd) + (fp_text reference C3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62F4F) + (at 109.105001 -8.214999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61166BC4) + (attr smd) + (fp_text reference C4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62F60) + (at 37.645001 24.905001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /616E1F5A) + (attr smd) + (fp_text reference C5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 5 "Net-(C5-Pad1)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62F71) + (at 102.325001 -1.014999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /616E0218) + (attr smd) + (fp_text reference C6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 5 "Net-(C5-Pad1)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62F82) + (at 95.425001 5.185001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61ACD4B8) + (attr smd) + (fp_text reference C7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:CP_Elec_8x10 (layer F.Cu) (tedit 5BCA39D0) (tstamp 5FE62FAA) + (at 60.660001 15.725001) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm") + (tags "capacitor electrolytic") + (path /5FE88801) + (attr smd) + (fp_text reference C8 (at 0 -5.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220uF (at 0 5.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.25 1.5) (end -4.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.25 -1.5) (end -5.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 -1.5) (end -5.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 1.5) (end -4.4 3.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 -3.25) (end -4.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 -3.25) (end -3.25 -4.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 3.25) (end -3.25 4.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.25 -4.4) (end 4.4 -4.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.25 4.4) (end 4.4 4.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 1.5) (end 4.4 4.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.25 1.5) (end 4.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.25 -1.5) (end 5.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 -1.5) (end 5.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 -4.4) (end 4.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5 -3.01) (end -5 -2.01) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.5 -2.51) (end -4.5 -2.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.26 3.195563) (end -3.195563 4.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.26 -3.195563) (end -3.195563 -4.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.26 -3.195563) (end -4.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.26 3.195563) (end -4.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.195563 4.26) (end 4.26 4.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.195563 -4.26) (end 4.26 -4.26) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.26 -4.26) (end 4.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.26 4.26) (end 4.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.162278 -1.9) (end -3.162278 -1.1) (layer F.Fab) (width 0.1)) + (fp_line (start -3.562278 -1.5) (end -2.762278 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 3.15) (end -3.15 4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 -3.15) (end -3.15 -4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 -3.15) (end -4.15 3.15) (layer F.Fab) (width 0.1)) + (fp_line (start -3.15 4.15) (end 4.15 4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -3.15 -4.15) (end 4.15 -4.15) (layer F.Fab) (width 0.1)) + (fp_line (start 4.15 -4.15) (end 4.15 4.15) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 4 0) (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 1 smd roundrect (at -3.25 0) (size 3.5 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 6 "Net-(C8-Pad1)")) + (pad 2 smd roundrect (at 3.25 0) (size 3.5 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_8x10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62FBB) + (at 90.675001 8.135001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61ACCC75) + (attr smd) + (fp_text reference C9 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62FCC) + (at 87.105001 12.175001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61A9E4DA) + (attr smd) + (fp_text reference C10 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62FDD) + (at 77.255001 19.425001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /6078C393) + (attr smd) + (fp_text reference C11 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22pF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 7 "Net-(C11-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62FEE) + (at 109.105001 -11.164999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /6078CFB6) + (attr smd) + (fp_text reference C12 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22pF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 8 "Net-(C12-Pad2)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE62FFF) + (at 75.925001 22.485001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61ABE3A6) + (attr smd) + (fp_text reference C13 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63010) + (at 90.675001 5.185001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /61ACD06F) + (attr smd) + (fp_text reference C14 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63021) + (at 71.175001 22.485001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /6131D657) + (attr smd) + (fp_text reference C15 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10nF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 9 "Net-(C15-Pad2)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5FE630B5) + (at 113.940242 -18.924999) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (path /5FEA1FA6) + (fp_text reference C16 (at 1.25 -4.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 2.2uF (at 1.25 4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.491 -0.402) (end 4.491 0.402) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.451 -0.633) (end 4.451 0.633) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.411 -0.802) (end 4.411 0.802) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.371 -0.94) (end 4.371 0.94) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.331 -1.059) (end 4.331 1.059) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.291 -1.165) (end 4.291 1.165) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.251 -1.262) (end 4.251 1.262) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.211 -1.35) (end 4.211 1.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.171 -1.432) (end 4.171 1.432) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.131 -1.509) (end 4.131 1.509) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.091 -1.581) (end 4.091 1.581) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.051 -1.65) (end 4.051 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.011 -1.714) (end 4.011 1.714) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.971 -1.776) (end 3.971 1.776) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.931 -1.834) (end 3.931 1.834) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.891 -1.89) (end 3.891 1.89) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.851 -1.944) (end 3.851 1.944) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.811 -1.995) (end 3.811 1.995) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.771 -2.044) (end 3.771 2.044) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.731 -2.092) (end 3.731 2.092) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.691 -2.137) (end 3.691 2.137) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.651 -2.182) (end 3.651 2.182) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.611 -2.224) (end 3.611 2.224) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.571 -2.265) (end 3.571 2.265) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.531 1.04) (end 3.531 2.305) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.531 -2.305) (end 3.531 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.491 1.04) (end 3.491 2.343) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.491 -2.343) (end 3.491 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.451 1.04) (end 3.451 2.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.451 -2.38) (end 3.451 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.411 1.04) (end 3.411 2.416) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.411 -2.416) (end 3.411 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.371 1.04) (end 3.371 2.45) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.371 -2.45) (end 3.371 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.331 1.04) (end 3.331 2.484) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.331 -2.484) (end 3.331 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.291 1.04) (end 3.291 2.516) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.291 -2.516) (end 3.291 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.251 1.04) (end 3.251 2.548) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.251 -2.548) (end 3.251 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.211 1.04) (end 3.211 2.578) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.211 -2.578) (end 3.211 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.171 1.04) (end 3.171 2.607) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.171 -2.607) (end 3.171 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.131 1.04) (end 3.131 2.636) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.131 -2.636) (end 3.131 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.091 1.04) (end 3.091 2.664) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.091 -2.664) (end 3.091 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.051 1.04) (end 3.051 2.69) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.051 -2.69) (end 3.051 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.011 1.04) (end 3.011 2.716) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.011 -2.716) (end 3.011 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.971 1.04) (end 2.971 2.742) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.971 -2.742) (end 2.971 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.931 1.04) (end 2.931 2.766) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.931 -2.766) (end 2.931 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.891 1.04) (end 2.891 2.79) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.891 -2.79) (end 2.891 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.851 1.04) (end 2.851 2.812) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.851 -2.812) (end 2.851 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.811 1.04) (end 2.811 2.834) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.811 -2.834) (end 2.811 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.771 1.04) (end 2.771 2.856) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.771 -2.856) (end 2.771 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.731 1.04) (end 2.731 2.876) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.731 -2.876) (end 2.731 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.691 1.04) (end 2.691 2.896) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.691 -2.896) (end 2.691 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.651 1.04) (end 2.651 2.916) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.651 -2.916) (end 2.651 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.611 1.04) (end 2.611 2.934) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.611 -2.934) (end 2.611 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.571 1.04) (end 2.571 2.952) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.571 -2.952) (end 2.571 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.531 1.04) (end 2.531 2.97) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.531 -2.97) (end 2.531 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.491 1.04) (end 2.491 2.986) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.491 -2.986) (end 2.491 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.451 1.04) (end 2.451 3.002) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.451 -3.002) (end 2.451 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.411 1.04) (end 2.411 3.018) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.411 -3.018) (end 2.411 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.371 1.04) (end 2.371 3.033) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.371 -3.033) (end 2.371 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.331 1.04) (end 2.331 3.047) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.331 -3.047) (end 2.331 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.291 1.04) (end 2.291 3.061) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.291 -3.061) (end 2.291 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.251 1.04) (end 2.251 3.074) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.251 -3.074) (end 2.251 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.211 1.04) (end 2.211 3.086) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.211 -3.086) (end 2.211 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.171 1.04) (end 2.171 3.098) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.171 -3.098) (end 2.171 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.131 1.04) (end 2.131 3.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.131 -3.11) (end 2.131 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.091 1.04) (end 2.091 3.121) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.091 -3.121) (end 2.091 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.051 1.04) (end 2.051 3.131) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.051 -3.131) (end 2.051 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.011 1.04) (end 2.011 3.141) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.011 -3.141) (end 2.011 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.971 1.04) (end 1.971 3.15) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.971 -3.15) (end 1.971 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.93 1.04) (end 1.93 3.159) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.93 -3.159) (end 1.93 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 1.04) (end 1.89 3.167) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.89 -3.167) (end 1.89 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.85 1.04) (end 1.85 3.175) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.85 -3.175) (end 1.85 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 1.04) (end 1.81 3.182) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 -3.182) (end 1.81 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.77 1.04) (end 1.77 3.189) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.77 -3.189) (end 1.77 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.73 1.04) (end 1.73 3.195) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.73 -3.195) (end 1.73 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.69 1.04) (end 1.69 3.201) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.69 -3.201) (end 1.69 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.65 1.04) (end 1.65 3.206) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.65 -3.206) (end 1.65 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.61 1.04) (end 1.61 3.211) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.61 -3.211) (end 1.61 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.57 1.04) (end 1.57 3.215) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.57 -3.215) (end 1.57 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.53 1.04) (end 1.53 3.218) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.53 -3.218) (end 1.53 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.49 1.04) (end 1.49 3.222) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.49 -3.222) (end 1.49 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.45 -3.224) (end 1.45 3.224) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.41 -3.227) (end 1.41 3.227) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.37 -3.228) (end 1.37 3.228) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 -3.23) (end 1.33 3.23) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.29 -3.23) (end 1.29 3.23) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.25 -3.23) (end 1.25 3.23) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) (layer F.Fab) (width 0.1)) + (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.25 0) (end 4.65 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 1.25 0) (end 4.52 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 1.25 0) (end 4.4 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 1.25 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 HT)) + (pad 2 thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE630C6) + (at 56.885001 71.365001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /5FEFEA8C/61F358B7) + (attr smd) + (fp_text reference C17 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE630D7) + (at 47.385001 80.215001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /5FEFEA8C/61F3B605) + (attr smd) + (fp_text reference C18 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE630E8) + (at 19.275001 88.315001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /5FEFEA8C/61F3C171) + (attr smd) + (fp_text reference C19 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE630F9) + (at 157.605001 -27.024999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /6039F880/61F358B7) + (attr smd) + (fp_text reference C20 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6310A) + (at 152.855001 -27.024999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /6039F880/61F3B605) + (attr smd) + (fp_text reference C21 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6311B) + (at 124.745001 -10.074999) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /6039F880/61F3C171) + (attr smd) + (fp_text reference C22 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6312C) + (at 70.555001 51.265001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603EF886/61F358B7) + (attr smd) + (fp_text reference C23 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6313D) + (at 93.915001 31.365001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603EF886/61F3B605) + (attr smd) + (fp_text reference C24 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6314E) + (at 75.305001 48.315001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603EF886/61F3C171) + (attr smd) + (fp_text reference C25 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6315F) + (at 122.585001 48.315001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603FFB52/61F358B7) + (attr smd) + (fp_text reference C26 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63170) + (at 117.835001 51.265001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603FFB52/61F3B605) + (attr smd) + (fp_text reference C27 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63181) + (at 122.585001 51.265001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603FFB52/61F3C171) + (attr smd) + (fp_text reference C28 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63192) + (at 193.225001 37.645001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603FFDD2/61F358B7) + (attr smd) + (fp_text reference C29 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE631A3) + (at 169.865001 45.745001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603FFDD2/61F3B605) + (attr smd) + (fp_text reference C30 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE631B4) + (at 188.475001 28.795001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603FFDD2/61F3C171) + (attr smd) + (fp_text reference C31 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE631C5) + (at 148.105001 6.785001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603EFAE2/61F358B7) + (attr smd) + (fp_text reference C32 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE631D6) + (at 157.605001 3.835001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603EFAE2/61F3B605) + (attr smd) + (fp_text reference C33 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE631E7) + (at 124.745001 20.785001) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (path /603EFAE2/61F3C171) + (attr smd) + (fp_text reference C34 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 0.1uF (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 4 VCC)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B4B45C8) (tstamp 5FE631FA) + (at 23.320001 24.950001) + (descr "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") + (tags "diode handsolder") + (path /5FE5401D) + (attr smd) + (fp_text reference D1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.86 0.96) (end 1 0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.86 -0.96) (end -1.86 0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -0.96) (end -1.86 -0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.3) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.6) (end -1 -0.3) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end -0.7 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 11 "Net-(D1-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 12 "Net-(D1-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B4B45C9) (tstamp 5FE6320D) + (at 28.110001 24.950001) + (descr "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") + (tags "LED handsolder") + (path /609F4D0B) + (attr smd) + (fp_text reference D2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LEDBOT (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start 1 -0.6) (end -0.7 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.6) (end -1 -0.3) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.3) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.96) (end -1.86 -0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.86 -0.96) (end -1.86 0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.86 0.96) (end 1 0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 13 /HRSEP)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 14 "Net-(D2-Pad1)")) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B4B45C9) (tstamp 5FE63220) + (at 32.900001 24.950001) + (descr "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") + (tags "LED handsolder") + (path /609F5936) + (attr smd) + (fp_text reference D3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LEDTOP (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.86 0.96) (end 1 0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.86 -0.96) (end -1.86 0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -0.96) (end -1.86 -0.96) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.3) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.6) (end -1 -0.3) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end -0.7 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 15 "Net-(D3-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 13 /HRSEP)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_THT:D_DO-15_P12.70mm_Horizontal (layer F.Cu) (tedit 5AE50CD5) (tstamp 5FE6323F) + (at 39.925001 13.375001) + (descr "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") + (tags "Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm") + (path /5FE67619) + (fp_text reference D4 (at 6.35 -2.92) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MUR160 (at 6.35 2.92) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 14.15 -2.05) (end -1.45 -2.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 14.15 2.05) (end 14.15 -2.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 2.05) (end 14.15 2.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -2.05) (end -1.45 2.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.57 -1.92) (end 3.57 1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.81 -1.92) (end 3.81 1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.69 -1.92) (end 3.69 1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.26 0) (end 10.27 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.44 0) (end 2.43 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.27 -1.92) (end 2.43 -1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.27 1.92) (end 10.27 -1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.43 1.92) (end 10.27 1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.43 -1.92) (end 2.43 1.92) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.59 -1.8) (end 3.59 1.8) (layer F.Fab) (width 0.1)) + (fp_line (start 3.79 -1.8) (end 3.79 1.8) (layer F.Fab) (width 0.1)) + (fp_line (start 3.69 -1.8) (end 3.69 1.8) (layer F.Fab) (width 0.1)) + (fp_line (start 12.7 0) (end 10.15 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 2.55 0) (layer F.Fab) (width 0.1)) + (fp_line (start 10.15 -1.8) (end 2.55 -1.8) (layer F.Fab) (width 0.1)) + (fp_line (start 10.15 1.8) (end 10.15 -1.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.55 1.8) (end 10.15 1.8) (layer F.Fab) (width 0.1)) + (fp_line (start 2.55 -1.8) (end 2.55 1.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 6.92 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user K (at 0 -2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user K (at 0 -2.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers *.Cu *.Mask) + (net 10 HT)) + (pad 2 thru_hole oval (at 12.7 0) (size 2.4 2.4) (drill 1.2) (layers *.Cu *.Mask) + (net 16 "Net-(D4-Pad2)")) + (model ${KISYS3DMOD}/Diode_THT.3dshapes/D_DO-15_P12.70mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_BarrelJack:BarrelJack_Horizontal (layer F.Cu) (tedit 5A1DBF6A) (tstamp 5FE63262) + (at 35.425001 16.160001) + (descr "DC Barrel Jack") + (tags "Power Jack") + (path /61FFDE12) + (fp_text reference J1 (at -8.45 5.75) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value "12VDC IN" (at -6.2 -5.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0 -4.5) (end -13.7 -4.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 4.5) (end 0.8 -3.75) (layer F.Fab) (width 0.1)) + (fp_line (start -13.7 4.5) (end 0.8 4.5) (layer F.Fab) (width 0.1)) + (fp_line (start -13.7 -4.5) (end -13.7 4.5) (layer F.Fab) (width 0.1)) + (fp_line (start -10.2 -4.5) (end -10.2 4.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -4.6) (end 0.9 -2) (layer F.SilkS) (width 0.12)) + (fp_line (start -13.8 -4.6) (end 0.9 -4.6) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.9 4.6) (end -1 4.6) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.9 1.9) (end 0.9 4.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -13.8 4.6) (end -13.8 -4.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -5 4.6) (end -13.8 4.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -14 4.75) (end -14 -4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5 4.75) (end -14 4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5 6.75) (end -5 4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 6.75) (end -5 6.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 4.75) (end -1 6.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 4.75) (end -1 4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 2) (end 1 4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2 2) (end 1 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2 -2) (end 2 2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 -2) (end 2 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 -4.5) (end 1 -2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 -4.75) (end -14 -4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 -4.5) (end 1 -4.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.05 -4.8) (end 1.1 -4.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.1 -3.75) (end 1.1 -4.8) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.003213 -4.505425) (end 0.8 -3.75) (layer F.Fab) (width 0.1)) + (fp_text user %R (at -3 -2.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 3.5 3.5) (drill oval 1 3) (layers *.Cu *.Mask) + (net 17 "Net-(J1-Pad1)")) + (pad 2 thru_hole roundrect (at -6 0) (size 3 3.5) (drill oval 1 3) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 3 thru_hole roundrect (at -3 4.7) (size 3.5 3.5) (drill oval 3 1) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (model ${KISYS3DMOD}/Connector_BarrelJack.3dshapes/BarrelJack_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_USB:USB_Micro-B_Molex-105017-0001 (layer F.Cu) (tedit 5A1DC0BE) (tstamp 5FE6328B) + (at 79.805001 13.785001) + (descr http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf) + (tags "Micro-USB SMD Typ-B") + (path /60679962) + (attr smd) + (fp_text reference J2 (at 0 -3.1125) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value USB_B_Micro (at 0.3 4.3375) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.1 -2.1225) (end -1.1 -1.9125) (layer F.Fab) (width 0.1)) + (fp_line (start -1.5 -2.1225) (end -1.5 -1.9125) (layer F.Fab) (width 0.1)) + (fp_line (start -1.5 -2.1225) (end -1.1 -2.1225) (layer F.Fab) (width 0.1)) + (fp_line (start -1.1 -1.9125) (end -1.3 -1.7125) (layer F.Fab) (width 0.1)) + (fp_line (start -1.3 -1.7125) (end -1.5 -1.9125) (layer F.Fab) (width 0.1)) + (fp_line (start -1.7 -2.3125) (end -1.7 -1.8625) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -2.3125) (end -1.25 -2.3125) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.9 -1.7625) (end 3.45 -1.7625) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.9 0.0875) (end 3.9 -1.7625) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.9 2.6375) (end -3.9 2.3875) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.75 3.3875) (end -3.75 -1.6125) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 -1.6125) (end 3.75 -1.6125) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 3.389204) (end 3.75 3.389204) (layer F.Fab) (width 0.1)) + (fp_line (start -3 2.689204) (end 3 2.689204) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 3.3875) (end 3.75 -1.6125) (layer F.Fab) (width 0.1)) + (fp_line (start 3.9 2.6375) (end 3.9 2.3875) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.9 0.0875) (end -3.9 -1.7625) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.9 -1.7625) (end -3.45 -1.7625) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.4 3.64) (end -4.4 -2.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 -2.46) (end 4.4 -2.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 -2.46) (end 4.4 3.64) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 3.64) (end 4.4 3.64) (layer F.CrtYd) (width 0.05)) + (fp_text user "PCB Edge" (at 0 2.6875) (layer Dwgs.User) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (fp_text user %R (at 0 0.8875) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 6 smd rect (at 1 1.2375) (size 1.5 1.9) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 6 thru_hole circle (at -2.5 -1.4625) (size 1.45 1.45) (drill 0.85) (layers *.Cu *.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 2 smd rect (at -0.65 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(J2-Pad2)")) + (pad 1 smd rect (at -1.3 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask)) + (pad 5 smd rect (at 1.3 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 4 smd rect (at 0.65 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at 0 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 20 "Net-(J2-Pad3)")) + (pad 6 thru_hole circle (at 2.5 -1.4625) (size 1.45 1.45) (drill 0.85) (layers *.Cu *.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 6 smd rect (at -1 1.2375) (size 1.5 1.9) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 6 thru_hole oval (at -3.5 1.2375 180) (size 1.2 1.9) (drill oval 0.6 1.3) (layers *.Cu *.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 6 thru_hole oval (at 3.5 1.2375) (size 1.2 1.9) (drill oval 0.6 1.3) (layers *.Cu *.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 6 smd rect (at 2.9 1.2375) (size 1.2 1.9) (layers F.Cu F.Mask) + (net 18 "Net-(J2-Pad6)")) + (pad 6 smd rect (at -2.9 1.2375) (size 1.2 1.9) (layers F.Cu F.Mask) + (net 18 "Net-(J2-Pad6)")) + (model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Molex-105017-0001.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_IDC:IDC-Header_2x03_P2.54mm_Vertical (layer F.Cu) (tedit 5EAC9A07) (tstamp 5FE632B6) + (at 85.090001 -22.374999) + (descr "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") + (tags "Through hole vertical IDC box header THT 2x03 2.54mm double row") + (path /6061B531) + (fp_text reference J3 (at 1.27 -6.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value AVR-ISP-6 (at 1.27 11.18) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.22 -5.6) (end -3.68 -5.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.22 10.69) (end 6.22 -5.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.68 10.69) (end 6.22 10.69) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.68 -5.6) (end -3.68 10.69) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.68 0.5) (end -3.68 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.68 -0.5) (end -4.68 0.5) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.68 0) (end -4.68 -0.5) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.98 4.59) (end -3.29 4.59) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.98 4.59) (end -1.98 4.59) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.98 8.99) (end -1.98 4.59) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.52 8.99) (end -1.98 8.99) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.52 -3.91) (end 4.52 8.99) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.98 -3.91) (end 4.52 -3.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.98 0.49) (end -1.98 -3.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.29 0.49) (end -1.98 0.49) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.29 10.29) (end -3.29 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.83 10.29) (end -3.29 10.29) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.83 -5.21) (end 5.83 10.29) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.29 -5.21) (end 5.83 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.98 4.59) (end -3.18 4.59) (layer F.Fab) (width 0.1)) + (fp_line (start -1.98 4.59) (end -1.98 4.59) (layer F.Fab) (width 0.1)) + (fp_line (start -1.98 8.99) (end -1.98 4.59) (layer F.Fab) (width 0.1)) + (fp_line (start 4.52 8.99) (end -1.98 8.99) (layer F.Fab) (width 0.1)) + (fp_line (start 4.52 -3.91) (end 4.52 8.99) (layer F.Fab) (width 0.1)) + (fp_line (start -1.98 -3.91) (end 4.52 -3.91) (layer F.Fab) (width 0.1)) + (fp_line (start -1.98 0.49) (end -1.98 -3.91) (layer F.Fab) (width 0.1)) + (fp_line (start -3.18 0.49) (end -1.98 0.49) (layer F.Fab) (width 0.1)) + (fp_line (start -3.18 10.18) (end -3.18 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 5.72 10.18) (end -3.18 10.18) (layer F.Fab) (width 0.1)) + (fp_line (start 5.72 -5.1) (end 5.72 10.18) (layer F.Fab) (width 0.1)) + (fp_line (start -2.18 -5.1) (end 5.72 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -3.18 -4.1) (end -2.18 -5.1) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 1.27 2.54 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.147059) + (net 21 /MISO)) + (pad 3 thru_hole circle (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 22 /SCK)) + (pad 5 thru_hole circle (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 23 /~RST)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 4 VCC)) + (pad 4 thru_hole circle (at 2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 24 /MOSI)) + (pad 6 thru_hole circle (at 2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x03_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5FE632CC) + (at 104.405001 -10.314999) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path /61E93E81) + (fp_text reference J4 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value "pwr sw" (at 0 4.87) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 1.27 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 +12V)) + (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 17 "Net-(J1-Pad1)")) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Inductor_THT:L_Radial_D8.7mm_P5.00mm_Fastron_07HCP (layer F.Cu) (tedit 5AE59B06) (tstamp 5FE632D6) + (at 94.455001 -11.624999) + (descr "Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf") + (tags "Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP") + (path /5FE68A24) + (fp_text reference L1 (at 2.5 -5.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220uH (at 2.5 5.6) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 2.5 0) (end 7.1 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 2.5 0) (end 6.97 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 2.5 0) (end 6.85 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 2.5 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) + (net 6 "Net-(C8-Pad1)")) + (pad 2 thru_hole circle (at 5 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) + (net 16 "Net-(D4-Pad2)")) + (model ${KISYS3DMOD}/Inductor_THT.3dshapes/L_Radial_D8.7mm_P5.00mm_Fastron_07HCP.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 5FE632EB) + (at 46.995001 24.185001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FE622F4) + (attr smd) + (fp_text reference Q1 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA55 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 12 "Net-(D1-Pad2)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 11 "Net-(D1-Pad1)")) + (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 Package_TO_SOT_THT:TO-220-3_Vertical (layer F.Cu) (tedit 5AC8BA0D) (tstamp 5FE63305) + (at 52.735001 24.575001) + (descr "TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf") + (tags "TO-220-3 Vertical RM 2.54mm") + (path /5FE526E4) + (fp_text reference Q2 (at 2.54 -4.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IRF540N (at 2.54 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 2.54 -4.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.46 -3.15) (end -2.46 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start -2.46 1.25) (end 7.54 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 7.54 1.25) (end 7.54 -3.15) (layer F.Fab) (width 0.1)) + (fp_line (start 7.54 -3.15) (end -2.46 -3.15) (layer F.Fab) (width 0.1)) + (fp_line (start -2.46 -1.88) (end 7.54 -1.88) (layer F.Fab) (width 0.1)) + (fp_line (start 0.69 -3.15) (end 0.69 -1.88) (layer F.Fab) (width 0.1)) + (fp_line (start 4.39 -3.15) (end 4.39 -1.88) (layer F.Fab) (width 0.1)) + (fp_line (start -2.58 -3.27) (end 7.66 -3.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 1.371) (end 7.66 1.371) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 -3.27) (end -2.58 1.371) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.66 -3.27) (end 7.66 1.371) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 -1.76) (end 7.66 -1.76) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.69 -3.27) (end 0.69 -1.76) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.391 -3.27) (end 4.391 -1.76) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.71 -3.4) (end -2.71 1.51) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.71 1.51) (end 7.79 1.51) (layer F.CrtYd) (width 0.05)) + (fp_line (start 7.79 1.51) (end 7.79 -3.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 7.79 -3.4) (end -2.71 -3.4) (layer F.CrtYd) (width 0.05)) + (pad 3 thru_hole oval (at 5.08 0) (size 1.905 2) (drill 1.1) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 2 thru_hole oval (at 2.54 0) (size 1.905 2) (drill 1.1) (layers *.Cu *.Mask) + (net 16 "Net-(D4-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.905 2) (drill 1.1) (layers *.Cu *.Mask) + (net 11 "Net-(D1-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-220-3_Vertical.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 5FE6331A) + (at 93.5 134 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF0530D) + (attr smd) + (fp_text reference Q3 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 25 /nixiedrivers/N0)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 26 "Net-(Q3-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6332F) + (at 84.5 132 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF07144) + (attr smd) + (fp_text reference Q4 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 27 /nixiedrivers/N2)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 28 "Net-(Q4-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63344) + (at 85.5 155.5 90) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF09C0A) + (attr smd) + (fp_text reference Q5 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 29 /nixiedrivers/N4)) + (pad 2 smd rect (at -1 0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 30 "Net-(Q5-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE67643) + (at 93 156.5 90) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF09D42) + (attr smd) + (fp_text reference Q6 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 31 /nixiedrivers/N6)) + (pad 2 smd rect (at -1 0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 32 "Net-(Q6-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6746F) + (at 99 136.5 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF15CE1) + (attr smd) + (fp_text reference Q7 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 33 /nixiedrivers/N8)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 34 "Net-(Q7-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63383) + (at 91.9 125.3 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF15EF9) + (attr smd) + (fp_text reference Q8 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 35 "Net-(Q8-Pad3)")) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 36 "Net-(Q8-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63398) + (at 88.5 134 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF05321) + (attr smd) + (fp_text reference Q9 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 37 "Net-(Q9-Pad1)")) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 38 /nixiedrivers/N1)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE673CD) + (at 83 136.5 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF071EC) + (attr smd) + (fp_text reference Q10 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 39 "Net-(Q10-Pad1)")) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 40 /nixiedrivers/N3)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE633C2) + (at 89 156.5 90) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF09D22) + (attr smd) + (fp_text reference Q11 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 1 smd rect (at -1 -0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 41 "Net-(Q11-Pad1)")) + (pad 2 smd rect (at -1 0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 42 /nixiedrivers/N5)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE633D7) + (at 96.55 155.5 90) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF09D62) + (attr smd) + (fp_text reference Q12 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 1 smd rect (at -1 -0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 43 "Net-(Q12-Pad1)")) + (pad 2 smd rect (at -1 0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 44 /nixiedrivers/N7)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE633EC) + (at 97.5 132 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /5FEFEA8C/5FF15ED9) + (attr smd) + (fp_text reference Q13 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5 90) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 45 /nixiedrivers/N9)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 46 "Net-(Q13-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63401) + (at 157.155001 -11.224999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF0530D) + (attr smd) + (fp_text reference Q14 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 47 "Net-(Q14-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 48 /nixiedrivers2/N0)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63416) + (at 152.405001 -9.874999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF07144) + (attr smd) + (fp_text reference Q15 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 49 "Net-(Q15-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 50 /nixiedrivers2/N2)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6342B) + (at 161.905001 -18.724999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF09C0A) + (attr smd) + (fp_text reference Q16 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 51 "Net-(Q16-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 52 /nixiedrivers2/N4)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63440) + (at 147.955001 -6.924999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF09D42) + (attr smd) + (fp_text reference Q17 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 53 "Net-(Q17-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 54 /nixiedrivers2/N6)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63455) + (at 157.455001 -15.774999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF15CE1) + (attr smd) + (fp_text reference Q18 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 55 "Net-(Q18-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 56 /nixiedrivers2/N8)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6346A) + (at 152.705001 -14.424999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF15EF9) + (attr smd) + (fp_text reference Q19 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 57 "Net-(Q19-Pad3)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 58 "Net-(Q19-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6347F) + (at 162.205001 -23.274999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF05321) + (attr smd) + (fp_text reference Q20 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 59 /nixiedrivers2/N1)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 60 "Net-(Q20-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63494) + (at 147.955001 -11.474999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF071EC) + (attr smd) + (fp_text reference Q21 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 61 /nixiedrivers2/N3)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 62 "Net-(Q21-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE634A9) + (at 156.855001 -6.674999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF09D22) + (attr smd) + (fp_text reference Q22 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 63 /nixiedrivers2/N5)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 64 "Net-(Q22-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE634BE) + (at 157.455001 -20.324999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF09D62) + (attr smd) + (fp_text reference Q23 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 65 /nixiedrivers2/N7)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 66 "Net-(Q23-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE634D3) + (at 161.905001 -14.174999) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6039F880/5FF15ED9) + (attr smd) + (fp_text reference Q24 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 67 "Net-(Q24-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 68 /nixiedrivers2/N9)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE634E8) + (at 93.765001 51.465001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF0530D) + (attr smd) + (fp_text reference Q25 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 69 /nixiedrivers3/N0)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 70 "Net-(Q25-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE634FD) + (at 102.665001 51.715001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF07144) + (attr smd) + (fp_text reference Q26 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 71 "Net-(Q26-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 72 /nixiedrivers3/N2)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63512) + (at 107.715001 44.215001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF09C0A) + (attr smd) + (fp_text reference Q27 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 73 /nixiedrivers3/N4)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 74 "Net-(Q27-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63527) + (at 98.215001 48.515001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF09D42) + (attr smd) + (fp_text reference Q28 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 75 /nixiedrivers3/N6)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 76 "Net-(Q28-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6353C) + (at 102.965001 47.165001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF15CE1) + (attr smd) + (fp_text reference Q29 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 77 "Net-(Q29-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 78 /nixiedrivers3/N8)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63551) + (at 108.015001 35.115001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF15EF9) + (attr smd) + (fp_text reference Q30 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 79 "Net-(Q30-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 80 "Net-(Q30-Pad3)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63566) + (at 103.265001 42.615001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF05321) + (attr smd) + (fp_text reference Q31 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 81 "Net-(Q31-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 82 /nixiedrivers3/N1)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6357B) + (at 93.765001 46.915001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF071EC) + (attr smd) + (fp_text reference Q32 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 83 "Net-(Q32-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 84 /nixiedrivers3/N3)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63590) + (at 103.265001 38.065001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF09D22) + (attr smd) + (fp_text reference Q33 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 85 "Net-(Q33-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 86 /nixiedrivers3/N5)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE635A5) + (at 98.515001 43.965001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF09D62) + (attr smd) + (fp_text reference Q34 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 87 "Net-(Q34-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 88 /nixiedrivers3/N7)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE635BA) + (at 107.715001 39.665001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EF886/5FF15ED9) + (attr smd) + (fp_text reference Q35 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 89 /nixiedrivers3/N9)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 90 "Net-(Q35-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE635CF) + (at 155.295001 35.115001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF0530D) + (attr smd) + (fp_text reference Q36 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 91 /nixiedrivers5/N0)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 92 "Net-(Q36-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE635E4) + (at 150.545001 42.615001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF07144) + (attr smd) + (fp_text reference Q37 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 93 /nixiedrivers5/N2)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 94 "Net-(Q37-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE635F9) + (at 150.245001 47.165001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF09C0A) + (attr smd) + (fp_text reference Q38 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 95 "Net-(Q38-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 96 /nixiedrivers5/N4)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6360E) + (at 149.945001 51.715001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF09D42) + (attr smd) + (fp_text reference Q39 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 97 /nixiedrivers5/N6)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 98 "Net-(Q39-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63623) + (at 145.495001 48.515001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF15CE1) + (attr smd) + (fp_text reference Q40 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 99 /nixiedrivers5/N8)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 100 "Net-(Q40-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63638) + (at 150.545001 38.065001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF15EF9) + (attr smd) + (fp_text reference Q41 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 101 "Net-(Q41-Pad3)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 102 "Net-(Q41-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6364D) + (at 141.045001 46.915001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF05321) + (attr smd) + (fp_text reference Q42 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 103 /nixiedrivers5/N1)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 104 "Net-(Q42-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63662) + (at 154.995001 44.215001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF071EC) + (attr smd) + (fp_text reference Q43 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 105 "Net-(Q43-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 106 /nixiedrivers5/N3)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63677) + (at 154.995001 39.665001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF09D22) + (attr smd) + (fp_text reference Q44 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 107 /nixiedrivers5/N5)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 108 "Net-(Q44-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6368C) + (at 141.045001 51.465001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF09D62) + (attr smd) + (fp_text reference Q45 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 109 /nixiedrivers5/N7)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 110 "Net-(Q45-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE636A1) + (at 145.795001 43.965001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFB52/5FF15ED9) + (attr smd) + (fp_text reference Q46 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 111 "Net-(Q46-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 112 /nixiedrivers5/N9)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE636B6) + (at 202.575001 32.545001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF0530D) + (attr smd) + (fp_text reference Q47 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 113 "Net-(Q47-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 114 /nixiedrivers6/N0)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE636CB) + (at 193.075001 41.395001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF07144) + (attr smd) + (fp_text reference Q48 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 115 "Net-(Q48-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 116 /nixiedrivers6/N2)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE636E0) + (at 197.525001 44.595001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF09C0A) + (attr smd) + (fp_text reference Q49 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 117 /nixiedrivers6/N4)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 118 "Net-(Q49-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE636F5) + (at 202.275001 41.645001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF09D42) + (attr smd) + (fp_text reference Q50 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 119 /nixiedrivers6/N6)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 120 "Net-(Q50-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6370A) + (at 197.225001 49.145001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF15CE1) + (attr smd) + (fp_text reference Q51 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 121 /nixiedrivers6/N8)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 122 "Net-(Q51-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6371F) + (at 188.325001 44.345001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF15EF9) + (attr smd) + (fp_text reference Q52 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 123 "Net-(Q52-Pad3)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 124 "Net-(Q52-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63734) + (at 197.825001 35.495001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF05321) + (attr smd) + (fp_text reference Q53 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 125 "Net-(Q53-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 126 /nixiedrivers6/N1)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63749) + (at 192.775001 45.945001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF071EC) + (attr smd) + (fp_text reference Q54 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 127 "Net-(Q54-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 128 /nixiedrivers6/N3)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6375E) + (at 202.275001 37.095001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF09D22) + (attr smd) + (fp_text reference Q55 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 129 "Net-(Q55-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 130 /nixiedrivers6/N5)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63773) + (at 188.325001 48.895001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF09D62) + (attr smd) + (fp_text reference Q56 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 131 "Net-(Q56-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 132 /nixiedrivers6/N7)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63788) + (at 197.825001 40.045001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603FFDD2/5FF15ED9) + (attr smd) + (fp_text reference Q57 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 133 /nixiedrivers6/N9)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 134 "Net-(Q57-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6379D) + (at 147.955001 20.985001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF0530D) + (attr smd) + (fp_text reference Q58 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 135 /nixiedrivers4/N0)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 136 "Net-(Q58-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE637B2) + (at 157.455001 7.585001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF07144) + (attr smd) + (fp_text reference Q59 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 137 "Net-(Q59-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 138 /nixiedrivers4/N2)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE637C7) + (at 147.955001 16.435001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF09C0A) + (attr smd) + (fp_text reference Q60 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 139 "Net-(Q60-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 140 /nixiedrivers4/N4)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE637DC) + (at 162.205001 4.635001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF09D42) + (attr smd) + (fp_text reference Q61 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 141 "Net-(Q61-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 142 /nixiedrivers4/N6)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE637F1) + (at 152.705001 13.485001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF15CE1) + (attr smd) + (fp_text reference Q62 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 143 /nixiedrivers4/N8)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 144 "Net-(Q62-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63806) + (at 157.455001 12.135001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF15EF9) + (attr smd) + (fp_text reference Q63 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 145 "Net-(Q63-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 146 "Net-(Q63-Pad3)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6381B) + (at 161.905001 9.185001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF05321) + (attr smd) + (fp_text reference Q64 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 147 "Net-(Q64-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 148 /nixiedrivers4/N1)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63830) + (at 152.405001 18.035001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF071EC) + (attr smd) + (fp_text reference Q65 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 149 /nixiedrivers4/N3)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 150 "Net-(Q65-Pad1)")) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE63845) + (at 157.155001 16.685001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF09D22) + (attr smd) + (fp_text reference Q66 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 151 "Net-(Q66-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 152 /nixiedrivers4/N5)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6385A) + (at 161.905001 13.735001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF09D62) + (attr smd) + (fp_text reference Q67 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (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 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 153 "Net-(Q67-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 154 /nixiedrivers4/N7)) + (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 Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FE6386F) + (at 156.855001 21.235001) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /603EFAE2/5FF15ED9) + (attr smd) + (fp_text reference Q68 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MMBTA42 (at 0 2.5) (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.5 0.5) (thickness 0.075))) + ) + (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)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 155 /nixiedrivers4/N9)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 156 "Net-(Q68-Pad1)")) + (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 Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63880) + (at 42.395001 23.385001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FE7B81E) + (attr smd) + (fp_text reference R1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1R (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 6 "Net-(C8-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 +12V)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63891) + (at 87.105001 18.075001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FE7BF60) + (attr smd) + (fp_text reference R2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1R (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 +12V)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 6 "Net-(C8-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE638A2) + (at 100.175001 5.185001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FE7C460) + (attr smd) + (fp_text reference R3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1R (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 6 "Net-(C8-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 +12V)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE638B3) + (at 95.425001 8.135001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FE559F8) + (attr smd) + (fp_text reference R4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 12 "Net-(D1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE638C4) + (at 113.855001 -10.574999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /60A29040) + (attr smd) + (fp_text reference R5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330R (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 14 "Net-(D2-Pad1)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE638D5) + (at 87.105001 15.125001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /60A28AF7) + (attr smd) + (fp_text reference R6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 330R (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 15 "Net-(D3-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE638E6) + (at 107.075001 -1.014999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEA3999) + (attr smd) + (fp_text reference R7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 475K (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 9 "Net-(C15-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE638F7) + (at 102.325001 -3.964999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEA4721) + (attr smd) + (fp_text reference R8 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 3K32 (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 GND)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 9 "Net-(C15-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5FE63908) + (at 91 135.975 270) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEC57BE) + (attr smd) + (fp_text reference R9 (at 0 1.65 270) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 30k (at 0 -1.65 270) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 270) (layer B.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) + ) + (fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 325 /AA)) + (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5FE6ECB4) + (at 114 135.975 270) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FED0652) + (attr smd) + (fp_text reference R10 (at 0 1.65 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 30k (at 0 -1.65 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer B.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) + ) + (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 326 /BA)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5FE6392A) + (at 137 135.975 270) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FED11D1) + (attr smd) + (fp_text reference R11 (at 0 1.65 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 30k (at 0 -1.65 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 90) (layer B.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) + ) + (fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 327 /CA)) + (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5FE6393B) + (at 160 135.975 270) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FED15D3) + (attr smd) + (fp_text reference R12 (at 0 1.65 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 30k (at 0 -1.65 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer B.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) + ) + (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 328 /DA)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5FE69870) + (at 183 135.975 270) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FED203F) + (attr smd) + (fp_text reference R13 (at 0 1.65 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 30k (at 0 -1.65 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 90) (layer B.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) + ) + (fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 329 /EA)) + (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer B.Cu) (tedit 5B36C52B) (tstamp 5FE6395D) + (at 206 135.975 270) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FED2950) + (attr smd) + (fp_text reference R14 (at 0 1.65 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value 30k (at 0 -1.65 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.85 -0.95) (end -1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end 1.85 -0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end 1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end -1.85 0.95) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer B.SilkS) (width 0.12)) + (fp_line (start 1 -0.6) (end -1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end 1 -0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end 1 0.6) (layer B.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end -1 0.6) (layer B.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer B.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) + ) + (pad 1 smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 10 HT)) + (pad 2 smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.217391) + (net 330 /FA)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6396E) + (at 42.635001 83.165001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF05313) + (attr smd) + (fp_text reference R15 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 26 "Net-(Q3-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 157 "Net-(R15-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6397F) + (at 42.635001 80.215001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF071D6) + (attr smd) + (fp_text reference R16 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 158 "Net-(R16-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 28 "Net-(Q4-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63990) + (at 47.385001 77.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF09D0C) + (attr smd) + (fp_text reference R17 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 159 "Net-(R17-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 30 "Net-(Q5-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE639A1) + (at 42.635001 77.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF09D4C) + (attr smd) + (fp_text reference R18 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 32 "Net-(Q6-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 160 "Net-(R18-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE639B2) + (at 52.135001 74.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF15EC3) + (attr smd) + (fp_text reference R19 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 161 "Net-(R19-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 34 "Net-(Q7-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE639C3) + (at 47.385001 74.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF15F03) + (attr smd) + (fp_text reference R20 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 36 "Net-(Q8-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 162 /ADOT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE6B507) + (at 89 127.275 90) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF51489) + (attr smd) + (fp_text reference R21 (at 0 -1.65 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.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 0.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 35 "Net-(Q8-Pad3)")) + (pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 163 "Net-(R21-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE639E5) + (at 52.135001 71.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF05327) + (attr smd) + (fp_text reference R22 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 37 "Net-(Q9-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 164 "Net-(R22-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE639F6) + (at 47.385001 71.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF071F6) + (attr smd) + (fp_text reference R23 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 39 "Net-(Q10-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 165 "Net-(R23-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A07) + (at 24.025001 91.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF09D2C) + (attr smd) + (fp_text reference R24 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 166 "Net-(R24-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 41 "Net-(Q11-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A18) + (at 19.275001 91.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF09D6C) + (attr smd) + (fp_text reference R25 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 43 "Net-(Q12-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 167 "Net-(R25-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A29) + (at 24.025001 88.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF15EE3) + (attr smd) + (fp_text reference R26 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 168 "Net-(R26-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 46 "Net-(Q13-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A3A) + (at 91.1 129.325 90) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /5FEFEA8C/5FF515FF) + (attr smd) + (fp_text reference R27 (at 0 -1.65 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -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.08))) + ) + (pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 169 /nixiedrivers/NL)) + (pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 163 "Net-(R21-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A4B) + (at 152.855001 -18.174999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF05313) + (attr smd) + (fp_text reference R28 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 170 "Net-(R28-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 47 "Net-(Q14-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A5C) + (at 162.355001 -27.024999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF071D6) + (attr smd) + (fp_text reference R29 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 49 "Net-(Q15-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 171 "Net-(R29-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A6D) + (at 148.105001 -18.174999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF09D0C) + (attr smd) + (fp_text reference R30 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 172 "Net-(R30-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 51 "Net-(Q16-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A7E) + (at 152.855001 -21.124999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF09D4C) + (attr smd) + (fp_text reference R31 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 53 "Net-(Q17-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 173 "Net-(R31-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63A8F) + (at 148.105001 -21.124999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF15EC3) + (attr smd) + (fp_text reference R32 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 174 "Net-(R32-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 55 "Net-(Q18-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63AA0) + (at 157.605001 -24.074999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF15F03) + (attr smd) + (fp_text reference R33 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 58 "Net-(Q19-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 175 /BDOT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63AB1) + (at 152.855001 -24.074999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF51489) + (attr smd) + (fp_text reference R34 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 57 "Net-(Q19-Pad3)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 176 "Net-(R34-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63AC2) + (at 148.105001 -24.074999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF05327) + (attr smd) + (fp_text reference R35 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 60 "Net-(Q20-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 177 "Net-(R35-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63AD3) + (at 148.105001 -15.224999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF071F6) + (attr smd) + (fp_text reference R36 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 178 "Net-(R36-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 62 "Net-(Q21-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63AE4) + (at 148.105001 -27.024999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF09D2C) + (attr smd) + (fp_text reference R37 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 179 "Net-(R37-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 64 "Net-(Q22-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63AF5) + (at 129.495001 -10.074999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF09D6C) + (attr smd) + (fp_text reference R38 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 180 "Net-(R38-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 66 "Net-(Q23-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B06) + (at 124.745001 -7.124999) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF15EE3) + (attr smd) + (fp_text reference R39 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 67 "Net-(Q24-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 181 "Net-(R39-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B17) + (at 114.1 129.3 90) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /6039F880/5FF515FF) + (attr smd) + (fp_text reference R40 (at 0 -1.65 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -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.08))) + ) + (pad 1 smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 182 /nixiedrivers2/NL)) + (pad 2 smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 176 "Net-(R34-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B28) + (at 108.165001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF05313) + (attr smd) + (fp_text reference R41 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 70 "Net-(Q25-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 183 "Net-(R41-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B39) + (at 93.915001 43.165001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF071D6) + (attr smd) + (fp_text reference R42 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 184 "Net-(R42-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 71 "Net-(Q26-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B4A) + (at 93.915001 40.215001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF09D0C) + (attr smd) + (fp_text reference R43 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 74 "Net-(Q27-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 185 "Net-(R43-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B5B) + (at 98.665001 37.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF09D4C) + (attr smd) + (fp_text reference R44 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 186 "Net-(R44-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 76 "Net-(Q28-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B6C) + (at 93.915001 37.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF15EC3) + (attr smd) + (fp_text reference R45 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 187 "Net-(R45-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 77 "Net-(Q29-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B7D) + (at 103.415001 34.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF15F03) + (attr smd) + (fp_text reference R46 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 79 "Net-(Q30-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 188 /CDOT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B8E) + (at 98.665001 34.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF51489) + (attr smd) + (fp_text reference R47 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 189 "Net-(R47-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 80 "Net-(Q30-Pad3)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63B9F) + (at 70.555001 48.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF05327) + (attr smd) + (fp_text reference R48 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 190 "Net-(R48-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 81 "Net-(Q31-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63BB0) + (at 98.665001 40.215001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF071F6) + (attr smd) + (fp_text reference R49 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 83 "Net-(Q32-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 191 "Net-(R49-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63BC1) + (at 93.915001 34.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF09D2C) + (attr smd) + (fp_text reference R50 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 192 "Net-(R50-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 85 "Net-(Q33-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63BD2) + (at 103.415001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF09D6C) + (attr smd) + (fp_text reference R51 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 193 "Net-(R51-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 87 "Net-(Q34-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63BE3) + (at 98.665001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF15EE3) + (attr smd) + (fp_text reference R52 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 194 "Net-(R52-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 90 "Net-(Q35-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63BF4) + (at 75.305001 51.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EF886/5FF515FF) + (attr smd) + (fp_text reference R53 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 195 /nixiedrivers3/NL)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 189 "Net-(R47-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C05) + (at 145.945001 37.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF05313) + (attr smd) + (fp_text reference R54 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 196 "Net-(R54-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 92 "Net-(Q36-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C16) + (at 155.445001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF071D6) + (attr smd) + (fp_text reference R55 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 197 "Net-(R55-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 94 "Net-(Q37-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C27) + (at 141.195001 43.165001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF09D0C) + (attr smd) + (fp_text reference R56 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 198 "Net-(R56-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 95 "Net-(Q38-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C38) + (at 141.195001 40.215001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF09D4C) + (attr smd) + (fp_text reference R57 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 98 "Net-(Q39-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 199 "Net-(R57-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C49) + (at 141.195001 37.265001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF15EC3) + (attr smd) + (fp_text reference R58 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 100 "Net-(Q40-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 200 "Net-(R58-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C5A) + (at 117.835001 48.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF15F03) + (attr smd) + (fp_text reference R59 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 102 "Net-(Q41-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 201 /EDOT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C6B) + (at 150.695001 34.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF51489) + (attr smd) + (fp_text reference R60 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 101 "Net-(Q41-Pad3)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 202 "Net-(R60-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C7C) + (at 145.945001 34.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF05327) + (attr smd) + (fp_text reference R61 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 104 "Net-(Q42-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 203 "Net-(R61-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C8D) + (at 141.195001 34.315001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF071F6) + (attr smd) + (fp_text reference R62 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 105 "Net-(Q43-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 204 "Net-(R62-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63C9E) + (at 145.945001 40.215001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF09D2C) + (attr smd) + (fp_text reference R63 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 205 "Net-(R63-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 108 "Net-(Q44-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63CAF) + (at 150.695001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF09D6C) + (attr smd) + (fp_text reference R64 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 110 "Net-(Q45-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 206 "Net-(R64-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63CC0) + (at 145.945001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF15EE3) + (attr smd) + (fp_text reference R65 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 207 "Net-(R65-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 111 "Net-(Q46-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63CD1) + (at 141.195001 31.365001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFB52/5FF515FF) + (attr smd) + (fp_text reference R66 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 208 /nixiedrivers5/NL)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 202 "Net-(R60-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63CE2) + (at 169.865001 48.695001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF05313) + (attr smd) + (fp_text reference R67 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 209 "Net-(R67-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 113 "Net-(Q47-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63CF3) + (at 193.225001 28.795001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF071D6) + (attr smd) + (fp_text reference R68 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 115 "Net-(Q48-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 210 "Net-(R68-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D04) + (at 202.725001 28.795001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF09D0C) + (attr smd) + (fp_text reference R69 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 118 "Net-(Q49-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 211 "Net-(R69-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D15) + (at 197.975001 28.795001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF09D4C) + (attr smd) + (fp_text reference R70 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 212 "Net-(R70-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 120 "Net-(Q50-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D26) + (at 188.475001 31.745001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF15EC3) + (attr smd) + (fp_text reference R71 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 213 "Net-(R71-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 122 "Net-(Q51-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D37) + (at 193.225001 31.745001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF15F03) + (attr smd) + (fp_text reference R72 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 124 "Net-(Q52-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 214 /FDOT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D48) + (at 165.115001 48.695001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF51489) + (attr smd) + (fp_text reference R73 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 123 "Net-(Q52-Pad3)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 215 "Net-(R73-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D59) + (at 188.475001 40.595001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF05327) + (attr smd) + (fp_text reference R74 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 125 "Net-(Q53-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 216 "Net-(R74-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D6A) + (at 188.475001 37.645001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF071F6) + (attr smd) + (fp_text reference R75 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 217 "Net-(R75-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 127 "Net-(Q54-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D7B) + (at 193.225001 34.695001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF09D2C) + (attr smd) + (fp_text reference R76 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 129 "Net-(Q55-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 218 "Net-(R76-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D8C) + (at 188.475001 34.695001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF09D6C) + (attr smd) + (fp_text reference R77 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 131 "Net-(Q56-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 219 "Net-(R77-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63D9D) + (at 165.115001 45.745001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF15EE3) + (attr smd) + (fp_text reference R78 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 134 "Net-(Q57-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 220 "Net-(R78-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63DAE) + (at 197.975001 31.745001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603FFDD2/5FF515FF) + (attr smd) + (fp_text reference R79 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 215 "Net-(R73-Pad1)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 221 /nixiedrivers6/NL)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63DBF) + (at 152.855001 0.885001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF05313) + (attr smd) + (fp_text reference R80 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 136 "Net-(Q58-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 222 "Net-(R80-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63DD0) + (at 148.105001 0.885001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF071D6) + (attr smd) + (fp_text reference R81 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 223 "Net-(R81-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 137 "Net-(Q59-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63DE1) + (at 129.495001 17.835001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF09D0C) + (attr smd) + (fp_text reference R82 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 224 "Net-(R82-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 139 "Net-(Q60-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63DF2) + (at 124.745001 17.835001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF09D4C) + (attr smd) + (fp_text reference R83 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 225 "Net-(R83-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 141 "Net-(Q61-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E03) + (at 129.495001 20.785001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF15EC3) + (attr smd) + (fp_text reference R84 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 144 "Net-(Q62-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 226 "Net-(R84-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E14) + (at 157.605001 0.885001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF15F03) + (attr smd) + (fp_text reference R85 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 145 "Net-(Q63-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 227 /DDOT)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E25) + (at 148.105001 3.835001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF51489) + (attr smd) + (fp_text reference R86 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 228 "Net-(R86-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 146 "Net-(Q63-Pad3)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E36) + (at 152.855001 9.735001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF05327) + (attr smd) + (fp_text reference R87 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 147 "Net-(Q64-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 229 "Net-(R87-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E47) + (at 152.855001 3.835001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF071F6) + (attr smd) + (fp_text reference R88 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 230 "Net-(R88-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 150 "Net-(Q65-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E58) + (at 162.355001 0.885001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF09D2C) + (attr smd) + (fp_text reference R89 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 151 "Net-(Q66-Pad1)")) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 231 "Net-(R89-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E69) + (at 148.105001 12.685001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF09D6C) + (attr smd) + (fp_text reference R90 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 232 "Net-(R90-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 153 "Net-(Q67-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E7A) + (at 148.105001 9.735001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF15EE3) + (attr smd) + (fp_text reference R91 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 233 "Net-(R91-Pad2)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 156 "Net-(Q68-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FE63E8B) + (at 152.855001 6.785001) + (descr "Resistor 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") + (tags "resistor handsolder") + (path /603EFAE2/5FF515FF) + (attr smd) + (fp_text reference R92 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 1.65) (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.5 0.5) (thickness 0.08))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) + (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 228 "Net-(R86-Pad1)")) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 234 /nixiedrivers4/NL)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_QFP:TQFP-32_7x7mm_P0.8mm (layer F.Cu) (tedit 5A02F146) (tstamp 5FE63EC2) + (at 85.675001 -5.334999) + (descr "32-Lead Plastic Thin Quad Flatpack (PT) - 7x7x1.0 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "QFP 0.8") + (path /6061C86E) + (attr smd) + (fp_text reference U1 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ATmega328P-AU (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.625 -3.4) (end -5.05 -3.4) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.625 -3.625) (end 3.3 -3.625) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.625 3.625) (end 3.3 3.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.625 3.625) (end -3.3 3.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.625 -3.625) (end -3.3 -3.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.625 3.625) (end -3.625 3.3) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.625 3.625) (end 3.625 3.3) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.625 -3.625) (end 3.625 -3.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.625 -3.625) (end -3.625 -3.4) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.3 5.3) (end 5.3 5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.3 -5.3) (end 5.3 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.3 -5.3) (end 5.3 5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.3 -5.3) (end -5.3 5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.5 -2.5) (end -2.5 -3.5) (layer F.Fab) (width 0.15)) + (fp_line (start -3.5 3.5) (end -3.5 -2.5) (layer F.Fab) (width 0.15)) + (fp_line (start 3.5 3.5) (end -3.5 3.5) (layer F.Fab) (width 0.15)) + (fp_line (start 3.5 -3.5) (end 3.5 3.5) (layer F.Fab) (width 0.15)) + (fp_line (start -2.5 -3.5) (end 3.5 -3.5) (layer F.Fab) (width 0.15)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -4.25 -2.8) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 175 /BDOT)) + (pad 2 smd rect (at -4.25 -2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 188 /CDOT)) + (pad 3 smd rect (at -4.25 -1.2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 4 smd rect (at -4.25 -0.4) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 4 VCC)) + (pad 5 smd rect (at -4.25 0.4) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 6 smd rect (at -4.25 1.2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 4 VCC)) + (pad 7 smd rect (at -4.25 2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(C11-Pad2)")) + (pad 8 smd rect (at -4.25 2.8) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(C12-Pad2)")) + (pad 9 smd rect (at -2.8 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 227 /DDOT)) + (pad 10 smd rect (at -2 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 201 /EDOT)) + (pad 11 smd rect (at -1.2 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 214 /FDOT)) + (pad 12 smd rect (at -0.4 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 235 /CK1)) + (pad 13 smd rect (at 0.4 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 236 /CK2)) + (pad 14 smd rect (at 1.2 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 237 /CK3)) + (pad 15 smd rect (at 2 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 24 /MOSI)) + (pad 16 smd rect (at 2.8 4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 21 /MISO)) + (pad 17 smd rect (at 4.25 2.8) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 22 /SCK)) + (pad 18 smd rect (at 4.25 2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 4 VCC)) + (pad 19 smd rect (at 4.25 1.2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 20 smd rect (at 4.25 0.4) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 21 smd rect (at 4.25 -0.4) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 22 smd rect (at 4.25 -1.2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 23 smd rect (at 4.25 -2) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 238 /SD)) + (pad 24 smd rect (at 4.25 -2.8) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 13 /HRSEP)) + (pad 25 smd rect (at 2.8 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 26 smd rect (at 2 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 27 smd rect (at 1.2 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 28 smd rect (at 0.4 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask)) + (pad 29 smd rect (at -0.4 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 23 /~RST)) + (pad 30 smd rect (at -1.2 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 239 /RXD)) + (pad 31 smd rect (at -2 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 240 /TXD)) + (pad 32 smd rect (at -2.8 -4.25 90) (size 1.6 0.55) (layers F.Cu F.Paste F.Mask) + (net 162 /ADOT)) + (model ${KISYS3DMOD}/Package_QFP.3dshapes/TQFP-32_7x7mm_P0.8mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-8_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5FE63EDE) + (at 93.455001 -26.424999) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path /5FE56DF2) + (fp_text reference U2 (at 3.81 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MC34063AP (at 3.81 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 3.81 3.81) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 "Net-(C8-Pad1)")) + (pad 5 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 "Net-(C15-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 "Net-(D1-Pad2)")) + (pad 6 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 +12V)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "Net-(C1-Pad1)")) + (pad 7 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 "Net-(C8-Pad1)")) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 8 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 "Net-(C8-Pad1)")) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-220-3_Vertical (layer F.Cu) (tedit 5AC8BA0D) (tstamp 5FE63EF8) + (at 41.185001 19.875001) + (descr "TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf") + (tags "TO-220-3 Vertical RM 2.54mm") + (path /60662B76) + (fp_text reference U3 (at 2.54 -4.27) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value L7805 (at 2.54 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 7.79 -3.4) (end -2.71 -3.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 7.79 1.51) (end 7.79 -3.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.71 1.51) (end 7.79 1.51) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.71 -3.4) (end -2.71 1.51) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.391 -3.27) (end 4.391 -1.76) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.69 -3.27) (end 0.69 -1.76) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 -1.76) (end 7.66 -1.76) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.66 -3.27) (end 7.66 1.371) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 -3.27) (end -2.58 1.371) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 1.371) (end 7.66 1.371) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.58 -3.27) (end 7.66 -3.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.39 -3.15) (end 4.39 -1.88) (layer F.Fab) (width 0.1)) + (fp_line (start 0.69 -3.15) (end 0.69 -1.88) (layer F.Fab) (width 0.1)) + (fp_line (start -2.46 -1.88) (end 7.54 -1.88) (layer F.Fab) (width 0.1)) + (fp_line (start 7.54 -3.15) (end -2.46 -3.15) (layer F.Fab) (width 0.1)) + (fp_line (start 7.54 1.25) (end 7.54 -3.15) (layer F.Fab) (width 0.1)) + (fp_line (start -2.46 1.25) (end 7.54 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start -2.46 -3.15) (end -2.46 1.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 2.54 -4.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.905 2) (drill 1.1) (layers *.Cu *.Mask) + (net 3 +12V)) + (pad 2 thru_hole oval (at 2.54 0) (size 1.905 2) (drill 1.1) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 3 thru_hole oval (at 5.08 0) (size 1.905 2) (drill 1.1) (layers *.Cu *.Mask) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-220-3_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-14_3.9x8.7mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE63F18) + (at 95.725001 -1.394999) + (descr "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") + (tags "SOIC SO") + (path /6144D805) + (attr smd) + (fp_text reference U4 (at 0 -5.28) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MCP2221AxSL (at 0 5.28) (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 0 4.435) (end 1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 4.435) (end -1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -4.435) (end 1.95 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -4.435) (end -3.45 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.975 -4.325) (end 1.95 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.325) (end 1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.325) (end -1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.325) (end -1.95 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 -3.35) (end -0.975 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -3.7 -4.58) (end -3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 4.58) (end 3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 4.58) (end 3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 -4.58) (end -3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 13 smd roundrect (at 2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 20 "Net-(J2-Pad3)")) + (pad 12 smd roundrect (at 2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 19 "Net-(J2-Pad2)")) + (pad 11 smd roundrect (at 2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 5 "Net-(C5-Pad1)")) + (pad 10 smd roundrect (at 2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 9 smd roundrect (at 2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 8 smd roundrect (at 2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 7 smd roundrect (at -2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 6 smd roundrect (at -2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 239 /RXD)) + (pad 5 smd roundrect (at -2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 240 /TXD)) + (pad 4 smd roundrect (at -2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 23 /~RST)) + (pad 3 smd roundrect (at -2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 2 smd roundrect (at -2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 1 smd roundrect (at -2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-14_3.9x8.7mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-14_3.9x8.7mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE63F38) + (at 106.905001 -17.744999) + (descr "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") + (tags "SOIC SO") + (path /6042FB3B) + (attr smd) + (fp_text reference U5 (at 0 -5.28) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC164 (at 0 5.28) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -4.58) (end -3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 4.58) (end 3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 4.58) (end 3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -4.58) (end -3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.35) (end -0.975 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.325) (end -1.95 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.325) (end -1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.325) (end 1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.325) (end 1.95 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -4.435) (end -3.45 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -4.435) (end 1.95 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 4.435) (end -1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 4.435) (end 1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 238 /SD)) + (pad 2 smd roundrect (at -2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 3 smd roundrect (at -2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 241 /A0)) + (pad 4 smd roundrect (at -2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 242 /A1)) + (pad 5 smd roundrect (at -2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 243 /A2)) + (pad 6 smd roundrect (at -2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 244 /A3)) + (pad 7 smd roundrect (at -2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 235 /CK1)) + (pad 9 smd roundrect (at 2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 10 smd roundrect (at 2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 245 /B0)) + (pad 11 smd roundrect (at 2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 246 /B1)) + (pad 12 smd roundrect (at 2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 247 /B2)) + (pad 13 smd roundrect (at 2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 248 /B3)) + (pad 14 smd roundrect (at 2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-14_3.9x8.7mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-14_3.9x8.7mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE63F58) + (at 70.655001 15.905001) + (descr "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") + (tags "SOIC SO") + (path /604ECE94) + (attr smd) + (fp_text reference U6 (at 0 -5.28) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC164 (at 0 5.28) (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 0 4.435) (end 1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 4.435) (end -1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -4.435) (end 1.95 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -4.435) (end -3.45 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.975 -4.325) (end 1.95 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.325) (end 1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.325) (end -1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.325) (end -1.95 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 -3.35) (end -0.975 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -3.7 -4.58) (end -3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 4.58) (end 3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 4.58) (end 3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 -4.58) (end -3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 249 /D3)) + (pad 12 smd roundrect (at 2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 250 /D2)) + (pad 11 smd roundrect (at 2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 251 /D1)) + (pad 10 smd roundrect (at 2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 252 /D0)) + (pad 9 smd roundrect (at 2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 8 smd roundrect (at 2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 236 /CK2)) + (pad 7 smd roundrect (at -2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 253 /C3)) + (pad 5 smd roundrect (at -2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 254 /C2)) + (pad 4 smd roundrect (at -2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 255 /C1)) + (pad 3 smd roundrect (at -2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 256 /C0)) + (pad 2 smd roundrect (at -2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 1 smd roundrect (at -2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 238 /SD)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-14_3.9x8.7mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-14_3.9x8.7mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE63F78) + (at 84.075001 5.595001) + (descr "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") + (tags "SOIC SO") + (path /60599AA2) + (attr smd) + (fp_text reference U7 (at 0 -5.28) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC164 (at 0 5.28) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -4.58) (end -3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 4.58) (end 3.7 -4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 4.58) (end 3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -4.58) (end -3.7 4.58) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.35) (end -0.975 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.325) (end -1.95 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.325) (end -1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.325) (end 1.95 4.325) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.325) (end 1.95 -4.325) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -4.435) (end -3.45 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -4.435) (end 1.95 -4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 4.435) (end -1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 4.435) (end 1.95 4.435) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 238 /SD)) + (pad 2 smd roundrect (at -2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 3 smd roundrect (at -2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 257 /E0)) + (pad 4 smd roundrect (at -2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 258 /E1)) + (pad 5 smd roundrect (at -2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 259 /E2)) + (pad 6 smd roundrect (at -2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 260 /E3)) + (pad 7 smd roundrect (at -2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 2.475 3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 237 /CK3)) + (pad 9 smd roundrect (at 2.475 2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 10 smd roundrect (at 2.475 1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 261 /F0)) + (pad 11 smd roundrect (at 2.475 0) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 262 /F1)) + (pad 12 smd roundrect (at 2.475 -1.27) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 263 /F2)) + (pad 13 smd roundrect (at 2.475 -2.54) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 264 /F3)) + (pad 14 smd roundrect (at 2.475 -3.81) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-14_3.9x8.7mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module nixiedisp:nixie_in14 (layer F.Cu) (tedit 5FE592FD) (tstamp 5FE67EBA) + (at 91 145) + (path /5FE4AD24) + (fp_text reference U8 (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 25 /nixiedrivers/N0)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 27 /nixiedrivers/N2)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 40 /nixiedrivers/N3)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 29 /nixiedrivers/N4)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 42 /nixiedrivers/N5)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 31 /nixiedrivers/N6)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 44 /nixiedrivers/N7)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 33 /nixiedrivers/N8)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 45 /nixiedrivers/N9)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 38 /nixiedrivers/N1)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 169 /nixiedrivers/NL)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 325 /AA)) + ) + + (module nixiedisp:nixie_in14 (layer F.Cu) (tedit 5FE592FD) (tstamp 5FE6EC37) + (at 114 145) + (path /5FE4B7A6) + (fp_text reference U9 (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 326 /BA)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 182 /nixiedrivers2/NL)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 59 /nixiedrivers2/N1)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 68 /nixiedrivers2/N9)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 56 /nixiedrivers2/N8)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 65 /nixiedrivers2/N7)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 54 /nixiedrivers2/N6)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 63 /nixiedrivers2/N5)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 52 /nixiedrivers2/N4)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 61 /nixiedrivers2/N3)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 50 /nixiedrivers2/N2)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 48 /nixiedrivers2/N0)) + ) + + (module nixiedisp:nixie_in14 (layer F.Cu) (tedit 5FE592FD) (tstamp 5FE69714) + (at 137 145) + (path /5FE4BE5D) + (fp_text reference U10 (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 69 /nixiedrivers3/N0)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 72 /nixiedrivers3/N2)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 84 /nixiedrivers3/N3)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 73 /nixiedrivers3/N4)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 86 /nixiedrivers3/N5)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 75 /nixiedrivers3/N6)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 88 /nixiedrivers3/N7)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 78 /nixiedrivers3/N8)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 89 /nixiedrivers3/N9)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 82 /nixiedrivers3/N1)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 195 /nixiedrivers3/NL)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 327 /CA)) + ) + + (module nixiedisp:nixie_in14 (layer F.Cu) (tedit 5FE592FD) (tstamp 5FE63FE4) + (at 160 145) + (path /5FE4C68F) + (fp_text reference U11 (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 328 /DA)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 234 /nixiedrivers4/NL)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 148 /nixiedrivers4/N1)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 155 /nixiedrivers4/N9)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 143 /nixiedrivers4/N8)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 154 /nixiedrivers4/N7)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 142 /nixiedrivers4/N6)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 152 /nixiedrivers4/N5)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 140 /nixiedrivers4/N4)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 149 /nixiedrivers4/N3)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 138 /nixiedrivers4/N2)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 135 /nixiedrivers4/N0)) + ) + + (module nixiedisp:nixie_in14 (layer F.Cu) (tedit 5FE592FD) (tstamp 5FE63FFF) + (at 183 145) + (path /5FE4CF90) + (fp_text reference U12 (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 91 /nixiedrivers5/N0)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 93 /nixiedrivers5/N2)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 106 /nixiedrivers5/N3)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 96 /nixiedrivers5/N4)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 107 /nixiedrivers5/N5)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 97 /nixiedrivers5/N6)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 109 /nixiedrivers5/N7)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 99 /nixiedrivers5/N8)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 112 /nixiedrivers5/N9)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 103 /nixiedrivers5/N1)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 208 /nixiedrivers5/NL)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 329 /EA)) + ) + + (module nixiedisp:nixie_in14 (layer F.Cu) (tedit 5FE592FD) (tstamp 5FE6401A) + (at 206 145) + (path /5FE4D785) + (fp_text reference U13 (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 330 /FA)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 221 /nixiedrivers6/NL)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 126 /nixiedrivers6/N1)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 133 /nixiedrivers6/N9)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 121 /nixiedrivers6/N8)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 132 /nixiedrivers6/N7)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 119 /nixiedrivers6/N6)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 130 /nixiedrivers6/N5)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 117 /nixiedrivers6/N4)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 128 /nixiedrivers6/N3)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 116 /nixiedrivers6/N2)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 114 /nixiedrivers6/N0)) + ) + + (module Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE64049) + (at 23.355001 78.365001) + (descr "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") + (tags "SOIC SO") + (path /5FEFEA8C/602524FA) + (attr smd) + (fp_text reference U14 (at 0 -8.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC154 (at 0 8.65) (layer F.Fab) + (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))) + ) + (fp_line (start 0 7.81) (end 3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 7.81) (end 3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end -3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 7.81) (end -3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end 3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 -7.81) (end 3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end -3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.81) (end -3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.545) (end -5.675 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.75 -7.7) (end 3.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 -7.7) (end 3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 7.7) (end -3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 7.7) (end -3.75 -6.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 -6.7) (end -2.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.93 -7.95) (end -5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 7.95) (end 5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 7.95) (end 5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 -7.95) (end -5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (pad 24 smd roundrect (at 4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 23 smd roundrect (at 4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 241 /A0)) + (pad 22 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 242 /A1)) + (pad 21 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 243 /A2)) + (pad 20 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 244 /A3)) + (pad 19 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 18 smd roundrect (at 4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 17 smd roundrect (at 4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at 4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at 4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at 4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 11 smd roundrect (at -4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 10 smd roundrect (at -4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 265 "Net-(U14-Pad10)")) + (pad 9 smd roundrect (at -4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 266 "Net-(U14-Pad9)")) + (pad 8 smd roundrect (at -4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 267 "Net-(U14-Pad8)")) + (pad 7 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 268 "Net-(U14-Pad7)")) + (pad 6 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 269 "Net-(U14-Pad6)")) + (pad 5 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 270 "Net-(U14-Pad5)")) + (pad 4 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 271 "Net-(U14-Pad4)")) + (pad 3 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 272 "Net-(U14-Pad3)")) + (pad 2 smd roundrect (at -4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 273 "Net-(U14-Pad2)")) + (pad 1 smd roundrect (at -4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 274 "Net-(U14-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-24W_7.5x15.4mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE6406E) + (at 35.035001 75.765001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /5FEFEA8C/60165027) + (attr smd) + (fp_text reference U15 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (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))) + ) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 269 "Net-(U14-Pad6)")) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 166 "Net-(R24-Pad2)")) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 270 "Net-(U14-Pad5)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 159 "Net-(R17-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 271 "Net-(U14-Pad4)")) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 165 "Net-(R23-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 158 "Net-(R16-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 272 "Net-(U14-Pad3)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 164 "Net-(R22-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 273 "Net-(U14-Pad2)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 157 "Net-(R15-Pad2)")) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 274 "Net-(U14-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE64093) + (at 35 88) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /5FEFEA8C/6017B041) + (attr smd) + (fp_text reference U16 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 268 "Net-(U14-Pad7)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 "Net-(R18-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 267 "Net-(U14-Pad8)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 167 "Net-(R25-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 266 "Net-(U14-Pad9)")) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 "Net-(R19-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 168 "Net-(R26-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 265 "Net-(U14-Pad10)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE640C2) + (at 128.825001 -20.024999) + (descr "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") + (tags "SOIC SO") + (path /6039F880/602524FA) + (attr smd) + (fp_text reference U17 (at 0 -8.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC154 (at 0 8.65) (layer F.Fab) + (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))) + ) + (fp_line (start 0 7.81) (end 3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 7.81) (end 3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end -3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 7.81) (end -3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end 3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 -7.81) (end 3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end -3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.81) (end -3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.545) (end -5.675 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.75 -7.7) (end 3.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 -7.7) (end 3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 7.7) (end -3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 7.7) (end -3.75 -6.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 -6.7) (end -2.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.93 -7.95) (end -5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 7.95) (end 5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 7.95) (end 5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 -7.95) (end -5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (pad 24 smd roundrect (at 4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 23 smd roundrect (at 4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 245 /B0)) + (pad 22 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 246 /B1)) + (pad 21 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 247 /B2)) + (pad 20 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 248 /B3)) + (pad 19 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 18 smd roundrect (at 4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 17 smd roundrect (at 4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at 4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at 4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at 4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 11 smd roundrect (at -4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 10 smd roundrect (at -4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 275 "Net-(U17-Pad10)")) + (pad 9 smd roundrect (at -4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 276 "Net-(U17-Pad9)")) + (pad 8 smd roundrect (at -4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 277 "Net-(U17-Pad8)")) + (pad 7 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 278 "Net-(U17-Pad7)")) + (pad 6 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 279 "Net-(U17-Pad6)")) + (pad 5 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 280 "Net-(U17-Pad5)")) + (pad 4 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 281 "Net-(U17-Pad4)")) + (pad 3 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 282 "Net-(U17-Pad3)")) + (pad 2 smd roundrect (at -4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 283 "Net-(U17-Pad2)")) + (pad 1 smd roundrect (at -4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 284 "Net-(U17-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-24W_7.5x15.4mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE640E7) + (at 140.505001 -22.624999) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /6039F880/60165027) + (attr smd) + (fp_text reference U18 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 284 "Net-(U17-Pad1)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 "Net-(R28-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 283 "Net-(U17-Pad2)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 177 "Net-(R35-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 282 "Net-(U17-Pad3)")) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 171 "Net-(R29-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 178 "Net-(R36-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 281 "Net-(U17-Pad4)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 172 "Net-(R30-Pad2)")) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 280 "Net-(U17-Pad5)")) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 179 "Net-(R37-Pad2)")) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 279 "Net-(U17-Pad6)")) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE6410C) + (at 140.505001 -10.874999) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /6039F880/6017B041) + (attr smd) + (fp_text reference U19 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 278 "Net-(U17-Pad7)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 173 "Net-(R31-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 277 "Net-(U17-Pad8)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 180 "Net-(R38-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 276 "Net-(U17-Pad9)")) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 174 "Net-(R32-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 181 "Net-(R39-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 275 "Net-(U17-Pad10)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE6413B) + (at 74.635001 38.365001) + (descr "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") + (tags "SOIC SO") + (path /603EF886/602524FA) + (attr smd) + (fp_text reference U20 (at 0 -8.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC154 (at 0 8.65) (layer F.Fab) + (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))) + ) + (fp_line (start 0 7.81) (end 3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 7.81) (end 3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end -3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 7.81) (end -3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end 3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 -7.81) (end 3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end -3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.81) (end -3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.545) (end -5.675 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.75 -7.7) (end 3.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 -7.7) (end 3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 7.7) (end -3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 7.7) (end -3.75 -6.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 -6.7) (end -2.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.93 -7.95) (end -5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 7.95) (end 5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 7.95) (end 5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 -7.95) (end -5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (pad 24 smd roundrect (at 4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 23 smd roundrect (at 4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 256 /C0)) + (pad 22 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 255 /C1)) + (pad 21 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 254 /C2)) + (pad 20 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 253 /C3)) + (pad 19 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 18 smd roundrect (at 4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 17 smd roundrect (at 4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at 4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at 4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at 4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 11 smd roundrect (at -4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 10 smd roundrect (at -4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 285 "Net-(U20-Pad10)")) + (pad 9 smd roundrect (at -4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 286 "Net-(U20-Pad9)")) + (pad 8 smd roundrect (at -4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 287 "Net-(U20-Pad8)")) + (pad 7 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 288 "Net-(U20-Pad7)")) + (pad 6 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 289 "Net-(U20-Pad6)")) + (pad 5 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 290 "Net-(U20-Pad5)")) + (pad 4 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 291 "Net-(U20-Pad4)")) + (pad 3 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 292 "Net-(U20-Pad3)")) + (pad 2 smd roundrect (at -4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 293 "Net-(U20-Pad2)")) + (pad 1 smd roundrect (at -4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 294 "Net-(U20-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-24W_7.5x15.4mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE64160) + (at 86.315001 47.515001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603EF886/60165027) + (attr smd) + (fp_text reference U21 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (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))) + ) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 289 "Net-(U20-Pad6)")) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 192 "Net-(R50-Pad2)")) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 290 "Net-(U20-Pad5)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 185 "Net-(R43-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 291 "Net-(U20-Pad4)")) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 191 "Net-(R49-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 184 "Net-(R42-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 292 "Net-(U20-Pad3)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 190 "Net-(R48-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 293 "Net-(U20-Pad2)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 183 "Net-(R41-Pad2)")) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 294 "Net-(U20-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE64185) + (at 86.315001 35.765001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603EF886/6017B041) + (attr smd) + (fp_text reference U22 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 288 "Net-(U20-Pad7)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 186 "Net-(R44-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 287 "Net-(U20-Pad8)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 193 "Net-(R51-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 286 "Net-(U20-Pad9)")) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 187 "Net-(R45-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 194 "Net-(R52-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 285 "Net-(U20-Pad10)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE641B4) + (at 121.915001 38.365001) + (descr "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") + (tags "SOIC SO") + (path /603FFB52/602524FA) + (attr smd) + (fp_text reference U23 (at 0 -8.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC154 (at 0 8.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 5.93 -7.95) (end -5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 7.95) (end 5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 7.95) (end 5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 -7.95) (end -5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -6.7) (end -2.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 7.7) (end -3.75 -6.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 7.7) (end -3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 -7.7) (end 3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -2.75 -7.7) (end 3.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.86 -7.545) (end -5.675 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.81) (end -3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end -3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 -7.81) (end 3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end 3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 7.81) (end -3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end -3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 7.81) (end 3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end 3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 295 "Net-(U23-Pad1)")) + (pad 2 smd roundrect (at -4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 296 "Net-(U23-Pad2)")) + (pad 3 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 297 "Net-(U23-Pad3)")) + (pad 4 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 298 "Net-(U23-Pad4)")) + (pad 5 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 299 "Net-(U23-Pad5)")) + (pad 6 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 300 "Net-(U23-Pad6)")) + (pad 7 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 301 "Net-(U23-Pad7)")) + (pad 8 smd roundrect (at -4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 302 "Net-(U23-Pad8)")) + (pad 9 smd roundrect (at -4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 303 "Net-(U23-Pad9)")) + (pad 10 smd roundrect (at -4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 304 "Net-(U23-Pad10)")) + (pad 11 smd roundrect (at -4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 13 smd roundrect (at 4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at 4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at 4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at 4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 17 smd roundrect (at 4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 18 smd roundrect (at 4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 19 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 20 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 260 /E3)) + (pad 21 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 259 /E2)) + (pad 22 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 258 /E1)) + (pad 23 smd roundrect (at 4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 257 /E0)) + (pad 24 smd roundrect (at 4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-24W_7.5x15.4mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE641D9) + (at 133.595001 47.515001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603FFB52/60165027) + (attr smd) + (fp_text reference U24 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (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))) + ) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 300 "Net-(U23-Pad6)")) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 205 "Net-(R63-Pad2)")) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 299 "Net-(U23-Pad5)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 198 "Net-(R56-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 298 "Net-(U23-Pad4)")) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 204 "Net-(R62-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 197 "Net-(R55-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 297 "Net-(U23-Pad3)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 203 "Net-(R61-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 296 "Net-(U23-Pad2)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 196 "Net-(R54-Pad2)")) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 295 "Net-(U23-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE641FE) + (at 133.595001 35.765001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603FFB52/6017B041) + (attr smd) + (fp_text reference U25 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (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))) + ) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 304 "Net-(U23-Pad10)")) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 207 "Net-(R65-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 200 "Net-(R58-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 303 "Net-(U23-Pad9)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 206 "Net-(R64-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 302 "Net-(U23-Pad8)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 199 "Net-(R57-Pad2)")) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 301 "Net-(U23-Pad7)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE6422D) + (at 169.195001 35.795001) + (descr "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") + (tags "SOIC SO") + (path /603FFDD2/602524FA) + (attr smd) + (fp_text reference U26 (at 0 -8.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC154 (at 0 8.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 5.93 -7.95) (end -5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 7.95) (end 5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 7.95) (end 5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 -7.95) (end -5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -6.7) (end -2.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 7.7) (end -3.75 -6.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 7.7) (end -3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 -7.7) (end 3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -2.75 -7.7) (end 3.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.86 -7.545) (end -5.675 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.81) (end -3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end -3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 -7.81) (end 3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end 3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 7.81) (end -3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end -3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 7.81) (end 3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end 3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 305 "Net-(U26-Pad1)")) + (pad 2 smd roundrect (at -4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 306 "Net-(U26-Pad2)")) + (pad 3 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 307 "Net-(U26-Pad3)")) + (pad 4 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 308 "Net-(U26-Pad4)")) + (pad 5 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 309 "Net-(U26-Pad5)")) + (pad 6 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 310 "Net-(U26-Pad6)")) + (pad 7 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 311 "Net-(U26-Pad7)")) + (pad 8 smd roundrect (at -4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 312 "Net-(U26-Pad8)")) + (pad 9 smd roundrect (at -4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 313 "Net-(U26-Pad9)")) + (pad 10 smd roundrect (at -4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 314 "Net-(U26-Pad10)")) + (pad 11 smd roundrect (at -4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 13 smd roundrect (at 4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at 4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at 4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at 4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 17 smd roundrect (at 4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 18 smd roundrect (at 4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 19 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 20 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 264 /F3)) + (pad 21 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 263 /F2)) + (pad 22 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 262 /F1)) + (pad 23 smd roundrect (at 4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 261 /F0)) + (pad 24 smd roundrect (at 4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-24W_7.5x15.4mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE64252) + (at 180.875001 33.195001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603FFDD2/60165027) + (attr smd) + (fp_text reference U27 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 305 "Net-(U26-Pad1)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 209 "Net-(R67-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 306 "Net-(U26-Pad2)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 216 "Net-(R74-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 307 "Net-(U26-Pad3)")) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 210 "Net-(R68-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 217 "Net-(R75-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 308 "Net-(U26-Pad4)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 211 "Net-(R69-Pad2)")) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 309 "Net-(U26-Pad5)")) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 218 "Net-(R76-Pad2)")) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 310 "Net-(U26-Pad6)")) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE64277) + (at 180.875001 44.945001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603FFDD2/6017B041) + (attr smd) + (fp_text reference U28 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (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))) + ) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 314 "Net-(U26-Pad10)")) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 220 "Net-(R78-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 213 "Net-(R71-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 313 "Net-(U26-Pad9)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 219 "Net-(R77-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 312 "Net-(U26-Pad8)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 212 "Net-(R70-Pad2)")) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 311 "Net-(U26-Pad7)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5FE642A6) + (at 128.825001 7.885001) + (descr "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") + (tags "SOIC SO") + (path /603EFAE2/602524FA) + (attr smd) + (fp_text reference U29 (at 0 -8.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC154 (at 0 8.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 5.93 -7.95) (end -5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.93 7.95) (end 5.93 -7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 7.95) (end 5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.93 -7.95) (end -5.93 7.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -6.7) (end -2.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.75 7.7) (end -3.75 -6.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 7.7) (end -3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.75 -7.7) (end 3.75 7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -2.75 -7.7) (end 3.75 -7.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.86 -7.545) (end -5.675 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 -7.81) (end -3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end -3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 -7.81) (end 3.86 -7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -7.81) (end 3.86 -7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.86 7.81) (end -3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end -3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.86 7.81) (end 3.86 7.545) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 7.81) (end 3.86 7.81) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 315 "Net-(U29-Pad1)")) + (pad 2 smd roundrect (at -4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 316 "Net-(U29-Pad2)")) + (pad 3 smd roundrect (at -4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 317 "Net-(U29-Pad3)")) + (pad 4 smd roundrect (at -4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 318 "Net-(U29-Pad4)")) + (pad 5 smd roundrect (at -4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 319 "Net-(U29-Pad5)")) + (pad 6 smd roundrect (at -4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 320 "Net-(U29-Pad6)")) + (pad 7 smd roundrect (at -4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 321 "Net-(U29-Pad7)")) + (pad 8 smd roundrect (at -4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 322 "Net-(U29-Pad8)")) + (pad 9 smd roundrect (at -4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 323 "Net-(U29-Pad9)")) + (pad 10 smd roundrect (at -4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 324 "Net-(U29-Pad10)")) + (pad 11 smd roundrect (at -4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 13 smd roundrect (at 4.65 6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at 4.65 5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at 4.65 4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at 4.65 3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 17 smd roundrect (at 4.65 1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 18 smd roundrect (at 4.65 0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 19 smd roundrect (at 4.65 -0.635) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 20 smd roundrect (at 4.65 -1.905) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 249 /D3)) + (pad 21 smd roundrect (at 4.65 -3.175) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 250 /D2)) + (pad 22 smd roundrect (at 4.65 -4.445) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 251 /D1)) + (pad 23 smd roundrect (at 4.65 -5.715) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 252 /D0)) + (pad 24 smd roundrect (at 4.65 -6.985) (size 2.05 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-24W_7.5x15.4mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE642CB) + (at 140.505001 5.285001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603EFAE2/60165027) + (attr smd) + (fp_text reference U30 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (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))) + ) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 320 "Net-(U29-Pad6)")) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 231 "Net-(R89-Pad2)")) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 319 "Net-(U29-Pad5)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 224 "Net-(R82-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 318 "Net-(U29-Pad4)")) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 230 "Net-(R88-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 223 "Net-(R81-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 317 "Net-(U29-Pad3)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 229 "Net-(R87-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 316 "Net-(U29-Pad2)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 222 "Net-(R80-Pad2)")) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 315 "Net-(U29-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SO-14_5.3x10.2mm_P1.27mm (layer F.Cu) (tedit 5EA5315B) (tstamp 5FE642F0) + (at 140.505001 17.035001) + (descr "SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (path /603EFAE2/6017B041) + (attr smd) + (fp_text reference U31 (at 0 -6.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC04 (at 0 6.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.7 -5.35) (end -4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 5.35) (end 4.7 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 5.35) (end 4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -5.35) (end -4.7 5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.65 -4.1) (end -1.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.65 5.1) (end -2.65 -4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 5.1) (end -2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start 2.65 -5.1) (end 2.65 5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -1.65 -5.1) (end 2.65 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.76 -4.37) (end -4.45 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 -5.21) (end -2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end -2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 -5.21) (end 2.76 -4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.21) (end 2.76 -5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.76 5.21) (end -2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end -2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.76 5.21) (end 2.76 4.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.21) (end 2.76 5.21) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd roundrect (at -3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 321 "Net-(U29-Pad7)")) + (pad 2 smd roundrect (at -3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 225 "Net-(R83-Pad2)")) + (pad 3 smd roundrect (at -3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 322 "Net-(U29-Pad8)")) + (pad 4 smd roundrect (at -3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 232 "Net-(R90-Pad2)")) + (pad 5 smd roundrect (at -3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 323 "Net-(U29-Pad9)")) + (pad 6 smd roundrect (at -3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 226 "Net-(R84-Pad2)")) + (pad 7 smd roundrect (at -3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 8 smd roundrect (at 3.4625 3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 233 "Net-(R91-Pad2)")) + (pad 9 smd roundrect (at 3.4625 2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 324 "Net-(U29-Pad10)")) + (pad 10 smd roundrect (at 3.4625 1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at 3.4625 0) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 12 smd roundrect (at 3.4625 -1.27) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at 3.4625 -2.54) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 14 smd roundrect (at 3.4625 -3.81) (size 1.975 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 VCC)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SO-14_5.3x10.2mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Crystal:Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm (layer F.Cu) (tedit 5AEE9E1A) (tstamp 5FE64307) + (at 107.955001 -25.674999) + (descr http://www.ecsxtal.com/store/pdf/CSM-3X.pdf) + (tags "Crystal CSM-3X") + (path /607639EB) + (attr smd) + (fp_text reference Y1 (at 0 -3.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 14.7456MHz (at 0 3.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -4.75 2.3) (end 4.75 2.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.75 -2.3) (end 4.75 2.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.75 -2.3) (end -4.75 2.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.75 -2.3) (end 4.75 -2.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.92 2.17) (end 3.92 0.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.92 2.17) (end -3.92 0.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.92 2.17) (end 3.92 2.17) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.92 -2.17) (end 3.92 -0.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.92 -2.17) (end -3.92 -0.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.92 -2.17) (end 3.92 -2.17) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.8 2.05) (end -3.8 -2.05) (layer F.Fab) (width 0.1)) + (fp_line (start 3.8 2.05) (end -3.8 2.05) (layer F.Fab) (width 0.1)) + (fp_line (start 3.8 -2.05) (end 3.8 2.05) (layer F.Fab) (width 0.1)) + (fp_line (start -3.8 -2.05) (end 3.8 -2.05) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.5 0) (end 1.5 2.05) (angle -180) (layer F.Fab) (width 0.1)) + (fp_arc (start -1.5 0) (end -1.5 -2.05) (angle -180) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 -0.05) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.75 0) (size 3.5 1.2) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(C11-Pad2)")) + (pad 2 smd rect (at 2.75 0) (size 3.5 1.2) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(C12-Pad2)")) + (model ${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (segment (start 95.52 137.02) (end 95.52 141.89) (width 0.35) (layer F.Cu) (net 25)) + (segment (start 93.5 135) (end 95.52 137.02) (width 0.35) (layer F.Cu) (net 25)) + (segment (start 118.52 137.02) (end 118.52 141.89) (width 0.35) (layer F.Cu) (net 48) (tstamp 5FE6EC06)) + (segment (start 116.5 135) (end 118.52 137.02) (width 0.35) (layer F.Cu) (net 48) (tstamp 5FE6EC7E)) + (segment (start 85.025001 143.825001) (end 85.54 144.34) (width 0.35) (layer F.Cu) (net 27)) + (segment (start 85.025001 133.525001) (end 85.025001 143.825001) (width 0.35) (layer F.Cu) (net 27)) + (segment (start 84.5 133) (end 85.025001 133.525001) (width 0.35) (layer F.Cu) (net 27)) + (segment (start 107.5 133) (end 108.025001 133.525001) (width 0.35) (layer F.Cu) (net 50) (tstamp 5FE6EC0F)) + (segment (start 108.025001 133.525001) (end 108.025001 143.825001) (width 0.35) (layer F.Cu) (net 50) (tstamp 5FE6EC12)) + (segment (start 108.025001 143.825001) (end 108.54 144.34) (width 0.35) (layer F.Cu) (net 50) (tstamp 5FE6EC7B)) + (segment (start 87.36 152.14) (end 87.36 149.12) (width 0.35) (layer F.Cu) (net 29)) + (segment (start 85.5 154) (end 87.36 152.14) (width 0.35) (layer F.Cu) (net 29)) + (segment (start 85.5 154.5) (end 85.5 154) (width 0.35) (layer F.Cu) (net 29)) + (segment (start 108.5 154.5) (end 108.5 154) (width 0.35) (layer F.Cu) (net 52) (tstamp 5FE6EC15)) + (segment (start 110.36 152.14) (end 110.36 149.12) (width 0.35) (layer F.Cu) (net 52) (tstamp 5FE6EC18)) + (segment (start 108.5 154) (end 110.36 152.14) (width 0.35) (layer F.Cu) (net 52) (tstamp 5FE6ECDB)) + (segment (start 93 155.5) (end 93 153.5) (width 0.35) (layer F.Cu) (net 31)) + (segment (start 92.31 152.81) (end 92.31 150.34) (width 0.35) (layer F.Cu) (net 31)) + (segment (start 93 153.5) (end 92.31 152.81) (width 0.35) (layer F.Cu) (net 31)) + (segment (start 116 153.5) (end 115.31 152.81) (width 0.35) (layer F.Cu) (net 54) (tstamp 5FE6EC78)) + (segment (start 115.31 152.81) (end 115.31 150.34) (width 0.35) (layer F.Cu) (net 54) (tstamp 5FE6EC96)) + (segment (start 116 155.5) (end 116 153.5) (width 0.35) (layer F.Cu) (net 54) (tstamp 5FE6EC8D)) + (segment (start 99 144.09) (end 96.14 146.95) (width 0.35) (layer F.Cu) (net 33)) + (segment (start 99 137.5) (end 99 144.09) (width 0.35) (layer F.Cu) (net 33)) + (segment (start 122 137.5) (end 122 144.09) (width 0.35) (layer F.Cu) (net 56) (tstamp 5FE6EC0C)) + (segment (start 122 144.09) (end 119.14 146.95) (width 0.35) (layer F.Cu) (net 56) (tstamp 5FE6ECD5)) + (segment (start 89.05 126.3) (end 89 126.25) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 91.9 126.3) (end 89.05 126.3) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 114.9 126.3) (end 112.05 126.3) (width 0.25) (layer F.Cu) (net 35) (tstamp 5FE6ED0C)) + (segment (start 137.9 126.3) (end 135.05 126.3) (width 0.25) (layer F.Cu) (net 35) (tstamp 5FE6EA3E)) + (segment (start 160.9 126.3) (end 158.05 126.3) (width 0.25) (layer F.Cu) (net 35) (tstamp 5FE6EAA0)) + (segment (start 183.9 126.3) (end 181.05 126.3) (width 0.25) (layer F.Cu) (net 35) (tstamp 5FE6EAF7)) + (segment (start 206.9 126.3) (end 204.05 126.3) (width 0.25) (layer F.Cu) (net 35) (tstamp 5FE6EB50)) + (segment (start 86.48 137.02) (end 86.48 141.88) (width 0.35) (layer F.Cu) (net 38)) + (segment (start 88.5 135) (end 86.48 137.02) (width 0.35) (layer F.Cu) (net 38)) + (segment (start 109.48 137.02) (end 109.48 141.88) (width 0.35) (layer F.Cu) (net 59) (tstamp 5FE6EC75)) + (segment (start 111.5 135) (end 109.48 137.02) (width 0.35) (layer F.Cu) (net 59) (tstamp 5FE6EC8A)) + (segment (start 83 144.09) (end 85.86 146.95) (width 0.35) (layer F.Cu) (net 40)) + (segment (start 83 137.5) (end 83 144.09) (width 0.35) (layer F.Cu) (net 40)) + (segment (start 106 144.09) (end 108.86 146.95) (width 0.35) (layer F.Cu) (net 61) (tstamp 5FE6EC90)) + (segment (start 106 137.5) (end 106 144.09) (width 0.35) (layer F.Cu) (net 61) (tstamp 5FE6ECA2)) + (segment (start 89 155.5) (end 89 153.5) (width 0.35) (layer F.Cu) (net 42)) + (segment (start 89.69 152.81) (end 89.69 150.34) (width 0.35) (layer F.Cu) (net 42)) + (segment (start 89 153.5) (end 89.69 152.81) (width 0.35) (layer F.Cu) (net 42)) + (segment (start 112 153.5) (end 112.69 152.81) (width 0.35) (layer F.Cu) (net 63) (tstamp 5FE6EC84)) + (segment (start 112.69 152.81) (end 112.69 150.34) (width 0.35) (layer F.Cu) (net 63) (tstamp 5FE6EC6C)) + (segment (start 112 155.5) (end 112 153.5) (width 0.35) (layer F.Cu) (net 63) (tstamp 5FE6ECD8)) + (segment (start 96.55 154.5) (end 96.55 154.05) (width 0.35) (layer F.Cu) (net 44)) + (segment (start 94.65 152.15) (end 94.65 149.11) (width 0.35) (layer F.Cu) (net 44)) + (segment (start 96.55 154.05) (end 94.65 152.15) (width 0.35) (layer F.Cu) (net 44)) + (segment (start 119.55 154.05) (end 117.65 152.15) (width 0.35) (layer F.Cu) (net 65) (tstamp 5FE6EC1B)) + (segment (start 119.55 154.5) (end 119.55 154.05) (width 0.35) (layer F.Cu) (net 65) (tstamp 5FE6EC99)) + (segment (start 117.65 152.15) (end 117.65 149.11) (width 0.35) (layer F.Cu) (net 65) (tstamp 5FE6EC6F)) + (segment (start 96.974999 143.825001) (end 96.46 144.34) (width 0.35) (layer F.Cu) (net 45)) + (segment (start 96.974999 133.525001) (end 96.974999 143.825001) (width 0.35) (layer F.Cu) (net 45)) + (segment (start 97.5 133) (end 96.974999 133.525001) (width 0.35) (layer F.Cu) (net 45)) + (segment (start 139.5 135) (end 141.52 137.02) (width 0.35) (layer F.Cu) (net 69) (tstamp 5FE6EA3F)) + (segment (start 141.52 137.02) (end 141.52 141.89) (width 0.35) (layer F.Cu) (net 69) (tstamp 5FE6EA4D)) + (segment (start 131.025001 143.825001) (end 131.54 144.34) (width 0.35) (layer F.Cu) (net 72) (tstamp 5FE6EA40)) + (segment (start 131.025001 133.525001) (end 131.025001 143.825001) (width 0.35) (layer F.Cu) (net 72) (tstamp 5FE6EA49)) + (segment (start 130.5 133) (end 131.025001 133.525001) (width 0.35) (layer F.Cu) (net 72) (tstamp 5FE6EA4A)) + (segment (start 131.5 154) (end 133.36 152.14) (width 0.35) (layer F.Cu) (net 73) (tstamp 5FE6EA30)) + (segment (start 133.36 152.14) (end 133.36 149.12) (width 0.35) (layer F.Cu) (net 73) (tstamp 5FE6EA47)) + (segment (start 131.5 154.5) (end 131.5 154) (width 0.35) (layer F.Cu) (net 73) (tstamp 5FE6EA48)) + (segment (start 138.31 152.81) (end 138.31 150.34) (width 0.35) (layer F.Cu) (net 75) (tstamp 5FE6EA37)) + (segment (start 139 155.5) (end 139 153.5) (width 0.35) (layer F.Cu) (net 75) (tstamp 5FE6EA3A)) + (segment (start 139 153.5) (end 138.31 152.81) (width 0.35) (layer F.Cu) (net 75) (tstamp 5FE6EA41)) + (segment (start 145 144.09) (end 142.14 146.95) (width 0.35) (layer F.Cu) (net 78) (tstamp 5FE6EA32)) + (segment (start 145 137.5) (end 145 144.09) (width 0.35) (layer F.Cu) (net 78) (tstamp 5FE6EA4B)) + (segment (start 134.5 135) (end 132.48 137.02) (width 0.35) (layer F.Cu) (net 82) (tstamp 5FE6EA3B)) + (segment (start 132.48 137.02) (end 132.48 141.88) (width 0.35) (layer F.Cu) (net 82) (tstamp 5FE6EA42)) + (segment (start 129 137.5) (end 129 144.09) (width 0.35) (layer F.Cu) (net 84) (tstamp 5FE6EA33)) + (segment (start 129 144.09) (end 131.86 146.95) (width 0.35) (layer F.Cu) (net 84) (tstamp 5FE6EA39)) + (segment (start 135 155.5) (end 135 153.5) (width 0.35) (layer F.Cu) (net 86) (tstamp 5FE6EA31)) + (segment (start 135 153.5) (end 135.69 152.81) (width 0.35) (layer F.Cu) (net 86) (tstamp 5FE6EA3D)) + (segment (start 135.69 152.81) (end 135.69 150.34) (width 0.35) (layer F.Cu) (net 86) (tstamp 5FE6EA45)) + (segment (start 142.55 154.5) (end 142.55 154.05) (width 0.35) (layer F.Cu) (net 88) (tstamp 5FE6EA36)) + (segment (start 140.65 152.15) (end 140.65 149.11) (width 0.35) (layer F.Cu) (net 88) (tstamp 5FE6EA44)) + (segment (start 142.55 154.05) (end 140.65 152.15) (width 0.35) (layer F.Cu) (net 88) (tstamp 5FE6EA46)) + (segment (start 119.974999 143.825001) (end 119.46 144.34) (width 0.35) (layer F.Cu) (net 68) (tstamp 5FE6EC9C)) + (segment (start 120.5 133) (end 119.974999 133.525001) (width 0.35) (layer F.Cu) (net 68) (tstamp 5FE6EC09)) + (segment (start 119.974999 133.525001) (end 119.974999 143.825001) (width 0.35) (layer F.Cu) (net 68) (tstamp 5FE6EC87)) + (segment (start 162.5 135) (end 164.52 137.02) (width 0.35) (layer F.Cu) (net 135) (tstamp 5FE6EA90)) + (segment (start 164.52 137.02) (end 164.52 141.89) (width 0.35) (layer F.Cu) (net 135) (tstamp 5FE6EAAF)) + (segment (start 154.025001 133.525001) (end 154.025001 143.825001) (width 0.35) (layer F.Cu) (net 138) (tstamp 5FE6EAA1)) + (segment (start 154.025001 143.825001) (end 154.54 144.34) (width 0.35) (layer F.Cu) (net 138) (tstamp 5FE6EAA3)) + (segment (start 153.5 133) (end 154.025001 133.525001) (width 0.35) (layer F.Cu) (net 138) (tstamp 5FE6EAA7)) + (segment (start 154.5 154) (end 156.36 152.14) (width 0.35) (layer F.Cu) (net 140) (tstamp 5FE6EA9C)) + (segment (start 156.36 152.14) (end 156.36 149.12) (width 0.35) (layer F.Cu) (net 140) (tstamp 5FE6EA9F)) + (segment (start 154.5 154.5) (end 154.5 154) (width 0.35) (layer F.Cu) (net 140) (tstamp 5FE6EAAB)) + (segment (start 161.31 152.81) (end 161.31 150.34) (width 0.35) (layer F.Cu) (net 142) (tstamp 5FE6EA95)) + (segment (start 162 155.5) (end 162 153.5) (width 0.35) (layer F.Cu) (net 142) (tstamp 5FE6EAA4)) + (segment (start 162 153.5) (end 161.31 152.81) (width 0.35) (layer F.Cu) (net 142) (tstamp 5FE6EAAC)) + (segment (start 168 144.09) (end 165.14 146.95) (width 0.35) (layer F.Cu) (net 143) (tstamp 5FE6EAA5)) + (segment (start 168 137.5) (end 168 144.09) (width 0.35) (layer F.Cu) (net 143) (tstamp 5FE6EAAD)) + (segment (start 155.48 137.02) (end 155.48 141.88) (width 0.35) (layer F.Cu) (net 148) (tstamp 5FE6EA96)) + (segment (start 157.5 135) (end 155.48 137.02) (width 0.35) (layer F.Cu) (net 148) (tstamp 5FE6EAA2)) + (segment (start 152 144.09) (end 154.86 146.95) (width 0.35) (layer F.Cu) (net 149) (tstamp 5FE6EA9D)) + (segment (start 152 137.5) (end 152 144.09) (width 0.35) (layer F.Cu) (net 149) (tstamp 5FE6EAA9)) + (segment (start 158 155.5) (end 158 153.5) (width 0.35) (layer F.Cu) (net 152) (tstamp 5FE6EA93)) + (segment (start 158.69 152.81) (end 158.69 150.34) (width 0.35) (layer F.Cu) (net 152) (tstamp 5FE6EA9A)) + (segment (start 158 153.5) (end 158.69 152.81) (width 0.35) (layer F.Cu) (net 152) (tstamp 5FE6EAA8)) + (segment (start 165.55 154.05) (end 163.65 152.15) (width 0.35) (layer F.Cu) (net 154) (tstamp 5FE6EA97)) + (segment (start 163.65 152.15) (end 163.65 149.11) (width 0.35) (layer F.Cu) (net 154) (tstamp 5FE6EA99)) + (segment (start 165.55 154.5) (end 165.55 154.05) (width 0.35) (layer F.Cu) (net 154) (tstamp 5FE6EA9B)) + (segment (start 142.974999 143.825001) (end 142.46 144.34) (width 0.35) (layer F.Cu) (net 89) (tstamp 5FE6EA35)) + (segment (start 142.974999 133.525001) (end 142.974999 143.825001) (width 0.35) (layer F.Cu) (net 89) (tstamp 5FE6EA3C)) + (segment (start 143.5 133) (end 142.974999 133.525001) (width 0.35) (layer F.Cu) (net 89) (tstamp 5FE6EA4C)) + (segment (start 187.52 137.02) (end 187.52 141.89) (width 0.35) (layer F.Cu) (net 91) (tstamp 5FE6EAFF)) + (segment (start 185.5 135) (end 187.52 137.02) (width 0.35) (layer F.Cu) (net 91) (tstamp 5FE6EB0C)) + (segment (start 210.52 137.02) (end 210.52 141.89) (width 0.35) (layer F.Cu) (net 114) (tstamp 5FE6EB64)) + (segment (start 208.5 135) (end 210.52 137.02) (width 0.35) (layer F.Cu) (net 114) (tstamp 5FE6EB68)) + (segment (start 176.5 133) (end 177.025001 133.525001) (width 0.35) (layer F.Cu) (net 93) (tstamp 5FE6EAFD)) + (segment (start 177.025001 133.525001) (end 177.025001 143.825001) (width 0.35) (layer F.Cu) (net 93) (tstamp 5FE6EB01)) + (segment (start 177.025001 143.825001) (end 177.54 144.34) (width 0.35) (layer F.Cu) (net 93) (tstamp 5FE6EB10)) + (segment (start 200.025001 133.525001) (end 200.025001 143.825001) (width 0.35) (layer F.Cu) (net 116) (tstamp 5FE6EB55)) + (segment (start 199.5 133) (end 200.025001 133.525001) (width 0.35) (layer F.Cu) (net 116) (tstamp 5FE6EB57)) + (segment (start 200.025001 143.825001) (end 200.54 144.34) (width 0.35) (layer F.Cu) (net 116) (tstamp 5FE6EB60)) + (segment (start 177.5 154.5) (end 177.5 154) (width 0.35) (layer F.Cu) (net 96) (tstamp 5FE6EAFB)) + (segment (start 177.5 154) (end 179.36 152.14) (width 0.35) (layer F.Cu) (net 96) (tstamp 5FE6EB08)) + (segment (start 179.36 152.14) (end 179.36 149.12) (width 0.35) (layer F.Cu) (net 96) (tstamp 5FE6EB0B)) + (segment (start 200.5 154.5) (end 200.5 154) (width 0.35) (layer F.Cu) (net 117) (tstamp 5FE6EB54)) + (segment (start 202.36 152.14) (end 202.36 149.12) (width 0.35) (layer F.Cu) (net 117) (tstamp 5FE6EB5C)) + (segment (start 200.5 154) (end 202.36 152.14) (width 0.35) (layer F.Cu) (net 117) (tstamp 5FE6EB63)) + (segment (start 185 153.5) (end 184.31 152.81) (width 0.35) (layer F.Cu) (net 97) (tstamp 5FE6EAFA)) + (segment (start 184.31 152.81) (end 184.31 150.34) (width 0.35) (layer F.Cu) (net 97) (tstamp 5FE6EB05)) + (segment (start 185 155.5) (end 185 153.5) (width 0.35) (layer F.Cu) (net 97) (tstamp 5FE6EB07)) + (segment (start 208 153.5) (end 207.31 152.81) (width 0.35) (layer F.Cu) (net 119) (tstamp 5FE6EB56)) + (segment (start 208 155.5) (end 208 153.5) (width 0.35) (layer F.Cu) (net 119) (tstamp 5FE6EB58)) + (segment (start 207.31 152.81) (end 207.31 150.34) (width 0.35) (layer F.Cu) (net 119) (tstamp 5FE6EB65)) + (segment (start 191 144.09) (end 188.14 146.95) (width 0.35) (layer F.Cu) (net 99) (tstamp 5FE6EAF3)) + (segment (start 191 137.5) (end 191 144.09) (width 0.35) (layer F.Cu) (net 99) (tstamp 5FE6EAF9)) + (segment (start 214 144.09) (end 211.14 146.95) (width 0.35) (layer F.Cu) (net 121) (tstamp 5FE6EB61)) + (segment (start 214 137.5) (end 214 144.09) (width 0.35) (layer F.Cu) (net 121) (tstamp 5FE6EB6F)) + (segment (start 180.5 135) (end 178.48 137.02) (width 0.35) (layer F.Cu) (net 103) (tstamp 5FE6EAF2)) + (segment (start 178.48 137.02) (end 178.48 141.88) (width 0.35) (layer F.Cu) (net 103) (tstamp 5FE6EAF6)) + (segment (start 203.5 135) (end 201.48 137.02) (width 0.35) (layer F.Cu) (net 126) (tstamp 5FE6EB6A)) + (segment (start 201.48 137.02) (end 201.48 141.88) (width 0.35) (layer F.Cu) (net 126) (tstamp 5FE6EB6C)) + (segment (start 175 137.5) (end 175 144.09) (width 0.35) (layer F.Cu) (net 106) (tstamp 5FE6EB04)) + (segment (start 175 144.09) (end 177.86 146.95) (width 0.35) (layer F.Cu) (net 106) (tstamp 5FE6EB0A)) + (segment (start 198 137.5) (end 198 144.09) (width 0.35) (layer F.Cu) (net 128) (tstamp 5FE6EB5D)) + (segment (start 198 144.09) (end 200.86 146.95) (width 0.35) (layer F.Cu) (net 128) (tstamp 5FE6EB5E)) + (segment (start 181 155.5) (end 181 153.5) (width 0.35) (layer F.Cu) (net 107) (tstamp 5FE6EB00)) + (segment (start 181 153.5) (end 181.69 152.81) (width 0.35) (layer F.Cu) (net 107) (tstamp 5FE6EB02)) + (segment (start 181.69 152.81) (end 181.69 150.34) (width 0.35) (layer F.Cu) (net 107) (tstamp 5FE6EB0D)) + (segment (start 204 153.5) (end 204.69 152.81) (width 0.35) (layer F.Cu) (net 130) (tstamp 5FE6EB51)) + (segment (start 204 155.5) (end 204 153.5) (width 0.35) (layer F.Cu) (net 130) (tstamp 5FE6EB53)) + (segment (start 204.69 152.81) (end 204.69 150.34) (width 0.35) (layer F.Cu) (net 130) (tstamp 5FE6EB6B)) + (segment (start 188.55 154.5) (end 188.55 154.05) (width 0.35) (layer F.Cu) (net 109) (tstamp 5FE6EB03)) + (segment (start 188.55 154.05) (end 186.65 152.15) (width 0.35) (layer F.Cu) (net 109) (tstamp 5FE6EB0E)) + (segment (start 186.65 152.15) (end 186.65 149.11) (width 0.35) (layer F.Cu) (net 109) (tstamp 5FE6EB0F)) + (segment (start 211.55 154.5) (end 211.55 154.05) (width 0.35) (layer F.Cu) (net 132) (tstamp 5FE6EB59)) + (segment (start 211.55 154.05) (end 209.65 152.15) (width 0.35) (layer F.Cu) (net 132) (tstamp 5FE6EB5B)) + (segment (start 209.65 152.15) (end 209.65 149.11) (width 0.35) (layer F.Cu) (net 132) (tstamp 5FE6EB67)) + (segment (start 165.974999 133.525001) (end 165.974999 143.825001) (width 0.35) (layer F.Cu) (net 155) (tstamp 5FE6EA92)) + (segment (start 165.974999 143.825001) (end 165.46 144.34) (width 0.35) (layer F.Cu) (net 155) (tstamp 5FE6EA98)) + (segment (start 166.5 133) (end 165.974999 133.525001) (width 0.35) (layer F.Cu) (net 155) (tstamp 5FE6EAAA)) + (segment (start 189.5 133) (end 188.974999 133.525001) (width 0.35) (layer F.Cu) (net 112) (tstamp 5FE6EAF1)) + (segment (start 188.974999 133.525001) (end 188.974999 143.825001) (width 0.35) (layer F.Cu) (net 112) (tstamp 5FE6EAF4)) + (segment (start 188.974999 143.825001) (end 188.46 144.34) (width 0.35) (layer F.Cu) (net 112) (tstamp 5FE6EAF5)) + (segment (start 212.5 133) (end 211.974999 133.525001) (width 0.35) (layer F.Cu) (net 133) (tstamp 5FE6EB52)) + (segment (start 211.974999 143.825001) (end 211.46 144.34) (width 0.35) (layer F.Cu) (net 133) (tstamp 5FE6EB66)) + (segment (start 211.974999 133.525001) (end 211.974999 143.825001) (width 0.35) (layer F.Cu) (net 133) (tstamp 5FE6EB70)) + (segment (start 89 128.3) (end 91.1 128.3) (width 0.25) (layer F.Cu) (net 163)) + (segment (start 112 128.3) (end 114.1 128.3) (width 0.25) (layer F.Cu) (net 176) (tstamp 5FE6EC00)) + (segment (start 135 128.3) (end 137.1 128.3) (width 0.25) (layer F.Cu) (net 163) (tstamp 5FE6EA4F)) + (segment (start 158 128.3) (end 160.1 128.3) (width 0.25) (layer F.Cu) (net 163) (tstamp 5FE6EAB0)) + (segment (start 181 128.3) (end 183.1 128.3) (width 0.25) (layer F.Cu) (net 163) (tstamp 5FE6EAFE)) + (segment (start 204 128.3) (end 206.1 128.3) (width 0.25) (layer F.Cu) (net 163) (tstamp 5FE6EB5F)) + (segment (start 88.45 139.923238) (end 88.45 140.1) (width 0.35) (layer F.Cu) (net 169)) + (segment (start 91.1 137.273238) (end 88.45 139.923238) (width 0.35) (layer F.Cu) (net 169)) + (segment (start 91.1 130.35) (end 91.1 137.273238) (width 0.35) (layer F.Cu) (net 169)) + (segment (start 111.45 139.923238) (end 111.45 140.1) (width 0.35) (layer F.Cu) (net 182) (tstamp 5FE6EBFD)) + (segment (start 114.1 130.35) (end 114.1 137.273238) (width 0.35) (layer F.Cu) (net 182) (tstamp 5FE6EC03)) + (segment (start 114.1 137.273238) (end 111.45 139.923238) (width 0.35) (layer F.Cu) (net 182) (tstamp 5FE6EC72)) + (segment (start 137.1 137.273238) (end 134.45 139.923238) (width 0.35) (layer F.Cu) (net 195) (tstamp 5FE6EA43)) + (segment (start 137.1 130.35) (end 137.1 137.273238) (width 0.35) (layer F.Cu) (net 195) (tstamp 5FE6EA4E)) + (segment (start 134.45 139.923238) (end 134.45 140.1) (width 0.35) (layer F.Cu) (net 195) (tstamp 5FE6EA50)) + (segment (start 160.1 130.35) (end 160.1 137.273238) (width 0.35) (layer F.Cu) (net 234) (tstamp 5FE6EA91)) + (segment (start 157.45 139.923238) (end 157.45 140.1) (width 0.35) (layer F.Cu) (net 234) (tstamp 5FE6EA9E)) + (segment (start 160.1 137.273238) (end 157.45 139.923238) (width 0.35) (layer F.Cu) (net 234) (tstamp 5FE6EAAE)) + (segment (start 183.1 130.35) (end 183.1 137.273238) (width 0.35) (layer F.Cu) (net 208) (tstamp 5FE6EAF0)) + (segment (start 180.45 139.923238) (end 180.45 140.1) (width 0.35) (layer F.Cu) (net 208) (tstamp 5FE6EB06)) + (segment (start 183.1 137.273238) (end 180.45 139.923238) (width 0.35) (layer F.Cu) (net 208) (tstamp 5FE6EB09)) + (segment (start 206.1 137.273238) (end 203.45 139.923238) (width 0.35) (layer F.Cu) (net 221) (tstamp 5FE6EB5A)) + (segment (start 203.45 139.923238) (end 203.45 140.1) (width 0.35) (layer F.Cu) (net 221) (tstamp 5FE6EB62)) + (segment (start 206.1 130.35) (end 206.1 137.273238) (width 0.35) (layer F.Cu) (net 221) (tstamp 5FE6EB6E)) + (segment (start 91 137) (end 91 139.5) (width 0.35) (layer B.Cu) (net 325)) + (segment (start 114 137) (end 114 139.5) (width 0.35) (layer B.Cu) (net 326) (tstamp 5FE6EC9F)) + (segment (start 137 137) (end 137 139.5) (width 0.35) (layer B.Cu) (net 327) (tstamp 5FE6EA34)) + (segment (start 160 137) (end 160 139.5) (width 0.35) (layer B.Cu) (net 328) (tstamp 5FE6EAA6)) + (segment (start 183 137) (end 183 139.5) (width 0.35) (layer B.Cu) (net 329) (tstamp 5FE6EAF8)) + (segment (start 206 137) (end 206 139.5) (width 0.35) (layer B.Cu) (net 330) (tstamp 5FE6EB6D)) + +) diff --git a/hw/nixiedisp.lib b/hw/nixiedisp.lib new file mode 100644 index 0000000..a3b10d9 --- /dev/null +++ b/hw/nixiedisp.lib @@ -0,0 +1,52 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# IN14 +# +DEF IN14 U 0 40 Y Y 1 F N +F0 "U" 0 700 50 H V C CNN +F1 "IN14" 0 -650 50 H V C CNN +F2 "" 100 -50 50 H I C CNN +F3 "" 100 -50 50 H I C CNN +DRAW +S -250 650 250 -600 0 1 0 N +X anode 1 450 0 200 L 50 50 1 1 I +X K8 10 -450 -200 200 R 50 50 1 1 I +X K9 11 -450 -300 200 R 50 50 1 1 I +X K0 12 -450 600 200 R 50 50 1 1 I +X KR 13 -450 -550 200 R 50 50 1 1 I +X KL 2 -450 -450 200 R 50 50 1 1 I +X K1 3 -450 500 200 R 50 50 1 1 I +X K2 4 -450 400 200 R 50 50 1 1 I +X K3 5 -450 300 200 R 50 50 1 1 I +X K4 6 -450 200 200 R 50 50 1 1 I +X K5 7 -450 100 200 R 50 50 1 1 I +X K6 8 -450 0 200 R 50 50 1 1 I +X K7 9 -450 -100 200 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MMBTA55 +# +DEF MMBTA55 Q 0 0 Y N 1 F N +F0 "Q" 200 75 50 H V L CNN +F1 "MMBTA55" 200 0 50 H V L CNN +F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +$FPLIST + SOT?23* +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 25 0 N +P 2 0 1 0 100 -100 25 -25 N +P 2 0 1 0 100 100 25 25 N +P 3 0 1 20 25 75 25 -75 25 -75 F +P 5 0 1 0 75 -95 95 -75 55 -55 75 -95 75 -95 F +X B 1 -200 0 200 R 50 50 1 1 I +X E 2 100 -200 100 U 50 50 1 1 P +X C 3 100 200 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/hw/nixiedisp.pretty/nixie_in14.kicad_mod b/hw/nixiedisp.pretty/nixie_in14.kicad_mod new file mode 100644 index 0000000..ae739f0 --- /dev/null +++ b/hw/nixiedisp.pretty/nixie_in14.kicad_mod @@ -0,0 +1,31 @@ +(module nixie_in14 (layer F.Cu) (tedit 5FE592FD) + (fp_text reference REF** (at 7.8 8.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value nixie_in14 (at 0 -10.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 9.25 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 2.3) (end 0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 2.3) (end 0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 0.5 -1.7) (end 1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.1 -1.7) (end 0 -3.8) (layer F.SilkS) (width 0.15)) + (fp_line (start 0 -3.8) (end -1.1 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.1 -1.7) (end -0.5 -1.7) (layer F.SilkS) (width 0.15)) + (fp_line (start -0.5 -1.7) (end -0.5 2.3) (layer F.SilkS) (width 0.15)) + (fp_arc (start 0 0) (end -2.999999 -7.999999) (angle -318.8879096) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.999999 -7.999999) (end 3 -7.999999) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at 0 -5.5) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at -2.55 -4.9) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 3 thru_hole circle (at -4.52 -3.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 11 thru_hole circle (at 5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 10 thru_hole circle (at 5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 9 thru_hole circle (at 3.65 4.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 8 thru_hole circle (at 1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 7 thru_hole circle (at -1.31 5.34) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 6 thru_hole circle (at -3.64 4.12) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 5 thru_hole circle (at -5.14 1.95) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 4 thru_hole circle (at -5.46 -0.66) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 13 thru_hole circle (at 2.56 -4.87) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 12 thru_hole circle (at 4.52 -3.11) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) +) diff --git a/hw/nixiedisp.pro b/hw/nixiedisp.pro new file mode 100644 index 0000000..444d462 --- /dev/null +++ b/hw/nixiedisp.pro @@ -0,0 +1,270 @@ +update=Fri 25 Dec 2020 03:53:10 PM EET +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +[schematic_editor] +version=1 +PageLayoutDescrFile= +PlotDirectoryName= +SubpartIdSeparator=0 +SubpartFirstId=65 +NetFmtName=Pcbnew +SpiceAjustPassiveValues=0 +LabSize=50 +ERC_TestSimilarLabels=1 +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead=nixiedisp.net +CopperLayerCount=2 +BoardThickness=1.6 +AllowMicroVias=0 +AllowBlindVias=0 +RequireCourtyardDefinitions=0 +ProhibitOverlappingCourtyards=1 +MinTrackWidth=0.2 +MinViaDiameter=0.4 +MinViaDrill=0.3 +MinMicroViaDiameter=0.2 +MinMicroViaDrill=0.09999999999999999 +MinHoleToHole=0.25 +TrackWidth1=0.25 +ViaDiameter1=0.8 +ViaDrill1=0.4 +dPairWidth1=0.2 +dPairGap1=0.25 +dPairViaGap1=0.25 +SilkLineWidth=0.12 +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.05 +CourtyardLineWidth=0.05 +OthersLineWidth=0.15 +OthersTextSizeV=1 +OthersTextSizeH=1 +OthersTextSizeThickness=0.15 +OthersTextItalic=0 +OthersTextUpright=1 +SolderMaskClearance=0 +SolderMaskMinWidth=0 +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.2 +TrackWidth=0.25 +ViaDiameter=0.8 +ViaDrill=0.4 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 +[pcbnew/Netclasses/1] +Name=hvpow +Clearance=0.5 +TrackWidth=0.35 +ViaDiameter=1 +ViaDrill=0.6 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 +[pcbnew/Netclasses/2] +Name=power +Clearance=0.2 +TrackWidth=0.35 +ViaDiameter=1 +ViaDrill=0.6 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 diff --git a/hw/nixiedisp.sch b/hw/nixiedisp.sch new file mode 100644 index 0000000..1e11a39 --- /dev/null +++ b/hw/nixiedisp.sch @@ -0,0 +1,1921 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 8268 11693 portrait +encoding utf-8 +Sheet 1 7 +Title "USB nixie tube display" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L nixiedisp:IN14 U8 +U 1 1 5FE4AD24 +P 6900 1550 +F 0 "U8" H 7050 2250 50 0000 C CNN +F 1 "IN14" H 6850 2250 50 0000 C CNN +F 2 "nixiedisp:nixie_in14" H 7000 1500 50 0001 C CNN +F 3 "" H 7000 1500 50 0001 C CNN + 1 6900 1550 + 1 0 0 -1 +$EndComp +$Comp +L nixiedisp:IN14 U9 +U 1 1 5FE4B7A6 +P 6900 3050 +F 0 "U9" H 7050 3750 50 0000 C CNN +F 1 "IN14" H 6850 3750 50 0000 C CNN +F 2 "nixiedisp:nixie_in14" H 7000 3000 50 0001 C CNN +F 3 "" H 7000 3000 50 0001 C CNN + 1 6900 3050 + 1 0 0 -1 +$EndComp +$Comp +L nixiedisp:IN14 U10 +U 1 1 5FE4BE5D +P 6900 4550 +F 0 "U10" H 7050 5250 50 0000 C CNN +F 1 "IN14" H 6850 5250 50 0000 C CNN +F 2 "nixiedisp:nixie_in14" H 7000 4500 50 0001 C CNN +F 3 "" H 7000 4500 50 0001 C CNN + 1 6900 4550 + 1 0 0 -1 +$EndComp +$Comp +L nixiedisp:IN14 U11 +U 1 1 5FE4C68F +P 6900 6050 +F 0 "U11" H 7050 6750 50 0000 C CNN +F 1 "IN14" H 6850 6750 50 0000 C CNN +F 2 "nixiedisp:nixie_in14" H 7000 6000 50 0001 C CNN +F 3 "" H 7000 6000 50 0001 C CNN + 1 6900 6050 + 1 0 0 -1 +$EndComp +$Comp +L nixiedisp:IN14 U12 +U 1 1 5FE4CF90 +P 6900 7550 +F 0 "U12" H 7050 8250 50 0000 C CNN +F 1 "IN14" H 6850 8250 50 0000 C CNN +F 2 "nixiedisp:nixie_in14" H 7000 7500 50 0001 C CNN +F 3 "" H 7000 7500 50 0001 C CNN + 1 6900 7550 + 1 0 0 -1 +$EndComp +$Comp +L nixiedisp:IN14 U13 +U 1 1 5FE4D785 +P 6900 9050 +F 0 "U13" H 7050 9750 50 0000 C CNN +F 1 "IN14" H 6850 9750 50 0000 C CNN +F 2 "nixiedisp:nixie_in14" H 7000 9000 50 0001 C CNN +F 3 "" H 7000 9000 50 0001 C CNN + 1 6900 9050 + 1 0 0 -1 +$EndComp +$Comp +L Transistor_FET:IRF540N Q2 +U 1 1 5FE526E4 +P 2700 8600 +F 0 "Q2" H 2904 8646 50 0000 L CNN +F 1 "IRF540N" H 2904 8555 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-220-3_Vertical" H 2950 8525 50 0001 L CIN +F 3 "http://www.irf.com/product-info/datasheets/data/irf540n.pdf" H 2700 8600 50 0001 L CNN + 1 2700 8600 + 1 0 0 -1 +$EndComp +$Comp +L Diode:1N4148 D1 +U 1 1 5FE5401D +P 2200 8600 +F 0 "D1" H 2200 8383 50 0000 C CNN +F 1 "1N4148" H 2200 8474 50 0000 C CNN +F 2 "Diode_SMD:D_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2200 8425 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" H 2200 8600 50 0001 C CNN + 1 2200 8600 + -1 0 0 1 +$EndComp +Wire Wire Line + 2350 8600 2400 8600 +$Comp +L Device:R R4 +U 1 1 5FE559F8 +P 2000 9050 +F 0 "R4" H 2070 9096 50 0000 L CNN +F 1 "1K" H 2070 9005 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 1930 9050 50 0001 C CNN +F 3 "~" H 2000 9050 50 0001 C CNN + 1 2000 9050 + 1 0 0 -1 +$EndComp +$Comp +L Regulator_Switching:MC34063AP U2 +U 1 1 5FE56DF2 +P 1450 8400 +F 0 "U2" H 1450 8850 50 0000 C CNN +F 1 "MC34063AP" H 1450 8750 50 0000 C CNN +F 2 "Package_DIP:DIP-8_W7.62mm" H 1500 7950 50 0001 L CNN +F 3 "http://www.onsemi.com/pub_link/Collateral/MC34063A-D.PDF" H 1950 8300 50 0001 C CNN + 1 1450 8400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2050 8600 2000 8600 +Wire Wire Line + 2000 8900 2000 8850 +Connection ~ 2000 8600 +Wire Wire Line + 2000 8600 1850 8600 +$Comp +L nixiedisp:MMBTA55 Q1 +U 1 1 5FE622F4 +P 2300 8850 +F 0 "Q1" H 2490 8896 50 0000 L CNN +F 1 "MMBTA55" H 2400 8600 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 2500 8775 50 0001 L CIN +F 3 "" H 2300 8850 50 0001 L CNN + 1 2300 8850 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2400 8650 2400 8600 +Connection ~ 2400 8600 +Wire Wire Line + 2400 8600 2500 8600 +Wire Wire Line + 2100 8850 2000 8850 +Connection ~ 2000 8850 +Wire Wire Line + 2000 8850 2000 8600 +$Comp +L power:GND #PWR015 +U 1 1 5FE658CD +P 2400 9200 +F 0 "#PWR015" H 2400 8950 50 0001 C CNN +F 1 "GND" H 2400 9050 50 0000 C CNN +F 2 "" H 2400 9200 50 0001 C CNN +F 3 "" H 2400 9200 50 0001 C CNN + 1 2400 9200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2000 9200 2400 9200 +Wire Wire Line + 2400 9200 2400 9050 +$Comp +L Device:D D4 +U 1 1 5FE67619 +P 3050 8400 +F 0 "D4" H 3050 8183 50 0000 C CNN +F 1 "MUR160" H 3050 8274 50 0000 C CNN +F 2 "Diode_THT:D_DO-15_P12.70mm_Horizontal" H 3050 8400 50 0001 C CNN +F 3 "~" H 3050 8400 50 0001 C CNN + 1 3050 8400 + -1 0 0 1 +$EndComp +$Comp +L Device:L L1 +U 1 1 5FE68A24 +P 2800 8050 +F 0 "L1" H 2650 8150 50 0000 L CNN +F 1 "220uH" H 2500 8050 50 0000 L CNN +F 2 "Inductor_THT:L_Radial_D8.7mm_P5.00mm_Fastron_07HCP" H 2800 8050 50 0001 C CNN +F 3 "~" H 2800 8050 50 0001 C CNN + 1 2800 8050 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C1 +U 1 1 5FE6DA98 +P 1050 8950 +F 0 "C1" H 1165 8996 50 0000 L CNN +F 1 "2.2nF" H 1165 8905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1088 8800 50 0001 C CNN +F 3 "~" H 1050 8950 50 0001 C CNN + 1 1050 8950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1050 8800 1050 8600 +Wire Wire Line + 1450 8900 1450 9150 +Wire Wire Line + 1050 9100 1050 9150 +Wire Wire Line + 1050 9150 1450 9150 +$Comp +L power:GND #PWR08 +U 1 1 5FE75247 +P 1450 9200 +F 0 "#PWR08" H 1450 8950 50 0001 C CNN +F 1 "GND" H 1450 9050 50 0000 C CNN +F 2 "" H 1450 9200 50 0001 C CNN +F 3 "" H 1450 9200 50 0001 C CNN + 1 1450 9200 + 1 0 0 -1 +$EndComp +Connection ~ 1450 9150 +Wire Wire Line + 1450 9150 1450 9200 +$Comp +L power:+12V #PWR01 +U 1 1 5FE79CB8 +P 800 7600 +F 0 "#PWR01" H 800 7450 50 0001 C CNN +F 1 "+12V" H 800 7750 50 0000 C CNN +F 2 "" H 800 7600 50 0001 C CNN +F 3 "" H 800 7600 50 0001 C CNN + 1 800 7600 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R1 +U 1 1 5FE7B81E +P 1000 7700 +F 0 "R1" V 950 7850 50 0000 C CNN +F 1 "1R" V 1000 7700 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 930 7700 50 0001 C CNN +F 3 "~" H 1000 7700 50 0001 C CNN + 1 1000 7700 + 0 1 1 0 +$EndComp +$Comp +L Device:R R2 +U 1 1 5FE7BF60 +P 1000 7800 +F 0 "R2" V 950 7950 50 0000 C CNN +F 1 "1R" V 1000 7800 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 930 7800 50 0001 C CNN +F 3 "~" H 1000 7800 50 0001 C CNN + 1 1000 7800 + 0 1 1 0 +$EndComp +$Comp +L Device:R R3 +U 1 1 5FE7C460 +P 1000 7900 +F 0 "R3" V 950 8050 50 0000 C CNN +F 1 "1R" V 1000 7900 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 930 7900 50 0001 C CNN +F 3 "~" H 1000 7900 50 0001 C CNN + 1 1000 7900 + 0 1 1 0 +$EndComp +Wire Wire Line + 1150 7700 1250 7700 +Wire Wire Line + 1250 7700 1250 7800 +Wire Wire Line + 1250 7900 1150 7900 +Wire Wire Line + 850 7700 800 7700 +Wire Wire Line + 800 7700 800 7800 +Wire Wire Line + 800 7900 850 7900 +Wire Wire Line + 850 7800 800 7800 +Connection ~ 800 7800 +Wire Wire Line + 800 7800 800 7900 +Wire Wire Line + 1150 7800 1250 7800 +Connection ~ 1250 7800 +Wire Wire Line + 1250 7800 1250 7900 +Wire Wire Line + 800 7600 800 7700 +Connection ~ 800 7700 +Wire Wire Line + 800 8200 1050 8200 +Connection ~ 800 7900 +Wire Wire Line + 1250 7800 1850 7800 +Wire Wire Line + 1850 7800 1850 8200 +Wire Wire Line + 1850 8200 1850 8300 +Connection ~ 1850 8200 +Wire Wire Line + 1850 8300 1850 8400 +Connection ~ 1850 8300 +$Comp +L Device:CP1 C8 +U 1 1 5FE88801 +P 2050 7950 +F 0 "C8" H 2165 7996 50 0000 L CNN +F 1 "220uF" H 2165 7905 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_8x10" H 2050 7950 50 0001 C CNN +F 3 "~" H 2050 7950 50 0001 C CNN + 1 2050 7950 + 1 0 0 -1 +$EndComp +Connection ~ 1850 7800 +$Comp +L power:GND #PWR013 +U 1 1 5FE8DC7A +P 2050 8100 +F 0 "#PWR013" H 2050 7850 50 0001 C CNN +F 1 "GND" H 2050 7950 50 0000 C CNN +F 2 "" H 2050 8100 50 0001 C CNN +F 3 "" H 2050 8100 50 0001 C CNN + 1 2050 8100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2900 8400 2800 8400 +Wire Wire Line + 2800 8400 2800 8200 +Connection ~ 2800 8400 +Wire Wire Line + 2800 7900 2800 7800 +Wire Wire Line + 2800 7800 2050 7800 +Connection ~ 2050 7800 +Wire Wire Line + 2800 8800 2800 9200 +Wire Wire Line + 2800 9200 2400 9200 +Connection ~ 2400 9200 +$Comp +L Device:CP1 C16 +U 1 1 5FEA1FA6 +P 3700 8650 +F 0 "C16" H 3815 8696 50 0000 L CNN +F 1 "2.2uF" H 3815 8605 50 0000 L CNN +F 2 "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" H 3700 8650 50 0001 C CNN +F 3 "~" H 3700 8650 50 0001 C CNN + 1 3700 8650 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R7 +U 1 1 5FEA3999 +P 3350 8600 +F 0 "R7" H 3420 8646 50 0000 L CNN +F 1 "475K" V 3350 8500 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3280 8600 50 0001 C CNN +F 3 "~" H 3350 8600 50 0001 C CNN + 1 3350 8600 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R8 +U 1 1 5FEA4721 +P 3350 8950 +F 0 "R8" H 3420 8996 50 0000 L CNN +F 1 "3K32" V 3350 8850 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3280 8950 50 0001 C CNN +F 3 "~" H 3350 8950 50 0001 C CNN + 1 3350 8950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 8750 3350 8800 +Wire Wire Line + 3350 8450 3350 8400 +Wire Wire Line + 3350 8400 3200 8400 +Wire Wire Line + 3350 8400 3700 8400 +Connection ~ 3350 8400 +Wire Wire Line + 2900 8800 2900 9100 +Wire Wire Line + 2900 9450 1850 9450 +Wire Wire Line + 1850 9450 1850 8700 +Connection ~ 3350 8800 +$Comp +L power:GND #PWR020 +U 1 1 5FEAAF9C +P 3350 9100 +F 0 "#PWR020" H 3350 8850 50 0001 C CNN +F 1 "GND" H 3350 8950 50 0000 C CNN +F 2 "" H 3350 9100 50 0001 C CNN +F 3 "" H 3350 9100 50 0001 C CNN + 1 3350 9100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 9100 3700 9100 +Wire Wire Line + 3700 9100 3700 8800 +Connection ~ 3350 9100 +$Comp +L power:HT #PWR021 +U 1 1 5FEB9858 +P 3700 8300 +F 0 "#PWR021" H 3700 8420 50 0001 C CNN +F 1 "HT" H 3700 8450 50 0000 C CNN +F 2 "" H 3700 8300 50 0001 C CNN +F 3 "" H 3700 8300 50 0001 C CNN + 1 3700 8300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R9 +U 1 1 5FEC57BE +P 7350 1350 +F 0 "R9" H 7420 1396 50 0000 L CNN +F 1 "30k" V 7350 1300 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1350 50 0001 C CNN +F 3 "~" H 7350 1350 50 0001 C CNN + 1 7350 1350 + -1 0 0 -1 +$EndComp +Wire Wire Line + 7350 1500 7350 1550 +$Comp +L Device:R R10 +U 1 1 5FED0652 +P 7350 2800 +F 0 "R10" H 7420 2846 50 0000 L CNN +F 1 "30k" V 7350 2750 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 2800 50 0001 C CNN +F 3 "~" H 7350 2800 50 0001 C CNN + 1 7350 2800 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R11 +U 1 1 5FED11D1 +P 7350 4300 +F 0 "R11" H 7420 4346 50 0000 L CNN +F 1 "30k" V 7350 4250 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 4300 50 0001 C CNN +F 3 "~" H 7350 4300 50 0001 C CNN + 1 7350 4300 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R12 +U 1 1 5FED15D3 +P 7350 5800 +F 0 "R12" H 7420 5846 50 0000 L CNN +F 1 "30k" V 7350 5750 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 5800 50 0001 C CNN +F 3 "~" H 7350 5800 50 0001 C CNN + 1 7350 5800 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R13 +U 1 1 5FED203F +P 7350 7300 +F 0 "R13" H 7420 7346 50 0000 L CNN +F 1 "30k" V 7350 7250 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 7300 50 0001 C CNN +F 3 "~" H 7350 7300 50 0001 C CNN + 1 7350 7300 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R14 +U 1 1 5FED2950 +P 7350 8800 +F 0 "R14" H 7420 8846 50 0000 L CNN +F 1 "30k" V 7350 8750 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 8800 50 0001 C CNN +F 3 "~" H 7350 8800 50 0001 C CNN + 1 7350 8800 + -1 0 0 -1 +$EndComp +Wire Wire Line + 7350 9050 7350 8950 +Wire Wire Line + 7350 7550 7350 7450 +Wire Wire Line + 7350 6050 7350 5950 +Wire Wire Line + 7350 4550 7350 4450 +Wire Wire Line + 7350 2950 7350 3050 +$Comp +L power:HT #PWR028 +U 1 1 5FEE532E +P 7500 1000 +F 0 "#PWR028" H 7500 1120 50 0001 C CNN +F 1 "HT" H 7520 1143 50 0000 C CNN +F 2 "" H 7500 1000 50 0001 C CNN +F 3 "" H 7500 1000 50 0001 C CNN + 1 7500 1000 + 1 0 0 -1 +$EndComp +$Sheet +S 5350 900 850 1250 +U 5FEFEA8C +F0 "nixiedrivers" 50 +F1 "nixiedrivers.sch" 50 +F2 "N1" O R 6200 1050 50 +F3 "N2" O R 6200 1150 50 +F4 "N3" O R 6200 1250 50 +F5 "N4" O R 6200 1350 50 +F6 "N5" O R 6200 1450 50 +F7 "N6" O R 6200 1550 50 +F8 "N7" O R 6200 1650 50 +F9 "N8" O R 6200 1750 50 +F10 "N9" O R 6200 1850 50 +F11 "N0" O R 6200 950 50 +F12 "NL" O R 6200 2000 50 +F13 "D0" I L 5350 1050 50 +F14 "D1" I L 5350 1150 50 +F15 "D2" I L 5350 1250 50 +F16 "D3" I L 5350 1350 50 +F17 "LDOT" I L 5350 1650 50 +$EndSheet +Wire Wire Line + 6200 950 6450 950 +Wire Wire Line + 6200 1050 6450 1050 +Wire Wire Line + 6200 1150 6450 1150 +Wire Wire Line + 6200 1250 6450 1250 +Wire Wire Line + 6200 1350 6450 1350 +Wire Wire Line + 6200 1450 6450 1450 +Wire Wire Line + 6200 1550 6450 1550 +Wire Wire Line + 6200 1650 6450 1650 +Wire Wire Line + 6200 1750 6450 1750 +Wire Wire Line + 6200 1850 6450 1850 +Wire Wire Line + 6200 2000 6450 2000 +$Sheet +S 5350 2400 850 1250 +U 6039F880 +F0 "nixiedrivers2" 50 +F1 "nixiedrivers.sch" 50 +F2 "N1" O R 6200 2550 50 +F3 "N2" O R 6200 2650 50 +F4 "N3" O R 6200 2750 50 +F5 "N4" O R 6200 2850 50 +F6 "N5" O R 6200 2950 50 +F7 "N6" O R 6200 3050 50 +F8 "N7" O R 6200 3150 50 +F9 "N8" O R 6200 3250 50 +F10 "N9" O R 6200 3350 50 +F11 "N0" O R 6200 2450 50 +F12 "NL" O R 6200 3500 50 +F13 "D0" I L 5350 2550 50 +F14 "D1" I L 5350 2650 50 +F15 "D2" I L 5350 2750 50 +F16 "D3" I L 5350 2850 50 +F17 "LDOT" I L 5350 3150 50 +$EndSheet +Wire Wire Line + 6200 2450 6450 2450 +Wire Wire Line + 6200 2550 6450 2550 +Wire Wire Line + 6200 2650 6450 2650 +Wire Wire Line + 6200 2750 6450 2750 +Wire Wire Line + 6200 2850 6450 2850 +Wire Wire Line + 6200 2950 6450 2950 +Wire Wire Line + 6200 3050 6450 3050 +Wire Wire Line + 6200 3150 6450 3150 +Wire Wire Line + 6200 3250 6450 3250 +Wire Wire Line + 6200 3350 6450 3350 +Wire Wire Line + 6200 3500 6450 3500 +Wire Wire Line + 5350 3150 5150 3150 +Wire Wire Line + 7500 1000 7500 1150 +Wire Wire Line + 7350 1200 7350 1150 +Wire Wire Line + 7350 1150 7500 1150 +Connection ~ 7500 1150 +Wire Wire Line + 7350 8650 7350 8600 +Wire Wire Line + 7350 8600 7500 8600 +Wire Wire Line + 7500 1150 7500 2600 +Wire Wire Line + 7350 7150 7350 7100 +Wire Wire Line + 7350 7100 7500 7100 +Connection ~ 7500 7100 +Wire Wire Line + 7500 7100 7500 8600 +Wire Wire Line + 7350 5650 7350 5600 +Wire Wire Line + 7350 5600 7500 5600 +Connection ~ 7500 5600 +Wire Wire Line + 7500 5600 7500 7100 +Wire Wire Line + 7350 4150 7350 4100 +Wire Wire Line + 7350 4100 7500 4100 +Connection ~ 7500 4100 +Wire Wire Line + 7500 4100 7500 5600 +Wire Wire Line + 7350 2650 7350 2600 +Wire Wire Line + 7350 2600 7500 2600 +Connection ~ 7500 2600 +Wire Wire Line + 7500 2600 7500 4100 +$Sheet +S 5350 3900 850 1250 +U 603EF886 +F0 "nixiedrivers3" 50 +F1 "nixiedrivers.sch" 50 +F2 "N1" O R 6200 4050 50 +F3 "N2" O R 6200 4150 50 +F4 "N3" O R 6200 4250 50 +F5 "N4" O R 6200 4350 50 +F6 "N5" O R 6200 4450 50 +F7 "N6" O R 6200 4550 50 +F8 "N7" O R 6200 4650 50 +F9 "N8" O R 6200 4750 50 +F10 "N9" O R 6200 4850 50 +F11 "N0" O R 6200 3950 50 +F12 "NL" O R 6200 5000 50 +F13 "D0" I L 5350 4050 50 +F14 "D1" I L 5350 4150 50 +F15 "D2" I L 5350 4250 50 +F16 "D3" I L 5350 4350 50 +F17 "LDOT" I L 5350 4650 50 +$EndSheet +Wire Wire Line + 6200 3950 6450 3950 +Wire Wire Line + 6200 4050 6450 4050 +Wire Wire Line + 6200 4150 6450 4150 +Wire Wire Line + 6200 4250 6450 4250 +Wire Wire Line + 6200 4350 6450 4350 +Wire Wire Line + 6200 4450 6450 4450 +Wire Wire Line + 6200 4550 6450 4550 +Wire Wire Line + 6200 4650 6450 4650 +Wire Wire Line + 6200 4750 6450 4750 +Wire Wire Line + 6200 4850 6450 4850 +Wire Wire Line + 6200 5000 6450 5000 +Wire Wire Line + 6200 5450 6450 5450 +Wire Wire Line + 6200 5550 6450 5550 +Wire Wire Line + 6200 5650 6450 5650 +Wire Wire Line + 6200 5750 6450 5750 +Wire Wire Line + 6200 5850 6450 5850 +Wire Wire Line + 6200 5950 6450 5950 +Wire Wire Line + 6200 6050 6450 6050 +Wire Wire Line + 6200 6150 6450 6150 +Wire Wire Line + 6200 6250 6450 6250 +Wire Wire Line + 6200 6350 6450 6350 +Wire Wire Line + 6200 6500 6450 6500 +$Sheet +S 5350 6900 850 1250 +U 603FFB52 +F0 "nixiedrivers5" 50 +F1 "nixiedrivers.sch" 50 +F2 "N1" O R 6200 7050 50 +F3 "N2" O R 6200 7150 50 +F4 "N3" O R 6200 7250 50 +F5 "N4" O R 6200 7350 50 +F6 "N5" O R 6200 7450 50 +F7 "N6" O R 6200 7550 50 +F8 "N7" O R 6200 7650 50 +F9 "N8" O R 6200 7750 50 +F10 "N9" O R 6200 7850 50 +F11 "N0" O R 6200 6950 50 +F12 "NL" O R 6200 8000 50 +F13 "D0" I L 5350 7050 50 +F14 "D1" I L 5350 7150 50 +F15 "D2" I L 5350 7250 50 +F16 "D3" I L 5350 7350 50 +F17 "LDOT" I L 5350 7650 50 +$EndSheet +Wire Wire Line + 6200 6950 6450 6950 +Wire Wire Line + 6200 7050 6450 7050 +Wire Wire Line + 6200 7150 6450 7150 +Wire Wire Line + 6200 7250 6450 7250 +Wire Wire Line + 6200 7350 6450 7350 +Wire Wire Line + 6200 7450 6450 7450 +Wire Wire Line + 6200 7550 6450 7550 +Wire Wire Line + 6200 7650 6450 7650 +Wire Wire Line + 6200 7750 6450 7750 +Wire Wire Line + 6200 7850 6450 7850 +Wire Wire Line + 6200 8000 6450 8000 +$Sheet +S 5350 8400 850 1250 +U 603FFDD2 +F0 "nixiedrivers6" 50 +F1 "nixiedrivers.sch" 50 +F2 "N1" O R 6200 8550 50 +F3 "N2" O R 6200 8650 50 +F4 "N3" O R 6200 8750 50 +F5 "N4" O R 6200 8850 50 +F6 "N5" O R 6200 8950 50 +F7 "N6" O R 6200 9050 50 +F8 "N7" O R 6200 9150 50 +F9 "N8" O R 6200 9250 50 +F10 "N9" O R 6200 9350 50 +F11 "N0" O R 6200 8450 50 +F12 "NL" O R 6200 9500 50 +F13 "D0" I L 5350 8550 50 +F14 "D1" I L 5350 8650 50 +F15 "D2" I L 5350 8750 50 +F16 "D3" I L 5350 8850 50 +F17 "LDOT" I L 5350 9150 50 +$EndSheet +Wire Wire Line + 6200 8450 6450 8450 +Wire Wire Line + 6200 8550 6450 8550 +Wire Wire Line + 6200 8650 6450 8650 +Wire Wire Line + 6200 8750 6450 8750 +Wire Wire Line + 6200 8850 6450 8850 +Wire Wire Line + 6200 8950 6450 8950 +Wire Wire Line + 6200 9050 6450 9050 +Wire Wire Line + 6200 9150 6450 9150 +Wire Wire Line + 6200 9250 6450 9250 +Wire Wire Line + 6200 9350 6450 9350 +Wire Wire Line + 6200 9500 6450 9500 +$Comp +L 74xx:74HC164 U5 +U 1 1 6042FB3B +P 4150 1350 +F 0 "U5" H 4250 1800 50 0000 C CNN +F 1 "74HC164" H 4350 800 50 0000 C CNN +F 2 "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" H 5050 1050 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 5050 1050 50 0001 C CNN + 1 4150 1350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4550 1750 4600 1750 +Wire Wire Line + 4600 1750 4600 2850 +Wire Wire Line + 4600 2850 5350 2850 +Wire Wire Line + 4550 1650 4650 1650 +Wire Wire Line + 4650 1650 4650 2750 +Wire Wire Line + 4650 2750 5350 2750 +Wire Wire Line + 4550 1550 4700 1550 +Wire Wire Line + 4700 1550 4700 2650 +Wire Wire Line + 4700 2650 5350 2650 +Wire Wire Line + 4550 1450 4750 1450 +Wire Wire Line + 4750 1450 4750 2550 +Wire Wire Line + 4750 2550 5350 2550 +Wire Wire Line + 4550 1350 5350 1350 +Wire Wire Line + 4550 1250 5350 1250 +Wire Wire Line + 4550 1150 5350 1150 +Wire Wire Line + 4550 1050 5350 1050 +$Comp +L power:VCC #PWR022 +U 1 1 604EAEE7 +P 4150 850 +F 0 "#PWR022" H 4150 700 50 0001 C CNN +F 1 "VCC" H 4150 1000 50 0000 C CNN +F 2 "" H 4150 850 50 0001 C CNN +F 3 "" H 4150 850 50 0001 C CNN + 1 4150 850 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR023 +U 1 1 604EB5AE +P 4150 1950 +F 0 "#PWR023" H 4150 1700 50 0001 C CNN +F 1 "GND" H 4150 1800 50 0000 C CNN +F 2 "" H 4150 1950 50 0001 C CNN +F 3 "" H 4150 1950 50 0001 C CNN + 1 4150 1950 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC164 U6 +U 1 1 604ECE94 +P 4150 4350 +F 0 "U6" H 4250 4800 50 0000 C CNN +F 1 "74HC164" H 4350 3800 50 0000 C CNN +F 2 "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" H 5050 4050 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 5050 4050 50 0001 C CNN + 1 4150 4350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4550 4750 4600 4750 +Wire Wire Line + 4600 4750 4600 5850 +Wire Wire Line + 4550 4650 4650 4650 +Wire Wire Line + 4650 4650 4650 5750 +Wire Wire Line + 4550 4550 4700 4550 +Wire Wire Line + 4700 4550 4700 5650 +Wire Wire Line + 4550 4450 4750 4450 +Wire Wire Line + 4750 4450 4750 5550 +$Comp +L power:VCC #PWR024 +U 1 1 604ED06E +P 4150 3850 +F 0 "#PWR024" H 4150 3700 50 0001 C CNN +F 1 "VCC" H 4150 4000 50 0000 C CNN +F 2 "" H 4150 3850 50 0001 C CNN +F 3 "" H 4150 3850 50 0001 C CNN + 1 4150 3850 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR025 +U 1 1 604ED078 +P 4150 4950 +F 0 "#PWR025" H 4150 4700 50 0001 C CNN +F 1 "GND" H 4150 4800 50 0000 C CNN +F 2 "" H 4150 4950 50 0001 C CNN +F 3 "" H 4150 4950 50 0001 C CNN + 1 4150 4950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4550 4050 5350 4050 +Wire Wire Line + 4550 4150 5350 4150 +Wire Wire Line + 4550 4250 5350 4250 +Wire Wire Line + 4550 4350 5350 4350 +Wire Wire Line + 4750 5550 5350 5550 +Wire Wire Line + 4700 5650 5350 5650 +Wire Wire Line + 4650 5750 5350 5750 +Wire Wire Line + 4600 5850 5350 5850 +$Comp +L 74xx:74HC164 U7 +U 1 1 60599AA2 +P 4150 7350 +F 0 "U7" H 4250 7800 50 0000 C CNN +F 1 "74HC164" H 4350 6800 50 0000 C CNN +F 2 "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" H 5050 7050 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 5050 7050 50 0001 C CNN + 1 4150 7350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4550 7750 4600 7750 +Wire Wire Line + 4600 7750 4600 8850 +Wire Wire Line + 4550 7650 4650 7650 +Wire Wire Line + 4650 7650 4650 8750 +Wire Wire Line + 4550 7550 4700 7550 +Wire Wire Line + 4700 7550 4700 8650 +Wire Wire Line + 4550 7450 4750 7450 +Wire Wire Line + 4750 7450 4750 8550 +$Comp +L power:VCC #PWR026 +U 1 1 60599C9A +P 4150 6850 +F 0 "#PWR026" H 4150 6700 50 0001 C CNN +F 1 "VCC" H 4150 7000 50 0000 C CNN +F 2 "" H 4150 6850 50 0001 C CNN +F 3 "" H 4150 6850 50 0001 C CNN + 1 4150 6850 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR027 +U 1 1 60599CA4 +P 4150 7950 +F 0 "#PWR027" H 4150 7700 50 0001 C CNN +F 1 "GND" H 4150 7800 50 0000 C CNN +F 2 "" H 4150 7950 50 0001 C CNN +F 3 "" H 4150 7950 50 0001 C CNN + 1 4150 7950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4550 7050 5350 7050 +Wire Wire Line + 4550 7150 5350 7150 +Wire Wire Line + 4550 7250 5350 7250 +Wire Wire Line + 4550 7350 5350 7350 +Wire Wire Line + 4750 8550 5350 8550 +Wire Wire Line + 4700 8650 5350 8650 +Wire Wire Line + 4650 8750 5350 8750 +Wire Wire Line + 4600 8850 5350 8850 +Wire Wire Line + 4150 850 3750 850 +Wire Wire Line + 3750 850 3750 1150 +Connection ~ 4150 850 +Wire Wire Line + 4150 3850 3750 3850 +Wire Wire Line + 3750 3850 3750 4150 +Connection ~ 4150 3850 +Wire Wire Line + 4150 6850 3750 6850 +Wire Wire Line + 3750 6850 3750 7150 +Connection ~ 4150 6850 +$Comp +L Connector:AVR-ISP-6 J3 +U 1 1 6061B531 +P 1300 1350 +F 0 "J3" H 971 1446 50 0000 R CNN +F 1 "AVR-ISP-6" H 1650 1800 50 0000 R CNN +F 2 "Connector_IDC:IDC-Header_2x03_P2.54mm_Vertical" V 1050 1400 50 0001 C CNN +F 3 " ~" H 25 800 50 0001 C CNN + 1 1300 1350 + 1 0 0 -1 +$EndComp +$Comp +L MCU_Microchip_ATmega:ATmega328P-AU U1 +U 1 1 6061C86E +P 1450 3450 +F 0 "U1" H 1650 2000 50 0000 C CNN +F 1 "ATmega328P-AU" H 1350 3450 50 0000 C CNN +F 2 "Package_QFP:TQFP-32_7x7mm_P0.8mm" H 1450 3450 50 0001 C CIN +F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf" H 1450 3450 50 0001 C CNN + 1 1450 3450 + 1 0 0 -1 +$EndComp +$Comp +L power:VCC #PWR06 +U 1 1 60620577 +P 1450 1950 +F 0 "#PWR06" H 1450 1800 50 0001 C CNN +F 1 "VCC" H 1450 2100 50 0000 C CNN +F 2 "" H 1450 1950 50 0001 C CNN +F 3 "" H 1450 1950 50 0001 C CNN + 1 1450 1950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1450 1950 1550 1950 +Connection ~ 1450 1950 +$Comp +L power:GND #PWR07 +U 1 1 6063361C +P 1450 4950 +F 0 "#PWR07" H 1450 4700 50 0001 C CNN +F 1 "GND" H 1450 4800 50 0000 C CNN +F 2 "" H 1450 4950 50 0001 C CNN +F 3 "" H 1450 4950 50 0001 C CNN + 1 1450 4950 + 1 0 0 -1 +$EndComp +NoConn ~ 850 2250 +NoConn ~ 850 2450 +NoConn ~ 850 2550 +$Comp +L Regulator_Linear:L7805 U3 +U 1 1 60662B76 +P 1450 9750 +F 0 "U3" H 1450 9992 50 0000 C CNN +F 1 "L7805" H 1450 9901 50 0000 C CNN +F 2 "Package_TO_SOT_THT:TO-220-3_Vertical" H 1475 9600 50 0001 L CIN +F 3 "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf" H 1450 9700 50 0001 C CNN + 1 1450 9750 + 1 0 0 -1 +$EndComp +$Comp +L Connector:USB_B_Micro J2 +U 1 1 60679962 +P 950 6250 +F 0 "J2" H 1100 5900 50 0000 C CNN +F 1 "USB_B_Micro" H 950 6600 50 0000 C CNN +F 2 "Connector_USB:USB_Micro-B_Molex-105017-0001" H 1100 6200 50 0001 C CNN +F 3 "~" H 1100 6200 50 0001 C CNN + 1 950 6250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 1450 3650 1450 +Wire Wire Line + 3650 1450 3650 850 +Wire Wire Line + 3650 850 3750 850 +Connection ~ 3750 850 +Text Label 2150 2550 0 50 ~ 0 +MOSI +Text Label 2150 2650 0 50 ~ 0 +MISO +Wire Wire Line + 2050 2750 2350 2750 +Text Label 2150 2750 0 50 ~ 0 +SCK +$Comp +L power:VCC #PWR03 +U 1 1 606F725C +P 1200 850 +F 0 "#PWR03" H 1200 700 50 0001 C CNN +F 1 "VCC" H 1200 1000 50 0000 C CNN +F 2 "" H 1200 850 50 0001 C CNN +F 3 "" H 1200 850 50 0001 C CNN + 1 1200 850 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR04 +U 1 1 606F771D +P 1200 1750 +F 0 "#PWR04" H 1200 1500 50 0001 C CNN +F 1 "GND" H 1200 1600 50 0000 C CNN +F 2 "" H 1200 1750 50 0001 C CNN +F 3 "" H 1200 1750 50 0001 C CNN + 1 1200 1750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1700 1150 2450 1150 +Wire Wire Line + 2450 1150 2450 2650 +Wire Wire Line + 2050 2650 2450 2650 +Wire Wire Line + 1700 1250 2400 1250 +Wire Wire Line + 2400 1250 2400 2550 +Wire Wire Line + 2050 2550 2400 2550 +Wire Wire Line + 1700 1350 2350 1350 +Wire Wire Line + 2350 1350 2350 2750 +Wire Wire Line + 1700 1450 2000 1450 +Text Label 1750 1450 0 50 ~ 0 +~RST +Text Label 2150 3750 0 50 ~ 0 +~RST +$Comp +L Device:Crystal_Small Y1 +U 1 1 607639EB +P 2400 2900 +F 0 "Y1" V 2400 2700 50 0000 L CNN +F 1 "14.7456MHz" V 2550 2600 50 0000 L CNN +F 2 "Crystal:Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm" H 2400 2900 50 0001 C CNN +F 3 "~" H 2400 2900 50 0001 C CNN + 1 2400 2900 + 0 1 1 0 +$EndComp +Wire Wire Line + 2050 2850 2250 2850 +Wire Wire Line + 2250 2850 2250 2800 +Wire Wire Line + 2250 2800 2400 2800 +Wire Wire Line + 2050 2950 2250 2950 +Wire Wire Line + 2250 2950 2250 3000 +Wire Wire Line + 2250 3000 2400 3000 +$Comp +L Device:C_Small C11 +U 1 1 6078C393 +P 2650 2800 +F 0 "C11" V 2600 2900 50 0000 C CNN +F 1 "22pF" V 2700 2950 50 0000 C CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2650 2800 50 0001 C CNN +F 3 "~" H 2650 2800 50 0001 C CNN + 1 2650 2800 + 0 1 1 0 +$EndComp +$Comp +L Device:C_Small C12 +U 1 1 6078CFB6 +P 2650 3000 +F 0 "C12" V 2600 3100 50 0000 C CNN +F 1 "22pF" V 2700 3150 50 0000 C CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2650 3000 50 0001 C CNN +F 3 "~" H 2650 3000 50 0001 C CNN + 1 2650 3000 + 0 1 1 0 +$EndComp +Wire Wire Line + 2400 2800 2550 2800 +Connection ~ 2400 2800 +Wire Wire Line + 2400 3000 2550 3000 +Connection ~ 2400 3000 +Wire Wire Line + 2750 2800 2950 2800 +Wire Wire Line + 2950 2800 2950 3000 +Wire Wire Line + 2950 3000 2750 3000 +$Comp +L power:GND #PWR017 +U 1 1 607C713C +P 3100 2800 +F 0 "#PWR017" H 3100 2550 50 0001 C CNN +F 1 "GND" H 3100 2650 50 0000 C CNN +F 2 "" H 3100 2800 50 0001 C CNN +F 3 "" H 3100 2800 50 0001 C CNN + 1 3100 2800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2050 2250 3500 2250 +Wire Wire Line + 3500 2250 3500 1650 +Wire Wire Line + 3500 1650 3750 1650 +Wire Wire Line + 2050 2350 3550 2350 +Wire Wire Line + 3550 2350 3550 4650 +Wire Wire Line + 3550 4650 3750 4650 +Wire Wire Line + 2050 2450 3450 2450 +Wire Wire Line + 3450 2450 3450 7650 +Wire Wire Line + 3450 7650 3750 7650 +Text Label 2150 2250 0 50 ~ 0 +CK1 +Text Label 2150 2350 0 50 ~ 0 +CK2 +Text Label 2150 2450 0 50 ~ 0 +CK3 +Text Label 2150 3950 0 50 ~ 0 +RXD +Text Label 2150 4050 0 50 ~ 0 +TXD +Wire Wire Line + 3350 3150 3350 1350 +Wire Wire Line + 3350 1350 3750 1350 +Wire Wire Line + 3350 3150 3350 4350 +Wire Wire Line + 3350 4350 3750 4350 +Connection ~ 3350 3150 +Wire Wire Line + 3350 4350 3350 7350 +Wire Wire Line + 3350 7350 3750 7350 +Connection ~ 3350 4350 +Text Label 3150 3150 0 50 ~ 0 +SD +Wire Wire Line + 3750 4450 3650 4450 +Wire Wire Line + 3650 4450 3650 3850 +Wire Wire Line + 3650 3850 3750 3850 +Connection ~ 3750 3850 +Wire Wire Line + 3750 7450 3650 7450 +Wire Wire Line + 3650 7450 3650 6850 +Wire Wire Line + 3650 6850 3750 6850 +Connection ~ 3750 6850 +Wire Wire Line + 2050 3150 3350 3150 +Wire Wire Line + 2950 2800 3100 2800 +Connection ~ 2950 2800 +$Comp +L Device:LED D2 +U 1 1 609F4D0B +P 2750 4950 +F 0 "D2" V 2850 5000 50 0000 C CNN +F 1 "LEDBOT" H 2650 5100 50 0000 C CNN +F 2 "LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2750 4950 50 0001 C CNN +F 3 "~" H 2750 4950 50 0001 C CNN + 1 2750 4950 + 0 -1 -1 0 +$EndComp +$Comp +L Device:LED D3 +U 1 1 609F5936 +P 2900 4950 +F 0 "D3" V 3000 4900 50 0000 C CNN +F 1 "LEDTOP" H 2800 4800 50 0000 C CNN +F 2 "LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2900 4950 50 0001 C CNN +F 3 "~" H 2900 4950 50 0001 C CNN + 1 2900 4950 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 2900 4800 2750 4800 +$Comp +L Device:R R6 +U 1 1 60A28AF7 +P 2900 5300 +F 0 "R6" H 2850 5450 50 0000 C CNN +F 1 "330R" V 2900 5300 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 2830 5300 50 0001 C CNN +F 3 "~" H 2900 5300 50 0001 C CNN + 1 2900 5300 + -1 0 0 1 +$EndComp +$Comp +L Device:R R5 +U 1 1 60A29040 +P 2750 5300 +F 0 "R5" H 2850 5450 50 0000 C CNN +F 1 "330R" V 2750 5300 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 2680 5300 50 0001 C CNN +F 3 "~" H 2750 5300 50 0001 C CNN + 1 2750 5300 + -1 0 0 1 +$EndComp +Wire Wire Line + 2900 5100 2900 5150 +Wire Wire Line + 2750 5100 2750 5150 +$Comp +L power:GND #PWR016 +U 1 1 60AA096E +P 2900 5550 +F 0 "#PWR016" H 2900 5300 50 0001 C CNN +F 1 "GND" H 2905 5377 50 0000 C CNN +F 2 "" H 2900 5550 50 0001 C CNN +F 3 "" H 2900 5550 50 0001 C CNN + 1 2900 5550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2900 5450 2900 5550 +Wire Wire Line + 2900 5550 2750 5550 +Wire Wire Line + 2750 5550 2750 5450 +$Sheet +S 5350 5400 850 1250 +U 603EFAE2 +F0 "nixiedrivers4" 50 +F1 "nixiedrivers.sch" 50 +F2 "N1" O R 6200 5550 50 +F3 "N2" O R 6200 5650 50 +F4 "N3" O R 6200 5750 50 +F5 "N4" O R 6200 5850 50 +F6 "N5" O R 6200 5950 50 +F7 "N6" O R 6200 6050 50 +F8 "N7" O R 6200 6150 50 +F9 "N8" O R 6200 6250 50 +F10 "N9" O R 6200 6350 50 +F11 "N0" O R 6200 5450 50 +F12 "NL" O R 6200 6500 50 +F13 "D0" I L 5350 5550 50 +F14 "D1" I L 5350 5650 50 +F15 "D2" I L 5350 5750 50 +F16 "D3" I L 5350 5850 50 +F17 "LDOT" I L 5350 6150 50 +$EndSheet +NoConn ~ 6450 2100 +NoConn ~ 6450 3600 +NoConn ~ 6450 5100 +NoConn ~ 6450 6600 +NoConn ~ 6450 8100 +NoConn ~ 6450 9600 +Text Label 2100 4150 0 50 ~ 0 +ADOT +Text Label 2100 4250 0 50 ~ 0 +BDOT +Text Label 2100 4350 0 50 ~ 0 +CDOT +Text Label 2100 4450 0 50 ~ 0 +DDOT +Text Label 2100 4550 0 50 ~ 0 +EDOT +Text Label 2100 4650 0 50 ~ 0 +FDOT +Text Label 5150 1650 0 50 ~ 0 +ADOT +Text Label 5150 3150 0 50 ~ 0 +BDOT +Text Label 5150 4650 0 50 ~ 0 +CDOT +Text Label 5150 6150 0 50 ~ 0 +DDOT +Text Label 5150 7650 0 50 ~ 0 +EDOT +Text Label 5150 9150 0 50 ~ 0 +FDOT +Wire Wire Line + 3100 4150 3100 3250 +Wire Wire Line + 3100 3250 5000 3250 +Wire Wire Line + 5000 3250 5000 1650 +Wire Wire Line + 5000 1650 5350 1650 +Wire Wire Line + 2050 4150 3100 4150 +Wire Wire Line + 3150 4250 3150 3300 +Wire Wire Line + 3150 3300 5150 3300 +Wire Wire Line + 5150 3300 5150 3150 +Wire Wire Line + 2050 4250 3150 4250 +Wire Wire Line + 3200 4350 3200 3350 +Wire Wire Line + 3200 3350 5000 3350 +Wire Wire Line + 5000 3350 5000 4650 +Wire Wire Line + 5000 4650 5350 4650 +Wire Wire Line + 2050 4350 3200 4350 +Wire Wire Line + 3250 4450 3250 6150 +Wire Wire Line + 3250 6150 5350 6150 +Wire Wire Line + 2050 4450 3250 4450 +Wire Wire Line + 3200 4550 3200 6200 +Wire Wire Line + 3200 6200 5000 6200 +Wire Wire Line + 5000 6200 5000 7650 +Wire Wire Line + 5000 7650 5350 7650 +Wire Wire Line + 2050 4550 3200 4550 +Wire Wire Line + 3150 4650 3150 6250 +Wire Wire Line + 3150 6250 4950 6250 +Wire Wire Line + 4950 6250 4950 9150 +Wire Wire Line + 4950 9150 5350 9150 +Wire Wire Line + 2050 4650 3150 4650 +Text Label 5150 1050 0 50 ~ 0 +A0 +Text Label 5150 1150 0 50 ~ 0 +A1 +Text Label 5150 1250 0 50 ~ 0 +A2 +Text Label 5150 1350 0 50 ~ 0 +A3 +Text Label 5150 2550 0 50 ~ 0 +B0 +Text Label 5150 2650 0 50 ~ 0 +B1 +Text Label 5150 2750 0 50 ~ 0 +B2 +Text Label 5150 2850 0 50 ~ 0 +B3 +Text Label 5150 4050 0 50 ~ 0 +C0 +Text Label 5150 4150 0 50 ~ 0 +C1 +Text Label 5150 4250 0 50 ~ 0 +C2 +Text Label 5150 4350 0 50 ~ 0 +C3 +Text Label 5150 5550 0 50 ~ 0 +D0 +Text Label 5150 5650 0 50 ~ 0 +D1 +Text Label 5150 5750 0 50 ~ 0 +D2 +Text Label 5150 5850 0 50 ~ 0 +D3 +Text Label 5150 7050 0 50 ~ 0 +E0 +Text Label 5150 7150 0 50 ~ 0 +E1 +Text Label 5150 7250 0 50 ~ 0 +E2 +Text Label 5150 7350 0 50 ~ 0 +E3 +Text Label 5150 8550 0 50 ~ 0 +F0 +Text Label 5150 8650 0 50 ~ 0 +F1 +Text Label 5150 8750 0 50 ~ 0 +F2 +Text Label 5150 8850 0 50 ~ 0 +F3 +Connection ~ 2900 5550 +Wire Wire Line + 2900 4800 2900 3250 +Connection ~ 2900 4800 +Text Label 2200 3250 0 50 ~ 0 +HRSEP +Wire Wire Line + 2900 3250 2050 3250 +Wire Wire Line + 1150 9750 1100 9750 +Wire Wire Line + 800 9750 800 8200 +$Comp +L Device:CP1 C2 +U 1 1 610B5FE4 +P 1100 9900 +F 0 "C2" H 850 9900 50 0000 L CNN +F 1 "0.33uF" H 850 9800 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_4x5.4" H 1100 9900 50 0001 C CNN +F 3 "~" H 1100 9900 50 0001 C CNN + 1 1100 9900 + 1 0 0 -1 +$EndComp +Connection ~ 1100 9750 +Wire Wire Line + 1100 9750 800 9750 +Wire Wire Line + 1100 10050 1450 10050 +Connection ~ 1450 10050 +Wire Wire Line + 1450 10050 1850 10050 +Wire Wire Line + 1750 9750 1850 9750 +$Comp +L power:GND #PWR09 +U 1 1 611250E3 +P 1450 10050 +F 0 "#PWR09" H 1450 9800 50 0001 C CNN +F 1 "GND" H 1450 9900 50 0000 C CNN +F 2 "" H 1450 10050 50 0001 C CNN +F 3 "" H 1450 10050 50 0001 C CNN + 1 1450 10050 + 1 0 0 -1 +$EndComp +$Comp +L power:VCC #PWR012 +U 1 1 6112631D +P 1850 9750 +F 0 "#PWR012" H 1850 9600 50 0001 C CNN +F 1 "VCC" H 1850 9900 50 0000 C CNN +F 2 "" H 1850 9750 50 0001 C CNN +F 3 "" H 1850 9750 50 0001 C CNN + 1 1850 9750 + 1 0 0 -1 +$EndComp +Connection ~ 800 8200 +$Comp +L Device:C C4 +U 1 1 61166BC4 +P 1850 9900 +F 0 "C4" H 1965 9946 50 0000 L CNN +F 1 "0.1uF" H 1965 9855 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1888 9750 50 0001 C CNN +F 3 "~" H 1850 9900 50 0001 C CNN + 1 1850 9900 + 1 0 0 -1 +$EndComp +Connection ~ 1850 9750 +Wire Wire Line + 3350 8800 2900 8800 +$Comp +L Device:C C15 +U 1 1 6131D657 +P 3100 9100 +F 0 "C15" V 2950 9050 50 0000 L CNN +F 1 "10nF" V 3250 9000 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3138 8950 50 0001 C CNN +F 3 "~" H 3100 9100 50 0001 C CNN + 1 3100 9100 + 0 1 1 0 +$EndComp +Wire Wire Line + 2950 9100 2900 9100 +Connection ~ 2900 9100 +Wire Wire Line + 2900 9100 2900 9450 +Wire Wire Line + 3250 9100 3350 9100 +Wire Wire Line + 1850 7800 2050 7800 +Text Notes 3400 8350 0 50 ~ 0 ++120V +Text Notes 1650 7650 0 50 ~ 0 +Power supply +$Comp +L Interface_USB:MCP2221AxSL U4 +U 1 1 6144D805 +P 1800 6350 +F 0 "U4" H 1950 5800 50 0000 C CNN +F 1 "MCP2221AxSL" H 1450 5800 50 0000 C CNN +F 2 "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" H 1800 7350 50 0001 C CNN +F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/20005565B.pdf" H 1800 7050 50 0001 C CNN + 1 1800 6350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1250 6250 1400 6250 +Wire Wire Line + 1250 6350 1400 6350 +NoConn ~ 1250 6450 +NoConn ~ 2200 6450 +NoConn ~ 2200 6550 +NoConn ~ 2200 6650 +NoConn ~ 2200 6750 +NoConn ~ 2200 5850 +NoConn ~ 2200 5950 +$Comp +L power:GND #PWR011 +U 1 1 615559DA +P 1800 6950 +F 0 "#PWR011" H 1800 6700 50 0001 C CNN +F 1 "GND" H 1800 6800 50 0000 C CNN +F 2 "" H 1800 6950 50 0001 C CNN +F 3 "" H 1800 6950 50 0001 C CNN + 1 1800 6950 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR02 +U 1 1 61555F05 +P 950 6650 +F 0 "#PWR02" H 950 6400 50 0001 C CNN +F 1 "GND" H 950 6500 50 0000 C CNN +F 2 "" H 950 6650 50 0001 C CNN +F 3 "" H 950 6650 50 0001 C CNN + 1 950 6650 + 1 0 0 -1 +$EndComp +NoConn ~ 850 6650 +Wire Wire Line + 2400 6150 2400 4050 +Wire Wire Line + 2050 4050 2400 4050 +Wire Wire Line + 2450 6250 2450 3950 +Wire Wire Line + 2050 3950 2450 3950 +Wire Wire Line + 2050 3750 2300 3750 +$Comp +L Device:C_Small C6 +U 1 1 616E0218 +P 2000 5450 +F 0 "C6" V 2050 5300 50 0000 L CNN +F 1 "0.1uF" V 1900 5300 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2000 5450 50 0001 C CNN +F 3 "~" H 2000 5450 50 0001 C CNN + 1 2000 5450 + 0 -1 -1 0 +$EndComp +$Comp +L Device:C_Small C5 +U 1 1 616E1F5A +P 2000 5250 +F 0 "C5" V 1950 5100 50 0000 L CNN +F 1 "0.1uF" V 2100 5100 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2000 5250 50 0001 C CNN +F 3 "~" H 2000 5250 50 0001 C CNN + 1 2000 5250 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 2100 5450 2250 5450 +Wire Wire Line + 2250 5250 2100 5250 +Wire Wire Line + 1250 5850 1400 5850 +Text Label 1250 5850 0 50 ~ 0 +~RST +NoConn ~ 1250 6050 +Wire Wire Line + 2200 6150 2400 6150 +Wire Wire Line + 2200 6250 2450 6250 +Wire Wire Line + 2250 5450 2250 5250 +$Comp +L power:GND #PWR014 +U 1 1 6180C797 +P 2250 5500 +F 0 "#PWR014" H 2250 5250 50 0001 C CNN +F 1 "GND" H 2255 5327 50 0000 C CNN +F 2 "" H 2250 5500 50 0001 C CNN +F 3 "" H 2250 5500 50 0001 C CNN + 1 2250 5500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1900 5250 1900 5450 +Wire Wire Line + 2250 5450 2250 5500 +Connection ~ 2250 5450 +Wire Wire Line + 1900 5450 1900 5650 +Connection ~ 1900 5450 +$Comp +L power:VCC #PWR010 +U 1 1 618DA082 +P 1800 5650 +F 0 "#PWR010" H 1800 5500 50 0001 C CNN +F 1 "VCC" H 1800 5800 50 0000 C CNN +F 2 "" H 1800 5650 50 0001 C CNN +F 3 "" H 1800 5650 50 0001 C CNN + 1 1800 5650 + 1 0 0 -1 +$EndComp +NoConn ~ 2050 3350 +NoConn ~ 2050 3450 +NoConn ~ 2050 3550 +NoConn ~ 2050 3650 +$Comp +L Device:C_Small C10 +U 1 1 61A9E4DA +P 2500 10850 +F 0 "C10" H 2450 11000 50 0000 L CNN +F 1 "0.1uF" H 2400 10700 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2500 10850 50 0001 C CNN +F 3 "~" H 2500 10850 50 0001 C CNN + 1 2500 10850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C_Small C13 +U 1 1 61ABE3A6 +P 2750 10850 +F 0 "C13" H 2700 11000 50 0000 L CNN +F 1 "0.1uF" H 2650 10700 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2750 10850 50 0001 C CNN +F 3 "~" H 2750 10850 50 0001 C CNN + 1 2750 10850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C_Small C9 +U 1 1 61ACCC75 +P 2250 10850 +F 0 "C9" H 2200 11000 50 0000 L CNN +F 1 "0.1uF" H 2150 10700 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2250 10850 50 0001 C CNN +F 3 "~" H 2250 10850 50 0001 C CNN + 1 2250 10850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C_Small C14 +U 1 1 61ACD06F +P 3000 10850 +F 0 "C14" H 2950 11000 50 0000 L CNN +F 1 "0.1uF" H 2900 10700 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3000 10850 50 0001 C CNN +F 3 "~" H 3000 10850 50 0001 C CNN + 1 3000 10850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C_Small C7 +U 1 1 61ACD4B8 +P 2000 10850 +F 0 "C7" H 1950 11000 50 0000 L CNN +F 1 "0.1uF" H 1900 10700 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2000 10850 50 0001 C CNN +F 3 "~" H 2000 10850 50 0001 C CNN + 1 2000 10850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C_Small C3 +U 1 1 61ACDA36 +P 1750 10850 +F 0 "C3" H 1700 11000 50 0000 L CNN +F 1 "0.1uF" H 1650 10700 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1750 10850 50 0001 C CNN +F 3 "~" H 1750 10850 50 0001 C CNN + 1 1750 10850 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1750 10750 2000 10750 +Connection ~ 2000 10750 +Wire Wire Line + 2000 10750 2250 10750 +Connection ~ 2250 10750 +Wire Wire Line + 2250 10750 2500 10750 +Connection ~ 2500 10750 +Wire Wire Line + 2500 10750 2750 10750 +Connection ~ 2750 10750 +Wire Wire Line + 2750 10750 3000 10750 +Wire Wire Line + 1750 10950 2000 10950 +Connection ~ 2000 10950 +Wire Wire Line + 2000 10950 2250 10950 +Connection ~ 2250 10950 +Wire Wire Line + 2250 10950 2500 10950 +Connection ~ 2500 10950 +Wire Wire Line + 2500 10950 2750 10950 +Connection ~ 2750 10950 +Wire Wire Line + 2750 10950 3000 10950 +$Comp +L power:GND #PWR019 +U 1 1 61B0EE96 +P 3300 10950 +F 0 "#PWR019" H 3300 10700 50 0001 C CNN +F 1 "GND" H 3300 10800 50 0000 C CNN +F 2 "" H 3300 10950 50 0001 C CNN +F 3 "" H 3300 10950 50 0001 C CNN + 1 3300 10950 + 1 0 0 -1 +$EndComp +$Comp +L power:VCC #PWR018 +U 1 1 61B3194F +P 3300 10750 +F 0 "#PWR018" H 3300 10600 50 0001 C CNN +F 1 "VCC" H 3300 10900 50 0000 C CNN +F 2 "" H 3300 10750 50 0001 C CNN +F 3 "" H 3300 10750 50 0001 C CNN + 1 3300 10750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3700 8300 3700 8400 +Connection ~ 3700 8400 +Wire Wire Line + 3700 8400 3700 8500 +Wire Wire Line + 3000 10750 3300 10750 +Connection ~ 3000 10750 +Wire Wire Line + 3000 10950 3300 10950 +Connection ~ 3000 10950 +Text Notes 2250 10550 0 50 ~ 0 +bypass capacitors +Wire Wire Line + 800 7900 800 8200 +Wire Wire Line + 1200 10200 800 10200 +Wire Wire Line + 800 10200 800 9750 +Connection ~ 800 9750 +$Comp +L power:GND #PWR05 +U 1 1 61E8EECE +P 1200 10750 +F 0 "#PWR05" H 1200 10500 50 0001 C CNN +F 1 "GND" H 1200 10600 50 0000 C CNN +F 2 "" H 1200 10750 50 0001 C CNN +F 3 "" H 1200 10750 50 0001 C CNN + 1 1200 10750 + 1 0 0 -1 +$EndComp +$Comp +L Connector_Generic:Conn_01x02 J4 +U 1 1 61E93E81 +P 1400 10450 +F 0 "J4" H 1480 10442 50 0000 L CNN +F 1 "pwr sw" H 1300 10250 50 0000 L CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 1400 10450 50 0001 C CNN +F 3 "~" H 1400 10450 50 0001 C CNN + 1 1400 10450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1200 10450 1200 10200 +$Comp +L power:PWR_FLAG #FLG0101 +U 1 1 61F98C1A +P 1100 9650 +F 0 "#FLG0101" H 1100 9725 50 0001 C CNN +F 1 "PWR_FLAG" H 1100 9800 50 0000 C CNN +F 2 "" H 1100 9650 50 0001 C CNN +F 3 "~" H 1100 9650 50 0001 C CNN + 1 1100 9650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1100 9650 1100 9750 +$Comp +L power:PWR_FLAG #FLG0102 +U 1 1 61FC7FCB +P 3850 8400 +F 0 "#FLG0102" H 3850 8475 50 0001 C CNN +F 1 "PWR_FLAG" H 3950 8550 50 0000 C CNN +F 2 "" H 3850 8400 50 0001 C CNN +F 3 "~" H 3850 8400 50 0001 C CNN + 1 3850 8400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3850 8400 3700 8400 +$Comp +L Connector:Barrel_Jack_Switch J1 +U 1 1 61FFDE12 +P 900 10650 +F 0 "J1" H 900 10950 50 0000 C CNN +F 1 "12VDC IN" H 900 10850 50 0000 C CNN +F 2 "Connector_BarrelJack:BarrelJack_Horizontal" H 950 10610 50 0001 C CNN +F 3 "~" H 950 10610 50 0001 C CNN + 1 900 10650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1200 10650 1200 10750 +Connection ~ 1200 10750 +Text Label 7350 1550 0 50 ~ 0 +AA +Text Label 7350 3050 0 50 ~ 0 +BA +Text Label 7350 4550 0 50 ~ 0 +CA +Text Label 7350 6050 0 50 ~ 0 +DA +Text Label 7350 7550 0 50 ~ 0 +EA +Text Label 7350 9050 0 50 ~ 0 +FA +$EndSCHEMATC diff --git a/hw/nixiedrivers.sch b/hw/nixiedrivers.sch new file mode 100644 index 0000000..d457bc9 --- /dev/null +++ b/hw/nixiedrivers.sch @@ -0,0 +1,1495 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 7 +Title "Nixie driver/decoder" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF0530D +P 5350 1500 +AR Path="/5FF0530D" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF0530D" Ref="Q3" Part="1" +AR Path="/6006A6FC/5FF0530D" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF0530D" Ref="Q?" Part="1" +AR Path="/6007521A/5FF0530D" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF0530D" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF0530D" Ref="Q?" Part="1" +AR Path="/6039F880/5FF0530D" Ref="Q14" Part="1" +AR Path="/603EF886/5FF0530D" Ref="Q25" Part="1" +AR Path="/603EFAE2/5FF0530D" Ref="Q58" Part="1" +AR Path="/603FFB52/5FF0530D" Ref="Q36" Part="1" +AR Path="/603FFDD2/5FF0530D" Ref="Q47" Part="1" +F 0 "Q3" H 5200 1350 50 0000 L CNN +F 1 "MMBTA42" H 5100 1650 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5550 1425 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 5350 1500 50 0001 L CNN + 1 5350 1500 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF05313 +P 4950 1500 +AR Path="/5FF05313" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF05313" Ref="R15" Part="1" +AR Path="/6006A6FC/5FF05313" Ref="R?" Part="1" +AR Path="/60074ED0/5FF05313" Ref="R?" Part="1" +AR Path="/6007521A/5FF05313" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF05313" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF05313" Ref="R?" Part="1" +AR Path="/6039F880/5FF05313" Ref="R28" Part="1" +AR Path="/603EF886/5FF05313" Ref="R41" Part="1" +AR Path="/603EFAE2/5FF05313" Ref="R80" Part="1" +AR Path="/603FFB52/5FF05313" Ref="R54" Part="1" +AR Path="/603FFDD2/5FF05313" Ref="R67" Part="1" +F 0 "R15" V 4850 1500 50 0000 C CNN +F 1 "47k" V 4950 1500 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4880 1500 50 0001 C CNN +F 3 "~" H 4950 1500 50 0001 C CNN + 1 4950 1500 + 0 1 1 0 +$EndComp +Wire Wire Line + 5100 1500 5150 1500 +$Comp +L power:GND #PWR? +U 1 1 5FF0531A +P 5450 1700 +AR Path="/5FF0531A" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF0531A" Ref="#PWR031" Part="1" +AR Path="/6006A6FC/5FF0531A" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF0531A" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF0531A" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF0531A" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF0531A" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF0531A" Ref="#PWR049" Part="1" +AR Path="/603EF886/5FF0531A" Ref="#PWR067" Part="1" +AR Path="/603EFAE2/5FF0531A" Ref="#PWR0121" Part="1" +AR Path="/603FFB52/5FF0531A" Ref="#PWR085" Part="1" +AR Path="/603FFDD2/5FF0531A" Ref="#PWR0103" Part="1" +F 0 "#PWR031" H 5450 1450 50 0001 C CNN +F 1 "GND" H 5450 1550 50 0000 C CNN +F 2 "" H 5450 1700 50 0001 C CNN +F 3 "" H 5450 1700 50 0001 C CNN + 1 5450 1700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 1300 5650 1300 +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF05321 +P 6150 1950 +AR Path="/5FF05321" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF05321" Ref="Q9" Part="1" +AR Path="/6006A6FC/5FF05321" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF05321" Ref="Q?" Part="1" +AR Path="/6007521A/5FF05321" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF05321" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF05321" Ref="Q?" Part="1" +AR Path="/6039F880/5FF05321" Ref="Q20" Part="1" +AR Path="/603EF886/5FF05321" Ref="Q31" Part="1" +AR Path="/603EFAE2/5FF05321" Ref="Q64" Part="1" +AR Path="/603FFB52/5FF05321" Ref="Q42" Part="1" +AR Path="/603FFDD2/5FF05321" Ref="Q53" Part="1" +F 0 "Q9" H 6000 1800 50 0000 L CNN +F 1 "MMBTA42" H 5900 2100 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6350 1875 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 6150 1950 50 0001 L CNN + 1 6150 1950 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF05327 +P 5750 1950 +AR Path="/5FF05327" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF05327" Ref="R22" Part="1" +AR Path="/6006A6FC/5FF05327" Ref="R?" Part="1" +AR Path="/60074ED0/5FF05327" Ref="R?" Part="1" +AR Path="/6007521A/5FF05327" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF05327" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF05327" Ref="R?" Part="1" +AR Path="/6039F880/5FF05327" Ref="R35" Part="1" +AR Path="/603EF886/5FF05327" Ref="R48" Part="1" +AR Path="/603EFAE2/5FF05327" Ref="R87" Part="1" +AR Path="/603FFB52/5FF05327" Ref="R61" Part="1" +AR Path="/603FFDD2/5FF05327" Ref="R74" Part="1" +F 0 "R22" V 5650 1950 50 0000 C CNN +F 1 "47k" V 5750 1950 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5680 1950 50 0001 C CNN +F 3 "~" H 5750 1950 50 0001 C CNN + 1 5750 1950 + 0 1 1 0 +$EndComp +Wire Wire Line + 5900 1950 5950 1950 +Wire Wire Line + 6250 1750 6450 1750 +$Comp +L power:GND #PWR? +U 1 1 5FF05F57 +P 6250 2150 +AR Path="/5FF05F57" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF05F57" Ref="#PWR037" Part="1" +AR Path="/6006A6FC/5FF05F57" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF05F57" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF05F57" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF05F57" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF05F57" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF05F57" Ref="#PWR055" Part="1" +AR Path="/603EF886/5FF05F57" Ref="#PWR073" Part="1" +AR Path="/603EFAE2/5FF05F57" Ref="#PWR0127" Part="1" +AR Path="/603FFB52/5FF05F57" Ref="#PWR091" Part="1" +AR Path="/603FFDD2/5FF05F57" Ref="#PWR0109" Part="1" +F 0 "#PWR037" H 6250 1900 50 0001 C CNN +F 1 "GND" H 6250 2000 50 0000 C CNN +F 2 "" H 6250 2150 50 0001 C CNN +F 3 "" H 6250 2150 50 0001 C CNN + 1 6250 2150 + 1 0 0 -1 +$EndComp +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF07144 +P 5350 2300 +AR Path="/5FF07144" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF07144" Ref="Q4" Part="1" +AR Path="/6006A6FC/5FF07144" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF07144" Ref="Q?" Part="1" +AR Path="/6007521A/5FF07144" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF07144" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF07144" Ref="Q?" Part="1" +AR Path="/6039F880/5FF07144" Ref="Q15" Part="1" +AR Path="/603EF886/5FF07144" Ref="Q26" Part="1" +AR Path="/603EFAE2/5FF07144" Ref="Q59" Part="1" +AR Path="/603FFB52/5FF07144" Ref="Q37" Part="1" +AR Path="/603FFDD2/5FF07144" Ref="Q48" Part="1" +F 0 "Q4" H 5200 2150 50 0000 L CNN +F 1 "MMBTA42" H 5100 2450 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5550 2225 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 5350 2300 50 0001 L CNN + 1 5350 2300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF071D6 +P 4950 2300 +AR Path="/5FF071D6" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF071D6" Ref="R16" Part="1" +AR Path="/6006A6FC/5FF071D6" Ref="R?" Part="1" +AR Path="/60074ED0/5FF071D6" Ref="R?" Part="1" +AR Path="/6007521A/5FF071D6" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF071D6" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF071D6" Ref="R?" Part="1" +AR Path="/6039F880/5FF071D6" Ref="R29" Part="1" +AR Path="/603EF886/5FF071D6" Ref="R42" Part="1" +AR Path="/603EFAE2/5FF071D6" Ref="R81" Part="1" +AR Path="/603FFB52/5FF071D6" Ref="R55" Part="1" +AR Path="/603FFDD2/5FF071D6" Ref="R68" Part="1" +F 0 "R16" V 4850 2300 50 0000 C CNN +F 1 "47k" V 4950 2300 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4880 2300 50 0001 C CNN +F 3 "~" H 4950 2300 50 0001 C CNN + 1 4950 2300 + 0 1 1 0 +$EndComp +Wire Wire Line + 5100 2300 5150 2300 +$Comp +L power:GND #PWR? +U 1 1 5FF071E1 +P 5450 2500 +AR Path="/5FF071E1" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF071E1" Ref="#PWR032" Part="1" +AR Path="/6006A6FC/5FF071E1" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF071E1" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF071E1" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF071E1" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF071E1" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF071E1" Ref="#PWR050" Part="1" +AR Path="/603EF886/5FF071E1" Ref="#PWR068" Part="1" +AR Path="/603EFAE2/5FF071E1" Ref="#PWR0122" Part="1" +AR Path="/603FFB52/5FF071E1" Ref="#PWR086" Part="1" +AR Path="/603FFDD2/5FF071E1" Ref="#PWR0104" Part="1" +F 0 "#PWR032" H 5450 2250 50 0001 C CNN +F 1 "GND" H 5450 2350 50 0000 C CNN +F 2 "" H 5450 2500 50 0001 C CNN +F 3 "" H 5450 2500 50 0001 C CNN + 1 5450 2500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 2100 5650 2100 +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF071EC +P 6150 2750 +AR Path="/5FF071EC" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF071EC" Ref="Q10" Part="1" +AR Path="/6006A6FC/5FF071EC" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF071EC" Ref="Q?" Part="1" +AR Path="/6007521A/5FF071EC" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF071EC" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF071EC" Ref="Q?" Part="1" +AR Path="/6039F880/5FF071EC" Ref="Q21" Part="1" +AR Path="/603EF886/5FF071EC" Ref="Q32" Part="1" +AR Path="/603EFAE2/5FF071EC" Ref="Q65" Part="1" +AR Path="/603FFB52/5FF071EC" Ref="Q43" Part="1" +AR Path="/603FFDD2/5FF071EC" Ref="Q54" Part="1" +F 0 "Q10" H 6000 2600 50 0000 L CNN +F 1 "MMBTA42" H 5900 2900 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6350 2675 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 6150 2750 50 0001 L CNN + 1 6150 2750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF071F6 +P 5750 2750 +AR Path="/5FF071F6" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF071F6" Ref="R23" Part="1" +AR Path="/6006A6FC/5FF071F6" Ref="R?" Part="1" +AR Path="/60074ED0/5FF071F6" Ref="R?" Part="1" +AR Path="/6007521A/5FF071F6" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF071F6" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF071F6" Ref="R?" Part="1" +AR Path="/6039F880/5FF071F6" Ref="R36" Part="1" +AR Path="/603EF886/5FF071F6" Ref="R49" Part="1" +AR Path="/603EFAE2/5FF071F6" Ref="R88" Part="1" +AR Path="/603FFB52/5FF071F6" Ref="R62" Part="1" +AR Path="/603FFDD2/5FF071F6" Ref="R75" Part="1" +F 0 "R23" V 5650 2750 50 0000 C CNN +F 1 "47k" V 5750 2750 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5680 2750 50 0001 C CNN +F 3 "~" H 5750 2750 50 0001 C CNN + 1 5750 2750 + 0 1 1 0 +$EndComp +Wire Wire Line + 5900 2750 5950 2750 +Wire Wire Line + 6250 2550 6500 2550 +$Comp +L power:GND #PWR? +U 1 1 5FF07202 +P 6250 2950 +AR Path="/5FF07202" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF07202" Ref="#PWR038" Part="1" +AR Path="/6006A6FC/5FF07202" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF07202" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF07202" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF07202" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF07202" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF07202" Ref="#PWR056" Part="1" +AR Path="/603EF886/5FF07202" Ref="#PWR074" Part="1" +AR Path="/603EFAE2/5FF07202" Ref="#PWR0128" Part="1" +AR Path="/603FFB52/5FF07202" Ref="#PWR092" Part="1" +AR Path="/603FFDD2/5FF07202" Ref="#PWR0110" Part="1" +F 0 "#PWR038" H 6250 2700 50 0001 C CNN +F 1 "GND" H 6250 2800 50 0000 C CNN +F 2 "" H 6250 2950 50 0001 C CNN +F 3 "" H 6250 2950 50 0001 C CNN + 1 6250 2950 + 1 0 0 -1 +$EndComp +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF09C0A +P 5350 3100 +AR Path="/5FF09C0A" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF09C0A" Ref="Q5" Part="1" +AR Path="/6006A6FC/5FF09C0A" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF09C0A" Ref="Q?" Part="1" +AR Path="/6007521A/5FF09C0A" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF09C0A" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF09C0A" Ref="Q?" Part="1" +AR Path="/6039F880/5FF09C0A" Ref="Q16" Part="1" +AR Path="/603EF886/5FF09C0A" Ref="Q27" Part="1" +AR Path="/603EFAE2/5FF09C0A" Ref="Q60" Part="1" +AR Path="/603FFB52/5FF09C0A" Ref="Q38" Part="1" +AR Path="/603FFDD2/5FF09C0A" Ref="Q49" Part="1" +F 0 "Q5" H 5200 2950 50 0000 L CNN +F 1 "MMBTA42" H 5100 3250 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5550 3025 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 5350 3100 50 0001 L CNN + 1 5350 3100 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF09D0C +P 4950 3100 +AR Path="/5FF09D0C" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF09D0C" Ref="R17" Part="1" +AR Path="/6006A6FC/5FF09D0C" Ref="R?" Part="1" +AR Path="/60074ED0/5FF09D0C" Ref="R?" Part="1" +AR Path="/6007521A/5FF09D0C" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF09D0C" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF09D0C" Ref="R?" Part="1" +AR Path="/6039F880/5FF09D0C" Ref="R30" Part="1" +AR Path="/603EF886/5FF09D0C" Ref="R43" Part="1" +AR Path="/603EFAE2/5FF09D0C" Ref="R82" Part="1" +AR Path="/603FFB52/5FF09D0C" Ref="R56" Part="1" +AR Path="/603FFDD2/5FF09D0C" Ref="R69" Part="1" +F 0 "R17" V 4850 3100 50 0000 C CNN +F 1 "47k" V 4950 3100 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4880 3100 50 0001 C CNN +F 3 "~" H 4950 3100 50 0001 C CNN + 1 4950 3100 + 0 1 1 0 +$EndComp +Wire Wire Line + 5100 3100 5150 3100 +$Comp +L power:GND #PWR? +U 1 1 5FF09D17 +P 5450 3300 +AR Path="/5FF09D17" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF09D17" Ref="#PWR033" Part="1" +AR Path="/6006A6FC/5FF09D17" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF09D17" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF09D17" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF09D17" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF09D17" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF09D17" Ref="#PWR051" Part="1" +AR Path="/603EF886/5FF09D17" Ref="#PWR069" Part="1" +AR Path="/603EFAE2/5FF09D17" Ref="#PWR0123" Part="1" +AR Path="/603FFB52/5FF09D17" Ref="#PWR087" Part="1" +AR Path="/603FFDD2/5FF09D17" Ref="#PWR0105" Part="1" +F 0 "#PWR033" H 5450 3050 50 0001 C CNN +F 1 "GND" H 5450 3150 50 0000 C CNN +F 2 "" H 5450 3300 50 0001 C CNN +F 3 "" H 5450 3300 50 0001 C CNN + 1 5450 3300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 2900 5650 2900 +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF09D22 +P 6150 3550 +AR Path="/5FF09D22" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF09D22" Ref="Q11" Part="1" +AR Path="/6006A6FC/5FF09D22" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF09D22" Ref="Q?" Part="1" +AR Path="/6007521A/5FF09D22" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF09D22" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF09D22" Ref="Q?" Part="1" +AR Path="/6039F880/5FF09D22" Ref="Q22" Part="1" +AR Path="/603EF886/5FF09D22" Ref="Q33" Part="1" +AR Path="/603EFAE2/5FF09D22" Ref="Q66" Part="1" +AR Path="/603FFB52/5FF09D22" Ref="Q44" Part="1" +AR Path="/603FFDD2/5FF09D22" Ref="Q55" Part="1" +F 0 "Q11" H 6000 3400 50 0000 L CNN +F 1 "MMBTA42" H 5900 3700 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6350 3475 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 6150 3550 50 0001 L CNN + 1 6150 3550 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF09D2C +P 5750 3550 +AR Path="/5FF09D2C" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF09D2C" Ref="R24" Part="1" +AR Path="/6006A6FC/5FF09D2C" Ref="R?" Part="1" +AR Path="/60074ED0/5FF09D2C" Ref="R?" Part="1" +AR Path="/6007521A/5FF09D2C" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF09D2C" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF09D2C" Ref="R?" Part="1" +AR Path="/6039F880/5FF09D2C" Ref="R37" Part="1" +AR Path="/603EF886/5FF09D2C" Ref="R50" Part="1" +AR Path="/603EFAE2/5FF09D2C" Ref="R89" Part="1" +AR Path="/603FFB52/5FF09D2C" Ref="R63" Part="1" +AR Path="/603FFDD2/5FF09D2C" Ref="R76" Part="1" +F 0 "R24" V 5650 3550 50 0000 C CNN +F 1 "47k" V 5750 3550 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5680 3550 50 0001 C CNN +F 3 "~" H 5750 3550 50 0001 C CNN + 1 5750 3550 + 0 1 1 0 +$EndComp +Wire Wire Line + 5900 3550 5950 3550 +Wire Wire Line + 6250 3350 6500 3350 +$Comp +L power:GND #PWR? +U 1 1 5FF09D38 +P 6250 3750 +AR Path="/5FF09D38" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF09D38" Ref="#PWR039" Part="1" +AR Path="/6006A6FC/5FF09D38" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF09D38" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF09D38" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF09D38" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF09D38" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF09D38" Ref="#PWR057" Part="1" +AR Path="/603EF886/5FF09D38" Ref="#PWR075" Part="1" +AR Path="/603EFAE2/5FF09D38" Ref="#PWR0129" Part="1" +AR Path="/603FFB52/5FF09D38" Ref="#PWR093" Part="1" +AR Path="/603FFDD2/5FF09D38" Ref="#PWR0111" Part="1" +F 0 "#PWR039" H 6250 3500 50 0001 C CNN +F 1 "GND" H 6250 3600 50 0000 C CNN +F 2 "" H 6250 3750 50 0001 C CNN +F 3 "" H 6250 3750 50 0001 C CNN + 1 6250 3750 + 1 0 0 -1 +$EndComp +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF09D42 +P 5350 3900 +AR Path="/5FF09D42" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF09D42" Ref="Q6" Part="1" +AR Path="/6006A6FC/5FF09D42" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF09D42" Ref="Q?" Part="1" +AR Path="/6007521A/5FF09D42" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF09D42" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF09D42" Ref="Q?" Part="1" +AR Path="/6039F880/5FF09D42" Ref="Q17" Part="1" +AR Path="/603EF886/5FF09D42" Ref="Q28" Part="1" +AR Path="/603EFAE2/5FF09D42" Ref="Q61" Part="1" +AR Path="/603FFB52/5FF09D42" Ref="Q39" Part="1" +AR Path="/603FFDD2/5FF09D42" Ref="Q50" Part="1" +F 0 "Q6" H 5200 3750 50 0000 L CNN +F 1 "MMBTA42" H 5100 4050 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5550 3825 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 5350 3900 50 0001 L CNN + 1 5350 3900 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF09D4C +P 4950 3900 +AR Path="/5FF09D4C" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF09D4C" Ref="R18" Part="1" +AR Path="/6006A6FC/5FF09D4C" Ref="R?" Part="1" +AR Path="/60074ED0/5FF09D4C" Ref="R?" Part="1" +AR Path="/6007521A/5FF09D4C" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF09D4C" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF09D4C" Ref="R?" Part="1" +AR Path="/6039F880/5FF09D4C" Ref="R31" Part="1" +AR Path="/603EF886/5FF09D4C" Ref="R44" Part="1" +AR Path="/603EFAE2/5FF09D4C" Ref="R83" Part="1" +AR Path="/603FFB52/5FF09D4C" Ref="R57" Part="1" +AR Path="/603FFDD2/5FF09D4C" Ref="R70" Part="1" +F 0 "R18" V 4850 3900 50 0000 C CNN +F 1 "47k" V 4950 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4880 3900 50 0001 C CNN +F 3 "~" H 4950 3900 50 0001 C CNN + 1 4950 3900 + 0 1 1 0 +$EndComp +Wire Wire Line + 5100 3900 5150 3900 +$Comp +L power:GND #PWR? +U 1 1 5FF09D57 +P 5450 4100 +AR Path="/5FF09D57" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF09D57" Ref="#PWR034" Part="1" +AR Path="/6006A6FC/5FF09D57" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF09D57" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF09D57" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF09D57" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF09D57" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF09D57" Ref="#PWR052" Part="1" +AR Path="/603EF886/5FF09D57" Ref="#PWR070" Part="1" +AR Path="/603EFAE2/5FF09D57" Ref="#PWR0124" Part="1" +AR Path="/603FFB52/5FF09D57" Ref="#PWR088" Part="1" +AR Path="/603FFDD2/5FF09D57" Ref="#PWR0106" Part="1" +F 0 "#PWR034" H 5450 3850 50 0001 C CNN +F 1 "GND" H 5450 3950 50 0000 C CNN +F 2 "" H 5450 4100 50 0001 C CNN +F 3 "" H 5450 4100 50 0001 C CNN + 1 5450 4100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 3700 5700 3700 +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF09D62 +P 6150 4350 +AR Path="/5FF09D62" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF09D62" Ref="Q12" Part="1" +AR Path="/6006A6FC/5FF09D62" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF09D62" Ref="Q?" Part="1" +AR Path="/6007521A/5FF09D62" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF09D62" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF09D62" Ref="Q?" Part="1" +AR Path="/6039F880/5FF09D62" Ref="Q23" Part="1" +AR Path="/603EF886/5FF09D62" Ref="Q34" Part="1" +AR Path="/603EFAE2/5FF09D62" Ref="Q67" Part="1" +AR Path="/603FFB52/5FF09D62" Ref="Q45" Part="1" +AR Path="/603FFDD2/5FF09D62" Ref="Q56" Part="1" +F 0 "Q12" H 6000 4200 50 0000 L CNN +F 1 "MMBTA42" H 5900 4500 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6350 4275 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 6150 4350 50 0001 L CNN + 1 6150 4350 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF09D6C +P 5750 4350 +AR Path="/5FF09D6C" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF09D6C" Ref="R25" Part="1" +AR Path="/6006A6FC/5FF09D6C" Ref="R?" Part="1" +AR Path="/60074ED0/5FF09D6C" Ref="R?" Part="1" +AR Path="/6007521A/5FF09D6C" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF09D6C" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF09D6C" Ref="R?" Part="1" +AR Path="/6039F880/5FF09D6C" Ref="R38" Part="1" +AR Path="/603EF886/5FF09D6C" Ref="R51" Part="1" +AR Path="/603EFAE2/5FF09D6C" Ref="R90" Part="1" +AR Path="/603FFB52/5FF09D6C" Ref="R64" Part="1" +AR Path="/603FFDD2/5FF09D6C" Ref="R77" Part="1" +F 0 "R25" V 5650 4350 50 0000 C CNN +F 1 "47k" V 5750 4350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5680 4350 50 0001 C CNN +F 3 "~" H 5750 4350 50 0001 C CNN + 1 5750 4350 + 0 1 1 0 +$EndComp +Wire Wire Line + 5900 4350 5950 4350 +Wire Wire Line + 6250 4150 6500 4150 +$Comp +L power:GND #PWR? +U 1 1 5FF09D78 +P 6250 4550 +AR Path="/5FF09D78" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF09D78" Ref="#PWR040" Part="1" +AR Path="/6006A6FC/5FF09D78" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF09D78" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF09D78" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF09D78" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF09D78" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF09D78" Ref="#PWR058" Part="1" +AR Path="/603EF886/5FF09D78" Ref="#PWR076" Part="1" +AR Path="/603EFAE2/5FF09D78" Ref="#PWR0130" Part="1" +AR Path="/603FFB52/5FF09D78" Ref="#PWR094" Part="1" +AR Path="/603FFDD2/5FF09D78" Ref="#PWR0112" Part="1" +F 0 "#PWR040" H 6250 4300 50 0001 C CNN +F 1 "GND" H 6250 4400 50 0000 C CNN +F 2 "" H 6250 4550 50 0001 C CNN +F 3 "" H 6250 4550 50 0001 C CNN + 1 6250 4550 + 1 0 0 -1 +$EndComp +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF15CE1 +P 5350 4700 +AR Path="/5FF15CE1" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF15CE1" Ref="Q7" Part="1" +AR Path="/6006A6FC/5FF15CE1" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF15CE1" Ref="Q?" Part="1" +AR Path="/6007521A/5FF15CE1" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF15CE1" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF15CE1" Ref="Q?" Part="1" +AR Path="/6039F880/5FF15CE1" Ref="Q18" Part="1" +AR Path="/603EF886/5FF15CE1" Ref="Q29" Part="1" +AR Path="/603EFAE2/5FF15CE1" Ref="Q62" Part="1" +AR Path="/603FFB52/5FF15CE1" Ref="Q40" Part="1" +AR Path="/603FFDD2/5FF15CE1" Ref="Q51" Part="1" +F 0 "Q7" H 5200 4550 50 0000 L CNN +F 1 "MMBTA42" H 5100 4850 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5550 4625 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 5350 4700 50 0001 L CNN + 1 5350 4700 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF15EC3 +P 4950 4700 +AR Path="/5FF15EC3" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF15EC3" Ref="R19" Part="1" +AR Path="/6006A6FC/5FF15EC3" Ref="R?" Part="1" +AR Path="/60074ED0/5FF15EC3" Ref="R?" Part="1" +AR Path="/6007521A/5FF15EC3" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF15EC3" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF15EC3" Ref="R?" Part="1" +AR Path="/6039F880/5FF15EC3" Ref="R32" Part="1" +AR Path="/603EF886/5FF15EC3" Ref="R45" Part="1" +AR Path="/603EFAE2/5FF15EC3" Ref="R84" Part="1" +AR Path="/603FFB52/5FF15EC3" Ref="R58" Part="1" +AR Path="/603FFDD2/5FF15EC3" Ref="R71" Part="1" +F 0 "R19" V 4850 4700 50 0000 C CNN +F 1 "47k" V 4950 4700 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4880 4700 50 0001 C CNN +F 3 "~" H 4950 4700 50 0001 C CNN + 1 4950 4700 + 0 1 1 0 +$EndComp +Wire Wire Line + 5100 4700 5150 4700 +$Comp +L power:GND #PWR? +U 1 1 5FF15ECE +P 5450 4900 +AR Path="/5FF15ECE" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF15ECE" Ref="#PWR035" Part="1" +AR Path="/6006A6FC/5FF15ECE" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF15ECE" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF15ECE" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF15ECE" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF15ECE" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF15ECE" Ref="#PWR053" Part="1" +AR Path="/603EF886/5FF15ECE" Ref="#PWR071" Part="1" +AR Path="/603EFAE2/5FF15ECE" Ref="#PWR0125" Part="1" +AR Path="/603FFB52/5FF15ECE" Ref="#PWR089" Part="1" +AR Path="/603FFDD2/5FF15ECE" Ref="#PWR0107" Part="1" +F 0 "#PWR035" H 5450 4650 50 0001 C CNN +F 1 "GND" H 5450 4750 50 0000 C CNN +F 2 "" H 5450 4900 50 0001 C CNN +F 3 "" H 5450 4900 50 0001 C CNN + 1 5450 4900 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5450 4500 5700 4500 +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF15ED9 +P 6150 5150 +AR Path="/5FF15ED9" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF15ED9" Ref="Q13" Part="1" +AR Path="/6006A6FC/5FF15ED9" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF15ED9" Ref="Q?" Part="1" +AR Path="/6007521A/5FF15ED9" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF15ED9" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF15ED9" Ref="Q?" Part="1" +AR Path="/6039F880/5FF15ED9" Ref="Q24" Part="1" +AR Path="/603EF886/5FF15ED9" Ref="Q35" Part="1" +AR Path="/603EFAE2/5FF15ED9" Ref="Q68" Part="1" +AR Path="/603FFB52/5FF15ED9" Ref="Q46" Part="1" +AR Path="/603FFDD2/5FF15ED9" Ref="Q57" Part="1" +F 0 "Q13" H 6000 5000 50 0000 L CNN +F 1 "MMBTA42" H 5900 5300 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6350 5075 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 6150 5150 50 0001 L CNN + 1 6150 5150 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF15EE3 +P 5750 5150 +AR Path="/5FF15EE3" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF15EE3" Ref="R26" Part="1" +AR Path="/6006A6FC/5FF15EE3" Ref="R?" Part="1" +AR Path="/60074ED0/5FF15EE3" Ref="R?" Part="1" +AR Path="/6007521A/5FF15EE3" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF15EE3" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF15EE3" Ref="R?" Part="1" +AR Path="/6039F880/5FF15EE3" Ref="R39" Part="1" +AR Path="/603EF886/5FF15EE3" Ref="R52" Part="1" +AR Path="/603EFAE2/5FF15EE3" Ref="R91" Part="1" +AR Path="/603FFB52/5FF15EE3" Ref="R65" Part="1" +AR Path="/603FFDD2/5FF15EE3" Ref="R78" Part="1" +F 0 "R26" V 5650 5150 50 0000 C CNN +F 1 "47k" V 5750 5150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5680 5150 50 0001 C CNN +F 3 "~" H 5750 5150 50 0001 C CNN + 1 5750 5150 + 0 1 1 0 +$EndComp +Wire Wire Line + 5900 5150 5950 5150 +Wire Wire Line + 6250 4950 6500 4950 +$Comp +L power:GND #PWR? +U 1 1 5FF15EEF +P 6250 5350 +AR Path="/5FF15EEF" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF15EEF" Ref="#PWR041" Part="1" +AR Path="/6006A6FC/5FF15EEF" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF15EEF" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF15EEF" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF15EEF" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF15EEF" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF15EEF" Ref="#PWR059" Part="1" +AR Path="/603EF886/5FF15EEF" Ref="#PWR077" Part="1" +AR Path="/603EFAE2/5FF15EEF" Ref="#PWR0131" Part="1" +AR Path="/603FFB52/5FF15EEF" Ref="#PWR095" Part="1" +AR Path="/603FFDD2/5FF15EEF" Ref="#PWR0113" Part="1" +F 0 "#PWR041" H 6250 5100 50 0001 C CNN +F 1 "GND" H 6250 5200 50 0000 C CNN +F 2 "" H 6250 5350 50 0001 C CNN +F 3 "" H 6250 5350 50 0001 C CNN + 1 6250 5350 + 1 0 0 -1 +$EndComp +$Comp +L Transistor_BJT:MMBTA42 Q? +U 1 1 5FF15EF9 +P 5350 5850 +AR Path="/5FF15EF9" Ref="Q?" Part="1" +AR Path="/5FEFEA8C/5FF15EF9" Ref="Q8" Part="1" +AR Path="/6006A6FC/5FF15EF9" Ref="Q?" Part="1" +AR Path="/60074ED0/5FF15EF9" Ref="Q?" Part="1" +AR Path="/6007521A/5FF15EF9" Ref="Q?" Part="1" +AR Path="/6008AEBF/5FF15EF9" Ref="Q?" Part="1" +AR Path="/6008B1C5/5FF15EF9" Ref="Q?" Part="1" +AR Path="/6039F880/5FF15EF9" Ref="Q19" Part="1" +AR Path="/603EF886/5FF15EF9" Ref="Q30" Part="1" +AR Path="/603EFAE2/5FF15EF9" Ref="Q63" Part="1" +AR Path="/603FFB52/5FF15EF9" Ref="Q41" Part="1" +AR Path="/603FFDD2/5FF15EF9" Ref="Q52" Part="1" +F 0 "Q8" H 5200 5700 50 0000 L CNN +F 1 "MMBTA42" H 5100 6000 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5550 5775 50 0001 L CIN +F 3 "https://www.onsemi.com/pub/Collateral/MMBTA42LT1-D.PDF" H 5350 5850 50 0001 L CNN + 1 5350 5850 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF15F03 +P 4950 5850 +AR Path="/5FF15F03" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF15F03" Ref="R20" Part="1" +AR Path="/6006A6FC/5FF15F03" Ref="R?" Part="1" +AR Path="/60074ED0/5FF15F03" Ref="R?" Part="1" +AR Path="/6007521A/5FF15F03" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF15F03" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF15F03" Ref="R?" Part="1" +AR Path="/6039F880/5FF15F03" Ref="R33" Part="1" +AR Path="/603EF886/5FF15F03" Ref="R46" Part="1" +AR Path="/603EFAE2/5FF15F03" Ref="R85" Part="1" +AR Path="/603FFB52/5FF15F03" Ref="R59" Part="1" +AR Path="/603FFDD2/5FF15F03" Ref="R72" Part="1" +F 0 "R20" V 4850 5850 50 0000 C CNN +F 1 "47k" V 4950 5850 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4880 5850 50 0001 C CNN +F 3 "~" H 4950 5850 50 0001 C CNN + 1 4950 5850 + 0 1 1 0 +$EndComp +Wire Wire Line + 5100 5850 5150 5850 +$Comp +L power:GND #PWR? +U 1 1 5FF15F0E +P 5450 6050 +AR Path="/5FF15F0E" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/5FF15F0E" Ref="#PWR036" Part="1" +AR Path="/6006A6FC/5FF15F0E" Ref="#PWR?" Part="1" +AR Path="/60074ED0/5FF15F0E" Ref="#PWR?" Part="1" +AR Path="/6007521A/5FF15F0E" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/5FF15F0E" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/5FF15F0E" Ref="#PWR?" Part="1" +AR Path="/6039F880/5FF15F0E" Ref="#PWR054" Part="1" +AR Path="/603EF886/5FF15F0E" Ref="#PWR072" Part="1" +AR Path="/603EFAE2/5FF15F0E" Ref="#PWR0126" Part="1" +AR Path="/603FFB52/5FF15F0E" Ref="#PWR090" Part="1" +AR Path="/603FFDD2/5FF15F0E" Ref="#PWR0108" Part="1" +F 0 "#PWR036" H 5450 5800 50 0001 C CNN +F 1 "GND" H 5450 5900 50 0000 C CNN +F 2 "" H 5450 6050 50 0001 C CNN +F 3 "" H 5450 6050 50 0001 C CNN + 1 5450 6050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6150 5650 6300 5650 +$Comp +L Device:R R? +U 1 1 5FF51489 +P 5700 5650 +AR Path="/5FF51489" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF51489" Ref="R21" Part="1" +AR Path="/6006A6FC/5FF51489" Ref="R?" Part="1" +AR Path="/60074ED0/5FF51489" Ref="R?" Part="1" +AR Path="/6007521A/5FF51489" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF51489" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF51489" Ref="R?" Part="1" +AR Path="/6039F880/5FF51489" Ref="R34" Part="1" +AR Path="/603EF886/5FF51489" Ref="R47" Part="1" +AR Path="/603EFAE2/5FF51489" Ref="R86" Part="1" +AR Path="/603FFB52/5FF51489" Ref="R60" Part="1" +AR Path="/603FFDD2/5FF51489" Ref="R73" Part="1" +F 0 "R21" V 5600 5650 50 0000 C CNN +F 1 "47k" V 5700 5650 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 5650 50 0001 C CNN +F 3 "~" H 5700 5650 50 0001 C CNN + 1 5700 5650 + 0 1 1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5FF515FF +P 6000 5650 +AR Path="/5FF515FF" Ref="R?" Part="1" +AR Path="/5FEFEA8C/5FF515FF" Ref="R27" Part="1" +AR Path="/6006A6FC/5FF515FF" Ref="R?" Part="1" +AR Path="/60074ED0/5FF515FF" Ref="R?" Part="1" +AR Path="/6007521A/5FF515FF" Ref="R?" Part="1" +AR Path="/6008AEBF/5FF515FF" Ref="R?" Part="1" +AR Path="/6008B1C5/5FF515FF" Ref="R?" Part="1" +AR Path="/6039F880/5FF515FF" Ref="R40" Part="1" +AR Path="/603EF886/5FF515FF" Ref="R53" Part="1" +AR Path="/603EFAE2/5FF515FF" Ref="R92" Part="1" +AR Path="/603FFB52/5FF515FF" Ref="R66" Part="1" +AR Path="/603FFDD2/5FF515FF" Ref="R79" Part="1" +F 0 "R27" V 5900 5650 50 0000 C CNN +F 1 "47k" V 6000 5650 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5930 5650 50 0001 C CNN +F 3 "~" H 6000 5650 50 0001 C CNN + 1 6000 5650 + 0 1 1 0 +$EndComp +Wire Wire Line + 5550 5650 5450 5650 +Text HLabel 6450 1750 2 50 Output ~ 0 +N1 +Text HLabel 5650 2100 2 50 Output ~ 0 +N2 +Text HLabel 6500 2550 2 50 Output ~ 0 +N3 +Text HLabel 5650 2900 2 50 Output ~ 0 +N4 +Text HLabel 6500 3350 2 50 Output ~ 0 +N5 +Text HLabel 5700 3700 2 50 Output ~ 0 +N6 +Text HLabel 6500 4150 2 50 Output ~ 0 +N7 +Text HLabel 5700 4500 2 50 Output ~ 0 +N8 +Text HLabel 6500 4950 2 50 Output ~ 0 +N9 +Text HLabel 5650 1300 2 50 Output ~ 0 +N0 +Text HLabel 6300 5650 2 50 Output ~ 0 +NL +Wire Wire Line + 4650 2300 4800 2300 +Wire Wire Line + 4650 3100 4800 3100 +Wire Wire Line + 4650 3900 4800 3900 +Wire Wire Line + 4650 4700 4800 4700 +Wire Wire Line + 4650 1500 4800 1500 +$Comp +L 74xx:74HC04 U15 +U 1 1 60165027 +P 4350 1500 +AR Path="/5FEFEA8C/60165027" Ref="U15" Part="1" +AR Path="/6039F880/60165027" Ref="U18" Part="1" +AR Path="/603EF886/60165027" Ref="U21" Part="1" +AR Path="/603EFAE2/60165027" Ref="U30" Part="1" +AR Path="/603FFB52/60165027" Ref="U24" Part="1" +AR Path="/603FFDD2/60165027" Ref="U27" Part="1" +F 0 "U15" H 4450 1600 50 0000 C CNN +F 1 "74HC04" H 4550 1400 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 1500 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 1500 50 0001 C CNN + 1 4350 1500 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U15 +U 2 1 601699D4 +P 4350 1900 +AR Path="/5FEFEA8C/601699D4" Ref="U15" Part="2" +AR Path="/6039F880/601699D4" Ref="U18" Part="2" +AR Path="/603EF886/601699D4" Ref="U21" Part="2" +AR Path="/603EFAE2/601699D4" Ref="U30" Part="2" +AR Path="/603FFB52/601699D4" Ref="U24" Part="2" +AR Path="/603FFDD2/601699D4" Ref="U27" Part="2" +F 0 "U15" H 4450 2000 50 0000 C CNN +F 1 "74HC04" H 4550 1800 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 1900 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 1900 50 0001 C CNN + 2 4350 1900 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U15 +U 3 1 6016A828 +P 4350 2300 +AR Path="/5FEFEA8C/6016A828" Ref="U15" Part="3" +AR Path="/6039F880/6016A828" Ref="U18" Part="3" +AR Path="/603EF886/6016A828" Ref="U21" Part="3" +AR Path="/603EFAE2/6016A828" Ref="U30" Part="3" +AR Path="/603FFB52/6016A828" Ref="U24" Part="3" +AR Path="/603FFDD2/6016A828" Ref="U27" Part="3" +F 0 "U15" H 4450 2400 50 0000 C CNN +F 1 "74HC04" H 4550 2200 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 2300 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 2300 50 0001 C CNN + 3 4350 2300 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U15 +U 4 1 6017136A +P 4350 2700 +AR Path="/5FEFEA8C/6017136A" Ref="U15" Part="4" +AR Path="/6039F880/6017136A" Ref="U18" Part="4" +AR Path="/603EF886/6017136A" Ref="U21" Part="4" +AR Path="/603EFAE2/6017136A" Ref="U30" Part="4" +AR Path="/603FFB52/6017136A" Ref="U24" Part="4" +AR Path="/603FFDD2/6017136A" Ref="U27" Part="4" +F 0 "U15" H 4450 2800 50 0000 C CNN +F 1 "74HC04" H 4550 2600 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 2700 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 2700 50 0001 C CNN + 4 4350 2700 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U15 +U 5 1 60172140 +P 4350 3100 +AR Path="/5FEFEA8C/60172140" Ref="U15" Part="5" +AR Path="/6039F880/60172140" Ref="U18" Part="5" +AR Path="/603EF886/60172140" Ref="U21" Part="5" +AR Path="/603EFAE2/60172140" Ref="U30" Part="5" +AR Path="/603FFB52/60172140" Ref="U24" Part="5" +AR Path="/603FFDD2/60172140" Ref="U27" Part="5" +F 0 "U15" H 4450 3200 50 0000 C CNN +F 1 "74HC04" H 4550 3000 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 3100 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 3100 50 0001 C CNN + 5 4350 3100 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U15 +U 6 1 6017A3CB +P 4350 3500 +AR Path="/5FEFEA8C/6017A3CB" Ref="U15" Part="6" +AR Path="/6039F880/6017A3CB" Ref="U18" Part="6" +AR Path="/603EF886/6017A3CB" Ref="U21" Part="6" +AR Path="/603EFAE2/6017A3CB" Ref="U30" Part="6" +AR Path="/603FFB52/6017A3CB" Ref="U24" Part="6" +AR Path="/603FFDD2/6017A3CB" Ref="U27" Part="6" +F 0 "U15" H 4450 3600 50 0000 C CNN +F 1 "74HC04" H 4550 3400 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 3500 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 3500 50 0001 C CNN + 6 4350 3500 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U16 +U 1 1 6017B041 +P 4350 3900 +AR Path="/5FEFEA8C/6017B041" Ref="U16" Part="1" +AR Path="/6039F880/6017B041" Ref="U19" Part="1" +AR Path="/603EF886/6017B041" Ref="U22" Part="1" +AR Path="/603EFAE2/6017B041" Ref="U31" Part="1" +AR Path="/603FFB52/6017B041" Ref="U25" Part="1" +AR Path="/603FFDD2/6017B041" Ref="U28" Part="1" +F 0 "U16" H 4450 4000 50 0000 C CNN +F 1 "74HC04" H 4550 3800 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 3900 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 3900 50 0001 C CNN + 1 4350 3900 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U16 +U 2 1 6019005B +P 4350 4300 +AR Path="/5FEFEA8C/6019005B" Ref="U16" Part="2" +AR Path="/6039F880/6019005B" Ref="U19" Part="2" +AR Path="/603EF886/6019005B" Ref="U22" Part="2" +AR Path="/603EFAE2/6019005B" Ref="U31" Part="2" +AR Path="/603FFB52/6019005B" Ref="U25" Part="2" +AR Path="/603FFDD2/6019005B" Ref="U28" Part="2" +F 0 "U16" H 4450 4400 50 0000 C CNN +F 1 "74HC04" H 4550 4200 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 4300 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 4300 50 0001 C CNN + 2 4350 4300 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U16 +U 3 1 60195646 +P 4350 4700 +AR Path="/5FEFEA8C/60195646" Ref="U16" Part="3" +AR Path="/6039F880/60195646" Ref="U19" Part="3" +AR Path="/603EF886/60195646" Ref="U22" Part="3" +AR Path="/603EFAE2/60195646" Ref="U31" Part="3" +AR Path="/603FFB52/60195646" Ref="U25" Part="3" +AR Path="/603FFDD2/60195646" Ref="U28" Part="3" +F 0 "U16" H 4450 4800 50 0000 C CNN +F 1 "74HC04" H 4550 4600 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 4700 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 4700 50 0001 C CNN + 3 4350 4700 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U16 +U 4 1 6019AFB4 +P 4350 5150 +AR Path="/5FEFEA8C/6019AFB4" Ref="U16" Part="4" +AR Path="/6039F880/6019AFB4" Ref="U19" Part="4" +AR Path="/603EF886/6019AFB4" Ref="U22" Part="4" +AR Path="/603EFAE2/6019AFB4" Ref="U31" Part="4" +AR Path="/603FFB52/6019AFB4" Ref="U25" Part="4" +AR Path="/603FFDD2/6019AFB4" Ref="U28" Part="4" +F 0 "U16" H 4450 5250 50 0000 C CNN +F 1 "74HC04" H 4550 5050 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 4350 5150 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 4350 5150 50 0001 C CNN + 4 4350 5150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4650 5150 5600 5150 +Wire Wire Line + 4950 4350 4950 4300 +Wire Wire Line + 4950 4300 4650 4300 +Wire Wire Line + 4950 4350 5600 4350 +Wire Wire Line + 4950 3550 4950 3500 +Wire Wire Line + 4950 3500 4650 3500 +Wire Wire Line + 4950 3550 5600 3550 +Wire Wire Line + 4950 2750 4950 2700 +Wire Wire Line + 4950 2700 4650 2700 +Wire Wire Line + 4950 2750 5600 2750 +Wire Wire Line + 4950 1950 4950 1900 +Wire Wire Line + 4950 1900 4650 1900 +Wire Wire Line + 4950 1950 5600 1950 +Wire Wire Line + 3300 2600 3400 2600 +Wire Wire Line + 3400 2600 3400 1500 +Wire Wire Line + 3400 1500 4050 1500 +Wire Wire Line + 3300 2700 3450 2700 +Wire Wire Line + 3450 2700 3450 1900 +Wire Wire Line + 3450 1900 4050 1900 +Wire Wire Line + 3300 2800 3500 2800 +Wire Wire Line + 3500 2800 3500 2300 +Wire Wire Line + 3500 2300 4050 2300 +Wire Wire Line + 3300 2900 3550 2900 +Wire Wire Line + 3550 2900 3550 2700 +Wire Wire Line + 3550 2700 4050 2700 +Wire Wire Line + 3300 3000 3750 3000 +Wire Wire Line + 3750 3000 3750 3100 +Wire Wire Line + 3750 3100 4050 3100 +Wire Wire Line + 3300 3100 3700 3100 +Wire Wire Line + 3700 3100 3700 3500 +Wire Wire Line + 3700 3500 4050 3500 +Wire Wire Line + 3300 3200 3650 3200 +Wire Wire Line + 3650 3200 3650 3900 +Wire Wire Line + 3650 3900 4050 3900 +Wire Wire Line + 3300 3300 3600 3300 +Wire Wire Line + 3600 3300 3600 4300 +Wire Wire Line + 3600 4300 4050 4300 +Wire Wire Line + 3300 3400 3550 3400 +Wire Wire Line + 3550 3400 3550 4700 +Wire Wire Line + 3550 4700 4050 4700 +Wire Wire Line + 3300 3500 3500 3500 +Wire Wire Line + 3500 3500 3500 5150 +Wire Wire Line + 3500 5150 4050 5150 +$Comp +L 74xx:74LS154 U14 +U 1 1 602524FA +P 2800 3300 +AR Path="/5FEFEA8C/602524FA" Ref="U14" Part="1" +AR Path="/6039F880/602524FA" Ref="U17" Part="1" +AR Path="/603EF886/602524FA" Ref="U20" Part="1" +AR Path="/603EFAE2/602524FA" Ref="U29" Part="1" +AR Path="/603FFB52/602524FA" Ref="U23" Part="1" +AR Path="/603FFDD2/602524FA" Ref="U26" Part="1" +F 0 "U14" H 2950 4300 50 0000 C CNN +F 1 "74HC154" H 3000 4200 50 0000 C CNN +F 2 "Package_SO:SOIC-24W_7.5x15.4mm_P1.27mm" H 2800 3300 50 0001 C CNN +F 3 "" H 2800 3300 50 0001 C CNN + 1 2800 3300 + 1 0 0 -1 +$EndComp +NoConn ~ 3300 3600 +NoConn ~ 3300 3700 +NoConn ~ 3300 3800 +NoConn ~ 3300 3900 +NoConn ~ 3300 4000 +NoConn ~ 3300 4100 +$Comp +L power:GND #PWR? +U 1 1 6026FEC7 +P 2800 4400 +AR Path="/6026FEC7" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/6026FEC7" Ref="#PWR030" Part="1" +AR Path="/6006A6FC/6026FEC7" Ref="#PWR?" Part="1" +AR Path="/60074ED0/6026FEC7" Ref="#PWR?" Part="1" +AR Path="/6007521A/6026FEC7" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/6026FEC7" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/6026FEC7" Ref="#PWR?" Part="1" +AR Path="/6039F880/6026FEC7" Ref="#PWR048" Part="1" +AR Path="/603EF886/6026FEC7" Ref="#PWR066" Part="1" +AR Path="/603EFAE2/6026FEC7" Ref="#PWR0120" Part="1" +AR Path="/603FFB52/6026FEC7" Ref="#PWR084" Part="1" +AR Path="/603FFDD2/6026FEC7" Ref="#PWR0102" Part="1" +F 0 "#PWR030" H 2800 4150 50 0001 C CNN +F 1 "GND" H 2805 4227 50 0000 C CNN +F 2 "" H 2800 4400 50 0001 C CNN +F 3 "" H 2800 4400 50 0001 C CNN + 1 2800 4400 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U15 +U 7 1 60272EB8 +P 8600 5000 +AR Path="/5FEFEA8C/60272EB8" Ref="U15" Part="7" +AR Path="/6039F880/60272EB8" Ref="U18" Part="7" +AR Path="/603EF886/60272EB8" Ref="U21" Part="7" +AR Path="/603EFAE2/60272EB8" Ref="U30" Part="7" +AR Path="/603FFB52/60272EB8" Ref="U24" Part="7" +AR Path="/603FFDD2/60272EB8" Ref="U27" Part="7" +F 0 "U15" H 8700 5100 50 0000 C CNN +F 1 "74HC04" H 8600 5000 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 8600 5000 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 8600 5000 50 0001 C CNN + 7 8600 5000 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U16 +U 7 1 6027F13E +P 9100 5000 +AR Path="/5FEFEA8C/6027F13E" Ref="U16" Part="7" +AR Path="/6039F880/6027F13E" Ref="U19" Part="7" +AR Path="/603EF886/6027F13E" Ref="U22" Part="7" +AR Path="/603EFAE2/6027F13E" Ref="U31" Part="7" +AR Path="/603FFB52/6027F13E" Ref="U25" Part="7" +AR Path="/603FFDD2/6027F13E" Ref="U28" Part="7" +F 0 "U16" H 9200 5100 50 0000 C CNN +F 1 "74HC04" H 9100 5000 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 9100 5000 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 9100 5000 50 0001 C CNN + 7 9100 5000 + 1 0 0 -1 +$EndComp +$Comp +L power:VCC #PWR029 +U 1 1 6028B489 +P 2800 2300 +AR Path="/5FEFEA8C/6028B489" Ref="#PWR029" Part="1" +AR Path="/6039F880/6028B489" Ref="#PWR047" Part="1" +AR Path="/603EF886/6028B489" Ref="#PWR065" Part="1" +AR Path="/603EFAE2/6028B489" Ref="#PWR0119" Part="1" +AR Path="/603FFB52/6028B489" Ref="#PWR083" Part="1" +AR Path="/603FFDD2/6028B489" Ref="#PWR0101" Part="1" +F 0 "#PWR029" H 2800 2150 50 0001 C CNN +F 1 "VCC" H 2815 2473 50 0000 C CNN +F 2 "" H 2800 2300 50 0001 C CNN +F 3 "" H 2800 2300 50 0001 C CNN + 1 2800 2300 + 1 0 0 -1 +$EndComp +$Comp +L power:VCC #PWR044 +U 1 1 6028C9E0 +P 8850 4500 +AR Path="/5FEFEA8C/6028C9E0" Ref="#PWR044" Part="1" +AR Path="/6039F880/6028C9E0" Ref="#PWR062" Part="1" +AR Path="/603EF886/6028C9E0" Ref="#PWR080" Part="1" +AR Path="/603EFAE2/6028C9E0" Ref="#PWR0134" Part="1" +AR Path="/603FFB52/6028C9E0" Ref="#PWR098" Part="1" +AR Path="/603FFDD2/6028C9E0" Ref="#PWR0116" Part="1" +F 0 "#PWR044" H 8850 4350 50 0001 C CNN +F 1 "VCC" H 8850 4650 50 0000 C CNN +F 2 "" H 8850 4500 50 0001 C CNN +F 3 "" H 8850 4500 50 0001 C CNN + 1 8850 4500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8600 4500 8850 4500 +Connection ~ 8850 4500 +Wire Wire Line + 8850 4500 9100 4500 +$Comp +L power:GND #PWR? +U 1 1 6029345D +P 8850 5500 +AR Path="/6029345D" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/6029345D" Ref="#PWR045" Part="1" +AR Path="/6006A6FC/6029345D" Ref="#PWR?" Part="1" +AR Path="/60074ED0/6029345D" Ref="#PWR?" Part="1" +AR Path="/6007521A/6029345D" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/6029345D" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/6029345D" Ref="#PWR?" Part="1" +AR Path="/6039F880/6029345D" Ref="#PWR063" Part="1" +AR Path="/603EF886/6029345D" Ref="#PWR081" Part="1" +AR Path="/603EFAE2/6029345D" Ref="#PWR0135" Part="1" +AR Path="/603FFB52/6029345D" Ref="#PWR099" Part="1" +AR Path="/603FFDD2/6029345D" Ref="#PWR0117" Part="1" +F 0 "#PWR045" H 8850 5250 50 0001 C CNN +F 1 "GND" H 8850 5350 50 0000 C CNN +F 2 "" H 8850 5500 50 0001 C CNN +F 3 "" H 8850 5500 50 0001 C CNN + 1 8850 5500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8600 5500 8850 5500 +Connection ~ 8850 5500 +Wire Wire Line + 8850 5500 9100 5500 +Wire Wire Line + 2300 2600 2000 2600 +Wire Wire Line + 2300 2700 2000 2700 +Wire Wire Line + 2300 2800 2000 2800 +Wire Wire Line + 2300 2900 2000 2900 +Wire Wire Line + 2300 3200 2300 4400 +Wire Wire Line + 2300 4400 2800 4400 +Connection ~ 2800 4400 +Wire Wire Line + 2300 3100 2300 3200 +Connection ~ 2300 3200 +Text HLabel 2000 2600 0 50 Input ~ 0 +D0 +Text HLabel 2000 2700 0 50 Input ~ 0 +D1 +Text HLabel 2000 2800 0 50 Input ~ 0 +D2 +Text HLabel 2000 2900 0 50 Input ~ 0 +D3 +Text HLabel 4250 5850 0 50 Input ~ 0 +LDOT +$Comp +L 74xx:74HC04 U16 +U 6 1 601A75CB +P 9900 5150 +AR Path="/5FEFEA8C/601A75CB" Ref="U16" Part="6" +AR Path="/6039F880/601A75CB" Ref="U19" Part="6" +AR Path="/603EF886/601A75CB" Ref="U22" Part="6" +AR Path="/603EFAE2/601A75CB" Ref="U31" Part="6" +AR Path="/603FFB52/601A75CB" Ref="U25" Part="6" +AR Path="/603FFDD2/601A75CB" Ref="U28" Part="6" +F 0 "U16" H 10000 5250 50 0000 C CNN +F 1 "74HC04" H 10100 5050 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 9900 5150 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 9900 5150 50 0001 C CNN + 6 9900 5150 + 1 0 0 -1 +$EndComp +$Comp +L 74xx:74HC04 U16 +U 5 1 6019DF3A +P 9900 4750 +AR Path="/5FEFEA8C/6019DF3A" Ref="U16" Part="5" +AR Path="/6039F880/6019DF3A" Ref="U19" Part="5" +AR Path="/603EF886/6019DF3A" Ref="U22" Part="5" +AR Path="/603EFAE2/6019DF3A" Ref="U31" Part="5" +AR Path="/603FFB52/6019DF3A" Ref="U25" Part="5" +AR Path="/603FFDD2/6019DF3A" Ref="U28" Part="5" +F 0 "U16" H 10000 4850 50 0000 C CNN +F 1 "74HC04" H 10100 4650 50 0000 C CNN +F 2 "Package_SO:SO-14_5.3x10.2mm_P1.27mm" H 9900 4750 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" H 9900 4750 50 0001 C CNN + 5 9900 4750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4250 5850 4800 5850 +NoConn ~ 10200 4750 +NoConn ~ 10200 5150 +Wire Wire Line + 9600 4750 9600 5150 +Connection ~ 9600 5150 +Wire Wire Line + 9600 5150 9600 5350 +$Comp +L power:GND #PWR? +U 1 1 60365893 +P 9600 5350 +AR Path="/60365893" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/60365893" Ref="#PWR046" Part="1" +AR Path="/6006A6FC/60365893" Ref="#PWR?" Part="1" +AR Path="/60074ED0/60365893" Ref="#PWR?" Part="1" +AR Path="/6007521A/60365893" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/60365893" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/60365893" Ref="#PWR?" Part="1" +AR Path="/6039F880/60365893" Ref="#PWR064" Part="1" +AR Path="/603EF886/60365893" Ref="#PWR082" Part="1" +AR Path="/603EFAE2/60365893" Ref="#PWR0136" Part="1" +AR Path="/603FFB52/60365893" Ref="#PWR0100" Part="1" +AR Path="/603FFDD2/60365893" Ref="#PWR0118" Part="1" +F 0 "#PWR046" H 9600 5100 50 0001 C CNN +F 1 "GND" H 9600 5200 50 0000 C CNN +F 2 "" H 9600 5350 50 0001 C CNN +F 3 "" H 9600 5350 50 0001 C CNN + 1 9600 5350 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C17 +U 1 1 61F358B7 +P 7350 5000 +AR Path="/5FEFEA8C/61F358B7" Ref="C17" Part="1" +AR Path="/6039F880/61F358B7" Ref="C20" Part="1" +AR Path="/603EF886/61F358B7" Ref="C23" Part="1" +AR Path="/603FFB52/61F358B7" Ref="C26" Part="1" +AR Path="/603FFDD2/61F358B7" Ref="C29" Part="1" +AR Path="/603EFAE2/61F358B7" Ref="C32" Part="1" +F 0 "C17" H 7400 5100 50 0000 L CNN +F 1 "0.1uF" H 7400 4900 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 7388 4850 50 0001 C CNN +F 3 "~" H 7350 5000 50 0001 C CNN + 1 7350 5000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C18 +U 1 1 61F3B605 +P 7700 5000 +AR Path="/5FEFEA8C/61F3B605" Ref="C18" Part="1" +AR Path="/6039F880/61F3B605" Ref="C21" Part="1" +AR Path="/603EF886/61F3B605" Ref="C24" Part="1" +AR Path="/603FFB52/61F3B605" Ref="C27" Part="1" +AR Path="/603FFDD2/61F3B605" Ref="C30" Part="1" +AR Path="/603EFAE2/61F3B605" Ref="C33" Part="1" +F 0 "C18" H 7750 5100 50 0000 L CNN +F 1 "0.1uF" H 7750 4900 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 7738 4850 50 0001 C CNN +F 3 "~" H 7700 5000 50 0001 C CNN + 1 7700 5000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C19 +U 1 1 61F3C171 +P 8050 5000 +AR Path="/5FEFEA8C/61F3C171" Ref="C19" Part="1" +AR Path="/6039F880/61F3C171" Ref="C22" Part="1" +AR Path="/603EF886/61F3C171" Ref="C25" Part="1" +AR Path="/603FFB52/61F3C171" Ref="C28" Part="1" +AR Path="/603FFDD2/61F3C171" Ref="C31" Part="1" +AR Path="/603EFAE2/61F3C171" Ref="C34" Part="1" +F 0 "C19" H 8100 5100 50 0000 L CNN +F 1 "0.1uF" H 8100 4900 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 8088 4850 50 0001 C CNN +F 3 "~" H 8050 5000 50 0001 C CNN + 1 8050 5000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7350 4850 7700 4850 +Connection ~ 7700 4850 +Wire Wire Line + 7700 4850 8050 4850 +Wire Wire Line + 7350 5150 7700 5150 +Connection ~ 7700 5150 +Wire Wire Line + 7700 5150 8050 5150 +$Comp +L power:VCC #PWR042 +U 1 1 61F4A88C +P 7700 4850 +AR Path="/5FEFEA8C/61F4A88C" Ref="#PWR042" Part="1" +AR Path="/6039F880/61F4A88C" Ref="#PWR060" Part="1" +AR Path="/603EF886/61F4A88C" Ref="#PWR078" Part="1" +AR Path="/603EFAE2/61F4A88C" Ref="#PWR0132" Part="1" +AR Path="/603FFB52/61F4A88C" Ref="#PWR096" Part="1" +AR Path="/603FFDD2/61F4A88C" Ref="#PWR0114" Part="1" +F 0 "#PWR042" H 7700 4700 50 0001 C CNN +F 1 "VCC" H 7700 5000 50 0000 C CNN +F 2 "" H 7700 4850 50 0001 C CNN +F 3 "" H 7700 4850 50 0001 C CNN + 1 7700 4850 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 61F4E589 +P 7700 5150 +AR Path="/61F4E589" Ref="#PWR?" Part="1" +AR Path="/5FEFEA8C/61F4E589" Ref="#PWR043" Part="1" +AR Path="/6006A6FC/61F4E589" Ref="#PWR?" Part="1" +AR Path="/60074ED0/61F4E589" Ref="#PWR?" Part="1" +AR Path="/6007521A/61F4E589" Ref="#PWR?" Part="1" +AR Path="/6008AEBF/61F4E589" Ref="#PWR?" Part="1" +AR Path="/6008B1C5/61F4E589" Ref="#PWR?" Part="1" +AR Path="/6039F880/61F4E589" Ref="#PWR061" Part="1" +AR Path="/603EF886/61F4E589" Ref="#PWR079" Part="1" +AR Path="/603EFAE2/61F4E589" Ref="#PWR0133" Part="1" +AR Path="/603FFB52/61F4E589" Ref="#PWR097" Part="1" +AR Path="/603FFDD2/61F4E589" Ref="#PWR0115" Part="1" +F 0 "#PWR043" H 7700 4900 50 0001 C CNN +F 1 "GND" H 7700 5000 50 0000 C CNN +F 2 "" H 7700 5150 50 0001 C CNN +F 3 "" H 7700 5150 50 0001 C CNN + 1 7700 5150 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/hw/sym-lib-table b/hw/sym-lib-table new file mode 100644 index 0000000..a43e8a1 --- /dev/null +++ b/hw/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name nixiedisp)(type Legacy)(uri ${KIPRJMOD}/nixiedisp.lib)(options "")(descr "")) +)