From 82c8f6dc7ea8ca115adc91ffe5454796b2ae92fc Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Tue, 28 Jul 2020 22:30:27 +0200 Subject: Restructured folders --- .gitignore | 99 +- Hardware/LICENSE | 674 ++++ Hardware/PinLock-cache.lib | 527 +++ Hardware/PinLock-rescue.dcm | 3 + Hardware/PinLock-rescue.lib | 149 + Hardware/PinLock.bin | Bin 0 -> 1605329 bytes Hardware/PinLock.kicad_pcb | 8862 +++++++++++++++++++++++++++++++++++++++++++ Hardware/PinLock.pro | 248 ++ Hardware/PinLock.rules | 92 + Hardware/PinLock.sch | 1934 ++++++++++ Hardware/README.md | 3 + Hardware/buttons.sch | 199 + Hardware/display.sch | 1074 ++++++ Hardware/status.sch | 347 ++ Hardware/sym-lib-table | 3 + LICENSE | 674 ---- PinLock-cache.lib | 527 --- PinLock-rescue.dcm | 3 - PinLock-rescue.lib | 149 - PinLock.bin | Bin 1605329 -> 0 bytes PinLock.kicad_pcb | 8862 ------------------------------------------- PinLock.pro | 248 -- PinLock.rules | 92 - PinLock.sch | 1934 ---------- PinLock.sch-bak | 1934 ---------- README.md | 3 - buttons.sch | 199 - buttons.sch-bak | 199 - display.sch | 1074 ------ display.sch-bak | 1063 ------ status.sch | 347 -- status.sch-bak | 347 -- sym-lib-table | 3 - 33 files changed, 14209 insertions(+), 17663 deletions(-) create mode 100644 Hardware/LICENSE create mode 100644 Hardware/PinLock-cache.lib create mode 100644 Hardware/PinLock-rescue.dcm create mode 100644 Hardware/PinLock-rescue.lib create mode 100644 Hardware/PinLock.bin create mode 100644 Hardware/PinLock.kicad_pcb create mode 100644 Hardware/PinLock.pro create mode 100644 Hardware/PinLock.rules create mode 100644 Hardware/PinLock.sch create mode 100644 Hardware/README.md create mode 100644 Hardware/buttons.sch create mode 100644 Hardware/display.sch create mode 100644 Hardware/status.sch create mode 100644 Hardware/sym-lib-table delete mode 100644 LICENSE delete mode 100644 PinLock-cache.lib delete mode 100644 PinLock-rescue.dcm delete mode 100644 PinLock-rescue.lib delete mode 100644 PinLock.bin delete mode 100644 PinLock.kicad_pcb delete mode 100644 PinLock.pro delete mode 100644 PinLock.rules delete mode 100644 PinLock.sch delete mode 100644 PinLock.sch-bak delete mode 100644 README.md delete mode 100644 buttons.sch delete mode 100644 buttons.sch-bak delete mode 100644 display.sch delete mode 100644 display.sch-bak delete mode 100644 status.sch delete mode 100644 status.sch-bak delete mode 100644 sym-lib-table diff --git a/.gitignore b/.gitignore index da5309a..6eda36c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# Created by https://www.gitignore.io/api/kicad -# Edit at https://www.gitignore.io/?templates=kicad +# Created by https://www.toptal.com/developers/gitignore/api/kicad,linux,windows,macos,vim +# Edit at https://www.toptal.com/developers/gitignore?templates=kicad,linux,windows,macos,vim ### KiCad ### # For PCBs designed using KiCad: http://www.kicad-pcb.org/ @@ -11,6 +11,7 @@ *.bak *.bck *.kicad_pcb-bak +*.sch-bak *~ _autosave-* *.tmp @@ -30,7 +31,7 @@ fp-info-cache *.csv ### KiCad Patch ### -escue-backup/ +rescue-backup/ *.tsv bom/ @@ -38,6 +39,94 @@ bom/ # Gerber export output out/ -# End of https://www.gitignore.io/api/kicad +### Linux ### -/fabrication/ +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.toptal.com/developers/gitignore/api/kicad,linux,windows,macos,vim + +/Hardware/fabrication/ diff --git a/Hardware/LICENSE b/Hardware/LICENSE new file mode 100644 index 0000000..b7ad2f0 --- /dev/null +++ b/Hardware/LICENSE @@ -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. + + PinLock + Copyright (C) 2019 Leonard Kugis + + 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: + + PinLock Copyright (C) 2019 Leonard Kugis + 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/Hardware/PinLock-cache.lib b/Hardware/PinLock-cache.lib new file mode 100644 index 0000000..fe10c0e --- /dev/null +++ b/Hardware/PinLock-cache.lib @@ -0,0 +1,527 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# 4xxx_IEEE_4511 +# +DEF 4xxx_IEEE_4511 U 0 30 Y Y 1 F N +F0 "U" 350 450 50 H V C CNN +F1 "4xxx_IEEE_4511" 350 -450 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -250 350 250 -350 0 1 0 N +X DB 1 -550 100 300 R 50 50 1 1 I +X Qd 10 550 0 300 L 50 50 1 1 O +X Qc 11 550 100 300 L 50 50 1 1 O +X Qb 12 550 200 300 L 50 50 1 1 O +X Qa 13 550 300 300 L 50 50 1 1 O +X Qg 14 550 -300 300 L 50 50 1 1 O +X Qf 15 550 -200 300 L 50 50 1 1 O +X Vdd 16 0 350 0 D 50 50 1 1 W N +X DC 2 -550 0 300 R 50 50 1 1 I +X ~LT 3 -550 -200 300 R 50 50 1 1 I I +X ~BI 4 -550 -300 300 R 50 50 1 1 I I +X ~EL 5 -550 300 300 R 50 50 1 1 I I +X DD 6 -550 -100 300 R 50 50 1 1 I +X DA 7 -550 200 300 R 50 50 1 1 I +X Vss 8 0 -350 0 U 50 50 1 1 W N +X Qe 9 550 -100 300 L 50 50 1 1 O +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* +$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_74LS166 +# +DEF 74xx_74LS166 U 0 40 Y Y 1 L N +F0 "U" -300 850 50 H V C CNN +F1 "74xx_74LS166" -300 -850 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP?16* +$ENDFPLIST +DRAW +S -300 800 300 -800 1 1 10 f +X Ds 1 -500 700 200 R 50 50 1 0 I +X E 10 -500 200 200 R 50 50 1 0 I +X F 11 -500 100 200 R 50 50 1 0 I +X G 12 -500 0 200 R 50 50 1 0 I +X Qh 13 500 700 200 L 50 50 1 0 O +X H 14 -500 -100 200 R 50 50 1 0 I +X PE 15 -500 -300 200 R 50 50 1 0 I I +X VCC 16 0 1000 200 D 50 50 1 0 W +X A 2 -500 600 200 R 50 50 1 0 I +X B 3 -500 500 200 R 50 50 1 0 I +X C 4 -500 400 200 R 50 50 1 0 I +X D 5 -500 300 200 R 50 50 1 0 I +X CE 6 -500 -500 200 R 50 50 1 0 I I +X Clk 7 -500 -400 200 R 50 50 1 0 I +X GND 8 0 -1000 200 U 50 50 1 0 W +X Clr 9 -500 -700 200 R 50 50 1 0 I I +ENDDRAW +ENDDEF +# +# Connector_Barrel_Jack_MountingPin +# +DEF Connector_Barrel_Jack_MountingPin J 0 20 Y N 1 F N +F0 "J" 0 210 50 H V C CNN +F1 "Connector_Barrel_Jack_MountingPin" 50 -250 50 H V L 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 +T 0 0 -165 15 0 1 1 Mounting Normal 0 C C +S -200 150 200 -150 0 1 10 f +S 145 125 -130 75 0 1 10 F +P 2 0 1 10 200 100 150 100 N +P 6 0 1 10 -150 -100 -100 -100 -50 -50 0 -100 100 -100 200 -100 N +P 2 1 1 6 -40 -180 40 -180 N +X ~ 1 300 100 100 L 50 50 1 1 P +X ~ 2 300 -100 100 L 50 50 1 1 P +X MountPin MP 0 -300 120 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x04_Female +# +DEF Connector_Conn_01x04_Female J 0 40 Y N 1 F N +F0 "J" 0 200 50 H V C CNN +F1 "Connector_Conn_01x04_Female" 0 -300 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 +A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +A 0 100 20 901 -901 1 1 6 N 0 120 0 80 +P 2 1 1 6 -50 -200 -20 -200 N +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +P 2 1 1 6 -50 100 -20 100 N +X Pin_1 1 -200 100 150 R 50 50 1 1 P +X Pin_2 2 -200 0 150 R 50 50 1 1 P +X Pin_3 3 -200 -100 150 R 50 50 1 1 P +X Pin_4 4 -200 -200 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x08_Female +# +DEF Connector_Conn_01x08_Female J 0 40 Y N 1 F N +F0 "J" 0 400 50 H V C CNN +F1 "Connector_Conn_01x08_Female" 0 -500 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 +A 0 -400 20 901 -901 1 1 6 N 0 -380 0 -420 +A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320 +A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +A 0 100 20 901 -901 1 1 6 N 0 120 0 80 +A 0 200 20 901 -901 1 1 6 N 0 220 0 180 +A 0 300 20 901 -901 1 1 6 N 0 320 0 280 +P 2 1 1 6 -50 -400 -20 -400 N +P 2 1 1 6 -50 -300 -20 -300 N +P 2 1 1 6 -50 -200 -20 -200 N +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +P 2 1 1 6 -50 100 -20 100 N +P 2 1 1 6 -50 200 -20 200 N +P 2 1 1 6 -50 300 -20 300 N +X Pin_1 1 -200 300 150 R 50 50 1 1 P +X Pin_2 2 -200 200 150 R 50 50 1 1 P +X Pin_3 3 -200 100 150 R 50 50 1 1 P +X Pin_4 4 -200 0 150 R 50 50 1 1 P +X Pin_5 5 -200 -100 150 R 50 50 1 1 P +X Pin_6 6 -200 -200 150 R 50 50 1 1 P +X Pin_7 7 -200 -300 150 R 50 50 1 1 P +X Pin_8 8 -200 -400 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Screw_Terminal_01x02 +# +DEF Connector_Screw_Terminal_01x02 J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Screw_Terminal_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 + TerminalBlock*:* +$ENDFPLIST +DRAW +C 0 -100 25 1 1 6 N +C 0 0 25 1 1 6 N +S -50 50 50 -150 1 1 10 f +P 2 1 1 6 -21 -87 13 -120 N +P 2 1 1 6 -21 13 13 -20 N +P 2 1 1 6 -14 -80 20 -113 N +P 2 1 1 6 -14 20 20 -13 N +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_TestPoint +# +DEF Connector_TestPoint TP 0 30 N N 1 F N +F0 "TP" 0 270 50 H V C CNN +F1 "Connector_TestPoint" 0 200 50 H V C CNN +F2 "" 200 0 50 H I C CNN +F3 "" 200 0 50 H I C CNN +$FPLIST + Pin* + Test* +$ENDFPLIST +DRAW +C 0 130 30 0 1 0 N +X 1 1 0 0 100 U 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_Crystal_GND24 +# +DEF Device_Crystal_GND24 Y 0 40 Y N 1 F N +F0 "Y" 125 200 50 H V L CNN +F1 "Device_Crystal_GND24" 125 125 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Crystal* +$ENDFPLIST +DRAW +S -45 100 45 -100 0 1 12 N +P 2 0 1 0 -100 0 -80 0 N +P 2 0 1 20 -80 -50 -80 50 N +P 2 0 1 0 0 -150 0 -140 N +P 2 0 1 0 0 140 0 150 N +P 2 0 1 20 80 -50 80 50 N +P 2 0 1 0 80 0 100 0 N +P 4 0 1 0 -100 -90 -100 -140 100 -140 100 -90 N +P 4 0 1 0 -100 90 -100 140 100 140 100 90 N +X 1 1 -150 0 50 R 50 50 1 1 P +X 2 2 0 200 50 D 50 50 1 1 P +X 3 3 150 0 50 L 50 50 1 1 P +X 4 4 0 -200 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 8 -50 -50 -50 50 N +P 2 0 1 0 -50 0 50 0 N +P 4 0 1 8 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 +# +# PinLock-rescue_ATmega16A-PU-MCU_Microchip_ATmega +# +DEF PinLock-rescue_ATmega16A-PU-MCU_Microchip_ATmega U 0 20 Y Y 1 F N +F0 "U" -500 1950 50 H V L BNN +F1 "PinLock-rescue_ATmega16A-PU-MCU_Microchip_ATmega" 100 -1950 50 H V L TNN +F2 "Package_DIP:DIP-40_W15.24mm" 0 0 50 H I C CIN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP*W15.24mm* +$ENDFPLIST +DRAW +S -500 -1900 500 1900 0 1 10 f +X PB0 1 600 800 100 L 50 50 1 1 T +X VCC 10 0 2000 100 D 50 50 1 1 W +X GND 11 0 -2000 100 U 50 50 1 1 W +X XTAL2 12 -600 1300 100 R 50 50 1 1 O +X XTAL1 13 -600 1500 100 R 50 50 1 1 I +X PD0 14 600 -1000 100 L 50 50 1 1 T +X PD1 15 600 -1100 100 L 50 50 1 1 T +X PD2 16 600 -1200 100 L 50 50 1 1 T +X PD3 17 600 -1300 100 L 50 50 1 1 T +X PD4 18 600 -1400 100 L 50 50 1 1 T +X PD5 19 600 -1500 100 L 50 50 1 1 T +X PB1 2 600 700 100 L 50 50 1 1 T +X PD6 20 600 -1600 100 L 50 50 1 1 T +X PD7 21 600 -1700 100 L 50 50 1 1 T +X PC0 22 600 -100 100 L 50 50 1 1 T +X PC1 23 600 -200 100 L 50 50 1 1 T +X PC2 24 600 -300 100 L 50 50 1 1 T +X PC3 25 600 -400 100 L 50 50 1 1 T +X PC4 26 600 -500 100 L 50 50 1 1 T +X PC5 27 600 -600 100 L 50 50 1 1 T +X PC6 28 600 -700 100 L 50 50 1 1 T +X PC7 29 600 -800 100 L 50 50 1 1 T +X PB2 3 600 600 100 L 50 50 1 1 T +X AVCC 30 100 2000 100 D 50 50 1 1 W +X GND 31 0 -2000 100 U 50 50 1 1 P N +X AREF 32 -600 1100 100 R 50 50 1 1 P +X PA7 33 600 1000 100 L 50 50 1 1 T +X PA6 34 600 1100 100 L 50 50 1 1 T +X PA5 35 600 1200 100 L 50 50 1 1 T +X PA4 36 600 1300 100 L 50 50 1 1 T +X PA3 37 600 1400 100 L 50 50 1 1 T +X PA2 38 600 1500 100 L 50 50 1 1 T +X PA1 39 600 1600 100 L 50 50 1 1 T +X PB3 4 600 500 100 L 50 50 1 1 T +X PA0 40 600 1700 100 L 50 50 1 1 T +X PB4 5 600 400 100 L 50 50 1 1 T +X PB5 6 600 300 100 L 50 50 1 1 T +X PB6 7 600 200 100 L 50 50 1 1 T +X PB7 8 600 100 100 L 50 50 1 1 T +X ~RESET 9 -600 1700 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# PinLock-rescue_AVR-ISP-6-Connector +# +DEF PinLock-rescue_AVR-ISP-6-Connector J 0 40 Y Y 1 F N +F0 "J" 0 400 50 H V L CNN +F1 "PinLock-rescue_AVR-ISP-6-Connector" 0 -300 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 -220 -95 -250 0 1 0 N +S -105 350 -95 320 0 1 0 N +S 250 -95 220 -105 0 1 0 N +S 250 5 220 -5 0 1 0 N +S 250 105 220 95 0 1 0 N +S 250 205 220 195 0 1 0 N +S 250 350 -250 -250 0 1 10 f +X MISO 1 400 200 150 L 50 50 1 1 P +X VCC 2 -100 500 150 D 50 50 1 1 W +X SCK 3 400 0 150 L 50 50 1 1 P +X MOSI 4 400 100 150 L 50 50 1 1 P +X ~RST 5 400 -100 150 L 50 50 1 1 P +X GND 6 -100 -400 150 U 50 50 1 1 W +ENDDRAW +ENDDEF +# +# PinLock-rescue_AVR-JTAG-10-Connector +# +DEF PinLock-rescue_AVR-JTAG-10-Connector J 0 40 Y Y 1 F N +F0 "J" 175 500 50 H V L CNN +F1 "PinLock-rescue_AVR-JTAG-10-Connector" 100 -500 50 H V L CNN +F2 "" -150 150 50 V I C CNN +F3 "" -1275 -550 50 H I C CNN +$FPLIST + IDC?Header*2x05* + Pin?Header*2x05* +$ENDFPLIST +DRAW +S -105 450 -95 420 0 1 0 N +S -5 -420 5 -450 0 1 0 N +S -5 450 5 420 0 1 0 N +S 350 -195 320 -205 0 1 0 N +S 350 -95 320 -105 0 1 0 N +S 350 5 320 -5 0 1 0 N +S 350 105 320 95 0 1 0 N +S 350 205 320 195 0 1 0 N +S 350 305 320 295 0 1 0 N +S 350 450 -350 -450 0 1 10 f +X TCK 1 500 100 150 L 50 50 1 1 P +X GND 10 0 -600 150 U 50 50 1 1 W +X GND 2 0 -600 150 U 50 50 1 1 P N +X TDO 3 500 -100 150 L 50 50 1 1 P +X VREF 4 -100 600 150 D 50 50 1 1 P +X TMS 5 500 0 150 L 50 50 1 1 P +X ~SRST 6 500 300 150 L 50 50 1 1 P +X VCC 7 0 600 150 D 50 50 1 1 W +X ~TRST 8 500 200 150 L 50 50 1 1 P +X TDI 9 500 -200 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# PinLock-rescue_SC56-11EWA-SC56-11EWA-PinLock-rescue +# +DEF PinLock-rescue_SC56-11EWA-SC56-11EWA-PinLock-rescue DS 0 30 Y Y 1 F N +F0 "DS" 550 0 50 H V L CNN +F1 "PinLock-rescue_SC56-11EWA-SC56-11EWA-PinLock-rescue" 550 -100 50 H V L CNN +F2 "SC56-11EWA" 550 -200 50 H I L CNN +F3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" 550 -300 50 H I L CNN +F4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" 550 -400 50 H I L CNN "Description" +F5 "Kingbright" 550 -600 50 H I L CNN "Manufacturer_Name" +F6 "SC56-11EWA" 550 -700 50 H I L CNN "Manufacturer_Part_Number" +F7 "604-SC56-11EWA" 550 -800 50 H I L CNN "Mouser Part Number" +F8 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" 550 -900 50 H I L CNN "Mouser Price/Stock" +DRAW +P 5 0 1 6 -100 -200 500 -200 500 -1400 -100 -1400 -100 -200 N +X E 1 0 -1600 200 U 50 50 0 0 U +X G 10 0 0 200 D 50 50 0 0 U +X D 2 100 -1600 200 U 50 50 0 0 U +X COM_K_1 3 200 -1600 200 U 50 50 0 0 U +X C 4 300 -1600 200 U 50 50 0 0 U +X DP 5 400 -1600 200 U 50 50 0 0 U +X B 6 400 0 200 D 50 50 0 0 U +X A 7 300 0 200 D 50 50 0 0 U +X COM_K_2 8 200 0 200 D 50 50 0 0 U +X F 9 100 0 200 D 50 50 0 0 U +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 +# +# Switch_SW_Push +# +DEF Switch_SW_Push SW 0 40 N N 1 F N +F0 "SW" 50 100 50 H V L CNN +F1 "Switch_SW_Push" 0 -60 50 H V C CNN +F2 "" 0 200 50 H I C CNN +F3 "" 0 200 50 H I C CNN +DRAW +C -80 0 20 0 1 0 N +C 80 0 20 0 1 0 N +P 2 0 1 0 0 50 0 120 N +P 2 0 1 0 100 50 -100 50 N +X 1 1 -200 0 100 R 50 50 0 1 P +X 2 2 200 0 100 L 50 50 0 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/Hardware/PinLock-rescue.dcm b/Hardware/PinLock-rescue.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/Hardware/PinLock-rescue.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/Hardware/PinLock-rescue.lib b/Hardware/PinLock-rescue.lib new file mode 100644 index 0000000..62fe8c2 --- /dev/null +++ b/Hardware/PinLock-rescue.lib @@ -0,0 +1,149 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# ATmega16A-PU-MCU_Microchip_ATmega +# +DEF ATmega16A-PU-MCU_Microchip_ATmega U 0 20 Y Y 1 F N +F0 "U" -500 1950 50 H V L BNN +F1 "ATmega16A-PU-MCU_Microchip_ATmega" 100 -1950 50 H V L TNN +F2 "Package_DIP:DIP-40_W15.24mm" 0 0 50 H I C CIN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP*W15.24mm* +$ENDFPLIST +DRAW +S -500 -1900 500 1900 0 1 10 f +X PB0 1 600 800 100 L 50 50 1 1 T +X VCC 10 0 2000 100 D 50 50 1 1 W +X GND 11 0 -2000 100 U 50 50 1 1 W +X XTAL2 12 -600 1300 100 R 50 50 1 1 O +X XTAL1 13 -600 1500 100 R 50 50 1 1 I +X PD0 14 600 -1000 100 L 50 50 1 1 T +X PD1 15 600 -1100 100 L 50 50 1 1 T +X PD2 16 600 -1200 100 L 50 50 1 1 T +X PD3 17 600 -1300 100 L 50 50 1 1 T +X PD4 18 600 -1400 100 L 50 50 1 1 T +X PD5 19 600 -1500 100 L 50 50 1 1 T +X PB1 2 600 700 100 L 50 50 1 1 T +X PD6 20 600 -1600 100 L 50 50 1 1 T +X PD7 21 600 -1700 100 L 50 50 1 1 T +X PC0 22 600 -100 100 L 50 50 1 1 T +X PC1 23 600 -200 100 L 50 50 1 1 T +X PC2 24 600 -300 100 L 50 50 1 1 T +X PC3 25 600 -400 100 L 50 50 1 1 T +X PC4 26 600 -500 100 L 50 50 1 1 T +X PC5 27 600 -600 100 L 50 50 1 1 T +X PC6 28 600 -700 100 L 50 50 1 1 T +X PC7 29 600 -800 100 L 50 50 1 1 T +X PB2 3 600 600 100 L 50 50 1 1 T +X AVCC 30 100 2000 100 D 50 50 1 1 W +X GND 31 0 -2000 100 U 50 50 1 1 P N +X AREF 32 -600 1100 100 R 50 50 1 1 P +X PA7 33 600 1000 100 L 50 50 1 1 T +X PA6 34 600 1100 100 L 50 50 1 1 T +X PA5 35 600 1200 100 L 50 50 1 1 T +X PA4 36 600 1300 100 L 50 50 1 1 T +X PA3 37 600 1400 100 L 50 50 1 1 T +X PA2 38 600 1500 100 L 50 50 1 1 T +X PA1 39 600 1600 100 L 50 50 1 1 T +X PB3 4 600 500 100 L 50 50 1 1 T +X PA0 40 600 1700 100 L 50 50 1 1 T +X PB4 5 600 400 100 L 50 50 1 1 T +X PB5 6 600 300 100 L 50 50 1 1 T +X PB6 7 600 200 100 L 50 50 1 1 T +X PB7 8 600 100 100 L 50 50 1 1 T +X ~RESET 9 -600 1700 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# AVR-ISP-6-Connector +# +DEF AVR-ISP-6-Connector J 0 40 Y Y 1 F N +F0 "J" 0 400 50 H V L CNN +F1 "AVR-ISP-6-Connector" 0 -300 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 -220 -95 -250 0 1 0 N +S -105 350 -95 320 0 1 0 N +S 250 -95 220 -105 0 1 0 N +S 250 5 220 -5 0 1 0 N +S 250 105 220 95 0 1 0 N +S 250 205 220 195 0 1 0 N +S 250 350 -250 -250 0 1 10 f +X MISO 1 400 200 150 L 50 50 1 1 P +X VCC 2 -100 500 150 D 50 50 1 1 W +X SCK 3 400 0 150 L 50 50 1 1 P +X MOSI 4 400 100 150 L 50 50 1 1 P +X ~RST 5 400 -100 150 L 50 50 1 1 P +X GND 6 -100 -400 150 U 50 50 1 1 W +ENDDRAW +ENDDEF +# +# AVR-JTAG-10-Connector +# +DEF AVR-JTAG-10-Connector J 0 40 Y Y 1 F N +F0 "J" 175 500 50 H V L CNN +F1 "AVR-JTAG-10-Connector" 100 -500 50 H V L CNN +F2 "" -150 150 50 V I C CNN +F3 "" -1275 -550 50 H I C CNN +$FPLIST + IDC?Header*2x05* + Pin?Header*2x05* +$ENDFPLIST +DRAW +S -105 450 -95 420 0 1 0 N +S -5 -420 5 -450 0 1 0 N +S -5 450 5 420 0 1 0 N +S 350 -195 320 -205 0 1 0 N +S 350 -95 320 -105 0 1 0 N +S 350 5 320 -5 0 1 0 N +S 350 105 320 95 0 1 0 N +S 350 205 320 195 0 1 0 N +S 350 305 320 295 0 1 0 N +S 350 450 -350 -450 0 1 10 f +X TCK 1 500 100 150 L 50 50 1 1 P +X GND 10 0 -600 150 U 50 50 1 1 W +X GND 2 0 -600 150 U 50 50 1 1 P N +X TDO 3 500 -100 150 L 50 50 1 1 P +X VREF 4 -100 600 150 D 50 50 1 1 P +X TMS 5 500 0 150 L 50 50 1 1 P +X ~SRST 6 500 300 150 L 50 50 1 1 P +X VCC 7 0 600 150 D 50 50 1 1 W +X ~TRST 8 500 200 150 L 50 50 1 1 P +X TDI 9 500 -200 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# SC56-11EWA-SC56-11EWA-PinLock-rescue +# +DEF SC56-11EWA-SC56-11EWA-PinLock-rescue DS 0 30 Y Y 1 F N +F0 "DS" 550 0 50 H V L CNN +F1 "SC56-11EWA-SC56-11EWA-PinLock-rescue" 550 -100 50 H V L CNN +F2 "SC56-11EWA" 550 -200 50 H I L CNN +F3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" 550 -300 50 H I L CNN +F4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" 550 -400 50 H I L CNN "Description" +F5 "Kingbright" 550 -600 50 H I L CNN "Manufacturer_Name" +F6 "SC56-11EWA" 550 -700 50 H I L CNN "Manufacturer_Part_Number" +F7 "604-SC56-11EWA" 550 -800 50 H I L CNN "Mouser Part Number" +F8 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" 550 -900 50 H I L CNN "Mouser Price/Stock" +DRAW +P 5 0 1 6 -100 -200 500 -200 500 -1400 -100 -1400 -100 -200 N +X E 1 0 -1600 200 U 50 50 0 0 U +X G 10 0 0 200 D 50 50 0 0 U +X D 2 100 -1600 200 U 50 50 0 0 U +X COM_K_1 3 200 -1600 200 U 50 50 0 0 U +X C 4 300 -1600 200 U 50 50 0 0 U +X DP 5 400 -1600 200 U 50 50 0 0 U +X B 6 400 0 200 D 50 50 0 0 U +X A 7 300 0 200 D 50 50 0 0 U +X COM_K_2 8 200 0 200 D 50 50 0 0 U +X F 9 100 0 200 D 50 50 0 0 U +ENDDRAW +ENDDEF +# +#End Library diff --git a/Hardware/PinLock.bin b/Hardware/PinLock.bin new file mode 100644 index 0000000..c7479b4 Binary files /dev/null and b/Hardware/PinLock.bin differ diff --git a/Hardware/PinLock.kicad_pcb b/Hardware/PinLock.kicad_pcb new file mode 100644 index 0000000..022bec2 --- /dev/null +++ b/Hardware/PinLock.kicad_pcb @@ -0,0 +1,8862 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.5-52549c5~84~ubuntu18.04.1) + + (general + (thickness 1.6) + (drawings 4) + (tracks 1847) + (zones 0) + (modules 150) + (nets 135) + ) + + (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) + ) + + (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.8) + (uvia_drill 0.4) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.05) + (segment_width 0.18) + (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.15 1.4) + (pad_drill 0) + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "fabrication/")) + ) + + (net 0 "") + (net 1 Vss) + (net 2 "Net-(C0-Pad1)") + (net 3 Vdd) + (net 4 "Net-(C3-Pad1)") + (net 5 "Net-(C4-Pad1)") + (net 6 NRST) + (net 7 "Net-(D0-Pad2)") + (net 8 "Net-(D1-Pad2)") + (net 9 "Net-(D2-Pad2)") + (net 10 "Net-(D3-Pad2)") + (net 11 "Net-(D4-Pad2)") + (net 12 "Net-(D5-Pad2)") + (net 13 "Net-(D6-Pad2)") + (net 14 "Net-(D7-Pad2)") + (net 15 "Net-(J0-PadMP)") + (net 16 "Net-(J1-Pad6)") + (net 17 "Net-(J1-Pad3)") + (net 18 "Net-(J1-Pad4)") + (net 19 "Net-(J1-Pad2)") + (net 20 TDI) + (net 21 TMS) + (net 22 TDO) + (net 23 TCK) + (net 24 MOSI) + (net 25 SCK) + (net 26 MISO) + (net 27 RXD) + (net 28 TXD) + (net 29 "Net-(J5-Pad8)") + (net 30 "Net-(J5-Pad7)") + (net 31 "Net-(J5-Pad6)") + (net 32 "Net-(J5-Pad5)") + (net 33 "Net-(J5-Pad4)") + (net 34 "Net-(J5-Pad3)") + (net 35 "Net-(J5-Pad2)") + (net 36 "Net-(J5-Pad1)") + (net 37 "Net-(R1-Pad2)") + (net 38 "Net-(R2-Pad2)") + (net 39 "Net-(R3-Pad2)") + (net 40 "Net-(R8-Pad2)") + (net 41 "Net-(R9-Pad2)") + (net 42 "Net-(R10-Pad2)") + (net 43 "Net-(R15-Pad2)") + (net 44 "Net-(R16-Pad2)") + (net 45 "Net-(R17-Pad2)") + (net 46 "Net-(R22-Pad2)") + (net 47 "Net-(R23-Pad2)") + (net 48 "Net-(R24-Pad2)") + (net 49 "Net-(R29-Pad1)") + (net 50 "Net-(R30-Pad1)") + (net 51 "Net-(R31-Pad1)") + (net 52 "Net-(R32-Pad1)") + (net 53 "Net-(R33-Pad1)") + (net 54 "Net-(R34-Pad1)") + (net 55 "Net-(R35-Pad1)") + (net 56 "Net-(R36-Pad1)") + (net 57 /Display/CHAR0_0) + (net 58 /Display/CHAR0_1) + (net 59 /Display/CHAR0_2) + (net 60 /Display/CHAR0_3) + (net 61 /Display/CHAR1_0) + (net 62 /Display/CHAR1_1) + (net 63 /Display/CHAR1_2) + (net 64 /Display/CHAR1_3) + (net 65 /Display/CHAR2_0) + (net 66 /Display/CHAR2_1) + (net 67 /Display/CHAR2_2) + (net 68 /Display/CHAR2_3) + (net 69 /Display/CHAR3_0) + (net 70 "Net-(R_C0-Pad1)") + (net 71 "Net-(R_C1-Pad1)") + (net 72 "Net-(R_C6-Pad1)") + (net 73 "Net-(R_C7-Pad1)") + (net 74 LOAD) + (net 75 ROWS) + (net 76 COLUMNS) + (net 77 CLK_BUTTONS) + (net 78 STATUS) + (net 79 CLK_STATUS) + (net 80 "Net-(U6-Pad13)") + (net 81 "Net-(U6-Pad12)") + (net 82 "Net-(U6-Pad11)") + (net 83 "Net-(U6-Pad10)") + (net 84 "Net-(U7-Pad14)") + (net 85 "Net-(U7-Pad12)") + (net 86 "Net-(U7-Pad11)") + (net 87 "Net-(U7-Pad10)") + (net 88 "Net-(U7-Pad1)") + (net 89 "Net-(DS1-Pad10)") + (net 90 "Net-(DS1-Pad9)") + (net 91 "Net-(DS1-Pad7)") + (net 92 "Net-(DS1-Pad6)") + (net 93 "Net-(DS1-Pad4)") + (net 94 "Net-(DS1-Pad2)") + (net 95 "Net-(DS1-Pad1)") + (net 96 "Net-(DS2-Pad10)") + (net 97 "Net-(DS2-Pad9)") + (net 98 "Net-(DS2-Pad8)") + (net 99 "Net-(DS2-Pad7)") + (net 100 "Net-(DS2-Pad6)") + (net 101 "Net-(DS2-Pad4)") + (net 102 "Net-(DS2-Pad2)") + (net 103 "Net-(DS2-Pad1)") + (net 104 "Net-(DS3-Pad10)") + (net 105 "Net-(DS3-Pad9)") + (net 106 "Net-(DS3-Pad7)") + (net 107 "Net-(DS3-Pad6)") + (net 108 "Net-(DS3-Pad4)") + (net 109 "Net-(DS3-Pad2)") + (net 110 "Net-(DS3-Pad1)") + (net 111 "Net-(DS4-Pad10)") + (net 112 "Net-(DS4-Pad9)") + (net 113 "Net-(DS4-Pad7)") + (net 114 "Net-(DS4-Pad6)") + (net 115 "Net-(DS4-Pad4)") + (net 116 "Net-(DS4-Pad2)") + (net 117 "Net-(DS4-Pad1)") + (net 118 "Net-(R4-Pad1)") + (net 119 "Net-(R5-Pad1)") + (net 120 "Net-(R6-Pad1)") + (net 121 "Net-(R7-Pad1)") + (net 122 "Net-(R11-Pad1)") + (net 123 "Net-(R12-Pad1)") + (net 124 "Net-(R13-Pad1)") + (net 125 "Net-(R14-Pad1)") + (net 126 "Net-(R18-Pad1)") + (net 127 "Net-(R19-Pad1)") + (net 128 "Net-(R20-Pad1)") + (net 129 "Net-(R21-Pad1)") + (net 130 "Net-(R25-Pad1)") + (net 131 "Net-(R26-Pad1)") + (net 132 "Net-(R27-Pad1)") + (net 133 "Net-(R28-Pad1)") + (net 134 "Net-(U1-Pad12)") + + (net_class Default "Dies ist die voreingestellte Netzklasse." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.8) + (uvia_drill 0.4) + (diff_pair_width 0.2) + (diff_pair_gap 0.5) + (add_net /Display/CHAR0_0) + (add_net /Display/CHAR0_1) + (add_net /Display/CHAR0_2) + (add_net /Display/CHAR0_3) + (add_net /Display/CHAR1_0) + (add_net /Display/CHAR1_1) + (add_net /Display/CHAR1_2) + (add_net /Display/CHAR1_3) + (add_net /Display/CHAR2_0) + (add_net /Display/CHAR2_1) + (add_net /Display/CHAR2_2) + (add_net /Display/CHAR2_3) + (add_net /Display/CHAR3_0) + (add_net CLK_BUTTONS) + (add_net CLK_STATUS) + (add_net COLUMNS) + (add_net LOAD) + (add_net MISO) + (add_net MOSI) + (add_net NRST) + (add_net "Net-(C0-Pad1)") + (add_net "Net-(C3-Pad1)") + (add_net "Net-(C4-Pad1)") + (add_net "Net-(D0-Pad2)") + (add_net "Net-(D1-Pad2)") + (add_net "Net-(D2-Pad2)") + (add_net "Net-(D3-Pad2)") + (add_net "Net-(D4-Pad2)") + (add_net "Net-(D5-Pad2)") + (add_net "Net-(D6-Pad2)") + (add_net "Net-(D7-Pad2)") + (add_net "Net-(DS1-Pad1)") + (add_net "Net-(DS1-Pad10)") + (add_net "Net-(DS1-Pad2)") + (add_net "Net-(DS1-Pad4)") + (add_net "Net-(DS1-Pad6)") + (add_net "Net-(DS1-Pad7)") + (add_net "Net-(DS1-Pad9)") + (add_net "Net-(DS2-Pad1)") + (add_net "Net-(DS2-Pad10)") + (add_net "Net-(DS2-Pad2)") + (add_net "Net-(DS2-Pad4)") + (add_net "Net-(DS2-Pad6)") + (add_net "Net-(DS2-Pad7)") + (add_net "Net-(DS2-Pad8)") + (add_net "Net-(DS2-Pad9)") + (add_net "Net-(DS3-Pad1)") + (add_net "Net-(DS3-Pad10)") + (add_net "Net-(DS3-Pad2)") + (add_net "Net-(DS3-Pad4)") + (add_net "Net-(DS3-Pad6)") + (add_net "Net-(DS3-Pad7)") + (add_net "Net-(DS3-Pad9)") + (add_net "Net-(DS4-Pad1)") + (add_net "Net-(DS4-Pad10)") + (add_net "Net-(DS4-Pad2)") + (add_net "Net-(DS4-Pad4)") + (add_net "Net-(DS4-Pad6)") + (add_net "Net-(DS4-Pad7)") + (add_net "Net-(DS4-Pad9)") + (add_net "Net-(J0-PadMP)") + (add_net "Net-(J1-Pad2)") + (add_net "Net-(J1-Pad3)") + (add_net "Net-(J1-Pad4)") + (add_net "Net-(J1-Pad6)") + (add_net "Net-(J5-Pad1)") + (add_net "Net-(J5-Pad2)") + (add_net "Net-(J5-Pad3)") + (add_net "Net-(J5-Pad4)") + (add_net "Net-(J5-Pad5)") + (add_net "Net-(J5-Pad6)") + (add_net "Net-(J5-Pad7)") + (add_net "Net-(J5-Pad8)") + (add_net "Net-(R1-Pad2)") + (add_net "Net-(R10-Pad2)") + (add_net "Net-(R11-Pad1)") + (add_net "Net-(R12-Pad1)") + (add_net "Net-(R13-Pad1)") + (add_net "Net-(R14-Pad1)") + (add_net "Net-(R15-Pad2)") + (add_net "Net-(R16-Pad2)") + (add_net "Net-(R17-Pad2)") + (add_net "Net-(R18-Pad1)") + (add_net "Net-(R19-Pad1)") + (add_net "Net-(R2-Pad2)") + (add_net "Net-(R20-Pad1)") + (add_net "Net-(R21-Pad1)") + (add_net "Net-(R22-Pad2)") + (add_net "Net-(R23-Pad2)") + (add_net "Net-(R24-Pad2)") + (add_net "Net-(R25-Pad1)") + (add_net "Net-(R26-Pad1)") + (add_net "Net-(R27-Pad1)") + (add_net "Net-(R28-Pad1)") + (add_net "Net-(R29-Pad1)") + (add_net "Net-(R3-Pad2)") + (add_net "Net-(R30-Pad1)") + (add_net "Net-(R31-Pad1)") + (add_net "Net-(R32-Pad1)") + (add_net "Net-(R33-Pad1)") + (add_net "Net-(R34-Pad1)") + (add_net "Net-(R35-Pad1)") + (add_net "Net-(R36-Pad1)") + (add_net "Net-(R4-Pad1)") + (add_net "Net-(R5-Pad1)") + (add_net "Net-(R6-Pad1)") + (add_net "Net-(R7-Pad1)") + (add_net "Net-(R8-Pad2)") + (add_net "Net-(R9-Pad2)") + (add_net "Net-(R_C0-Pad1)") + (add_net "Net-(R_C1-Pad1)") + (add_net "Net-(R_C6-Pad1)") + (add_net "Net-(R_C7-Pad1)") + (add_net "Net-(U1-Pad12)") + (add_net "Net-(U6-Pad10)") + (add_net "Net-(U6-Pad11)") + (add_net "Net-(U6-Pad12)") + (add_net "Net-(U6-Pad13)") + (add_net "Net-(U7-Pad1)") + (add_net "Net-(U7-Pad10)") + (add_net "Net-(U7-Pad11)") + (add_net "Net-(U7-Pad12)") + (add_net "Net-(U7-Pad14)") + (add_net ROWS) + (add_net RXD) + (add_net SCK) + (add_net STATUS) + (add_net TCK) + (add_net TDI) + (add_net TDO) + (add_net TMS) + (add_net TXD) + (add_net Vdd) + (add_net Vss) + ) + + (module Crystal:Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm (layer F.Cu) (tedit 5A0FD1B2) (tstamp 5E3754BA) + (at 48 84) + (descr "Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package") + (tags "SMD SMT crystal") + (path /5E3EA15B) + (attr smd) + (fp_text reference Y0 (at 0 -2.8) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Crystal_GND24 (at 0 2.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0.116667 0) (layer F.Adhes) (width 0.233333)) + (fp_circle (center 0 0) (end 0.266667 0) (layer F.Adhes) (width 0.166667)) + (fp_circle (center 0 0) (end 0.416667 0) (layer F.Adhes) (width 0.166667)) + (fp_circle (center 0 0) (end 0.5 0) (layer F.Adhes) (width 0.1)) + (fp_line (start 3.2 -2.1) (end -3.2 -2.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.2 2.1) (end 3.2 -2.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.2 2.1) (end 3.2 2.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.2 -2.1) (end -3.2 2.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.9 1.8) (end -0.9 2.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.9 1.8) (end -0.9 1.8) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.9 -1.8) (end 0.9 -1.8) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.7 -0.4) (end 2.7 0.4) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 0.4) (end -2.7 -0.4) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.1 0.4) (end -2.7 0.4) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.5 0.6) (end -1.5 1.6) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -1.4) (end -2.3 -1.6) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 1.4) (end -2.5 -1.4) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 1.6) (end -2.5 1.4) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 1.6) (end -2.3 1.6) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.4) (end 2.3 1.6) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -1.4) (end 2.5 1.4) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.6) (end 2.5 -1.4) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 -1.6) (end 2.3 -1.6) (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 4 smd rect (at -2 -1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (pad 3 smd rect (at 2 -1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) + (net 5 "Net-(C4-Pad1)")) + (pad 2 smd rect (at 2 1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (pad 1 smd rect (at -2 1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) + (net 4 "Net-(C3-Pad1)")) + (model ${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:TO-252-2 (layer F.Cu) (tedit 5A70A390) (tstamp 5DDBD702) + (at 59.225 79.525) + (descr "TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/") + (tags "DPAK TO-252 DPAK-3 TO-252-3 SOT-428") + (path /5DE337F2) + (attr smd) + (fp_text reference U9 (at 0 -4.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value L7805 (at 0 4.5) (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 5.55 -3.5) (end -5.55 -3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.55 3.5) (end 5.55 -3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.55 3.5) (end 5.55 3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.55 -3.5) (end -5.55 3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.47 3.18) (end -3.57 3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.47 3.45) (end -2.47 3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.97 3.45) (end -2.47 3.45) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.47 -3.18) (end -5.3 -3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.47 -3.45) (end -2.47 -3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.97 -3.45) (end -2.47 -3.45) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.97 2.655) (end -2.27 2.655) (layer F.Fab) (width 0.1)) + (fp_line (start -4.97 1.905) (end -4.97 2.655) (layer F.Fab) (width 0.1)) + (fp_line (start -2.27 1.905) (end -4.97 1.905) (layer F.Fab) (width 0.1)) + (fp_line (start -4.97 -1.905) (end -2.27 -1.905) (layer F.Fab) (width 0.1)) + (fp_line (start -4.97 -2.655) (end -4.97 -1.905) (layer F.Fab) (width 0.1)) + (fp_line (start -1.865 -2.655) (end -4.97 -2.655) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -3.25) (end 3.95 -3.25) (layer F.Fab) (width 0.1)) + (fp_line (start -2.27 -2.25) (end -1.27 -3.25) (layer F.Fab) (width 0.1)) + (fp_line (start -2.27 3.25) (end -2.27 -2.25) (layer F.Fab) (width 0.1)) + (fp_line (start 3.95 3.25) (end -2.27 3.25) (layer F.Fab) (width 0.1)) + (fp_line (start 3.95 -3.25) (end 3.95 3.25) (layer F.Fab) (width 0.1)) + (fp_line (start 4.95 2.7) (end 3.95 2.7) (layer F.Fab) (width 0.1)) + (fp_line (start 4.95 -2.7) (end 4.95 2.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.95 -2.7) (end 4.95 -2.7) (layer F.Fab) (width 0.1)) + (pad "" smd rect (at 0.425 1.525) (size 3.05 2.75) (layers F.Paste)) + (pad "" smd rect (at 3.775 -1.525) (size 3.05 2.75) (layers F.Paste)) + (pad "" smd rect (at 0.425 -1.525) (size 3.05 2.75) (layers F.Paste)) + (pad "" smd rect (at 3.775 1.525) (size 3.05 2.75) (layers F.Paste)) + (pad 2 smd rect (at 2.1 0) (size 6.4 5.8) (layers F.Cu F.Mask) + (net 1 Vss)) + (pad 3 smd rect (at -4.2 2.28) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) + (net 3 Vdd)) + (pad 1 smd rect (at -4.2 -2.28) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) + (net 2 "Net-(C0-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-252-2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDC2218) + (at 115.475 47.445 180) + (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (path /5DD2ECA3/5E335BBF) + (attr smd) + (fp_text reference U5 (at 0 -5.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4511 (at 0 5.9) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) + (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 "Net-(R27-Pad1)")) + (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 131 "Net-(R26-Pad1)")) + (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 130 "Net-(R25-Pad1)")) + (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 133 "Net-(R28-Pad1)")) + (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 48 "Net-(R24-Pad2)")) + (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 47 "Net-(R23-Pad2)")) + (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 46 "Net-(R22-Pad2)")) + (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 69 /Display/CHAR3_0)) + (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 25 SCK)) + (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 26 MISO)) + (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 24 MOSI)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDBD65C) + (at 105.475 47.445 180) + (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (path /5DD2ECA3/5E3374CE) + (attr smd) + (fp_text reference U4 (at 0 -5.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4511 (at 0 5.9) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) + (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 127 "Net-(R19-Pad1)")) + (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 126 "Net-(R18-Pad1)")) + (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 128 "Net-(R20-Pad1)")) + (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 129 "Net-(R21-Pad1)")) + (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 45 "Net-(R17-Pad2)")) + (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 44 "Net-(R16-Pad2)")) + (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 43 "Net-(R15-Pad2)")) + (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 65 /Display/CHAR2_0)) + (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 68 /Display/CHAR2_3)) + (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 67 /Display/CHAR2_2)) + (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 66 /Display/CHAR2_1)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDBD638) + (at 95.475 47.445 180) + (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (path /5DD2ECA3/5E338774) + (attr smd) + (fp_text reference U3 (at 0 -5.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4511 (at 0 5.9) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) + (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 123 "Net-(R12-Pad1)")) + (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 122 "Net-(R11-Pad1)")) + (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 124 "Net-(R13-Pad1)")) + (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 125 "Net-(R14-Pad1)")) + (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 42 "Net-(R10-Pad2)")) + (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 41 "Net-(R9-Pad2)")) + (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 40 "Net-(R8-Pad2)")) + (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 61 /Display/CHAR1_0)) + (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 64 /Display/CHAR1_3)) + (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 63 /Display/CHAR1_2)) + (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 62 /Display/CHAR1_1)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDBD614) + (at 85.475 47.445 180) + (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (path /5DD2ECA3/5E337F28) + (attr smd) + (fp_text reference U2 (at 0 -5.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4511 (at 0 5.9) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) + (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 119 "Net-(R5-Pad1)")) + (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 118 "Net-(R4-Pad1)")) + (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 120 "Net-(R6-Pad1)")) + (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 121 "Net-(R7-Pad1)")) + (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 39 "Net-(R3-Pad2)")) + (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 38 "Net-(R2-Pad2)")) + (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 37 "Net-(R1-Pad2)")) + (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 57 /Display/CHAR0_0)) + (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 60 /Display/CHAR0_3)) + (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 59 /Display/CHAR0_2)) + (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 58 /Display/CHAR0_1)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED71C) + (at 107.442 38.862) + (descr SC56-11EWA) + (tags Display) + (path /5DD2ECA3/5E24C406) + (fp_text reference DS4 (at 5.505 -10.82) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) + (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) + (fp_text user %R (at 5.505 -10.82) (layer F.Fab) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 111 "Net-(DS4-Pad10)")) + (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 112 "Net-(DS4-Pad9)")) + (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 113 "Net-(DS4-Pad7)")) + (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 114 "Net-(DS4-Pad6)")) + (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 115 "Net-(DS4-Pad4)")) + (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 116 "Net-(DS4-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 117 "Net-(DS4-Pad1)")) + ) + + (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED6AB) + (at 92.71 38.862) + (descr SC56-11EWA) + (tags Display) + (path /5DD2ECA3/5E114131) + (fp_text reference DS3 (at 5.505 -10.82) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) + (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) + (fp_text user %R (at 5.505 -10.82) (layer F.Fab) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 104 "Net-(DS3-Pad10)")) + (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 105 "Net-(DS3-Pad9)")) + (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 106 "Net-(DS3-Pad7)")) + (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 107 "Net-(DS3-Pad6)")) + (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 108 "Net-(DS3-Pad4)")) + (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 109 "Net-(DS3-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 110 "Net-(DS3-Pad1)")) + ) + + (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED63A) + (at 77.978 38.862) + (descr SC56-11EWA) + (tags Display) + (path /5DD2ECA3/5E342A36) + (fp_text reference DS2 (at 5.505 -10.82) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) + (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) + (fp_text user %R (at 5.505 -10.82) (layer F.Fab) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 96 "Net-(DS2-Pad10)")) + (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 97 "Net-(DS2-Pad9)")) + (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 98 "Net-(DS2-Pad8)")) + (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 99 "Net-(DS2-Pad7)")) + (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 100 "Net-(DS2-Pad6)")) + (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 101 "Net-(DS2-Pad4)")) + (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 102 "Net-(DS2-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 103 "Net-(DS2-Pad1)")) + ) + + (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED5C9) + (at 63.246 38.862) + (descr SC56-11EWA) + (tags Display) + (path /5DD2ECA3/5E10E017) + (fp_text reference DS1 (at 5.505 -10.82) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) + (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) + (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) + (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) + (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) + (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) + (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) + (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) + (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) + (fp_text user %R (at 5.505 -10.82) (layer F.Fab) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 89 "Net-(DS1-Pad10)")) + (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 90 "Net-(DS1-Pad9)")) + (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 91 "Net-(DS1-Pad7)")) + (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 92 "Net-(DS1-Pad6)")) + (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 93 "Net-(DS1-Pad4)")) + (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 94 "Net-(DS1-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 95 "Net-(DS1-Pad1)")) + ) + + (module Connector_PinHeader_2.00mm:PinHeader_1x08_P2.00mm_Vertical (layer F.Cu) (tedit 59FED667) (tstamp 5DDBCF1D) + (at 94.772 97.282 270) + (descr "Through hole straight pin header, 1x08, 2.00mm pitch, single row") + (tags "Through hole pin header THT 1x08 2.00mm single row") + (path /5DDEAC3F/5DDED974) + (fp_text reference J5 (at 0 -2.06 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x08_Female (at 0 16.06 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 7) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.5 15.5) (end 1.5 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 15.5) (end 1.5 15.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 -1.5) (end -1.5 15.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.06 -1.06) (end 0 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 0) (end -1.06 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 1) (end 1.06 1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.06 1) (end 1.06 15.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 1) (end -1.06 15.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 15.06) (end 1.06 15.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -0.5) (end -0.5 -1) (layer F.Fab) (width 0.1)) + (fp_line (start -1 15) (end -1 -0.5) (layer F.Fab) (width 0.1)) + (fp_line (start 1 15) (end -1 15) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -1) (end 1 15) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -1) (end 1 -1) (layer F.Fab) (width 0.1)) + (pad 8 thru_hole oval (at 0 14 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 29 "Net-(J5-Pad8)")) + (pad 7 thru_hole oval (at 0 12 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 30 "Net-(J5-Pad7)")) + (pad 6 thru_hole oval (at 0 10 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 31 "Net-(J5-Pad6)")) + (pad 5 thru_hole oval (at 0 8 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 32 "Net-(J5-Pad5)")) + (pad 4 thru_hole oval (at 0 6 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 33 "Net-(J5-Pad4)")) + (pad 3 thru_hole oval (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 34 "Net-(J5-Pad3)")) + (pad 2 thru_hole oval (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 35 "Net-(J5-Pad2)")) + (pad 1 thru_hole rect (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 36 "Net-(J5-Pad1)")) + (model ${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x08_P2.00mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.00mm:PinHeader_1x04_P2.00mm_Vertical (layer F.Cu) (tedit 59FED667) (tstamp 5DDBCEFF) + (at 70.168 97.282 90) + (descr "Through hole straight pin header, 1x04, 2.00mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.00mm single row") + (path /5DD71B42) + (fp_text reference J4 (at 0 -2.06 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 8.06 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.5 7.5) (end 1.5 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 7.5) (end 1.5 7.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 -1.5) (end -1.5 7.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.06 -1.06) (end 0 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 0) (end -1.06 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 1) (end 1.06 1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.06 1) (end 1.06 7.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 1) (end -1.06 7.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.06 7.06) (end 1.06 7.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -0.5) (end -0.5 -1) (layer F.Fab) (width 0.1)) + (fp_line (start -1 7) (end -1 -0.5) (layer F.Fab) (width 0.1)) + (fp_line (start 1 7) (end -1 7) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -1) (end 1 7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -1) (end 1 -1) (layer F.Fab) (width 0.1)) + (pad 4 thru_hole oval (at 0 6 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 3 Vdd)) + (pad 3 thru_hole oval (at 0 4 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 27 RXD)) + (pad 2 thru_hole oval (at 0 2 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 28 TXD)) + (pad 1 thru_hole rect (at 0 0 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x04_P2.00mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-40_W15.24mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DDBD5F0) + (at 34.544 22.606) + (descr "40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)") + (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil") + (path /5DB85A9E) + (fp_text reference U1 (at 7.62 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ATmega16A-PU (at 7.62 50.59) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 7.62 24.13) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 16.3 -1.55) (end -1.05 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 16.3 49.8) (end 16.3 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 49.8) (end 16.3 49.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.55) (end -1.05 49.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 14.08 -1.33) (end 8.62 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 14.08 49.59) (end 14.08 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 49.59) (end 14.08 49.59) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.16 -1.33) (end 1.16 49.59) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.62 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.255 49.53) (end 0.255 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 14.985 49.53) (end 0.255 49.53) (layer F.Fab) (width 0.1)) + (fp_line (start 14.985 -1.27) (end 14.985 49.53) (layer F.Fab) (width 0.1)) + (fp_line (start 1.255 -1.27) (end 14.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_arc (start 7.62 -1.33) (end 6.62 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (pad 40 thru_hole oval (at 15.24 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 57 /Display/CHAR0_0)) + (pad 20 thru_hole oval (at 0 48.26) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 78 STATUS)) + (pad 39 thru_hole oval (at 15.24 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 58 /Display/CHAR0_1)) + (pad 19 thru_hole oval (at 0 45.72) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 CLK_BUTTONS)) + (pad 38 thru_hole oval (at 15.24 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 59 /Display/CHAR0_2)) + (pad 18 thru_hole oval (at 0 43.18) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 76 COLUMNS)) + (pad 37 thru_hole oval (at 15.24 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 60 /Display/CHAR0_3)) + (pad 17 thru_hole oval (at 0 40.64) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 75 ROWS)) + (pad 36 thru_hole oval (at 15.24 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 61 /Display/CHAR1_0)) + (pad 16 thru_hole oval (at 0 38.1) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 74 LOAD)) + (pad 35 thru_hole oval (at 15.24 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 62 /Display/CHAR1_1)) + (pad 15 thru_hole oval (at 0 35.56) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 28 TXD)) + (pad 34 thru_hole oval (at 15.24 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 63 /Display/CHAR1_2)) + (pad 14 thru_hole oval (at 0 33.02) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 27 RXD)) + (pad 33 thru_hole oval (at 15.24 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 64 /Display/CHAR1_3)) + (pad 13 thru_hole oval (at 0 30.48) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 "Net-(C3-Pad1)")) + (pad 32 thru_hole oval (at 15.24 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 12 thru_hole oval (at 0 27.94) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 134 "Net-(U1-Pad12)")) + (pad 31 thru_hole oval (at 15.24 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 11 thru_hole oval (at 0 25.4) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 30 thru_hole oval (at 15.24 25.4) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 Vdd)) + (pad 10 thru_hole oval (at 0 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 Vdd)) + (pad 29 thru_hole oval (at 15.24 27.94) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 73 "Net-(R_C7-Pad1)")) + (pad 9 thru_hole oval (at 0 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 NRST)) + (pad 28 thru_hole oval (at 15.24 30.48) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 72 "Net-(R_C6-Pad1)")) + (pad 8 thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 25 SCK)) + (pad 27 thru_hole oval (at 15.24 33.02) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 20 TDI)) + (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 26 MISO)) + (pad 26 thru_hole oval (at 15.24 35.56) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 22 TDO)) + (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 24 MOSI)) + (pad 25 thru_hole oval (at 15.24 38.1) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 21 TMS)) + (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 69 /Display/CHAR3_0)) + (pad 24 thru_hole oval (at 15.24 40.64) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 23 TCK)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 68 /Display/CHAR2_3)) + (pad 23 thru_hole oval (at 15.24 43.18) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 71 "Net-(R_C1-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 67 /Display/CHAR2_2)) + (pad 22 thru_hole oval (at 15.24 45.72) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 70 "Net-(R_C0-Pad1)")) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 66 /Display/CHAR2_1)) + (pad 21 thru_hole oval (at 15.24 48.26) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 79 CLK_STATUS)) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 65 /Display/CHAR2_0)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-40_W15.24mm.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 5DDBD213) + (at 54.347 32.766 180) + (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 /5DE41C32) + (attr smd) + (fp_text reference R_A4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 61 /Display/CHAR1_0)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD1CF) + (at 54.356 22.86 180) + (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 /5DE3F959) + (attr smd) + (fp_text reference R_A0 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 57 /Display/CHAR0_0)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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_SO:TSSOP-14_4.4x5mm_P0.65mm (layer F.Cu) (tedit 5A02F25C) (tstamp 5DDBD6E8) + (at 113.95 57.95) + (descr "14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "SSOP 0.65") + (path /5DE30C4A/5DCAE7C2) + (attr smd) + (fp_text reference U8 (at 0 -3.55) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC164 (at 0 3.55) (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.8 0.8) (thickness 0.15))) + ) + (fp_line (start -2.325 -2.5) (end -3.675 -2.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 2.625) (end 2.325 2.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 -2.625) (end 2.325 -2.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 2.625) (end -2.325 2.4) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.325 2.625) (end 2.325 2.4) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.325 -2.625) (end 2.325 -2.4) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 -2.625) (end -2.325 -2.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.95 2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.95 -2.8) (end 3.95 -2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.95 -2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.95 -2.8) (end -3.95 2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) (layer F.Fab) (width 0.15)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) (layer F.Fab) (width 0.15)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) (layer F.Fab) (width 0.15)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) (layer F.Fab) (width 0.15)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) (layer F.Fab) (width 0.15)) + (pad 14 smd rect (at 2.95 -1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 3 Vdd)) + (pad 13 smd rect (at 2.95 -1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 50 "Net-(R30-Pad1)")) + (pad 12 smd rect (at 2.95 -0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 49 "Net-(R29-Pad1)")) + (pad 11 smd rect (at 2.95 0) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 51 "Net-(R31-Pad1)")) + (pad 10 smd rect (at 2.95 0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 52 "Net-(R32-Pad1)")) + (pad 9 smd rect (at 2.95 1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 3 Vdd)) + (pad 8 smd rect (at 2.95 1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 79 CLK_STATUS)) + (pad 7 smd rect (at -2.95 1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (pad 6 smd rect (at -2.95 1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 53 "Net-(R33-Pad1)")) + (pad 5 smd rect (at -2.95 0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 54 "Net-(R34-Pad1)")) + (pad 4 smd rect (at -2.95 0) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 55 "Net-(R35-Pad1)")) + (pad 3 smd rect (at -2.95 -0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 56 "Net-(R36-Pad1)")) + (pad 2 smd rect (at -2.95 -1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 78 STATUS)) + (pad 1 smd rect (at -2.95 -1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 78 STATUS)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-14_4.4x5mm_P0.65mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5C97300E) (tstamp 5DDBD6C5) + (at 72.475 88.9 180) + (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (path /5DDEAC3F/5DCEF9EB) + (attr smd) + (fp_text reference U7 (at 0 -5.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74LS166 (at 0 5.9) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.635 2.54) (layer F.Fab) + (effects (font (size 0.98 0.98) (thickness 0.15))) + ) + (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) + (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) + (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Vdd)) + (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 74 LOAD)) + (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 84 "Net-(U7-Pad14)")) + (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 76 COLUMNS)) + (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 85 "Net-(U7-Pad12)")) + (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 86 "Net-(U7-Pad11)")) + (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 87 "Net-(U7-Pad10)")) + (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 77 CLK_BUTTONS)) + (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Vss)) + (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 29 "Net-(J5-Pad8)")) + (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 30 "Net-(J5-Pad7)")) + (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 31 "Net-(J5-Pad6)")) + (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 32 "Net-(J5-Pad5)")) + (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 88 "Net-(U7-Pad1)")) + (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_SO:TSSOP-14_4.4x5mm_P0.65mm (layer F.Cu) (tedit 5A02F25C) (tstamp 5DDBD6A3) + (at 82.95 91.44 180) + (descr "14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "SSOP 0.65") + (path /5DDEAC3F/5DCCE5D7) + (attr smd) + (fp_text reference U6 (at 0 -3.55) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 74HC164 (at 0 3.55) (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.8 0.8) (thickness 0.15))) + ) + (fp_line (start -2.325 -2.5) (end -3.675 -2.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 2.625) (end 2.325 2.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 -2.625) (end 2.325 -2.625) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 2.625) (end -2.325 2.4) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.325 2.625) (end 2.325 2.4) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.325 -2.625) (end 2.325 -2.4) (layer F.SilkS) (width 0.15)) + (fp_line (start -2.325 -2.625) (end -2.325 -2.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.95 2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.95 -2.8) (end 3.95 -2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.95 -2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.95 -2.8) (end -3.95 2.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.2 -1.5) (end -1.2 -2.5) (layer F.Fab) (width 0.15)) + (fp_line (start -2.2 2.5) (end -2.2 -1.5) (layer F.Fab) (width 0.15)) + (fp_line (start 2.2 2.5) (end -2.2 2.5) (layer F.Fab) (width 0.15)) + (fp_line (start 2.2 -2.5) (end 2.2 2.5) (layer F.Fab) (width 0.15)) + (fp_line (start -1.2 -2.5) (end 2.2 -2.5) (layer F.Fab) (width 0.15)) + (pad 14 smd rect (at 2.95 -1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 3 Vdd)) + (pad 13 smd rect (at 2.95 -1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 80 "Net-(U6-Pad13)")) + (pad 12 smd rect (at 2.95 -0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 81 "Net-(U6-Pad12)")) + (pad 11 smd rect (at 2.95 0 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 82 "Net-(U6-Pad11)")) + (pad 10 smd rect (at 2.95 0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 83 "Net-(U6-Pad10)")) + (pad 9 smd rect (at 2.95 1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 3 Vdd)) + (pad 8 smd rect (at 2.95 1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 77 CLK_BUTTONS)) + (pad 7 smd rect (at -2.95 1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (pad 6 smd rect (at -2.95 1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 33 "Net-(J5-Pad4)")) + (pad 5 smd rect (at -2.95 0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 34 "Net-(J5-Pad3)")) + (pad 4 smd rect (at -2.95 0 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 35 "Net-(J5-Pad2)")) + (pad 3 smd rect (at -2.95 -0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 36 "Net-(J5-Pad1)")) + (pad 2 smd rect (at -2.95 -1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 75 ROWS)) + (pad 1 smd rect (at -2.95 -1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) + (net 75 ROWS)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-14_4.4x5mm_P0.65mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD5B4) + (at 59.182 70.739) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AD323) + (attr virtual) + (fp_text reference TP31 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 79 CLK_STATUS)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD5A6) + (at 24.892 70.739) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AD1F0) + (attr virtual) + (fp_text reference TP30 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 78 STATUS)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD598) + (at 24.892 68.199) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AD0CF) + (attr virtual) + (fp_text reference TP29 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 77 CLK_BUTTONS)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD58A) + (at 24.892 65.659) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ACF89) + (attr virtual) + (fp_text reference TP28 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 76 COLUMNS)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD57C) + (at 24.892 63.119) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ACE59) + (attr virtual) + (fp_text reference TP27 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 75 ROWS)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD56E) + (at 24.892 60.579) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ACD3D) + (attr virtual) + (fp_text reference TP26 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 74 LOAD)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD560) + (at 24.892 58.039) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ACC09) + (attr virtual) + (fp_text reference TP25 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 28 TXD)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD552) + (at 24.892 55.499) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ACA23) + (attr virtual) + (fp_text reference TP24 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 27 RXD)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD544) + (at 58.928 43.18) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC90C) + (attr virtual) + (fp_text reference TP23 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 73 "Net-(R_C7-Pad1)")) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD536) + (at 59.182 52.959) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC7FA) + (attr virtual) + (fp_text reference TP22 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 72 "Net-(R_C6-Pad1)")) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD528) + (at 59.182 55.499) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC6D0) + (attr virtual) + (fp_text reference TP21 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 20 TDI)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD51A) + (at 59.182 58.039) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC5A6) + (attr virtual) + (fp_text reference TP20 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 22 TDO)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD50C) + (at 59.182 60.579) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC485) + (attr virtual) + (fp_text reference TP19 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 21 TMS)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4FE) + (at 59.182 63.119) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC36E) + (attr virtual) + (fp_text reference TP18 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 23 TCK)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4F0) + (at 59.182 65.659) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC22B) + (attr virtual) + (fp_text reference TP17 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 71 "Net-(R_C1-Pad1)")) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4E2) + (at 59.182 68.199) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AC066) + (attr virtual) + (fp_text reference TP16 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 70 "Net-(R_C0-Pad1)")) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4D4) + (at 24.892 40.259) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ABF2E) + (attr virtual) + (fp_text reference TP15 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 25 SCK)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4C6) + (at 24.892 37.719) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ABDE7) + (attr virtual) + (fp_text reference TP14 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 26 MISO)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4B8) + (at 24.892 35.179) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ABCF1) + (attr virtual) + (fp_text reference TP13 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 24 MOSI)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4AA) + (at 24.892 32.639) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4ABB97) + (attr virtual) + (fp_text reference TP12 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 69 /Display/CHAR3_0)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD49C) + (at 24.892 30.099) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB9F1) + (attr virtual) + (fp_text reference TP11 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 68 /Display/CHAR2_3)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD48E) + (at 24.892 27.559) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB879) + (attr virtual) + (fp_text reference TP10 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 67 /Display/CHAR2_2)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD480) + (at 24.892 25.019) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB77F) + (attr virtual) + (fp_text reference TP9 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 66 /Display/CHAR2_1)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD472) + (at 24.892 22.479) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB582) + (attr virtual) + (fp_text reference TP8 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 65 /Display/CHAR2_0)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD464) + (at 58.928 40.513) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB41F) + (attr virtual) + (fp_text reference TP7 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 64 /Display/CHAR1_3)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD456) + (at 58.928 37.973) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB2F5) + (attr virtual) + (fp_text reference TP6 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 63 /Display/CHAR1_2)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD448) + (at 58.928 35.433) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB1C1) + (attr virtual) + (fp_text reference TP5 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 62 /Display/CHAR1_1)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD43A) + (at 58.928 32.893) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AB07A) + (attr virtual) + (fp_text reference TP4 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 61 /Display/CHAR1_0)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD42C) + (at 58.928 30.353) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AAF76) + (attr virtual) + (fp_text reference TP3 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 60 /Display/CHAR0_3)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD41E) + (at 58.928 27.813) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AAE13) + (attr virtual) + (fp_text reference TP2 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 59 /Display/CHAR0_2)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDC161F) + (at 58.928 25.273) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4AACA7) + (attr virtual) + (fp_text reference TP1 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 58 /Display/CHAR0_1)) + ) + + (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD402) + (at 58.928 22.733) + (descr "SMD rectangular pad as test Point, square 1.0mm side length") + (tags "test point SMD pad rectangle square") + (path /5E4A8C68) + (attr virtual) + (fp_text reference TP0 (at 0 -1.448) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) + (net 57 /Display/CHAR0_0)) + ) + + (module Button_Switch_SMD:SW_Push_1P1T_NO_CK_KMR2 (layer F.Cu) (tedit 5A02FC95) (tstamp 5DDBD3F4) + (at 47.734 90.208) + (descr "CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf") + (tags "tactile switch kmr2") + (path /5DBE2224) + (attr smd) + (fp_text reference SW0 (at 0 -2.45) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SW_Push (at 0 2.55) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.2 0.05) (end -2.2 -0.05) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.2 -1.55) (end -2.2 -1.55) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.2 1.55) (end 2.2 1.55) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -2.8 1.8) (end -2.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.8 1.8) (end -2.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.8 -1.8) (end 2.8 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.8 -1.8) (end 2.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.2 0.05) (end 2.2 -0.05) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.1 1.4) (end -2.1 -1.4) (layer F.Fab) (width 0.1)) + (fp_line (start 2.1 1.4) (end -2.1 1.4) (layer F.Fab) (width 0.1)) + (fp_line (start 2.1 -1.4) (end 2.1 1.4) (layer F.Fab) (width 0.1)) + (fp_line (start -2.1 -1.4) (end 2.1 -1.4) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 -2.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.05 0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) + (net 6 NRST)) + (pad 1 smd rect (at 2.05 -0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (pad 2 smd rect (at -2.05 0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) + (net 6 NRST)) + (pad 1 smd rect (at -2.05 -0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KMR2.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 5DDBD3DE) + (at 54.365 70.866) + (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 /5DF044E1) + (attr smd) + (fp_text reference R_D7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 CLK_STATUS)) + (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 5DDBD3CD) + (at 29.963 70.866 180) + (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 /5DF04487) + (attr smd) + (fp_text reference R_D6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 78 STATUS)) + (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 5DDBD3BC) + (at 29.963 68.326 180) + (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 /5DF0448D) + (attr smd) + (fp_text reference R_D5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 77 CLK_BUTTONS)) + (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 5DDBD3AB) + (at 29.963 65.786 180) + (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 /5DF04493) + (attr smd) + (fp_text reference R_D4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 76 COLUMNS)) + (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 5DDBD39A) + (at 29.963 63.246 180) + (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 /5DF04499) + (attr smd) + (fp_text reference R_D3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 75 ROWS)) + (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 5DDBD389) + (at 29.981 60.706 180) + (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 /5DF0449F) + (attr smd) + (fp_text reference R_D2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 74 LOAD)) + (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 5DDBD378) + (at 29.963 58.166 180) + (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 /5DF044A5) + (attr smd) + (fp_text reference R_D1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 28 TXD)) + (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 5DDBD367) + (at 29.963 55.626 180) + (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 /5DF044AB) + (attr smd) + (fp_text reference R_D0 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 27 RXD)) + (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 5DDBD356) + (at 54.365 43.18) + (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 /5DF044B1) + (attr smd) + (fp_text reference R_C7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 73 "Net-(R_C7-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 5DDB96F1) (tstamp 5DDCDFDD) + (at 54.365 53.086) + (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 /5DF044B7) + (attr smd) + (fp_text reference R_C6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217) + (net 72 "Net-(R_C6-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 5DDBD334) + (at 54.365 55.626) + (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 /5DF044BD) + (attr smd) + (fp_text reference R_C5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer 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)) + (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 20 TDI)) + (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 1 Vss)) + (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 5DDBD323) + (at 54.365 58.166) + (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 /5DF044C3) + (attr smd) + (fp_text reference R_C4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer 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)) + (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 22 TDO)) + (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 1 Vss)) + (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 5DDBD312) + (at 54.365 60.706) + (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 /5DF044C9) + (attr smd) + (fp_text reference R_C3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer 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)) + (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 21 TMS)) + (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 1 Vss)) + (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 5DDBD301) + (at 54.365 63.246) + (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 /5DF044CF) + (attr smd) + (fp_text reference R_C2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 23 TCK)) + (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 5DDBD2F0) + (at 54.365 65.786) + (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 /5DF044D5) + (attr smd) + (fp_text reference R_C1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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-(R_C1-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 5DDBD2DF) + (at 54.365 68.326) + (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 /5DF044DB) + (attr smd) + (fp_text reference R_C0 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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-(R_C0-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 5DDBD2CE) + (at 29.981 40.386) + (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 /5DE47595) + (attr smd) + (fp_text reference R_B7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 25 SCK)) + (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 Vss)) + (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 5DDBD2BD) + (at 29.981 37.846) + (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 /5DE4758F) + (attr smd) + (fp_text reference R_B6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 26 MISO)) + (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 Vss)) + (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 5DDBD2AC) + (at 29.981 35.306) + (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 /5DE47589) + (attr smd) + (fp_text reference R_B5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 24 MOSI)) + (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 Vss)) + (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 5DDBD29B) + (at 29.981 32.766) + (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 /5DE47583) + (attr smd) + (fp_text reference R_B4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 69 /Display/CHAR3_0)) + (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 Vss)) + (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 5DDBD28A) + (at 29.981 30.226) + (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 /5DE45660) + (attr smd) + (fp_text reference R_B3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 68 /Display/CHAR2_3)) + (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 Vss)) + (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 5DDBD279) + (at 29.981 27.686) + (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 /5DE4565A) + (attr smd) + (fp_text reference R_B2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 67 /Display/CHAR2_2)) + (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 Vss)) + (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 5DDBD268) + (at 29.981 25.146) + (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 /5DE45654) + (attr smd) + (fp_text reference R_B1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 66 /Display/CHAR2_1)) + (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 Vss)) + (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 5DDBD257) + (at 29.981 22.606) + (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 /5DE4564E) + (attr smd) + (fp_text reference R_B0 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 65 /Display/CHAR2_0)) + (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 Vss)) + (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 5DDBD246) + (at 54.347 40.64 180) + (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 /5DE41C44) + (attr smd) + (fp_text reference R_A7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 64 /Display/CHAR1_3)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD235) + (at 54.347 38.1 180) + (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 /5DE41C3E) + (attr smd) + (fp_text reference R_A6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 63 /Display/CHAR1_2)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD224) + (at 54.347 35.56 180) + (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 /5DE41C38) + (attr smd) + (fp_text reference R_A5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 62 /Display/CHAR1_1)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD202) + (at 54.347 30.226 180) + (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 /5DE40E97) + (attr smd) + (fp_text reference R_A3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 60 /Display/CHAR0_3)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD1F1) + (at 54.347 27.686 180) + (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 /5DE40D34) + (attr smd) + (fp_text reference R_A2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 59 /Display/CHAR0_2)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD1E0) + (at 54.347 25.146 180) + (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 /5DE40B29) + (attr smd) + (fp_text reference R_A1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 58 /Display/CHAR0_1)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (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 5DDBD1BE) + (at 102 68) + (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 /5DE30C4A/5DDF3520) + (attr smd) + (fp_text reference R36 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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-(D7-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 56 "Net-(R36-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 5DDBD1AD) + (at 102.025 64) + (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 /5DE30C4A/5DDF2BD8) + (attr smd) + (fp_text reference R35 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 "Net-(D6-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-(R35-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 5DDBD19C) + (at 102.025 60) + (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 /5DE30C4A/5DDF21F1) + (attr smd) + (fp_text reference R34 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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-(D5-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 54 "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 5DDBD18B) + (at 102.025 56) + (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 /5DE30C4A/5DDF1878) + (attr smd) + (fp_text reference R33 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 11 "Net-(D4-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 53 "Net-(R33-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 5DDBD17A) + (at 102.025 84) + (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 /5DE30C4A/5DDF0FB0) + (attr smd) + (fp_text reference R32 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 10 "Net-(D3-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 52 "Net-(R32-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 5DDBD169) + (at 102.025 80) + (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 /5DE30C4A/5DDF07FC) + (attr smd) + (fp_text reference R31 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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-(D2-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-(R31-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 5DDBD158) + (at 102.025 76) + (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 /5DE30C4A/5DC4B3E7) + (attr smd) + (fp_text reference R30 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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-(D0-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 50 "Net-(R30-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 5DDBD147) + (at 102.025 72) + (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 /5DE30C4A/5DDEF16D) + (attr smd) + (fp_text reference R29 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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-(D1-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 49 "Net-(R29-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 5DDBA5A9) + (at 93 64 180) + (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 /5DD2ECA3/5DCF6F68) + (attr smd) + (fp_text reference R28 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 114 "Net-(DS4-Pad6)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 133 "Net-(R28-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 5DDBA609) + (at 93.025 60 180) + (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 /5DD2ECA3/5DCF6D3D) + (attr smd) + (fp_text reference R27 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 112 "Net-(DS4-Pad9)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 132 "Net-(R27-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 5DDBA5D9) + (at 93.025 56 180) + (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 /5DD2ECA3/5DCF6BA5) + (attr smd) + (fp_text reference R26 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 111 "Net-(DS4-Pad10)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 131 "Net-(R26-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 5DDBD103) + (at 93.025 68 180) + (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 /5DD2ECA3/5DCF68D9) + (attr smd) + (fp_text reference R25 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 113 "Net-(DS4-Pad7)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 130 "Net-(R25-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 5DDBD0F2) + (at 84.337 80.182 180) + (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 /5DD2ECA3/5DCF6693) + (attr smd) + (fp_text reference R24 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 48 "Net-(R24-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 115 "Net-(DS4-Pad4)")) + (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 5DDBD0E1) + (at 84.337 76 180) + (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 /5DD2ECA3/5DCF640A) + (attr smd) + (fp_text reference R23 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 47 "Net-(R23-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 116 "Net-(DS4-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 5DDBD0D0) + (at 84.337 72 180) + (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 /5DD2ECA3/5DCF3F99) + (attr smd) + (fp_text reference R22 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 46 "Net-(R22-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 117 "Net-(DS4-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 5DDBD0BF) + (at 84.328 68 180) + (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 /5DD2ECA3/5DD07EA1) + (attr smd) + (fp_text reference R21 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 100 "Net-(DS2-Pad6)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 129 "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 5DDBD0AE) + (at 84.337 64 180) + (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 /5DD2ECA3/5DD07E9B) + (attr smd) + (fp_text reference R20 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 99 "Net-(DS2-Pad7)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 128 "Net-(R20-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 5DDBD09D) + (at 84.337 60 180) + (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 /5DD2ECA3/5DD07E95) + (attr smd) + (fp_text reference R19 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 97 "Net-(DS2-Pad9)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 127 "Net-(R19-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 5DDBD08C) + (at 84.337 56 180) + (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 /5DD2ECA3/5DD07E8F) + (attr smd) + (fp_text reference R18 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 96 "Net-(DS2-Pad10)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 126 "Net-(R18-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 5DDBD07B) + (at 76.025 78 180) + (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 /5DD2ECA3/5DD07E89) + (attr smd) + (fp_text reference R17 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 45 "Net-(R17-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 101 "Net-(DS2-Pad4)")) + (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 5DDBA539) + (at 93.025 72 180) + (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 /5DD2ECA3/5DD07E83) + (attr smd) + (fp_text reference R16 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 44 "Net-(R16-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 102 "Net-(DS2-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 5DDBD059) + (at 76 74 180) + (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 /5DD2ECA3/5DD07E7B) + (attr smd) + (fp_text reference R15 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 43 "Net-(R15-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 103 "Net-(DS2-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 5DDBD048) + (at 76.025 70 180) + (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 /5DD2ECA3/5DD16AB4) + (attr smd) + (fp_text reference R14 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 107 "Net-(DS3-Pad6)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 125 "Net-(R14-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 5DDBD037) + (at 76.025 65 180) + (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 /5DD2ECA3/5DD16AAE) + (attr smd) + (fp_text reference R13 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 106 "Net-(DS3-Pad7)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 124 "Net-(R13-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 5DDBD026) + (at 76.025 61 180) + (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 /5DD2ECA3/5DD16AA8) + (attr smd) + (fp_text reference R12 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 105 "Net-(DS3-Pad9)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 123 "Net-(R12-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 5DDBD015) + (at 76.025 57 180) + (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 /5DD2ECA3/5DD16AA2) + (attr smd) + (fp_text reference R11 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 104 "Net-(DS3-Pad10)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 122 "Net-(R11-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 5DDBD004) + (at 76.025 53 180) + (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 /5DD2ECA3/5DD16A9C) + (attr smd) + (fp_text reference R10 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 42 "Net-(R10-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 108 "Net-(DS3-Pad4)")) + (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 5DDBCFF3) + (at 76.025 49 180) + (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 /5DD2ECA3/5DD16A96) + (attr smd) + (fp_text reference R9 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 41 "Net-(R9-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 109 "Net-(DS3-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 5DDBCFE2) + (at 76.025 45 180) + (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 /5DD2ECA3/5DD16A8E) + (attr smd) + (fp_text reference R8 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 40 "Net-(R8-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 110 "Net-(DS3-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 5DDBCFD1) + (at 68.025 70 180) + (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 /5DD2ECA3/5DD11795) + (attr smd) + (fp_text reference R7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 92 "Net-(DS1-Pad6)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 121 "Net-(R7-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 5DDBCFC0) + (at 68.025 65.5 180) + (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 /5DD2ECA3/5DD1178F) + (attr smd) + (fp_text reference R6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 91 "Net-(DS1-Pad7)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 120 "Net-(R6-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 5DDBCFAF) + (at 68.025 61.436 180) + (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 /5DD2ECA3/5DD11789) + (attr smd) + (fp_text reference R5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 90 "Net-(DS1-Pad9)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 119 "Net-(R5-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 5DDBCF9E) + (at 68.025 57.372 180) + (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 /5DD2ECA3/5DD11783) + (attr smd) + (fp_text reference R4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 89 "Net-(DS1-Pad10)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 118 "Net-(R4-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 5DDBCF8D) + (at 68 53.308 180) + (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 /5DD2ECA3/5DD1177D) + (attr smd) + (fp_text reference R3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 39 "Net-(R3-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 93 "Net-(DS1-Pad4)")) + (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 5DDBCF7C) + (at 68.025 49.244 180) + (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 /5DD2ECA3/5DD11777) + (attr smd) + (fp_text reference R2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 38 "Net-(R2-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 94 "Net-(DS1-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 5DDBCF6B) + (at 68.025 45.18 180) + (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 /5DD2ECA3/5DD1176F) + (attr smd) + (fp_text reference R1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 37 "Net-(R1-Pad2)")) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 95 "Net-(DS1-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 5DDBCF5A) + (at 47.761 78.486) + (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 /5DCAEAA9) + (attr smd) + (fp_text reference R0 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 6 NRST)) + (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 3 Vdd)) + (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 TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal (layer F.Cu) (tedit 5B294EE5) (tstamp 5DDBCF49) + (at 109.982 95.25) + (descr "Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix") + (tags "THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm") + (path /5DE4CFD1) + (fp_text reference J6 (at 2.5 -6.26) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Screw_Terminal_01x02 (at 2.5 5.66) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 2.5 3.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 8 -5.71) (end -3 -5.71) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8 5.1) (end 8 -5.71) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3 5.1) (end 8 5.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3 -5.71) (end -3 5.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.8 4.9) (end -2.3 4.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.8 4.16) (end -2.8 4.9) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.773 1.023) (end 3.726 1.069) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.07 -1.275) (end 6.035 -1.239) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.966 1.239) (end 3.931 1.274) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.275 -1.069) (end 6.228 -1.023) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.955 -1.138) (end 3.863 0.955) (layer F.Fab) (width 0.1)) + (fp_line (start 6.138 -0.955) (end 4.046 1.138) (layer F.Fab) (width 0.1)) + (fp_line (start 0.955 -1.138) (end -1.138 0.955) (layer F.Fab) (width 0.1)) + (fp_line (start 1.138 -0.955) (end -0.955 1.138) (layer F.Fab) (width 0.1)) + (fp_line (start 7.56 -5.261) (end 7.56 4.66) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.56 -5.261) (end -2.56 4.66) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.56 4.66) (end 7.56 4.66) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.56 -5.261) (end 7.56 -5.261) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.56 -2.301) (end 7.56 -2.301) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.5 -2.3) (end 7.5 -2.3) (layer F.Fab) (width 0.1)) + (fp_line (start -2.56 2.6) (end 7.56 2.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.5 2.6) (end 7.5 2.6) (layer F.Fab) (width 0.1)) + (fp_line (start -2.56 4.1) (end 7.56 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.5 4.1) (end 7.5 4.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 4.1) (end -2.5 -5.2) (layer F.Fab) (width 0.1)) + (fp_line (start -2 4.6) (end -2.5 4.1) (layer F.Fab) (width 0.1)) + (fp_line (start 7.5 4.6) (end -2 4.6) (layer F.Fab) (width 0.1)) + (fp_line (start 7.5 -5.2) (end 7.5 4.6) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -5.2) (end 7.5 -5.2) (layer F.Fab) (width 0.1)) + (fp_circle (center 5 0) (end 6.68 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 5 0) (end 6.5 0) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 1.5 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 0 0) (end -0.684 1.535) (angle -25) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0) (end -1.535 -0.684) (angle -48) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0) (end 0.684 -1.535) (angle -48) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0) (end 1.535 0.684) (angle -48) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0) (end 0 1.68) (angle -24) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole circle (at 5 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 1 thru_hole rect (at 0 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) + (net 2 "Net-(C0-Pad1)")) + (model ${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal.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 59DE0819) (tstamp 5DDBCEE5) + (at 24.384 78.232) + (descr "Through hole straight IDC box header, 2x03, 2.54mm pitch, double rows") + (tags "Through hole IDC box header THT 2x03 2.54mm double row") + (path /5DD6E922) + (fp_text reference J3 (at 1.27 -6.604) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value AVR-ISP-6 (at 1.27 11.684) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.655 -5.6) (end -1.115 -5.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.655 -5.6) (end -3.655 -3.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.405 -5.35) (end 5.945 -5.35) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.405 10.43) (end -3.405 -5.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.945 10.43) (end -3.405 10.43) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.945 -5.35) (end 5.945 10.43) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.41 -5.35) (end 5.95 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.41 10.43) (end -3.41 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.95 10.43) (end -3.41 10.43) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.95 -5.35) (end 5.95 10.43) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.155 10.18) (end -2.605 9.62) (layer F.Fab) (width 0.1)) + (fp_line (start -3.155 -5.1) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 10.18) (end 5.145 9.62) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 -5.1) (end 5.145 -4.56) (layer F.Fab) (width 0.1)) + (fp_line (start 5.145 9.62) (end -2.605 9.62) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 10.18) (end -3.155 10.18) (layer F.Fab) (width 0.1)) + (fp_line (start 5.145 -4.56) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 -5.1) (end -3.155 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 4.79) (end -3.155 4.79) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 0.29) (end -3.155 0.29) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 4.79) (end -2.605 9.62) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 -4.56) (end -2.605 0.29) (layer F.Fab) (width 0.1)) + (fp_line (start -3.155 -5.1) (end -3.155 10.18) (layer F.Fab) (width 0.1)) + (fp_line (start 5.145 -4.56) (end 5.145 9.62) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 -5.1) (end 5.695 10.18) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 1.27 2.54) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 6 thru_hole oval (at 2.54 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 5 thru_hole oval (at 0 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 6 NRST)) + (pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 24 MOSI)) + (pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 25 SCK)) + (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 2 "Net-(C0-Pad1)")) + (pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 26 MISO)) + (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_IDC:IDC-Header_2x05_P2.54mm_Vertical (layer F.Cu) (tedit 59DE0611) (tstamp 5E0F45FB) + (at 26.416 95.504 90) + (descr "Through hole straight IDC box header, 2x05, 2.54mm pitch, double rows") + (tags "Through hole IDC box header THT 2x05 2.54mm double row") + (path /5DC4B0A3) + (fp_text reference J2 (at 1.27 -6.604 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value AVR-JTAG-10 (at 1.27 16.764 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.655 -5.6) (end -1.115 -5.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.655 -5.6) (end -3.655 -3.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.405 -5.35) (end 5.945 -5.35) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.405 15.51) (end -3.405 -5.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.945 15.51) (end -3.405 15.51) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.945 -5.35) (end 5.945 15.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.41 -5.35) (end 5.95 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.41 15.51) (end -3.41 -5.35) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.95 15.51) (end -3.41 15.51) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.95 -5.35) (end 5.95 15.51) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.155 15.26) (end -2.605 14.7) (layer F.Fab) (width 0.1)) + (fp_line (start -3.155 -5.1) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 15.26) (end 5.145 14.7) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 -5.1) (end 5.145 -4.56) (layer F.Fab) (width 0.1)) + (fp_line (start 5.145 14.7) (end -2.605 14.7) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 15.26) (end -3.155 15.26) (layer F.Fab) (width 0.1)) + (fp_line (start 5.145 -4.56) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 -5.1) (end -3.155 -5.1) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 7.33) (end -3.155 7.33) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 2.83) (end -3.155 2.83) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 7.33) (end -2.605 14.7) (layer F.Fab) (width 0.1)) + (fp_line (start -2.605 -4.56) (end -2.605 2.83) (layer F.Fab) (width 0.1)) + (fp_line (start -3.155 -5.1) (end -3.155 15.26) (layer F.Fab) (width 0.1)) + (fp_line (start 5.145 -4.56) (end 5.145 14.7) (layer F.Fab) (width 0.1)) + (fp_line (start 5.695 -5.1) (end 5.695 15.26) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 1.27 5.08 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 10 thru_hole oval (at 2.54 10.16 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 9 thru_hole oval (at 0 10.16 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 20 TDI)) + (pad 8 thru_hole oval (at 2.54 7.62 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 6 NRST)) + (pad 7 thru_hole oval (at 0 7.62 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 2 "Net-(C0-Pad1)")) + (pad 6 thru_hole oval (at 2.54 5.08 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 6 NRST)) + (pad 5 thru_hole oval (at 0 5.08 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 21 TMS)) + (pad 4 thru_hole oval (at 2.54 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 2 "Net-(C0-Pad1)")) + (pad 3 thru_hole oval (at 0 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 22 TDO)) + (pad 2 thru_hole oval (at 2.54 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 1 thru_hole rect (at 0 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) + (net 23 TCK)) + (model ${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.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 5DDBCE99) + (at 47.736 97.3145) + (descr http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf) + (tags "Micro-USB SMD Typ-B") + (path /5DBB7B46) + (attr smd) + (fp_text reference J1 (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 %R (at 0 0.8875) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "PCB Edge" (at 0 2.6875) (layer Dwgs.User) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 6 smd rect (at -2.9 1.2375) (size 1.2 1.9) (layers F.Cu F.Mask) + (net 16 "Net-(J1-Pad6)")) + (pad 6 smd rect (at 2.9 1.2375) (size 1.2 1.9) (layers F.Cu F.Mask) + (net 16 "Net-(J1-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 16 "Net-(J1-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 16 "Net-(J1-Pad6)")) + (pad 6 smd rect (at -1 1.2375) (size 1.5 1.9) (layers F.Cu F.Paste F.Mask) + (net 16 "Net-(J1-Pad6)")) + (pad 6 thru_hole circle (at 2.5 -1.4625) (size 1.45 1.45) (drill 0.85) (layers *.Cu *.Mask) + (net 16 "Net-(J1-Pad6)")) + (pad 3 smd rect (at 0 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 17 "Net-(J1-Pad3)")) + (pad 4 smd rect (at 0.65 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(J1-Pad4)")) + (pad 5 smd rect (at 1.3 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 1 Vss)) + (pad 1 smd rect (at -1.3 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 3 Vdd)) + (pad 2 smd rect (at -0.65 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(J1-Pad2)")) + (pad 6 thru_hole circle (at -2.5 -1.4625) (size 1.45 1.45) (drill 0.85) (layers *.Cu *.Mask) + (net 16 "Net-(J1-Pad6)")) + (pad 6 smd rect (at 1 1.2375) (size 1.5 1.9) (layers F.Cu F.Paste F.Mask) + (net 16 "Net-(J1-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_BarrelJack:BarrelJack_CUI_PJ-063AH_Horizontal (layer F.Cu) (tedit 5B0886BD) (tstamp 5DDBCE70) + (at 59.69 87.742) + (descr "Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf") + (tags "barrel jack cui dc power") + (path /5DBB60C9) + (fp_text reference J0 (at 0 -2.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Barrel_Jack_MountingPin (at 0 13) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 5.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6 -1.5) (end -6 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6 12.5) (end 6 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6 12.5) (end 6 12.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6 -1.5) (end -6 12.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1 -1.3) (end 1 -1.3) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.11 12.11) (end -5.11 9.05) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.11 12.11) (end -5.11 12.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.11 9.05) (end 5.11 12.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.11 -1.11) (end 5.11 4.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.3 -1.11) (end 5.11 -1.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.11 -1.11) (end -2.3 -1.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.11 4.95) (end -5.11 -1.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -5 12) (end -5 -1) (layer F.Fab) (width 0.1)) + (fp_line (start 5 12) (end -5 12) (layer F.Fab) (width 0.1)) + (fp_line (start 5 -1) (end 5 12) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -1) (end 5 -1) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 1 -1) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -1) (end 0 0) (layer F.Fab) (width 0.1)) + (fp_line (start -5 -1) (end -1 -1) (layer F.Fab) (width 0.1)) + (pad "" np_thru_hole circle (at 0 9) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask)) + (pad MP thru_hole oval (at 4.5 7) (size 2 3.5) (drill oval 1 2.5) (layers *.Cu *.Mask) + (net 15 "Net-(J0-PadMP)")) + (pad MP thru_hole oval (at -4.5 7) (size 2 3.5) (drill oval 1 2.5) (layers *.Cu *.Mask) + (net 15 "Net-(J0-PadMP)")) + (pad 2 thru_hole oval (at 0 6) (size 3.3 2) (drill oval 2.3 1) (layers *.Cu *.Mask) + (net 1 Vss)) + (pad 1 thru_hole rect (at 0 0) (size 4 2) (drill oval 3 1) (layers *.Cu *.Mask) + (net 2 "Net-(C0-Pad1)")) + (model ${KISYS3DMOD}/Connector_BarrelJack.3dshapes/BarrelJack_CUI_PJ-063AH_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCDC7) + (at 109.22 83.82) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDF3526) + (fp_text reference D7 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 14 "Net-(D7-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCDB4) + (at 109.22 78.105) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDF2BDE) + (fp_text reference D6 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 13 "Net-(D6-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCDA1) + (at 109.22 72.39) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDF21F7) + (fp_text reference D5 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 12 "Net-(D5-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD8E) + (at 109.22 66.675) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDF187E) + (fp_text reference D4 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 11 "Net-(D4-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD7B) + (at 114.935 83.82) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDF0FB6) + (fp_text reference D3 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 10 "Net-(D3-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD68) + (at 114.935 78.105) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDF0802) + (fp_text reference D2 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 9 "Net-(D2-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD55) + (at 114.935 72.39) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DDEF173) + (fp_text reference D1 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 8 "Net-(D1-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD42) + (at 114.935 66.675) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (path /5DE30C4A/5DC4BBB8) + (fp_text reference D0 (at 1.27 -2.96) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value LED (at 1.27 2.96) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 7 "Net-(D0-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 1 Vss)) + (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.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 5DDBCD2F) + (at 93.025 80 180) + (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 /5DE4EE60) + (attr smd) + (fp_text reference C18 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 2 "Net-(C0-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 5DDBCD1E) + (at 93.025 76 180) + (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 /5DE30C4A/5DEDB077) + (attr smd) + (fp_text reference C17 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCD0D) + (at 93.025 88 180) + (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 /5DDEAC3F/5DE96BB8) + (attr smd) + (fp_text reference C16 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCCFC) + (at 93.025 84 180) + (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 /5DDEAC3F/5DE94356) + (attr smd) + (fp_text reference C15 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCCEB) + (at 102.025 96 180) + (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 /5DD2ECA3/5DD4F46D) + (attr smd) + (fp_text reference C14 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCCDA) + (at 102.025 92 180) + (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 /5DD2ECA3/5DD4A2DB) + (attr smd) + (fp_text reference C13 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCCC9) + (at 102.025 88 180) + (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 /5DD2ECA3/5DD40221) + (attr smd) + (fp_text reference C12 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCCB8) + (at 93.025 92 180) + (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 /5DD2ECA3/5DD33F5D) + (attr smd) + (fp_text reference C11 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 1 Vss)) + (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) + (net 3 Vdd)) + (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 5DDBCCA7) + (at 40.903 75.946) + (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 /5F997E8F) + (attr smd) + (fp_text reference C10 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 3 Vdd)) + (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 5DDBCC96) + (at 40.885 78.74) + (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 /5F99721B) + (attr smd) + (fp_text reference C9 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 3 Vdd)) + (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 5DDBCC85) + (at 40.885 81.28) + (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 /5F95D098) + (attr smd) + (fp_text reference C8 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 3 Vdd)) + (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 5DDBCC74) + (at 34.553 86.106) + (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 /5E1AE257) + (attr smd) + (fp_text reference C7 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 "Net-(C0-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 5DDBCC63) + (at 34.553 83.566) + (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 /5E1CD0FD) + (attr smd) + (fp_text reference C6 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 "Net-(C0-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 5DDBCC52) + (at 34.553 81.026) + (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 /5DCD957C) + (attr smd) + (fp_text reference C5 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 NRST)) + (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 5DDBCC41) + (at 34.553 78.486) + (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 /5DCD889C) + (attr smd) + (fp_text reference C4 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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-(C4-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 5DDBCC30) + (at 34.553 75.946) + (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 /5DCD826F) + (attr smd) + (fp_text reference C3 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 "Net-(C3-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 5DDBCC1F) + (at 40.903 86.36) + (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 /5DCC079F) + (attr smd) + (fp_text reference C2 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 3 Vdd)) + (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_6.3x3.9 (layer F.Cu) (tedit 5BCA39CF) (tstamp 5DDB6AE8) + (at 26.764 48.006 180) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm") + (tags "capacitor electrolytic") + (path /5DC8ECAA) + (attr smd) + (fp_text reference C1 (at 0 -4.35) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (at 0 4.35) (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 -4.7 1.05) (end -3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.7 -1.05) (end -4.7 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.55 -1.05) (end -4.7 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.55 1.05) (end -3.55 2.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.55 -2.4) (end -3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.55 -2.4) (end -2.4 -3.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.55 2.4) (end -2.4 3.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 -3.55) (end 3.55 -3.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.4 3.55) (end 3.55 3.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 1.05) (end 3.55 3.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -1.05) (end 4.7 1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -1.05) (end 4.7 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.55 -3.55) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.41 2.345563) (end -2.345563 3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.41 2.345563) (end -3.41 1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.345563 3.41) (end 3.41 3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.41 -3.41) (end 3.41 -1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.41 3.41) (end 3.41 1.06) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) (layer F.Fab) (width 0.1)) + (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start -3.3 2.3) (end -2.3 3.3) (layer F.Fab) (width 0.1)) + (fp_line (start -3.3 -2.3) (end -2.3 -3.3) (layer F.Fab) (width 0.1)) + (fp_line (start -3.3 -2.3) (end -3.3 2.3) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 3.3) (end 3.3 3.3) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 -3.3) (end 3.3 -3.3) (layer F.Fab) (width 0.1)) + (fp_line (start 3.3 -3.3) (end 3.3 3.3) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 3.15 0) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 2.7 0 180) (size 3.5 1.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15625) + (net 1 Vss)) + (pad 1 smd roundrect (at -2.7 0 180) (size 3.5 1.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15625) + (net 3 Vdd)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x3.9.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 5DDBCBE6) + (at 40.903 83.82) + (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 /5DC7168B) + (attr smd) + (fp_text reference C0 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) + (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 1 Vss)) + (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 "Net-(C0-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)) + ) + ) + + (gr_line (start 20 100) (end 20 20) (layer Edge.Cuts) (width 0.05) (tstamp 5DDBE1C9)) + (gr_line (start 120 100) (end 20 100) (layer Edge.Cuts) (width 0.05)) + (gr_line (start 120 20) (end 120 100) (layer Edge.Cuts) (width 0.05)) + (gr_line (start 20 20) (end 120 20) (layer Edge.Cuts) (width 0.05)) + + (segment (start 106.6409 43) (end 107.95 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 102.5849 39.1471) (end 106.4378 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 106.4378 43) (end 106.6409 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 107.95 46.81) (end 107.5686 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 107.5686 46.81) (end 106.6409 45.8823) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 106.6409 45.8823) (end 106.6409 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 117.95 46.81) (end 116.6906 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 116.6906 46.81) (end 114.7856 44.905) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 114.7856 44.905) (end 110.2743 44.905) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 110.2743 44.905) (end 108.3693 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 108.3693 46.81) (end 107.95 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 102.5849 39.1471) (end 102.87 38.862) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.0028 40.2409) (end 101.4911 40.2409) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 101.4911 40.2409) (end 102.5849 39.1471) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.0028 40.2409) (end 99.0028 41.9472) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.0028 41.9472) (end 98.1571 42.7929) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 97.79 38.862) (end 99.0028 40.0748) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.0028 40.0748) (end 99.0028 40.2409) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 70.168 97.282) (end 70.168 96.2817) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 74.5118 86.995) (end 73.6151 86.0983) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 73.6151 86.0983) (end 73.6151 84.8896) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 74.95 86.995) (end 74.5118 86.995) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 71.603 90.426) (end 71.603 89.9038) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 71.603 89.9038) (end 74.5118 86.995) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 70.168 96.2817) (end 71.603 94.8467) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 71.603 94.8467) (end 71.603 90.426) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 92 88) (end 92 92) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 38.5759) (end 24.0666 36.1689) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 36.1689) (end 24.2312 36.0043) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2573 41.0844) (end 24.0666 40.8937) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 40.8937) (end 24.0666 38.5759) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 38.5759) (end 28.2261 38.5759) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2261 38.5759) (end 28.956 37.846) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2312 36.0043) (end 24.0666 35.8397) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 35.8397) (end 24.0666 31.9918) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 31.9918) (end 24.2448 31.8136) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.956 35.306) (end 28.2577 36.0043) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2577 36.0043) (end 24.2312 36.0043) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.956 40.386) (end 28.2576 41.0844) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2576 41.0844) (end 24.2573 41.0844) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2573 41.0844) (end 24.2573 47.8127) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2573 47.8127) (end 24.064 48.006) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 75.946) (end 36.6153 74.9087) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 36.6153 74.9087) (end 40.8727 74.9087) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 40.8727 74.9087) (end 41.91 75.946) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 112.522 23.622) (end 111.1584 22.2584) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 111.1584 22.2584) (end 106.9023 22.2584) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 106.9023 22.2584) (end 102.87 26.2907) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 102.87 26.2907) (end 102.87 38.862) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 111 59.9) (end 109.9497 59.9) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 109.22 66.675) (end 109.22 60.6297) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 109.22 60.6297) (end 109.9497 59.9) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 98.1571 42.7929) (end 97.95 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 97.95 46.81) (end 98.383 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 98.383 46.81) (end 99.266 45.927) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.266 45.927) (end 99.266 43.9018) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.266 43.9018) (end 98.1571 42.7929) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 94.8073 46.1658) (end 95.4515 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 95.4515 46.81) (end 97.95 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.4215 59.3268) (end 59.3123 59.436) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.3123 59.436) (end 56.66 59.436) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0072 54.656) (end 60.0074 54.6562) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0074 54.6562) (end 60.0074 58.7409) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0074 58.7409) (end 59.4215 59.3268) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.4215 59.3268) (end 60.0074 59.9127) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0074 59.9127) (end 60.0074 63.9444) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0074 63.9444) (end 59.9145 64.0373) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0884 64.0373) (end 56.0884 63.9444) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0884 63.9444) (end 55.39 63.246) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.39 65.786) (end 56.0884 65.0876) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0884 65.0876) (end 56.0884 64.0373) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0884 64.0373) (end 59.9145 64.0373) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.9145 64.0373) (end 60.0074 64.1302) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0074 64.1302) (end 60.0074 68.8462) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0074 68.8462) (end 59.8292 69.0244) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.8292 69.0244) (end 56.0884 69.0244) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.66 59.436) (end 55.39 60.706) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.66 59.436) (end 55.39 58.166) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0072 54.656) (end 60.0079 54.6553) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0079 54.6553) (end 60.0079 52.3159) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 60.0079 52.3159) (end 59.8128 52.1208) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.8128 52.1208) (end 59.4797 52.1208) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.39 55.626) (end 56.36 54.656) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.36 54.656) (end 60.0072 54.656) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.4304 28.1079) (end 55.9738 28.6513) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.9738 28.6513) (end 59.551 28.6513) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.551 28.6513) (end 59.7759 28.4264) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.7759 28.4264) (end 59.7759 24.955) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.372 27.686) (end 55.372 28.0495) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.372 28.0495) (end 55.4304 28.1079) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.4304 28.1079) (end 54.4655 29.0728) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.4655 29.0728) (end 54.4655 29.3195) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.4655 29.3195) (end 55.372 30.226) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 48.626 33.9566) (end 48.626 29.7503) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 48.626 29.7503) (end 49.3035 29.0728) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.3035 29.0728) (end 54.4655 29.0728) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 48.626 36.6481) (end 48.626 33.9566) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 48.626 33.9566) (end 54.1814 33.9566) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.1814 33.9566) (end 55.372 32.766) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 69.0244) (end 28.938 68.326) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2448 69.0244) (end 28.2396 69.0244) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 69.0244) (end 28.2396 70.1676) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 70.1676) (end 28.938 70.866) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2842 66.5145) (end 24.0666 66.7321) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 66.7321) (end 24.0666 68.8462) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 68.8462) (end 24.2448 69.0244) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.654 79.1609) (end 25.654 74.7661) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.654 74.7661) (end 24.0666 73.1787) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 73.1787) (end 24.0666 69.2026) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 69.2026) (end 24.2448 69.0244) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.8456 84.5052) (end 23.8455 84.5052) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 23.8455 84.5052) (end 23.1785 83.8382) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 23.1785 83.8382) (end 23.1785 80.2274) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 23.1785 80.2274) (end 23.9849 79.421) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 23.9849 79.421) (end 25.3939 79.421) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.3939 79.421) (end 25.654 79.1609) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.654 79.1609) (end 26.0209 79.5278) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 26.0209 79.5278) (end 34.5362 79.5278) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2842 66.5145) (end 28.2095 66.5145) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2095 66.5145) (end 28.938 65.786) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.28 63.9671) (end 24.0666 64.1805) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 64.1805) (end 24.0666 66.2969) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 66.2969) (end 24.2842 66.5145) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 101 92) (end 101 88) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 101 96) (end 101 92) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 70 84.455) (end 65.07 79.525) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 65.07 79.525) (end 61.325 79.525) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 73.6151 84.8896) (end 70.4346 84.8896) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 70.4346 84.8896) (end 70 84.455) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0924 24.4256) (end 55.372 25.146) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.7759 24.955) (end 59.7759 24.6572) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.7759 24.6572) (end 59.5443 24.4256) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.5443 24.4256) (end 56.0924 24.4256) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0924 24.4256) (end 56.0924 23.5714) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0924 23.5714) (end 55.381 22.86) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.7759 24.955) (end 66.993 24.955) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 66.993 24.955) (end 68.326 23.622) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 94.8073 46.1658) (end 94.8071 46.166) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 94.8071 46.166) (end 90.7005 46.166) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 90.7005 46.166) (end 90.0565 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 90.0565 46.81) (end 87.95 46.81) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 87.95 43) (end 89.3923 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 89.3923 43) (end 90.4909 41.9014) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 90.4909 41.9014) (end 94.2129 41.9014) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 94.2129 41.9014) (end 94.8073 42.4958) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 94.8073 42.4958) (end 94.8073 46.1658) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.4797 52.1208) (end 56.3552 52.1208) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.3552 52.1208) (end 55.39 53.086) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.39 42.711) (end 55.7463 42.3547) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.7463 42.3547) (end 59.5673 42.3547) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.5673 42.3547) (end 59.7535 42.5409) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.7535 42.5409) (end 59.7535 48.6409) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.7535 48.6409) (end 59.4797 48.9147) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.4797 48.9147) (end 59.4797 52.1208) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 74.95 84.455) (end 74.0497 84.455) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 74.0497 84.455) (end 73.6151 84.8896) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 85.9 89.49) (end 84.8016 89.49) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 84.8016 89.49) (end 81.8901 92.4015) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 81.8901 92.4015) (end 81.8901 92.9269) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 81.8901 92.9269) (end 80.8726 93.9444) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 80.8726 93.9444) (end 78.7951 93.9444) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 78.7951 93.9444) (end 77.9395 93.0888) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 77.9395 93.0888) (end 77.9395 89.6072) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 77.9395 89.6072) (end 75.3273 86.995) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 75.3273 86.995) (end 74.95 86.995) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 68.326 37.4683) (end 68.326 38.862) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 68.326 23.622) (end 68.326 37.4683) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 68.326 37.4683) (end 72.0123 37.4683) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 72.0123 37.4683) (end 73.406 38.862) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 54.2839 36.6481) (end 55.372 35.56) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 48.626 36.6481) (end 54.2839 36.6481) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.2839 36.6481) (end 54.2839 37.0119) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.2839 37.0119) (end 55.372 38.1) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 47.25 41.5173) (end 47.25 38.0241) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 47.25 38.0241) (end 48.626 36.6481) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 26.924 83.312) (end 26.924 84.5009) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.8456 84.5052) (end 25.8456 91.2047) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.8456 91.2047) (end 26.416 91.7751) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 26.924 84.5009) (end 25.8499 84.5009) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 25.8499 84.5009) (end 25.8456 84.5052) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 26.416 92.964) (end 26.416 91.7751) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.928 82.8) (end 41.928 83.82) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.28 63.9671) (end 28.2169 63.9671) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2169 63.9671) (end 28.938 63.246) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2573 58.8644) (end 24.0666 59.0551) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 59.0551) (end 24.0666 63.7537) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 63.7537) (end 24.28 63.9671) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 114.935 66.675) (end 114.935 65.4497) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 115.8359 40.6281) (end 116.2496 41.0418) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 116.2496 41.0418) (end 116.2496 64.1351) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 116.2496 64.1351) (end 114.935 65.4497) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 115.8359 40.6281) (end 114.2881 40.6281) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 114.2881 40.6281) (end 112.522 38.862) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 117.602 38.862) (end 115.8359 40.6281) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 49.036 94.8517) (end 51.2628 92.6249) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 51.2628 92.6249) (end 56.5976 92.6249) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.5976 92.6249) (end 57.7147 93.742) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 70.168 97.282) (end 71.6325 98.7465) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 71.6325 98.7465) (end 98.2535 98.7465) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 98.2535 98.7465) (end 101 96) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 92 76) (end 92 80) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 107.9947 78.105) (end 107.5445 77.6548) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 107.5445 77.6548) (end 100.28 77.6548) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 100.28 77.6548) (end 97.5936 74.9684) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 97.5936 74.9684) (end 93.0316 74.9684) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 93.0316 74.9684) (end 92 76) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 83.058 38.862) (end 81.7326 40.1874) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 81.7326 40.1874) (end 74.7314 40.1874) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 74.7314 40.1874) (end 73.406 38.862) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 83.058 38.862) (end 84.3913 40.1953) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 84.3913 40.1953) (end 86.8047 40.1953) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 86.8047 40.1953) (end 88.138 38.862) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.91 75.946) (end 41.91 78.74) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.91 75.946) (end 41.928 75.946) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.91 81.28) (end 41.91 78.74) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 78.486) (end 35.578 75.946) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 30.2939 94.1529) (end 34.5698 94.1529) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 34.5698 94.1529) (end 35.3871 93.3356) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.3871 93.3356) (end 35.3871 92.964) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 27.6049 92.964) (end 27.6049 93.3355) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 27.6049 93.3355) (end 28.4223 94.1529) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.4223 94.1529) (end 30.2939 94.1529) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 30.2939 94.1529) (end 30.2939 92.4502) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 30.2939 92.4502) (end 35.3363 87.4078) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.3363 87.4078) (end 35.578 87.4078) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 87.4078) (end 41.928 87.4078) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 87.4078) (end 35.578 86.106) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 34.5362 79.5278) (end 35.578 78.486) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 81.026) (end 35.578 80.5696) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 80.5696) (end 34.5362 79.5278) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.784 88.9953) (end 49.784 89.408) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.784 88.9953) (end 49.784 88.5827) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 114.935 70.3683) (end 114.935 72.39) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 114.935 66.675) (end 114.935 70.3683) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 114.935 70.3683) (end 109.22 70.3683) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 109.22 70.3683) (end 109.22 71.1647) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 109.22 67.9003) (end 109.22 70.3683) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 109.22 78.105) (end 107.9947 78.105) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 88.138 38.862) (end 89.4642 37.5358) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 89.4642 37.5358) (end 96.4638 37.5358) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 96.4638 37.5358) (end 97.79 38.862) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 35.578 83.566) (end 35.578 81.026) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.928 87.4078) (end 43.9282 89.408) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 43.9282 89.408) (end 44.9087 89.408) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.928 86.36) (end 41.928 87.4078) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 58.8644) (end 24.2573 58.8644) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2573 58.8644) (end 24.0666 58.6737) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 58.6737) (end 24.0666 54.7443) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 54.7443) (end 24.1373 54.6736) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 112.522 23.622) (end 111.1455 22.2455) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 111.1455 22.2455) (end 99.1665 22.2455) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 99.1665 22.2455) (end 97.79 23.622) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 109.22 73.6153) (end 109.22 76.8797) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 114.935 78.105) (end 114.935 83.82) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 114.935 72.39) (end 114.935 78.105) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 56.0884 69.0244) (end 55.39 68.326) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0884 69.0244) (end 56.0884 70.1676) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 56.0884 70.1676) (end 55.39 70.866) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 47.25 41.5173) (end 48.6587 42.926) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.956 40.386) (end 30.0873 41.5173) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 30.0873 41.5173) (end 47.25 41.5173) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 27.813 26.543) (end 28.956 27.686) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.956 25.146) (end 27.813 26.289) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 27.813 26.289) (end 27.813 26.543) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2448 31.8136) (end 24.0666 31.6354) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 31.6354) (end 24.0666 26.9118) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.0666 26.9118) (end 24.4354 26.543) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.4354 26.543) (end 27.813 26.543) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.2448 31.8136) (end 28.0036 31.8136) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.956 22.606) (end 28.956 25.146) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.0036 31.8136) (end 28.956 32.766) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.956 30.226) (end 28.0036 31.1784) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.0036 31.1784) (end 28.0036 31.8136) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.3844 55.0723) (end 28.938 55.626) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.1373 54.6736) (end 27.9856 54.6736) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 27.9856 54.6736) (end 28.3844 55.0723) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 34.544 49.1313) (end 34.3254 49.1313) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 34.3254 49.1313) (end 28.3844 55.0723) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 34.544 48.006) (end 34.544 49.1313) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.064 48.006) (end 24.1373 48.0793) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 24.1373 48.0793) (end 24.1373 54.6736) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 58.8644) (end 28.938 58.166) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 58.8644) (end 28.2396 59.9896) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 28.2396 59.9896) (end 28.956 60.706) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 117.602 38.862) (end 117.602 42.652) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 117.602 42.652) (end 117.95 43) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 114.982 95.25) (end 113.1387 97.0933) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 113.1387 97.0933) (end 102.0933 97.0933) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 102.0933 97.0933) (end 101 96) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 109.22 72.39) (end 109.22 71.1647) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 109.22 66.675) (end 109.22 67.9003) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 70.168 97.282) (end 69.1677 97.282) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 45.684 89.408) (end 44.9087 89.408) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 36.576 92.964) (end 35.3871 92.964) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 109.22 78.105) (end 109.22 76.8797) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 109.22 78.105) (end 109.22 83.82) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 109.22 72.39) (end 109.22 73.6153) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 92 84) (end 92 88) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.784 42.926) (end 48.6587 42.926) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.928 82.8) (end 41.928 81.298) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.928 81.298) (end 41.91 81.28) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.39 42.711) (end 54.8326 42.1536) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 55.39 43.18) (end 55.39 42.711) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.3874 88.1861) (end 49.784 88.5827) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.3874 85.2) (end 49.3874 88.1861) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.3874 88.1861) (end 47.6812 88.1861) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 47.6812 88.1861) (end 46.4593 89.408) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 45.684 89.408) (end 46.4593 89.408) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 50 85.2) (end 49.3874 85.2) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 41.928 82.8) (end 44.7747 82.8) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 46 82.8) (end 44.7747 82.8) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 112.522 23.622) (end 113.8474 22.2966) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 113.8474 22.2966) (end 118.2218 22.2966) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 118.2218 22.2966) (end 118.9824 23.0572) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 118.9824 23.0572) (end 118.9824 37.4816) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 118.9824 37.4816) (end 117.602 38.862) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 49.784 42.926) (end 50.9093 42.926) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.8326 42.1536) (end 51.6817 42.1536) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 51.6817 42.1536) (end 50.9093 42.926) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.8326 42.1536) (end 54.8326 41.1794) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 54.8326 41.1794) (end 55.372 40.64) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 26.416 92.964) (end 27.6049 92.964) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 92 84) (end 92 80) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.69 93.742) (end 61.6653 93.742) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 69.1677 97.282) (end 69.1677 97.0319) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 69.1677 97.0319) (end 64.8025 92.6667) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 64.8025 92.6667) (end 62.7406 92.6667) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 62.7406 92.6667) (end 61.6653 93.742) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 49.784 45.466) (end 49.784 42.926) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 49.036 95.852) (end 49.036 94.8517) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 59.69 93.742) (end 57.7147 93.742) (width 0.25) (layer F.Cu) (net 1)) + (segment (start 114.935 83.82) (end 114.935 95.203) (width 0.25) (layer B.Cu) (net 1)) + (segment (start 114.935 95.203) (end 114.982 95.25) (width 0.25) (layer B.Cu) (net 1)) + (via (at 71.603 90.426) (size 0.8) (layers F.Cu B.Cu) (net 1)) + (segment (start 109.982 95.25) (end 108.3567 95.25) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 59.69 87.742) (end 62.0153 87.742) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 62.0153 87.742) (end 67.2802 93.0069) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 67.2802 93.0069) (end 67.2802 96.9246) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 67.2802 96.9246) (end 69.1072 98.7516) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 69.1072 98.7516) (end 104.8551 98.7516) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 104.8551 98.7516) (end 108.3567 95.25) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 33.528 84.5939) (end 33.528 83.566) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 33.528 86.106) (end 33.528 84.5939) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 39.878 83.82) (end 39.1041 84.5939) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 39.1041 84.5939) (end 33.528 84.5939) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 28.956 91.7751) (end 33.528 87.2031) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 33.528 87.2031) (end 33.528 86.106) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 26.924 78.232) (end 26.924 78.8445) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 26.924 78.8445) (end 25.654 80.1145) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 25.654 80.1145) (end 25.654 84.074) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 25.654 84.074) (end 25.227 84.501) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 25.227 84.501) (end 25.227 96.5585) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 25.227 96.5585) (end 25.3615 96.693) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 25.3615 96.693) (end 27.4549 96.693) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 27.4549 96.693) (end 27.605 96.5429) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 27.605 96.5429) (end 27.605 95.1346) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 27.605 95.1346) (end 28.5867 94.1529) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 28.5867 94.1529) (end 28.956 94.1529) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 55.025 78.1703) (end 56.8113 79.9566) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 56.8113 79.9566) (end 56.8113 87.1887) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 56.8113 87.1887) (end 56.8114 87.1887) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 56.8114 87.1887) (end 57.3647 87.742) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 28.956 92.964) (end 28.956 94.1529) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 28.956 94.1529) (end 29.3276 94.1529) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 29.3276 94.1529) (end 30.1449 94.9702) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 30.1449 94.9702) (end 30.1449 95.8424) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 30.1449 95.8424) (end 30.9954 96.6929) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 30.9954 96.6929) (end 32.0298 96.6929) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 32.0298 96.6929) (end 32.8471 95.8756) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 32.8471 95.8756) (end 32.8471 95.504) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 34.036 95.504) (end 32.8471 95.504) (width 0.25) (layer B.Cu) (net 2)) + (segment (start 55.025 78.1703) (end 50.7196 78.1703) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 50.7196 78.1703) (end 46.0447 73.4954) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 46.0447 73.4954) (end 32.8495 73.4954) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 32.8495 73.4954) (end 28.1129 78.232) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 26.924 78.232) (end 28.1129 78.232) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 55.025 77.245) (end 55.025 78.1703) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 59.69 87.742) (end 57.3647 87.742) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 28.956 92.964) (end 28.956 91.7751) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 109.982 95.25) (end 109.982 93.3261) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 109.982 93.3261) (end 102.1032 85.4473) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 102.1032 85.4473) (end 99.4973 85.4473) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 99.4973 85.4473) (end 94.05 80) (width 0.25) (layer F.Cu) (net 2)) + (segment (start 105.9477 48.08) (end 107.95 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 97.95 48.08) (end 100.0499 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 100.0499 48.08) (end 101.9549 46.175) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 101.9549 46.175) (end 104.0427 46.175) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 104.0427 46.175) (end 105.9477 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 105.9477 48.08) (end 105.9477 49.3918) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 105.9477 49.3918) (end 103.4495 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 103.4495 51.89) (end 103 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 76.168 90.69) (end 76.168 96.2817) (width 0.25) (layer B.Cu) (net 3)) + (segment (start 49.784 49.1313) (end 50.0653 49.1313) (width 0.25) (layer B.Cu) (net 3)) + (segment (start 50.0653 49.1313) (end 76.168 75.234) (width 0.25) (layer B.Cu) (net 3)) + (segment (start 76.168 75.234) (end 76.168 90.69) (width 0.25) (layer B.Cu) (net 3)) + (segment (start 76.168 90.69) (end 78.6698 90.69) (width 0.25) (layer B.Cu) (net 3)) + (segment (start 78.8049 90.69) (end 78.8049 93.2452) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 78.8049 93.2452) (end 78.9497 93.39) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 78.9497 90.14) (end 78.8049 90.2848) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 78.8049 90.2848) (end 78.8049 90.69) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 78.6698 90.69) (end 78.8049 90.69) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 107.95 48.08) (end 109.4831 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 109.4831 48.08) (end 111.3971 46.166) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 111.3971 46.166) (end 114.0081 46.166) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 114.0081 46.166) (end 115.5962 47.7541) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.5962 47.7541) (end 115.5962 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 88.4178 48.5478) (end 87.95 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 95.9246 49.35) (end 94.0196 47.445) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.0196 47.445) (end 91.9855 47.445) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 91.9855 47.445) (end 90.8827 48.5478) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 90.8827 48.5478) (end 88.4178 48.5478) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 87.95 49.35) (end 87.95 49.0156) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 87.95 49.0156) (end 88.4178 48.5478) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 87.95 49.35) (end 86.5035 49.35) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 86.5035 49.35) (end 83.9635 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 83.9635 51.89) (end 83 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 95.9246 49.35) (end 93.3846 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 93.3846 51.89) (end 93 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 97.95 49.35) (end 95.9246 49.35) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 97.95 48.08) (end 97.95 49.35) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 107.95 48.08) (end 107.95 49.35) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.5962 48.08) (end 115.5962 50.4139) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.5962 50.4139) (end 113.5601 52.45) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.5962 48.08) (end 117.95 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 113.5601 52.45) (end 113 51.89) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 114.494 55.4976) (end 114.494 53.384) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 114.494 53.384) (end 113.5601 52.45) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 114.494 55.4976) (end 113.8848 56.1068) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 113.8848 56.1068) (end 113.8848 57.7945) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 113.8848 57.7945) (end 115.3403 59.25) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.3403 59.25) (end 115.8497 59.25) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.8497 56) (end 115.3473 55.4976) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.3473 55.4976) (end 114.494 55.4976) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 47.1589 78.5189) (end 50.1991 81.5591) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 50.1991 81.5591) (end 50.7302 81.5591) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 50.7302 81.5591) (end 51.2612 82.0901) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 51.2612 82.0901) (end 51.2612 83.5003) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 51.2612 83.5003) (end 50.9208 83.8407) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 50.9208 83.8407) (end 49.3638 83.8407) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 49.3638 83.8407) (end 47.0791 86.1254) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 47.0791 86.1254) (end 44.4903 86.1254) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 44.4903 86.1254) (end 43.6875 85.3226) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 43.6875 85.3226) (end 40.8378 85.3226) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 46.736 78.486) (end 47.126 78.486) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 47.126 78.486) (end 47.1589 78.5189) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 53.5997 81.805) (end 53.5997 81.7011) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 53.5997 81.7011) (end 49.328 77.4294) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 49.328 77.4294) (end 48.2484 77.4294) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 48.2484 77.4294) (end 47.1589 78.5189) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 40.8378 85.3226) (end 40.8378 82.2578) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 40.8378 82.2578) (end 39.86 81.28) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 39.878 86.36) (end 40.8378 85.4002) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 40.8378 85.4002) (end 40.8378 85.3226) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 55.0982 87.1185) (end 55.025 87.0454) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 55.025 87.0454) (end 55.025 81.805) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 70 93.345) (end 66.1178 93.345) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 66.1178 93.345) (end 62.1588 89.386) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 62.1588 89.386) (end 57.3656 89.386) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 57.3656 89.386) (end 55.0982 87.1185) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 55.0982 87.1185) (end 50.3833 91.8334) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 50.3833 91.8334) (end 49.4543 91.8334) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 49.4543 91.8334) (end 46.436 94.8517) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 46.436 95.852) (end 46.436 94.8517) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 117.95 49.35) (end 117.95 48.08) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 39.86 81.28) (end 39.86 78.74) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 117.9503 59.25) (end 119.1608 60.4605) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 119.1608 60.4605) (end 119.1608 73.0986) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 119.1608 73.0986) (end 115.3797 76.8797) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 115.3797 76.8797) (end 113.9002 76.8797) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 113.9002 76.8797) (end 113.1626 77.6173) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 113.1626 77.6173) (end 113.1626 78.4364) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 113.1626 78.4364) (end 112.2248 79.3742) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 112.2248 79.3742) (end 107.3281 79.3742) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 107.3281 79.3742) (end 106.3347 78.3808) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 106.3347 78.3808) (end 94.05 78.3808) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 116.9 59.25) (end 115.8497 59.25) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 117.0659 59.25) (end 116.9 59.25) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 117.0659 59.25) (end 117.9503 59.25) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.05 78.3808) (end 94.05 76) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.05 84) (end 93.1482 83.0982) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 93.1482 83.0982) (end 93.1482 79.2826) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 93.1482 79.2826) (end 94.05 78.3808) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.05 92) (end 94.05 88) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 77.1683 97.282) (end 78.1687 98.2824) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 78.1687 98.2824) (end 95.6614 98.2824) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 95.6614 98.2824) (end 95.7724 98.1714) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 95.7724 98.1714) (end 95.7724 93.7224) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 95.7724 93.7224) (end 94.05 92) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 34.544 45.466) (end 35.6693 45.466) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 35.6693 45.466) (end 38.2093 48.006) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 38.2093 48.006) (end 49.784 48.006) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 29.464 48.006) (end 32.004 45.466) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 32.004 45.466) (end 34.544 45.466) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.05 86.9375) (end 94.05 84) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 80 93.39) (end 78.9497 93.39) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 80 90.14) (end 78.9497 90.14) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 55.025 81.805) (end 53.5997 81.805) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 76.168 97.282) (end 77.1683 97.282) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 70 93.345) (end 71.9041 93.345) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 71.9041 93.345) (end 75.8411 97.282) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 75.8411 97.282) (end 76.168 97.282) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 103.05 92) (end 103.05 96) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 103.05 92) (end 103.05 88) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.05 88) (end 94.05 86.9375) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 94.05 86.9375) (end 101.9875 86.9375) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 101.9875 86.9375) (end 103.05 88) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 39.878 75.946) (end 39.878 78.722) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 39.878 78.722) (end 39.86 78.74) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 116.9 56) (end 115.8497 56) (width 0.25) (layer F.Cu) (net 3)) + (segment (start 76.168 97.282) (end 76.168 96.2817) (width 0.25) (layer B.Cu) (net 3)) + (segment (start 49.784 48.006) (end 49.784 49.1313) (width 0.25) (layer B.Cu) (net 3)) + (via (at 78.6698 90.69) (size 0.8) (layers F.Cu B.Cu) (net 3)) + (segment (start 34.544 53.086) (end 34.544 54.2113) (width 0.25) (layer B.Cu) (net 4)) + (segment (start 33.528 75.946) (end 34.5569 74.9171) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 34.5569 74.9171) (end 34.5569 74.6989) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 34.5569 74.6989) (end 34.8084 74.4474) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 34.8084 74.4474) (end 42.0403 74.4474) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 42.0403 74.4474) (end 45.2252 77.6323) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 45.2252 77.6323) (end 45.2252 79.8874) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 45.2252 79.8874) (end 47.2253 81.8875) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 47.2253 81.8875) (end 47.2253 85.2) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 34.544 54.2113) (end 34.2627 54.2113) (width 0.25) (layer B.Cu) (net 4)) + (segment (start 34.2627 54.2113) (end 33.3781 55.0959) (width 0.25) (layer B.Cu) (net 4)) + (segment (start 33.3781 55.0959) (end 33.3781 73.5201) (width 0.25) (layer B.Cu) (net 4)) + (segment (start 33.3781 73.5201) (end 34.5569 74.6989) (width 0.25) (layer B.Cu) (net 4)) + (segment (start 46 85.2) (end 47.2253 85.2) (width 0.25) (layer F.Cu) (net 4)) + (via (at 34.5569 74.6989) (size 0.8) (layers F.Cu B.Cu) (net 4)) + (segment (start 50 82.8) (end 48.7747 82.8) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 33.528 78.486) (end 32.5868 77.5448) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 32.5868 77.5448) (end 32.5868 75.294) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 32.5868 75.294) (end 33.935 73.9458) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 33.935 73.9458) (end 42.1756 73.9458) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 42.1756 73.9458) (end 45.6756 77.4458) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 45.6756 77.4458) (end 45.6756 79.7009) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 45.6756 79.7009) (end 48.7747 82.8) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 34.544 42.926) (end 34.544 44.0513) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 24.384 83.312) (end 24.384 82.1231) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 24.384 82.1231) (end 24.0125 82.1231) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 24.0125 82.1231) (end 23.195 81.3056) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 23.195 81.3056) (end 23.195 57.1265) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 23.195 57.1265) (end 33.4187 46.9028) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 33.4187 46.9028) (end 33.4187 44.8952) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 33.4187 44.8952) (end 34.2626 44.0513) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 34.2626 44.0513) (end 34.544 44.0513) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 50.5593 91.008) (end 51.7115 89.8558) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 51.7115 89.8558) (end 51.7115 81.4115) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 51.7115 81.4115) (end 48.786 78.486) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 49.784 91.008) (end 50.5593 91.008) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 45.684 91.008) (end 49.784 91.008) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 31.5115 87.5191) (end 31.3381 87.3457) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 31.3381 87.3457) (end 31.3381 82.1231) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 31.496 91.7751) (end 31.5115 91.7596) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 31.5115 91.7596) (end 31.5115 87.5191) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 34.036 92.964) (end 35.992 91.008) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 35.992 91.008) (end 45.684 91.008) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 31.496 92.964) (end 34.036 92.964) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 31.496 92.964) (end 31.496 91.7751) (width 0.25) (layer B.Cu) (net 6)) + (segment (start 31.3381 82.1231) (end 32.4352 81.026) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 32.4352 81.026) (end 33.528 81.026) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 31.3381 82.1231) (end 26.3902 82.1231) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 26.3902 82.1231) (end 25.5729 82.9404) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 25.5729 82.9404) (end 25.5729 83.312) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 24.384 83.312) (end 25.5729 83.312) (width 0.25) (layer F.Cu) (net 6)) + (via (at 31.5115 87.5191) (size 0.8) (layers F.Cu B.Cu) (net 6)) + (segment (start 103.05 76) (end 115.6225 76) (width 0.25) (layer F.Cu) (net 7)) + (segment (start 115.6225 76) (end 118.7071 72.9154) (width 0.25) (layer F.Cu) (net 7)) + (segment (start 118.7071 72.9154) (end 118.7071 67.9071) (width 0.25) (layer F.Cu) (net 7)) + (segment (start 118.7071 67.9071) (end 117.475 66.675) (width 0.25) (layer F.Cu) (net 7)) + (segment (start 117.475 72.39) (end 114.9721 74.8929) (width 0.25) (layer F.Cu) (net 8)) + (segment (start 114.9721 74.8929) (end 105.9429 74.8929) (width 0.25) (layer F.Cu) (net 8)) + (segment (start 105.9429 74.8929) (end 103.05 72) (width 0.25) (layer F.Cu) (net 8)) + (segment (start 117.475 78.105) (end 115.58 80) (width 0.25) (layer F.Cu) (net 9)) + (segment (start 115.58 80) (end 103.05 80) (width 0.25) (layer F.Cu) (net 9)) + (segment (start 117.475 83.82) (end 116.2496 85.0454) (width 0.25) (layer F.Cu) (net 10)) + (segment (start 116.2496 85.0454) (end 104.0954 85.0454) (width 0.25) (layer F.Cu) (net 10)) + (segment (start 104.0954 85.0454) (end 103.05 84) (width 0.25) (layer F.Cu) (net 10)) + (segment (start 111.76 66.675) (end 112.0503 66.3847) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 112.0503 66.3847) (end 112.0503 55.6342) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 112.0503 55.6342) (end 111.8598 55.4437) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 111.8598 55.4437) (end 103.6063 55.4437) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 103.6063 55.4437) (end 103.05 56) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 103.05 60) (end 107.0136 63.9636) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 107.0136 63.9636) (end 107.0136 67.6436) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 107.0136 67.6436) (end 111.76 72.39) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 111.76 78.105) (end 110.5346 76.8796) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 110.5346 76.8796) (end 106.0543 76.8796) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 106.0543 76.8796) (end 105.9034 77.0305) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 105.9034 77.0305) (end 102.4707 77.0305) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 102.4707 77.0305) (end 101.9551 76.5149) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 101.9551 76.5149) (end 101.9551 74.4948) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 101.9551 74.4948) (end 100.972 73.5117) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 100.972 73.5117) (end 100.8628 73.5117) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 100.8628 73.5117) (end 100.0784 72.7273) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 100.0784 72.7273) (end 100.0784 70.5991) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 100.0784 70.5991) (end 102 68.6775) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 102 68.6775) (end 102 65.05) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 102 65.05) (end 103.05 64) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 110.0419 74.1263) (end 108.6276 74.1263) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 108.6276 74.1263) (end 103.025 68.5237) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 103.025 68.5237) (end 103.025 68) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 111.76 83.82) (end 110.4453 82.5053) (width 0.25) (layer B.Cu) (net 14)) + (segment (start 110.4453 82.5053) (end 110.4453 74.5297) (width 0.25) (layer B.Cu) (net 14)) + (segment (start 110.4453 74.5297) (end 110.0419 74.1263) (width 0.25) (layer B.Cu) (net 14)) + (via (at 110.0419 74.1263) (size 0.8) (layers F.Cu B.Cu) (net 14)) + (segment (start 55.19 94.742) (end 55.5446 95.0966) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 55.5446 95.0966) (end 63.8354 95.0966) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 63.8354 95.0966) (end 64.19 94.742) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 50.236 97.2767) (end 48.736 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 50.636 97.2767) (end 50.236 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 50.236 97.2767) (end 50.236 95.852) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 45.236 97.2767) (end 44.836 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 46.736 97.2767) (end 45.236 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 45.236 97.2767) (end 45.236 95.852) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 48.736 98.552) (end 48.736 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 50.636 98.552) (end 50.636 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 51.236 98.552) (end 50.636 98.552) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 44.236 98.552) (end 44.836 98.552) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 46.736 98.552) (end 46.736 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 44.836 98.552) (end 44.836 97.2767) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 48.736 98.552) (end 46.736 98.552) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 49.784 55.626) (end 49.784 56.7513) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 36.576 95.504) (end 36.576 94.3151) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 36.576 94.3151) (end 36.9475 94.3151) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 36.9475 94.3151) (end 51.817 79.4456) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 51.817 79.4456) (end 51.817 58.503) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 51.817 58.503) (end 50.0653 56.7513) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 50.0653 56.7513) (end 49.784 56.7513) (width 0.25) (layer B.Cu) (net 20)) + (segment (start 59.182 55.499) (end 58.3567 55.499) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 58.3567 55.499) (end 57.1997 56.656) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 57.1997 56.656) (end 54.37 56.656) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 54.37 56.656) (end 53.34 55.626) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 53.34 55.626) (end 49.784 55.626) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 49.784 60.706) (end 49.784 61.8313) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 31.496 95.504) (end 31.496 94.3151) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 31.496 94.3151) (end 31.8676 94.3151) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 31.8676 94.3151) (end 32.6849 93.4978) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 32.6849 93.4978) (end 32.6849 89.5566) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 32.6849 89.5566) (end 50.9093 71.3322) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 50.9093 71.3322) (end 50.9093 62.6752) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 50.9093 62.6752) (end 50.0654 61.8313) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 50.0654 61.8313) (end 49.784 61.8313) (width 0.25) (layer B.Cu) (net 21)) + (segment (start 53.34 60.706) (end 54.3701 61.7361) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 54.3701 61.7361) (end 57.1996 61.7361) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 57.1996 61.7361) (end 58.3567 60.579) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 49.784 60.706) (end 53.34 60.706) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 59.182 60.579) (end 58.3567 60.579) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 28.956 95.504) (end 30.624 97.172) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 30.624 97.172) (end 34.0776 97.172) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 34.0776 97.172) (end 35.306 95.9436) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 35.306 95.9436) (end 35.306 87.5724) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 35.306 87.5724) (end 51.3666 71.5118) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 51.3666 71.5118) (end 51.3666 60.5926) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 51.3666 60.5926) (end 50.0653 59.2913) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 50.0653 59.2913) (end 49.784 59.2913) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 49.784 58.166) (end 49.784 59.2913) (width 0.25) (layer B.Cu) (net 22)) + (segment (start 53.34 58.166) (end 54.383 57.123) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 54.383 57.123) (end 57.4407 57.123) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 57.4407 57.123) (end 58.3567 58.039) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 49.784 58.166) (end 53.34 58.166) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 59.182 58.039) (end 58.3567 58.039) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 49.784 63.246) (end 49.784 64.3713) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 26.416 95.504) (end 26.416 94.3151) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 26.416 94.3151) (end 26.7876 94.3151) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 26.7876 94.3151) (end 27.6049 93.4978) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 27.6049 93.4978) (end 27.6049 90.3449) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 27.6049 90.3449) (end 47.2702 70.6796) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 47.2702 70.6796) (end 47.2702 66.6038) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 47.2702 66.6038) (end 49.5027 64.3713) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 49.5027 64.3713) (end 49.784 64.3713) (width 0.25) (layer B.Cu) (net 23)) + (segment (start 49.784 63.246) (end 53.34 63.246) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 53.34 63.246) (end 54.383 62.203) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 54.383 62.203) (end 57.4407 62.203) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 57.4407 62.203) (end 58.3567 63.119) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 59.182 63.119) (end 58.3567 63.119) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 34.544 35.306) (end 34.544 36.4313) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 26.924 80.772) (end 26.924 79.5831) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 26.924 79.5831) (end 27.2956 79.5831) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 27.2956 79.5831) (end 28.1129 78.7658) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 28.1129 78.7658) (end 28.1129 57.8907) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 28.1129 57.8907) (end 34.1876 51.816) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 34.1876 51.816) (end 34.8705 51.816) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 34.8705 51.816) (end 36.1365 50.55) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 36.1365 50.55) (end 36.1365 37.7425) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 36.1365 37.7425) (end 34.8253 36.4313) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 34.8253 36.4313) (end 34.544 36.4313) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 31.006 35.306) (end 29.9796 34.2796) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 29.9796 34.2796) (end 26.6167 34.2796) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 26.6167 34.2796) (end 25.7173 35.179) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 34.544 35.306) (end 31.006 35.306) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 24.892 35.179) (end 25.7173 35.179) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 118.1188 53.2307) (end 119.4553 51.8942) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 119.4553 51.8942) (end 119.4553 22.8889) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 119.4553 22.8889) (end 117.127 20.5606) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 117.127 20.5606) (end 34.4866 20.5606) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 34.4866 20.5606) (end 32.9138 22.1334) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 32.9138 22.1334) (end 32.9138 32.8318) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 32.9138 32.8318) (end 34.2627 34.1807) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 34.2627 34.1807) (end 34.544 34.1807) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 34.544 35.306) (end 34.544 34.1807) (width 0.25) (layer B.Cu) (net 24)) + (segment (start 118.1188 53.2307) (end 117.95 53.0619) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 117.95 53.0619) (end 117.95 51.89) (width 0.25) (layer F.Cu) (net 24)) + (via (at 118.1188 53.2307) (size 0.8) (layers F.Cu B.Cu) (net 24)) + (segment (start 117.95 45.54) (end 116.459 45.54) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 116.459 45.54) (end 114.554 43.635) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 114.554 43.635) (end 111.9252 43.635) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 111.9252 43.635) (end 108.9372 40.647) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 108.9372 40.647) (end 106.0186 40.647) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 106.0186 40.647) (end 105.1889 39.8173) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 105.1889 39.8173) (end 105.1889 37.9927) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 105.1889 37.9927) (end 102.0954 34.8992) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 102.0954 34.8992) (end 86.5576 34.8992) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 86.5576 34.8992) (end 73.9216 22.2632) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 73.9216 22.2632) (end 61.1926 22.2632) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 61.1926 22.2632) (end 59.8974 23.5584) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 59.8974 23.5584) (end 57.6817 23.5584) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 57.6817 23.5584) (end 55.9445 21.8212) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 55.9445 21.8212) (end 54.7793 21.8212) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 54.7793 21.8212) (end 54.356 22.2445) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 54.356 22.2445) (end 54.356 23.4733) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 54.356 23.4733) (end 53.8217 24.0076) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 53.8217 24.0076) (end 49.2931 24.0076) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 49.2931 24.0076) (end 35.6693 37.6314) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 35.6693 37.6314) (end 35.6693 38.4168) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 35.6693 38.4168) (end 34.8254 39.2607) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 34.8254 39.2607) (end 34.544 39.2607) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 34.544 40.386) (end 34.544 39.2607) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 31.006 40.386) (end 34.544 40.386) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 31.006 40.386) (end 29.9781 39.3581) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 29.9781 39.3581) (end 26.6182 39.3581) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 26.6182 39.3581) (end 25.7173 40.259) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 24.892 40.259) (end 25.7173 40.259) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 34.544 40.386) (end 34.544 41.5113) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 24.384 80.772) (end 24.384 79.5831) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 24.384 79.5831) (end 25.2757 79.5831) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 25.2757 79.5831) (end 25.5729 79.2859) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 25.5729 79.2859) (end 25.5729 55.3855) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 25.5729 55.3855) (end 34.2224 46.736) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 34.2224 46.736) (end 34.946 46.736) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 34.946 46.736) (end 35.6693 46.0127) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 35.6693 46.0127) (end 35.6693 42.3552) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 35.6693 42.3552) (end 34.8254 41.5113) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 34.8254 41.5113) (end 34.544 41.5113) (width 0.25) (layer B.Cu) (net 25)) + (segment (start 117.95 50.62) (end 118.3338 50.62) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 118.3338 50.62) (end 119.308 49.6458) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 119.308 49.6458) (end 119.308 45.2141) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 119.308 45.2141) (end 118.9989 44.905) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 118.9989 44.905) (end 116.8801 44.905) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 116.8801 44.905) (end 112.1717 40.1966) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 112.1717 40.1966) (end 106.2926 40.1966) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 106.2926 40.1966) (end 105.9678 39.8718) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 105.9678 39.8718) (end 105.9678 38.1347) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 105.9678 38.1347) (end 102.0567 34.2236) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 102.0567 34.2236) (end 86.5862 34.2236) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 86.5862 34.2236) (end 73.2832 20.9206) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 73.2832 20.9206) (end 49.8177 20.9206) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 49.8177 20.9206) (end 35.6693 35.069) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 35.6693 35.069) (end 35.6693 35.8768) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 35.6693 35.8768) (end 34.8254 36.7207) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 34.8254 36.7207) (end 34.544 36.7207) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 34.544 37.846) (end 34.544 38.9713) (width 0.25) (layer B.Cu) (net 26)) + (segment (start 24.384 78.232) (end 24.384 77.0431) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 23.3312 54.5587) (end 23.3312 49.9028) (width 0.25) (layer B.Cu) (net 26)) + (segment (start 23.3312 49.9028) (end 34.2627 38.9713) (width 0.25) (layer B.Cu) (net 26)) + (segment (start 34.2627 38.9713) (end 34.544 38.9713) (width 0.25) (layer B.Cu) (net 26)) + (segment (start 24.384 77.0431) (end 23.3312 75.9903) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 23.3312 75.9903) (end 23.3312 54.5587) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 34.544 37.846) (end 34.544 36.7207) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 31.006 37.846) (end 34.544 37.846) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 31.006 37.846) (end 29.9781 36.8181) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 29.9781 36.8181) (end 26.6182 36.8181) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 26.6182 36.8181) (end 25.7173 37.719) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 24.892 37.719) (end 25.7173 37.719) (width 0.25) (layer F.Cu) (net 26)) + (via (at 23.3312 54.5587) (size 0.8) (layers F.Cu B.Cu) (net 26)) + (segment (start 24.892 55.499) (end 25.7173 55.499) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 25.7173 55.499) (end 26.8869 56.6686) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 26.8869 56.6686) (end 29.9454 56.6686) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 29.9454 56.6686) (end 30.988 55.626) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 35.6693 55.626) (end 39.342 51.9533) (width 0.25) (layer B.Cu) (net 27)) + (segment (start 39.342 51.9533) (end 50.2753 51.9533) (width 0.25) (layer B.Cu) (net 27)) + (segment (start 50.2753 51.9533) (end 74.168 75.846) (width 0.25) (layer B.Cu) (net 27)) + (segment (start 74.168 75.846) (end 74.168 96.2817) (width 0.25) (layer B.Cu) (net 27)) + (segment (start 30.988 55.626) (end 33.4187 55.626) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 34.544 55.626) (end 33.4187 55.626) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 74.168 97.282) (end 74.168 96.2817) (width 0.25) (layer B.Cu) (net 27)) + (segment (start 34.544 55.626) (end 35.6693 55.626) (width 0.25) (layer B.Cu) (net 27)) + (segment (start 34.544 58.166) (end 30.988 58.166) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 25.7173 58.039) (end 26.621 57.1353) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 26.621 57.1353) (end 29.9573 57.1353) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 29.9573 57.1353) (end 30.988 58.166) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 72.168 97.282) (end 72.168 96.2817) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 34.544 58.166) (end 35.6693 58.166) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 35.6693 58.166) (end 39.3405 54.4948) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 39.3405 54.4948) (end 50.3196 54.4948) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 50.3196 54.4948) (end 72.3554 76.5306) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 72.3554 76.5306) (end 72.3554 96.0943) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 72.3554 96.0943) (end 72.168 96.2817) (width 0.25) (layer B.Cu) (net 28)) + (segment (start 24.892 58.039) (end 25.7173 58.039) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 80.772 97.282) (end 78.6675 97.282) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 78.6675 97.282) (end 77.0484 95.6629) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 77.0484 95.6629) (end 74.9529 95.6629) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 74.9529 95.6629) (end 72.6771 93.3871) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 72.6771 93.3871) (end 72.6771 90.0631) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 72.6771 90.0631) (end 74.4752 88.265) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 74.4752 88.265) (end 74.95 88.265) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 82.772 97.282) (end 81.1347 95.6447) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 81.1347 95.6447) (end 77.6671 95.6447) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 77.6671 95.6447) (end 76.2976 94.2752) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 76.2976 94.2752) (end 74.2173 94.2752) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 74.2173 94.2752) (end 73.1423 93.2002) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 73.1423 93.2002) (end 73.1423 90.8848) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 73.1423 90.8848) (end 74.4921 89.535) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 74.4921 89.535) (end 74.95 89.535) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 84.772 97.282) (end 82.6844 95.1944) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 82.6844 95.1944) (end 78.4529 95.1944) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 78.4529 95.1944) (end 75.9685 92.71) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 75.9685 92.71) (end 73.914 92.71) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 73.914 92.71) (end 73.6005 92.3965) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 73.6005 92.3965) (end 73.6005 91.7531) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 73.6005 91.7531) (end 74.5486 90.805) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 74.5486 90.805) (end 74.95 90.805) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 86.772 97.282) (end 85.7716 96.2816) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 85.7716 96.2816) (end 84.821 96.2816) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 84.821 96.2816) (end 83.2835 94.7441) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 83.2835 94.7441) (end 78.6395 94.7441) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 78.6395 94.7441) (end 75.9704 92.075) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 75.9704 92.075) (end 74.95 92.075) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 85.9 90.14) (end 84.8035 90.14) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 84.8035 90.14) (end 83.4988 91.4447) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 83.4988 91.4447) (end 83.4988 94.3225) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 83.4988 94.3225) (end 84.7858 95.6095) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 84.7858 95.6095) (end 87.0995 95.6095) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 87.0995 95.6095) (end 88.772 97.282) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 84.8497 90.79) (end 83.9491 91.6906) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 83.9491 91.6906) (end 83.9491 94.1359) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 83.9491 94.1359) (end 84.9724 95.1592) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 84.9724 95.1592) (end 88.6492 95.1592) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 88.6492 95.1592) (end 90.772 97.282) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 85.9 90.79) (end 84.8497 90.79) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 84.8497 91.44) (end 84.3994 91.8903) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 84.3994 91.8903) (end 84.3994 93.9493) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 84.3994 93.9493) (end 85.159 94.7089) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 85.159 94.7089) (end 90.1989 94.7089) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 90.1989 94.7089) (end 92.772 97.282) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 85.9 91.44) (end 84.8497 91.44) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 85.9 92.09) (end 84.8497 92.09) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 84.8497 92.09) (end 84.8497 93.7627) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 84.8497 93.7627) (end 85.3456 94.2586) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 85.3456 94.2586) (end 91.7486 94.2586) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 91.7486 94.2586) (end 94.772 97.282) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 67 45.18) (end 68.0378 46.2178) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 68.0378 46.2178) (end 69.6164 46.2178) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 69.6164 46.2178) (end 72.8342 43) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 72.8342 43) (end 83 43) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 67 49.244) (end 67 49.1529) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 67 49.1529) (end 69.429 46.7239) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 69.429 46.7239) (end 71.2015 46.7239) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 71.2015 46.7239) (end 71.8485 46.0769) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 71.8485 46.0769) (end 79.6434 46.0769) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 79.6434 46.0769) (end 81.4503 44.27) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 81.4503 44.27) (end 83 44.27) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 83 45.54) (end 81.7858 45.54) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 81.7858 45.54) (end 80.2906 47.0352) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 80.2906 47.0352) (end 73.6846 47.0352) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 73.6846 47.0352) (end 69.5183 51.2015) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 69.5183 51.2015) (end 69.0815 51.2015) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 69.0815 51.2015) (end 66.975 53.308) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 93 43) (end 91.4714 43) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 91.4714 43) (end 89.5664 44.905) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 89.5664 44.905) (end 85.8251 44.905) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 85.8251 44.905) (end 84.5553 43.6352) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 84.5553 43.6352) (end 76.3648 43.6352) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 76.3648 43.6352) (end 75 45) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 93 44.27) (end 91.5052 44.27) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 91.5052 44.27) (end 89.5912 46.184) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 89.5912 46.184) (end 85.475 46.184) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 85.475 46.184) (end 84.214 47.445) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 84.214 47.445) (end 81.8543 47.445) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 81.8543 47.445) (end 81.3284 47.9709) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 81.3284 47.9709) (end 76.0291 47.9709) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 76.0291 47.9709) (end 75 49) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 79.0138 49.6432) (end 79.0138 48.2787) (width 0.25) (layer B.Cu) (net 42)) + (segment (start 79.0138 48.2787) (end 85.1476 42.1449) (width 0.25) (layer B.Cu) (net 42)) + (segment (start 93 45.54) (end 93.4879 45.54) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 93.4879 45.54) (end 94.357 44.6709) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 94.357 44.6709) (end 94.357 42.6824) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 94.357 42.6824) (end 94.0263 42.3517) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 94.0263 42.3517) (end 90.9024 42.3517) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 90.9024 42.3517) (end 89.6191 43.635) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 89.6191 43.635) (end 86.6377 43.635) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 86.6377 43.635) (end 85.1476 42.1449) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 75 53) (end 75 52.7525) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 75 52.7525) (end 78.1093 49.6432) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 78.1093 49.6432) (end 79.0138 49.6432) (width 0.25) (layer F.Cu) (net 42)) + (via (at 85.1476 42.1449) (size 0.8) (layers F.Cu B.Cu) (net 42)) + (via (at 79.0138 49.6432) (size 0.8) (layers F.Cu B.Cu) (net 42)) + (segment (start 101.4162 43.4835) (end 98.3255 46.5742) (width 0.25) (layer B.Cu) (net 43)) + (segment (start 98.3255 46.5742) (end 98.3255 50.9338) (width 0.25) (layer B.Cu) (net 43)) + (segment (start 98.3255 50.9338) (end 91.0828 58.1765) (width 0.25) (layer B.Cu) (net 43)) + (segment (start 91.0828 58.1765) (end 91.0828 58.5478) (width 0.25) (layer B.Cu) (net 43)) + (segment (start 91.0828 58.5478) (end 77.7525 71.8781) (width 0.25) (layer B.Cu) (net 43)) + (segment (start 77.7525 71.8781) (end 77.2374 71.8781) (width 0.25) (layer B.Cu) (net 43)) + (segment (start 74.975 74) (end 77.0969 71.8781) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 77.0969 71.8781) (end 77.2374 71.8781) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 103 43) (end 101.8997 43) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 101.8997 43) (end 101.4162 43.4835) (width 0.25) (layer F.Cu) (net 43)) + (via (at 77.2374 71.8781) (size 0.8) (layers F.Cu B.Cu) (net 43)) + (via (at 101.4162 43.4835) (size 0.8) (layers F.Cu B.Cu) (net 43)) + (segment (start 104.5771 45.6837) (end 104.5771 45.4696) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 104.5771 45.4696) (end 103.3775 44.27) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 103.3775 44.27) (end 103 44.27) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 98.2229 62.7413) (end 102.5483 58.4159) (width 0.25) (layer B.Cu) (net 44)) + (segment (start 102.5483 58.4159) (end 102.5483 51.9465) (width 0.25) (layer B.Cu) (net 44)) + (segment (start 102.5483 51.9465) (end 104.5771 49.9177) (width 0.25) (layer B.Cu) (net 44)) + (segment (start 104.5771 49.9177) (end 104.5771 45.6837) (width 0.25) (layer B.Cu) (net 44)) + (segment (start 92 72) (end 94.0077 69.9923) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 94.0077 69.9923) (end 95.1879 69.9923) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 95.1879 69.9923) (end 98.2229 66.9573) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 98.2229 66.9573) (end 98.2229 62.7413) (width 0.25) (layer F.Cu) (net 44)) + (via (at 104.5771 45.6837) (size 0.8) (layers F.Cu B.Cu) (net 44)) + (via (at 98.2229 62.7413) (size 0.8) (layers F.Cu B.Cu) (net 44)) + (segment (start 101.0731 45.54) (end 98.7758 47.8373) (width 0.25) (layer B.Cu) (net 45)) + (segment (start 98.7758 47.8373) (end 98.7758 51.1204) (width 0.25) (layer B.Cu) (net 45)) + (segment (start 98.7758 51.1204) (end 91.5331 58.3631) (width 0.25) (layer B.Cu) (net 45)) + (segment (start 91.5331 58.3631) (end 91.5331 58.8139) (width 0.25) (layer B.Cu) (net 45)) + (segment (start 91.5331 58.8139) (end 79.7112 70.6358) (width 0.25) (layer B.Cu) (net 45)) + (segment (start 79.7112 70.6358) (end 79.7112 74.3519) (width 0.25) (layer B.Cu) (net 45)) + (segment (start 75 78) (end 78.6481 74.3519) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 78.6481 74.3519) (end 79.7112 74.3519) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 103 45.54) (end 101.0731 45.54) (width 0.25) (layer F.Cu) (net 45)) + (via (at 101.0731 45.54) (size 0.8) (layers F.Cu B.Cu) (net 45)) + (via (at 79.7112 74.3519) (size 0.8) (layers F.Cu B.Cu) (net 45)) + (segment (start 83.312 72) (end 86.2769 69.0351) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 86.2769 69.0351) (end 95.0682 69.0351) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 112.4094 42.0966) (end 112.4094 42.8921) (width 0.25) (layer B.Cu) (net 46)) + (segment (start 112.4094 42.8921) (end 108.7931 46.5084) (width 0.25) (layer B.Cu) (net 46)) + (segment (start 108.7931 46.5084) (end 108.7931 48.0524) (width 0.25) (layer B.Cu) (net 46)) + (segment (start 108.7931 48.0524) (end 104.7338 52.1117) (width 0.25) (layer B.Cu) (net 46)) + (segment (start 104.7338 52.1117) (end 104.7338 59.3695) (width 0.25) (layer B.Cu) (net 46)) + (segment (start 104.7338 59.3695) (end 95.0682 69.0351) (width 0.25) (layer B.Cu) (net 46)) + (segment (start 113 43) (end 113 42.6872) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 113 42.6872) (end 112.4094 42.0966) (width 0.25) (layer F.Cu) (net 46)) + (via (at 112.4094 42.0966) (size 0.8) (layers F.Cu B.Cu) (net 46)) + (via (at 95.0682 69.0351) (size 0.8) (layers F.Cu B.Cu) (net 46)) + (segment (start 83.312 76) (end 84.3384 77.0264) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 84.3384 77.0264) (end 86.3353 77.0264) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 86.3353 77.0264) (end 87.9638 75.3979) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 87.9638 75.3979) (end 89.0241 75.3979) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 110.5079 43.7429) (end 108.1177 46.1331) (width 0.25) (layer B.Cu) (net 47)) + (segment (start 108.1177 46.1331) (end 108.1177 47.7726) (width 0.25) (layer B.Cu) (net 47)) + (segment (start 108.1177 47.7726) (end 104.0585 51.8318) (width 0.25) (layer B.Cu) (net 47)) + (segment (start 104.0585 51.8318) (end 104.0585 58.6968) (width 0.25) (layer B.Cu) (net 47)) + (segment (start 104.0585 58.6968) (end 89.0241 73.7312) (width 0.25) (layer B.Cu) (net 47)) + (segment (start 89.0241 73.7312) (end 89.0241 75.3979) (width 0.25) (layer B.Cu) (net 47)) + (segment (start 110.5079 43.7429) (end 111.035 44.27) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 111.035 44.27) (end 113 44.27) (width 0.25) (layer F.Cu) (net 47)) + (via (at 110.5079 43.7429) (size 0.8) (layers F.Cu B.Cu) (net 47)) + (via (at 89.0241 75.3979) (size 0.8) (layers F.Cu B.Cu) (net 47)) + (segment (start 110.9027 45.6346) (end 110.9027 46.5798) (width 0.25) (layer B.Cu) (net 48)) + (segment (start 110.9027 46.5798) (end 105.1842 52.2983) (width 0.25) (layer B.Cu) (net 48)) + (segment (start 105.1842 52.2983) (end 105.1842 60.2636) (width 0.25) (layer B.Cu) (net 48)) + (segment (start 105.1842 60.2636) (end 87.8499 77.5979) (width 0.25) (layer B.Cu) (net 48)) + (segment (start 87.8499 77.5979) (end 87.5192 77.5979) (width 0.25) (layer B.Cu) (net 48)) + (segment (start 83.312 80.182) (end 83.312 79.5117) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 83.312 79.5117) (end 85.2258 77.5979) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 85.2258 77.5979) (end 87.5192 77.5979) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 110.9027 45.6346) (end 110.9973 45.54) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 110.9973 45.54) (end 113 45.54) (width 0.25) (layer F.Cu) (net 48)) + (via (at 110.9027 45.6346) (size 0.8) (layers F.Cu B.Cu) (net 48)) + (via (at 87.5192 77.5979) (size 0.8) (layers F.Cu B.Cu) (net 48)) + (segment (start 116.9 57.3) (end 115.2225 57.3) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 101.9365 70.9117) (end 101.9365 70.586) (width 0.25) (layer B.Cu) (net 49)) + (segment (start 101.9365 70.586) (end 115.2225 57.3) (width 0.25) (layer B.Cu) (net 49)) + (segment (start 101.9365 70.9117) (end 101 71.8482) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 101 71.8482) (end 101 72) (width 0.25) (layer F.Cu) (net 49)) + (via (at 101.9365 70.9117) (size 0.8) (layers F.Cu B.Cu) (net 49)) + (via (at 115.2225 57.3) (size 0.8) (layers F.Cu B.Cu) (net 49)) + (segment (start 116.9 56.65) (end 115.8497 56.65) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 115.8497 56.65) (end 115.6241 56.4244) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 115.6241 56.4244) (end 114.6368 56.4244) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 101.08 74.679) (end 101.08 69.9812) (width 0.25) (layer B.Cu) (net 50)) + (segment (start 101.08 69.9812) (end 114.6368 56.4244) (width 0.25) (layer B.Cu) (net 50)) + (segment (start 101.08 74.679) (end 101 74.759) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 101 74.759) (end 101 76) (width 0.25) (layer F.Cu) (net 50)) + (via (at 101.08 74.679) (size 0.8) (layers F.Cu B.Cu) (net 50)) + (via (at 114.6368 56.4244) (size 0.8) (layers F.Cu B.Cu) (net 50)) + (segment (start 101 80) (end 102.0507 78.9493) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 102.0507 78.9493) (end 105.6936 78.9493) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 105.6936 78.9493) (end 105.8787 79.1344) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 115.5204 58.4044) (end 115.1718 58.4044) (width 0.25) (layer B.Cu) (net 51)) + (segment (start 115.1718 58.4044) (end 105.8787 67.6975) (width 0.25) (layer B.Cu) (net 51)) + (segment (start 105.8787 67.6975) (end 105.8787 79.1344) (width 0.25) (layer B.Cu) (net 51)) + (segment (start 116.9 57.95) (end 115.8497 57.95) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 115.8497 57.95) (end 115.8497 58.0751) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 115.8497 58.0751) (end 115.5204 58.4044) (width 0.25) (layer F.Cu) (net 51)) + (via (at 105.8787 79.1344) (size 0.8) (layers F.Cu B.Cu) (net 51)) + (via (at 115.5204 58.4044) (size 0.8) (layers F.Cu B.Cu) (net 51)) + (segment (start 116.9 58.6) (end 117.9503 58.6) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 117.9503 58.6) (end 119.6646 60.3143) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 119.6646 60.3143) (end 119.6646 77.6713) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 119.6646 77.6713) (end 115.3359 82) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 115.3359 82) (end 103 82) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 103 82) (end 101 84) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 101 56) (end 102.0294 54.9706) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 102.0294 54.9706) (end 112.0689 54.9706) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 112.0689 54.9706) (end 112.6294 55.5311) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 112.6294 55.5311) (end 112.6294 61.7893) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 112.6294 61.7893) (end 112.9854 62.1453) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 112.9854 62.1453) (end 112.9854 67.3038) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 112.9854 67.3038) (end 112.3875 67.9017) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 112.3875 67.9017) (end 108.122 67.9017) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 108.122 67.9017) (end 107.9946 67.7743) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 107.9946 67.7743) (end 107.9946 61.2051) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 107.9946 61.2051) (end 109.9497 59.25) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 111 59.25) (end 109.9497 59.25) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 111 58.6) (end 109.9497 58.6) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 109.9497 58.6) (end 102.4 58.6) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 102.4 58.6) (end 101 60) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 101 64) (end 100.0642 63.0642) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 100.0642 63.0642) (end 100.0642 59.339) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 100.0642 59.339) (end 101.4532 57.95) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 101.4532 57.95) (end 109.9497 57.95) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 111 57.95) (end 109.9497 57.95) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 111 57.3) (end 101.4372 57.3) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 101.4372 57.3) (end 99.5893 59.1479) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 99.5893 59.1479) (end 99.5893 66.6143) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 99.5893 66.6143) (end 100.975 68) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 49.784 22.606) (end 49.784 23.7313) (width 0.25) (layer B.Cu) (net 57)) + (segment (start 87.95 44.27) (end 86.0061 44.27) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 86.0061 44.27) (end 83.5248 41.7887) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 83.5248 41.7887) (end 60.7374 41.7887) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 49.784 23.7313) (end 49.9728 23.7313) (width 0.25) (layer B.Cu) (net 57)) + (segment (start 49.9728 23.7313) (end 60.7374 34.4959) (width 0.25) (layer B.Cu) (net 57)) + (segment (start 60.7374 34.4959) (end 60.7374 41.7887) (width 0.25) (layer B.Cu) (net 57)) + (segment (start 58.1027 22.733) (end 57.1909 21.8212) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 57.1909 21.8212) (end 56.6942 21.8212) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 56.6942 21.8212) (end 56.2439 21.3709) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 56.2439 21.3709) (end 54.3676 21.3709) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 54.3676 21.3709) (end 54.1039 21.6346) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 54.1039 21.6346) (end 54.1039 21.8331) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 54.1039 21.8331) (end 53.331 22.606) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 53.331 22.606) (end 53.331 22.86) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 53.331 22.606) (end 50.9093 22.606) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 49.784 22.606) (end 50.9093 22.606) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 58.928 22.733) (end 58.1027 22.733) (width 0.25) (layer F.Cu) (net 57)) + (via (at 60.7374 41.7887) (size 0.8) (layers F.Cu B.Cu) (net 57)) + (segment (start 87.7621 52.8107) (end 87.7621 57.5249) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 87.7621 57.5249) (end 79.9909 65.2961) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 79.9909 65.2961) (end 79.9909 66.7645) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 79.9909 66.7645) (end 80.1573 66.9309) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 80.1573 66.9309) (end 80.1573 67.5124) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 80.1573 67.5124) (end 79.5148 68.1549) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 79.5148 68.1549) (end 75.3966 68.1549) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 75.3966 68.1549) (end 58.0047 50.763) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 58.0047 50.763) (end 58.0047 41.8756) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 58.0047 41.8756) (end 50.1651 34.036) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 50.1651 34.036) (end 49.4276 34.036) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 49.4276 34.036) (end 48.6398 33.2482) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 48.6398 33.2482) (end 48.6398 27.1342) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 48.6398 27.1342) (end 49.5027 26.2713) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 49.5027 26.2713) (end 49.784 26.2713) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 58.928 25.273) (end 58.1027 25.273) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 58.1027 25.273) (end 57.19 26.1857) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 57.19 26.1857) (end 54.3617 26.1857) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 54.3617 26.1857) (end 53.322 25.146) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 49.784 25.146) (end 49.784 26.2713) (width 0.25) (layer B.Cu) (net 58)) + (segment (start 87.7621 52.8107) (end 87.95 52.6228) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 87.95 52.6228) (end 87.95 51.89) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 49.784 25.146) (end 53.322 25.146) (width 0.25) (layer F.Cu) (net 58)) + (via (at 87.7621 52.8107) (size 0.8) (layers F.Cu B.Cu) (net 58)) + (segment (start 87.95 50.62) (end 86.0059 50.62) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 86.0059 50.62) (end 84.1098 52.5161) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 84.1098 52.5161) (end 80.8397 52.5161) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 80.8397 52.5161) (end 77.8974 55.4584) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 77.8974 55.4584) (end 74.1474 55.4584) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 74.1474 55.4584) (end 73.8509 55.7549) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 49.784 28.8113) (end 50.009 28.8113) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 50.009 28.8113) (end 59.4969 38.2992) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 59.4969 38.2992) (end 59.4969 48.457) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 59.4969 48.457) (end 67.5233 56.4834) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 67.5233 56.4834) (end 73.1224 56.4834) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 73.1224 56.4834) (end 73.8509 55.7549) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 58.928 27.813) (end 58.1027 27.813) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 58.1027 27.813) (end 56.9391 26.6494) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 56.9391 26.6494) (end 54.3586 26.6494) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 54.3586 26.6494) (end 53.322 27.686) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 49.784 27.686) (end 49.784 28.8113) (width 0.25) (layer B.Cu) (net 59)) + (segment (start 53.322 27.686) (end 50.9093 27.686) (width 0.25) (layer F.Cu) (net 59)) + (segment (start 49.784 27.686) (end 50.9093 27.686) (width 0.25) (layer F.Cu) (net 59)) + (via (at 73.8509 55.7549) (size 0.8) (layers F.Cu B.Cu) (net 59)) + (segment (start 53.322 30.226) (end 50.9093 30.226) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 58.1027 30.353) (end 57.1926 31.2631) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 57.1926 31.2631) (end 54.3591 31.2631) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 54.3591 31.2631) (end 53.322 30.226) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 49.784 30.226) (end 50.9093 30.226) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 60.205 50.2861) (end 58.4789 48.56) (width 0.25) (layer B.Cu) (net 60)) + (segment (start 58.4789 48.56) (end 58.4789 39.7649) (width 0.25) (layer B.Cu) (net 60)) + (segment (start 58.4789 39.7649) (end 50.0653 31.3513) (width 0.25) (layer B.Cu) (net 60)) + (segment (start 50.0653 31.3513) (end 49.784 31.3513) (width 0.25) (layer B.Cu) (net 60)) + (segment (start 87.95 45.54) (end 85.0687 45.54) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 85.0687 45.54) (end 84.4247 44.896) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 84.4247 44.896) (end 81.7246 44.896) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 81.7246 44.896) (end 80.0357 46.5849) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 80.0357 46.5849) (end 73.498 46.5849) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 73.498 46.5849) (end 69.7968 50.2861) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 69.7968 50.2861) (end 60.205 50.2861) (width 0.25) (layer F.Cu) (net 60)) + (segment (start 49.784 30.226) (end 49.784 31.3513) (width 0.25) (layer B.Cu) (net 60)) + (segment (start 58.928 30.353) (end 58.1027 30.353) (width 0.25) (layer F.Cu) (net 60)) + (via (at 60.205 50.2861) (size 0.8) (layers F.Cu B.Cu) (net 60)) + (segment (start 97.95 44.27) (end 97.4935 44.27) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 97.4935 44.27) (end 95.7079 42.4844) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 95.7079 42.4844) (end 95.7079 42.1226) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 95.7079 42.1226) (end 94.5861 41.0008) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 94.5861 41.0008) (end 90.1176 41.0008) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 90.1176 41.0008) (end 89.9243 41.1941) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 89.9243 41.1941) (end 87.9415 41.1941) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 87.9415 41.1941) (end 87.4127 40.6653) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 87.4127 40.6653) (end 62.5234 40.6653) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 62.5234 40.6653) (end 60.2036 38.3455) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 60.2036 38.3455) (end 60.2036 34.9939) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 60.2036 34.9939) (end 58.928 33.7183) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 58.928 32.893) (end 58.928 33.7183) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 58.83 32.893) (end 58.928 32.893) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 58.83 32.893) (end 58.1027 32.893) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 53.322 32.766) (end 50.9093 32.766) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 58.1027 32.893) (end 56.9362 31.7265) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 56.9362 31.7265) (end 54.3615 31.7265) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 54.3615 31.7265) (end 53.322 32.766) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 49.784 32.766) (end 50.9093 32.766) (width 0.25) (layer F.Cu) (net 61)) + (segment (start 95.0725 52.3739) (end 95.0725 52.7191) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 95.0725 52.7191) (end 90.1822 57.6094) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 90.1822 57.6094) (end 90.1822 58.1244) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 90.1822 58.1244) (end 79.7014 68.6052) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 79.7014 68.6052) (end 75.1495 68.6052) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 75.1495 68.6052) (end 56.9953 50.451) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 56.9953 50.451) (end 56.9953 43.3613) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 56.9953 43.3613) (end 50.0653 36.4313) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 50.0653 36.4313) (end 49.784 36.4313) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 97.95 51.89) (end 97.4661 52.3739) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 97.4661 52.3739) (end 95.0725 52.3739) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 49.784 35.306) (end 49.784 36.4313) (width 0.25) (layer B.Cu) (net 62)) + (segment (start 53.322 35.56) (end 54.3589 34.5231) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 54.3589 34.5231) (end 57.1928 34.5231) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 57.1928 34.5231) (end 58.1027 35.433) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 58.928 35.433) (end 58.1027 35.433) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 53.322 35.56) (end 51.1633 35.56) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 51.1633 35.56) (end 50.9093 35.306) (width 0.25) (layer F.Cu) (net 62)) + (segment (start 49.784 35.306) (end 50.9093 35.306) (width 0.25) (layer F.Cu) (net 62)) + (via (at 95.0725 52.3739) (size 0.8) (layers F.Cu B.Cu) (net 62)) + (segment (start 96.353 51.0969) (end 96.353 52.2694) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 96.353 52.2694) (end 90.6325 57.9899) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 90.6325 57.9899) (end 90.6325 58.3298) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 90.6325 58.3298) (end 79.8961 69.0662) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 79.8961 69.0662) (end 74.9354 69.0662) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 74.9354 69.0662) (end 56.4904 50.6212) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 56.4904 50.6212) (end 56.4904 45.3964) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 56.4904 45.3964) (end 50.0653 38.9713) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 50.0653 38.9713) (end 49.784 38.9713) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 97.95 50.62) (end 96.8299 50.62) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 96.8299 50.62) (end 96.353 51.0969) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 49.784 37.846) (end 49.784 38.9713) (width 0.25) (layer B.Cu) (net 63)) + (segment (start 58.928 37.973) (end 58.1027 37.973) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 58.1027 37.973) (end 56.9385 39.1372) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 56.9385 39.1372) (end 54.3592 39.1372) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 54.3592 39.1372) (end 53.322 38.1) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 50.9093 37.846) (end 53.068 37.846) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 53.068 37.846) (end 53.322 38.1) (width 0.25) (layer F.Cu) (net 63)) + (segment (start 49.784 37.846) (end 50.9093 37.846) (width 0.25) (layer F.Cu) (net 63)) + (via (at 96.353 51.0969) (size 0.8) (layers F.Cu B.Cu) (net 63)) + (segment (start 97.95 45.54) (end 97.5513 45.54) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 97.5513 45.54) (end 95.2576 43.2463) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 95.2576 43.2463) (end 95.2576 42.3092) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 95.2576 42.3092) (end 94.3995 41.4511) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 94.3995 41.4511) (end 90.3042 41.4511) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 90.3042 41.4511) (end 90.1109 41.6444) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 90.1109 41.6444) (end 85.8623 41.6444) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 85.8623 41.6444) (end 85.4926 41.2747) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 85.4926 41.2747) (end 62.3917 41.2747) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 62.3917 41.2747) (end 61.63 40.513) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 61.63 40.513) (end 59.7533 40.513) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 58.928 40.513) (end 58.1027 40.513) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 53.322 40.386) (end 50.9093 40.386) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 53.322 40.64) (end 53.322 40.386) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 58.1027 40.513) (end 57.1903 39.6006) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 57.1903 39.6006) (end 54.1074 39.6006) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 54.1074 39.6006) (end 53.322 40.386) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 59.3407 40.513) (end 58.928 40.513) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 59.3407 40.513) (end 59.7533 40.513) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 49.784 40.386) (end 50.9093 40.386) (width 0.25) (layer F.Cu) (net 64)) + (segment (start 60.7002 30.6288) (end 67.1432 37.0718) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 67.1432 37.0718) (end 102.9942 37.0718) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 102.9942 37.0718) (end 104.2114 38.289) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 104.2114 38.289) (end 104.2114 40.1138) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 104.2114 40.1138) (end 106.0253 41.9277) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 106.0253 41.9277) (end 108.5291 41.9277) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 108.5291 41.9277) (end 109.2567 42.6553) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 109.2567 42.6553) (end 109.2567 43.3775) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 109.2567 43.3775) (end 108.3642 44.27) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 108.3642 44.27) (end 107.95 44.27) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 34.544 22.606) (end 35.6693 22.606) (width 0.25) (layer B.Cu) (net 65)) + (segment (start 35.6693 22.606) (end 37.2636 21.0117) (width 0.25) (layer B.Cu) (net 65)) + (segment (start 37.2636 21.0117) (end 51.0831 21.0117) (width 0.25) (layer B.Cu) (net 65)) + (segment (start 51.0831 21.0117) (end 60.7002 30.6288) (width 0.25) (layer B.Cu) (net 65)) + (segment (start 31.006 22.606) (end 31.006 22.2876) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 31.006 22.2876) (end 29.838 21.1196) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 29.838 21.1196) (end 27.0767 21.1196) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 27.0767 21.1196) (end 25.7173 22.479) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 24.892 22.479) (end 25.7173 22.479) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 31.006 22.606) (end 33.4187 22.606) (width 0.25) (layer F.Cu) (net 65)) + (segment (start 34.544 22.606) (end 33.4187 22.606) (width 0.25) (layer F.Cu) (net 65)) + (via (at 60.7002 30.6288) (size 0.8) (layers F.Cu B.Cu) (net 65)) + (segment (start 34.544 25.146) (end 34.544 26.2713) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 106.2258 52.4441) (end 107.3959 52.4441) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 107.3959 52.4441) (end 107.95 51.89) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 34.544 26.2713) (end 34.8254 26.2713) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 34.8254 26.2713) (end 35.6693 27.1152) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 35.6693 27.1152) (end 35.6693 27.9085) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 35.6693 27.9085) (end 49.4168 41.656) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 49.4168 41.656) (end 50.1632 41.656) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 50.1632 41.656) (end 55.8553 47.3481) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 55.8553 47.3481) (end 55.8553 51.536) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 55.8553 51.536) (end 83.3678 79.0485) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 83.3678 79.0485) (end 87.0993 79.0485) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 87.0993 79.0485) (end 106.2258 59.922) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 106.2258 59.922) (end 106.2258 52.4441) (width 0.25) (layer B.Cu) (net 66)) + (segment (start 24.892 25.019) (end 25.7173 25.019) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 25.7173 25.019) (end 25.7173 24.1937) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 25.7173 24.1937) (end 28.3362 21.5748) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 28.3362 21.5748) (end 29.5805 21.5748) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 29.5805 21.5748) (end 29.981 21.9753) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 29.981 21.9753) (end 29.981 24.121) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 29.981 24.121) (end 31.006 25.146) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 31.006 25.146) (end 33.4187 25.146) (width 0.25) (layer F.Cu) (net 66)) + (segment (start 34.544 25.146) (end 33.4187 25.146) (width 0.25) (layer F.Cu) (net 66)) + (via (at 106.2258 52.4441) (size 0.8) (layers F.Cu B.Cu) (net 66)) + (segment (start 34.544 27.686) (end 43.7089 36.8509) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 43.7089 36.8509) (end 43.7089 41.0576) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 43.7089 41.0576) (end 49.3873 46.736) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 49.3873 46.736) (end 50.1142 46.736) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 50.1142 46.736) (end 82.9322 79.554) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 82.9322 79.554) (end 87.2307 79.554) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 87.2307 79.554) (end 107.0661 59.7186) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 107.0661 59.7186) (end 107.0661 53.3823) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 107.0661 53.3823) (end 109.5367 50.9117) (width 0.25) (layer B.Cu) (net 67)) + (segment (start 24.892 27.559) (end 25.7173 27.559) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 25.7173 27.559) (end 26.8885 28.7302) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 26.8885 28.7302) (end 29.9618 28.7302) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 29.9618 28.7302) (end 31.006 27.686) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 109.5367 50.9117) (end 108.2417 50.9117) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 108.2417 50.9117) (end 107.95 50.62) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 31.006 27.686) (end 33.4187 27.686) (width 0.25) (layer F.Cu) (net 67)) + (segment (start 34.544 27.686) (end 33.4187 27.686) (width 0.25) (layer F.Cu) (net 67)) + (via (at 109.5367 50.9117) (size 0.8) (layers F.Cu B.Cu) (net 67)) + (segment (start 34.544 30.226) (end 34.544 29.1007) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 107.95 45.54) (end 108.3521 45.54) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 108.3521 45.54) (end 109.7506 44.1415) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 109.7506 44.1415) (end 109.7506 42.4941) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 109.7506 42.4941) (end 108.3845 41.128) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 108.3845 41.128) (end 105.8625 41.128) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 105.8625 41.128) (end 104.6618 39.9273) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 104.6618 39.9273) (end 104.6618 38.1025) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 104.6618 38.1025) (end 102.3855 35.8262) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 102.3855 35.8262) (end 84.6657 35.8262) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 84.6657 35.8262) (end 78.3029 29.4634) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 78.3029 29.4634) (end 56.9882 29.4634) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 34.544 29.1007) (end 34.2627 29.1007) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 34.2627 29.1007) (end 33.3642 28.2022) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 33.3642 28.2022) (end 33.3642 24.6694) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 33.3642 24.6694) (end 34.3022 23.7314) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 34.3022 23.7314) (end 46.3892 23.7314) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 46.3892 23.7314) (end 48.6457 21.4749) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 48.6457 21.4749) (end 50.2685 21.4749) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 50.2685 21.4749) (end 56.9882 28.1946) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 56.9882 28.1946) (end 56.9882 29.4634) (width 0.25) (layer B.Cu) (net 68)) + (segment (start 33.9814 30.226) (end 34.544 30.226) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 33.9814 30.226) (end 33.4187 30.226) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 24.892 30.099) (end 25.7173 30.099) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 25.7173 30.099) (end 26.6178 29.1985) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 26.6178 29.1985) (end 29.9785 29.1985) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 29.9785 29.1985) (end 31.006 30.226) (width 0.25) (layer F.Cu) (net 68)) + (segment (start 31.006 30.226) (end 33.4187 30.226) (width 0.25) (layer F.Cu) (net 68)) + (via (at 56.9882 29.4634) (size 0.8) (layers F.Cu B.Cu) (net 68)) + (segment (start 117.95 44.27) (end 118.3338 44.27) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 118.3338 44.27) (end 119.2974 43.3064) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 119.2974 43.3064) (end 119.2974 38.629) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 119.2974 38.629) (end 114.4417 33.7733) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 114.4417 33.7733) (end 100.231 33.7733) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 100.231 33.7733) (end 86.928 20.4703) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 86.928 20.4703) (end 47.965 20.4703) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 47.965 20.4703) (end 35.6693 32.766) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 24.892 32.639) (end 25.7173 32.639) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 25.7173 32.639) (end 26.8744 33.7961) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 26.8744 33.7961) (end 29.9759 33.7961) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 29.9759 33.7961) (end 31.006 32.766) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 31.006 32.766) (end 33.4187 32.766) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 34.544 32.766) (end 33.4187 32.766) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 34.544 32.766) (end 35.6693 32.766) (width 0.25) (layer F.Cu) (net 69)) + (segment (start 59.182 68.199) (end 58.3567 68.199) (width 0.25) (layer F.Cu) (net 70)) + (segment (start 58.3567 68.199) (end 57.4407 67.283) (width 0.25) (layer F.Cu) (net 70)) + (segment (start 57.4407 67.283) (end 54.383 67.283) (width 0.25) (layer F.Cu) (net 70)) + (segment (start 54.383 67.283) (end 53.34 68.326) (width 0.25) (layer F.Cu) (net 70)) + (segment (start 53.34 68.326) (end 50.9093 68.326) (width 0.25) (layer F.Cu) (net 70)) + (segment (start 49.784 68.326) (end 50.9093 68.326) (width 0.25) (layer F.Cu) (net 70)) + (segment (start 49.784 65.786) (end 53.34 65.786) (width 0.25) (layer F.Cu) (net 71)) + (segment (start 58.3567 65.659) (end 57.1996 66.8161) (width 0.25) (layer F.Cu) (net 71)) + (segment (start 57.1996 66.8161) (end 54.3701 66.8161) (width 0.25) (layer F.Cu) (net 71)) + (segment (start 54.3701 66.8161) (end 53.34 65.786) (width 0.25) (layer F.Cu) (net 71)) + (segment (start 59.182 65.659) (end 58.3567 65.659) (width 0.25) (layer F.Cu) (net 71)) + (segment (start 53.34 53.086) (end 54.3889 54.1349) (width 0.25) (layer F.Cu) (net 72)) + (segment (start 54.3889 54.1349) (end 57.1808 54.1349) (width 0.25) (layer F.Cu) (net 72)) + (segment (start 57.1808 54.1349) (end 58.3567 52.959) (width 0.25) (layer F.Cu) (net 72)) + (segment (start 53.34 53.086) (end 49.784 53.086) (width 0.25) (layer F.Cu) (net 72)) + (segment (start 59.182 52.959) (end 58.3567 52.959) (width 0.25) (layer F.Cu) (net 72)) + (segment (start 54.373 44.213) (end 53.34 43.18) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 58.1027 43.18) (end 57.0697 44.213) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 57.0697 44.213) (end 54.373 44.213) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 54.373 44.213) (end 54.373 45.0565) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 54.373 45.0565) (end 50.0088 49.4207) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 50.0088 49.4207) (end 49.784 49.4207) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 49.784 50.546) (end 49.784 49.4207) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 58.928 43.18) (end 58.1027 43.18) (width 0.25) (layer F.Cu) (net 73)) + (segment (start 24.892 60.579) (end 25.7173 60.579) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 25.7173 60.579) (end 26.8885 61.7502) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 26.8885 61.7502) (end 29.9618 61.7502) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 29.9618 61.7502) (end 31.006 60.706) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 34.544 60.706) (end 35.6693 60.706) (width 0.25) (layer B.Cu) (net 74)) + (segment (start 45.365 71.1865) (end 50.3927 76.2142) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 50.3927 76.2142) (end 56.1572 76.2142) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 56.1572 76.2142) (end 57.2617 77.3187) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 57.2617 77.3187) (end 57.2617 82.7589) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 57.2617 82.7589) (end 60.2192 85.7164) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 60.2192 85.7164) (end 61.6906 85.7164) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 61.6906 85.7164) (end 68.0492 92.075) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 68.0492 92.075) (end 70 92.075) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 35.6693 60.706) (end 35.6693 61.4908) (width 0.25) (layer B.Cu) (net 74)) + (segment (start 35.6693 61.4908) (end 45.365 71.1865) (width 0.25) (layer B.Cu) (net 74)) + (segment (start 31.006 60.706) (end 33.4187 60.706) (width 0.25) (layer F.Cu) (net 74)) + (segment (start 34.544 60.706) (end 33.4187 60.706) (width 0.25) (layer F.Cu) (net 74)) + (via (at 45.365 71.1865) (size 0.8) (layers F.Cu B.Cu) (net 74)) + (segment (start 85.9 92.74) (end 86.9503 92.74) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 34.544 63.246) (end 39.7606 63.246) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 39.7606 63.246) (end 48.8663 72.3517) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 48.8663 72.3517) (end 65.3564 72.3517) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 65.3564 72.3517) (end 81.0159 88.0112) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 81.0159 88.0112) (end 85.8313 88.0112) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 85.8313 88.0112) (end 86.9503 89.1302) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 86.9503 89.1302) (end 86.9503 92.74) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 34.094 63.246) (end 34.544 63.246) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 85.9 93.39) (end 85.9 92.74) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 34.094 63.246) (end 33.4187 63.246) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 24.892 63.119) (end 25.7173 63.119) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 25.7173 63.119) (end 26.6178 62.2185) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 26.6178 62.2185) (end 29.9605 62.2185) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 29.9605 62.2185) (end 30.988 63.246) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 30.988 63.246) (end 33.4187 63.246) (width 0.25) (layer F.Cu) (net 75)) + (segment (start 70 89.535) (end 66.4709 89.535) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 66.4709 89.535) (end 61.9804 85.0445) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 61.9804 85.0445) (end 60.2641 85.0445) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 60.2641 85.0445) (end 57.7666 82.547) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 57.7666 82.547) (end 57.7666 77.1067) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 57.7666 77.1067) (end 54.8614 74.2015) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 54.8614 74.2015) (end 49.4423 74.2015) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 49.4423 74.2015) (end 45.702 70.4612) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 45.702 70.4612) (end 40.3445 70.4612) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 40.3445 70.4612) (end 35.6693 65.786) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 24.892 65.659) (end 25.7173 65.659) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 25.7173 65.659) (end 26.6167 64.7596) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 26.6167 64.7596) (end 29.9616 64.7596) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 29.9616 64.7596) (end 30.988 65.786) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 30.988 65.786) (end 33.4187 65.786) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 34.544 65.786) (end 33.4187 65.786) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 34.544 65.786) (end 35.6693 65.786) (width 0.25) (layer F.Cu) (net 76)) + (segment (start 40.2271 69.3158) (end 45.1935 69.3158) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 45.1935 69.3158) (end 49.6289 73.7512) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 49.6289 73.7512) (end 65.9279 73.7512) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 65.9279 73.7512) (end 76.2743 84.0976) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 76.2743 84.0976) (end 76.2743 84.7905) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 76.2743 84.7905) (end 75.3398 85.725) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 35.6693 68.326) (end 36.6591 69.3158) (width 0.25) (layer B.Cu) (net 77)) + (segment (start 36.6591 69.3158) (end 40.2271 69.3158) (width 0.25) (layer B.Cu) (net 77)) + (segment (start 30.988 68.326) (end 33.4187 68.326) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 25.7173 68.199) (end 26.6167 67.2996) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 26.6167 67.2996) (end 29.9616 67.2996) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 29.9616 67.2996) (end 30.988 68.326) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 34.544 68.326) (end 33.4187 68.326) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 75.3398 85.725) (end 74.95 85.725) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 75.3398 85.725) (end 78.9497 89.3349) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 78.9497 89.3349) (end 78.9497 89.49) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 80 89.49) (end 78.9497 89.49) (width 0.25) (layer F.Cu) (net 77)) + (segment (start 34.544 68.326) (end 35.6693 68.326) (width 0.25) (layer B.Cu) (net 77)) + (segment (start 24.892 68.199) (end 25.7173 68.199) (width 0.25) (layer F.Cu) (net 77)) + (via (at 40.2271 69.3158) (size 0.8) (layers F.Cu B.Cu) (net 77)) + (segment (start 24.892 70.739) (end 25.7173 70.739) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 25.7173 70.739) (end 26.8747 71.8964) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 26.8747 71.8964) (end 29.9576 71.8964) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 29.9576 71.8964) (end 30.988 70.866) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 52.9335 77.384) (end 69.1677 93.6182) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 69.1677 93.6182) (end 69.1677 98.0918) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 69.1677 98.0918) (end 69.3635 98.2876) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 69.3635 98.2876) (end 76.6109 98.2876) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 76.6109 98.2876) (end 90.8999 83.9986) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 90.8999 83.9986) (end 90.8999 78.0178) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 90.8999 78.0178) (end 108.2781 60.6396) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 108.2781 60.6396) (end 108.2781 56.5746) (width 0.25) (layer B.Cu) (net 78)) + (segment (start 35.6693 70.866) (end 36.7151 71.9118) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 36.7151 71.9118) (end 45.1011 71.9118) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 45.1011 71.9118) (end 50.5733 77.384) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 50.5733 77.384) (end 52.9335 77.384) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 109.9497 56.65) (end 108.3535 56.65) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 108.3535 56.65) (end 108.2781 56.5746) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 30.988 70.866) (end 33.4187 70.866) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 34.544 70.866) (end 33.4187 70.866) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 109.9497 56) (end 109.9497 56.65) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 34.544 70.866) (end 35.6693 70.866) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 111 56) (end 109.9497 56) (width 0.25) (layer F.Cu) (net 78)) + (segment (start 111 56.65) (end 109.9497 56.65) (width 0.25) (layer F.Cu) (net 78)) + (via (at 52.9335 77.384) (size 0.8) (layers F.Cu B.Cu) (net 78)) + (via (at 108.2781 56.5746) (size 0.8) (layers F.Cu B.Cu) (net 78)) + (segment (start 59.182 70.739) (end 65.0222 70.739) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 65.0222 70.739) (end 73.3466 79.0634) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 73.3466 79.0634) (end 78.5681 79.0634) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 78.5681 79.0634) (end 83.9727 73.6588) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 83.9727 73.6588) (end 94.0044 73.6588) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 94.0044 73.6588) (end 99.0983 68.5649) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 99.0983 68.5649) (end 99.0983 56.3119) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 99.0983 56.3119) (end 100.8899 54.5203) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 100.8899 54.5203) (end 112.2555 54.5203) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 112.2555 54.5203) (end 113.1629 55.4277) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 113.1629 55.4277) (end 113.1629 57.7095) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 113.1629 57.7095) (end 115.3534 59.9) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 115.3534 59.9) (end 115.8497 59.9) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 53.34 70.866) (end 54.3708 71.8968) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 54.3708 71.8968) (end 57.1989 71.8968) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 57.1989 71.8968) (end 58.3567 70.739) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 53.34 70.866) (end 50.9093 70.866) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 59.182 70.739) (end 58.3567 70.739) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 116.9 59.9) (end 115.8497 59.9) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 49.784 70.866) (end 50.9093 70.866) (width 0.25) (layer F.Cu) (net 79)) + (segment (start 67.794 55.7254) (end 61.4703 49.4017) (width 0.25) (layer B.Cu) (net 89)) + (segment (start 61.4703 49.4017) (end 61.4703 25.3977) (width 0.25) (layer B.Cu) (net 89)) + (segment (start 61.4703 25.3977) (end 63.246 23.622) (width 0.25) (layer B.Cu) (net 89)) + (segment (start 67 57.372) (end 67 56.5194) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 67 56.5194) (end 67.794 55.7254) (width 0.25) (layer F.Cu) (net 89)) + (via (at 67.794 55.7254) (size 0.8) (layers F.Cu B.Cu) (net 89)) + (segment (start 67 61.436) (end 67.9014 60.5346) (width 0.25) (layer F.Cu) (net 90)) + (segment (start 67.9014 60.5346) (end 67.9014 56.8267) (width 0.25) (layer F.Cu) (net 90)) + (segment (start 67.9014 56.8267) (end 68.9779 55.7502) (width 0.25) (layer F.Cu) (net 90)) + (segment (start 65.786 23.622) (end 61.9206 27.4874) (width 0.25) (layer B.Cu) (net 90)) + (segment (start 61.9206 27.4874) (end 61.9206 48.6929) (width 0.25) (layer B.Cu) (net 90)) + (segment (start 61.9206 48.6929) (end 68.9779 55.7502) (width 0.25) (layer B.Cu) (net 90)) + (via (at 68.9779 55.7502) (size 0.8) (layers F.Cu B.Cu) (net 90)) + (segment (start 71.219 62.5372) (end 71.219 61.5652) (width 0.25) (layer B.Cu) (net 91)) + (segment (start 71.219 61.5652) (end 74.7361 58.0481) (width 0.25) (layer B.Cu) (net 91)) + (segment (start 74.7361 58.0481) (end 74.7361 27.4921) (width 0.25) (layer B.Cu) (net 91)) + (segment (start 74.7361 27.4921) (end 70.866 23.622) (width 0.25) (layer B.Cu) (net 91)) + (segment (start 67 65.5) (end 68.0343 66.5343) (width 0.25) (layer F.Cu) (net 91)) + (segment (start 68.0343 66.5343) (end 69.6522 66.5343) (width 0.25) (layer F.Cu) (net 91)) + (segment (start 69.6522 66.5343) (end 71.219 64.9675) (width 0.25) (layer F.Cu) (net 91)) + (segment (start 71.219 64.9675) (end 71.219 62.5372) (width 0.25) (layer F.Cu) (net 91)) + (via (at 71.219 62.5372) (size 0.8) (layers F.Cu B.Cu) (net 91)) + (segment (start 67 70) (end 68.0277 71.0277) (width 0.25) (layer F.Cu) (net 92)) + (segment (start 68.0277 71.0277) (end 69.6228 71.0277) (width 0.25) (layer F.Cu) (net 92)) + (segment (start 69.6228 71.0277) (end 72.3869 68.2636) (width 0.25) (layer F.Cu) (net 92)) + (segment (start 72.3869 68.2636) (end 72.3869 62.7654) (width 0.25) (layer F.Cu) (net 92)) + (segment (start 73.406 23.622) (end 75.2423 25.4583) (width 0.25) (layer B.Cu) (net 92)) + (segment (start 75.2423 25.4583) (end 75.2423 58.3269) (width 0.25) (layer B.Cu) (net 92)) + (segment (start 75.2423 58.3269) (end 72.3869 61.1823) (width 0.25) (layer B.Cu) (net 92)) + (segment (start 72.3869 61.1823) (end 72.3869 62.7654) (width 0.25) (layer B.Cu) (net 92)) + (via (at 72.3869 62.7654) (size 0.8) (layers F.Cu B.Cu) (net 92)) + (segment (start 69.4745 51.9268) (end 70.866 50.5353) (width 0.25) (layer B.Cu) (net 93)) + (segment (start 70.866 50.5353) (end 70.866 38.862) (width 0.25) (layer B.Cu) (net 93)) + (segment (start 69.025 53.308) (end 69.4745 52.8585) (width 0.25) (layer F.Cu) (net 93)) + (segment (start 69.4745 52.8585) (end 69.4745 51.9268) (width 0.25) (layer F.Cu) (net 93)) + (via (at 69.4745 51.9268) (size 0.8) (layers F.Cu B.Cu) (net 93)) + (segment (start 65.786 38.862) (end 69.3116 42.3876) (width 0.25) (layer B.Cu) (net 94)) + (segment (start 69.3116 42.3876) (end 69.3116 47.9334) (width 0.25) (layer B.Cu) (net 94)) + (segment (start 69.05 49.244) (end 69.3116 48.9824) (width 0.25) (layer F.Cu) (net 94)) + (segment (start 69.3116 48.9824) (end 69.3116 47.9334) (width 0.25) (layer F.Cu) (net 94)) + (via (at 69.3116 47.9334) (size 0.8) (layers F.Cu B.Cu) (net 94)) + (segment (start 69.05 45.18) (end 67.8559 43.9859) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 67.8559 43.9859) (end 64.4547 43.9859) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 63.246 40.1873) (end 64.4547 41.396) (width 0.25) (layer B.Cu) (net 95)) + (segment (start 64.4547 41.396) (end 64.4547 43.9859) (width 0.25) (layer B.Cu) (net 95)) + (segment (start 63.246 38.862) (end 63.246 40.1873) (width 0.25) (layer B.Cu) (net 95)) + (via (at 64.4547 43.9859) (size 0.8) (layers F.Cu B.Cu) (net 95)) + (segment (start 83.312 56) (end 82.2388 56) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 82.2388 56) (end 82.1308 56.108) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 77.978 23.622) (end 79.7924 21.8076) (width 0.25) (layer B.Cu) (net 96)) + (segment (start 79.7924 21.8076) (end 88.8675 21.8076) (width 0.25) (layer B.Cu) (net 96)) + (segment (start 88.8675 21.8076) (end 89.9462 22.8863) (width 0.25) (layer B.Cu) (net 96)) + (segment (start 89.9462 22.8863) (end 89.9462 42.6765) (width 0.25) (layer B.Cu) (net 96)) + (segment (start 89.9462 42.6765) (end 81.6524 50.9703) (width 0.25) (layer B.Cu) (net 96)) + (segment (start 81.6524 50.9703) (end 81.6524 55.6296) (width 0.25) (layer B.Cu) (net 96)) + (segment (start 81.6524 55.6296) (end 82.1308 56.108) (width 0.25) (layer B.Cu) (net 96)) + (via (at 82.1308 56.108) (size 0.8) (layers F.Cu B.Cu) (net 96)) + (segment (start 76.0363 60.0026) (end 76.1992 59.8397) (width 0.25) (layer B.Cu) (net 97)) + (segment (start 76.1992 59.8397) (end 76.1992 27.9408) (width 0.25) (layer B.Cu) (net 97)) + (segment (start 76.1992 27.9408) (end 80.518 23.622) (width 0.25) (layer B.Cu) (net 97)) + (segment (start 83.312 60) (end 83.4819 59.8301) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 83.4819 59.8301) (end 83.4819 57.9625) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 83.4819 57.9625) (end 83.0258 57.5064) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 83.0258 57.5064) (end 81.3522 57.5064) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 81.3522 57.5064) (end 79.8537 59.0049) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 79.8537 59.0049) (end 79.8537 59.8136) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 79.8537 59.8136) (end 77.6126 62.0547) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 77.6126 62.0547) (end 76.4525 62.0547) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 76.4525 62.0547) (end 76.0363 61.6385) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 76.0363 61.6385) (end 76.0363 60.0026) (width 0.25) (layer F.Cu) (net 97)) + (via (at 76.0363 60.0026) (size 0.8) (layers F.Cu B.Cu) (net 97)) + (segment (start 83.312 64) (end 81.6159 62.3039) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 81.6159 62.3039) (end 79.7391 62.3039) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 85.598 23.622) (end 86.9621 22.2579) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 86.9621 22.2579) (end 88.6809 22.2579) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 88.6809 22.2579) (end 89.4959 23.0729) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 89.4959 23.0729) (end 89.4959 40.3501) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 89.4959 40.3501) (end 86.9758 42.8702) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 86.9758 42.8702) (end 85.2952 42.8702) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 85.2952 42.8702) (end 79.6418 48.5236) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 79.6418 48.5236) (end 79.6418 49.2454) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 79.6418 49.2454) (end 79.7391 49.3427) (width 0.25) (layer B.Cu) (net 99)) + (segment (start 79.7391 49.3427) (end 79.7391 62.3039) (width 0.25) (layer B.Cu) (net 99)) + (via (at 79.7391 62.3039) (size 0.8) (layers F.Cu B.Cu) (net 99)) + (segment (start 76.6502 66.3117) (end 76.7616 66.2003) (width 0.25) (layer B.Cu) (net 100)) + (segment (start 76.7616 66.2003) (end 76.7616 57.978) (width 0.25) (layer B.Cu) (net 100)) + (segment (start 76.7616 57.978) (end 76.6502 57.8666) (width 0.25) (layer B.Cu) (net 100)) + (segment (start 76.6502 57.8666) (end 76.6502 35.1098) (width 0.25) (layer B.Cu) (net 100)) + (segment (start 76.6502 35.1098) (end 88.138 23.622) (width 0.25) (layer B.Cu) (net 100)) + (segment (start 83.303 68) (end 80.8987 65.5957) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 80.8987 65.5957) (end 78.4539 65.5957) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 78.4539 65.5957) (end 77.7379 66.3117) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 77.7379 66.3117) (end 76.6502 66.3117) (width 0.25) (layer F.Cu) (net 100)) + (via (at 76.6502 66.3117) (size 0.8) (layers F.Cu B.Cu) (net 100)) + (segment (start 77.05 78) (end 77.0889 78) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 77.0889 78) (end 80.4365 74.6524) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 80.4365 74.6524) (end 80.4365 74.0514) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 80.4365 74.0514) (end 79.7998 73.4147) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 79.7998 73.4147) (end 79.7997 73.4147) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 79.7997 73.4147) (end 79.7997 67.5992) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 79.7997 67.5992) (end 79.4221 67.2216) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 85.598 38.862) (end 85.0641 38.862) (width 0.25) (layer B.Cu) (net 101)) + (segment (start 85.0641 38.862) (end 80.2702 43.6559) (width 0.25) (layer B.Cu) (net 101)) + (segment (start 80.2702 43.6559) (end 79.9548 43.6559) (width 0.25) (layer B.Cu) (net 101)) + (segment (start 79.9548 43.6559) (end 78.2885 45.3222) (width 0.25) (layer B.Cu) (net 101)) + (segment (start 78.2885 45.3222) (end 78.2885 66.088) (width 0.25) (layer B.Cu) (net 101)) + (segment (start 78.2885 66.088) (end 79.4221 67.2216) (width 0.25) (layer B.Cu) (net 101)) + (via (at 79.4221 67.2216) (size 0.8) (layers F.Cu B.Cu) (net 101)) + (segment (start 94.05 72) (end 92.9656 73.0844) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 92.9656 73.0844) (end 82.7842 73.0844) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 82.7842 73.0844) (end 80.3238 70.624) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 80.3238 70.624) (end 80.3238 67.0974) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 80.3238 67.0974) (end 79.7228 66.4964) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 79.7228 66.4964) (end 79.7228 66.4963) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 79.7228 66.4963) (end 79.0757 66.4963) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 79.0757 66.4963) (end 78.4217 67.1503) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 78.4217 67.1503) (end 78.4217 67.2983) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 80.518 38.862) (end 77.8382 41.5418) (width 0.25) (layer B.Cu) (net 102)) + (segment (start 77.8382 41.5418) (end 77.8382 66.7148) (width 0.25) (layer B.Cu) (net 102)) + (segment (start 77.8382 66.7148) (end 78.4217 67.2983) (width 0.25) (layer B.Cu) (net 102)) + (via (at 78.4217 67.2983) (size 0.8) (layers F.Cu B.Cu) (net 102)) + (segment (start 77.025 74) (end 77.9627 73.0623) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 77.9627 73.0623) (end 77.9627 71.5776) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 77.9627 71.5776) (end 77.5379 71.1528) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 77.5379 71.1528) (end 76.5828 71.1528) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 76.5828 71.1528) (end 76.1486 70.7186) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 76.1486 70.7186) (end 76.1486 68.252) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 76.1486 68.252) (end 76.971 67.4296) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 77.978 40.1873) (end 77.3877 40.7776) (width 0.25) (layer B.Cu) (net 103)) + (segment (start 77.3877 40.7776) (end 77.3877 67.0129) (width 0.25) (layer B.Cu) (net 103)) + (segment (start 77.3877 67.0129) (end 76.971 67.4296) (width 0.25) (layer B.Cu) (net 103)) + (segment (start 77.978 38.862) (end 77.978 40.1873) (width 0.25) (layer B.Cu) (net 103)) + (via (at 76.971 67.4296) (size 0.8) (layers F.Cu B.Cu) (net 103)) + (segment (start 92.71 23.622) (end 90.3966 25.9354) (width 0.25) (layer B.Cu) (net 104)) + (segment (start 90.3966 25.9354) (end 90.3966 43.4999) (width 0.25) (layer B.Cu) (net 104)) + (segment (start 90.3966 43.4999) (end 82.4022 51.4943) (width 0.25) (layer B.Cu) (net 104)) + (segment (start 82.4022 51.4943) (end 82.4022 53.2945) (width 0.25) (layer B.Cu) (net 104)) + (segment (start 75 57) (end 76.0264 55.9736) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 76.0264 55.9736) (end 78.0341 55.9736) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 78.0341 55.9736) (end 80.7132 53.2945) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 80.7132 53.2945) (end 82.4022 53.2945) (width 0.25) (layer F.Cu) (net 104)) + (via (at 82.4022 53.2945) (size 0.8) (layers F.Cu B.Cu) (net 104)) + (segment (start 95.25 23.622) (end 90.9304 27.9416) (width 0.25) (layer B.Cu) (net 105)) + (segment (start 90.9304 27.9416) (end 90.9304 43.603) (width 0.25) (layer B.Cu) (net 105)) + (segment (start 90.9304 43.603) (end 83.1519 51.3815) (width 0.25) (layer B.Cu) (net 105)) + (segment (start 83.1519 51.3815) (end 83.1519 56.8245) (width 0.25) (layer B.Cu) (net 105)) + (segment (start 83.1519 56.8245) (end 81.7107 58.2657) (width 0.25) (layer B.Cu) (net 105)) + (segment (start 75 61) (end 75 61.2391) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 75 61.2391) (end 76.2943 62.5334) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 76.2943 62.5334) (end 77.7708 62.5334) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 77.7708 62.5334) (end 81.7107 58.5935) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 81.7107 58.5935) (end 81.7107 58.2657) (width 0.25) (layer F.Cu) (net 105)) + (via (at 81.7107 58.2657) (size 0.8) (layers F.Cu B.Cu) (net 105)) + (segment (start 75 65) (end 76.362 63.638) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 76.362 63.638) (end 77.3643 63.638) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 77.3643 63.638) (end 82.7421 58.2602) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 100.33 23.622) (end 91.3808 32.5712) (width 0.25) (layer B.Cu) (net 106)) + (segment (start 91.3808 32.5712) (end 91.3808 44.0979) (width 0.25) (layer B.Cu) (net 106)) + (segment (start 91.3808 44.0979) (end 83.6023 51.8764) (width 0.25) (layer B.Cu) (net 106)) + (segment (start 83.6023 51.8764) (end 83.6023 57.4) (width 0.25) (layer B.Cu) (net 106)) + (segment (start 83.6023 57.4) (end 82.7421 58.2602) (width 0.25) (layer B.Cu) (net 106)) + (via (at 82.7421 58.2602) (size 0.8) (layers F.Cu B.Cu) (net 106)) + (segment (start 75 70) (end 75 68.1177) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 75 68.1177) (end 75.7039 67.4138) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 102.87 23.622) (end 100.6053 21.3573) (width 0.25) (layer B.Cu) (net 107)) + (segment (start 100.6053 21.3573) (end 78.3405 21.3573) (width 0.25) (layer B.Cu) (net 107)) + (segment (start 78.3405 21.3573) (end 75.7489 23.9489) (width 0.25) (layer B.Cu) (net 107)) + (segment (start 75.7489 23.9489) (end 75.7489 58.8461) (width 0.25) (layer B.Cu) (net 107)) + (segment (start 75.7489 58.8461) (end 75.2987 59.2963) (width 0.25) (layer B.Cu) (net 107)) + (segment (start 75.2987 59.2963) (end 75.2987 67.0086) (width 0.25) (layer B.Cu) (net 107)) + (segment (start 75.2987 67.0086) (end 75.7039 67.4138) (width 0.25) (layer B.Cu) (net 107)) + (via (at 75.7039 67.4138) (size 0.8) (layers F.Cu B.Cu) (net 107)) + (segment (start 77.05 53) (end 77.8847 53) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 77.8847 53) (end 81.5882 49.2965) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 81.5882 49.2965) (end 81.5882 49.0928) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 81.5882 49.0928) (end 81.966 48.715) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 81.966 48.715) (end 85.6041 48.715) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 85.6041 48.715) (end 86.8831 47.436) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 86.8831 47.436) (end 90.0689 47.436) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 90.0689 47.436) (end 90.4444 47.8115) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 100.33 38.862) (end 91.3805 47.8115) (width 0.25) (layer B.Cu) (net 108)) + (segment (start 91.3805 47.8115) (end 90.4444 47.8115) (width 0.25) (layer B.Cu) (net 108)) + (via (at 90.4444 47.8115) (size 0.8) (layers F.Cu B.Cu) (net 108)) + (segment (start 80.4126 48.8094) (end 80.4126 58.017) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 80.4126 58.017) (end 81.3877 58.9921) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 81.3877 58.9921) (end 83.0696 58.9921) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 83.0696 58.9921) (end 85.9047 56.157) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 85.9047 56.157) (end 85.9047 50.6021) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 85.9047 50.6021) (end 95.25 41.2568) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 95.25 41.2568) (end 95.25 38.862) (width 0.25) (layer B.Cu) (net 109)) + (segment (start 77.05 49) (end 77.2406 48.8094) (width 0.25) (layer F.Cu) (net 109)) + (segment (start 77.2406 48.8094) (end 80.4126 48.8094) (width 0.25) (layer F.Cu) (net 109)) + (via (at 80.4126 48.8094) (size 0.8) (layers F.Cu B.Cu) (net 109)) + (segment (start 77.05 45) (end 79.6614 45) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 88.2822 40.4643) (end 84.1971 40.4643) (width 0.25) (layer B.Cu) (net 110)) + (segment (start 84.1971 40.4643) (end 79.6614 45) (width 0.25) (layer B.Cu) (net 110)) + (segment (start 91.3847 38.862) (end 89.7824 40.4643) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 89.7824 40.4643) (end 88.2822 40.4643) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 92.71 38.862) (end 91.3847 38.862) (width 0.25) (layer F.Cu) (net 110)) + (via (at 88.2822 40.4643) (size 0.8) (layers F.Cu B.Cu) (net 110)) + (via (at 79.6614 45) (size 0.8) (layers F.Cu B.Cu) (net 110)) + (segment (start 92 56) (end 92 54.6802) (width 0.25) (layer F.Cu) (net 111)) + (segment (start 107.442 23.622) (end 104.1967 26.8673) (width 0.25) (layer B.Cu) (net 111)) + (segment (start 104.1967 26.8673) (end 104.1967 39.5596) (width 0.25) (layer B.Cu) (net 111)) + (segment (start 104.1967 39.5596) (end 92 51.7563) (width 0.25) (layer B.Cu) (net 111)) + (segment (start 92 51.7563) (end 92 54.6802) (width 0.25) (layer B.Cu) (net 111)) + (via (at 92 54.6802) (size 0.8) (layers F.Cu B.Cu) (net 111)) + (segment (start 109.982 23.622) (end 104.6472 28.9568) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 104.6472 28.9568) (end 104.6472 41.6618) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 104.6472 41.6618) (end 102.0506 44.2584) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 102.0506 44.2584) (end 102.0506 47.2328) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 102.0506 47.2328) (end 99.5554 49.728) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 99.5554 49.728) (end 99.5554 51.3665) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 99.5554 51.3665) (end 92.2584 58.6635) (width 0.25) (layer B.Cu) (net 112)) + (segment (start 92 60) (end 92.2584 59.7416) (width 0.25) (layer F.Cu) (net 112)) + (segment (start 92.2584 59.7416) (end 92.2584 58.6635) (width 0.25) (layer F.Cu) (net 112)) + (via (at 92.2584 58.6635) (size 0.8) (layers F.Cu B.Cu) (net 112)) + (segment (start 91.9944 65.3507) (end 91.9944 61.2975) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 91.9944 61.2975) (end 100.456 52.8359) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 100.456 52.8359) (end 100.456 50.9189) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 100.456 50.9189) (end 102.5009 48.874) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 102.5009 48.874) (end 102.5009 44.445) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 102.5009 44.445) (end 105.1541 41.7918) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 105.1541 41.7918) (end 105.1541 33.5299) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 105.1541 33.5299) (end 115.062 23.622) (width 0.25) (layer B.Cu) (net 113)) + (segment (start 92 68) (end 92 65.3563) (width 0.25) (layer F.Cu) (net 113)) + (segment (start 92 65.3563) (end 91.9944 65.3507) (width 0.25) (layer F.Cu) (net 113)) + (via (at 91.9944 65.3507) (size 0.8) (layers F.Cu B.Cu) (net 113)) + (segment (start 117.602 23.622) (end 105.6045 35.6195) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 105.6045 35.6195) (end 105.6045 41.9783) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 105.6045 41.9783) (end 102.9512 44.6316) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 102.9512 44.6316) (end 102.9512 49.0606) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 102.9512 49.0606) (end 100.9063 51.1055) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 100.9063 51.1055) (end 100.9063 55.1201) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 100.9063 55.1201) (end 93.4224 62.604) (width 0.25) (layer B.Cu) (net 114)) + (segment (start 91.975 64) (end 93.371 62.604) (width 0.25) (layer F.Cu) (net 114)) + (segment (start 93.371 62.604) (end 93.4224 62.604) (width 0.25) (layer F.Cu) (net 114)) + (via (at 93.4224 62.604) (size 0.8) (layers F.Cu B.Cu) (net 114)) + (segment (start 115.062 38.862) (end 113.6876 37.4876) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 113.6876 37.4876) (end 106.3524 37.4876) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 106.3524 37.4876) (end 106.0549 37.7851) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 106.0549 37.7851) (end 106.0549 42.1648) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 106.0549 42.1648) (end 103.4015 44.8182) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 103.4015 44.8182) (end 103.4015 49.2472) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 103.4015 49.2472) (end 101.3566 51.2921) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 101.3566 51.2921) (end 101.3566 57.0143) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 101.3566 57.0143) (end 85.5263 72.8446) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 85.5263 72.8446) (end 85.5263 78.3232) (width 0.25) (layer B.Cu) (net 115)) + (segment (start 85.362 80.182) (end 85.362 78.4875) (width 0.25) (layer F.Cu) (net 115)) + (segment (start 85.362 78.4875) (end 85.5263 78.3232) (width 0.25) (layer F.Cu) (net 115)) + (via (at 85.5263 78.3232) (size 0.8) (layers F.Cu B.Cu) (net 115)) + (segment (start 86.5523 75.7836) (end 86.5523 75.4377) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 86.5523 75.4377) (end 103.6082 58.3818) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 103.6082 58.3818) (end 103.6082 51.6452) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 103.6082 51.6452) (end 107.6671 47.5863) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 107.6671 47.5863) (end 107.6671 44.1178) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 107.6671 44.1178) (end 109.982 41.8029) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 109.982 41.8029) (end 109.982 38.862) (width 0.25) (layer B.Cu) (net 116)) + (segment (start 85.362 76) (end 86.3359 76) (width 0.25) (layer F.Cu) (net 116)) + (segment (start 86.3359 76) (end 86.5523 75.7836) (width 0.25) (layer F.Cu) (net 116)) + (via (at 86.5523 75.7836) (size 0.8) (layers F.Cu B.Cu) (net 116)) + (segment (start 107.442 38.862) (end 107.442 41.7931) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 107.442 41.7931) (end 103.8518 45.3833) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 103.8518 45.3833) (end 103.8518 49.4338) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 103.8518 49.4338) (end 101.8069 51.4787) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 101.8069 51.4787) (end 101.8069 57.502) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 101.8069 57.502) (end 87.9458 71.3631) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 87.9458 71.3631) (end 87.9458 72) (width 0.25) (layer B.Cu) (net 117)) + (segment (start 85.362 72) (end 87.9458 72) (width 0.25) (layer F.Cu) (net 117)) + (via (at 87.9458 72) (size 0.8) (layers F.Cu B.Cu) (net 117)) + (segment (start 83 49.35) (end 82.3331 49.35) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 82.3331 49.35) (end 77.1255 54.5576) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 77.1255 54.5576) (end 73.3856 54.5576) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 73.3856 54.5576) (end 70.5712 57.372) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 70.5712 57.372) (end 69.05 57.372) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 83 50.62) (end 81.9193 50.62) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 81.9193 50.62) (end 77.5313 55.008) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 77.5313 55.008) (end 73.5721 55.008) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 73.5721 55.008) (end 69.05 59.5301) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 69.05 59.5301) (end 69.05 61.436) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 69.05 65.5) (end 66.0881 62.5381) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 66.0881 62.5381) (end 66.0881 56.4007) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 66.0881 56.4007) (end 67.5364 54.9524) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 67.5364 54.9524) (end 72.1939 54.9524) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 72.1939 54.9524) (end 73.0795 54.0668) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 73.0795 54.0668) (end 75.5389 54.0668) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 75.5389 54.0668) (end 76.025 53.5807) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 76.025 53.5807) (end 76.025 52.3644) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 76.025 52.3644) (end 76.6579 51.7315) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 76.6579 51.7315) (end 78.5163 51.7315) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 78.5163 51.7315) (end 81.1379 49.1099) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 81.1379 49.1099) (end 81.1379 48.8372) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 81.1379 48.8372) (end 81.8951 48.08) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 81.8951 48.08) (end 83 48.08) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 69.05 70) (end 65.634 66.584) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 65.634 66.584) (end 65.634 56.1687) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 65.634 56.1687) (end 67.3007 54.502) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 67.3007 54.502) (end 69.4512 54.502) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 69.4512 54.502) (end 73.6851 50.2681) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 73.6851 50.2681) (end 73.6851 48.6543) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 73.6851 48.6543) (end 74.8189 47.5205) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 74.8189 47.5205) (end 80.5668 47.5205) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 80.5668 47.5205) (end 81.2773 46.81) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 81.2773 46.81) (end 83 46.81) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 77.05 57) (end 78.1101 57) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 78.1101 57) (end 81.0371 54.073) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 81.0371 54.073) (end 83.4295 54.073) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 83.4295 54.073) (end 86.2475 51.255) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 86.2475 51.255) (end 89.3754 51.255) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 89.3754 51.255) (end 91.2804 49.35) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 91.2804 49.35) (end 93 49.35) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 93 50.62) (end 92.012 50.62) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 92.012 50.62) (end 88.1754 54.4566) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 88.1754 54.4566) (end 84.3197 54.4566) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 84.3197 54.4566) (end 83.8027 54.9736) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 83.8027 54.9736) (end 82.2393 54.9736) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 82.2393 54.9736) (end 77.05 60.1629) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 77.05 60.1629) (end 77.05 61) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 77.05 65) (end 76.7803 65) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 76.7803 65) (end 75.7031 66.0772) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 75.7031 66.0772) (end 74.4861 66.0772) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 74.4861 66.0772) (end 74.0555 65.6466) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 74.0555 65.6466) (end 74.0555 60.2903) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 74.0555 60.2903) (end 75.0779 59.2679) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 75.0779 59.2679) (end 76.7976 59.2679) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 76.7976 59.2679) (end 81.5422 54.5233) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 81.5422 54.5233) (end 83.6161 54.5233) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 83.6161 54.5233) (end 84.4935 53.6459) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 84.4935 53.6459) (end 88.2724 53.6459) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 88.2724 53.6459) (end 91.9333 49.985) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 91.9333 49.985) (end 94.0438 49.985) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 94.0438 49.985) (end 94.3557 49.6731) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 94.3557 49.6731) (end 94.3557 49.0243) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 94.3557 49.0243) (end 93.4114 48.08) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 93.4114 48.08) (end 93 48.08) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 80.7188 66.4667) (end 80.2981 66.046) (width 0.25) (layer F.Cu) (net 125)) + (segment (start 80.2981 66.046) (end 78.6405 66.046) (width 0.25) (layer F.Cu) (net 125)) + (segment (start 78.6405 66.046) (end 77.6964 66.9901) (width 0.25) (layer F.Cu) (net 125)) + (segment (start 77.6964 66.9901) (end 77.6964 69.3536) (width 0.25) (layer F.Cu) (net 125)) + (segment (start 77.6964 69.3536) (end 77.05 70) (width 0.25) (layer F.Cu) (net 125)) + (segment (start 90.9801 46.9121) (end 90.308 46.9121) (width 0.25) (layer B.Cu) (net 125)) + (segment (start 90.308 46.9121) (end 89.3771 47.843) (width 0.25) (layer B.Cu) (net 125)) + (segment (start 89.3771 47.843) (end 89.3771 57.8084) (width 0.25) (layer B.Cu) (net 125)) + (segment (start 89.3771 57.8084) (end 80.7188 66.4667) (width 0.25) (layer B.Cu) (net 125)) + (segment (start 90.9801 46.9121) (end 91.0822 46.81) (width 0.25) (layer F.Cu) (net 125)) + (segment (start 91.0822 46.81) (end 93 46.81) (width 0.25) (layer F.Cu) (net 125)) + (via (at 90.9801 46.9121) (size 0.8) (layers F.Cu B.Cu) (net 125)) + (via (at 80.7188 66.4667) (size 0.8) (layers F.Cu B.Cu) (net 125)) + (segment (start 103 49.35) (end 102.1598 49.35) (width 0.25) (layer F.Cu) (net 126)) + (segment (start 102.1598 49.35) (end 98.4105 53.0993) (width 0.25) (layer F.Cu) (net 126)) + (segment (start 98.4105 53.0993) (end 91.5779 53.0993) (width 0.25) (layer F.Cu) (net 126)) + (segment (start 91.5779 53.0993) (end 88.6772 56) (width 0.25) (layer F.Cu) (net 126)) + (segment (start 88.6772 56) (end 85.362 56) (width 0.25) (layer F.Cu) (net 126)) + (segment (start 85.362 60) (end 91.5873 53.7747) (width 0.25) (layer F.Cu) (net 127)) + (segment (start 91.5873 53.7747) (end 98.372 53.7747) (width 0.25) (layer F.Cu) (net 127)) + (segment (start 98.372 53.7747) (end 101.5267 50.62) (width 0.25) (layer F.Cu) (net 127)) + (segment (start 101.5267 50.62) (end 103 50.62) (width 0.25) (layer F.Cu) (net 127)) + (segment (start 101.415 48.932) (end 100.0057 50.3413) (width 0.25) (layer B.Cu) (net 128)) + (segment (start 100.0057 50.3413) (end 100.0057 51.942) (width 0.25) (layer B.Cu) (net 128)) + (segment (start 100.0057 51.942) (end 89.1425 62.8052) (width 0.25) (layer B.Cu) (net 128)) + (segment (start 85.362 64) (end 86.5568 62.8052) (width 0.25) (layer F.Cu) (net 128)) + (segment (start 86.5568 62.8052) (end 89.1425 62.8052) (width 0.25) (layer F.Cu) (net 128)) + (segment (start 103 48.08) (end 102.267 48.08) (width 0.25) (layer F.Cu) (net 128)) + (segment (start 102.267 48.08) (end 101.415 48.932) (width 0.25) (layer F.Cu) (net 128)) + (via (at 101.415 48.932) (size 0.8) (layers F.Cu B.Cu) (net 128)) + (via (at 89.1425 62.8052) (size 0.8) (layers F.Cu B.Cu) (net 128)) + (segment (start 103 46.81) (end 102.177 46.81) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 102.177 46.81) (end 99.002 49.985) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 99.002 49.985) (end 96.4357 49.985) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 96.4357 49.985) (end 94.3472 52.0735) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 94.3472 52.0735) (end 94.3472 52.2058) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 94.3472 52.2058) (end 93.904 52.649) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 93.904 52.649) (end 90.6199 52.649) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 90.6199 52.649) (end 88.3517 54.9172) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 88.3517 54.9172) (end 84.8514 54.9172) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 84.8514 54.9172) (end 84.4396 55.329) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 84.4396 55.329) (end 84.4396 67.0866) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 84.4396 67.0866) (end 85.353 68) (width 0.25) (layer F.Cu) (net 129)) + (segment (start 94.05 68) (end 97.4976 64.5524) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 97.4976 64.5524) (end 97.4976 57.2757) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 97.4976 57.2757) (end 100.7033 54.07) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 100.7033 54.07) (end 109.0643 54.07) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 109.0643 54.07) (end 111.8793 51.255) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 111.8793 51.255) (end 114.0523 51.255) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 114.0523 51.255) (end 114.3177 50.9896) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 114.3177 50.9896) (end 114.3177 48.9766) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 114.3177 48.9766) (end 113.4211 48.08) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 113.4211 48.08) (end 113 48.08) (width 0.25) (layer F.Cu) (net 130)) + (segment (start 94.05 56) (end 97.4945 56) (width 0.25) (layer F.Cu) (net 131)) + (segment (start 97.4945 56) (end 100.3251 53.1694) (width 0.25) (layer F.Cu) (net 131)) + (segment (start 100.3251 53.1694) (end 108.3178 53.1694) (width 0.25) (layer F.Cu) (net 131)) + (segment (start 108.3178 53.1694) (end 112.1372 49.35) (width 0.25) (layer F.Cu) (net 131)) + (segment (start 112.1372 49.35) (end 113 49.35) (width 0.25) (layer F.Cu) (net 131)) + (segment (start 94.05 60) (end 94.1314 60) (width 0.25) (layer F.Cu) (net 132)) + (segment (start 94.1314 60) (end 100.5117 53.6197) (width 0.25) (layer F.Cu) (net 132)) + (segment (start 100.5117 53.6197) (end 108.8777 53.6197) (width 0.25) (layer F.Cu) (net 132)) + (segment (start 108.8777 53.6197) (end 111.8774 50.62) (width 0.25) (layer F.Cu) (net 132)) + (segment (start 111.8774 50.62) (end 113 50.62) (width 0.25) (layer F.Cu) (net 132)) + (segment (start 94.025 64) (end 94.1506 63.8744) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 94.1506 63.8744) (end 94.1506 62.2888) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 94.1506 62.2888) (end 93.1313 61.2695) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 93.1313 61.2695) (end 93.1313 55.2925) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 93.1313 55.2925) (end 93.4502 54.9736) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 93.4502 54.9736) (end 97.81 54.9736) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 97.81 54.9736) (end 100.0723 52.7113) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 100.0723 52.7113) (end 103.8565 52.7113) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 103.8565 52.7113) (end 106.5827 49.9851) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 106.5827 49.9851) (end 108.9827 49.9851) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 108.9827 49.9851) (end 112.1578 46.81) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 112.1578 46.81) (end 113 46.81) (width 0.25) (layer F.Cu) (net 133)) + + (zone (net 1) (net_name Vss) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 120 100) (xy 20 100) (xy 20 20) (xy 120 20) + ) + ) + (filled_polygon + (pts + (xy 32.402803 21.569596) (xy 32.373799 21.593399) (xy 32.330078 21.646674) (xy 32.278826 21.709124) (xy 32.227044 21.806) + (xy 32.208254 21.841154) (xy 32.164797 21.984415) (xy 32.1538 22.096068) (xy 32.1538 22.096078) (xy 32.150124 22.1334) + (xy 32.1538 22.170722) (xy 32.153801 32.794468) (xy 32.150124 32.8318) (xy 32.153801 32.869133) (xy 32.164798 32.980786) + (xy 32.169254 32.995476) (xy 32.208254 33.124046) (xy 32.278826 33.256076) (xy 32.339867 33.330454) (xy 32.3738 33.371801) + (xy 32.402798 33.395599) (xy 33.416977 34.409778) (xy 33.27232 34.626273) (xy 33.164147 34.887426) (xy 33.109 35.164665) + (xy 33.109 35.447335) (xy 33.164147 35.724574) (xy 33.27232 35.985727) (xy 33.429363 36.220759) (xy 33.629241 36.420637) + (xy 33.789842 36.527947) (xy 33.794997 36.580286) (xy 33.805167 36.613813) (xy 33.629241 36.731363) (xy 33.429363 36.931241) + (xy 33.27232 37.166273) (xy 33.164147 37.427426) (xy 33.109 37.704665) (xy 33.109 37.987335) (xy 33.164147 38.264574) + (xy 33.27232 38.525727) (xy 33.416977 38.742221) (xy 22.820198 49.339001) (xy 22.7912 49.362799) (xy 22.767402 49.391797) + (xy 22.767401 49.391798) (xy 22.696226 49.478524) (xy 22.625654 49.610554) (xy 22.607174 49.671477) (xy 22.582198 49.753814) + (xy 22.574665 49.830298) (xy 22.567524 49.9028) (xy 22.571201 49.940132) (xy 22.5712 53.854989) (xy 22.527263 53.898926) + (xy 22.413995 54.068444) (xy 22.335974 54.256802) (xy 22.2962 54.456761) (xy 22.2962 54.660639) (xy 22.335974 54.860598) + (xy 22.413995 55.048956) (xy 22.527263 55.218474) (xy 22.671426 55.362637) (xy 22.840944 55.475905) (xy 23.029302 55.553926) + (xy 23.229261 55.5937) (xy 23.433139 55.5937) (xy 23.633098 55.553926) (xy 23.73497 55.511729) (xy 22.683998 56.562701) + (xy 22.655 56.586499) (xy 22.631202 56.615497) (xy 22.631201 56.615498) (xy 22.560026 56.702224) (xy 22.489454 56.834254) + (xy 22.471234 56.89432) (xy 22.445998 56.977514) (xy 22.436948 57.069399) (xy 22.431324 57.1265) (xy 22.435001 57.163833) + (xy 22.435 81.268278) (xy 22.431324 81.3056) (xy 22.435 81.342922) (xy 22.435 81.342932) (xy 22.445997 81.454585) + (xy 22.470596 81.535677) (xy 22.489454 81.597846) (xy 22.560026 81.729876) (xy 22.599871 81.778426) (xy 22.654999 81.845601) + (xy 22.684002 81.869403) (xy 23.200469 82.38587) (xy 23.055958 82.602147) (xy 22.94299 82.874875) (xy 22.8854 83.164401) + (xy 22.8854 83.459599) (xy 22.94299 83.749125) (xy 23.055958 84.021853) (xy 23.219961 84.267302) (xy 23.428698 84.476039) + (xy 23.674147 84.640042) (xy 23.946875 84.75301) (xy 24.236401 84.8106) (xy 24.467 84.8106) (xy 24.467001 96.521168) + (xy 24.463324 96.5585) (xy 24.467001 96.595833) (xy 24.477978 96.707277) (xy 24.477998 96.707485) (xy 24.521454 96.850746) + (xy 24.592026 96.982776) (xy 24.643401 97.045376) (xy 24.687 97.098501) (xy 24.715998 97.122299) (xy 24.797696 97.203997) + (xy 24.821499 97.233001) (xy 24.937224 97.327974) (xy 25.069253 97.398546) (xy 25.212514 97.442003) (xy 25.324167 97.453) + (xy 25.324175 97.453) (xy 25.3615 97.456676) (xy 25.398825 97.453) (xy 27.417578 97.453) (xy 27.4549 97.456676) + (xy 27.492222 97.453) (xy 27.492233 97.453) (xy 27.603886 97.442003) (xy 27.747147 97.398546) (xy 27.879176 97.327974) + (xy 27.994901 97.233001) (xy 28.018703 97.203999) (xy 28.116003 97.106699) (xy 28.145001 97.082901) (xy 28.239974 96.967176) + (xy 28.300231 96.854444) (xy 28.518875 96.94501) (xy 28.808401 97.0026) (xy 29.103599 97.0026) (xy 29.333974 96.956776) + (xy 30.060201 97.683003) (xy 30.083999 97.712001) (xy 30.199724 97.806974) (xy 30.331753 97.877546) (xy 30.475014 97.921003) + (xy 30.586667 97.932) (xy 30.586676 97.932) (xy 30.623999 97.935676) (xy 30.661322 97.932) (xy 34.040278 97.932) + (xy 34.0776 97.935676) (xy 34.114922 97.932) (xy 34.114933 97.932) (xy 34.226586 97.921003) (xy 34.369847 97.877546) + (xy 34.501876 97.806974) (xy 34.617601 97.712001) (xy 34.641404 97.682997) (xy 35.642078 96.682324) (xy 35.866147 96.832042) + (xy 36.138875 96.94501) (xy 36.428401 97.0026) (xy 36.723599 97.0026) (xy 37.013125 96.94501) (xy 37.285853 96.832042) + (xy 37.531302 96.668039) (xy 37.740039 96.459302) (xy 37.904042 96.213853) (xy 38.01701 95.941125) (xy 38.0746 95.651599) + (xy 38.0746 95.356401) (xy 38.01701 95.066875) (xy 37.904042 94.794147) (xy 37.759531 94.57787) (xy 38.425722 93.911679) + (xy 53.555 93.911679) (xy 53.555 95.572322) (xy 53.578657 95.812516) (xy 53.672149 96.120715) (xy 53.82397 96.404752) + (xy 54.028287 96.653714) (xy 54.277249 96.858031) (xy 54.561286 97.009852) (xy 54.869485 97.103343) (xy 55.19 97.134911) + (xy 55.510516 97.103343) (xy 55.818715 97.009852) (xy 56.102752 96.858031) (xy 56.351714 96.653714) (xy 56.556031 96.404752) + (xy 56.707852 96.120715) (xy 56.801343 95.812516) (xy 56.825 95.572322) (xy 56.825 94.122434) (xy 57.449876 94.122434) + (xy 57.480856 94.250355) (xy 57.60999 94.544761) (xy 57.794078 94.808317) (xy 58.026046 95.030895) (xy 58.29698 95.203942) + (xy 58.596468 95.320807) (xy 58.913 95.377) (xy 59.235568 95.377) (xy 59.010273 95.47032) (xy 58.775241 95.627363) + (xy 58.575363 95.827241) (xy 58.41832 96.062273) (xy 58.310147 96.323426) (xy 58.255 96.600665) (xy 58.255 96.883335) + (xy 58.310147 97.160574) (xy 58.41832 97.421727) (xy 58.575363 97.656759) (xy 58.775241 97.856637) (xy 59.010273 98.01368) + (xy 59.271426 98.121853) (xy 59.548665 98.177) (xy 59.831335 98.177) (xy 60.108574 98.121853) (xy 60.369727 98.01368) + (xy 60.604759 97.856637) (xy 60.804637 97.656759) (xy 60.96168 97.421727) (xy 61.069853 97.160574) (xy 61.125 96.883335) + (xy 61.125 96.600665) (xy 61.069853 96.323426) (xy 60.96168 96.062273) (xy 60.804637 95.827241) (xy 60.604759 95.627363) + (xy 60.369727 95.47032) (xy 60.144432 95.377) (xy 60.467 95.377) (xy 60.783532 95.320807) (xy 61.08302 95.203942) + (xy 61.353954 95.030895) (xy 61.585922 94.808317) (xy 61.77001 94.544761) (xy 61.899144 94.250355) (xy 61.930124 94.122434) + (xy 61.830876 93.911679) (xy 62.555 93.911679) (xy 62.555 95.572322) (xy 62.578657 95.812516) (xy 62.672149 96.120715) + (xy 62.82397 96.404752) (xy 63.028287 96.653714) (xy 63.277249 96.858031) (xy 63.561286 97.009852) (xy 63.869485 97.103343) + (xy 64.19 97.134911) (xy 64.510516 97.103343) (xy 64.818715 97.009852) (xy 65.102752 96.858031) (xy 65.351714 96.653714) + (xy 65.556031 96.404752) (xy 65.707852 96.120715) (xy 65.801343 95.812516) (xy 65.825 95.572322) (xy 65.825 93.911678) + (xy 65.801343 93.671484) (xy 65.707852 93.363285) (xy 65.556031 93.079248) (xy 65.351714 92.830286) (xy 65.102751 92.625969) + (xy 64.818714 92.474148) (xy 64.510515 92.380657) (xy 64.19 92.349089) (xy 63.869484 92.380657) (xy 63.561285 92.474148) + (xy 63.277248 92.625969) (xy 63.028286 92.830286) (xy 62.823969 93.079249) (xy 62.672148 93.363286) (xy 62.578657 93.671485) + (xy 62.555 93.911679) (xy 61.830876 93.911679) (xy 61.810777 93.869) (xy 59.817 93.869) (xy 59.817 93.889) + (xy 59.563 93.889) (xy 59.563 93.869) (xy 57.569223 93.869) (xy 57.449876 94.122434) (xy 56.825 94.122434) + (xy 56.825 93.911678) (xy 56.801343 93.671484) (xy 56.707852 93.363285) (xy 56.706934 93.361566) (xy 57.449876 93.361566) + (xy 57.569223 93.615) (xy 59.563 93.615) (xy 59.563 92.107) (xy 59.817 92.107) (xy 59.817 93.615) + (xy 61.810777 93.615) (xy 61.930124 93.361566) (xy 61.899144 93.233645) (xy 61.77001 92.939239) (xy 61.585922 92.675683) + (xy 61.353954 92.453105) (xy 61.08302 92.280058) (xy 60.783532 92.163193) (xy 60.467 92.107) (xy 59.817 92.107) + (xy 59.563 92.107) (xy 58.913 92.107) (xy 58.596468 92.163193) (xy 58.29698 92.280058) (xy 58.026046 92.453105) + (xy 57.794078 92.675683) (xy 57.60999 92.939239) (xy 57.480856 93.233645) (xy 57.449876 93.361566) (xy 56.706934 93.361566) + (xy 56.556031 93.079248) (xy 56.351714 92.830286) (xy 56.102751 92.625969) (xy 55.818714 92.474148) (xy 55.510515 92.380657) + (xy 55.19 92.349089) (xy 54.869484 92.380657) (xy 54.561285 92.474148) (xy 54.277248 92.625969) (xy 54.028286 92.830286) + (xy 53.823969 93.079249) (xy 53.672148 93.363286) (xy 53.578657 93.671485) (xy 53.555 93.911679) (xy 38.425722 93.911679) + (xy 52.328004 80.009398) (xy 52.357001 79.985601) (xy 52.451974 79.869876) (xy 52.522546 79.737847) (xy 52.566003 79.594586) + (xy 52.577 79.482933) (xy 52.577 79.482932) (xy 52.580677 79.4456) (xy 52.577 79.408267) (xy 52.577 78.356609) + (xy 52.631602 78.379226) (xy 52.831561 78.419) (xy 52.893699 78.419) (xy 60.578626 86.103928) (xy 57.69 86.103928) + (xy 57.565518 86.116188) (xy 57.44582 86.152498) (xy 57.335506 86.211463) (xy 57.238815 86.290815) (xy 57.159463 86.387506) + (xy 57.100498 86.49782) (xy 57.064188 86.617518) (xy 57.051928 86.742) (xy 57.051928 88.742) (xy 57.064188 88.866482) + (xy 57.100498 88.98618) (xy 57.159463 89.096494) (xy 57.238815 89.193185) (xy 57.335506 89.272537) (xy 57.44582 89.331502) + (xy 57.565518 89.367812) (xy 57.69 89.380072) (xy 61.69 89.380072) (xy 61.814482 89.367812) (xy 61.93418 89.331502) + (xy 62.044494 89.272537) (xy 62.141185 89.193185) (xy 62.220537 89.096494) (xy 62.246472 89.047973) (xy 66.5202 93.321702) + (xy 66.520201 96.887268) (xy 66.516524 96.9246) (xy 66.520201 96.961933) (xy 66.523302 96.993412) (xy 66.531198 97.073585) + (xy 66.574654 97.216846) (xy 66.645226 97.348876) (xy 66.705014 97.421727) (xy 66.7402 97.464601) (xy 66.769198 97.488399) + (xy 68.543401 99.262603) (xy 68.567199 99.291601) (xy 68.626173 99.34) (xy 52.393705 99.34) (xy 52.45313 99.144101) + (xy 52.471 98.962664) (xy 52.471 98.141335) (xy 52.45313 97.959898) (xy 52.382511 97.727099) (xy 52.267833 97.512551) + (xy 52.113502 97.324498) (xy 51.925448 97.170167) (xy 51.7109 97.055489) (xy 51.478101 96.98487) (xy 51.236 96.961025) + (xy 50.993898 96.98487) (xy 50.983965 96.987883) (xy 51.102949 96.908381) (xy 51.292381 96.718949) (xy 51.441216 96.496201) + (xy 51.543736 96.248697) (xy 51.596 95.985948) (xy 51.596 95.718052) (xy 51.543736 95.455303) (xy 51.441216 95.207799) + (xy 51.292381 94.985051) (xy 51.102949 94.795619) (xy 50.880201 94.646784) (xy 50.632697 94.544264) (xy 50.369948 94.492) + (xy 50.102052 94.492) (xy 49.839303 94.544264) (xy 49.591799 94.646784) (xy 49.369051 94.795619) (xy 49.179619 94.985051) + (xy 49.030784 95.207799) (xy 48.928264 95.455303) (xy 48.876 95.718052) (xy 48.876 95.985948) (xy 48.928264 96.248697) + (xy 49.030784 96.496201) (xy 49.179619 96.718949) (xy 49.369051 96.908381) (xy 49.591799 97.057216) (xy 49.839303 97.159736) + (xy 50.102052 97.212) (xy 50.369948 97.212) (xy 50.535768 97.179016) (xy 50.358498 97.324498) (xy 50.204167 97.512552) + (xy 50.089489 97.7271) (xy 50.01887 97.959899) (xy 50.001 98.141336) (xy 50.001 98.962665) (xy 50.01887 99.144102) + (xy 50.078295 99.34) (xy 45.393705 99.34) (xy 45.45313 99.144102) (xy 45.471 98.962665) (xy 45.471 98.141336) + (xy 45.45313 97.959899) (xy 45.382511 97.727099) (xy 45.267833 97.512551) (xy 45.113502 97.324498) (xy 44.936232 97.179016) + (xy 45.102052 97.212) (xy 45.369948 97.212) (xy 45.632697 97.159736) (xy 45.880201 97.057216) (xy 46.102949 96.908381) + (xy 46.292381 96.718949) (xy 46.441216 96.496201) (xy 46.543736 96.248697) (xy 46.596 95.985948) (xy 46.596 95.718052) + (xy 46.543736 95.455303) (xy 46.441216 95.207799) (xy 46.292381 94.985051) (xy 46.102949 94.795619) (xy 45.880201 94.646784) + (xy 45.632697 94.544264) (xy 45.369948 94.492) (xy 45.102052 94.492) (xy 44.839303 94.544264) (xy 44.591799 94.646784) + (xy 44.369051 94.795619) (xy 44.179619 94.985051) (xy 44.030784 95.207799) (xy 43.928264 95.455303) (xy 43.876 95.718052) + (xy 43.876 95.985948) (xy 43.928264 96.248697) (xy 44.030784 96.496201) (xy 44.179619 96.718949) (xy 44.369051 96.908381) + (xy 44.488035 96.987883) (xy 44.478102 96.98487) (xy 44.236 96.961025) (xy 43.993899 96.98487) (xy 43.7611 97.055489) + (xy 43.546552 97.170167) (xy 43.358499 97.324498) (xy 43.204168 97.512551) (xy 43.089489 97.727099) (xy 43.01887 97.959898) + (xy 43.001 98.141335) (xy 43.001 98.962664) (xy 43.01887 99.144101) (xy 43.078295 99.34) (xy 20.66 99.34) + (xy 20.66 20.66) (xy 33.312398 20.66) + ) + ) + (filled_polygon + (pts + (xy 118.6953 37.632742) (xy 118.673475 37.610917) (xy 118.557807 37.726585) (xy 118.462044 37.462186) (xy 118.172429 37.321296) + (xy 117.860892 37.239616) (xy 117.539405 37.220282) (xy 117.220325 37.264039) (xy 116.915912 37.369205) (xy 116.741956 37.462186) + (xy 116.646192 37.726587) (xy 117.602 38.682395) (xy 117.616143 38.668253) (xy 117.795748 38.847858) (xy 117.781605 38.862) + (xy 117.795748 38.876143) (xy 117.616143 39.055748) (xy 117.602 39.041605) (xy 116.646192 39.997413) (xy 116.741956 40.261814) + (xy 117.031571 40.402704) (xy 117.343108 40.484384) (xy 117.664595 40.503718) (xy 117.983675 40.459961) (xy 118.288088 40.354795) + (xy 118.462044 40.261814) (xy 118.557807 39.997415) (xy 118.673475 40.113083) (xy 118.6953 40.091258) (xy 118.6953 51.579397) + (xy 118.078998 52.1957) (xy 118.016861 52.1957) (xy 117.816902 52.235474) (xy 117.628544 52.313495) (xy 117.459026 52.426763) + (xy 117.314863 52.570926) (xy 117.201595 52.740444) (xy 117.123574 52.928802) (xy 117.0838 53.128761) (xy 117.0838 53.332639) + (xy 117.123574 53.532598) (xy 117.201595 53.720956) (xy 117.314863 53.890474) (xy 117.459026 54.034637) (xy 117.628544 54.147905) + (xy 117.816902 54.225926) (xy 118.016861 54.2657) (xy 118.220739 54.2657) (xy 118.420698 54.225926) (xy 118.609056 54.147905) + (xy 118.778574 54.034637) (xy 118.922737 53.890474) (xy 119.036005 53.720956) (xy 119.114026 53.532598) (xy 119.1538 53.332639) + (xy 119.1538 53.270502) (xy 119.34 53.084302) (xy 119.340001 99.34) (xy 105.336127 99.34) (xy 105.395101 99.291601) + (xy 105.418904 99.262597) (xy 108.05178 96.629722) (xy 108.056188 96.674482) (xy 108.092498 96.79418) (xy 108.151463 96.904494) + (xy 108.230815 97.001185) (xy 108.327506 97.080537) (xy 108.43782 97.139502) (xy 108.557518 97.175812) (xy 108.682 97.188072) + (xy 111.282 97.188072) (xy 111.406482 97.175812) (xy 111.52618 97.139502) (xy 111.636494 97.080537) (xy 111.733185 97.001185) + (xy 111.812537 96.904494) (xy 111.871502 96.79418) (xy 111.907812 96.674482) (xy 111.915224 96.599224) (xy 113.812381 96.599224) + (xy 113.944317 96.894312) (xy 114.285045 97.065159) (xy 114.652557 97.16625) (xy 115.032729 97.193701) (xy 115.410951 97.146457) + (xy 115.77269 97.026333) (xy 116.019683 96.894312) (xy 116.151619 96.599224) (xy 114.982 95.429605) (xy 113.812381 96.599224) + (xy 111.915224 96.599224) (xy 111.920072 96.55) (xy 111.920072 95.300729) (xy 113.038299 95.300729) (xy 113.085543 95.678951) + (xy 113.205667 96.04069) (xy 113.337688 96.287683) (xy 113.632776 96.419619) (xy 114.802395 95.25) (xy 115.161605 95.25) + (xy 116.331224 96.419619) (xy 116.626312 96.287683) (xy 116.797159 95.946955) (xy 116.89825 95.579443) (xy 116.925701 95.199271) + (xy 116.878457 94.821049) (xy 116.758333 94.45931) (xy 116.626312 94.212317) (xy 116.331224 94.080381) (xy 115.161605 95.25) + (xy 114.802395 95.25) (xy 113.632776 94.080381) (xy 113.337688 94.212317) (xy 113.166841 94.553045) (xy 113.06575 94.920557) + (xy 113.038299 95.300729) (xy 111.920072 95.300729) (xy 111.920072 93.95) (xy 111.915225 93.900776) (xy 113.812381 93.900776) + (xy 114.982 95.070395) (xy 116.151619 93.900776) (xy 116.019683 93.605688) (xy 115.678955 93.434841) (xy 115.311443 93.33375) + (xy 114.931271 93.306299) (xy 114.553049 93.353543) (xy 114.19131 93.473667) (xy 113.944317 93.605688) (xy 113.812381 93.900776) + (xy 111.915225 93.900776) (xy 111.907812 93.825518) (xy 111.871502 93.70582) (xy 111.812537 93.595506) (xy 111.733185 93.498815) + (xy 111.636494 93.419463) (xy 111.52618 93.360498) (xy 111.406482 93.324188) (xy 111.282 93.311928) (xy 108.682 93.311928) + (xy 108.557518 93.324188) (xy 108.43782 93.360498) (xy 108.327506 93.419463) (xy 108.230815 93.498815) (xy 108.151463 93.595506) + (xy 108.092498 93.70582) (xy 108.056188 93.825518) (xy 108.043928 93.95) (xy 108.043928 94.555425) (xy 107.932424 94.615026) + (xy 107.816699 94.709999) (xy 107.792901 94.738997) (xy 104.540299 97.9916) (xy 96.081664 97.9916) (xy 96.085072 97.957) + (xy 96.085072 96.607) (xy 96.072812 96.482518) (xy 96.036502 96.36282) (xy 95.977537 96.252506) (xy 95.898185 96.155815) + (xy 95.801494 96.076463) (xy 95.69118 96.017498) (xy 95.571482 95.981188) (xy 95.447 95.968928) (xy 94.097 95.968928) + (xy 93.972518 95.981188) (xy 93.85282 96.017498) (xy 93.742506 96.076463) (xy 93.645815 96.155815) (xy 93.574513 96.242697) + (xy 93.392518 96.121093) (xy 93.154113 96.022342) (xy 92.901024 95.972) (xy 92.642976 95.972) (xy 92.389887 96.022342) + (xy 92.151482 96.121093) (xy 91.936923 96.264456) (xy 91.772 96.429379) (xy 91.607077 96.264456) (xy 91.392518 96.121093) + (xy 91.154113 96.022342) (xy 90.901024 95.972) (xy 90.642976 95.972) (xy 90.389887 96.022342) (xy 90.151482 96.121093) + (xy 89.936923 96.264456) (xy 89.772 96.429379) (xy 89.607077 96.264456) (xy 89.392518 96.121093) (xy 89.154113 96.022342) + (xy 88.901024 95.972) (xy 88.642976 95.972) (xy 88.389887 96.022342) (xy 88.151482 96.121093) (xy 87.936923 96.264456) + (xy 87.772 96.429379) (xy 87.607077 96.264456) (xy 87.392518 96.121093) (xy 87.154113 96.022342) (xy 86.901024 95.972) + (xy 86.642976 95.972) (xy 86.389887 96.022342) (xy 86.151482 96.121093) (xy 85.936923 96.264456) (xy 85.772 96.429379) + (xy 85.607077 96.264456) (xy 85.392518 96.121093) (xy 85.154113 96.022342) (xy 84.901024 95.972) (xy 84.642976 95.972) + (xy 84.389887 96.022342) (xy 84.151482 96.121093) (xy 83.936923 96.264456) (xy 83.772 96.429379) (xy 83.607077 96.264456) + (xy 83.392518 96.121093) (xy 83.154113 96.022342) (xy 82.901024 95.972) (xy 82.642976 95.972) (xy 82.389887 96.022342) + (xy 82.151482 96.121093) (xy 81.936923 96.264456) (xy 81.772 96.429379) (xy 81.607077 96.264456) (xy 81.392518 96.121093) + (xy 81.154113 96.022342) (xy 80.901024 95.972) (xy 80.642976 95.972) (xy 80.389887 96.022342) (xy 80.151482 96.121093) + (xy 79.936923 96.264456) (xy 79.754456 96.446923) (xy 79.611093 96.661482) (xy 79.512342 96.899887) (xy 79.462 97.152976) + (xy 79.462 97.411024) (xy 79.512342 97.664113) (xy 79.611093 97.902518) (xy 79.670615 97.9916) (xy 77.981701 97.9916) + (xy 91.253301 84.72) (xy 107.681928 84.72) (xy 107.694188 84.844482) (xy 107.730498 84.96418) (xy 107.789463 85.074494) + (xy 107.868815 85.171185) (xy 107.965506 85.250537) (xy 108.07582 85.309502) (xy 108.195518 85.345812) (xy 108.32 85.358072) + (xy 108.93425 85.355) (xy 109.093 85.19625) (xy 109.093 83.947) (xy 107.84375 83.947) (xy 107.685 84.10575) + (xy 107.681928 84.72) (xy 91.253301 84.72) (xy 91.410904 84.562398) (xy 91.439901 84.538601) (xy 91.534874 84.422876) + (xy 91.605446 84.290847) (xy 91.648903 84.147586) (xy 91.6599 84.035933) (xy 91.6599 84.035932) (xy 91.663577 83.9986) + (xy 91.6599 83.961267) (xy 91.6599 82.92) (xy 107.681928 82.92) (xy 107.685 83.53425) (xy 107.84375 83.693) + (xy 109.093 83.693) (xy 109.093 82.44375) (xy 108.93425 82.285) (xy 108.32 82.281928) (xy 108.195518 82.294188) + (xy 108.07582 82.330498) (xy 107.965506 82.389463) (xy 107.868815 82.468815) (xy 107.789463 82.565506) (xy 107.730498 82.67582) + (xy 107.694188 82.795518) (xy 107.681928 82.92) (xy 91.6599 82.92) (xy 91.6599 78.332601) (xy 100.488271 69.504231) + (xy 100.445026 69.556924) (xy 100.374454 69.688954) (xy 100.358947 69.740076) (xy 100.330998 69.832214) (xy 100.326331 69.879599) + (xy 100.316324 69.9812) (xy 100.320001 70.018532) (xy 100.32 73.975289) (xy 100.276063 74.019226) (xy 100.162795 74.188744) + (xy 100.084774 74.377102) (xy 100.045 74.577061) (xy 100.045 74.780939) (xy 100.084774 74.980898) (xy 100.162795 75.169256) + (xy 100.276063 75.338774) (xy 100.420226 75.482937) (xy 100.589744 75.596205) (xy 100.778102 75.674226) (xy 100.978061 75.714) + (xy 101.181939 75.714) (xy 101.381898 75.674226) (xy 101.570256 75.596205) (xy 101.739774 75.482937) (xy 101.883937 75.338774) + (xy 101.997205 75.169256) (xy 102.075226 74.980898) (xy 102.115 74.780939) (xy 102.115 74.577061) (xy 102.075226 74.377102) + (xy 101.997205 74.188744) (xy 101.883937 74.019226) (xy 101.84 73.975289) (xy 101.84 71.9467) (xy 102.038439 71.9467) + (xy 102.238398 71.906926) (xy 102.426756 71.828905) (xy 102.596274 71.715637) (xy 102.740437 71.571474) (xy 102.853705 71.401956) + (xy 102.931726 71.213598) (xy 102.9715 71.013639) (xy 102.9715 70.809761) (xy 102.940979 70.656322) (xy 105.1187 68.478601) + (xy 105.118701 78.430688) (xy 105.074763 78.474626) (xy 104.961495 78.644144) (xy 104.883474 78.832502) (xy 104.8437 79.032461) + (xy 104.8437 79.236339) (xy 104.883474 79.436298) (xy 104.961495 79.624656) (xy 105.074763 79.794174) (xy 105.218926 79.938337) + (xy 105.388444 80.051605) (xy 105.576802 80.129626) (xy 105.776761 80.1694) (xy 105.980639 80.1694) (xy 106.180598 80.129626) + (xy 106.368956 80.051605) (xy 106.538474 79.938337) (xy 106.682637 79.794174) (xy 106.795905 79.624656) (xy 106.873926 79.436298) + (xy 106.9137 79.236339) (xy 106.9137 79.032461) (xy 106.908238 79.005) (xy 107.681928 79.005) (xy 107.694188 79.129482) + (xy 107.730498 79.24918) (xy 107.789463 79.359494) (xy 107.868815 79.456185) (xy 107.965506 79.535537) (xy 108.07582 79.594502) + (xy 108.195518 79.630812) (xy 108.32 79.643072) (xy 108.93425 79.64) (xy 109.093 79.48125) (xy 109.093 78.232) + (xy 107.84375 78.232) (xy 107.685 78.39075) (xy 107.681928 79.005) (xy 106.908238 79.005) (xy 106.873926 78.832502) + (xy 106.795905 78.644144) (xy 106.682637 78.474626) (xy 106.6387 78.430689) (xy 106.6387 77.205) (xy 107.681928 77.205) + (xy 107.685 77.81925) (xy 107.84375 77.978) (xy 109.093 77.978) (xy 109.093 76.72875) (xy 108.93425 76.57) + (xy 108.32 76.566928) (xy 108.195518 76.579188) (xy 108.07582 76.615498) (xy 107.965506 76.674463) (xy 107.868815 76.753815) + (xy 107.789463 76.850506) (xy 107.730498 76.96082) (xy 107.694188 77.080518) (xy 107.681928 77.205) (xy 106.6387 77.205) + (xy 106.6387 73.29) (xy 107.681928 73.29) (xy 107.694188 73.414482) (xy 107.730498 73.53418) (xy 107.789463 73.644494) + (xy 107.868815 73.741185) (xy 107.965506 73.820537) (xy 108.07582 73.879502) (xy 108.195518 73.915812) (xy 108.32 73.928072) + (xy 108.93425 73.925) (xy 109.055036 73.804214) (xy 109.046674 73.824402) (xy 109.0069 74.024361) (xy 109.0069 74.228239) + (xy 109.046674 74.428198) (xy 109.124695 74.616556) (xy 109.237963 74.786074) (xy 109.382126 74.930237) (xy 109.551644 75.043505) + (xy 109.685301 75.098868) (xy 109.685301 76.569102) (xy 109.50575 76.57) (xy 109.347 76.72875) (xy 109.347 77.978) + (xy 109.367 77.978) (xy 109.367 78.232) (xy 109.347 78.232) (xy 109.347 79.48125) (xy 109.50575 79.64) + (xy 109.6853 79.640898) (xy 109.6853 82.284102) (xy 109.50575 82.285) (xy 109.347 82.44375) (xy 109.347 83.693) + (xy 109.367 83.693) (xy 109.367 83.947) (xy 109.347 83.947) (xy 109.347 85.19625) (xy 109.50575 85.355) + (xy 110.12 85.358072) (xy 110.244482 85.345812) (xy 110.36418 85.309502) (xy 110.474494 85.250537) (xy 110.571185 85.171185) + (xy 110.650537 85.074494) (xy 110.709502 84.96418) (xy 110.715056 84.945873) (xy 110.781495 85.012312) (xy 111.032905 85.180299) + (xy 111.312257 85.296011) (xy 111.608816 85.355) (xy 111.911184 85.355) (xy 112.207743 85.296011) (xy 112.487095 85.180299) + (xy 112.738505 85.012312) (xy 112.952312 84.798505) (xy 113.004767 84.72) (xy 113.396928 84.72) (xy 113.409188 84.844482) + (xy 113.445498 84.96418) (xy 113.504463 85.074494) (xy 113.583815 85.171185) (xy 113.680506 85.250537) (xy 113.79082 85.309502) + (xy 113.910518 85.345812) (xy 114.035 85.358072) (xy 114.64925 85.355) (xy 114.808 85.19625) (xy 114.808 83.947) + (xy 113.55875 83.947) (xy 113.4 84.10575) (xy 113.396928 84.72) (xy 113.004767 84.72) (xy 113.120299 84.547095) + (xy 113.236011 84.267743) (xy 113.295 83.971184) (xy 113.295 83.668816) (xy 113.236011 83.372257) (xy 113.120299 83.092905) + (xy 113.004768 82.92) (xy 113.396928 82.92) (xy 113.4 83.53425) (xy 113.55875 83.693) (xy 114.808 83.693) + (xy 114.808 82.44375) (xy 115.062 82.44375) (xy 115.062 83.693) (xy 115.082 83.693) (xy 115.082 83.947) + (xy 115.062 83.947) (xy 115.062 85.19625) (xy 115.22075 85.355) (xy 115.835 85.358072) (xy 115.959482 85.345812) + (xy 116.07918 85.309502) (xy 116.189494 85.250537) (xy 116.286185 85.171185) (xy 116.365537 85.074494) (xy 116.424502 84.96418) + (xy 116.430056 84.945873) (xy 116.496495 85.012312) (xy 116.747905 85.180299) (xy 117.027257 85.296011) (xy 117.323816 85.355) + (xy 117.626184 85.355) (xy 117.922743 85.296011) (xy 118.202095 85.180299) (xy 118.453505 85.012312) (xy 118.667312 84.798505) + (xy 118.835299 84.547095) (xy 118.951011 84.267743) (xy 119.01 83.971184) (xy 119.01 83.668816) (xy 118.951011 83.372257) + (xy 118.835299 83.092905) (xy 118.667312 82.841495) (xy 118.453505 82.627688) (xy 118.202095 82.459701) (xy 117.922743 82.343989) + (xy 117.626184 82.285) (xy 117.323816 82.285) (xy 117.027257 82.343989) (xy 116.747905 82.459701) (xy 116.496495 82.627688) + (xy 116.430056 82.694127) (xy 116.424502 82.67582) (xy 116.365537 82.565506) (xy 116.286185 82.468815) (xy 116.189494 82.389463) + (xy 116.07918 82.330498) (xy 115.959482 82.294188) (xy 115.835 82.281928) (xy 115.22075 82.285) (xy 115.062 82.44375) + (xy 114.808 82.44375) (xy 114.64925 82.285) (xy 114.035 82.281928) (xy 113.910518 82.294188) (xy 113.79082 82.330498) + (xy 113.680506 82.389463) (xy 113.583815 82.468815) (xy 113.504463 82.565506) (xy 113.445498 82.67582) (xy 113.409188 82.795518) + (xy 113.396928 82.92) (xy 113.004768 82.92) (xy 112.952312 82.841495) (xy 112.738505 82.627688) (xy 112.487095 82.459701) + (xy 112.207743 82.343989) (xy 111.911184 82.285) (xy 111.608816 82.285) (xy 111.35107 82.336269) (xy 111.2053 82.190499) + (xy 111.2053 79.536708) (xy 111.312257 79.581011) (xy 111.608816 79.64) (xy 111.911184 79.64) (xy 112.207743 79.581011) + (xy 112.487095 79.465299) (xy 112.738505 79.297312) (xy 112.952312 79.083505) (xy 113.004767 79.005) (xy 113.396928 79.005) + (xy 113.409188 79.129482) (xy 113.445498 79.24918) (xy 113.504463 79.359494) (xy 113.583815 79.456185) (xy 113.680506 79.535537) + (xy 113.79082 79.594502) (xy 113.910518 79.630812) (xy 114.035 79.643072) (xy 114.64925 79.64) (xy 114.808 79.48125) + (xy 114.808 78.232) (xy 113.55875 78.232) (xy 113.4 78.39075) (xy 113.396928 79.005) (xy 113.004767 79.005) + (xy 113.120299 78.832095) (xy 113.236011 78.552743) (xy 113.295 78.256184) (xy 113.295 77.953816) (xy 113.236011 77.657257) + (xy 113.120299 77.377905) (xy 113.004768 77.205) (xy 113.396928 77.205) (xy 113.4 77.81925) (xy 113.55875 77.978) + (xy 114.808 77.978) (xy 114.808 76.72875) (xy 115.062 76.72875) (xy 115.062 77.978) (xy 115.082 77.978) + (xy 115.082 78.232) (xy 115.062 78.232) (xy 115.062 79.48125) (xy 115.22075 79.64) (xy 115.835 79.643072) + (xy 115.959482 79.630812) (xy 116.07918 79.594502) (xy 116.189494 79.535537) (xy 116.286185 79.456185) (xy 116.365537 79.359494) + (xy 116.424502 79.24918) (xy 116.430056 79.230873) (xy 116.496495 79.297312) (xy 116.747905 79.465299) (xy 117.027257 79.581011) + (xy 117.323816 79.64) (xy 117.626184 79.64) (xy 117.922743 79.581011) (xy 118.202095 79.465299) (xy 118.453505 79.297312) + (xy 118.667312 79.083505) (xy 118.835299 78.832095) (xy 118.951011 78.552743) (xy 119.01 78.256184) (xy 119.01 77.953816) + (xy 118.951011 77.657257) (xy 118.835299 77.377905) (xy 118.667312 77.126495) (xy 118.453505 76.912688) (xy 118.202095 76.744701) + (xy 117.922743 76.628989) (xy 117.626184 76.57) (xy 117.323816 76.57) (xy 117.027257 76.628989) (xy 116.747905 76.744701) + (xy 116.496495 76.912688) (xy 116.430056 76.979127) (xy 116.424502 76.96082) (xy 116.365537 76.850506) (xy 116.286185 76.753815) + (xy 116.189494 76.674463) (xy 116.07918 76.615498) (xy 115.959482 76.579188) (xy 115.835 76.566928) (xy 115.22075 76.57) + (xy 115.062 76.72875) (xy 114.808 76.72875) (xy 114.64925 76.57) (xy 114.035 76.566928) (xy 113.910518 76.579188) + (xy 113.79082 76.615498) (xy 113.680506 76.674463) (xy 113.583815 76.753815) (xy 113.504463 76.850506) (xy 113.445498 76.96082) + (xy 113.409188 77.080518) (xy 113.396928 77.205) (xy 113.004768 77.205) (xy 112.952312 77.126495) (xy 112.738505 76.912688) + (xy 112.487095 76.744701) (xy 112.207743 76.628989) (xy 111.911184 76.57) (xy 111.608816 76.57) (xy 111.312257 76.628989) + (xy 111.2053 76.673292) (xy 111.2053 74.567025) (xy 111.208976 74.5297) (xy 111.2053 74.492375) (xy 111.2053 74.492367) + (xy 111.194303 74.380714) (xy 111.150846 74.237453) (xy 111.080274 74.105424) (xy 111.0769 74.101313) (xy 111.0769 74.024361) + (xy 111.037126 73.824402) (xy 110.9963 73.72584) (xy 111.032905 73.750299) (xy 111.312257 73.866011) (xy 111.608816 73.925) + (xy 111.911184 73.925) (xy 112.207743 73.866011) (xy 112.487095 73.750299) (xy 112.738505 73.582312) (xy 112.952312 73.368505) + (xy 113.004767 73.29) (xy 113.396928 73.29) (xy 113.409188 73.414482) (xy 113.445498 73.53418) (xy 113.504463 73.644494) + (xy 113.583815 73.741185) (xy 113.680506 73.820537) (xy 113.79082 73.879502) (xy 113.910518 73.915812) (xy 114.035 73.928072) + (xy 114.64925 73.925) (xy 114.808 73.76625) (xy 114.808 72.517) (xy 113.55875 72.517) (xy 113.4 72.67575) + (xy 113.396928 73.29) (xy 113.004767 73.29) (xy 113.120299 73.117095) (xy 113.236011 72.837743) (xy 113.295 72.541184) + (xy 113.295 72.238816) (xy 113.236011 71.942257) (xy 113.120299 71.662905) (xy 113.004768 71.49) (xy 113.396928 71.49) + (xy 113.4 72.10425) (xy 113.55875 72.263) (xy 114.808 72.263) (xy 114.808 71.01375) (xy 115.062 71.01375) + (xy 115.062 72.263) (xy 115.082 72.263) (xy 115.082 72.517) (xy 115.062 72.517) (xy 115.062 73.76625) + (xy 115.22075 73.925) (xy 115.835 73.928072) (xy 115.959482 73.915812) (xy 116.07918 73.879502) (xy 116.189494 73.820537) + (xy 116.286185 73.741185) (xy 116.365537 73.644494) (xy 116.424502 73.53418) (xy 116.430056 73.515873) (xy 116.496495 73.582312) + (xy 116.747905 73.750299) (xy 117.027257 73.866011) (xy 117.323816 73.925) (xy 117.626184 73.925) (xy 117.922743 73.866011) + (xy 118.202095 73.750299) (xy 118.453505 73.582312) (xy 118.667312 73.368505) (xy 118.835299 73.117095) (xy 118.951011 72.837743) + (xy 119.01 72.541184) (xy 119.01 72.238816) (xy 118.951011 71.942257) (xy 118.835299 71.662905) (xy 118.667312 71.411495) + (xy 118.453505 71.197688) (xy 118.202095 71.029701) (xy 117.922743 70.913989) (xy 117.626184 70.855) (xy 117.323816 70.855) + (xy 117.027257 70.913989) (xy 116.747905 71.029701) (xy 116.496495 71.197688) (xy 116.430056 71.264127) (xy 116.424502 71.24582) + (xy 116.365537 71.135506) (xy 116.286185 71.038815) (xy 116.189494 70.959463) (xy 116.07918 70.900498) (xy 115.959482 70.864188) + (xy 115.835 70.851928) (xy 115.22075 70.855) (xy 115.062 71.01375) (xy 114.808 71.01375) (xy 114.64925 70.855) + (xy 114.035 70.851928) (xy 113.910518 70.864188) (xy 113.79082 70.900498) (xy 113.680506 70.959463) (xy 113.583815 71.038815) + (xy 113.504463 71.135506) (xy 113.445498 71.24582) (xy 113.409188 71.365518) (xy 113.396928 71.49) (xy 113.004768 71.49) + (xy 112.952312 71.411495) (xy 112.738505 71.197688) (xy 112.487095 71.029701) (xy 112.207743 70.913989) (xy 111.911184 70.855) + (xy 111.608816 70.855) (xy 111.312257 70.913989) (xy 111.032905 71.029701) (xy 110.781495 71.197688) (xy 110.715056 71.264127) + (xy 110.709502 71.24582) (xy 110.650537 71.135506) (xy 110.571185 71.038815) (xy 110.474494 70.959463) (xy 110.36418 70.900498) + (xy 110.244482 70.864188) (xy 110.12 70.851928) (xy 109.50575 70.855) (xy 109.347 71.01375) (xy 109.347 72.263) + (xy 109.367 72.263) (xy 109.367 72.517) (xy 109.347 72.517) (xy 109.347 72.537) (xy 109.093 72.537) + (xy 109.093 72.517) (xy 107.84375 72.517) (xy 107.685 72.67575) (xy 107.681928 73.29) (xy 106.6387 73.29) + (xy 106.6387 71.49) (xy 107.681928 71.49) (xy 107.685 72.10425) (xy 107.84375 72.263) (xy 109.093 72.263) + (xy 109.093 71.01375) (xy 108.93425 70.855) (xy 108.32 70.851928) (xy 108.195518 70.864188) (xy 108.07582 70.900498) + (xy 107.965506 70.959463) (xy 107.868815 71.038815) (xy 107.789463 71.135506) (xy 107.730498 71.24582) (xy 107.694188 71.365518) + (xy 107.681928 71.49) (xy 106.6387 71.49) (xy 106.6387 68.012301) (xy 107.684974 66.966028) (xy 107.681928 67.575) + (xy 107.694188 67.699482) (xy 107.730498 67.81918) (xy 107.789463 67.929494) (xy 107.868815 68.026185) (xy 107.965506 68.105537) + (xy 108.07582 68.164502) (xy 108.195518 68.200812) (xy 108.32 68.213072) (xy 108.93425 68.21) (xy 109.093 68.05125) + (xy 109.093 66.802) (xy 109.073 66.802) (xy 109.073 66.548) (xy 109.093 66.548) (xy 109.093 66.528) + (xy 109.347 66.528) (xy 109.347 66.548) (xy 109.367 66.548) (xy 109.367 66.802) (xy 109.347 66.802) + (xy 109.347 68.05125) (xy 109.50575 68.21) (xy 110.12 68.213072) (xy 110.244482 68.200812) (xy 110.36418 68.164502) + (xy 110.474494 68.105537) (xy 110.571185 68.026185) (xy 110.650537 67.929494) (xy 110.709502 67.81918) (xy 110.715056 67.800873) + (xy 110.781495 67.867312) (xy 111.032905 68.035299) (xy 111.312257 68.151011) (xy 111.608816 68.21) (xy 111.911184 68.21) + (xy 112.207743 68.151011) (xy 112.487095 68.035299) (xy 112.738505 67.867312) (xy 112.952312 67.653505) (xy 113.004767 67.575) + (xy 113.396928 67.575) (xy 113.409188 67.699482) (xy 113.445498 67.81918) (xy 113.504463 67.929494) (xy 113.583815 68.026185) + (xy 113.680506 68.105537) (xy 113.79082 68.164502) (xy 113.910518 68.200812) (xy 114.035 68.213072) (xy 114.64925 68.21) + (xy 114.808 68.05125) (xy 114.808 66.802) (xy 113.55875 66.802) (xy 113.4 66.96075) (xy 113.396928 67.575) + (xy 113.004767 67.575) (xy 113.120299 67.402095) (xy 113.236011 67.122743) (xy 113.295 66.826184) (xy 113.295 66.523816) + (xy 113.236011 66.227257) (xy 113.120299 65.947905) (xy 113.004768 65.775) (xy 113.396928 65.775) (xy 113.4 66.38925) + (xy 113.55875 66.548) (xy 114.808 66.548) (xy 114.808 65.29875) (xy 115.062 65.29875) (xy 115.062 66.548) + (xy 115.082 66.548) (xy 115.082 66.802) (xy 115.062 66.802) (xy 115.062 68.05125) (xy 115.22075 68.21) + (xy 115.835 68.213072) (xy 115.959482 68.200812) (xy 116.07918 68.164502) (xy 116.189494 68.105537) (xy 116.286185 68.026185) + (xy 116.365537 67.929494) (xy 116.424502 67.81918) (xy 116.430056 67.800873) (xy 116.496495 67.867312) (xy 116.747905 68.035299) + (xy 117.027257 68.151011) (xy 117.323816 68.21) (xy 117.626184 68.21) (xy 117.922743 68.151011) (xy 118.202095 68.035299) + (xy 118.453505 67.867312) (xy 118.667312 67.653505) (xy 118.835299 67.402095) (xy 118.951011 67.122743) (xy 119.01 66.826184) + (xy 119.01 66.523816) (xy 118.951011 66.227257) (xy 118.835299 65.947905) (xy 118.667312 65.696495) (xy 118.453505 65.482688) + (xy 118.202095 65.314701) (xy 117.922743 65.198989) (xy 117.626184 65.14) (xy 117.323816 65.14) (xy 117.027257 65.198989) + (xy 116.747905 65.314701) (xy 116.496495 65.482688) (xy 116.430056 65.549127) (xy 116.424502 65.53082) (xy 116.365537 65.420506) + (xy 116.286185 65.323815) (xy 116.189494 65.244463) (xy 116.07918 65.185498) (xy 115.959482 65.149188) (xy 115.835 65.136928) + (xy 115.22075 65.14) (xy 115.062 65.29875) (xy 114.808 65.29875) (xy 114.64925 65.14) (xy 114.035 65.136928) + (xy 113.910518 65.149188) (xy 113.79082 65.185498) (xy 113.680506 65.244463) (xy 113.583815 65.323815) (xy 113.504463 65.420506) + (xy 113.445498 65.53082) (xy 113.409188 65.650518) (xy 113.396928 65.775) (xy 113.004768 65.775) (xy 112.952312 65.696495) + (xy 112.738505 65.482688) (xy 112.487095 65.314701) (xy 112.207743 65.198989) (xy 111.911184 65.14) (xy 111.608816 65.14) + (xy 111.312257 65.198989) (xy 111.032905 65.314701) (xy 110.781495 65.482688) (xy 110.715056 65.549127) (xy 110.709502 65.53082) + (xy 110.650537 65.420506) (xy 110.571185 65.323815) (xy 110.474494 65.244463) (xy 110.36418 65.185498) (xy 110.244482 65.149188) + (xy 110.12 65.136928) (xy 109.511028 65.139974) (xy 115.245922 59.40508) (xy 115.418461 59.4394) (xy 115.622339 59.4394) + (xy 115.822298 59.399626) (xy 116.010656 59.321605) (xy 116.180174 59.208337) (xy 116.324337 59.064174) (xy 116.437605 58.894656) + (xy 116.515626 58.706298) (xy 116.5554 58.506339) (xy 116.5554 58.302461) (xy 116.515626 58.102502) (xy 116.437605 57.914144) + (xy 116.324337 57.744626) (xy 116.207148 57.627437) (xy 116.217726 57.601898) (xy 116.2575 57.401939) (xy 116.2575 57.198061) + (xy 116.217726 56.998102) (xy 116.139705 56.809744) (xy 116.026437 56.640226) (xy 115.882274 56.496063) (xy 115.712756 56.382795) + (xy 115.6718 56.36583) (xy 115.6718 56.322461) (xy 115.632026 56.122502) (xy 115.554005 55.934144) (xy 115.440737 55.764626) + (xy 115.296574 55.620463) (xy 115.127056 55.507195) (xy 114.938698 55.429174) (xy 114.738739 55.3894) (xy 114.534861 55.3894) + (xy 114.334902 55.429174) (xy 114.146544 55.507195) (xy 113.977026 55.620463) (xy 113.832863 55.764626) (xy 113.719595 55.934144) + (xy 113.641574 56.122502) (xy 113.6018 56.322461) (xy 113.6018 56.384597) (xy 108.869837 61.11656) (xy 108.913074 61.063877) + (xy 108.983646 60.931847) (xy 108.993739 60.898574) (xy 109.027103 60.788586) (xy 109.0381 60.676933) (xy 109.0381 60.676924) + (xy 109.041776 60.639601) (xy 109.0381 60.602278) (xy 109.0381 57.278311) (xy 109.082037 57.234374) (xy 109.195305 57.064856) + (xy 109.273326 56.876498) (xy 109.3131 56.676539) (xy 109.3131 56.472661) (xy 109.273326 56.272702) (xy 109.195305 56.084344) + (xy 109.082037 55.914826) (xy 108.937874 55.770663) (xy 108.768356 55.657395) (xy 108.579998 55.579374) (xy 108.380039 55.5396) + (xy 108.176161 55.5396) (xy 107.976202 55.579374) (xy 107.8261 55.641549) (xy 107.8261 53.697101) (xy 109.576502 51.9467) + (xy 109.638639 51.9467) (xy 109.838598 51.906926) (xy 110.026956 51.828905) (xy 110.196474 51.715637) (xy 110.340637 51.571474) + (xy 110.453905 51.401956) (xy 110.531926 51.213598) (xy 110.5717 51.013639) (xy 110.5717 50.809761) (xy 110.531926 50.609802) + (xy 110.453905 50.421444) (xy 110.340637 50.251926) (xy 110.196474 50.107763) (xy 110.026956 49.994495) (xy 109.838598 49.916474) + (xy 109.638639 49.8767) (xy 109.434761 49.8767) (xy 109.234802 49.916474) (xy 109.046444 49.994495) (xy 108.876926 50.107763) + (xy 108.732763 50.251926) (xy 108.619495 50.421444) (xy 108.541474 50.609802) (xy 108.5017 50.809761) (xy 108.5017 50.871898) + (xy 107.222747 52.150852) (xy 107.221026 52.142202) (xy 107.143005 51.953844) (xy 107.029737 51.784326) (xy 106.901356 51.655945) + (xy 111.413703 47.143599) (xy 111.442701 47.119801) (xy 111.537674 47.004076) (xy 111.608246 46.872047) (xy 111.651703 46.728786) + (xy 111.6627 46.617133) (xy 111.6627 46.617124) (xy 111.666376 46.579801) (xy 111.6627 46.542478) (xy 111.6627 46.338311) + (xy 111.706637 46.294374) (xy 111.819905 46.124856) (xy 111.897926 45.936498) (xy 111.9377 45.736539) (xy 111.9377 45.532661) + (xy 111.897926 45.332702) (xy 111.819905 45.144344) (xy 111.706637 44.974826) (xy 111.562474 44.830663) (xy 111.552382 44.82392) + (xy 112.920403 43.455899) (xy 112.949401 43.432101) (xy 113.044374 43.316376) (xy 113.114946 43.184347) (xy 113.158403 43.041086) + (xy 113.1694 42.929433) (xy 113.173077 42.8921) (xy 113.1694 42.854767) (xy 113.1694 42.800311) (xy 113.213337 42.756374) + (xy 113.326605 42.586856) (xy 113.404626 42.398498) (xy 113.4444 42.198539) (xy 113.4444 41.994661) (xy 113.404626 41.794702) + (xy 113.326605 41.606344) (xy 113.213337 41.436826) (xy 113.069174 41.292663) (xy 112.899656 41.179395) (xy 112.711298 41.101374) + (xy 112.511339 41.0616) (xy 112.307461 41.0616) (xy 112.107502 41.101374) (xy 111.919144 41.179395) (xy 111.749626 41.292663) + (xy 111.605463 41.436826) (xy 111.492195 41.606344) (xy 111.414174 41.794702) (xy 111.3744 41.994661) (xy 111.3744 42.198539) + (xy 111.414174 42.398498) (xy 111.492195 42.586856) (xy 111.551334 42.675364) (xy 111.227705 42.998994) (xy 111.167674 42.938963) + (xy 110.998156 42.825695) (xy 110.809798 42.747674) (xy 110.609839 42.7079) (xy 110.405961 42.7079) (xy 110.206002 42.747674) + (xy 110.045577 42.814125) (xy 110.493004 42.366698) (xy 110.522001 42.342901) (xy 110.557311 42.299876) (xy 110.616974 42.227177) + (xy 110.687546 42.095147) (xy 110.697312 42.062953) (xy 110.731003 41.951886) (xy 110.742 41.840233) (xy 110.742 41.840223) + (xy 110.745676 41.8029) (xy 110.742 41.765577) (xy 110.742 40.316909) (xy 110.756463 40.310918) (xy 111.024252 40.131987) + (xy 111.158826 39.997413) (xy 111.566192 39.997413) (xy 111.661956 40.261814) (xy 111.951571 40.402704) (xy 112.263108 40.484384) + (xy 112.584595 40.503718) (xy 112.903675 40.459961) (xy 113.208088 40.354795) (xy 113.382044 40.261814) (xy 113.477808 39.997413) + (xy 112.522 39.041605) (xy 111.566192 39.997413) (xy 111.158826 39.997413) (xy 111.251987 39.904252) (xy 111.32472 39.7954) + (xy 111.386587 39.817808) (xy 112.342395 38.862) (xy 112.328253 38.847858) (xy 112.507858 38.668253) (xy 112.522 38.682395) + (xy 112.536143 38.668253) (xy 112.715748 38.847858) (xy 112.701605 38.862) (xy 113.657413 39.817808) (xy 113.71928 39.7954) + (xy 113.792013 39.904252) (xy 114.019748 40.131987) (xy 114.287537 40.310918) (xy 114.585088 40.434168) (xy 114.900967 40.497) + (xy 115.223033 40.497) (xy 115.538912 40.434168) (xy 115.836463 40.310918) (xy 116.104252 40.131987) (xy 116.331987 39.904252) + (xy 116.40472 39.7954) (xy 116.466587 39.817808) (xy 117.422395 38.862) (xy 116.466587 37.906192) (xy 116.40472 37.9286) + (xy 116.331987 37.819748) (xy 116.104252 37.592013) (xy 115.836463 37.413082) (xy 115.538912 37.289832) (xy 115.223033 37.227) + (xy 114.900967 37.227) (xy 114.585088 37.289832) (xy 114.570624 37.295823) (xy 114.251404 36.976603) (xy 114.227601 36.947599) + (xy 114.111876 36.852626) (xy 113.979847 36.782054) (xy 113.836586 36.738597) (xy 113.724933 36.7276) (xy 113.724922 36.7276) + (xy 113.6876 36.723924) (xy 113.650278 36.7276) (xy 106.389733 36.7276) (xy 106.3645 36.725115) (xy 106.3645 35.934301) + (xy 117.110625 25.188177) (xy 117.125088 25.194168) (xy 117.440967 25.257) (xy 117.763033 25.257) (xy 118.078912 25.194168) + (xy 118.376463 25.070918) (xy 118.644252 24.891987) (xy 118.695301 24.840938) + ) + ) + (filled_polygon + (pts + (xy 71.5954 76.845402) (xy 71.595401 95.781421) (xy 71.533026 95.857424) (xy 71.462454 95.989454) (xy 71.436061 96.076463) + (xy 71.418998 96.132714) (xy 71.411172 96.212172) (xy 71.365487 96.242697) (xy 71.294185 96.155815) (xy 71.197494 96.076463) + (xy 71.08718 96.017498) (xy 70.967482 95.981188) (xy 70.843 95.968928) (xy 70.45375 95.972) (xy 70.295 96.13075) + (xy 70.295 97.155) (xy 70.315 97.155) (xy 70.315 97.409) (xy 70.295 97.409) (xy 70.295 97.429) + (xy 70.041 97.429) (xy 70.041 97.409) (xy 70.021 97.409) (xy 70.021 97.155) (xy 70.041 97.155) + (xy 70.041 96.13075) (xy 69.9277 96.01745) (xy 69.9277 93.655523) (xy 69.931376 93.6182) (xy 69.9277 93.580877) + (xy 69.9277 93.580867) (xy 69.916703 93.469214) (xy 69.873246 93.325953) (xy 69.802674 93.193924) (xy 69.707701 93.078199) + (xy 69.678704 93.054402) (xy 53.9685 77.344199) (xy 53.9685 77.282061) (xy 53.928726 77.082102) (xy 53.850705 76.893744) + (xy 53.737437 76.724226) (xy 53.593274 76.580063) (xy 53.423756 76.466795) (xy 53.235398 76.388774) (xy 53.035439 76.349) + (xy 52.831561 76.349) (xy 52.631602 76.388774) (xy 52.577 76.411391) (xy 52.577 58.540323) (xy 52.580676 58.503) + (xy 52.577 58.465677) (xy 52.577 58.465667) (xy 52.566003 58.354014) (xy 52.522546 58.210753) (xy 52.506544 58.180815) + (xy 52.451974 58.078723) (xy 52.380799 57.991997) (xy 52.357001 57.962999) (xy 52.328003 57.939201) (xy 50.911023 56.522222) + (xy 51.05568 56.305727) (xy 51.055693 56.305695) + ) + ) + (filled_polygon + (pts + (xy 51.057 79.130798) (xy 37.905673 92.282126) (xy 37.782817 92.075512) (xy 37.586293 91.857146) (xy 37.350944 91.681316) + (xy 37.085814 91.554778) (xy 36.935026 91.509042) (xy 36.703 91.630183) (xy 36.703 92.837) (xy 36.723 92.837) + (xy 36.723 93.091) (xy 36.703 93.091) (xy 36.703 93.111) (xy 36.449 93.111) (xy 36.449 93.091) + (xy 36.429 93.091) (xy 36.429 92.837) (xy 36.449 92.837) (xy 36.449 91.630183) (xy 36.216974 91.509042) + (xy 36.066186 91.554778) (xy 36.066 91.554867) (xy 36.066 87.887201) (xy 51.057 72.896202) + ) + ) + (filled_polygon + (pts + (xy 33.416977 53.982222) (xy 32.867102 54.532097) (xy 32.838099 54.555899) (xy 32.783997 54.621823) (xy 32.743126 54.671624) + (xy 32.698574 54.754974) (xy 32.672554 54.803654) (xy 32.629097 54.946915) (xy 32.6181 55.058568) (xy 32.6181 55.058578) + (xy 32.614424 55.0959) (xy 32.6181 55.133222) (xy 32.618101 73.482767) (xy 32.614424 73.5201) (xy 32.618101 73.557433) + (xy 32.629098 73.669086) (xy 32.63959 73.703674) (xy 32.672554 73.812346) (xy 32.743126 73.944376) (xy 32.804121 74.018698) + (xy 32.8381 74.060101) (xy 32.867098 74.083899) (xy 33.5219 74.738702) (xy 33.5219 74.800839) (xy 33.561674 75.000798) + (xy 33.639695 75.189156) (xy 33.752963 75.358674) (xy 33.897126 75.502837) (xy 34.066644 75.616105) (xy 34.255002 75.694126) + (xy 34.454961 75.7339) (xy 34.658839 75.7339) (xy 34.858798 75.694126) (xy 35.047156 75.616105) (xy 35.216674 75.502837) + (xy 35.360837 75.358674) (xy 35.474105 75.189156) (xy 35.552126 75.000798) (xy 35.5919 74.800839) (xy 35.5919 74.596961) + (xy 35.552126 74.397002) (xy 35.474105 74.208644) (xy 35.360837 74.039126) (xy 35.216674 73.894963) (xy 35.047156 73.781695) + (xy 34.858798 73.703674) (xy 34.658839 73.6639) (xy 34.596702 73.6639) (xy 34.1381 73.205299) (xy 34.1381 72.248374) + (xy 34.402665 72.301) (xy 34.685335 72.301) (xy 34.962574 72.245853) (xy 35.223727 72.13768) (xy 35.458759 71.980637) + (xy 35.658637 71.780759) (xy 35.81568 71.545727) (xy 35.923853 71.284574) (xy 35.979 71.007335) (xy 35.979 70.724665) + (xy 35.923853 70.447426) (xy 35.81568 70.186273) (xy 35.658637 69.951241) (xy 35.458759 69.751363) (xy 35.226241 69.596) + (xy 35.458759 69.440637) (xy 35.583947 69.315449) (xy 36.095301 69.826803) (xy 36.119099 69.855801) (xy 36.148097 69.879599) + (xy 36.234824 69.950774) (xy 36.366853 70.021346) (xy 36.510114 70.064803) (xy 36.6591 70.079477) (xy 36.696433 70.0758) + (xy 39.523389 70.0758) (xy 39.567326 70.119737) (xy 39.736844 70.233005) (xy 39.925202 70.311026) (xy 40.125161 70.3508) + (xy 40.329039 70.3508) (xy 40.528998 70.311026) (xy 40.717356 70.233005) (xy 40.886874 70.119737) (xy 41.031037 69.975574) + (xy 41.144305 69.806056) (xy 41.222326 69.617698) (xy 41.2621 69.417739) (xy 41.2621 69.213861) (xy 41.222326 69.013902) + (xy 41.144305 68.825544) (xy 41.031037 68.656026) (xy 40.886874 68.511863) (xy 40.717356 68.398595) (xy 40.528998 68.320574) + (xy 40.329039 68.2808) (xy 40.125161 68.2808) (xy 39.925202 68.320574) (xy 39.736844 68.398595) (xy 39.567326 68.511863) + (xy 39.523389 68.5558) (xy 36.973902 68.5558) (xy 36.233104 67.815002) (xy 36.209301 67.785999) (xy 36.093576 67.691026) + (xy 35.961547 67.620454) (xy 35.818286 67.576997) (xy 35.765947 67.571842) (xy 35.658637 67.411241) (xy 35.458759 67.211363) + (xy 35.226241 67.056) (xy 35.458759 66.900637) (xy 35.658637 66.700759) (xy 35.81568 66.465727) (xy 35.923853 66.204574) + (xy 35.979 65.927335) (xy 35.979 65.644665) (xy 35.923853 65.367426) (xy 35.81568 65.106273) (xy 35.658637 64.871241) + (xy 35.458759 64.671363) (xy 35.226241 64.516) (xy 35.458759 64.360637) (xy 35.658637 64.160759) (xy 35.81568 63.925727) + (xy 35.923853 63.664574) (xy 35.979 63.387335) (xy 35.979 63.104665) (xy 35.923853 62.827426) (xy 35.918711 62.815012) + (xy 44.33 71.226303) (xy 44.33 71.288439) (xy 44.369774 71.488398) (xy 44.447795 71.676756) (xy 44.561063 71.846274) + (xy 44.705226 71.990437) (xy 44.81273 72.062268) (xy 27.093898 89.781101) (xy 27.0649 89.804899) (xy 27.041102 89.833897) + (xy 27.041101 89.833898) (xy 26.969926 89.920624) (xy 26.899354 90.052654) (xy 26.855898 90.195915) (xy 26.841224 90.3449) + (xy 26.844901 90.382232) (xy 26.844901 91.530236) (xy 26.775026 91.509042) (xy 26.543 91.630183) (xy 26.543 92.837) + (xy 26.563 92.837) (xy 26.563 93.091) (xy 26.543 93.091) (xy 26.543 93.111) (xy 26.289 93.111) + (xy 26.289 93.091) (xy 26.269 93.091) (xy 26.269 92.837) (xy 26.289 92.837) (xy 26.289 91.630183) + (xy 26.056974 91.509042) (xy 25.987 91.530266) (xy 25.987 84.815801) (xy 26.164997 84.637804) (xy 26.194001 84.614001) + (xy 26.194521 84.613367) (xy 26.288022 84.668964) (xy 26.564973 84.766963) (xy 26.797 84.646464) (xy 26.797 83.439) + (xy 27.051 83.439) (xy 27.051 84.646464) (xy 27.283027 84.766963) (xy 27.559978 84.668964) (xy 27.812488 84.518817) + (xy 28.030854 84.322293) (xy 28.206684 84.086944) (xy 28.333222 83.821814) (xy 28.378958 83.671026) (xy 28.257817 83.439) + (xy 27.051 83.439) (xy 26.797 83.439) (xy 26.777 83.439) (xy 26.777 83.185) (xy 26.797 83.185) + (xy 26.797 83.165) (xy 27.051 83.165) (xy 27.051 83.185) (xy 28.257817 83.185) (xy 28.378958 82.952974) + (xy 28.333222 82.802186) (xy 28.206684 82.537056) (xy 28.030854 82.301707) (xy 27.812488 82.105183) (xy 27.713897 82.046559) + (xy 27.879302 81.936039) (xy 28.088039 81.727302) (xy 28.252042 81.481853) (xy 28.36501 81.209125) (xy 28.4226 80.919599) + (xy 28.4226 80.624401) (xy 28.36501 80.334875) (xy 28.252042 80.062147) (xy 28.107571 79.84593) (xy 28.623904 79.329598) + (xy 28.652901 79.305801) (xy 28.747874 79.190076) (xy 28.818446 79.058047) (xy 28.861903 78.914786) (xy 28.8729 78.803133) + (xy 28.8729 78.803125) (xy 28.876576 78.7658) (xy 28.8729 78.728475) (xy 28.8729 58.205501) (xy 33.288484 53.789918) + ) + ) + (filled_polygon + (pts + (xy 117.478598 21.987) (xy 117.440967 21.987) (xy 117.125088 22.049832) (xy 116.827537 22.173082) (xy 116.559748 22.352013) + (xy 116.332013 22.579748) (xy 116.332 22.579767) (xy 116.331987 22.579748) (xy 116.104252 22.352013) (xy 115.836463 22.173082) + (xy 115.538912 22.049832) (xy 115.223033 21.987) (xy 114.900967 21.987) (xy 114.585088 22.049832) (xy 114.287537 22.173082) + (xy 114.019748 22.352013) (xy 113.792013 22.579748) (xy 113.71928 22.6886) (xy 113.657413 22.666192) (xy 112.701605 23.622) + (xy 112.715748 23.636143) (xy 112.536143 23.815748) (xy 112.522 23.801605) (xy 111.566192 24.757413) (xy 111.661956 25.021814) + (xy 111.951571 25.162704) (xy 112.263108 25.244384) (xy 112.359045 25.250154) (xy 105.4072 32.201999) (xy 105.4072 29.271601) + (xy 109.490625 25.188177) (xy 109.505088 25.194168) (xy 109.820967 25.257) (xy 110.143033 25.257) (xy 110.458912 25.194168) + (xy 110.756463 25.070918) (xy 111.024252 24.891987) (xy 111.251987 24.664252) (xy 111.32472 24.5554) (xy 111.386587 24.577808) + (xy 112.342395 23.622) (xy 111.386587 22.666192) (xy 111.32472 22.6886) (xy 111.251987 22.579748) (xy 111.158826 22.486587) + (xy 111.566192 22.486587) (xy 112.522 23.442395) (xy 113.477808 22.486587) (xy 113.382044 22.222186) (xy 113.092429 22.081296) + (xy 112.780892 21.999616) (xy 112.459405 21.980282) (xy 112.140325 22.024039) (xy 111.835912 22.129205) (xy 111.661956 22.222186) + (xy 111.566192 22.486587) (xy 111.158826 22.486587) (xy 111.024252 22.352013) (xy 110.756463 22.173082) (xy 110.458912 22.049832) + (xy 110.143033 21.987) (xy 109.820967 21.987) (xy 109.505088 22.049832) (xy 109.207537 22.173082) (xy 108.939748 22.352013) + (xy 108.712013 22.579748) (xy 108.712 22.579767) (xy 108.711987 22.579748) (xy 108.484252 22.352013) (xy 108.216463 22.173082) + (xy 107.918912 22.049832) (xy 107.603033 21.987) (xy 107.280967 21.987) (xy 106.965088 22.049832) (xy 106.667537 22.173082) + (xy 106.399748 22.352013) (xy 106.172013 22.579748) (xy 105.993082 22.847537) (xy 105.869832 23.145088) (xy 105.807 23.460967) + (xy 105.807 23.783033) (xy 105.869832 24.098912) (xy 105.875823 24.113375) (xy 103.685703 26.303496) (xy 103.656699 26.327299) + (xy 103.609184 26.385197) (xy 103.561726 26.443024) (xy 103.517453 26.525853) (xy 103.491154 26.575054) (xy 103.447697 26.718315) + (xy 103.4367 26.829968) (xy 103.4367 26.829978) (xy 103.433024 26.8673) (xy 103.4367 26.904622) (xy 103.436701 37.320319) + (xy 103.128892 37.239616) (xy 102.807405 37.220282) (xy 102.488325 37.264039) (xy 102.183912 37.369205) (xy 102.009956 37.462186) + (xy 101.914192 37.726587) (xy 102.87 38.682395) (xy 102.884143 38.668253) (xy 103.063748 38.847858) (xy 103.049605 38.862) + (xy 103.063748 38.876143) (xy 102.884143 39.055748) (xy 102.87 39.041605) (xy 101.914192 39.997413) (xy 102.009956 40.261814) + (xy 102.285594 40.395904) (xy 91.489003 51.192496) (xy 91.459999 51.216299) (xy 91.418369 51.267026) (xy 91.365026 51.332024) + (xy 91.298242 51.456967) (xy 91.294454 51.464054) (xy 91.250997 51.607315) (xy 91.24 51.718968) (xy 91.24 51.718978) + (xy 91.236324 51.7563) (xy 91.24 51.793623) (xy 91.240001 53.976488) (xy 91.196063 54.020426) (xy 91.082795 54.189944) + (xy 91.004774 54.378302) (xy 90.965 54.578261) (xy 90.965 54.782139) (xy 91.004774 54.982098) (xy 91.082795 55.170456) + (xy 91.196063 55.339974) (xy 91.286444 55.430355) (xy 90.1371 56.579699) (xy 90.1371 48.804488) (xy 90.142502 48.806726) + (xy 90.342461 48.8465) (xy 90.546339 48.8465) (xy 90.746298 48.806726) (xy 90.934656 48.728705) (xy 91.104174 48.615437) + (xy 91.148111 48.5715) (xy 91.343178 48.5715) (xy 91.3805 48.575176) (xy 91.417822 48.5715) (xy 91.417833 48.5715) + (xy 91.529486 48.560503) (xy 91.672747 48.517046) (xy 91.804776 48.446474) (xy 91.920501 48.351501) (xy 91.944304 48.322497) + (xy 99.838625 40.428177) (xy 99.853088 40.434168) (xy 100.168967 40.497) (xy 100.491033 40.497) (xy 100.806912 40.434168) + (xy 101.104463 40.310918) (xy 101.372252 40.131987) (xy 101.599987 39.904252) (xy 101.67272 39.7954) (xy 101.734587 39.817808) + (xy 102.690395 38.862) (xy 101.734587 37.906192) (xy 101.67272 37.9286) (xy 101.599987 37.819748) (xy 101.372252 37.592013) + (xy 101.104463 37.413082) (xy 100.806912 37.289832) (xy 100.491033 37.227) (xy 100.168967 37.227) (xy 99.853088 37.289832) + (xy 99.555537 37.413082) (xy 99.287748 37.592013) (xy 99.060013 37.819748) (xy 98.98728 37.9286) (xy 98.925413 37.906192) + (xy 97.969605 38.862) (xy 97.983748 38.876143) (xy 97.804143 39.055748) (xy 97.79 39.041605) (xy 96.834192 39.997413) + (xy 96.929956 40.261814) (xy 97.219571 40.402704) (xy 97.531108 40.484384) (xy 97.627045 40.490154) (xy 91.816415 46.300784) + (xy 91.784037 46.252326) (xy 91.639874 46.108163) (xy 91.540103 46.041498) (xy 95.761004 41.820598) (xy 95.790001 41.796801) + (xy 95.817621 41.763146) (xy 95.884974 41.681077) (xy 95.955546 41.549047) (xy 95.968296 41.507014) (xy 95.999003 41.405786) + (xy 96.01 41.294133) (xy 96.01 41.294123) (xy 96.013676 41.256801) (xy 96.01 41.219478) (xy 96.01 40.316909) + (xy 96.024463 40.310918) (xy 96.292252 40.131987) (xy 96.519987 39.904252) (xy 96.59272 39.7954) (xy 96.654587 39.817808) + (xy 97.610395 38.862) (xy 96.654587 37.906192) (xy 96.59272 37.9286) (xy 96.519987 37.819748) (xy 96.426826 37.726587) + (xy 96.834192 37.726587) (xy 97.79 38.682395) (xy 98.745808 37.726587) (xy 98.650044 37.462186) (xy 98.360429 37.321296) + (xy 98.048892 37.239616) (xy 97.727405 37.220282) (xy 97.408325 37.264039) (xy 97.103912 37.369205) (xy 96.929956 37.462186) + (xy 96.834192 37.726587) (xy 96.426826 37.726587) (xy 96.292252 37.592013) (xy 96.024463 37.413082) (xy 95.726912 37.289832) + (xy 95.411033 37.227) (xy 95.088967 37.227) (xy 94.773088 37.289832) (xy 94.475537 37.413082) (xy 94.265191 37.55363) + (xy 94.240537 37.507506) (xy 94.161185 37.410815) (xy 94.064494 37.331463) (xy 93.95418 37.272498) (xy 93.834482 37.236188) + (xy 93.71 37.223928) (xy 92.1408 37.223928) (xy 92.1408 32.886001) (xy 99.838625 25.188177) (xy 99.853088 25.194168) + (xy 100.168967 25.257) (xy 100.491033 25.257) (xy 100.806912 25.194168) (xy 101.104463 25.070918) (xy 101.372252 24.891987) + (xy 101.599987 24.664252) (xy 101.6 24.664233) (xy 101.600013 24.664252) (xy 101.827748 24.891987) (xy 102.095537 25.070918) + (xy 102.393088 25.194168) (xy 102.708967 25.257) (xy 103.031033 25.257) (xy 103.346912 25.194168) (xy 103.644463 25.070918) + (xy 103.912252 24.891987) (xy 104.139987 24.664252) (xy 104.318918 24.396463) (xy 104.442168 24.098912) (xy 104.505 23.783033) + (xy 104.505 23.460967) (xy 104.442168 23.145088) (xy 104.318918 22.847537) (xy 104.139987 22.579748) (xy 103.912252 22.352013) + (xy 103.644463 22.173082) (xy 103.346912 22.049832) (xy 103.031033 21.987) (xy 102.708967 21.987) (xy 102.393088 22.049832) + (xy 102.378625 22.055823) (xy 101.643401 21.3206) (xy 116.812199 21.3206) + ) + ) + (filled_polygon + (pts + (xy 75.237903 23.385096) (xy 75.208899 23.408899) (xy 75.156282 23.473014) (xy 75.113926 23.524624) (xy 75.046814 23.65018) + (xy 75.043354 23.656654) (xy 75.041 23.664414) (xy 75.041 23.460967) (xy 74.978168 23.145088) (xy 74.854918 22.847537) + (xy 74.675987 22.579748) (xy 74.448252 22.352013) (xy 74.180463 22.173082) (xy 73.882912 22.049832) (xy 73.567033 21.987) + (xy 73.244967 21.987) (xy 72.929088 22.049832) (xy 72.631537 22.173082) (xy 72.363748 22.352013) (xy 72.136013 22.579748) + (xy 72.136 22.579767) (xy 72.135987 22.579748) (xy 71.908252 22.352013) (xy 71.640463 22.173082) (xy 71.342912 22.049832) + (xy 71.027033 21.987) (xy 70.704967 21.987) (xy 70.389088 22.049832) (xy 70.091537 22.173082) (xy 69.823748 22.352013) + (xy 69.596013 22.579748) (xy 69.52328 22.6886) (xy 69.461413 22.666192) (xy 68.505605 23.622) (xy 69.461413 24.577808) + (xy 69.52328 24.5554) (xy 69.596013 24.664252) (xy 69.823748 24.891987) (xy 70.091537 25.070918) (xy 70.389088 25.194168) + (xy 70.704967 25.257) (xy 71.027033 25.257) (xy 71.342912 25.194168) (xy 71.357376 25.188177) (xy 73.976101 27.806903) + (xy 73.976101 37.32121) (xy 73.664892 37.239616) (xy 73.343405 37.220282) (xy 73.024325 37.264039) (xy 72.719912 37.369205) + (xy 72.545956 37.462186) (xy 72.450192 37.726587) (xy 73.406 38.682395) (xy 73.420143 38.668253) (xy 73.599748 38.847858) + (xy 73.585605 38.862) (xy 73.599748 38.876143) (xy 73.420143 39.055748) (xy 73.406 39.041605) (xy 72.450192 39.997413) + (xy 72.545956 40.261814) (xy 72.835571 40.402704) (xy 73.147108 40.484384) (xy 73.468595 40.503718) (xy 73.787675 40.459961) + (xy 73.976101 40.394865) (xy 73.9761 54.724527) (xy 73.952839 54.7199) (xy 73.748961 54.7199) (xy 73.549002 54.759674) + (xy 73.360644 54.837695) (xy 73.191126 54.950963) (xy 73.046963 55.095126) (xy 72.933695 55.264644) (xy 72.855674 55.453002) + (xy 72.8159 55.652961) (xy 72.8159 55.715099) (xy 72.807599 55.7234) (xy 70.0129 55.7234) (xy 70.0129 55.648261) + (xy 69.973126 55.448302) (xy 69.895105 55.259944) (xy 69.781837 55.090426) (xy 69.637674 54.946263) (xy 69.468156 54.832995) + (xy 69.279798 54.754974) (xy 69.079839 54.7152) (xy 69.017703 54.7152) (xy 62.6806 48.378099) (xy 62.6806 40.696351) + (xy 62.706 40.727301) (xy 62.734998 40.751099) (xy 63.6947 41.710802) (xy 63.694701 43.282188) (xy 63.650763 43.326126) + (xy 63.537495 43.495644) (xy 63.459474 43.684002) (xy 63.4197 43.883961) (xy 63.4197 44.087839) (xy 63.459474 44.287798) + (xy 63.537495 44.476156) (xy 63.650763 44.645674) (xy 63.794926 44.789837) (xy 63.964444 44.903105) (xy 64.152802 44.981126) + (xy 64.352761 45.0209) (xy 64.556639 45.0209) (xy 64.756598 44.981126) (xy 64.944956 44.903105) (xy 65.114474 44.789837) + (xy 65.258637 44.645674) (xy 65.371905 44.476156) (xy 65.449926 44.287798) (xy 65.4897 44.087839) (xy 65.4897 43.883961) + (xy 65.449926 43.684002) (xy 65.371905 43.495644) (xy 65.258637 43.326126) (xy 65.2147 43.282189) (xy 65.2147 41.433323) + (xy 65.218376 41.396) (xy 65.2147 41.358677) (xy 65.2147 41.358667) (xy 65.203703 41.247014) (xy 65.160246 41.103753) + (xy 65.157852 41.099274) (xy 65.089674 40.971723) (xy 65.018499 40.884997) (xy 64.994701 40.855999) (xy 64.965704 40.832202) + (xy 64.551974 40.418472) (xy 64.600494 40.392537) (xy 64.697185 40.313185) (xy 64.776537 40.216494) (xy 64.801191 40.17037) + (xy 65.011537 40.310918) (xy 65.309088 40.434168) (xy 65.624967 40.497) (xy 65.947033 40.497) (xy 66.262912 40.434168) + (xy 66.277376 40.428177) (xy 68.5516 42.702402) (xy 68.551601 47.229688) (xy 68.507663 47.273626) (xy 68.394395 47.443144) + (xy 68.316374 47.631502) (xy 68.2766 47.831461) (xy 68.2766 48.035339) (xy 68.316374 48.235298) (xy 68.394395 48.423656) + (xy 68.507663 48.593174) (xy 68.651826 48.737337) (xy 68.821344 48.850605) (xy 69.009702 48.928626) (xy 69.209661 48.9684) + (xy 69.413539 48.9684) (xy 69.613498 48.928626) (xy 69.801856 48.850605) (xy 69.971374 48.737337) (xy 70.106 48.602711) + (xy 70.106 50.220498) (xy 69.434699 50.8918) (xy 69.372561 50.8918) (xy 69.172602 50.931574) (xy 68.984244 51.009595) + (xy 68.814726 51.122863) (xy 68.670563 51.267026) (xy 68.557295 51.436544) (xy 68.479274 51.624902) (xy 68.4395 51.824861) + (xy 68.4395 52.028739) (xy 68.479274 52.228698) (xy 68.557295 52.417056) (xy 68.670563 52.586574) (xy 68.814726 52.730737) + (xy 68.984244 52.844005) (xy 69.172602 52.922026) (xy 69.372561 52.9618) (xy 69.576439 52.9618) (xy 69.776398 52.922026) + (xy 69.964756 52.844005) (xy 70.134274 52.730737) (xy 70.278437 52.586574) (xy 70.391705 52.417056) (xy 70.469726 52.228698) + (xy 70.5095 52.028739) (xy 70.5095 51.966601) (xy 71.377004 51.099098) (xy 71.406001 51.075301) (xy 71.500974 50.959576) + (xy 71.571546 50.827547) (xy 71.615003 50.684286) (xy 71.626 50.572633) (xy 71.626 50.572624) (xy 71.629676 50.535301) + (xy 71.626 50.497978) (xy 71.626 40.316909) (xy 71.640463 40.310918) (xy 71.908252 40.131987) (xy 72.135987 39.904252) + (xy 72.20872 39.7954) (xy 72.270587 39.817808) (xy 73.226395 38.862) (xy 72.270587 37.906192) (xy 72.20872 37.9286) + (xy 72.135987 37.819748) (xy 71.908252 37.592013) (xy 71.640463 37.413082) (xy 71.342912 37.289832) (xy 71.027033 37.227) + (xy 70.704967 37.227) (xy 70.389088 37.289832) (xy 70.091537 37.413082) (xy 69.823748 37.592013) (xy 69.596013 37.819748) + (xy 69.52328 37.9286) (xy 69.461413 37.906192) (xy 68.505605 38.862) (xy 69.461413 39.817808) (xy 69.52328 39.7954) + (xy 69.596013 39.904252) (xy 69.823748 40.131987) (xy 70.091537 40.310918) (xy 70.106001 40.316909) (xy 70.106 47.264089) + (xy 70.0716 47.229689) (xy 70.0716 42.424922) (xy 70.075276 42.387599) (xy 70.0716 42.350276) (xy 70.0716 42.350267) + (xy 70.060603 42.238614) (xy 70.017146 42.095353) (xy 69.946574 41.963324) (xy 69.851601 41.847599) (xy 69.822604 41.823802) + (xy 68.488781 40.489979) (xy 68.707675 40.459961) (xy 69.012088 40.354795) (xy 69.186044 40.261814) (xy 69.281808 39.997413) + (xy 68.326 39.041605) (xy 68.311858 39.055748) (xy 68.132253 38.876143) (xy 68.146395 38.862) (xy 67.190587 37.906192) + (xy 67.12872 37.9286) (xy 67.055987 37.819748) (xy 66.962826 37.726587) (xy 67.370192 37.726587) (xy 68.326 38.682395) + (xy 69.281808 37.726587) (xy 69.186044 37.462186) (xy 68.896429 37.321296) (xy 68.584892 37.239616) (xy 68.263405 37.220282) + (xy 67.944325 37.264039) (xy 67.639912 37.369205) (xy 67.465956 37.462186) (xy 67.370192 37.726587) (xy 66.962826 37.726587) + (xy 66.828252 37.592013) (xy 66.560463 37.413082) (xy 66.262912 37.289832) (xy 65.947033 37.227) (xy 65.624967 37.227) + (xy 65.309088 37.289832) (xy 65.011537 37.413082) (xy 64.801191 37.55363) (xy 64.776537 37.507506) (xy 64.697185 37.410815) + (xy 64.600494 37.331463) (xy 64.49018 37.272498) (xy 64.370482 37.236188) (xy 64.246 37.223928) (xy 62.6806 37.223928) + (xy 62.6806 27.802201) (xy 65.294625 25.188177) (xy 65.309088 25.194168) (xy 65.624967 25.257) (xy 65.947033 25.257) + (xy 66.262912 25.194168) (xy 66.560463 25.070918) (xy 66.828252 24.891987) (xy 66.962826 24.757413) (xy 67.370192 24.757413) + (xy 67.465956 25.021814) (xy 67.755571 25.162704) (xy 68.067108 25.244384) (xy 68.388595 25.263718) (xy 68.707675 25.219961) + (xy 69.012088 25.114795) (xy 69.186044 25.021814) (xy 69.281808 24.757413) (xy 68.326 23.801605) (xy 67.370192 24.757413) + (xy 66.962826 24.757413) (xy 67.055987 24.664252) (xy 67.12872 24.5554) (xy 67.190587 24.577808) (xy 68.146395 23.622) + (xy 67.190587 22.666192) (xy 67.12872 22.6886) (xy 67.055987 22.579748) (xy 66.962826 22.486587) (xy 67.370192 22.486587) + (xy 68.326 23.442395) (xy 69.281808 22.486587) (xy 69.186044 22.222186) (xy 68.896429 22.081296) (xy 68.584892 21.999616) + (xy 68.263405 21.980282) (xy 67.944325 22.024039) (xy 67.639912 22.129205) (xy 67.465956 22.222186) (xy 67.370192 22.486587) + (xy 66.962826 22.486587) (xy 66.828252 22.352013) (xy 66.560463 22.173082) (xy 66.262912 22.049832) (xy 65.947033 21.987) + (xy 65.624967 21.987) (xy 65.309088 22.049832) (xy 65.011537 22.173082) (xy 64.743748 22.352013) (xy 64.516013 22.579748) + (xy 64.516 22.579767) (xy 64.515987 22.579748) (xy 64.288252 22.352013) (xy 64.020463 22.173082) (xy 63.722912 22.049832) + (xy 63.407033 21.987) (xy 63.084967 21.987) (xy 62.769088 22.049832) (xy 62.471537 22.173082) (xy 62.203748 22.352013) + (xy 61.976013 22.579748) (xy 61.797082 22.847537) (xy 61.673832 23.145088) (xy 61.611 23.460967) (xy 61.611 23.783033) + (xy 61.673832 24.098912) (xy 61.679823 24.113376) (xy 60.959298 24.833901) (xy 60.9303 24.857699) (xy 60.906502 24.886697) + (xy 60.906501 24.886698) (xy 60.835326 24.973424) (xy 60.764754 25.105454) (xy 60.740201 25.186397) (xy 60.721298 25.248714) + (xy 60.715329 25.309314) (xy 60.706624 25.3977) (xy 60.710301 25.435033) (xy 60.710301 29.564099) (xy 52.466801 21.3206) + (xy 77.302398 21.3206) + ) + ) + (filled_polygon + (pts + (xy 48.689874 42.003876) (xy 48.552963 42.18858) (xy 48.432754 42.442913) (xy 48.392096 42.576961) (xy 48.514085 42.799) + (xy 49.657 42.799) (xy 49.657 42.779) (xy 49.911 42.779) (xy 49.911 42.799) (xy 49.931 42.799) + (xy 49.931 43.053) (xy 49.911 43.053) (xy 49.911 45.339) (xy 51.053915 45.339) (xy 51.175904 45.116961) + (xy 51.135246 44.982913) (xy 51.015037 44.72858) (xy 50.847519 44.502586) (xy 50.639131 44.313615) (xy 50.443018 44.196) + (xy 50.639131 44.078385) (xy 50.847519 43.889414) (xy 51.015037 43.66342) (xy 51.040964 43.608565) (xy 55.0953 47.662902) + (xy 55.095301 50.6423) (xy 50.862374 46.409373) (xy 51.015037 46.20342) (xy 51.135246 45.949087) (xy 51.175904 45.815039) + (xy 51.053915 45.593) (xy 49.911 45.593) (xy 49.911 45.613) (xy 49.657 45.613) (xy 49.657 45.593) + (xy 49.637 45.593) (xy 49.637 45.339) (xy 49.657 45.339) (xy 49.657 43.053) (xy 48.514085 43.053) + (xy 48.392096 43.275039) (xy 48.432754 43.409087) (xy 48.552963 43.66342) (xy 48.720481 43.889414) (xy 48.928869 44.078385) + (xy 49.124982 44.196) (xy 48.928869 44.313615) (xy 48.720481 44.502586) (xy 48.552963 44.72858) (xy 48.52142 44.795318) + (xy 44.4689 40.742799) (xy 44.4689 37.782902) + ) + ) + (filled_polygon + (pts + (xy 34.671 47.879) (xy 34.691 47.879) (xy 34.691 48.133) (xy 34.671 48.133) (xy 34.671 48.153) + (xy 34.417 48.153) (xy 34.417 48.133) (xy 34.397 48.133) (xy 34.397 47.879) (xy 34.417 47.879) + (xy 34.417 47.859) (xy 34.671 47.859) + ) + ) + (filled_polygon + (pts + (xy 88.735901 37.33466) (xy 88.708429 37.321296) (xy 88.396892 37.239616) (xy 88.075405 37.220282) (xy 87.756325 37.264039) + (xy 87.451912 37.369205) (xy 87.277956 37.462186) (xy 87.182192 37.726587) (xy 88.138 38.682395) (xy 88.152143 38.668253) + (xy 88.331748 38.847858) (xy 88.317605 38.862) (xy 88.331748 38.876143) (xy 88.152143 39.055748) (xy 88.138 39.041605) + (xy 88.123858 39.055748) (xy 87.944253 38.876143) (xy 87.958395 38.862) (xy 87.002587 37.906192) (xy 86.94072 37.9286) + (xy 86.867987 37.819748) (xy 86.640252 37.592013) (xy 86.372463 37.413082) (xy 86.074912 37.289832) (xy 85.759033 37.227) + (xy 85.436967 37.227) (xy 85.121088 37.289832) (xy 84.823537 37.413082) (xy 84.555748 37.592013) (xy 84.328013 37.819748) + (xy 84.25528 37.9286) (xy 84.193413 37.906192) (xy 83.237605 38.862) (xy 83.251748 38.876143) (xy 83.072143 39.055748) + (xy 83.058 39.041605) (xy 82.102192 39.997413) (xy 82.197956 40.261814) (xy 82.46135 40.389948) (xy 79.958692 42.892607) + (xy 79.954799 42.892224) (xy 79.917476 42.8959) (xy 79.917467 42.8959) (xy 79.805814 42.906897) (xy 79.667554 42.948837) + (xy 79.662553 42.950354) (xy 79.530523 43.020926) (xy 79.473974 43.067335) (xy 79.414799 43.115899) (xy 79.391001 43.144897) + (xy 78.5982 43.937698) (xy 78.5982 41.856601) (xy 80.026625 40.428177) (xy 80.041088 40.434168) (xy 80.356967 40.497) + (xy 80.679033 40.497) (xy 80.994912 40.434168) (xy 81.292463 40.310918) (xy 81.560252 40.131987) (xy 81.787987 39.904252) + (xy 81.86072 39.7954) (xy 81.922587 39.817808) (xy 82.878395 38.862) (xy 81.922587 37.906192) (xy 81.86072 37.9286) + (xy 81.787987 37.819748) (xy 81.694826 37.726587) (xy 82.102192 37.726587) (xy 83.058 38.682395) (xy 84.013808 37.726587) + (xy 83.918044 37.462186) (xy 83.628429 37.321296) (xy 83.316892 37.239616) (xy 82.995405 37.220282) (xy 82.676325 37.264039) + (xy 82.371912 37.369205) (xy 82.197956 37.462186) (xy 82.102192 37.726587) (xy 81.694826 37.726587) (xy 81.560252 37.592013) + (xy 81.292463 37.413082) (xy 80.994912 37.289832) (xy 80.679033 37.227) (xy 80.356967 37.227) (xy 80.041088 37.289832) + (xy 79.743537 37.413082) (xy 79.533191 37.55363) (xy 79.508537 37.507506) (xy 79.429185 37.410815) (xy 79.332494 37.331463) + (xy 79.22218 37.272498) (xy 79.102482 37.236188) (xy 78.978 37.223928) (xy 77.4102 37.223928) (xy 77.4102 35.424601) + (xy 87.646625 25.188177) (xy 87.661088 25.194168) (xy 87.976967 25.257) (xy 88.299033 25.257) (xy 88.614912 25.194168) + (xy 88.7359 25.144053) + ) + ) + (filled_polygon + (pts + (xy 97.103912 22.129205) (xy 96.929956 22.222186) (xy 96.834192 22.486587) (xy 97.79 23.442395) (xy 98.745808 22.486587) + (xy 98.650044 22.222186) (xy 98.434439 22.1173) (xy 99.690206 22.1173) (xy 99.555537 22.173082) (xy 99.287748 22.352013) + (xy 99.060013 22.579748) (xy 98.98728 22.6886) (xy 98.925413 22.666192) (xy 97.969605 23.622) (xy 97.983748 23.636143) + (xy 97.804143 23.815748) (xy 97.79 23.801605) (xy 96.834192 24.757413) (xy 96.929956 25.021814) (xy 97.219571 25.162704) + (xy 97.531108 25.244384) (xy 97.627045 25.250154) (xy 91.6904 31.186799) (xy 91.6904 28.256401) (xy 94.758625 25.188177) + (xy 94.773088 25.194168) (xy 95.088967 25.257) (xy 95.411033 25.257) (xy 95.726912 25.194168) (xy 96.024463 25.070918) + (xy 96.292252 24.891987) (xy 96.519987 24.664252) (xy 96.59272 24.5554) (xy 96.654587 24.577808) (xy 97.610395 23.622) + (xy 96.654587 22.666192) (xy 96.59272 22.6886) (xy 96.519987 22.579748) (xy 96.292252 22.352013) (xy 96.024463 22.173082) + (xy 95.889794 22.1173) (xy 97.138372 22.1173) + ) + ) + ) +) diff --git a/Hardware/PinLock.pro b/Hardware/PinLock.pro new file mode 100644 index 0000000..90b065d --- /dev/null +++ b/Hardware/PinLock.pro @@ -0,0 +1,248 @@ +update=Mon 25 Nov 2019 15:46:26 CET +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=../../../Desktop/kc/ +SubpartIdSeparator=0 +SubpartFirstId=65 +NetFmtName=Pcbnew +SpiceAjustPassiveValues=0 +LabSize=50 +ERC_TestSimilarLabels=1 +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead=PinLock.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.5 +dPairViaGap1=0.25 +SilkLineWidth=0.12 +SilkTextSizeV=1 +SilkTextSizeH=1 +SilkTextSizeThickness=0.15 +SilkTextItalic=0 +SilkTextUpright=1 +CopperLineWidth=0.18 +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.051 +SolderMaskMinWidth=0.25 +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.8 +uViaDrill=0.4 +dPairWidth=0.2 +dPairGap=0.5 +dPairViaGap=0.25 diff --git a/Hardware/PinLock.rules b/Hardware/PinLock.rules new file mode 100644 index 0000000..68eb122 --- /dev/null +++ b/Hardware/PinLock.rules @@ -0,0 +1,92 @@ + +(rules PCB PinLock + (snap_angle + fortyfive_degree + ) + (autoroute_settings + (fanout off) + (autoroute on) + (postroute on) + (vias on) + (via_costs 50) + (plane_via_costs 5) + (start_ripup_costs 100) + (start_pass_no 20171) + (layer_rule F.Cu + (active on) + (preferred_direction horizontal) + (preferred_direction_trace_costs 1.0) + (against_preferred_direction_trace_costs 2.2) + ) + (layer_rule B.Cu + (active on) + (preferred_direction vertical) + (preferred_direction_trace_costs 1.0) + (against_preferred_direction_trace_costs 1.8) + ) + ) + (rule + (width 250.0) + (clear 200.2) + (clear 125.0 (type smd_to_turn_gap)) + (clear 50.0 (type smd_smd)) + ) + (padstack "Via[0-1]_800:400_um" + (shape + (circle F.Cu 800.0 0.0 0.0) + ) + (shape + (circle B.Cu 800.0 0.0 0.0) + ) + (attach off) + ) + (via + "Via[0-1]_800:400_um" "Via[0-1]_800:400_um" default + ) + (via + "Via[0-1]_800:400_um-kicad_default" "Via[0-1]_800:400_um" "kicad_default" + ) + (via_rule + default "Via[0-1]_800:400_um" + ) + (via_rule + "kicad_default" "Via[0-1]_800:400_um-kicad_default" + ) + (class default + (clearance_class default) + (via_rule default) + (rule + (width 250.0) + ) + (circuit + (use_layer F.Cu B.Cu) + ) + ) + (class "kicad_default" + Vss "Net-(C0-Pad1)" Vdd "Net-(C3-Pad1)" "Net-(C4-Pad1)" NRST "Net-(D0-Pad2)" "Net-(D1-Pad2)" + "Net-(D2-Pad2)" "Net-(D3-Pad2)" "Net-(D4-Pad2)" "Net-(D5-Pad2)" "Net-(D6-Pad2)" "Net-(D7-Pad2)" "Net-(J0-PadMP)" "Net-(J1-Pad6)" + "Net-(J1-Pad3)" "Net-(J1-Pad4)" "Net-(J1-Pad2)" TDI TMS TDO TCK MOSI + SCK MISO RXD TXD "Net-(J5-Pad8)" "Net-(J5-Pad7)" "Net-(J5-Pad6)" "Net-(J5-Pad5)" + "Net-(J5-Pad4)" "Net-(J5-Pad3)" "Net-(J5-Pad2)" "Net-(J5-Pad1)" "Net-(R1-Pad2)" "Net-(R2-Pad2)" "Net-(R3-Pad2)" "Net-(R8-Pad2)" + "Net-(R9-Pad2)" "Net-(R10-Pad2)" "Net-(R15-Pad2)" "Net-(R16-Pad2)" "Net-(R17-Pad2)" "Net-(R22-Pad2)" "Net-(R23-Pad2)" "Net-(R24-Pad2)" + "Net-(R29-Pad1)" "Net-(R30-Pad1)" "Net-(R31-Pad1)" "Net-(R32-Pad1)" "Net-(R33-Pad1)" "Net-(R34-Pad1)" "Net-(R35-Pad1)" "Net-(R36-Pad1)" + "/Display/CHAR0_0" "/Display/CHAR0_1" "/Display/CHAR0_2" "/Display/CHAR0_3" "/Display/CHAR1_0" "/Display/CHAR1_1" "/Display/CHAR1_2" "/Display/CHAR1_3" + "/Display/CHAR2_0" "/Display/CHAR2_1" "/Display/CHAR2_2" "/Display/CHAR2_3" "/Display/CHAR3_0" "Net-(R_C0-Pad1)" "Net-(R_C1-Pad1)" "Net-(R_C6-Pad1)" + "Net-(R_C7-Pad1)" LOAD ROWS COLUMNS "CLK_BUTTONS" STATUS "CLK_STATUS" "Net-(U6-Pad13)" + "Net-(U6-Pad12)" "Net-(U6-Pad11)" "Net-(U6-Pad10)" "Net-(U7-Pad14)" "Net-(U7-Pad12)" "Net-(U7-Pad11)" "Net-(U7-Pad10)" "Net-(U7-Pad1)" + "Net-(DS1-Pad10)" "Net-(DS1-Pad9)" "Net-(DS1-Pad7)" "Net-(DS1-Pad6)" "Net-(DS1-Pad4)" "Net-(DS1-Pad2)" "Net-(DS1-Pad1)" "Net-(DS2-Pad10)" + "Net-(DS2-Pad9)" "Net-(DS2-Pad8)" "Net-(DS2-Pad7)" "Net-(DS2-Pad6)" "Net-(DS2-Pad4)" "Net-(DS2-Pad2)" "Net-(DS2-Pad1)" "Net-(DS3-Pad10)" + "Net-(DS3-Pad9)" "Net-(DS3-Pad7)" "Net-(DS3-Pad6)" "Net-(DS3-Pad4)" "Net-(DS3-Pad2)" "Net-(DS3-Pad1)" "Net-(DS4-Pad10)" "Net-(DS4-Pad9)" + "Net-(DS4-Pad7)" "Net-(DS4-Pad6)" "Net-(DS4-Pad4)" "Net-(DS4-Pad2)" "Net-(DS4-Pad1)" "Net-(R4-Pad1)" "Net-(R5-Pad1)" "Net-(R6-Pad1)" + "Net-(R7-Pad1)" "Net-(R11-Pad1)" "Net-(R12-Pad1)" "Net-(R13-Pad1)" "Net-(R14-Pad1)" "Net-(R18-Pad1)" "Net-(R19-Pad1)" "Net-(R20-Pad1)" + "Net-(R21-Pad1)" "Net-(R25-Pad1)" "Net-(R26-Pad1)" "Net-(R27-Pad1)" "Net-(R28-Pad1)" "Net-(U1-Pad12)" + (clearance_class "kicad_default") + (via_rule kicad_default) + (rule + (width 250.0) + ) + (circuit + (use_layer F.Cu B.Cu) + ) + ) +) \ No newline at end of file diff --git a/Hardware/PinLock.sch b/Hardware/PinLock.sch new file mode 100644 index 0000000..2889568 --- /dev/null +++ b/Hardware/PinLock.sch @@ -0,0 +1,1934 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 4 +Title "Pin Lock" +Date "2019-10-29" +Rev "1.0" +Comp "" +Comment1 "Mikrocontroller Seminar" +Comment2 "WiSe 2019/2020" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 5300 950 5400 950 +Connection ~ 5300 950 +$Comp +L Connector:USB_B_Micro J1 +U 1 1 5DBB7B46 +P 1650 1900 +F 0 "J1" H 1707 2367 50 0000 C CNN +F 1 "USB_B_Micro" H 1707 2276 50 0000 C CNN +F 2 "Connector_USB:USB_Micro-B_Molex-105017-0001" H 1800 1850 50 0001 C CNN +F 3 "~" H 1800 1850 50 0001 C CNN + 1 1650 1900 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1950 1700 2250 1700 +Connection ~ 3900 950 +Wire Wire Line + 3900 950 4450 950 +Wire Wire Line + 1650 2300 1650 2400 +Wire Wire Line + 1650 2400 2050 2400 +Connection ~ 2050 2400 +$Comp +L Device:C C1 +U 1 1 5DC8ECAA +P 2250 1950 +F 0 "C1" H 2365 1996 50 0000 L CNN +F 1 "100uF" H 2300 1850 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_6.3x3.9" H 2288 1800 50 0001 C CNN +F 3 "~" H 2250 1950 50 0001 C CNN +F 4 "U1" H 2250 1950 50 0001 C CNN "Beschreibung" + 1 2250 1950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2250 1700 2250 1800 +Connection ~ 2250 1700 +Wire Wire Line + 2250 1700 3900 1700 +Wire Wire Line + 2250 2100 2250 2400 +Wire Wire Line + 2250 2400 2050 2400 +$Sheet +S 10150 2350 550 450 +U 5DE30C4A +F0 "Status" 50 +F1 "status.sch" 50 +F2 "VCC" B R 10700 2400 50 +F3 "GND" B R 10700 2700 50 +F4 "STATUS" I L 10150 2500 50 +F5 "CLK" I L 10150 2600 50 +$EndSheet +Text GLabel 8700 4600 2 50 Output ~ 0 +ROWS +Text GLabel 8700 4700 2 50 Input ~ 0 +COLUMNS +Text GLabel 8700 4800 2 50 Output ~ 0 +CLK_BUTTONS +Text GLabel 10150 1600 0 50 Input ~ 0 +ROWS +Text GLabel 10150 1700 0 50 Output ~ 0 +COLUMNS +Text GLabel 10150 1800 0 50 Input ~ 0 +CLK_BUTTONS +Text GLabel 8700 4900 2 50 Output ~ 0 +STATUS +Text GLabel 8700 5000 2 50 Output ~ 0 +CLK_STATUS +Text GLabel 10150 2500 0 50 Input ~ 0 +STATUS +Text GLabel 10150 2600 0 50 Input ~ 0 +CLK_STATUS +$Sheet +S 10150 1450 550 650 +U 5DDEAC3F +F0 "Buttons" 50 +F1 "buttons.sch" 50 +F2 "VCC" B R 10700 1500 50 +F3 "GND" B R 10700 2000 50 +F4 "ROWS" I L 10150 1600 50 +F5 "COLUMNS" O L 10150 1700 50 +F6 "CLK" I L 10150 1800 50 +F7 "LOAD" I L 10150 1900 50 +$EndSheet +Text GLabel 3350 2800 1 50 Input ~ 0 +NRST +Text GLabel 1700 2850 1 50 Output ~ 0 +NRST +Text GLabel 8700 3900 2 50 Input ~ 0 +TDI +Text GLabel 8700 3800 2 50 Output ~ 0 +TDO +Text GLabel 1700 3250 2 50 Input ~ 0 +TDO +Text GLabel 1700 3350 2 50 Output ~ 0 +TDI +Text GLabel 1700 3050 2 50 Output ~ 0 +TCK +Wire Wire Line + 1700 2950 1700 2850 +Text GLabel 1700 3150 2 50 Output ~ 0 +TMS +Text GLabel 8700 3700 2 50 Input ~ 0 +TMS +Text GLabel 8700 3600 2 50 Input ~ 0 +TCK +Text GLabel 8700 4500 2 50 Output ~ 0 +LOAD +Text GLabel 10150 1900 0 50 Input ~ 0 +LOAD +$Comp +L Device:R R0 +U 1 1 5DCAEAA9 +P 4450 1350 +F 0 "R0" H 4520 1396 50 0000 L CNN +F 1 "~10K" H 4520 1305 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4380 1350 50 0001 C CNN +F 3 "~" H 4450 1350 50 0001 C CNN + 1 4450 1350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4450 1200 4450 950 +Connection ~ 4450 950 +Wire Wire Line + 4450 950 5300 950 +Wire Wire Line + 3900 1700 3900 950 +$Comp +L Switch:SW_Push SW0 +U 1 1 5DBE2224 +P 3050 2800 +F 0 "SW0" H 3050 3085 50 0000 C CNN +F 1 "SW_Push" H 3050 2994 50 0000 C CNN +F 2 "Button_Switch_SMD:SW_Push_1P1T_NO_CK_KMR2" H 3050 3000 50 0001 C CNN +F 3 "~" H 3050 3000 50 0001 C CNN + 1 3050 2800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 950 3900 950 +Connection ~ 2250 2400 +$Comp +L Device:C C3 +U 1 1 5DCD826F +P 2600 1950 +F 0 "C3" H 2715 1996 50 0000 L CNN +F 1 "~100nF" H 2715 1905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2638 1800 50 0001 C CNN +F 3 "~" H 2600 1950 50 0001 C CNN +F 4 "Y0_0" H 2600 1950 50 0001 C CNN "Beschreibung" + 1 2600 1950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C4 +U 1 1 5DCD889C +P 2950 2250 +F 0 "C4" H 3065 2296 50 0000 L CNN +F 1 "~100nF" H 3065 2205 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2988 2100 50 0001 C CNN +F 3 "~" H 2950 2250 50 0001 C CNN +F 4 "Y0_1" H 2950 2250 50 0001 C CNN "Beschreibung" + 1 2950 2250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2600 2100 2600 2400 +Connection ~ 2600 2400 +Wire Wire Line + 2600 2400 2250 2400 +Wire Wire Line + 2950 2400 2750 2400 +$Comp +L Device:C C5 +U 1 1 5DCD957C +P 3050 3050 +F 0 "C5" V 3200 3050 50 0000 C CNN +F 1 "~100nF" V 3300 3050 50 0000 C CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3088 2900 50 0001 C CNN +F 3 "~" H 3050 3050 50 0001 C CNN +F 4 "SW0" V 3050 3050 50 0001 C CNN "Beschreibung" + 1 3050 3050 + 0 1 1 0 +$EndComp +Wire Wire Line + 4100 1600 4100 2800 +Wire Wire Line + 4450 1500 4450 1600 +Connection ~ 4450 1600 +Wire Wire Line + 4450 1600 4100 1600 +Wire Wire Line + 3250 2800 3450 2800 +Wire Wire Line + 3450 2800 3450 3050 +Wire Wire Line + 3450 3050 3200 3050 +Connection ~ 3450 2800 +Wire Wire Line + 3450 2800 4100 2800 +Wire Wire Line + 2900 3050 2750 3050 +Wire Wire Line + 2750 3050 2750 2800 +Wire Wire Line + 2750 2800 2850 2800 +$Comp +L PinLock-rescue:AVR-ISP-6-Connector J3 +U 1 1 5DD6E922 +P 1100 4350 +F 0 "J3" H 1350 4750 50 0000 R CNN +F 1 "AVR-ISP-6" H 1450 4050 50 0000 R CNN +F 2 "Connector_IDC:IDC-Header_2x03_P2.54mm_Vertical" V 850 4400 50 0001 C CNN +F 3 " ~" H -175 3800 50 0001 C CNN + 1 1100 4350 + 1 0 0 -1 +$EndComp +Text GLabel 1500 4150 2 50 BiDi ~ 0 +MISO +Text GLabel 1500 4250 2 50 BiDi ~ 0 +MOSI +Text GLabel 1500 4350 2 50 BiDi ~ 0 +SCK +Text GLabel 1500 4450 2 50 Output ~ 0 +NRST +$Comp +L Device:C C2 +U 1 1 5DCC079F +P 3350 2400 +F 0 "C2" H 3250 2500 50 0000 L CNN +F 1 "~100nF" H 3250 2300 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3388 2250 50 0001 C CNN +F 3 "~" H 3350 2400 50 0001 C CNN +F 4 "U0" H 3350 2400 50 0001 C CNN "Beschreibung" + 1 3350 2400 + 0 1 1 0 +$EndComp +Wire Wire Line + 3750 2400 3500 2400 +Wire Wire Line + 3750 950 3750 2400 +Wire Wire Line + 3200 2400 3150 2400 +Connection ~ 2950 2400 +Wire Wire Line + 2050 1450 3650 1450 +Wire Wire Line + 3650 1450 3650 1050 +Wire Wire Line + 3650 1050 5950 1050 +Wire Wire Line + 10900 1050 10900 2000 +Wire Wire Line + 10900 2000 10700 2000 +Connection ~ 2050 1450 +Wire Wire Line + 2050 1450 2050 2400 +Wire Wire Line + 10900 2000 10900 2700 +Wire Wire Line + 10900 2700 10700 2700 +Connection ~ 10900 2000 +Wire Wire Line + 5400 950 9400 950 +Wire Wire Line + 10800 950 10800 1500 +Wire Wire Line + 10800 1500 10700 1500 +Connection ~ 5400 950 +Wire Wire Line + 10800 1500 10800 1700 +Wire Wire Line + 10800 2400 10700 2400 +Connection ~ 10800 1500 +Wire Wire Line + 9400 950 9400 1500 +Connection ~ 9400 950 +Wire Wire Line + 9400 950 10800 950 +Wire Wire Line + 9500 1050 9500 3300 +Connection ~ 9500 1050 +Wire Wire Line + 9500 1050 10900 1050 +$Comp +L Device:R R_A1 +U 1 1 5DE40B29 +P 6100 1300 +F 0 "R_A1" V 6100 1650 50 0000 L CNN +F 1 "~10K" H 6100 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6030 1300 50 0001 C CNN +F 3 "~" H 6100 1300 50 0001 C CNN + 1 6100 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_A2 +U 1 1 5DE40D34 +P 6250 1300 +F 0 "R_A2" V 6250 1650 50 0000 L CNN +F 1 "~10K" H 6250 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6180 1300 50 0001 C CNN +F 3 "~" H 6250 1300 50 0001 C CNN + 1 6250 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_A3 +U 1 1 5DE40E97 +P 6400 1300 +F 0 "R_A3" V 6400 1650 50 0000 L CNN +F 1 "~10K" H 6400 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6330 1300 50 0001 C CNN +F 3 "~" H 6400 1300 50 0001 C CNN + 1 6400 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_A4 +U 1 1 5DE41C32 +P 6550 1300 +F 0 "R_A4" V 6550 1650 50 0000 L CNN +F 1 "~10K" H 6550 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6480 1300 50 0001 C CNN +F 3 "~" H 6550 1300 50 0001 C CNN + 1 6550 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_A5 +U 1 1 5DE41C38 +P 6700 1300 +F 0 "R_A5" V 6700 1650 50 0000 L CNN +F 1 "~10K" H 6700 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6630 1300 50 0001 C CNN +F 3 "~" H 6700 1300 50 0001 C CNN + 1 6700 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_A6 +U 1 1 5DE41C3E +P 6850 1300 +F 0 "R_A6" V 6850 1650 50 0000 L CNN +F 1 "~10K" H 6850 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6780 1300 50 0001 C CNN +F 3 "~" H 6850 1300 50 0001 C CNN + 1 6850 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_A7 +U 1 1 5DE41C44 +P 7000 1300 +F 0 "R_A7" V 7000 1650 50 0000 L CNN +F 1 "~10K" H 7000 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6930 1300 50 0001 C CNN +F 3 "~" H 7000 1300 50 0001 C CNN + 1 7000 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B0 +U 1 1 5DE4564E +P 7150 1300 +F 0 "R_B0" V 7150 1650 50 0000 L CNN +F 1 "~10K" H 7150 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7080 1300 50 0001 C CNN +F 3 "~" H 7150 1300 50 0001 C CNN + 1 7150 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B1 +U 1 1 5DE45654 +P 7300 1300 +F 0 "R_B1" V 7300 1650 50 0000 L CNN +F 1 "~10K" H 7300 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7230 1300 50 0001 C CNN +F 3 "~" H 7300 1300 50 0001 C CNN + 1 7300 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B2 +U 1 1 5DE4565A +P 7450 1300 +F 0 "R_B2" V 7450 1650 50 0000 L CNN +F 1 "~10K" H 7450 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7380 1300 50 0001 C CNN +F 3 "~" H 7450 1300 50 0001 C CNN + 1 7450 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B3 +U 1 1 5DE45660 +P 7600 1300 +F 0 "R_B3" V 7600 1650 50 0000 L CNN +F 1 "~10K" H 7600 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7530 1300 50 0001 C CNN +F 3 "~" H 7600 1300 50 0001 C CNN + 1 7600 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B4 +U 1 1 5DE47583 +P 7750 1300 +F 0 "R_B4" V 7750 1650 50 0000 L CNN +F 1 "~10K" H 7750 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7680 1300 50 0001 C CNN +F 3 "~" H 7750 1300 50 0001 C CNN + 1 7750 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B5 +U 1 1 5DE47589 +P 7900 1300 +F 0 "R_B5" V 7900 1650 50 0000 L CNN +F 1 "~10K" H 7900 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7830 1300 50 0001 C CNN +F 3 "~" H 7900 1300 50 0001 C CNN + 1 7900 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B6 +U 1 1 5DE4758F +P 8050 1300 +F 0 "R_B6" V 8050 1650 50 0000 L CNN +F 1 "~10K" H 8050 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7980 1300 50 0001 C CNN +F 3 "~" H 8050 1300 50 0001 C CNN + 1 8050 1300 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_B7 +U 1 1 5DE47595 +P 8200 1300 +F 0 "R_B7" V 8200 1650 50 0000 L CNN +F 1 "~10K" H 8200 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 8130 1300 50 0001 C CNN +F 3 "~" H 8200 1300 50 0001 C CNN + 1 8200 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6100 1700 6100 1450 +Wire Wire Line + 6250 1800 6250 1450 +Wire Wire Line + 6400 1900 6400 1450 +Wire Wire Line + 6550 2000 6550 1450 +Wire Wire Line + 6700 2100 6700 1450 +Wire Wire Line + 6850 2200 6850 1450 +Wire Wire Line + 7000 2300 7000 1450 +Wire Wire Line + 7150 2500 7150 1450 +Wire Wire Line + 7300 2600 7300 1450 +Wire Wire Line + 7450 2700 7450 1450 +Wire Wire Line + 7600 2800 7600 1450 +Wire Wire Line + 7750 2900 7750 1450 +Wire Wire Line + 7900 3000 7900 1450 +Wire Wire Line + 8050 3100 8050 1450 +Wire Wire Line + 8200 3200 8200 1450 +$Comp +L Device:R R_A0 +U 1 1 5DE3F959 +P 5950 1300 +F 0 "R_A0" V 5950 1650 50 0000 L CNN +F 1 "~10K" H 5950 1150 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5880 1300 50 0001 C CNN +F 3 "~" H 5950 1300 50 0001 C CNN + 1 5950 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5950 1450 5950 1600 +Connection ~ 5950 1600 +Wire Wire Line + 1650 2400 750 2400 +Wire Wire Line + 750 2400 750 3750 +Connection ~ 1650 2400 +$Comp +L PinLock-rescue:AVR-JTAG-10-Connector J2 +U 1 1 5DC4B0A3 +P 1200 3150 +F 0 "J2" H 1350 3650 50 0000 R CNN +F 1 "AVR-JTAG-10" H 1550 3800 50 0000 R CNN +F 2 "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" V 1050 3300 50 0001 C CNN +F 3 " ~" H -75 2600 50 0001 C CNN + 1 1200 3150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1200 2550 1100 2550 +Wire Wire Line + 650 2550 650 3850 +Connection ~ 1100 2550 +Wire Wire Line + 1100 2550 650 2550 +Wire Wire Line + 1200 3750 750 3750 +Connection ~ 750 3750 +Wire Wire Line + 750 3750 750 4750 +Wire Wire Line + 1000 3850 650 3850 +Wire Wire Line + 1000 4750 750 4750 +Connection ~ 750 4750 +Wire Wire Line + 750 4750 750 5250 +Wire Wire Line + 750 6450 4700 6450 +Connection ~ 5300 6450 +Wire Wire Line + 5300 6450 5950 6450 +Connection ~ 4700 6450 +Wire Wire Line + 4700 6450 5300 6450 +$Comp +L Device:R R_D6 +U 1 1 5DF04487 +P 6100 5750 +F 0 "R_D6" V 6050 5850 50 0000 L CNN +F 1 "~10K" H 6100 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6030 5750 50 0001 C CNN +F 3 "~" H 6100 5750 50 0001 C CNN + 1 6100 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D5 +U 1 1 5DF0448D +P 6250 5750 +F 0 "R_D5" V 6200 5850 50 0000 L CNN +F 1 "~10K" H 6250 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6180 5750 50 0001 C CNN +F 3 "~" H 6250 5750 50 0001 C CNN + 1 6250 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D4 +U 1 1 5DF04493 +P 6400 5750 +F 0 "R_D4" V 6350 5850 50 0000 L CNN +F 1 "~10K" H 6400 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6330 5750 50 0001 C CNN +F 3 "~" H 6400 5750 50 0001 C CNN + 1 6400 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D3 +U 1 1 5DF04499 +P 6550 5750 +F 0 "R_D3" V 6500 5850 50 0000 L CNN +F 1 "~10K" H 6550 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6480 5750 50 0001 C CNN +F 3 "~" H 6550 5750 50 0001 C CNN + 1 6550 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D2 +U 1 1 5DF0449F +P 6700 5750 +F 0 "R_D2" V 6650 5850 50 0000 L CNN +F 1 "~10K" H 6700 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6630 5750 50 0001 C CNN +F 3 "~" H 6700 5750 50 0001 C CNN + 1 6700 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D1 +U 1 1 5DF044A5 +P 6850 5750 +F 0 "R_D1" V 6800 5850 50 0000 L CNN +F 1 "~10K" H 6850 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6780 5750 50 0001 C CNN +F 3 "~" H 6850 5750 50 0001 C CNN + 1 6850 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D0 +U 1 1 5DF044AB +P 7000 5750 +F 0 "R_D0" V 6950 5850 50 0000 L CNN +F 1 "~10K" H 7000 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6930 5750 50 0001 C CNN +F 3 "~" H 7000 5750 50 0001 C CNN + 1 7000 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C7 +U 1 1 5DF044B1 +P 7150 5750 +F 0 "R_C7" V 7100 5850 50 0000 L CNN +F 1 "~10K" H 7150 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7080 5750 50 0001 C CNN +F 3 "~" H 7150 5750 50 0001 C CNN + 1 7150 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C6 +U 1 1 5DF044B7 +P 7300 5750 +F 0 "R_C6" V 7250 5850 50 0000 L CNN +F 1 "~10K" H 7300 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7230 5750 50 0001 C CNN +F 3 "~" H 7300 5750 50 0001 C CNN + 1 7300 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C5 +U 1 1 5DF044BD +P 7450 5750 +F 0 "R_C5" V 7400 5850 50 0000 L CNN +F 1 "~10K" H 7450 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7380 5750 50 0001 C CNN +F 3 "~" H 7450 5750 50 0001 C CNN + 1 7450 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C4 +U 1 1 5DF044C3 +P 7600 5750 +F 0 "R_C4" V 7550 5850 50 0000 L CNN +F 1 "~10K" H 7600 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7530 5750 50 0001 C CNN +F 3 "~" H 7600 5750 50 0001 C CNN + 1 7600 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C3 +U 1 1 5DF044C9 +P 7750 5750 +F 0 "R_C3" V 7700 5850 50 0000 L CNN +F 1 "~10K" H 7750 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7680 5750 50 0001 C CNN +F 3 "~" H 7750 5750 50 0001 C CNN + 1 7750 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C2 +U 1 1 5DF044CF +P 7900 5750 +F 0 "R_C2" V 7850 5850 50 0000 L CNN +F 1 "~10K" H 7900 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7830 5750 50 0001 C CNN +F 3 "~" H 7900 5750 50 0001 C CNN + 1 7900 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C1 +U 1 1 5DF044D5 +P 8050 5750 +F 0 "R_C1" V 8000 5850 50 0000 L CNN +F 1 "~10K" H 8050 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7980 5750 50 0001 C CNN +F 3 "~" H 8050 5750 50 0001 C CNN + 1 8050 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_C0 +U 1 1 5DF044DB +P 8200 5750 +F 0 "R_C0" V 8150 5850 50 0000 L CNN +F 1 "~10K" H 8200 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 8130 5750 50 0001 C CNN +F 3 "~" H 8200 5750 50 0001 C CNN + 1 8200 5750 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R_D7 +U 1 1 5DF044E1 +P 5950 5750 +F 0 "R_D7" V 5900 5850 50 0000 L CNN +F 1 "~10K" H 5950 5600 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5880 5750 50 0001 C CNN +F 3 "~" H 5950 5750 50 0001 C CNN + 1 5950 5750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6100 4900 6100 5600 +Wire Wire Line + 6250 4800 6250 5600 +Wire Wire Line + 6400 4700 6400 5600 +Wire Wire Line + 6550 4600 6550 5600 +Wire Wire Line + 6700 4500 6700 5600 +Wire Wire Line + 6850 4400 6850 5600 +Wire Wire Line + 7000 4300 7000 5600 +Wire Wire Line + 7150 4100 7150 5600 +Wire Wire Line + 7300 4000 7300 5600 +Wire Wire Line + 7450 3900 7450 5600 +Wire Wire Line + 7600 3800 7600 5600 +Wire Wire Line + 7750 3700 7750 5600 +Wire Wire Line + 7900 3600 7900 5600 +Wire Wire Line + 8050 3500 8050 5600 +Wire Wire Line + 8200 3400 8200 5600 +Wire Wire Line + 5950 5900 5950 6450 +Connection ~ 5950 6450 +Wire Wire Line + 5950 6450 6100 6450 +Wire Wire Line + 6100 5900 6100 6450 +Connection ~ 6100 6450 +Wire Wire Line + 6100 6450 6250 6450 +Wire Wire Line + 6250 5900 6250 6450 +Connection ~ 6250 6450 +Wire Wire Line + 6250 6450 6400 6450 +Wire Wire Line + 6400 5900 6400 6450 +Connection ~ 6400 6450 +Wire Wire Line + 6400 6450 6550 6450 +Wire Wire Line + 6550 5900 6550 6450 +Connection ~ 6550 6450 +Wire Wire Line + 6550 6450 6700 6450 +Wire Wire Line + 6700 5900 6700 6450 +Connection ~ 6700 6450 +Wire Wire Line + 6700 6450 6850 6450 +Wire Wire Line + 6850 5900 6850 6450 +Connection ~ 6850 6450 +Wire Wire Line + 6850 6450 7000 6450 +Wire Wire Line + 7000 5900 7000 6450 +Connection ~ 7000 6450 +Wire Wire Line + 7000 6450 7150 6450 +Wire Wire Line + 7150 5900 7150 6450 +Connection ~ 7150 6450 +Wire Wire Line + 7150 6450 7300 6450 +Wire Wire Line + 7300 5900 7300 6450 +Connection ~ 7300 6450 +Wire Wire Line + 7300 6450 7450 6450 +Wire Wire Line + 7450 5900 7450 6450 +Connection ~ 7450 6450 +Wire Wire Line + 7450 6450 7600 6450 +Wire Wire Line + 7600 5900 7600 6450 +Connection ~ 7600 6450 +Wire Wire Line + 7600 6450 7750 6450 +Wire Wire Line + 7750 5900 7750 6450 +Connection ~ 7750 6450 +Wire Wire Line + 7750 6450 7900 6450 +Wire Wire Line + 7900 5900 7900 6450 +Connection ~ 7900 6450 +Wire Wire Line + 7900 6450 8050 6450 +Wire Wire Line + 8050 5900 8050 6450 +Connection ~ 8050 6450 +Wire Wire Line + 8050 6450 8200 6450 +Wire Wire Line + 8200 5900 8200 6450 +Connection ~ 6100 1700 +Connection ~ 6250 1800 +Connection ~ 6400 1900 +Connection ~ 6550 2000 +Connection ~ 6700 2100 +Connection ~ 6850 2200 +Connection ~ 7000 2300 +Connection ~ 7150 2500 +Connection ~ 7300 2600 +Connection ~ 7450 2700 +Connection ~ 7600 2800 +Connection ~ 7750 2900 +Connection ~ 7900 3000 +Connection ~ 8050 3100 +Connection ~ 8200 3200 +Wire Wire Line + 7900 3600 8700 3600 +Connection ~ 7900 3600 +Wire Wire Line + 7750 3700 8700 3700 +Connection ~ 7750 3700 +Wire Wire Line + 7600 3800 8700 3800 +Connection ~ 7600 3800 +Wire Wire Line + 7450 3900 8700 3900 +Connection ~ 7450 3900 +Wire Wire Line + 5950 1150 5950 1050 +Connection ~ 5950 1050 +Wire Wire Line + 5950 1050 6100 1050 +Wire Wire Line + 6100 1150 6100 1050 +Connection ~ 6100 1050 +Wire Wire Line + 6100 1050 6250 1050 +Wire Wire Line + 6250 1150 6250 1050 +Connection ~ 6250 1050 +Wire Wire Line + 6250 1050 6400 1050 +Wire Wire Line + 6400 1150 6400 1050 +Connection ~ 6400 1050 +Wire Wire Line + 6400 1050 6550 1050 +Wire Wire Line + 6550 1150 6550 1050 +Connection ~ 6550 1050 +Wire Wire Line + 6550 1050 6700 1050 +Wire Wire Line + 6700 1150 6700 1050 +Connection ~ 6700 1050 +Wire Wire Line + 6700 1050 6850 1050 +Wire Wire Line + 6850 1150 6850 1050 +Connection ~ 6850 1050 +Wire Wire Line + 6850 1050 7000 1050 +Wire Wire Line + 7000 1150 7000 1050 +Connection ~ 7000 1050 +Wire Wire Line + 7000 1050 7150 1050 +Wire Wire Line + 7150 1150 7150 1050 +Connection ~ 7150 1050 +Wire Wire Line + 7150 1050 7300 1050 +Wire Wire Line + 7300 1150 7300 1050 +Connection ~ 7300 1050 +Wire Wire Line + 7300 1050 7450 1050 +Wire Wire Line + 7450 1150 7450 1050 +Connection ~ 7450 1050 +Wire Wire Line + 7450 1050 7600 1050 +Wire Wire Line + 7600 1150 7600 1050 +Connection ~ 7600 1050 +Wire Wire Line + 7600 1050 7750 1050 +Wire Wire Line + 7750 1150 7750 1050 +Connection ~ 7750 1050 +Wire Wire Line + 7750 1050 7900 1050 +Wire Wire Line + 7900 1150 7900 1050 +Connection ~ 7900 1050 +Wire Wire Line + 7900 1050 8050 1050 +Wire Wire Line + 8050 1150 8050 1050 +Connection ~ 8050 1050 +Wire Wire Line + 8050 1050 8200 1050 +Wire Wire Line + 8200 1150 8200 1050 +Connection ~ 8200 1050 +Wire Wire Line + 8200 1050 9500 1050 +$Comp +L Device:C C7 +U 1 1 5E1AE257 +P 1900 4300 +F 0 "C7" H 2015 4346 50 0000 L CNN +F 1 "~100nF" H 2015 4255 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1938 4150 50 0001 C CNN +F 3 "~" H 1900 4300 50 0001 C CNN +F 4 "J3" H 1900 4300 50 0001 C CNN "Beschreibung" + 1 1900 4300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1000 3850 1900 3850 +Wire Wire Line + 1900 3850 1900 4150 +Connection ~ 1000 3850 +Wire Wire Line + 1900 4450 1900 4750 +Wire Wire Line + 1900 4750 1000 4750 +Connection ~ 1000 4750 +$Comp +L Device:C C6 +U 1 1 5E1CD0FD +P 2050 3150 +F 0 "C6" H 2165 3196 50 0000 L CNN +F 1 "~100nF" H 2165 3105 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2088 3000 50 0001 C CNN +F 3 "~" H 2050 3150 50 0001 C CNN +F 4 "J2" H 2050 3150 50 0001 C CNN "Beschreibung" + 1 2050 3150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2050 3300 2050 3750 +Wire Wire Line + 2050 3750 1200 3750 +Connection ~ 1200 3750 +Wire Wire Line + 2750 2800 2600 2800 +Wire Wire Line + 2600 2800 2600 2400 +Connection ~ 2750 2800 +Wire Wire Line + 2050 3000 2050 2550 +Wire Wire Line + 2050 2550 1200 2550 +Connection ~ 1200 2550 +NoConn ~ 1950 1900 +NoConn ~ 1950 2000 +NoConn ~ 1950 2100 +NoConn ~ 1550 2300 +Text GLabel 7050 3150 2 50 BiDi ~ 0 +MISO +Text GLabel 7050 3050 2 50 BiDi ~ 0 +MOSI +Text GLabel 7050 3250 2 50 BiDi ~ 0 +SCK +Wire Wire Line + 8700 5000 6000 5000 +Connection ~ 5950 5000 +Wire Wire Line + 8700 4900 6100 4900 +Connection ~ 6100 4900 +Wire Wire Line + 8700 4800 6250 4800 +Connection ~ 6250 4800 +Wire Wire Line + 8700 4700 6400 4700 +Connection ~ 6400 4700 +Wire Wire Line + 8700 4600 6550 4600 +Connection ~ 6550 4600 +Wire Wire Line + 8700 4500 6700 4500 +Connection ~ 6700 4500 +Wire Wire Line + 5950 1600 6000 1600 +$Comp +L Connector:TestPoint TP0 +U 1 1 5E4A8C68 +P 6000 1650 +F 0 "TP0" V 6000 1850 50 0000 L CNN +F 1 "TestPoint" V 6000 2050 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1650 50 0001 C CNN +F 3 "~" H 6200 1650 50 0001 C CNN + 1 6000 1650 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP1 +U 1 1 5E4AACA7 +P 6000 1750 +F 0 "TP1" V 6000 1950 50 0000 L CNN +F 1 "TestPoint" V 6000 2150 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1750 50 0001 C CNN +F 3 "~" H 6200 1750 50 0001 C CNN + 1 6000 1750 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP2 +U 1 1 5E4AAE13 +P 6000 1850 +F 0 "TP2" V 6000 2050 50 0000 L CNN +F 1 "TestPoint" V 6000 2250 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1850 50 0001 C CNN +F 3 "~" H 6200 1850 50 0001 C CNN + 1 6000 1850 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP3 +U 1 1 5E4AAF76 +P 6000 1950 +F 0 "TP3" V 6000 2150 50 0000 L CNN +F 1 "TestPoint" V 6000 2350 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1950 50 0001 C CNN +F 3 "~" H 6200 1950 50 0001 C CNN + 1 6000 1950 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP4 +U 1 1 5E4AB07A +P 6000 2050 +F 0 "TP4" V 6000 2250 50 0000 L CNN +F 1 "TestPoint" V 6000 2450 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2050 50 0001 C CNN +F 3 "~" H 6200 2050 50 0001 C CNN + 1 6000 2050 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP5 +U 1 1 5E4AB1C1 +P 6000 2150 +F 0 "TP5" V 6000 2350 50 0000 L CNN +F 1 "TestPoint" V 6000 2550 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2150 50 0001 C CNN +F 3 "~" H 6200 2150 50 0001 C CNN + 1 6000 2150 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP6 +U 1 1 5E4AB2F5 +P 6000 2250 +F 0 "TP6" V 6000 2450 50 0000 L CNN +F 1 "TestPoint" V 6000 2650 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2250 50 0001 C CNN +F 3 "~" H 6200 2250 50 0001 C CNN + 1 6000 2250 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP7 +U 1 1 5E4AB41F +P 6000 2350 +F 0 "TP7" V 6000 2550 50 0000 L CNN +F 1 "TestPoint" V 6000 2750 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2350 50 0001 C CNN +F 3 "~" H 6200 2350 50 0001 C CNN + 1 6000 2350 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP8 +U 1 1 5E4AB582 +P 6000 2550 +F 0 "TP8" V 6000 2750 50 0000 L CNN +F 1 "TestPoint" V 6000 2950 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2550 50 0001 C CNN +F 3 "~" H 6200 2550 50 0001 C CNN + 1 6000 2550 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP9 +U 1 1 5E4AB77F +P 6000 2650 +F 0 "TP9" V 6000 2850 50 0000 L CNN +F 1 "TestPoint" V 6000 3050 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2650 50 0001 C CNN +F 3 "~" H 6200 2650 50 0001 C CNN + 1 6000 2650 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP10 +U 1 1 5E4AB879 +P 6000 2750 +F 0 "TP10" V 6000 2950 50 0000 L CNN +F 1 "TestPoint" V 6000 3200 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2750 50 0001 C CNN +F 3 "~" H 6200 2750 50 0001 C CNN + 1 6000 2750 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP11 +U 1 1 5E4AB9F1 +P 6000 2850 +F 0 "TP11" V 6000 3050 50 0000 L CNN +F 1 "TestPoint" V 6000 3300 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2850 50 0001 C CNN +F 3 "~" H 6200 2850 50 0001 C CNN + 1 6000 2850 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP12 +U 1 1 5E4ABB97 +P 6000 2950 +F 0 "TP12" V 6000 3150 50 0000 L CNN +F 1 "TestPoint" V 6000 3400 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2950 50 0001 C CNN +F 3 "~" H 6200 2950 50 0001 C CNN + 1 6000 2950 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP13 +U 1 1 5E4ABCF1 +P 6000 3050 +F 0 "TP13" V 6000 3250 50 0000 L CNN +F 1 "TestPoint" V 6000 3500 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3050 50 0001 C CNN +F 3 "~" H 6200 3050 50 0001 C CNN + 1 6000 3050 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP14 +U 1 1 5E4ABDE7 +P 6000 3150 +F 0 "TP14" V 6000 3350 50 0000 L CNN +F 1 "TestPoint" V 6000 3600 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3150 50 0001 C CNN +F 3 "~" H 6200 3150 50 0001 C CNN + 1 6000 3150 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP15 +U 1 1 5E4ABF2E +P 6000 3250 +F 0 "TP15" V 6000 3450 50 0000 L CNN +F 1 "TestPoint" V 6000 3700 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3250 50 0001 C CNN +F 3 "~" H 6200 3250 50 0001 C CNN + 1 6000 3250 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP16 +U 1 1 5E4AC066 +P 6000 3450 +F 0 "TP16" V 6000 3650 50 0000 L CNN +F 1 "TestPoint" V 6000 3900 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3450 50 0001 C CNN +F 3 "~" H 6200 3450 50 0001 C CNN + 1 6000 3450 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP17 +U 1 1 5E4AC22B +P 6000 3550 +F 0 "TP17" V 6000 3750 50 0000 L CNN +F 1 "TestPoint" V 6000 4000 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3550 50 0001 C CNN +F 3 "~" H 6200 3550 50 0001 C CNN + 1 6000 3550 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP18 +U 1 1 5E4AC36E +P 6000 3650 +F 0 "TP18" V 6000 3850 50 0000 L CNN +F 1 "TestPoint" V 6000 4100 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3650 50 0001 C CNN +F 3 "~" H 6200 3650 50 0001 C CNN + 1 6000 3650 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP19 +U 1 1 5E4AC485 +P 6000 3750 +F 0 "TP19" V 6000 3950 50 0000 L CNN +F 1 "TestPoint" V 6000 4200 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3750 50 0001 C CNN +F 3 "~" H 6200 3750 50 0001 C CNN + 1 6000 3750 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP20 +U 1 1 5E4AC5A6 +P 6000 3850 +F 0 "TP20" V 6000 4050 50 0000 L CNN +F 1 "TestPoint" V 6000 4300 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3850 50 0001 C CNN +F 3 "~" H 6200 3850 50 0001 C CNN + 1 6000 3850 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP21 +U 1 1 5E4AC6D0 +P 6000 3950 +F 0 "TP21" V 6000 4150 50 0000 L CNN +F 1 "TestPoint" V 6000 4400 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3950 50 0001 C CNN +F 3 "~" H 6200 3950 50 0001 C CNN + 1 6000 3950 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP22 +U 1 1 5E4AC7FA +P 6000 4050 +F 0 "TP22" V 6000 4250 50 0000 L CNN +F 1 "TestPoint" V 6000 4500 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4050 50 0001 C CNN +F 3 "~" H 6200 4050 50 0001 C CNN + 1 6000 4050 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP23 +U 1 1 5E4AC90C +P 6000 4150 +F 0 "TP23" V 6000 4350 50 0000 L CNN +F 1 "TestPoint" V 6000 4600 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4150 50 0001 C CNN +F 3 "~" H 6200 4150 50 0001 C CNN + 1 6000 4150 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP24 +U 1 1 5E4ACA23 +P 6000 4350 +F 0 "TP24" V 6000 4550 50 0000 L CNN +F 1 "TestPoint" V 6000 4800 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4350 50 0001 C CNN +F 3 "~" H 6200 4350 50 0001 C CNN + 1 6000 4350 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP25 +U 1 1 5E4ACC09 +P 6000 4450 +F 0 "TP25" V 6000 4650 50 0000 L CNN +F 1 "TestPoint" V 6000 4900 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4450 50 0001 C CNN +F 3 "~" H 6200 4450 50 0001 C CNN + 1 6000 4450 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP26 +U 1 1 5E4ACD3D +P 6000 4550 +F 0 "TP26" V 6000 4750 50 0000 L CNN +F 1 "TestPoint" V 6000 5000 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4550 50 0001 C CNN +F 3 "~" H 6200 4550 50 0001 C CNN + 1 6000 4550 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP27 +U 1 1 5E4ACE59 +P 6000 4650 +F 0 "TP27" V 6000 4850 50 0000 L CNN +F 1 "TestPoint" V 6000 5100 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4650 50 0001 C CNN +F 3 "~" H 6200 4650 50 0001 C CNN + 1 6000 4650 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP28 +U 1 1 5E4ACF89 +P 6000 4750 +F 0 "TP28" V 6000 4950 50 0000 L CNN +F 1 "TestPoint" V 6000 5200 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4750 50 0001 C CNN +F 3 "~" H 6200 4750 50 0001 C CNN + 1 6000 4750 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP29 +U 1 1 5E4AD0CF +P 6000 4850 +F 0 "TP29" V 6000 5050 50 0000 L CNN +F 1 "TestPoint" V 6000 5300 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4850 50 0001 C CNN +F 3 "~" H 6200 4850 50 0001 C CNN + 1 6000 4850 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP30 +U 1 1 5E4AD1F0 +P 6000 4950 +F 0 "TP30" V 6000 5150 50 0000 L CNN +F 1 "TestPoint" V 6000 5400 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4950 50 0001 C CNN +F 3 "~" H 6200 4950 50 0001 C CNN + 1 6000 4950 + 0 1 1 0 +$EndComp +$Comp +L Connector:TestPoint TP31 +U 1 1 5E4AD323 +P 6000 5050 +F 0 "TP31" V 6000 5250 50 0000 L CNN +F 1 "TestPoint" V 6000 5500 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 5050 50 0001 C CNN +F 3 "~" H 6200 5050 50 0001 C CNN + 1 6000 5050 + 0 1 1 0 +$EndComp +Wire Wire Line + 5950 5000 5950 5600 +Wire Wire Line + 6000 1650 6000 1600 +Connection ~ 6000 1600 +Wire Wire Line + 6000 1750 6000 1700 +Connection ~ 6000 1700 +Wire Wire Line + 6000 1700 6100 1700 +Wire Wire Line + 6000 1850 6000 1800 +Connection ~ 6000 1800 +Wire Wire Line + 6000 1800 6250 1800 +Wire Wire Line + 6000 1950 6000 1900 +Connection ~ 6000 1900 +Wire Wire Line + 6000 1900 6400 1900 +Wire Wire Line + 6000 2050 6000 2000 +Connection ~ 6000 2000 +Wire Wire Line + 6000 2000 6550 2000 +Wire Wire Line + 6000 2150 6000 2100 +Connection ~ 6000 2100 +Wire Wire Line + 6000 2100 6700 2100 +Wire Wire Line + 6000 2250 6000 2200 +Connection ~ 6000 2200 +Wire Wire Line + 6000 2200 6850 2200 +Wire Wire Line + 6000 2350 6000 2300 +Connection ~ 6000 2300 +Wire Wire Line + 6000 2300 7000 2300 +Wire Wire Line + 6000 2550 6000 2500 +Connection ~ 6000 2500 +Wire Wire Line + 6000 2500 7150 2500 +Wire Wire Line + 6000 2650 6000 2600 +Connection ~ 6000 2600 +Wire Wire Line + 6000 2600 7300 2600 +Wire Wire Line + 6000 2750 6000 2700 +Connection ~ 6000 2700 +Wire Wire Line + 6000 2700 7450 2700 +Wire Wire Line + 6000 2850 6000 2800 +Connection ~ 6000 2800 +Wire Wire Line + 6000 2800 7600 2800 +Wire Wire Line + 6000 2950 6000 2900 +Connection ~ 6000 2900 +Wire Wire Line + 6000 2900 7750 2900 +Wire Wire Line + 6000 3050 6000 3000 +Connection ~ 6000 3000 +Wire Wire Line + 6000 3150 6000 3100 +Connection ~ 6000 3100 +Wire Wire Line + 6000 3250 6000 3200 +Connection ~ 6000 3200 +Wire Wire Line + 6000 3450 6000 3400 +Connection ~ 6000 3400 +Wire Wire Line + 6000 3400 8200 3400 +Wire Wire Line + 6000 3550 6000 3500 +Connection ~ 6000 3500 +Wire Wire Line + 6000 3500 8050 3500 +Wire Wire Line + 6000 3650 6000 3600 +Connection ~ 6000 3600 +Wire Wire Line + 6000 3600 7900 3600 +Wire Wire Line + 6000 3750 6000 3700 +Connection ~ 6000 3700 +Wire Wire Line + 6000 3700 7750 3700 +Wire Wire Line + 6000 3850 6000 3800 +Connection ~ 6000 3800 +Wire Wire Line + 6000 3800 7600 3800 +Wire Wire Line + 6000 3950 6000 3900 +Connection ~ 6000 3900 +Wire Wire Line + 6000 3900 7450 3900 +Wire Wire Line + 6000 4050 6000 4000 +Connection ~ 6000 4000 +Wire Wire Line + 6000 4000 7300 4000 +Wire Wire Line + 6000 4150 6000 4100 +Connection ~ 6000 4100 +Wire Wire Line + 6000 4100 7150 4100 +Wire Wire Line + 6000 4350 6000 4300 +Connection ~ 6000 4300 +Wire Wire Line + 6000 4450 6000 4400 +Connection ~ 6000 4400 +Wire Wire Line + 6000 4550 6000 4500 +Connection ~ 6000 4500 +Wire Wire Line + 6000 4500 6700 4500 +Wire Wire Line + 6000 4650 6000 4600 +Connection ~ 6000 4600 +Wire Wire Line + 6000 4600 6550 4600 +Wire Wire Line + 6000 4750 6000 4700 +Connection ~ 6000 4700 +Wire Wire Line + 6000 4700 6400 4700 +Wire Wire Line + 6000 4850 6000 4800 +Connection ~ 6000 4800 +Wire Wire Line + 6000 4800 6250 4800 +Wire Wire Line + 6000 4950 6000 4900 +Connection ~ 6000 4900 +Wire Wire Line + 6000 4900 6100 4900 +Wire Wire Line + 6000 5050 6000 5000 +Connection ~ 6000 5000 +Wire Wire Line + 6000 5000 5950 5000 +$Comp +L Device:C C8 +U 1 1 5F95D098 +P 9600 3150 +F 0 "C8" H 9715 3196 50 0000 L CNN +F 1 "~100nF" H 9715 3105 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 9638 3000 50 0001 C CNN +F 3 "~" H 9600 3150 50 0001 C CNN +F 4 "Display" H 9600 3150 50 0001 C CNN "Beschreibung" + 1 9600 3150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9400 1500 9400 3000 +Wire Wire Line + 9400 3000 9600 3000 +Connection ~ 9400 1500 +Wire Wire Line + 9600 3300 9500 3300 +Connection ~ 9500 3300 +$Comp +L Device:C C9 +U 1 1 5F99721B +P 11000 1850 +F 0 "C9" H 11050 1950 50 0000 L CNN +F 1 "~100nF" H 11050 1750 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 11038 1700 50 0001 C CNN +F 3 "~" H 11000 1850 50 0001 C CNN +F 4 "Buttons" H 11000 1850 50 0001 C CNN "Beschreibung" + 1 11000 1850 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C10 +U 1 1 5F997E8F +P 11000 2550 +F 0 "C10" H 11050 2650 50 0000 L CNN +F 1 "~100nF" H 11050 2450 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 11038 2400 50 0001 C CNN +F 3 "~" H 11000 2550 50 0001 C CNN +F 4 "Status" H 11000 2550 50 0001 C CNN "Beschreibung" + 1 11000 2550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10800 1700 11000 1700 +Connection ~ 10800 1700 +Wire Wire Line + 10800 1700 10800 2400 +Wire Wire Line + 11000 2000 10900 2000 +Wire Wire Line + 10800 2400 11000 2400 +Connection ~ 10800 2400 +Wire Wire Line + 10900 2700 11000 2700 +Connection ~ 10900 2700 +$Comp +L Connector:Conn_01x04_Female J4 +U 1 1 5DD71B42 +P 9100 4250 +F 0 "J4" H 9050 3950 50 0000 C CNN +F 1 "Conn_01x04_Female" H 8800 4400 50 0000 C CNN +F 2 "Connector_PinHeader_2.00mm:PinHeader_1x04_P2.00mm_Vertical" H 9100 4250 50 0001 C CNN +F 3 "~" H 9100 4250 50 0001 C CNN + 1 9100 4250 + -1 0 0 1 +$EndComp +Wire Wire Line + 6000 4400 6850 4400 +Wire Wire Line + 6000 4300 7000 4300 +Wire Wire Line + 9300 4350 9500 4350 +Wire Wire Line + 9500 4350 9500 3300 +Wire Wire Line + 9400 3000 9400 4050 +Wire Wire Line + 9400 4050 9300 4050 +Connection ~ 9400 3000 +Text GLabel 8700 4300 2 50 Input ~ 0 +RXD +Wire Wire Line + 8700 4300 7000 4300 +Connection ~ 7000 4300 +Text GLabel 8700 4400 2 50 Output ~ 0 +TXD +Wire Wire Line + 8700 4400 6850 4400 +Connection ~ 6850 4400 +Text GLabel 9600 4150 2 50 Output ~ 0 +RXD +Text GLabel 9600 4250 2 50 Input ~ 0 +TXD +Wire Wire Line + 9600 4150 9300 4150 +Wire Wire Line + 9600 4250 9300 4250 +Wire Wire Line + 4700 1600 4450 1600 +Wire Wire Line + 5900 3200 6000 3200 +Wire Wire Line + 5900 3100 6000 3100 +Wire Wire Line + 5900 3000 6000 3000 +Wire Wire Line + 5900 2900 6000 2900 +Wire Wire Line + 5900 1600 5950 1600 +Wire Wire Line + 5900 2800 6000 2800 +Wire Wire Line + 5900 1700 6000 1700 +Wire Wire Line + 5900 1800 6000 1800 +Wire Wire Line + 5900 1900 6000 1900 +Wire Wire Line + 5900 2000 6000 2000 +Wire Wire Line + 5900 2100 6000 2100 +Wire Wire Line + 5900 2200 6000 2200 +Wire Wire Line + 5900 2300 6000 2300 +Wire Wire Line + 4700 2200 4700 6450 +Wire Wire Line + 5400 950 5400 1300 +Wire Wire Line + 5900 2700 6000 2700 +Wire Wire Line + 5900 4100 6000 4100 +Wire Wire Line + 5900 4000 6000 4000 +Wire Wire Line + 5900 3900 6000 3900 +Wire Wire Line + 5900 3800 6000 3800 +Wire Wire Line + 5900 3700 6000 3700 +Wire Wire Line + 5900 3600 6000 3600 +Wire Wire Line + 5900 3500 6000 3500 +Wire Wire Line + 5900 3400 6000 3400 +Wire Wire Line + 5900 5000 5950 5000 +Wire Wire Line + 5900 4900 6000 4900 +Wire Wire Line + 5900 2600 6000 2600 +Wire Wire Line + 5900 4800 6000 4800 +Wire Wire Line + 5900 4700 6000 4700 +Wire Wire Line + 5900 4600 6000 4600 +Wire Wire Line + 5900 4500 6000 4500 +Wire Wire Line + 5900 4400 6000 4400 +Wire Wire Line + 5900 4300 6000 4300 +Wire Wire Line + 5300 5300 5300 6450 +Wire Wire Line + 5300 950 5300 1300 +Wire Wire Line + 5900 2500 6000 2500 +$Comp +L PinLock-rescue:ATmega16A-PU-MCU_Microchip_ATmega U1 +U 1 1 5DB85A9E +P 5300 3300 +F 0 "U1" H 5750 5250 50 0000 C CNN +F 1 "ATmega16A-PU" H 4900 5250 50 0000 C CNN +F 2 "Package_DIP:DIP-40_W15.24mm" H 5300 3300 50 0001 C CIN +F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf" H 5300 3300 50 0001 C CNN + 1 5300 3300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8200 3200 8700 3200 +Wire Wire Line + 8050 3100 8700 3100 +Wire Wire Line + 7900 3000 8700 3000 +Wire Wire Line + 7750 2900 8700 2900 +Wire Wire Line + 7600 2800 8700 2800 +Wire Wire Line + 7450 2700 8700 2700 +Wire Wire Line + 7300 2600 8700 2600 +Wire Wire Line + 7150 2500 8700 2500 +Wire Wire Line + 7000 2300 8700 2300 +Wire Wire Line + 6850 2200 8700 2200 +Wire Wire Line + 6700 2100 8700 2100 +Wire Wire Line + 6550 2000 8700 2000 +Wire Wire Line + 6400 1900 8700 1900 +Wire Wire Line + 6250 1800 8700 1800 +Wire Wire Line + 8700 1700 6100 1700 +Wire Wire Line + 6000 1600 8700 1600 +Wire Wire Line + 9500 3300 9300 3300 +Wire Wire Line + 9400 1500 9300 1500 +$Sheet +S 8700 1450 600 1950 +U 5DD2ECA3 +F0 "Display" 50 +F1 "display.sch" 50 +F2 "VCC" B R 9300 1500 50 +F3 "GND" B R 9300 3300 50 +F4 "CHAR0_0" I L 8700 1600 50 +F5 "CHAR0_1" I L 8700 1700 50 +F6 "CHAR0_2" I L 8700 1800 50 +F7 "CHAR0_3" I L 8700 1900 50 +F8 "CHAR1_0" I L 8700 2000 50 +F9 "CHAR1_1" I L 8700 2100 50 +F10 "CHAR1_2" I L 8700 2200 50 +F11 "CHAR1_3" I L 8700 2300 50 +F12 "CHAR2_0" I L 8700 2500 50 +F13 "CHAR2_1" I L 8700 2600 50 +F14 "CHAR2_2" I L 8700 2700 50 +F15 "CHAR2_3" I L 8700 2800 50 +F16 "CHAR3_0" I L 8700 2900 50 +F17 "CHAR3_1" I L 8700 3000 50 +F18 "CHAR3_2" I L 8700 3100 50 +F19 "CHAR3_3" I L 8700 3200 50 +$EndSheet +Wire Wire Line + 6000 3000 7000 3000 +Wire Wire Line + 6000 3100 7000 3100 +Wire Wire Line + 6000 3200 7000 3200 +Wire Wire Line + 7050 3050 7000 3050 +Wire Wire Line + 7000 3050 7000 3000 +Connection ~ 7000 3000 +Wire Wire Line + 7000 3000 7900 3000 +Wire Wire Line + 7050 3150 7000 3150 +Wire Wire Line + 7000 3150 7000 3100 +Connection ~ 7000 3100 +Wire Wire Line + 7000 3100 8050 3100 +Wire Wire Line + 7050 3250 7000 3250 +Wire Wire Line + 7000 3250 7000 3200 +Connection ~ 7000 3200 +Wire Wire Line + 7000 3200 8200 3200 +Connection ~ 2550 950 +NoConn ~ 1650 1350 +$Comp +L Connector:Barrel_Jack_MountingPin J0 +U 1 1 5DBB60C9 +P 1650 1050 +F 0 "J0" H 1707 1367 50 0000 C CNN +F 1 "Barrel_Jack_MountingPin" H 1707 1276 50 0000 C CNN +F 2 "Connector_BarrelJack:BarrelJack_CUI_PJ-063AH_Horizontal" H 1700 1010 50 0001 C CNN +F 3 "~" H 1700 1010 50 0001 C CNN + 1 1650 1050 + 1 0 0 -1 +$EndComp +Connection ~ 650 2550 +Wire Wire Line + 650 650 650 2550 +Wire Wire Line + 2550 950 2550 650 +Wire Wire Line + 2550 650 650 650 +$Comp +L Connector:Screw_Terminal_01x02 J6 +U 1 1 5DE4CFD1 +P 1500 4950 +F 0 "J6" H 1580 4942 50 0000 L CNN +F 1 "Screw_Terminal_01x02" H 1600 4850 50 0000 L CNN +F 2 "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal" H 1500 4950 50 0001 C CNN +F 3 "~" H 1500 4950 50 0001 C CNN + 1 1500 4950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C18 +U 1 1 5DE4EE60 +P 1000 5100 +F 0 "C18" H 1115 5146 50 0000 L CNN +F 1 "~100nF" H 1115 5055 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1038 4950 50 0001 C CNN +F 3 "~" H 1000 5100 50 0001 C CNN + 1 1000 5100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1300 4950 1000 4950 +Wire Wire Line + 1300 5050 1300 5250 +Wire Wire Line + 1300 5250 1000 5250 +Wire Wire Line + 750 5250 1000 5250 +Connection ~ 750 5250 +Wire Wire Line + 750 5250 750 6450 +Connection ~ 1000 5250 +Wire Wire Line + 1000 4950 650 4950 +Wire Wire Line + 650 4950 650 3850 +Connection ~ 1000 4950 +Connection ~ 650 3850 +$Comp +L Regulator_Linear:L7805 U9 +U 1 1 5DE337F2 +P 3300 950 +F 0 "U9" H 3300 1192 50 0000 C CNN +F 1 "L7805" H 3300 1101 50 0000 C CNN +F 2 "Package_TO_SOT_SMD:TO-252-2" H 3325 800 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 3300 900 50 0001 C CNN + 1 3300 950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2550 950 3000 950 +Wire Wire Line + 3300 1350 3300 1250 +Wire Wire Line + 3600 950 3750 950 +Connection ~ 3750 950 +Wire Wire Line + 1950 950 2550 950 +Wire Wire Line + 1950 1150 2050 1150 +Wire Wire Line + 2050 1150 2050 1250 +Connection ~ 2050 1250 +$Comp +L Device:Crystal_GND24 Y0 +U 1 1 5E3EA15B +P 2950 1950 +F 0 "Y0" V 2904 2194 50 0000 L CNN +F 1 "Crystal_GND24" V 2995 2194 50 0000 L CNN +F 2 "Crystal:Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm" H 2950 1950 50 0001 C CNN +F 3 "~" H 2950 1950 50 0001 C CNN + 1 2950 1950 + 0 1 1 0 +$EndComp +Wire Wire Line + 2600 1800 2950 1800 +Connection ~ 2950 1800 +Wire Wire Line + 2950 1800 4700 1800 +Wire Wire Line + 2750 1950 2750 2400 +Connection ~ 2750 2400 +Wire Wire Line + 2750 2400 2600 2400 +Wire Wire Line + 3150 1950 3150 2400 +Connection ~ 3150 2400 +Wire Wire Line + 3150 2400 2950 2400 +Connection ~ 2050 1350 +Wire Wire Line + 2050 1350 2050 1450 +Wire Wire Line + 2050 1250 2050 1350 +Wire Wire Line + 2050 1250 2150 1250 +Wire Wire Line + 2550 1250 2550 950 +Wire Wire Line + 3300 1350 2050 1350 +Wire Wire Line + 2450 1250 2550 1250 +$Comp +L Device:C C0 +U 1 1 5DC7168B +P 2300 1250 +F 0 "C0" V 2250 1150 50 0000 C CNN +F 1 "~100nF" V 2250 1350 50 0000 C CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2338 1100 50 0001 C CNN +F 3 "~" H 2300 1250 50 0001 C CNN +F 4 "J0" V 2300 1250 50 0001 C CNN "Beschreibung" + 1 2300 1250 + 0 1 1 0 +$EndComp +$EndSCHEMATC diff --git a/Hardware/README.md b/Hardware/README.md new file mode 100644 index 0000000..78a47e9 --- /dev/null +++ b/Hardware/README.md @@ -0,0 +1,3 @@ +# PinLock +A pin lock HW/SW implementation for ATmega16A. +This project is part of the seminar "Mikrocontrollerschaltungen - Realisierung in Hard- und Software". \ No newline at end of file diff --git a/Hardware/buttons.sch b/Hardware/buttons.sch new file mode 100644 index 0000000..a3fcb69 --- /dev/null +++ b/Hardware/buttons.sch @@ -0,0 +1,199 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Connector:Conn_01x08_Female J5 +U 1 1 5DDED974 +P 5200 1900 +F 0 "J5" V 5250 1450 50 0000 L CNN +F 1 "Conn_01x08_Female" V 5250 1650 50 0000 L CNN +F 2 "Connector_PinHeader_2.00mm:PinHeader_1x08_P2.00mm_Vertical" H 5200 1900 50 0001 C CNN +F 3 "~" H 5200 1900 50 0001 C CNN + 1 5200 1900 + 0 -1 -1 0 +$EndComp +Text HLabel 3450 3000 0 50 BiDi ~ 0 +VCC +Text HLabel 3450 5250 0 50 BiDi ~ 0 +GND +Text HLabel 3450 4650 0 50 Input ~ 0 +CLK +$Comp +L 74xx:74HC164 U6 +U 1 1 5DCCE5D7 +P 4400 3850 +F 0 "U6" H 4650 4300 50 0000 C CNN +F 1 "74HC164" H 4150 4300 50 0000 C CNN +F 2 "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" H 5300 3550 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 5300 3550 50 0001 C CNN + 1 4400 3850 + 1 0 0 -1 +$EndComp +Text HLabel 3450 3850 0 50 Input ~ 0 +ROWS +Wire Wire Line + 4800 3550 4900 3550 +Wire Wire Line + 4800 3650 5000 3650 +Wire Wire Line + 4800 3750 5100 3750 +Wire Wire Line + 4800 3850 5200 3850 +Wire Wire Line + 4400 5250 5800 5250 +Wire Wire Line + 4400 3000 5800 3000 +Connection ~ 4400 3000 +Wire Wire Line + 4000 4150 3900 4150 +Wire Wire Line + 4000 3950 3900 3950 +Wire Wire Line + 3900 3950 3900 3850 +Wire Wire Line + 3900 3850 4000 3850 +Wire Wire Line + 4000 3650 3900 3650 +Wire Wire Line + 3900 3650 3900 3000 +Wire Wire Line + 3900 3000 4400 3000 +Wire Wire Line + 5300 3650 6100 3650 +Wire Wire Line + 5400 3750 6100 3750 +Wire Wire Line + 5500 3850 6100 3850 +Wire Wire Line + 5600 3950 6100 3950 +Text HLabel 7100 3550 2 50 Output ~ 0 +COLUMNS +NoConn ~ 4800 3950 +NoConn ~ 4800 4050 +NoConn ~ 4800 4150 +NoConn ~ 4800 4250 +NoConn ~ 6100 4350 +NoConn ~ 6100 4250 +NoConn ~ 6100 4150 +NoConn ~ 6100 4050 +NoConn ~ 6100 3550 +$Comp +L 74xx:74LS166 U7 +U 1 1 5DCEF9EB +P 6600 4250 +F 0 "U7" H 6800 5100 50 0000 L CNN +F 1 "74LS166" H 6200 5100 50 0000 L CNN +F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 6600 4250 50 0001 C CNN +F 3 "http://www.ti.com/lit/gpn/sn74LS166" H 6600 4250 50 0001 C CNN + 1 6600 4250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3900 4150 3900 4650 +Wire Wire Line + 3900 4650 6100 4650 +Wire Wire Line + 6100 4950 6000 4950 +Wire Wire Line + 6000 4950 6000 5250 +Connection ~ 6000 5250 +Wire Wire Line + 6000 5250 6600 5250 +Wire Wire Line + 6100 4750 6000 4750 +Wire Wire Line + 6000 4750 6000 4950 +Connection ~ 6000 4950 +Text HLabel 3450 4550 0 50 Input ~ 0 +LOAD +$Comp +L Device:C C15 +U 1 1 5DE94356 +P 3650 3550 +F 0 "C15" H 3700 3650 50 0000 L CNN +F 1 "~100nF" H 3700 3450 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3688 3400 50 0001 C CNN +F 3 "~" H 3650 3550 50 0001 C CNN + 1 3650 3550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C16 +U 1 1 5DE96BB8 +P 5800 4200 +F 0 "C16" H 5850 4300 50 0000 L CNN +F 1 "~100nF" H 5850 4100 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5838 4050 50 0001 C CNN +F 3 "~" H 5800 4200 50 0001 C CNN + 1 5800 4200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5800 4350 5800 5250 +Connection ~ 5800 5250 +Wire Wire Line + 5800 5250 6000 5250 +Wire Wire Line + 3450 3000 3650 3000 +Connection ~ 3900 3000 +Wire Wire Line + 3450 5250 3650 5250 +Connection ~ 4400 5250 +Wire Wire Line + 4400 4450 4400 5250 +Wire Wire Line + 4400 3000 4400 3350 +Wire Wire Line + 6600 3000 6600 3250 +Wire Wire Line + 5800 4050 5800 3000 +Connection ~ 5800 3000 +Wire Wire Line + 5800 3000 6600 3000 +Wire Wire Line + 3650 3400 3650 3000 +Connection ~ 3650 3000 +Wire Wire Line + 3650 3000 3900 3000 +Wire Wire Line + 3650 3700 3650 5250 +Connection ~ 3650 5250 +Wire Wire Line + 3650 5250 4400 5250 +Wire Wire Line + 3450 4650 3900 4650 +Connection ~ 3900 4650 +Wire Wire Line + 3450 4550 6100 4550 +Wire Wire Line + 3450 3850 3900 3850 +Connection ~ 3900 3850 +Wire Wire Line + 5600 2100 5600 3950 +Wire Wire Line + 5500 2100 5500 3850 +Wire Wire Line + 5400 2100 5400 3750 +Wire Wire Line + 5300 2100 5300 3650 +Wire Wire Line + 5200 2100 5200 3850 +Wire Wire Line + 5100 2100 5100 3750 +Wire Wire Line + 5000 2100 5000 3650 +Wire Wire Line + 4900 2100 4900 3550 +$EndSCHEMATC diff --git a/Hardware/display.sch b/Hardware/display.sch new file mode 100644 index 0000000..1688b79 --- /dev/null +++ b/Hardware/display.sch @@ -0,0 +1,1074 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 4 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text HLabel 1350 1300 1 50 BiDi ~ 0 +VCC +Text HLabel 1450 1300 1 50 BiDi ~ 0 +GND +Text HLabel 2450 2500 0 50 Input ~ 0 +CHAR0_0 +Text HLabel 2450 2600 0 50 Input ~ 0 +CHAR0_1 +Text HLabel 2450 2700 0 50 Input ~ 0 +CHAR0_2 +Text HLabel 2450 2800 0 50 Input ~ 0 +CHAR0_3 +Text HLabel 6600 2500 0 50 Input ~ 0 +CHAR1_0 +Text HLabel 6600 2600 0 50 Input ~ 0 +CHAR1_1 +Text HLabel 6600 2700 0 50 Input ~ 0 +CHAR1_2 +Text HLabel 6600 2800 0 50 Input ~ 0 +CHAR1_3 +Text HLabel 2450 4000 0 50 Input ~ 0 +CHAR2_0 +Text HLabel 2450 4100 0 50 Input ~ 0 +CHAR2_1 +Text HLabel 2450 4200 0 50 Input ~ 0 +CHAR2_2 +Text HLabel 2450 4300 0 50 Input ~ 0 +CHAR2_3 +Text HLabel 6600 4000 0 50 Input ~ 0 +CHAR3_0 +Text HLabel 6600 4100 0 50 Input ~ 0 +CHAR3_1 +Text HLabel 6600 4200 0 50 Input ~ 0 +CHAR3_2 +Text HLabel 6600 4300 0 50 Input ~ 0 +CHAR3_3 +$Comp +L Device:R R22 +U 1 1 5DCF3F99 +P 7350 5900 +F 0 "R22" V 7300 5700 50 0000 C CNN +F 1 "200R" V 7300 6050 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 5900 50 0001 C CNN +F 3 "~" H 7350 5900 50 0001 C CNN + 1 7350 5900 + 0 1 1 0 +$EndComp +$Comp +L Device:R R23 +U 1 1 5DCF640A +P 7350 6000 +F 0 "R23" V 7300 5800 50 0000 C CNN +F 1 "200R" V 7300 6150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 6000 50 0001 C CNN +F 3 "~" H 7350 6000 50 0001 C CNN + 1 7350 6000 + 0 1 1 0 +$EndComp +$Comp +L Device:R R24 +U 1 1 5DCF6693 +P 7350 6200 +F 0 "R24" V 7300 6000 50 0000 C CNN +F 1 "200R" V 7300 6350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 6200 50 0001 C CNN +F 3 "~" H 7350 6200 50 0001 C CNN + 1 7350 6200 + 0 1 1 0 +$EndComp +$Comp +L Device:R R25 +U 1 1 5DCF68D9 +P 9450 6200 +F 0 "R25" V 9400 6000 50 0000 C CNN +F 1 "200R" V 9400 6350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6200 50 0001 C CNN +F 3 "~" H 9450 6200 50 0001 C CNN + 1 9450 6200 + 0 1 1 0 +$EndComp +$Comp +L Device:R R27 +U 1 1 5DCF6D3D +P 9450 6000 +F 0 "R27" V 9400 5800 50 0000 C CNN +F 1 "200R" V 9400 6150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6000 50 0001 C CNN +F 3 "~" H 9450 6000 50 0001 C CNN + 1 9450 6000 + 0 1 1 0 +$EndComp +$Comp +L Device:R R28 +U 1 1 5DCF6F68 +P 9450 6300 +F 0 "R28" V 9400 6100 50 0000 C CNN +F 1 "200R" V 9400 6450 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6300 50 0001 C CNN +F 3 "~" H 9450 6300 50 0001 C CNN + 1 9450 6300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R15 +U 1 1 5DD07E7B +P 3600 5950 +F 0 "R15" V 3550 5750 50 0000 C CNN +F 1 "200R" V 3550 6100 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 5950 50 0001 C CNN +F 3 "~" H 3600 5950 50 0001 C CNN + 1 3600 5950 + 0 1 1 0 +$EndComp +$Comp +L Device:R R16 +U 1 1 5DD07E83 +P 3600 6050 +F 0 "R16" V 3550 5850 50 0000 C CNN +F 1 "200R" V 3550 6200 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 6050 50 0001 C CNN +F 3 "~" H 3600 6050 50 0001 C CNN + 1 3600 6050 + 0 1 1 0 +$EndComp +$Comp +L Device:R R17 +U 1 1 5DD07E89 +P 3600 6250 +F 0 "R17" V 3550 6050 50 0000 C CNN +F 1 "200R" V 3550 6400 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 6250 50 0001 C CNN +F 3 "~" H 3600 6250 50 0001 C CNN + 1 3600 6250 + 0 1 1 0 +$EndComp +$Comp +L Device:R R18 +U 1 1 5DD07E8F +P 5700 5950 +F 0 "R18" V 5650 5750 50 0000 C CNN +F 1 "200R" V 5650 6100 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 5950 50 0001 C CNN +F 3 "~" H 5700 5950 50 0001 C CNN + 1 5700 5950 + 0 1 1 0 +$EndComp +$Comp +L Device:R R19 +U 1 1 5DD07E95 +P 5700 6050 +F 0 "R19" V 5650 5850 50 0000 C CNN +F 1 "200R" V 5650 6200 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6050 50 0001 C CNN +F 3 "~" H 5700 6050 50 0001 C CNN + 1 5700 6050 + 0 1 1 0 +$EndComp +$Comp +L Device:R R20 +U 1 1 5DD07E9B +P 5700 6250 +F 0 "R20" V 5650 6050 50 0000 C CNN +F 1 "200R" V 5650 6400 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6250 50 0001 C CNN +F 3 "~" H 5700 6250 50 0001 C CNN + 1 5700 6250 + 0 1 1 0 +$EndComp +$Comp +L Device:R R21 +U 1 1 5DD07EA1 +P 5700 6350 +F 0 "R21" V 5650 6150 50 0000 C CNN +F 1 "200R" V 5650 6500 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6350 50 0001 C CNN +F 3 "~" H 5700 6350 50 0001 C CNN + 1 5700 6350 + 0 1 1 0 +$EndComp +$Comp +L Device:R R1 +U 1 1 5DD1176F +P 3600 900 +F 0 "R1" V 3550 750 50 0000 C CNN +F 1 "200R" V 3550 1050 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 900 50 0001 C CNN +F 3 "~" H 3600 900 50 0001 C CNN + 1 3600 900 + 0 1 1 0 +$EndComp +$Comp +L Device:R R2 +U 1 1 5DD11777 +P 3600 1000 +F 0 "R2" V 3550 850 50 0000 C CNN +F 1 "200R" V 3550 1150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 1000 50 0001 C CNN +F 3 "~" H 3600 1000 50 0001 C CNN + 1 3600 1000 + 0 1 1 0 +$EndComp +$Comp +L Device:R R3 +U 1 1 5DD1177D +P 3600 1200 +F 0 "R3" V 3550 1050 50 0000 C CNN +F 1 "200R" V 3550 1350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 1200 50 0001 C CNN +F 3 "~" H 3600 1200 50 0001 C CNN + 1 3600 1200 + 0 1 1 0 +$EndComp +$Comp +L Device:R R4 +U 1 1 5DD11783 +P 5700 900 +F 0 "R4" V 5650 750 50 0000 C CNN +F 1 "200R" V 5650 1050 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 900 50 0001 C CNN +F 3 "~" H 5700 900 50 0001 C CNN + 1 5700 900 + 0 1 1 0 +$EndComp +$Comp +L Device:R R5 +U 1 1 5DD11789 +P 5700 1000 +F 0 "R5" V 5650 850 50 0000 C CNN +F 1 "200R" V 5650 1150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1000 50 0001 C CNN +F 3 "~" H 5700 1000 50 0001 C CNN + 1 5700 1000 + 0 1 1 0 +$EndComp +$Comp +L Device:R R6 +U 1 1 5DD1178F +P 5700 1200 +F 0 "R6" V 5650 1050 50 0000 C CNN +F 1 "200R" V 5650 1350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1200 50 0001 C CNN +F 3 "~" H 5700 1200 50 0001 C CNN + 1 5700 1200 + 0 1 1 0 +$EndComp +$Comp +L Device:R R7 +U 1 1 5DD11795 +P 5700 1300 +F 0 "R7" V 5650 1150 50 0000 C CNN +F 1 "200R" V 5650 1450 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1300 50 0001 C CNN +F 3 "~" H 5700 1300 50 0001 C CNN + 1 5700 1300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R8 +U 1 1 5DD16A8E +P 7350 900 +F 0 "R8" V 7300 750 50 0000 C CNN +F 1 "200R" V 7300 1050 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 900 50 0001 C CNN +F 3 "~" H 7350 900 50 0001 C CNN + 1 7350 900 + 0 1 1 0 +$EndComp +$Comp +L Device:R R9 +U 1 1 5DD16A96 +P 7350 1000 +F 0 "R9" V 7300 850 50 0000 C CNN +F 1 "200R" V 7300 1150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1000 50 0001 C CNN +F 3 "~" H 7350 1000 50 0001 C CNN + 1 7350 1000 + 0 1 1 0 +$EndComp +$Comp +L Device:R R10 +U 1 1 5DD16A9C +P 7350 1200 +F 0 "R10" V 7300 1000 50 0000 C CNN +F 1 "200R" V 7300 1350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1200 50 0001 C CNN +F 3 "~" H 7350 1200 50 0001 C CNN + 1 7350 1200 + 0 1 1 0 +$EndComp +$Comp +L Device:R R11 +U 1 1 5DD16AA2 +P 9450 900 +F 0 "R11" V 9400 700 50 0000 C CNN +F 1 "200R" V 9400 1050 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 900 50 0001 C CNN +F 3 "~" H 9450 900 50 0001 C CNN + 1 9450 900 + 0 1 1 0 +$EndComp +$Comp +L Device:R R12 +U 1 1 5DD16AA8 +P 9450 1000 +F 0 "R12" V 9400 800 50 0000 C CNN +F 1 "200R" V 9400 1150 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1000 50 0001 C CNN +F 3 "~" H 9450 1000 50 0001 C CNN + 1 9450 1000 + 0 1 1 0 +$EndComp +$Comp +L Device:R R13 +U 1 1 5DD16AAE +P 9450 1200 +F 0 "R13" V 9400 1000 50 0000 C CNN +F 1 "200R" V 9400 1350 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1200 50 0001 C CNN +F 3 "~" H 9450 1200 50 0001 C CNN + 1 9450 1200 + 0 1 1 0 +$EndComp +$Comp +L Device:R R14 +U 1 1 5DD16AB4 +P 9450 1300 +F 0 "R14" V 9400 1100 50 0000 C CNN +F 1 "200R" V 9400 1450 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1300 50 0001 C CNN +F 3 "~" H 9450 1300 50 0001 C CNN + 1 9450 1300 + 0 1 1 0 +$EndComp +$Comp +L Device:C C11 +U 1 1 5DD33F5D +P 1650 2650 +F 0 "C11" H 1700 2750 50 0000 L CNN +F 1 "~100nF" H 1700 2550 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1688 2500 50 0001 C CNN +F 3 "~" H 1650 2650 50 0001 C CNN +F 4 "74LS48" H 1650 2650 50 0001 C CNN "Beschreibung" + 1 1650 2650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C12 +U 1 1 5DD40221 +P 5750 2500 +F 0 "C12" H 5800 2600 50 0000 L CNN +F 1 "~100nF" H 5800 2400 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5788 2350 50 0001 C CNN +F 3 "~" H 5750 2500 50 0001 C CNN + 1 5750 2500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5750 2100 5750 2350 +$Comp +L Device:C C13 +U 1 1 5DD4A2DB +P 1650 4150 +F 0 "C13" H 1700 4250 50 0000 L CNN +F 1 "~100nF" H 1700 4050 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1688 4000 50 0001 C CNN +F 3 "~" H 1650 4150 50 0001 C CNN + 1 1650 4150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1650 3600 1650 4000 +Wire Wire Line + 1650 4300 1650 4900 +$Comp +L Device:C C14 +U 1 1 5DD4F46D +P 5750 4000 +F 0 "C14" H 5800 4100 50 0000 L CNN +F 1 "~100nF" H 5800 3900 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5788 3850 50 0001 C CNN +F 3 "~" H 5750 4000 50 0001 C CNN + 1 5750 4000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5750 3600 5750 3850 +Wire Wire Line + 1650 3400 1650 2800 +Wire Wire Line + 1650 2100 1650 2500 +Wire Wire Line + 1450 3400 1650 3400 +Connection ~ 1650 3400 +Wire Wire Line + 1350 1300 1350 2100 +Wire Wire Line + 1350 2100 1650 2100 +Wire Wire Line + 1450 3400 1450 3900 +Wire Wire Line + 1450 4900 1650 4900 +Connection ~ 1450 3400 +Connection ~ 1650 4900 +Wire Wire Line + 1350 3600 1650 3600 +Connection ~ 1350 2100 +Connection ~ 1650 3600 +Connection ~ 5750 4900 +Connection ~ 5750 3400 +$Comp +L 4xxx_IEEE:4511 U5 +U 1 1 5E335BBF +P 7150 4200 +F 0 "U5" H 7350 4600 50 0000 C CNN +F 1 "4511" H 7000 4600 50 0000 C CNN +F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 7150 4200 50 0001 C CNN +F 3 "" H 7150 4200 50 0001 C CNN + 1 7150 4200 + 1 0 0 -1 +$EndComp +$Comp +L 4xxx_IEEE:4511 U4 +U 1 1 5E3374CE +P 3000 4200 +F 0 "U4" H 3200 4600 50 0000 C CNN +F 1 "4511" H 2850 4600 50 0000 C CNN +F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 3000 4200 50 0001 C CNN +F 3 "" H 3000 4200 50 0001 C CNN + 1 3000 4200 + 1 0 0 -1 +$EndComp +$Comp +L 4xxx_IEEE:4511 U2 +U 1 1 5E337F28 +P 3000 2700 +F 0 "U2" H 3200 3100 50 0000 C CNN +F 1 "4511" H 2850 3100 50 0000 C CNN +F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 3000 2700 50 0001 C CNN +F 3 "" H 3000 2700 50 0001 C CNN + 1 3000 2700 + 1 0 0 -1 +$EndComp +$Comp +L 4xxx_IEEE:4511 U3 +U 1 1 5E338774 +P 7150 2700 +F 0 "U3" H 7350 3100 50 0000 C CNN +F 1 "4511" H 7000 3100 50 0000 C CNN +F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 7150 2700 50 0001 C CNN +F 3 "" H 7150 2700 50 0001 C CNN + 1 7150 2700 + 1 0 0 -1 +$EndComp +Connection ~ 1650 2100 +Wire Wire Line + 1650 2100 3000 2100 +Wire Wire Line + 1650 3400 3000 3400 +Wire Wire Line + 3000 2350 3000 2100 +Connection ~ 3000 2100 +Wire Wire Line + 3000 2100 5750 2100 +Wire Wire Line + 3000 3050 3000 3400 +Connection ~ 3000 3400 +Wire Wire Line + 2450 2900 1350 2900 +Connection ~ 1350 2900 +Wire Wire Line + 1350 2900 1350 3000 +Wire Wire Line + 1450 1300 1450 2400 +Wire Wire Line + 1350 2100 1350 2900 +Wire Wire Line + 2450 2400 1450 2400 +Connection ~ 1450 2400 +Wire Wire Line + 1450 2400 1450 3400 +Wire Wire Line + 2450 3000 1350 3000 +Connection ~ 1350 3000 +Wire Wire Line + 1350 3000 1350 3600 +Wire Wire Line + 5750 3400 6100 3400 +Wire Wire Line + 5750 2100 6000 2100 +Wire Wire Line + 6000 2100 6000 2900 +Wire Wire Line + 6000 2900 6600 2900 +Connection ~ 5750 2100 +Wire Wire Line + 6000 2900 6000 3000 +Wire Wire Line + 6000 3000 6600 3000 +Connection ~ 6000 2900 +Wire Wire Line + 6100 3400 6100 2400 +Wire Wire Line + 6100 2400 6600 2400 +Connection ~ 6100 3400 +Wire Wire Line + 6100 3400 7150 3400 +Wire Wire Line + 6000 2100 7150 2100 +Wire Wire Line + 7150 2100 7150 2350 +Connection ~ 6000 2100 +Wire Wire Line + 7150 3050 7150 3400 +Wire Wire Line + 5750 4900 6100 4900 +Wire Wire Line + 5750 3600 6000 3600 +Wire Wire Line + 7150 3600 7150 3850 +Connection ~ 5750 3600 +Wire Wire Line + 7150 4550 7150 4900 +Wire Wire Line + 6000 3600 6000 4400 +Wire Wire Line + 6000 4400 6600 4400 +Connection ~ 6000 3600 +Wire Wire Line + 6000 3600 7150 3600 +Wire Wire Line + 6000 4400 6000 4500 +Wire Wire Line + 6000 4500 6600 4500 +Connection ~ 6000 4400 +Wire Wire Line + 6600 3900 6100 3900 +Wire Wire Line + 6100 3900 6100 4900 +Connection ~ 6100 4900 +Wire Wire Line + 6100 4900 6800 4900 +Wire Wire Line + 1650 3600 3000 3600 +Wire Wire Line + 1650 4900 3000 4900 +Wire Wire Line + 3000 3600 3000 3850 +Connection ~ 3000 3600 +Wire Wire Line + 3000 3600 5750 3600 +Wire Wire Line + 3000 4550 3000 4900 +Connection ~ 3000 4900 +Wire Wire Line + 2450 3900 1450 3900 +Connection ~ 1450 3900 +Wire Wire Line + 1450 3900 1450 4900 +Wire Wire Line + 1350 3600 1350 4400 +Wire Wire Line + 1350 4400 2450 4400 +Connection ~ 1350 3600 +Wire Wire Line + 1350 4400 1350 4500 +Wire Wire Line + 1350 4500 2450 4500 +Connection ~ 1350 4400 +$Comp +L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS1 +U 1 1 5E10E017 +P 5450 900 +AR Path="/5E10E017" Ref="DS1" Part="1" +AR Path="/5DD2ECA3/5E10E017" Ref="DS1" Part="1" +F 0 "DS1" V 5185 100 50 0000 C CNN +F 1 "SC56-11EWA" V 5276 100 50 0000 C CNN +F 2 "Display_7Segment:SC56-11EWA" H 6000 700 50 0001 L CNN +F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 6000 600 50 0001 L CNN +F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 6000 500 50 0001 L CNN "Description" +F 5 "" H 6000 400 50 0001 L CNN "Height" +F 6 "Kingbright" H 6000 300 50 0001 L CNN "Manufacturer_Name" +F 7 "SC56-11EWA" H 6000 200 50 0001 L CNN "Manufacturer_Part_Number" +F 8 "604-SC56-11EWA" H 6000 100 50 0001 L CNN "Mouser Part Number" +F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 6000 0 50 0001 L CNN "Mouser Price/Stock" +F 10 "" H 6000 -100 50 0001 L CNN "RS Part Number" +F 11 "" H 6000 -200 50 0001 L CNN "RS Price/Stock" + 1 5450 900 + 0 1 1 0 +$EndComp +Wire Wire Line + 5450 900 5550 900 +Wire Wire Line + 5550 1000 5450 1000 +Wire Wire Line + 5450 1200 5550 1200 +Wire Wire Line + 5550 1300 5450 1300 +Wire Wire Line + 3850 1200 3750 1200 +Wire Wire Line + 3750 1000 3850 1000 +Wire Wire Line + 3850 900 3750 900 +Wire Wire Line + 3450 1200 3350 1200 +Wire Wire Line + 3350 1200 3350 2000 +Wire Wire Line + 3350 2000 3650 2000 +Wire Wire Line + 3650 2000 3650 2600 +Wire Wire Line + 3650 2600 3550 2600 +Wire Wire Line + 3450 1000 3250 1000 +Wire Wire Line + 3250 1000 3250 1900 +Wire Wire Line + 3250 1900 3750 1900 +Wire Wire Line + 3750 1900 3750 2700 +Wire Wire Line + 3750 2700 3550 2700 +Wire Wire Line + 3450 900 3150 900 +Wire Wire Line + 3150 900 3150 1800 +Wire Wire Line + 3150 1800 3850 1800 +Wire Wire Line + 3850 1800 3850 2800 +Wire Wire Line + 3850 2800 3550 2800 +Wire Wire Line + 5850 1300 5950 1300 +Wire Wire Line + 5950 1300 5950 2000 +Wire Wire Line + 5950 2000 3950 2000 +Wire Wire Line + 3950 2000 3950 2500 +Wire Wire Line + 3950 2500 3550 2500 +Wire Wire Line + 5850 1200 6050 1200 +Wire Wire Line + 6050 1200 6050 1900 +Wire Wire Line + 6050 1900 4050 1900 +Wire Wire Line + 4050 1900 4050 2400 +Wire Wire Line + 4050 2400 3550 2400 +Wire Wire Line + 5850 1000 6150 1000 +Wire Wire Line + 6150 1000 6150 1800 +Wire Wire Line + 6150 1800 4150 1800 +Wire Wire Line + 4150 1800 4150 2900 +Wire Wire Line + 4150 2900 3550 2900 +Wire Wire Line + 5850 900 6250 900 +Wire Wire Line + 6250 900 6250 1700 +Wire Wire Line + 6250 1700 4250 1700 +Wire Wire Line + 4250 1700 4250 3000 +Wire Wire Line + 4250 3000 3550 3000 +Wire Wire Line + 5750 2650 5750 3400 +Wire Wire Line + 3850 1300 3750 1300 +Wire Wire Line + 3750 1300 3750 1600 +Wire Wire Line + 3850 1100 3050 1100 +Wire Wire Line + 3050 1100 3050 1600 +Wire Wire Line + 3050 1600 3750 1600 +Connection ~ 3750 1600 +Wire Wire Line + 5450 1100 6350 1100 +Wire Wire Line + 6350 1100 6350 1600 +$Comp +L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS3 +U 1 1 5E114131 +P 9200 900 +AR Path="/5E114131" Ref="DS3" Part="1" +AR Path="/5DD2ECA3/5E114131" Ref="DS3" Part="1" +F 0 "DS3" V 8935 100 50 0000 C CNN +F 1 "SC56-11EWA" V 9026 100 50 0000 C CNN +F 2 "Display_7Segment:SC56-11EWA" H 9750 700 50 0001 L CNN +F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 9750 600 50 0001 L CNN +F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 9750 500 50 0001 L CNN "Description" +F 5 "" H 9750 400 50 0001 L CNN "Height" +F 6 "Kingbright" H 9750 300 50 0001 L CNN "Manufacturer_Name" +F 7 "SC56-11EWA" H 9750 200 50 0001 L CNN "Manufacturer_Part_Number" +F 8 "604-SC56-11EWA" H 9750 100 50 0001 L CNN "Mouser Part Number" +F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 9750 0 50 0001 L CNN "Mouser Price/Stock" +F 10 "" H 9750 -100 50 0001 L CNN "RS Part Number" +F 11 "" H 9750 -200 50 0001 L CNN "RS Price/Stock" + 1 9200 900 + 0 1 1 0 +$EndComp +Wire Wire Line + 7500 900 7600 900 +Wire Wire Line + 7600 1000 7500 1000 +Wire Wire Line + 7500 1200 7600 1200 +Wire Wire Line + 9200 900 9300 900 +Wire Wire Line + 9300 1000 9200 1000 +Wire Wire Line + 9200 1200 9300 1200 +Wire Wire Line + 9300 1300 9200 1300 +Wire Wire Line + 7200 1200 7100 1200 +Wire Wire Line + 7100 1200 7100 2000 +Wire Wire Line + 7100 2000 7800 2000 +Wire Wire Line + 7800 2000 7800 2600 +Wire Wire Line + 7800 2600 7700 2600 +Wire Wire Line + 7200 1000 7000 1000 +Wire Wire Line + 7000 1000 7000 1900 +Wire Wire Line + 7000 1900 7900 1900 +Wire Wire Line + 7900 1900 7900 2700 +Wire Wire Line + 7900 2700 7700 2700 +Wire Wire Line + 7200 900 6900 900 +Wire Wire Line + 6900 900 6900 1800 +Wire Wire Line + 6900 1800 8000 1800 +Wire Wire Line + 8000 1800 8000 2800 +Wire Wire Line + 8000 2800 7700 2800 +Wire Wire Line + 9600 1300 9700 1300 +Wire Wire Line + 9700 1300 9700 2500 +Wire Wire Line + 9700 2500 7700 2500 +Wire Wire Line + 9600 1200 9800 1200 +Wire Wire Line + 9800 1200 9800 2400 +Wire Wire Line + 9800 2400 7700 2400 +Wire Wire Line + 9600 1000 9900 1000 +Wire Wire Line + 9900 1000 9900 2900 +Wire Wire Line + 9600 900 10000 900 +Wire Wire Line + 10000 900 10000 3000 +Wire Wire Line + 9200 1100 10100 1100 +Wire Wire Line + 10100 1100 10100 1600 +Wire Wire Line + 3750 1600 6350 1600 +Wire Wire Line + 3000 3400 5750 3400 +Wire Wire Line + 6350 1600 6800 1600 +Connection ~ 6350 1600 +Connection ~ 10100 1600 +Wire Wire Line + 10100 1600 10100 3400 +Wire Wire Line + 7600 1300 7500 1300 +Wire Wire Line + 7500 1300 7500 1600 +Connection ~ 7500 1600 +Wire Wire Line + 7500 1600 10100 1600 +Wire Wire Line + 7600 1100 6800 1100 +Wire Wire Line + 6800 1100 6800 1600 +Connection ~ 6800 1600 +Wire Wire Line + 6800 1600 7500 1600 +Wire Wire Line + 3000 4900 5750 4900 +Wire Wire Line + 5750 4150 5750 4900 +Wire Wire Line + 7500 5900 7600 5900 +Wire Wire Line + 7600 6000 7500 6000 +Wire Wire Line + 7500 6200 7600 6200 +Wire Wire Line + 9300 6000 9200 6000 +Wire Wire Line + 9200 6200 9300 6200 +Wire Wire Line + 9300 6300 9200 6300 +Wire Wire Line + 7200 5900 7100 5900 +Wire Wire Line + 7100 5900 7100 5000 +Wire Wire Line + 7100 5000 7800 5000 +Wire Wire Line + 7800 5000 7800 4300 +Wire Wire Line + 7800 4300 7700 4300 +Wire Wire Line + 7200 6000 7000 6000 +Wire Wire Line + 7000 6000 7000 5100 +Wire Wire Line + 7000 5100 7900 5100 +Wire Wire Line + 7900 5100 7900 4200 +Wire Wire Line + 7900 4200 7700 4200 +Wire Wire Line + 7200 6200 6900 6200 +Wire Wire Line + 6900 6200 6900 5200 +Wire Wire Line + 6900 5200 8000 5200 +Wire Wire Line + 8000 5200 8000 4100 +Wire Wire Line + 8000 4100 7700 4100 +Wire Wire Line + 9600 6000 9800 6000 +Wire Wire Line + 9800 6000 9800 4400 +Connection ~ 7150 3400 +Wire Wire Line + 9800 4400 7700 4400 +Wire Wire Line + 9700 4500 7700 4500 +Wire Wire Line + 9700 5900 9700 4500 +Wire Wire Line + 9600 5900 9700 5900 +Wire Wire Line + 9200 5900 9300 5900 +$Comp +L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS4 +U 1 1 5E24C406 +P 9200 5900 +AR Path="/5E24C406" Ref="DS4" Part="1" +AR Path="/5DD2ECA3/5E24C406" Ref="DS4" Part="1" +F 0 "DS4" V 8935 5100 50 0000 C CNN +F 1 "SC56-11EWA" V 9026 5100 50 0000 C CNN +F 2 "Display_7Segment:SC56-11EWA" H 9750 5700 50 0001 L CNN +F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 9750 5600 50 0001 L CNN +F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 9750 5500 50 0001 L CNN "Description" +F 5 "" H 9750 5400 50 0001 L CNN "Height" +F 6 "Kingbright" H 9750 5300 50 0001 L CNN "Manufacturer_Name" +F 7 "SC56-11EWA" H 9750 5200 50 0001 L CNN "Manufacturer_Part_Number" +F 8 "604-SC56-11EWA" H 9750 5100 50 0001 L CNN "Mouser Part Number" +F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 9750 5000 50 0001 L CNN "Mouser Price/Stock" +F 10 "" H 9750 4900 50 0001 L CNN "RS Part Number" +F 11 "" H 9750 4800 50 0001 L CNN "RS Price/Stock" + 1 9200 5900 + 0 1 1 0 +$EndComp +Wire Wire Line + 10100 3400 7150 3400 +Wire Wire Line + 10000 3000 7700 3000 +Wire Wire Line + 9900 2900 7700 2900 +$Comp +L Device:R R26 +U 1 1 5DCF6BA5 +P 9450 5900 +F 0 "R26" V 9400 5700 50 0000 C CNN +F 1 "200R" V 9400 6050 50 0000 C CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 5900 50 0001 C CNN +F 3 "~" H 9450 5900 50 0001 C CNN + 1 9450 5900 + 0 1 1 0 +$EndComp +Wire Wire Line + 9600 6200 9900 6200 +Wire Wire Line + 9900 6200 9900 3900 +Wire Wire Line + 9900 3900 7700 3900 +Wire Wire Line + 9600 6300 10000 6300 +Wire Wire Line + 10000 6300 10000 4000 +Wire Wire Line + 10000 4000 7700 4000 +Wire Wire Line + 7150 4900 10100 4900 +Wire Wire Line + 10100 4900 10100 6100 +Wire Wire Line + 10100 6100 9200 6100 +Connection ~ 7150 4900 +Wire Wire Line + 7600 6100 6800 6100 +Wire Wire Line + 6800 6100 6800 4900 +Connection ~ 6800 4900 +Wire Wire Line + 6800 4900 7150 4900 +$Comp +L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS2 +U 1 1 5E342A36 +P 5450 5950 +AR Path="/5E342A36" Ref="DS2" Part="1" +AR Path="/5DD2ECA3/5E342A36" Ref="DS2" Part="1" +F 0 "DS2" V 5185 5150 50 0000 C CNN +F 1 "SC56-11EWA" V 5276 5150 50 0000 C CNN +F 2 "Display_7Segment:SC56-11EWA" H 6000 5750 50 0001 L CNN +F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 6000 5650 50 0001 L CNN +F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 6000 5550 50 0001 L CNN "Description" +F 5 "" H 6000 5450 50 0001 L CNN "Height" +F 6 "Kingbright" H 6000 5350 50 0001 L CNN "Manufacturer_Name" +F 7 "SC56-11EWA" H 6000 5250 50 0001 L CNN "Manufacturer_Part_Number" +F 8 "604-SC56-11EWA" H 6000 5150 50 0001 L CNN "Mouser Part Number" +F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 6000 5050 50 0001 L CNN "Mouser Price/Stock" +F 10 "" H 6000 4950 50 0001 L CNN "RS Part Number" +F 11 "" H 6000 4850 50 0001 L CNN "RS Price/Stock" + 1 5450 5950 + 0 1 1 0 +$EndComp +Wire Wire Line + 3750 5950 3850 5950 +Wire Wire Line + 3850 6050 3750 6050 +Wire Wire Line + 3750 6250 3850 6250 +Wire Wire Line + 5450 6250 5550 6250 +Wire Wire Line + 5550 6350 5450 6350 +Wire Wire Line + 5450 6050 5550 6050 +Wire Wire Line + 5550 5950 5450 5950 +Wire Wire Line + 3450 5950 3300 5950 +Wire Wire Line + 3300 5950 3300 5000 +Wire Wire Line + 3300 5000 3650 5000 +Wire Wire Line + 3650 5000 3650 4300 +Wire Wire Line + 3650 4300 3550 4300 +Wire Wire Line + 3450 6050 3200 6050 +Wire Wire Line + 3200 6050 3200 5100 +Wire Wire Line + 3200 5100 3750 5100 +Wire Wire Line + 3750 5100 3750 4200 +Wire Wire Line + 3750 4200 3550 4200 +Wire Wire Line + 3450 6250 3100 6250 +Wire Wire Line + 3100 6250 3100 5200 +Wire Wire Line + 3100 5200 3850 5200 +Wire Wire Line + 3850 5200 3850 4100 +Wire Wire Line + 3850 4100 3550 4100 +Wire Wire Line + 5850 5950 5950 5950 +Wire Wire Line + 5950 5950 5950 5000 +Wire Wire Line + 5950 5000 3950 5000 +Wire Wire Line + 3950 5000 3950 4500 +Wire Wire Line + 3950 4500 3550 4500 +Wire Wire Line + 6050 6050 6050 5100 +Wire Wire Line + 6050 5100 4050 5100 +Wire Wire Line + 4050 5100 4050 4400 +Wire Wire Line + 4050 4400 3550 4400 +Wire Wire Line + 5850 6050 6050 6050 +Wire Wire Line + 5850 6250 6150 6250 +Wire Wire Line + 6150 6250 6150 5200 +Wire Wire Line + 6150 5200 4150 5200 +Wire Wire Line + 4150 5200 4150 3900 +Wire Wire Line + 4150 3900 3550 3900 +Wire Wire Line + 5850 6350 6250 6350 +Wire Wire Line + 6250 6350 6250 5300 +Wire Wire Line + 6250 5300 4250 5300 +Wire Wire Line + 4250 5300 4250 4000 +Wire Wire Line + 4250 4000 3550 4000 +Wire Wire Line + 7600 6300 6800 6300 +Wire Wire Line + 6800 6300 6800 6100 +Connection ~ 6800 6100 +Wire Wire Line + 3850 6150 3000 6150 +Wire Wire Line + 3000 6150 3000 4900 +Wire Wire Line + 3000 6150 3000 6350 +Wire Wire Line + 3000 6350 3850 6350 +Connection ~ 3000 6150 +Wire Wire Line + 5450 6150 6050 6150 +Wire Wire Line + 6050 6150 6050 6650 +Wire Wire Line + 6050 6650 3000 6650 +Wire Wire Line + 3000 6650 3000 6350 +Connection ~ 3000 6350 +Text Label 4450 6650 0 50 ~ 10 +Jumping +$EndSCHEMATC diff --git a/Hardware/status.sch b/Hardware/status.sch new file mode 100644 index 0000000..3525d7d --- /dev/null +++ b/Hardware/status.sch @@ -0,0 +1,347 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text HLabel 2050 3100 0 50 Input ~ 0 +STATUS +Text HLabel 2250 3400 0 50 Input ~ 0 +CLK +$Comp +L Device:R R30 +U 1 1 5DC4B3E7 +P 3150 3850 +F 0 "R30" V 3100 3950 50 0000 L CNN +F 1 "115R" V 3100 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3080 3850 50 0001 C CNN +F 3 "~" H 3150 3850 50 0001 C CNN + 1 3150 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D0 +U 1 1 5DC4BBB8 +P 3150 4350 +F 0 "D0" H 3300 4400 50 0000 R CNN +F 1 "LED" H 3050 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 3150 4350 50 0001 C CNN +F 3 "~" H 3150 4350 50 0001 C CNN + 1 3150 4350 + 0 -1 -1 0 +$EndComp +$Comp +L 74xx:74HC164 U8 +U 1 1 5DCAE7C2 +P 2650 3100 +F 0 "U8" H 2900 3550 50 0000 C CNN +F 1 "74HC164" H 2400 3550 50 0000 C CNN +F 2 "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" H 3550 2800 50 0001 C CNN +F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 3550 2800 50 0001 C CNN + 1 2650 3100 + 1 0 0 -1 +$EndComp +Text HLabel 1700 1600 1 50 BiDi ~ 0 +GND +Text HLabel 1600 1600 1 50 BiDi ~ 0 +VCC +Wire Wire Line + 1600 1600 1600 2500 +Wire Wire Line + 2650 3700 2650 3800 +Wire Wire Line + 2650 3800 1700 3800 +Wire Wire Line + 2650 2600 2650 2500 +Wire Wire Line + 2650 2500 1600 2500 +Connection ~ 1600 2500 +Wire Wire Line + 1600 2500 1600 2900 +Wire Wire Line + 2250 2900 1600 2900 +Wire Wire Line + 2050 3100 2150 3100 +Wire Wire Line + 2150 3100 2150 3200 +Wire Wire Line + 2150 3200 2250 3200 +Connection ~ 2150 3100 +Wire Wire Line + 2150 3100 2250 3100 +Connection ~ 1700 3800 +$Comp +L Device:C C17 +U 1 1 5DEDB077 +P 1400 2850 +F 0 "C17" H 1200 2950 50 0000 L CNN +F 1 "~100nF" H 1250 2750 50 0000 L CNN +F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1438 2700 50 0001 C CNN +F 3 "~" H 1400 2850 50 0001 C CNN + 1 1400 2850 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1400 2700 1400 2500 +Wire Wire Line + 1400 2500 1600 2500 +Wire Wire Line + 1400 3000 1400 3800 +Wire Wire Line + 1400 3800 1700 3800 +Wire Wire Line + 1700 1600 1700 3800 +Wire Wire Line + 3150 4000 3150 4200 +$Comp +L Device:R R29 +U 1 1 5DDEF16D +P 3350 3850 +F 0 "R29" V 3300 3950 50 0000 L CNN +F 1 "115R" V 3300 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3280 3850 50 0001 C CNN +F 3 "~" H 3350 3850 50 0001 C CNN + 1 3350 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D1 +U 1 1 5DDEF173 +P 3350 4350 +F 0 "D1" H 3500 4400 50 0000 R CNN +F 1 "LED" H 3250 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 3350 4350 50 0001 C CNN +F 3 "~" H 3350 4350 50 0001 C CNN + 1 3350 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3350 4000 3350 4200 +$Comp +L Device:R R31 +U 1 1 5DDF07FC +P 3550 3850 +F 0 "R31" V 3500 3950 50 0000 L CNN +F 1 "115R" V 3500 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3480 3850 50 0001 C CNN +F 3 "~" H 3550 3850 50 0001 C CNN + 1 3550 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D2 +U 1 1 5DDF0802 +P 3550 4350 +F 0 "D2" H 3700 4400 50 0000 R CNN +F 1 "LED" H 3450 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 3550 4350 50 0001 C CNN +F 3 "~" H 3550 4350 50 0001 C CNN + 1 3550 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3550 4000 3550 4200 +$Comp +L Device:R R32 +U 1 1 5DDF0FB0 +P 3750 3850 +F 0 "R32" V 3700 3950 50 0000 L CNN +F 1 "115R" V 3700 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3680 3850 50 0001 C CNN +F 3 "~" H 3750 3850 50 0001 C CNN + 1 3750 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D3 +U 1 1 5DDF0FB6 +P 3750 4350 +F 0 "D3" H 3900 4400 50 0000 R CNN +F 1 "LED" H 3650 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 3750 4350 50 0001 C CNN +F 3 "~" H 3750 4350 50 0001 C CNN + 1 3750 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3750 4000 3750 4200 +$Comp +L Device:R R33 +U 1 1 5DDF1878 +P 3950 3850 +F 0 "R33" V 3900 3950 50 0000 L CNN +F 1 "115R" V 3900 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3880 3850 50 0001 C CNN +F 3 "~" H 3950 3850 50 0001 C CNN + 1 3950 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D4 +U 1 1 5DDF187E +P 3950 4350 +F 0 "D4" H 4100 4400 50 0000 R CNN +F 1 "LED" H 3850 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 3950 4350 50 0001 C CNN +F 3 "~" H 3950 4350 50 0001 C CNN + 1 3950 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3950 4000 3950 4200 +$Comp +L Device:R R34 +U 1 1 5DDF21F1 +P 4150 3850 +F 0 "R34" V 4100 3950 50 0000 L CNN +F 1 "115R" V 4100 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4080 3850 50 0001 C CNN +F 3 "~" H 4150 3850 50 0001 C CNN + 1 4150 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D5 +U 1 1 5DDF21F7 +P 4150 4350 +F 0 "D5" H 4300 4400 50 0000 R CNN +F 1 "LED" H 4050 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 4150 4350 50 0001 C CNN +F 3 "~" H 4150 4350 50 0001 C CNN + 1 4150 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4150 4000 4150 4200 +$Comp +L Device:R R35 +U 1 1 5DDF2BD8 +P 4350 3850 +F 0 "R35" V 4300 3950 50 0000 L CNN +F 1 "115R" V 4300 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4280 3850 50 0001 C CNN +F 3 "~" H 4350 3850 50 0001 C CNN + 1 4350 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D6 +U 1 1 5DDF2BDE +P 4350 4350 +F 0 "D6" H 4500 4400 50 0000 R CNN +F 1 "LED" H 4250 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 4350 4350 50 0001 C CNN +F 3 "~" H 4350 4350 50 0001 C CNN + 1 4350 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4350 4000 4350 4200 +$Comp +L Device:R R36 +U 1 1 5DDF3520 +P 4550 3850 +F 0 "R36" V 4500 3950 50 0000 L CNN +F 1 "115R" V 4500 3650 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4480 3850 50 0001 C CNN +F 3 "~" H 4550 3850 50 0001 C CNN + 1 4550 3850 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D7 +U 1 1 5DDF3526 +P 4550 4350 +F 0 "D7" H 4700 4400 50 0000 R CNN +F 1 "LED" H 4450 4400 50 0000 R CNN +F 2 "LED_THT:LED_D3.0mm" H 4550 4350 50 0001 C CNN +F 3 "~" H 4550 4350 50 0001 C CNN + 1 4550 4350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 4550 4000 4550 4200 +Wire Wire Line + 3050 3500 3150 3500 +Wire Wire Line + 3150 3500 3150 3700 +Wire Wire Line + 3050 3400 3350 3400 +Wire Wire Line + 3350 3400 3350 3700 +Wire Wire Line + 3050 3300 3550 3300 +Wire Wire Line + 3550 3300 3550 3700 +Wire Wire Line + 3050 3200 3750 3200 +Wire Wire Line + 3750 3200 3750 3700 +Wire Wire Line + 3050 3100 3950 3100 +Wire Wire Line + 3950 3100 3950 3700 +Wire Wire Line + 3050 3000 4150 3000 +Wire Wire Line + 4150 3000 4150 3700 +Wire Wire Line + 3050 2900 4350 2900 +Wire Wire Line + 4350 2900 4350 3700 +Wire Wire Line + 3050 2800 4550 2800 +Wire Wire Line + 4550 2800 4550 3700 +Wire Wire Line + 1400 3800 1400 4600 +Wire Wire Line + 1400 4600 3150 4600 +Wire Wire Line + 4550 4600 4550 4500 +Connection ~ 1400 3800 +Wire Wire Line + 4350 4500 4350 4600 +Connection ~ 4350 4600 +Wire Wire Line + 4350 4600 4550 4600 +Wire Wire Line + 4150 4500 4150 4600 +Connection ~ 4150 4600 +Wire Wire Line + 4150 4600 4350 4600 +Wire Wire Line + 3950 4500 3950 4600 +Connection ~ 3950 4600 +Wire Wire Line + 3950 4600 4150 4600 +Wire Wire Line + 3750 4500 3750 4600 +Connection ~ 3750 4600 +Wire Wire Line + 3750 4600 3950 4600 +Wire Wire Line + 3550 4500 3550 4600 +Connection ~ 3550 4600 +Wire Wire Line + 3550 4600 3750 4600 +Wire Wire Line + 3350 4500 3350 4600 +Connection ~ 3350 4600 +Wire Wire Line + 3350 4600 3550 4600 +Wire Wire Line + 3150 4500 3150 4600 +Connection ~ 3150 4600 +Wire Wire Line + 3150 4600 3350 4600 +$EndSCHEMATC diff --git a/Hardware/sym-lib-table b/Hardware/sym-lib-table new file mode 100644 index 0000000..615b010 --- /dev/null +++ b/Hardware/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name PinLock-rescue)(type Legacy)(uri ${KIPRJMOD}/PinLock-rescue.lib)(options "")(descr "")) +) diff --git a/LICENSE b/LICENSE deleted file mode 100644 index b7ad2f0..0000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - 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. - - PinLock - Copyright (C) 2019 Leonard Kugis - - 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: - - PinLock Copyright (C) 2019 Leonard Kugis - 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/PinLock-cache.lib b/PinLock-cache.lib deleted file mode 100644 index fe10c0e..0000000 --- a/PinLock-cache.lib +++ /dev/null @@ -1,527 +0,0 @@ -EESchema-LIBRARY Version 2.4 -#encoding utf-8 -# -# 4xxx_IEEE_4511 -# -DEF 4xxx_IEEE_4511 U 0 30 Y Y 1 F N -F0 "U" 350 450 50 H V C CNN -F1 "4xxx_IEEE_4511" 350 -450 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -S -250 350 250 -350 0 1 0 N -X DB 1 -550 100 300 R 50 50 1 1 I -X Qd 10 550 0 300 L 50 50 1 1 O -X Qc 11 550 100 300 L 50 50 1 1 O -X Qb 12 550 200 300 L 50 50 1 1 O -X Qa 13 550 300 300 L 50 50 1 1 O -X Qg 14 550 -300 300 L 50 50 1 1 O -X Qf 15 550 -200 300 L 50 50 1 1 O -X Vdd 16 0 350 0 D 50 50 1 1 W N -X DC 2 -550 0 300 R 50 50 1 1 I -X ~LT 3 -550 -200 300 R 50 50 1 1 I I -X ~BI 4 -550 -300 300 R 50 50 1 1 I I -X ~EL 5 -550 300 300 R 50 50 1 1 I I -X DD 6 -550 -100 300 R 50 50 1 1 I -X DA 7 -550 200 300 R 50 50 1 1 I -X Vss 8 0 -350 0 U 50 50 1 1 W N -X Qe 9 550 -100 300 L 50 50 1 1 O -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* -$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_74LS166 -# -DEF 74xx_74LS166 U 0 40 Y Y 1 L N -F0 "U" -300 850 50 H V C CNN -F1 "74xx_74LS166" -300 -850 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - DIP?16* -$ENDFPLIST -DRAW -S -300 800 300 -800 1 1 10 f -X Ds 1 -500 700 200 R 50 50 1 0 I -X E 10 -500 200 200 R 50 50 1 0 I -X F 11 -500 100 200 R 50 50 1 0 I -X G 12 -500 0 200 R 50 50 1 0 I -X Qh 13 500 700 200 L 50 50 1 0 O -X H 14 -500 -100 200 R 50 50 1 0 I -X PE 15 -500 -300 200 R 50 50 1 0 I I -X VCC 16 0 1000 200 D 50 50 1 0 W -X A 2 -500 600 200 R 50 50 1 0 I -X B 3 -500 500 200 R 50 50 1 0 I -X C 4 -500 400 200 R 50 50 1 0 I -X D 5 -500 300 200 R 50 50 1 0 I -X CE 6 -500 -500 200 R 50 50 1 0 I I -X Clk 7 -500 -400 200 R 50 50 1 0 I -X GND 8 0 -1000 200 U 50 50 1 0 W -X Clr 9 -500 -700 200 R 50 50 1 0 I I -ENDDRAW -ENDDEF -# -# Connector_Barrel_Jack_MountingPin -# -DEF Connector_Barrel_Jack_MountingPin J 0 20 Y N 1 F N -F0 "J" 0 210 50 H V C CNN -F1 "Connector_Barrel_Jack_MountingPin" 50 -250 50 H V L 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 -T 0 0 -165 15 0 1 1 Mounting Normal 0 C C -S -200 150 200 -150 0 1 10 f -S 145 125 -130 75 0 1 10 F -P 2 0 1 10 200 100 150 100 N -P 6 0 1 10 -150 -100 -100 -100 -50 -50 0 -100 100 -100 200 -100 N -P 2 1 1 6 -40 -180 40 -180 N -X ~ 1 300 100 100 L 50 50 1 1 P -X ~ 2 300 -100 100 L 50 50 1 1 P -X MountPin MP 0 -300 120 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_Conn_01x04_Female -# -DEF Connector_Conn_01x04_Female J 0 40 Y N 1 F N -F0 "J" 0 200 50 H V C CNN -F1 "Connector_Conn_01x04_Female" 0 -300 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 -A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 -A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 -A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 -A 0 100 20 901 -901 1 1 6 N 0 120 0 80 -P 2 1 1 6 -50 -200 -20 -200 N -P 2 1 1 6 -50 -100 -20 -100 N -P 2 1 1 6 -50 0 -20 0 N -P 2 1 1 6 -50 100 -20 100 N -X Pin_1 1 -200 100 150 R 50 50 1 1 P -X Pin_2 2 -200 0 150 R 50 50 1 1 P -X Pin_3 3 -200 -100 150 R 50 50 1 1 P -X Pin_4 4 -200 -200 150 R 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_Conn_01x08_Female -# -DEF Connector_Conn_01x08_Female J 0 40 Y N 1 F N -F0 "J" 0 400 50 H V C CNN -F1 "Connector_Conn_01x08_Female" 0 -500 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 -A 0 -400 20 901 -901 1 1 6 N 0 -380 0 -420 -A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320 -A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 -A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 -A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 -A 0 100 20 901 -901 1 1 6 N 0 120 0 80 -A 0 200 20 901 -901 1 1 6 N 0 220 0 180 -A 0 300 20 901 -901 1 1 6 N 0 320 0 280 -P 2 1 1 6 -50 -400 -20 -400 N -P 2 1 1 6 -50 -300 -20 -300 N -P 2 1 1 6 -50 -200 -20 -200 N -P 2 1 1 6 -50 -100 -20 -100 N -P 2 1 1 6 -50 0 -20 0 N -P 2 1 1 6 -50 100 -20 100 N -P 2 1 1 6 -50 200 -20 200 N -P 2 1 1 6 -50 300 -20 300 N -X Pin_1 1 -200 300 150 R 50 50 1 1 P -X Pin_2 2 -200 200 150 R 50 50 1 1 P -X Pin_3 3 -200 100 150 R 50 50 1 1 P -X Pin_4 4 -200 0 150 R 50 50 1 1 P -X Pin_5 5 -200 -100 150 R 50 50 1 1 P -X Pin_6 6 -200 -200 150 R 50 50 1 1 P -X Pin_7 7 -200 -300 150 R 50 50 1 1 P -X Pin_8 8 -200 -400 150 R 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_Screw_Terminal_01x02 -# -DEF Connector_Screw_Terminal_01x02 J 0 40 Y N 1 F N -F0 "J" 0 100 50 H V C CNN -F1 "Connector_Screw_Terminal_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 - TerminalBlock*:* -$ENDFPLIST -DRAW -C 0 -100 25 1 1 6 N -C 0 0 25 1 1 6 N -S -50 50 50 -150 1 1 10 f -P 2 1 1 6 -21 -87 13 -120 N -P 2 1 1 6 -21 13 13 -20 N -P 2 1 1 6 -14 -80 20 -113 N -P 2 1 1 6 -14 20 20 -13 N -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_TestPoint -# -DEF Connector_TestPoint TP 0 30 N N 1 F N -F0 "TP" 0 270 50 H V C CNN -F1 "Connector_TestPoint" 0 200 50 H V C CNN -F2 "" 200 0 50 H I C CNN -F3 "" 200 0 50 H I C CNN -$FPLIST - Pin* - Test* -$ENDFPLIST -DRAW -C 0 130 30 0 1 0 N -X 1 1 0 0 100 U 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_Crystal_GND24 -# -DEF Device_Crystal_GND24 Y 0 40 Y N 1 F N -F0 "Y" 125 200 50 H V L CNN -F1 "Device_Crystal_GND24" 125 125 50 H V L CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Crystal* -$ENDFPLIST -DRAW -S -45 100 45 -100 0 1 12 N -P 2 0 1 0 -100 0 -80 0 N -P 2 0 1 20 -80 -50 -80 50 N -P 2 0 1 0 0 -150 0 -140 N -P 2 0 1 0 0 140 0 150 N -P 2 0 1 20 80 -50 80 50 N -P 2 0 1 0 80 0 100 0 N -P 4 0 1 0 -100 -90 -100 -140 100 -140 100 -90 N -P 4 0 1 0 -100 90 -100 140 100 140 100 90 N -X 1 1 -150 0 50 R 50 50 1 1 P -X 2 2 0 200 50 D 50 50 1 1 P -X 3 3 150 0 50 L 50 50 1 1 P -X 4 4 0 -200 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 8 -50 -50 -50 50 N -P 2 0 1 0 -50 0 50 0 N -P 4 0 1 8 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 -# -# PinLock-rescue_ATmega16A-PU-MCU_Microchip_ATmega -# -DEF PinLock-rescue_ATmega16A-PU-MCU_Microchip_ATmega U 0 20 Y Y 1 F N -F0 "U" -500 1950 50 H V L BNN -F1 "PinLock-rescue_ATmega16A-PU-MCU_Microchip_ATmega" 100 -1950 50 H V L TNN -F2 "Package_DIP:DIP-40_W15.24mm" 0 0 50 H I C CIN -F3 "" 0 0 50 H I C CNN -$FPLIST - DIP*W15.24mm* -$ENDFPLIST -DRAW -S -500 -1900 500 1900 0 1 10 f -X PB0 1 600 800 100 L 50 50 1 1 T -X VCC 10 0 2000 100 D 50 50 1 1 W -X GND 11 0 -2000 100 U 50 50 1 1 W -X XTAL2 12 -600 1300 100 R 50 50 1 1 O -X XTAL1 13 -600 1500 100 R 50 50 1 1 I -X PD0 14 600 -1000 100 L 50 50 1 1 T -X PD1 15 600 -1100 100 L 50 50 1 1 T -X PD2 16 600 -1200 100 L 50 50 1 1 T -X PD3 17 600 -1300 100 L 50 50 1 1 T -X PD4 18 600 -1400 100 L 50 50 1 1 T -X PD5 19 600 -1500 100 L 50 50 1 1 T -X PB1 2 600 700 100 L 50 50 1 1 T -X PD6 20 600 -1600 100 L 50 50 1 1 T -X PD7 21 600 -1700 100 L 50 50 1 1 T -X PC0 22 600 -100 100 L 50 50 1 1 T -X PC1 23 600 -200 100 L 50 50 1 1 T -X PC2 24 600 -300 100 L 50 50 1 1 T -X PC3 25 600 -400 100 L 50 50 1 1 T -X PC4 26 600 -500 100 L 50 50 1 1 T -X PC5 27 600 -600 100 L 50 50 1 1 T -X PC6 28 600 -700 100 L 50 50 1 1 T -X PC7 29 600 -800 100 L 50 50 1 1 T -X PB2 3 600 600 100 L 50 50 1 1 T -X AVCC 30 100 2000 100 D 50 50 1 1 W -X GND 31 0 -2000 100 U 50 50 1 1 P N -X AREF 32 -600 1100 100 R 50 50 1 1 P -X PA7 33 600 1000 100 L 50 50 1 1 T -X PA6 34 600 1100 100 L 50 50 1 1 T -X PA5 35 600 1200 100 L 50 50 1 1 T -X PA4 36 600 1300 100 L 50 50 1 1 T -X PA3 37 600 1400 100 L 50 50 1 1 T -X PA2 38 600 1500 100 L 50 50 1 1 T -X PA1 39 600 1600 100 L 50 50 1 1 T -X PB3 4 600 500 100 L 50 50 1 1 T -X PA0 40 600 1700 100 L 50 50 1 1 T -X PB4 5 600 400 100 L 50 50 1 1 T -X PB5 6 600 300 100 L 50 50 1 1 T -X PB6 7 600 200 100 L 50 50 1 1 T -X PB7 8 600 100 100 L 50 50 1 1 T -X ~RESET 9 -600 1700 100 R 50 50 1 1 I -ENDDRAW -ENDDEF -# -# PinLock-rescue_AVR-ISP-6-Connector -# -DEF PinLock-rescue_AVR-ISP-6-Connector J 0 40 Y Y 1 F N -F0 "J" 0 400 50 H V L CNN -F1 "PinLock-rescue_AVR-ISP-6-Connector" 0 -300 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 -220 -95 -250 0 1 0 N -S -105 350 -95 320 0 1 0 N -S 250 -95 220 -105 0 1 0 N -S 250 5 220 -5 0 1 0 N -S 250 105 220 95 0 1 0 N -S 250 205 220 195 0 1 0 N -S 250 350 -250 -250 0 1 10 f -X MISO 1 400 200 150 L 50 50 1 1 P -X VCC 2 -100 500 150 D 50 50 1 1 W -X SCK 3 400 0 150 L 50 50 1 1 P -X MOSI 4 400 100 150 L 50 50 1 1 P -X ~RST 5 400 -100 150 L 50 50 1 1 P -X GND 6 -100 -400 150 U 50 50 1 1 W -ENDDRAW -ENDDEF -# -# PinLock-rescue_AVR-JTAG-10-Connector -# -DEF PinLock-rescue_AVR-JTAG-10-Connector J 0 40 Y Y 1 F N -F0 "J" 175 500 50 H V L CNN -F1 "PinLock-rescue_AVR-JTAG-10-Connector" 100 -500 50 H V L CNN -F2 "" -150 150 50 V I C CNN -F3 "" -1275 -550 50 H I C CNN -$FPLIST - IDC?Header*2x05* - Pin?Header*2x05* -$ENDFPLIST -DRAW -S -105 450 -95 420 0 1 0 N -S -5 -420 5 -450 0 1 0 N -S -5 450 5 420 0 1 0 N -S 350 -195 320 -205 0 1 0 N -S 350 -95 320 -105 0 1 0 N -S 350 5 320 -5 0 1 0 N -S 350 105 320 95 0 1 0 N -S 350 205 320 195 0 1 0 N -S 350 305 320 295 0 1 0 N -S 350 450 -350 -450 0 1 10 f -X TCK 1 500 100 150 L 50 50 1 1 P -X GND 10 0 -600 150 U 50 50 1 1 W -X GND 2 0 -600 150 U 50 50 1 1 P N -X TDO 3 500 -100 150 L 50 50 1 1 P -X VREF 4 -100 600 150 D 50 50 1 1 P -X TMS 5 500 0 150 L 50 50 1 1 P -X ~SRST 6 500 300 150 L 50 50 1 1 P -X VCC 7 0 600 150 D 50 50 1 1 W -X ~TRST 8 500 200 150 L 50 50 1 1 P -X TDI 9 500 -200 150 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# PinLock-rescue_SC56-11EWA-SC56-11EWA-PinLock-rescue -# -DEF PinLock-rescue_SC56-11EWA-SC56-11EWA-PinLock-rescue DS 0 30 Y Y 1 F N -F0 "DS" 550 0 50 H V L CNN -F1 "PinLock-rescue_SC56-11EWA-SC56-11EWA-PinLock-rescue" 550 -100 50 H V L CNN -F2 "SC56-11EWA" 550 -200 50 H I L CNN -F3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" 550 -300 50 H I L CNN -F4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" 550 -400 50 H I L CNN "Description" -F5 "Kingbright" 550 -600 50 H I L CNN "Manufacturer_Name" -F6 "SC56-11EWA" 550 -700 50 H I L CNN "Manufacturer_Part_Number" -F7 "604-SC56-11EWA" 550 -800 50 H I L CNN "Mouser Part Number" -F8 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" 550 -900 50 H I L CNN "Mouser Price/Stock" -DRAW -P 5 0 1 6 -100 -200 500 -200 500 -1400 -100 -1400 -100 -200 N -X E 1 0 -1600 200 U 50 50 0 0 U -X G 10 0 0 200 D 50 50 0 0 U -X D 2 100 -1600 200 U 50 50 0 0 U -X COM_K_1 3 200 -1600 200 U 50 50 0 0 U -X C 4 300 -1600 200 U 50 50 0 0 U -X DP 5 400 -1600 200 U 50 50 0 0 U -X B 6 400 0 200 D 50 50 0 0 U -X A 7 300 0 200 D 50 50 0 0 U -X COM_K_2 8 200 0 200 D 50 50 0 0 U -X F 9 100 0 200 D 50 50 0 0 U -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 -# -# Switch_SW_Push -# -DEF Switch_SW_Push SW 0 40 N N 1 F N -F0 "SW" 50 100 50 H V L CNN -F1 "Switch_SW_Push" 0 -60 50 H V C CNN -F2 "" 0 200 50 H I C CNN -F3 "" 0 200 50 H I C CNN -DRAW -C -80 0 20 0 1 0 N -C 80 0 20 0 1 0 N -P 2 0 1 0 0 50 0 120 N -P 2 0 1 0 100 50 -100 50 N -X 1 1 -200 0 100 R 50 50 0 1 P -X 2 2 200 0 100 L 50 50 0 1 P -ENDDRAW -ENDDEF -# -#End Library diff --git a/PinLock-rescue.dcm b/PinLock-rescue.dcm deleted file mode 100644 index 5f3ed79..0000000 --- a/PinLock-rescue.dcm +++ /dev/null @@ -1,3 +0,0 @@ -EESchema-DOCLIB Version 2.0 -# -#End Doc Library diff --git a/PinLock-rescue.lib b/PinLock-rescue.lib deleted file mode 100644 index 62fe8c2..0000000 --- a/PinLock-rescue.lib +++ /dev/null @@ -1,149 +0,0 @@ -EESchema-LIBRARY Version 2.4 -#encoding utf-8 -# -# ATmega16A-PU-MCU_Microchip_ATmega -# -DEF ATmega16A-PU-MCU_Microchip_ATmega U 0 20 Y Y 1 F N -F0 "U" -500 1950 50 H V L BNN -F1 "ATmega16A-PU-MCU_Microchip_ATmega" 100 -1950 50 H V L TNN -F2 "Package_DIP:DIP-40_W15.24mm" 0 0 50 H I C CIN -F3 "" 0 0 50 H I C CNN -$FPLIST - DIP*W15.24mm* -$ENDFPLIST -DRAW -S -500 -1900 500 1900 0 1 10 f -X PB0 1 600 800 100 L 50 50 1 1 T -X VCC 10 0 2000 100 D 50 50 1 1 W -X GND 11 0 -2000 100 U 50 50 1 1 W -X XTAL2 12 -600 1300 100 R 50 50 1 1 O -X XTAL1 13 -600 1500 100 R 50 50 1 1 I -X PD0 14 600 -1000 100 L 50 50 1 1 T -X PD1 15 600 -1100 100 L 50 50 1 1 T -X PD2 16 600 -1200 100 L 50 50 1 1 T -X PD3 17 600 -1300 100 L 50 50 1 1 T -X PD4 18 600 -1400 100 L 50 50 1 1 T -X PD5 19 600 -1500 100 L 50 50 1 1 T -X PB1 2 600 700 100 L 50 50 1 1 T -X PD6 20 600 -1600 100 L 50 50 1 1 T -X PD7 21 600 -1700 100 L 50 50 1 1 T -X PC0 22 600 -100 100 L 50 50 1 1 T -X PC1 23 600 -200 100 L 50 50 1 1 T -X PC2 24 600 -300 100 L 50 50 1 1 T -X PC3 25 600 -400 100 L 50 50 1 1 T -X PC4 26 600 -500 100 L 50 50 1 1 T -X PC5 27 600 -600 100 L 50 50 1 1 T -X PC6 28 600 -700 100 L 50 50 1 1 T -X PC7 29 600 -800 100 L 50 50 1 1 T -X PB2 3 600 600 100 L 50 50 1 1 T -X AVCC 30 100 2000 100 D 50 50 1 1 W -X GND 31 0 -2000 100 U 50 50 1 1 P N -X AREF 32 -600 1100 100 R 50 50 1 1 P -X PA7 33 600 1000 100 L 50 50 1 1 T -X PA6 34 600 1100 100 L 50 50 1 1 T -X PA5 35 600 1200 100 L 50 50 1 1 T -X PA4 36 600 1300 100 L 50 50 1 1 T -X PA3 37 600 1400 100 L 50 50 1 1 T -X PA2 38 600 1500 100 L 50 50 1 1 T -X PA1 39 600 1600 100 L 50 50 1 1 T -X PB3 4 600 500 100 L 50 50 1 1 T -X PA0 40 600 1700 100 L 50 50 1 1 T -X PB4 5 600 400 100 L 50 50 1 1 T -X PB5 6 600 300 100 L 50 50 1 1 T -X PB6 7 600 200 100 L 50 50 1 1 T -X PB7 8 600 100 100 L 50 50 1 1 T -X ~RESET 9 -600 1700 100 R 50 50 1 1 I -ENDDRAW -ENDDEF -# -# AVR-ISP-6-Connector -# -DEF AVR-ISP-6-Connector J 0 40 Y Y 1 F N -F0 "J" 0 400 50 H V L CNN -F1 "AVR-ISP-6-Connector" 0 -300 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 -220 -95 -250 0 1 0 N -S -105 350 -95 320 0 1 0 N -S 250 -95 220 -105 0 1 0 N -S 250 5 220 -5 0 1 0 N -S 250 105 220 95 0 1 0 N -S 250 205 220 195 0 1 0 N -S 250 350 -250 -250 0 1 10 f -X MISO 1 400 200 150 L 50 50 1 1 P -X VCC 2 -100 500 150 D 50 50 1 1 W -X SCK 3 400 0 150 L 50 50 1 1 P -X MOSI 4 400 100 150 L 50 50 1 1 P -X ~RST 5 400 -100 150 L 50 50 1 1 P -X GND 6 -100 -400 150 U 50 50 1 1 W -ENDDRAW -ENDDEF -# -# AVR-JTAG-10-Connector -# -DEF AVR-JTAG-10-Connector J 0 40 Y Y 1 F N -F0 "J" 175 500 50 H V L CNN -F1 "AVR-JTAG-10-Connector" 100 -500 50 H V L CNN -F2 "" -150 150 50 V I C CNN -F3 "" -1275 -550 50 H I C CNN -$FPLIST - IDC?Header*2x05* - Pin?Header*2x05* -$ENDFPLIST -DRAW -S -105 450 -95 420 0 1 0 N -S -5 -420 5 -450 0 1 0 N -S -5 450 5 420 0 1 0 N -S 350 -195 320 -205 0 1 0 N -S 350 -95 320 -105 0 1 0 N -S 350 5 320 -5 0 1 0 N -S 350 105 320 95 0 1 0 N -S 350 205 320 195 0 1 0 N -S 350 305 320 295 0 1 0 N -S 350 450 -350 -450 0 1 10 f -X TCK 1 500 100 150 L 50 50 1 1 P -X GND 10 0 -600 150 U 50 50 1 1 W -X GND 2 0 -600 150 U 50 50 1 1 P N -X TDO 3 500 -100 150 L 50 50 1 1 P -X VREF 4 -100 600 150 D 50 50 1 1 P -X TMS 5 500 0 150 L 50 50 1 1 P -X ~SRST 6 500 300 150 L 50 50 1 1 P -X VCC 7 0 600 150 D 50 50 1 1 W -X ~TRST 8 500 200 150 L 50 50 1 1 P -X TDI 9 500 -200 150 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# SC56-11EWA-SC56-11EWA-PinLock-rescue -# -DEF SC56-11EWA-SC56-11EWA-PinLock-rescue DS 0 30 Y Y 1 F N -F0 "DS" 550 0 50 H V L CNN -F1 "SC56-11EWA-SC56-11EWA-PinLock-rescue" 550 -100 50 H V L CNN -F2 "SC56-11EWA" 550 -200 50 H I L CNN -F3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" 550 -300 50 H I L CNN -F4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" 550 -400 50 H I L CNN "Description" -F5 "Kingbright" 550 -600 50 H I L CNN "Manufacturer_Name" -F6 "SC56-11EWA" 550 -700 50 H I L CNN "Manufacturer_Part_Number" -F7 "604-SC56-11EWA" 550 -800 50 H I L CNN "Mouser Part Number" -F8 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" 550 -900 50 H I L CNN "Mouser Price/Stock" -DRAW -P 5 0 1 6 -100 -200 500 -200 500 -1400 -100 -1400 -100 -200 N -X E 1 0 -1600 200 U 50 50 0 0 U -X G 10 0 0 200 D 50 50 0 0 U -X D 2 100 -1600 200 U 50 50 0 0 U -X COM_K_1 3 200 -1600 200 U 50 50 0 0 U -X C 4 300 -1600 200 U 50 50 0 0 U -X DP 5 400 -1600 200 U 50 50 0 0 U -X B 6 400 0 200 D 50 50 0 0 U -X A 7 300 0 200 D 50 50 0 0 U -X COM_K_2 8 200 0 200 D 50 50 0 0 U -X F 9 100 0 200 D 50 50 0 0 U -ENDDRAW -ENDDEF -# -#End Library diff --git a/PinLock.bin b/PinLock.bin deleted file mode 100644 index c7479b4..0000000 Binary files a/PinLock.bin and /dev/null differ diff --git a/PinLock.kicad_pcb b/PinLock.kicad_pcb deleted file mode 100644 index 022bec2..0000000 --- a/PinLock.kicad_pcb +++ /dev/null @@ -1,8862 +0,0 @@ -(kicad_pcb (version 20171130) (host pcbnew 5.1.5-52549c5~84~ubuntu18.04.1) - - (general - (thickness 1.6) - (drawings 4) - (tracks 1847) - (zones 0) - (modules 150) - (nets 135) - ) - - (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) - ) - - (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.8) - (uvia_drill 0.4) - (uvias_allowed no) - (uvia_min_size 0.2) - (uvia_min_drill 0.1) - (edge_width 0.05) - (segment_width 0.18) - (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.15 1.4) - (pad_drill 0) - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (aux_axis_origin 0 0) - (visible_elements 7FFFFFFF) - (pcbplotparams - (layerselection 0x010fc_ffffffff) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (excludeedgelayer true) - (linewidth 0.100000) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (padsonsilk false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "fabrication/")) - ) - - (net 0 "") - (net 1 Vss) - (net 2 "Net-(C0-Pad1)") - (net 3 Vdd) - (net 4 "Net-(C3-Pad1)") - (net 5 "Net-(C4-Pad1)") - (net 6 NRST) - (net 7 "Net-(D0-Pad2)") - (net 8 "Net-(D1-Pad2)") - (net 9 "Net-(D2-Pad2)") - (net 10 "Net-(D3-Pad2)") - (net 11 "Net-(D4-Pad2)") - (net 12 "Net-(D5-Pad2)") - (net 13 "Net-(D6-Pad2)") - (net 14 "Net-(D7-Pad2)") - (net 15 "Net-(J0-PadMP)") - (net 16 "Net-(J1-Pad6)") - (net 17 "Net-(J1-Pad3)") - (net 18 "Net-(J1-Pad4)") - (net 19 "Net-(J1-Pad2)") - (net 20 TDI) - (net 21 TMS) - (net 22 TDO) - (net 23 TCK) - (net 24 MOSI) - (net 25 SCK) - (net 26 MISO) - (net 27 RXD) - (net 28 TXD) - (net 29 "Net-(J5-Pad8)") - (net 30 "Net-(J5-Pad7)") - (net 31 "Net-(J5-Pad6)") - (net 32 "Net-(J5-Pad5)") - (net 33 "Net-(J5-Pad4)") - (net 34 "Net-(J5-Pad3)") - (net 35 "Net-(J5-Pad2)") - (net 36 "Net-(J5-Pad1)") - (net 37 "Net-(R1-Pad2)") - (net 38 "Net-(R2-Pad2)") - (net 39 "Net-(R3-Pad2)") - (net 40 "Net-(R8-Pad2)") - (net 41 "Net-(R9-Pad2)") - (net 42 "Net-(R10-Pad2)") - (net 43 "Net-(R15-Pad2)") - (net 44 "Net-(R16-Pad2)") - (net 45 "Net-(R17-Pad2)") - (net 46 "Net-(R22-Pad2)") - (net 47 "Net-(R23-Pad2)") - (net 48 "Net-(R24-Pad2)") - (net 49 "Net-(R29-Pad1)") - (net 50 "Net-(R30-Pad1)") - (net 51 "Net-(R31-Pad1)") - (net 52 "Net-(R32-Pad1)") - (net 53 "Net-(R33-Pad1)") - (net 54 "Net-(R34-Pad1)") - (net 55 "Net-(R35-Pad1)") - (net 56 "Net-(R36-Pad1)") - (net 57 /Display/CHAR0_0) - (net 58 /Display/CHAR0_1) - (net 59 /Display/CHAR0_2) - (net 60 /Display/CHAR0_3) - (net 61 /Display/CHAR1_0) - (net 62 /Display/CHAR1_1) - (net 63 /Display/CHAR1_2) - (net 64 /Display/CHAR1_3) - (net 65 /Display/CHAR2_0) - (net 66 /Display/CHAR2_1) - (net 67 /Display/CHAR2_2) - (net 68 /Display/CHAR2_3) - (net 69 /Display/CHAR3_0) - (net 70 "Net-(R_C0-Pad1)") - (net 71 "Net-(R_C1-Pad1)") - (net 72 "Net-(R_C6-Pad1)") - (net 73 "Net-(R_C7-Pad1)") - (net 74 LOAD) - (net 75 ROWS) - (net 76 COLUMNS) - (net 77 CLK_BUTTONS) - (net 78 STATUS) - (net 79 CLK_STATUS) - (net 80 "Net-(U6-Pad13)") - (net 81 "Net-(U6-Pad12)") - (net 82 "Net-(U6-Pad11)") - (net 83 "Net-(U6-Pad10)") - (net 84 "Net-(U7-Pad14)") - (net 85 "Net-(U7-Pad12)") - (net 86 "Net-(U7-Pad11)") - (net 87 "Net-(U7-Pad10)") - (net 88 "Net-(U7-Pad1)") - (net 89 "Net-(DS1-Pad10)") - (net 90 "Net-(DS1-Pad9)") - (net 91 "Net-(DS1-Pad7)") - (net 92 "Net-(DS1-Pad6)") - (net 93 "Net-(DS1-Pad4)") - (net 94 "Net-(DS1-Pad2)") - (net 95 "Net-(DS1-Pad1)") - (net 96 "Net-(DS2-Pad10)") - (net 97 "Net-(DS2-Pad9)") - (net 98 "Net-(DS2-Pad8)") - (net 99 "Net-(DS2-Pad7)") - (net 100 "Net-(DS2-Pad6)") - (net 101 "Net-(DS2-Pad4)") - (net 102 "Net-(DS2-Pad2)") - (net 103 "Net-(DS2-Pad1)") - (net 104 "Net-(DS3-Pad10)") - (net 105 "Net-(DS3-Pad9)") - (net 106 "Net-(DS3-Pad7)") - (net 107 "Net-(DS3-Pad6)") - (net 108 "Net-(DS3-Pad4)") - (net 109 "Net-(DS3-Pad2)") - (net 110 "Net-(DS3-Pad1)") - (net 111 "Net-(DS4-Pad10)") - (net 112 "Net-(DS4-Pad9)") - (net 113 "Net-(DS4-Pad7)") - (net 114 "Net-(DS4-Pad6)") - (net 115 "Net-(DS4-Pad4)") - (net 116 "Net-(DS4-Pad2)") - (net 117 "Net-(DS4-Pad1)") - (net 118 "Net-(R4-Pad1)") - (net 119 "Net-(R5-Pad1)") - (net 120 "Net-(R6-Pad1)") - (net 121 "Net-(R7-Pad1)") - (net 122 "Net-(R11-Pad1)") - (net 123 "Net-(R12-Pad1)") - (net 124 "Net-(R13-Pad1)") - (net 125 "Net-(R14-Pad1)") - (net 126 "Net-(R18-Pad1)") - (net 127 "Net-(R19-Pad1)") - (net 128 "Net-(R20-Pad1)") - (net 129 "Net-(R21-Pad1)") - (net 130 "Net-(R25-Pad1)") - (net 131 "Net-(R26-Pad1)") - (net 132 "Net-(R27-Pad1)") - (net 133 "Net-(R28-Pad1)") - (net 134 "Net-(U1-Pad12)") - - (net_class Default "Dies ist die voreingestellte Netzklasse." - (clearance 0.2) - (trace_width 0.25) - (via_dia 0.8) - (via_drill 0.4) - (uvia_dia 0.8) - (uvia_drill 0.4) - (diff_pair_width 0.2) - (diff_pair_gap 0.5) - (add_net /Display/CHAR0_0) - (add_net /Display/CHAR0_1) - (add_net /Display/CHAR0_2) - (add_net /Display/CHAR0_3) - (add_net /Display/CHAR1_0) - (add_net /Display/CHAR1_1) - (add_net /Display/CHAR1_2) - (add_net /Display/CHAR1_3) - (add_net /Display/CHAR2_0) - (add_net /Display/CHAR2_1) - (add_net /Display/CHAR2_2) - (add_net /Display/CHAR2_3) - (add_net /Display/CHAR3_0) - (add_net CLK_BUTTONS) - (add_net CLK_STATUS) - (add_net COLUMNS) - (add_net LOAD) - (add_net MISO) - (add_net MOSI) - (add_net NRST) - (add_net "Net-(C0-Pad1)") - (add_net "Net-(C3-Pad1)") - (add_net "Net-(C4-Pad1)") - (add_net "Net-(D0-Pad2)") - (add_net "Net-(D1-Pad2)") - (add_net "Net-(D2-Pad2)") - (add_net "Net-(D3-Pad2)") - (add_net "Net-(D4-Pad2)") - (add_net "Net-(D5-Pad2)") - (add_net "Net-(D6-Pad2)") - (add_net "Net-(D7-Pad2)") - (add_net "Net-(DS1-Pad1)") - (add_net "Net-(DS1-Pad10)") - (add_net "Net-(DS1-Pad2)") - (add_net "Net-(DS1-Pad4)") - (add_net "Net-(DS1-Pad6)") - (add_net "Net-(DS1-Pad7)") - (add_net "Net-(DS1-Pad9)") - (add_net "Net-(DS2-Pad1)") - (add_net "Net-(DS2-Pad10)") - (add_net "Net-(DS2-Pad2)") - (add_net "Net-(DS2-Pad4)") - (add_net "Net-(DS2-Pad6)") - (add_net "Net-(DS2-Pad7)") - (add_net "Net-(DS2-Pad8)") - (add_net "Net-(DS2-Pad9)") - (add_net "Net-(DS3-Pad1)") - (add_net "Net-(DS3-Pad10)") - (add_net "Net-(DS3-Pad2)") - (add_net "Net-(DS3-Pad4)") - (add_net "Net-(DS3-Pad6)") - (add_net "Net-(DS3-Pad7)") - (add_net "Net-(DS3-Pad9)") - (add_net "Net-(DS4-Pad1)") - (add_net "Net-(DS4-Pad10)") - (add_net "Net-(DS4-Pad2)") - (add_net "Net-(DS4-Pad4)") - (add_net "Net-(DS4-Pad6)") - (add_net "Net-(DS4-Pad7)") - (add_net "Net-(DS4-Pad9)") - (add_net "Net-(J0-PadMP)") - (add_net "Net-(J1-Pad2)") - (add_net "Net-(J1-Pad3)") - (add_net "Net-(J1-Pad4)") - (add_net "Net-(J1-Pad6)") - (add_net "Net-(J5-Pad1)") - (add_net "Net-(J5-Pad2)") - (add_net "Net-(J5-Pad3)") - (add_net "Net-(J5-Pad4)") - (add_net "Net-(J5-Pad5)") - (add_net "Net-(J5-Pad6)") - (add_net "Net-(J5-Pad7)") - (add_net "Net-(J5-Pad8)") - (add_net "Net-(R1-Pad2)") - (add_net "Net-(R10-Pad2)") - (add_net "Net-(R11-Pad1)") - (add_net "Net-(R12-Pad1)") - (add_net "Net-(R13-Pad1)") - (add_net "Net-(R14-Pad1)") - (add_net "Net-(R15-Pad2)") - (add_net "Net-(R16-Pad2)") - (add_net "Net-(R17-Pad2)") - (add_net "Net-(R18-Pad1)") - (add_net "Net-(R19-Pad1)") - (add_net "Net-(R2-Pad2)") - (add_net "Net-(R20-Pad1)") - (add_net "Net-(R21-Pad1)") - (add_net "Net-(R22-Pad2)") - (add_net "Net-(R23-Pad2)") - (add_net "Net-(R24-Pad2)") - (add_net "Net-(R25-Pad1)") - (add_net "Net-(R26-Pad1)") - (add_net "Net-(R27-Pad1)") - (add_net "Net-(R28-Pad1)") - (add_net "Net-(R29-Pad1)") - (add_net "Net-(R3-Pad2)") - (add_net "Net-(R30-Pad1)") - (add_net "Net-(R31-Pad1)") - (add_net "Net-(R32-Pad1)") - (add_net "Net-(R33-Pad1)") - (add_net "Net-(R34-Pad1)") - (add_net "Net-(R35-Pad1)") - (add_net "Net-(R36-Pad1)") - (add_net "Net-(R4-Pad1)") - (add_net "Net-(R5-Pad1)") - (add_net "Net-(R6-Pad1)") - (add_net "Net-(R7-Pad1)") - (add_net "Net-(R8-Pad2)") - (add_net "Net-(R9-Pad2)") - (add_net "Net-(R_C0-Pad1)") - (add_net "Net-(R_C1-Pad1)") - (add_net "Net-(R_C6-Pad1)") - (add_net "Net-(R_C7-Pad1)") - (add_net "Net-(U1-Pad12)") - (add_net "Net-(U6-Pad10)") - (add_net "Net-(U6-Pad11)") - (add_net "Net-(U6-Pad12)") - (add_net "Net-(U6-Pad13)") - (add_net "Net-(U7-Pad1)") - (add_net "Net-(U7-Pad10)") - (add_net "Net-(U7-Pad11)") - (add_net "Net-(U7-Pad12)") - (add_net "Net-(U7-Pad14)") - (add_net ROWS) - (add_net RXD) - (add_net SCK) - (add_net STATUS) - (add_net TCK) - (add_net TDI) - (add_net TDO) - (add_net TMS) - (add_net TXD) - (add_net Vdd) - (add_net Vss) - ) - - (module Crystal:Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm (layer F.Cu) (tedit 5A0FD1B2) (tstamp 5E3754BA) - (at 48 84) - (descr "Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package") - (tags "SMD SMT crystal") - (path /5E3EA15B) - (attr smd) - (fp_text reference Y0 (at 0 -2.8) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Crystal_GND24 (at 0 2.8) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 0.116667 0) (layer F.Adhes) (width 0.233333)) - (fp_circle (center 0 0) (end 0.266667 0) (layer F.Adhes) (width 0.166667)) - (fp_circle (center 0 0) (end 0.416667 0) (layer F.Adhes) (width 0.166667)) - (fp_circle (center 0 0) (end 0.5 0) (layer F.Adhes) (width 0.1)) - (fp_line (start 3.2 -2.1) (end -3.2 -2.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.2 2.1) (end 3.2 -2.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.2 2.1) (end 3.2 2.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.2 -2.1) (end -3.2 2.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.9 1.8) (end -0.9 2.04) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.9 1.8) (end -0.9 1.8) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.9 -1.8) (end 0.9 -1.8) (layer F.SilkS) (width 0.12)) - (fp_line (start 2.7 -0.4) (end 2.7 0.4) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.7 0.4) (end -2.7 -0.4) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.1 0.4) (end -2.7 0.4) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.5 0.6) (end -1.5 1.6) (layer F.Fab) (width 0.1)) - (fp_line (start -2.5 -1.4) (end -2.3 -1.6) (layer F.Fab) (width 0.1)) - (fp_line (start -2.5 1.4) (end -2.5 -1.4) (layer F.Fab) (width 0.1)) - (fp_line (start -2.3 1.6) (end -2.5 1.4) (layer F.Fab) (width 0.1)) - (fp_line (start 2.3 1.6) (end -2.3 1.6) (layer F.Fab) (width 0.1)) - (fp_line (start 2.5 1.4) (end 2.3 1.6) (layer F.Fab) (width 0.1)) - (fp_line (start 2.5 -1.4) (end 2.5 1.4) (layer F.Fab) (width 0.1)) - (fp_line (start 2.3 -1.6) (end 2.5 -1.4) (layer F.Fab) (width 0.1)) - (fp_line (start -2.3 -1.6) (end 2.3 -1.6) (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 4 smd rect (at -2 -1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (pad 3 smd rect (at 2 -1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) - (net 5 "Net-(C4-Pad1)")) - (pad 2 smd rect (at 2 1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (pad 1 smd rect (at -2 1.2) (size 1.8 1.2) (layers F.Cu F.Paste F.Mask) - (net 4 "Net-(C3-Pad1)")) - (model ${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_TO_SOT_SMD:TO-252-2 (layer F.Cu) (tedit 5A70A390) (tstamp 5DDBD702) - (at 59.225 79.525) - (descr "TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/") - (tags "DPAK TO-252 DPAK-3 TO-252-3 SOT-428") - (path /5DE337F2) - (attr smd) - (fp_text reference U9 (at 0 -4.5) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value L7805 (at 0 4.5) (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 5.55 -3.5) (end -5.55 -3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.55 3.5) (end 5.55 -3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.55 3.5) (end 5.55 3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.55 -3.5) (end -5.55 3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.47 3.18) (end -3.57 3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 3.45) (end -2.47 3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.97 3.45) (end -2.47 3.45) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 -3.18) (end -5.3 -3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 -3.45) (end -2.47 -3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.97 -3.45) (end -2.47 -3.45) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.97 2.655) (end -2.27 2.655) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 1.905) (end -4.97 2.655) (layer F.Fab) (width 0.1)) - (fp_line (start -2.27 1.905) (end -4.97 1.905) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 -1.905) (end -2.27 -1.905) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 -2.655) (end -4.97 -1.905) (layer F.Fab) (width 0.1)) - (fp_line (start -1.865 -2.655) (end -4.97 -2.655) (layer F.Fab) (width 0.1)) - (fp_line (start -1.27 -3.25) (end 3.95 -3.25) (layer F.Fab) (width 0.1)) - (fp_line (start -2.27 -2.25) (end -1.27 -3.25) (layer F.Fab) (width 0.1)) - (fp_line (start -2.27 3.25) (end -2.27 -2.25) (layer F.Fab) (width 0.1)) - (fp_line (start 3.95 3.25) (end -2.27 3.25) (layer F.Fab) (width 0.1)) - (fp_line (start 3.95 -3.25) (end 3.95 3.25) (layer F.Fab) (width 0.1)) - (fp_line (start 4.95 2.7) (end 3.95 2.7) (layer F.Fab) (width 0.1)) - (fp_line (start 4.95 -2.7) (end 4.95 2.7) (layer F.Fab) (width 0.1)) - (fp_line (start 3.95 -2.7) (end 4.95 -2.7) (layer F.Fab) (width 0.1)) - (pad "" smd rect (at 0.425 1.525) (size 3.05 2.75) (layers F.Paste)) - (pad "" smd rect (at 3.775 -1.525) (size 3.05 2.75) (layers F.Paste)) - (pad "" smd rect (at 0.425 -1.525) (size 3.05 2.75) (layers F.Paste)) - (pad "" smd rect (at 3.775 1.525) (size 3.05 2.75) (layers F.Paste)) - (pad 2 smd rect (at 2.1 0) (size 6.4 5.8) (layers F.Cu F.Mask) - (net 1 Vss)) - (pad 3 smd rect (at -4.2 2.28) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) - (net 3 Vdd)) - (pad 1 smd rect (at -4.2 -2.28) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) - (net 2 "Net-(C0-Pad1)")) - (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-252-2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDC2218) - (at 115.475 47.445 180) - (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (path /5DD2ECA3/5E335BBF) - (attr smd) - (fp_text reference U5 (at 0 -5.9) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 4511 (at 0 5.9) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.98 0.98) (thickness 0.15))) - ) - (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) - (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 132 "Net-(R27-Pad1)")) - (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 131 "Net-(R26-Pad1)")) - (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 130 "Net-(R25-Pad1)")) - (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 133 "Net-(R28-Pad1)")) - (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 48 "Net-(R24-Pad2)")) - (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 47 "Net-(R23-Pad2)")) - (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 46 "Net-(R22-Pad2)")) - (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 69 /Display/CHAR3_0)) - (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 25 SCK)) - (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 26 MISO)) - (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 24 MOSI)) - (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDBD65C) - (at 105.475 47.445 180) - (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (path /5DD2ECA3/5E3374CE) - (attr smd) - (fp_text reference U4 (at 0 -5.9) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 4511 (at 0 5.9) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.98 0.98) (thickness 0.15))) - ) - (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) - (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 127 "Net-(R19-Pad1)")) - (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 126 "Net-(R18-Pad1)")) - (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 128 "Net-(R20-Pad1)")) - (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 129 "Net-(R21-Pad1)")) - (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 45 "Net-(R17-Pad2)")) - (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 44 "Net-(R16-Pad2)")) - (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 43 "Net-(R15-Pad2)")) - (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 65 /Display/CHAR2_0)) - (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 68 /Display/CHAR2_3)) - (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 67 /Display/CHAR2_2)) - (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 66 /Display/CHAR2_1)) - (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDBD638) - (at 95.475 47.445 180) - (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (path /5DD2ECA3/5E338774) - (attr smd) - (fp_text reference U3 (at 0 -5.9) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 4511 (at 0 5.9) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.98 0.98) (thickness 0.15))) - ) - (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) - (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 123 "Net-(R12-Pad1)")) - (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 122 "Net-(R11-Pad1)")) - (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 124 "Net-(R13-Pad1)")) - (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 125 "Net-(R14-Pad1)")) - (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 42 "Net-(R10-Pad2)")) - (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 41 "Net-(R9-Pad2)")) - (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 40 "Net-(R8-Pad2)")) - (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 61 /Display/CHAR1_0)) - (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 64 /Display/CHAR1_3)) - (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 63 /Display/CHAR1_2)) - (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 62 /Display/CHAR1_1)) - (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5D9F72B1) (tstamp 5DDBD614) - (at 85.475 47.445 180) - (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (path /5DD2ECA3/5E337F28) - (attr smd) - (fp_text reference U2 (at 0 -5.9) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 4511 (at 0 5.9) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.98 0.98) (thickness 0.15))) - ) - (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) - (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 119 "Net-(R5-Pad1)")) - (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 118 "Net-(R4-Pad1)")) - (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 120 "Net-(R6-Pad1)")) - (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 121 "Net-(R7-Pad1)")) - (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 39 "Net-(R3-Pad2)")) - (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 38 "Net-(R2-Pad2)")) - (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 37 "Net-(R1-Pad2)")) - (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 57 /Display/CHAR0_0)) - (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 60 /Display/CHAR0_3)) - (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 59 /Display/CHAR0_2)) - (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 58 /Display/CHAR0_1)) - (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED71C) - (at 107.442 38.862) - (descr SC56-11EWA) - (tags Display) - (path /5DD2ECA3/5E24C406) - (fp_text reference DS4 (at 5.505 -10.82) (layer F.SilkS) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) - (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) - (fp_text user %R (at 5.505 -10.82) (layer F.Fab) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 111 "Net-(DS4-Pad10)")) - (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 112 "Net-(DS4-Pad9)")) - (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 113 "Net-(DS4-Pad7)")) - (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 114 "Net-(DS4-Pad6)")) - (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 115 "Net-(DS4-Pad4)")) - (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 116 "Net-(DS4-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 117 "Net-(DS4-Pad1)")) - ) - - (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED6AB) - (at 92.71 38.862) - (descr SC56-11EWA) - (tags Display) - (path /5DD2ECA3/5E114131) - (fp_text reference DS3 (at 5.505 -10.82) (layer F.SilkS) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) - (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) - (fp_text user %R (at 5.505 -10.82) (layer F.Fab) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 104 "Net-(DS3-Pad10)")) - (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 105 "Net-(DS3-Pad9)")) - (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 106 "Net-(DS3-Pad7)")) - (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 107 "Net-(DS3-Pad6)")) - (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 108 "Net-(DS3-Pad4)")) - (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 109 "Net-(DS3-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 110 "Net-(DS3-Pad1)")) - ) - - (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED63A) - (at 77.978 38.862) - (descr SC56-11EWA) - (tags Display) - (path /5DD2ECA3/5E342A36) - (fp_text reference DS2 (at 5.505 -10.82) (layer F.SilkS) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) - (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) - (fp_text user %R (at 5.505 -10.82) (layer F.Fab) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 96 "Net-(DS2-Pad10)")) - (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 97 "Net-(DS2-Pad9)")) - (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 98 "Net-(DS2-Pad8)")) - (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 99 "Net-(DS2-Pad7)")) - (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 100 "Net-(DS2-Pad6)")) - (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 101 "Net-(DS2-Pad4)")) - (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 102 "Net-(DS2-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 103 "Net-(DS2-Pad1)")) - ) - - (module Display_7Segment:SC56-11EWA (layer F.Cu) (tedit 0) (tstamp 5E0ED5C9) - (at 63.246 38.862) - (descr SC56-11EWA) - (tags Display) - (path /5DD2ECA3/5E10E017) - (fp_text reference DS1 (at 5.505 -10.82) (layer F.SilkS) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_text value SC56-11EWA (at 5.505 -10.82) (layer F.SilkS) hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (fp_circle (center 9.955 -2.675) (end 9.955 -2.255) (layer F.SilkS) (width 0.75)) - (fp_circle (center 9.93 -2.67) (end 9.93 -2.25) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.62 2.28) (end -1.62 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 2.28) (end -1.62 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start 11.88 -17.52) (end 11.88 2.28) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.62 -17.52) (end 11.88 -17.52) (layer F.CrtYd) (width 0.15)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.Fab) (width 0.2)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.Fab) (width 0.2)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -8.975) (end 8.625 -12.755) (layer F.SilkS) (width 0.75)) - (fp_line (start 8.625 -3.095) (end 8.625 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -3.095) (end 1.485 -6.875) (layer F.SilkS) (width 0.75)) - (fp_line (start 1.485 -8.765) (end 1.485 -12.545) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.325 -2.465) (end 7.995 -2.465) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -13.385) (end 7.785 -13.385) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.115 -7.925) (end 7.785 -7.925) (layer F.SilkS) (width 0.75)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -8.97) (end 8.6 -12.75) (layer F.Fab) (width 0.40005)) - (fp_line (start 8.6 -3.09) (end 8.6 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -3.09) (end 1.46 -6.87) (layer F.Fab) (width 0.40005)) - (fp_line (start 1.46 -8.76) (end 1.46 -12.54) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.3 -2.46) (end 7.97 -2.46) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -13.38) (end 7.76 -13.38) (layer F.Fab) (width 0.40005)) - (fp_line (start 2.09 -7.92) (end 7.76 -7.92) (layer F.Fab) (width 0.40005)) - (fp_line (start -1.27 -17.145) (end -1.27 1.9) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 -17.145) (end -1.27 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start 11.43 1.9) (end 11.43 -17.145) (layer F.SilkS) (width 0.1)) - (fp_line (start -1.27 1.9) (end 11.43 1.9) (layer F.SilkS) (width 0.1)) - (fp_text user %R (at 5.505 -10.82) (layer F.Fab) - (effects (font (size 1.27 1.27) (thickness 0.254))) - ) - (pad 10 thru_hole circle (at 0 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 89 "Net-(DS1-Pad10)")) - (pad 9 thru_hole circle (at 2.54 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 90 "Net-(DS1-Pad9)")) - (pad 8 thru_hole circle (at 5.08 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 7 thru_hole circle (at 7.62 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 91 "Net-(DS1-Pad7)")) - (pad 6 thru_hole circle (at 10.16 -15.24) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 92 "Net-(DS1-Pad6)")) - (pad 5 thru_hole circle (at 10.16 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 4 thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 93 "Net-(DS1-Pad4)")) - (pad 3 thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 2 thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 94 "Net-(DS1-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask) - (net 95 "Net-(DS1-Pad1)")) - ) - - (module Connector_PinHeader_2.00mm:PinHeader_1x08_P2.00mm_Vertical (layer F.Cu) (tedit 59FED667) (tstamp 5DDBCF1D) - (at 94.772 97.282 270) - (descr "Through hole straight pin header, 1x08, 2.00mm pitch, single row") - (tags "Through hole pin header THT 1x08 2.00mm single row") - (path /5DDEAC3F/5DDED974) - (fp_text reference J5 (at 0 -2.06 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Conn_01x08_Female (at 0 16.06 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 7) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.5 15.5) (end 1.5 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.5 15.5) (end 1.5 15.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.5 -1.5) (end -1.5 15.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.06 -1.06) (end 0 -1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 0) (end -1.06 -1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 1) (end 1.06 1) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.06 1) (end 1.06 15.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 1) (end -1.06 15.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 15.06) (end 1.06 15.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1 -0.5) (end -0.5 -1) (layer F.Fab) (width 0.1)) - (fp_line (start -1 15) (end -1 -0.5) (layer F.Fab) (width 0.1)) - (fp_line (start 1 15) (end -1 15) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -1) (end 1 15) (layer F.Fab) (width 0.1)) - (fp_line (start -0.5 -1) (end 1 -1) (layer F.Fab) (width 0.1)) - (pad 8 thru_hole oval (at 0 14 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 29 "Net-(J5-Pad8)")) - (pad 7 thru_hole oval (at 0 12 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 30 "Net-(J5-Pad7)")) - (pad 6 thru_hole oval (at 0 10 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 31 "Net-(J5-Pad6)")) - (pad 5 thru_hole oval (at 0 8 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 32 "Net-(J5-Pad5)")) - (pad 4 thru_hole oval (at 0 6 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 33 "Net-(J5-Pad4)")) - (pad 3 thru_hole oval (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 34 "Net-(J5-Pad3)")) - (pad 2 thru_hole oval (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 35 "Net-(J5-Pad2)")) - (pad 1 thru_hole rect (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 36 "Net-(J5-Pad1)")) - (model ${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x08_P2.00mm_Vertical.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Connector_PinHeader_2.00mm:PinHeader_1x04_P2.00mm_Vertical (layer F.Cu) (tedit 59FED667) (tstamp 5DDBCEFF) - (at 70.168 97.282 90) - (descr "Through hole straight pin header, 1x04, 2.00mm pitch, single row") - (tags "Through hole pin header THT 1x04 2.00mm single row") - (path /5DD71B42) - (fp_text reference J4 (at 0 -2.06 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Conn_01x04_Female (at 0 8.06 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 3) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.5 7.5) (end 1.5 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.5 7.5) (end 1.5 7.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.5 -1.5) (end -1.5 7.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.06 -1.06) (end 0 -1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 0) (end -1.06 -1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 1) (end 1.06 1) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.06 1) (end 1.06 7.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 1) (end -1.06 7.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.06 7.06) (end 1.06 7.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -1 -0.5) (end -0.5 -1) (layer F.Fab) (width 0.1)) - (fp_line (start -1 7) (end -1 -0.5) (layer F.Fab) (width 0.1)) - (fp_line (start 1 7) (end -1 7) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -1) (end 1 7) (layer F.Fab) (width 0.1)) - (fp_line (start -0.5 -1) (end 1 -1) (layer F.Fab) (width 0.1)) - (pad 4 thru_hole oval (at 0 6 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 3 Vdd)) - (pad 3 thru_hole oval (at 0 4 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 27 RXD)) - (pad 2 thru_hole oval (at 0 2 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 28 TXD)) - (pad 1 thru_hole rect (at 0 0 90) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x04_P2.00mm_Vertical.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_DIP:DIP-40_W15.24mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DDBD5F0) - (at 34.544 22.606) - (descr "40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)") - (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil") - (path /5DB85A9E) - (fp_text reference U1 (at 7.62 -2.33) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value ATmega16A-PU (at 7.62 50.59) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 7.62 24.13) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 16.3 -1.55) (end -1.05 -1.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start 16.3 49.8) (end 16.3 -1.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 49.8) (end 16.3 49.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.55) (end -1.05 49.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 14.08 -1.33) (end 8.62 -1.33) (layer F.SilkS) (width 0.12)) - (fp_line (start 14.08 49.59) (end 14.08 -1.33) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.16 49.59) (end 14.08 49.59) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.16 -1.33) (end 1.16 49.59) (layer F.SilkS) (width 0.12)) - (fp_line (start 6.62 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer F.Fab) (width 0.1)) - (fp_line (start 0.255 49.53) (end 0.255 -0.27) (layer F.Fab) (width 0.1)) - (fp_line (start 14.985 49.53) (end 0.255 49.53) (layer F.Fab) (width 0.1)) - (fp_line (start 14.985 -1.27) (end 14.985 49.53) (layer F.Fab) (width 0.1)) - (fp_line (start 1.255 -1.27) (end 14.985 -1.27) (layer F.Fab) (width 0.1)) - (fp_arc (start 7.62 -1.33) (end 6.62 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) - (pad 40 thru_hole oval (at 15.24 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 57 /Display/CHAR0_0)) - (pad 20 thru_hole oval (at 0 48.26) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 78 STATUS)) - (pad 39 thru_hole oval (at 15.24 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 58 /Display/CHAR0_1)) - (pad 19 thru_hole oval (at 0 45.72) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 77 CLK_BUTTONS)) - (pad 38 thru_hole oval (at 15.24 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 59 /Display/CHAR0_2)) - (pad 18 thru_hole oval (at 0 43.18) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 76 COLUMNS)) - (pad 37 thru_hole oval (at 15.24 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 60 /Display/CHAR0_3)) - (pad 17 thru_hole oval (at 0 40.64) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 75 ROWS)) - (pad 36 thru_hole oval (at 15.24 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 61 /Display/CHAR1_0)) - (pad 16 thru_hole oval (at 0 38.1) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 74 LOAD)) - (pad 35 thru_hole oval (at 15.24 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 62 /Display/CHAR1_1)) - (pad 15 thru_hole oval (at 0 35.56) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 28 TXD)) - (pad 34 thru_hole oval (at 15.24 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 63 /Display/CHAR1_2)) - (pad 14 thru_hole oval (at 0 33.02) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 27 RXD)) - (pad 33 thru_hole oval (at 15.24 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 64 /Display/CHAR1_3)) - (pad 13 thru_hole oval (at 0 30.48) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 4 "Net-(C3-Pad1)")) - (pad 32 thru_hole oval (at 15.24 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 12 thru_hole oval (at 0 27.94) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 134 "Net-(U1-Pad12)")) - (pad 31 thru_hole oval (at 15.24 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 11 thru_hole oval (at 0 25.4) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 30 thru_hole oval (at 15.24 25.4) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 3 Vdd)) - (pad 10 thru_hole oval (at 0 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 3 Vdd)) - (pad 29 thru_hole oval (at 15.24 27.94) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 73 "Net-(R_C7-Pad1)")) - (pad 9 thru_hole oval (at 0 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 6 NRST)) - (pad 28 thru_hole oval (at 15.24 30.48) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 72 "Net-(R_C6-Pad1)")) - (pad 8 thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 25 SCK)) - (pad 27 thru_hole oval (at 15.24 33.02) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 20 TDI)) - (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 26 MISO)) - (pad 26 thru_hole oval (at 15.24 35.56) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 22 TDO)) - (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 24 MOSI)) - (pad 25 thru_hole oval (at 15.24 38.1) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 21 TMS)) - (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 69 /Display/CHAR3_0)) - (pad 24 thru_hole oval (at 15.24 40.64) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 23 TCK)) - (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 68 /Display/CHAR2_3)) - (pad 23 thru_hole oval (at 15.24 43.18) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 71 "Net-(R_C1-Pad1)")) - (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 67 /Display/CHAR2_2)) - (pad 22 thru_hole oval (at 15.24 45.72) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 70 "Net-(R_C0-Pad1)")) - (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 66 /Display/CHAR2_1)) - (pad 21 thru_hole oval (at 15.24 48.26) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 79 CLK_STATUS)) - (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 65 /Display/CHAR2_0)) - (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-40_W15.24mm.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 5DDBD213) - (at 54.347 32.766 180) - (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 /5DE41C32) - (attr smd) - (fp_text reference R_A4 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 61 /Display/CHAR1_0)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD1CF) - (at 54.356 22.86 180) - (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 /5DE3F959) - (attr smd) - (fp_text reference R_A0 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 57 /Display/CHAR0_0)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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_SO:TSSOP-14_4.4x5mm_P0.65mm (layer F.Cu) (tedit 5A02F25C) (tstamp 5DDBD6E8) - (at 113.95 57.95) - (descr "14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") - (tags "SSOP 0.65") - (path /5DE30C4A/5DCAE7C2) - (attr smd) - (fp_text reference U8 (at 0 -3.55) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 74HC164 (at 0 3.55) (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.8 0.8) (thickness 0.15))) - ) - (fp_line (start -2.325 -2.5) (end -3.675 -2.5) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 2.625) (end 2.325 2.625) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 -2.625) (end 2.325 -2.625) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 2.625) (end -2.325 2.4) (layer F.SilkS) (width 0.15)) - (fp_line (start 2.325 2.625) (end 2.325 2.4) (layer F.SilkS) (width 0.15)) - (fp_line (start 2.325 -2.625) (end 2.325 -2.4) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 -2.625) (end -2.325 -2.5) (layer F.SilkS) (width 0.15)) - (fp_line (start -3.95 2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.95 -2.8) (end 3.95 -2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.95 -2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.95 -2.8) (end -3.95 2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.2 -1.5) (end -1.2 -2.5) (layer F.Fab) (width 0.15)) - (fp_line (start -2.2 2.5) (end -2.2 -1.5) (layer F.Fab) (width 0.15)) - (fp_line (start 2.2 2.5) (end -2.2 2.5) (layer F.Fab) (width 0.15)) - (fp_line (start 2.2 -2.5) (end 2.2 2.5) (layer F.Fab) (width 0.15)) - (fp_line (start -1.2 -2.5) (end 2.2 -2.5) (layer F.Fab) (width 0.15)) - (pad 14 smd rect (at 2.95 -1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 3 Vdd)) - (pad 13 smd rect (at 2.95 -1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 50 "Net-(R30-Pad1)")) - (pad 12 smd rect (at 2.95 -0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 49 "Net-(R29-Pad1)")) - (pad 11 smd rect (at 2.95 0) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 51 "Net-(R31-Pad1)")) - (pad 10 smd rect (at 2.95 0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 52 "Net-(R32-Pad1)")) - (pad 9 smd rect (at 2.95 1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 3 Vdd)) - (pad 8 smd rect (at 2.95 1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 79 CLK_STATUS)) - (pad 7 smd rect (at -2.95 1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (pad 6 smd rect (at -2.95 1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 53 "Net-(R33-Pad1)")) - (pad 5 smd rect (at -2.95 0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 54 "Net-(R34-Pad1)")) - (pad 4 smd rect (at -2.95 0) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 55 "Net-(R35-Pad1)")) - (pad 3 smd rect (at -2.95 -0.65) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 56 "Net-(R36-Pad1)")) - (pad 2 smd rect (at -2.95 -1.3) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 78 STATUS)) - (pad 1 smd rect (at -2.95 -1.95) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 78 STATUS)) - (model ${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-14_4.4x5mm_P0.65mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_SO:SOIC-16_3.9x9.9mm_P1.27mm (layer F.Cu) (tedit 5C97300E) (tstamp 5DDBD6C5) - (at 72.475 88.9 180) - (descr "SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (path /5DDEAC3F/5DCEF9EB) - (attr smd) - (fp_text reference U7 (at 0 -5.9) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 74LS166 (at 0 5.9) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0.635 2.54) (layer F.Fab) - (effects (font (size 0.98 0.98) (thickness 0.15))) - ) - (fp_line (start 3.7 -5.2) (end -3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 5.2) (end 3.7 -5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 5.2) (end 3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.7 -5.2) (end -3.7 5.2) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.95 -3.975) (end -0.975 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -1.95 4.95) (end -1.95 -3.975) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 4.95) (end -1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 1.95 -4.95) (end 1.95 4.95) (layer F.Fab) (width 0.1)) - (fp_line (start -0.975 -4.95) (end 1.95 -4.95) (layer F.Fab) (width 0.1)) - (fp_line (start 0 -5.06) (end -3.45 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -5.06) (end 1.95 -5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end -1.95 5.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 5.06) (end 1.95 5.06) (layer F.SilkS) (width 0.12)) - (pad 16 smd roundrect (at 2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 Vdd)) - (pad 15 smd roundrect (at 2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 74 LOAD)) - (pad 14 smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 84 "Net-(U7-Pad14)")) - (pad 13 smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 76 COLUMNS)) - (pad 12 smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 85 "Net-(U7-Pad12)")) - (pad 11 smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 86 "Net-(U7-Pad11)")) - (pad 10 smd roundrect (at 2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 87 "Net-(U7-Pad10)")) - (pad 9 smd roundrect (at 2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 8 smd roundrect (at -2.475 4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 7 smd roundrect (at -2.475 3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 77 CLK_BUTTONS)) - (pad 6 smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 1 Vss)) - (pad 5 smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 29 "Net-(J5-Pad8)")) - (pad 4 smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 30 "Net-(J5-Pad7)")) - (pad 3 smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 31 "Net-(J5-Pad6)")) - (pad 2 smd roundrect (at -2.475 -3.175 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 32 "Net-(J5-Pad5)")) - (pad 1 smd roundrect (at -2.475 -4.445 180) (size 1.95 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 88 "Net-(U7-Pad1)")) - (model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-16_3.9x9.9mm_P1.27mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_SO:TSSOP-14_4.4x5mm_P0.65mm (layer F.Cu) (tedit 5A02F25C) (tstamp 5DDBD6A3) - (at 82.95 91.44 180) - (descr "14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") - (tags "SSOP 0.65") - (path /5DDEAC3F/5DCCE5D7) - (attr smd) - (fp_text reference U6 (at 0 -3.55) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 74HC164 (at 0 3.55) (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.8 0.8) (thickness 0.15))) - ) - (fp_line (start -2.325 -2.5) (end -3.675 -2.5) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 2.625) (end 2.325 2.625) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 -2.625) (end 2.325 -2.625) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 2.625) (end -2.325 2.4) (layer F.SilkS) (width 0.15)) - (fp_line (start 2.325 2.625) (end 2.325 2.4) (layer F.SilkS) (width 0.15)) - (fp_line (start 2.325 -2.625) (end 2.325 -2.4) (layer F.SilkS) (width 0.15)) - (fp_line (start -2.325 -2.625) (end -2.325 -2.5) (layer F.SilkS) (width 0.15)) - (fp_line (start -3.95 2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.95 -2.8) (end 3.95 -2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.95 -2.8) (end 3.95 2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.95 -2.8) (end -3.95 2.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.2 -1.5) (end -1.2 -2.5) (layer F.Fab) (width 0.15)) - (fp_line (start -2.2 2.5) (end -2.2 -1.5) (layer F.Fab) (width 0.15)) - (fp_line (start 2.2 2.5) (end -2.2 2.5) (layer F.Fab) (width 0.15)) - (fp_line (start 2.2 -2.5) (end 2.2 2.5) (layer F.Fab) (width 0.15)) - (fp_line (start -1.2 -2.5) (end 2.2 -2.5) (layer F.Fab) (width 0.15)) - (pad 14 smd rect (at 2.95 -1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 3 Vdd)) - (pad 13 smd rect (at 2.95 -1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 80 "Net-(U6-Pad13)")) - (pad 12 smd rect (at 2.95 -0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 81 "Net-(U6-Pad12)")) - (pad 11 smd rect (at 2.95 0 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 82 "Net-(U6-Pad11)")) - (pad 10 smd rect (at 2.95 0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 83 "Net-(U6-Pad10)")) - (pad 9 smd rect (at 2.95 1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 3 Vdd)) - (pad 8 smd rect (at 2.95 1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 77 CLK_BUTTONS)) - (pad 7 smd rect (at -2.95 1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (pad 6 smd rect (at -2.95 1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 33 "Net-(J5-Pad4)")) - (pad 5 smd rect (at -2.95 0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 34 "Net-(J5-Pad3)")) - (pad 4 smd rect (at -2.95 0 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 35 "Net-(J5-Pad2)")) - (pad 3 smd rect (at -2.95 -0.65 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 36 "Net-(J5-Pad1)")) - (pad 2 smd rect (at -2.95 -1.3 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 75 ROWS)) - (pad 1 smd rect (at -2.95 -1.95 180) (size 1.45 0.45) (layers F.Cu F.Paste F.Mask) - (net 75 ROWS)) - (model ${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-14_4.4x5mm_P0.65mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD5B4) - (at 59.182 70.739) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AD323) - (attr virtual) - (fp_text reference TP31 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 79 CLK_STATUS)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD5A6) - (at 24.892 70.739) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AD1F0) - (attr virtual) - (fp_text reference TP30 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 78 STATUS)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD598) - (at 24.892 68.199) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AD0CF) - (attr virtual) - (fp_text reference TP29 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 77 CLK_BUTTONS)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD58A) - (at 24.892 65.659) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ACF89) - (attr virtual) - (fp_text reference TP28 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 76 COLUMNS)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD57C) - (at 24.892 63.119) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ACE59) - (attr virtual) - (fp_text reference TP27 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 75 ROWS)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD56E) - (at 24.892 60.579) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ACD3D) - (attr virtual) - (fp_text reference TP26 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 74 LOAD)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD560) - (at 24.892 58.039) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ACC09) - (attr virtual) - (fp_text reference TP25 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 28 TXD)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD552) - (at 24.892 55.499) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ACA23) - (attr virtual) - (fp_text reference TP24 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 27 RXD)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD544) - (at 58.928 43.18) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC90C) - (attr virtual) - (fp_text reference TP23 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 73 "Net-(R_C7-Pad1)")) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD536) - (at 59.182 52.959) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC7FA) - (attr virtual) - (fp_text reference TP22 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 72 "Net-(R_C6-Pad1)")) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD528) - (at 59.182 55.499) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC6D0) - (attr virtual) - (fp_text reference TP21 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 20 TDI)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD51A) - (at 59.182 58.039) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC5A6) - (attr virtual) - (fp_text reference TP20 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 22 TDO)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD50C) - (at 59.182 60.579) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC485) - (attr virtual) - (fp_text reference TP19 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 21 TMS)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4FE) - (at 59.182 63.119) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC36E) - (attr virtual) - (fp_text reference TP18 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 23 TCK)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4F0) - (at 59.182 65.659) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC22B) - (attr virtual) - (fp_text reference TP17 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 71 "Net-(R_C1-Pad1)")) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4E2) - (at 59.182 68.199) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AC066) - (attr virtual) - (fp_text reference TP16 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 70 "Net-(R_C0-Pad1)")) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4D4) - (at 24.892 40.259) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ABF2E) - (attr virtual) - (fp_text reference TP15 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 25 SCK)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4C6) - (at 24.892 37.719) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ABDE7) - (attr virtual) - (fp_text reference TP14 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 26 MISO)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4B8) - (at 24.892 35.179) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ABCF1) - (attr virtual) - (fp_text reference TP13 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 24 MOSI)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD4AA) - (at 24.892 32.639) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4ABB97) - (attr virtual) - (fp_text reference TP12 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 69 /Display/CHAR3_0)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD49C) - (at 24.892 30.099) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB9F1) - (attr virtual) - (fp_text reference TP11 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 68 /Display/CHAR2_3)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD48E) - (at 24.892 27.559) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB879) - (attr virtual) - (fp_text reference TP10 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 67 /Display/CHAR2_2)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD480) - (at 24.892 25.019) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB77F) - (attr virtual) - (fp_text reference TP9 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 66 /Display/CHAR2_1)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD472) - (at 24.892 22.479) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB582) - (attr virtual) - (fp_text reference TP8 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 65 /Display/CHAR2_0)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD464) - (at 58.928 40.513) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB41F) - (attr virtual) - (fp_text reference TP7 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 64 /Display/CHAR1_3)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD456) - (at 58.928 37.973) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB2F5) - (attr virtual) - (fp_text reference TP6 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 63 /Display/CHAR1_2)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD448) - (at 58.928 35.433) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB1C1) - (attr virtual) - (fp_text reference TP5 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 62 /Display/CHAR1_1)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD43A) - (at 58.928 32.893) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AB07A) - (attr virtual) - (fp_text reference TP4 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 61 /Display/CHAR1_0)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD42C) - (at 58.928 30.353) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AAF76) - (attr virtual) - (fp_text reference TP3 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 60 /Display/CHAR0_3)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD41E) - (at 58.928 27.813) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AAE13) - (attr virtual) - (fp_text reference TP2 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 59 /Display/CHAR0_2)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDC161F) - (at 58.928 25.273) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4AACA7) - (attr virtual) - (fp_text reference TP1 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 58 /Display/CHAR0_1)) - ) - - (module TestPoint:TestPoint_Pad_1.0x1.0mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5DDBD402) - (at 58.928 22.733) - (descr "SMD rectangular pad as test Point, square 1.0mm side length") - (tags "test point SMD pad rectangle square") - (path /5E4A8C68) - (attr virtual) - (fp_text reference TP0 (at 0 -1.448) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1 1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1 1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end -1 1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1) (end 1 -1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.7 0.7) (end -0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 0.7) (end -0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.7 -0.7) (end 0.7 0.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.7 -0.7) (end 0.7 -0.7) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd rect (at 0 0) (size 1 1) (layers F.Cu F.Mask) - (net 57 /Display/CHAR0_0)) - ) - - (module Button_Switch_SMD:SW_Push_1P1T_NO_CK_KMR2 (layer F.Cu) (tedit 5A02FC95) (tstamp 5DDBD3F4) - (at 47.734 90.208) - (descr "CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf") - (tags "tactile switch kmr2") - (path /5DBE2224) - (attr smd) - (fp_text reference SW0 (at 0 -2.45) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value SW_Push (at 0 2.55) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -2.2 0.05) (end -2.2 -0.05) (layer F.SilkS) (width 0.12)) - (fp_line (start 2.2 -1.55) (end -2.2 -1.55) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.2 1.55) (end 2.2 1.55) (layer F.SilkS) (width 0.12)) - (fp_circle (center 0 0) (end 0 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -2.8 1.8) (end -2.8 -1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.8 1.8) (end -2.8 1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.8 -1.8) (end 2.8 1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.8 -1.8) (end 2.8 -1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.2 0.05) (end 2.2 -0.05) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.1 1.4) (end -2.1 -1.4) (layer F.Fab) (width 0.1)) - (fp_line (start 2.1 1.4) (end -2.1 1.4) (layer F.Fab) (width 0.1)) - (fp_line (start 2.1 -1.4) (end 2.1 1.4) (layer F.Fab) (width 0.1)) - (fp_line (start -2.1 -1.4) (end 2.1 -1.4) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 0 -2.45) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 smd rect (at 2.05 0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) - (net 6 NRST)) - (pad 1 smd rect (at 2.05 -0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (pad 2 smd rect (at -2.05 0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) - (net 6 NRST)) - (pad 1 smd rect (at -2.05 -0.8) (size 0.9 1) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KMR2.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 5DDBD3DE) - (at 54.365 70.866) - (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 /5DF044E1) - (attr smd) - (fp_text reference R_D7 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 CLK_STATUS)) - (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 5DDBD3CD) - (at 29.963 70.866 180) - (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 /5DF04487) - (attr smd) - (fp_text reference R_D6 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 78 STATUS)) - (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 5DDBD3BC) - (at 29.963 68.326 180) - (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 /5DF0448D) - (attr smd) - (fp_text reference R_D5 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 77 CLK_BUTTONS)) - (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 5DDBD3AB) - (at 29.963 65.786 180) - (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 /5DF04493) - (attr smd) - (fp_text reference R_D4 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 76 COLUMNS)) - (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 5DDBD39A) - (at 29.963 63.246 180) - (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 /5DF04499) - (attr smd) - (fp_text reference R_D3 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 75 ROWS)) - (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 5DDBD389) - (at 29.981 60.706 180) - (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 /5DF0449F) - (attr smd) - (fp_text reference R_D2 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 74 LOAD)) - (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 5DDBD378) - (at 29.963 58.166 180) - (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 /5DF044A5) - (attr smd) - (fp_text reference R_D1 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 28 TXD)) - (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 5DDBD367) - (at 29.963 55.626 180) - (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 /5DF044AB) - (attr smd) - (fp_text reference R_D0 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 27 RXD)) - (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 5DDBD356) - (at 54.365 43.18) - (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 /5DF044B1) - (attr smd) - (fp_text reference R_C7 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 73 "Net-(R_C7-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 5DDB96F1) (tstamp 5DDCDFDD) - (at 54.365 53.086) - (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 /5DF044B7) - (attr smd) - (fp_text reference R_C6 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217) - (net 72 "Net-(R_C6-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 5DDBD334) - (at 54.365 55.626) - (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 /5DF044BD) - (attr smd) - (fp_text reference R_C5 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer 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)) - (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 20 TDI)) - (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 1 Vss)) - (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 5DDBD323) - (at 54.365 58.166) - (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 /5DF044C3) - (attr smd) - (fp_text reference R_C4 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer 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)) - (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 22 TDO)) - (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 1 Vss)) - (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 5DDBD312) - (at 54.365 60.706) - (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 /5DF044C9) - (attr smd) - (fp_text reference R_C3 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer 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)) - (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 21 TMS)) - (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 1 Vss)) - (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 5DDBD301) - (at 54.365 63.246) - (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 /5DF044CF) - (attr smd) - (fp_text reference R_C2 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 23 TCK)) - (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 5DDBD2F0) - (at 54.365 65.786) - (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 /5DF044D5) - (attr smd) - (fp_text reference R_C1 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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-(R_C1-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 5DDBD2DF) - (at 54.365 68.326) - (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 /5DF044DB) - (attr smd) - (fp_text reference R_C0 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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-(R_C0-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 5DDBD2CE) - (at 29.981 40.386) - (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 /5DE47595) - (attr smd) - (fp_text reference R_B7 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 25 SCK)) - (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 Vss)) - (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 5DDBD2BD) - (at 29.981 37.846) - (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 /5DE4758F) - (attr smd) - (fp_text reference R_B6 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 26 MISO)) - (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 Vss)) - (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 5DDBD2AC) - (at 29.981 35.306) - (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 /5DE47589) - (attr smd) - (fp_text reference R_B5 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 24 MOSI)) - (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 Vss)) - (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 5DDBD29B) - (at 29.981 32.766) - (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 /5DE47583) - (attr smd) - (fp_text reference R_B4 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 69 /Display/CHAR3_0)) - (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 Vss)) - (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 5DDBD28A) - (at 29.981 30.226) - (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 /5DE45660) - (attr smd) - (fp_text reference R_B3 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 68 /Display/CHAR2_3)) - (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 Vss)) - (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 5DDBD279) - (at 29.981 27.686) - (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 /5DE4565A) - (attr smd) - (fp_text reference R_B2 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 67 /Display/CHAR2_2)) - (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 Vss)) - (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 5DDBD268) - (at 29.981 25.146) - (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 /5DE45654) - (attr smd) - (fp_text reference R_B1 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 66 /Display/CHAR2_1)) - (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 Vss)) - (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 5DDBD257) - (at 29.981 22.606) - (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 /5DE4564E) - (attr smd) - (fp_text reference R_B0 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 65 /Display/CHAR2_0)) - (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 Vss)) - (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 5DDBD246) - (at 54.347 40.64 180) - (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 /5DE41C44) - (attr smd) - (fp_text reference R_A7 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 64 /Display/CHAR1_3)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD235) - (at 54.347 38.1 180) - (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 /5DE41C3E) - (attr smd) - (fp_text reference R_A6 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 63 /Display/CHAR1_2)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD224) - (at 54.347 35.56 180) - (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 /5DE41C38) - (attr smd) - (fp_text reference R_A5 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 62 /Display/CHAR1_1)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD202) - (at 54.347 30.226 180) - (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 /5DE40E97) - (attr smd) - (fp_text reference R_A3 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 60 /Display/CHAR0_3)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD1F1) - (at 54.347 27.686 180) - (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 /5DE40D34) - (attr smd) - (fp_text reference R_A2 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 59 /Display/CHAR0_2)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD1E0) - (at 54.347 25.146 180) - (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 /5DE40B29) - (attr smd) - (fp_text reference R_A1 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 58 /Display/CHAR0_1)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (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 5DDBD1BE) - (at 102 68) - (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 /5DE30C4A/5DDF3520) - (attr smd) - (fp_text reference R36 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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-(D7-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 56 "Net-(R36-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 5DDBD1AD) - (at 102.025 64) - (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 /5DE30C4A/5DDF2BD8) - (attr smd) - (fp_text reference R35 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 "Net-(D6-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-(R35-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 5DDBD19C) - (at 102.025 60) - (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 /5DE30C4A/5DDF21F1) - (attr smd) - (fp_text reference R34 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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-(D5-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 54 "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 5DDBD18B) - (at 102.025 56) - (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 /5DE30C4A/5DDF1878) - (attr smd) - (fp_text reference R33 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 11 "Net-(D4-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 53 "Net-(R33-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 5DDBD17A) - (at 102.025 84) - (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 /5DE30C4A/5DDF0FB0) - (attr smd) - (fp_text reference R32 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 10 "Net-(D3-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 52 "Net-(R32-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 5DDBD169) - (at 102.025 80) - (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 /5DE30C4A/5DDF07FC) - (attr smd) - (fp_text reference R31 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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-(D2-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-(R31-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 5DDBD158) - (at 102.025 76) - (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 /5DE30C4A/5DC4B3E7) - (attr smd) - (fp_text reference R30 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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-(D0-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 50 "Net-(R30-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 5DDBD147) - (at 102.025 72) - (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 /5DE30C4A/5DDEF16D) - (attr smd) - (fp_text reference R29 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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-(D1-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 49 "Net-(R29-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 5DDBA5A9) - (at 93 64 180) - (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 /5DD2ECA3/5DCF6F68) - (attr smd) - (fp_text reference R28 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 114 "Net-(DS4-Pad6)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 133 "Net-(R28-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 5DDBA609) - (at 93.025 60 180) - (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 /5DD2ECA3/5DCF6D3D) - (attr smd) - (fp_text reference R27 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 112 "Net-(DS4-Pad9)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 132 "Net-(R27-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 5DDBA5D9) - (at 93.025 56 180) - (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 /5DD2ECA3/5DCF6BA5) - (attr smd) - (fp_text reference R26 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 111 "Net-(DS4-Pad10)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 131 "Net-(R26-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 5DDBD103) - (at 93.025 68 180) - (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 /5DD2ECA3/5DCF68D9) - (attr smd) - (fp_text reference R25 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 113 "Net-(DS4-Pad7)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 130 "Net-(R25-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 5DDBD0F2) - (at 84.337 80.182 180) - (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 /5DD2ECA3/5DCF6693) - (attr smd) - (fp_text reference R24 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 48 "Net-(R24-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 115 "Net-(DS4-Pad4)")) - (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 5DDBD0E1) - (at 84.337 76 180) - (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 /5DD2ECA3/5DCF640A) - (attr smd) - (fp_text reference R23 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 47 "Net-(R23-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 116 "Net-(DS4-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 5DDBD0D0) - (at 84.337 72 180) - (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 /5DD2ECA3/5DCF3F99) - (attr smd) - (fp_text reference R22 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 46 "Net-(R22-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 117 "Net-(DS4-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 5DDBD0BF) - (at 84.328 68 180) - (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 /5DD2ECA3/5DD07EA1) - (attr smd) - (fp_text reference R21 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 100 "Net-(DS2-Pad6)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 129 "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 5DDBD0AE) - (at 84.337 64 180) - (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 /5DD2ECA3/5DD07E9B) - (attr smd) - (fp_text reference R20 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 99 "Net-(DS2-Pad7)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 128 "Net-(R20-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 5DDBD09D) - (at 84.337 60 180) - (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 /5DD2ECA3/5DD07E95) - (attr smd) - (fp_text reference R19 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 97 "Net-(DS2-Pad9)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 127 "Net-(R19-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 5DDBD08C) - (at 84.337 56 180) - (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 /5DD2ECA3/5DD07E8F) - (attr smd) - (fp_text reference R18 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 96 "Net-(DS2-Pad10)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 126 "Net-(R18-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 5DDBD07B) - (at 76.025 78 180) - (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 /5DD2ECA3/5DD07E89) - (attr smd) - (fp_text reference R17 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 45 "Net-(R17-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 101 "Net-(DS2-Pad4)")) - (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 5DDBA539) - (at 93.025 72 180) - (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 /5DD2ECA3/5DD07E83) - (attr smd) - (fp_text reference R16 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 44 "Net-(R16-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 102 "Net-(DS2-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 5DDBD059) - (at 76 74 180) - (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 /5DD2ECA3/5DD07E7B) - (attr smd) - (fp_text reference R15 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 43 "Net-(R15-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 103 "Net-(DS2-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 5DDBD048) - (at 76.025 70 180) - (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 /5DD2ECA3/5DD16AB4) - (attr smd) - (fp_text reference R14 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 107 "Net-(DS3-Pad6)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 125 "Net-(R14-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 5DDBD037) - (at 76.025 65 180) - (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 /5DD2ECA3/5DD16AAE) - (attr smd) - (fp_text reference R13 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 106 "Net-(DS3-Pad7)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 124 "Net-(R13-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 5DDBD026) - (at 76.025 61 180) - (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 /5DD2ECA3/5DD16AA8) - (attr smd) - (fp_text reference R12 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 105 "Net-(DS3-Pad9)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 123 "Net-(R12-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 5DDBD015) - (at 76.025 57 180) - (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 /5DD2ECA3/5DD16AA2) - (attr smd) - (fp_text reference R11 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 104 "Net-(DS3-Pad10)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 122 "Net-(R11-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 5DDBD004) - (at 76.025 53 180) - (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 /5DD2ECA3/5DD16A9C) - (attr smd) - (fp_text reference R10 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 42 "Net-(R10-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 108 "Net-(DS3-Pad4)")) - (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 5DDBCFF3) - (at 76.025 49 180) - (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 /5DD2ECA3/5DD16A96) - (attr smd) - (fp_text reference R9 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 41 "Net-(R9-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 109 "Net-(DS3-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 5DDBCFE2) - (at 76.025 45 180) - (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 /5DD2ECA3/5DD16A8E) - (attr smd) - (fp_text reference R8 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 40 "Net-(R8-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 110 "Net-(DS3-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 5DDBCFD1) - (at 68.025 70 180) - (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 /5DD2ECA3/5DD11795) - (attr smd) - (fp_text reference R7 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 92 "Net-(DS1-Pad6)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 121 "Net-(R7-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 5DDBCFC0) - (at 68.025 65.5 180) - (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 /5DD2ECA3/5DD1178F) - (attr smd) - (fp_text reference R6 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 91 "Net-(DS1-Pad7)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 120 "Net-(R6-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 5DDBCFAF) - (at 68.025 61.436 180) - (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 /5DD2ECA3/5DD11789) - (attr smd) - (fp_text reference R5 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 90 "Net-(DS1-Pad9)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 119 "Net-(R5-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 5DDBCF9E) - (at 68.025 57.372 180) - (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 /5DD2ECA3/5DD11783) - (attr smd) - (fp_text reference R4 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 89 "Net-(DS1-Pad10)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 118 "Net-(R4-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 5DDBCF8D) - (at 68 53.308 180) - (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 /5DD2ECA3/5DD1177D) - (attr smd) - (fp_text reference R3 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 39 "Net-(R3-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 93 "Net-(DS1-Pad4)")) - (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 5DDBCF7C) - (at 68.025 49.244 180) - (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 /5DD2ECA3/5DD11777) - (attr smd) - (fp_text reference R2 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 38 "Net-(R2-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 94 "Net-(DS1-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 5DDBCF6B) - (at 68.025 45.18 180) - (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 /5DD2ECA3/5DD1176F) - (attr smd) - (fp_text reference R1 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 37 "Net-(R1-Pad2)")) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 95 "Net-(DS1-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 5DDBCF5A) - (at 47.761 78.486) - (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 /5DCAEAA9) - (attr smd) - (fp_text reference R0 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value R (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 6 NRST)) - (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 3 Vdd)) - (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 TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal (layer F.Cu) (tedit 5B294EE5) (tstamp 5DDBCF49) - (at 109.982 95.25) - (descr "Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix") - (tags "THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm") - (path /5DE4CFD1) - (fp_text reference J6 (at 2.5 -6.26) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Screw_Terminal_01x02 (at 2.5 5.66) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 2.5 3.2) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 8 -5.71) (end -3 -5.71) (layer F.CrtYd) (width 0.05)) - (fp_line (start 8 5.1) (end 8 -5.71) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3 5.1) (end 8 5.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3 -5.71) (end -3 5.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.8 4.9) (end -2.3 4.9) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.8 4.16) (end -2.8 4.9) (layer F.SilkS) (width 0.12)) - (fp_line (start 3.773 1.023) (end 3.726 1.069) (layer F.SilkS) (width 0.12)) - (fp_line (start 6.07 -1.275) (end 6.035 -1.239) (layer F.SilkS) (width 0.12)) - (fp_line (start 3.966 1.239) (end 3.931 1.274) (layer F.SilkS) (width 0.12)) - (fp_line (start 6.275 -1.069) (end 6.228 -1.023) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.955 -1.138) (end 3.863 0.955) (layer F.Fab) (width 0.1)) - (fp_line (start 6.138 -0.955) (end 4.046 1.138) (layer F.Fab) (width 0.1)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) (layer F.Fab) (width 0.1)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) (layer F.Fab) (width 0.1)) - (fp_line (start 7.56 -5.261) (end 7.56 4.66) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.56 -5.261) (end -2.56 4.66) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.56 4.66) (end 7.56 4.66) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.56 -5.261) (end 7.56 -5.261) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.56 -2.301) (end 7.56 -2.301) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.5 -2.3) (end 7.5 -2.3) (layer F.Fab) (width 0.1)) - (fp_line (start -2.56 2.6) (end 7.56 2.6) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.5 2.6) (end 7.5 2.6) (layer F.Fab) (width 0.1)) - (fp_line (start -2.56 4.1) (end 7.56 4.1) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.5 4.1) (end 7.5 4.1) (layer F.Fab) (width 0.1)) - (fp_line (start -2.5 4.1) (end -2.5 -5.2) (layer F.Fab) (width 0.1)) - (fp_line (start -2 4.6) (end -2.5 4.1) (layer F.Fab) (width 0.1)) - (fp_line (start 7.5 4.6) (end -2 4.6) (layer F.Fab) (width 0.1)) - (fp_line (start 7.5 -5.2) (end 7.5 4.6) (layer F.Fab) (width 0.1)) - (fp_line (start -2.5 -5.2) (end 7.5 -5.2) (layer F.Fab) (width 0.1)) - (fp_circle (center 5 0) (end 6.68 0) (layer F.SilkS) (width 0.12)) - (fp_circle (center 5 0) (end 6.5 0) (layer F.Fab) (width 0.1)) - (fp_circle (center 0 0) (end 1.5 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 0 0) (end -0.684 1.535) (angle -25) (layer F.SilkS) (width 0.12)) - (fp_arc (start 0 0) (end -1.535 -0.684) (angle -48) (layer F.SilkS) (width 0.12)) - (fp_arc (start 0 0) (end 0.684 -1.535) (angle -48) (layer F.SilkS) (width 0.12)) - (fp_arc (start 0 0) (end 1.535 0.684) (angle -48) (layer F.SilkS) (width 0.12)) - (fp_arc (start 0 0) (end 0 1.68) (angle -24) (layer F.SilkS) (width 0.12)) - (pad 2 thru_hole circle (at 5 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 1 thru_hole rect (at 0 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) - (net 2 "Net-(C0-Pad1)")) - (model ${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal.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 59DE0819) (tstamp 5DDBCEE5) - (at 24.384 78.232) - (descr "Through hole straight IDC box header, 2x03, 2.54mm pitch, double rows") - (tags "Through hole IDC box header THT 2x03 2.54mm double row") - (path /5DD6E922) - (fp_text reference J3 (at 1.27 -6.604) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value AVR-ISP-6 (at 1.27 11.684) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -3.655 -5.6) (end -1.115 -5.6) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.655 -5.6) (end -3.655 -3.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.405 -5.35) (end 5.945 -5.35) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.405 10.43) (end -3.405 -5.35) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.945 10.43) (end -3.405 10.43) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.945 -5.35) (end 5.945 10.43) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.41 -5.35) (end 5.95 -5.35) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.41 10.43) (end -3.41 -5.35) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.95 10.43) (end -3.41 10.43) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.95 -5.35) (end 5.95 10.43) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.155 10.18) (end -2.605 9.62) (layer F.Fab) (width 0.1)) - (fp_line (start -3.155 -5.1) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 10.18) (end 5.145 9.62) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 -5.1) (end 5.145 -4.56) (layer F.Fab) (width 0.1)) - (fp_line (start 5.145 9.62) (end -2.605 9.62) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 10.18) (end -3.155 10.18) (layer F.Fab) (width 0.1)) - (fp_line (start 5.145 -4.56) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 -5.1) (end -3.155 -5.1) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 4.79) (end -3.155 4.79) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 0.29) (end -3.155 0.29) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 4.79) (end -2.605 9.62) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 -4.56) (end -2.605 0.29) (layer F.Fab) (width 0.1)) - (fp_line (start -3.155 -5.1) (end -3.155 10.18) (layer F.Fab) (width 0.1)) - (fp_line (start 5.145 -4.56) (end 5.145 9.62) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 -5.1) (end 5.695 10.18) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 1.27 2.54) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 6 thru_hole oval (at 2.54 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 5 thru_hole oval (at 0 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 6 NRST)) - (pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 24 MOSI)) - (pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 25 SCK)) - (pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 2 "Net-(C0-Pad1)")) - (pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 26 MISO)) - (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_IDC:IDC-Header_2x05_P2.54mm_Vertical (layer F.Cu) (tedit 59DE0611) (tstamp 5E0F45FB) - (at 26.416 95.504 90) - (descr "Through hole straight IDC box header, 2x05, 2.54mm pitch, double rows") - (tags "Through hole IDC box header THT 2x05 2.54mm double row") - (path /5DC4B0A3) - (fp_text reference J2 (at 1.27 -6.604 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value AVR-JTAG-10 (at 1.27 16.764 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -3.655 -5.6) (end -1.115 -5.6) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.655 -5.6) (end -3.655 -3.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.405 -5.35) (end 5.945 -5.35) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.405 15.51) (end -3.405 -5.35) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.945 15.51) (end -3.405 15.51) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.945 -5.35) (end 5.945 15.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.41 -5.35) (end 5.95 -5.35) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.41 15.51) (end -3.41 -5.35) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.95 15.51) (end -3.41 15.51) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.95 -5.35) (end 5.95 15.51) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.155 15.26) (end -2.605 14.7) (layer F.Fab) (width 0.1)) - (fp_line (start -3.155 -5.1) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 15.26) (end 5.145 14.7) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 -5.1) (end 5.145 -4.56) (layer F.Fab) (width 0.1)) - (fp_line (start 5.145 14.7) (end -2.605 14.7) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 15.26) (end -3.155 15.26) (layer F.Fab) (width 0.1)) - (fp_line (start 5.145 -4.56) (end -2.605 -4.56) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 -5.1) (end -3.155 -5.1) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 7.33) (end -3.155 7.33) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 2.83) (end -3.155 2.83) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 7.33) (end -2.605 14.7) (layer F.Fab) (width 0.1)) - (fp_line (start -2.605 -4.56) (end -2.605 2.83) (layer F.Fab) (width 0.1)) - (fp_line (start -3.155 -5.1) (end -3.155 15.26) (layer F.Fab) (width 0.1)) - (fp_line (start 5.145 -4.56) (end 5.145 14.7) (layer F.Fab) (width 0.1)) - (fp_line (start 5.695 -5.1) (end 5.695 15.26) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 1.27 5.08 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 10 thru_hole oval (at 2.54 10.16 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 9 thru_hole oval (at 0 10.16 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 20 TDI)) - (pad 8 thru_hole oval (at 2.54 7.62 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 6 NRST)) - (pad 7 thru_hole oval (at 0 7.62 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 2 "Net-(C0-Pad1)")) - (pad 6 thru_hole oval (at 2.54 5.08 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 6 NRST)) - (pad 5 thru_hole oval (at 0 5.08 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 21 TMS)) - (pad 4 thru_hole oval (at 2.54 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 2 "Net-(C0-Pad1)")) - (pad 3 thru_hole oval (at 0 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 22 TDO)) - (pad 2 thru_hole oval (at 2.54 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 1 thru_hole rect (at 0 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask) - (net 23 TCK)) - (model ${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.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 5DDBCE99) - (at 47.736 97.3145) - (descr http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf) - (tags "Micro-USB SMD Typ-B") - (path /5DBB7B46) - (attr smd) - (fp_text reference J1 (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 %R (at 0 0.8875) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user "PCB Edge" (at 0 2.6875) (layer Dwgs.User) - (effects (font (size 0.5 0.5) (thickness 0.08))) - ) - (pad 6 smd rect (at -2.9 1.2375) (size 1.2 1.9) (layers F.Cu F.Mask) - (net 16 "Net-(J1-Pad6)")) - (pad 6 smd rect (at 2.9 1.2375) (size 1.2 1.9) (layers F.Cu F.Mask) - (net 16 "Net-(J1-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 16 "Net-(J1-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 16 "Net-(J1-Pad6)")) - (pad 6 smd rect (at -1 1.2375) (size 1.5 1.9) (layers F.Cu F.Paste F.Mask) - (net 16 "Net-(J1-Pad6)")) - (pad 6 thru_hole circle (at 2.5 -1.4625) (size 1.45 1.45) (drill 0.85) (layers *.Cu *.Mask) - (net 16 "Net-(J1-Pad6)")) - (pad 3 smd rect (at 0 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) - (net 17 "Net-(J1-Pad3)")) - (pad 4 smd rect (at 0.65 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) - (net 18 "Net-(J1-Pad4)")) - (pad 5 smd rect (at 1.3 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) - (net 1 Vss)) - (pad 1 smd rect (at -1.3 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) - (net 3 Vdd)) - (pad 2 smd rect (at -0.65 -1.4625) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) - (net 19 "Net-(J1-Pad2)")) - (pad 6 thru_hole circle (at -2.5 -1.4625) (size 1.45 1.45) (drill 0.85) (layers *.Cu *.Mask) - (net 16 "Net-(J1-Pad6)")) - (pad 6 smd rect (at 1 1.2375) (size 1.5 1.9) (layers F.Cu F.Paste F.Mask) - (net 16 "Net-(J1-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_BarrelJack:BarrelJack_CUI_PJ-063AH_Horizontal (layer F.Cu) (tedit 5B0886BD) (tstamp 5DDBCE70) - (at 59.69 87.742) - (descr "Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf") - (tags "barrel jack cui dc power") - (path /5DBB60C9) - (fp_text reference J0 (at 0 -2.3) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Barrel_Jack_MountingPin (at 0 13) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 5.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 6 -1.5) (end -6 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6 12.5) (end 6 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6 12.5) (end 6 12.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6 -1.5) (end -6 12.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1 -1.3) (end 1 -1.3) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.11 12.11) (end -5.11 9.05) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.11 12.11) (end -5.11 12.11) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.11 9.05) (end 5.11 12.11) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.11 -1.11) (end 5.11 4.95) (layer F.SilkS) (width 0.12)) - (fp_line (start 2.3 -1.11) (end 5.11 -1.11) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.11 -1.11) (end -2.3 -1.11) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.11 4.95) (end -5.11 -1.11) (layer F.SilkS) (width 0.12)) - (fp_line (start -5 12) (end -5 -1) (layer F.Fab) (width 0.1)) - (fp_line (start 5 12) (end -5 12) (layer F.Fab) (width 0.1)) - (fp_line (start 5 -1) (end 5 12) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -1) (end 5 -1) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1 -1) (layer F.Fab) (width 0.1)) - (fp_line (start -1 -1) (end 0 0) (layer F.Fab) (width 0.1)) - (fp_line (start -5 -1) (end -1 -1) (layer F.Fab) (width 0.1)) - (pad "" np_thru_hole circle (at 0 9) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask)) - (pad MP thru_hole oval (at 4.5 7) (size 2 3.5) (drill oval 1 2.5) (layers *.Cu *.Mask) - (net 15 "Net-(J0-PadMP)")) - (pad MP thru_hole oval (at -4.5 7) (size 2 3.5) (drill oval 1 2.5) (layers *.Cu *.Mask) - (net 15 "Net-(J0-PadMP)")) - (pad 2 thru_hole oval (at 0 6) (size 3.3 2) (drill oval 2.3 1) (layers *.Cu *.Mask) - (net 1 Vss)) - (pad 1 thru_hole rect (at 0 0) (size 4 2) (drill oval 3 1) (layers *.Cu *.Mask) - (net 2 "Net-(C0-Pad1)")) - (model ${KISYS3DMOD}/Connector_BarrelJack.3dshapes/BarrelJack_CUI_PJ-063AH_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCDC7) - (at 109.22 83.82) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDF3526) - (fp_text reference D7 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 14 "Net-(D7-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCDB4) - (at 109.22 78.105) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDF2BDE) - (fp_text reference D6 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 13 "Net-(D6-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCDA1) - (at 109.22 72.39) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDF21F7) - (fp_text reference D5 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 12 "Net-(D5-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD8E) - (at 109.22 66.675) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDF187E) - (fp_text reference D4 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 11 "Net-(D4-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD7B) - (at 114.935 83.82) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDF0FB6) - (fp_text reference D3 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 10 "Net-(D3-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD68) - (at 114.935 78.105) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDF0802) - (fp_text reference D2 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 9 "Net-(D2-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD55) - (at 114.935 72.39) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DDEF173) - (fp_text reference D1 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 8 "Net-(D1-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LED_THT:LED_D3.0mm (layer F.Cu) (tedit 587A3A7B) (tstamp 5DDBCD42) - (at 114.935 66.675) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (path /5DE30C4A/5DC4BBB8) - (fp_text reference D0 (at 1.27 -2.96) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LED (at 1.27 2.96) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (layer F.Fab) (width 0.1)) - (fp_circle (center 1.27 0) (end 2.77 0) (layer F.Fab) (width 0.1)) - (fp_arc (start 1.27 0) (end 0.229039 1.08) (angle -87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end 0.229039 -1.08) (angle 87.9) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 1.235516) (angle -108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.29 -1.235516) (angle 108.8) (layer F.SilkS) (width 0.12)) - (fp_arc (start 1.27 0) (end -0.23 -1.16619) (angle 284.3) (layer F.Fab) (width 0.1)) - (pad 2 thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 7 "Net-(D0-Pad2)")) - (pad 1 thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) - (net 1 Vss)) - (model ${KISYS3DMOD}/LED_THT.3dshapes/LED_D3.0mm.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 5DDBCD2F) - (at 93.025 80 180) - (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 /5DE4EE60) - (attr smd) - (fp_text reference C18 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 2 "Net-(C0-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 5DDBCD1E) - (at 93.025 76 180) - (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 /5DE30C4A/5DEDB077) - (attr smd) - (fp_text reference C17 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCD0D) - (at 93.025 88 180) - (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 /5DDEAC3F/5DE96BB8) - (attr smd) - (fp_text reference C16 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCCFC) - (at 93.025 84 180) - (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 /5DDEAC3F/5DE94356) - (attr smd) - (fp_text reference C15 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCCEB) - (at 102.025 96 180) - (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 /5DD2ECA3/5DD4F46D) - (attr smd) - (fp_text reference C14 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCCDA) - (at 102.025 92 180) - (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 /5DD2ECA3/5DD4A2DB) - (attr smd) - (fp_text reference C13 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCCC9) - (at 102.025 88 180) - (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 /5DD2ECA3/5DD40221) - (attr smd) - (fp_text reference C12 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCCB8) - (at 93.025 92 180) - (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 /5DD2ECA3/5DD33F5D) - (attr smd) - (fp_text reference C11 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (pad 2 smd roundrect (at 1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 1 Vss)) - (pad 1 smd roundrect (at -1.025 0 180) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 Vdd)) - (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 5DDBCCA7) - (at 40.903 75.946) - (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 /5F997E8F) - (attr smd) - (fp_text reference C10 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 3 Vdd)) - (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 5DDBCC96) - (at 40.885 78.74) - (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 /5F99721B) - (attr smd) - (fp_text reference C9 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 3 Vdd)) - (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 5DDBCC85) - (at 40.885 81.28) - (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 /5F95D098) - (attr smd) - (fp_text reference C8 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 3 Vdd)) - (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 5DDBCC74) - (at 34.553 86.106) - (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 /5E1AE257) - (attr smd) - (fp_text reference C7 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 "Net-(C0-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 5DDBCC63) - (at 34.553 83.566) - (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 /5E1CD0FD) - (attr smd) - (fp_text reference C6 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 "Net-(C0-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 5DDBCC52) - (at 34.553 81.026) - (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 /5DCD957C) - (attr smd) - (fp_text reference C5 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 NRST)) - (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 5DDBCC41) - (at 34.553 78.486) - (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 /5DCD889C) - (attr smd) - (fp_text reference C4 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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-(C4-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 5DDBCC30) - (at 34.553 75.946) - (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 /5DCD826F) - (attr smd) - (fp_text reference C3 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 "Net-(C3-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 5DDBCC1F) - (at 40.903 86.36) - (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 /5DCC079F) - (attr smd) - (fp_text reference C2 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 3 Vdd)) - (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_6.3x3.9 (layer F.Cu) (tedit 5BCA39CF) (tstamp 5DDB6AE8) - (at 26.764 48.006 180) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm") - (tags "capacitor electrolytic") - (path /5DC8ECAA) - (attr smd) - (fp_text reference C1 (at 0 -4.35) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (at 0 4.35) (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 -4.7 1.05) (end -3.55 1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.7 -1.05) (end -4.7 1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.55 -1.05) (end -4.7 -1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.55 1.05) (end -3.55 2.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.55 -2.4) (end -3.55 -1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.55 -2.4) (end -2.4 -3.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.55 2.4) (end -2.4 3.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.4 -3.55) (end 3.55 -3.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.4 3.55) (end 3.55 3.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.55 1.05) (end 3.55 3.55) (layer F.CrtYd) (width 0.05)) - (fp_line (start 4.7 1.05) (end 3.55 1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start 4.7 -1.05) (end 4.7 1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.55 -1.05) (end 4.7 -1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.55 -3.55) (end 3.55 -1.05) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.41 2.345563) (end -2.345563 3.41) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.41 2.345563) (end -3.41 1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.345563 3.41) (end 3.41 3.41) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) (layer F.SilkS) (width 0.12)) - (fp_line (start 3.41 -3.41) (end 3.41 -1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start 3.41 3.41) (end 3.41 1.06) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) (layer F.Fab) (width 0.1)) - (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) (layer F.Fab) (width 0.1)) - (fp_line (start -3.3 2.3) (end -2.3 3.3) (layer F.Fab) (width 0.1)) - (fp_line (start -3.3 -2.3) (end -2.3 -3.3) (layer F.Fab) (width 0.1)) - (fp_line (start -3.3 -2.3) (end -3.3 2.3) (layer F.Fab) (width 0.1)) - (fp_line (start -2.3 3.3) (end 3.3 3.3) (layer F.Fab) (width 0.1)) - (fp_line (start -2.3 -3.3) (end 3.3 -3.3) (layer F.Fab) (width 0.1)) - (fp_line (start 3.3 -3.3) (end 3.3 3.3) (layer F.Fab) (width 0.1)) - (fp_circle (center 0 0) (end 3.15 0) (layer F.Fab) (width 0.1)) - (pad 2 smd roundrect (at 2.7 0 180) (size 3.5 1.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15625) - (net 1 Vss)) - (pad 1 smd roundrect (at -2.7 0 180) (size 3.5 1.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15625) - (net 3 Vdd)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x3.9.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 5DDBCBE6) - (at 40.903 83.82) - (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 /5DC7168B) - (attr smd) - (fp_text reference C0 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value C (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.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (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)) - (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 1 Vss)) - (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 "Net-(C0-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)) - ) - ) - - (gr_line (start 20 100) (end 20 20) (layer Edge.Cuts) (width 0.05) (tstamp 5DDBE1C9)) - (gr_line (start 120 100) (end 20 100) (layer Edge.Cuts) (width 0.05)) - (gr_line (start 120 20) (end 120 100) (layer Edge.Cuts) (width 0.05)) - (gr_line (start 20 20) (end 120 20) (layer Edge.Cuts) (width 0.05)) - - (segment (start 106.6409 43) (end 107.95 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 102.5849 39.1471) (end 106.4378 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 106.4378 43) (end 106.6409 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 107.95 46.81) (end 107.5686 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 107.5686 46.81) (end 106.6409 45.8823) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 106.6409 45.8823) (end 106.6409 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 117.95 46.81) (end 116.6906 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 116.6906 46.81) (end 114.7856 44.905) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 114.7856 44.905) (end 110.2743 44.905) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 110.2743 44.905) (end 108.3693 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 108.3693 46.81) (end 107.95 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 102.5849 39.1471) (end 102.87 38.862) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.0028 40.2409) (end 101.4911 40.2409) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 101.4911 40.2409) (end 102.5849 39.1471) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.0028 40.2409) (end 99.0028 41.9472) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.0028 41.9472) (end 98.1571 42.7929) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 97.79 38.862) (end 99.0028 40.0748) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.0028 40.0748) (end 99.0028 40.2409) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 70.168 97.282) (end 70.168 96.2817) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 74.5118 86.995) (end 73.6151 86.0983) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 73.6151 86.0983) (end 73.6151 84.8896) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 74.95 86.995) (end 74.5118 86.995) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 71.603 90.426) (end 71.603 89.9038) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 71.603 89.9038) (end 74.5118 86.995) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 70.168 96.2817) (end 71.603 94.8467) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 71.603 94.8467) (end 71.603 90.426) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 92 88) (end 92 92) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 38.5759) (end 24.0666 36.1689) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 36.1689) (end 24.2312 36.0043) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2573 41.0844) (end 24.0666 40.8937) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 40.8937) (end 24.0666 38.5759) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 38.5759) (end 28.2261 38.5759) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2261 38.5759) (end 28.956 37.846) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2312 36.0043) (end 24.0666 35.8397) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 35.8397) (end 24.0666 31.9918) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 31.9918) (end 24.2448 31.8136) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.956 35.306) (end 28.2577 36.0043) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2577 36.0043) (end 24.2312 36.0043) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.956 40.386) (end 28.2576 41.0844) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2576 41.0844) (end 24.2573 41.0844) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2573 41.0844) (end 24.2573 47.8127) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2573 47.8127) (end 24.064 48.006) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 75.946) (end 36.6153 74.9087) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 36.6153 74.9087) (end 40.8727 74.9087) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 40.8727 74.9087) (end 41.91 75.946) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 112.522 23.622) (end 111.1584 22.2584) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 111.1584 22.2584) (end 106.9023 22.2584) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 106.9023 22.2584) (end 102.87 26.2907) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 102.87 26.2907) (end 102.87 38.862) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 111 59.9) (end 109.9497 59.9) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 109.22 66.675) (end 109.22 60.6297) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 109.22 60.6297) (end 109.9497 59.9) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 98.1571 42.7929) (end 97.95 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 97.95 46.81) (end 98.383 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 98.383 46.81) (end 99.266 45.927) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.266 45.927) (end 99.266 43.9018) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.266 43.9018) (end 98.1571 42.7929) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 94.8073 46.1658) (end 95.4515 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 95.4515 46.81) (end 97.95 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.4215 59.3268) (end 59.3123 59.436) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.3123 59.436) (end 56.66 59.436) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0072 54.656) (end 60.0074 54.6562) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0074 54.6562) (end 60.0074 58.7409) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0074 58.7409) (end 59.4215 59.3268) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.4215 59.3268) (end 60.0074 59.9127) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0074 59.9127) (end 60.0074 63.9444) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0074 63.9444) (end 59.9145 64.0373) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0884 64.0373) (end 56.0884 63.9444) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0884 63.9444) (end 55.39 63.246) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.39 65.786) (end 56.0884 65.0876) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0884 65.0876) (end 56.0884 64.0373) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0884 64.0373) (end 59.9145 64.0373) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.9145 64.0373) (end 60.0074 64.1302) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0074 64.1302) (end 60.0074 68.8462) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0074 68.8462) (end 59.8292 69.0244) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.8292 69.0244) (end 56.0884 69.0244) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.66 59.436) (end 55.39 60.706) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.66 59.436) (end 55.39 58.166) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0072 54.656) (end 60.0079 54.6553) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0079 54.6553) (end 60.0079 52.3159) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 60.0079 52.3159) (end 59.8128 52.1208) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.8128 52.1208) (end 59.4797 52.1208) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.39 55.626) (end 56.36 54.656) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.36 54.656) (end 60.0072 54.656) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.4304 28.1079) (end 55.9738 28.6513) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.9738 28.6513) (end 59.551 28.6513) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.551 28.6513) (end 59.7759 28.4264) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.7759 28.4264) (end 59.7759 24.955) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.372 27.686) (end 55.372 28.0495) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.372 28.0495) (end 55.4304 28.1079) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.4304 28.1079) (end 54.4655 29.0728) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.4655 29.0728) (end 54.4655 29.3195) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.4655 29.3195) (end 55.372 30.226) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 48.626 33.9566) (end 48.626 29.7503) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 48.626 29.7503) (end 49.3035 29.0728) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.3035 29.0728) (end 54.4655 29.0728) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 48.626 36.6481) (end 48.626 33.9566) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 48.626 33.9566) (end 54.1814 33.9566) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.1814 33.9566) (end 55.372 32.766) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 69.0244) (end 28.938 68.326) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2448 69.0244) (end 28.2396 69.0244) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 69.0244) (end 28.2396 70.1676) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 70.1676) (end 28.938 70.866) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2842 66.5145) (end 24.0666 66.7321) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 66.7321) (end 24.0666 68.8462) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 68.8462) (end 24.2448 69.0244) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.654 79.1609) (end 25.654 74.7661) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.654 74.7661) (end 24.0666 73.1787) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 73.1787) (end 24.0666 69.2026) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 69.2026) (end 24.2448 69.0244) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.8456 84.5052) (end 23.8455 84.5052) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 23.8455 84.5052) (end 23.1785 83.8382) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 23.1785 83.8382) (end 23.1785 80.2274) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 23.1785 80.2274) (end 23.9849 79.421) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 23.9849 79.421) (end 25.3939 79.421) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.3939 79.421) (end 25.654 79.1609) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.654 79.1609) (end 26.0209 79.5278) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 26.0209 79.5278) (end 34.5362 79.5278) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2842 66.5145) (end 28.2095 66.5145) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2095 66.5145) (end 28.938 65.786) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.28 63.9671) (end 24.0666 64.1805) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 64.1805) (end 24.0666 66.2969) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 66.2969) (end 24.2842 66.5145) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 101 92) (end 101 88) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 101 96) (end 101 92) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 70 84.455) (end 65.07 79.525) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 65.07 79.525) (end 61.325 79.525) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 73.6151 84.8896) (end 70.4346 84.8896) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 70.4346 84.8896) (end 70 84.455) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0924 24.4256) (end 55.372 25.146) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.7759 24.955) (end 59.7759 24.6572) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.7759 24.6572) (end 59.5443 24.4256) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.5443 24.4256) (end 56.0924 24.4256) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0924 24.4256) (end 56.0924 23.5714) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0924 23.5714) (end 55.381 22.86) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.7759 24.955) (end 66.993 24.955) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 66.993 24.955) (end 68.326 23.622) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 94.8073 46.1658) (end 94.8071 46.166) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 94.8071 46.166) (end 90.7005 46.166) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 90.7005 46.166) (end 90.0565 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 90.0565 46.81) (end 87.95 46.81) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 87.95 43) (end 89.3923 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 89.3923 43) (end 90.4909 41.9014) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 90.4909 41.9014) (end 94.2129 41.9014) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 94.2129 41.9014) (end 94.8073 42.4958) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 94.8073 42.4958) (end 94.8073 46.1658) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.4797 52.1208) (end 56.3552 52.1208) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.3552 52.1208) (end 55.39 53.086) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.39 42.711) (end 55.7463 42.3547) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.7463 42.3547) (end 59.5673 42.3547) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.5673 42.3547) (end 59.7535 42.5409) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.7535 42.5409) (end 59.7535 48.6409) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.7535 48.6409) (end 59.4797 48.9147) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.4797 48.9147) (end 59.4797 52.1208) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 74.95 84.455) (end 74.0497 84.455) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 74.0497 84.455) (end 73.6151 84.8896) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 85.9 89.49) (end 84.8016 89.49) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 84.8016 89.49) (end 81.8901 92.4015) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 81.8901 92.4015) (end 81.8901 92.9269) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 81.8901 92.9269) (end 80.8726 93.9444) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 80.8726 93.9444) (end 78.7951 93.9444) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 78.7951 93.9444) (end 77.9395 93.0888) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 77.9395 93.0888) (end 77.9395 89.6072) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 77.9395 89.6072) (end 75.3273 86.995) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 75.3273 86.995) (end 74.95 86.995) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 68.326 37.4683) (end 68.326 38.862) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 68.326 23.622) (end 68.326 37.4683) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 68.326 37.4683) (end 72.0123 37.4683) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 72.0123 37.4683) (end 73.406 38.862) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 54.2839 36.6481) (end 55.372 35.56) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 48.626 36.6481) (end 54.2839 36.6481) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.2839 36.6481) (end 54.2839 37.0119) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.2839 37.0119) (end 55.372 38.1) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 47.25 41.5173) (end 47.25 38.0241) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 47.25 38.0241) (end 48.626 36.6481) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 26.924 83.312) (end 26.924 84.5009) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.8456 84.5052) (end 25.8456 91.2047) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.8456 91.2047) (end 26.416 91.7751) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 26.924 84.5009) (end 25.8499 84.5009) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 25.8499 84.5009) (end 25.8456 84.5052) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 26.416 92.964) (end 26.416 91.7751) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.928 82.8) (end 41.928 83.82) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.28 63.9671) (end 28.2169 63.9671) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2169 63.9671) (end 28.938 63.246) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2573 58.8644) (end 24.0666 59.0551) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 59.0551) (end 24.0666 63.7537) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 63.7537) (end 24.28 63.9671) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 114.935 66.675) (end 114.935 65.4497) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 115.8359 40.6281) (end 116.2496 41.0418) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 116.2496 41.0418) (end 116.2496 64.1351) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 116.2496 64.1351) (end 114.935 65.4497) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 115.8359 40.6281) (end 114.2881 40.6281) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 114.2881 40.6281) (end 112.522 38.862) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 117.602 38.862) (end 115.8359 40.6281) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 49.036 94.8517) (end 51.2628 92.6249) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 51.2628 92.6249) (end 56.5976 92.6249) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.5976 92.6249) (end 57.7147 93.742) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 70.168 97.282) (end 71.6325 98.7465) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 71.6325 98.7465) (end 98.2535 98.7465) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 98.2535 98.7465) (end 101 96) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 92 76) (end 92 80) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 107.9947 78.105) (end 107.5445 77.6548) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 107.5445 77.6548) (end 100.28 77.6548) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 100.28 77.6548) (end 97.5936 74.9684) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 97.5936 74.9684) (end 93.0316 74.9684) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 93.0316 74.9684) (end 92 76) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 83.058 38.862) (end 81.7326 40.1874) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 81.7326 40.1874) (end 74.7314 40.1874) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 74.7314 40.1874) (end 73.406 38.862) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 83.058 38.862) (end 84.3913 40.1953) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 84.3913 40.1953) (end 86.8047 40.1953) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 86.8047 40.1953) (end 88.138 38.862) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.91 75.946) (end 41.91 78.74) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.91 75.946) (end 41.928 75.946) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.91 81.28) (end 41.91 78.74) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 78.486) (end 35.578 75.946) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 30.2939 94.1529) (end 34.5698 94.1529) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 34.5698 94.1529) (end 35.3871 93.3356) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.3871 93.3356) (end 35.3871 92.964) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 27.6049 92.964) (end 27.6049 93.3355) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 27.6049 93.3355) (end 28.4223 94.1529) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.4223 94.1529) (end 30.2939 94.1529) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 30.2939 94.1529) (end 30.2939 92.4502) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 30.2939 92.4502) (end 35.3363 87.4078) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.3363 87.4078) (end 35.578 87.4078) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 87.4078) (end 41.928 87.4078) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 87.4078) (end 35.578 86.106) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 34.5362 79.5278) (end 35.578 78.486) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 81.026) (end 35.578 80.5696) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 80.5696) (end 34.5362 79.5278) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.784 88.9953) (end 49.784 89.408) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.784 88.9953) (end 49.784 88.5827) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 114.935 70.3683) (end 114.935 72.39) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 114.935 66.675) (end 114.935 70.3683) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 114.935 70.3683) (end 109.22 70.3683) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 109.22 70.3683) (end 109.22 71.1647) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 109.22 67.9003) (end 109.22 70.3683) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 109.22 78.105) (end 107.9947 78.105) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 88.138 38.862) (end 89.4642 37.5358) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 89.4642 37.5358) (end 96.4638 37.5358) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 96.4638 37.5358) (end 97.79 38.862) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 35.578 83.566) (end 35.578 81.026) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.928 87.4078) (end 43.9282 89.408) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 43.9282 89.408) (end 44.9087 89.408) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.928 86.36) (end 41.928 87.4078) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 58.8644) (end 24.2573 58.8644) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2573 58.8644) (end 24.0666 58.6737) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 58.6737) (end 24.0666 54.7443) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 54.7443) (end 24.1373 54.6736) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 112.522 23.622) (end 111.1455 22.2455) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 111.1455 22.2455) (end 99.1665 22.2455) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 99.1665 22.2455) (end 97.79 23.622) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 109.22 73.6153) (end 109.22 76.8797) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 114.935 78.105) (end 114.935 83.82) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 114.935 72.39) (end 114.935 78.105) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 56.0884 69.0244) (end 55.39 68.326) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0884 69.0244) (end 56.0884 70.1676) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 56.0884 70.1676) (end 55.39 70.866) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 47.25 41.5173) (end 48.6587 42.926) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.956 40.386) (end 30.0873 41.5173) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 30.0873 41.5173) (end 47.25 41.5173) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 27.813 26.543) (end 28.956 27.686) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.956 25.146) (end 27.813 26.289) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 27.813 26.289) (end 27.813 26.543) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2448 31.8136) (end 24.0666 31.6354) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 31.6354) (end 24.0666 26.9118) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.0666 26.9118) (end 24.4354 26.543) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.4354 26.543) (end 27.813 26.543) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.2448 31.8136) (end 28.0036 31.8136) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.956 22.606) (end 28.956 25.146) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.0036 31.8136) (end 28.956 32.766) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.956 30.226) (end 28.0036 31.1784) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.0036 31.1784) (end 28.0036 31.8136) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.3844 55.0723) (end 28.938 55.626) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.1373 54.6736) (end 27.9856 54.6736) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 27.9856 54.6736) (end 28.3844 55.0723) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 34.544 49.1313) (end 34.3254 49.1313) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 34.3254 49.1313) (end 28.3844 55.0723) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 34.544 48.006) (end 34.544 49.1313) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.064 48.006) (end 24.1373 48.0793) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 24.1373 48.0793) (end 24.1373 54.6736) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 58.8644) (end 28.938 58.166) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 58.8644) (end 28.2396 59.9896) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 28.2396 59.9896) (end 28.956 60.706) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 117.602 38.862) (end 117.602 42.652) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 117.602 42.652) (end 117.95 43) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 114.982 95.25) (end 113.1387 97.0933) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 113.1387 97.0933) (end 102.0933 97.0933) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 102.0933 97.0933) (end 101 96) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 109.22 72.39) (end 109.22 71.1647) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 109.22 66.675) (end 109.22 67.9003) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 70.168 97.282) (end 69.1677 97.282) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 45.684 89.408) (end 44.9087 89.408) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 36.576 92.964) (end 35.3871 92.964) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 109.22 78.105) (end 109.22 76.8797) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 109.22 78.105) (end 109.22 83.82) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 109.22 72.39) (end 109.22 73.6153) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 92 84) (end 92 88) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.784 42.926) (end 48.6587 42.926) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.928 82.8) (end 41.928 81.298) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.928 81.298) (end 41.91 81.28) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.39 42.711) (end 54.8326 42.1536) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 55.39 43.18) (end 55.39 42.711) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.3874 88.1861) (end 49.784 88.5827) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.3874 85.2) (end 49.3874 88.1861) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.3874 88.1861) (end 47.6812 88.1861) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 47.6812 88.1861) (end 46.4593 89.408) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 45.684 89.408) (end 46.4593 89.408) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 50 85.2) (end 49.3874 85.2) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 41.928 82.8) (end 44.7747 82.8) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 46 82.8) (end 44.7747 82.8) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 112.522 23.622) (end 113.8474 22.2966) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 113.8474 22.2966) (end 118.2218 22.2966) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 118.2218 22.2966) (end 118.9824 23.0572) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 118.9824 23.0572) (end 118.9824 37.4816) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 118.9824 37.4816) (end 117.602 38.862) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 49.784 42.926) (end 50.9093 42.926) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.8326 42.1536) (end 51.6817 42.1536) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 51.6817 42.1536) (end 50.9093 42.926) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.8326 42.1536) (end 54.8326 41.1794) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 54.8326 41.1794) (end 55.372 40.64) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 26.416 92.964) (end 27.6049 92.964) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 92 84) (end 92 80) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.69 93.742) (end 61.6653 93.742) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 69.1677 97.282) (end 69.1677 97.0319) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 69.1677 97.0319) (end 64.8025 92.6667) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 64.8025 92.6667) (end 62.7406 92.6667) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 62.7406 92.6667) (end 61.6653 93.742) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 49.784 45.466) (end 49.784 42.926) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 49.036 95.852) (end 49.036 94.8517) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 59.69 93.742) (end 57.7147 93.742) (width 0.25) (layer F.Cu) (net 1)) - (segment (start 114.935 83.82) (end 114.935 95.203) (width 0.25) (layer B.Cu) (net 1)) - (segment (start 114.935 95.203) (end 114.982 95.25) (width 0.25) (layer B.Cu) (net 1)) - (via (at 71.603 90.426) (size 0.8) (layers F.Cu B.Cu) (net 1)) - (segment (start 109.982 95.25) (end 108.3567 95.25) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 59.69 87.742) (end 62.0153 87.742) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 62.0153 87.742) (end 67.2802 93.0069) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 67.2802 93.0069) (end 67.2802 96.9246) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 67.2802 96.9246) (end 69.1072 98.7516) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 69.1072 98.7516) (end 104.8551 98.7516) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 104.8551 98.7516) (end 108.3567 95.25) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 33.528 84.5939) (end 33.528 83.566) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 33.528 86.106) (end 33.528 84.5939) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 39.878 83.82) (end 39.1041 84.5939) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 39.1041 84.5939) (end 33.528 84.5939) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 28.956 91.7751) (end 33.528 87.2031) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 33.528 87.2031) (end 33.528 86.106) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 26.924 78.232) (end 26.924 78.8445) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 26.924 78.8445) (end 25.654 80.1145) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 25.654 80.1145) (end 25.654 84.074) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 25.654 84.074) (end 25.227 84.501) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 25.227 84.501) (end 25.227 96.5585) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 25.227 96.5585) (end 25.3615 96.693) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 25.3615 96.693) (end 27.4549 96.693) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 27.4549 96.693) (end 27.605 96.5429) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 27.605 96.5429) (end 27.605 95.1346) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 27.605 95.1346) (end 28.5867 94.1529) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 28.5867 94.1529) (end 28.956 94.1529) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 55.025 78.1703) (end 56.8113 79.9566) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 56.8113 79.9566) (end 56.8113 87.1887) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 56.8113 87.1887) (end 56.8114 87.1887) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 56.8114 87.1887) (end 57.3647 87.742) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 28.956 92.964) (end 28.956 94.1529) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 28.956 94.1529) (end 29.3276 94.1529) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 29.3276 94.1529) (end 30.1449 94.9702) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 30.1449 94.9702) (end 30.1449 95.8424) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 30.1449 95.8424) (end 30.9954 96.6929) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 30.9954 96.6929) (end 32.0298 96.6929) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 32.0298 96.6929) (end 32.8471 95.8756) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 32.8471 95.8756) (end 32.8471 95.504) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 34.036 95.504) (end 32.8471 95.504) (width 0.25) (layer B.Cu) (net 2)) - (segment (start 55.025 78.1703) (end 50.7196 78.1703) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 50.7196 78.1703) (end 46.0447 73.4954) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 46.0447 73.4954) (end 32.8495 73.4954) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 32.8495 73.4954) (end 28.1129 78.232) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 26.924 78.232) (end 28.1129 78.232) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 55.025 77.245) (end 55.025 78.1703) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 59.69 87.742) (end 57.3647 87.742) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 28.956 92.964) (end 28.956 91.7751) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 109.982 95.25) (end 109.982 93.3261) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 109.982 93.3261) (end 102.1032 85.4473) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 102.1032 85.4473) (end 99.4973 85.4473) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 99.4973 85.4473) (end 94.05 80) (width 0.25) (layer F.Cu) (net 2)) - (segment (start 105.9477 48.08) (end 107.95 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 97.95 48.08) (end 100.0499 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 100.0499 48.08) (end 101.9549 46.175) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 101.9549 46.175) (end 104.0427 46.175) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 104.0427 46.175) (end 105.9477 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 105.9477 48.08) (end 105.9477 49.3918) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 105.9477 49.3918) (end 103.4495 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 103.4495 51.89) (end 103 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 76.168 90.69) (end 76.168 96.2817) (width 0.25) (layer B.Cu) (net 3)) - (segment (start 49.784 49.1313) (end 50.0653 49.1313) (width 0.25) (layer B.Cu) (net 3)) - (segment (start 50.0653 49.1313) (end 76.168 75.234) (width 0.25) (layer B.Cu) (net 3)) - (segment (start 76.168 75.234) (end 76.168 90.69) (width 0.25) (layer B.Cu) (net 3)) - (segment (start 76.168 90.69) (end 78.6698 90.69) (width 0.25) (layer B.Cu) (net 3)) - (segment (start 78.8049 90.69) (end 78.8049 93.2452) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 78.8049 93.2452) (end 78.9497 93.39) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 78.9497 90.14) (end 78.8049 90.2848) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 78.8049 90.2848) (end 78.8049 90.69) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 78.6698 90.69) (end 78.8049 90.69) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 107.95 48.08) (end 109.4831 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 109.4831 48.08) (end 111.3971 46.166) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 111.3971 46.166) (end 114.0081 46.166) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 114.0081 46.166) (end 115.5962 47.7541) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.5962 47.7541) (end 115.5962 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 88.4178 48.5478) (end 87.95 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 95.9246 49.35) (end 94.0196 47.445) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.0196 47.445) (end 91.9855 47.445) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 91.9855 47.445) (end 90.8827 48.5478) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 90.8827 48.5478) (end 88.4178 48.5478) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 87.95 49.35) (end 87.95 49.0156) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 87.95 49.0156) (end 88.4178 48.5478) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 87.95 49.35) (end 86.5035 49.35) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 86.5035 49.35) (end 83.9635 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 83.9635 51.89) (end 83 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 95.9246 49.35) (end 93.3846 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 93.3846 51.89) (end 93 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 97.95 49.35) (end 95.9246 49.35) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 97.95 48.08) (end 97.95 49.35) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 107.95 48.08) (end 107.95 49.35) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.5962 48.08) (end 115.5962 50.4139) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.5962 50.4139) (end 113.5601 52.45) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.5962 48.08) (end 117.95 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 113.5601 52.45) (end 113 51.89) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 114.494 55.4976) (end 114.494 53.384) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 114.494 53.384) (end 113.5601 52.45) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 114.494 55.4976) (end 113.8848 56.1068) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 113.8848 56.1068) (end 113.8848 57.7945) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 113.8848 57.7945) (end 115.3403 59.25) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.3403 59.25) (end 115.8497 59.25) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.8497 56) (end 115.3473 55.4976) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.3473 55.4976) (end 114.494 55.4976) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 47.1589 78.5189) (end 50.1991 81.5591) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 50.1991 81.5591) (end 50.7302 81.5591) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 50.7302 81.5591) (end 51.2612 82.0901) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 51.2612 82.0901) (end 51.2612 83.5003) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 51.2612 83.5003) (end 50.9208 83.8407) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 50.9208 83.8407) (end 49.3638 83.8407) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 49.3638 83.8407) (end 47.0791 86.1254) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 47.0791 86.1254) (end 44.4903 86.1254) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 44.4903 86.1254) (end 43.6875 85.3226) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 43.6875 85.3226) (end 40.8378 85.3226) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 46.736 78.486) (end 47.126 78.486) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 47.126 78.486) (end 47.1589 78.5189) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 53.5997 81.805) (end 53.5997 81.7011) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 53.5997 81.7011) (end 49.328 77.4294) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 49.328 77.4294) (end 48.2484 77.4294) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 48.2484 77.4294) (end 47.1589 78.5189) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 40.8378 85.3226) (end 40.8378 82.2578) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 40.8378 82.2578) (end 39.86 81.28) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 39.878 86.36) (end 40.8378 85.4002) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 40.8378 85.4002) (end 40.8378 85.3226) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 55.0982 87.1185) (end 55.025 87.0454) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 55.025 87.0454) (end 55.025 81.805) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 70 93.345) (end 66.1178 93.345) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 66.1178 93.345) (end 62.1588 89.386) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 62.1588 89.386) (end 57.3656 89.386) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 57.3656 89.386) (end 55.0982 87.1185) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 55.0982 87.1185) (end 50.3833 91.8334) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 50.3833 91.8334) (end 49.4543 91.8334) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 49.4543 91.8334) (end 46.436 94.8517) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 46.436 95.852) (end 46.436 94.8517) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 117.95 49.35) (end 117.95 48.08) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 39.86 81.28) (end 39.86 78.74) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 117.9503 59.25) (end 119.1608 60.4605) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 119.1608 60.4605) (end 119.1608 73.0986) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 119.1608 73.0986) (end 115.3797 76.8797) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 115.3797 76.8797) (end 113.9002 76.8797) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 113.9002 76.8797) (end 113.1626 77.6173) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 113.1626 77.6173) (end 113.1626 78.4364) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 113.1626 78.4364) (end 112.2248 79.3742) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 112.2248 79.3742) (end 107.3281 79.3742) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 107.3281 79.3742) (end 106.3347 78.3808) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 106.3347 78.3808) (end 94.05 78.3808) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 116.9 59.25) (end 115.8497 59.25) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 117.0659 59.25) (end 116.9 59.25) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 117.0659 59.25) (end 117.9503 59.25) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.05 78.3808) (end 94.05 76) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.05 84) (end 93.1482 83.0982) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 93.1482 83.0982) (end 93.1482 79.2826) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 93.1482 79.2826) (end 94.05 78.3808) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.05 92) (end 94.05 88) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 77.1683 97.282) (end 78.1687 98.2824) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 78.1687 98.2824) (end 95.6614 98.2824) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 95.6614 98.2824) (end 95.7724 98.1714) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 95.7724 98.1714) (end 95.7724 93.7224) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 95.7724 93.7224) (end 94.05 92) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 34.544 45.466) (end 35.6693 45.466) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 35.6693 45.466) (end 38.2093 48.006) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 38.2093 48.006) (end 49.784 48.006) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 29.464 48.006) (end 32.004 45.466) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 32.004 45.466) (end 34.544 45.466) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.05 86.9375) (end 94.05 84) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 80 93.39) (end 78.9497 93.39) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 80 90.14) (end 78.9497 90.14) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 55.025 81.805) (end 53.5997 81.805) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 76.168 97.282) (end 77.1683 97.282) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 70 93.345) (end 71.9041 93.345) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 71.9041 93.345) (end 75.8411 97.282) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 75.8411 97.282) (end 76.168 97.282) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 103.05 92) (end 103.05 96) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 103.05 92) (end 103.05 88) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.05 88) (end 94.05 86.9375) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 94.05 86.9375) (end 101.9875 86.9375) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 101.9875 86.9375) (end 103.05 88) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 39.878 75.946) (end 39.878 78.722) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 39.878 78.722) (end 39.86 78.74) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 116.9 56) (end 115.8497 56) (width 0.25) (layer F.Cu) (net 3)) - (segment (start 76.168 97.282) (end 76.168 96.2817) (width 0.25) (layer B.Cu) (net 3)) - (segment (start 49.784 48.006) (end 49.784 49.1313) (width 0.25) (layer B.Cu) (net 3)) - (via (at 78.6698 90.69) (size 0.8) (layers F.Cu B.Cu) (net 3)) - (segment (start 34.544 53.086) (end 34.544 54.2113) (width 0.25) (layer B.Cu) (net 4)) - (segment (start 33.528 75.946) (end 34.5569 74.9171) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 34.5569 74.9171) (end 34.5569 74.6989) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 34.5569 74.6989) (end 34.8084 74.4474) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 34.8084 74.4474) (end 42.0403 74.4474) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 42.0403 74.4474) (end 45.2252 77.6323) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 45.2252 77.6323) (end 45.2252 79.8874) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 45.2252 79.8874) (end 47.2253 81.8875) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 47.2253 81.8875) (end 47.2253 85.2) (width 0.25) (layer F.Cu) (net 4)) - (segment (start 34.544 54.2113) (end 34.2627 54.2113) (width 0.25) (layer B.Cu) (net 4)) - (segment (start 34.2627 54.2113) (end 33.3781 55.0959) (width 0.25) (layer B.Cu) (net 4)) - (segment (start 33.3781 55.0959) (end 33.3781 73.5201) (width 0.25) (layer B.Cu) (net 4)) - (segment (start 33.3781 73.5201) (end 34.5569 74.6989) (width 0.25) (layer B.Cu) (net 4)) - (segment (start 46 85.2) (end 47.2253 85.2) (width 0.25) (layer F.Cu) (net 4)) - (via (at 34.5569 74.6989) (size 0.8) (layers F.Cu B.Cu) (net 4)) - (segment (start 50 82.8) (end 48.7747 82.8) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 33.528 78.486) (end 32.5868 77.5448) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 32.5868 77.5448) (end 32.5868 75.294) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 32.5868 75.294) (end 33.935 73.9458) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 33.935 73.9458) (end 42.1756 73.9458) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 42.1756 73.9458) (end 45.6756 77.4458) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 45.6756 77.4458) (end 45.6756 79.7009) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 45.6756 79.7009) (end 48.7747 82.8) (width 0.25) (layer F.Cu) (net 5)) - (segment (start 34.544 42.926) (end 34.544 44.0513) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 24.384 83.312) (end 24.384 82.1231) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 24.384 82.1231) (end 24.0125 82.1231) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 24.0125 82.1231) (end 23.195 81.3056) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 23.195 81.3056) (end 23.195 57.1265) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 23.195 57.1265) (end 33.4187 46.9028) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 33.4187 46.9028) (end 33.4187 44.8952) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 33.4187 44.8952) (end 34.2626 44.0513) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 34.2626 44.0513) (end 34.544 44.0513) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 50.5593 91.008) (end 51.7115 89.8558) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 51.7115 89.8558) (end 51.7115 81.4115) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 51.7115 81.4115) (end 48.786 78.486) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 49.784 91.008) (end 50.5593 91.008) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 45.684 91.008) (end 49.784 91.008) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 31.5115 87.5191) (end 31.3381 87.3457) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 31.3381 87.3457) (end 31.3381 82.1231) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 31.496 91.7751) (end 31.5115 91.7596) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 31.5115 91.7596) (end 31.5115 87.5191) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 34.036 92.964) (end 35.992 91.008) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 35.992 91.008) (end 45.684 91.008) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 31.496 92.964) (end 34.036 92.964) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 31.496 92.964) (end 31.496 91.7751) (width 0.25) (layer B.Cu) (net 6)) - (segment (start 31.3381 82.1231) (end 32.4352 81.026) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 32.4352 81.026) (end 33.528 81.026) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 31.3381 82.1231) (end 26.3902 82.1231) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 26.3902 82.1231) (end 25.5729 82.9404) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 25.5729 82.9404) (end 25.5729 83.312) (width 0.25) (layer F.Cu) (net 6)) - (segment (start 24.384 83.312) (end 25.5729 83.312) (width 0.25) (layer F.Cu) (net 6)) - (via (at 31.5115 87.5191) (size 0.8) (layers F.Cu B.Cu) (net 6)) - (segment (start 103.05 76) (end 115.6225 76) (width 0.25) (layer F.Cu) (net 7)) - (segment (start 115.6225 76) (end 118.7071 72.9154) (width 0.25) (layer F.Cu) (net 7)) - (segment (start 118.7071 72.9154) (end 118.7071 67.9071) (width 0.25) (layer F.Cu) (net 7)) - (segment (start 118.7071 67.9071) (end 117.475 66.675) (width 0.25) (layer F.Cu) (net 7)) - (segment (start 117.475 72.39) (end 114.9721 74.8929) (width 0.25) (layer F.Cu) (net 8)) - (segment (start 114.9721 74.8929) (end 105.9429 74.8929) (width 0.25) (layer F.Cu) (net 8)) - (segment (start 105.9429 74.8929) (end 103.05 72) (width 0.25) (layer F.Cu) (net 8)) - (segment (start 117.475 78.105) (end 115.58 80) (width 0.25) (layer F.Cu) (net 9)) - (segment (start 115.58 80) (end 103.05 80) (width 0.25) (layer F.Cu) (net 9)) - (segment (start 117.475 83.82) (end 116.2496 85.0454) (width 0.25) (layer F.Cu) (net 10)) - (segment (start 116.2496 85.0454) (end 104.0954 85.0454) (width 0.25) (layer F.Cu) (net 10)) - (segment (start 104.0954 85.0454) (end 103.05 84) (width 0.25) (layer F.Cu) (net 10)) - (segment (start 111.76 66.675) (end 112.0503 66.3847) (width 0.25) (layer F.Cu) (net 11)) - (segment (start 112.0503 66.3847) (end 112.0503 55.6342) (width 0.25) (layer F.Cu) (net 11)) - (segment (start 112.0503 55.6342) (end 111.8598 55.4437) (width 0.25) (layer F.Cu) (net 11)) - (segment (start 111.8598 55.4437) (end 103.6063 55.4437) (width 0.25) (layer F.Cu) (net 11)) - (segment (start 103.6063 55.4437) (end 103.05 56) (width 0.25) (layer F.Cu) (net 11)) - (segment (start 103.05 60) (end 107.0136 63.9636) (width 0.25) (layer F.Cu) (net 12)) - (segment (start 107.0136 63.9636) (end 107.0136 67.6436) (width 0.25) (layer F.Cu) (net 12)) - (segment (start 107.0136 67.6436) (end 111.76 72.39) (width 0.25) (layer F.Cu) (net 12)) - (segment (start 111.76 78.105) (end 110.5346 76.8796) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 110.5346 76.8796) (end 106.0543 76.8796) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 106.0543 76.8796) (end 105.9034 77.0305) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 105.9034 77.0305) (end 102.4707 77.0305) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 102.4707 77.0305) (end 101.9551 76.5149) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 101.9551 76.5149) (end 101.9551 74.4948) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 101.9551 74.4948) (end 100.972 73.5117) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 100.972 73.5117) (end 100.8628 73.5117) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 100.8628 73.5117) (end 100.0784 72.7273) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 100.0784 72.7273) (end 100.0784 70.5991) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 100.0784 70.5991) (end 102 68.6775) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 102 68.6775) (end 102 65.05) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 102 65.05) (end 103.05 64) (width 0.25) (layer F.Cu) (net 13)) - (segment (start 110.0419 74.1263) (end 108.6276 74.1263) (width 0.25) (layer F.Cu) (net 14)) - (segment (start 108.6276 74.1263) (end 103.025 68.5237) (width 0.25) (layer F.Cu) (net 14)) - (segment (start 103.025 68.5237) (end 103.025 68) (width 0.25) (layer F.Cu) (net 14)) - (segment (start 111.76 83.82) (end 110.4453 82.5053) (width 0.25) (layer B.Cu) (net 14)) - (segment (start 110.4453 82.5053) (end 110.4453 74.5297) (width 0.25) (layer B.Cu) (net 14)) - (segment (start 110.4453 74.5297) (end 110.0419 74.1263) (width 0.25) (layer B.Cu) (net 14)) - (via (at 110.0419 74.1263) (size 0.8) (layers F.Cu B.Cu) (net 14)) - (segment (start 55.19 94.742) (end 55.5446 95.0966) (width 0.25) (layer F.Cu) (net 15)) - (segment (start 55.5446 95.0966) (end 63.8354 95.0966) (width 0.25) (layer F.Cu) (net 15)) - (segment (start 63.8354 95.0966) (end 64.19 94.742) (width 0.25) (layer F.Cu) (net 15)) - (segment (start 50.236 97.2767) (end 48.736 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 50.636 97.2767) (end 50.236 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 50.236 97.2767) (end 50.236 95.852) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 45.236 97.2767) (end 44.836 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 46.736 97.2767) (end 45.236 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 45.236 97.2767) (end 45.236 95.852) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 48.736 98.552) (end 48.736 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 50.636 98.552) (end 50.636 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 51.236 98.552) (end 50.636 98.552) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 44.236 98.552) (end 44.836 98.552) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 46.736 98.552) (end 46.736 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 44.836 98.552) (end 44.836 97.2767) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 48.736 98.552) (end 46.736 98.552) (width 0.25) (layer F.Cu) (net 16)) - (segment (start 49.784 55.626) (end 49.784 56.7513) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 36.576 95.504) (end 36.576 94.3151) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 36.576 94.3151) (end 36.9475 94.3151) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 36.9475 94.3151) (end 51.817 79.4456) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 51.817 79.4456) (end 51.817 58.503) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 51.817 58.503) (end 50.0653 56.7513) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 50.0653 56.7513) (end 49.784 56.7513) (width 0.25) (layer B.Cu) (net 20)) - (segment (start 59.182 55.499) (end 58.3567 55.499) (width 0.25) (layer F.Cu) (net 20)) - (segment (start 58.3567 55.499) (end 57.1997 56.656) (width 0.25) (layer F.Cu) (net 20)) - (segment (start 57.1997 56.656) (end 54.37 56.656) (width 0.25) (layer F.Cu) (net 20)) - (segment (start 54.37 56.656) (end 53.34 55.626) (width 0.25) (layer F.Cu) (net 20)) - (segment (start 53.34 55.626) (end 49.784 55.626) (width 0.25) (layer F.Cu) (net 20)) - (segment (start 49.784 60.706) (end 49.784 61.8313) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 31.496 95.504) (end 31.496 94.3151) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 31.496 94.3151) (end 31.8676 94.3151) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 31.8676 94.3151) (end 32.6849 93.4978) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 32.6849 93.4978) (end 32.6849 89.5566) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 32.6849 89.5566) (end 50.9093 71.3322) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 50.9093 71.3322) (end 50.9093 62.6752) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 50.9093 62.6752) (end 50.0654 61.8313) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 50.0654 61.8313) (end 49.784 61.8313) (width 0.25) (layer B.Cu) (net 21)) - (segment (start 53.34 60.706) (end 54.3701 61.7361) (width 0.25) (layer F.Cu) (net 21)) - (segment (start 54.3701 61.7361) (end 57.1996 61.7361) (width 0.25) (layer F.Cu) (net 21)) - (segment (start 57.1996 61.7361) (end 58.3567 60.579) (width 0.25) (layer F.Cu) (net 21)) - (segment (start 49.784 60.706) (end 53.34 60.706) (width 0.25) (layer F.Cu) (net 21)) - (segment (start 59.182 60.579) (end 58.3567 60.579) (width 0.25) (layer F.Cu) (net 21)) - (segment (start 28.956 95.504) (end 30.624 97.172) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 30.624 97.172) (end 34.0776 97.172) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 34.0776 97.172) (end 35.306 95.9436) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 35.306 95.9436) (end 35.306 87.5724) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 35.306 87.5724) (end 51.3666 71.5118) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 51.3666 71.5118) (end 51.3666 60.5926) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 51.3666 60.5926) (end 50.0653 59.2913) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 50.0653 59.2913) (end 49.784 59.2913) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 49.784 58.166) (end 49.784 59.2913) (width 0.25) (layer B.Cu) (net 22)) - (segment (start 53.34 58.166) (end 54.383 57.123) (width 0.25) (layer F.Cu) (net 22)) - (segment (start 54.383 57.123) (end 57.4407 57.123) (width 0.25) (layer F.Cu) (net 22)) - (segment (start 57.4407 57.123) (end 58.3567 58.039) (width 0.25) (layer F.Cu) (net 22)) - (segment (start 49.784 58.166) (end 53.34 58.166) (width 0.25) (layer F.Cu) (net 22)) - (segment (start 59.182 58.039) (end 58.3567 58.039) (width 0.25) (layer F.Cu) (net 22)) - (segment (start 49.784 63.246) (end 49.784 64.3713) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 26.416 95.504) (end 26.416 94.3151) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 26.416 94.3151) (end 26.7876 94.3151) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 26.7876 94.3151) (end 27.6049 93.4978) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 27.6049 93.4978) (end 27.6049 90.3449) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 27.6049 90.3449) (end 47.2702 70.6796) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 47.2702 70.6796) (end 47.2702 66.6038) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 47.2702 66.6038) (end 49.5027 64.3713) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 49.5027 64.3713) (end 49.784 64.3713) (width 0.25) (layer B.Cu) (net 23)) - (segment (start 49.784 63.246) (end 53.34 63.246) (width 0.25) (layer F.Cu) (net 23)) - (segment (start 53.34 63.246) (end 54.383 62.203) (width 0.25) (layer F.Cu) (net 23)) - (segment (start 54.383 62.203) (end 57.4407 62.203) (width 0.25) (layer F.Cu) (net 23)) - (segment (start 57.4407 62.203) (end 58.3567 63.119) (width 0.25) (layer F.Cu) (net 23)) - (segment (start 59.182 63.119) (end 58.3567 63.119) (width 0.25) (layer F.Cu) (net 23)) - (segment (start 34.544 35.306) (end 34.544 36.4313) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 26.924 80.772) (end 26.924 79.5831) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 26.924 79.5831) (end 27.2956 79.5831) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 27.2956 79.5831) (end 28.1129 78.7658) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 28.1129 78.7658) (end 28.1129 57.8907) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 28.1129 57.8907) (end 34.1876 51.816) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 34.1876 51.816) (end 34.8705 51.816) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 34.8705 51.816) (end 36.1365 50.55) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 36.1365 50.55) (end 36.1365 37.7425) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 36.1365 37.7425) (end 34.8253 36.4313) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 34.8253 36.4313) (end 34.544 36.4313) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 31.006 35.306) (end 29.9796 34.2796) (width 0.25) (layer F.Cu) (net 24)) - (segment (start 29.9796 34.2796) (end 26.6167 34.2796) (width 0.25) (layer F.Cu) (net 24)) - (segment (start 26.6167 34.2796) (end 25.7173 35.179) (width 0.25) (layer F.Cu) (net 24)) - (segment (start 34.544 35.306) (end 31.006 35.306) (width 0.25) (layer F.Cu) (net 24)) - (segment (start 24.892 35.179) (end 25.7173 35.179) (width 0.25) (layer F.Cu) (net 24)) - (segment (start 118.1188 53.2307) (end 119.4553 51.8942) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 119.4553 51.8942) (end 119.4553 22.8889) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 119.4553 22.8889) (end 117.127 20.5606) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 117.127 20.5606) (end 34.4866 20.5606) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 34.4866 20.5606) (end 32.9138 22.1334) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 32.9138 22.1334) (end 32.9138 32.8318) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 32.9138 32.8318) (end 34.2627 34.1807) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 34.2627 34.1807) (end 34.544 34.1807) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 34.544 35.306) (end 34.544 34.1807) (width 0.25) (layer B.Cu) (net 24)) - (segment (start 118.1188 53.2307) (end 117.95 53.0619) (width 0.25) (layer F.Cu) (net 24)) - (segment (start 117.95 53.0619) (end 117.95 51.89) (width 0.25) (layer F.Cu) (net 24)) - (via (at 118.1188 53.2307) (size 0.8) (layers F.Cu B.Cu) (net 24)) - (segment (start 117.95 45.54) (end 116.459 45.54) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 116.459 45.54) (end 114.554 43.635) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 114.554 43.635) (end 111.9252 43.635) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 111.9252 43.635) (end 108.9372 40.647) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 108.9372 40.647) (end 106.0186 40.647) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 106.0186 40.647) (end 105.1889 39.8173) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 105.1889 39.8173) (end 105.1889 37.9927) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 105.1889 37.9927) (end 102.0954 34.8992) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 102.0954 34.8992) (end 86.5576 34.8992) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 86.5576 34.8992) (end 73.9216 22.2632) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 73.9216 22.2632) (end 61.1926 22.2632) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 61.1926 22.2632) (end 59.8974 23.5584) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 59.8974 23.5584) (end 57.6817 23.5584) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 57.6817 23.5584) (end 55.9445 21.8212) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 55.9445 21.8212) (end 54.7793 21.8212) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 54.7793 21.8212) (end 54.356 22.2445) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 54.356 22.2445) (end 54.356 23.4733) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 54.356 23.4733) (end 53.8217 24.0076) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 53.8217 24.0076) (end 49.2931 24.0076) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 49.2931 24.0076) (end 35.6693 37.6314) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 35.6693 37.6314) (end 35.6693 38.4168) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 35.6693 38.4168) (end 34.8254 39.2607) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 34.8254 39.2607) (end 34.544 39.2607) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 34.544 40.386) (end 34.544 39.2607) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 31.006 40.386) (end 34.544 40.386) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 31.006 40.386) (end 29.9781 39.3581) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 29.9781 39.3581) (end 26.6182 39.3581) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 26.6182 39.3581) (end 25.7173 40.259) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 24.892 40.259) (end 25.7173 40.259) (width 0.25) (layer F.Cu) (net 25)) - (segment (start 34.544 40.386) (end 34.544 41.5113) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 24.384 80.772) (end 24.384 79.5831) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 24.384 79.5831) (end 25.2757 79.5831) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 25.2757 79.5831) (end 25.5729 79.2859) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 25.5729 79.2859) (end 25.5729 55.3855) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 25.5729 55.3855) (end 34.2224 46.736) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 34.2224 46.736) (end 34.946 46.736) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 34.946 46.736) (end 35.6693 46.0127) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 35.6693 46.0127) (end 35.6693 42.3552) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 35.6693 42.3552) (end 34.8254 41.5113) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 34.8254 41.5113) (end 34.544 41.5113) (width 0.25) (layer B.Cu) (net 25)) - (segment (start 117.95 50.62) (end 118.3338 50.62) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 118.3338 50.62) (end 119.308 49.6458) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 119.308 49.6458) (end 119.308 45.2141) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 119.308 45.2141) (end 118.9989 44.905) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 118.9989 44.905) (end 116.8801 44.905) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 116.8801 44.905) (end 112.1717 40.1966) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 112.1717 40.1966) (end 106.2926 40.1966) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 106.2926 40.1966) (end 105.9678 39.8718) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 105.9678 39.8718) (end 105.9678 38.1347) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 105.9678 38.1347) (end 102.0567 34.2236) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 102.0567 34.2236) (end 86.5862 34.2236) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 86.5862 34.2236) (end 73.2832 20.9206) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 73.2832 20.9206) (end 49.8177 20.9206) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 49.8177 20.9206) (end 35.6693 35.069) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 35.6693 35.069) (end 35.6693 35.8768) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 35.6693 35.8768) (end 34.8254 36.7207) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 34.8254 36.7207) (end 34.544 36.7207) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 34.544 37.846) (end 34.544 38.9713) (width 0.25) (layer B.Cu) (net 26)) - (segment (start 24.384 78.232) (end 24.384 77.0431) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 23.3312 54.5587) (end 23.3312 49.9028) (width 0.25) (layer B.Cu) (net 26)) - (segment (start 23.3312 49.9028) (end 34.2627 38.9713) (width 0.25) (layer B.Cu) (net 26)) - (segment (start 34.2627 38.9713) (end 34.544 38.9713) (width 0.25) (layer B.Cu) (net 26)) - (segment (start 24.384 77.0431) (end 23.3312 75.9903) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 23.3312 75.9903) (end 23.3312 54.5587) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 34.544 37.846) (end 34.544 36.7207) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 31.006 37.846) (end 34.544 37.846) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 31.006 37.846) (end 29.9781 36.8181) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 29.9781 36.8181) (end 26.6182 36.8181) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 26.6182 36.8181) (end 25.7173 37.719) (width 0.25) (layer F.Cu) (net 26)) - (segment (start 24.892 37.719) (end 25.7173 37.719) (width 0.25) (layer F.Cu) (net 26)) - (via (at 23.3312 54.5587) (size 0.8) (layers F.Cu B.Cu) (net 26)) - (segment (start 24.892 55.499) (end 25.7173 55.499) (width 0.25) (layer F.Cu) (net 27)) - (segment (start 25.7173 55.499) (end 26.8869 56.6686) (width 0.25) (layer F.Cu) (net 27)) - (segment (start 26.8869 56.6686) (end 29.9454 56.6686) (width 0.25) (layer F.Cu) (net 27)) - (segment (start 29.9454 56.6686) (end 30.988 55.626) (width 0.25) (layer F.Cu) (net 27)) - (segment (start 35.6693 55.626) (end 39.342 51.9533) (width 0.25) (layer B.Cu) (net 27)) - (segment (start 39.342 51.9533) (end 50.2753 51.9533) (width 0.25) (layer B.Cu) (net 27)) - (segment (start 50.2753 51.9533) (end 74.168 75.846) (width 0.25) (layer B.Cu) (net 27)) - (segment (start 74.168 75.846) (end 74.168 96.2817) (width 0.25) (layer B.Cu) (net 27)) - (segment (start 30.988 55.626) (end 33.4187 55.626) (width 0.25) (layer F.Cu) (net 27)) - (segment (start 34.544 55.626) (end 33.4187 55.626) (width 0.25) (layer F.Cu) (net 27)) - (segment (start 74.168 97.282) (end 74.168 96.2817) (width 0.25) (layer B.Cu) (net 27)) - (segment (start 34.544 55.626) (end 35.6693 55.626) (width 0.25) (layer B.Cu) (net 27)) - (segment (start 34.544 58.166) (end 30.988 58.166) (width 0.25) (layer F.Cu) (net 28)) - (segment (start 25.7173 58.039) (end 26.621 57.1353) (width 0.25) (layer F.Cu) (net 28)) - (segment (start 26.621 57.1353) (end 29.9573 57.1353) (width 0.25) (layer F.Cu) (net 28)) - (segment (start 29.9573 57.1353) (end 30.988 58.166) (width 0.25) (layer F.Cu) (net 28)) - (segment (start 72.168 97.282) (end 72.168 96.2817) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 34.544 58.166) (end 35.6693 58.166) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 35.6693 58.166) (end 39.3405 54.4948) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 39.3405 54.4948) (end 50.3196 54.4948) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 50.3196 54.4948) (end 72.3554 76.5306) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 72.3554 76.5306) (end 72.3554 96.0943) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 72.3554 96.0943) (end 72.168 96.2817) (width 0.25) (layer B.Cu) (net 28)) - (segment (start 24.892 58.039) (end 25.7173 58.039) (width 0.25) (layer F.Cu) (net 28)) - (segment (start 80.772 97.282) (end 78.6675 97.282) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 78.6675 97.282) (end 77.0484 95.6629) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 77.0484 95.6629) (end 74.9529 95.6629) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 74.9529 95.6629) (end 72.6771 93.3871) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 72.6771 93.3871) (end 72.6771 90.0631) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 72.6771 90.0631) (end 74.4752 88.265) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 74.4752 88.265) (end 74.95 88.265) (width 0.25) (layer F.Cu) (net 29)) - (segment (start 82.772 97.282) (end 81.1347 95.6447) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 81.1347 95.6447) (end 77.6671 95.6447) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 77.6671 95.6447) (end 76.2976 94.2752) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 76.2976 94.2752) (end 74.2173 94.2752) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 74.2173 94.2752) (end 73.1423 93.2002) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 73.1423 93.2002) (end 73.1423 90.8848) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 73.1423 90.8848) (end 74.4921 89.535) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 74.4921 89.535) (end 74.95 89.535) (width 0.25) (layer F.Cu) (net 30)) - (segment (start 84.772 97.282) (end 82.6844 95.1944) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 82.6844 95.1944) (end 78.4529 95.1944) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 78.4529 95.1944) (end 75.9685 92.71) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 75.9685 92.71) (end 73.914 92.71) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 73.914 92.71) (end 73.6005 92.3965) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 73.6005 92.3965) (end 73.6005 91.7531) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 73.6005 91.7531) (end 74.5486 90.805) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 74.5486 90.805) (end 74.95 90.805) (width 0.25) (layer F.Cu) (net 31)) - (segment (start 86.772 97.282) (end 85.7716 96.2816) (width 0.25) (layer F.Cu) (net 32)) - (segment (start 85.7716 96.2816) (end 84.821 96.2816) (width 0.25) (layer F.Cu) (net 32)) - (segment (start 84.821 96.2816) (end 83.2835 94.7441) (width 0.25) (layer F.Cu) (net 32)) - (segment (start 83.2835 94.7441) (end 78.6395 94.7441) (width 0.25) (layer F.Cu) (net 32)) - (segment (start 78.6395 94.7441) (end 75.9704 92.075) (width 0.25) (layer F.Cu) (net 32)) - (segment (start 75.9704 92.075) (end 74.95 92.075) (width 0.25) (layer F.Cu) (net 32)) - (segment (start 85.9 90.14) (end 84.8035 90.14) (width 0.25) (layer F.Cu) (net 33)) - (segment (start 84.8035 90.14) (end 83.4988 91.4447) (width 0.25) (layer F.Cu) (net 33)) - (segment (start 83.4988 91.4447) (end 83.4988 94.3225) (width 0.25) (layer F.Cu) (net 33)) - (segment (start 83.4988 94.3225) (end 84.7858 95.6095) (width 0.25) (layer F.Cu) (net 33)) - (segment (start 84.7858 95.6095) (end 87.0995 95.6095) (width 0.25) (layer F.Cu) (net 33)) - (segment (start 87.0995 95.6095) (end 88.772 97.282) (width 0.25) (layer F.Cu) (net 33)) - (segment (start 84.8497 90.79) (end 83.9491 91.6906) (width 0.25) (layer F.Cu) (net 34)) - (segment (start 83.9491 91.6906) (end 83.9491 94.1359) (width 0.25) (layer F.Cu) (net 34)) - (segment (start 83.9491 94.1359) (end 84.9724 95.1592) (width 0.25) (layer F.Cu) (net 34)) - (segment (start 84.9724 95.1592) (end 88.6492 95.1592) (width 0.25) (layer F.Cu) (net 34)) - (segment (start 88.6492 95.1592) (end 90.772 97.282) (width 0.25) (layer F.Cu) (net 34)) - (segment (start 85.9 90.79) (end 84.8497 90.79) (width 0.25) (layer F.Cu) (net 34)) - (segment (start 84.8497 91.44) (end 84.3994 91.8903) (width 0.25) (layer F.Cu) (net 35)) - (segment (start 84.3994 91.8903) (end 84.3994 93.9493) (width 0.25) (layer F.Cu) (net 35)) - (segment (start 84.3994 93.9493) (end 85.159 94.7089) (width 0.25) (layer F.Cu) (net 35)) - (segment (start 85.159 94.7089) (end 90.1989 94.7089) (width 0.25) (layer F.Cu) (net 35)) - (segment (start 90.1989 94.7089) (end 92.772 97.282) (width 0.25) (layer F.Cu) (net 35)) - (segment (start 85.9 91.44) (end 84.8497 91.44) (width 0.25) (layer F.Cu) (net 35)) - (segment (start 85.9 92.09) (end 84.8497 92.09) (width 0.25) (layer F.Cu) (net 36)) - (segment (start 84.8497 92.09) (end 84.8497 93.7627) (width 0.25) (layer F.Cu) (net 36)) - (segment (start 84.8497 93.7627) (end 85.3456 94.2586) (width 0.25) (layer F.Cu) (net 36)) - (segment (start 85.3456 94.2586) (end 91.7486 94.2586) (width 0.25) (layer F.Cu) (net 36)) - (segment (start 91.7486 94.2586) (end 94.772 97.282) (width 0.25) (layer F.Cu) (net 36)) - (segment (start 67 45.18) (end 68.0378 46.2178) (width 0.25) (layer F.Cu) (net 37)) - (segment (start 68.0378 46.2178) (end 69.6164 46.2178) (width 0.25) (layer F.Cu) (net 37)) - (segment (start 69.6164 46.2178) (end 72.8342 43) (width 0.25) (layer F.Cu) (net 37)) - (segment (start 72.8342 43) (end 83 43) (width 0.25) (layer F.Cu) (net 37)) - (segment (start 67 49.244) (end 67 49.1529) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 67 49.1529) (end 69.429 46.7239) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 69.429 46.7239) (end 71.2015 46.7239) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 71.2015 46.7239) (end 71.8485 46.0769) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 71.8485 46.0769) (end 79.6434 46.0769) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 79.6434 46.0769) (end 81.4503 44.27) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 81.4503 44.27) (end 83 44.27) (width 0.25) (layer F.Cu) (net 38)) - (segment (start 83 45.54) (end 81.7858 45.54) (width 0.25) (layer F.Cu) (net 39)) - (segment (start 81.7858 45.54) (end 80.2906 47.0352) (width 0.25) (layer F.Cu) (net 39)) - (segment (start 80.2906 47.0352) (end 73.6846 47.0352) (width 0.25) (layer F.Cu) (net 39)) - (segment (start 73.6846 47.0352) (end 69.5183 51.2015) (width 0.25) (layer F.Cu) (net 39)) - (segment (start 69.5183 51.2015) (end 69.0815 51.2015) (width 0.25) (layer F.Cu) (net 39)) - (segment (start 69.0815 51.2015) (end 66.975 53.308) (width 0.25) (layer F.Cu) (net 39)) - (segment (start 93 43) (end 91.4714 43) (width 0.25) (layer F.Cu) (net 40)) - (segment (start 91.4714 43) (end 89.5664 44.905) (width 0.25) (layer F.Cu) (net 40)) - (segment (start 89.5664 44.905) (end 85.8251 44.905) (width 0.25) (layer F.Cu) (net 40)) - (segment (start 85.8251 44.905) (end 84.5553 43.6352) (width 0.25) (layer F.Cu) (net 40)) - (segment (start 84.5553 43.6352) (end 76.3648 43.6352) (width 0.25) (layer F.Cu) (net 40)) - (segment (start 76.3648 43.6352) (end 75 45) (width 0.25) (layer F.Cu) (net 40)) - (segment (start 93 44.27) (end 91.5052 44.27) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 91.5052 44.27) (end 89.5912 46.184) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 89.5912 46.184) (end 85.475 46.184) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 85.475 46.184) (end 84.214 47.445) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 84.214 47.445) (end 81.8543 47.445) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 81.8543 47.445) (end 81.3284 47.9709) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 81.3284 47.9709) (end 76.0291 47.9709) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 76.0291 47.9709) (end 75 49) (width 0.25) (layer F.Cu) (net 41)) - (segment (start 79.0138 49.6432) (end 79.0138 48.2787) (width 0.25) (layer B.Cu) (net 42)) - (segment (start 79.0138 48.2787) (end 85.1476 42.1449) (width 0.25) (layer B.Cu) (net 42)) - (segment (start 93 45.54) (end 93.4879 45.54) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 93.4879 45.54) (end 94.357 44.6709) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 94.357 44.6709) (end 94.357 42.6824) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 94.357 42.6824) (end 94.0263 42.3517) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 94.0263 42.3517) (end 90.9024 42.3517) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 90.9024 42.3517) (end 89.6191 43.635) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 89.6191 43.635) (end 86.6377 43.635) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 86.6377 43.635) (end 85.1476 42.1449) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 75 53) (end 75 52.7525) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 75 52.7525) (end 78.1093 49.6432) (width 0.25) (layer F.Cu) (net 42)) - (segment (start 78.1093 49.6432) (end 79.0138 49.6432) (width 0.25) (layer F.Cu) (net 42)) - (via (at 85.1476 42.1449) (size 0.8) (layers F.Cu B.Cu) (net 42)) - (via (at 79.0138 49.6432) (size 0.8) (layers F.Cu B.Cu) (net 42)) - (segment (start 101.4162 43.4835) (end 98.3255 46.5742) (width 0.25) (layer B.Cu) (net 43)) - (segment (start 98.3255 46.5742) (end 98.3255 50.9338) (width 0.25) (layer B.Cu) (net 43)) - (segment (start 98.3255 50.9338) (end 91.0828 58.1765) (width 0.25) (layer B.Cu) (net 43)) - (segment (start 91.0828 58.1765) (end 91.0828 58.5478) (width 0.25) (layer B.Cu) (net 43)) - (segment (start 91.0828 58.5478) (end 77.7525 71.8781) (width 0.25) (layer B.Cu) (net 43)) - (segment (start 77.7525 71.8781) (end 77.2374 71.8781) (width 0.25) (layer B.Cu) (net 43)) - (segment (start 74.975 74) (end 77.0969 71.8781) (width 0.25) (layer F.Cu) (net 43)) - (segment (start 77.0969 71.8781) (end 77.2374 71.8781) (width 0.25) (layer F.Cu) (net 43)) - (segment (start 103 43) (end 101.8997 43) (width 0.25) (layer F.Cu) (net 43)) - (segment (start 101.8997 43) (end 101.4162 43.4835) (width 0.25) (layer F.Cu) (net 43)) - (via (at 77.2374 71.8781) (size 0.8) (layers F.Cu B.Cu) (net 43)) - (via (at 101.4162 43.4835) (size 0.8) (layers F.Cu B.Cu) (net 43)) - (segment (start 104.5771 45.6837) (end 104.5771 45.4696) (width 0.25) (layer F.Cu) (net 44)) - (segment (start 104.5771 45.4696) (end 103.3775 44.27) (width 0.25) (layer F.Cu) (net 44)) - (segment (start 103.3775 44.27) (end 103 44.27) (width 0.25) (layer F.Cu) (net 44)) - (segment (start 98.2229 62.7413) (end 102.5483 58.4159) (width 0.25) (layer B.Cu) (net 44)) - (segment (start 102.5483 58.4159) (end 102.5483 51.9465) (width 0.25) (layer B.Cu) (net 44)) - (segment (start 102.5483 51.9465) (end 104.5771 49.9177) (width 0.25) (layer B.Cu) (net 44)) - (segment (start 104.5771 49.9177) (end 104.5771 45.6837) (width 0.25) (layer B.Cu) (net 44)) - (segment (start 92 72) (end 94.0077 69.9923) (width 0.25) (layer F.Cu) (net 44)) - (segment (start 94.0077 69.9923) (end 95.1879 69.9923) (width 0.25) (layer F.Cu) (net 44)) - (segment (start 95.1879 69.9923) (end 98.2229 66.9573) (width 0.25) (layer F.Cu) (net 44)) - (segment (start 98.2229 66.9573) (end 98.2229 62.7413) (width 0.25) (layer F.Cu) (net 44)) - (via (at 104.5771 45.6837) (size 0.8) (layers F.Cu B.Cu) (net 44)) - (via (at 98.2229 62.7413) (size 0.8) (layers F.Cu B.Cu) (net 44)) - (segment (start 101.0731 45.54) (end 98.7758 47.8373) (width 0.25) (layer B.Cu) (net 45)) - (segment (start 98.7758 47.8373) (end 98.7758 51.1204) (width 0.25) (layer B.Cu) (net 45)) - (segment (start 98.7758 51.1204) (end 91.5331 58.3631) (width 0.25) (layer B.Cu) (net 45)) - (segment (start 91.5331 58.3631) (end 91.5331 58.8139) (width 0.25) (layer B.Cu) (net 45)) - (segment (start 91.5331 58.8139) (end 79.7112 70.6358) (width 0.25) (layer B.Cu) (net 45)) - (segment (start 79.7112 70.6358) (end 79.7112 74.3519) (width 0.25) (layer B.Cu) (net 45)) - (segment (start 75 78) (end 78.6481 74.3519) (width 0.25) (layer F.Cu) (net 45)) - (segment (start 78.6481 74.3519) (end 79.7112 74.3519) (width 0.25) (layer F.Cu) (net 45)) - (segment (start 103 45.54) (end 101.0731 45.54) (width 0.25) (layer F.Cu) (net 45)) - (via (at 101.0731 45.54) (size 0.8) (layers F.Cu B.Cu) (net 45)) - (via (at 79.7112 74.3519) (size 0.8) (layers F.Cu B.Cu) (net 45)) - (segment (start 83.312 72) (end 86.2769 69.0351) (width 0.25) (layer F.Cu) (net 46)) - (segment (start 86.2769 69.0351) (end 95.0682 69.0351) (width 0.25) (layer F.Cu) (net 46)) - (segment (start 112.4094 42.0966) (end 112.4094 42.8921) (width 0.25) (layer B.Cu) (net 46)) - (segment (start 112.4094 42.8921) (end 108.7931 46.5084) (width 0.25) (layer B.Cu) (net 46)) - (segment (start 108.7931 46.5084) (end 108.7931 48.0524) (width 0.25) (layer B.Cu) (net 46)) - (segment (start 108.7931 48.0524) (end 104.7338 52.1117) (width 0.25) (layer B.Cu) (net 46)) - (segment (start 104.7338 52.1117) (end 104.7338 59.3695) (width 0.25) (layer B.Cu) (net 46)) - (segment (start 104.7338 59.3695) (end 95.0682 69.0351) (width 0.25) (layer B.Cu) (net 46)) - (segment (start 113 43) (end 113 42.6872) (width 0.25) (layer F.Cu) (net 46)) - (segment (start 113 42.6872) (end 112.4094 42.0966) (width 0.25) (layer F.Cu) (net 46)) - (via (at 112.4094 42.0966) (size 0.8) (layers F.Cu B.Cu) (net 46)) - (via (at 95.0682 69.0351) (size 0.8) (layers F.Cu B.Cu) (net 46)) - (segment (start 83.312 76) (end 84.3384 77.0264) (width 0.25) (layer F.Cu) (net 47)) - (segment (start 84.3384 77.0264) (end 86.3353 77.0264) (width 0.25) (layer F.Cu) (net 47)) - (segment (start 86.3353 77.0264) (end 87.9638 75.3979) (width 0.25) (layer F.Cu) (net 47)) - (segment (start 87.9638 75.3979) (end 89.0241 75.3979) (width 0.25) (layer F.Cu) (net 47)) - (segment (start 110.5079 43.7429) (end 108.1177 46.1331) (width 0.25) (layer B.Cu) (net 47)) - (segment (start 108.1177 46.1331) (end 108.1177 47.7726) (width 0.25) (layer B.Cu) (net 47)) - (segment (start 108.1177 47.7726) (end 104.0585 51.8318) (width 0.25) (layer B.Cu) (net 47)) - (segment (start 104.0585 51.8318) (end 104.0585 58.6968) (width 0.25) (layer B.Cu) (net 47)) - (segment (start 104.0585 58.6968) (end 89.0241 73.7312) (width 0.25) (layer B.Cu) (net 47)) - (segment (start 89.0241 73.7312) (end 89.0241 75.3979) (width 0.25) (layer B.Cu) (net 47)) - (segment (start 110.5079 43.7429) (end 111.035 44.27) (width 0.25) (layer F.Cu) (net 47)) - (segment (start 111.035 44.27) (end 113 44.27) (width 0.25) (layer F.Cu) (net 47)) - (via (at 110.5079 43.7429) (size 0.8) (layers F.Cu B.Cu) (net 47)) - (via (at 89.0241 75.3979) (size 0.8) (layers F.Cu B.Cu) (net 47)) - (segment (start 110.9027 45.6346) (end 110.9027 46.5798) (width 0.25) (layer B.Cu) (net 48)) - (segment (start 110.9027 46.5798) (end 105.1842 52.2983) (width 0.25) (layer B.Cu) (net 48)) - (segment (start 105.1842 52.2983) (end 105.1842 60.2636) (width 0.25) (layer B.Cu) (net 48)) - (segment (start 105.1842 60.2636) (end 87.8499 77.5979) (width 0.25) (layer B.Cu) (net 48)) - (segment (start 87.8499 77.5979) (end 87.5192 77.5979) (width 0.25) (layer B.Cu) (net 48)) - (segment (start 83.312 80.182) (end 83.312 79.5117) (width 0.25) (layer F.Cu) (net 48)) - (segment (start 83.312 79.5117) (end 85.2258 77.5979) (width 0.25) (layer F.Cu) (net 48)) - (segment (start 85.2258 77.5979) (end 87.5192 77.5979) (width 0.25) (layer F.Cu) (net 48)) - (segment (start 110.9027 45.6346) (end 110.9973 45.54) (width 0.25) (layer F.Cu) (net 48)) - (segment (start 110.9973 45.54) (end 113 45.54) (width 0.25) (layer F.Cu) (net 48)) - (via (at 110.9027 45.6346) (size 0.8) (layers F.Cu B.Cu) (net 48)) - (via (at 87.5192 77.5979) (size 0.8) (layers F.Cu B.Cu) (net 48)) - (segment (start 116.9 57.3) (end 115.2225 57.3) (width 0.25) (layer F.Cu) (net 49)) - (segment (start 101.9365 70.9117) (end 101.9365 70.586) (width 0.25) (layer B.Cu) (net 49)) - (segment (start 101.9365 70.586) (end 115.2225 57.3) (width 0.25) (layer B.Cu) (net 49)) - (segment (start 101.9365 70.9117) (end 101 71.8482) (width 0.25) (layer F.Cu) (net 49)) - (segment (start 101 71.8482) (end 101 72) (width 0.25) (layer F.Cu) (net 49)) - (via (at 101.9365 70.9117) (size 0.8) (layers F.Cu B.Cu) (net 49)) - (via (at 115.2225 57.3) (size 0.8) (layers F.Cu B.Cu) (net 49)) - (segment (start 116.9 56.65) (end 115.8497 56.65) (width 0.25) (layer F.Cu) (net 50)) - (segment (start 115.8497 56.65) (end 115.6241 56.4244) (width 0.25) (layer F.Cu) (net 50)) - (segment (start 115.6241 56.4244) (end 114.6368 56.4244) (width 0.25) (layer F.Cu) (net 50)) - (segment (start 101.08 74.679) (end 101.08 69.9812) (width 0.25) (layer B.Cu) (net 50)) - (segment (start 101.08 69.9812) (end 114.6368 56.4244) (width 0.25) (layer B.Cu) (net 50)) - (segment (start 101.08 74.679) (end 101 74.759) (width 0.25) (layer F.Cu) (net 50)) - (segment (start 101 74.759) (end 101 76) (width 0.25) (layer F.Cu) (net 50)) - (via (at 101.08 74.679) (size 0.8) (layers F.Cu B.Cu) (net 50)) - (via (at 114.6368 56.4244) (size 0.8) (layers F.Cu B.Cu) (net 50)) - (segment (start 101 80) (end 102.0507 78.9493) (width 0.25) (layer F.Cu) (net 51)) - (segment (start 102.0507 78.9493) (end 105.6936 78.9493) (width 0.25) (layer F.Cu) (net 51)) - (segment (start 105.6936 78.9493) (end 105.8787 79.1344) (width 0.25) (layer F.Cu) (net 51)) - (segment (start 115.5204 58.4044) (end 115.1718 58.4044) (width 0.25) (layer B.Cu) (net 51)) - (segment (start 115.1718 58.4044) (end 105.8787 67.6975) (width 0.25) (layer B.Cu) (net 51)) - (segment (start 105.8787 67.6975) (end 105.8787 79.1344) (width 0.25) (layer B.Cu) (net 51)) - (segment (start 116.9 57.95) (end 115.8497 57.95) (width 0.25) (layer F.Cu) (net 51)) - (segment (start 115.8497 57.95) (end 115.8497 58.0751) (width 0.25) (layer F.Cu) (net 51)) - (segment (start 115.8497 58.0751) (end 115.5204 58.4044) (width 0.25) (layer F.Cu) (net 51)) - (via (at 105.8787 79.1344) (size 0.8) (layers F.Cu B.Cu) (net 51)) - (via (at 115.5204 58.4044) (size 0.8) (layers F.Cu B.Cu) (net 51)) - (segment (start 116.9 58.6) (end 117.9503 58.6) (width 0.25) (layer F.Cu) (net 52)) - (segment (start 117.9503 58.6) (end 119.6646 60.3143) (width 0.25) (layer F.Cu) (net 52)) - (segment (start 119.6646 60.3143) (end 119.6646 77.6713) (width 0.25) (layer F.Cu) (net 52)) - (segment (start 119.6646 77.6713) (end 115.3359 82) (width 0.25) (layer F.Cu) (net 52)) - (segment (start 115.3359 82) (end 103 82) (width 0.25) (layer F.Cu) (net 52)) - (segment (start 103 82) (end 101 84) (width 0.25) (layer F.Cu) (net 52)) - (segment (start 101 56) (end 102.0294 54.9706) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 102.0294 54.9706) (end 112.0689 54.9706) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 112.0689 54.9706) (end 112.6294 55.5311) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 112.6294 55.5311) (end 112.6294 61.7893) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 112.6294 61.7893) (end 112.9854 62.1453) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 112.9854 62.1453) (end 112.9854 67.3038) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 112.9854 67.3038) (end 112.3875 67.9017) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 112.3875 67.9017) (end 108.122 67.9017) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 108.122 67.9017) (end 107.9946 67.7743) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 107.9946 67.7743) (end 107.9946 61.2051) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 107.9946 61.2051) (end 109.9497 59.25) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 111 59.25) (end 109.9497 59.25) (width 0.25) (layer F.Cu) (net 53)) - (segment (start 111 58.6) (end 109.9497 58.6) (width 0.25) (layer F.Cu) (net 54)) - (segment (start 109.9497 58.6) (end 102.4 58.6) (width 0.25) (layer F.Cu) (net 54)) - (segment (start 102.4 58.6) (end 101 60) (width 0.25) (layer F.Cu) (net 54)) - (segment (start 101 64) (end 100.0642 63.0642) (width 0.25) (layer F.Cu) (net 55)) - (segment (start 100.0642 63.0642) (end 100.0642 59.339) (width 0.25) (layer F.Cu) (net 55)) - (segment (start 100.0642 59.339) (end 101.4532 57.95) (width 0.25) (layer F.Cu) (net 55)) - (segment (start 101.4532 57.95) (end 109.9497 57.95) (width 0.25) (layer F.Cu) (net 55)) - (segment (start 111 57.95) (end 109.9497 57.95) (width 0.25) (layer F.Cu) (net 55)) - (segment (start 111 57.3) (end 101.4372 57.3) (width 0.25) (layer F.Cu) (net 56)) - (segment (start 101.4372 57.3) (end 99.5893 59.1479) (width 0.25) (layer F.Cu) (net 56)) - (segment (start 99.5893 59.1479) (end 99.5893 66.6143) (width 0.25) (layer F.Cu) (net 56)) - (segment (start 99.5893 66.6143) (end 100.975 68) (width 0.25) (layer F.Cu) (net 56)) - (segment (start 49.784 22.606) (end 49.784 23.7313) (width 0.25) (layer B.Cu) (net 57)) - (segment (start 87.95 44.27) (end 86.0061 44.27) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 86.0061 44.27) (end 83.5248 41.7887) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 83.5248 41.7887) (end 60.7374 41.7887) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 49.784 23.7313) (end 49.9728 23.7313) (width 0.25) (layer B.Cu) (net 57)) - (segment (start 49.9728 23.7313) (end 60.7374 34.4959) (width 0.25) (layer B.Cu) (net 57)) - (segment (start 60.7374 34.4959) (end 60.7374 41.7887) (width 0.25) (layer B.Cu) (net 57)) - (segment (start 58.1027 22.733) (end 57.1909 21.8212) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 57.1909 21.8212) (end 56.6942 21.8212) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 56.6942 21.8212) (end 56.2439 21.3709) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 56.2439 21.3709) (end 54.3676 21.3709) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 54.3676 21.3709) (end 54.1039 21.6346) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 54.1039 21.6346) (end 54.1039 21.8331) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 54.1039 21.8331) (end 53.331 22.606) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 53.331 22.606) (end 53.331 22.86) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 53.331 22.606) (end 50.9093 22.606) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 49.784 22.606) (end 50.9093 22.606) (width 0.25) (layer F.Cu) (net 57)) - (segment (start 58.928 22.733) (end 58.1027 22.733) (width 0.25) (layer F.Cu) (net 57)) - (via (at 60.7374 41.7887) (size 0.8) (layers F.Cu B.Cu) (net 57)) - (segment (start 87.7621 52.8107) (end 87.7621 57.5249) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 87.7621 57.5249) (end 79.9909 65.2961) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 79.9909 65.2961) (end 79.9909 66.7645) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 79.9909 66.7645) (end 80.1573 66.9309) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 80.1573 66.9309) (end 80.1573 67.5124) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 80.1573 67.5124) (end 79.5148 68.1549) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 79.5148 68.1549) (end 75.3966 68.1549) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 75.3966 68.1549) (end 58.0047 50.763) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 58.0047 50.763) (end 58.0047 41.8756) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 58.0047 41.8756) (end 50.1651 34.036) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 50.1651 34.036) (end 49.4276 34.036) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 49.4276 34.036) (end 48.6398 33.2482) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 48.6398 33.2482) (end 48.6398 27.1342) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 48.6398 27.1342) (end 49.5027 26.2713) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 49.5027 26.2713) (end 49.784 26.2713) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 58.928 25.273) (end 58.1027 25.273) (width 0.25) (layer F.Cu) (net 58)) - (segment (start 58.1027 25.273) (end 57.19 26.1857) (width 0.25) (layer F.Cu) (net 58)) - (segment (start 57.19 26.1857) (end 54.3617 26.1857) (width 0.25) (layer F.Cu) (net 58)) - (segment (start 54.3617 26.1857) (end 53.322 25.146) (width 0.25) (layer F.Cu) (net 58)) - (segment (start 49.784 25.146) (end 49.784 26.2713) (width 0.25) (layer B.Cu) (net 58)) - (segment (start 87.7621 52.8107) (end 87.95 52.6228) (width 0.25) (layer F.Cu) (net 58)) - (segment (start 87.95 52.6228) (end 87.95 51.89) (width 0.25) (layer F.Cu) (net 58)) - (segment (start 49.784 25.146) (end 53.322 25.146) (width 0.25) (layer F.Cu) (net 58)) - (via (at 87.7621 52.8107) (size 0.8) (layers F.Cu B.Cu) (net 58)) - (segment (start 87.95 50.62) (end 86.0059 50.62) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 86.0059 50.62) (end 84.1098 52.5161) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 84.1098 52.5161) (end 80.8397 52.5161) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 80.8397 52.5161) (end 77.8974 55.4584) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 77.8974 55.4584) (end 74.1474 55.4584) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 74.1474 55.4584) (end 73.8509 55.7549) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 49.784 28.8113) (end 50.009 28.8113) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 50.009 28.8113) (end 59.4969 38.2992) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 59.4969 38.2992) (end 59.4969 48.457) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 59.4969 48.457) (end 67.5233 56.4834) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 67.5233 56.4834) (end 73.1224 56.4834) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 73.1224 56.4834) (end 73.8509 55.7549) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 58.928 27.813) (end 58.1027 27.813) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 58.1027 27.813) (end 56.9391 26.6494) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 56.9391 26.6494) (end 54.3586 26.6494) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 54.3586 26.6494) (end 53.322 27.686) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 49.784 27.686) (end 49.784 28.8113) (width 0.25) (layer B.Cu) (net 59)) - (segment (start 53.322 27.686) (end 50.9093 27.686) (width 0.25) (layer F.Cu) (net 59)) - (segment (start 49.784 27.686) (end 50.9093 27.686) (width 0.25) (layer F.Cu) (net 59)) - (via (at 73.8509 55.7549) (size 0.8) (layers F.Cu B.Cu) (net 59)) - (segment (start 53.322 30.226) (end 50.9093 30.226) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 58.1027 30.353) (end 57.1926 31.2631) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 57.1926 31.2631) (end 54.3591 31.2631) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 54.3591 31.2631) (end 53.322 30.226) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 49.784 30.226) (end 50.9093 30.226) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 60.205 50.2861) (end 58.4789 48.56) (width 0.25) (layer B.Cu) (net 60)) - (segment (start 58.4789 48.56) (end 58.4789 39.7649) (width 0.25) (layer B.Cu) (net 60)) - (segment (start 58.4789 39.7649) (end 50.0653 31.3513) (width 0.25) (layer B.Cu) (net 60)) - (segment (start 50.0653 31.3513) (end 49.784 31.3513) (width 0.25) (layer B.Cu) (net 60)) - (segment (start 87.95 45.54) (end 85.0687 45.54) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 85.0687 45.54) (end 84.4247 44.896) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 84.4247 44.896) (end 81.7246 44.896) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 81.7246 44.896) (end 80.0357 46.5849) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 80.0357 46.5849) (end 73.498 46.5849) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 73.498 46.5849) (end 69.7968 50.2861) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 69.7968 50.2861) (end 60.205 50.2861) (width 0.25) (layer F.Cu) (net 60)) - (segment (start 49.784 30.226) (end 49.784 31.3513) (width 0.25) (layer B.Cu) (net 60)) - (segment (start 58.928 30.353) (end 58.1027 30.353) (width 0.25) (layer F.Cu) (net 60)) - (via (at 60.205 50.2861) (size 0.8) (layers F.Cu B.Cu) (net 60)) - (segment (start 97.95 44.27) (end 97.4935 44.27) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 97.4935 44.27) (end 95.7079 42.4844) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 95.7079 42.4844) (end 95.7079 42.1226) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 95.7079 42.1226) (end 94.5861 41.0008) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 94.5861 41.0008) (end 90.1176 41.0008) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 90.1176 41.0008) (end 89.9243 41.1941) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 89.9243 41.1941) (end 87.9415 41.1941) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 87.9415 41.1941) (end 87.4127 40.6653) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 87.4127 40.6653) (end 62.5234 40.6653) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 62.5234 40.6653) (end 60.2036 38.3455) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 60.2036 38.3455) (end 60.2036 34.9939) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 60.2036 34.9939) (end 58.928 33.7183) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 58.928 32.893) (end 58.928 33.7183) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 58.83 32.893) (end 58.928 32.893) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 58.83 32.893) (end 58.1027 32.893) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 53.322 32.766) (end 50.9093 32.766) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 58.1027 32.893) (end 56.9362 31.7265) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 56.9362 31.7265) (end 54.3615 31.7265) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 54.3615 31.7265) (end 53.322 32.766) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 49.784 32.766) (end 50.9093 32.766) (width 0.25) (layer F.Cu) (net 61)) - (segment (start 95.0725 52.3739) (end 95.0725 52.7191) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 95.0725 52.7191) (end 90.1822 57.6094) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 90.1822 57.6094) (end 90.1822 58.1244) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 90.1822 58.1244) (end 79.7014 68.6052) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 79.7014 68.6052) (end 75.1495 68.6052) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 75.1495 68.6052) (end 56.9953 50.451) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 56.9953 50.451) (end 56.9953 43.3613) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 56.9953 43.3613) (end 50.0653 36.4313) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 50.0653 36.4313) (end 49.784 36.4313) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 97.95 51.89) (end 97.4661 52.3739) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 97.4661 52.3739) (end 95.0725 52.3739) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 49.784 35.306) (end 49.784 36.4313) (width 0.25) (layer B.Cu) (net 62)) - (segment (start 53.322 35.56) (end 54.3589 34.5231) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 54.3589 34.5231) (end 57.1928 34.5231) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 57.1928 34.5231) (end 58.1027 35.433) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 58.928 35.433) (end 58.1027 35.433) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 53.322 35.56) (end 51.1633 35.56) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 51.1633 35.56) (end 50.9093 35.306) (width 0.25) (layer F.Cu) (net 62)) - (segment (start 49.784 35.306) (end 50.9093 35.306) (width 0.25) (layer F.Cu) (net 62)) - (via (at 95.0725 52.3739) (size 0.8) (layers F.Cu B.Cu) (net 62)) - (segment (start 96.353 51.0969) (end 96.353 52.2694) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 96.353 52.2694) (end 90.6325 57.9899) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 90.6325 57.9899) (end 90.6325 58.3298) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 90.6325 58.3298) (end 79.8961 69.0662) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 79.8961 69.0662) (end 74.9354 69.0662) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 74.9354 69.0662) (end 56.4904 50.6212) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 56.4904 50.6212) (end 56.4904 45.3964) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 56.4904 45.3964) (end 50.0653 38.9713) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 50.0653 38.9713) (end 49.784 38.9713) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 97.95 50.62) (end 96.8299 50.62) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 96.8299 50.62) (end 96.353 51.0969) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 49.784 37.846) (end 49.784 38.9713) (width 0.25) (layer B.Cu) (net 63)) - (segment (start 58.928 37.973) (end 58.1027 37.973) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 58.1027 37.973) (end 56.9385 39.1372) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 56.9385 39.1372) (end 54.3592 39.1372) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 54.3592 39.1372) (end 53.322 38.1) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 50.9093 37.846) (end 53.068 37.846) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 53.068 37.846) (end 53.322 38.1) (width 0.25) (layer F.Cu) (net 63)) - (segment (start 49.784 37.846) (end 50.9093 37.846) (width 0.25) (layer F.Cu) (net 63)) - (via (at 96.353 51.0969) (size 0.8) (layers F.Cu B.Cu) (net 63)) - (segment (start 97.95 45.54) (end 97.5513 45.54) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 97.5513 45.54) (end 95.2576 43.2463) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 95.2576 43.2463) (end 95.2576 42.3092) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 95.2576 42.3092) (end 94.3995 41.4511) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 94.3995 41.4511) (end 90.3042 41.4511) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 90.3042 41.4511) (end 90.1109 41.6444) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 90.1109 41.6444) (end 85.8623 41.6444) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 85.8623 41.6444) (end 85.4926 41.2747) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 85.4926 41.2747) (end 62.3917 41.2747) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 62.3917 41.2747) (end 61.63 40.513) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 61.63 40.513) (end 59.7533 40.513) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 58.928 40.513) (end 58.1027 40.513) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 53.322 40.386) (end 50.9093 40.386) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 53.322 40.64) (end 53.322 40.386) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 58.1027 40.513) (end 57.1903 39.6006) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 57.1903 39.6006) (end 54.1074 39.6006) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 54.1074 39.6006) (end 53.322 40.386) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 59.3407 40.513) (end 58.928 40.513) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 59.3407 40.513) (end 59.7533 40.513) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 49.784 40.386) (end 50.9093 40.386) (width 0.25) (layer F.Cu) (net 64)) - (segment (start 60.7002 30.6288) (end 67.1432 37.0718) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 67.1432 37.0718) (end 102.9942 37.0718) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 102.9942 37.0718) (end 104.2114 38.289) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 104.2114 38.289) (end 104.2114 40.1138) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 104.2114 40.1138) (end 106.0253 41.9277) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 106.0253 41.9277) (end 108.5291 41.9277) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 108.5291 41.9277) (end 109.2567 42.6553) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 109.2567 42.6553) (end 109.2567 43.3775) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 109.2567 43.3775) (end 108.3642 44.27) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 108.3642 44.27) (end 107.95 44.27) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 34.544 22.606) (end 35.6693 22.606) (width 0.25) (layer B.Cu) (net 65)) - (segment (start 35.6693 22.606) (end 37.2636 21.0117) (width 0.25) (layer B.Cu) (net 65)) - (segment (start 37.2636 21.0117) (end 51.0831 21.0117) (width 0.25) (layer B.Cu) (net 65)) - (segment (start 51.0831 21.0117) (end 60.7002 30.6288) (width 0.25) (layer B.Cu) (net 65)) - (segment (start 31.006 22.606) (end 31.006 22.2876) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 31.006 22.2876) (end 29.838 21.1196) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 29.838 21.1196) (end 27.0767 21.1196) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 27.0767 21.1196) (end 25.7173 22.479) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 24.892 22.479) (end 25.7173 22.479) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 31.006 22.606) (end 33.4187 22.606) (width 0.25) (layer F.Cu) (net 65)) - (segment (start 34.544 22.606) (end 33.4187 22.606) (width 0.25) (layer F.Cu) (net 65)) - (via (at 60.7002 30.6288) (size 0.8) (layers F.Cu B.Cu) (net 65)) - (segment (start 34.544 25.146) (end 34.544 26.2713) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 106.2258 52.4441) (end 107.3959 52.4441) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 107.3959 52.4441) (end 107.95 51.89) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 34.544 26.2713) (end 34.8254 26.2713) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 34.8254 26.2713) (end 35.6693 27.1152) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 35.6693 27.1152) (end 35.6693 27.9085) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 35.6693 27.9085) (end 49.4168 41.656) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 49.4168 41.656) (end 50.1632 41.656) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 50.1632 41.656) (end 55.8553 47.3481) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 55.8553 47.3481) (end 55.8553 51.536) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 55.8553 51.536) (end 83.3678 79.0485) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 83.3678 79.0485) (end 87.0993 79.0485) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 87.0993 79.0485) (end 106.2258 59.922) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 106.2258 59.922) (end 106.2258 52.4441) (width 0.25) (layer B.Cu) (net 66)) - (segment (start 24.892 25.019) (end 25.7173 25.019) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 25.7173 25.019) (end 25.7173 24.1937) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 25.7173 24.1937) (end 28.3362 21.5748) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 28.3362 21.5748) (end 29.5805 21.5748) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 29.5805 21.5748) (end 29.981 21.9753) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 29.981 21.9753) (end 29.981 24.121) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 29.981 24.121) (end 31.006 25.146) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 31.006 25.146) (end 33.4187 25.146) (width 0.25) (layer F.Cu) (net 66)) - (segment (start 34.544 25.146) (end 33.4187 25.146) (width 0.25) (layer F.Cu) (net 66)) - (via (at 106.2258 52.4441) (size 0.8) (layers F.Cu B.Cu) (net 66)) - (segment (start 34.544 27.686) (end 43.7089 36.8509) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 43.7089 36.8509) (end 43.7089 41.0576) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 43.7089 41.0576) (end 49.3873 46.736) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 49.3873 46.736) (end 50.1142 46.736) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 50.1142 46.736) (end 82.9322 79.554) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 82.9322 79.554) (end 87.2307 79.554) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 87.2307 79.554) (end 107.0661 59.7186) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 107.0661 59.7186) (end 107.0661 53.3823) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 107.0661 53.3823) (end 109.5367 50.9117) (width 0.25) (layer B.Cu) (net 67)) - (segment (start 24.892 27.559) (end 25.7173 27.559) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 25.7173 27.559) (end 26.8885 28.7302) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 26.8885 28.7302) (end 29.9618 28.7302) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 29.9618 28.7302) (end 31.006 27.686) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 109.5367 50.9117) (end 108.2417 50.9117) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 108.2417 50.9117) (end 107.95 50.62) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 31.006 27.686) (end 33.4187 27.686) (width 0.25) (layer F.Cu) (net 67)) - (segment (start 34.544 27.686) (end 33.4187 27.686) (width 0.25) (layer F.Cu) (net 67)) - (via (at 109.5367 50.9117) (size 0.8) (layers F.Cu B.Cu) (net 67)) - (segment (start 34.544 30.226) (end 34.544 29.1007) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 107.95 45.54) (end 108.3521 45.54) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 108.3521 45.54) (end 109.7506 44.1415) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 109.7506 44.1415) (end 109.7506 42.4941) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 109.7506 42.4941) (end 108.3845 41.128) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 108.3845 41.128) (end 105.8625 41.128) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 105.8625 41.128) (end 104.6618 39.9273) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 104.6618 39.9273) (end 104.6618 38.1025) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 104.6618 38.1025) (end 102.3855 35.8262) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 102.3855 35.8262) (end 84.6657 35.8262) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 84.6657 35.8262) (end 78.3029 29.4634) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 78.3029 29.4634) (end 56.9882 29.4634) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 34.544 29.1007) (end 34.2627 29.1007) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 34.2627 29.1007) (end 33.3642 28.2022) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 33.3642 28.2022) (end 33.3642 24.6694) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 33.3642 24.6694) (end 34.3022 23.7314) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 34.3022 23.7314) (end 46.3892 23.7314) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 46.3892 23.7314) (end 48.6457 21.4749) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 48.6457 21.4749) (end 50.2685 21.4749) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 50.2685 21.4749) (end 56.9882 28.1946) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 56.9882 28.1946) (end 56.9882 29.4634) (width 0.25) (layer B.Cu) (net 68)) - (segment (start 33.9814 30.226) (end 34.544 30.226) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 33.9814 30.226) (end 33.4187 30.226) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 24.892 30.099) (end 25.7173 30.099) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 25.7173 30.099) (end 26.6178 29.1985) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 26.6178 29.1985) (end 29.9785 29.1985) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 29.9785 29.1985) (end 31.006 30.226) (width 0.25) (layer F.Cu) (net 68)) - (segment (start 31.006 30.226) (end 33.4187 30.226) (width 0.25) (layer F.Cu) (net 68)) - (via (at 56.9882 29.4634) (size 0.8) (layers F.Cu B.Cu) (net 68)) - (segment (start 117.95 44.27) (end 118.3338 44.27) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 118.3338 44.27) (end 119.2974 43.3064) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 119.2974 43.3064) (end 119.2974 38.629) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 119.2974 38.629) (end 114.4417 33.7733) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 114.4417 33.7733) (end 100.231 33.7733) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 100.231 33.7733) (end 86.928 20.4703) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 86.928 20.4703) (end 47.965 20.4703) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 47.965 20.4703) (end 35.6693 32.766) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 24.892 32.639) (end 25.7173 32.639) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 25.7173 32.639) (end 26.8744 33.7961) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 26.8744 33.7961) (end 29.9759 33.7961) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 29.9759 33.7961) (end 31.006 32.766) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 31.006 32.766) (end 33.4187 32.766) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 34.544 32.766) (end 33.4187 32.766) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 34.544 32.766) (end 35.6693 32.766) (width 0.25) (layer F.Cu) (net 69)) - (segment (start 59.182 68.199) (end 58.3567 68.199) (width 0.25) (layer F.Cu) (net 70)) - (segment (start 58.3567 68.199) (end 57.4407 67.283) (width 0.25) (layer F.Cu) (net 70)) - (segment (start 57.4407 67.283) (end 54.383 67.283) (width 0.25) (layer F.Cu) (net 70)) - (segment (start 54.383 67.283) (end 53.34 68.326) (width 0.25) (layer F.Cu) (net 70)) - (segment (start 53.34 68.326) (end 50.9093 68.326) (width 0.25) (layer F.Cu) (net 70)) - (segment (start 49.784 68.326) (end 50.9093 68.326) (width 0.25) (layer F.Cu) (net 70)) - (segment (start 49.784 65.786) (end 53.34 65.786) (width 0.25) (layer F.Cu) (net 71)) - (segment (start 58.3567 65.659) (end 57.1996 66.8161) (width 0.25) (layer F.Cu) (net 71)) - (segment (start 57.1996 66.8161) (end 54.3701 66.8161) (width 0.25) (layer F.Cu) (net 71)) - (segment (start 54.3701 66.8161) (end 53.34 65.786) (width 0.25) (layer F.Cu) (net 71)) - (segment (start 59.182 65.659) (end 58.3567 65.659) (width 0.25) (layer F.Cu) (net 71)) - (segment (start 53.34 53.086) (end 54.3889 54.1349) (width 0.25) (layer F.Cu) (net 72)) - (segment (start 54.3889 54.1349) (end 57.1808 54.1349) (width 0.25) (layer F.Cu) (net 72)) - (segment (start 57.1808 54.1349) (end 58.3567 52.959) (width 0.25) (layer F.Cu) (net 72)) - (segment (start 53.34 53.086) (end 49.784 53.086) (width 0.25) (layer F.Cu) (net 72)) - (segment (start 59.182 52.959) (end 58.3567 52.959) (width 0.25) (layer F.Cu) (net 72)) - (segment (start 54.373 44.213) (end 53.34 43.18) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 58.1027 43.18) (end 57.0697 44.213) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 57.0697 44.213) (end 54.373 44.213) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 54.373 44.213) (end 54.373 45.0565) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 54.373 45.0565) (end 50.0088 49.4207) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 50.0088 49.4207) (end 49.784 49.4207) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 49.784 50.546) (end 49.784 49.4207) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 58.928 43.18) (end 58.1027 43.18) (width 0.25) (layer F.Cu) (net 73)) - (segment (start 24.892 60.579) (end 25.7173 60.579) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 25.7173 60.579) (end 26.8885 61.7502) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 26.8885 61.7502) (end 29.9618 61.7502) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 29.9618 61.7502) (end 31.006 60.706) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 34.544 60.706) (end 35.6693 60.706) (width 0.25) (layer B.Cu) (net 74)) - (segment (start 45.365 71.1865) (end 50.3927 76.2142) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 50.3927 76.2142) (end 56.1572 76.2142) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 56.1572 76.2142) (end 57.2617 77.3187) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 57.2617 77.3187) (end 57.2617 82.7589) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 57.2617 82.7589) (end 60.2192 85.7164) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 60.2192 85.7164) (end 61.6906 85.7164) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 61.6906 85.7164) (end 68.0492 92.075) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 68.0492 92.075) (end 70 92.075) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 35.6693 60.706) (end 35.6693 61.4908) (width 0.25) (layer B.Cu) (net 74)) - (segment (start 35.6693 61.4908) (end 45.365 71.1865) (width 0.25) (layer B.Cu) (net 74)) - (segment (start 31.006 60.706) (end 33.4187 60.706) (width 0.25) (layer F.Cu) (net 74)) - (segment (start 34.544 60.706) (end 33.4187 60.706) (width 0.25) (layer F.Cu) (net 74)) - (via (at 45.365 71.1865) (size 0.8) (layers F.Cu B.Cu) (net 74)) - (segment (start 85.9 92.74) (end 86.9503 92.74) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 34.544 63.246) (end 39.7606 63.246) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 39.7606 63.246) (end 48.8663 72.3517) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 48.8663 72.3517) (end 65.3564 72.3517) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 65.3564 72.3517) (end 81.0159 88.0112) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 81.0159 88.0112) (end 85.8313 88.0112) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 85.8313 88.0112) (end 86.9503 89.1302) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 86.9503 89.1302) (end 86.9503 92.74) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 34.094 63.246) (end 34.544 63.246) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 85.9 93.39) (end 85.9 92.74) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 34.094 63.246) (end 33.4187 63.246) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 24.892 63.119) (end 25.7173 63.119) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 25.7173 63.119) (end 26.6178 62.2185) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 26.6178 62.2185) (end 29.9605 62.2185) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 29.9605 62.2185) (end 30.988 63.246) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 30.988 63.246) (end 33.4187 63.246) (width 0.25) (layer F.Cu) (net 75)) - (segment (start 70 89.535) (end 66.4709 89.535) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 66.4709 89.535) (end 61.9804 85.0445) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 61.9804 85.0445) (end 60.2641 85.0445) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 60.2641 85.0445) (end 57.7666 82.547) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 57.7666 82.547) (end 57.7666 77.1067) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 57.7666 77.1067) (end 54.8614 74.2015) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 54.8614 74.2015) (end 49.4423 74.2015) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 49.4423 74.2015) (end 45.702 70.4612) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 45.702 70.4612) (end 40.3445 70.4612) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 40.3445 70.4612) (end 35.6693 65.786) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 24.892 65.659) (end 25.7173 65.659) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 25.7173 65.659) (end 26.6167 64.7596) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 26.6167 64.7596) (end 29.9616 64.7596) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 29.9616 64.7596) (end 30.988 65.786) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 30.988 65.786) (end 33.4187 65.786) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 34.544 65.786) (end 33.4187 65.786) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 34.544 65.786) (end 35.6693 65.786) (width 0.25) (layer F.Cu) (net 76)) - (segment (start 40.2271 69.3158) (end 45.1935 69.3158) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 45.1935 69.3158) (end 49.6289 73.7512) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 49.6289 73.7512) (end 65.9279 73.7512) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 65.9279 73.7512) (end 76.2743 84.0976) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 76.2743 84.0976) (end 76.2743 84.7905) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 76.2743 84.7905) (end 75.3398 85.725) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 35.6693 68.326) (end 36.6591 69.3158) (width 0.25) (layer B.Cu) (net 77)) - (segment (start 36.6591 69.3158) (end 40.2271 69.3158) (width 0.25) (layer B.Cu) (net 77)) - (segment (start 30.988 68.326) (end 33.4187 68.326) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 25.7173 68.199) (end 26.6167 67.2996) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 26.6167 67.2996) (end 29.9616 67.2996) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 29.9616 67.2996) (end 30.988 68.326) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 34.544 68.326) (end 33.4187 68.326) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 75.3398 85.725) (end 74.95 85.725) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 75.3398 85.725) (end 78.9497 89.3349) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 78.9497 89.3349) (end 78.9497 89.49) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 80 89.49) (end 78.9497 89.49) (width 0.25) (layer F.Cu) (net 77)) - (segment (start 34.544 68.326) (end 35.6693 68.326) (width 0.25) (layer B.Cu) (net 77)) - (segment (start 24.892 68.199) (end 25.7173 68.199) (width 0.25) (layer F.Cu) (net 77)) - (via (at 40.2271 69.3158) (size 0.8) (layers F.Cu B.Cu) (net 77)) - (segment (start 24.892 70.739) (end 25.7173 70.739) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 25.7173 70.739) (end 26.8747 71.8964) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 26.8747 71.8964) (end 29.9576 71.8964) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 29.9576 71.8964) (end 30.988 70.866) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 52.9335 77.384) (end 69.1677 93.6182) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 69.1677 93.6182) (end 69.1677 98.0918) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 69.1677 98.0918) (end 69.3635 98.2876) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 69.3635 98.2876) (end 76.6109 98.2876) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 76.6109 98.2876) (end 90.8999 83.9986) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 90.8999 83.9986) (end 90.8999 78.0178) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 90.8999 78.0178) (end 108.2781 60.6396) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 108.2781 60.6396) (end 108.2781 56.5746) (width 0.25) (layer B.Cu) (net 78)) - (segment (start 35.6693 70.866) (end 36.7151 71.9118) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 36.7151 71.9118) (end 45.1011 71.9118) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 45.1011 71.9118) (end 50.5733 77.384) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 50.5733 77.384) (end 52.9335 77.384) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 109.9497 56.65) (end 108.3535 56.65) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 108.3535 56.65) (end 108.2781 56.5746) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 30.988 70.866) (end 33.4187 70.866) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 34.544 70.866) (end 33.4187 70.866) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 109.9497 56) (end 109.9497 56.65) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 34.544 70.866) (end 35.6693 70.866) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 111 56) (end 109.9497 56) (width 0.25) (layer F.Cu) (net 78)) - (segment (start 111 56.65) (end 109.9497 56.65) (width 0.25) (layer F.Cu) (net 78)) - (via (at 52.9335 77.384) (size 0.8) (layers F.Cu B.Cu) (net 78)) - (via (at 108.2781 56.5746) (size 0.8) (layers F.Cu B.Cu) (net 78)) - (segment (start 59.182 70.739) (end 65.0222 70.739) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 65.0222 70.739) (end 73.3466 79.0634) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 73.3466 79.0634) (end 78.5681 79.0634) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 78.5681 79.0634) (end 83.9727 73.6588) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 83.9727 73.6588) (end 94.0044 73.6588) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 94.0044 73.6588) (end 99.0983 68.5649) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 99.0983 68.5649) (end 99.0983 56.3119) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 99.0983 56.3119) (end 100.8899 54.5203) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 100.8899 54.5203) (end 112.2555 54.5203) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 112.2555 54.5203) (end 113.1629 55.4277) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 113.1629 55.4277) (end 113.1629 57.7095) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 113.1629 57.7095) (end 115.3534 59.9) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 115.3534 59.9) (end 115.8497 59.9) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 53.34 70.866) (end 54.3708 71.8968) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 54.3708 71.8968) (end 57.1989 71.8968) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 57.1989 71.8968) (end 58.3567 70.739) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 53.34 70.866) (end 50.9093 70.866) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 59.182 70.739) (end 58.3567 70.739) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 116.9 59.9) (end 115.8497 59.9) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 49.784 70.866) (end 50.9093 70.866) (width 0.25) (layer F.Cu) (net 79)) - (segment (start 67.794 55.7254) (end 61.4703 49.4017) (width 0.25) (layer B.Cu) (net 89)) - (segment (start 61.4703 49.4017) (end 61.4703 25.3977) (width 0.25) (layer B.Cu) (net 89)) - (segment (start 61.4703 25.3977) (end 63.246 23.622) (width 0.25) (layer B.Cu) (net 89)) - (segment (start 67 57.372) (end 67 56.5194) (width 0.25) (layer F.Cu) (net 89)) - (segment (start 67 56.5194) (end 67.794 55.7254) (width 0.25) (layer F.Cu) (net 89)) - (via (at 67.794 55.7254) (size 0.8) (layers F.Cu B.Cu) (net 89)) - (segment (start 67 61.436) (end 67.9014 60.5346) (width 0.25) (layer F.Cu) (net 90)) - (segment (start 67.9014 60.5346) (end 67.9014 56.8267) (width 0.25) (layer F.Cu) (net 90)) - (segment (start 67.9014 56.8267) (end 68.9779 55.7502) (width 0.25) (layer F.Cu) (net 90)) - (segment (start 65.786 23.622) (end 61.9206 27.4874) (width 0.25) (layer B.Cu) (net 90)) - (segment (start 61.9206 27.4874) (end 61.9206 48.6929) (width 0.25) (layer B.Cu) (net 90)) - (segment (start 61.9206 48.6929) (end 68.9779 55.7502) (width 0.25) (layer B.Cu) (net 90)) - (via (at 68.9779 55.7502) (size 0.8) (layers F.Cu B.Cu) (net 90)) - (segment (start 71.219 62.5372) (end 71.219 61.5652) (width 0.25) (layer B.Cu) (net 91)) - (segment (start 71.219 61.5652) (end 74.7361 58.0481) (width 0.25) (layer B.Cu) (net 91)) - (segment (start 74.7361 58.0481) (end 74.7361 27.4921) (width 0.25) (layer B.Cu) (net 91)) - (segment (start 74.7361 27.4921) (end 70.866 23.622) (width 0.25) (layer B.Cu) (net 91)) - (segment (start 67 65.5) (end 68.0343 66.5343) (width 0.25) (layer F.Cu) (net 91)) - (segment (start 68.0343 66.5343) (end 69.6522 66.5343) (width 0.25) (layer F.Cu) (net 91)) - (segment (start 69.6522 66.5343) (end 71.219 64.9675) (width 0.25) (layer F.Cu) (net 91)) - (segment (start 71.219 64.9675) (end 71.219 62.5372) (width 0.25) (layer F.Cu) (net 91)) - (via (at 71.219 62.5372) (size 0.8) (layers F.Cu B.Cu) (net 91)) - (segment (start 67 70) (end 68.0277 71.0277) (width 0.25) (layer F.Cu) (net 92)) - (segment (start 68.0277 71.0277) (end 69.6228 71.0277) (width 0.25) (layer F.Cu) (net 92)) - (segment (start 69.6228 71.0277) (end 72.3869 68.2636) (width 0.25) (layer F.Cu) (net 92)) - (segment (start 72.3869 68.2636) (end 72.3869 62.7654) (width 0.25) (layer F.Cu) (net 92)) - (segment (start 73.406 23.622) (end 75.2423 25.4583) (width 0.25) (layer B.Cu) (net 92)) - (segment (start 75.2423 25.4583) (end 75.2423 58.3269) (width 0.25) (layer B.Cu) (net 92)) - (segment (start 75.2423 58.3269) (end 72.3869 61.1823) (width 0.25) (layer B.Cu) (net 92)) - (segment (start 72.3869 61.1823) (end 72.3869 62.7654) (width 0.25) (layer B.Cu) (net 92)) - (via (at 72.3869 62.7654) (size 0.8) (layers F.Cu B.Cu) (net 92)) - (segment (start 69.4745 51.9268) (end 70.866 50.5353) (width 0.25) (layer B.Cu) (net 93)) - (segment (start 70.866 50.5353) (end 70.866 38.862) (width 0.25) (layer B.Cu) (net 93)) - (segment (start 69.025 53.308) (end 69.4745 52.8585) (width 0.25) (layer F.Cu) (net 93)) - (segment (start 69.4745 52.8585) (end 69.4745 51.9268) (width 0.25) (layer F.Cu) (net 93)) - (via (at 69.4745 51.9268) (size 0.8) (layers F.Cu B.Cu) (net 93)) - (segment (start 65.786 38.862) (end 69.3116 42.3876) (width 0.25) (layer B.Cu) (net 94)) - (segment (start 69.3116 42.3876) (end 69.3116 47.9334) (width 0.25) (layer B.Cu) (net 94)) - (segment (start 69.05 49.244) (end 69.3116 48.9824) (width 0.25) (layer F.Cu) (net 94)) - (segment (start 69.3116 48.9824) (end 69.3116 47.9334) (width 0.25) (layer F.Cu) (net 94)) - (via (at 69.3116 47.9334) (size 0.8) (layers F.Cu B.Cu) (net 94)) - (segment (start 69.05 45.18) (end 67.8559 43.9859) (width 0.25) (layer F.Cu) (net 95)) - (segment (start 67.8559 43.9859) (end 64.4547 43.9859) (width 0.25) (layer F.Cu) (net 95)) - (segment (start 63.246 40.1873) (end 64.4547 41.396) (width 0.25) (layer B.Cu) (net 95)) - (segment (start 64.4547 41.396) (end 64.4547 43.9859) (width 0.25) (layer B.Cu) (net 95)) - (segment (start 63.246 38.862) (end 63.246 40.1873) (width 0.25) (layer B.Cu) (net 95)) - (via (at 64.4547 43.9859) (size 0.8) (layers F.Cu B.Cu) (net 95)) - (segment (start 83.312 56) (end 82.2388 56) (width 0.25) (layer F.Cu) (net 96)) - (segment (start 82.2388 56) (end 82.1308 56.108) (width 0.25) (layer F.Cu) (net 96)) - (segment (start 77.978 23.622) (end 79.7924 21.8076) (width 0.25) (layer B.Cu) (net 96)) - (segment (start 79.7924 21.8076) (end 88.8675 21.8076) (width 0.25) (layer B.Cu) (net 96)) - (segment (start 88.8675 21.8076) (end 89.9462 22.8863) (width 0.25) (layer B.Cu) (net 96)) - (segment (start 89.9462 22.8863) (end 89.9462 42.6765) (width 0.25) (layer B.Cu) (net 96)) - (segment (start 89.9462 42.6765) (end 81.6524 50.9703) (width 0.25) (layer B.Cu) (net 96)) - (segment (start 81.6524 50.9703) (end 81.6524 55.6296) (width 0.25) (layer B.Cu) (net 96)) - (segment (start 81.6524 55.6296) (end 82.1308 56.108) (width 0.25) (layer B.Cu) (net 96)) - (via (at 82.1308 56.108) (size 0.8) (layers F.Cu B.Cu) (net 96)) - (segment (start 76.0363 60.0026) (end 76.1992 59.8397) (width 0.25) (layer B.Cu) (net 97)) - (segment (start 76.1992 59.8397) (end 76.1992 27.9408) (width 0.25) (layer B.Cu) (net 97)) - (segment (start 76.1992 27.9408) (end 80.518 23.622) (width 0.25) (layer B.Cu) (net 97)) - (segment (start 83.312 60) (end 83.4819 59.8301) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 83.4819 59.8301) (end 83.4819 57.9625) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 83.4819 57.9625) (end 83.0258 57.5064) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 83.0258 57.5064) (end 81.3522 57.5064) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 81.3522 57.5064) (end 79.8537 59.0049) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 79.8537 59.0049) (end 79.8537 59.8136) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 79.8537 59.8136) (end 77.6126 62.0547) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 77.6126 62.0547) (end 76.4525 62.0547) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 76.4525 62.0547) (end 76.0363 61.6385) (width 0.25) (layer F.Cu) (net 97)) - (segment (start 76.0363 61.6385) (end 76.0363 60.0026) (width 0.25) (layer F.Cu) (net 97)) - (via (at 76.0363 60.0026) (size 0.8) (layers F.Cu B.Cu) (net 97)) - (segment (start 83.312 64) (end 81.6159 62.3039) (width 0.25) (layer F.Cu) (net 99)) - (segment (start 81.6159 62.3039) (end 79.7391 62.3039) (width 0.25) (layer F.Cu) (net 99)) - (segment (start 85.598 23.622) (end 86.9621 22.2579) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 86.9621 22.2579) (end 88.6809 22.2579) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 88.6809 22.2579) (end 89.4959 23.0729) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 89.4959 23.0729) (end 89.4959 40.3501) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 89.4959 40.3501) (end 86.9758 42.8702) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 86.9758 42.8702) (end 85.2952 42.8702) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 85.2952 42.8702) (end 79.6418 48.5236) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 79.6418 48.5236) (end 79.6418 49.2454) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 79.6418 49.2454) (end 79.7391 49.3427) (width 0.25) (layer B.Cu) (net 99)) - (segment (start 79.7391 49.3427) (end 79.7391 62.3039) (width 0.25) (layer B.Cu) (net 99)) - (via (at 79.7391 62.3039) (size 0.8) (layers F.Cu B.Cu) (net 99)) - (segment (start 76.6502 66.3117) (end 76.7616 66.2003) (width 0.25) (layer B.Cu) (net 100)) - (segment (start 76.7616 66.2003) (end 76.7616 57.978) (width 0.25) (layer B.Cu) (net 100)) - (segment (start 76.7616 57.978) (end 76.6502 57.8666) (width 0.25) (layer B.Cu) (net 100)) - (segment (start 76.6502 57.8666) (end 76.6502 35.1098) (width 0.25) (layer B.Cu) (net 100)) - (segment (start 76.6502 35.1098) (end 88.138 23.622) (width 0.25) (layer B.Cu) (net 100)) - (segment (start 83.303 68) (end 80.8987 65.5957) (width 0.25) (layer F.Cu) (net 100)) - (segment (start 80.8987 65.5957) (end 78.4539 65.5957) (width 0.25) (layer F.Cu) (net 100)) - (segment (start 78.4539 65.5957) (end 77.7379 66.3117) (width 0.25) (layer F.Cu) (net 100)) - (segment (start 77.7379 66.3117) (end 76.6502 66.3117) (width 0.25) (layer F.Cu) (net 100)) - (via (at 76.6502 66.3117) (size 0.8) (layers F.Cu B.Cu) (net 100)) - (segment (start 77.05 78) (end 77.0889 78) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 77.0889 78) (end 80.4365 74.6524) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 80.4365 74.6524) (end 80.4365 74.0514) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 80.4365 74.0514) (end 79.7998 73.4147) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 79.7998 73.4147) (end 79.7997 73.4147) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 79.7997 73.4147) (end 79.7997 67.5992) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 79.7997 67.5992) (end 79.4221 67.2216) (width 0.25) (layer F.Cu) (net 101)) - (segment (start 85.598 38.862) (end 85.0641 38.862) (width 0.25) (layer B.Cu) (net 101)) - (segment (start 85.0641 38.862) (end 80.2702 43.6559) (width 0.25) (layer B.Cu) (net 101)) - (segment (start 80.2702 43.6559) (end 79.9548 43.6559) (width 0.25) (layer B.Cu) (net 101)) - (segment (start 79.9548 43.6559) (end 78.2885 45.3222) (width 0.25) (layer B.Cu) (net 101)) - (segment (start 78.2885 45.3222) (end 78.2885 66.088) (width 0.25) (layer B.Cu) (net 101)) - (segment (start 78.2885 66.088) (end 79.4221 67.2216) (width 0.25) (layer B.Cu) (net 101)) - (via (at 79.4221 67.2216) (size 0.8) (layers F.Cu B.Cu) (net 101)) - (segment (start 94.05 72) (end 92.9656 73.0844) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 92.9656 73.0844) (end 82.7842 73.0844) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 82.7842 73.0844) (end 80.3238 70.624) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 80.3238 70.624) (end 80.3238 67.0974) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 80.3238 67.0974) (end 79.7228 66.4964) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 79.7228 66.4964) (end 79.7228 66.4963) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 79.7228 66.4963) (end 79.0757 66.4963) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 79.0757 66.4963) (end 78.4217 67.1503) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 78.4217 67.1503) (end 78.4217 67.2983) (width 0.25) (layer F.Cu) (net 102)) - (segment (start 80.518 38.862) (end 77.8382 41.5418) (width 0.25) (layer B.Cu) (net 102)) - (segment (start 77.8382 41.5418) (end 77.8382 66.7148) (width 0.25) (layer B.Cu) (net 102)) - (segment (start 77.8382 66.7148) (end 78.4217 67.2983) (width 0.25) (layer B.Cu) (net 102)) - (via (at 78.4217 67.2983) (size 0.8) (layers F.Cu B.Cu) (net 102)) - (segment (start 77.025 74) (end 77.9627 73.0623) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 77.9627 73.0623) (end 77.9627 71.5776) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 77.9627 71.5776) (end 77.5379 71.1528) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 77.5379 71.1528) (end 76.5828 71.1528) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 76.5828 71.1528) (end 76.1486 70.7186) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 76.1486 70.7186) (end 76.1486 68.252) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 76.1486 68.252) (end 76.971 67.4296) (width 0.25) (layer F.Cu) (net 103)) - (segment (start 77.978 40.1873) (end 77.3877 40.7776) (width 0.25) (layer B.Cu) (net 103)) - (segment (start 77.3877 40.7776) (end 77.3877 67.0129) (width 0.25) (layer B.Cu) (net 103)) - (segment (start 77.3877 67.0129) (end 76.971 67.4296) (width 0.25) (layer B.Cu) (net 103)) - (segment (start 77.978 38.862) (end 77.978 40.1873) (width 0.25) (layer B.Cu) (net 103)) - (via (at 76.971 67.4296) (size 0.8) (layers F.Cu B.Cu) (net 103)) - (segment (start 92.71 23.622) (end 90.3966 25.9354) (width 0.25) (layer B.Cu) (net 104)) - (segment (start 90.3966 25.9354) (end 90.3966 43.4999) (width 0.25) (layer B.Cu) (net 104)) - (segment (start 90.3966 43.4999) (end 82.4022 51.4943) (width 0.25) (layer B.Cu) (net 104)) - (segment (start 82.4022 51.4943) (end 82.4022 53.2945) (width 0.25) (layer B.Cu) (net 104)) - (segment (start 75 57) (end 76.0264 55.9736) (width 0.25) (layer F.Cu) (net 104)) - (segment (start 76.0264 55.9736) (end 78.0341 55.9736) (width 0.25) (layer F.Cu) (net 104)) - (segment (start 78.0341 55.9736) (end 80.7132 53.2945) (width 0.25) (layer F.Cu) (net 104)) - (segment (start 80.7132 53.2945) (end 82.4022 53.2945) (width 0.25) (layer F.Cu) (net 104)) - (via (at 82.4022 53.2945) (size 0.8) (layers F.Cu B.Cu) (net 104)) - (segment (start 95.25 23.622) (end 90.9304 27.9416) (width 0.25) (layer B.Cu) (net 105)) - (segment (start 90.9304 27.9416) (end 90.9304 43.603) (width 0.25) (layer B.Cu) (net 105)) - (segment (start 90.9304 43.603) (end 83.1519 51.3815) (width 0.25) (layer B.Cu) (net 105)) - (segment (start 83.1519 51.3815) (end 83.1519 56.8245) (width 0.25) (layer B.Cu) (net 105)) - (segment (start 83.1519 56.8245) (end 81.7107 58.2657) (width 0.25) (layer B.Cu) (net 105)) - (segment (start 75 61) (end 75 61.2391) (width 0.25) (layer F.Cu) (net 105)) - (segment (start 75 61.2391) (end 76.2943 62.5334) (width 0.25) (layer F.Cu) (net 105)) - (segment (start 76.2943 62.5334) (end 77.7708 62.5334) (width 0.25) (layer F.Cu) (net 105)) - (segment (start 77.7708 62.5334) (end 81.7107 58.5935) (width 0.25) (layer F.Cu) (net 105)) - (segment (start 81.7107 58.5935) (end 81.7107 58.2657) (width 0.25) (layer F.Cu) (net 105)) - (via (at 81.7107 58.2657) (size 0.8) (layers F.Cu B.Cu) (net 105)) - (segment (start 75 65) (end 76.362 63.638) (width 0.25) (layer F.Cu) (net 106)) - (segment (start 76.362 63.638) (end 77.3643 63.638) (width 0.25) (layer F.Cu) (net 106)) - (segment (start 77.3643 63.638) (end 82.7421 58.2602) (width 0.25) (layer F.Cu) (net 106)) - (segment (start 100.33 23.622) (end 91.3808 32.5712) (width 0.25) (layer B.Cu) (net 106)) - (segment (start 91.3808 32.5712) (end 91.3808 44.0979) (width 0.25) (layer B.Cu) (net 106)) - (segment (start 91.3808 44.0979) (end 83.6023 51.8764) (width 0.25) (layer B.Cu) (net 106)) - (segment (start 83.6023 51.8764) (end 83.6023 57.4) (width 0.25) (layer B.Cu) (net 106)) - (segment (start 83.6023 57.4) (end 82.7421 58.2602) (width 0.25) (layer B.Cu) (net 106)) - (via (at 82.7421 58.2602) (size 0.8) (layers F.Cu B.Cu) (net 106)) - (segment (start 75 70) (end 75 68.1177) (width 0.25) (layer F.Cu) (net 107)) - (segment (start 75 68.1177) (end 75.7039 67.4138) (width 0.25) (layer F.Cu) (net 107)) - (segment (start 102.87 23.622) (end 100.6053 21.3573) (width 0.25) (layer B.Cu) (net 107)) - (segment (start 100.6053 21.3573) (end 78.3405 21.3573) (width 0.25) (layer B.Cu) (net 107)) - (segment (start 78.3405 21.3573) (end 75.7489 23.9489) (width 0.25) (layer B.Cu) (net 107)) - (segment (start 75.7489 23.9489) (end 75.7489 58.8461) (width 0.25) (layer B.Cu) (net 107)) - (segment (start 75.7489 58.8461) (end 75.2987 59.2963) (width 0.25) (layer B.Cu) (net 107)) - (segment (start 75.2987 59.2963) (end 75.2987 67.0086) (width 0.25) (layer B.Cu) (net 107)) - (segment (start 75.2987 67.0086) (end 75.7039 67.4138) (width 0.25) (layer B.Cu) (net 107)) - (via (at 75.7039 67.4138) (size 0.8) (layers F.Cu B.Cu) (net 107)) - (segment (start 77.05 53) (end 77.8847 53) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 77.8847 53) (end 81.5882 49.2965) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 81.5882 49.2965) (end 81.5882 49.0928) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 81.5882 49.0928) (end 81.966 48.715) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 81.966 48.715) (end 85.6041 48.715) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 85.6041 48.715) (end 86.8831 47.436) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 86.8831 47.436) (end 90.0689 47.436) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 90.0689 47.436) (end 90.4444 47.8115) (width 0.25) (layer F.Cu) (net 108)) - (segment (start 100.33 38.862) (end 91.3805 47.8115) (width 0.25) (layer B.Cu) (net 108)) - (segment (start 91.3805 47.8115) (end 90.4444 47.8115) (width 0.25) (layer B.Cu) (net 108)) - (via (at 90.4444 47.8115) (size 0.8) (layers F.Cu B.Cu) (net 108)) - (segment (start 80.4126 48.8094) (end 80.4126 58.017) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 80.4126 58.017) (end 81.3877 58.9921) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 81.3877 58.9921) (end 83.0696 58.9921) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 83.0696 58.9921) (end 85.9047 56.157) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 85.9047 56.157) (end 85.9047 50.6021) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 85.9047 50.6021) (end 95.25 41.2568) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 95.25 41.2568) (end 95.25 38.862) (width 0.25) (layer B.Cu) (net 109)) - (segment (start 77.05 49) (end 77.2406 48.8094) (width 0.25) (layer F.Cu) (net 109)) - (segment (start 77.2406 48.8094) (end 80.4126 48.8094) (width 0.25) (layer F.Cu) (net 109)) - (via (at 80.4126 48.8094) (size 0.8) (layers F.Cu B.Cu) (net 109)) - (segment (start 77.05 45) (end 79.6614 45) (width 0.25) (layer F.Cu) (net 110)) - (segment (start 88.2822 40.4643) (end 84.1971 40.4643) (width 0.25) (layer B.Cu) (net 110)) - (segment (start 84.1971 40.4643) (end 79.6614 45) (width 0.25) (layer B.Cu) (net 110)) - (segment (start 91.3847 38.862) (end 89.7824 40.4643) (width 0.25) (layer F.Cu) (net 110)) - (segment (start 89.7824 40.4643) (end 88.2822 40.4643) (width 0.25) (layer F.Cu) (net 110)) - (segment (start 92.71 38.862) (end 91.3847 38.862) (width 0.25) (layer F.Cu) (net 110)) - (via (at 88.2822 40.4643) (size 0.8) (layers F.Cu B.Cu) (net 110)) - (via (at 79.6614 45) (size 0.8) (layers F.Cu B.Cu) (net 110)) - (segment (start 92 56) (end 92 54.6802) (width 0.25) (layer F.Cu) (net 111)) - (segment (start 107.442 23.622) (end 104.1967 26.8673) (width 0.25) (layer B.Cu) (net 111)) - (segment (start 104.1967 26.8673) (end 104.1967 39.5596) (width 0.25) (layer B.Cu) (net 111)) - (segment (start 104.1967 39.5596) (end 92 51.7563) (width 0.25) (layer B.Cu) (net 111)) - (segment (start 92 51.7563) (end 92 54.6802) (width 0.25) (layer B.Cu) (net 111)) - (via (at 92 54.6802) (size 0.8) (layers F.Cu B.Cu) (net 111)) - (segment (start 109.982 23.622) (end 104.6472 28.9568) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 104.6472 28.9568) (end 104.6472 41.6618) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 104.6472 41.6618) (end 102.0506 44.2584) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 102.0506 44.2584) (end 102.0506 47.2328) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 102.0506 47.2328) (end 99.5554 49.728) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 99.5554 49.728) (end 99.5554 51.3665) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 99.5554 51.3665) (end 92.2584 58.6635) (width 0.25) (layer B.Cu) (net 112)) - (segment (start 92 60) (end 92.2584 59.7416) (width 0.25) (layer F.Cu) (net 112)) - (segment (start 92.2584 59.7416) (end 92.2584 58.6635) (width 0.25) (layer F.Cu) (net 112)) - (via (at 92.2584 58.6635) (size 0.8) (layers F.Cu B.Cu) (net 112)) - (segment (start 91.9944 65.3507) (end 91.9944 61.2975) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 91.9944 61.2975) (end 100.456 52.8359) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 100.456 52.8359) (end 100.456 50.9189) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 100.456 50.9189) (end 102.5009 48.874) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 102.5009 48.874) (end 102.5009 44.445) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 102.5009 44.445) (end 105.1541 41.7918) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 105.1541 41.7918) (end 105.1541 33.5299) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 105.1541 33.5299) (end 115.062 23.622) (width 0.25) (layer B.Cu) (net 113)) - (segment (start 92 68) (end 92 65.3563) (width 0.25) (layer F.Cu) (net 113)) - (segment (start 92 65.3563) (end 91.9944 65.3507) (width 0.25) (layer F.Cu) (net 113)) - (via (at 91.9944 65.3507) (size 0.8) (layers F.Cu B.Cu) (net 113)) - (segment (start 117.602 23.622) (end 105.6045 35.6195) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 105.6045 35.6195) (end 105.6045 41.9783) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 105.6045 41.9783) (end 102.9512 44.6316) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 102.9512 44.6316) (end 102.9512 49.0606) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 102.9512 49.0606) (end 100.9063 51.1055) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 100.9063 51.1055) (end 100.9063 55.1201) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 100.9063 55.1201) (end 93.4224 62.604) (width 0.25) (layer B.Cu) (net 114)) - (segment (start 91.975 64) (end 93.371 62.604) (width 0.25) (layer F.Cu) (net 114)) - (segment (start 93.371 62.604) (end 93.4224 62.604) (width 0.25) (layer F.Cu) (net 114)) - (via (at 93.4224 62.604) (size 0.8) (layers F.Cu B.Cu) (net 114)) - (segment (start 115.062 38.862) (end 113.6876 37.4876) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 113.6876 37.4876) (end 106.3524 37.4876) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 106.3524 37.4876) (end 106.0549 37.7851) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 106.0549 37.7851) (end 106.0549 42.1648) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 106.0549 42.1648) (end 103.4015 44.8182) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 103.4015 44.8182) (end 103.4015 49.2472) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 103.4015 49.2472) (end 101.3566 51.2921) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 101.3566 51.2921) (end 101.3566 57.0143) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 101.3566 57.0143) (end 85.5263 72.8446) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 85.5263 72.8446) (end 85.5263 78.3232) (width 0.25) (layer B.Cu) (net 115)) - (segment (start 85.362 80.182) (end 85.362 78.4875) (width 0.25) (layer F.Cu) (net 115)) - (segment (start 85.362 78.4875) (end 85.5263 78.3232) (width 0.25) (layer F.Cu) (net 115)) - (via (at 85.5263 78.3232) (size 0.8) (layers F.Cu B.Cu) (net 115)) - (segment (start 86.5523 75.7836) (end 86.5523 75.4377) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 86.5523 75.4377) (end 103.6082 58.3818) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 103.6082 58.3818) (end 103.6082 51.6452) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 103.6082 51.6452) (end 107.6671 47.5863) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 107.6671 47.5863) (end 107.6671 44.1178) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 107.6671 44.1178) (end 109.982 41.8029) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 109.982 41.8029) (end 109.982 38.862) (width 0.25) (layer B.Cu) (net 116)) - (segment (start 85.362 76) (end 86.3359 76) (width 0.25) (layer F.Cu) (net 116)) - (segment (start 86.3359 76) (end 86.5523 75.7836) (width 0.25) (layer F.Cu) (net 116)) - (via (at 86.5523 75.7836) (size 0.8) (layers F.Cu B.Cu) (net 116)) - (segment (start 107.442 38.862) (end 107.442 41.7931) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 107.442 41.7931) (end 103.8518 45.3833) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 103.8518 45.3833) (end 103.8518 49.4338) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 103.8518 49.4338) (end 101.8069 51.4787) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 101.8069 51.4787) (end 101.8069 57.502) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 101.8069 57.502) (end 87.9458 71.3631) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 87.9458 71.3631) (end 87.9458 72) (width 0.25) (layer B.Cu) (net 117)) - (segment (start 85.362 72) (end 87.9458 72) (width 0.25) (layer F.Cu) (net 117)) - (via (at 87.9458 72) (size 0.8) (layers F.Cu B.Cu) (net 117)) - (segment (start 83 49.35) (end 82.3331 49.35) (width 0.25) (layer F.Cu) (net 118)) - (segment (start 82.3331 49.35) (end 77.1255 54.5576) (width 0.25) (layer F.Cu) (net 118)) - (segment (start 77.1255 54.5576) (end 73.3856 54.5576) (width 0.25) (layer F.Cu) (net 118)) - (segment (start 73.3856 54.5576) (end 70.5712 57.372) (width 0.25) (layer F.Cu) (net 118)) - (segment (start 70.5712 57.372) (end 69.05 57.372) (width 0.25) (layer F.Cu) (net 118)) - (segment (start 83 50.62) (end 81.9193 50.62) (width 0.25) (layer F.Cu) (net 119)) - (segment (start 81.9193 50.62) (end 77.5313 55.008) (width 0.25) (layer F.Cu) (net 119)) - (segment (start 77.5313 55.008) (end 73.5721 55.008) (width 0.25) (layer F.Cu) (net 119)) - (segment (start 73.5721 55.008) (end 69.05 59.5301) (width 0.25) (layer F.Cu) (net 119)) - (segment (start 69.05 59.5301) (end 69.05 61.436) (width 0.25) (layer F.Cu) (net 119)) - (segment (start 69.05 65.5) (end 66.0881 62.5381) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 66.0881 62.5381) (end 66.0881 56.4007) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 66.0881 56.4007) (end 67.5364 54.9524) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 67.5364 54.9524) (end 72.1939 54.9524) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 72.1939 54.9524) (end 73.0795 54.0668) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 73.0795 54.0668) (end 75.5389 54.0668) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 75.5389 54.0668) (end 76.025 53.5807) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 76.025 53.5807) (end 76.025 52.3644) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 76.025 52.3644) (end 76.6579 51.7315) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 76.6579 51.7315) (end 78.5163 51.7315) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 78.5163 51.7315) (end 81.1379 49.1099) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 81.1379 49.1099) (end 81.1379 48.8372) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 81.1379 48.8372) (end 81.8951 48.08) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 81.8951 48.08) (end 83 48.08) (width 0.25) (layer F.Cu) (net 120)) - (segment (start 69.05 70) (end 65.634 66.584) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 65.634 66.584) (end 65.634 56.1687) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 65.634 56.1687) (end 67.3007 54.502) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 67.3007 54.502) (end 69.4512 54.502) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 69.4512 54.502) (end 73.6851 50.2681) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 73.6851 50.2681) (end 73.6851 48.6543) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 73.6851 48.6543) (end 74.8189 47.5205) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 74.8189 47.5205) (end 80.5668 47.5205) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 80.5668 47.5205) (end 81.2773 46.81) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 81.2773 46.81) (end 83 46.81) (width 0.25) (layer F.Cu) (net 121)) - (segment (start 77.05 57) (end 78.1101 57) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 78.1101 57) (end 81.0371 54.073) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 81.0371 54.073) (end 83.4295 54.073) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 83.4295 54.073) (end 86.2475 51.255) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 86.2475 51.255) (end 89.3754 51.255) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 89.3754 51.255) (end 91.2804 49.35) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 91.2804 49.35) (end 93 49.35) (width 0.25) (layer F.Cu) (net 122)) - (segment (start 93 50.62) (end 92.012 50.62) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 92.012 50.62) (end 88.1754 54.4566) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 88.1754 54.4566) (end 84.3197 54.4566) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 84.3197 54.4566) (end 83.8027 54.9736) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 83.8027 54.9736) (end 82.2393 54.9736) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 82.2393 54.9736) (end 77.05 60.1629) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 77.05 60.1629) (end 77.05 61) (width 0.25) (layer F.Cu) (net 123)) - (segment (start 77.05 65) (end 76.7803 65) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 76.7803 65) (end 75.7031 66.0772) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 75.7031 66.0772) (end 74.4861 66.0772) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 74.4861 66.0772) (end 74.0555 65.6466) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 74.0555 65.6466) (end 74.0555 60.2903) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 74.0555 60.2903) (end 75.0779 59.2679) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 75.0779 59.2679) (end 76.7976 59.2679) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 76.7976 59.2679) (end 81.5422 54.5233) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 81.5422 54.5233) (end 83.6161 54.5233) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 83.6161 54.5233) (end 84.4935 53.6459) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 84.4935 53.6459) (end 88.2724 53.6459) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 88.2724 53.6459) (end 91.9333 49.985) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 91.9333 49.985) (end 94.0438 49.985) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 94.0438 49.985) (end 94.3557 49.6731) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 94.3557 49.6731) (end 94.3557 49.0243) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 94.3557 49.0243) (end 93.4114 48.08) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 93.4114 48.08) (end 93 48.08) (width 0.25) (layer F.Cu) (net 124)) - (segment (start 80.7188 66.4667) (end 80.2981 66.046) (width 0.25) (layer F.Cu) (net 125)) - (segment (start 80.2981 66.046) (end 78.6405 66.046) (width 0.25) (layer F.Cu) (net 125)) - (segment (start 78.6405 66.046) (end 77.6964 66.9901) (width 0.25) (layer F.Cu) (net 125)) - (segment (start 77.6964 66.9901) (end 77.6964 69.3536) (width 0.25) (layer F.Cu) (net 125)) - (segment (start 77.6964 69.3536) (end 77.05 70) (width 0.25) (layer F.Cu) (net 125)) - (segment (start 90.9801 46.9121) (end 90.308 46.9121) (width 0.25) (layer B.Cu) (net 125)) - (segment (start 90.308 46.9121) (end 89.3771 47.843) (width 0.25) (layer B.Cu) (net 125)) - (segment (start 89.3771 47.843) (end 89.3771 57.8084) (width 0.25) (layer B.Cu) (net 125)) - (segment (start 89.3771 57.8084) (end 80.7188 66.4667) (width 0.25) (layer B.Cu) (net 125)) - (segment (start 90.9801 46.9121) (end 91.0822 46.81) (width 0.25) (layer F.Cu) (net 125)) - (segment (start 91.0822 46.81) (end 93 46.81) (width 0.25) (layer F.Cu) (net 125)) - (via (at 90.9801 46.9121) (size 0.8) (layers F.Cu B.Cu) (net 125)) - (via (at 80.7188 66.4667) (size 0.8) (layers F.Cu B.Cu) (net 125)) - (segment (start 103 49.35) (end 102.1598 49.35) (width 0.25) (layer F.Cu) (net 126)) - (segment (start 102.1598 49.35) (end 98.4105 53.0993) (width 0.25) (layer F.Cu) (net 126)) - (segment (start 98.4105 53.0993) (end 91.5779 53.0993) (width 0.25) (layer F.Cu) (net 126)) - (segment (start 91.5779 53.0993) (end 88.6772 56) (width 0.25) (layer F.Cu) (net 126)) - (segment (start 88.6772 56) (end 85.362 56) (width 0.25) (layer F.Cu) (net 126)) - (segment (start 85.362 60) (end 91.5873 53.7747) (width 0.25) (layer F.Cu) (net 127)) - (segment (start 91.5873 53.7747) (end 98.372 53.7747) (width 0.25) (layer F.Cu) (net 127)) - (segment (start 98.372 53.7747) (end 101.5267 50.62) (width 0.25) (layer F.Cu) (net 127)) - (segment (start 101.5267 50.62) (end 103 50.62) (width 0.25) (layer F.Cu) (net 127)) - (segment (start 101.415 48.932) (end 100.0057 50.3413) (width 0.25) (layer B.Cu) (net 128)) - (segment (start 100.0057 50.3413) (end 100.0057 51.942) (width 0.25) (layer B.Cu) (net 128)) - (segment (start 100.0057 51.942) (end 89.1425 62.8052) (width 0.25) (layer B.Cu) (net 128)) - (segment (start 85.362 64) (end 86.5568 62.8052) (width 0.25) (layer F.Cu) (net 128)) - (segment (start 86.5568 62.8052) (end 89.1425 62.8052) (width 0.25) (layer F.Cu) (net 128)) - (segment (start 103 48.08) (end 102.267 48.08) (width 0.25) (layer F.Cu) (net 128)) - (segment (start 102.267 48.08) (end 101.415 48.932) (width 0.25) (layer F.Cu) (net 128)) - (via (at 101.415 48.932) (size 0.8) (layers F.Cu B.Cu) (net 128)) - (via (at 89.1425 62.8052) (size 0.8) (layers F.Cu B.Cu) (net 128)) - (segment (start 103 46.81) (end 102.177 46.81) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 102.177 46.81) (end 99.002 49.985) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 99.002 49.985) (end 96.4357 49.985) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 96.4357 49.985) (end 94.3472 52.0735) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 94.3472 52.0735) (end 94.3472 52.2058) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 94.3472 52.2058) (end 93.904 52.649) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 93.904 52.649) (end 90.6199 52.649) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 90.6199 52.649) (end 88.3517 54.9172) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 88.3517 54.9172) (end 84.8514 54.9172) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 84.8514 54.9172) (end 84.4396 55.329) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 84.4396 55.329) (end 84.4396 67.0866) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 84.4396 67.0866) (end 85.353 68) (width 0.25) (layer F.Cu) (net 129)) - (segment (start 94.05 68) (end 97.4976 64.5524) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 97.4976 64.5524) (end 97.4976 57.2757) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 97.4976 57.2757) (end 100.7033 54.07) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 100.7033 54.07) (end 109.0643 54.07) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 109.0643 54.07) (end 111.8793 51.255) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 111.8793 51.255) (end 114.0523 51.255) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 114.0523 51.255) (end 114.3177 50.9896) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 114.3177 50.9896) (end 114.3177 48.9766) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 114.3177 48.9766) (end 113.4211 48.08) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 113.4211 48.08) (end 113 48.08) (width 0.25) (layer F.Cu) (net 130)) - (segment (start 94.05 56) (end 97.4945 56) (width 0.25) (layer F.Cu) (net 131)) - (segment (start 97.4945 56) (end 100.3251 53.1694) (width 0.25) (layer F.Cu) (net 131)) - (segment (start 100.3251 53.1694) (end 108.3178 53.1694) (width 0.25) (layer F.Cu) (net 131)) - (segment (start 108.3178 53.1694) (end 112.1372 49.35) (width 0.25) (layer F.Cu) (net 131)) - (segment (start 112.1372 49.35) (end 113 49.35) (width 0.25) (layer F.Cu) (net 131)) - (segment (start 94.05 60) (end 94.1314 60) (width 0.25) (layer F.Cu) (net 132)) - (segment (start 94.1314 60) (end 100.5117 53.6197) (width 0.25) (layer F.Cu) (net 132)) - (segment (start 100.5117 53.6197) (end 108.8777 53.6197) (width 0.25) (layer F.Cu) (net 132)) - (segment (start 108.8777 53.6197) (end 111.8774 50.62) (width 0.25) (layer F.Cu) (net 132)) - (segment (start 111.8774 50.62) (end 113 50.62) (width 0.25) (layer F.Cu) (net 132)) - (segment (start 94.025 64) (end 94.1506 63.8744) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 94.1506 63.8744) (end 94.1506 62.2888) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 94.1506 62.2888) (end 93.1313 61.2695) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 93.1313 61.2695) (end 93.1313 55.2925) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 93.1313 55.2925) (end 93.4502 54.9736) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 93.4502 54.9736) (end 97.81 54.9736) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 97.81 54.9736) (end 100.0723 52.7113) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 100.0723 52.7113) (end 103.8565 52.7113) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 103.8565 52.7113) (end 106.5827 49.9851) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 106.5827 49.9851) (end 108.9827 49.9851) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 108.9827 49.9851) (end 112.1578 46.81) (width 0.25) (layer F.Cu) (net 133)) - (segment (start 112.1578 46.81) (end 113 46.81) (width 0.25) (layer F.Cu) (net 133)) - - (zone (net 1) (net_name Vss) (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 120 100) (xy 20 100) (xy 20 20) (xy 120 20) - ) - ) - (filled_polygon - (pts - (xy 32.402803 21.569596) (xy 32.373799 21.593399) (xy 32.330078 21.646674) (xy 32.278826 21.709124) (xy 32.227044 21.806) - (xy 32.208254 21.841154) (xy 32.164797 21.984415) (xy 32.1538 22.096068) (xy 32.1538 22.096078) (xy 32.150124 22.1334) - (xy 32.1538 22.170722) (xy 32.153801 32.794468) (xy 32.150124 32.8318) (xy 32.153801 32.869133) (xy 32.164798 32.980786) - (xy 32.169254 32.995476) (xy 32.208254 33.124046) (xy 32.278826 33.256076) (xy 32.339867 33.330454) (xy 32.3738 33.371801) - (xy 32.402798 33.395599) (xy 33.416977 34.409778) (xy 33.27232 34.626273) (xy 33.164147 34.887426) (xy 33.109 35.164665) - (xy 33.109 35.447335) (xy 33.164147 35.724574) (xy 33.27232 35.985727) (xy 33.429363 36.220759) (xy 33.629241 36.420637) - (xy 33.789842 36.527947) (xy 33.794997 36.580286) (xy 33.805167 36.613813) (xy 33.629241 36.731363) (xy 33.429363 36.931241) - (xy 33.27232 37.166273) (xy 33.164147 37.427426) (xy 33.109 37.704665) (xy 33.109 37.987335) (xy 33.164147 38.264574) - (xy 33.27232 38.525727) (xy 33.416977 38.742221) (xy 22.820198 49.339001) (xy 22.7912 49.362799) (xy 22.767402 49.391797) - (xy 22.767401 49.391798) (xy 22.696226 49.478524) (xy 22.625654 49.610554) (xy 22.607174 49.671477) (xy 22.582198 49.753814) - (xy 22.574665 49.830298) (xy 22.567524 49.9028) (xy 22.571201 49.940132) (xy 22.5712 53.854989) (xy 22.527263 53.898926) - (xy 22.413995 54.068444) (xy 22.335974 54.256802) (xy 22.2962 54.456761) (xy 22.2962 54.660639) (xy 22.335974 54.860598) - (xy 22.413995 55.048956) (xy 22.527263 55.218474) (xy 22.671426 55.362637) (xy 22.840944 55.475905) (xy 23.029302 55.553926) - (xy 23.229261 55.5937) (xy 23.433139 55.5937) (xy 23.633098 55.553926) (xy 23.73497 55.511729) (xy 22.683998 56.562701) - (xy 22.655 56.586499) (xy 22.631202 56.615497) (xy 22.631201 56.615498) (xy 22.560026 56.702224) (xy 22.489454 56.834254) - (xy 22.471234 56.89432) (xy 22.445998 56.977514) (xy 22.436948 57.069399) (xy 22.431324 57.1265) (xy 22.435001 57.163833) - (xy 22.435 81.268278) (xy 22.431324 81.3056) (xy 22.435 81.342922) (xy 22.435 81.342932) (xy 22.445997 81.454585) - (xy 22.470596 81.535677) (xy 22.489454 81.597846) (xy 22.560026 81.729876) (xy 22.599871 81.778426) (xy 22.654999 81.845601) - (xy 22.684002 81.869403) (xy 23.200469 82.38587) (xy 23.055958 82.602147) (xy 22.94299 82.874875) (xy 22.8854 83.164401) - (xy 22.8854 83.459599) (xy 22.94299 83.749125) (xy 23.055958 84.021853) (xy 23.219961 84.267302) (xy 23.428698 84.476039) - (xy 23.674147 84.640042) (xy 23.946875 84.75301) (xy 24.236401 84.8106) (xy 24.467 84.8106) (xy 24.467001 96.521168) - (xy 24.463324 96.5585) (xy 24.467001 96.595833) (xy 24.477978 96.707277) (xy 24.477998 96.707485) (xy 24.521454 96.850746) - (xy 24.592026 96.982776) (xy 24.643401 97.045376) (xy 24.687 97.098501) (xy 24.715998 97.122299) (xy 24.797696 97.203997) - (xy 24.821499 97.233001) (xy 24.937224 97.327974) (xy 25.069253 97.398546) (xy 25.212514 97.442003) (xy 25.324167 97.453) - (xy 25.324175 97.453) (xy 25.3615 97.456676) (xy 25.398825 97.453) (xy 27.417578 97.453) (xy 27.4549 97.456676) - (xy 27.492222 97.453) (xy 27.492233 97.453) (xy 27.603886 97.442003) (xy 27.747147 97.398546) (xy 27.879176 97.327974) - (xy 27.994901 97.233001) (xy 28.018703 97.203999) (xy 28.116003 97.106699) (xy 28.145001 97.082901) (xy 28.239974 96.967176) - (xy 28.300231 96.854444) (xy 28.518875 96.94501) (xy 28.808401 97.0026) (xy 29.103599 97.0026) (xy 29.333974 96.956776) - (xy 30.060201 97.683003) (xy 30.083999 97.712001) (xy 30.199724 97.806974) (xy 30.331753 97.877546) (xy 30.475014 97.921003) - (xy 30.586667 97.932) (xy 30.586676 97.932) (xy 30.623999 97.935676) (xy 30.661322 97.932) (xy 34.040278 97.932) - (xy 34.0776 97.935676) (xy 34.114922 97.932) (xy 34.114933 97.932) (xy 34.226586 97.921003) (xy 34.369847 97.877546) - (xy 34.501876 97.806974) (xy 34.617601 97.712001) (xy 34.641404 97.682997) (xy 35.642078 96.682324) (xy 35.866147 96.832042) - (xy 36.138875 96.94501) (xy 36.428401 97.0026) (xy 36.723599 97.0026) (xy 37.013125 96.94501) (xy 37.285853 96.832042) - (xy 37.531302 96.668039) (xy 37.740039 96.459302) (xy 37.904042 96.213853) (xy 38.01701 95.941125) (xy 38.0746 95.651599) - (xy 38.0746 95.356401) (xy 38.01701 95.066875) (xy 37.904042 94.794147) (xy 37.759531 94.57787) (xy 38.425722 93.911679) - (xy 53.555 93.911679) (xy 53.555 95.572322) (xy 53.578657 95.812516) (xy 53.672149 96.120715) (xy 53.82397 96.404752) - (xy 54.028287 96.653714) (xy 54.277249 96.858031) (xy 54.561286 97.009852) (xy 54.869485 97.103343) (xy 55.19 97.134911) - (xy 55.510516 97.103343) (xy 55.818715 97.009852) (xy 56.102752 96.858031) (xy 56.351714 96.653714) (xy 56.556031 96.404752) - (xy 56.707852 96.120715) (xy 56.801343 95.812516) (xy 56.825 95.572322) (xy 56.825 94.122434) (xy 57.449876 94.122434) - (xy 57.480856 94.250355) (xy 57.60999 94.544761) (xy 57.794078 94.808317) (xy 58.026046 95.030895) (xy 58.29698 95.203942) - (xy 58.596468 95.320807) (xy 58.913 95.377) (xy 59.235568 95.377) (xy 59.010273 95.47032) (xy 58.775241 95.627363) - (xy 58.575363 95.827241) (xy 58.41832 96.062273) (xy 58.310147 96.323426) (xy 58.255 96.600665) (xy 58.255 96.883335) - (xy 58.310147 97.160574) (xy 58.41832 97.421727) (xy 58.575363 97.656759) (xy 58.775241 97.856637) (xy 59.010273 98.01368) - (xy 59.271426 98.121853) (xy 59.548665 98.177) (xy 59.831335 98.177) (xy 60.108574 98.121853) (xy 60.369727 98.01368) - (xy 60.604759 97.856637) (xy 60.804637 97.656759) (xy 60.96168 97.421727) (xy 61.069853 97.160574) (xy 61.125 96.883335) - (xy 61.125 96.600665) (xy 61.069853 96.323426) (xy 60.96168 96.062273) (xy 60.804637 95.827241) (xy 60.604759 95.627363) - (xy 60.369727 95.47032) (xy 60.144432 95.377) (xy 60.467 95.377) (xy 60.783532 95.320807) (xy 61.08302 95.203942) - (xy 61.353954 95.030895) (xy 61.585922 94.808317) (xy 61.77001 94.544761) (xy 61.899144 94.250355) (xy 61.930124 94.122434) - (xy 61.830876 93.911679) (xy 62.555 93.911679) (xy 62.555 95.572322) (xy 62.578657 95.812516) (xy 62.672149 96.120715) - (xy 62.82397 96.404752) (xy 63.028287 96.653714) (xy 63.277249 96.858031) (xy 63.561286 97.009852) (xy 63.869485 97.103343) - (xy 64.19 97.134911) (xy 64.510516 97.103343) (xy 64.818715 97.009852) (xy 65.102752 96.858031) (xy 65.351714 96.653714) - (xy 65.556031 96.404752) (xy 65.707852 96.120715) (xy 65.801343 95.812516) (xy 65.825 95.572322) (xy 65.825 93.911678) - (xy 65.801343 93.671484) (xy 65.707852 93.363285) (xy 65.556031 93.079248) (xy 65.351714 92.830286) (xy 65.102751 92.625969) - (xy 64.818714 92.474148) (xy 64.510515 92.380657) (xy 64.19 92.349089) (xy 63.869484 92.380657) (xy 63.561285 92.474148) - (xy 63.277248 92.625969) (xy 63.028286 92.830286) (xy 62.823969 93.079249) (xy 62.672148 93.363286) (xy 62.578657 93.671485) - (xy 62.555 93.911679) (xy 61.830876 93.911679) (xy 61.810777 93.869) (xy 59.817 93.869) (xy 59.817 93.889) - (xy 59.563 93.889) (xy 59.563 93.869) (xy 57.569223 93.869) (xy 57.449876 94.122434) (xy 56.825 94.122434) - (xy 56.825 93.911678) (xy 56.801343 93.671484) (xy 56.707852 93.363285) (xy 56.706934 93.361566) (xy 57.449876 93.361566) - (xy 57.569223 93.615) (xy 59.563 93.615) (xy 59.563 92.107) (xy 59.817 92.107) (xy 59.817 93.615) - (xy 61.810777 93.615) (xy 61.930124 93.361566) (xy 61.899144 93.233645) (xy 61.77001 92.939239) (xy 61.585922 92.675683) - (xy 61.353954 92.453105) (xy 61.08302 92.280058) (xy 60.783532 92.163193) (xy 60.467 92.107) (xy 59.817 92.107) - (xy 59.563 92.107) (xy 58.913 92.107) (xy 58.596468 92.163193) (xy 58.29698 92.280058) (xy 58.026046 92.453105) - (xy 57.794078 92.675683) (xy 57.60999 92.939239) (xy 57.480856 93.233645) (xy 57.449876 93.361566) (xy 56.706934 93.361566) - (xy 56.556031 93.079248) (xy 56.351714 92.830286) (xy 56.102751 92.625969) (xy 55.818714 92.474148) (xy 55.510515 92.380657) - (xy 55.19 92.349089) (xy 54.869484 92.380657) (xy 54.561285 92.474148) (xy 54.277248 92.625969) (xy 54.028286 92.830286) - (xy 53.823969 93.079249) (xy 53.672148 93.363286) (xy 53.578657 93.671485) (xy 53.555 93.911679) (xy 38.425722 93.911679) - (xy 52.328004 80.009398) (xy 52.357001 79.985601) (xy 52.451974 79.869876) (xy 52.522546 79.737847) (xy 52.566003 79.594586) - (xy 52.577 79.482933) (xy 52.577 79.482932) (xy 52.580677 79.4456) (xy 52.577 79.408267) (xy 52.577 78.356609) - (xy 52.631602 78.379226) (xy 52.831561 78.419) (xy 52.893699 78.419) (xy 60.578626 86.103928) (xy 57.69 86.103928) - (xy 57.565518 86.116188) (xy 57.44582 86.152498) (xy 57.335506 86.211463) (xy 57.238815 86.290815) (xy 57.159463 86.387506) - (xy 57.100498 86.49782) (xy 57.064188 86.617518) (xy 57.051928 86.742) (xy 57.051928 88.742) (xy 57.064188 88.866482) - (xy 57.100498 88.98618) (xy 57.159463 89.096494) (xy 57.238815 89.193185) (xy 57.335506 89.272537) (xy 57.44582 89.331502) - (xy 57.565518 89.367812) (xy 57.69 89.380072) (xy 61.69 89.380072) (xy 61.814482 89.367812) (xy 61.93418 89.331502) - (xy 62.044494 89.272537) (xy 62.141185 89.193185) (xy 62.220537 89.096494) (xy 62.246472 89.047973) (xy 66.5202 93.321702) - (xy 66.520201 96.887268) (xy 66.516524 96.9246) (xy 66.520201 96.961933) (xy 66.523302 96.993412) (xy 66.531198 97.073585) - (xy 66.574654 97.216846) (xy 66.645226 97.348876) (xy 66.705014 97.421727) (xy 66.7402 97.464601) (xy 66.769198 97.488399) - (xy 68.543401 99.262603) (xy 68.567199 99.291601) (xy 68.626173 99.34) (xy 52.393705 99.34) (xy 52.45313 99.144101) - (xy 52.471 98.962664) (xy 52.471 98.141335) (xy 52.45313 97.959898) (xy 52.382511 97.727099) (xy 52.267833 97.512551) - (xy 52.113502 97.324498) (xy 51.925448 97.170167) (xy 51.7109 97.055489) (xy 51.478101 96.98487) (xy 51.236 96.961025) - (xy 50.993898 96.98487) (xy 50.983965 96.987883) (xy 51.102949 96.908381) (xy 51.292381 96.718949) (xy 51.441216 96.496201) - (xy 51.543736 96.248697) (xy 51.596 95.985948) (xy 51.596 95.718052) (xy 51.543736 95.455303) (xy 51.441216 95.207799) - (xy 51.292381 94.985051) (xy 51.102949 94.795619) (xy 50.880201 94.646784) (xy 50.632697 94.544264) (xy 50.369948 94.492) - (xy 50.102052 94.492) (xy 49.839303 94.544264) (xy 49.591799 94.646784) (xy 49.369051 94.795619) (xy 49.179619 94.985051) - (xy 49.030784 95.207799) (xy 48.928264 95.455303) (xy 48.876 95.718052) (xy 48.876 95.985948) (xy 48.928264 96.248697) - (xy 49.030784 96.496201) (xy 49.179619 96.718949) (xy 49.369051 96.908381) (xy 49.591799 97.057216) (xy 49.839303 97.159736) - (xy 50.102052 97.212) (xy 50.369948 97.212) (xy 50.535768 97.179016) (xy 50.358498 97.324498) (xy 50.204167 97.512552) - (xy 50.089489 97.7271) (xy 50.01887 97.959899) (xy 50.001 98.141336) (xy 50.001 98.962665) (xy 50.01887 99.144102) - (xy 50.078295 99.34) (xy 45.393705 99.34) (xy 45.45313 99.144102) (xy 45.471 98.962665) (xy 45.471 98.141336) - (xy 45.45313 97.959899) (xy 45.382511 97.727099) (xy 45.267833 97.512551) (xy 45.113502 97.324498) (xy 44.936232 97.179016) - (xy 45.102052 97.212) (xy 45.369948 97.212) (xy 45.632697 97.159736) (xy 45.880201 97.057216) (xy 46.102949 96.908381) - (xy 46.292381 96.718949) (xy 46.441216 96.496201) (xy 46.543736 96.248697) (xy 46.596 95.985948) (xy 46.596 95.718052) - (xy 46.543736 95.455303) (xy 46.441216 95.207799) (xy 46.292381 94.985051) (xy 46.102949 94.795619) (xy 45.880201 94.646784) - (xy 45.632697 94.544264) (xy 45.369948 94.492) (xy 45.102052 94.492) (xy 44.839303 94.544264) (xy 44.591799 94.646784) - (xy 44.369051 94.795619) (xy 44.179619 94.985051) (xy 44.030784 95.207799) (xy 43.928264 95.455303) (xy 43.876 95.718052) - (xy 43.876 95.985948) (xy 43.928264 96.248697) (xy 44.030784 96.496201) (xy 44.179619 96.718949) (xy 44.369051 96.908381) - (xy 44.488035 96.987883) (xy 44.478102 96.98487) (xy 44.236 96.961025) (xy 43.993899 96.98487) (xy 43.7611 97.055489) - (xy 43.546552 97.170167) (xy 43.358499 97.324498) (xy 43.204168 97.512551) (xy 43.089489 97.727099) (xy 43.01887 97.959898) - (xy 43.001 98.141335) (xy 43.001 98.962664) (xy 43.01887 99.144101) (xy 43.078295 99.34) (xy 20.66 99.34) - (xy 20.66 20.66) (xy 33.312398 20.66) - ) - ) - (filled_polygon - (pts - (xy 118.6953 37.632742) (xy 118.673475 37.610917) (xy 118.557807 37.726585) (xy 118.462044 37.462186) (xy 118.172429 37.321296) - (xy 117.860892 37.239616) (xy 117.539405 37.220282) (xy 117.220325 37.264039) (xy 116.915912 37.369205) (xy 116.741956 37.462186) - (xy 116.646192 37.726587) (xy 117.602 38.682395) (xy 117.616143 38.668253) (xy 117.795748 38.847858) (xy 117.781605 38.862) - (xy 117.795748 38.876143) (xy 117.616143 39.055748) (xy 117.602 39.041605) (xy 116.646192 39.997413) (xy 116.741956 40.261814) - (xy 117.031571 40.402704) (xy 117.343108 40.484384) (xy 117.664595 40.503718) (xy 117.983675 40.459961) (xy 118.288088 40.354795) - (xy 118.462044 40.261814) (xy 118.557807 39.997415) (xy 118.673475 40.113083) (xy 118.6953 40.091258) (xy 118.6953 51.579397) - (xy 118.078998 52.1957) (xy 118.016861 52.1957) (xy 117.816902 52.235474) (xy 117.628544 52.313495) (xy 117.459026 52.426763) - (xy 117.314863 52.570926) (xy 117.201595 52.740444) (xy 117.123574 52.928802) (xy 117.0838 53.128761) (xy 117.0838 53.332639) - (xy 117.123574 53.532598) (xy 117.201595 53.720956) (xy 117.314863 53.890474) (xy 117.459026 54.034637) (xy 117.628544 54.147905) - (xy 117.816902 54.225926) (xy 118.016861 54.2657) (xy 118.220739 54.2657) (xy 118.420698 54.225926) (xy 118.609056 54.147905) - (xy 118.778574 54.034637) (xy 118.922737 53.890474) (xy 119.036005 53.720956) (xy 119.114026 53.532598) (xy 119.1538 53.332639) - (xy 119.1538 53.270502) (xy 119.34 53.084302) (xy 119.340001 99.34) (xy 105.336127 99.34) (xy 105.395101 99.291601) - (xy 105.418904 99.262597) (xy 108.05178 96.629722) (xy 108.056188 96.674482) (xy 108.092498 96.79418) (xy 108.151463 96.904494) - (xy 108.230815 97.001185) (xy 108.327506 97.080537) (xy 108.43782 97.139502) (xy 108.557518 97.175812) (xy 108.682 97.188072) - (xy 111.282 97.188072) (xy 111.406482 97.175812) (xy 111.52618 97.139502) (xy 111.636494 97.080537) (xy 111.733185 97.001185) - (xy 111.812537 96.904494) (xy 111.871502 96.79418) (xy 111.907812 96.674482) (xy 111.915224 96.599224) (xy 113.812381 96.599224) - (xy 113.944317 96.894312) (xy 114.285045 97.065159) (xy 114.652557 97.16625) (xy 115.032729 97.193701) (xy 115.410951 97.146457) - (xy 115.77269 97.026333) (xy 116.019683 96.894312) (xy 116.151619 96.599224) (xy 114.982 95.429605) (xy 113.812381 96.599224) - (xy 111.915224 96.599224) (xy 111.920072 96.55) (xy 111.920072 95.300729) (xy 113.038299 95.300729) (xy 113.085543 95.678951) - (xy 113.205667 96.04069) (xy 113.337688 96.287683) (xy 113.632776 96.419619) (xy 114.802395 95.25) (xy 115.161605 95.25) - (xy 116.331224 96.419619) (xy 116.626312 96.287683) (xy 116.797159 95.946955) (xy 116.89825 95.579443) (xy 116.925701 95.199271) - (xy 116.878457 94.821049) (xy 116.758333 94.45931) (xy 116.626312 94.212317) (xy 116.331224 94.080381) (xy 115.161605 95.25) - (xy 114.802395 95.25) (xy 113.632776 94.080381) (xy 113.337688 94.212317) (xy 113.166841 94.553045) (xy 113.06575 94.920557) - (xy 113.038299 95.300729) (xy 111.920072 95.300729) (xy 111.920072 93.95) (xy 111.915225 93.900776) (xy 113.812381 93.900776) - (xy 114.982 95.070395) (xy 116.151619 93.900776) (xy 116.019683 93.605688) (xy 115.678955 93.434841) (xy 115.311443 93.33375) - (xy 114.931271 93.306299) (xy 114.553049 93.353543) (xy 114.19131 93.473667) (xy 113.944317 93.605688) (xy 113.812381 93.900776) - (xy 111.915225 93.900776) (xy 111.907812 93.825518) (xy 111.871502 93.70582) (xy 111.812537 93.595506) (xy 111.733185 93.498815) - (xy 111.636494 93.419463) (xy 111.52618 93.360498) (xy 111.406482 93.324188) (xy 111.282 93.311928) (xy 108.682 93.311928) - (xy 108.557518 93.324188) (xy 108.43782 93.360498) (xy 108.327506 93.419463) (xy 108.230815 93.498815) (xy 108.151463 93.595506) - (xy 108.092498 93.70582) (xy 108.056188 93.825518) (xy 108.043928 93.95) (xy 108.043928 94.555425) (xy 107.932424 94.615026) - (xy 107.816699 94.709999) (xy 107.792901 94.738997) (xy 104.540299 97.9916) (xy 96.081664 97.9916) (xy 96.085072 97.957) - (xy 96.085072 96.607) (xy 96.072812 96.482518) (xy 96.036502 96.36282) (xy 95.977537 96.252506) (xy 95.898185 96.155815) - (xy 95.801494 96.076463) (xy 95.69118 96.017498) (xy 95.571482 95.981188) (xy 95.447 95.968928) (xy 94.097 95.968928) - (xy 93.972518 95.981188) (xy 93.85282 96.017498) (xy 93.742506 96.076463) (xy 93.645815 96.155815) (xy 93.574513 96.242697) - (xy 93.392518 96.121093) (xy 93.154113 96.022342) (xy 92.901024 95.972) (xy 92.642976 95.972) (xy 92.389887 96.022342) - (xy 92.151482 96.121093) (xy 91.936923 96.264456) (xy 91.772 96.429379) (xy 91.607077 96.264456) (xy 91.392518 96.121093) - (xy 91.154113 96.022342) (xy 90.901024 95.972) (xy 90.642976 95.972) (xy 90.389887 96.022342) (xy 90.151482 96.121093) - (xy 89.936923 96.264456) (xy 89.772 96.429379) (xy 89.607077 96.264456) (xy 89.392518 96.121093) (xy 89.154113 96.022342) - (xy 88.901024 95.972) (xy 88.642976 95.972) (xy 88.389887 96.022342) (xy 88.151482 96.121093) (xy 87.936923 96.264456) - (xy 87.772 96.429379) (xy 87.607077 96.264456) (xy 87.392518 96.121093) (xy 87.154113 96.022342) (xy 86.901024 95.972) - (xy 86.642976 95.972) (xy 86.389887 96.022342) (xy 86.151482 96.121093) (xy 85.936923 96.264456) (xy 85.772 96.429379) - (xy 85.607077 96.264456) (xy 85.392518 96.121093) (xy 85.154113 96.022342) (xy 84.901024 95.972) (xy 84.642976 95.972) - (xy 84.389887 96.022342) (xy 84.151482 96.121093) (xy 83.936923 96.264456) (xy 83.772 96.429379) (xy 83.607077 96.264456) - (xy 83.392518 96.121093) (xy 83.154113 96.022342) (xy 82.901024 95.972) (xy 82.642976 95.972) (xy 82.389887 96.022342) - (xy 82.151482 96.121093) (xy 81.936923 96.264456) (xy 81.772 96.429379) (xy 81.607077 96.264456) (xy 81.392518 96.121093) - (xy 81.154113 96.022342) (xy 80.901024 95.972) (xy 80.642976 95.972) (xy 80.389887 96.022342) (xy 80.151482 96.121093) - (xy 79.936923 96.264456) (xy 79.754456 96.446923) (xy 79.611093 96.661482) (xy 79.512342 96.899887) (xy 79.462 97.152976) - (xy 79.462 97.411024) (xy 79.512342 97.664113) (xy 79.611093 97.902518) (xy 79.670615 97.9916) (xy 77.981701 97.9916) - (xy 91.253301 84.72) (xy 107.681928 84.72) (xy 107.694188 84.844482) (xy 107.730498 84.96418) (xy 107.789463 85.074494) - (xy 107.868815 85.171185) (xy 107.965506 85.250537) (xy 108.07582 85.309502) (xy 108.195518 85.345812) (xy 108.32 85.358072) - (xy 108.93425 85.355) (xy 109.093 85.19625) (xy 109.093 83.947) (xy 107.84375 83.947) (xy 107.685 84.10575) - (xy 107.681928 84.72) (xy 91.253301 84.72) (xy 91.410904 84.562398) (xy 91.439901 84.538601) (xy 91.534874 84.422876) - (xy 91.605446 84.290847) (xy 91.648903 84.147586) (xy 91.6599 84.035933) (xy 91.6599 84.035932) (xy 91.663577 83.9986) - (xy 91.6599 83.961267) (xy 91.6599 82.92) (xy 107.681928 82.92) (xy 107.685 83.53425) (xy 107.84375 83.693) - (xy 109.093 83.693) (xy 109.093 82.44375) (xy 108.93425 82.285) (xy 108.32 82.281928) (xy 108.195518 82.294188) - (xy 108.07582 82.330498) (xy 107.965506 82.389463) (xy 107.868815 82.468815) (xy 107.789463 82.565506) (xy 107.730498 82.67582) - (xy 107.694188 82.795518) (xy 107.681928 82.92) (xy 91.6599 82.92) (xy 91.6599 78.332601) (xy 100.488271 69.504231) - (xy 100.445026 69.556924) (xy 100.374454 69.688954) (xy 100.358947 69.740076) (xy 100.330998 69.832214) (xy 100.326331 69.879599) - (xy 100.316324 69.9812) (xy 100.320001 70.018532) (xy 100.32 73.975289) (xy 100.276063 74.019226) (xy 100.162795 74.188744) - (xy 100.084774 74.377102) (xy 100.045 74.577061) (xy 100.045 74.780939) (xy 100.084774 74.980898) (xy 100.162795 75.169256) - (xy 100.276063 75.338774) (xy 100.420226 75.482937) (xy 100.589744 75.596205) (xy 100.778102 75.674226) (xy 100.978061 75.714) - (xy 101.181939 75.714) (xy 101.381898 75.674226) (xy 101.570256 75.596205) (xy 101.739774 75.482937) (xy 101.883937 75.338774) - (xy 101.997205 75.169256) (xy 102.075226 74.980898) (xy 102.115 74.780939) (xy 102.115 74.577061) (xy 102.075226 74.377102) - (xy 101.997205 74.188744) (xy 101.883937 74.019226) (xy 101.84 73.975289) (xy 101.84 71.9467) (xy 102.038439 71.9467) - (xy 102.238398 71.906926) (xy 102.426756 71.828905) (xy 102.596274 71.715637) (xy 102.740437 71.571474) (xy 102.853705 71.401956) - (xy 102.931726 71.213598) (xy 102.9715 71.013639) (xy 102.9715 70.809761) (xy 102.940979 70.656322) (xy 105.1187 68.478601) - (xy 105.118701 78.430688) (xy 105.074763 78.474626) (xy 104.961495 78.644144) (xy 104.883474 78.832502) (xy 104.8437 79.032461) - (xy 104.8437 79.236339) (xy 104.883474 79.436298) (xy 104.961495 79.624656) (xy 105.074763 79.794174) (xy 105.218926 79.938337) - (xy 105.388444 80.051605) (xy 105.576802 80.129626) (xy 105.776761 80.1694) (xy 105.980639 80.1694) (xy 106.180598 80.129626) - (xy 106.368956 80.051605) (xy 106.538474 79.938337) (xy 106.682637 79.794174) (xy 106.795905 79.624656) (xy 106.873926 79.436298) - (xy 106.9137 79.236339) (xy 106.9137 79.032461) (xy 106.908238 79.005) (xy 107.681928 79.005) (xy 107.694188 79.129482) - (xy 107.730498 79.24918) (xy 107.789463 79.359494) (xy 107.868815 79.456185) (xy 107.965506 79.535537) (xy 108.07582 79.594502) - (xy 108.195518 79.630812) (xy 108.32 79.643072) (xy 108.93425 79.64) (xy 109.093 79.48125) (xy 109.093 78.232) - (xy 107.84375 78.232) (xy 107.685 78.39075) (xy 107.681928 79.005) (xy 106.908238 79.005) (xy 106.873926 78.832502) - (xy 106.795905 78.644144) (xy 106.682637 78.474626) (xy 106.6387 78.430689) (xy 106.6387 77.205) (xy 107.681928 77.205) - (xy 107.685 77.81925) (xy 107.84375 77.978) (xy 109.093 77.978) (xy 109.093 76.72875) (xy 108.93425 76.57) - (xy 108.32 76.566928) (xy 108.195518 76.579188) (xy 108.07582 76.615498) (xy 107.965506 76.674463) (xy 107.868815 76.753815) - (xy 107.789463 76.850506) (xy 107.730498 76.96082) (xy 107.694188 77.080518) (xy 107.681928 77.205) (xy 106.6387 77.205) - (xy 106.6387 73.29) (xy 107.681928 73.29) (xy 107.694188 73.414482) (xy 107.730498 73.53418) (xy 107.789463 73.644494) - (xy 107.868815 73.741185) (xy 107.965506 73.820537) (xy 108.07582 73.879502) (xy 108.195518 73.915812) (xy 108.32 73.928072) - (xy 108.93425 73.925) (xy 109.055036 73.804214) (xy 109.046674 73.824402) (xy 109.0069 74.024361) (xy 109.0069 74.228239) - (xy 109.046674 74.428198) (xy 109.124695 74.616556) (xy 109.237963 74.786074) (xy 109.382126 74.930237) (xy 109.551644 75.043505) - (xy 109.685301 75.098868) (xy 109.685301 76.569102) (xy 109.50575 76.57) (xy 109.347 76.72875) (xy 109.347 77.978) - (xy 109.367 77.978) (xy 109.367 78.232) (xy 109.347 78.232) (xy 109.347 79.48125) (xy 109.50575 79.64) - (xy 109.6853 79.640898) (xy 109.6853 82.284102) (xy 109.50575 82.285) (xy 109.347 82.44375) (xy 109.347 83.693) - (xy 109.367 83.693) (xy 109.367 83.947) (xy 109.347 83.947) (xy 109.347 85.19625) (xy 109.50575 85.355) - (xy 110.12 85.358072) (xy 110.244482 85.345812) (xy 110.36418 85.309502) (xy 110.474494 85.250537) (xy 110.571185 85.171185) - (xy 110.650537 85.074494) (xy 110.709502 84.96418) (xy 110.715056 84.945873) (xy 110.781495 85.012312) (xy 111.032905 85.180299) - (xy 111.312257 85.296011) (xy 111.608816 85.355) (xy 111.911184 85.355) (xy 112.207743 85.296011) (xy 112.487095 85.180299) - (xy 112.738505 85.012312) (xy 112.952312 84.798505) (xy 113.004767 84.72) (xy 113.396928 84.72) (xy 113.409188 84.844482) - (xy 113.445498 84.96418) (xy 113.504463 85.074494) (xy 113.583815 85.171185) (xy 113.680506 85.250537) (xy 113.79082 85.309502) - (xy 113.910518 85.345812) (xy 114.035 85.358072) (xy 114.64925 85.355) (xy 114.808 85.19625) (xy 114.808 83.947) - (xy 113.55875 83.947) (xy 113.4 84.10575) (xy 113.396928 84.72) (xy 113.004767 84.72) (xy 113.120299 84.547095) - (xy 113.236011 84.267743) (xy 113.295 83.971184) (xy 113.295 83.668816) (xy 113.236011 83.372257) (xy 113.120299 83.092905) - (xy 113.004768 82.92) (xy 113.396928 82.92) (xy 113.4 83.53425) (xy 113.55875 83.693) (xy 114.808 83.693) - (xy 114.808 82.44375) (xy 115.062 82.44375) (xy 115.062 83.693) (xy 115.082 83.693) (xy 115.082 83.947) - (xy 115.062 83.947) (xy 115.062 85.19625) (xy 115.22075 85.355) (xy 115.835 85.358072) (xy 115.959482 85.345812) - (xy 116.07918 85.309502) (xy 116.189494 85.250537) (xy 116.286185 85.171185) (xy 116.365537 85.074494) (xy 116.424502 84.96418) - (xy 116.430056 84.945873) (xy 116.496495 85.012312) (xy 116.747905 85.180299) (xy 117.027257 85.296011) (xy 117.323816 85.355) - (xy 117.626184 85.355) (xy 117.922743 85.296011) (xy 118.202095 85.180299) (xy 118.453505 85.012312) (xy 118.667312 84.798505) - (xy 118.835299 84.547095) (xy 118.951011 84.267743) (xy 119.01 83.971184) (xy 119.01 83.668816) (xy 118.951011 83.372257) - (xy 118.835299 83.092905) (xy 118.667312 82.841495) (xy 118.453505 82.627688) (xy 118.202095 82.459701) (xy 117.922743 82.343989) - (xy 117.626184 82.285) (xy 117.323816 82.285) (xy 117.027257 82.343989) (xy 116.747905 82.459701) (xy 116.496495 82.627688) - (xy 116.430056 82.694127) (xy 116.424502 82.67582) (xy 116.365537 82.565506) (xy 116.286185 82.468815) (xy 116.189494 82.389463) - (xy 116.07918 82.330498) (xy 115.959482 82.294188) (xy 115.835 82.281928) (xy 115.22075 82.285) (xy 115.062 82.44375) - (xy 114.808 82.44375) (xy 114.64925 82.285) (xy 114.035 82.281928) (xy 113.910518 82.294188) (xy 113.79082 82.330498) - (xy 113.680506 82.389463) (xy 113.583815 82.468815) (xy 113.504463 82.565506) (xy 113.445498 82.67582) (xy 113.409188 82.795518) - (xy 113.396928 82.92) (xy 113.004768 82.92) (xy 112.952312 82.841495) (xy 112.738505 82.627688) (xy 112.487095 82.459701) - (xy 112.207743 82.343989) (xy 111.911184 82.285) (xy 111.608816 82.285) (xy 111.35107 82.336269) (xy 111.2053 82.190499) - (xy 111.2053 79.536708) (xy 111.312257 79.581011) (xy 111.608816 79.64) (xy 111.911184 79.64) (xy 112.207743 79.581011) - (xy 112.487095 79.465299) (xy 112.738505 79.297312) (xy 112.952312 79.083505) (xy 113.004767 79.005) (xy 113.396928 79.005) - (xy 113.409188 79.129482) (xy 113.445498 79.24918) (xy 113.504463 79.359494) (xy 113.583815 79.456185) (xy 113.680506 79.535537) - (xy 113.79082 79.594502) (xy 113.910518 79.630812) (xy 114.035 79.643072) (xy 114.64925 79.64) (xy 114.808 79.48125) - (xy 114.808 78.232) (xy 113.55875 78.232) (xy 113.4 78.39075) (xy 113.396928 79.005) (xy 113.004767 79.005) - (xy 113.120299 78.832095) (xy 113.236011 78.552743) (xy 113.295 78.256184) (xy 113.295 77.953816) (xy 113.236011 77.657257) - (xy 113.120299 77.377905) (xy 113.004768 77.205) (xy 113.396928 77.205) (xy 113.4 77.81925) (xy 113.55875 77.978) - (xy 114.808 77.978) (xy 114.808 76.72875) (xy 115.062 76.72875) (xy 115.062 77.978) (xy 115.082 77.978) - (xy 115.082 78.232) (xy 115.062 78.232) (xy 115.062 79.48125) (xy 115.22075 79.64) (xy 115.835 79.643072) - (xy 115.959482 79.630812) (xy 116.07918 79.594502) (xy 116.189494 79.535537) (xy 116.286185 79.456185) (xy 116.365537 79.359494) - (xy 116.424502 79.24918) (xy 116.430056 79.230873) (xy 116.496495 79.297312) (xy 116.747905 79.465299) (xy 117.027257 79.581011) - (xy 117.323816 79.64) (xy 117.626184 79.64) (xy 117.922743 79.581011) (xy 118.202095 79.465299) (xy 118.453505 79.297312) - (xy 118.667312 79.083505) (xy 118.835299 78.832095) (xy 118.951011 78.552743) (xy 119.01 78.256184) (xy 119.01 77.953816) - (xy 118.951011 77.657257) (xy 118.835299 77.377905) (xy 118.667312 77.126495) (xy 118.453505 76.912688) (xy 118.202095 76.744701) - (xy 117.922743 76.628989) (xy 117.626184 76.57) (xy 117.323816 76.57) (xy 117.027257 76.628989) (xy 116.747905 76.744701) - (xy 116.496495 76.912688) (xy 116.430056 76.979127) (xy 116.424502 76.96082) (xy 116.365537 76.850506) (xy 116.286185 76.753815) - (xy 116.189494 76.674463) (xy 116.07918 76.615498) (xy 115.959482 76.579188) (xy 115.835 76.566928) (xy 115.22075 76.57) - (xy 115.062 76.72875) (xy 114.808 76.72875) (xy 114.64925 76.57) (xy 114.035 76.566928) (xy 113.910518 76.579188) - (xy 113.79082 76.615498) (xy 113.680506 76.674463) (xy 113.583815 76.753815) (xy 113.504463 76.850506) (xy 113.445498 76.96082) - (xy 113.409188 77.080518) (xy 113.396928 77.205) (xy 113.004768 77.205) (xy 112.952312 77.126495) (xy 112.738505 76.912688) - (xy 112.487095 76.744701) (xy 112.207743 76.628989) (xy 111.911184 76.57) (xy 111.608816 76.57) (xy 111.312257 76.628989) - (xy 111.2053 76.673292) (xy 111.2053 74.567025) (xy 111.208976 74.5297) (xy 111.2053 74.492375) (xy 111.2053 74.492367) - (xy 111.194303 74.380714) (xy 111.150846 74.237453) (xy 111.080274 74.105424) (xy 111.0769 74.101313) (xy 111.0769 74.024361) - (xy 111.037126 73.824402) (xy 110.9963 73.72584) (xy 111.032905 73.750299) (xy 111.312257 73.866011) (xy 111.608816 73.925) - (xy 111.911184 73.925) (xy 112.207743 73.866011) (xy 112.487095 73.750299) (xy 112.738505 73.582312) (xy 112.952312 73.368505) - (xy 113.004767 73.29) (xy 113.396928 73.29) (xy 113.409188 73.414482) (xy 113.445498 73.53418) (xy 113.504463 73.644494) - (xy 113.583815 73.741185) (xy 113.680506 73.820537) (xy 113.79082 73.879502) (xy 113.910518 73.915812) (xy 114.035 73.928072) - (xy 114.64925 73.925) (xy 114.808 73.76625) (xy 114.808 72.517) (xy 113.55875 72.517) (xy 113.4 72.67575) - (xy 113.396928 73.29) (xy 113.004767 73.29) (xy 113.120299 73.117095) (xy 113.236011 72.837743) (xy 113.295 72.541184) - (xy 113.295 72.238816) (xy 113.236011 71.942257) (xy 113.120299 71.662905) (xy 113.004768 71.49) (xy 113.396928 71.49) - (xy 113.4 72.10425) (xy 113.55875 72.263) (xy 114.808 72.263) (xy 114.808 71.01375) (xy 115.062 71.01375) - (xy 115.062 72.263) (xy 115.082 72.263) (xy 115.082 72.517) (xy 115.062 72.517) (xy 115.062 73.76625) - (xy 115.22075 73.925) (xy 115.835 73.928072) (xy 115.959482 73.915812) (xy 116.07918 73.879502) (xy 116.189494 73.820537) - (xy 116.286185 73.741185) (xy 116.365537 73.644494) (xy 116.424502 73.53418) (xy 116.430056 73.515873) (xy 116.496495 73.582312) - (xy 116.747905 73.750299) (xy 117.027257 73.866011) (xy 117.323816 73.925) (xy 117.626184 73.925) (xy 117.922743 73.866011) - (xy 118.202095 73.750299) (xy 118.453505 73.582312) (xy 118.667312 73.368505) (xy 118.835299 73.117095) (xy 118.951011 72.837743) - (xy 119.01 72.541184) (xy 119.01 72.238816) (xy 118.951011 71.942257) (xy 118.835299 71.662905) (xy 118.667312 71.411495) - (xy 118.453505 71.197688) (xy 118.202095 71.029701) (xy 117.922743 70.913989) (xy 117.626184 70.855) (xy 117.323816 70.855) - (xy 117.027257 70.913989) (xy 116.747905 71.029701) (xy 116.496495 71.197688) (xy 116.430056 71.264127) (xy 116.424502 71.24582) - (xy 116.365537 71.135506) (xy 116.286185 71.038815) (xy 116.189494 70.959463) (xy 116.07918 70.900498) (xy 115.959482 70.864188) - (xy 115.835 70.851928) (xy 115.22075 70.855) (xy 115.062 71.01375) (xy 114.808 71.01375) (xy 114.64925 70.855) - (xy 114.035 70.851928) (xy 113.910518 70.864188) (xy 113.79082 70.900498) (xy 113.680506 70.959463) (xy 113.583815 71.038815) - (xy 113.504463 71.135506) (xy 113.445498 71.24582) (xy 113.409188 71.365518) (xy 113.396928 71.49) (xy 113.004768 71.49) - (xy 112.952312 71.411495) (xy 112.738505 71.197688) (xy 112.487095 71.029701) (xy 112.207743 70.913989) (xy 111.911184 70.855) - (xy 111.608816 70.855) (xy 111.312257 70.913989) (xy 111.032905 71.029701) (xy 110.781495 71.197688) (xy 110.715056 71.264127) - (xy 110.709502 71.24582) (xy 110.650537 71.135506) (xy 110.571185 71.038815) (xy 110.474494 70.959463) (xy 110.36418 70.900498) - (xy 110.244482 70.864188) (xy 110.12 70.851928) (xy 109.50575 70.855) (xy 109.347 71.01375) (xy 109.347 72.263) - (xy 109.367 72.263) (xy 109.367 72.517) (xy 109.347 72.517) (xy 109.347 72.537) (xy 109.093 72.537) - (xy 109.093 72.517) (xy 107.84375 72.517) (xy 107.685 72.67575) (xy 107.681928 73.29) (xy 106.6387 73.29) - (xy 106.6387 71.49) (xy 107.681928 71.49) (xy 107.685 72.10425) (xy 107.84375 72.263) (xy 109.093 72.263) - (xy 109.093 71.01375) (xy 108.93425 70.855) (xy 108.32 70.851928) (xy 108.195518 70.864188) (xy 108.07582 70.900498) - (xy 107.965506 70.959463) (xy 107.868815 71.038815) (xy 107.789463 71.135506) (xy 107.730498 71.24582) (xy 107.694188 71.365518) - (xy 107.681928 71.49) (xy 106.6387 71.49) (xy 106.6387 68.012301) (xy 107.684974 66.966028) (xy 107.681928 67.575) - (xy 107.694188 67.699482) (xy 107.730498 67.81918) (xy 107.789463 67.929494) (xy 107.868815 68.026185) (xy 107.965506 68.105537) - (xy 108.07582 68.164502) (xy 108.195518 68.200812) (xy 108.32 68.213072) (xy 108.93425 68.21) (xy 109.093 68.05125) - (xy 109.093 66.802) (xy 109.073 66.802) (xy 109.073 66.548) (xy 109.093 66.548) (xy 109.093 66.528) - (xy 109.347 66.528) (xy 109.347 66.548) (xy 109.367 66.548) (xy 109.367 66.802) (xy 109.347 66.802) - (xy 109.347 68.05125) (xy 109.50575 68.21) (xy 110.12 68.213072) (xy 110.244482 68.200812) (xy 110.36418 68.164502) - (xy 110.474494 68.105537) (xy 110.571185 68.026185) (xy 110.650537 67.929494) (xy 110.709502 67.81918) (xy 110.715056 67.800873) - (xy 110.781495 67.867312) (xy 111.032905 68.035299) (xy 111.312257 68.151011) (xy 111.608816 68.21) (xy 111.911184 68.21) - (xy 112.207743 68.151011) (xy 112.487095 68.035299) (xy 112.738505 67.867312) (xy 112.952312 67.653505) (xy 113.004767 67.575) - (xy 113.396928 67.575) (xy 113.409188 67.699482) (xy 113.445498 67.81918) (xy 113.504463 67.929494) (xy 113.583815 68.026185) - (xy 113.680506 68.105537) (xy 113.79082 68.164502) (xy 113.910518 68.200812) (xy 114.035 68.213072) (xy 114.64925 68.21) - (xy 114.808 68.05125) (xy 114.808 66.802) (xy 113.55875 66.802) (xy 113.4 66.96075) (xy 113.396928 67.575) - (xy 113.004767 67.575) (xy 113.120299 67.402095) (xy 113.236011 67.122743) (xy 113.295 66.826184) (xy 113.295 66.523816) - (xy 113.236011 66.227257) (xy 113.120299 65.947905) (xy 113.004768 65.775) (xy 113.396928 65.775) (xy 113.4 66.38925) - (xy 113.55875 66.548) (xy 114.808 66.548) (xy 114.808 65.29875) (xy 115.062 65.29875) (xy 115.062 66.548) - (xy 115.082 66.548) (xy 115.082 66.802) (xy 115.062 66.802) (xy 115.062 68.05125) (xy 115.22075 68.21) - (xy 115.835 68.213072) (xy 115.959482 68.200812) (xy 116.07918 68.164502) (xy 116.189494 68.105537) (xy 116.286185 68.026185) - (xy 116.365537 67.929494) (xy 116.424502 67.81918) (xy 116.430056 67.800873) (xy 116.496495 67.867312) (xy 116.747905 68.035299) - (xy 117.027257 68.151011) (xy 117.323816 68.21) (xy 117.626184 68.21) (xy 117.922743 68.151011) (xy 118.202095 68.035299) - (xy 118.453505 67.867312) (xy 118.667312 67.653505) (xy 118.835299 67.402095) (xy 118.951011 67.122743) (xy 119.01 66.826184) - (xy 119.01 66.523816) (xy 118.951011 66.227257) (xy 118.835299 65.947905) (xy 118.667312 65.696495) (xy 118.453505 65.482688) - (xy 118.202095 65.314701) (xy 117.922743 65.198989) (xy 117.626184 65.14) (xy 117.323816 65.14) (xy 117.027257 65.198989) - (xy 116.747905 65.314701) (xy 116.496495 65.482688) (xy 116.430056 65.549127) (xy 116.424502 65.53082) (xy 116.365537 65.420506) - (xy 116.286185 65.323815) (xy 116.189494 65.244463) (xy 116.07918 65.185498) (xy 115.959482 65.149188) (xy 115.835 65.136928) - (xy 115.22075 65.14) (xy 115.062 65.29875) (xy 114.808 65.29875) (xy 114.64925 65.14) (xy 114.035 65.136928) - (xy 113.910518 65.149188) (xy 113.79082 65.185498) (xy 113.680506 65.244463) (xy 113.583815 65.323815) (xy 113.504463 65.420506) - (xy 113.445498 65.53082) (xy 113.409188 65.650518) (xy 113.396928 65.775) (xy 113.004768 65.775) (xy 112.952312 65.696495) - (xy 112.738505 65.482688) (xy 112.487095 65.314701) (xy 112.207743 65.198989) (xy 111.911184 65.14) (xy 111.608816 65.14) - (xy 111.312257 65.198989) (xy 111.032905 65.314701) (xy 110.781495 65.482688) (xy 110.715056 65.549127) (xy 110.709502 65.53082) - (xy 110.650537 65.420506) (xy 110.571185 65.323815) (xy 110.474494 65.244463) (xy 110.36418 65.185498) (xy 110.244482 65.149188) - (xy 110.12 65.136928) (xy 109.511028 65.139974) (xy 115.245922 59.40508) (xy 115.418461 59.4394) (xy 115.622339 59.4394) - (xy 115.822298 59.399626) (xy 116.010656 59.321605) (xy 116.180174 59.208337) (xy 116.324337 59.064174) (xy 116.437605 58.894656) - (xy 116.515626 58.706298) (xy 116.5554 58.506339) (xy 116.5554 58.302461) (xy 116.515626 58.102502) (xy 116.437605 57.914144) - (xy 116.324337 57.744626) (xy 116.207148 57.627437) (xy 116.217726 57.601898) (xy 116.2575 57.401939) (xy 116.2575 57.198061) - (xy 116.217726 56.998102) (xy 116.139705 56.809744) (xy 116.026437 56.640226) (xy 115.882274 56.496063) (xy 115.712756 56.382795) - (xy 115.6718 56.36583) (xy 115.6718 56.322461) (xy 115.632026 56.122502) (xy 115.554005 55.934144) (xy 115.440737 55.764626) - (xy 115.296574 55.620463) (xy 115.127056 55.507195) (xy 114.938698 55.429174) (xy 114.738739 55.3894) (xy 114.534861 55.3894) - (xy 114.334902 55.429174) (xy 114.146544 55.507195) (xy 113.977026 55.620463) (xy 113.832863 55.764626) (xy 113.719595 55.934144) - (xy 113.641574 56.122502) (xy 113.6018 56.322461) (xy 113.6018 56.384597) (xy 108.869837 61.11656) (xy 108.913074 61.063877) - (xy 108.983646 60.931847) (xy 108.993739 60.898574) (xy 109.027103 60.788586) (xy 109.0381 60.676933) (xy 109.0381 60.676924) - (xy 109.041776 60.639601) (xy 109.0381 60.602278) (xy 109.0381 57.278311) (xy 109.082037 57.234374) (xy 109.195305 57.064856) - (xy 109.273326 56.876498) (xy 109.3131 56.676539) (xy 109.3131 56.472661) (xy 109.273326 56.272702) (xy 109.195305 56.084344) - (xy 109.082037 55.914826) (xy 108.937874 55.770663) (xy 108.768356 55.657395) (xy 108.579998 55.579374) (xy 108.380039 55.5396) - (xy 108.176161 55.5396) (xy 107.976202 55.579374) (xy 107.8261 55.641549) (xy 107.8261 53.697101) (xy 109.576502 51.9467) - (xy 109.638639 51.9467) (xy 109.838598 51.906926) (xy 110.026956 51.828905) (xy 110.196474 51.715637) (xy 110.340637 51.571474) - (xy 110.453905 51.401956) (xy 110.531926 51.213598) (xy 110.5717 51.013639) (xy 110.5717 50.809761) (xy 110.531926 50.609802) - (xy 110.453905 50.421444) (xy 110.340637 50.251926) (xy 110.196474 50.107763) (xy 110.026956 49.994495) (xy 109.838598 49.916474) - (xy 109.638639 49.8767) (xy 109.434761 49.8767) (xy 109.234802 49.916474) (xy 109.046444 49.994495) (xy 108.876926 50.107763) - (xy 108.732763 50.251926) (xy 108.619495 50.421444) (xy 108.541474 50.609802) (xy 108.5017 50.809761) (xy 108.5017 50.871898) - (xy 107.222747 52.150852) (xy 107.221026 52.142202) (xy 107.143005 51.953844) (xy 107.029737 51.784326) (xy 106.901356 51.655945) - (xy 111.413703 47.143599) (xy 111.442701 47.119801) (xy 111.537674 47.004076) (xy 111.608246 46.872047) (xy 111.651703 46.728786) - (xy 111.6627 46.617133) (xy 111.6627 46.617124) (xy 111.666376 46.579801) (xy 111.6627 46.542478) (xy 111.6627 46.338311) - (xy 111.706637 46.294374) (xy 111.819905 46.124856) (xy 111.897926 45.936498) (xy 111.9377 45.736539) (xy 111.9377 45.532661) - (xy 111.897926 45.332702) (xy 111.819905 45.144344) (xy 111.706637 44.974826) (xy 111.562474 44.830663) (xy 111.552382 44.82392) - (xy 112.920403 43.455899) (xy 112.949401 43.432101) (xy 113.044374 43.316376) (xy 113.114946 43.184347) (xy 113.158403 43.041086) - (xy 113.1694 42.929433) (xy 113.173077 42.8921) (xy 113.1694 42.854767) (xy 113.1694 42.800311) (xy 113.213337 42.756374) - (xy 113.326605 42.586856) (xy 113.404626 42.398498) (xy 113.4444 42.198539) (xy 113.4444 41.994661) (xy 113.404626 41.794702) - (xy 113.326605 41.606344) (xy 113.213337 41.436826) (xy 113.069174 41.292663) (xy 112.899656 41.179395) (xy 112.711298 41.101374) - (xy 112.511339 41.0616) (xy 112.307461 41.0616) (xy 112.107502 41.101374) (xy 111.919144 41.179395) (xy 111.749626 41.292663) - (xy 111.605463 41.436826) (xy 111.492195 41.606344) (xy 111.414174 41.794702) (xy 111.3744 41.994661) (xy 111.3744 42.198539) - (xy 111.414174 42.398498) (xy 111.492195 42.586856) (xy 111.551334 42.675364) (xy 111.227705 42.998994) (xy 111.167674 42.938963) - (xy 110.998156 42.825695) (xy 110.809798 42.747674) (xy 110.609839 42.7079) (xy 110.405961 42.7079) (xy 110.206002 42.747674) - (xy 110.045577 42.814125) (xy 110.493004 42.366698) (xy 110.522001 42.342901) (xy 110.557311 42.299876) (xy 110.616974 42.227177) - (xy 110.687546 42.095147) (xy 110.697312 42.062953) (xy 110.731003 41.951886) (xy 110.742 41.840233) (xy 110.742 41.840223) - (xy 110.745676 41.8029) (xy 110.742 41.765577) (xy 110.742 40.316909) (xy 110.756463 40.310918) (xy 111.024252 40.131987) - (xy 111.158826 39.997413) (xy 111.566192 39.997413) (xy 111.661956 40.261814) (xy 111.951571 40.402704) (xy 112.263108 40.484384) - (xy 112.584595 40.503718) (xy 112.903675 40.459961) (xy 113.208088 40.354795) (xy 113.382044 40.261814) (xy 113.477808 39.997413) - (xy 112.522 39.041605) (xy 111.566192 39.997413) (xy 111.158826 39.997413) (xy 111.251987 39.904252) (xy 111.32472 39.7954) - (xy 111.386587 39.817808) (xy 112.342395 38.862) (xy 112.328253 38.847858) (xy 112.507858 38.668253) (xy 112.522 38.682395) - (xy 112.536143 38.668253) (xy 112.715748 38.847858) (xy 112.701605 38.862) (xy 113.657413 39.817808) (xy 113.71928 39.7954) - (xy 113.792013 39.904252) (xy 114.019748 40.131987) (xy 114.287537 40.310918) (xy 114.585088 40.434168) (xy 114.900967 40.497) - (xy 115.223033 40.497) (xy 115.538912 40.434168) (xy 115.836463 40.310918) (xy 116.104252 40.131987) (xy 116.331987 39.904252) - (xy 116.40472 39.7954) (xy 116.466587 39.817808) (xy 117.422395 38.862) (xy 116.466587 37.906192) (xy 116.40472 37.9286) - (xy 116.331987 37.819748) (xy 116.104252 37.592013) (xy 115.836463 37.413082) (xy 115.538912 37.289832) (xy 115.223033 37.227) - (xy 114.900967 37.227) (xy 114.585088 37.289832) (xy 114.570624 37.295823) (xy 114.251404 36.976603) (xy 114.227601 36.947599) - (xy 114.111876 36.852626) (xy 113.979847 36.782054) (xy 113.836586 36.738597) (xy 113.724933 36.7276) (xy 113.724922 36.7276) - (xy 113.6876 36.723924) (xy 113.650278 36.7276) (xy 106.389733 36.7276) (xy 106.3645 36.725115) (xy 106.3645 35.934301) - (xy 117.110625 25.188177) (xy 117.125088 25.194168) (xy 117.440967 25.257) (xy 117.763033 25.257) (xy 118.078912 25.194168) - (xy 118.376463 25.070918) (xy 118.644252 24.891987) (xy 118.695301 24.840938) - ) - ) - (filled_polygon - (pts - (xy 71.5954 76.845402) (xy 71.595401 95.781421) (xy 71.533026 95.857424) (xy 71.462454 95.989454) (xy 71.436061 96.076463) - (xy 71.418998 96.132714) (xy 71.411172 96.212172) (xy 71.365487 96.242697) (xy 71.294185 96.155815) (xy 71.197494 96.076463) - (xy 71.08718 96.017498) (xy 70.967482 95.981188) (xy 70.843 95.968928) (xy 70.45375 95.972) (xy 70.295 96.13075) - (xy 70.295 97.155) (xy 70.315 97.155) (xy 70.315 97.409) (xy 70.295 97.409) (xy 70.295 97.429) - (xy 70.041 97.429) (xy 70.041 97.409) (xy 70.021 97.409) (xy 70.021 97.155) (xy 70.041 97.155) - (xy 70.041 96.13075) (xy 69.9277 96.01745) (xy 69.9277 93.655523) (xy 69.931376 93.6182) (xy 69.9277 93.580877) - (xy 69.9277 93.580867) (xy 69.916703 93.469214) (xy 69.873246 93.325953) (xy 69.802674 93.193924) (xy 69.707701 93.078199) - (xy 69.678704 93.054402) (xy 53.9685 77.344199) (xy 53.9685 77.282061) (xy 53.928726 77.082102) (xy 53.850705 76.893744) - (xy 53.737437 76.724226) (xy 53.593274 76.580063) (xy 53.423756 76.466795) (xy 53.235398 76.388774) (xy 53.035439 76.349) - (xy 52.831561 76.349) (xy 52.631602 76.388774) (xy 52.577 76.411391) (xy 52.577 58.540323) (xy 52.580676 58.503) - (xy 52.577 58.465677) (xy 52.577 58.465667) (xy 52.566003 58.354014) (xy 52.522546 58.210753) (xy 52.506544 58.180815) - (xy 52.451974 58.078723) (xy 52.380799 57.991997) (xy 52.357001 57.962999) (xy 52.328003 57.939201) (xy 50.911023 56.522222) - (xy 51.05568 56.305727) (xy 51.055693 56.305695) - ) - ) - (filled_polygon - (pts - (xy 51.057 79.130798) (xy 37.905673 92.282126) (xy 37.782817 92.075512) (xy 37.586293 91.857146) (xy 37.350944 91.681316) - (xy 37.085814 91.554778) (xy 36.935026 91.509042) (xy 36.703 91.630183) (xy 36.703 92.837) (xy 36.723 92.837) - (xy 36.723 93.091) (xy 36.703 93.091) (xy 36.703 93.111) (xy 36.449 93.111) (xy 36.449 93.091) - (xy 36.429 93.091) (xy 36.429 92.837) (xy 36.449 92.837) (xy 36.449 91.630183) (xy 36.216974 91.509042) - (xy 36.066186 91.554778) (xy 36.066 91.554867) (xy 36.066 87.887201) (xy 51.057 72.896202) - ) - ) - (filled_polygon - (pts - (xy 33.416977 53.982222) (xy 32.867102 54.532097) (xy 32.838099 54.555899) (xy 32.783997 54.621823) (xy 32.743126 54.671624) - (xy 32.698574 54.754974) (xy 32.672554 54.803654) (xy 32.629097 54.946915) (xy 32.6181 55.058568) (xy 32.6181 55.058578) - (xy 32.614424 55.0959) (xy 32.6181 55.133222) (xy 32.618101 73.482767) (xy 32.614424 73.5201) (xy 32.618101 73.557433) - (xy 32.629098 73.669086) (xy 32.63959 73.703674) (xy 32.672554 73.812346) (xy 32.743126 73.944376) (xy 32.804121 74.018698) - (xy 32.8381 74.060101) (xy 32.867098 74.083899) (xy 33.5219 74.738702) (xy 33.5219 74.800839) (xy 33.561674 75.000798) - (xy 33.639695 75.189156) (xy 33.752963 75.358674) (xy 33.897126 75.502837) (xy 34.066644 75.616105) (xy 34.255002 75.694126) - (xy 34.454961 75.7339) (xy 34.658839 75.7339) (xy 34.858798 75.694126) (xy 35.047156 75.616105) (xy 35.216674 75.502837) - (xy 35.360837 75.358674) (xy 35.474105 75.189156) (xy 35.552126 75.000798) (xy 35.5919 74.800839) (xy 35.5919 74.596961) - (xy 35.552126 74.397002) (xy 35.474105 74.208644) (xy 35.360837 74.039126) (xy 35.216674 73.894963) (xy 35.047156 73.781695) - (xy 34.858798 73.703674) (xy 34.658839 73.6639) (xy 34.596702 73.6639) (xy 34.1381 73.205299) (xy 34.1381 72.248374) - (xy 34.402665 72.301) (xy 34.685335 72.301) (xy 34.962574 72.245853) (xy 35.223727 72.13768) (xy 35.458759 71.980637) - (xy 35.658637 71.780759) (xy 35.81568 71.545727) (xy 35.923853 71.284574) (xy 35.979 71.007335) (xy 35.979 70.724665) - (xy 35.923853 70.447426) (xy 35.81568 70.186273) (xy 35.658637 69.951241) (xy 35.458759 69.751363) (xy 35.226241 69.596) - (xy 35.458759 69.440637) (xy 35.583947 69.315449) (xy 36.095301 69.826803) (xy 36.119099 69.855801) (xy 36.148097 69.879599) - (xy 36.234824 69.950774) (xy 36.366853 70.021346) (xy 36.510114 70.064803) (xy 36.6591 70.079477) (xy 36.696433 70.0758) - (xy 39.523389 70.0758) (xy 39.567326 70.119737) (xy 39.736844 70.233005) (xy 39.925202 70.311026) (xy 40.125161 70.3508) - (xy 40.329039 70.3508) (xy 40.528998 70.311026) (xy 40.717356 70.233005) (xy 40.886874 70.119737) (xy 41.031037 69.975574) - (xy 41.144305 69.806056) (xy 41.222326 69.617698) (xy 41.2621 69.417739) (xy 41.2621 69.213861) (xy 41.222326 69.013902) - (xy 41.144305 68.825544) (xy 41.031037 68.656026) (xy 40.886874 68.511863) (xy 40.717356 68.398595) (xy 40.528998 68.320574) - (xy 40.329039 68.2808) (xy 40.125161 68.2808) (xy 39.925202 68.320574) (xy 39.736844 68.398595) (xy 39.567326 68.511863) - (xy 39.523389 68.5558) (xy 36.973902 68.5558) (xy 36.233104 67.815002) (xy 36.209301 67.785999) (xy 36.093576 67.691026) - (xy 35.961547 67.620454) (xy 35.818286 67.576997) (xy 35.765947 67.571842) (xy 35.658637 67.411241) (xy 35.458759 67.211363) - (xy 35.226241 67.056) (xy 35.458759 66.900637) (xy 35.658637 66.700759) (xy 35.81568 66.465727) (xy 35.923853 66.204574) - (xy 35.979 65.927335) (xy 35.979 65.644665) (xy 35.923853 65.367426) (xy 35.81568 65.106273) (xy 35.658637 64.871241) - (xy 35.458759 64.671363) (xy 35.226241 64.516) (xy 35.458759 64.360637) (xy 35.658637 64.160759) (xy 35.81568 63.925727) - (xy 35.923853 63.664574) (xy 35.979 63.387335) (xy 35.979 63.104665) (xy 35.923853 62.827426) (xy 35.918711 62.815012) - (xy 44.33 71.226303) (xy 44.33 71.288439) (xy 44.369774 71.488398) (xy 44.447795 71.676756) (xy 44.561063 71.846274) - (xy 44.705226 71.990437) (xy 44.81273 72.062268) (xy 27.093898 89.781101) (xy 27.0649 89.804899) (xy 27.041102 89.833897) - (xy 27.041101 89.833898) (xy 26.969926 89.920624) (xy 26.899354 90.052654) (xy 26.855898 90.195915) (xy 26.841224 90.3449) - (xy 26.844901 90.382232) (xy 26.844901 91.530236) (xy 26.775026 91.509042) (xy 26.543 91.630183) (xy 26.543 92.837) - (xy 26.563 92.837) (xy 26.563 93.091) (xy 26.543 93.091) (xy 26.543 93.111) (xy 26.289 93.111) - (xy 26.289 93.091) (xy 26.269 93.091) (xy 26.269 92.837) (xy 26.289 92.837) (xy 26.289 91.630183) - (xy 26.056974 91.509042) (xy 25.987 91.530266) (xy 25.987 84.815801) (xy 26.164997 84.637804) (xy 26.194001 84.614001) - (xy 26.194521 84.613367) (xy 26.288022 84.668964) (xy 26.564973 84.766963) (xy 26.797 84.646464) (xy 26.797 83.439) - (xy 27.051 83.439) (xy 27.051 84.646464) (xy 27.283027 84.766963) (xy 27.559978 84.668964) (xy 27.812488 84.518817) - (xy 28.030854 84.322293) (xy 28.206684 84.086944) (xy 28.333222 83.821814) (xy 28.378958 83.671026) (xy 28.257817 83.439) - (xy 27.051 83.439) (xy 26.797 83.439) (xy 26.777 83.439) (xy 26.777 83.185) (xy 26.797 83.185) - (xy 26.797 83.165) (xy 27.051 83.165) (xy 27.051 83.185) (xy 28.257817 83.185) (xy 28.378958 82.952974) - (xy 28.333222 82.802186) (xy 28.206684 82.537056) (xy 28.030854 82.301707) (xy 27.812488 82.105183) (xy 27.713897 82.046559) - (xy 27.879302 81.936039) (xy 28.088039 81.727302) (xy 28.252042 81.481853) (xy 28.36501 81.209125) (xy 28.4226 80.919599) - (xy 28.4226 80.624401) (xy 28.36501 80.334875) (xy 28.252042 80.062147) (xy 28.107571 79.84593) (xy 28.623904 79.329598) - (xy 28.652901 79.305801) (xy 28.747874 79.190076) (xy 28.818446 79.058047) (xy 28.861903 78.914786) (xy 28.8729 78.803133) - (xy 28.8729 78.803125) (xy 28.876576 78.7658) (xy 28.8729 78.728475) (xy 28.8729 58.205501) (xy 33.288484 53.789918) - ) - ) - (filled_polygon - (pts - (xy 117.478598 21.987) (xy 117.440967 21.987) (xy 117.125088 22.049832) (xy 116.827537 22.173082) (xy 116.559748 22.352013) - (xy 116.332013 22.579748) (xy 116.332 22.579767) (xy 116.331987 22.579748) (xy 116.104252 22.352013) (xy 115.836463 22.173082) - (xy 115.538912 22.049832) (xy 115.223033 21.987) (xy 114.900967 21.987) (xy 114.585088 22.049832) (xy 114.287537 22.173082) - (xy 114.019748 22.352013) (xy 113.792013 22.579748) (xy 113.71928 22.6886) (xy 113.657413 22.666192) (xy 112.701605 23.622) - (xy 112.715748 23.636143) (xy 112.536143 23.815748) (xy 112.522 23.801605) (xy 111.566192 24.757413) (xy 111.661956 25.021814) - (xy 111.951571 25.162704) (xy 112.263108 25.244384) (xy 112.359045 25.250154) (xy 105.4072 32.201999) (xy 105.4072 29.271601) - (xy 109.490625 25.188177) (xy 109.505088 25.194168) (xy 109.820967 25.257) (xy 110.143033 25.257) (xy 110.458912 25.194168) - (xy 110.756463 25.070918) (xy 111.024252 24.891987) (xy 111.251987 24.664252) (xy 111.32472 24.5554) (xy 111.386587 24.577808) - (xy 112.342395 23.622) (xy 111.386587 22.666192) (xy 111.32472 22.6886) (xy 111.251987 22.579748) (xy 111.158826 22.486587) - (xy 111.566192 22.486587) (xy 112.522 23.442395) (xy 113.477808 22.486587) (xy 113.382044 22.222186) (xy 113.092429 22.081296) - (xy 112.780892 21.999616) (xy 112.459405 21.980282) (xy 112.140325 22.024039) (xy 111.835912 22.129205) (xy 111.661956 22.222186) - (xy 111.566192 22.486587) (xy 111.158826 22.486587) (xy 111.024252 22.352013) (xy 110.756463 22.173082) (xy 110.458912 22.049832) - (xy 110.143033 21.987) (xy 109.820967 21.987) (xy 109.505088 22.049832) (xy 109.207537 22.173082) (xy 108.939748 22.352013) - (xy 108.712013 22.579748) (xy 108.712 22.579767) (xy 108.711987 22.579748) (xy 108.484252 22.352013) (xy 108.216463 22.173082) - (xy 107.918912 22.049832) (xy 107.603033 21.987) (xy 107.280967 21.987) (xy 106.965088 22.049832) (xy 106.667537 22.173082) - (xy 106.399748 22.352013) (xy 106.172013 22.579748) (xy 105.993082 22.847537) (xy 105.869832 23.145088) (xy 105.807 23.460967) - (xy 105.807 23.783033) (xy 105.869832 24.098912) (xy 105.875823 24.113375) (xy 103.685703 26.303496) (xy 103.656699 26.327299) - (xy 103.609184 26.385197) (xy 103.561726 26.443024) (xy 103.517453 26.525853) (xy 103.491154 26.575054) (xy 103.447697 26.718315) - (xy 103.4367 26.829968) (xy 103.4367 26.829978) (xy 103.433024 26.8673) (xy 103.4367 26.904622) (xy 103.436701 37.320319) - (xy 103.128892 37.239616) (xy 102.807405 37.220282) (xy 102.488325 37.264039) (xy 102.183912 37.369205) (xy 102.009956 37.462186) - (xy 101.914192 37.726587) (xy 102.87 38.682395) (xy 102.884143 38.668253) (xy 103.063748 38.847858) (xy 103.049605 38.862) - (xy 103.063748 38.876143) (xy 102.884143 39.055748) (xy 102.87 39.041605) (xy 101.914192 39.997413) (xy 102.009956 40.261814) - (xy 102.285594 40.395904) (xy 91.489003 51.192496) (xy 91.459999 51.216299) (xy 91.418369 51.267026) (xy 91.365026 51.332024) - (xy 91.298242 51.456967) (xy 91.294454 51.464054) (xy 91.250997 51.607315) (xy 91.24 51.718968) (xy 91.24 51.718978) - (xy 91.236324 51.7563) (xy 91.24 51.793623) (xy 91.240001 53.976488) (xy 91.196063 54.020426) (xy 91.082795 54.189944) - (xy 91.004774 54.378302) (xy 90.965 54.578261) (xy 90.965 54.782139) (xy 91.004774 54.982098) (xy 91.082795 55.170456) - (xy 91.196063 55.339974) (xy 91.286444 55.430355) (xy 90.1371 56.579699) (xy 90.1371 48.804488) (xy 90.142502 48.806726) - (xy 90.342461 48.8465) (xy 90.546339 48.8465) (xy 90.746298 48.806726) (xy 90.934656 48.728705) (xy 91.104174 48.615437) - (xy 91.148111 48.5715) (xy 91.343178 48.5715) (xy 91.3805 48.575176) (xy 91.417822 48.5715) (xy 91.417833 48.5715) - (xy 91.529486 48.560503) (xy 91.672747 48.517046) (xy 91.804776 48.446474) (xy 91.920501 48.351501) (xy 91.944304 48.322497) - (xy 99.838625 40.428177) (xy 99.853088 40.434168) (xy 100.168967 40.497) (xy 100.491033 40.497) (xy 100.806912 40.434168) - (xy 101.104463 40.310918) (xy 101.372252 40.131987) (xy 101.599987 39.904252) (xy 101.67272 39.7954) (xy 101.734587 39.817808) - (xy 102.690395 38.862) (xy 101.734587 37.906192) (xy 101.67272 37.9286) (xy 101.599987 37.819748) (xy 101.372252 37.592013) - (xy 101.104463 37.413082) (xy 100.806912 37.289832) (xy 100.491033 37.227) (xy 100.168967 37.227) (xy 99.853088 37.289832) - (xy 99.555537 37.413082) (xy 99.287748 37.592013) (xy 99.060013 37.819748) (xy 98.98728 37.9286) (xy 98.925413 37.906192) - (xy 97.969605 38.862) (xy 97.983748 38.876143) (xy 97.804143 39.055748) (xy 97.79 39.041605) (xy 96.834192 39.997413) - (xy 96.929956 40.261814) (xy 97.219571 40.402704) (xy 97.531108 40.484384) (xy 97.627045 40.490154) (xy 91.816415 46.300784) - (xy 91.784037 46.252326) (xy 91.639874 46.108163) (xy 91.540103 46.041498) (xy 95.761004 41.820598) (xy 95.790001 41.796801) - (xy 95.817621 41.763146) (xy 95.884974 41.681077) (xy 95.955546 41.549047) (xy 95.968296 41.507014) (xy 95.999003 41.405786) - (xy 96.01 41.294133) (xy 96.01 41.294123) (xy 96.013676 41.256801) (xy 96.01 41.219478) (xy 96.01 40.316909) - (xy 96.024463 40.310918) (xy 96.292252 40.131987) (xy 96.519987 39.904252) (xy 96.59272 39.7954) (xy 96.654587 39.817808) - (xy 97.610395 38.862) (xy 96.654587 37.906192) (xy 96.59272 37.9286) (xy 96.519987 37.819748) (xy 96.426826 37.726587) - (xy 96.834192 37.726587) (xy 97.79 38.682395) (xy 98.745808 37.726587) (xy 98.650044 37.462186) (xy 98.360429 37.321296) - (xy 98.048892 37.239616) (xy 97.727405 37.220282) (xy 97.408325 37.264039) (xy 97.103912 37.369205) (xy 96.929956 37.462186) - (xy 96.834192 37.726587) (xy 96.426826 37.726587) (xy 96.292252 37.592013) (xy 96.024463 37.413082) (xy 95.726912 37.289832) - (xy 95.411033 37.227) (xy 95.088967 37.227) (xy 94.773088 37.289832) (xy 94.475537 37.413082) (xy 94.265191 37.55363) - (xy 94.240537 37.507506) (xy 94.161185 37.410815) (xy 94.064494 37.331463) (xy 93.95418 37.272498) (xy 93.834482 37.236188) - (xy 93.71 37.223928) (xy 92.1408 37.223928) (xy 92.1408 32.886001) (xy 99.838625 25.188177) (xy 99.853088 25.194168) - (xy 100.168967 25.257) (xy 100.491033 25.257) (xy 100.806912 25.194168) (xy 101.104463 25.070918) (xy 101.372252 24.891987) - (xy 101.599987 24.664252) (xy 101.6 24.664233) (xy 101.600013 24.664252) (xy 101.827748 24.891987) (xy 102.095537 25.070918) - (xy 102.393088 25.194168) (xy 102.708967 25.257) (xy 103.031033 25.257) (xy 103.346912 25.194168) (xy 103.644463 25.070918) - (xy 103.912252 24.891987) (xy 104.139987 24.664252) (xy 104.318918 24.396463) (xy 104.442168 24.098912) (xy 104.505 23.783033) - (xy 104.505 23.460967) (xy 104.442168 23.145088) (xy 104.318918 22.847537) (xy 104.139987 22.579748) (xy 103.912252 22.352013) - (xy 103.644463 22.173082) (xy 103.346912 22.049832) (xy 103.031033 21.987) (xy 102.708967 21.987) (xy 102.393088 22.049832) - (xy 102.378625 22.055823) (xy 101.643401 21.3206) (xy 116.812199 21.3206) - ) - ) - (filled_polygon - (pts - (xy 75.237903 23.385096) (xy 75.208899 23.408899) (xy 75.156282 23.473014) (xy 75.113926 23.524624) (xy 75.046814 23.65018) - (xy 75.043354 23.656654) (xy 75.041 23.664414) (xy 75.041 23.460967) (xy 74.978168 23.145088) (xy 74.854918 22.847537) - (xy 74.675987 22.579748) (xy 74.448252 22.352013) (xy 74.180463 22.173082) (xy 73.882912 22.049832) (xy 73.567033 21.987) - (xy 73.244967 21.987) (xy 72.929088 22.049832) (xy 72.631537 22.173082) (xy 72.363748 22.352013) (xy 72.136013 22.579748) - (xy 72.136 22.579767) (xy 72.135987 22.579748) (xy 71.908252 22.352013) (xy 71.640463 22.173082) (xy 71.342912 22.049832) - (xy 71.027033 21.987) (xy 70.704967 21.987) (xy 70.389088 22.049832) (xy 70.091537 22.173082) (xy 69.823748 22.352013) - (xy 69.596013 22.579748) (xy 69.52328 22.6886) (xy 69.461413 22.666192) (xy 68.505605 23.622) (xy 69.461413 24.577808) - (xy 69.52328 24.5554) (xy 69.596013 24.664252) (xy 69.823748 24.891987) (xy 70.091537 25.070918) (xy 70.389088 25.194168) - (xy 70.704967 25.257) (xy 71.027033 25.257) (xy 71.342912 25.194168) (xy 71.357376 25.188177) (xy 73.976101 27.806903) - (xy 73.976101 37.32121) (xy 73.664892 37.239616) (xy 73.343405 37.220282) (xy 73.024325 37.264039) (xy 72.719912 37.369205) - (xy 72.545956 37.462186) (xy 72.450192 37.726587) (xy 73.406 38.682395) (xy 73.420143 38.668253) (xy 73.599748 38.847858) - (xy 73.585605 38.862) (xy 73.599748 38.876143) (xy 73.420143 39.055748) (xy 73.406 39.041605) (xy 72.450192 39.997413) - (xy 72.545956 40.261814) (xy 72.835571 40.402704) (xy 73.147108 40.484384) (xy 73.468595 40.503718) (xy 73.787675 40.459961) - (xy 73.976101 40.394865) (xy 73.9761 54.724527) (xy 73.952839 54.7199) (xy 73.748961 54.7199) (xy 73.549002 54.759674) - (xy 73.360644 54.837695) (xy 73.191126 54.950963) (xy 73.046963 55.095126) (xy 72.933695 55.264644) (xy 72.855674 55.453002) - (xy 72.8159 55.652961) (xy 72.8159 55.715099) (xy 72.807599 55.7234) (xy 70.0129 55.7234) (xy 70.0129 55.648261) - (xy 69.973126 55.448302) (xy 69.895105 55.259944) (xy 69.781837 55.090426) (xy 69.637674 54.946263) (xy 69.468156 54.832995) - (xy 69.279798 54.754974) (xy 69.079839 54.7152) (xy 69.017703 54.7152) (xy 62.6806 48.378099) (xy 62.6806 40.696351) - (xy 62.706 40.727301) (xy 62.734998 40.751099) (xy 63.6947 41.710802) (xy 63.694701 43.282188) (xy 63.650763 43.326126) - (xy 63.537495 43.495644) (xy 63.459474 43.684002) (xy 63.4197 43.883961) (xy 63.4197 44.087839) (xy 63.459474 44.287798) - (xy 63.537495 44.476156) (xy 63.650763 44.645674) (xy 63.794926 44.789837) (xy 63.964444 44.903105) (xy 64.152802 44.981126) - (xy 64.352761 45.0209) (xy 64.556639 45.0209) (xy 64.756598 44.981126) (xy 64.944956 44.903105) (xy 65.114474 44.789837) - (xy 65.258637 44.645674) (xy 65.371905 44.476156) (xy 65.449926 44.287798) (xy 65.4897 44.087839) (xy 65.4897 43.883961) - (xy 65.449926 43.684002) (xy 65.371905 43.495644) (xy 65.258637 43.326126) (xy 65.2147 43.282189) (xy 65.2147 41.433323) - (xy 65.218376 41.396) (xy 65.2147 41.358677) (xy 65.2147 41.358667) (xy 65.203703 41.247014) (xy 65.160246 41.103753) - (xy 65.157852 41.099274) (xy 65.089674 40.971723) (xy 65.018499 40.884997) (xy 64.994701 40.855999) (xy 64.965704 40.832202) - (xy 64.551974 40.418472) (xy 64.600494 40.392537) (xy 64.697185 40.313185) (xy 64.776537 40.216494) (xy 64.801191 40.17037) - (xy 65.011537 40.310918) (xy 65.309088 40.434168) (xy 65.624967 40.497) (xy 65.947033 40.497) (xy 66.262912 40.434168) - (xy 66.277376 40.428177) (xy 68.5516 42.702402) (xy 68.551601 47.229688) (xy 68.507663 47.273626) (xy 68.394395 47.443144) - (xy 68.316374 47.631502) (xy 68.2766 47.831461) (xy 68.2766 48.035339) (xy 68.316374 48.235298) (xy 68.394395 48.423656) - (xy 68.507663 48.593174) (xy 68.651826 48.737337) (xy 68.821344 48.850605) (xy 69.009702 48.928626) (xy 69.209661 48.9684) - (xy 69.413539 48.9684) (xy 69.613498 48.928626) (xy 69.801856 48.850605) (xy 69.971374 48.737337) (xy 70.106 48.602711) - (xy 70.106 50.220498) (xy 69.434699 50.8918) (xy 69.372561 50.8918) (xy 69.172602 50.931574) (xy 68.984244 51.009595) - (xy 68.814726 51.122863) (xy 68.670563 51.267026) (xy 68.557295 51.436544) (xy 68.479274 51.624902) (xy 68.4395 51.824861) - (xy 68.4395 52.028739) (xy 68.479274 52.228698) (xy 68.557295 52.417056) (xy 68.670563 52.586574) (xy 68.814726 52.730737) - (xy 68.984244 52.844005) (xy 69.172602 52.922026) (xy 69.372561 52.9618) (xy 69.576439 52.9618) (xy 69.776398 52.922026) - (xy 69.964756 52.844005) (xy 70.134274 52.730737) (xy 70.278437 52.586574) (xy 70.391705 52.417056) (xy 70.469726 52.228698) - (xy 70.5095 52.028739) (xy 70.5095 51.966601) (xy 71.377004 51.099098) (xy 71.406001 51.075301) (xy 71.500974 50.959576) - (xy 71.571546 50.827547) (xy 71.615003 50.684286) (xy 71.626 50.572633) (xy 71.626 50.572624) (xy 71.629676 50.535301) - (xy 71.626 50.497978) (xy 71.626 40.316909) (xy 71.640463 40.310918) (xy 71.908252 40.131987) (xy 72.135987 39.904252) - (xy 72.20872 39.7954) (xy 72.270587 39.817808) (xy 73.226395 38.862) (xy 72.270587 37.906192) (xy 72.20872 37.9286) - (xy 72.135987 37.819748) (xy 71.908252 37.592013) (xy 71.640463 37.413082) (xy 71.342912 37.289832) (xy 71.027033 37.227) - (xy 70.704967 37.227) (xy 70.389088 37.289832) (xy 70.091537 37.413082) (xy 69.823748 37.592013) (xy 69.596013 37.819748) - (xy 69.52328 37.9286) (xy 69.461413 37.906192) (xy 68.505605 38.862) (xy 69.461413 39.817808) (xy 69.52328 39.7954) - (xy 69.596013 39.904252) (xy 69.823748 40.131987) (xy 70.091537 40.310918) (xy 70.106001 40.316909) (xy 70.106 47.264089) - (xy 70.0716 47.229689) (xy 70.0716 42.424922) (xy 70.075276 42.387599) (xy 70.0716 42.350276) (xy 70.0716 42.350267) - (xy 70.060603 42.238614) (xy 70.017146 42.095353) (xy 69.946574 41.963324) (xy 69.851601 41.847599) (xy 69.822604 41.823802) - (xy 68.488781 40.489979) (xy 68.707675 40.459961) (xy 69.012088 40.354795) (xy 69.186044 40.261814) (xy 69.281808 39.997413) - (xy 68.326 39.041605) (xy 68.311858 39.055748) (xy 68.132253 38.876143) (xy 68.146395 38.862) (xy 67.190587 37.906192) - (xy 67.12872 37.9286) (xy 67.055987 37.819748) (xy 66.962826 37.726587) (xy 67.370192 37.726587) (xy 68.326 38.682395) - (xy 69.281808 37.726587) (xy 69.186044 37.462186) (xy 68.896429 37.321296) (xy 68.584892 37.239616) (xy 68.263405 37.220282) - (xy 67.944325 37.264039) (xy 67.639912 37.369205) (xy 67.465956 37.462186) (xy 67.370192 37.726587) (xy 66.962826 37.726587) - (xy 66.828252 37.592013) (xy 66.560463 37.413082) (xy 66.262912 37.289832) (xy 65.947033 37.227) (xy 65.624967 37.227) - (xy 65.309088 37.289832) (xy 65.011537 37.413082) (xy 64.801191 37.55363) (xy 64.776537 37.507506) (xy 64.697185 37.410815) - (xy 64.600494 37.331463) (xy 64.49018 37.272498) (xy 64.370482 37.236188) (xy 64.246 37.223928) (xy 62.6806 37.223928) - (xy 62.6806 27.802201) (xy 65.294625 25.188177) (xy 65.309088 25.194168) (xy 65.624967 25.257) (xy 65.947033 25.257) - (xy 66.262912 25.194168) (xy 66.560463 25.070918) (xy 66.828252 24.891987) (xy 66.962826 24.757413) (xy 67.370192 24.757413) - (xy 67.465956 25.021814) (xy 67.755571 25.162704) (xy 68.067108 25.244384) (xy 68.388595 25.263718) (xy 68.707675 25.219961) - (xy 69.012088 25.114795) (xy 69.186044 25.021814) (xy 69.281808 24.757413) (xy 68.326 23.801605) (xy 67.370192 24.757413) - (xy 66.962826 24.757413) (xy 67.055987 24.664252) (xy 67.12872 24.5554) (xy 67.190587 24.577808) (xy 68.146395 23.622) - (xy 67.190587 22.666192) (xy 67.12872 22.6886) (xy 67.055987 22.579748) (xy 66.962826 22.486587) (xy 67.370192 22.486587) - (xy 68.326 23.442395) (xy 69.281808 22.486587) (xy 69.186044 22.222186) (xy 68.896429 22.081296) (xy 68.584892 21.999616) - (xy 68.263405 21.980282) (xy 67.944325 22.024039) (xy 67.639912 22.129205) (xy 67.465956 22.222186) (xy 67.370192 22.486587) - (xy 66.962826 22.486587) (xy 66.828252 22.352013) (xy 66.560463 22.173082) (xy 66.262912 22.049832) (xy 65.947033 21.987) - (xy 65.624967 21.987) (xy 65.309088 22.049832) (xy 65.011537 22.173082) (xy 64.743748 22.352013) (xy 64.516013 22.579748) - (xy 64.516 22.579767) (xy 64.515987 22.579748) (xy 64.288252 22.352013) (xy 64.020463 22.173082) (xy 63.722912 22.049832) - (xy 63.407033 21.987) (xy 63.084967 21.987) (xy 62.769088 22.049832) (xy 62.471537 22.173082) (xy 62.203748 22.352013) - (xy 61.976013 22.579748) (xy 61.797082 22.847537) (xy 61.673832 23.145088) (xy 61.611 23.460967) (xy 61.611 23.783033) - (xy 61.673832 24.098912) (xy 61.679823 24.113376) (xy 60.959298 24.833901) (xy 60.9303 24.857699) (xy 60.906502 24.886697) - (xy 60.906501 24.886698) (xy 60.835326 24.973424) (xy 60.764754 25.105454) (xy 60.740201 25.186397) (xy 60.721298 25.248714) - (xy 60.715329 25.309314) (xy 60.706624 25.3977) (xy 60.710301 25.435033) (xy 60.710301 29.564099) (xy 52.466801 21.3206) - (xy 77.302398 21.3206) - ) - ) - (filled_polygon - (pts - (xy 48.689874 42.003876) (xy 48.552963 42.18858) (xy 48.432754 42.442913) (xy 48.392096 42.576961) (xy 48.514085 42.799) - (xy 49.657 42.799) (xy 49.657 42.779) (xy 49.911 42.779) (xy 49.911 42.799) (xy 49.931 42.799) - (xy 49.931 43.053) (xy 49.911 43.053) (xy 49.911 45.339) (xy 51.053915 45.339) (xy 51.175904 45.116961) - (xy 51.135246 44.982913) (xy 51.015037 44.72858) (xy 50.847519 44.502586) (xy 50.639131 44.313615) (xy 50.443018 44.196) - (xy 50.639131 44.078385) (xy 50.847519 43.889414) (xy 51.015037 43.66342) (xy 51.040964 43.608565) (xy 55.0953 47.662902) - (xy 55.095301 50.6423) (xy 50.862374 46.409373) (xy 51.015037 46.20342) (xy 51.135246 45.949087) (xy 51.175904 45.815039) - (xy 51.053915 45.593) (xy 49.911 45.593) (xy 49.911 45.613) (xy 49.657 45.613) (xy 49.657 45.593) - (xy 49.637 45.593) (xy 49.637 45.339) (xy 49.657 45.339) (xy 49.657 43.053) (xy 48.514085 43.053) - (xy 48.392096 43.275039) (xy 48.432754 43.409087) (xy 48.552963 43.66342) (xy 48.720481 43.889414) (xy 48.928869 44.078385) - (xy 49.124982 44.196) (xy 48.928869 44.313615) (xy 48.720481 44.502586) (xy 48.552963 44.72858) (xy 48.52142 44.795318) - (xy 44.4689 40.742799) (xy 44.4689 37.782902) - ) - ) - (filled_polygon - (pts - (xy 34.671 47.879) (xy 34.691 47.879) (xy 34.691 48.133) (xy 34.671 48.133) (xy 34.671 48.153) - (xy 34.417 48.153) (xy 34.417 48.133) (xy 34.397 48.133) (xy 34.397 47.879) (xy 34.417 47.879) - (xy 34.417 47.859) (xy 34.671 47.859) - ) - ) - (filled_polygon - (pts - (xy 88.735901 37.33466) (xy 88.708429 37.321296) (xy 88.396892 37.239616) (xy 88.075405 37.220282) (xy 87.756325 37.264039) - (xy 87.451912 37.369205) (xy 87.277956 37.462186) (xy 87.182192 37.726587) (xy 88.138 38.682395) (xy 88.152143 38.668253) - (xy 88.331748 38.847858) (xy 88.317605 38.862) (xy 88.331748 38.876143) (xy 88.152143 39.055748) (xy 88.138 39.041605) - (xy 88.123858 39.055748) (xy 87.944253 38.876143) (xy 87.958395 38.862) (xy 87.002587 37.906192) (xy 86.94072 37.9286) - (xy 86.867987 37.819748) (xy 86.640252 37.592013) (xy 86.372463 37.413082) (xy 86.074912 37.289832) (xy 85.759033 37.227) - (xy 85.436967 37.227) (xy 85.121088 37.289832) (xy 84.823537 37.413082) (xy 84.555748 37.592013) (xy 84.328013 37.819748) - (xy 84.25528 37.9286) (xy 84.193413 37.906192) (xy 83.237605 38.862) (xy 83.251748 38.876143) (xy 83.072143 39.055748) - (xy 83.058 39.041605) (xy 82.102192 39.997413) (xy 82.197956 40.261814) (xy 82.46135 40.389948) (xy 79.958692 42.892607) - (xy 79.954799 42.892224) (xy 79.917476 42.8959) (xy 79.917467 42.8959) (xy 79.805814 42.906897) (xy 79.667554 42.948837) - (xy 79.662553 42.950354) (xy 79.530523 43.020926) (xy 79.473974 43.067335) (xy 79.414799 43.115899) (xy 79.391001 43.144897) - (xy 78.5982 43.937698) (xy 78.5982 41.856601) (xy 80.026625 40.428177) (xy 80.041088 40.434168) (xy 80.356967 40.497) - (xy 80.679033 40.497) (xy 80.994912 40.434168) (xy 81.292463 40.310918) (xy 81.560252 40.131987) (xy 81.787987 39.904252) - (xy 81.86072 39.7954) (xy 81.922587 39.817808) (xy 82.878395 38.862) (xy 81.922587 37.906192) (xy 81.86072 37.9286) - (xy 81.787987 37.819748) (xy 81.694826 37.726587) (xy 82.102192 37.726587) (xy 83.058 38.682395) (xy 84.013808 37.726587) - (xy 83.918044 37.462186) (xy 83.628429 37.321296) (xy 83.316892 37.239616) (xy 82.995405 37.220282) (xy 82.676325 37.264039) - (xy 82.371912 37.369205) (xy 82.197956 37.462186) (xy 82.102192 37.726587) (xy 81.694826 37.726587) (xy 81.560252 37.592013) - (xy 81.292463 37.413082) (xy 80.994912 37.289832) (xy 80.679033 37.227) (xy 80.356967 37.227) (xy 80.041088 37.289832) - (xy 79.743537 37.413082) (xy 79.533191 37.55363) (xy 79.508537 37.507506) (xy 79.429185 37.410815) (xy 79.332494 37.331463) - (xy 79.22218 37.272498) (xy 79.102482 37.236188) (xy 78.978 37.223928) (xy 77.4102 37.223928) (xy 77.4102 35.424601) - (xy 87.646625 25.188177) (xy 87.661088 25.194168) (xy 87.976967 25.257) (xy 88.299033 25.257) (xy 88.614912 25.194168) - (xy 88.7359 25.144053) - ) - ) - (filled_polygon - (pts - (xy 97.103912 22.129205) (xy 96.929956 22.222186) (xy 96.834192 22.486587) (xy 97.79 23.442395) (xy 98.745808 22.486587) - (xy 98.650044 22.222186) (xy 98.434439 22.1173) (xy 99.690206 22.1173) (xy 99.555537 22.173082) (xy 99.287748 22.352013) - (xy 99.060013 22.579748) (xy 98.98728 22.6886) (xy 98.925413 22.666192) (xy 97.969605 23.622) (xy 97.983748 23.636143) - (xy 97.804143 23.815748) (xy 97.79 23.801605) (xy 96.834192 24.757413) (xy 96.929956 25.021814) (xy 97.219571 25.162704) - (xy 97.531108 25.244384) (xy 97.627045 25.250154) (xy 91.6904 31.186799) (xy 91.6904 28.256401) (xy 94.758625 25.188177) - (xy 94.773088 25.194168) (xy 95.088967 25.257) (xy 95.411033 25.257) (xy 95.726912 25.194168) (xy 96.024463 25.070918) - (xy 96.292252 24.891987) (xy 96.519987 24.664252) (xy 96.59272 24.5554) (xy 96.654587 24.577808) (xy 97.610395 23.622) - (xy 96.654587 22.666192) (xy 96.59272 22.6886) (xy 96.519987 22.579748) (xy 96.292252 22.352013) (xy 96.024463 22.173082) - (xy 95.889794 22.1173) (xy 97.138372 22.1173) - ) - ) - ) -) diff --git a/PinLock.pro b/PinLock.pro deleted file mode 100644 index 90b065d..0000000 --- a/PinLock.pro +++ /dev/null @@ -1,248 +0,0 @@ -update=Mon 25 Nov 2019 15:46:26 CET -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=../../../Desktop/kc/ -SubpartIdSeparator=0 -SubpartFirstId=65 -NetFmtName=Pcbnew -SpiceAjustPassiveValues=0 -LabSize=50 -ERC_TestSimilarLabels=1 -[pcbnew] -version=1 -PageLayoutDescrFile= -LastNetListRead=PinLock.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.5 -dPairViaGap1=0.25 -SilkLineWidth=0.12 -SilkTextSizeV=1 -SilkTextSizeH=1 -SilkTextSizeThickness=0.15 -SilkTextItalic=0 -SilkTextUpright=1 -CopperLineWidth=0.18 -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.051 -SolderMaskMinWidth=0.25 -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.8 -uViaDrill=0.4 -dPairWidth=0.2 -dPairGap=0.5 -dPairViaGap=0.25 diff --git a/PinLock.rules b/PinLock.rules deleted file mode 100644 index 68eb122..0000000 --- a/PinLock.rules +++ /dev/null @@ -1,92 +0,0 @@ - -(rules PCB PinLock - (snap_angle - fortyfive_degree - ) - (autoroute_settings - (fanout off) - (autoroute on) - (postroute on) - (vias on) - (via_costs 50) - (plane_via_costs 5) - (start_ripup_costs 100) - (start_pass_no 20171) - (layer_rule F.Cu - (active on) - (preferred_direction horizontal) - (preferred_direction_trace_costs 1.0) - (against_preferred_direction_trace_costs 2.2) - ) - (layer_rule B.Cu - (active on) - (preferred_direction vertical) - (preferred_direction_trace_costs 1.0) - (against_preferred_direction_trace_costs 1.8) - ) - ) - (rule - (width 250.0) - (clear 200.2) - (clear 125.0 (type smd_to_turn_gap)) - (clear 50.0 (type smd_smd)) - ) - (padstack "Via[0-1]_800:400_um" - (shape - (circle F.Cu 800.0 0.0 0.0) - ) - (shape - (circle B.Cu 800.0 0.0 0.0) - ) - (attach off) - ) - (via - "Via[0-1]_800:400_um" "Via[0-1]_800:400_um" default - ) - (via - "Via[0-1]_800:400_um-kicad_default" "Via[0-1]_800:400_um" "kicad_default" - ) - (via_rule - default "Via[0-1]_800:400_um" - ) - (via_rule - "kicad_default" "Via[0-1]_800:400_um-kicad_default" - ) - (class default - (clearance_class default) - (via_rule default) - (rule - (width 250.0) - ) - (circuit - (use_layer F.Cu B.Cu) - ) - ) - (class "kicad_default" - Vss "Net-(C0-Pad1)" Vdd "Net-(C3-Pad1)" "Net-(C4-Pad1)" NRST "Net-(D0-Pad2)" "Net-(D1-Pad2)" - "Net-(D2-Pad2)" "Net-(D3-Pad2)" "Net-(D4-Pad2)" "Net-(D5-Pad2)" "Net-(D6-Pad2)" "Net-(D7-Pad2)" "Net-(J0-PadMP)" "Net-(J1-Pad6)" - "Net-(J1-Pad3)" "Net-(J1-Pad4)" "Net-(J1-Pad2)" TDI TMS TDO TCK MOSI - SCK MISO RXD TXD "Net-(J5-Pad8)" "Net-(J5-Pad7)" "Net-(J5-Pad6)" "Net-(J5-Pad5)" - "Net-(J5-Pad4)" "Net-(J5-Pad3)" "Net-(J5-Pad2)" "Net-(J5-Pad1)" "Net-(R1-Pad2)" "Net-(R2-Pad2)" "Net-(R3-Pad2)" "Net-(R8-Pad2)" - "Net-(R9-Pad2)" "Net-(R10-Pad2)" "Net-(R15-Pad2)" "Net-(R16-Pad2)" "Net-(R17-Pad2)" "Net-(R22-Pad2)" "Net-(R23-Pad2)" "Net-(R24-Pad2)" - "Net-(R29-Pad1)" "Net-(R30-Pad1)" "Net-(R31-Pad1)" "Net-(R32-Pad1)" "Net-(R33-Pad1)" "Net-(R34-Pad1)" "Net-(R35-Pad1)" "Net-(R36-Pad1)" - "/Display/CHAR0_0" "/Display/CHAR0_1" "/Display/CHAR0_2" "/Display/CHAR0_3" "/Display/CHAR1_0" "/Display/CHAR1_1" "/Display/CHAR1_2" "/Display/CHAR1_3" - "/Display/CHAR2_0" "/Display/CHAR2_1" "/Display/CHAR2_2" "/Display/CHAR2_3" "/Display/CHAR3_0" "Net-(R_C0-Pad1)" "Net-(R_C1-Pad1)" "Net-(R_C6-Pad1)" - "Net-(R_C7-Pad1)" LOAD ROWS COLUMNS "CLK_BUTTONS" STATUS "CLK_STATUS" "Net-(U6-Pad13)" - "Net-(U6-Pad12)" "Net-(U6-Pad11)" "Net-(U6-Pad10)" "Net-(U7-Pad14)" "Net-(U7-Pad12)" "Net-(U7-Pad11)" "Net-(U7-Pad10)" "Net-(U7-Pad1)" - "Net-(DS1-Pad10)" "Net-(DS1-Pad9)" "Net-(DS1-Pad7)" "Net-(DS1-Pad6)" "Net-(DS1-Pad4)" "Net-(DS1-Pad2)" "Net-(DS1-Pad1)" "Net-(DS2-Pad10)" - "Net-(DS2-Pad9)" "Net-(DS2-Pad8)" "Net-(DS2-Pad7)" "Net-(DS2-Pad6)" "Net-(DS2-Pad4)" "Net-(DS2-Pad2)" "Net-(DS2-Pad1)" "Net-(DS3-Pad10)" - "Net-(DS3-Pad9)" "Net-(DS3-Pad7)" "Net-(DS3-Pad6)" "Net-(DS3-Pad4)" "Net-(DS3-Pad2)" "Net-(DS3-Pad1)" "Net-(DS4-Pad10)" "Net-(DS4-Pad9)" - "Net-(DS4-Pad7)" "Net-(DS4-Pad6)" "Net-(DS4-Pad4)" "Net-(DS4-Pad2)" "Net-(DS4-Pad1)" "Net-(R4-Pad1)" "Net-(R5-Pad1)" "Net-(R6-Pad1)" - "Net-(R7-Pad1)" "Net-(R11-Pad1)" "Net-(R12-Pad1)" "Net-(R13-Pad1)" "Net-(R14-Pad1)" "Net-(R18-Pad1)" "Net-(R19-Pad1)" "Net-(R20-Pad1)" - "Net-(R21-Pad1)" "Net-(R25-Pad1)" "Net-(R26-Pad1)" "Net-(R27-Pad1)" "Net-(R28-Pad1)" "Net-(U1-Pad12)" - (clearance_class "kicad_default") - (via_rule kicad_default) - (rule - (width 250.0) - ) - (circuit - (use_layer F.Cu B.Cu) - ) - ) -) \ No newline at end of file diff --git a/PinLock.sch b/PinLock.sch deleted file mode 100644 index 2889568..0000000 --- a/PinLock.sch +++ /dev/null @@ -1,1934 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 1 4 -Title "Pin Lock" -Date "2019-10-29" -Rev "1.0" -Comp "" -Comment1 "Mikrocontroller Seminar" -Comment2 "WiSe 2019/2020" -Comment3 "" -Comment4 "" -$EndDescr -Wire Wire Line - 5300 950 5400 950 -Connection ~ 5300 950 -$Comp -L Connector:USB_B_Micro J1 -U 1 1 5DBB7B46 -P 1650 1900 -F 0 "J1" H 1707 2367 50 0000 C CNN -F 1 "USB_B_Micro" H 1707 2276 50 0000 C CNN -F 2 "Connector_USB:USB_Micro-B_Molex-105017-0001" H 1800 1850 50 0001 C CNN -F 3 "~" H 1800 1850 50 0001 C CNN - 1 1650 1900 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1950 1700 2250 1700 -Connection ~ 3900 950 -Wire Wire Line - 3900 950 4450 950 -Wire Wire Line - 1650 2300 1650 2400 -Wire Wire Line - 1650 2400 2050 2400 -Connection ~ 2050 2400 -$Comp -L Device:C C1 -U 1 1 5DC8ECAA -P 2250 1950 -F 0 "C1" H 2365 1996 50 0000 L CNN -F 1 "100uF" H 2300 1850 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_6.3x3.9" H 2288 1800 50 0001 C CNN -F 3 "~" H 2250 1950 50 0001 C CNN -F 4 "U1" H 2250 1950 50 0001 C CNN "Beschreibung" - 1 2250 1950 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2250 1700 2250 1800 -Connection ~ 2250 1700 -Wire Wire Line - 2250 1700 3900 1700 -Wire Wire Line - 2250 2100 2250 2400 -Wire Wire Line - 2250 2400 2050 2400 -$Sheet -S 10150 2350 550 450 -U 5DE30C4A -F0 "Status" 50 -F1 "status.sch" 50 -F2 "VCC" B R 10700 2400 50 -F3 "GND" B R 10700 2700 50 -F4 "STATUS" I L 10150 2500 50 -F5 "CLK" I L 10150 2600 50 -$EndSheet -Text GLabel 8700 4600 2 50 Output ~ 0 -ROWS -Text GLabel 8700 4700 2 50 Input ~ 0 -COLUMNS -Text GLabel 8700 4800 2 50 Output ~ 0 -CLK_BUTTONS -Text GLabel 10150 1600 0 50 Input ~ 0 -ROWS -Text GLabel 10150 1700 0 50 Output ~ 0 -COLUMNS -Text GLabel 10150 1800 0 50 Input ~ 0 -CLK_BUTTONS -Text GLabel 8700 4900 2 50 Output ~ 0 -STATUS -Text GLabel 8700 5000 2 50 Output ~ 0 -CLK_STATUS -Text GLabel 10150 2500 0 50 Input ~ 0 -STATUS -Text GLabel 10150 2600 0 50 Input ~ 0 -CLK_STATUS -$Sheet -S 10150 1450 550 650 -U 5DDEAC3F -F0 "Buttons" 50 -F1 "buttons.sch" 50 -F2 "VCC" B R 10700 1500 50 -F3 "GND" B R 10700 2000 50 -F4 "ROWS" I L 10150 1600 50 -F5 "COLUMNS" O L 10150 1700 50 -F6 "CLK" I L 10150 1800 50 -F7 "LOAD" I L 10150 1900 50 -$EndSheet -Text GLabel 3350 2800 1 50 Input ~ 0 -NRST -Text GLabel 1700 2850 1 50 Output ~ 0 -NRST -Text GLabel 8700 3900 2 50 Input ~ 0 -TDI -Text GLabel 8700 3800 2 50 Output ~ 0 -TDO -Text GLabel 1700 3250 2 50 Input ~ 0 -TDO -Text GLabel 1700 3350 2 50 Output ~ 0 -TDI -Text GLabel 1700 3050 2 50 Output ~ 0 -TCK -Wire Wire Line - 1700 2950 1700 2850 -Text GLabel 1700 3150 2 50 Output ~ 0 -TMS -Text GLabel 8700 3700 2 50 Input ~ 0 -TMS -Text GLabel 8700 3600 2 50 Input ~ 0 -TCK -Text GLabel 8700 4500 2 50 Output ~ 0 -LOAD -Text GLabel 10150 1900 0 50 Input ~ 0 -LOAD -$Comp -L Device:R R0 -U 1 1 5DCAEAA9 -P 4450 1350 -F 0 "R0" H 4520 1396 50 0000 L CNN -F 1 "~10K" H 4520 1305 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4380 1350 50 0001 C CNN -F 3 "~" H 4450 1350 50 0001 C CNN - 1 4450 1350 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4450 1200 4450 950 -Connection ~ 4450 950 -Wire Wire Line - 4450 950 5300 950 -Wire Wire Line - 3900 1700 3900 950 -$Comp -L Switch:SW_Push SW0 -U 1 1 5DBE2224 -P 3050 2800 -F 0 "SW0" H 3050 3085 50 0000 C CNN -F 1 "SW_Push" H 3050 2994 50 0000 C CNN -F 2 "Button_Switch_SMD:SW_Push_1P1T_NO_CK_KMR2" H 3050 3000 50 0001 C CNN -F 3 "~" H 3050 3000 50 0001 C CNN - 1 3050 2800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3750 950 3900 950 -Connection ~ 2250 2400 -$Comp -L Device:C C3 -U 1 1 5DCD826F -P 2600 1950 -F 0 "C3" H 2715 1996 50 0000 L CNN -F 1 "~100nF" H 2715 1905 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2638 1800 50 0001 C CNN -F 3 "~" H 2600 1950 50 0001 C CNN -F 4 "Y0_0" H 2600 1950 50 0001 C CNN "Beschreibung" - 1 2600 1950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C4 -U 1 1 5DCD889C -P 2950 2250 -F 0 "C4" H 3065 2296 50 0000 L CNN -F 1 "~100nF" H 3065 2205 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2988 2100 50 0001 C CNN -F 3 "~" H 2950 2250 50 0001 C CNN -F 4 "Y0_1" H 2950 2250 50 0001 C CNN "Beschreibung" - 1 2950 2250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2600 2100 2600 2400 -Connection ~ 2600 2400 -Wire Wire Line - 2600 2400 2250 2400 -Wire Wire Line - 2950 2400 2750 2400 -$Comp -L Device:C C5 -U 1 1 5DCD957C -P 3050 3050 -F 0 "C5" V 3200 3050 50 0000 C CNN -F 1 "~100nF" V 3300 3050 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3088 2900 50 0001 C CNN -F 3 "~" H 3050 3050 50 0001 C CNN -F 4 "SW0" V 3050 3050 50 0001 C CNN "Beschreibung" - 1 3050 3050 - 0 1 1 0 -$EndComp -Wire Wire Line - 4100 1600 4100 2800 -Wire Wire Line - 4450 1500 4450 1600 -Connection ~ 4450 1600 -Wire Wire Line - 4450 1600 4100 1600 -Wire Wire Line - 3250 2800 3450 2800 -Wire Wire Line - 3450 2800 3450 3050 -Wire Wire Line - 3450 3050 3200 3050 -Connection ~ 3450 2800 -Wire Wire Line - 3450 2800 4100 2800 -Wire Wire Line - 2900 3050 2750 3050 -Wire Wire Line - 2750 3050 2750 2800 -Wire Wire Line - 2750 2800 2850 2800 -$Comp -L PinLock-rescue:AVR-ISP-6-Connector J3 -U 1 1 5DD6E922 -P 1100 4350 -F 0 "J3" H 1350 4750 50 0000 R CNN -F 1 "AVR-ISP-6" H 1450 4050 50 0000 R CNN -F 2 "Connector_IDC:IDC-Header_2x03_P2.54mm_Vertical" V 850 4400 50 0001 C CNN -F 3 " ~" H -175 3800 50 0001 C CNN - 1 1100 4350 - 1 0 0 -1 -$EndComp -Text GLabel 1500 4150 2 50 BiDi ~ 0 -MISO -Text GLabel 1500 4250 2 50 BiDi ~ 0 -MOSI -Text GLabel 1500 4350 2 50 BiDi ~ 0 -SCK -Text GLabel 1500 4450 2 50 Output ~ 0 -NRST -$Comp -L Device:C C2 -U 1 1 5DCC079F -P 3350 2400 -F 0 "C2" H 3250 2500 50 0000 L CNN -F 1 "~100nF" H 3250 2300 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3388 2250 50 0001 C CNN -F 3 "~" H 3350 2400 50 0001 C CNN -F 4 "U0" H 3350 2400 50 0001 C CNN "Beschreibung" - 1 3350 2400 - 0 1 1 0 -$EndComp -Wire Wire Line - 3750 2400 3500 2400 -Wire Wire Line - 3750 950 3750 2400 -Wire Wire Line - 3200 2400 3150 2400 -Connection ~ 2950 2400 -Wire Wire Line - 2050 1450 3650 1450 -Wire Wire Line - 3650 1450 3650 1050 -Wire Wire Line - 3650 1050 5950 1050 -Wire Wire Line - 10900 1050 10900 2000 -Wire Wire Line - 10900 2000 10700 2000 -Connection ~ 2050 1450 -Wire Wire Line - 2050 1450 2050 2400 -Wire Wire Line - 10900 2000 10900 2700 -Wire Wire Line - 10900 2700 10700 2700 -Connection ~ 10900 2000 -Wire Wire Line - 5400 950 9400 950 -Wire Wire Line - 10800 950 10800 1500 -Wire Wire Line - 10800 1500 10700 1500 -Connection ~ 5400 950 -Wire Wire Line - 10800 1500 10800 1700 -Wire Wire Line - 10800 2400 10700 2400 -Connection ~ 10800 1500 -Wire Wire Line - 9400 950 9400 1500 -Connection ~ 9400 950 -Wire Wire Line - 9400 950 10800 950 -Wire Wire Line - 9500 1050 9500 3300 -Connection ~ 9500 1050 -Wire Wire Line - 9500 1050 10900 1050 -$Comp -L Device:R R_A1 -U 1 1 5DE40B29 -P 6100 1300 -F 0 "R_A1" V 6100 1650 50 0000 L CNN -F 1 "~10K" H 6100 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6030 1300 50 0001 C CNN -F 3 "~" H 6100 1300 50 0001 C CNN - 1 6100 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A2 -U 1 1 5DE40D34 -P 6250 1300 -F 0 "R_A2" V 6250 1650 50 0000 L CNN -F 1 "~10K" H 6250 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6180 1300 50 0001 C CNN -F 3 "~" H 6250 1300 50 0001 C CNN - 1 6250 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A3 -U 1 1 5DE40E97 -P 6400 1300 -F 0 "R_A3" V 6400 1650 50 0000 L CNN -F 1 "~10K" H 6400 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6330 1300 50 0001 C CNN -F 3 "~" H 6400 1300 50 0001 C CNN - 1 6400 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A4 -U 1 1 5DE41C32 -P 6550 1300 -F 0 "R_A4" V 6550 1650 50 0000 L CNN -F 1 "~10K" H 6550 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6480 1300 50 0001 C CNN -F 3 "~" H 6550 1300 50 0001 C CNN - 1 6550 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A5 -U 1 1 5DE41C38 -P 6700 1300 -F 0 "R_A5" V 6700 1650 50 0000 L CNN -F 1 "~10K" H 6700 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6630 1300 50 0001 C CNN -F 3 "~" H 6700 1300 50 0001 C CNN - 1 6700 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A6 -U 1 1 5DE41C3E -P 6850 1300 -F 0 "R_A6" V 6850 1650 50 0000 L CNN -F 1 "~10K" H 6850 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6780 1300 50 0001 C CNN -F 3 "~" H 6850 1300 50 0001 C CNN - 1 6850 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A7 -U 1 1 5DE41C44 -P 7000 1300 -F 0 "R_A7" V 7000 1650 50 0000 L CNN -F 1 "~10K" H 7000 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6930 1300 50 0001 C CNN -F 3 "~" H 7000 1300 50 0001 C CNN - 1 7000 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B0 -U 1 1 5DE4564E -P 7150 1300 -F 0 "R_B0" V 7150 1650 50 0000 L CNN -F 1 "~10K" H 7150 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7080 1300 50 0001 C CNN -F 3 "~" H 7150 1300 50 0001 C CNN - 1 7150 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B1 -U 1 1 5DE45654 -P 7300 1300 -F 0 "R_B1" V 7300 1650 50 0000 L CNN -F 1 "~10K" H 7300 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7230 1300 50 0001 C CNN -F 3 "~" H 7300 1300 50 0001 C CNN - 1 7300 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B2 -U 1 1 5DE4565A -P 7450 1300 -F 0 "R_B2" V 7450 1650 50 0000 L CNN -F 1 "~10K" H 7450 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7380 1300 50 0001 C CNN -F 3 "~" H 7450 1300 50 0001 C CNN - 1 7450 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B3 -U 1 1 5DE45660 -P 7600 1300 -F 0 "R_B3" V 7600 1650 50 0000 L CNN -F 1 "~10K" H 7600 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7530 1300 50 0001 C CNN -F 3 "~" H 7600 1300 50 0001 C CNN - 1 7600 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B4 -U 1 1 5DE47583 -P 7750 1300 -F 0 "R_B4" V 7750 1650 50 0000 L CNN -F 1 "~10K" H 7750 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7680 1300 50 0001 C CNN -F 3 "~" H 7750 1300 50 0001 C CNN - 1 7750 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B5 -U 1 1 5DE47589 -P 7900 1300 -F 0 "R_B5" V 7900 1650 50 0000 L CNN -F 1 "~10K" H 7900 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7830 1300 50 0001 C CNN -F 3 "~" H 7900 1300 50 0001 C CNN - 1 7900 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B6 -U 1 1 5DE4758F -P 8050 1300 -F 0 "R_B6" V 8050 1650 50 0000 L CNN -F 1 "~10K" H 8050 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7980 1300 50 0001 C CNN -F 3 "~" H 8050 1300 50 0001 C CNN - 1 8050 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B7 -U 1 1 5DE47595 -P 8200 1300 -F 0 "R_B7" V 8200 1650 50 0000 L CNN -F 1 "~10K" H 8200 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 8130 1300 50 0001 C CNN -F 3 "~" H 8200 1300 50 0001 C CNN - 1 8200 1300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6100 1700 6100 1450 -Wire Wire Line - 6250 1800 6250 1450 -Wire Wire Line - 6400 1900 6400 1450 -Wire Wire Line - 6550 2000 6550 1450 -Wire Wire Line - 6700 2100 6700 1450 -Wire Wire Line - 6850 2200 6850 1450 -Wire Wire Line - 7000 2300 7000 1450 -Wire Wire Line - 7150 2500 7150 1450 -Wire Wire Line - 7300 2600 7300 1450 -Wire Wire Line - 7450 2700 7450 1450 -Wire Wire Line - 7600 2800 7600 1450 -Wire Wire Line - 7750 2900 7750 1450 -Wire Wire Line - 7900 3000 7900 1450 -Wire Wire Line - 8050 3100 8050 1450 -Wire Wire Line - 8200 3200 8200 1450 -$Comp -L Device:R R_A0 -U 1 1 5DE3F959 -P 5950 1300 -F 0 "R_A0" V 5950 1650 50 0000 L CNN -F 1 "~10K" H 5950 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5880 1300 50 0001 C CNN -F 3 "~" H 5950 1300 50 0001 C CNN - 1 5950 1300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5950 1450 5950 1600 -Connection ~ 5950 1600 -Wire Wire Line - 1650 2400 750 2400 -Wire Wire Line - 750 2400 750 3750 -Connection ~ 1650 2400 -$Comp -L PinLock-rescue:AVR-JTAG-10-Connector J2 -U 1 1 5DC4B0A3 -P 1200 3150 -F 0 "J2" H 1350 3650 50 0000 R CNN -F 1 "AVR-JTAG-10" H 1550 3800 50 0000 R CNN -F 2 "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" V 1050 3300 50 0001 C CNN -F 3 " ~" H -75 2600 50 0001 C CNN - 1 1200 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1200 2550 1100 2550 -Wire Wire Line - 650 2550 650 3850 -Connection ~ 1100 2550 -Wire Wire Line - 1100 2550 650 2550 -Wire Wire Line - 1200 3750 750 3750 -Connection ~ 750 3750 -Wire Wire Line - 750 3750 750 4750 -Wire Wire Line - 1000 3850 650 3850 -Wire Wire Line - 1000 4750 750 4750 -Connection ~ 750 4750 -Wire Wire Line - 750 4750 750 5250 -Wire Wire Line - 750 6450 4700 6450 -Connection ~ 5300 6450 -Wire Wire Line - 5300 6450 5950 6450 -Connection ~ 4700 6450 -Wire Wire Line - 4700 6450 5300 6450 -$Comp -L Device:R R_D6 -U 1 1 5DF04487 -P 6100 5750 -F 0 "R_D6" V 6050 5850 50 0000 L CNN -F 1 "~10K" H 6100 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6030 5750 50 0001 C CNN -F 3 "~" H 6100 5750 50 0001 C CNN - 1 6100 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D5 -U 1 1 5DF0448D -P 6250 5750 -F 0 "R_D5" V 6200 5850 50 0000 L CNN -F 1 "~10K" H 6250 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6180 5750 50 0001 C CNN -F 3 "~" H 6250 5750 50 0001 C CNN - 1 6250 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D4 -U 1 1 5DF04493 -P 6400 5750 -F 0 "R_D4" V 6350 5850 50 0000 L CNN -F 1 "~10K" H 6400 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6330 5750 50 0001 C CNN -F 3 "~" H 6400 5750 50 0001 C CNN - 1 6400 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D3 -U 1 1 5DF04499 -P 6550 5750 -F 0 "R_D3" V 6500 5850 50 0000 L CNN -F 1 "~10K" H 6550 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6480 5750 50 0001 C CNN -F 3 "~" H 6550 5750 50 0001 C CNN - 1 6550 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D2 -U 1 1 5DF0449F -P 6700 5750 -F 0 "R_D2" V 6650 5850 50 0000 L CNN -F 1 "~10K" H 6700 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6630 5750 50 0001 C CNN -F 3 "~" H 6700 5750 50 0001 C CNN - 1 6700 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D1 -U 1 1 5DF044A5 -P 6850 5750 -F 0 "R_D1" V 6800 5850 50 0000 L CNN -F 1 "~10K" H 6850 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6780 5750 50 0001 C CNN -F 3 "~" H 6850 5750 50 0001 C CNN - 1 6850 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D0 -U 1 1 5DF044AB -P 7000 5750 -F 0 "R_D0" V 6950 5850 50 0000 L CNN -F 1 "~10K" H 7000 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6930 5750 50 0001 C CNN -F 3 "~" H 7000 5750 50 0001 C CNN - 1 7000 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C7 -U 1 1 5DF044B1 -P 7150 5750 -F 0 "R_C7" V 7100 5850 50 0000 L CNN -F 1 "~10K" H 7150 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7080 5750 50 0001 C CNN -F 3 "~" H 7150 5750 50 0001 C CNN - 1 7150 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C6 -U 1 1 5DF044B7 -P 7300 5750 -F 0 "R_C6" V 7250 5850 50 0000 L CNN -F 1 "~10K" H 7300 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7230 5750 50 0001 C CNN -F 3 "~" H 7300 5750 50 0001 C CNN - 1 7300 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C5 -U 1 1 5DF044BD -P 7450 5750 -F 0 "R_C5" V 7400 5850 50 0000 L CNN -F 1 "~10K" H 7450 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7380 5750 50 0001 C CNN -F 3 "~" H 7450 5750 50 0001 C CNN - 1 7450 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C4 -U 1 1 5DF044C3 -P 7600 5750 -F 0 "R_C4" V 7550 5850 50 0000 L CNN -F 1 "~10K" H 7600 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7530 5750 50 0001 C CNN -F 3 "~" H 7600 5750 50 0001 C CNN - 1 7600 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C3 -U 1 1 5DF044C9 -P 7750 5750 -F 0 "R_C3" V 7700 5850 50 0000 L CNN -F 1 "~10K" H 7750 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7680 5750 50 0001 C CNN -F 3 "~" H 7750 5750 50 0001 C CNN - 1 7750 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C2 -U 1 1 5DF044CF -P 7900 5750 -F 0 "R_C2" V 7850 5850 50 0000 L CNN -F 1 "~10K" H 7900 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7830 5750 50 0001 C CNN -F 3 "~" H 7900 5750 50 0001 C CNN - 1 7900 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C1 -U 1 1 5DF044D5 -P 8050 5750 -F 0 "R_C1" V 8000 5850 50 0000 L CNN -F 1 "~10K" H 8050 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7980 5750 50 0001 C CNN -F 3 "~" H 8050 5750 50 0001 C CNN - 1 8050 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C0 -U 1 1 5DF044DB -P 8200 5750 -F 0 "R_C0" V 8150 5850 50 0000 L CNN -F 1 "~10K" H 8200 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 8130 5750 50 0001 C CNN -F 3 "~" H 8200 5750 50 0001 C CNN - 1 8200 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D7 -U 1 1 5DF044E1 -P 5950 5750 -F 0 "R_D7" V 5900 5850 50 0000 L CNN -F 1 "~10K" H 5950 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5880 5750 50 0001 C CNN -F 3 "~" H 5950 5750 50 0001 C CNN - 1 5950 5750 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6100 4900 6100 5600 -Wire Wire Line - 6250 4800 6250 5600 -Wire Wire Line - 6400 4700 6400 5600 -Wire Wire Line - 6550 4600 6550 5600 -Wire Wire Line - 6700 4500 6700 5600 -Wire Wire Line - 6850 4400 6850 5600 -Wire Wire Line - 7000 4300 7000 5600 -Wire Wire Line - 7150 4100 7150 5600 -Wire Wire Line - 7300 4000 7300 5600 -Wire Wire Line - 7450 3900 7450 5600 -Wire Wire Line - 7600 3800 7600 5600 -Wire Wire Line - 7750 3700 7750 5600 -Wire Wire Line - 7900 3600 7900 5600 -Wire Wire Line - 8050 3500 8050 5600 -Wire Wire Line - 8200 3400 8200 5600 -Wire Wire Line - 5950 5900 5950 6450 -Connection ~ 5950 6450 -Wire Wire Line - 5950 6450 6100 6450 -Wire Wire Line - 6100 5900 6100 6450 -Connection ~ 6100 6450 -Wire Wire Line - 6100 6450 6250 6450 -Wire Wire Line - 6250 5900 6250 6450 -Connection ~ 6250 6450 -Wire Wire Line - 6250 6450 6400 6450 -Wire Wire Line - 6400 5900 6400 6450 -Connection ~ 6400 6450 -Wire Wire Line - 6400 6450 6550 6450 -Wire Wire Line - 6550 5900 6550 6450 -Connection ~ 6550 6450 -Wire Wire Line - 6550 6450 6700 6450 -Wire Wire Line - 6700 5900 6700 6450 -Connection ~ 6700 6450 -Wire Wire Line - 6700 6450 6850 6450 -Wire Wire Line - 6850 5900 6850 6450 -Connection ~ 6850 6450 -Wire Wire Line - 6850 6450 7000 6450 -Wire Wire Line - 7000 5900 7000 6450 -Connection ~ 7000 6450 -Wire Wire Line - 7000 6450 7150 6450 -Wire Wire Line - 7150 5900 7150 6450 -Connection ~ 7150 6450 -Wire Wire Line - 7150 6450 7300 6450 -Wire Wire Line - 7300 5900 7300 6450 -Connection ~ 7300 6450 -Wire Wire Line - 7300 6450 7450 6450 -Wire Wire Line - 7450 5900 7450 6450 -Connection ~ 7450 6450 -Wire Wire Line - 7450 6450 7600 6450 -Wire Wire Line - 7600 5900 7600 6450 -Connection ~ 7600 6450 -Wire Wire Line - 7600 6450 7750 6450 -Wire Wire Line - 7750 5900 7750 6450 -Connection ~ 7750 6450 -Wire Wire Line - 7750 6450 7900 6450 -Wire Wire Line - 7900 5900 7900 6450 -Connection ~ 7900 6450 -Wire Wire Line - 7900 6450 8050 6450 -Wire Wire Line - 8050 5900 8050 6450 -Connection ~ 8050 6450 -Wire Wire Line - 8050 6450 8200 6450 -Wire Wire Line - 8200 5900 8200 6450 -Connection ~ 6100 1700 -Connection ~ 6250 1800 -Connection ~ 6400 1900 -Connection ~ 6550 2000 -Connection ~ 6700 2100 -Connection ~ 6850 2200 -Connection ~ 7000 2300 -Connection ~ 7150 2500 -Connection ~ 7300 2600 -Connection ~ 7450 2700 -Connection ~ 7600 2800 -Connection ~ 7750 2900 -Connection ~ 7900 3000 -Connection ~ 8050 3100 -Connection ~ 8200 3200 -Wire Wire Line - 7900 3600 8700 3600 -Connection ~ 7900 3600 -Wire Wire Line - 7750 3700 8700 3700 -Connection ~ 7750 3700 -Wire Wire Line - 7600 3800 8700 3800 -Connection ~ 7600 3800 -Wire Wire Line - 7450 3900 8700 3900 -Connection ~ 7450 3900 -Wire Wire Line - 5950 1150 5950 1050 -Connection ~ 5950 1050 -Wire Wire Line - 5950 1050 6100 1050 -Wire Wire Line - 6100 1150 6100 1050 -Connection ~ 6100 1050 -Wire Wire Line - 6100 1050 6250 1050 -Wire Wire Line - 6250 1150 6250 1050 -Connection ~ 6250 1050 -Wire Wire Line - 6250 1050 6400 1050 -Wire Wire Line - 6400 1150 6400 1050 -Connection ~ 6400 1050 -Wire Wire Line - 6400 1050 6550 1050 -Wire Wire Line - 6550 1150 6550 1050 -Connection ~ 6550 1050 -Wire Wire Line - 6550 1050 6700 1050 -Wire Wire Line - 6700 1150 6700 1050 -Connection ~ 6700 1050 -Wire Wire Line - 6700 1050 6850 1050 -Wire Wire Line - 6850 1150 6850 1050 -Connection ~ 6850 1050 -Wire Wire Line - 6850 1050 7000 1050 -Wire Wire Line - 7000 1150 7000 1050 -Connection ~ 7000 1050 -Wire Wire Line - 7000 1050 7150 1050 -Wire Wire Line - 7150 1150 7150 1050 -Connection ~ 7150 1050 -Wire Wire Line - 7150 1050 7300 1050 -Wire Wire Line - 7300 1150 7300 1050 -Connection ~ 7300 1050 -Wire Wire Line - 7300 1050 7450 1050 -Wire Wire Line - 7450 1150 7450 1050 -Connection ~ 7450 1050 -Wire Wire Line - 7450 1050 7600 1050 -Wire Wire Line - 7600 1150 7600 1050 -Connection ~ 7600 1050 -Wire Wire Line - 7600 1050 7750 1050 -Wire Wire Line - 7750 1150 7750 1050 -Connection ~ 7750 1050 -Wire Wire Line - 7750 1050 7900 1050 -Wire Wire Line - 7900 1150 7900 1050 -Connection ~ 7900 1050 -Wire Wire Line - 7900 1050 8050 1050 -Wire Wire Line - 8050 1150 8050 1050 -Connection ~ 8050 1050 -Wire Wire Line - 8050 1050 8200 1050 -Wire Wire Line - 8200 1150 8200 1050 -Connection ~ 8200 1050 -Wire Wire Line - 8200 1050 9500 1050 -$Comp -L Device:C C7 -U 1 1 5E1AE257 -P 1900 4300 -F 0 "C7" H 2015 4346 50 0000 L CNN -F 1 "~100nF" H 2015 4255 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1938 4150 50 0001 C CNN -F 3 "~" H 1900 4300 50 0001 C CNN -F 4 "J3" H 1900 4300 50 0001 C CNN "Beschreibung" - 1 1900 4300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1000 3850 1900 3850 -Wire Wire Line - 1900 3850 1900 4150 -Connection ~ 1000 3850 -Wire Wire Line - 1900 4450 1900 4750 -Wire Wire Line - 1900 4750 1000 4750 -Connection ~ 1000 4750 -$Comp -L Device:C C6 -U 1 1 5E1CD0FD -P 2050 3150 -F 0 "C6" H 2165 3196 50 0000 L CNN -F 1 "~100nF" H 2165 3105 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2088 3000 50 0001 C CNN -F 3 "~" H 2050 3150 50 0001 C CNN -F 4 "J2" H 2050 3150 50 0001 C CNN "Beschreibung" - 1 2050 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2050 3300 2050 3750 -Wire Wire Line - 2050 3750 1200 3750 -Connection ~ 1200 3750 -Wire Wire Line - 2750 2800 2600 2800 -Wire Wire Line - 2600 2800 2600 2400 -Connection ~ 2750 2800 -Wire Wire Line - 2050 3000 2050 2550 -Wire Wire Line - 2050 2550 1200 2550 -Connection ~ 1200 2550 -NoConn ~ 1950 1900 -NoConn ~ 1950 2000 -NoConn ~ 1950 2100 -NoConn ~ 1550 2300 -Text GLabel 7050 3150 2 50 BiDi ~ 0 -MISO -Text GLabel 7050 3050 2 50 BiDi ~ 0 -MOSI -Text GLabel 7050 3250 2 50 BiDi ~ 0 -SCK -Wire Wire Line - 8700 5000 6000 5000 -Connection ~ 5950 5000 -Wire Wire Line - 8700 4900 6100 4900 -Connection ~ 6100 4900 -Wire Wire Line - 8700 4800 6250 4800 -Connection ~ 6250 4800 -Wire Wire Line - 8700 4700 6400 4700 -Connection ~ 6400 4700 -Wire Wire Line - 8700 4600 6550 4600 -Connection ~ 6550 4600 -Wire Wire Line - 8700 4500 6700 4500 -Connection ~ 6700 4500 -Wire Wire Line - 5950 1600 6000 1600 -$Comp -L Connector:TestPoint TP0 -U 1 1 5E4A8C68 -P 6000 1650 -F 0 "TP0" V 6000 1850 50 0000 L CNN -F 1 "TestPoint" V 6000 2050 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1650 50 0001 C CNN -F 3 "~" H 6200 1650 50 0001 C CNN - 1 6000 1650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP1 -U 1 1 5E4AACA7 -P 6000 1750 -F 0 "TP1" V 6000 1950 50 0000 L CNN -F 1 "TestPoint" V 6000 2150 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1750 50 0001 C CNN -F 3 "~" H 6200 1750 50 0001 C CNN - 1 6000 1750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP2 -U 1 1 5E4AAE13 -P 6000 1850 -F 0 "TP2" V 6000 2050 50 0000 L CNN -F 1 "TestPoint" V 6000 2250 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1850 50 0001 C CNN -F 3 "~" H 6200 1850 50 0001 C CNN - 1 6000 1850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP3 -U 1 1 5E4AAF76 -P 6000 1950 -F 0 "TP3" V 6000 2150 50 0000 L CNN -F 1 "TestPoint" V 6000 2350 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1950 50 0001 C CNN -F 3 "~" H 6200 1950 50 0001 C CNN - 1 6000 1950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP4 -U 1 1 5E4AB07A -P 6000 2050 -F 0 "TP4" V 6000 2250 50 0000 L CNN -F 1 "TestPoint" V 6000 2450 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2050 50 0001 C CNN -F 3 "~" H 6200 2050 50 0001 C CNN - 1 6000 2050 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP5 -U 1 1 5E4AB1C1 -P 6000 2150 -F 0 "TP5" V 6000 2350 50 0000 L CNN -F 1 "TestPoint" V 6000 2550 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2150 50 0001 C CNN -F 3 "~" H 6200 2150 50 0001 C CNN - 1 6000 2150 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP6 -U 1 1 5E4AB2F5 -P 6000 2250 -F 0 "TP6" V 6000 2450 50 0000 L CNN -F 1 "TestPoint" V 6000 2650 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2250 50 0001 C CNN -F 3 "~" H 6200 2250 50 0001 C CNN - 1 6000 2250 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP7 -U 1 1 5E4AB41F -P 6000 2350 -F 0 "TP7" V 6000 2550 50 0000 L CNN -F 1 "TestPoint" V 6000 2750 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2350 50 0001 C CNN -F 3 "~" H 6200 2350 50 0001 C CNN - 1 6000 2350 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP8 -U 1 1 5E4AB582 -P 6000 2550 -F 0 "TP8" V 6000 2750 50 0000 L CNN -F 1 "TestPoint" V 6000 2950 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2550 50 0001 C CNN -F 3 "~" H 6200 2550 50 0001 C CNN - 1 6000 2550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP9 -U 1 1 5E4AB77F -P 6000 2650 -F 0 "TP9" V 6000 2850 50 0000 L CNN -F 1 "TestPoint" V 6000 3050 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2650 50 0001 C CNN -F 3 "~" H 6200 2650 50 0001 C CNN - 1 6000 2650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP10 -U 1 1 5E4AB879 -P 6000 2750 -F 0 "TP10" V 6000 2950 50 0000 L CNN -F 1 "TestPoint" V 6000 3200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2750 50 0001 C CNN -F 3 "~" H 6200 2750 50 0001 C CNN - 1 6000 2750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP11 -U 1 1 5E4AB9F1 -P 6000 2850 -F 0 "TP11" V 6000 3050 50 0000 L CNN -F 1 "TestPoint" V 6000 3300 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2850 50 0001 C CNN -F 3 "~" H 6200 2850 50 0001 C CNN - 1 6000 2850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP12 -U 1 1 5E4ABB97 -P 6000 2950 -F 0 "TP12" V 6000 3150 50 0000 L CNN -F 1 "TestPoint" V 6000 3400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2950 50 0001 C CNN -F 3 "~" H 6200 2950 50 0001 C CNN - 1 6000 2950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP13 -U 1 1 5E4ABCF1 -P 6000 3050 -F 0 "TP13" V 6000 3250 50 0000 L CNN -F 1 "TestPoint" V 6000 3500 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3050 50 0001 C CNN -F 3 "~" H 6200 3050 50 0001 C CNN - 1 6000 3050 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP14 -U 1 1 5E4ABDE7 -P 6000 3150 -F 0 "TP14" V 6000 3350 50 0000 L CNN -F 1 "TestPoint" V 6000 3600 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3150 50 0001 C CNN -F 3 "~" H 6200 3150 50 0001 C CNN - 1 6000 3150 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP15 -U 1 1 5E4ABF2E -P 6000 3250 -F 0 "TP15" V 6000 3450 50 0000 L CNN -F 1 "TestPoint" V 6000 3700 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3250 50 0001 C CNN -F 3 "~" H 6200 3250 50 0001 C CNN - 1 6000 3250 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP16 -U 1 1 5E4AC066 -P 6000 3450 -F 0 "TP16" V 6000 3650 50 0000 L CNN -F 1 "TestPoint" V 6000 3900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3450 50 0001 C CNN -F 3 "~" H 6200 3450 50 0001 C CNN - 1 6000 3450 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP17 -U 1 1 5E4AC22B -P 6000 3550 -F 0 "TP17" V 6000 3750 50 0000 L CNN -F 1 "TestPoint" V 6000 4000 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3550 50 0001 C CNN -F 3 "~" H 6200 3550 50 0001 C CNN - 1 6000 3550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP18 -U 1 1 5E4AC36E -P 6000 3650 -F 0 "TP18" V 6000 3850 50 0000 L CNN -F 1 "TestPoint" V 6000 4100 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3650 50 0001 C CNN -F 3 "~" H 6200 3650 50 0001 C CNN - 1 6000 3650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP19 -U 1 1 5E4AC485 -P 6000 3750 -F 0 "TP19" V 6000 3950 50 0000 L CNN -F 1 "TestPoint" V 6000 4200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3750 50 0001 C CNN -F 3 "~" H 6200 3750 50 0001 C CNN - 1 6000 3750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP20 -U 1 1 5E4AC5A6 -P 6000 3850 -F 0 "TP20" V 6000 4050 50 0000 L CNN -F 1 "TestPoint" V 6000 4300 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3850 50 0001 C CNN -F 3 "~" H 6200 3850 50 0001 C CNN - 1 6000 3850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP21 -U 1 1 5E4AC6D0 -P 6000 3950 -F 0 "TP21" V 6000 4150 50 0000 L CNN -F 1 "TestPoint" V 6000 4400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3950 50 0001 C CNN -F 3 "~" H 6200 3950 50 0001 C CNN - 1 6000 3950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP22 -U 1 1 5E4AC7FA -P 6000 4050 -F 0 "TP22" V 6000 4250 50 0000 L CNN -F 1 "TestPoint" V 6000 4500 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4050 50 0001 C CNN -F 3 "~" H 6200 4050 50 0001 C CNN - 1 6000 4050 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP23 -U 1 1 5E4AC90C -P 6000 4150 -F 0 "TP23" V 6000 4350 50 0000 L CNN -F 1 "TestPoint" V 6000 4600 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4150 50 0001 C CNN -F 3 "~" H 6200 4150 50 0001 C CNN - 1 6000 4150 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP24 -U 1 1 5E4ACA23 -P 6000 4350 -F 0 "TP24" V 6000 4550 50 0000 L CNN -F 1 "TestPoint" V 6000 4800 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4350 50 0001 C CNN -F 3 "~" H 6200 4350 50 0001 C CNN - 1 6000 4350 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP25 -U 1 1 5E4ACC09 -P 6000 4450 -F 0 "TP25" V 6000 4650 50 0000 L CNN -F 1 "TestPoint" V 6000 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4450 50 0001 C CNN -F 3 "~" H 6200 4450 50 0001 C CNN - 1 6000 4450 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP26 -U 1 1 5E4ACD3D -P 6000 4550 -F 0 "TP26" V 6000 4750 50 0000 L CNN -F 1 "TestPoint" V 6000 5000 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4550 50 0001 C CNN -F 3 "~" H 6200 4550 50 0001 C CNN - 1 6000 4550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP27 -U 1 1 5E4ACE59 -P 6000 4650 -F 0 "TP27" V 6000 4850 50 0000 L CNN -F 1 "TestPoint" V 6000 5100 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4650 50 0001 C CNN -F 3 "~" H 6200 4650 50 0001 C CNN - 1 6000 4650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP28 -U 1 1 5E4ACF89 -P 6000 4750 -F 0 "TP28" V 6000 4950 50 0000 L CNN -F 1 "TestPoint" V 6000 5200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4750 50 0001 C CNN -F 3 "~" H 6200 4750 50 0001 C CNN - 1 6000 4750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP29 -U 1 1 5E4AD0CF -P 6000 4850 -F 0 "TP29" V 6000 5050 50 0000 L CNN -F 1 "TestPoint" V 6000 5300 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4850 50 0001 C CNN -F 3 "~" H 6200 4850 50 0001 C CNN - 1 6000 4850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP30 -U 1 1 5E4AD1F0 -P 6000 4950 -F 0 "TP30" V 6000 5150 50 0000 L CNN -F 1 "TestPoint" V 6000 5400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4950 50 0001 C CNN -F 3 "~" H 6200 4950 50 0001 C CNN - 1 6000 4950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP31 -U 1 1 5E4AD323 -P 6000 5050 -F 0 "TP31" V 6000 5250 50 0000 L CNN -F 1 "TestPoint" V 6000 5500 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 5050 50 0001 C CNN -F 3 "~" H 6200 5050 50 0001 C CNN - 1 6000 5050 - 0 1 1 0 -$EndComp -Wire Wire Line - 5950 5000 5950 5600 -Wire Wire Line - 6000 1650 6000 1600 -Connection ~ 6000 1600 -Wire Wire Line - 6000 1750 6000 1700 -Connection ~ 6000 1700 -Wire Wire Line - 6000 1700 6100 1700 -Wire Wire Line - 6000 1850 6000 1800 -Connection ~ 6000 1800 -Wire Wire Line - 6000 1800 6250 1800 -Wire Wire Line - 6000 1950 6000 1900 -Connection ~ 6000 1900 -Wire Wire Line - 6000 1900 6400 1900 -Wire Wire Line - 6000 2050 6000 2000 -Connection ~ 6000 2000 -Wire Wire Line - 6000 2000 6550 2000 -Wire Wire Line - 6000 2150 6000 2100 -Connection ~ 6000 2100 -Wire Wire Line - 6000 2100 6700 2100 -Wire Wire Line - 6000 2250 6000 2200 -Connection ~ 6000 2200 -Wire Wire Line - 6000 2200 6850 2200 -Wire Wire Line - 6000 2350 6000 2300 -Connection ~ 6000 2300 -Wire Wire Line - 6000 2300 7000 2300 -Wire Wire Line - 6000 2550 6000 2500 -Connection ~ 6000 2500 -Wire Wire Line - 6000 2500 7150 2500 -Wire Wire Line - 6000 2650 6000 2600 -Connection ~ 6000 2600 -Wire Wire Line - 6000 2600 7300 2600 -Wire Wire Line - 6000 2750 6000 2700 -Connection ~ 6000 2700 -Wire Wire Line - 6000 2700 7450 2700 -Wire Wire Line - 6000 2850 6000 2800 -Connection ~ 6000 2800 -Wire Wire Line - 6000 2800 7600 2800 -Wire Wire Line - 6000 2950 6000 2900 -Connection ~ 6000 2900 -Wire Wire Line - 6000 2900 7750 2900 -Wire Wire Line - 6000 3050 6000 3000 -Connection ~ 6000 3000 -Wire Wire Line - 6000 3150 6000 3100 -Connection ~ 6000 3100 -Wire Wire Line - 6000 3250 6000 3200 -Connection ~ 6000 3200 -Wire Wire Line - 6000 3450 6000 3400 -Connection ~ 6000 3400 -Wire Wire Line - 6000 3400 8200 3400 -Wire Wire Line - 6000 3550 6000 3500 -Connection ~ 6000 3500 -Wire Wire Line - 6000 3500 8050 3500 -Wire Wire Line - 6000 3650 6000 3600 -Connection ~ 6000 3600 -Wire Wire Line - 6000 3600 7900 3600 -Wire Wire Line - 6000 3750 6000 3700 -Connection ~ 6000 3700 -Wire Wire Line - 6000 3700 7750 3700 -Wire Wire Line - 6000 3850 6000 3800 -Connection ~ 6000 3800 -Wire Wire Line - 6000 3800 7600 3800 -Wire Wire Line - 6000 3950 6000 3900 -Connection ~ 6000 3900 -Wire Wire Line - 6000 3900 7450 3900 -Wire Wire Line - 6000 4050 6000 4000 -Connection ~ 6000 4000 -Wire Wire Line - 6000 4000 7300 4000 -Wire Wire Line - 6000 4150 6000 4100 -Connection ~ 6000 4100 -Wire Wire Line - 6000 4100 7150 4100 -Wire Wire Line - 6000 4350 6000 4300 -Connection ~ 6000 4300 -Wire Wire Line - 6000 4450 6000 4400 -Connection ~ 6000 4400 -Wire Wire Line - 6000 4550 6000 4500 -Connection ~ 6000 4500 -Wire Wire Line - 6000 4500 6700 4500 -Wire Wire Line - 6000 4650 6000 4600 -Connection ~ 6000 4600 -Wire Wire Line - 6000 4600 6550 4600 -Wire Wire Line - 6000 4750 6000 4700 -Connection ~ 6000 4700 -Wire Wire Line - 6000 4700 6400 4700 -Wire Wire Line - 6000 4850 6000 4800 -Connection ~ 6000 4800 -Wire Wire Line - 6000 4800 6250 4800 -Wire Wire Line - 6000 4950 6000 4900 -Connection ~ 6000 4900 -Wire Wire Line - 6000 4900 6100 4900 -Wire Wire Line - 6000 5050 6000 5000 -Connection ~ 6000 5000 -Wire Wire Line - 6000 5000 5950 5000 -$Comp -L Device:C C8 -U 1 1 5F95D098 -P 9600 3150 -F 0 "C8" H 9715 3196 50 0000 L CNN -F 1 "~100nF" H 9715 3105 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 9638 3000 50 0001 C CNN -F 3 "~" H 9600 3150 50 0001 C CNN -F 4 "Display" H 9600 3150 50 0001 C CNN "Beschreibung" - 1 9600 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9400 1500 9400 3000 -Wire Wire Line - 9400 3000 9600 3000 -Connection ~ 9400 1500 -Wire Wire Line - 9600 3300 9500 3300 -Connection ~ 9500 3300 -$Comp -L Device:C C9 -U 1 1 5F99721B -P 11000 1850 -F 0 "C9" H 11050 1950 50 0000 L CNN -F 1 "~100nF" H 11050 1750 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 11038 1700 50 0001 C CNN -F 3 "~" H 11000 1850 50 0001 C CNN -F 4 "Buttons" H 11000 1850 50 0001 C CNN "Beschreibung" - 1 11000 1850 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C10 -U 1 1 5F997E8F -P 11000 2550 -F 0 "C10" H 11050 2650 50 0000 L CNN -F 1 "~100nF" H 11050 2450 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 11038 2400 50 0001 C CNN -F 3 "~" H 11000 2550 50 0001 C CNN -F 4 "Status" H 11000 2550 50 0001 C CNN "Beschreibung" - 1 11000 2550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 10800 1700 11000 1700 -Connection ~ 10800 1700 -Wire Wire Line - 10800 1700 10800 2400 -Wire Wire Line - 11000 2000 10900 2000 -Wire Wire Line - 10800 2400 11000 2400 -Connection ~ 10800 2400 -Wire Wire Line - 10900 2700 11000 2700 -Connection ~ 10900 2700 -$Comp -L Connector:Conn_01x04_Female J4 -U 1 1 5DD71B42 -P 9100 4250 -F 0 "J4" H 9050 3950 50 0000 C CNN -F 1 "Conn_01x04_Female" H 8800 4400 50 0000 C CNN -F 2 "Connector_PinHeader_2.00mm:PinHeader_1x04_P2.00mm_Vertical" H 9100 4250 50 0001 C CNN -F 3 "~" H 9100 4250 50 0001 C CNN - 1 9100 4250 - -1 0 0 1 -$EndComp -Wire Wire Line - 6000 4400 6850 4400 -Wire Wire Line - 6000 4300 7000 4300 -Wire Wire Line - 9300 4350 9500 4350 -Wire Wire Line - 9500 4350 9500 3300 -Wire Wire Line - 9400 3000 9400 4050 -Wire Wire Line - 9400 4050 9300 4050 -Connection ~ 9400 3000 -Text GLabel 8700 4300 2 50 Input ~ 0 -RXD -Wire Wire Line - 8700 4300 7000 4300 -Connection ~ 7000 4300 -Text GLabel 8700 4400 2 50 Output ~ 0 -TXD -Wire Wire Line - 8700 4400 6850 4400 -Connection ~ 6850 4400 -Text GLabel 9600 4150 2 50 Output ~ 0 -RXD -Text GLabel 9600 4250 2 50 Input ~ 0 -TXD -Wire Wire Line - 9600 4150 9300 4150 -Wire Wire Line - 9600 4250 9300 4250 -Wire Wire Line - 4700 1600 4450 1600 -Wire Wire Line - 5900 3200 6000 3200 -Wire Wire Line - 5900 3100 6000 3100 -Wire Wire Line - 5900 3000 6000 3000 -Wire Wire Line - 5900 2900 6000 2900 -Wire Wire Line - 5900 1600 5950 1600 -Wire Wire Line - 5900 2800 6000 2800 -Wire Wire Line - 5900 1700 6000 1700 -Wire Wire Line - 5900 1800 6000 1800 -Wire Wire Line - 5900 1900 6000 1900 -Wire Wire Line - 5900 2000 6000 2000 -Wire Wire Line - 5900 2100 6000 2100 -Wire Wire Line - 5900 2200 6000 2200 -Wire Wire Line - 5900 2300 6000 2300 -Wire Wire Line - 4700 2200 4700 6450 -Wire Wire Line - 5400 950 5400 1300 -Wire Wire Line - 5900 2700 6000 2700 -Wire Wire Line - 5900 4100 6000 4100 -Wire Wire Line - 5900 4000 6000 4000 -Wire Wire Line - 5900 3900 6000 3900 -Wire Wire Line - 5900 3800 6000 3800 -Wire Wire Line - 5900 3700 6000 3700 -Wire Wire Line - 5900 3600 6000 3600 -Wire Wire Line - 5900 3500 6000 3500 -Wire Wire Line - 5900 3400 6000 3400 -Wire Wire Line - 5900 5000 5950 5000 -Wire Wire Line - 5900 4900 6000 4900 -Wire Wire Line - 5900 2600 6000 2600 -Wire Wire Line - 5900 4800 6000 4800 -Wire Wire Line - 5900 4700 6000 4700 -Wire Wire Line - 5900 4600 6000 4600 -Wire Wire Line - 5900 4500 6000 4500 -Wire Wire Line - 5900 4400 6000 4400 -Wire Wire Line - 5900 4300 6000 4300 -Wire Wire Line - 5300 5300 5300 6450 -Wire Wire Line - 5300 950 5300 1300 -Wire Wire Line - 5900 2500 6000 2500 -$Comp -L PinLock-rescue:ATmega16A-PU-MCU_Microchip_ATmega U1 -U 1 1 5DB85A9E -P 5300 3300 -F 0 "U1" H 5750 5250 50 0000 C CNN -F 1 "ATmega16A-PU" H 4900 5250 50 0000 C CNN -F 2 "Package_DIP:DIP-40_W15.24mm" H 5300 3300 50 0001 C CIN -F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf" H 5300 3300 50 0001 C CNN - 1 5300 3300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 8200 3200 8700 3200 -Wire Wire Line - 8050 3100 8700 3100 -Wire Wire Line - 7900 3000 8700 3000 -Wire Wire Line - 7750 2900 8700 2900 -Wire Wire Line - 7600 2800 8700 2800 -Wire Wire Line - 7450 2700 8700 2700 -Wire Wire Line - 7300 2600 8700 2600 -Wire Wire Line - 7150 2500 8700 2500 -Wire Wire Line - 7000 2300 8700 2300 -Wire Wire Line - 6850 2200 8700 2200 -Wire Wire Line - 6700 2100 8700 2100 -Wire Wire Line - 6550 2000 8700 2000 -Wire Wire Line - 6400 1900 8700 1900 -Wire Wire Line - 6250 1800 8700 1800 -Wire Wire Line - 8700 1700 6100 1700 -Wire Wire Line - 6000 1600 8700 1600 -Wire Wire Line - 9500 3300 9300 3300 -Wire Wire Line - 9400 1500 9300 1500 -$Sheet -S 8700 1450 600 1950 -U 5DD2ECA3 -F0 "Display" 50 -F1 "display.sch" 50 -F2 "VCC" B R 9300 1500 50 -F3 "GND" B R 9300 3300 50 -F4 "CHAR0_0" I L 8700 1600 50 -F5 "CHAR0_1" I L 8700 1700 50 -F6 "CHAR0_2" I L 8700 1800 50 -F7 "CHAR0_3" I L 8700 1900 50 -F8 "CHAR1_0" I L 8700 2000 50 -F9 "CHAR1_1" I L 8700 2100 50 -F10 "CHAR1_2" I L 8700 2200 50 -F11 "CHAR1_3" I L 8700 2300 50 -F12 "CHAR2_0" I L 8700 2500 50 -F13 "CHAR2_1" I L 8700 2600 50 -F14 "CHAR2_2" I L 8700 2700 50 -F15 "CHAR2_3" I L 8700 2800 50 -F16 "CHAR3_0" I L 8700 2900 50 -F17 "CHAR3_1" I L 8700 3000 50 -F18 "CHAR3_2" I L 8700 3100 50 -F19 "CHAR3_3" I L 8700 3200 50 -$EndSheet -Wire Wire Line - 6000 3000 7000 3000 -Wire Wire Line - 6000 3100 7000 3100 -Wire Wire Line - 6000 3200 7000 3200 -Wire Wire Line - 7050 3050 7000 3050 -Wire Wire Line - 7000 3050 7000 3000 -Connection ~ 7000 3000 -Wire Wire Line - 7000 3000 7900 3000 -Wire Wire Line - 7050 3150 7000 3150 -Wire Wire Line - 7000 3150 7000 3100 -Connection ~ 7000 3100 -Wire Wire Line - 7000 3100 8050 3100 -Wire Wire Line - 7050 3250 7000 3250 -Wire Wire Line - 7000 3250 7000 3200 -Connection ~ 7000 3200 -Wire Wire Line - 7000 3200 8200 3200 -Connection ~ 2550 950 -NoConn ~ 1650 1350 -$Comp -L Connector:Barrel_Jack_MountingPin J0 -U 1 1 5DBB60C9 -P 1650 1050 -F 0 "J0" H 1707 1367 50 0000 C CNN -F 1 "Barrel_Jack_MountingPin" H 1707 1276 50 0000 C CNN -F 2 "Connector_BarrelJack:BarrelJack_CUI_PJ-063AH_Horizontal" H 1700 1010 50 0001 C CNN -F 3 "~" H 1700 1010 50 0001 C CNN - 1 1650 1050 - 1 0 0 -1 -$EndComp -Connection ~ 650 2550 -Wire Wire Line - 650 650 650 2550 -Wire Wire Line - 2550 950 2550 650 -Wire Wire Line - 2550 650 650 650 -$Comp -L Connector:Screw_Terminal_01x02 J6 -U 1 1 5DE4CFD1 -P 1500 4950 -F 0 "J6" H 1580 4942 50 0000 L CNN -F 1 "Screw_Terminal_01x02" H 1600 4850 50 0000 L CNN -F 2 "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal" H 1500 4950 50 0001 C CNN -F 3 "~" H 1500 4950 50 0001 C CNN - 1 1500 4950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C18 -U 1 1 5DE4EE60 -P 1000 5100 -F 0 "C18" H 1115 5146 50 0000 L CNN -F 1 "~100nF" H 1115 5055 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1038 4950 50 0001 C CNN -F 3 "~" H 1000 5100 50 0001 C CNN - 1 1000 5100 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1300 4950 1000 4950 -Wire Wire Line - 1300 5050 1300 5250 -Wire Wire Line - 1300 5250 1000 5250 -Wire Wire Line - 750 5250 1000 5250 -Connection ~ 750 5250 -Wire Wire Line - 750 5250 750 6450 -Connection ~ 1000 5250 -Wire Wire Line - 1000 4950 650 4950 -Wire Wire Line - 650 4950 650 3850 -Connection ~ 1000 4950 -Connection ~ 650 3850 -$Comp -L Regulator_Linear:L7805 U9 -U 1 1 5DE337F2 -P 3300 950 -F 0 "U9" H 3300 1192 50 0000 C CNN -F 1 "L7805" H 3300 1101 50 0000 C CNN -F 2 "Package_TO_SOT_SMD:TO-252-2" H 3325 800 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 3300 900 50 0001 C CNN - 1 3300 950 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2550 950 3000 950 -Wire Wire Line - 3300 1350 3300 1250 -Wire Wire Line - 3600 950 3750 950 -Connection ~ 3750 950 -Wire Wire Line - 1950 950 2550 950 -Wire Wire Line - 1950 1150 2050 1150 -Wire Wire Line - 2050 1150 2050 1250 -Connection ~ 2050 1250 -$Comp -L Device:Crystal_GND24 Y0 -U 1 1 5E3EA15B -P 2950 1950 -F 0 "Y0" V 2904 2194 50 0000 L CNN -F 1 "Crystal_GND24" V 2995 2194 50 0000 L CNN -F 2 "Crystal:Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm" H 2950 1950 50 0001 C CNN -F 3 "~" H 2950 1950 50 0001 C CNN - 1 2950 1950 - 0 1 1 0 -$EndComp -Wire Wire Line - 2600 1800 2950 1800 -Connection ~ 2950 1800 -Wire Wire Line - 2950 1800 4700 1800 -Wire Wire Line - 2750 1950 2750 2400 -Connection ~ 2750 2400 -Wire Wire Line - 2750 2400 2600 2400 -Wire Wire Line - 3150 1950 3150 2400 -Connection ~ 3150 2400 -Wire Wire Line - 3150 2400 2950 2400 -Connection ~ 2050 1350 -Wire Wire Line - 2050 1350 2050 1450 -Wire Wire Line - 2050 1250 2050 1350 -Wire Wire Line - 2050 1250 2150 1250 -Wire Wire Line - 2550 1250 2550 950 -Wire Wire Line - 3300 1350 2050 1350 -Wire Wire Line - 2450 1250 2550 1250 -$Comp -L Device:C C0 -U 1 1 5DC7168B -P 2300 1250 -F 0 "C0" V 2250 1150 50 0000 C CNN -F 1 "~100nF" V 2250 1350 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2338 1100 50 0001 C CNN -F 3 "~" H 2300 1250 50 0001 C CNN -F 4 "J0" V 2300 1250 50 0001 C CNN "Beschreibung" - 1 2300 1250 - 0 1 1 0 -$EndComp -$EndSCHEMATC diff --git a/PinLock.sch-bak b/PinLock.sch-bak deleted file mode 100644 index 7032517..0000000 --- a/PinLock.sch-bak +++ /dev/null @@ -1,1934 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 1 4 -Title "Pin Lock" -Date "2019-10-29" -Rev "1.0" -Comp "" -Comment1 "Mikrocontroller Seminar" -Comment2 "WiSe 2019/2020" -Comment3 "" -Comment4 "" -$EndDescr -Wire Wire Line - 5300 950 5400 950 -Connection ~ 5300 950 -$Comp -L Connector:USB_B_Micro J1 -U 1 1 5DBB7B46 -P 1650 1900 -F 0 "J1" H 1707 2367 50 0000 C CNN -F 1 "USB_B_Micro" H 1707 2276 50 0000 C CNN -F 2 "Connector_USB:USB_Micro-B_Molex-105017-0001" H 1800 1850 50 0001 C CNN -F 3 "~" H 1800 1850 50 0001 C CNN - 1 1650 1900 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C0 -U 1 1 5DC7168B -P 2300 1250 -F 0 "C0" V 2250 1150 50 0000 C CNN -F 1 "C" V 2250 1350 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2338 1100 50 0001 C CNN -F 3 "~" H 2300 1250 50 0001 C CNN -F 4 "J0" V 2300 1250 50 0001 C CNN "Beschreibung" - 1 2300 1250 - 0 1 1 0 -$EndComp -Wire Wire Line - 2050 1250 2150 1250 -Wire Wire Line - 2050 1250 2050 1350 -Wire Wire Line - 2450 1250 2550 1250 -Wire Wire Line - 2550 1250 2550 950 -Wire Wire Line - 3300 1350 2050 1350 -Connection ~ 2050 1350 -Wire Wire Line - 1950 1700 2250 1700 -Connection ~ 3900 950 -Wire Wire Line - 3900 950 4450 950 -Wire Wire Line - 1650 2300 1650 2400 -Wire Wire Line - 1650 2400 2050 2400 -Connection ~ 2050 2400 -$Comp -L Device:C C1 -U 1 1 5DC8ECAA -P 2250 1950 -F 0 "C1" H 2365 1996 50 0000 L CNN -F 1 "C" H 2365 1905 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_6.3x3.9" H 2288 1800 50 0001 C CNN -F 3 "~" H 2250 1950 50 0001 C CNN -F 4 "U1" H 2250 1950 50 0001 C CNN "Beschreibung" - 1 2250 1950 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2250 1700 2250 1800 -Connection ~ 2250 1700 -Wire Wire Line - 2250 1700 3900 1700 -Wire Wire Line - 2250 2100 2250 2400 -Wire Wire Line - 2250 2400 2050 2400 -$Sheet -S 10150 2350 550 450 -U 5DE30C4A -F0 "Status" 50 -F1 "status.sch" 50 -F2 "VCC" B R 10700 2400 50 -F3 "GND" B R 10700 2700 50 -F4 "STATUS" I L 10150 2500 50 -F5 "CLK" I L 10150 2600 50 -$EndSheet -Text GLabel 8700 4600 2 50 Output ~ 0 -ROWS -Text GLabel 8700 4700 2 50 Input ~ 0 -COLUMNS -Text GLabel 8700 4800 2 50 Output ~ 0 -CLK_BUTTONS -Text GLabel 10150 1600 0 50 Input ~ 0 -ROWS -Text GLabel 10150 1700 0 50 Output ~ 0 -COLUMNS -Text GLabel 10150 1800 0 50 Input ~ 0 -CLK_BUTTONS -Text GLabel 8700 4900 2 50 Output ~ 0 -STATUS -Text GLabel 8700 5000 2 50 Output ~ 0 -CLK_STATUS -Text GLabel 10150 2500 0 50 Input ~ 0 -STATUS -Text GLabel 10150 2600 0 50 Input ~ 0 -CLK_STATUS -$Sheet -S 10150 1450 550 650 -U 5DDEAC3F -F0 "Buttons" 50 -F1 "buttons.sch" 50 -F2 "VCC" B R 10700 1500 50 -F3 "GND" B R 10700 2000 50 -F4 "ROWS" I L 10150 1600 50 -F5 "COLUMNS" O L 10150 1700 50 -F6 "CLK" I L 10150 1800 50 -F7 "LOAD" I L 10150 1900 50 -$EndSheet -Text GLabel 3350 2800 1 50 Input ~ 0 -NRST -Text GLabel 1700 2850 1 50 Output ~ 0 -NRST -Text GLabel 8700 3900 2 50 Input ~ 0 -TDI -Text GLabel 8700 3800 2 50 Output ~ 0 -TDO -Text GLabel 1700 3250 2 50 Input ~ 0 -TDO -Text GLabel 1700 3350 2 50 Output ~ 0 -TDI -Text GLabel 1700 3050 2 50 Output ~ 0 -TCK -Wire Wire Line - 1700 2950 1700 2850 -Text GLabel 1700 3150 2 50 Output ~ 0 -TMS -Text GLabel 8700 3700 2 50 Input ~ 0 -TMS -Text GLabel 8700 3600 2 50 Input ~ 0 -TCK -Text GLabel 8700 4500 2 50 Output ~ 0 -LOAD -Text GLabel 10150 1900 0 50 Input ~ 0 -LOAD -$Comp -L Device:R R0 -U 1 1 5DCAEAA9 -P 4450 1350 -F 0 "R0" H 4520 1396 50 0000 L CNN -F 1 "R" H 4520 1305 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4380 1350 50 0001 C CNN -F 3 "~" H 4450 1350 50 0001 C CNN - 1 4450 1350 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4450 1200 4450 950 -Connection ~ 4450 950 -Wire Wire Line - 4450 950 5300 950 -Wire Wire Line - 3900 1700 3900 950 -$Comp -L Switch:SW_Push SW0 -U 1 1 5DBE2224 -P 3050 2800 -F 0 "SW0" H 3050 3085 50 0000 C CNN -F 1 "SW_Push" H 3050 2994 50 0000 C CNN -F 2 "Button_Switch_SMD:SW_Push_1P1T_NO_CK_KMR2" H 3050 3000 50 0001 C CNN -F 3 "~" H 3050 3000 50 0001 C CNN - 1 3050 2800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3750 950 3900 950 -Connection ~ 2250 2400 -$Comp -L Device:C C3 -U 1 1 5DCD826F -P 2600 1950 -F 0 "C3" H 2715 1996 50 0000 L CNN -F 1 "C" H 2715 1905 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2638 1800 50 0001 C CNN -F 3 "~" H 2600 1950 50 0001 C CNN -F 4 "Y0_0" H 2600 1950 50 0001 C CNN "Beschreibung" - 1 2600 1950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C4 -U 1 1 5DCD889C -P 2950 2250 -F 0 "C4" H 3065 2296 50 0000 L CNN -F 1 "C" H 3065 2205 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2988 2100 50 0001 C CNN -F 3 "~" H 2950 2250 50 0001 C CNN -F 4 "Y0_1" H 2950 2250 50 0001 C CNN "Beschreibung" - 1 2950 2250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2600 2100 2600 2400 -Connection ~ 2600 2400 -Wire Wire Line - 2600 2400 2250 2400 -Wire Wire Line - 2950 2400 2750 2400 -Wire Wire Line - 2050 1350 2050 1450 -$Comp -L Device:C C5 -U 1 1 5DCD957C -P 3050 3050 -F 0 "C5" V 3200 3050 50 0000 C CNN -F 1 "C" V 3300 3050 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3088 2900 50 0001 C CNN -F 3 "~" H 3050 3050 50 0001 C CNN -F 4 "SW0" V 3050 3050 50 0001 C CNN "Beschreibung" - 1 3050 3050 - 0 1 1 0 -$EndComp -Wire Wire Line - 4100 1600 4100 2800 -Wire Wire Line - 4450 1500 4450 1600 -Connection ~ 4450 1600 -Wire Wire Line - 4450 1600 4100 1600 -Wire Wire Line - 3250 2800 3450 2800 -Wire Wire Line - 3450 2800 3450 3050 -Wire Wire Line - 3450 3050 3200 3050 -Connection ~ 3450 2800 -Wire Wire Line - 3450 2800 4100 2800 -Wire Wire Line - 2900 3050 2750 3050 -Wire Wire Line - 2750 3050 2750 2800 -Wire Wire Line - 2750 2800 2850 2800 -$Comp -L PinLock-rescue:AVR-ISP-6-Connector J3 -U 1 1 5DD6E922 -P 1100 4350 -F 0 "J3" H 1350 4750 50 0000 R CNN -F 1 "AVR-ISP-6" H 1450 4050 50 0000 R CNN -F 2 "Connector_IDC:IDC-Header_2x03_P2.54mm_Vertical" V 850 4400 50 0001 C CNN -F 3 " ~" H -175 3800 50 0001 C CNN - 1 1100 4350 - 1 0 0 -1 -$EndComp -Text GLabel 1500 4150 2 50 BiDi ~ 0 -MISO -Text GLabel 1500 4250 2 50 BiDi ~ 0 -MOSI -Text GLabel 1500 4350 2 50 BiDi ~ 0 -SCK -Text GLabel 1500 4450 2 50 Output ~ 0 -NRST -$Comp -L Device:C C2 -U 1 1 5DCC079F -P 3350 2400 -F 0 "C2" H 3250 2500 50 0000 L CNN -F 1 "C" H 3250 2300 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3388 2250 50 0001 C CNN -F 3 "~" H 3350 2400 50 0001 C CNN -F 4 "U0" H 3350 2400 50 0001 C CNN "Beschreibung" - 1 3350 2400 - 0 1 1 0 -$EndComp -Wire Wire Line - 3750 2400 3500 2400 -Wire Wire Line - 3750 950 3750 2400 -Wire Wire Line - 3200 2400 3150 2400 -Connection ~ 2950 2400 -Wire Wire Line - 2050 1450 3650 1450 -Wire Wire Line - 3650 1450 3650 1050 -Wire Wire Line - 3650 1050 5950 1050 -Wire Wire Line - 10900 1050 10900 2000 -Wire Wire Line - 10900 2000 10700 2000 -Connection ~ 2050 1450 -Wire Wire Line - 2050 1450 2050 2400 -Wire Wire Line - 10900 2000 10900 2700 -Wire Wire Line - 10900 2700 10700 2700 -Connection ~ 10900 2000 -Wire Wire Line - 5400 950 9400 950 -Wire Wire Line - 10800 950 10800 1500 -Wire Wire Line - 10800 1500 10700 1500 -Connection ~ 5400 950 -Wire Wire Line - 10800 1500 10800 1700 -Wire Wire Line - 10800 2400 10700 2400 -Connection ~ 10800 1500 -Wire Wire Line - 9400 950 9400 1500 -Connection ~ 9400 950 -Wire Wire Line - 9400 950 10800 950 -Wire Wire Line - 9500 1050 9500 3300 -Connection ~ 9500 1050 -Wire Wire Line - 9500 1050 10900 1050 -$Comp -L Device:R R_A1 -U 1 1 5DE40B29 -P 6100 1300 -F 0 "R_A1" V 6100 1650 50 0000 L CNN -F 1 "R" H 6100 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6030 1300 50 0001 C CNN -F 3 "~" H 6100 1300 50 0001 C CNN - 1 6100 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A2 -U 1 1 5DE40D34 -P 6250 1300 -F 0 "R_A2" V 6250 1650 50 0000 L CNN -F 1 "R" H 6250 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6180 1300 50 0001 C CNN -F 3 "~" H 6250 1300 50 0001 C CNN - 1 6250 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A3 -U 1 1 5DE40E97 -P 6400 1300 -F 0 "R_A3" V 6400 1650 50 0000 L CNN -F 1 "R" H 6400 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6330 1300 50 0001 C CNN -F 3 "~" H 6400 1300 50 0001 C CNN - 1 6400 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A4 -U 1 1 5DE41C32 -P 6550 1300 -F 0 "R_A4" V 6550 1650 50 0000 L CNN -F 1 "R" H 6550 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6480 1300 50 0001 C CNN -F 3 "~" H 6550 1300 50 0001 C CNN - 1 6550 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A5 -U 1 1 5DE41C38 -P 6700 1300 -F 0 "R_A5" V 6700 1650 50 0000 L CNN -F 1 "R" H 6700 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6630 1300 50 0001 C CNN -F 3 "~" H 6700 1300 50 0001 C CNN - 1 6700 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A6 -U 1 1 5DE41C3E -P 6850 1300 -F 0 "R_A6" V 6850 1650 50 0000 L CNN -F 1 "R" H 6850 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6780 1300 50 0001 C CNN -F 3 "~" H 6850 1300 50 0001 C CNN - 1 6850 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_A7 -U 1 1 5DE41C44 -P 7000 1300 -F 0 "R_A7" V 7000 1650 50 0000 L CNN -F 1 "R" H 7000 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6930 1300 50 0001 C CNN -F 3 "~" H 7000 1300 50 0001 C CNN - 1 7000 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B0 -U 1 1 5DE4564E -P 7150 1300 -F 0 "R_B0" V 7150 1650 50 0000 L CNN -F 1 "R" H 7150 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7080 1300 50 0001 C CNN -F 3 "~" H 7150 1300 50 0001 C CNN - 1 7150 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B1 -U 1 1 5DE45654 -P 7300 1300 -F 0 "R_B1" V 7300 1650 50 0000 L CNN -F 1 "R" H 7300 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7230 1300 50 0001 C CNN -F 3 "~" H 7300 1300 50 0001 C CNN - 1 7300 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B2 -U 1 1 5DE4565A -P 7450 1300 -F 0 "R_B2" V 7450 1650 50 0000 L CNN -F 1 "R" H 7450 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7380 1300 50 0001 C CNN -F 3 "~" H 7450 1300 50 0001 C CNN - 1 7450 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B3 -U 1 1 5DE45660 -P 7600 1300 -F 0 "R_B3" V 7600 1650 50 0000 L CNN -F 1 "R" H 7600 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7530 1300 50 0001 C CNN -F 3 "~" H 7600 1300 50 0001 C CNN - 1 7600 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B4 -U 1 1 5DE47583 -P 7750 1300 -F 0 "R_B4" V 7750 1650 50 0000 L CNN -F 1 "R" H 7750 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7680 1300 50 0001 C CNN -F 3 "~" H 7750 1300 50 0001 C CNN - 1 7750 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B5 -U 1 1 5DE47589 -P 7900 1300 -F 0 "R_B5" V 7900 1650 50 0000 L CNN -F 1 "R" H 7900 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7830 1300 50 0001 C CNN -F 3 "~" H 7900 1300 50 0001 C CNN - 1 7900 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B6 -U 1 1 5DE4758F -P 8050 1300 -F 0 "R_B6" V 8050 1650 50 0000 L CNN -F 1 "R" H 8050 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7980 1300 50 0001 C CNN -F 3 "~" H 8050 1300 50 0001 C CNN - 1 8050 1300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_B7 -U 1 1 5DE47595 -P 8200 1300 -F 0 "R_B7" V 8200 1650 50 0000 L CNN -F 1 "R" H 8200 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 8130 1300 50 0001 C CNN -F 3 "~" H 8200 1300 50 0001 C CNN - 1 8200 1300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6100 1700 6100 1450 -Wire Wire Line - 6250 1800 6250 1450 -Wire Wire Line - 6400 1900 6400 1450 -Wire Wire Line - 6550 2000 6550 1450 -Wire Wire Line - 6700 2100 6700 1450 -Wire Wire Line - 6850 2200 6850 1450 -Wire Wire Line - 7000 2300 7000 1450 -Wire Wire Line - 7150 2500 7150 1450 -Wire Wire Line - 7300 2600 7300 1450 -Wire Wire Line - 7450 2700 7450 1450 -Wire Wire Line - 7600 2800 7600 1450 -Wire Wire Line - 7750 2900 7750 1450 -Wire Wire Line - 7900 3000 7900 1450 -Wire Wire Line - 8050 3100 8050 1450 -Wire Wire Line - 8200 3200 8200 1450 -$Comp -L Device:R R_A0 -U 1 1 5DE3F959 -P 5950 1300 -F 0 "R_A0" V 5950 1650 50 0000 L CNN -F 1 "R" H 5950 1150 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5880 1300 50 0001 C CNN -F 3 "~" H 5950 1300 50 0001 C CNN - 1 5950 1300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5950 1450 5950 1600 -Connection ~ 5950 1600 -Wire Wire Line - 1650 2400 750 2400 -Wire Wire Line - 750 2400 750 3750 -Connection ~ 1650 2400 -$Comp -L PinLock-rescue:AVR-JTAG-10-Connector J2 -U 1 1 5DC4B0A3 -P 1200 3150 -F 0 "J2" H 1350 3650 50 0000 R CNN -F 1 "AVR-JTAG-10" H 1550 3800 50 0000 R CNN -F 2 "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" V 1050 3300 50 0001 C CNN -F 3 " ~" H -75 2600 50 0001 C CNN - 1 1200 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1200 2550 1100 2550 -Wire Wire Line - 650 2550 650 3850 -Connection ~ 1100 2550 -Wire Wire Line - 1100 2550 650 2550 -Wire Wire Line - 1200 3750 750 3750 -Connection ~ 750 3750 -Wire Wire Line - 750 3750 750 4750 -Wire Wire Line - 1000 3850 650 3850 -Wire Wire Line - 1000 4750 750 4750 -Connection ~ 750 4750 -Wire Wire Line - 750 4750 750 5250 -Wire Wire Line - 750 6450 4700 6450 -Connection ~ 5300 6450 -Wire Wire Line - 5300 6450 5950 6450 -Connection ~ 4700 6450 -Wire Wire Line - 4700 6450 5300 6450 -$Comp -L Device:R R_D6 -U 1 1 5DF04487 -P 6100 5750 -F 0 "R_D6" V 6050 5850 50 0000 L CNN -F 1 "R" H 6100 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6030 5750 50 0001 C CNN -F 3 "~" H 6100 5750 50 0001 C CNN - 1 6100 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D5 -U 1 1 5DF0448D -P 6250 5750 -F 0 "R_D5" V 6200 5850 50 0000 L CNN -F 1 "R" H 6250 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6180 5750 50 0001 C CNN -F 3 "~" H 6250 5750 50 0001 C CNN - 1 6250 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D4 -U 1 1 5DF04493 -P 6400 5750 -F 0 "R_D4" V 6350 5850 50 0000 L CNN -F 1 "R" H 6400 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6330 5750 50 0001 C CNN -F 3 "~" H 6400 5750 50 0001 C CNN - 1 6400 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D3 -U 1 1 5DF04499 -P 6550 5750 -F 0 "R_D3" V 6500 5850 50 0000 L CNN -F 1 "R" H 6550 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6480 5750 50 0001 C CNN -F 3 "~" H 6550 5750 50 0001 C CNN - 1 6550 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D2 -U 1 1 5DF0449F -P 6700 5750 -F 0 "R_D2" V 6650 5850 50 0000 L CNN -F 1 "R" H 6700 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6630 5750 50 0001 C CNN -F 3 "~" H 6700 5750 50 0001 C CNN - 1 6700 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D1 -U 1 1 5DF044A5 -P 6850 5750 -F 0 "R_D1" V 6800 5850 50 0000 L CNN -F 1 "R" H 6850 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6780 5750 50 0001 C CNN -F 3 "~" H 6850 5750 50 0001 C CNN - 1 6850 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D0 -U 1 1 5DF044AB -P 7000 5750 -F 0 "R_D0" V 6950 5850 50 0000 L CNN -F 1 "R" H 7000 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 6930 5750 50 0001 C CNN -F 3 "~" H 7000 5750 50 0001 C CNN - 1 7000 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C7 -U 1 1 5DF044B1 -P 7150 5750 -F 0 "R_C7" V 7100 5850 50 0000 L CNN -F 1 "R" H 7150 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7080 5750 50 0001 C CNN -F 3 "~" H 7150 5750 50 0001 C CNN - 1 7150 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C6 -U 1 1 5DF044B7 -P 7300 5750 -F 0 "R_C6" V 7250 5850 50 0000 L CNN -F 1 "R" H 7300 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7230 5750 50 0001 C CNN -F 3 "~" H 7300 5750 50 0001 C CNN - 1 7300 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C5 -U 1 1 5DF044BD -P 7450 5750 -F 0 "R_C5" V 7400 5850 50 0000 L CNN -F 1 "R" H 7450 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7380 5750 50 0001 C CNN -F 3 "~" H 7450 5750 50 0001 C CNN - 1 7450 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C4 -U 1 1 5DF044C3 -P 7600 5750 -F 0 "R_C4" V 7550 5850 50 0000 L CNN -F 1 "R" H 7600 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7530 5750 50 0001 C CNN -F 3 "~" H 7600 5750 50 0001 C CNN - 1 7600 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C3 -U 1 1 5DF044C9 -P 7750 5750 -F 0 "R_C3" V 7700 5850 50 0000 L CNN -F 1 "R" H 7750 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7680 5750 50 0001 C CNN -F 3 "~" H 7750 5750 50 0001 C CNN - 1 7750 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C2 -U 1 1 5DF044CF -P 7900 5750 -F 0 "R_C2" V 7850 5850 50 0000 L CNN -F 1 "R" H 7900 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7830 5750 50 0001 C CNN -F 3 "~" H 7900 5750 50 0001 C CNN - 1 7900 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C1 -U 1 1 5DF044D5 -P 8050 5750 -F 0 "R_C1" V 8000 5850 50 0000 L CNN -F 1 "R" H 8050 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7980 5750 50 0001 C CNN -F 3 "~" H 8050 5750 50 0001 C CNN - 1 8050 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_C0 -U 1 1 5DF044DB -P 8200 5750 -F 0 "R_C0" V 8150 5850 50 0000 L CNN -F 1 "R" H 8200 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 8130 5750 50 0001 C CNN -F 3 "~" H 8200 5750 50 0001 C CNN - 1 8200 5750 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R_D7 -U 1 1 5DF044E1 -P 5950 5750 -F 0 "R_D7" V 5900 5850 50 0000 L CNN -F 1 "R" H 5950 5600 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5880 5750 50 0001 C CNN -F 3 "~" H 5950 5750 50 0001 C CNN - 1 5950 5750 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6100 4900 6100 5600 -Wire Wire Line - 6250 4800 6250 5600 -Wire Wire Line - 6400 4700 6400 5600 -Wire Wire Line - 6550 4600 6550 5600 -Wire Wire Line - 6700 4500 6700 5600 -Wire Wire Line - 6850 4400 6850 5600 -Wire Wire Line - 7000 4300 7000 5600 -Wire Wire Line - 7150 4100 7150 5600 -Wire Wire Line - 7300 4000 7300 5600 -Wire Wire Line - 7450 3900 7450 5600 -Wire Wire Line - 7600 3800 7600 5600 -Wire Wire Line - 7750 3700 7750 5600 -Wire Wire Line - 7900 3600 7900 5600 -Wire Wire Line - 8050 3500 8050 5600 -Wire Wire Line - 8200 3400 8200 5600 -Wire Wire Line - 5950 5900 5950 6450 -Connection ~ 5950 6450 -Wire Wire Line - 5950 6450 6100 6450 -Wire Wire Line - 6100 5900 6100 6450 -Connection ~ 6100 6450 -Wire Wire Line - 6100 6450 6250 6450 -Wire Wire Line - 6250 5900 6250 6450 -Connection ~ 6250 6450 -Wire Wire Line - 6250 6450 6400 6450 -Wire Wire Line - 6400 5900 6400 6450 -Connection ~ 6400 6450 -Wire Wire Line - 6400 6450 6550 6450 -Wire Wire Line - 6550 5900 6550 6450 -Connection ~ 6550 6450 -Wire Wire Line - 6550 6450 6700 6450 -Wire Wire Line - 6700 5900 6700 6450 -Connection ~ 6700 6450 -Wire Wire Line - 6700 6450 6850 6450 -Wire Wire Line - 6850 5900 6850 6450 -Connection ~ 6850 6450 -Wire Wire Line - 6850 6450 7000 6450 -Wire Wire Line - 7000 5900 7000 6450 -Connection ~ 7000 6450 -Wire Wire Line - 7000 6450 7150 6450 -Wire Wire Line - 7150 5900 7150 6450 -Connection ~ 7150 6450 -Wire Wire Line - 7150 6450 7300 6450 -Wire Wire Line - 7300 5900 7300 6450 -Connection ~ 7300 6450 -Wire Wire Line - 7300 6450 7450 6450 -Wire Wire Line - 7450 5900 7450 6450 -Connection ~ 7450 6450 -Wire Wire Line - 7450 6450 7600 6450 -Wire Wire Line - 7600 5900 7600 6450 -Connection ~ 7600 6450 -Wire Wire Line - 7600 6450 7750 6450 -Wire Wire Line - 7750 5900 7750 6450 -Connection ~ 7750 6450 -Wire Wire Line - 7750 6450 7900 6450 -Wire Wire Line - 7900 5900 7900 6450 -Connection ~ 7900 6450 -Wire Wire Line - 7900 6450 8050 6450 -Wire Wire Line - 8050 5900 8050 6450 -Connection ~ 8050 6450 -Wire Wire Line - 8050 6450 8200 6450 -Wire Wire Line - 8200 5900 8200 6450 -Connection ~ 6100 1700 -Connection ~ 6250 1800 -Connection ~ 6400 1900 -Connection ~ 6550 2000 -Connection ~ 6700 2100 -Connection ~ 6850 2200 -Connection ~ 7000 2300 -Connection ~ 7150 2500 -Connection ~ 7300 2600 -Connection ~ 7450 2700 -Connection ~ 7600 2800 -Connection ~ 7750 2900 -Connection ~ 7900 3000 -Connection ~ 8050 3100 -Connection ~ 8200 3200 -Wire Wire Line - 7900 3600 8700 3600 -Connection ~ 7900 3600 -Wire Wire Line - 7750 3700 8700 3700 -Connection ~ 7750 3700 -Wire Wire Line - 7600 3800 8700 3800 -Connection ~ 7600 3800 -Wire Wire Line - 7450 3900 8700 3900 -Connection ~ 7450 3900 -Wire Wire Line - 5950 1150 5950 1050 -Connection ~ 5950 1050 -Wire Wire Line - 5950 1050 6100 1050 -Wire Wire Line - 6100 1150 6100 1050 -Connection ~ 6100 1050 -Wire Wire Line - 6100 1050 6250 1050 -Wire Wire Line - 6250 1150 6250 1050 -Connection ~ 6250 1050 -Wire Wire Line - 6250 1050 6400 1050 -Wire Wire Line - 6400 1150 6400 1050 -Connection ~ 6400 1050 -Wire Wire Line - 6400 1050 6550 1050 -Wire Wire Line - 6550 1150 6550 1050 -Connection ~ 6550 1050 -Wire Wire Line - 6550 1050 6700 1050 -Wire Wire Line - 6700 1150 6700 1050 -Connection ~ 6700 1050 -Wire Wire Line - 6700 1050 6850 1050 -Wire Wire Line - 6850 1150 6850 1050 -Connection ~ 6850 1050 -Wire Wire Line - 6850 1050 7000 1050 -Wire Wire Line - 7000 1150 7000 1050 -Connection ~ 7000 1050 -Wire Wire Line - 7000 1050 7150 1050 -Wire Wire Line - 7150 1150 7150 1050 -Connection ~ 7150 1050 -Wire Wire Line - 7150 1050 7300 1050 -Wire Wire Line - 7300 1150 7300 1050 -Connection ~ 7300 1050 -Wire Wire Line - 7300 1050 7450 1050 -Wire Wire Line - 7450 1150 7450 1050 -Connection ~ 7450 1050 -Wire Wire Line - 7450 1050 7600 1050 -Wire Wire Line - 7600 1150 7600 1050 -Connection ~ 7600 1050 -Wire Wire Line - 7600 1050 7750 1050 -Wire Wire Line - 7750 1150 7750 1050 -Connection ~ 7750 1050 -Wire Wire Line - 7750 1050 7900 1050 -Wire Wire Line - 7900 1150 7900 1050 -Connection ~ 7900 1050 -Wire Wire Line - 7900 1050 8050 1050 -Wire Wire Line - 8050 1150 8050 1050 -Connection ~ 8050 1050 -Wire Wire Line - 8050 1050 8200 1050 -Wire Wire Line - 8200 1150 8200 1050 -Connection ~ 8200 1050 -Wire Wire Line - 8200 1050 9500 1050 -$Comp -L Device:C C7 -U 1 1 5E1AE257 -P 1900 4300 -F 0 "C7" H 2015 4346 50 0000 L CNN -F 1 "C" H 2015 4255 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1938 4150 50 0001 C CNN -F 3 "~" H 1900 4300 50 0001 C CNN -F 4 "J3" H 1900 4300 50 0001 C CNN "Beschreibung" - 1 1900 4300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1000 3850 1900 3850 -Wire Wire Line - 1900 3850 1900 4150 -Connection ~ 1000 3850 -Wire Wire Line - 1900 4450 1900 4750 -Wire Wire Line - 1900 4750 1000 4750 -Connection ~ 1000 4750 -$Comp -L Device:C C6 -U 1 1 5E1CD0FD -P 2050 3150 -F 0 "C6" H 2165 3196 50 0000 L CNN -F 1 "C" H 2165 3105 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 2088 3000 50 0001 C CNN -F 3 "~" H 2050 3150 50 0001 C CNN -F 4 "J2" H 2050 3150 50 0001 C CNN "Beschreibung" - 1 2050 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2050 3300 2050 3750 -Wire Wire Line - 2050 3750 1200 3750 -Connection ~ 1200 3750 -Wire Wire Line - 2750 2800 2600 2800 -Wire Wire Line - 2600 2800 2600 2400 -Connection ~ 2750 2800 -Wire Wire Line - 2050 3000 2050 2550 -Wire Wire Line - 2050 2550 1200 2550 -Connection ~ 1200 2550 -NoConn ~ 1950 1900 -NoConn ~ 1950 2000 -NoConn ~ 1950 2100 -NoConn ~ 1550 2300 -Text GLabel 7050 3150 2 50 BiDi ~ 0 -MISO -Text GLabel 7050 3050 2 50 BiDi ~ 0 -MOSI -Text GLabel 7050 3250 2 50 BiDi ~ 0 -SCK -Wire Wire Line - 8700 5000 6000 5000 -Connection ~ 5950 5000 -Wire Wire Line - 8700 4900 6100 4900 -Connection ~ 6100 4900 -Wire Wire Line - 8700 4800 6250 4800 -Connection ~ 6250 4800 -Wire Wire Line - 8700 4700 6400 4700 -Connection ~ 6400 4700 -Wire Wire Line - 8700 4600 6550 4600 -Connection ~ 6550 4600 -Wire Wire Line - 8700 4500 6700 4500 -Connection ~ 6700 4500 -Wire Wire Line - 5950 1600 6000 1600 -$Comp -L Connector:TestPoint TP0 -U 1 1 5E4A8C68 -P 6000 1650 -F 0 "TP0" V 6000 1850 50 0000 L CNN -F 1 "TestPoint" V 6000 2050 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1650 50 0001 C CNN -F 3 "~" H 6200 1650 50 0001 C CNN - 1 6000 1650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP1 -U 1 1 5E4AACA7 -P 6000 1750 -F 0 "TP1" V 6000 1950 50 0000 L CNN -F 1 "TestPoint" V 6000 2150 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1750 50 0001 C CNN -F 3 "~" H 6200 1750 50 0001 C CNN - 1 6000 1750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP2 -U 1 1 5E4AAE13 -P 6000 1850 -F 0 "TP2" V 6000 2050 50 0000 L CNN -F 1 "TestPoint" V 6000 2250 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1850 50 0001 C CNN -F 3 "~" H 6200 1850 50 0001 C CNN - 1 6000 1850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP3 -U 1 1 5E4AAF76 -P 6000 1950 -F 0 "TP3" V 6000 2150 50 0000 L CNN -F 1 "TestPoint" V 6000 2350 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 1950 50 0001 C CNN -F 3 "~" H 6200 1950 50 0001 C CNN - 1 6000 1950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP4 -U 1 1 5E4AB07A -P 6000 2050 -F 0 "TP4" V 6000 2250 50 0000 L CNN -F 1 "TestPoint" V 6000 2450 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2050 50 0001 C CNN -F 3 "~" H 6200 2050 50 0001 C CNN - 1 6000 2050 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP5 -U 1 1 5E4AB1C1 -P 6000 2150 -F 0 "TP5" V 6000 2350 50 0000 L CNN -F 1 "TestPoint" V 6000 2550 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2150 50 0001 C CNN -F 3 "~" H 6200 2150 50 0001 C CNN - 1 6000 2150 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP6 -U 1 1 5E4AB2F5 -P 6000 2250 -F 0 "TP6" V 6000 2450 50 0000 L CNN -F 1 "TestPoint" V 6000 2650 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2250 50 0001 C CNN -F 3 "~" H 6200 2250 50 0001 C CNN - 1 6000 2250 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP7 -U 1 1 5E4AB41F -P 6000 2350 -F 0 "TP7" V 6000 2550 50 0000 L CNN -F 1 "TestPoint" V 6000 2750 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2350 50 0001 C CNN -F 3 "~" H 6200 2350 50 0001 C CNN - 1 6000 2350 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP8 -U 1 1 5E4AB582 -P 6000 2550 -F 0 "TP8" V 6000 2750 50 0000 L CNN -F 1 "TestPoint" V 6000 2950 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2550 50 0001 C CNN -F 3 "~" H 6200 2550 50 0001 C CNN - 1 6000 2550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP9 -U 1 1 5E4AB77F -P 6000 2650 -F 0 "TP9" V 6000 2850 50 0000 L CNN -F 1 "TestPoint" V 6000 3050 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2650 50 0001 C CNN -F 3 "~" H 6200 2650 50 0001 C CNN - 1 6000 2650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP10 -U 1 1 5E4AB879 -P 6000 2750 -F 0 "TP10" V 6000 2950 50 0000 L CNN -F 1 "TestPoint" V 6000 3200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2750 50 0001 C CNN -F 3 "~" H 6200 2750 50 0001 C CNN - 1 6000 2750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP11 -U 1 1 5E4AB9F1 -P 6000 2850 -F 0 "TP11" V 6000 3050 50 0000 L CNN -F 1 "TestPoint" V 6000 3300 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2850 50 0001 C CNN -F 3 "~" H 6200 2850 50 0001 C CNN - 1 6000 2850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP12 -U 1 1 5E4ABB97 -P 6000 2950 -F 0 "TP12" V 6000 3150 50 0000 L CNN -F 1 "TestPoint" V 6000 3400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 2950 50 0001 C CNN -F 3 "~" H 6200 2950 50 0001 C CNN - 1 6000 2950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP13 -U 1 1 5E4ABCF1 -P 6000 3050 -F 0 "TP13" V 6000 3250 50 0000 L CNN -F 1 "TestPoint" V 6000 3500 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3050 50 0001 C CNN -F 3 "~" H 6200 3050 50 0001 C CNN - 1 6000 3050 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP14 -U 1 1 5E4ABDE7 -P 6000 3150 -F 0 "TP14" V 6000 3350 50 0000 L CNN -F 1 "TestPoint" V 6000 3600 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3150 50 0001 C CNN -F 3 "~" H 6200 3150 50 0001 C CNN - 1 6000 3150 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP15 -U 1 1 5E4ABF2E -P 6000 3250 -F 0 "TP15" V 6000 3450 50 0000 L CNN -F 1 "TestPoint" V 6000 3700 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3250 50 0001 C CNN -F 3 "~" H 6200 3250 50 0001 C CNN - 1 6000 3250 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP16 -U 1 1 5E4AC066 -P 6000 3450 -F 0 "TP16" V 6000 3650 50 0000 L CNN -F 1 "TestPoint" V 6000 3900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3450 50 0001 C CNN -F 3 "~" H 6200 3450 50 0001 C CNN - 1 6000 3450 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP17 -U 1 1 5E4AC22B -P 6000 3550 -F 0 "TP17" V 6000 3750 50 0000 L CNN -F 1 "TestPoint" V 6000 4000 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3550 50 0001 C CNN -F 3 "~" H 6200 3550 50 0001 C CNN - 1 6000 3550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP18 -U 1 1 5E4AC36E -P 6000 3650 -F 0 "TP18" V 6000 3850 50 0000 L CNN -F 1 "TestPoint" V 6000 4100 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3650 50 0001 C CNN -F 3 "~" H 6200 3650 50 0001 C CNN - 1 6000 3650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP19 -U 1 1 5E4AC485 -P 6000 3750 -F 0 "TP19" V 6000 3950 50 0000 L CNN -F 1 "TestPoint" V 6000 4200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3750 50 0001 C CNN -F 3 "~" H 6200 3750 50 0001 C CNN - 1 6000 3750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP20 -U 1 1 5E4AC5A6 -P 6000 3850 -F 0 "TP20" V 6000 4050 50 0000 L CNN -F 1 "TestPoint" V 6000 4300 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3850 50 0001 C CNN -F 3 "~" H 6200 3850 50 0001 C CNN - 1 6000 3850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP21 -U 1 1 5E4AC6D0 -P 6000 3950 -F 0 "TP21" V 6000 4150 50 0000 L CNN -F 1 "TestPoint" V 6000 4400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 3950 50 0001 C CNN -F 3 "~" H 6200 3950 50 0001 C CNN - 1 6000 3950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP22 -U 1 1 5E4AC7FA -P 6000 4050 -F 0 "TP22" V 6000 4250 50 0000 L CNN -F 1 "TestPoint" V 6000 4500 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4050 50 0001 C CNN -F 3 "~" H 6200 4050 50 0001 C CNN - 1 6000 4050 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP23 -U 1 1 5E4AC90C -P 6000 4150 -F 0 "TP23" V 6000 4350 50 0000 L CNN -F 1 "TestPoint" V 6000 4600 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4150 50 0001 C CNN -F 3 "~" H 6200 4150 50 0001 C CNN - 1 6000 4150 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP24 -U 1 1 5E4ACA23 -P 6000 4350 -F 0 "TP24" V 6000 4550 50 0000 L CNN -F 1 "TestPoint" V 6000 4800 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4350 50 0001 C CNN -F 3 "~" H 6200 4350 50 0001 C CNN - 1 6000 4350 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP25 -U 1 1 5E4ACC09 -P 6000 4450 -F 0 "TP25" V 6000 4650 50 0000 L CNN -F 1 "TestPoint" V 6000 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4450 50 0001 C CNN -F 3 "~" H 6200 4450 50 0001 C CNN - 1 6000 4450 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP26 -U 1 1 5E4ACD3D -P 6000 4550 -F 0 "TP26" V 6000 4750 50 0000 L CNN -F 1 "TestPoint" V 6000 5000 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4550 50 0001 C CNN -F 3 "~" H 6200 4550 50 0001 C CNN - 1 6000 4550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP27 -U 1 1 5E4ACE59 -P 6000 4650 -F 0 "TP27" V 6000 4850 50 0000 L CNN -F 1 "TestPoint" V 6000 5100 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4650 50 0001 C CNN -F 3 "~" H 6200 4650 50 0001 C CNN - 1 6000 4650 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP28 -U 1 1 5E4ACF89 -P 6000 4750 -F 0 "TP28" V 6000 4950 50 0000 L CNN -F 1 "TestPoint" V 6000 5200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4750 50 0001 C CNN -F 3 "~" H 6200 4750 50 0001 C CNN - 1 6000 4750 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP29 -U 1 1 5E4AD0CF -P 6000 4850 -F 0 "TP29" V 6000 5050 50 0000 L CNN -F 1 "TestPoint" V 6000 5300 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4850 50 0001 C CNN -F 3 "~" H 6200 4850 50 0001 C CNN - 1 6000 4850 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP30 -U 1 1 5E4AD1F0 -P 6000 4950 -F 0 "TP30" V 6000 5150 50 0000 L CNN -F 1 "TestPoint" V 6000 5400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 4950 50 0001 C CNN -F 3 "~" H 6200 4950 50 0001 C CNN - 1 6000 4950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP31 -U 1 1 5E4AD323 -P 6000 5050 -F 0 "TP31" V 6000 5250 50 0000 L CNN -F 1 "TestPoint" V 6000 5500 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_1.0x1.0mm" H 6200 5050 50 0001 C CNN -F 3 "~" H 6200 5050 50 0001 C CNN - 1 6000 5050 - 0 1 1 0 -$EndComp -Wire Wire Line - 5950 5000 5950 5600 -Wire Wire Line - 6000 1650 6000 1600 -Connection ~ 6000 1600 -Wire Wire Line - 6000 1750 6000 1700 -Connection ~ 6000 1700 -Wire Wire Line - 6000 1700 6100 1700 -Wire Wire Line - 6000 1850 6000 1800 -Connection ~ 6000 1800 -Wire Wire Line - 6000 1800 6250 1800 -Wire Wire Line - 6000 1950 6000 1900 -Connection ~ 6000 1900 -Wire Wire Line - 6000 1900 6400 1900 -Wire Wire Line - 6000 2050 6000 2000 -Connection ~ 6000 2000 -Wire Wire Line - 6000 2000 6550 2000 -Wire Wire Line - 6000 2150 6000 2100 -Connection ~ 6000 2100 -Wire Wire Line - 6000 2100 6700 2100 -Wire Wire Line - 6000 2250 6000 2200 -Connection ~ 6000 2200 -Wire Wire Line - 6000 2200 6850 2200 -Wire Wire Line - 6000 2350 6000 2300 -Connection ~ 6000 2300 -Wire Wire Line - 6000 2300 7000 2300 -Wire Wire Line - 6000 2550 6000 2500 -Connection ~ 6000 2500 -Wire Wire Line - 6000 2500 7150 2500 -Wire Wire Line - 6000 2650 6000 2600 -Connection ~ 6000 2600 -Wire Wire Line - 6000 2600 7300 2600 -Wire Wire Line - 6000 2750 6000 2700 -Connection ~ 6000 2700 -Wire Wire Line - 6000 2700 7450 2700 -Wire Wire Line - 6000 2850 6000 2800 -Connection ~ 6000 2800 -Wire Wire Line - 6000 2800 7600 2800 -Wire Wire Line - 6000 2950 6000 2900 -Connection ~ 6000 2900 -Wire Wire Line - 6000 2900 7750 2900 -Wire Wire Line - 6000 3050 6000 3000 -Connection ~ 6000 3000 -Wire Wire Line - 6000 3150 6000 3100 -Connection ~ 6000 3100 -Wire Wire Line - 6000 3250 6000 3200 -Connection ~ 6000 3200 -Wire Wire Line - 6000 3450 6000 3400 -Connection ~ 6000 3400 -Wire Wire Line - 6000 3400 8200 3400 -Wire Wire Line - 6000 3550 6000 3500 -Connection ~ 6000 3500 -Wire Wire Line - 6000 3500 8050 3500 -Wire Wire Line - 6000 3650 6000 3600 -Connection ~ 6000 3600 -Wire Wire Line - 6000 3600 7900 3600 -Wire Wire Line - 6000 3750 6000 3700 -Connection ~ 6000 3700 -Wire Wire Line - 6000 3700 7750 3700 -Wire Wire Line - 6000 3850 6000 3800 -Connection ~ 6000 3800 -Wire Wire Line - 6000 3800 7600 3800 -Wire Wire Line - 6000 3950 6000 3900 -Connection ~ 6000 3900 -Wire Wire Line - 6000 3900 7450 3900 -Wire Wire Line - 6000 4050 6000 4000 -Connection ~ 6000 4000 -Wire Wire Line - 6000 4000 7300 4000 -Wire Wire Line - 6000 4150 6000 4100 -Connection ~ 6000 4100 -Wire Wire Line - 6000 4100 7150 4100 -Wire Wire Line - 6000 4350 6000 4300 -Connection ~ 6000 4300 -Wire Wire Line - 6000 4450 6000 4400 -Connection ~ 6000 4400 -Wire Wire Line - 6000 4550 6000 4500 -Connection ~ 6000 4500 -Wire Wire Line - 6000 4500 6700 4500 -Wire Wire Line - 6000 4650 6000 4600 -Connection ~ 6000 4600 -Wire Wire Line - 6000 4600 6550 4600 -Wire Wire Line - 6000 4750 6000 4700 -Connection ~ 6000 4700 -Wire Wire Line - 6000 4700 6400 4700 -Wire Wire Line - 6000 4850 6000 4800 -Connection ~ 6000 4800 -Wire Wire Line - 6000 4800 6250 4800 -Wire Wire Line - 6000 4950 6000 4900 -Connection ~ 6000 4900 -Wire Wire Line - 6000 4900 6100 4900 -Wire Wire Line - 6000 5050 6000 5000 -Connection ~ 6000 5000 -Wire Wire Line - 6000 5000 5950 5000 -$Comp -L Device:C C8 -U 1 1 5F95D098 -P 9600 3150 -F 0 "C8" H 9715 3196 50 0000 L CNN -F 1 "C" H 9715 3105 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 9638 3000 50 0001 C CNN -F 3 "~" H 9600 3150 50 0001 C CNN -F 4 "Display" H 9600 3150 50 0001 C CNN "Beschreibung" - 1 9600 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9400 1500 9400 3000 -Wire Wire Line - 9400 3000 9600 3000 -Connection ~ 9400 1500 -Wire Wire Line - 9600 3300 9500 3300 -Connection ~ 9500 3300 -$Comp -L Device:C C9 -U 1 1 5F99721B -P 11000 1850 -F 0 "C9" H 11050 1950 50 0000 L CNN -F 1 "C" H 11050 1750 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 11038 1700 50 0001 C CNN -F 3 "~" H 11000 1850 50 0001 C CNN -F 4 "Buttons" H 11000 1850 50 0001 C CNN "Beschreibung" - 1 11000 1850 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C10 -U 1 1 5F997E8F -P 11000 2550 -F 0 "C10" H 11050 2650 50 0000 L CNN -F 1 "C" H 11050 2450 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 11038 2400 50 0001 C CNN -F 3 "~" H 11000 2550 50 0001 C CNN -F 4 "Status" H 11000 2550 50 0001 C CNN "Beschreibung" - 1 11000 2550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 10800 1700 11000 1700 -Connection ~ 10800 1700 -Wire Wire Line - 10800 1700 10800 2400 -Wire Wire Line - 11000 2000 10900 2000 -Wire Wire Line - 10800 2400 11000 2400 -Connection ~ 10800 2400 -Wire Wire Line - 10900 2700 11000 2700 -Connection ~ 10900 2700 -$Comp -L Connector:Conn_01x04_Female J4 -U 1 1 5DD71B42 -P 9100 4250 -F 0 "J4" H 9050 3950 50 0000 C CNN -F 1 "Conn_01x04_Female" H 8800 4400 50 0000 C CNN -F 2 "Connector_PinHeader_2.00mm:PinHeader_1x04_P2.00mm_Vertical" H 9100 4250 50 0001 C CNN -F 3 "~" H 9100 4250 50 0001 C CNN - 1 9100 4250 - -1 0 0 1 -$EndComp -Wire Wire Line - 6000 4400 6850 4400 -Wire Wire Line - 6000 4300 7000 4300 -Wire Wire Line - 9300 4350 9500 4350 -Wire Wire Line - 9500 4350 9500 3300 -Wire Wire Line - 9400 3000 9400 4050 -Wire Wire Line - 9400 4050 9300 4050 -Connection ~ 9400 3000 -Text GLabel 8700 4300 2 50 Input ~ 0 -RXD -Wire Wire Line - 8700 4300 7000 4300 -Connection ~ 7000 4300 -Text GLabel 8700 4400 2 50 Output ~ 0 -TXD -Wire Wire Line - 8700 4400 6850 4400 -Connection ~ 6850 4400 -Text GLabel 9600 4150 2 50 Output ~ 0 -RXD -Text GLabel 9600 4250 2 50 Input ~ 0 -TXD -Wire Wire Line - 9600 4150 9300 4150 -Wire Wire Line - 9600 4250 9300 4250 -Wire Wire Line - 4700 1600 4450 1600 -Wire Wire Line - 5900 3200 6000 3200 -Wire Wire Line - 5900 3100 6000 3100 -Wire Wire Line - 5900 3000 6000 3000 -Wire Wire Line - 5900 2900 6000 2900 -Wire Wire Line - 5900 1600 5950 1600 -Wire Wire Line - 5900 2800 6000 2800 -Wire Wire Line - 5900 1700 6000 1700 -Wire Wire Line - 5900 1800 6000 1800 -Wire Wire Line - 5900 1900 6000 1900 -Wire Wire Line - 5900 2000 6000 2000 -Wire Wire Line - 5900 2100 6000 2100 -Wire Wire Line - 5900 2200 6000 2200 -Wire Wire Line - 5900 2300 6000 2300 -Wire Wire Line - 4700 2200 4700 6450 -Wire Wire Line - 5400 950 5400 1300 -Wire Wire Line - 5900 2700 6000 2700 -Wire Wire Line - 5900 4100 6000 4100 -Wire Wire Line - 5900 4000 6000 4000 -Wire Wire Line - 5900 3900 6000 3900 -Wire Wire Line - 5900 3800 6000 3800 -Wire Wire Line - 5900 3700 6000 3700 -Wire Wire Line - 5900 3600 6000 3600 -Wire Wire Line - 5900 3500 6000 3500 -Wire Wire Line - 5900 3400 6000 3400 -Wire Wire Line - 5900 5000 5950 5000 -Wire Wire Line - 5900 4900 6000 4900 -Wire Wire Line - 5900 2600 6000 2600 -Wire Wire Line - 5900 4800 6000 4800 -Wire Wire Line - 5900 4700 6000 4700 -Wire Wire Line - 5900 4600 6000 4600 -Wire Wire Line - 5900 4500 6000 4500 -Wire Wire Line - 5900 4400 6000 4400 -Wire Wire Line - 5900 4300 6000 4300 -Wire Wire Line - 5300 5300 5300 6450 -Wire Wire Line - 5300 950 5300 1300 -Wire Wire Line - 5900 2500 6000 2500 -$Comp -L PinLock-rescue:ATmega16A-PU-MCU_Microchip_ATmega U1 -U 1 1 5DB85A9E -P 5300 3300 -F 0 "U1" H 5750 5250 50 0000 C CNN -F 1 "ATmega16A-PU" H 4900 5250 50 0000 C CNN -F 2 "Package_DIP:DIP-40_W15.24mm" H 5300 3300 50 0001 C CIN -F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf" H 5300 3300 50 0001 C CNN - 1 5300 3300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 8200 3200 8700 3200 -Wire Wire Line - 8050 3100 8700 3100 -Wire Wire Line - 7900 3000 8700 3000 -Wire Wire Line - 7750 2900 8700 2900 -Wire Wire Line - 7600 2800 8700 2800 -Wire Wire Line - 7450 2700 8700 2700 -Wire Wire Line - 7300 2600 8700 2600 -Wire Wire Line - 7150 2500 8700 2500 -Wire Wire Line - 7000 2300 8700 2300 -Wire Wire Line - 6850 2200 8700 2200 -Wire Wire Line - 6700 2100 8700 2100 -Wire Wire Line - 6550 2000 8700 2000 -Wire Wire Line - 6400 1900 8700 1900 -Wire Wire Line - 6250 1800 8700 1800 -Wire Wire Line - 8700 1700 6100 1700 -Wire Wire Line - 6000 1600 8700 1600 -Wire Wire Line - 9500 3300 9300 3300 -Wire Wire Line - 9400 1500 9300 1500 -$Sheet -S 8700 1450 600 1950 -U 5DD2ECA3 -F0 "Display" 50 -F1 "display.sch" 50 -F2 "VCC" B R 9300 1500 50 -F3 "GND" B R 9300 3300 50 -F4 "CHAR0_0" I L 8700 1600 50 -F5 "CHAR0_1" I L 8700 1700 50 -F6 "CHAR0_2" I L 8700 1800 50 -F7 "CHAR0_3" I L 8700 1900 50 -F8 "CHAR1_0" I L 8700 2000 50 -F9 "CHAR1_1" I L 8700 2100 50 -F10 "CHAR1_2" I L 8700 2200 50 -F11 "CHAR1_3" I L 8700 2300 50 -F12 "CHAR2_0" I L 8700 2500 50 -F13 "CHAR2_1" I L 8700 2600 50 -F14 "CHAR2_2" I L 8700 2700 50 -F15 "CHAR2_3" I L 8700 2800 50 -F16 "CHAR3_0" I L 8700 2900 50 -F17 "CHAR3_1" I L 8700 3000 50 -F18 "CHAR3_2" I L 8700 3100 50 -F19 "CHAR3_3" I L 8700 3200 50 -$EndSheet -Wire Wire Line - 6000 3000 7000 3000 -Wire Wire Line - 6000 3100 7000 3100 -Wire Wire Line - 6000 3200 7000 3200 -Wire Wire Line - 7050 3050 7000 3050 -Wire Wire Line - 7000 3050 7000 3000 -Connection ~ 7000 3000 -Wire Wire Line - 7000 3000 7900 3000 -Wire Wire Line - 7050 3150 7000 3150 -Wire Wire Line - 7000 3150 7000 3100 -Connection ~ 7000 3100 -Wire Wire Line - 7000 3100 8050 3100 -Wire Wire Line - 7050 3250 7000 3250 -Wire Wire Line - 7000 3250 7000 3200 -Connection ~ 7000 3200 -Wire Wire Line - 7000 3200 8200 3200 -Connection ~ 2550 950 -NoConn ~ 1650 1350 -$Comp -L Connector:Barrel_Jack_MountingPin J0 -U 1 1 5DBB60C9 -P 1650 1050 -F 0 "J0" H 1707 1367 50 0000 C CNN -F 1 "Barrel_Jack_MountingPin" H 1707 1276 50 0000 C CNN -F 2 "Connector_BarrelJack:BarrelJack_CUI_PJ-063AH_Horizontal" H 1700 1010 50 0001 C CNN -F 3 "~" H 1700 1010 50 0001 C CNN - 1 1650 1050 - 1 0 0 -1 -$EndComp -Connection ~ 650 2550 -Wire Wire Line - 650 650 650 2550 -Wire Wire Line - 2550 950 2550 650 -Wire Wire Line - 2550 650 650 650 -$Comp -L Connector:Screw_Terminal_01x02 J6 -U 1 1 5DE4CFD1 -P 1500 4950 -F 0 "J6" H 1580 4942 50 0000 L CNN -F 1 "Screw_Terminal_01x02" H 1600 4850 50 0000 L CNN -F 2 "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal" H 1500 4950 50 0001 C CNN -F 3 "~" H 1500 4950 50 0001 C CNN - 1 1500 4950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C18 -U 1 1 5DE4EE60 -P 1000 5100 -F 0 "C18" H 1115 5146 50 0000 L CNN -F 1 "C" H 1115 5055 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1038 4950 50 0001 C CNN -F 3 "~" H 1000 5100 50 0001 C CNN - 1 1000 5100 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1300 4950 1000 4950 -Wire Wire Line - 1300 5050 1300 5250 -Wire Wire Line - 1300 5250 1000 5250 -Wire Wire Line - 750 5250 1000 5250 -Connection ~ 750 5250 -Wire Wire Line - 750 5250 750 6450 -Connection ~ 1000 5250 -Wire Wire Line - 1000 4950 650 4950 -Wire Wire Line - 650 4950 650 3850 -Connection ~ 1000 4950 -Connection ~ 650 3850 -$Comp -L Regulator_Linear:L7805 U9 -U 1 1 5DE337F2 -P 3300 950 -F 0 "U9" H 3300 1192 50 0000 C CNN -F 1 "L7805" H 3300 1101 50 0000 C CNN -F 2 "Package_TO_SOT_SMD:TO-252-2" H 3325 800 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 3300 900 50 0001 C CNN - 1 3300 950 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2550 950 3000 950 -Wire Wire Line - 3300 1350 3300 1250 -Wire Wire Line - 3600 950 3750 950 -Connection ~ 3750 950 -Wire Wire Line - 1950 950 2550 950 -Wire Wire Line - 1950 1150 2050 1150 -Wire Wire Line - 2050 1150 2050 1250 -Connection ~ 2050 1250 -$Comp -L Device:Crystal_GND24 Y0 -U 1 1 5E3EA15B -P 2950 1950 -F 0 "Y0" V 2904 2194 50 0000 L CNN -F 1 "Crystal_GND24" V 2995 2194 50 0000 L CNN -F 2 "Crystal:Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm" H 2950 1950 50 0001 C CNN -F 3 "~" H 2950 1950 50 0001 C CNN - 1 2950 1950 - 0 1 1 0 -$EndComp -Wire Wire Line - 2600 1800 2950 1800 -Connection ~ 2950 1800 -Wire Wire Line - 2950 1800 4700 1800 -Wire Wire Line - 2750 1950 2750 2400 -Connection ~ 2750 2400 -Wire Wire Line - 2750 2400 2600 2400 -Wire Wire Line - 3150 1950 3150 2400 -Connection ~ 3150 2400 -Wire Wire Line - 3150 2400 2950 2400 -$EndSCHEMATC diff --git a/README.md b/README.md deleted file mode 100644 index 78a47e9..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# PinLock -A pin lock HW/SW implementation for ATmega16A. -This project is part of the seminar "Mikrocontrollerschaltungen - Realisierung in Hard- und Software". \ No newline at end of file diff --git a/buttons.sch b/buttons.sch deleted file mode 100644 index a3fcb69..0000000 --- a/buttons.sch +++ /dev/null @@ -1,199 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 3 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Connector:Conn_01x08_Female J5 -U 1 1 5DDED974 -P 5200 1900 -F 0 "J5" V 5250 1450 50 0000 L CNN -F 1 "Conn_01x08_Female" V 5250 1650 50 0000 L CNN -F 2 "Connector_PinHeader_2.00mm:PinHeader_1x08_P2.00mm_Vertical" H 5200 1900 50 0001 C CNN -F 3 "~" H 5200 1900 50 0001 C CNN - 1 5200 1900 - 0 -1 -1 0 -$EndComp -Text HLabel 3450 3000 0 50 BiDi ~ 0 -VCC -Text HLabel 3450 5250 0 50 BiDi ~ 0 -GND -Text HLabel 3450 4650 0 50 Input ~ 0 -CLK -$Comp -L 74xx:74HC164 U6 -U 1 1 5DCCE5D7 -P 4400 3850 -F 0 "U6" H 4650 4300 50 0000 C CNN -F 1 "74HC164" H 4150 4300 50 0000 C CNN -F 2 "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" H 5300 3550 50 0001 C CNN -F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 5300 3550 50 0001 C CNN - 1 4400 3850 - 1 0 0 -1 -$EndComp -Text HLabel 3450 3850 0 50 Input ~ 0 -ROWS -Wire Wire Line - 4800 3550 4900 3550 -Wire Wire Line - 4800 3650 5000 3650 -Wire Wire Line - 4800 3750 5100 3750 -Wire Wire Line - 4800 3850 5200 3850 -Wire Wire Line - 4400 5250 5800 5250 -Wire Wire Line - 4400 3000 5800 3000 -Connection ~ 4400 3000 -Wire Wire Line - 4000 4150 3900 4150 -Wire Wire Line - 4000 3950 3900 3950 -Wire Wire Line - 3900 3950 3900 3850 -Wire Wire Line - 3900 3850 4000 3850 -Wire Wire Line - 4000 3650 3900 3650 -Wire Wire Line - 3900 3650 3900 3000 -Wire Wire Line - 3900 3000 4400 3000 -Wire Wire Line - 5300 3650 6100 3650 -Wire Wire Line - 5400 3750 6100 3750 -Wire Wire Line - 5500 3850 6100 3850 -Wire Wire Line - 5600 3950 6100 3950 -Text HLabel 7100 3550 2 50 Output ~ 0 -COLUMNS -NoConn ~ 4800 3950 -NoConn ~ 4800 4050 -NoConn ~ 4800 4150 -NoConn ~ 4800 4250 -NoConn ~ 6100 4350 -NoConn ~ 6100 4250 -NoConn ~ 6100 4150 -NoConn ~ 6100 4050 -NoConn ~ 6100 3550 -$Comp -L 74xx:74LS166 U7 -U 1 1 5DCEF9EB -P 6600 4250 -F 0 "U7" H 6800 5100 50 0000 L CNN -F 1 "74LS166" H 6200 5100 50 0000 L CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 6600 4250 50 0001 C CNN -F 3 "http://www.ti.com/lit/gpn/sn74LS166" H 6600 4250 50 0001 C CNN - 1 6600 4250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3900 4150 3900 4650 -Wire Wire Line - 3900 4650 6100 4650 -Wire Wire Line - 6100 4950 6000 4950 -Wire Wire Line - 6000 4950 6000 5250 -Connection ~ 6000 5250 -Wire Wire Line - 6000 5250 6600 5250 -Wire Wire Line - 6100 4750 6000 4750 -Wire Wire Line - 6000 4750 6000 4950 -Connection ~ 6000 4950 -Text HLabel 3450 4550 0 50 Input ~ 0 -LOAD -$Comp -L Device:C C15 -U 1 1 5DE94356 -P 3650 3550 -F 0 "C15" H 3700 3650 50 0000 L CNN -F 1 "~100nF" H 3700 3450 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3688 3400 50 0001 C CNN -F 3 "~" H 3650 3550 50 0001 C CNN - 1 3650 3550 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C16 -U 1 1 5DE96BB8 -P 5800 4200 -F 0 "C16" H 5850 4300 50 0000 L CNN -F 1 "~100nF" H 5850 4100 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5838 4050 50 0001 C CNN -F 3 "~" H 5800 4200 50 0001 C CNN - 1 5800 4200 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5800 4350 5800 5250 -Connection ~ 5800 5250 -Wire Wire Line - 5800 5250 6000 5250 -Wire Wire Line - 3450 3000 3650 3000 -Connection ~ 3900 3000 -Wire Wire Line - 3450 5250 3650 5250 -Connection ~ 4400 5250 -Wire Wire Line - 4400 4450 4400 5250 -Wire Wire Line - 4400 3000 4400 3350 -Wire Wire Line - 6600 3000 6600 3250 -Wire Wire Line - 5800 4050 5800 3000 -Connection ~ 5800 3000 -Wire Wire Line - 5800 3000 6600 3000 -Wire Wire Line - 3650 3400 3650 3000 -Connection ~ 3650 3000 -Wire Wire Line - 3650 3000 3900 3000 -Wire Wire Line - 3650 3700 3650 5250 -Connection ~ 3650 5250 -Wire Wire Line - 3650 5250 4400 5250 -Wire Wire Line - 3450 4650 3900 4650 -Connection ~ 3900 4650 -Wire Wire Line - 3450 4550 6100 4550 -Wire Wire Line - 3450 3850 3900 3850 -Connection ~ 3900 3850 -Wire Wire Line - 5600 2100 5600 3950 -Wire Wire Line - 5500 2100 5500 3850 -Wire Wire Line - 5400 2100 5400 3750 -Wire Wire Line - 5300 2100 5300 3650 -Wire Wire Line - 5200 2100 5200 3850 -Wire Wire Line - 5100 2100 5100 3750 -Wire Wire Line - 5000 2100 5000 3650 -Wire Wire Line - 4900 2100 4900 3550 -$EndSCHEMATC diff --git a/buttons.sch-bak b/buttons.sch-bak deleted file mode 100644 index 4989669..0000000 --- a/buttons.sch-bak +++ /dev/null @@ -1,199 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 3 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Connector:Conn_01x08_Female J5 -U 1 1 5DDED974 -P 5200 1900 -F 0 "J5" V 5250 1450 50 0000 L CNN -F 1 "Conn_01x08_Female" V 5250 1650 50 0000 L CNN -F 2 "Connector_PinHeader_2.00mm:PinHeader_1x08_P2.00mm_Vertical" H 5200 1900 50 0001 C CNN -F 3 "~" H 5200 1900 50 0001 C CNN - 1 5200 1900 - 0 -1 -1 0 -$EndComp -Text HLabel 3450 3000 0 50 BiDi ~ 0 -VCC -Text HLabel 3450 5250 0 50 BiDi ~ 0 -GND -Text HLabel 3450 4650 0 50 Input ~ 0 -CLK -$Comp -L 74xx:74HC164 U6 -U 1 1 5DCCE5D7 -P 4400 3850 -F 0 "U6" H 4650 4300 50 0000 C CNN -F 1 "74HC164" H 4150 4300 50 0000 C CNN -F 2 "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" H 5300 3550 50 0001 C CNN -F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 5300 3550 50 0001 C CNN - 1 4400 3850 - 1 0 0 -1 -$EndComp -Text HLabel 3450 3850 0 50 Input ~ 0 -ROWS -Wire Wire Line - 4800 3550 4900 3550 -Wire Wire Line - 4800 3650 5000 3650 -Wire Wire Line - 4800 3750 5100 3750 -Wire Wire Line - 4800 3850 5200 3850 -Wire Wire Line - 4400 5250 5800 5250 -Wire Wire Line - 4400 3000 5800 3000 -Connection ~ 4400 3000 -Wire Wire Line - 4000 4150 3900 4150 -Wire Wire Line - 4000 3950 3900 3950 -Wire Wire Line - 3900 3950 3900 3850 -Wire Wire Line - 3900 3850 4000 3850 -Wire Wire Line - 4000 3650 3900 3650 -Wire Wire Line - 3900 3650 3900 3000 -Wire Wire Line - 3900 3000 4400 3000 -Wire Wire Line - 5300 3650 6100 3650 -Wire Wire Line - 5400 3750 6100 3750 -Wire Wire Line - 5500 3850 6100 3850 -Wire Wire Line - 5600 3950 6100 3950 -Text HLabel 7100 3550 2 50 Output ~ 0 -COLUMNS -NoConn ~ 4800 3950 -NoConn ~ 4800 4050 -NoConn ~ 4800 4150 -NoConn ~ 4800 4250 -NoConn ~ 6100 4350 -NoConn ~ 6100 4250 -NoConn ~ 6100 4150 -NoConn ~ 6100 4050 -NoConn ~ 6100 3550 -$Comp -L 74xx:74LS166 U7 -U 1 1 5DCEF9EB -P 6600 4250 -F 0 "U7" H 6800 5100 50 0000 L CNN -F 1 "74LS166" H 6200 5100 50 0000 L CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 6600 4250 50 0001 C CNN -F 3 "http://www.ti.com/lit/gpn/sn74LS166" H 6600 4250 50 0001 C CNN - 1 6600 4250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3900 4150 3900 4650 -Wire Wire Line - 3900 4650 6100 4650 -Wire Wire Line - 6100 4950 6000 4950 -Wire Wire Line - 6000 4950 6000 5250 -Connection ~ 6000 5250 -Wire Wire Line - 6000 5250 6600 5250 -Wire Wire Line - 6100 4750 6000 4750 -Wire Wire Line - 6000 4750 6000 4950 -Connection ~ 6000 4950 -Text HLabel 3450 4550 0 50 Input ~ 0 -LOAD -$Comp -L Device:C C15 -U 1 1 5DE94356 -P 3650 3550 -F 0 "C15" H 3700 3650 50 0000 L CNN -F 1 "C" H 3700 3450 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3688 3400 50 0001 C CNN -F 3 "~" H 3650 3550 50 0001 C CNN - 1 3650 3550 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C16 -U 1 1 5DE96BB8 -P 5800 4200 -F 0 "C16" H 5850 4300 50 0000 L CNN -F 1 "C" H 5850 4100 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5838 4050 50 0001 C CNN -F 3 "~" H 5800 4200 50 0001 C CNN - 1 5800 4200 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5800 4350 5800 5250 -Connection ~ 5800 5250 -Wire Wire Line - 5800 5250 6000 5250 -Wire Wire Line - 3450 3000 3650 3000 -Connection ~ 3900 3000 -Wire Wire Line - 3450 5250 3650 5250 -Connection ~ 4400 5250 -Wire Wire Line - 4400 4450 4400 5250 -Wire Wire Line - 4400 3000 4400 3350 -Wire Wire Line - 6600 3000 6600 3250 -Wire Wire Line - 5800 4050 5800 3000 -Connection ~ 5800 3000 -Wire Wire Line - 5800 3000 6600 3000 -Wire Wire Line - 3650 3400 3650 3000 -Connection ~ 3650 3000 -Wire Wire Line - 3650 3000 3900 3000 -Wire Wire Line - 3650 3700 3650 5250 -Connection ~ 3650 5250 -Wire Wire Line - 3650 5250 4400 5250 -Wire Wire Line - 3450 4650 3900 4650 -Connection ~ 3900 4650 -Wire Wire Line - 3450 4550 6100 4550 -Wire Wire Line - 3450 3850 3900 3850 -Connection ~ 3900 3850 -Wire Wire Line - 5600 2100 5600 3950 -Wire Wire Line - 5500 2100 5500 3850 -Wire Wire Line - 5400 2100 5400 3750 -Wire Wire Line - 5300 2100 5300 3650 -Wire Wire Line - 5200 2100 5200 3850 -Wire Wire Line - 5100 2100 5100 3750 -Wire Wire Line - 5000 2100 5000 3650 -Wire Wire Line - 4900 2100 4900 3550 -$EndSCHEMATC diff --git a/display.sch b/display.sch deleted file mode 100644 index 1688b79..0000000 --- a/display.sch +++ /dev/null @@ -1,1074 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 4 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -Text HLabel 1350 1300 1 50 BiDi ~ 0 -VCC -Text HLabel 1450 1300 1 50 BiDi ~ 0 -GND -Text HLabel 2450 2500 0 50 Input ~ 0 -CHAR0_0 -Text HLabel 2450 2600 0 50 Input ~ 0 -CHAR0_1 -Text HLabel 2450 2700 0 50 Input ~ 0 -CHAR0_2 -Text HLabel 2450 2800 0 50 Input ~ 0 -CHAR0_3 -Text HLabel 6600 2500 0 50 Input ~ 0 -CHAR1_0 -Text HLabel 6600 2600 0 50 Input ~ 0 -CHAR1_1 -Text HLabel 6600 2700 0 50 Input ~ 0 -CHAR1_2 -Text HLabel 6600 2800 0 50 Input ~ 0 -CHAR1_3 -Text HLabel 2450 4000 0 50 Input ~ 0 -CHAR2_0 -Text HLabel 2450 4100 0 50 Input ~ 0 -CHAR2_1 -Text HLabel 2450 4200 0 50 Input ~ 0 -CHAR2_2 -Text HLabel 2450 4300 0 50 Input ~ 0 -CHAR2_3 -Text HLabel 6600 4000 0 50 Input ~ 0 -CHAR3_0 -Text HLabel 6600 4100 0 50 Input ~ 0 -CHAR3_1 -Text HLabel 6600 4200 0 50 Input ~ 0 -CHAR3_2 -Text HLabel 6600 4300 0 50 Input ~ 0 -CHAR3_3 -$Comp -L Device:R R22 -U 1 1 5DCF3F99 -P 7350 5900 -F 0 "R22" V 7300 5700 50 0000 C CNN -F 1 "200R" V 7300 6050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 5900 50 0001 C CNN -F 3 "~" H 7350 5900 50 0001 C CNN - 1 7350 5900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R23 -U 1 1 5DCF640A -P 7350 6000 -F 0 "R23" V 7300 5800 50 0000 C CNN -F 1 "200R" V 7300 6150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 6000 50 0001 C CNN -F 3 "~" H 7350 6000 50 0001 C CNN - 1 7350 6000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R24 -U 1 1 5DCF6693 -P 7350 6200 -F 0 "R24" V 7300 6000 50 0000 C CNN -F 1 "200R" V 7300 6350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 6200 50 0001 C CNN -F 3 "~" H 7350 6200 50 0001 C CNN - 1 7350 6200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R25 -U 1 1 5DCF68D9 -P 9450 6200 -F 0 "R25" V 9400 6000 50 0000 C CNN -F 1 "200R" V 9400 6350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6200 50 0001 C CNN -F 3 "~" H 9450 6200 50 0001 C CNN - 1 9450 6200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R27 -U 1 1 5DCF6D3D -P 9450 6000 -F 0 "R27" V 9400 5800 50 0000 C CNN -F 1 "200R" V 9400 6150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6000 50 0001 C CNN -F 3 "~" H 9450 6000 50 0001 C CNN - 1 9450 6000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R28 -U 1 1 5DCF6F68 -P 9450 6300 -F 0 "R28" V 9400 6100 50 0000 C CNN -F 1 "200R" V 9400 6450 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6300 50 0001 C CNN -F 3 "~" H 9450 6300 50 0001 C CNN - 1 9450 6300 - 0 1 1 0 -$EndComp -$Comp -L Device:R R15 -U 1 1 5DD07E7B -P 3600 5950 -F 0 "R15" V 3550 5750 50 0000 C CNN -F 1 "200R" V 3550 6100 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 5950 50 0001 C CNN -F 3 "~" H 3600 5950 50 0001 C CNN - 1 3600 5950 - 0 1 1 0 -$EndComp -$Comp -L Device:R R16 -U 1 1 5DD07E83 -P 3600 6050 -F 0 "R16" V 3550 5850 50 0000 C CNN -F 1 "200R" V 3550 6200 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 6050 50 0001 C CNN -F 3 "~" H 3600 6050 50 0001 C CNN - 1 3600 6050 - 0 1 1 0 -$EndComp -$Comp -L Device:R R17 -U 1 1 5DD07E89 -P 3600 6250 -F 0 "R17" V 3550 6050 50 0000 C CNN -F 1 "200R" V 3550 6400 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 6250 50 0001 C CNN -F 3 "~" H 3600 6250 50 0001 C CNN - 1 3600 6250 - 0 1 1 0 -$EndComp -$Comp -L Device:R R18 -U 1 1 5DD07E8F -P 5700 5950 -F 0 "R18" V 5650 5750 50 0000 C CNN -F 1 "200R" V 5650 6100 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 5950 50 0001 C CNN -F 3 "~" H 5700 5950 50 0001 C CNN - 1 5700 5950 - 0 1 1 0 -$EndComp -$Comp -L Device:R R19 -U 1 1 5DD07E95 -P 5700 6050 -F 0 "R19" V 5650 5850 50 0000 C CNN -F 1 "200R" V 5650 6200 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6050 50 0001 C CNN -F 3 "~" H 5700 6050 50 0001 C CNN - 1 5700 6050 - 0 1 1 0 -$EndComp -$Comp -L Device:R R20 -U 1 1 5DD07E9B -P 5700 6250 -F 0 "R20" V 5650 6050 50 0000 C CNN -F 1 "200R" V 5650 6400 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6250 50 0001 C CNN -F 3 "~" H 5700 6250 50 0001 C CNN - 1 5700 6250 - 0 1 1 0 -$EndComp -$Comp -L Device:R R21 -U 1 1 5DD07EA1 -P 5700 6350 -F 0 "R21" V 5650 6150 50 0000 C CNN -F 1 "200R" V 5650 6500 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6350 50 0001 C CNN -F 3 "~" H 5700 6350 50 0001 C CNN - 1 5700 6350 - 0 1 1 0 -$EndComp -$Comp -L Device:R R1 -U 1 1 5DD1176F -P 3600 900 -F 0 "R1" V 3550 750 50 0000 C CNN -F 1 "200R" V 3550 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 900 50 0001 C CNN -F 3 "~" H 3600 900 50 0001 C CNN - 1 3600 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R2 -U 1 1 5DD11777 -P 3600 1000 -F 0 "R2" V 3550 850 50 0000 C CNN -F 1 "200R" V 3550 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 1000 50 0001 C CNN -F 3 "~" H 3600 1000 50 0001 C CNN - 1 3600 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R3 -U 1 1 5DD1177D -P 3600 1200 -F 0 "R3" V 3550 1050 50 0000 C CNN -F 1 "200R" V 3550 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 1200 50 0001 C CNN -F 3 "~" H 3600 1200 50 0001 C CNN - 1 3600 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R4 -U 1 1 5DD11783 -P 5700 900 -F 0 "R4" V 5650 750 50 0000 C CNN -F 1 "200R" V 5650 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 900 50 0001 C CNN -F 3 "~" H 5700 900 50 0001 C CNN - 1 5700 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R5 -U 1 1 5DD11789 -P 5700 1000 -F 0 "R5" V 5650 850 50 0000 C CNN -F 1 "200R" V 5650 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1000 50 0001 C CNN -F 3 "~" H 5700 1000 50 0001 C CNN - 1 5700 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R6 -U 1 1 5DD1178F -P 5700 1200 -F 0 "R6" V 5650 1050 50 0000 C CNN -F 1 "200R" V 5650 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1200 50 0001 C CNN -F 3 "~" H 5700 1200 50 0001 C CNN - 1 5700 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R7 -U 1 1 5DD11795 -P 5700 1300 -F 0 "R7" V 5650 1150 50 0000 C CNN -F 1 "200R" V 5650 1450 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1300 50 0001 C CNN -F 3 "~" H 5700 1300 50 0001 C CNN - 1 5700 1300 - 0 1 1 0 -$EndComp -$Comp -L Device:R R8 -U 1 1 5DD16A8E -P 7350 900 -F 0 "R8" V 7300 750 50 0000 C CNN -F 1 "200R" V 7300 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 900 50 0001 C CNN -F 3 "~" H 7350 900 50 0001 C CNN - 1 7350 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R9 -U 1 1 5DD16A96 -P 7350 1000 -F 0 "R9" V 7300 850 50 0000 C CNN -F 1 "200R" V 7300 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1000 50 0001 C CNN -F 3 "~" H 7350 1000 50 0001 C CNN - 1 7350 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R10 -U 1 1 5DD16A9C -P 7350 1200 -F 0 "R10" V 7300 1000 50 0000 C CNN -F 1 "200R" V 7300 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1200 50 0001 C CNN -F 3 "~" H 7350 1200 50 0001 C CNN - 1 7350 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R11 -U 1 1 5DD16AA2 -P 9450 900 -F 0 "R11" V 9400 700 50 0000 C CNN -F 1 "200R" V 9400 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 900 50 0001 C CNN -F 3 "~" H 9450 900 50 0001 C CNN - 1 9450 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R12 -U 1 1 5DD16AA8 -P 9450 1000 -F 0 "R12" V 9400 800 50 0000 C CNN -F 1 "200R" V 9400 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1000 50 0001 C CNN -F 3 "~" H 9450 1000 50 0001 C CNN - 1 9450 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R13 -U 1 1 5DD16AAE -P 9450 1200 -F 0 "R13" V 9400 1000 50 0000 C CNN -F 1 "200R" V 9400 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1200 50 0001 C CNN -F 3 "~" H 9450 1200 50 0001 C CNN - 1 9450 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R14 -U 1 1 5DD16AB4 -P 9450 1300 -F 0 "R14" V 9400 1100 50 0000 C CNN -F 1 "200R" V 9400 1450 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1300 50 0001 C CNN -F 3 "~" H 9450 1300 50 0001 C CNN - 1 9450 1300 - 0 1 1 0 -$EndComp -$Comp -L Device:C C11 -U 1 1 5DD33F5D -P 1650 2650 -F 0 "C11" H 1700 2750 50 0000 L CNN -F 1 "~100nF" H 1700 2550 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1688 2500 50 0001 C CNN -F 3 "~" H 1650 2650 50 0001 C CNN -F 4 "74LS48" H 1650 2650 50 0001 C CNN "Beschreibung" - 1 1650 2650 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C12 -U 1 1 5DD40221 -P 5750 2500 -F 0 "C12" H 5800 2600 50 0000 L CNN -F 1 "~100nF" H 5800 2400 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5788 2350 50 0001 C CNN -F 3 "~" H 5750 2500 50 0001 C CNN - 1 5750 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5750 2100 5750 2350 -$Comp -L Device:C C13 -U 1 1 5DD4A2DB -P 1650 4150 -F 0 "C13" H 1700 4250 50 0000 L CNN -F 1 "~100nF" H 1700 4050 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1688 4000 50 0001 C CNN -F 3 "~" H 1650 4150 50 0001 C CNN - 1 1650 4150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1650 3600 1650 4000 -Wire Wire Line - 1650 4300 1650 4900 -$Comp -L Device:C C14 -U 1 1 5DD4F46D -P 5750 4000 -F 0 "C14" H 5800 4100 50 0000 L CNN -F 1 "~100nF" H 5800 3900 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5788 3850 50 0001 C CNN -F 3 "~" H 5750 4000 50 0001 C CNN - 1 5750 4000 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5750 3600 5750 3850 -Wire Wire Line - 1650 3400 1650 2800 -Wire Wire Line - 1650 2100 1650 2500 -Wire Wire Line - 1450 3400 1650 3400 -Connection ~ 1650 3400 -Wire Wire Line - 1350 1300 1350 2100 -Wire Wire Line - 1350 2100 1650 2100 -Wire Wire Line - 1450 3400 1450 3900 -Wire Wire Line - 1450 4900 1650 4900 -Connection ~ 1450 3400 -Connection ~ 1650 4900 -Wire Wire Line - 1350 3600 1650 3600 -Connection ~ 1350 2100 -Connection ~ 1650 3600 -Connection ~ 5750 4900 -Connection ~ 5750 3400 -$Comp -L 4xxx_IEEE:4511 U5 -U 1 1 5E335BBF -P 7150 4200 -F 0 "U5" H 7350 4600 50 0000 C CNN -F 1 "4511" H 7000 4600 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 7150 4200 50 0001 C CNN -F 3 "" H 7150 4200 50 0001 C CNN - 1 7150 4200 - 1 0 0 -1 -$EndComp -$Comp -L 4xxx_IEEE:4511 U4 -U 1 1 5E3374CE -P 3000 4200 -F 0 "U4" H 3200 4600 50 0000 C CNN -F 1 "4511" H 2850 4600 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 3000 4200 50 0001 C CNN -F 3 "" H 3000 4200 50 0001 C CNN - 1 3000 4200 - 1 0 0 -1 -$EndComp -$Comp -L 4xxx_IEEE:4511 U2 -U 1 1 5E337F28 -P 3000 2700 -F 0 "U2" H 3200 3100 50 0000 C CNN -F 1 "4511" H 2850 3100 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 3000 2700 50 0001 C CNN -F 3 "" H 3000 2700 50 0001 C CNN - 1 3000 2700 - 1 0 0 -1 -$EndComp -$Comp -L 4xxx_IEEE:4511 U3 -U 1 1 5E338774 -P 7150 2700 -F 0 "U3" H 7350 3100 50 0000 C CNN -F 1 "4511" H 7000 3100 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 7150 2700 50 0001 C CNN -F 3 "" H 7150 2700 50 0001 C CNN - 1 7150 2700 - 1 0 0 -1 -$EndComp -Connection ~ 1650 2100 -Wire Wire Line - 1650 2100 3000 2100 -Wire Wire Line - 1650 3400 3000 3400 -Wire Wire Line - 3000 2350 3000 2100 -Connection ~ 3000 2100 -Wire Wire Line - 3000 2100 5750 2100 -Wire Wire Line - 3000 3050 3000 3400 -Connection ~ 3000 3400 -Wire Wire Line - 2450 2900 1350 2900 -Connection ~ 1350 2900 -Wire Wire Line - 1350 2900 1350 3000 -Wire Wire Line - 1450 1300 1450 2400 -Wire Wire Line - 1350 2100 1350 2900 -Wire Wire Line - 2450 2400 1450 2400 -Connection ~ 1450 2400 -Wire Wire Line - 1450 2400 1450 3400 -Wire Wire Line - 2450 3000 1350 3000 -Connection ~ 1350 3000 -Wire Wire Line - 1350 3000 1350 3600 -Wire Wire Line - 5750 3400 6100 3400 -Wire Wire Line - 5750 2100 6000 2100 -Wire Wire Line - 6000 2100 6000 2900 -Wire Wire Line - 6000 2900 6600 2900 -Connection ~ 5750 2100 -Wire Wire Line - 6000 2900 6000 3000 -Wire Wire Line - 6000 3000 6600 3000 -Connection ~ 6000 2900 -Wire Wire Line - 6100 3400 6100 2400 -Wire Wire Line - 6100 2400 6600 2400 -Connection ~ 6100 3400 -Wire Wire Line - 6100 3400 7150 3400 -Wire Wire Line - 6000 2100 7150 2100 -Wire Wire Line - 7150 2100 7150 2350 -Connection ~ 6000 2100 -Wire Wire Line - 7150 3050 7150 3400 -Wire Wire Line - 5750 4900 6100 4900 -Wire Wire Line - 5750 3600 6000 3600 -Wire Wire Line - 7150 3600 7150 3850 -Connection ~ 5750 3600 -Wire Wire Line - 7150 4550 7150 4900 -Wire Wire Line - 6000 3600 6000 4400 -Wire Wire Line - 6000 4400 6600 4400 -Connection ~ 6000 3600 -Wire Wire Line - 6000 3600 7150 3600 -Wire Wire Line - 6000 4400 6000 4500 -Wire Wire Line - 6000 4500 6600 4500 -Connection ~ 6000 4400 -Wire Wire Line - 6600 3900 6100 3900 -Wire Wire Line - 6100 3900 6100 4900 -Connection ~ 6100 4900 -Wire Wire Line - 6100 4900 6800 4900 -Wire Wire Line - 1650 3600 3000 3600 -Wire Wire Line - 1650 4900 3000 4900 -Wire Wire Line - 3000 3600 3000 3850 -Connection ~ 3000 3600 -Wire Wire Line - 3000 3600 5750 3600 -Wire Wire Line - 3000 4550 3000 4900 -Connection ~ 3000 4900 -Wire Wire Line - 2450 3900 1450 3900 -Connection ~ 1450 3900 -Wire Wire Line - 1450 3900 1450 4900 -Wire Wire Line - 1350 3600 1350 4400 -Wire Wire Line - 1350 4400 2450 4400 -Connection ~ 1350 3600 -Wire Wire Line - 1350 4400 1350 4500 -Wire Wire Line - 1350 4500 2450 4500 -Connection ~ 1350 4400 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS1 -U 1 1 5E10E017 -P 5450 900 -AR Path="/5E10E017" Ref="DS1" Part="1" -AR Path="/5DD2ECA3/5E10E017" Ref="DS1" Part="1" -F 0 "DS1" V 5185 100 50 0000 C CNN -F 1 "SC56-11EWA" V 5276 100 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 6000 700 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 6000 600 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 6000 500 50 0001 L CNN "Description" -F 5 "" H 6000 400 50 0001 L CNN "Height" -F 6 "Kingbright" H 6000 300 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 6000 200 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 6000 100 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 6000 0 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 6000 -100 50 0001 L CNN "RS Part Number" -F 11 "" H 6000 -200 50 0001 L CNN "RS Price/Stock" - 1 5450 900 - 0 1 1 0 -$EndComp -Wire Wire Line - 5450 900 5550 900 -Wire Wire Line - 5550 1000 5450 1000 -Wire Wire Line - 5450 1200 5550 1200 -Wire Wire Line - 5550 1300 5450 1300 -Wire Wire Line - 3850 1200 3750 1200 -Wire Wire Line - 3750 1000 3850 1000 -Wire Wire Line - 3850 900 3750 900 -Wire Wire Line - 3450 1200 3350 1200 -Wire Wire Line - 3350 1200 3350 2000 -Wire Wire Line - 3350 2000 3650 2000 -Wire Wire Line - 3650 2000 3650 2600 -Wire Wire Line - 3650 2600 3550 2600 -Wire Wire Line - 3450 1000 3250 1000 -Wire Wire Line - 3250 1000 3250 1900 -Wire Wire Line - 3250 1900 3750 1900 -Wire Wire Line - 3750 1900 3750 2700 -Wire Wire Line - 3750 2700 3550 2700 -Wire Wire Line - 3450 900 3150 900 -Wire Wire Line - 3150 900 3150 1800 -Wire Wire Line - 3150 1800 3850 1800 -Wire Wire Line - 3850 1800 3850 2800 -Wire Wire Line - 3850 2800 3550 2800 -Wire Wire Line - 5850 1300 5950 1300 -Wire Wire Line - 5950 1300 5950 2000 -Wire Wire Line - 5950 2000 3950 2000 -Wire Wire Line - 3950 2000 3950 2500 -Wire Wire Line - 3950 2500 3550 2500 -Wire Wire Line - 5850 1200 6050 1200 -Wire Wire Line - 6050 1200 6050 1900 -Wire Wire Line - 6050 1900 4050 1900 -Wire Wire Line - 4050 1900 4050 2400 -Wire Wire Line - 4050 2400 3550 2400 -Wire Wire Line - 5850 1000 6150 1000 -Wire Wire Line - 6150 1000 6150 1800 -Wire Wire Line - 6150 1800 4150 1800 -Wire Wire Line - 4150 1800 4150 2900 -Wire Wire Line - 4150 2900 3550 2900 -Wire Wire Line - 5850 900 6250 900 -Wire Wire Line - 6250 900 6250 1700 -Wire Wire Line - 6250 1700 4250 1700 -Wire Wire Line - 4250 1700 4250 3000 -Wire Wire Line - 4250 3000 3550 3000 -Wire Wire Line - 5750 2650 5750 3400 -Wire Wire Line - 3850 1300 3750 1300 -Wire Wire Line - 3750 1300 3750 1600 -Wire Wire Line - 3850 1100 3050 1100 -Wire Wire Line - 3050 1100 3050 1600 -Wire Wire Line - 3050 1600 3750 1600 -Connection ~ 3750 1600 -Wire Wire Line - 5450 1100 6350 1100 -Wire Wire Line - 6350 1100 6350 1600 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS3 -U 1 1 5E114131 -P 9200 900 -AR Path="/5E114131" Ref="DS3" Part="1" -AR Path="/5DD2ECA3/5E114131" Ref="DS3" Part="1" -F 0 "DS3" V 8935 100 50 0000 C CNN -F 1 "SC56-11EWA" V 9026 100 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 9750 700 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 9750 600 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 9750 500 50 0001 L CNN "Description" -F 5 "" H 9750 400 50 0001 L CNN "Height" -F 6 "Kingbright" H 9750 300 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 9750 200 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 9750 100 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 9750 0 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 9750 -100 50 0001 L CNN "RS Part Number" -F 11 "" H 9750 -200 50 0001 L CNN "RS Price/Stock" - 1 9200 900 - 0 1 1 0 -$EndComp -Wire Wire Line - 7500 900 7600 900 -Wire Wire Line - 7600 1000 7500 1000 -Wire Wire Line - 7500 1200 7600 1200 -Wire Wire Line - 9200 900 9300 900 -Wire Wire Line - 9300 1000 9200 1000 -Wire Wire Line - 9200 1200 9300 1200 -Wire Wire Line - 9300 1300 9200 1300 -Wire Wire Line - 7200 1200 7100 1200 -Wire Wire Line - 7100 1200 7100 2000 -Wire Wire Line - 7100 2000 7800 2000 -Wire Wire Line - 7800 2000 7800 2600 -Wire Wire Line - 7800 2600 7700 2600 -Wire Wire Line - 7200 1000 7000 1000 -Wire Wire Line - 7000 1000 7000 1900 -Wire Wire Line - 7000 1900 7900 1900 -Wire Wire Line - 7900 1900 7900 2700 -Wire Wire Line - 7900 2700 7700 2700 -Wire Wire Line - 7200 900 6900 900 -Wire Wire Line - 6900 900 6900 1800 -Wire Wire Line - 6900 1800 8000 1800 -Wire Wire Line - 8000 1800 8000 2800 -Wire Wire Line - 8000 2800 7700 2800 -Wire Wire Line - 9600 1300 9700 1300 -Wire Wire Line - 9700 1300 9700 2500 -Wire Wire Line - 9700 2500 7700 2500 -Wire Wire Line - 9600 1200 9800 1200 -Wire Wire Line - 9800 1200 9800 2400 -Wire Wire Line - 9800 2400 7700 2400 -Wire Wire Line - 9600 1000 9900 1000 -Wire Wire Line - 9900 1000 9900 2900 -Wire Wire Line - 9600 900 10000 900 -Wire Wire Line - 10000 900 10000 3000 -Wire Wire Line - 9200 1100 10100 1100 -Wire Wire Line - 10100 1100 10100 1600 -Wire Wire Line - 3750 1600 6350 1600 -Wire Wire Line - 3000 3400 5750 3400 -Wire Wire Line - 6350 1600 6800 1600 -Connection ~ 6350 1600 -Connection ~ 10100 1600 -Wire Wire Line - 10100 1600 10100 3400 -Wire Wire Line - 7600 1300 7500 1300 -Wire Wire Line - 7500 1300 7500 1600 -Connection ~ 7500 1600 -Wire Wire Line - 7500 1600 10100 1600 -Wire Wire Line - 7600 1100 6800 1100 -Wire Wire Line - 6800 1100 6800 1600 -Connection ~ 6800 1600 -Wire Wire Line - 6800 1600 7500 1600 -Wire Wire Line - 3000 4900 5750 4900 -Wire Wire Line - 5750 4150 5750 4900 -Wire Wire Line - 7500 5900 7600 5900 -Wire Wire Line - 7600 6000 7500 6000 -Wire Wire Line - 7500 6200 7600 6200 -Wire Wire Line - 9300 6000 9200 6000 -Wire Wire Line - 9200 6200 9300 6200 -Wire Wire Line - 9300 6300 9200 6300 -Wire Wire Line - 7200 5900 7100 5900 -Wire Wire Line - 7100 5900 7100 5000 -Wire Wire Line - 7100 5000 7800 5000 -Wire Wire Line - 7800 5000 7800 4300 -Wire Wire Line - 7800 4300 7700 4300 -Wire Wire Line - 7200 6000 7000 6000 -Wire Wire Line - 7000 6000 7000 5100 -Wire Wire Line - 7000 5100 7900 5100 -Wire Wire Line - 7900 5100 7900 4200 -Wire Wire Line - 7900 4200 7700 4200 -Wire Wire Line - 7200 6200 6900 6200 -Wire Wire Line - 6900 6200 6900 5200 -Wire Wire Line - 6900 5200 8000 5200 -Wire Wire Line - 8000 5200 8000 4100 -Wire Wire Line - 8000 4100 7700 4100 -Wire Wire Line - 9600 6000 9800 6000 -Wire Wire Line - 9800 6000 9800 4400 -Connection ~ 7150 3400 -Wire Wire Line - 9800 4400 7700 4400 -Wire Wire Line - 9700 4500 7700 4500 -Wire Wire Line - 9700 5900 9700 4500 -Wire Wire Line - 9600 5900 9700 5900 -Wire Wire Line - 9200 5900 9300 5900 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS4 -U 1 1 5E24C406 -P 9200 5900 -AR Path="/5E24C406" Ref="DS4" Part="1" -AR Path="/5DD2ECA3/5E24C406" Ref="DS4" Part="1" -F 0 "DS4" V 8935 5100 50 0000 C CNN -F 1 "SC56-11EWA" V 9026 5100 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 9750 5700 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 9750 5600 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 9750 5500 50 0001 L CNN "Description" -F 5 "" H 9750 5400 50 0001 L CNN "Height" -F 6 "Kingbright" H 9750 5300 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 9750 5200 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 9750 5100 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 9750 5000 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 9750 4900 50 0001 L CNN "RS Part Number" -F 11 "" H 9750 4800 50 0001 L CNN "RS Price/Stock" - 1 9200 5900 - 0 1 1 0 -$EndComp -Wire Wire Line - 10100 3400 7150 3400 -Wire Wire Line - 10000 3000 7700 3000 -Wire Wire Line - 9900 2900 7700 2900 -$Comp -L Device:R R26 -U 1 1 5DCF6BA5 -P 9450 5900 -F 0 "R26" V 9400 5700 50 0000 C CNN -F 1 "200R" V 9400 6050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 5900 50 0001 C CNN -F 3 "~" H 9450 5900 50 0001 C CNN - 1 9450 5900 - 0 1 1 0 -$EndComp -Wire Wire Line - 9600 6200 9900 6200 -Wire Wire Line - 9900 6200 9900 3900 -Wire Wire Line - 9900 3900 7700 3900 -Wire Wire Line - 9600 6300 10000 6300 -Wire Wire Line - 10000 6300 10000 4000 -Wire Wire Line - 10000 4000 7700 4000 -Wire Wire Line - 7150 4900 10100 4900 -Wire Wire Line - 10100 4900 10100 6100 -Wire Wire Line - 10100 6100 9200 6100 -Connection ~ 7150 4900 -Wire Wire Line - 7600 6100 6800 6100 -Wire Wire Line - 6800 6100 6800 4900 -Connection ~ 6800 4900 -Wire Wire Line - 6800 4900 7150 4900 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA-PinLock-rescue DS2 -U 1 1 5E342A36 -P 5450 5950 -AR Path="/5E342A36" Ref="DS2" Part="1" -AR Path="/5DD2ECA3/5E342A36" Ref="DS2" Part="1" -F 0 "DS2" V 5185 5150 50 0000 C CNN -F 1 "SC56-11EWA" V 5276 5150 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 6000 5750 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 6000 5650 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 6000 5550 50 0001 L CNN "Description" -F 5 "" H 6000 5450 50 0001 L CNN "Height" -F 6 "Kingbright" H 6000 5350 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 6000 5250 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 6000 5150 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 6000 5050 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 6000 4950 50 0001 L CNN "RS Part Number" -F 11 "" H 6000 4850 50 0001 L CNN "RS Price/Stock" - 1 5450 5950 - 0 1 1 0 -$EndComp -Wire Wire Line - 3750 5950 3850 5950 -Wire Wire Line - 3850 6050 3750 6050 -Wire Wire Line - 3750 6250 3850 6250 -Wire Wire Line - 5450 6250 5550 6250 -Wire Wire Line - 5550 6350 5450 6350 -Wire Wire Line - 5450 6050 5550 6050 -Wire Wire Line - 5550 5950 5450 5950 -Wire Wire Line - 3450 5950 3300 5950 -Wire Wire Line - 3300 5950 3300 5000 -Wire Wire Line - 3300 5000 3650 5000 -Wire Wire Line - 3650 5000 3650 4300 -Wire Wire Line - 3650 4300 3550 4300 -Wire Wire Line - 3450 6050 3200 6050 -Wire Wire Line - 3200 6050 3200 5100 -Wire Wire Line - 3200 5100 3750 5100 -Wire Wire Line - 3750 5100 3750 4200 -Wire Wire Line - 3750 4200 3550 4200 -Wire Wire Line - 3450 6250 3100 6250 -Wire Wire Line - 3100 6250 3100 5200 -Wire Wire Line - 3100 5200 3850 5200 -Wire Wire Line - 3850 5200 3850 4100 -Wire Wire Line - 3850 4100 3550 4100 -Wire Wire Line - 5850 5950 5950 5950 -Wire Wire Line - 5950 5950 5950 5000 -Wire Wire Line - 5950 5000 3950 5000 -Wire Wire Line - 3950 5000 3950 4500 -Wire Wire Line - 3950 4500 3550 4500 -Wire Wire Line - 6050 6050 6050 5100 -Wire Wire Line - 6050 5100 4050 5100 -Wire Wire Line - 4050 5100 4050 4400 -Wire Wire Line - 4050 4400 3550 4400 -Wire Wire Line - 5850 6050 6050 6050 -Wire Wire Line - 5850 6250 6150 6250 -Wire Wire Line - 6150 6250 6150 5200 -Wire Wire Line - 6150 5200 4150 5200 -Wire Wire Line - 4150 5200 4150 3900 -Wire Wire Line - 4150 3900 3550 3900 -Wire Wire Line - 5850 6350 6250 6350 -Wire Wire Line - 6250 6350 6250 5300 -Wire Wire Line - 6250 5300 4250 5300 -Wire Wire Line - 4250 5300 4250 4000 -Wire Wire Line - 4250 4000 3550 4000 -Wire Wire Line - 7600 6300 6800 6300 -Wire Wire Line - 6800 6300 6800 6100 -Connection ~ 6800 6100 -Wire Wire Line - 3850 6150 3000 6150 -Wire Wire Line - 3000 6150 3000 4900 -Wire Wire Line - 3000 6150 3000 6350 -Wire Wire Line - 3000 6350 3850 6350 -Connection ~ 3000 6150 -Wire Wire Line - 5450 6150 6050 6150 -Wire Wire Line - 6050 6150 6050 6650 -Wire Wire Line - 6050 6650 3000 6650 -Wire Wire Line - 3000 6650 3000 6350 -Connection ~ 3000 6350 -Text Label 4450 6650 0 50 ~ 10 -Jumping -$EndSCHEMATC diff --git a/display.sch-bak b/display.sch-bak deleted file mode 100644 index 006c49d..0000000 --- a/display.sch-bak +++ /dev/null @@ -1,1063 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 4 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -Text HLabel 1350 1300 1 50 BiDi ~ 0 -VCC -Text HLabel 1450 1300 1 50 BiDi ~ 0 -GND -Text HLabel 2450 2500 0 50 Input ~ 0 -CHAR0_0 -Text HLabel 2450 2600 0 50 Input ~ 0 -CHAR0_1 -Text HLabel 2450 2700 0 50 Input ~ 0 -CHAR0_2 -Text HLabel 2450 2800 0 50 Input ~ 0 -CHAR0_3 -Text HLabel 6600 2500 0 50 Input ~ 0 -CHAR1_0 -Text HLabel 6600 2600 0 50 Input ~ 0 -CHAR1_1 -Text HLabel 6600 2700 0 50 Input ~ 0 -CHAR1_2 -Text HLabel 6600 2800 0 50 Input ~ 0 -CHAR1_3 -Text HLabel 2450 4000 0 50 Input ~ 0 -CHAR2_0 -Text HLabel 2450 4100 0 50 Input ~ 0 -CHAR2_1 -Text HLabel 2450 4200 0 50 Input ~ 0 -CHAR2_2 -Text HLabel 2450 4300 0 50 Input ~ 0 -CHAR2_3 -Text HLabel 6600 4000 0 50 Input ~ 0 -CHAR3_0 -Text HLabel 6600 4100 0 50 Input ~ 0 -CHAR3_1 -Text HLabel 6600 4200 0 50 Input ~ 0 -CHAR3_2 -Text HLabel 6600 4300 0 50 Input ~ 0 -CHAR3_3 -$Comp -L Device:R R22 -U 1 1 5DCF3F99 -P 7350 5900 -F 0 "R22" V 7300 5700 50 0000 C CNN -F 1 "R" V 7300 6050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 5900 50 0001 C CNN -F 3 "~" H 7350 5900 50 0001 C CNN - 1 7350 5900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R23 -U 1 1 5DCF640A -P 7350 6000 -F 0 "R23" V 7300 5800 50 0000 C CNN -F 1 "R" V 7300 6150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 6000 50 0001 C CNN -F 3 "~" H 7350 6000 50 0001 C CNN - 1 7350 6000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R24 -U 1 1 5DCF6693 -P 7350 6200 -F 0 "R24" V 7300 6000 50 0000 C CNN -F 1 "R" V 7300 6350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 6200 50 0001 C CNN -F 3 "~" H 7350 6200 50 0001 C CNN - 1 7350 6200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R25 -U 1 1 5DCF68D9 -P 9450 6200 -F 0 "R25" V 9400 6000 50 0000 C CNN -F 1 "R" V 9400 6350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6200 50 0001 C CNN -F 3 "~" H 9450 6200 50 0001 C CNN - 1 9450 6200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R27 -U 1 1 5DCF6D3D -P 9450 6000 -F 0 "R27" V 9400 5800 50 0000 C CNN -F 1 "R" V 9400 6150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6000 50 0001 C CNN -F 3 "~" H 9450 6000 50 0001 C CNN - 1 9450 6000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R28 -U 1 1 5DCF6F68 -P 9450 6300 -F 0 "R28" V 9400 6100 50 0000 C CNN -F 1 "R" V 9400 6450 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 6300 50 0001 C CNN -F 3 "~" H 9450 6300 50 0001 C CNN - 1 9450 6300 - 0 1 1 0 -$EndComp -$Comp -L Device:R R15 -U 1 1 5DD07E7B -P 3600 5950 -F 0 "R15" V 3550 5750 50 0000 C CNN -F 1 "R" V 3550 6100 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 5950 50 0001 C CNN -F 3 "~" H 3600 5950 50 0001 C CNN - 1 3600 5950 - 0 1 1 0 -$EndComp -$Comp -L Device:R R16 -U 1 1 5DD07E83 -P 3600 6050 -F 0 "R16" V 3550 5850 50 0000 C CNN -F 1 "R" V 3550 6200 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 6050 50 0001 C CNN -F 3 "~" H 3600 6050 50 0001 C CNN - 1 3600 6050 - 0 1 1 0 -$EndComp -$Comp -L Device:R R17 -U 1 1 5DD07E89 -P 3600 6250 -F 0 "R17" V 3550 6050 50 0000 C CNN -F 1 "R" V 3550 6400 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 6250 50 0001 C CNN -F 3 "~" H 3600 6250 50 0001 C CNN - 1 3600 6250 - 0 1 1 0 -$EndComp -$Comp -L Device:R R18 -U 1 1 5DD07E8F -P 5700 5950 -F 0 "R18" V 5650 5750 50 0000 C CNN -F 1 "R" V 5650 6100 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 5950 50 0001 C CNN -F 3 "~" H 5700 5950 50 0001 C CNN - 1 5700 5950 - 0 1 1 0 -$EndComp -$Comp -L Device:R R19 -U 1 1 5DD07E95 -P 5700 6050 -F 0 "R19" V 5650 5850 50 0000 C CNN -F 1 "R" V 5650 6200 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6050 50 0001 C CNN -F 3 "~" H 5700 6050 50 0001 C CNN - 1 5700 6050 - 0 1 1 0 -$EndComp -$Comp -L Device:R R20 -U 1 1 5DD07E9B -P 5700 6250 -F 0 "R20" V 5650 6050 50 0000 C CNN -F 1 "R" V 5650 6400 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6250 50 0001 C CNN -F 3 "~" H 5700 6250 50 0001 C CNN - 1 5700 6250 - 0 1 1 0 -$EndComp -$Comp -L Device:R R21 -U 1 1 5DD07EA1 -P 5700 6350 -F 0 "R21" V 5650 6150 50 0000 C CNN -F 1 "R" V 5650 6500 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 6350 50 0001 C CNN -F 3 "~" H 5700 6350 50 0001 C CNN - 1 5700 6350 - 0 1 1 0 -$EndComp -$Comp -L Device:R R1 -U 1 1 5DD1176F -P 3600 900 -F 0 "R1" V 3550 750 50 0000 C CNN -F 1 "R" V 3550 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 900 50 0001 C CNN -F 3 "~" H 3600 900 50 0001 C CNN - 1 3600 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R2 -U 1 1 5DD11777 -P 3600 1000 -F 0 "R2" V 3550 850 50 0000 C CNN -F 1 "R" V 3550 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 1000 50 0001 C CNN -F 3 "~" H 3600 1000 50 0001 C CNN - 1 3600 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R3 -U 1 1 5DD1177D -P 3600 1200 -F 0 "R3" V 3550 1050 50 0000 C CNN -F 1 "R" V 3550 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3530 1200 50 0001 C CNN -F 3 "~" H 3600 1200 50 0001 C CNN - 1 3600 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R4 -U 1 1 5DD11783 -P 5700 900 -F 0 "R4" V 5650 750 50 0000 C CNN -F 1 "R" V 5650 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 900 50 0001 C CNN -F 3 "~" H 5700 900 50 0001 C CNN - 1 5700 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R5 -U 1 1 5DD11789 -P 5700 1000 -F 0 "R5" V 5650 850 50 0000 C CNN -F 1 "R" V 5650 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1000 50 0001 C CNN -F 3 "~" H 5700 1000 50 0001 C CNN - 1 5700 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R6 -U 1 1 5DD1178F -P 5700 1200 -F 0 "R6" V 5650 1050 50 0000 C CNN -F 1 "R" V 5650 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1200 50 0001 C CNN -F 3 "~" H 5700 1200 50 0001 C CNN - 1 5700 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R7 -U 1 1 5DD11795 -P 5700 1300 -F 0 "R7" V 5650 1150 50 0000 C CNN -F 1 "R" V 5650 1450 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5630 1300 50 0001 C CNN -F 3 "~" H 5700 1300 50 0001 C CNN - 1 5700 1300 - 0 1 1 0 -$EndComp -$Comp -L Device:R R8 -U 1 1 5DD16A8E -P 7350 900 -F 0 "R8" V 7300 750 50 0000 C CNN -F 1 "R" V 7300 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 900 50 0001 C CNN -F 3 "~" H 7350 900 50 0001 C CNN - 1 7350 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R9 -U 1 1 5DD16A96 -P 7350 1000 -F 0 "R9" V 7300 850 50 0000 C CNN -F 1 "R" V 7300 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1000 50 0001 C CNN -F 3 "~" H 7350 1000 50 0001 C CNN - 1 7350 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R10 -U 1 1 5DD16A9C -P 7350 1200 -F 0 "R10" V 7300 1000 50 0000 C CNN -F 1 "R" V 7300 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 7280 1200 50 0001 C CNN -F 3 "~" H 7350 1200 50 0001 C CNN - 1 7350 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R11 -U 1 1 5DD16AA2 -P 9450 900 -F 0 "R11" V 9400 700 50 0000 C CNN -F 1 "R" V 9400 1050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 900 50 0001 C CNN -F 3 "~" H 9450 900 50 0001 C CNN - 1 9450 900 - 0 1 1 0 -$EndComp -$Comp -L Device:R R12 -U 1 1 5DD16AA8 -P 9450 1000 -F 0 "R12" V 9400 800 50 0000 C CNN -F 1 "R" V 9400 1150 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1000 50 0001 C CNN -F 3 "~" H 9450 1000 50 0001 C CNN - 1 9450 1000 - 0 1 1 0 -$EndComp -$Comp -L Device:R R13 -U 1 1 5DD16AAE -P 9450 1200 -F 0 "R13" V 9400 1000 50 0000 C CNN -F 1 "R" V 9400 1350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1200 50 0001 C CNN -F 3 "~" H 9450 1200 50 0001 C CNN - 1 9450 1200 - 0 1 1 0 -$EndComp -$Comp -L Device:R R14 -U 1 1 5DD16AB4 -P 9450 1300 -F 0 "R14" V 9400 1100 50 0000 C CNN -F 1 "R" V 9400 1450 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 1300 50 0001 C CNN -F 3 "~" H 9450 1300 50 0001 C CNN - 1 9450 1300 - 0 1 1 0 -$EndComp -$Comp -L Device:C C11 -U 1 1 5DD33F5D -P 1650 2650 -F 0 "C11" H 1700 2750 50 0000 L CNN -F 1 "C" H 1700 2550 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1688 2500 50 0001 C CNN -F 3 "~" H 1650 2650 50 0001 C CNN -F 4 "74LS48" H 1650 2650 50 0001 C CNN "Beschreibung" - 1 1650 2650 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C12 -U 1 1 5DD40221 -P 5750 2500 -F 0 "C12" H 5800 2600 50 0000 L CNN -F 1 "C" H 5800 2400 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5788 2350 50 0001 C CNN -F 3 "~" H 5750 2500 50 0001 C CNN - 1 5750 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5750 2100 5750 2350 -$Comp -L Device:C C13 -U 1 1 5DD4A2DB -P 1650 4150 -F 0 "C13" H 1700 4250 50 0000 L CNN -F 1 "C" H 1700 4050 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1688 4000 50 0001 C CNN -F 3 "~" H 1650 4150 50 0001 C CNN - 1 1650 4150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1650 3600 1650 4000 -Wire Wire Line - 1650 4300 1650 4900 -$Comp -L Device:C C14 -U 1 1 5DD4F46D -P 5750 4000 -F 0 "C14" H 5800 4100 50 0000 L CNN -F 1 "C" H 5800 3900 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5788 3850 50 0001 C CNN -F 3 "~" H 5750 4000 50 0001 C CNN - 1 5750 4000 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5750 3600 5750 3850 -Wire Wire Line - 1650 3400 1650 2800 -Wire Wire Line - 1650 2100 1650 2500 -Wire Wire Line - 1450 3400 1650 3400 -Connection ~ 1650 3400 -Wire Wire Line - 1350 1300 1350 2100 -Wire Wire Line - 1350 2100 1650 2100 -Wire Wire Line - 1450 3400 1450 3900 -Wire Wire Line - 1450 4900 1650 4900 -Connection ~ 1450 3400 -Connection ~ 1650 4900 -Wire Wire Line - 1350 3600 1650 3600 -Connection ~ 1350 2100 -Connection ~ 1650 3600 -Connection ~ 5750 4900 -Connection ~ 5750 3400 -$Comp -L 4xxx_IEEE:4511 U5 -U 1 1 5E335BBF -P 7150 4200 -F 0 "U5" H 7350 4600 50 0000 C CNN -F 1 "4511" H 7000 4600 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 7150 4200 50 0001 C CNN -F 3 "" H 7150 4200 50 0001 C CNN - 1 7150 4200 - 1 0 0 -1 -$EndComp -$Comp -L 4xxx_IEEE:4511 U4 -U 1 1 5E3374CE -P 3000 4200 -F 0 "U4" H 3200 4600 50 0000 C CNN -F 1 "4511" H 2850 4600 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 3000 4200 50 0001 C CNN -F 3 "" H 3000 4200 50 0001 C CNN - 1 3000 4200 - 1 0 0 -1 -$EndComp -$Comp -L 4xxx_IEEE:4511 U2 -U 1 1 5E337F28 -P 3000 2700 -F 0 "U2" H 3200 3100 50 0000 C CNN -F 1 "4511" H 2850 3100 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 3000 2700 50 0001 C CNN -F 3 "" H 3000 2700 50 0001 C CNN - 1 3000 2700 - 1 0 0 -1 -$EndComp -$Comp -L 4xxx_IEEE:4511 U3 -U 1 1 5E338774 -P 7150 2700 -F 0 "U3" H 7350 3100 50 0000 C CNN -F 1 "4511" H 7000 3100 50 0000 C CNN -F 2 "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" H 7150 2700 50 0001 C CNN -F 3 "" H 7150 2700 50 0001 C CNN - 1 7150 2700 - 1 0 0 -1 -$EndComp -Connection ~ 1650 2100 -Wire Wire Line - 1650 2100 3000 2100 -Wire Wire Line - 1650 3400 3000 3400 -Wire Wire Line - 3000 2350 3000 2100 -Connection ~ 3000 2100 -Wire Wire Line - 3000 2100 5750 2100 -Wire Wire Line - 3000 3050 3000 3400 -Connection ~ 3000 3400 -Wire Wire Line - 2450 2900 1350 2900 -Connection ~ 1350 2900 -Wire Wire Line - 1350 2900 1350 3000 -Wire Wire Line - 1450 1300 1450 2400 -Wire Wire Line - 1350 2100 1350 2900 -Wire Wire Line - 2450 2400 1450 2400 -Connection ~ 1450 2400 -Wire Wire Line - 1450 2400 1450 3400 -Wire Wire Line - 2450 3000 1350 3000 -Connection ~ 1350 3000 -Wire Wire Line - 1350 3000 1350 3600 -Wire Wire Line - 5750 3400 6100 3400 -Wire Wire Line - 5750 2100 6000 2100 -Wire Wire Line - 6000 2100 6000 2900 -Wire Wire Line - 6000 2900 6600 2900 -Connection ~ 5750 2100 -Wire Wire Line - 6000 2900 6000 3000 -Wire Wire Line - 6000 3000 6600 3000 -Connection ~ 6000 2900 -Wire Wire Line - 6100 3400 6100 2400 -Wire Wire Line - 6100 2400 6600 2400 -Connection ~ 6100 3400 -Wire Wire Line - 6100 3400 7150 3400 -Wire Wire Line - 6000 2100 7150 2100 -Wire Wire Line - 7150 2100 7150 2350 -Connection ~ 6000 2100 -Wire Wire Line - 7150 3050 7150 3400 -Wire Wire Line - 5750 4900 6100 4900 -Wire Wire Line - 5750 3600 6000 3600 -Wire Wire Line - 7150 3600 7150 3850 -Connection ~ 5750 3600 -Wire Wire Line - 7150 4550 7150 4900 -Wire Wire Line - 6000 3600 6000 4400 -Wire Wire Line - 6000 4400 6600 4400 -Connection ~ 6000 3600 -Wire Wire Line - 6000 3600 7150 3600 -Wire Wire Line - 6000 4400 6000 4500 -Wire Wire Line - 6000 4500 6600 4500 -Connection ~ 6000 4400 -Wire Wire Line - 6600 3900 6100 3900 -Wire Wire Line - 6100 3900 6100 4900 -Connection ~ 6100 4900 -Wire Wire Line - 6100 4900 6800 4900 -Wire Wire Line - 1650 3600 3000 3600 -Wire Wire Line - 1650 4900 3000 4900 -Wire Wire Line - 3000 3600 3000 3850 -Connection ~ 3000 3600 -Wire Wire Line - 3000 3600 5750 3600 -Wire Wire Line - 3000 4550 3000 4900 -Connection ~ 3000 4900 -Wire Wire Line - 2450 3900 1450 3900 -Connection ~ 1450 3900 -Wire Wire Line - 1450 3900 1450 4900 -Wire Wire Line - 1350 3600 1350 4400 -Wire Wire Line - 1350 4400 2450 4400 -Connection ~ 1350 3600 -Wire Wire Line - 1350 4400 1350 4500 -Wire Wire Line - 1350 4500 2450 4500 -Connection ~ 1350 4400 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA DS1 -U 1 1 5E10E017 -P 5450 900 -AR Path="/5E10E017" Ref="DS1" Part="1" -AR Path="/5DD2ECA3/5E10E017" Ref="DS1" Part="1" -F 0 "DS1" V 5185 100 50 0000 C CNN -F 1 "SC56-11EWA" V 5276 100 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 6000 700 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 6000 600 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 6000 500 50 0001 L CNN "Description" -F 5 "" H 6000 400 50 0001 L CNN "Height" -F 6 "Kingbright" H 6000 300 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 6000 200 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 6000 100 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 6000 0 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 6000 -100 50 0001 L CNN "RS Part Number" -F 11 "" H 6000 -200 50 0001 L CNN "RS Price/Stock" - 1 5450 900 - 0 1 1 0 -$EndComp -Wire Wire Line - 5450 900 5550 900 -Wire Wire Line - 5550 1000 5450 1000 -Wire Wire Line - 5450 1200 5550 1200 -Wire Wire Line - 5550 1300 5450 1300 -Wire Wire Line - 3850 1200 3750 1200 -Wire Wire Line - 3750 1000 3850 1000 -Wire Wire Line - 3850 900 3750 900 -Wire Wire Line - 3450 1200 3350 1200 -Wire Wire Line - 3350 1200 3350 2000 -Wire Wire Line - 3350 2000 3650 2000 -Wire Wire Line - 3650 2000 3650 2600 -Wire Wire Line - 3650 2600 3550 2600 -Wire Wire Line - 3450 1000 3250 1000 -Wire Wire Line - 3250 1000 3250 1900 -Wire Wire Line - 3250 1900 3750 1900 -Wire Wire Line - 3750 1900 3750 2700 -Wire Wire Line - 3750 2700 3550 2700 -Wire Wire Line - 3450 900 3150 900 -Wire Wire Line - 3150 900 3150 1800 -Wire Wire Line - 3150 1800 3850 1800 -Wire Wire Line - 3850 1800 3850 2800 -Wire Wire Line - 3850 2800 3550 2800 -Wire Wire Line - 5850 1300 5950 1300 -Wire Wire Line - 5950 1300 5950 2000 -Wire Wire Line - 5950 2000 3950 2000 -Wire Wire Line - 3950 2000 3950 2500 -Wire Wire Line - 3950 2500 3550 2500 -Wire Wire Line - 5850 1200 6050 1200 -Wire Wire Line - 6050 1200 6050 1900 -Wire Wire Line - 6050 1900 4050 1900 -Wire Wire Line - 4050 1900 4050 2400 -Wire Wire Line - 4050 2400 3550 2400 -Wire Wire Line - 5850 1000 6150 1000 -Wire Wire Line - 6150 1000 6150 1800 -Wire Wire Line - 6150 1800 4150 1800 -Wire Wire Line - 4150 1800 4150 2900 -Wire Wire Line - 4150 2900 3550 2900 -Wire Wire Line - 5850 900 6250 900 -Wire Wire Line - 6250 900 6250 1700 -Wire Wire Line - 6250 1700 4250 1700 -Wire Wire Line - 4250 1700 4250 3000 -Wire Wire Line - 4250 3000 3550 3000 -Wire Wire Line - 5750 2650 5750 3400 -Wire Wire Line - 3850 1300 3750 1300 -Wire Wire Line - 3750 1300 3750 1600 -Wire Wire Line - 3850 1100 3050 1100 -Wire Wire Line - 3050 1100 3050 1600 -Wire Wire Line - 3050 1600 3750 1600 -Connection ~ 3750 1600 -Wire Wire Line - 5450 1100 6350 1100 -Wire Wire Line - 6350 1100 6350 1600 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA DS3 -U 1 1 5E114131 -P 9200 900 -AR Path="/5E114131" Ref="DS3" Part="1" -AR Path="/5DD2ECA3/5E114131" Ref="DS3" Part="1" -F 0 "DS3" V 8935 100 50 0000 C CNN -F 1 "SC56-11EWA" V 9026 100 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 9750 700 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 9750 600 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 9750 500 50 0001 L CNN "Description" -F 5 "" H 9750 400 50 0001 L CNN "Height" -F 6 "Kingbright" H 9750 300 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 9750 200 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 9750 100 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 9750 0 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 9750 -100 50 0001 L CNN "RS Part Number" -F 11 "" H 9750 -200 50 0001 L CNN "RS Price/Stock" - 1 9200 900 - 0 1 1 0 -$EndComp -Wire Wire Line - 7500 900 7600 900 -Wire Wire Line - 7600 1000 7500 1000 -Wire Wire Line - 7500 1200 7600 1200 -Wire Wire Line - 9200 900 9300 900 -Wire Wire Line - 9300 1000 9200 1000 -Wire Wire Line - 9200 1200 9300 1200 -Wire Wire Line - 9300 1300 9200 1300 -Wire Wire Line - 7200 1200 7100 1200 -Wire Wire Line - 7100 1200 7100 2000 -Wire Wire Line - 7100 2000 7800 2000 -Wire Wire Line - 7800 2000 7800 2600 -Wire Wire Line - 7800 2600 7700 2600 -Wire Wire Line - 7200 1000 7000 1000 -Wire Wire Line - 7000 1000 7000 1900 -Wire Wire Line - 7000 1900 7900 1900 -Wire Wire Line - 7900 1900 7900 2700 -Wire Wire Line - 7900 2700 7700 2700 -Wire Wire Line - 7200 900 6900 900 -Wire Wire Line - 6900 900 6900 1800 -Wire Wire Line - 6900 1800 8000 1800 -Wire Wire Line - 8000 1800 8000 2800 -Wire Wire Line - 8000 2800 7700 2800 -Wire Wire Line - 9600 1300 9700 1300 -Wire Wire Line - 9700 1300 9700 2500 -Wire Wire Line - 9700 2500 7700 2500 -Wire Wire Line - 9600 1200 9800 1200 -Wire Wire Line - 9800 1200 9800 2400 -Wire Wire Line - 9800 2400 7700 2400 -Wire Wire Line - 9600 1000 9900 1000 -Wire Wire Line - 9900 1000 9900 2900 -Wire Wire Line - 9600 900 10000 900 -Wire Wire Line - 10000 900 10000 3000 -Wire Wire Line - 9200 1100 10100 1100 -Wire Wire Line - 10100 1100 10100 1600 -Wire Wire Line - 3750 1600 6350 1600 -Wire Wire Line - 3000 3400 5750 3400 -Wire Wire Line - 6350 1600 6800 1600 -Connection ~ 6350 1600 -Connection ~ 10100 1600 -Wire Wire Line - 10100 1600 10100 3400 -Wire Wire Line - 7600 1300 7500 1300 -Wire Wire Line - 7500 1300 7500 1600 -Connection ~ 7500 1600 -Wire Wire Line - 7500 1600 10100 1600 -Wire Wire Line - 7600 1100 6800 1100 -Wire Wire Line - 6800 1100 6800 1600 -Connection ~ 6800 1600 -Wire Wire Line - 6800 1600 7500 1600 -Wire Wire Line - 3000 4900 5750 4900 -Wire Wire Line - 5750 4150 5750 4900 -Wire Wire Line - 7500 5900 7600 5900 -Wire Wire Line - 7600 6000 7500 6000 -Wire Wire Line - 7500 6200 7600 6200 -Wire Wire Line - 9300 6000 9200 6000 -Wire Wire Line - 9200 6200 9300 6200 -Wire Wire Line - 9300 6300 9200 6300 -Wire Wire Line - 7200 5900 7100 5900 -Wire Wire Line - 7100 5900 7100 5000 -Wire Wire Line - 7100 5000 7800 5000 -Wire Wire Line - 7800 5000 7800 4300 -Wire Wire Line - 7800 4300 7700 4300 -Wire Wire Line - 7200 6000 7000 6000 -Wire Wire Line - 7000 6000 7000 5100 -Wire Wire Line - 7000 5100 7900 5100 -Wire Wire Line - 7900 5100 7900 4200 -Wire Wire Line - 7900 4200 7700 4200 -Wire Wire Line - 7200 6200 6900 6200 -Wire Wire Line - 6900 6200 6900 5200 -Wire Wire Line - 6900 5200 8000 5200 -Wire Wire Line - 8000 5200 8000 4100 -Wire Wire Line - 8000 4100 7700 4100 -Wire Wire Line - 9600 6000 9800 6000 -Wire Wire Line - 9800 6000 9800 4400 -Connection ~ 7150 3400 -Wire Wire Line - 9800 4400 7700 4400 -Wire Wire Line - 9700 4500 7700 4500 -Wire Wire Line - 9700 5900 9700 4500 -Wire Wire Line - 9600 5900 9700 5900 -Wire Wire Line - 9200 5900 9300 5900 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA DS4 -U 1 1 5E24C406 -P 9200 5900 -AR Path="/5E24C406" Ref="DS4" Part="1" -AR Path="/5DD2ECA3/5E24C406" Ref="DS4" Part="1" -F 0 "DS4" V 8935 5100 50 0000 C CNN -F 1 "SC56-11EWA" V 9026 5100 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 9750 5700 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 9750 5600 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 9750 5500 50 0001 L CNN "Description" -F 5 "" H 9750 5400 50 0001 L CNN "Height" -F 6 "Kingbright" H 9750 5300 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 9750 5200 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 9750 5100 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 9750 5000 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 9750 4900 50 0001 L CNN "RS Part Number" -F 11 "" H 9750 4800 50 0001 L CNN "RS Price/Stock" - 1 9200 5900 - 0 1 1 0 -$EndComp -Wire Wire Line - 10100 3400 7150 3400 -Wire Wire Line - 10000 3000 7700 3000 -Wire Wire Line - 9900 2900 7700 2900 -$Comp -L Device:R R26 -U 1 1 5DCF6BA5 -P 9450 5900 -F 0 "R26" V 9400 5700 50 0000 C CNN -F 1 "R" V 9400 6050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 9380 5900 50 0001 C CNN -F 3 "~" H 9450 5900 50 0001 C CNN - 1 9450 5900 - 0 1 1 0 -$EndComp -Wire Wire Line - 9600 6200 9900 6200 -Wire Wire Line - 9900 6200 9900 3900 -Wire Wire Line - 9900 3900 7700 3900 -Wire Wire Line - 9600 6300 10000 6300 -Wire Wire Line - 10000 6300 10000 4000 -Wire Wire Line - 10000 4000 7700 4000 -Wire Wire Line - 7150 4900 10100 4900 -Wire Wire Line - 10100 4900 10100 6100 -Wire Wire Line - 10100 6100 9200 6100 -Connection ~ 7150 4900 -Wire Wire Line - 7600 6100 6800 6100 -Wire Wire Line - 6800 6100 6800 4900 -Connection ~ 6800 4900 -Wire Wire Line - 6800 4900 7150 4900 -$Comp -L PinLock-rescue:SC56-11EWA-SC56-11EWA DS2 -U 1 1 5E342A36 -P 5450 5950 -AR Path="/5E342A36" Ref="DS2" Part="1" -AR Path="/5DD2ECA3/5E342A36" Ref="DS2" Part="1" -F 0 "DS2" V 5185 5150 50 0000 C CNN -F 1 "SC56-11EWA" V 5276 5150 50 0000 C CNN -F 2 "Display_7Segment:SC56-11EWA" H 6000 5750 50 0001 L CNN -F 3 "http://www.us.kingbright.com/images/catalog/SPEC/SC56-11EWA.pdf" H 6000 5650 50 0001 L CNN -F 4 "KINGBRIGHT - SC56-11EWA - DISPLAY, SEVEN SEGMENT, 19.05MM, RED" H 6000 5550 50 0001 L CNN "Description" -F 5 "" H 6000 5450 50 0001 L CNN "Height" -F 6 "Kingbright" H 6000 5350 50 0001 L CNN "Manufacturer_Name" -F 7 "SC56-11EWA" H 6000 5250 50 0001 L CNN "Manufacturer_Part_Number" -F 8 "604-SC56-11EWA" H 6000 5150 50 0001 L CNN "Mouser Part Number" -F 9 "https://www.mouser.com/Search/Refine.aspx?Keyword=604-SC56-11EWA" H 6000 5050 50 0001 L CNN "Mouser Price/Stock" -F 10 "" H 6000 4950 50 0001 L CNN "RS Part Number" -F 11 "" H 6000 4850 50 0001 L CNN "RS Price/Stock" - 1 5450 5950 - 0 1 1 0 -$EndComp -Wire Wire Line - 3750 5950 3850 5950 -Wire Wire Line - 3850 6050 3750 6050 -Wire Wire Line - 3750 6250 3850 6250 -Wire Wire Line - 5450 6250 5550 6250 -Wire Wire Line - 5550 6350 5450 6350 -Wire Wire Line - 5450 6050 5550 6050 -Wire Wire Line - 5550 5950 5450 5950 -Wire Wire Line - 3450 5950 3300 5950 -Wire Wire Line - 3300 5950 3300 5000 -Wire Wire Line - 3300 5000 3650 5000 -Wire Wire Line - 3650 5000 3650 4300 -Wire Wire Line - 3650 4300 3550 4300 -Wire Wire Line - 3450 6050 3200 6050 -Wire Wire Line - 3200 6050 3200 5100 -Wire Wire Line - 3200 5100 3750 5100 -Wire Wire Line - 3750 5100 3750 4200 -Wire Wire Line - 3750 4200 3550 4200 -Wire Wire Line - 3450 6250 3100 6250 -Wire Wire Line - 3100 6250 3100 5200 -Wire Wire Line - 3100 5200 3850 5200 -Wire Wire Line - 3850 5200 3850 4100 -Wire Wire Line - 3850 4100 3550 4100 -Wire Wire Line - 5850 5950 5950 5950 -Wire Wire Line - 5950 5950 5950 5000 -Wire Wire Line - 5950 5000 3950 5000 -Wire Wire Line - 3950 5000 3950 4500 -Wire Wire Line - 3950 4500 3550 4500 -Wire Wire Line - 6050 6050 6050 5100 -Wire Wire Line - 6050 5100 4050 5100 -Wire Wire Line - 4050 5100 4050 4400 -Wire Wire Line - 4050 4400 3550 4400 -Wire Wire Line - 5850 6050 6050 6050 -Wire Wire Line - 5850 6250 6150 6250 -Wire Wire Line - 6150 6250 6150 5200 -Wire Wire Line - 6150 5200 4150 5200 -Wire Wire Line - 4150 5200 4150 3900 -Wire Wire Line - 4150 3900 3550 3900 -Wire Wire Line - 5850 6350 6250 6350 -Wire Wire Line - 6250 6350 6250 5300 -Wire Wire Line - 6250 5300 4250 5300 -Wire Wire Line - 4250 5300 4250 4000 -Wire Wire Line - 4250 4000 3550 4000 -Wire Wire Line - 7600 6300 6800 6300 -Wire Wire Line - 6800 6300 6800 6100 -Connection ~ 6800 6100 -Wire Wire Line - 3850 6150 3000 6150 -Wire Wire Line - 3000 6150 3000 4900 -Wire Wire Line - 3000 6150 3000 6350 -Wire Wire Line - 3000 6350 3850 6350 -Connection ~ 3000 6150 -$EndSCHEMATC diff --git a/status.sch b/status.sch deleted file mode 100644 index 3525d7d..0000000 --- a/status.sch +++ /dev/null @@ -1,347 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 2 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -Text HLabel 2050 3100 0 50 Input ~ 0 -STATUS -Text HLabel 2250 3400 0 50 Input ~ 0 -CLK -$Comp -L Device:R R30 -U 1 1 5DC4B3E7 -P 3150 3850 -F 0 "R30" V 3100 3950 50 0000 L CNN -F 1 "115R" V 3100 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3080 3850 50 0001 C CNN -F 3 "~" H 3150 3850 50 0001 C CNN - 1 3150 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D0 -U 1 1 5DC4BBB8 -P 3150 4350 -F 0 "D0" H 3300 4400 50 0000 R CNN -F 1 "LED" H 3050 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3150 4350 50 0001 C CNN -F 3 "~" H 3150 4350 50 0001 C CNN - 1 3150 4350 - 0 -1 -1 0 -$EndComp -$Comp -L 74xx:74HC164 U8 -U 1 1 5DCAE7C2 -P 2650 3100 -F 0 "U8" H 2900 3550 50 0000 C CNN -F 1 "74HC164" H 2400 3550 50 0000 C CNN -F 2 "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" H 3550 2800 50 0001 C CNN -F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 3550 2800 50 0001 C CNN - 1 2650 3100 - 1 0 0 -1 -$EndComp -Text HLabel 1700 1600 1 50 BiDi ~ 0 -GND -Text HLabel 1600 1600 1 50 BiDi ~ 0 -VCC -Wire Wire Line - 1600 1600 1600 2500 -Wire Wire Line - 2650 3700 2650 3800 -Wire Wire Line - 2650 3800 1700 3800 -Wire Wire Line - 2650 2600 2650 2500 -Wire Wire Line - 2650 2500 1600 2500 -Connection ~ 1600 2500 -Wire Wire Line - 1600 2500 1600 2900 -Wire Wire Line - 2250 2900 1600 2900 -Wire Wire Line - 2050 3100 2150 3100 -Wire Wire Line - 2150 3100 2150 3200 -Wire Wire Line - 2150 3200 2250 3200 -Connection ~ 2150 3100 -Wire Wire Line - 2150 3100 2250 3100 -Connection ~ 1700 3800 -$Comp -L Device:C C17 -U 1 1 5DEDB077 -P 1400 2850 -F 0 "C17" H 1200 2950 50 0000 L CNN -F 1 "~100nF" H 1250 2750 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1438 2700 50 0001 C CNN -F 3 "~" H 1400 2850 50 0001 C CNN - 1 1400 2850 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1400 2700 1400 2500 -Wire Wire Line - 1400 2500 1600 2500 -Wire Wire Line - 1400 3000 1400 3800 -Wire Wire Line - 1400 3800 1700 3800 -Wire Wire Line - 1700 1600 1700 3800 -Wire Wire Line - 3150 4000 3150 4200 -$Comp -L Device:R R29 -U 1 1 5DDEF16D -P 3350 3850 -F 0 "R29" V 3300 3950 50 0000 L CNN -F 1 "115R" V 3300 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3280 3850 50 0001 C CNN -F 3 "~" H 3350 3850 50 0001 C CNN - 1 3350 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D1 -U 1 1 5DDEF173 -P 3350 4350 -F 0 "D1" H 3500 4400 50 0000 R CNN -F 1 "LED" H 3250 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3350 4350 50 0001 C CNN -F 3 "~" H 3350 4350 50 0001 C CNN - 1 3350 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3350 4000 3350 4200 -$Comp -L Device:R R31 -U 1 1 5DDF07FC -P 3550 3850 -F 0 "R31" V 3500 3950 50 0000 L CNN -F 1 "115R" V 3500 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3480 3850 50 0001 C CNN -F 3 "~" H 3550 3850 50 0001 C CNN - 1 3550 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D2 -U 1 1 5DDF0802 -P 3550 4350 -F 0 "D2" H 3700 4400 50 0000 R CNN -F 1 "LED" H 3450 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3550 4350 50 0001 C CNN -F 3 "~" H 3550 4350 50 0001 C CNN - 1 3550 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3550 4000 3550 4200 -$Comp -L Device:R R32 -U 1 1 5DDF0FB0 -P 3750 3850 -F 0 "R32" V 3700 3950 50 0000 L CNN -F 1 "115R" V 3700 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3680 3850 50 0001 C CNN -F 3 "~" H 3750 3850 50 0001 C CNN - 1 3750 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D3 -U 1 1 5DDF0FB6 -P 3750 4350 -F 0 "D3" H 3900 4400 50 0000 R CNN -F 1 "LED" H 3650 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3750 4350 50 0001 C CNN -F 3 "~" H 3750 4350 50 0001 C CNN - 1 3750 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3750 4000 3750 4200 -$Comp -L Device:R R33 -U 1 1 5DDF1878 -P 3950 3850 -F 0 "R33" V 3900 3950 50 0000 L CNN -F 1 "115R" V 3900 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3880 3850 50 0001 C CNN -F 3 "~" H 3950 3850 50 0001 C CNN - 1 3950 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D4 -U 1 1 5DDF187E -P 3950 4350 -F 0 "D4" H 4100 4400 50 0000 R CNN -F 1 "LED" H 3850 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3950 4350 50 0001 C CNN -F 3 "~" H 3950 4350 50 0001 C CNN - 1 3950 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3950 4000 3950 4200 -$Comp -L Device:R R34 -U 1 1 5DDF21F1 -P 4150 3850 -F 0 "R34" V 4100 3950 50 0000 L CNN -F 1 "115R" V 4100 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4080 3850 50 0001 C CNN -F 3 "~" H 4150 3850 50 0001 C CNN - 1 4150 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D5 -U 1 1 5DDF21F7 -P 4150 4350 -F 0 "D5" H 4300 4400 50 0000 R CNN -F 1 "LED" H 4050 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 4150 4350 50 0001 C CNN -F 3 "~" H 4150 4350 50 0001 C CNN - 1 4150 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 4150 4000 4150 4200 -$Comp -L Device:R R35 -U 1 1 5DDF2BD8 -P 4350 3850 -F 0 "R35" V 4300 3950 50 0000 L CNN -F 1 "115R" V 4300 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4280 3850 50 0001 C CNN -F 3 "~" H 4350 3850 50 0001 C CNN - 1 4350 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D6 -U 1 1 5DDF2BDE -P 4350 4350 -F 0 "D6" H 4500 4400 50 0000 R CNN -F 1 "LED" H 4250 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 4350 4350 50 0001 C CNN -F 3 "~" H 4350 4350 50 0001 C CNN - 1 4350 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 4350 4000 4350 4200 -$Comp -L Device:R R36 -U 1 1 5DDF3520 -P 4550 3850 -F 0 "R36" V 4500 3950 50 0000 L CNN -F 1 "115R" V 4500 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4480 3850 50 0001 C CNN -F 3 "~" H 4550 3850 50 0001 C CNN - 1 4550 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D7 -U 1 1 5DDF3526 -P 4550 4350 -F 0 "D7" H 4700 4400 50 0000 R CNN -F 1 "LED" H 4450 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 4550 4350 50 0001 C CNN -F 3 "~" H 4550 4350 50 0001 C CNN - 1 4550 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 4550 4000 4550 4200 -Wire Wire Line - 3050 3500 3150 3500 -Wire Wire Line - 3150 3500 3150 3700 -Wire Wire Line - 3050 3400 3350 3400 -Wire Wire Line - 3350 3400 3350 3700 -Wire Wire Line - 3050 3300 3550 3300 -Wire Wire Line - 3550 3300 3550 3700 -Wire Wire Line - 3050 3200 3750 3200 -Wire Wire Line - 3750 3200 3750 3700 -Wire Wire Line - 3050 3100 3950 3100 -Wire Wire Line - 3950 3100 3950 3700 -Wire Wire Line - 3050 3000 4150 3000 -Wire Wire Line - 4150 3000 4150 3700 -Wire Wire Line - 3050 2900 4350 2900 -Wire Wire Line - 4350 2900 4350 3700 -Wire Wire Line - 3050 2800 4550 2800 -Wire Wire Line - 4550 2800 4550 3700 -Wire Wire Line - 1400 3800 1400 4600 -Wire Wire Line - 1400 4600 3150 4600 -Wire Wire Line - 4550 4600 4550 4500 -Connection ~ 1400 3800 -Wire Wire Line - 4350 4500 4350 4600 -Connection ~ 4350 4600 -Wire Wire Line - 4350 4600 4550 4600 -Wire Wire Line - 4150 4500 4150 4600 -Connection ~ 4150 4600 -Wire Wire Line - 4150 4600 4350 4600 -Wire Wire Line - 3950 4500 3950 4600 -Connection ~ 3950 4600 -Wire Wire Line - 3950 4600 4150 4600 -Wire Wire Line - 3750 4500 3750 4600 -Connection ~ 3750 4600 -Wire Wire Line - 3750 4600 3950 4600 -Wire Wire Line - 3550 4500 3550 4600 -Connection ~ 3550 4600 -Wire Wire Line - 3550 4600 3750 4600 -Wire Wire Line - 3350 4500 3350 4600 -Connection ~ 3350 4600 -Wire Wire Line - 3350 4600 3550 4600 -Wire Wire Line - 3150 4500 3150 4600 -Connection ~ 3150 4600 -Wire Wire Line - 3150 4600 3350 4600 -$EndSCHEMATC diff --git a/status.sch-bak b/status.sch-bak deleted file mode 100644 index dbf4e1e..0000000 --- a/status.sch-bak +++ /dev/null @@ -1,347 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 2 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -Text HLabel 2050 3100 0 50 Input ~ 0 -STATUS -Text HLabel 2250 3400 0 50 Input ~ 0 -CLK -$Comp -L Device:R R30 -U 1 1 5DC4B3E7 -P 3150 3850 -F 0 "R30" V 3100 3950 50 0000 L CNN -F 1 "R" V 3100 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3080 3850 50 0001 C CNN -F 3 "~" H 3150 3850 50 0001 C CNN - 1 3150 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D0 -U 1 1 5DC4BBB8 -P 3150 4350 -F 0 "D0" H 3300 4400 50 0000 R CNN -F 1 "LED" H 3050 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3150 4350 50 0001 C CNN -F 3 "~" H 3150 4350 50 0001 C CNN - 1 3150 4350 - 0 -1 -1 0 -$EndComp -$Comp -L 74xx:74HC164 U8 -U 1 1 5DCAE7C2 -P 2650 3100 -F 0 "U8" H 2900 3550 50 0000 C CNN -F 1 "74HC164" H 2400 3550 50 0000 C CNN -F 2 "Package_SO:TSSOP-14_4.4x5mm_P0.65mm" H 3550 2800 50 0001 C CNN -F 3 "https://assets.nexperia.com/documents/data-sheet/74HC_HCT164.pdf" H 3550 2800 50 0001 C CNN - 1 2650 3100 - 1 0 0 -1 -$EndComp -Text HLabel 1700 1600 1 50 BiDi ~ 0 -GND -Text HLabel 1600 1600 1 50 BiDi ~ 0 -VCC -Wire Wire Line - 1600 1600 1600 2500 -Wire Wire Line - 2650 3700 2650 3800 -Wire Wire Line - 2650 3800 1700 3800 -Wire Wire Line - 2650 2600 2650 2500 -Wire Wire Line - 2650 2500 1600 2500 -Connection ~ 1600 2500 -Wire Wire Line - 1600 2500 1600 2900 -Wire Wire Line - 2250 2900 1600 2900 -Wire Wire Line - 2050 3100 2150 3100 -Wire Wire Line - 2150 3100 2150 3200 -Wire Wire Line - 2150 3200 2250 3200 -Connection ~ 2150 3100 -Wire Wire Line - 2150 3100 2250 3100 -Connection ~ 1700 3800 -$Comp -L Device:C C17 -U 1 1 5DEDB077 -P 1400 2850 -F 0 "C17" H 1200 2950 50 0000 L CNN -F 1 "C" H 1250 2750 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1438 2700 50 0001 C CNN -F 3 "~" H 1400 2850 50 0001 C CNN - 1 1400 2850 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1400 2700 1400 2500 -Wire Wire Line - 1400 2500 1600 2500 -Wire Wire Line - 1400 3000 1400 3800 -Wire Wire Line - 1400 3800 1700 3800 -Wire Wire Line - 1700 1600 1700 3800 -Wire Wire Line - 3150 4000 3150 4200 -$Comp -L Device:R R29 -U 1 1 5DDEF16D -P 3350 3850 -F 0 "R29" V 3300 3950 50 0000 L CNN -F 1 "R" V 3300 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3280 3850 50 0001 C CNN -F 3 "~" H 3350 3850 50 0001 C CNN - 1 3350 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D1 -U 1 1 5DDEF173 -P 3350 4350 -F 0 "D1" H 3500 4400 50 0000 R CNN -F 1 "LED" H 3250 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3350 4350 50 0001 C CNN -F 3 "~" H 3350 4350 50 0001 C CNN - 1 3350 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3350 4000 3350 4200 -$Comp -L Device:R R31 -U 1 1 5DDF07FC -P 3550 3850 -F 0 "R31" V 3500 3950 50 0000 L CNN -F 1 "R" V 3500 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3480 3850 50 0001 C CNN -F 3 "~" H 3550 3850 50 0001 C CNN - 1 3550 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D2 -U 1 1 5DDF0802 -P 3550 4350 -F 0 "D2" H 3700 4400 50 0000 R CNN -F 1 "LED" H 3450 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3550 4350 50 0001 C CNN -F 3 "~" H 3550 4350 50 0001 C CNN - 1 3550 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3550 4000 3550 4200 -$Comp -L Device:R R32 -U 1 1 5DDF0FB0 -P 3750 3850 -F 0 "R32" V 3700 3950 50 0000 L CNN -F 1 "R" V 3700 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3680 3850 50 0001 C CNN -F 3 "~" H 3750 3850 50 0001 C CNN - 1 3750 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D3 -U 1 1 5DDF0FB6 -P 3750 4350 -F 0 "D3" H 3900 4400 50 0000 R CNN -F 1 "LED" H 3650 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3750 4350 50 0001 C CNN -F 3 "~" H 3750 4350 50 0001 C CNN - 1 3750 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3750 4000 3750 4200 -$Comp -L Device:R R33 -U 1 1 5DDF1878 -P 3950 3850 -F 0 "R33" V 3900 3950 50 0000 L CNN -F 1 "R" V 3900 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3880 3850 50 0001 C CNN -F 3 "~" H 3950 3850 50 0001 C CNN - 1 3950 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D4 -U 1 1 5DDF187E -P 3950 4350 -F 0 "D4" H 4100 4400 50 0000 R CNN -F 1 "LED" H 3850 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 3950 4350 50 0001 C CNN -F 3 "~" H 3950 4350 50 0001 C CNN - 1 3950 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3950 4000 3950 4200 -$Comp -L Device:R R34 -U 1 1 5DDF21F1 -P 4150 3850 -F 0 "R34" V 4100 3950 50 0000 L CNN -F 1 "R" V 4100 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4080 3850 50 0001 C CNN -F 3 "~" H 4150 3850 50 0001 C CNN - 1 4150 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D5 -U 1 1 5DDF21F7 -P 4150 4350 -F 0 "D5" H 4300 4400 50 0000 R CNN -F 1 "LED" H 4050 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 4150 4350 50 0001 C CNN -F 3 "~" H 4150 4350 50 0001 C CNN - 1 4150 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 4150 4000 4150 4200 -$Comp -L Device:R R35 -U 1 1 5DDF2BD8 -P 4350 3850 -F 0 "R35" V 4300 3950 50 0000 L CNN -F 1 "R" V 4300 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4280 3850 50 0001 C CNN -F 3 "~" H 4350 3850 50 0001 C CNN - 1 4350 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D6 -U 1 1 5DDF2BDE -P 4350 4350 -F 0 "D6" H 4500 4400 50 0000 R CNN -F 1 "LED" H 4250 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 4350 4350 50 0001 C CNN -F 3 "~" H 4350 4350 50 0001 C CNN - 1 4350 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 4350 4000 4350 4200 -$Comp -L Device:R R36 -U 1 1 5DDF3520 -P 4550 3850 -F 0 "R36" V 4500 3950 50 0000 L CNN -F 1 "R" V 4500 3650 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4480 3850 50 0001 C CNN -F 3 "~" H 4550 3850 50 0001 C CNN - 1 4550 3850 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D7 -U 1 1 5DDF3526 -P 4550 4350 -F 0 "D7" H 4700 4400 50 0000 R CNN -F 1 "LED" H 4450 4400 50 0000 R CNN -F 2 "LED_THT:LED_D3.0mm" H 4550 4350 50 0001 C CNN -F 3 "~" H 4550 4350 50 0001 C CNN - 1 4550 4350 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 4550 4000 4550 4200 -Wire Wire Line - 3050 3500 3150 3500 -Wire Wire Line - 3150 3500 3150 3700 -Wire Wire Line - 3050 3400 3350 3400 -Wire Wire Line - 3350 3400 3350 3700 -Wire Wire Line - 3050 3300 3550 3300 -Wire Wire Line - 3550 3300 3550 3700 -Wire Wire Line - 3050 3200 3750 3200 -Wire Wire Line - 3750 3200 3750 3700 -Wire Wire Line - 3050 3100 3950 3100 -Wire Wire Line - 3950 3100 3950 3700 -Wire Wire Line - 3050 3000 4150 3000 -Wire Wire Line - 4150 3000 4150 3700 -Wire Wire Line - 3050 2900 4350 2900 -Wire Wire Line - 4350 2900 4350 3700 -Wire Wire Line - 3050 2800 4550 2800 -Wire Wire Line - 4550 2800 4550 3700 -Wire Wire Line - 1400 3800 1400 4600 -Wire Wire Line - 1400 4600 3150 4600 -Wire Wire Line - 4550 4600 4550 4500 -Connection ~ 1400 3800 -Wire Wire Line - 4350 4500 4350 4600 -Connection ~ 4350 4600 -Wire Wire Line - 4350 4600 4550 4600 -Wire Wire Line - 4150 4500 4150 4600 -Connection ~ 4150 4600 -Wire Wire Line - 4150 4600 4350 4600 -Wire Wire Line - 3950 4500 3950 4600 -Connection ~ 3950 4600 -Wire Wire Line - 3950 4600 4150 4600 -Wire Wire Line - 3750 4500 3750 4600 -Connection ~ 3750 4600 -Wire Wire Line - 3750 4600 3950 4600 -Wire Wire Line - 3550 4500 3550 4600 -Connection ~ 3550 4600 -Wire Wire Line - 3550 4600 3750 4600 -Wire Wire Line - 3350 4500 3350 4600 -Connection ~ 3350 4600 -Wire Wire Line - 3350 4600 3550 4600 -Wire Wire Line - 3150 4500 3150 4600 -Connection ~ 3150 4600 -Wire Wire Line - 3150 4600 3350 4600 -$EndSCHEMATC diff --git a/sym-lib-table b/sym-lib-table deleted file mode 100644 index 615b010..0000000 --- a/sym-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(sym_lib_table - (lib (name PinLock-rescue)(type Legacy)(uri ${KIPRJMOD}/PinLock-rescue.lib)(options "")(descr "")) -) -- cgit v1.2.1