Full Code of monome/norns-shield for AI

main afe961324aa5 cached
14 files
2.1 MB
542.0k tokens
1 requests
Download .txt
Showing preview only (2,168K chars total). Download the full file or copy to clipboard to get everything.
Repository: monome/norns-shield
Branch: main
Commit: afe961324aa5
Files: 14
Total size: 2.1 MB

Directory structure:
gitextract_hpqboqoc/

├── .gitignore
├── LICENSE
├── README.md
├── bom/
│   ├── norns-shield-191106.ods
│   ├── norns-shield-210330.ods
│   └── norns-shield-211028.ods
├── cad/
│   ├── norns-shield-plate.dxf
│   └── norns-shield.stl
└── eagle/
    ├── norns-shield-191106.brd
    ├── norns-shield-191106.sch
    ├── norns-shield-210330.brd
    ├── norns-shield-210330.sch
    ├── norns-shield-211028.brd
    └── norns-shield-211028.sch

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
.DS_Store


================================================
FILE: LICENSE
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 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.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    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 <https://www.gnu.org/licenses/>.

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:

    <program>  Copyright (C) <year>  <name of author>
    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
<https://www.gnu.org/licenses/>.

  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
<https://www.gnu.org/licenses/why-not-lgpl.html>.


================================================
FILE: README.md
================================================
# norns-shield

![](images/norns-shield-black.jpg)

minimal/tiny open-source/DIY shield for Raspberry Pi boards, providing hardware compatibility with the [norns](https://monome.org/docs/norns) ecosystem. designed by monome (brian crabtree, aka @tehn).

all discussion happens at [llllllll.co](https://llllllll.co/t/norns-shield-final/58810).

please be very aware that this project is no longer directly supported by [monome](https://monome.org). do not email us asking for build help or debugging. we also no longer sell boards or kits, we do not have leftovers laying around, and we do not provide repair services.

## donate

we've made these files freely available to further the exploration and design of new musical instruments. the shield relies on years of development, and we continue to maintain and evolve the platform. we hope you'll consider making a donation towards this effort.

![](images/shield-postcard.jpg)

direct donations accepted via [paypal](https://paypal.me/tehn/20).


## specifications

- audio codec: CS4270 (or CS4271 on v211028)
- audio jacks: 3.5mm stereo in/out, line level
- OLED: NHD-2.7-12864WDW3
- 3x pushbuttons, 3x rotary encoders


## versions

there are three versions of the circuit:

- 191106: original version
- 210330: updated with more robust (through hole) audio jacks, better noise isolation
- 211028: different codec (due to semiconductor shortages) which requires op amps and many many more passives

we _highly_ recommend 210330 if you're building a new board, and we suggest pairing it with a pi 3B+. the Pi 4 will work with all of the above, but the wifi transciever is noisier and the physical footprint does not fit as well because the ethernet and USB ports were moved around. 

all versions are provided here as reference for repairing existing boards.


## troubleshooting

- if using a Pi 4, you may need to cover the top metal of the USB and ethernet ports on the Pi 4 with electrical tape (something nonconductive) to prevent shorting if the assembly is squeezed tight.
- most soldering problems can be solved simply by reheating solder joints. bad solders can result in various problems: screen doesn't turn on, knobs/keys don't work.
- use a good SD card, not a cheap one. if you're having trouble, try using a different card.
- be sure to use the correct power supply. the pi will not power well from a laptop and you'll get confusing errors. get a dedicated 2A USB supply, or very high output USB battery.

## notes

- the shield does not have a headphone output, but headphones work fine on the main output. the headphone gain level within the norns menu does nothing in this case.
- the battery indication will not function, as there's no battery.

## mechanicals


- 2 Female Threaded Hex Standoff Aluminum, 3/16" Hex, 5/16" Long, 2-56 Thread 91780A104
- 2 Female Threaded Hex Standoff Aluminum, 3/16" Hex, 5/8" Long, 2-56 Thread 91780A111
- 2 Female Threaded Hex Standoff Aluminum, 3/16" Hex, 3/4" Long, 2-56 Thread 91780A113
- 4 Male-Female Threaded Hex Standoff Aluminum, 3/16" Hex Size, 1/2" Long, 2-56 Thread Size 93505A213
- 4 Off-White Nylon Unthreaded Spacer 1/4" OD, 3/32" Long, for Number 6 Screw Size 94639A247
- 8 Black-Oxide 18-8 Stainless Steel Pan Head Phillips Screws 2-56 Thread, 1/4" Long 91249A050
- 2 Black-Oxide 18-8 Stainless Steel Pan Head Phillips Screws 2-56 Thread, 3/8" Long 91249A054


================================================
FILE: cad/norns-shield-plate.dxf
================================================
999
dxflib 3.7.5.0
  0
SECTION
  2
HEADER
  9
$ACADVER
  1
AC1015
  9
$HANDSEED
  5
FFFF
  9
$DIMADEC
 70
0
  9
$DIMASZ
 40
0.18
  9
$DIMAUNIT
 70
0
  9
$DIMAZIN
 70
0
  9
$DIMDEC
 70
4
  9
$DIMEXE
 40
0.18
  9
$DIMEXO
 40
0.0625
  9
$DIMGAP
 40
0.09
  9
$DIMLUNIT
 70
2
  9
$DIMSCALE
 40
0.2
  9
$DIMTSZ
 40
0.0
  9
$DIMTXT
 40
0.18
  9
$DIMZIN
 70
0
  9
$DWGCODEPAGE
  3
ANSI_1252
  9
$EXTMAX
 10
3.3999999999999999
 20
2.3009249999999999
 30
0.0
  9
$EXTMIN
 10
-0.05
 20
-1.0106900000000001
 30
0.0
  9
$FILLMODE
 70
1
  9
$INSUNITS
 70
0
  9
$LTSCALE
 40
1.0
  9
$PDMODE
 70
0
  9
$PDSIZE
 40
0
  0
ENDSEC
  0
SECTION
  2
TABLES
  0
TABLE
  2
VPORT
  5
8
100
AcDbSymbolTable
 70
1
  0
VPORT
  5
30
100
AcDbSymbolTableRecord
100
AcDbViewportTableRecord
  2
*Active
 70
0
 10
0.0
 20
0.0
 11
1.0
 21
1.0
 12
286.3055555555554861
 22
148.5
 13
0.0
 23
0.0
 14
10.0
 24
10.0
 15
10.0
 25
10.0
 16
0.0
 26
0.0
 36
1.0
 17
0.0
 27
0.0
 37
0.0
 40
297.0
 41
1.92798353909465
 42
50.0
 43
0.0
 44
0.0
 50
0.0
 51
0.0
 71
0
 72
100
 73
1
 74
3
 75
1
 76
1
 77
0
 78
0
281
0
 65
1
110
0.0
120
0.0
130
0.0
111
1.0
121
0.0
131
0.0
112
0.0
122
1.0
132
0.0
 79
0
146
0.0
  0
ENDTAB
  0
TABLE
  2
LTYPE
  5
5
100
AcDbSymbolTable
 70
41
  0
LTYPE
  5
16
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
CONTINUOUS
 70
0
  3
Solid line
 72
65
 73
0
 40
0.0
  0
LTYPE
  5
31
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO15W100
 70
0
  3
ISO double-dash triple-dot __ __ . . . __ __ . .
 72
65
 73
10
 40
39.0000000000000071
 49
12.0
 74
0
 49
-3.0
 74
0
 49
12.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
32
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DIVIDE
 70
0
  3
Divide ____ . . ____ . . ____ . . ____ . . ____
 72
65
 73
6
 40
31.7500000000000036
 49
12.6999999999999993
 74
0
 49
-6.2999999999999998
 74
0
 49
0.1
 74
0
 49
-6.25
 74
0
 49
0.1
 74
0
 49
-6.2999999999999998
 74
0
  0
LTYPE
  5
33
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO10W100
 70
0
  3
ISO dash dot __ . __ . __ . __ . __ . __ . __ . 
 72
65
 73
4
 40
18.0
 49
12.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
34
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO04W100
 70
0
  3
ISO long-dash dot ____ . ____ . ____ . ____ . _
 72
65
 73
4
 40
30.0
 49
24.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
35
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
CENTER2
 70
0
  3
Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___
 72
65
 73
4
 40
28.5750000000000028
 49
19.0500000000000007
 74
0
 49
-3.1749999999999998
 74
0
 49
3.1749999999999998
 74
0
 49
-3.1749999999999998
 74
0
  0
LTYPE
  5
36
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO11W100
 70
0
  3
ISO double-dash dot __ __ . __ __ . __ __ . __ _
 72
65
 73
6
 40
33.0
 49
12.0
 74
0
 49
-3.0
 74
0
 49
12.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
37
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
HIDDEN2
 70
0
  3
Hidden (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
 72
65
 73
2
 40
4.7624999999999993
 49
3.1749999999999998
 74
0
 49
-1.5874999999999999
 74
0
  0
LTYPE
  5
38
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
BORDERX2
 70
0
  3
Border (2x) ____  ____  .  ____  ____  .  ___
 72
65
 73
6
 40
88.8999999999999773
 49
25.3999999999999986
 74
0
 49
-12.6999999999999993
 74
0
 49
25.3999999999999986
 74
0
 49
-12.6499999999999986
 74
0
 49
0.1
 74
0
 49
-12.6499999999999986
 74
0
  0
LTYPE
  5
39
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO05W100
 70
0
  3
ISO long-dash double-dot ____ .. ____ .. ____ . 
 72
65
 73
6
 40
33.0000000000000071
 49
24.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
3A
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DASHDOTX2
 70
0
  3
Dash dot (2x) ____  .  ____  .  ____  .  ___
 72
65
 73
4
 40
50.7999999999999972
 49
25.3999999999999986
 74
0
 49
-12.6499999999999986
 74
0
 49
0.1
 74
0
 49
-12.6499999999999986
 74
0
  0
LTYPE
  5
3B
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
HIDDENX2
 70
0
  3
Hidden (2x) ____ ____ ____ ____ ____ ____ ____ 
 72
65
 73
2
 40
19.0499999999999972
 49
12.6999999999999993
 74
0
 49
-6.3499999999999996
 74
0
  0
LTYPE
  5
3C
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
CENTERX2
 70
0
  3
Center (2x) ________  __  ________  __  _____
 72
65
 73
4
 40
101.6000000000000085
 49
63.5
 74
0
 49
-12.6999999999999993
 74
0
 49
12.6999999999999993
 74
0
 49
-12.6999999999999993
 74
0
  0
LTYPE
  5
3D
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
BORDER2
 70
0
  3
Border (.5x) __.__.__.__.__.__.__.__.__.__.__.
 72
65
 73
6
 40
22.2250000000000014
 49
6.3499999999999996
 74
0
 49
-3.1749999999999998
 74
0
 49
6.3499999999999996
 74
0
 49
-3.125
 74
0
 49
0.1
 74
0
 49
-3.125
 74
0
  0
LTYPE
  5
3E
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DASHDOT2
 70
0
  3
Dash dot (.5x) _._._._._._._._._._._._._._._.
 72
65
 73
4
 40
12.6999999999999993
 49
6.3499999999999996
 74
0
 49
-3.125
 74
0
 49
0.1
 74
0
 49
-3.125
 74
0
  0
LTYPE
  5
3F
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO12W100
 70
0
  3
ISO dash double-dot __ . . __ . . __ . . __ . . 
 72
65
 73
6
 40
21.0
 49
12.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
40
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO07W100
 70
0
  3
ISO dot . . . . . . . . . . . . . . . . . . . . 
 72
65
 73
2
 40
3.0
 49
0.1
 74
0
 49
-2.8999999999999999
 74
0
  0
LTYPE
  5
41
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
HIDDEN
 70
0
  3
Hidden __ __ __ __ __ __ __ __ __ __ __ __ __ __
 72
65
 73
2
 40
9.5249999999999986
 49
6.3499999999999996
 74
0
 49
-3.1749999999999998
 74
0
  0
LTYPE
  5
42
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO06W100
 70
0
  3
ISO long-dash triple-dot ____ ... ____ ... ____
 72
65
 73
8
 40
36.0000000000000071
 49
24.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
43
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
CENTER
 70
0
  3
Center ____ _ ____ _ ____ _ ____ _ ____ _ ____
 72
65
 73
4
 40
50.8000000000000043
 49
31.75
 74
0
 49
-6.3499999999999996
 74
0
 49
6.3499999999999996
 74
0
 49
-6.3499999999999996
 74
0
  0
LTYPE
  5
44
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DOTX2
 70
0
  3
Dot (2x) .  .  .  .  .  .  .  .  .  .  .  .  .  .
 72
65
 73
2
 40
12.6999999999999993
 49
0.1
 74
0
 49
-12.5999999999999996
 74
0
  0
LTYPE
  5
45
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
PHANTOM
 70
0
  3
Phantom ______  __  __  ______  __  __  ______ 
 72
65
 73
6
 40
63.5000000000000071
 49
31.75
 74
0
 49
-6.3499999999999996
 74
0
 49
6.3499999999999996
 74
0
 49
-6.3499999999999996
 74
0
 49
6.3499999999999996
 74
0
 49
-6.3499999999999996
 74
0
  0
LTYPE
  5
46
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO08W100
 70
0
  3
ISO long-dash short-dash ____ __ ____ __ ____ _
 72
65
 73
4
 40
36.0
 49
24.0
 74
0
 49
-3.0
 74
0
 49
6.0
 74
0
 49
-3.0
 74
0
  0
LTYPE
  5
47
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DASHEDX2
 70
0
  3
Dashed (2x) ____  ____  ____  ____  ____  ___
 72
65
 73
2
 40
38.0999999999999943
 49
25.3999999999999986
 74
0
 49
-12.6999999999999993
 74
0
  0
LTYPE
  5
48
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO02W100
 70
0
  3
ISO dash __ __ __ __ __ __ __ __ __ __ __ __ __
 72
65
 73
2
 40
15.0
 49
12.0
 74
0
 49
-3.0
 74
0
  0
LTYPE
  5
49
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
PHANTOM2
 70
0
  3
Phantom (.5x) ___ _ _ ___ _ _ ___ _ _ ___ _ _
 72
65
 73
6
 40
31.7500000000000036
 49
15.875
 74
0
 49
-3.1749999999999998
 74
0
 49
3.1749999999999998
 74
0
 49
-3.1749999999999998
 74
0
 49
3.1749999999999998
 74
0
 49
-3.1749999999999998
 74
0
  0
LTYPE
  5
4A
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DASHED2
 70
0
  3
Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
 72
65
 73
2
 40
9.5249999999999986
 49
6.3499999999999996
 74
0
 49
-3.1749999999999998
 74
0
  0
LTYPE
  5
4B
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO09W100
 70
0
  3
ISO long-dash double-short-dash ____ __ __ ____
 72
65
 73
6
 40
45.0
 49
24.0
 74
0
 49
-3.0
 74
0
 49
6.0
 74
0
 49
-3.0
 74
0
 49
6.0
 74
0
 49
-3.0
 74
0
  0
LTYPE
  5
4C
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO13W100
 70
0
  3
ISO double-dash double-dot __ __ . . __ __ . . _
 72
65
 73
8
 40
36.0000000000000071
 49
12.0
 74
0
 49
-3.0
 74
0
 49
12.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
4D
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DOT2
 70
0
  3
Dot (.5x) ........................................
 72
65
 73
2
 40
3.1749999999999998
 49
0.1
 74
0
 49
-3.0749999999999997
 74
0
  0
LTYPE
  5
4E
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DASHED
 70
0
  3
Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _
 72
65
 73
2
 40
19.0499999999999972
 49
12.6999999999999993
 74
0
 49
-6.3499999999999996
 74
0
  0
LTYPE
  5
4F
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO14W100
 70
0
  3
ISO dash triple-dot __ . . . __ . . . __ . . . _
 72
65
 73
8
 40
24.0000000000000036
 49
12.0
 74
0
 49
-2.9500000000000002
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9000000000000004
 74
0
 49
0.1
 74
0
 49
-2.9500000000000002
 74
0
  0
LTYPE
  5
15
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
BYLAYER
 70
0
  3

 72
65
 73
0
 40
0.0
  0
LTYPE
  5
50
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
PHANTOMX2
 70
0
  3
Phantom (2x) ____________    ____    ____   _
 72
65
 73
6
 40
127.0000000000000142
 49
63.5
 74
0
 49
-12.6999999999999993
 74
0
 49
12.6999999999999993
 74
0
 49
-12.6999999999999993
 74
0
 49
12.6999999999999993
 74
0
 49
-12.6999999999999993
 74
0
  0
LTYPE
  5
14
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
BYBLOCK
 70
0
  3

 72
65
 73
0
 40
0.0
  0
LTYPE
  5
51
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DIVIDEX2
 70
0
  3
Divide (2x) ________  .  .  ________  .  .  _
 72
65
 73
6
 40
63.5
 49
25.3999999999999986
 74
0
 49
-12.6499999999999986
 74
0
 49
0.1
 74
0
 49
-12.5999999999999979
 74
0
 49
0.1
 74
0
 49
-12.6499999999999986
 74
0
  0
LTYPE
  5
52
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
BORDER
 70
0
  3
Border __ __ . __ __ . __ __ . __ __ . __ __ .
 72
65
 73
6
 40
44.4499999999999957
 49
12.6999999999999993
 74
0
 49
-6.3499999999999996
 74
0
 49
12.6999999999999993
 74
0
 49
-6.2999999999999998
 74
0
 49
0.1
 74
0
 49
-6.2999999999999998
 74
0
  0
LTYPE
  5
53
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DIVIDE2
 70
0
  3
Divide (.5x) __..__..__..__..__..__..__..__.._
 72
65
 73
6
 40
15.8749999999999982
 49
6.3499999999999996
 74
0
 49
-3.125
 74
0
 49
0.1
 74
0
 49
-3.0750000000000002
 74
0
 49
0.1
 74
0
 49
-3.125
 74
0
  0
LTYPE
  5
54
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DOT
 70
0
  3
Dot . . . . . . . . . . . . . . . . . . . . . . . .
 72
65
 73
2
 40
6.3499999999999996
 49
0.1
 74
0
 49
-6.25
 74
0
  0
LTYPE
  5
55
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
DASHDOT
 70
0
  3
Dash dot __ . __ . __ . __ . __ . __ . __ . __
 72
65
 73
4
 40
25.4000000000000021
 49
12.6999999999999993
 74
0
 49
-6.2999999999999998
 74
0
 49
0.1
 74
0
 49
-6.2999999999999998
 74
0
  0
LTYPE
  5
56
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
  2
ACAD_ISO03W100
 70
0
  3
ISO dash space __    __    __    __    __    __
 72
65
 73
2
 40
30.0
 49
12.0
 74
0
 49
-18.0
 74
0
  0
ENDTAB
  0
TABLE
  2
LAYER
  5
2
100
AcDbSymbolTable
 70
2
  0
LAYER
  5
57
100
AcDbSymbolTableRecord
100
AcDbLayerTableRecord
  2
180
 70
0
 62
253
420
12237498
  6
CONTINUOUS
370
0
390
F
  0
LAYER
  5
10
100
AcDbSymbolTableRecord
100
AcDbLayerTableRecord
  2
0
 70
1
 62
-7
420
16777215
  6
CONTINUOUS
370
25
390
F
  0
ENDTAB
  0
TABLE
  2
STYLE
  5
3
100
AcDbSymbolTable
 70
1
  0
STYLE
  5
58
100
AcDbSymbolTableRecord
100
AcDbTextStyleTableRecord
  2
Standard
 70
0
 40
0.0
 41
1.0
 50
0.0
 71
0
 42
2.5
  3

  4

1001
ACAD
1000
txt
1071
0
  0
ENDTAB
  0
TABLE
  2
VIEW
  5
6
100
AcDbSymbolTable
 70
0
  0
ENDTAB
  0
TABLE
  2
UCS
  5
7
100
AcDbSymbolTable
 70
0
  0
ENDTAB
  0
TABLE
  2
APPID
  5
9
100
AcDbSymbolTable
 70
1
  0
APPID
  5
12
100
AcDbSymbolTableRecord
100
AcDbRegAppTableRecord
  2
ACAD
 70
0
  0
APPID
  5
59
100
AcDbSymbolTableRecord
100
AcDbRegAppTableRecord
  2
QCAD
 70
0
  0
ENDTAB
  0
TABLE
  2
DIMSTYLE
  5
A
100
AcDbSymbolTable
 70
1
100
AcDbDimStyleTable
 71
0
  0
DIMSTYLE
105
27
100
AcDbSymbolTableRecord
100
AcDbDimStyleTableRecord
  2
Standard
 41
0.18
 42
0.0625
 43
3.75
 44
0.18
 70
0
 73
0
 74
0
 77
1
 78
8
140
0.18
141
2.5
143
0.03937007874016
147
0.09
171
3
172
1
271
2
272
2
274
3
278
44
283
0
284
8
340
58
  0
ENDTAB
  0
TABLE
  2
BLOCK_RECORD
  5
1
100
AcDbSymbolTable
 70
1
  0
BLOCK_RECORD
  5
1F
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
*Model_Space
340
22
  0
BLOCK_RECORD
  5
1B
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
*Paper_Space
340
1E
  0
BLOCK_RECORD
  5
23
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
*Paper_Space0
340
26
  0
BLOCK_RECORD
  5
5A
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
SQUAREV
340
0
  0
BLOCK_RECORD
  5
5B
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
ROUNDP
340
0
  0
BLOCK_RECORD
  5
5C
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
OCTAGONV
340
0
  0
BLOCK_RECORD
  5
5D
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
RECT
340
0
  0
BLOCK_RECORD
  5
5E
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
LONGP100
340
0
  0
BLOCK_RECORD
  5
5F
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
ANNULUSP
340
0
  0
BLOCK_RECORD
  5
60
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
THERMALP
340
0
  0
BLOCK_RECORD
  5
61
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
ROUNDV
340
0
  0
BLOCK_RECORD
  5
62
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
PIE
340
0
  0
BLOCK_RECORD
  5
63
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
SQUAREP
340
0
  0
BLOCK_RECORD
  5
64
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
ANNULUSV
340
0
  0
BLOCK_RECORD
  5
65
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
THERMALV
340
0
  0
BLOCK_RECORD
  5
66
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
  2
OCTAGONP
340
0
  0
ENDTAB
  0
ENDSEC
  0
SECTION
  2
BLOCKS
  0
BLOCK
  5
20
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
*Model_Space
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
*Model_Space
  1

  0
ENDBLK
  5
21
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
1C
100
AcDbEntity
 67
1
  8
0
100
AcDbBlockBegin
  2
*Paper_Space
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
*Paper_Space
  1

  0
ENDBLK
  5
1D
100
AcDbEntity
 67
1
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
24
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
*Paper_Space0
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
*Paper_Space0
  1

  0
ENDBLK
  5
25
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
67
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
SQUAREV
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
SQUAREV
  1

  0
SOLID
  5
68
100
AcDbEntity
100
AcDbTrace
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
-0.5
 20
-0.5
 30
0.0
 11
0.5
 21
-0.5
 31
0.0
 12
-0.5
 22
0.5
 32
0.0
 13
0.5
 23
0.5
 33
0.0
 39
0.0
  0
ENDBLK
  5
69
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
6A
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
ROUNDP
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
ROUNDP
  1

  0
LWPOLYLINE
  5
6B
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
3
 70
0
 10
0.0
 20
-0.25
 30
0.0
 42
1.0
 10
0.0
 20
0.25
 30
0.0
 42
1.0
 10
0.0
 20
-0.25
 30
0.0
  0
ENDBLK
  5
6C
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
6D
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
OCTAGONV
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
OCTAGONV
  1

  0
LWPOLYLINE
  5
6E
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
10
 70
0
 10
-0.25
 20
-0.103553
 30
0.0
 10
-0.25
 20
0.103553
 30
0.0
 10
-0.103553
 20
0.25
 30
0.0
 10
0.103553
 20
0.25
 30
0.0
 10
0.25
 20
0.103553
 30
0.0
 10
0.25
 20
-0.103553
 30
0.0
 10
0.103553
 20
-0.25
 30
0.0
 10
-0.103553
 20
-0.25
 30
0.0
 10
-0.25
 20
-0.103553
 30
0.0
 10
-0.25
 20
0.103553
 30
0.0
  0
ENDBLK
  5
6F
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
70
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
RECT
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
RECT
  1

  0
SOLID
  5
71
100
AcDbEntity
100
AcDbTrace
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
-0.5
 20
-0.5
 30
0.0
 11
0.5
 21
-0.5
 31
0.0
 12
-0.5
 22
0.5
 32
0.0
 13
0.5
 23
0.5
 33
0.0
 39
0.0
  0
ENDBLK
  5
72
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
73
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
LONGP100
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
LONGP100
  1

  0
LWPOLYLINE
  5
74
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.5
 20
0.0
 30
0.0
 10
0.5
 20
0.0
 30
0.0
  0
LWPOLYLINE
  5
75
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.5
 20
-0.25
 30
0.0
 42
1.0
 10
0.5
 20
0.25
 30
0.0
  0
LWPOLYLINE
  5
76
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.5
 20
0.25
 30
0.0
 42
1.0
 10
-0.5
 20
-0.25
 30
0.0
  0
ENDBLK
  5
77
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
78
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
ANNULUSP
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
ANNULUSP
  1

  0
LWPOLYLINE
  5
79
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
3
 70
0
 10
0.0
 20
-0.25
 30
0.0
 42
1.0
 10
0.0
 20
0.25
 30
0.0
 42
1.0
 10
0.0
 20
-0.25
 30
0.0
  0
ENDBLK
  5
7A
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
7B
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
THERMALP
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
THERMALP
  1

  0
LWPOLYLINE
  5
7C
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.237868
 20
0.45
 30
0.0
 10
0.237868
 20
0.45
 30
0.0
  0
LWPOLYLINE
  5
7D
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.237868
 20
0.425
 30
0.0
 42
1.0
 10
0.237868
 20
0.475
 30
0.0
  0
LWPOLYLINE
  5
7E
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.237868
 20
0.475
 30
0.0
 42
1.0
 10
-0.237868
 20
0.425
 30
0.0
  0
LWPOLYLINE
  5
7F
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.45
 20
0.237868
 30
0.0
 10
0.45
 20
-0.237868
 30
0.0
  0
LWPOLYLINE
  5
80
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.425
 20
-0.237868
 30
0.0
 42
1.0
 10
0.475
 20
-0.237868
 30
0.0
  0
LWPOLYLINE
  5
81
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.475
 20
0.237868
 30
0.0
 42
1.0
 10
0.425
 20
0.237868
 30
0.0
  0
LWPOLYLINE
  5
82
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.237868
 20
-0.45
 30
0.0
 10
-0.237868
 20
-0.45
 30
0.0
  0
LWPOLYLINE
  5
83
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.237868
 20
-0.425
 30
0.0
 42
1.0
 10
-0.237868
 20
-0.475
 30
0.0
  0
LWPOLYLINE
  5
84
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.237868
 20
-0.475
 30
0.0
 42
1.0
 10
0.237868
 20
-0.425
 30
0.0
  0
LWPOLYLINE
  5
85
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.45
 20
-0.237868
 30
0.0
 10
-0.45
 20
0.237868
 30
0.0
  0
LWPOLYLINE
  5
86
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.425
 20
0.237868
 30
0.0
 42
1.0
 10
-0.475
 20
0.237868
 30
0.0
  0
LWPOLYLINE
  5
87
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.475
 20
-0.237868
 30
0.0
 42
1.0
 10
-0.425
 20
-0.237868
 30
0.0
  0
ENDBLK
  5
88
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
89
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
ROUNDV
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
ROUNDV
  1

  0
LWPOLYLINE
  5
8A
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
3
 70
0
 10
0.0
 20
-0.25
 30
0.0
 42
1.0
 10
0.0
 20
0.25
 30
0.0
 42
1.0
 10
0.0
 20
-0.25
 30
0.0
  0
ENDBLK
  5
8B
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
8C
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
PIE
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
PIE
  1

  0
LWPOLYLINE
  5
8D
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
3
 70
0
 10
0.0
 20
-0.25
 30
0.0
 42
1.0
 10
0.0
 20
0.25
 30
0.0
 42
1.0
 10
0.0
 20
-0.25
 30
0.0
  0
ENDBLK
  5
8E
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
8F
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
SQUAREP
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
SQUAREP
  1

  0
SOLID
  5
90
100
AcDbEntity
100
AcDbTrace
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
-0.5
 20
-0.5
 30
0.0
 11
0.5
 21
-0.5
 31
0.0
 12
-0.5
 22
0.5
 32
0.0
 13
0.5
 23
0.5
 33
0.0
 39
0.0
  0
ENDBLK
  5
91
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
92
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
ANNULUSV
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
ANNULUSV
  1

  0
LWPOLYLINE
  5
93
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
3
 70
0
 10
0.0
 20
-0.25
 30
0.0
 42
1.0
 10
0.0
 20
0.25
 30
0.0
 42
1.0
 10
0.0
 20
-0.25
 30
0.0
  0
ENDBLK
  5
94
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
95
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
THERMALV
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
THERMALV
  1

  0
LWPOLYLINE
  5
96
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.237868
 20
0.45
 30
0.0
 10
0.237868
 20
0.45
 30
0.0
  0
LWPOLYLINE
  5
97
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.237868
 20
0.425
 30
0.0
 42
1.0
 10
0.237868
 20
0.475
 30
0.0
  0
LWPOLYLINE
  5
98
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.237868
 20
0.475
 30
0.0
 42
1.0
 10
-0.237868
 20
0.425
 30
0.0
  0
LWPOLYLINE
  5
99
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.45
 20
0.237868
 30
0.0
 10
0.45
 20
-0.237868
 30
0.0
  0
LWPOLYLINE
  5
9A
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.425
 20
-0.237868
 30
0.0
 42
1.0
 10
0.475
 20
-0.237868
 30
0.0
  0
LWPOLYLINE
  5
9B
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.475
 20
0.237868
 30
0.0
 42
1.0
 10
0.425
 20
0.237868
 30
0.0
  0
LWPOLYLINE
  5
9C
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.237868
 20
-0.45
 30
0.0
 10
-0.237868
 20
-0.45
 30
0.0
  0
LWPOLYLINE
  5
9D
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.237868
 20
-0.425
 30
0.0
 42
1.0
 10
-0.237868
 20
-0.475
 30
0.0
  0
LWPOLYLINE
  5
9E
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
0.237868
 20
-0.475
 30
0.0
 42
1.0
 10
0.237868
 20
-0.425
 30
0.0
  0
LWPOLYLINE
  5
9F
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.45
 20
-0.237868
 30
0.0
 10
-0.45
 20
0.237868
 30
0.0
  0
LWPOLYLINE
  5
A0
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.425
 20
0.237868
 30
0.0
 42
1.0
 10
-0.475
 20
0.237868
 30
0.0
  0
LWPOLYLINE
  5
A1
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
2
 70
0
 10
-0.475
 20
-0.237868
 30
0.0
 42
1.0
 10
-0.425
 20
-0.237868
 30
0.0
  0
ENDBLK
  5
A2
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
BLOCK
  5
A3
100
AcDbEntity
  8
0
100
AcDbBlockBegin
  2
OCTAGONP
 70
0
 10
0.0
 20
0.0
 30
0.0
  3
OCTAGONP
  1

  0
LWPOLYLINE
  5
A4
  8
0
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbEntity
100
AcDbPolyline
 90
10
 70
0
 10
-0.25
 20
-0.103553
 30
0.0
 10
-0.25
 20
0.103553
 30
0.0
 10
-0.103553
 20
0.25
 30
0.0
 10
0.103553
 20
0.25
 30
0.0
 10
0.25
 20
0.103553
 30
0.0
 10
0.25
 20
-0.103553
 30
0.0
 10
0.103553
 20
-0.25
 30
0.0
 10
-0.103553
 20
-0.25
 30
0.0
 10
-0.25
 20
-0.103553
 30
0.0
 10
-0.25
 20
0.103553
 30
0.0
  0
ENDBLK
  5
A5
100
AcDbEntity
  8
0
100
AcDbBlockEnd
  0
ENDSEC
  0
SECTION
  2
ENTITIES
  0
LINE
  5
A6
100
AcDbEntity
100
AcDbLine
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
-0.15
 20
-0.85
 30
0.0
 11
-0.15
 21
2.1000000000000001
 31
0.0
  0
ARC
  5
A7
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.1
 20
2.1000000000000001
 30
0.0
 40
0.25
100
AcDbArc
 50
90.0
 51
180.0
  0
LINE
  5
A8
100
AcDbEntity
100
AcDbLine
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
0.1
 20
2.3500000000000001
 30
0.0
 11
3.25
 21
2.3500000000000001
 31
0.0
  0
ARC
  5
A9
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
3.25
 20
2.1000000000000001
 30
0.0
 40
0.25
100
AcDbArc
 50
0.0
 51
90.0
  0
LINE
  5
AA
100
AcDbEntity
100
AcDbLine
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
3.5
 20
2.1000000000000001
 30
0.0
 11
3.5
 21
-0.85
 31
0.0
  0
ARC
  5
AB
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
3.25
 20
-0.85
 30
0.0
 40
0.25
100
AcDbArc
 50
270.0
 51
0.0
  0
LINE
  5
AC
100
AcDbEntity
100
AcDbLine
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
 10
3.25
 20
-1.1000000000000001
 30
0.0
 11
0.1
 21
-1.1000000000000001
 31
0.0
  0
ARC
  5
AD
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.1
 20
-0.85
 30
0.0
 40
0.25
100
AcDbArc
 50
180.0
 51
270.0
  0
ARC
  5
AE
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.25
 20
1.8500000000000001
 30
0.0
 40
0.175
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
AF
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.25
 20
1.8500000000000001
 30
0.0
 40
0.175
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
B0
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.8500000000000001
 20
1.8500000000000001
 30
0.0
 40
0.3125000000000001
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
B1
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.8500000000000001
 20
1.8500000000000001
 30
0.0
 40
0.3125000000000001
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
B2
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.8500000000000001
 20
-0.6
 30
0.0
 40
0.3125
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
B3
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.8500000000000001
 20
-0.6
 30
0.0
 40
0.3125
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
B4
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.0499999999999998
 20
-0.6
 30
0.0
 40
0.3125
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
B5
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
2.0499999999999998
 20
-0.6
 30
0.0
 40
0.3125
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
B6
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
1.05
 20
-0.6
 30
0.0
 40
0.175
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
B7
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
1.05
 20
-0.6
 30
0.0
 40
0.175
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
B8
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.45
 20
-0.6
 30
0.0
 40
0.175
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
B9
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.45
 20
-0.6
 30
0.0
 40
0.175
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
BA
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.1375
 20
-0.8125
 30
0.0
 40
0.06
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
BB
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.1375
 20
-0.8125
 30
0.0
 40
0.06
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
BC
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
3.2124999999999999
 20
-0.8125
 30
0.0
 40
0.06
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
BD
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
3.2124999999999999
 20
-0.8125
 30
0.0
 40
0.06
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
BE
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
3.2124999999999999
 20
2.0625
 30
0.0
 40
0.0599999999999998
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
BF
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
3.2124999999999999
 20
2.0625
 30
0.0
 40
0.0599999999999998
100
AcDbArc
 50
90.0
 51
270.0
  0
ARC
  5
C0
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.93125
 20
2.0625
 30
0.0
 40
0.0662499999999999
100
AcDbArc
 50
270.0
 51
90.0
  0
ARC
  5
C1
100
AcDbEntity
  8
180
 62
256
370
-1
 48
1.0
  6
BYLAYER
100
AcDbCircle
 10
0.93125
 20
2.0625
 30
0.0
 40
0.0662499999999999
100
AcDbArc
 50
90.0
 51
270.0
  0
ENDSEC
  0
SECTION
  2
OBJECTS
  0
DICTIONARY
  5
C
100
AcDbDictionary
280
0
281
1
  3
ACAD_GROUP
350
D
  3
ACAD_LAYOUT
350
1A
  3
ACAD_MLINESTYLE
350
17
  3
ACAD_PLOTSETTINGS
350
19
  3
ACAD_PLOTSTYLENAME
350
E
  3
AcDbVariableDictionary
350
C2
  3
QCAD_OBJECTS
350
C3
  0
DICTIONARY
  5
D
100
AcDbDictionary
280
0
281
1
  0
ACDBDICTIONARYWDFLT
  5
E
100
AcDbDictionary
281
1
  3
Normal
350
F
100
AcDbDictionaryWithDefault
340
F
  0
ACDBPLACEHOLDER
  5
F
  0
DICTIONARY
  5
17
100
AcDbDictionary
280
0
281
1
  3
Standard
350
18
  0
MLINESTYLE
  5
18
100
AcDbMlineStyle
  2
STANDARD
 70
0
  3

 62
256
 51
90.0
 52
90.0
 71
2
 49
0.5
 62
256
  6
BYLAYER
 49
-0.5
 62
256
  6
BYLAYER
  0
DICTIONARY
  5
19
100
AcDbDictionary
280
0
281
1
  0
DICTIONARY
  5
1A
100
AcDbDictionary
281
1
  3
Layout1
350
1E
  3
Layout2
350
26
  3
Model
350
22
  0
LAYOUT
  5
1E
100
AcDbPlotSettings
  1

  2
none_device
  4

  6

 40
0.0
 41
0.0
 42
0.0
 43
0.0
 44
0.0
 45
0.0
 46
0.0
 47
0.0
 48
0.0
 49
0.0
140
0.0
141
0.0
142
1.0
143
1.0
 70
688
 72
0
 73
0
 74
5
  7

 75
16
147
1.0
148
0.0
149
0.0
100
AcDbLayout
  1
Layout1
 70
1
 71
1
 10
0.0
 20
0.0
 11
420.0
 21
297.0
 12
0.0
 22
0.0
 32
0.0
 14
100000000000000000000.0
 24
100000000000000000000.0
 34
100000000000000000000.0
 15
-100000000000000000000.0
 25
-100000000000000000000.0
 35
-100000000000000000000.0
146
0.0
 13
0.0
 23
0.0
 33
0.0
 16
1.0
 26
0.0
 36
0.0
 17
0.0
 27
1.0
 37
0.0
 76
0
330
1B
  0
LAYOUT
  5
22
100
AcDbPlotSettings
  1

  2
none_device
  4

  6

 40
0.0
 41
0.0
 42
0.0
 43
0.0
 44
0.0
 45
0.0
 46
0.0
 47
0.0
 48
0.0
 49
0.0
140
0.0
141
0.0
142
1.0
143
1.0
 70
1712
 72
0
 73
0
 74
0
  7

 75
0
147
1.0
148
0.0
149
0.0
100
AcDbLayout
  1
Model
 70
1
 71
0
 10
0.0
 20
0.0
 11
12.0
 21
9.0
 12
0.0
 22
0.0
 32
0.0
 14
0.0
 24
0.0
 34
0.0
 15
0.0
 25
0.0
 35
0.0
146
0.0
 13
0.0
 23
0.0
 33
0.0
 16
1.0
 26
0.0
 36
0.0
 17
0.0
 27
1.0
 37
0.0
 76
0
330
1F
  0
LAYOUT
  5
26
100
AcDbPlotSettings
  1

  2
none_device
  4

  6

 40
0.0
 41
0.0
 42
0.0
 43
0.0
 44
0.0
 45
0.0
 46
0.0
 47
0.0
 48
0.0
 49
0.0
140
0.0
141
0.0
142
1.0
143
1.0
 70
688
 72
0
 73
0
 74
5
  7

 75
16
147
1.0
148
0.0
149
0.0
100
AcDbLayout
  1
Layout2
 70
1
 71
2
 10
0.0
 20
0.0
 11
12.0
 21
9.0
 12
0.0
 22
0.0
 32
0.0
 14
0.0
 24
0.0
 34
0.0
 15
0.0
 25
0.0
 35
0.0
146
0.0
 13
0.0
 23
0.0
 33
0.0
 16
1.0
 26
0.0
 36
0.0
 17
0.0
 27
1.0
 37
0.0
 76
0
330
23
  0
DICTIONARY
  5
C2
100
AcDbDictionary
281
1
  3
DIMASSOC
350
C5
  3
HIDETEXT
350
C4
  0
DICTIONARYVAR
  5
C4
100
DictionaryVariables
280
0
  1
2
  0
DICTIONARYVAR
  5
C5
100
DictionaryVariables
280
0
  1
1
  0
DICTIONARY
  5
C3
100
AcDbDictionary
281
1
  3
ColorSettings/BackgroundColor
350
C6
  3
ColorSettings/ColorMode
350
C7
  3
Grid/DisplayGrid00
350
C8
  3
Grid/DisplayGrid01
350
C9
  3
Grid/DisplayGrid02
350
CA
  3
Grid/DisplayGrid03
350
CB
  3
Grid/GridSpacingX00
350
CC
  3
Grid/GridSpacingX01
350
CD
  3
Grid/GridSpacingX02
350
CE
  3
Grid/GridSpacingX03
350
CF
  3
Grid/GridSpacingY00
350
D0
  3
Grid/GridSpacingY01
350
D1
  3
Grid/GridSpacingY02
350
D2
  3
Grid/GridSpacingY03
350
D3
  3
Grid/IsometricGrid00
350
D4
  3
Grid/IsometricGrid01
350
D5
  3
Grid/IsometricGrid02
350
D6
  3
Grid/IsometricGrid03
350
D7
  3
Grid/IsometricProjection00
350
D8
  3
Grid/IsometricProjection01
350
D9
  3
Grid/IsometricProjection02
350
DA
  3
Grid/IsometricProjection03
350
DB
  3
Grid/MetaGridSpacingX00
350
DC
  3
Grid/MetaGridSpacingX01
350
DD
  3
Grid/MetaGridSpacingX02
350
DE
  3
Grid/MetaGridSpacingX03
350
DF
  3
Grid/MetaGridSpacingY00
350
E0
  3
Grid/MetaGridSpacingY01
350
E1
  3
Grid/MetaGridSpacingY02
350
E2
  3
Grid/MetaGridSpacingY03
350
E3
  3
MultiPageSettings/Columns
350
E4
  3
MultiPageSettings/GlueMarginsBottom
350
E5
  3
MultiPageSettings/GlueMarginsLeft
350
E6
  3
MultiPageSettings/GlueMarginsRight
350
E7
  3
MultiPageSettings/GlueMarginsTop
350
E8
  3
MultiPageSettings/PrintCropMarks
350
E9
  3
MultiPageSettings/Rows
350
EA
  3
PageSettings/OffsetX
350
EB
  3
PageSettings/OffsetY
350
EC
  3
PageSettings/PageOrientation
350
ED
  3
PageSettings/PaperHeight
350
EE
  3
PageSettings/PaperWidth
350
EF
  3
PageSettings/Scale
350
F0
  3
PageSettings/ShowPaperBorders
350
F1
  3
UnitSettings/PaperUnit
350
F2
  0
XRECORD
  5
C6
330
C3
100
AcDbXrecord
280
1
1000
White
  0
XRECORD
  5
C7
330
C3
100
AcDbXrecord
280
1
1000
FullColor
  0
XRECORD
  5
C8
330
C3
100
AcDbXrecord
280
1
290
1
  0
XRECORD
  5
C9
330
C3
100
AcDbXrecord
280
1
290
1
  0
XRECORD
  5
CA
330
C3
100
AcDbXrecord
280
1
290
1
  0
XRECORD
  5
CB
330
C3
100
AcDbXrecord
280
1
290
1
  0
XRECORD
  5
CC
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
CD
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
CE
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
CF
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
D0
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
D1
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
D2
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
D3
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
D4
330
C3
100
AcDbXrecord
280
1
290
0
  0
XRECORD
  5
D5
330
C3
100
AcDbXrecord
280
1
290
0
  0
XRECORD
  5
D6
330
C3
100
AcDbXrecord
280
1
290
0
  0
XRECORD
  5
D7
330
C3
100
AcDbXrecord
280
1
290
0
  0
XRECORD
  5
D8
330
C3
100
AcDbXrecord
280
1
 90
0
  0
XRECORD
  5
D9
330
C3
100
AcDbXrecord
280
1
 90
0
  0
XRECORD
  5
DA
330
C3
100
AcDbXrecord
280
1
 90
0
  0
XRECORD
  5
DB
330
C3
100
AcDbXrecord
280
1
 90
0
  0
XRECORD
  5
DC
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
DD
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
DE
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
DF
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
E0
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
E1
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
E2
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
E3
330
C3
100
AcDbXrecord
280
1
1000
auto
  0
XRECORD
  5
E4
330
C3
100
AcDbXrecord
280
1
 90
1
  0
XRECORD
  5
E5
330
C3
100
AcDbXrecord
280
1
 40
0.5
  0
XRECORD
  5
E6
330
C3
100
AcDbXrecord
280
1
 40
0.5
  0
XRECORD
  5
E7
330
C3
100
AcDbXrecord
280
1
 40
0.5
  0
XRECORD
  5
E8
330
C3
100
AcDbXrecord
280
1
 40
0.5
  0
XRECORD
  5
E9
330
C3
100
AcDbXrecord
280
1
290
0
  0
XRECORD
  5
EA
330
C3
100
AcDbXrecord
280
1
 90
1
  0
XRECORD
  5
EB
330
C3
100
AcDbXrecord
280
1
 40
0.0
  0
XRECORD
  5
EC
330
C3
100
AcDbXrecord
280
1
 40
0.0
  0
XRECORD
  5
ED
330
C3
100
AcDbXrecord
280
1
1000
Landscape
  0
XRECORD
  5
EE
330
C3
100
AcDbXrecord
280
1
 40
11.0
  0
XRECORD
  5
EF
330
C3
100
AcDbXrecord
280
1
 40
8.5
  0
XRECORD
  5
F0
330
C3
100
AcDbXrecord
280
1
1000
1" = 1"
  0
XRECORD
  5
F1
330
C3
100
AcDbXrecord
280
1
290
1
  0
XRECORD
  5
F2
330
C3
100
AcDbXrecord
280
1
 90
1
  0
ENDSEC
  0
EOF


================================================
FILE: eagle/norns-shield-191106.brd
================================================
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="7.6.0">
<drawing>
<settings>
<setting alwaysvectorfont="yes"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.0125" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.00625" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="2" name="Route2" color="1" fill="3" visible="no" active="no"/>
<layer number="3" name="Route3" color="4" fill="3" visible="no" active="no"/>
<layer number="4" name="Route4" color="1" fill="4" visible="no" active="no"/>
<layer number="5" name="Route5" color="4" fill="4" visible="no" active="no"/>
<layer number="6" name="Route6" color="1" fill="8" visible="no" active="no"/>
<layer number="7" name="Route7" color="4" fill="8" visible="no" active="no"/>
<layer number="8" name="Route8" color="1" fill="2" visible="no" active="no"/>
<layer number="9" name="Route9" color="4" fill="2" visible="no" active="no"/>
<layer number="10" name="Route10" color="1" fill="7" visible="no" active="no"/>
<layer number="11" name="Route11" color="4" fill="7" visible="no" active="no"/>
<layer number="12" name="Route12" color="1" fill="5" visible="no" active="no"/>
<layer number="13" name="Route13" color="4" fill="5" visible="no" active="no"/>
<layer number="14" name="Route14" color="1" fill="6" visible="no" active="no"/>
<layer number="15" name="Route15" color="4" fill="6" visible="no" active="no"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="yes" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="yes" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="yes" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="yes" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="yes" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="yes" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="yes" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="yes" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="yes" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="yes" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="yes" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="yes" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="yes" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="yes" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="53" name="tGND_GNDA" color="7" fill="1" visible="no" active="no"/>
<layer number="54" name="bGND_GNDA" color="7" fill="1" visible="no" active="no"/>
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/>
<layer number="57" name="tCAD" color="7" fill="1" visible="no" active="no"/>
<layer number="58" name="bCAD" color="7" fill="1" visible="yes" active="yes"/>
<layer number="59" name="tCarbon" color="7" fill="1" visible="no" active="no"/>
<layer number="60" name="bCarbon" color="7" fill="1" visible="no" active="no"/>
<layer number="90" name="Modules" color="5" fill="1" visible="no" active="no"/>
<layer number="91" name="Nets" color="2" fill="1" visible="no" active="no"/>
<layer number="92" name="Busses" color="1" fill="1" visible="no" active="no"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="no"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="no" active="no"/>
<layer number="95" name="Names" color="7" fill="1" visible="no" active="no"/>
<layer number="96" name="Values" color="7" fill="1" visible="no" active="no"/>
<layer number="97" name="Info" color="7" fill="1" visible="no" active="no"/>
<layer number="98" name="Guide" color="6" fill="1" visible="no" active="no"/>
<layer number="99" name="SpiceOrder" color="7" fill="1" visible="no" active="no"/>
<layer number="100" name="Muster" color="7" fill="1" visible="yes" active="yes"/>
<layer number="101" name="Patch_Top" color="7" fill="1" visible="yes" active="yes"/>
<layer number="102" name="Vscore" color="7" fill="1" visible="yes" active="yes"/>
<layer number="103" name="tMap" color="7" fill="1" visible="yes" active="yes"/>
<layer number="104" name="Name" color="7" fill="1" visible="yes" active="yes"/>
<layer number="105" name="tPlate" color="7" fill="1" visible="yes" active="yes"/>
<layer number="106" name="bPlate" color="7" fill="1" visible="yes" active="yes"/>
<layer number="107" name="Crop" color="7" fill="1" visible="yes" active="yes"/>
<layer number="108" name="fp8" color="7" fill="1" visible="yes" active="yes"/>
<layer number="109" name="fp9" color="7" fill="1" visible="yes" active="yes"/>
<layer number="110" name="fp0" color="7" fill="1" visible="yes" active="yes"/>
<layer number="111" name="LPC17xx" color="7" fill="1" visible="yes" active="yes"/>
<layer number="112" name="tSilk" color="7" fill="1" visible="yes" active="yes"/>
<layer number="113" name="ReferenceLS" color="7" fill="1" visible="no" active="no"/>
<layer number="114" name="Badge_Outline" color="7" fill="1" visible="yes" active="yes"/>
<layer number="115" name="ReferenceISLANDS" color="7" fill="1" visible="yes" active="yes"/>
<layer number="116" name="Patch_BOT" color="7" fill="1" visible="yes" active="yes"/>
<layer number="118" name="Rect_Pads" color="7" fill="1" visible="no" active="no"/>
<layer number="121" name="_tsilk" color="7" fill="1" visible="yes" active="yes"/>
<layer number="122" name="_bsilk" color="7" fill="1" visible="yes" active="yes"/>
<layer number="123" name="tTestmark" color="7" fill="1" visible="yes" active="yes"/>
<layer number="124" name="bTestmark" color="7" fill="1" visible="yes" active="yes"/>
<layer number="125" name="_tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="126" name="_bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="127" name="_tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="128" name="_bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="129" name="Mask" color="7" fill="1" visible="yes" active="yes"/>
<layer number="131" name="tAdjust" color="7" fill="1" visible="yes" active="yes"/>
<layer number="132" name="bAdjust" color="7" fill="1" visible="yes" active="yes"/>
<layer number="144" name="Drill_legend" color="7" fill="1" visible="yes" active="yes"/>
<layer number="150" name="Notes" color="7" fill="1" visible="yes" active="yes"/>
<layer number="151" name="HeatSink" color="7" fill="1" visible="yes" active="yes"/>
<layer number="152" name="_bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="153" name="FabDoc1" color="6" fill="1" visible="no" active="no"/>
<layer number="154" name="FabDoc2" color="2" fill="1" visible="no" active="no"/>
<layer number="155" name="FabDoc3" color="7" fill="15" visible="no" active="no"/>
<layer number="156" name="tAssmbl" color="7" fill="1" visible="yes" active="yes"/>
<layer number="157" name="bAssmbl" color="7" fill="1" visible="yes" active="yes"/>
<layer number="180" name="cad-plate" color="7" fill="1" visible="yes" active="yes"/>
<layer number="181" name="cad-clearance" color="7" fill="1" visible="yes" active="yes"/>
<layer number="182" name="cad-feet" color="7" fill="1" visible="yes" active="yes"/>
<layer number="183" name="cad-back-heights" color="7" fill="1" visible="yes" active="yes"/>
<layer number="184" name="cad-backplate" color="7" fill="1" visible="yes" active="yes"/>
<layer number="185" name="cad-frontside" color="7" fill="1" visible="yes" active="yes"/>
<layer number="190" name="Faceplate-Hole" color="7" fill="1" visible="yes" active="yes"/>
<layer number="199" name="Contour" color="7" fill="1" visible="yes" active="yes"/>
<layer number="200" name="200bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="201" name="201bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="202" name="202bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="203" name="203bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="204" name="204bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="205" name="205bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="206" name="206bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="207" name="207bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="208" name="208bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="209" name="209bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="210" name="210bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="211" name="211bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="212" name="212bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="213" name="213bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="214" name="214bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="215" name="215bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="216" name="216bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/>
<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/>
<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/>
<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/>
<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/>
<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/>
<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/>
<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/>
<layer number="225" name="225bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="226" name="226bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="227" name="227bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="228" name="228bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="229" name="229bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="230" name="230bmp" color="7" fill="1" visible="yes" active="yes"/>
<layer number="231" name="Eagle3D_PG1" color="7" fill="1" visible="no" active="no"/>
<layer number="232" name="Eagle3D_PG2" color="7" fill="1" visible="no" active="no"/>
<layer number="233" name="Eagle3D_PG3" color="7" fill="1" visible="no" active="no"/>
<layer number="248" name="Housing" color="7" fill="1" visible="yes" active="yes"/>
<layer number="249" name="Edge" color="7" fill="1" visible="yes" active="yes"/>
<layer number="250" name="Descript" color="7" fill="1" visible="yes" active="yes"/>
<layer number="251" name="SMDround" color="7" fill="1" visible="yes" active="yes"/>
<layer number="253" name="Extra" color="7" fill="1" visible="yes" active="yes"/>
<layer number="254" name="cooling" color="7" fill="1" visible="yes" active="yes"/>
<layer number="255" name="routoute" color="7" fill="1" visible="yes" active="yes"/>
</layers>
<board>
<plain>
<wire x1="34.29" y1="50.8" x2="31.75" y2="46.99" width="0.254" layer="21"/>
<wire x1="31.75" y1="46.99" x2="29.21" y2="50.8" width="0.254" layer="21"/>
<wire x1="46.99" y1="46.99" x2="44.45" y2="50.8" width="0.254" layer="21"/>
<wire x1="44.45" y1="50.8" x2="41.91" y2="46.99" width="0.254" layer="21"/>
<wire x1="34.29" y1="50.8" x2="29.21" y2="50.8" width="0.254" layer="21"/>
<wire x1="46.99" y1="46.99" x2="41.91" y2="46.99" width="0.254" layer="21"/>
<wire x1="0" y1="53.34" x2="0" y2="-21.59" width="0" layer="20"/>
<wire x1="0" y1="-21.59" x2="2.54" y2="-24.13" width="0" layer="20" curve="90"/>
<wire x1="2.54" y1="-24.13" x2="82.55" y2="-24.13" width="0" layer="20"/>
<wire x1="82.55" y1="-24.13" x2="85.09" y2="-21.59" width="0" layer="20" curve="90"/>
<wire x1="85.09" y1="-21.59" x2="85.09" y2="53.34" width="0" layer="20"/>
<wire x1="85.09" y1="53.34" x2="82.55" y2="55.88" width="0" layer="20" curve="90"/>
<wire x1="82.55" y1="55.88" x2="2.54" y2="55.88" width="0" layer="20"/>
<wire x1="2.54" y1="55.88" x2="0" y2="53.34" width="0" layer="20" curve="90"/>
<hole x="81.5975" y="-20.6375" drill="2.8"/>
<hole x="3.4925" y="-20.6375" drill="2.8"/>
<text x="2.54" y="46.355" size="1.778" layer="21" ratio="15">////////
norns/shield
191106</text>
<circle x="40.64" y="18.415" radius="0.3175" width="0.254" layer="22"/>
<text x="71.12" y="25.4" size="1.27" layer="26" ratio="15" rot="MR0">TX</text>
<text x="71.12" y="22.86" size="1.27" layer="26" ratio="15" rot="MR0">RX</text>
<text x="71.755" y="15.24" size="1.27" layer="26" ratio="15" rot="MR0">GND</text>
<wire x1="-1.27" y1="-21.59" x2="-1.27" y2="53.34" width="0" layer="180"/>
<wire x1="-1.27" y1="53.34" x2="2.54" y2="57.15" width="0" layer="180" curve="-90"/>
<wire x1="2.54" y1="57.15" x2="82.55" y2="57.15" width="0" layer="180"/>
<wire x1="82.55" y1="57.15" x2="86.36" y2="53.34" width="0" layer="180" curve="-90"/>
<wire x1="86.36" y1="53.34" x2="86.36" y2="-21.59" width="0" layer="180"/>
<wire x1="86.36" y1="-21.59" x2="82.55" y2="-25.4" width="0" layer="180" curve="-90"/>
<wire x1="82.55" y1="-25.4" x2="2.54" y2="-25.4" width="0" layer="180"/>
<wire x1="2.54" y1="-25.4" x2="-1.27" y2="-21.59" width="0" layer="180" curve="-90"/>
<circle x="3.4925" y="-20.6375" radius="1.27" width="0.254" layer="180"/>
<circle x="23.65375" y="52.3875" radius="1.42875" width="0.254" layer="180"/>
<circle x="81.5975" y="52.3875" radius="1.27" width="0.254" layer="180"/>
<circle x="81.5975" y="-20.6375" radius="1.27" width="0.254" layer="180"/>
<circle x="72.39" y="46.99" radius="7.3025" width="0.254" layer="180"/>
<circle x="72.39" y="-15.24" radius="7.3025" width="0.254" layer="180"/>
<circle x="52.07" y="-15.24" radius="7.3025" width="0.254" layer="180"/>
<circle x="57.15" y="46.99" radius="3.81" width="0.254" layer="180"/>
<circle x="26.67" y="-15.24" radius="3.81" width="0.254" layer="180"/>
<circle x="11.43" y="-15.24" radius="3.81" width="0.254" layer="180"/>
</plain>
<libraries>
<library name="raspberrypi_bastelstube_v13">
<description>&lt;b&gt;Raspberry Pi&lt;/b&gt; by &lt;b&gt;Martin's Bastelstube&lt;/b&gt;
&lt;p&gt;
Different shapes of piggyback boards for the famous &amp;amp; fabulous
&lt;a href="http://www.raspberrypi.org/"&gt;Raspberry Pi&lt;/a&gt; computer.
&lt;p&gt;
The outline of the Raspberry Pi board is drawn on layer 52 bDocu, so you can make it invisible if necessary.&lt;br/&gt;
Recommendation: Start your design with RASPI_BOARD_*_FULL, so you are aware of all the big components and
connectors when you're drawing the dimensions of your board and placing your own components.&lt;br/&gt;
Later, you can simply change the package of your Raspberry Pi connector to the RASPI_BOARD_*_EDGES type,
so you can concentrate on your own design.
&lt;p&gt;
Most of my board packages don't have the outline drawn in layer 20 Dimension (except the HATs). This allows you to deviate from the original Raspberry Pi board shape, e.g. when you need more space behind the GPIO connector for the routing of the power supply lines. If you want to stick exactly to the Raspberry Pi board shape, then just draw the Dimension layer right on the lines in layer bDocu.

&lt;hr&gt;&lt;br/&gt;

Version 1.3
&lt;ul&gt;
&lt;li&gt;Added the shape and dimensions of the HAT board with &amp;amp; without the camera and display flex cutout&lt;/li&gt;
&lt;li&gt;New GPIO connector version (suffix &amp;quot;#&amp;quot;) with all pins connected (no more &amp;quot;n.c.&amp;quot; pins)&lt;/li&gt;
&lt;li&gt;Two more &amp;quot;AB-&amp;quot; boards with 5 and 6 drill holes / pads, mechanically compatible with all RasPi versions&lt;/li&gt;
&lt;/ul&gt;

Version 1.2
&lt;ul&gt;
&lt;li&gt;Added a 26-pin GPIO connector with board dimensions of model B+&lt;br/&gt;
       for backwards compatibility with models A and B, named &amp;quot;B-&amp;quot;&lt;/li&gt;
&lt;/ul&gt;

Version 1.1
&lt;ul&gt;
&lt;li&gt;New GPIO connector and board dimensions of model B+&lt;/li&gt;
&lt;li&gt;Old connector and board (for models A and B) renamed to AB&lt;/li&gt;
&lt;li&gt;GPIO pin numbers on connector changed to match Rev2 board design&lt;/li&gt;
&lt;/ul&gt;

Version 1.0
&lt;ul&gt;
&lt;li&gt;More detailed descriptions for all components&lt;/li&gt;
&lt;li&gt;Published on Cadsoft webpage&lt;/li&gt;
&lt;/ul&gt;

&lt;hr&gt;&lt;br/&gt;

Designed by &lt;a href="http://bastelstube.rocci.net/"&gt;Martin's Bastelstube&lt;/a&gt;&lt;br&gt;
Comments / complaints / bug reports / suggestions to &lt;author&gt;eightbit@web.de&lt;/author&gt;</description>
<packages>
<package name="RASPI_BOARD_B+_EDGES_3DRILL">
<description>Raspberry Pi board model B+, outline is only marked by its edges&lt;br&gt;
with 3 drill holes (top left hole is missing to allow routing of power supply lines)</description>
<wire x1="0" y1="3" x2="3" y2="0" width="0.254" layer="52" curve="90"/>
<wire x1="82" y1="0" x2="85" y2="3" width="0.254" layer="52" curve="90"/>
<wire x1="85" y1="53" x2="82" y2="56" width="0.254" layer="52" curve="90"/>
<wire x1="3" y1="56" x2="0" y2="53" width="0.254" layer="52" curve="90"/>
<hole x="3.5" y="3.5" drill="2.75"/>
<hole x="61.5" y="3.5" drill="2.75"/>
<hole x="61.5" y="52.5" drill="2.75"/>
<pad name="1" x="8.37" y="51.23" drill="1" diameter="1.778" shape="square"/>
<pad name="2" x="8.37" y="53.77" drill="1" diameter="1.778"/>
<pad name="3" x="10.91" y="51.23" drill="1" diameter="1.778"/>
<pad name="4" x="10.91" y="53.77" drill="1" diameter="1.778"/>
<pad name="5" x="13.45" y="51.23" drill="1" diameter="1.778"/>
<pad name="6" x="13.45" y="53.77" drill="1" diameter="1.778"/>
<pad name="7" x="15.99" y="51.23" drill="1" diameter="1.778"/>
<pad name="8" x="15.99" y="53.77" drill="1" diameter="1.778"/>
<pad name="9" x="18.53" y="51.23" drill="1" diameter="1.778"/>
<pad name="10" x="18.53" y="53.77" drill="1" diameter="1.778"/>
<pad name="11" x="21.07" y="51.23" drill="1" diameter="1.778"/>
<pad name="12" x="21.07" y="53.77" drill="1" diameter="1.778"/>
<pad name="13" x="23.61" y="51.23" drill="1" diameter="1.778"/>
<pad name="14" x="23.61" y="53.77" drill="1" diameter="1.778"/>
<pad name="15" x="26.15" y="51.23" drill="1" diameter="1.778"/>
<pad name="16" x="26.15" y="53.77" drill="1" diameter="1.778"/>
<pad name="17" x="28.69" y="51.23" drill="1" diameter="1.778"/>
<pad name="18" x="28.69" y="53.77" drill="1" diameter="1.778"/>
<pad name="19" x="31.23" y="51.23" drill="1" diameter="1.778"/>
<pad name="20" x="31.23" y="53.77" drill="1" diameter="1.778"/>
<pad name="21" x="33.77" y="51.23" drill="1" diameter="1.778"/>
<pad name="22" x="33.77" y="53.77" drill="1" diameter="1.778"/>
<pad name="23" x="36.31" y="51.23" drill="1" diameter="1.778"/>
<pad name="24" x="36.31" y="53.77" drill="1" diameter="1.778"/>
<pad name="25" x="38.85" y="51.23" drill="1" diameter="1.778"/>
<pad name="26" x="38.85" y="53.77" drill="1" diameter="1.778"/>
<pad name="27" x="41.39" y="51.23" drill="1" diameter="1.778"/>
<pad name="28" x="41.39" y="53.77" drill="1" diameter="1.778"/>
<pad name="29" x="43.93" y="51.23" drill="1" diameter="1.778"/>
<pad name="30" x="43.93" y="53.77" drill="1" diameter="1.778"/>
<pad name="31" x="46.47" y="51.23" drill="1" diameter="1.778"/>
<pad name="32" x="46.47" y="53.77" drill="1" diameter="1.778"/>
<pad name="33" x="49.01" y="51.23" drill="1" diameter="1.778"/>
<pad name="34" x="49.01" y="53.77" drill="1" diameter="1.778"/>
<pad name="35" x="51.55" y="51.23" drill="1" diameter="1.778"/>
<pad name="36" x="51.55" y="53.77" drill="1" diameter="1.778"/>
<pad name="37" x="54.09" y="51.23" drill="1" diameter="1.778"/>
<pad name="38" x="54.09" y="53.77" drill="1" diameter="1.778"/>
<pad name="39" x="56.63" y="51.23" drill="1" diameter="1.778"/>
<pad name="40" x="56.63" y="53.77" drill="1" diameter="1.778"/>
<wire x1="7.1" y1="55.04" x2="7.1" y2="52.5" width="0.127" layer="21"/>
<wire x1="7.1" y1="52.5" x2="7.1" y2="49.96" width="0.127" layer="21"/>
<wire x1="7.1" y1="49.96" x2="8.0525" y2="49.96" width="0.127" layer="21"/>
<wire x1="8.0525" y1="49.96" x2="8.6875" y2="49.96" width="0.127" layer="21"/>
<wire x1="8.6875" y1="49.96" x2="9.64" y2="49.96" width="0.127" layer="21"/>
<wire x1="9.64" y1="49.96" x2="57.9" y2="49.96" width="0.127" layer="21"/>
<wire x1="57.9" y1="49.96" x2="57.9" y2="55.04" width="0.127" layer="21"/>
<wire x1="57.9" y1="55.04" x2="7.1" y2="55.04" width="0.127" layer="21"/>
<wire x1="7.1" y1="52.5" x2="9.64" y2="52.5" width="0.127" layer="21"/>
<wire x1="9.64" y1="52.5" x2="9.64" y2="49.96" width="0.127" layer="21"/>
<wire x1="8.0525" y1="49.96" x2="8.0525" y2="49.6425" width="0.127" layer="21"/>
<wire x1="8.0525" y1="49.6425" x2="8.6875" y2="49.6425" width="0.127" layer="21"/>
<wire x1="8.6875" y1="49.6425" x2="8.6875" y2="49.96" width="0.127" layer="21"/>
<text x="8.0525" y="48.3725" size="1.016" layer="21" font="vector" ratio="10">1</text>
<circle x="3.5" y="3.5" radius="3.1" width="0.127" layer="52"/>
<circle x="61.5" y="3.5" radius="3.1" width="0.127" layer="52"/>
<circle x="61.5" y="52.5" radius="3.1" width="0.127" layer="52"/>
</package>
</packages>
</library>
<library name="lines">
<packages>
<package name="TSSOP24">
<description>&lt;b&gt;Thin Shrink Small Outline Plastic 24&lt;/b&gt;&lt;p&gt;
MAX3223-MAX3243.pdf</description>
<wire x1="-3.8146" y1="-2.2828" x2="3.8146" y2="-2.2828" width="0.1524" layer="21"/>
<wire x1="3.8146" y1="2.2828" x2="3.8146" y2="-2.2828" width="0.1524" layer="21"/>
<wire x1="3.8146" y1="2.2828" x2="-3.8146" y2="2.2828" width="0.1524" layer="21"/>
<wire x1="-3.8146" y1="-2.2828" x2="-3.8146" y2="2.2828" width="0.1524" layer="21"/>
<wire x1="-3.586" y1="-2.0542" x2="3.586" y2="-2.0542" width="0.0508" layer="21"/>
<wire x1="3.586" y1="2.0542" x2="3.586" y2="-2.0542" width="0.0508" layer="21"/>
<wire x1="3.586" y1="2.0542" x2="-3.586" y2="2.0542" width="0.0508" layer="21"/>
<wire x1="-3.586" y1="-2.0542" x2="-3.586" y2="2.0542" width="0.0508" layer="21"/>
<circle x="-2.9256" y="-1.2192" radius="0.4572" width="0.1524" layer="21"/>
<smd name="1" x="-3.575" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="2" x="-2.925" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="3" x="-2.275" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="4" x="-1.625" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="5" x="-0.975" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="6" x="-0.325" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="7" x="0.325" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="8" x="0.975" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="9" x="1.625" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="10" x="2.275" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="11" x="2.925" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="12" x="3.575" y="-2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="13" x="3.575" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="14" x="2.925" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="15" x="2.275" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="16" x="1.625" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="17" x="0.975" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="18" x="0.325" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="19" x="-0.325" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="20" x="-0.975" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="21" x="-1.625" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="22" x="-2.275" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="23" x="-2.925" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<smd name="24" x="-3.575" y="2.9178" dx="0.3048" dy="0.9906" layer="1"/>
<text x="-4.1956" y="-2.0828" size="1.016" layer="25" ratio="10" rot="R90">&gt;NAME</text>
<text x="5.1862" y="-2.0828" size="1.016" layer="27" ratio="10" rot="R90">&gt;VALUE</text>
<rectangle x1="-3.6766" y1="-3.121" x2="-3.4734" y2="-2.2828" layer="51"/>
<rectangle x1="-3.0266" y1="-3.121" x2="-2.8234" y2="-2.2828" layer="51"/>
<rectangle x1="-2.3766" y1="-3.121" x2="-2.1734" y2="-2.2828" layer="51"/>
<rectangle x1="-1.7266" y1="-3.121" x2="-1.5234" y2="-2.2828" layer="51"/>
<rectangle x1="-1.0766" y1="-3.121" x2="-0.8734" y2="-2.2828" layer="51"/>
<rectangle x1="-0.4266" y1="-3.121" x2="-0.2234" y2="-2.2828" layer="51"/>
<rectangle x1="0.2234" y1="-3.121" x2="0.4266" y2="-2.2828" layer="51"/>
<rectangle x1="0.8734" y1="-3.121" x2="1.0766" y2="-2.2828" layer="51"/>
<rectangle x1="1.5234" y1="-3.121" x2="1.7266" y2="-2.2828" layer="51"/>
<rectangle x1="2.1734" y1="-3.121" x2="2.3766" y2="-2.2828" layer="51"/>
<rectangle x1="2.8234" y1="-3.121" x2="3.0266" y2="-2.2828" layer="51"/>
<rectangle x1="3.4734" y1="-3.121" x2="3.6766" y2="-2.2828" layer="51"/>
<rectangle x1="3.4734" y1="2.2828" x2="3.6766" y2="3.121" layer="51"/>
<rectangle x1="2.8234" y1="2.2828" x2="3.0266" y2="3.121" layer="51"/>
<rectangle x1="2.1734" y1="2.2828" x2="2.3766" y2="3.121" layer="51"/>
<rectangle x1="1.5234" y1="2.2828" x2="1.7266" y2="3.121" layer="51"/>
<rectangle x1="0.8734" y1="2.2828" x2="1.0766" y2="3.121" layer="51"/>
<rectangle x1="0.2234" y1="2.2828" x2="0.4266" y2="3.121" layer="51"/>
<rectangle x1="-0.4266" y1="2.2828" x2="-0.2234" y2="3.121" layer="51"/>
<rectangle x1="-1.0766" y1="2.2828" x2="-0.8734" y2="3.121" layer="51"/>
<rectangle x1="-1.7266" y1="2.2828" x2="-1.5234" y2="3.121" layer="51"/>
<rectangle x1="-2.3766" y1="2.2828" x2="-2.1734" y2="3.121" layer="51"/>
<rectangle x1="-3.0266" y1="2.2828" x2="-2.8234" y2="3.121" layer="51"/>
<rectangle x1="-3.6766" y1="2.2828" x2="-3.4734" y2="3.121" layer="51"/>
</package>
<package name="SJ-3523-SMT">
<smd name="1" x="2.4" y="-3.7" dx="2.2" dy="2.8" layer="1"/>
<smd name="2" x="11.8" y="-3.7" dx="2.8" dy="2.8" layer="1"/>
<smd name="3" x="4.4" y="3.7" dx="2.2" dy="2.8" layer="1"/>
<hole x="3.5" y="0" drill="1.7"/>
<hole x="3.5" y="0" drill="1.7"/>
<hole x="10.4" y="0" drill="1.7"/>
<wire x1="0" y1="2.5" x2="-2.5" y2="2.5" width="0.127" layer="51"/>
<wire x1="-2.5" y1="2.5" x2="-2.5" y2="-2.5" width="0.127" layer="51"/>
<wire x1="-2.5" y1="-2.5" x2="0" y2="-2.5" width="0.127" layer="51"/>
<wire x1="0" y1="-2.5" x2="0" y2="2.5" width="0.127" layer="51"/>
<wire x1="0" y1="3" x2="14.5" y2="3" width="0.127" layer="51"/>
<wire x1="14.5" y1="3" x2="14.5" y2="-3" width="0.127" layer="51"/>
<wire x1="14.5" y1="-3" x2="0" y2="-3" width="0.127" layer="51"/>
<wire x1="0" y1="-3" x2="0" y2="-2.5" width="0.127" layer="51"/>
<wire x1="0" y1="2.5" x2="0" y2="3" width="0.127" layer="51"/>
<text x="6.5" y="3.5" size="1.27" layer="25">&gt;NAME</text>
</package>
<package name="PEC11RN">
<pad name="A" x="-2.5" y="-7.5" drill="1" shape="octagon"/>
<pad name="GND" x="0" y="-7.5" drill="1" shape="octagon"/>
<pad name="B" x="2.5" y="-7.5" drill="1" shape="octagon"/>
<circle x="0" y="0" radius="3" width="0.127" layer="21"/>
<wire x1="6" y1="6.5" x2="-6" y2="6.5" width="0.127" layer="21"/>
<wire x1="-6" y1="6.5" x2="-6" y2="-6.5" width="0.127" layer="21"/>
<wire x1="-6" y1="-6.5" x2="6" y2="-6.5" width="0.127" layer="21"/>
<wire x1="6" y1="-6.5" x2="6" y2="6.5" width="0.127" layer="21"/>
<text x="6.5" y="-6.5" size="1.27" layer="25">&gt;NAME</text>
<text x="6.5" y="5" size="1.27" layer="27">&gt;VALUE</text>
<wire x1="-6.6" y1="-1.3" x2="-6.6" y2="1.3" width="0" layer="20"/>
<wire x1="-6.6" y1="1.3" x2="-6.3" y2="1.6" width="0" layer="20" curve="-90"/>
<wire x1="-6.3" y1="1.6" x2="-5.1" y2="1.6" width="0" layer="20"/>
<wire x1="-5.1" y1="1.6" x2="-4.8" y2="1.3" width="0" layer="20" curve="-90"/>
<wire x1="-4.8" y1="1.3" x2="-4.8" y2="-1.3" width="0" layer="20"/>
<wire x1="-4.8" y1="-1.3" x2="-5.1" y2="-1.6" width="0" layer="20" curve="-90"/>
<wire x1="-5.1" y1="-1.6" x2="-6.3" y2="-1.6" width="0" layer="20"/>
<wire x1="-6.3" y1="-1.6" x2="-6.6" y2="-1.3" width="0" layer="20" curve="-90"/>
<wire x1="4.83" y1="-1.3" x2="4.83" y2="1.3" width="0" layer="20"/>
<wire x1="4.83" y1="1.3" x2="5.13" y2="1.6" width="0" layer="20" curve="-90"/>
<wire x1="5.13" y1="1.6" x2="6.33" y2="1.6" width="0" layer="20"/>
<wire x1="6.33" y1="1.6" x2="6.63" y2="1.3" width="0" layer="20" curve="-90"/>
<wire x1="6.63" y1="1.3" x2="6.63" y2="-1.3" width="0" layer="20"/>
<wire x1="6.63" y1="-1.3" x2="6.33" y2="-1.6" width="0" layer="20" curve="-90"/>
<wire x1="6.33" y1="-1.6" x2="5.13" y2="-1.6" width="0" layer="20"/>
<wire x1="5.13" y1="-1.6" x2="4.83" y2="-1.3" width="0" layer="20" curve="-90"/>
<pad name="P$1" x="-5.715" y="0" drill="1.5" shape="long" rot="R90"/>
<pad name="P$2" x="5.715" y="0" drill="1.5" shape="long" rot="R90"/>
</package>
</packages>
</library>
<library name="testpad">
<description>&lt;b&gt;Test Pins/Pads&lt;/b&gt;&lt;p&gt;
Cream on SMD OFF.&lt;br&gt;
new: Attribute TP_SIGNAL_NAME&lt;br&gt;
&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>
<packages>
<package name="TP12R">
<description>&lt;b&gt;TEST PAD&lt;/b&gt;</description>
<smd name="TP" x="0" y="0" dx="1.2" dy="1.2" layer="1" roundness="100" cream="no"/>
<text x="-0.5999" y="0.65" size="1.27" layer="25">&gt;NAME</text>
<text x="-0.508" y="-0.635" size="0.0254" layer="27">&gt;VALUE</text>
<text x="0" y="-2.54" size="1" layer="37">&gt;TP_SIGNAL_NAME</text>
</package>
</packages>
</library>
<library name="rcl">
<description>&lt;b&gt;Resistors, Capacitors, Inductors&lt;/b&gt;&lt;p&gt;
Based on the previous libraries:
&lt;ul&gt;
&lt;li&gt;r.lbr
&lt;li&gt;cap.lbr 
&lt;li&gt;cap-fe.lbr
&lt;li&gt;captant.lbr
&lt;li&gt;polcap.lbr
&lt;li&gt;ipc-smd.lbr
&lt;/ul&gt;
All SMD packages are defined according to the IPC specifications and  CECC&lt;p&gt;
&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;&lt;p&gt;
&lt;p&gt;
for Electrolyt Capacitors see also :&lt;p&gt;
www.bccomponents.com &lt;p&gt;
www.panasonic.com&lt;p&gt;
www.kemet.com&lt;p&gt;
http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf &lt;b&gt;(SANYO)&lt;/b&gt;
&lt;p&gt;
for trimmer refence see : &lt;u&gt;www.electrospec-inc.com/cross_references/trimpotcrossref.asp&lt;/u&gt;&lt;p&gt;

&lt;table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0&gt;
&lt;tr valign="top"&gt;

&lt;! &lt;td width="10"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td width="90%"&gt;

&lt;b&gt;&lt;font color="#0000FF" size="4"&gt;TRIM-POT CROSS REFERENCE&lt;/font&gt;&lt;/b&gt;
&lt;P&gt;
&lt;TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=8&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;RECTANGULAR MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;BOURNS&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;BI&amp;nbsp;TECH&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;DALE-VISHAY&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;PHILIPS/MEPCO&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;MURATA&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;PANASONIC&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;SPECTROL&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;B&gt;
      &lt;FONT SIZE=3 FACE=ARIAL color="#FF0000"&gt;MILSPEC&lt;/FONT&gt;
      &lt;/B&gt;
    &lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3 &gt;
      3005P&lt;BR&gt;
      3006P&lt;BR&gt;
      3006W&lt;BR&gt;
      3006Y&lt;BR&gt;
      3009P&lt;BR&gt;
      3009W&lt;BR&gt;
      3009Y&lt;BR&gt;
      3057J&lt;BR&gt;
      3057L&lt;BR&gt;
      3057P&lt;BR&gt;
      3057Y&lt;BR&gt;
      3059J&lt;BR&gt;
      3059L&lt;BR&gt;
      3059P&lt;BR&gt;
      3059Y&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      89P&lt;BR&gt;
      89W&lt;BR&gt;
      89X&lt;BR&gt;
      89PH&lt;BR&gt;
      76P&lt;BR&gt;
      89XH&lt;BR&gt;
      78SLT&lt;BR&gt;
      78L&amp;nbsp;ALT&lt;BR&gt;
      56P&amp;nbsp;ALT&lt;BR&gt;
      78P&amp;nbsp;ALT&lt;BR&gt;
      T8S&lt;BR&gt;
      78L&lt;BR&gt;
      56P&lt;BR&gt;
      78P&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      T18/784&lt;BR&gt;
      783&lt;BR&gt;
      781&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      2199&lt;BR&gt;
      1697/1897&lt;BR&gt;
      1680/1880&lt;BR&gt;
      2187&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      8035EKP/CT20/RJ-20P&lt;BR&gt;
      -&lt;BR&gt;
      RJ-20X&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      1211L&lt;BR&gt;
      8012EKQ&amp;nbsp;ALT&lt;BR&gt;
      8012EKR&amp;nbsp;ALT&lt;BR&gt;
      1211P&lt;BR&gt;
      8012EKJ&lt;BR&gt;
      8012EKL&lt;BR&gt;
      8012EKQ&lt;BR&gt;
      8012EKR&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      2101P&lt;BR&gt;
      2101W&lt;BR&gt;
      2101Y&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      2102L&lt;BR&gt;
      2102S&lt;BR&gt;
      2102Y&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      EVMCOG&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      43P&lt;BR&gt;
      43W&lt;BR&gt;
      43Y&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      40L&lt;BR&gt;
      40P&lt;BR&gt;
      40Y&lt;BR&gt;
      70Y-T602&lt;BR&gt;
      70L&lt;BR&gt;
      70P&lt;BR&gt;
      70Y&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      RT/RTR12&lt;BR&gt;
      RT/RTR12&lt;BR&gt;
      RT/RTR12&lt;BR&gt;
      -&lt;BR&gt;
      RJ/RJR12&lt;BR&gt;
      RJ/RJR12&lt;BR&gt;
      RJ/RJR12&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=8&gt;&amp;nbsp;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=8&gt;
      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SQUARE MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MURATA&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;SPECTROL&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MILSPEC&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      3250L&lt;BR&gt;
      3250P&lt;BR&gt;
      3250W&lt;BR&gt;
      3250X&lt;BR&gt;
      3252P&lt;BR&gt;
      3252W&lt;BR&gt;
      3252X&lt;BR&gt;
      3260P&lt;BR&gt;
      3260W&lt;BR&gt;
      3260X&lt;BR&gt;
      3262P&lt;BR&gt;
      3262W&lt;BR&gt;
      3262X&lt;BR&gt;
      3266P&lt;BR&gt;
      3266W&lt;BR&gt;
      3266X&lt;BR&gt;
      3290H&lt;BR&gt;
      3290P&lt;BR&gt;
      3290W&lt;BR&gt;
      3292P&lt;BR&gt;
      3292W&lt;BR&gt;
      3292X&lt;BR&gt;
      3296P&lt;BR&gt;
      3296W&lt;BR&gt;
      3296X&lt;BR&gt;
      3296Y&lt;BR&gt;
      3296Z&lt;BR&gt;
      3299P&lt;BR&gt;
      3299W&lt;BR&gt;
      3299X&lt;BR&gt;
      3299Y&lt;BR&gt;
      3299Z&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      66P&amp;nbsp;ALT&lt;BR&gt;
      66W&amp;nbsp;ALT&lt;BR&gt;
      66X&amp;nbsp;ALT&lt;BR&gt;
      66P&amp;nbsp;ALT&lt;BR&gt;
      66W&amp;nbsp;ALT&lt;BR&gt;
      66X&amp;nbsp;ALT&lt;BR&gt;
      -&lt;BR&gt;
      64W&amp;nbsp;ALT&lt;BR&gt;
      -&lt;BR&gt;
      64P&amp;nbsp;ALT&lt;BR&gt;
      64W&amp;nbsp;ALT&lt;BR&gt;
      64X&amp;nbsp;ALT&lt;BR&gt;
      64P&lt;BR&gt;
      64W&lt;BR&gt;
      64X&lt;BR&gt;
      66X&amp;nbsp;ALT&lt;BR&gt;
      66P&amp;nbsp;ALT&lt;BR&gt;
      66W&amp;nbsp;ALT&lt;BR&gt;
      66P&lt;BR&gt;
      66W&lt;BR&gt;
      66X&lt;BR&gt;
      67P&lt;BR&gt;
      67W&lt;BR&gt;
      67X&lt;BR&gt;
      67Y&lt;BR&gt;
      67Z&lt;BR&gt;
      68P&lt;BR&gt;
      68W&lt;BR&gt;
      68X&lt;BR&gt;
      67Y&amp;nbsp;ALT&lt;BR&gt;
      67Z&amp;nbsp;ALT&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      5050&lt;BR&gt;
      5091&lt;BR&gt;
      5080&lt;BR&gt;
      5087&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      T63YB&lt;BR&gt;
      T63XB&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      5887&lt;BR&gt;
      5891&lt;BR&gt;
      5880&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      T93Z&lt;BR&gt;
      T93YA&lt;BR&gt;
      T93XA&lt;BR&gt;
      T93YB&lt;BR&gt;
      T93XB&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      8026EKP&lt;BR&gt;
      8026EKW&lt;BR&gt;
      8026EKM&lt;BR&gt;
      8026EKP&lt;BR&gt;
      8026EKB&lt;BR&gt;
      8026EKM&lt;BR&gt;
      1309X&lt;BR&gt;
      1309P&lt;BR&gt;
      1309W&lt;BR&gt;
      8024EKP&lt;BR&gt;
      8024EKW&lt;BR&gt;
      8024EKN&lt;BR&gt;
      RJ-9P/CT9P&lt;BR&gt;
      RJ-9W&lt;BR&gt;
      RJ-9X&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      3103P&lt;BR&gt;
      3103Y&lt;BR&gt;
      3103Z&lt;BR&gt;
      3103P&lt;BR&gt;
      3103Y&lt;BR&gt;
      3103Z&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      3105P/3106P&lt;BR&gt;
      3105W/3106W&lt;BR&gt;
      3105X/3106X&lt;BR&gt;
      3105Y/3106Y&lt;BR&gt;
      3105Z/3105Z&lt;BR&gt;
      3102P&lt;BR&gt;
      3102W&lt;BR&gt;
      3102X&lt;BR&gt;
      3102Y&lt;BR&gt;
      3102Z&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      EVMCBG&lt;BR&gt;
      EVMCCG&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      55-1-X&lt;BR&gt;
      55-4-X&lt;BR&gt;
      55-3-X&lt;BR&gt;
      55-2-X&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      50-2-X&lt;BR&gt;
      50-4-X&lt;BR&gt;
      50-3-X&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      64P&lt;BR&gt;
      64W&lt;BR&gt;
      64X&lt;BR&gt;
      64Y&lt;BR&gt;
      64Z&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      RT/RTR22&lt;BR&gt;
      RT/RTR22&lt;BR&gt;
      RT/RTR22&lt;BR&gt;
      RT/RTR22&lt;BR&gt;
      RJ/RJR22&lt;BR&gt;
      RJ/RJR22&lt;BR&gt;
      RJ/RJR22&lt;BR&gt;
      RT/RTR26&lt;BR&gt;
      RT/RTR26&lt;BR&gt;
      RT/RTR26&lt;BR&gt;
      RJ/RJR26&lt;BR&gt;
      RJ/RJR26&lt;BR&gt;
      RJ/RJR26&lt;BR&gt;
      RJ/RJR26&lt;BR&gt;
      RJ/RJR26&lt;BR&gt;
      RJ/RJR26&lt;BR&gt;
      RT/RTR24&lt;BR&gt;
      RT/RTR24&lt;BR&gt;
      RT/RTR24&lt;BR&gt;
      RJ/RJR24&lt;BR&gt;
      RJ/RJR24&lt;BR&gt;
      RJ/RJR24&lt;BR&gt;
      RJ/RJR24&lt;BR&gt;
      RJ/RJR24&lt;BR&gt;
      RJ/RJR24&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=8&gt;&amp;nbsp;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=8&gt;
      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SINGLE TURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MURATA&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;SPECTROL&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD ALIGN=CENTER&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;MILSPEC&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      3323P&lt;BR&gt;
      3323S&lt;BR&gt;
      3323W&lt;BR&gt;
      3329H&lt;BR&gt;
      3329P&lt;BR&gt;
      3329W&lt;BR&gt;
      3339H&lt;BR&gt;
      3339P&lt;BR&gt;
      3339W&lt;BR&gt;
      3352E&lt;BR&gt;
      3352H&lt;BR&gt;
      3352K&lt;BR&gt;
      3352P&lt;BR&gt;
      3352T&lt;BR&gt;
      3352V&lt;BR&gt;
      3352W&lt;BR&gt;
      3362H&lt;BR&gt;
      3362M&lt;BR&gt;
      3362P&lt;BR&gt;
      3362R&lt;BR&gt;
      3362S&lt;BR&gt;
      3362U&lt;BR&gt;
      3362W&lt;BR&gt;
      3362X&lt;BR&gt;
      3386B&lt;BR&gt;
      3386C&lt;BR&gt;
      3386F&lt;BR&gt;
      3386H&lt;BR&gt;
      3386K&lt;BR&gt;
      3386M&lt;BR&gt;
      3386P&lt;BR&gt;
      3386S&lt;BR&gt;
      3386W&lt;BR&gt;
      3386X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      25P&lt;BR&gt;
      25S&lt;BR&gt;
      25RX&lt;BR&gt;
      82P&lt;BR&gt;
      82M&lt;BR&gt;
      82PA&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      91E&lt;BR&gt;
      91X&lt;BR&gt;
      91T&lt;BR&gt;
      91B&lt;BR&gt;
      91A&lt;BR&gt;
      91V&lt;BR&gt;
      91W&lt;BR&gt;
      25W&lt;BR&gt;
      25V&lt;BR&gt;
      25P&lt;BR&gt;
      -&lt;BR&gt;
      25S&lt;BR&gt;
      25U&lt;BR&gt;
      25RX&lt;BR&gt;
      25X&lt;BR&gt;
      72XW&lt;BR&gt;
      72XL&lt;BR&gt;
      72PM&lt;BR&gt;
      72RX&lt;BR&gt;
      -&lt;BR&gt;
      72PX&lt;BR&gt;
      72P&lt;BR&gt;
      72RXW&lt;BR&gt;
      72RXL&lt;BR&gt;
      72X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      T7YB&lt;BR&gt;
      T7YA&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      TXD&lt;BR&gt;
      TYA&lt;BR&gt;
      TYP&lt;BR&gt;
      -&lt;BR&gt;
      TYD&lt;BR&gt;
      TX&lt;BR&gt;
      -&lt;BR&gt;
      150SX&lt;BR&gt;
      100SX&lt;BR&gt;
      102T&lt;BR&gt;
      101S&lt;BR&gt;
      190T&lt;BR&gt;
      150TX&lt;BR&gt;
      101&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      101SX&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      ET6P&lt;BR&gt;
      ET6S&lt;BR&gt;
      ET6X&lt;BR&gt;
      RJ-6W/8014EMW&lt;BR&gt;
      RJ-6P/8014EMP&lt;BR&gt;
      RJ-6X/8014EMX&lt;BR&gt;
      TM7W&lt;BR&gt;
      TM7P&lt;BR&gt;
      TM7X&lt;BR&gt;
      -&lt;BR&gt;
      8017SMS&lt;BR&gt;
      -&lt;BR&gt;
      8017SMB&lt;BR&gt;
      8017SMA&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      CT-6W&lt;BR&gt;
      CT-6H&lt;BR&gt;
      CT-6P&lt;BR&gt;
      CT-6R&lt;BR&gt;
      -&lt;BR&gt;
      CT-6V&lt;BR&gt;
      CT-6X&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      8038EKV&lt;BR&gt;
      -&lt;BR&gt;
      8038EKX&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      8038EKP&lt;BR&gt;
      8038EKZ&lt;BR&gt;
      8038EKW&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      3321H&lt;BR&gt;
      3321P&lt;BR&gt;
      3321N&lt;BR&gt;
      1102H&lt;BR&gt;
      1102P&lt;BR&gt;
      1102T&lt;BR&gt;
      RVA0911V304A&lt;BR&gt;
      -&lt;BR&gt;
      RVA0911H413A&lt;BR&gt;
      RVG0707V100A&lt;BR&gt;
      RVA0607V(H)306A&lt;BR&gt;
      RVA1214H213A&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      3104B&lt;BR&gt;
      3104C&lt;BR&gt;
      3104F&lt;BR&gt;
      3104H&lt;BR&gt;
      -&lt;BR&gt;
      3104M&lt;BR&gt;
      3104P&lt;BR&gt;
      3104S&lt;BR&gt;
      3104W&lt;BR&gt;
      3104X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      EVMQ0G&lt;BR&gt;
      EVMQIG&lt;BR&gt;
      EVMQ3G&lt;BR&gt;
      EVMS0G&lt;BR&gt;
      EVMQ0G&lt;BR&gt;
      EVMG0G&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      EVMK4GA00B&lt;BR&gt;
      EVM30GA00B&lt;BR&gt;
      EVMK0GA00B&lt;BR&gt;
      EVM38GA00B&lt;BR&gt;
      EVMB6&lt;BR&gt;
      EVLQ0&lt;BR&gt;
      -&lt;BR&gt;
      EVMMSG&lt;BR&gt;
      EVMMBG&lt;BR&gt;
      EVMMAG&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      EVMMCS&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      EVMM1&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      EVMM0&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      EVMM3&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      62-3-1&lt;BR&gt;
      62-1-2&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      67R&lt;BR&gt;
      -&lt;BR&gt;
      67P&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      67X&lt;BR&gt;
      63V&lt;BR&gt;
      63S&lt;BR&gt;
      63M&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      63H&lt;BR&gt;
      63P&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      63X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      RJ/RJR50&lt;BR&gt;
      RJ/RJR50&lt;BR&gt;
      RJ/RJR50&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;P&gt;
&lt;TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=7&gt;
      &lt;FONT color="#0000FF" SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SMD TRIM-POT CROSS REFERENCE&lt;/B&gt;&lt;/FONT&gt;
      &lt;P&gt;
      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;MULTI-TURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURNS&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;TOCOS&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;AUX/KYOCERA&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      3224G&lt;BR&gt;
      3224J&lt;BR&gt;
      3224W&lt;BR&gt;
      3269P&lt;BR&gt;
      3269W&lt;BR&gt;
      3269X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      44G&lt;BR&gt;
      44J&lt;BR&gt;
      44W&lt;BR&gt;
      84P&lt;BR&gt;
      84W&lt;BR&gt;
      84X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      ST63Z&lt;BR&gt;
      ST63Y&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      ST5P&lt;BR&gt;
      ST5W&lt;BR&gt;
      ST5X&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=7&gt;&amp;nbsp;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD COLSPAN=7&gt;
      &lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;SINGLE TURN&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BOURNS&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;BI&amp;nbsp;TECH&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;DALE-VISHAY&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PHILIPS/MEPCO&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;PANASONIC&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;TOCOS&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD&gt;
      &lt;FONT SIZE=3 FACE=ARIAL&gt;&lt;B&gt;AUX/KYOCERA&lt;/B&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      3314G&lt;BR&gt;
      3314J&lt;BR&gt;
      3364A/B&lt;BR&gt;
      3364C/D&lt;BR&gt;
      3364W/X&lt;BR&gt;
      3313G&lt;BR&gt;
      3313J&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      23B&lt;BR&gt;
      23A&lt;BR&gt;
      21X&lt;BR&gt;
      21W&lt;BR&gt;
      -&lt;BR&gt;
      22B&lt;BR&gt;
      22A&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      ST5YL/ST53YL&lt;BR&gt;
      ST5YJ/5T53YJ&lt;BR&gt;
      ST-23A&lt;BR&gt;
      ST-22B&lt;BR&gt;
      ST-22&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      ST-4B&lt;BR&gt;
      ST-4A&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      ST-3B&lt;BR&gt;
      ST-3A&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      EVM-6YS&lt;BR&gt;
      EVM-1E&lt;BR&gt;
      EVM-1G&lt;BR&gt;
      EVM-1D&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      G4B&lt;BR&gt;
      G4A&lt;BR&gt;
      TR04-3S1&lt;BR&gt;
      TRG04-2S1&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
    &lt;TD BGCOLOR="#cccccc" ALIGN=CENTER&gt;&lt;FONT FACE=ARIAL SIZE=3&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;
      DVR-43A&lt;BR&gt;
      CVR-42C&lt;BR&gt;
      CVR-42A/C&lt;BR&gt;
      -&lt;BR&gt;
      -&lt;BR&gt;&lt;/FONT&gt;
    &lt;/TD&gt;
  &lt;/TR&gt;
&lt;/TABLE&gt;
&lt;P&gt;
&lt;FONT SIZE=4 FACE=ARIAL&gt;&lt;B&gt;ALT =&amp;nbsp;ALTERNATE&lt;/B&gt;&lt;/FONT&gt;
&lt;P&gt;

&amp;nbsp;
&lt;P&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</description>
<packages>
<package name="C0805">
<description>&lt;b&gt;CAPACITOR&lt;/b&gt;&lt;p&gt;</description>
<wire x1="-1.973" y1="0.983" x2="1.973" y2="0.983" width="0.0508" layer="39"/>
<wire x1="1.973" y1="-0.983" x2="-1.973" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="-1.973" y1="-0.983" x2="-1.973" y2="0.983" width="0.0508" layer="39"/>
<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/>
<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/>
<wire x1="1.973" y1="0.983" x2="1.973" y2="-0.983" width="0.0508" layer="39"/>
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/>
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/>
<text x="-1.27" y="1.27" size="1.27" layer="25">&gt;NAME</text>
<text x="-1.27" y="-2.54" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/>
<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/>
<rectangle x1="-0.1001" y1="-0.4001" x2="0.1001" y2="0.4001" layer="35"/>
</package>
<package name="C1206">
<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>
<wire x1="-2.473" y1="0.983" x2="2.473" y2="0.983" width="0.0508" layer="39"/>
<wire x1="2.473" y1="-0.983" x2="-2.473" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="-2.473" y1="-0.983" x2="-2.473" y2="0.983" width="0.0508" layer="39"/>
<wire x1="2.473" y1="0.983" x2="2.473" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="-0.965" y1="0.787" x2="0.965" y2="0.787" width="0.1016" layer="51"/>
<wire x1="-0.965" y1="-0.787" x2="0.965" y2="-0.787" width="0.1016" layer="51"/>
<smd name="1" x="-1.4" y="0" dx="1.6" dy="1.8" layer="1"/>
<smd name="2" x="1.4" y="0" dx="1.6" dy="1.8" layer="1"/>
<text x="-1.27" y="1.27" size="1.27" layer="25">&gt;NAME</text>
<text x="-1.27" y="-2.54" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="-1.7018" y1="-0.8509" x2="-0.9517" y2="0.8491" layer="51"/>
<rectangle x1="0.9517" y1="-0.8491" x2="1.7018" y2="0.8509" layer="51"/>
<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/>
</package>
<package name="C0603">
<description>&lt;b&gt;CAPACITOR&lt;/b&gt;</description>
<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/>
<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/>
<wire x1="-0.356" y1="0.432" x2="0.356" y2="0.432" width="0.1016" layer="51"/>
<wire x1="-0.356" y1="-0.419" x2="0.356" y2="-0.419" width="0.1016" layer="51"/>
<smd name="1" x="-0.85" y="0" dx="1.1" dy="1" layer="1"/>
<smd name="2" x="0.85" y="0" dx="1.1" dy="1" layer="1"/>
<text x="-0.635" y="0.635" size="1.27" layer="25">&gt;NAME</text>
<text x="-0.635" y="-1.905" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="-0.8382" y1="-0.4699" x2="-0.3381" y2="0.4801" layer="51"/>
<rectangle x1="0.3302" y1="-0.4699" x2="0.8303" y2="0.4801" layer="51"/>
<rectangle x1="-0.1999" y1="-0.3" x2="0.1999" y2="0.3" layer="35"/>
</package>
<package name="R0603">
<description>&lt;b&gt;RESISTOR&lt;/b&gt;</description>
<wire x1="-0.432" y1="-0.356" x2="0.432" y2="-0.356" width="0.1524" layer="51"/>
<wire x1="0.432" y1="0.356" x2="-0.432" y2="0.356" width="0.1524" layer="51"/>
<wire x1="-1.473" y1="0.983" x2="1.473" y2="0.983" width="0.0508" layer="39"/>
<wire x1="1.473" y1="0.983" x2="1.473" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="1.473" y1="-0.983" x2="-1.473" y2="-0.983" width="0.0508" layer="39"/>
<wire x1="-1.473" y1="-0.983" x2="-1.473" y2="0.983" width="0.0508" layer="39"/>
<smd name="1" x="-0.85" y="0" dx="1" dy="1.1" layer="1"/>
<smd name="2" x="0.85" y="0" dx="1" dy="1.1" layer="1"/>
<text x="-0.635" y="0.635" size="1.27" layer="25">&gt;NAME</text>
<text x="-0.635" y="-1.905" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="0.4318" y1="-0.4318" x2="0.8382" y2="0.4318" layer="51"/>
<rectangle x1="-0.8382" y1="-0.4318" x2="-0.4318" y2="0.4318" layer="51"/>
<rectangle x1="-0.1999" y1="-0.4001" x2="0.1999" y2="0.4001" layer="35"/>
</package>
</packages>
</library>
<library name="crystal">
<description>&lt;b&gt;Crystals and Crystal Resonators&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>
<packages>
<package name="ASF">
<description>&lt;b&gt;CRYSTAL CLOCK OSCILLATORS&lt;/b&gt;&lt;p&gt;
5.0 Vdc or 3.3 Vdc - LOW PROFILE ULTRA MINIATURE CERAMIC SURFACE MOUNT&lt;br&gt;
Source: http://www.abracon.com/Oscillators/asf1-L-L1.pdf</description>
<wire x1="-2.2" y1="1.5" x2="2.2" y2="1.5" width="0.2032" layer="51"/>
<wire x1="2.4" y1="1.3" x2="2.4" y2="-1.3" width="0.2032" layer="21"/>
<wire x1="2.2" y1="-1.5" x2="-2.2" y2="-1.5" width="0.2032" layer="51"/>
<wire x1="-2.4" y1="-1.3" x2="-2.4" y2="1.3" width="0.2032" layer="21"/>
<wire x1="-2.2" y1="1.5" x2="-2.4" y2="1.3" width="0.2032" layer="21" curve="-90"/>
<wire x1="2.4" y1="1.3" x2="2.2" y2="1.5" width="0.2032" layer="21" curve="-90"/>
<wire x1="-2.4" y1="-1.3" x2="-2.2" y2="-1.5" width="0.2032" layer="21" curve="-90"/>
<wire x1="2.2" y1="-1.5" x2="2.4" y2="-1.3" width="0.2032" layer="21" curve="-90"/>
<circle x="-1.9" y="-0.95" radius="0.1802" width="0" layer="51"/>
<smd name="1" x="-1.25" y="-1.15" dx="1.6" dy="1.5" layer="1"/>
<smd name="2" x="1.25" y="-1.15" dx="1.6" dy="1.5" layer="1"/>
<smd name="3" x="1.25" y="1.15" dx="1.6" dy="1.5" layer="1" rot="R180"/>
<smd name="4" x="-1.25" y="1.15" dx="1.6" dy="1.5" layer="1" rot="R180"/>
<text x="-2.54" y="2.54" size="1.27" layer="25">&gt;NAME</text>
<text x="-2.54" y="-3.81" size="1.27" layer="27">&gt;VALUE</text>
</package>
</packages>
</library>
<library name="monome_modular">
<description>Generated from &lt;b&gt;thewhitewhale.sch&lt;/b&gt;&lt;p&gt;
by exp-project-lbr.ulp</description>
<packages>
<package name="OLED-ALEPH">
<wire x1="25.529" y1="20.095" x2="-25.529" y2="20.095" width="0.2032" layer="21"/>
<wire x1="-25.529" y1="20.095" x2="-25.529" y2="22.405" width="0.2032" layer="21"/>
<wire x1="-25.529" y1="22.405" x2="25.529" y2="22.405" width="0.2032" layer="21"/>
<wire x1="25.529" y1="22.405" x2="25.529" y2="20.095" width="0.2032" layer="21"/>
<pad name="1" x="24.13" y="21.25" drill="1" diameter="1.5" shape="square" rot="R180"/>
<pad name="2" x="21.59" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="3" x="19.05" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="4" x="16.51" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="5" x="13.97" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="6" x="11.43" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="7" x="8.89" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="8" x="6.35" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="9" x="3.81" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="10" x="1.27" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<text x="-35.25" y="17.715" size="1.27" layer="25">&gt;NAME</text>
<text x="-16.25" y="17.675" size="1.27" layer="27">&gt;VALUE</text>
<pad name="11" x="-1.27" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="12" x="-3.81" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="13" x="-6.35" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="14" x="-8.89" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="15" x="-11.43" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="16" x="-13.97" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="17" x="-16.51" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="18" x="-19.05" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="19" x="-21.59" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<pad name="20" x="-24.13" y="21.25" drill="1" diameter="1.5" shape="octagon" rot="R180"/>
<wire x1="-33" y1="16.99625" x2="33" y2="16.99625" width="0.127" layer="49"/>
<wire x1="33" y1="16.99625" x2="33" y2="-16.02375" width="0.127" layer="49"/>
<wire x1="33" y1="-16.02375" x2="-33" y2="-16.02375" width="0.127" layer="49"/>
<wire x1="-33" y1="-16.02375" x2="-33" y2="16.99625" width="0.127" layer="49"/>
<wire x1="41" y1="23.75" x2="-41" y2="23.75" width="0.127" layer="49"/>
<circle x="-38.5" y="-21.25" radius="1.25" width="0.127" layer="49"/>
<circle x="38.5" y="-21.25" radius="1.25" width="0.127" layer="49"/>
<wire x1="37.1" y1="-23.75" x2="37.1" y2="19.75" width="0.127" layer="49"/>
<wire x1="37.1" y1="19.75" x2="-37.1" y2="19.75" width="0.127" layer="49"/>
<wire x1="-37.1" y1="19.75" x2="-37.1" y2="-23.75" width="0.127" layer="49"/>
<wire x1="-30.5" y1="14.45625" x2="30.5" y2="14.45625" width="0.127" layer="49"/>
<wire x1="30.5" y1="14.45625" x2="30.5" y2="-13.48375" width="0.127" layer="49"/>
<wire x1="30.5" y1="-13.48375" x2="-30.5" y2="-13.48375" width="0.127" layer="49"/>
<wire x1="-30.5" y1="-13.48375" x2="-30.5" y2="14.45625" width="0.127" layer="49"/>
<hole x="38.5" y="-21.25" drill="2.286"/>
<hole x="-38.5" y="-21.25" drill="2.286"/>
<wire x1="-41" y1="23.75" x2="-41" y2="-23.75" width="0.127" layer="49"/>
<wire x1="41" y1="23.75" x2="41" y2="-23.75" width="0.127" layer="49"/>
<wire x1="41" y1="-23.75" x2="37.1" y2="-23.75" width="0.127" layer="49"/>
<wire x1="37.1" y1="-23.75" x2="-37.1" y2="-23.75" width="0.127" layer="49"/>
<wire x1="-37.1" y1="-23.75" x2="-41" y2="-23.75" width="0.127" layer="49"/>
</package>
</packages>
</library>
<library name="monome-inc">
<packages>
<package name="PVA1">
<wire x1="-5" y1="5" x2="5" y2="5" width="0.4064" layer="21"/>
<wire x1="5" y1="5" x2="5" y2="-5" width="0.4064" layer="21"/>
<wire x1="5" y1="-5" x2="-5" y2="-5" width="0.4064" layer="21"/>
<wire x1="-5" y1="-5" x2="-5" y2="5" width="0.4064" layer="21"/>
<pad name="1" x="-3" y="-2.5" drill="0.7" shape="octagon"/>
<pad name="2" x="-3" y="2.5" drill="0.7" shape="octagon"/>
<pad name="3" x="3" y="2.5" drill="0.7" shape="octagon"/>
<pad name="4" x="3" y="-2.5" drill="0.7" shape="octagon"/>
<text x="-5.08" y="6.35" size="1.27" layer="25">&gt;NAME</text>
<text x="-5.08" y="-7.62" size="1.27" layer="27">&gt;VALUE</text>
<wire x1="-5.08" y1="-5.715" x2="5.08" y2="-5.715" width="0.3048" layer="21"/>
</package>
<package name="ISP-ROW">
<wire x1="-7.62" y1="1.27" x2="-7.62" y2="8.89" width="0.3048" layer="21"/>
<wire x1="-7.62" y1="8.89" x2="7.62" y2="8.89" width="0.3048" layer="21"/>
<wire x1="7.62" y1="8.89" x2="7.62" y2="1.27" width="0.3048" layer="21"/>
<smd name="1" x="-6.35" y="0" dx="1.27" dy="2.794" layer="1" rot="R180"/>
<smd name="2" x="-3.81" y="0" dx="1.27" dy="2.794" layer="1" rot="R180"/>
<smd name="3" x="-1.27" y="0" dx="1.27" dy="2.794" layer="1" rot="R180"/>
<smd name="4" x="1.27" y="0" dx="1.27" dy="2.794" layer="1" rot="R180"/>
<smd name="5" x="3.81" y="0" dx="1.27" dy="2.794" layer="1" rot="R180"/>
<smd name="6" x="6.35" y="0" dx="1.27" dy="2.794" layer="1" rot="R180"/>
<text x="-7.62" y="-3.81" size="1.27" layer="21">&gt;NAME</text>
</package>
</packages>
</library>
</libraries>
<attributes>
</attributes>
<variantdefs>
</variantdefs>
<classes>
<class number="0" name="default" width="0" drill="0">
</class>
</classes>
<designrules name="default *">
<description language="de">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;
&lt;p&gt;
Die Standard-Design-Rules sind so gewählt, dass sie für 
die meisten Anwendungen passen. Sollte ihre Platine 
besondere Anforderungen haben, treffen Sie die erforderlichen
Einstellungen hier und speichern die Design Rules unter 
einem neuen Namen ab.</description>
<description language="en">&lt;b&gt;EAGLE Design Rules&lt;/b&gt;
&lt;p&gt;
The default Design Rules have been set to cover
a wide range of applications. Your particular design
may have different requirements, so please make the
necessary adjustments and save your customized
design rules under a new name.</description>
<param name="layerSetup" value="(1*16)"/>
<param name="mtCopper" value="0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm"/>
<param name="mtIsolate" value="1.5mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm"/>
<param name="mdWireWire" value="5mil"/>
<param name="mdWirePad" value="5mil"/>
<param name="mdWireVia" value="5mil"/>
<param name="mdPadPad" value="5mil"/>
<param name="mdPadVia" value="5mil"/>
<param name="mdViaVia" value="5mil"/>
<param name="mdSmdPad" value="0mil"/>
<param name="mdSmdVia" value="0mil"/>
<param name="mdSmdSmd" value="0mil"/>
<param name="mdViaViaSameLayer" value="8mil"/>
<param name="mnLayersViaInSmd" value="2"/>
<param name="mdCopperDimension" value="10mil"/>
<param name="mdDrill" value="8mil"/>
<param name="mdSmdStop" value="0mil"/>
<param name="msWidth" value="8mil"/>
<param name="msDrill" value="10mil"/>
<param name="msMicroVia" value="9.99mm"/>
<param name="msBlindViaRatio" value="0.5"/>
<param name="rvPadTop" value="0.25"/>
<param name="rvPadInner" value="0.25"/>
<param name="rvPadBottom" value="0.25"/>
<param name="rvViaOuter" value="0.25"/>
<param name="rvViaInner" value="0.25"/>
<param name="rvMicroViaOuter" value="0.25"/>
<param name="rvMicroViaInner" value="0.25"/>
<param name="rlMinPadTop" value="10mil"/>
<param name="rlMaxPadTop" value="20mil"/>
<param name="rlMinPadInner" value="10mil"/>
<param name="rlMaxPadInner" value="20mil"/>
<param name="rlMinPadBottom" value="10mil"/>
<param name="rlMaxPadBottom" value="20mil"/>
<param name="rlMinViaOuter" value="8mil"/>
<param name="rlMaxViaOuter" value="20mil"/>
<param name="rlMinViaInner" value="8mil"/>
<param name="rlMaxViaInner" value="20mil"/>
<param name="rlMinMicroViaOuter" value="4mil"/>
<param name="rlMaxMicroViaOuter" value="20mil"/>
<param name="rlMinMicroViaInner" value="4mil"/>
<param name="rlMaxMicroViaInner" value="20mil"/>
<param name="psTop" value="-1"/>
<param name="psBottom" value="-1"/>
<param name="psFirst" value="-1"/>
<param name="psElongationLong" value="100"/>
<param name="psElongationOffset" value="100"/>
<param name="mvStopFrame" value="1"/>
<param name="mvCreamFrame" value="0"/>
<param name="mlMinStopFrame" value="4mil"/>
<param name="mlMaxStopFrame" value="4mil"/>
<param name="mlMinCreamFrame" value="0mil"/>
<param name="mlMaxCreamFrame" value="0mil"/>
<param name="mlViaStopLimit" value="0mil"/>
<param name="srRoundness" value="0"/>
<param name="srMinRoundness" value="0mil"/>
<param name="srMaxRoundness" value="0mil"/>
<param name="slThermalIsolate" value="10mil"/>
<param name="slThermalsForVias" value="0"/>
<param name="dpMaxLengthDifference" value="10mm"/>
<param name="dpGapFactor" value="2.5"/>
<param name="checkGrid" value="0"/>
<param name="checkAngle" value="0"/>
<param name="checkFont" value="1"/>
<param name="checkRestrict" value="1"/>
<param name="useDiameter" value="13"/>
<param name="maxErrors" value="50"/>
</designrules>
<autorouter>
<pass name="Default">
<param name="RoutingGrid" value="50mil"/>
<param name="AutoGrid" value="1"/>
<param name="Efforts" value="0"/>
<param name="TopRouterVariant" value="1"/>
<param name="tpViaShape" value="round"/>
<param name="PrefDir.1" value="a"/>
<param name="PrefDir.2" value="0"/>
<param name="PrefDir.3" value="0"/>
<param name="PrefDir.4" value="0"/>
<param name="PrefDir.5" value="0"/>
<param name="PrefDir.6" value="0"/>
<param name="PrefDir.7" value="0"/>
<param name="PrefDir.8" value="0"/>
<param name="PrefDir.9" value="0"/>
<param name="PrefDir.10" value="0"/>
<param name="PrefDir.11" value="0"/>
<param name="PrefDir.12" value="0"/>
<param name="PrefDir.13" value="0"/>
<param name="PrefDir.14" value="0"/>
<param name="PrefDir.15" value="0"/>
<param name="PrefDir.16" value="a"/>
<param name="cfVia" value="8"/>
<param name="cfNonPref" value="5"/>
<param name="cfChangeDir" value="2"/>
<param name="cfOrthStep" value="2"/>
<param name="cfDiagStep" value="3"/>
<param name="cfExtdStep" value="0"/>
<param name="cfBonusStep" value="1"/>
<param name="cfMalusStep" value="1"/>
<param name="cfPadImpact" value="4"/>
<param name="cfSmdImpact" value="4"/>
<param name="cfBusImpact" value="0"/>
<param name="cfHugging" value="3"/>
<param name="cfAvoid" value="4"/>
<param name="cfPolygon" value="10"/>
<param name="cfBase.1" value="0"/>
<param name="cfBase.2" value="1"/>
<param name="cfBase.3" value="1"/>
<param name="cfBase.4" value="1"/>
<param name="cfBase.5" value="1"/>
<param name="cfBase.6" value="1"/>
<param name="cfBase.7" value="1"/>
<param name="cfBase.8" value="1"/>
<param name="cfBase.9" value="1"/>
<param name="cfBase.10" value="1"/>
<param name="cfBase.11" value="1"/>
<param name="cfBase.12" value="1"/>
<param name="cfBase.13" value="1"/>
<param name="cfBase.14" value="1"/>
<param name="cfBase.15" value="1"/>
<param name="cfBase.16" value="0"/>
<param name="mnVias" value="20"/>
<param name="mnSegments" value="9999"/>
<param name="mnExtdSteps" value="9999"/>
<param name="mnRipupLevel" value="10"/>
<param name="mnRipupSteps" value="100"/>
<param name="mnRipupTotal" value="100"/>
</pass>
<pass name="Follow-me" refer="Default" active="yes">
</pass>
<pass name="Busses" refer="Default" active="yes">
<param name="cfNonPref" value="4"/>
<param name="cfBusImpact" value="4"/>
<param name="cfHugging" value="0"/>
<param name="mnVias" value="0"/>
</pass>
<pass name="Route" refer="Default" active="yes">
</pass>
<pass name="Optimize1" refer="Default" active="yes">
<param name="cfVia" value="99"/>
<param name="cfExtdStep" value="10"/>
<param name="cfHugging" value="1"/>
<param name="mnExtdSteps" value="1"/>
<param name="mnRipupLevel" value="0"/>
</pass>
<pass name="Optimize2" refer="Optimize1" active="yes">
<param name="cfNonPref" value="0"/>
<param name="cfChangeDir" value="6"/>
<param name="cfExtdStep" value="0"/>
<param name="cfBonusStep" value="2"/>
<param name="cfMalusStep" value="2"/>
<param name="cfPadImpact" value="2"/>
<param name="cfSmdImpact" value="2"/>
<param name="cfHugging" value="0"/>
</pass>
<pass name="Optimize3" refer="Optimize2" active="yes">
<param name="cfChangeDir" value="8"/>
<param name="cfPadImpact" value="0"/>
<param name="cfSmdImpact" value="0"/>
</pass>
<pass name="Optimize4" refer="Optimize3" active="yes">
<param name="cfChangeDir" value="25"/>
</pass>
</autorouter>
<elements>
<element name="X1" library="raspberrypi_bastelstube_v13" package="RASPI_BOARD_B+_EDGES_3DRILL" value="RASPI_BOARD_B+#_E3" x="85.09" y="55.88" smashed="yes" rot="R180"/>
<element name="U1" library="lines" package="TSSOP24" value="CS4270" x="33.655" y="27.94" smashed="yes" rot="MR0">
<attribute name="NAME" x="33.8328" y="23.2456" size="0.8128" layer="26" font="vector" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="28.4688" y="25.8572" size="0.8128" layer="28" ratio="10" rot="MR90"/>
</element>
<element name="J1" library="lines" package="SJ-3523-SMT" value="TRS-IN" x="31.75" y="55.88" smashed="yes" rot="MR270">
<attribute name="NAME" x="28.25" y="49.38" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
</element>
<element name="J2" library="lines" package="SJ-3523-SMT" value="TRS-OUT" x="44.45" y="55.88" smashed="yes" rot="MR270">
<attribute name="NAME" x="40.95" y="49.38" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
</element>
<element name="C1" library="rcl" package="C0603" value="100n" x="38.735" y="26.035" smashed="yes" rot="MR270">
<attribute name="NAME" x="37.465" y="22.86" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="40.64" y="26.67" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C2" library="rcl" package="C0805" value="10u" x="40.64" y="26.035" smashed="yes" rot="MR270">
<attribute name="NAME" x="41.91" y="26.035" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="43.145" y="27.415" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="Q1" library="crystal" package="ASF" value="ASFL-12.288mhz" x="38.1" y="20.32" smashed="yes" rot="MR0">
<attribute name="OC_NEWARK" value="99M0411" x="38.1" y="20.32" size="1.778" layer="28" rot="MR0" display="off"/>
<attribute name="OC_FARNELL" value="1838931" x="38.1" y="20.32" size="1.778" layer="28" rot="MR0" display="off"/>
<attribute name="MPN" value="ASFLM1-50.000MHZ-C-T" x="38.1" y="20.32" size="1.778" layer="28" rot="MR0" display="off"/>
<attribute name="MF" value="" x="38.1" y="20.32" size="1.778" layer="28" rot="MR0" display="off"/>
<attribute name="NAME" x="35.40125" y="20.955" size="0.8128" layer="26" font="vector" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="40.64" y="16.51" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R1" library="rcl" package="R0603" value="10k" x="41.91" y="20.32" smashed="yes" rot="MR270">
<attribute name="NAME" x="42.8625" y="19.685" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="43.815" y="20.955" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C3" library="rcl" package="C0603" value="10n" x="38.1" y="16.8275" smashed="yes" rot="MR0">
<attribute name="NAME" x="37.1475" y="15.875" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="38.735" y="14.9225" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="C4" library="rcl" package="C0603" value="100n" x="28.575" y="29.845" smashed="yes" rot="MR90">
<attribute name="NAME" x="27.94" y="31.90875" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="26.67" y="29.21" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C5" library="rcl" package="C0805" value="10u" x="26.67" y="29.845" smashed="yes" rot="MR90">
<attribute name="NAME" x="24.765" y="31.115" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="22.895" y="29.1" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C6" library="rcl" package="C0603" value="100n" x="28.575" y="26.035" smashed="yes" rot="MR270">
<attribute name="NAME" x="29.21" y="23.495" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
<attribute name="VALUE" x="30.48" y="26.67" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C7" library="rcl" package="C1206" value="47u" x="26.67" y="25.4" smashed="yes" rot="MR270">
<attribute name="NAME" x="25.34875" y="27.365" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
<attribute name="VALUE" x="23.46" y="26.78" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C8" library="rcl" package="C0603" value="100n" x="38.735" y="29.845" smashed="yes" rot="MR90">
<attribute name="NAME" x="37.1475" y="31.75" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="37.465" y="29.21" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C9" library="rcl" package="C1206" value="47u" x="40.64" y="30.48" smashed="yes" rot="MR90">
<attribute name="NAME" x="41.91" y="30.7975" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="43.215" y="29.735" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R7" library="rcl" package="R0603" value="3.3k" x="34.6075" y="38.735" smashed="yes" rot="MR90">
<attribute name="NAME" x="36.5125" y="38.1" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="32.7025" y="38.1" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R8" library="rcl" package="R0603" value="1.5k" x="33.02" y="38.735" smashed="yes" rot="MR90">
<attribute name="NAME" x="35.56" y="38.1" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="31.115" y="38.1" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C10" library="rcl" package="C0805" value="10u" x="33.655" y="36.195" smashed="yes" rot="MR0">
<attribute name="NAME" x="36.195" y="36.195" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="35.035" y="33.69" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="C11" library="rcl" package="C0603" value="220p COG" x="33.655" y="34.29" smashed="yes" rot="MR0">
<attribute name="NAME" x="35.56" y="34.6075" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="34.29" y="32.385" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R9" library="rcl" package="R0603" value="3.3k" x="30.48" y="38.735" smashed="yes" rot="MR90">
<attribute name="NAME" x="27.94" y="40.005" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
<attribute name="VALUE" x="28.575" y="38.1" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R10" library="rcl" package="R0603" value="1.5k" x="28.8925" y="38.735" smashed="yes" rot="MR90">
<attribute name="NAME" x="26.9875" y="40.005" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
<attribute name="VALUE" x="25.7175" y="39.37" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C12" library="rcl" package="C0805" value="10u" x="29.845" y="36.195" smashed="yes" rot="MR180">
<attribute name="NAME" x="27.305" y="35.56" size="0.8128" layer="26" font="vector" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="28.465" y="34.255" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="C13" library="rcl" package="C0603" value="220p COG" x="29.845" y="34.29" smashed="yes" rot="MR180">
<attribute name="NAME" x="25.7175" y="34.6075" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="29.21" y="36.195" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="C14" library="rcl" package="C0805" value="3.3u" x="46.355" y="35.8775" smashed="yes" rot="MR0">
<attribute name="NAME" x="47.625" y="33.655" size="0.8128" layer="26" font="vector" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="49.005" y="32.1025" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R11" library="rcl" package="R0603" value="10k" x="46.355" y="37.7825" smashed="yes" rot="MR180">
<attribute name="NAME" x="47.9425" y="41.275" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="45.72" y="39.6875" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="R12" library="rcl" package="R0603" value="470" x="46.355" y="39.37" smashed="yes" rot="MR180">
<attribute name="NAME" x="47.9425" y="42.2275" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="45.72" y="41.275" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="C15" library="rcl" package="C0603" value="2700p COG" x="48.895" y="38.735" smashed="yes" rot="MR270">
<attribute name="NAME" x="50.8" y="37.465" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="50.8" y="39.37" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C16" library="rcl" package="C0805" value="3.3u" x="42.545" y="35.8775" smashed="yes" rot="MR180">
<attribute name="NAME" x="43.815" y="33.655" size="0.8128" layer="26" font="vector" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="39.895" y="39.6525" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="R13" library="rcl" package="R0603" value="10k" x="42.545" y="37.7825" smashed="yes" rot="MR0">
<attribute name="NAME" x="38.735" y="41.5925" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="43.18" y="35.8775" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R14" library="rcl" package="R0603" value="470" x="42.545" y="39.37" smashed="yes" rot="MR0">
<attribute name="NAME" x="38.735" y="42.545" size="0.8128" layer="26" font="vector" ratio="15" rot="MR180"/>
<attribute name="VALUE" x="43.815" y="36.83" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="C17" library="rcl" package="C0603" value="2700p COG" x="40.005" y="38.735" smashed="yes" rot="MR270">
<attribute name="NAME" x="38.1" y="38.735" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="41.91" y="39.37" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R15" library="rcl" package="R0603" value="10k" x="23.495" y="28.575" smashed="yes" rot="MR270">
<attribute name="NAME" x="22.70125" y="29.5275" size="0.8128" layer="26" font="vector" ratio="15" rot="MR270"/>
<attribute name="VALUE" x="25.4" y="29.21" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R18" library="rcl" package="R0603" value="0" x="19.05" y="27.6225" smashed="yes" rot="MR90">
<attribute name="NAME" x="17.145" y="26.67" size="0.8128" layer="26" font="vector" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="17.145" y="26.9875" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="/SDIN" library="testpad" package="TP12R" value="TPTP12R" x="29.21" y="0" smashed="yes" rot="R180">
<attribute name="TP_SIGNAL_NAME" value="" x="29.21" y="2.54" size="1" layer="37" rot="R180"/>
<attribute name="NAME" x="28.575" y="0" size="1.016" layer="25" font="vector" ratio="12" rot="R180"/>
<attribute name="VALUE" x="29.718" y="0.635" size="0.0254" layer="27" rot="R180"/>
</element>
<element name="/LRCK" library="testpad" package="TP12R" value="TPTP12R" x="34.29" y="6.985" smashed="yes" rot="R180">
<attribute name="TP_SIGNAL_NAME" value="" x="34.29" y="9.525" size="1" layer="37" rot="R180"/>
<attribute name="NAME" x="33.655" y="7.62" size="1.016" layer="25" font="vector" ratio="12" rot="R180"/>
<attribute name="VALUE" x="34.798" y="7.62" size="0.0254" layer="27" rot="R180"/>
</element>
<element name="/MCLK" library="testpad" package="TP12R" value="TPTP12R" x="39.37" y="23.495" smashed="yes" rot="R180">
<attribute name="TP_SIGNAL_NAME" value="" x="39.37" y="26.035" size="1" layer="37" rot="R180"/>
<attribute name="NAME" x="39.7226" y="24.78" size="1.016" layer="25" font="vector" ratio="12"/>
<attribute name="VALUE" x="39.878" y="24.13" size="0.0254" layer="27" rot="R180"/>
</element>
<element name="/SCLK" library="testpad" package="TP12R" value="TPTP12R" x="31.75" y="12.7" smashed="yes" rot="R270">
<attribute name="TP_SIGNAL_NAME" value="" x="29.21" y="12.7" size="1" layer="37" rot="R270"/>
<attribute name="NAME" x="26.0701" y="12.08" size="1.016" layer="25" font="vector" ratio="12"/>
<attribute name="VALUE" x="31.115" y="13.208" size="0.0254" layer="27" rot="R270"/>
</element>
<element name="/SDOUT" library="testpad" package="TP12R" value="TPTP12R" x="31.75" y="0" smashed="yes" rot="R180">
<attribute name="TP_SIGNAL_NAME" value="" x="31.75" y="2.54" size="1" layer="37" rot="R180"/>
<attribute name="NAME" x="37.465" y="-0.635" size="1.016" layer="25" font="vector" ratio="12" rot="R180"/>
<attribute name="VALUE" x="32.258" y="0.635" size="0.0254" layer="27" rot="R180"/>
</element>
<element name="/RESET" library="testpad" package="TP12R" value="TPTP12R" x="28.575" y="17.145" smashed="yes">
<attribute name="TP_SIGNAL_NAME" value="" x="28.575" y="14.605" size="1" layer="37"/>
<attribute name="NAME" x="22.225" y="16.51" size="1.016" layer="25" font="vector" ratio="12"/>
<attribute name="VALUE" x="28.067" y="16.51" size="0.0254" layer="27"/>
</element>
<element name="/OUTA" library="testpad" package="TP12R" value="TPTP12R" x="49.53" y="35.8775" smashed="yes" rot="R90">
<attribute name="TP_SIGNAL_NAME" value="" x="52.07" y="35.8775" size="1" layer="37" rot="R90"/>
<attribute name="NAME" x="50.165" y="36.195" size="1.016" layer="25" font="vector" ratio="12" rot="R90"/>
<attribute name="VALUE" x="50.165" y="35.3695" size="0.0254" layer="27" rot="R90"/>
</element>
<element name="/OUTB" library="testpad" package="TP12R" value="TPTP12R" x="39.37" y="35.8775" smashed="yes" rot="R90">
<attribute name="TP_SIGNAL_NAME" value="" x="41.91" y="35.8775" size="1" layer="37" rot="R90"/>
<attribute name="NAME" x="38.1" y="40.64" size="1.016" layer="25" font="vector" ratio="12" rot="R270"/>
<attribute name="VALUE" x="40.005" y="35.3695" size="0.0254" layer="27" rot="R90"/>
</element>
<element name="/INA" library="testpad" package="TP12R" value="TPTP12R" x="36.83" y="36.195" smashed="yes" rot="R90">
<attribute name="TP_SIGNAL_NAME" value="" x="39.37" y="36.195" size="1" layer="37" rot="R90"/>
<attribute name="NAME" x="35.56" y="40.005" size="1.016" layer="25" font="vector" ratio="12" rot="R270"/>
<attribute name="VALUE" x="37.465" y="35.687" size="0.0254" layer="27" rot="R90"/>
</element>
<element name="/INB" library="testpad" package="TP12R" value="TPTP12R" x="26.67" y="36.195" smashed="yes" rot="R90">
<attribute name="TP_SIGNAL_NAME" value="" x="29.21" y="36.195" size="1" layer="37" rot="R90"/>
<attribute name="NAME" x="25.4" y="40.005" size="1.016" layer="25" font="vector" ratio="12" rot="R270"/>
<attribute name="VALUE" x="27.305" y="35.687" size="0.0254" layer="27" rot="R90"/>
</element>
<element name="/SDA" library="testpad" package="TP12R" value="TPTP12R" x="30.48" y="14.605" smashed="yes" rot="R270">
<attribute name="TP_SIGNAL_NAME" value="" x="27.94" y="14.605" size="1" layer="37" rot="R270"/>
<attribute name="NAME" x="26.035" y="13.97" size="1.016" layer="25" font="vector" ratio="12"/>
<attribute name="VALUE" x="29.845" y="15.113" size="0.0254" layer="27" rot="R270"/>
</element>
<element name="/SCL" library="testpad" package="TP12R" value="TPTP12R" x="29.21" y="15.875" smashed="yes" rot="R270">
<attribute name="TP_SIGNAL_NAME" value="" x="26.67" y="15.875" size="1" layer="37" rot="R270"/>
<attribute name="NAME" x="24.765" y="15.24" size="1.016" layer="25" font="vector" ratio="12"/>
<attribute name="VALUE" x="28.575" y="16.383" size="0.0254" layer="27" rot="R270"/>
</element>
<element name="C35" library="rcl" package="C0603" value="10n" x="69.215" y="37.465" smashed="yes" rot="MR90">
<attribute name="NAME" x="68.58" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="67.31" y="36.83" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R26" library="rcl" package="R0603" value="10k" x="61.595" y="37.465" smashed="yes" rot="MR270">
<attribute name="NAME" x="60.96" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="63.5" y="38.1" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R28" library="rcl" package="R0603" value="10k" x="67.31" y="37.465" smashed="yes" rot="MR270">
<attribute name="NAME" x="66.675" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="69.215" y="38.1" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R29" library="rcl" package="R0603" value="10k" x="65.405" y="37.465" smashed="yes" rot="MR270">
<attribute name="NAME" x="64.77" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="67.31" y="38.1" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C36" library="rcl" package="C0603" value="10n" x="59.69" y="37.465" smashed="yes" rot="MR90">
<attribute name="NAME" x="59.055" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="57.785" y="36.83" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C38" library="rcl" package="C0603" value="10n" x="59.055" y="-8.89" smashed="yes" rot="MR270">
<attribute name="NAME" x="56.515" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="60.96" y="-8.255" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R32" library="rcl" package="R0603" value="10k" x="66.675" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="61.595" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="64.77" y="-9.525" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R34" library="rcl" package="R0603" value="10k" x="60.96" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="57.785" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="59.055" y="-9.525" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R35" library="rcl" package="R0603" value="10k" x="62.865" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="59.055" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="60.96" y="-9.525" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C39" library="rcl" package="C0603" value="10n" x="68.58" y="-8.89" smashed="yes" rot="MR270">
<attribute name="NAME" x="62.865" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="70.485" y="-8.255" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C41" library="rcl" package="C0603" value="10n" x="38.735" y="-8.89" smashed="yes" rot="MR270">
<attribute name="NAME" x="30.48" y="-9.525" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="40.64" y="-8.255" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R38" library="rcl" package="R0603" value="10k" x="46.355" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="35.56" y="-9.525" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="44.45" y="-9.525" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R40" library="rcl" package="R0603" value="10k" x="40.64" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="31.75" y="-9.525" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="38.735" y="-9.525" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R41" library="rcl" package="R0603" value="10k" x="42.545" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="33.02" y="-9.525" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="40.64" y="-9.525" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="C42" library="rcl" package="C0603" value="10n" x="48.26" y="-8.89" smashed="yes" rot="MR270">
<attribute name="NAME" x="36.83" y="-9.525" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="50.165" y="-8.255" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="R44" library="rcl" package="R0603" value="10k" x="57.785" y="37.465" smashed="yes" rot="MR90">
<attribute name="NAME" x="57.15" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="55.88" y="36.83" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R45" library="rcl" package="R0603" value="10k" x="55.88" y="37.465" smashed="yes" rot="MR270">
<attribute name="NAME" x="55.245" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="57.785" y="38.1" size="0.8128" layer="28" rot="MR270"/>
</element>
<element name="C44" library="rcl" package="C0603" value="10n" x="53.975" y="37.465" smashed="yes" rot="MR90">
<attribute name="NAME" x="53.34" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="52.07" y="36.83" size="0.8128" layer="28" rot="MR90"/>
</element>
<element name="R46" library="rcl" package="R0603" value="10k" x="19.05" y="-12.7" smashed="yes" rot="MR0">
<attribute name="NAME" x="22.86" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="19.685" y="-14.605" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R47" library="rcl" package="R0603" value="10k" x="19.05" y="-14.605" smashed="yes" rot="MR180">
<attribute name="NAME" x="22.86" y="-15.24" size="0.8128" layer="26" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="18.415" y="-12.7" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="C45" library="rcl" package="C0603" value="10n" x="19.05" y="-16.51" smashed="yes" rot="MR0">
<attribute name="NAME" x="22.86" y="-17.145" size="0.8128" layer="26" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="19.685" y="-18.415" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R48" library="rcl" package="R0603" value="10k" x="34.29" y="-12.7" smashed="yes" rot="MR0">
<attribute name="NAME" x="38.1" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="34.925" y="-14.605" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="R49" library="rcl" package="R0603" value="10k" x="34.29" y="-14.605" smashed="yes" rot="MR180">
<attribute name="NAME" x="38.1" y="-15.24" size="0.8128" layer="26" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="33.655" y="-12.7" size="0.8128" layer="28" rot="MR180"/>
</element>
<element name="C46" library="rcl" package="C0603" value="10n" x="34.29" y="-16.51" smashed="yes" rot="MR0">
<attribute name="NAME" x="38.1" y="-17.145" size="0.8128" layer="26" ratio="15" rot="MR0"/>
<attribute name="VALUE" x="34.925" y="-18.415" size="0.8128" layer="28" rot="MR0"/>
</element>
<element name="SW1" library="monome-inc" package="PVA1" value="PVA1" x="57.15" y="46.99" rot="R180"/>
<element name="SW2" library="monome-inc" package="PVA1" value="PVA1" x="11.43" y="-15.24" rot="R180"/>
<element name="SW3" library="monome-inc" package="PVA1" value="PVA1" x="26.67" y="-15.24" rot="R180"/>
<element name="U$1" library="monome_modular" package="OLED-ALEPH" value="OLED128X64" x="42.545" y="15.875" smashed="yes" rot="R180">
<attribute name="VALUE" x="58.795" y="-1.8" size="1.27" layer="27" rot="R180"/>
</element>
<element name="E1" library="lines" package="PEC11RN" value="ENC" x="72.39" y="46.99" smashed="yes" rot="R270">
<attribute name="NAME" x="67.31" y="40.64" size="1.27" layer="25" rot="R180"/>
<attribute name="VALUE" x="77.39" y="40.49" size="1.27" layer="27" rot="R270"/>
</element>
<element name="E2" library="lines" package="PEC11RN" value="ENC" x="72.39" y="-15.24" smashed="yes" rot="R270">
<attribute name="NAME" x="67.31" y="-21.59" size="1.27" layer="25" rot="R180"/>
<attribute name="VALUE" x="77.39" y="-21.74" size="1.27" layer="27" rot="R270"/>
</element>
<element name="E3" library="lines" package="PEC11RN" value="ENC" x="52.07" y="-15.24" smashed="yes" rot="R270">
<attribute name="NAME" x="46.99" y="-21.59" size="1.27" layer="25" rot="R180"/>
<attribute name="VALUE" x="57.07" y="-21.74" size="1.27" layer="27" rot="R270"/>
</element>
<element name="J3" library="monome-inc" package="ISP-ROW" value="ISP-ROW" x="74.295" y="22.225" smashed="yes" rot="MR90">
<attribute name="NAME" x="81.28" y="15.24" size="1.27" layer="22" ratio="13" rot="MR90"/>
</element>
<element name="R2" library="rcl" package="R0603" value="10k" x="63.5" y="37.465" smashed="yes" rot="MR270">
<attribute name="NAME" x="62.865" y="33.655" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="65.405" y="38.1" size="1.27" layer="28" rot="MR270"/>
</element>
<element name="R3" library="rcl" package="R0603" value="10k" x="64.77" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="60.325" y="-13.335" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="62.865" y="-9.525" size="1.27" layer="28" rot="MR90"/>
</element>
<element name="R4" library="rcl" package="R0603" value="10k" x="44.45" y="-8.89" smashed="yes" rot="MR90">
<attribute name="NAME" x="34.29" y="-9.525" size="0.8128" layer="26" ratio="15" rot="MR90"/>
<attribute name="VALUE" x="42.545" y="-9.525" size="1.27" layer="28" rot="MR90"/>
</element>
</elements>
<signals>
<signal name="LRCK">
<contactref element="X1" pad="35"/>
<contactref element="U1" pad="2"/>
<contactref element="/LRCK" pad="TP"/>
<wire x1="36.58" y1="25.0222" x2="36.58" y2="23.88" width="0.254" layer="16"/>
<wire x1="36.58" y1="23.88" x2="36.195" y2="23.495" width="0.254" layer="16"/>
<wire x1="36.195" y1="23.495" x2="35.56" y2="23.495" width="0.254" layer="16"/>
<wire x1="35.56" y1="23.495" x2="34.29" y2="22.225" width="0.254" layer="16"/>
<wire x1="34.29" y1="22.225" x2="34.29" y2="13.97" width="0.254" layer="16"/>
<wire x1="33.54" y1="4.65" x2="33.54" y2="5.6" width="0.254" layer="16"/>
<wire x1="33.54" y1="5.6" x2="34.925" y2="6.985" width="0.254" layer="16"/>
<wire x1="34.29" y1="13.97" x2="34.925" y2="13.335" width="0.254" layer="16"/>
<wire x1="34.925" y1="13.335" x2="34.925" y2="6.985" width="0.254" layer="16"/>
<wire x1="34.29" y1="6.985" x2="34.29" y2="5.4" width="0.254" layer="1"/>
<wire x1="34.29" y1="5.4" x2="33.54" y2="4.65" width="0.254" layer="1"/>
</signal>
<signal name="SCLK">
<contactref element="X1" pad="12"/>
<contactref element="U1" pad="4"/>
<contactref element="/SCLK" pad="TP"/>
<wire x1="35.28" y1="25.0222" x2="35.28" y2="24.1675" width="0.254" layer="16"/>
<wire x1="35.28" y1="24.1675" x2="33.655" y2="22.5425" width="0.254" layer="16"/>
<wire x1="33.655" y1="22.5425" x2="33.655" y2="13.0175" width="0.254" layer="16"/>
<wire x1="33.655" y1="13.0175" x2="33.9725" y2="12.7" width="0.254" layer="16"/>
<via x="33.9725" y="12.7" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="33.9725" y1="12.7" x2="38.1" y2="12.7" width="0.254" layer="1"/>
<wire x1="38.1" y1="12.7" x2="39.37" y2="11.43" width="0.254" layer="1"/>
<via x="39.37" y="11.43" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="39.37" y1="11.43" x2="41.91" y2="8.89" width="0.254" layer="16"/>
<wire x1="41.91" y1="8.89" x2="51.91125" y2="8.89" width="0.254" layer="16"/>
<wire x1="51.91125" y1="8.89" x2="55.08625" y2="5.715" width="0.254" layer="16"/>
<wire x1="55.08625" y1="5.715" x2="55.08625" y2="1.42875" width="0.254" layer="16"/>
<wire x1="55.08625" y1="1.42875" x2="55.88" y2="0.635" width="0.254" layer="16"/>
<wire x1="55.88" y1="0.635" x2="62.545" y2="0.635" width="0.254" layer="16"/>
<wire x1="62.545" y1="0.635" x2="64.02" y2="2.11" width="0.254" layer="16"/>
<wire x1="31.75" y1="12.7" x2="33.9725" y2="12.7" width="0.254" layer="1"/>
</signal>
<signal name="+3V3">
<contactref element="U1" pad="5"/>
<contactref element="C1" pad="1"/>
<contactref element="C2" pad="1"/>
<contactref element="U1" pad="8"/>
<contactref element="Q1" pad="4"/>
<contactref element="C3" pad="1"/>
<contactref element="R1" pad="1"/>
<wire x1="34.63" y1="27.305" x2="38.115" y2="27.305" width="0.254" layer="16"/>
<wire x1="34.63" y1="25.0222" x2="34.63" y2="27.305" width="0.254" layer="16"/>
<contactref element="X1" pad="1"/>
<contactref element="X1" pad="17"/>
<wire x1="32.68" y1="25.0222" x2="32.68" y2="26.6475" width="0.254" layer="16"/>
<wire x1="32.68" y1="26.6475" x2="33.3375" y2="27.305" width="0.254" layer="16"/>
<wire x1="33.3375" y1="27.305" x2="34.63" y2="27.305" width="0.254" layer="16"/>
<wire x1="40.54" y1="26.885" x2="40.64" y2="26.985" width="0.254" layer="16"/>
<wire x1="38.115" y1="27.305" x2="38.735" y2="26.885" width="0.254" layer="16"/>
<wire x1="38.735" y1="26.885" x2="40.425" y2="26.885" width="0.4064" layer="16"/>
<wire x1="40.425" y1="26.885" x2="40.64" y2="26.67" width="0.4064" layer="16"/>
<wire x1="40.64" y1="26.67" x2="40.34" y2="26.685" width="0.4064" layer="16"/>
<wire x1="40.34" y1="26.685" x2="40.64" y2="26.985" width="0.254" layer="16"/>
<wire x1="39.35" y1="21.47" x2="41.41" y2="21.47" width="0.254" layer="16"/>
<wire x1="41.41" y1="21.47" x2="41.91" y2="21.17" width="0.254" layer="16"/>
<wire x1="38.95" y1="16.8275" x2="41.275" y2="16.8275" width="0.4064" layer="16"/>
<wire x1="41.275" y1="16.8275" x2="43.4975" y2="19.05" width="0.4064" layer="16"/>
<wire x1="43.4975" y1="19.05" x2="43.4975" y2="20.955" width="0.4064" layer="16"/>
<wire x1="43.4975" y1="20.955" x2="43.4975" y2="24.765" width="0.4064" layer="16"/>
<wire x1="43.4975" y1="24.765" x2="41.5925" y2="26.67" width="0.4064" layer="16"/>
<wire x1="41.5925" y1="26.67" x2="40.955" y2="26.67" width="0.4064" layer="16"/>
<wire x1="40.955" y1="26.67" x2="40.64" y2="26.985" width="0.254" layer="16"/>
<wire x1="41.91" y1="21.17" x2="41.91" y2="20.955" width="0.254" layer="16"/>
<wire x1="41.91" y1="20.955" x2="43.4975" y2="20.955" width="0.254" layer="16"/>
<wire x1="57.62625" y1="3.33375" x2="75.40375" y2="3.33375" width="0.254" layer="16"/>
<wire x1="75.40375" y1="3.33375" x2="76.72" y2="4.65" width="0.254" layer="16"/>
<wire x1="43.4975" y1="19.05" x2="62.32" y2="19.05" width="0.4064" layer="16"/>
<wire x1="62.32" y1="19.05" x2="76.72" y2="4.65" width="0.4064" layer="16"/>
<wire x1="56.4" y1="4.65" x2="56.4" y2="4.56" width="0.254" layer="16"/>
<wire x1="56.4" y1="4.56" x2="57.62625" y2="3.33375" width="0.254" layer="16"/>
<contactref element="R29" pad="2"/>
<contactref element="R35" pad="2"/>
<contactref element="R41" pad="2"/>
<contactref element="R44" pad="1"/>
<contactref element="R46" pad="1"/>
<contactref element="R48" pad="1"/>
<polygon width="0.254" layer="16">
<vertex x="0" y="-1.27"/>
<vertex x="45.72" y="-1.27"/>
<vertex x="52.07" y="5.08"/>
<vertex x="52.07" y="55.88"/>
<vertex x="85.09" y="55.88"/>
<vertex x="85.09" y="-24.13"/>
<vertex x="0" y="-24.13"/>
</polygon>
<contactref element="U$1" pad="2"/>
<contactref element="R2" pad="2"/>
<contactref element="R3" pad="2"/>
<contactref element="R4" pad="2"/>
</signal>
<signal name="GND">
<contactref element="X1" pad="39"/>
<contactref element="X1" pad="6"/>
<contactref element="X1" pad="34"/>
<contactref element="X1" pad="30"/>
<contactref element="X1" pad="25"/>
<contactref element="X1" pad="20"/>
<contactref element="X1" pad="14"/>
<contactref element="X1" pad="9"/>
<contactref element="U1" pad="6"/>
<contactref element="C1" pad="2"/>
<contactref element="C2" pad="2"/>
<contactref element="Q1" pad="2"/>
<contactref element="C3" pad="2"/>
<contactref element="R15" pad="2"/>
<contactref element="R18" pad="1"/>
<wire x1="33.98" y1="25.0222" x2="33.98" y2="26.0275" width="0.254" layer="16"/>
<wire x1="33.98" y1="26.0275" x2="33.655" y2="26.3525" width="0.254" layer="16"/>
<via x="33.655" y="26.3525" extent="1-16" drill="0.381" shape="octagon"/>
<via x="40.64" y="23.8125" extent="1-16" drill="0.381" shape="octagon"/>
<contactref element="U1" pad="12"/>
<contactref element="U1" pad="11"/>
<polygon width="0.254" layer="1" spacing="0.254">
<vertex x="85.09" y="-24.13"/>
<vertex x="85.09" y="55.88"/>
<vertex x="51.435" y="55.88"/>
<vertex x="51.435" y="33.3375"/>
<vertex x="45.4025" y="27.305"/>
<vertex x="33.02" y="27.305"/>
<vertex x="29.21" y="23.495"/>
<vertex x="27.94" y="23.495"/>
<vertex x="24.13" y="27.305"/>
<vertex x="0" y="27.305"/>
<vertex x="0" y="-24.13"/>
</polygon>
<wire x1="30.08" y1="25.0222" x2="30.08" y2="23.895" width="0.254" layer="16"/>
<wire x1="30.08" y1="23.895" x2="30.48" y2="23.495" width="0.254" layer="16"/>
<via x="30.48" y="23.495" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="30.73" y1="25.0222" x2="30.73" y2="23.745" width="0.254" layer="16"/>
<wire x1="30.73" y1="23.745" x2="30.48" y2="23.495" width="0.254" layer="16"/>
<contactref element="U1" pad="13"/>
<wire x1="30.08" y1="30.8578" x2="30.08" y2="31.515" width="0.254" layer="16"/>
<wire x1="30.08" y1="31.515" x2="29.5275" y2="32.0675" width="0.254" layer="16"/>
<wire x1="29.5275" y1="32.0675" x2="25.7175" y2="32.0675" width="0.254" layer="16"/>
<wire x1="25.7175" y1="32.0675" x2="24.4475" y2="30.7975" width="0.254" layer="16"/>
<wire x1="24.4475" y1="30.7975" x2="24.4475" y2="28.575" width="0.254" layer="16"/>
<wire x1="40.64" y1="25.085" x2="40.64" y2="23.8125" width="0.254" layer="16"/>
<contactref element="C35" pad="2"/>
<contactref element="C36" pad="2"/>
<contactref element="C38" pad="2"/>
<contactref element="C39" pad="2"/>
<contactref element="C41" pad="2"/>
<contactref element="C42" pad="2"/>
<contactref element="C44" pad="2"/>
<contactref element="C45" pad="2"/>
<contactref element="C46" pad="2"/>
<wire x1="23.495" y1="27.725" x2="23.495" y2="27.305" width="0.254" layer="16"/>
<via x="23.495" y="27.305" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="23.495" y1="27.725" x2="23.7975" y2="27.925" width="0.254" layer="16"/>
<wire x1="23.7975" y1="27.925" x2="24.4475" y2="28.575" width="0.254" layer="16"/>
<wire x1="37.25" y1="16.8275" x2="36.83" y2="16.8275" width="0.254" layer="16"/>
<via x="36.83" y="16.8275" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="36.83" y1="16.8275" x2="36.83" y2="19.15" width="0.254" layer="16"/>
<wire x1="36.83" y1="19.15" x2="36.85" y2="19.17" width="0.254" layer="16"/>
<wire x1="19.05" y1="26.7725" x2="19.05" y2="26.035" width="0.4064" layer="16"/>
<via x="19.05" y="26.035" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="59.69" y1="38.315" x2="59.69" y2="39.37" width="0.254" layer="16"/>
<wire x1="69.215" y1="38.315" x2="69.215" y2="39.37" width="0.254" layer="16"/>
<via x="59.69" y="39.37" extent="1-16" drill="0.254" shape="octagon"/>
<via x="69.215" y="39.37" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="38.735" y1="-9.74" x2="38.735" y2="-10.4775" width="0.254" layer="16"/>
<wire x1="48.26" y1="-9.74" x2="48.26" y2="-10.4775" width="0.254" layer="16"/>
<via x="38.735" y="-10.4775" extent="1-16" drill="0.254" shape="octagon"/>
<via x="48.26" y="-10.4775" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="59.055" y1="-9.74" x2="59.055" y2="-10.4775" width="0.254" layer="16"/>
<wire x1="68.58" y1="-9.74" x2="68.58" y2="-10.4775" width="0.254" layer="16"/>
<via x="59.055" y="-10.4775" extent="1-16" drill="0.254" shape="octagon"/>
<via x="68.58" y="-10.4775" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="17.17" y1="-17.74" x2="18.2" y2="-16.51" width="0.254" layer="16"/>
<wire x1="32.41" y1="-17.74" x2="33.44" y2="-16.51" width="0.254" layer="16"/>
<contactref element="SW1" pad="2"/>
<contactref element="SW1" pad="3"/>
<contactref element="SW2" pad="2"/>
<contactref element="SW2" pad="3"/>
<contactref element="SW3" pad="2"/>
<contactref element="SW3" pad="3"/>
<contactref element="U$1" pad="5"/>
<contactref element="U$1" pad="6"/>
<contactref element="U$1" pad="9"/>
<contactref element="U$1" pad="10"/>
<contactref element="U$1" pad="11"/>
<contactref element="U$1" pad="12"/>
<contactref element="U$1" pad="13"/>
<contactref element="U$1" pad="14"/>
<contactref element="U$1" pad="20"/>
<contactref element="U$1" pad="19"/>
<contactref element="U$1" pad="1"/>
<wire x1="53.975" y1="38.315" x2="53.96" y2="38.115" width="0.254" layer="16"/>
<wire x1="53.96" y1="38.115" x2="53.975" y2="39.37" width="0.254" layer="16"/>
<via x="53.975" y="39.37" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="29.67" y1="-17.74" x2="32.41" y2="-17.74" width="0.254" layer="16"/>
<wire x1="14.43" y1="-17.74" x2="17.17" y2="-17.74" width="0.254" layer="16"/>
<contactref element="E1" pad="GND"/>
<contactref element="E2" pad="GND"/>
<contactref element="E3" pad="GND"/>
<contactref element="J3" pad="1"/>
<wire x1="74.295" y1="15.875" x2="77.47" y2="15.875" width="0.3048" layer="16"/>
<via x="77.47" y="15.875" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="38.735" y1="25.185" x2="40.54" y2="25.185" width="0.4064" layer="16"/>
<wire x1="40.54" y1="25.185" x2="40.64" y2="25.085" width="0.4064" layer="16"/>
</signal>
<signal name="SDA">
<contactref element="U1" pad="9"/>
<contactref element="/SDA" pad="TP"/>
<contactref element="X1" pad="3"/>
<wire x1="32.03" y1="25.0222" x2="32.03" y2="23.85" width="0.254" layer="16"/>
<wire x1="32.03" y1="23.85" x2="32.385" y2="23.495" width="0.254" layer="16"/>
<wire x1="32.385" y1="23.495" x2="32.385" y2="15.24" width="0.254" layer="16"/>
<wire x1="32.385" y1="15.24" x2="31.75" y2="14.605" width="0.254" layer="16"/>
<via x="31.75" y="14.605" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="31.75" y1="14.605" x2="32.86125" y2="13.49375" width="0.254" layer="1"/>
<wire x1="32.86125" y1="13.49375" x2="38.57625" y2="13.49375" width="0.254" layer="1"/>
<wire x1="38.57625" y1="13.49375" x2="39.37" y2="12.7" width="0.254" layer="1"/>
<wire x1="74.18" y1="4.65" x2="74.09" y2="4.65" width="0.254" layer="16"/>
<wire x1="74.09" y1="4.65" x2="66.04" y2="12.7" width="0.254" layer="16"/>
<wire x1="66.04" y1="12.7" x2="41.91" y2="12.7" width="0.254" layer="16"/>
<via x="41.91" y="12.7" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="41.91" y1="12.7" x2="39.37" y2="12.7" width="0.254" layer="1"/>
<wire x1="30.48" y1="14.605" x2="31.75" y2="14.605" width="0.254" layer="1"/>
</signal>
<signal name="N$1">
<contactref element="Q1" pad="1"/>
<contactref element="R1" pad="2"/>
<wire x1="39.35" y1="19.17" x2="41.41" y2="19.17" width="0.254" layer="16"/>
<wire x1="41.41" y1="19.17" x2="41.91" y2="19.47" width="0.254" layer="16"/>
</signal>
<signal name="N$4">
<contactref element="U1" pad="17"/>
<contactref element="C4" pad="1"/>
<contactref element="C5" pad="1"/>
<wire x1="32.68" y1="30.8578" x2="32.68" y2="30.14" width="0.254" layer="16"/>
<wire x1="32.68" y1="30.14" x2="31.75" y2="29.21" width="0.254" layer="16"/>
<wire x1="31.75" y1="29.21" x2="28.79" y2="29.21" width="0.254" layer="16"/>
<wire x1="28.79" y1="29.21" x2="28.575" y2="28.995" width="0.254" layer="16"/>
<wire x1="28.575" y1="28.995" x2="26.97" y2="29.195" width="0.254" layer="16"/>
<wire x1="26.97" y1="29.195" x2="26.67" y2="28.895" width="0.254" layer="16"/>
</signal>
<signal name="N$5">
<contactref element="U1" pad="18"/>
<contactref element="C6" pad="1"/>
<contactref element="C7" pad="1"/>
<wire x1="33.33" y1="30.8578" x2="33.33" y2="29.52" width="0.254" layer="16"/>
<wire x1="33.33" y1="29.52" x2="32.385" y2="28.575" width="0.254" layer="16"/>
<wire x1="32.385" y1="28.575" x2="30.265" y2="28.575" width="0.254" layer="16"/>
<wire x1="30.265" y1="28.575" x2="28.575" y2="26.885" width="0.254" layer="16"/>
<wire x1="26.67" y1="26.8" x2="28.49" y2="26.8" width="0.254" layer="16"/>
<wire x1="28.49" y1="26.8" x2="28.575" y2="26.885" width="0.254" layer="16"/>
</signal>
<signal name="INA">
<contactref element="U1" pad="16"/>
<contactref element="C10" pad="1"/>
<contactref element="C11" pad="1"/>
<contactref element="/INA" pad="TP"/>
<wire x1="32.03" y1="30.8578" x2="32.03" y2="32.03" width="0.254" layer="16"/>
<wire x1="32.03" y1="32.03" x2="33.02" y2="33.02" width="0.254" layer="16"/>
<wire x1="33.02" y1="33.02" x2="33.655" y2="33.02" width="0.254" layer="16"/>
<wire x1="33.655" y1="33.02" x2="34.29" y2="33.655" width="0.254" layer="16"/>
<wire x1="34.29" y1="33.655" x2="34.29" y2="34.275" width="0.254" layer="16"/>
<wire x1="34.29" y1="34.275" x2="34.505" y2="34.29" width="0.254" layer="16"/>
<wire x1="34.605" y1="36.195" x2="35.56" y2="36.195" width="0.254" layer="16"/>
<via x="35.56" y="36.195" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="35.56" y1="36.195" x2="36.83" y2="36.195" width="0.254" layer="1"/>
<wire x1="34.605" y1="36.195" x2="34.605" y2="34.39" width="0.4064" layer="16"/>
<wire x1="34.605" y1="34.39" x2="34.505" y2="34.29" width="0.4064" layer="16"/>
</signal>
<signal name="INB">
<contactref element="U1" pad="15"/>
<contactref element="C12" pad="1"/>
<contactref element="C13" pad="1"/>
<contactref element="/INB" pad="TP"/>
<wire x1="31.38" y1="30.8578" x2="31.38" y2="32.12" width="0.254" layer="16"/>
<wire x1="31.38" y1="32.12" x2="30.1625" y2="33.3375" width="0.254" layer="16"/>
<wire x1="30.1625" y1="33.3375" x2="29.5275" y2="33.3375" width="0.254" layer="16"/>
<wire x1="29.5275" y1="33.3375" x2="29.21" y2="33.655" width="0.254" layer="16"/>
<wire x1="29.21" y1="33.655" x2="29.21" y2="34.275" width="0.254" layer="16"/>
<wire x1="29.21" y1="34.275" x2="28.995" y2="34.29" width="0.254" layer="16"/>
<wire x1="28.895" y1="36.195" x2="27.94" y2="36.195" width="0.254" layer="16"/>
<via x="27.94" y="36.195" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="27.94" y1="36.195" x2="26.67" y2="36.195" width="0.254" layer="1"/>
<wire x1="28.895" y1="36.195" x2="28.895" y2="34.39" width="0.4064" layer="16"/>
<wire x1="28.895" y1="34.39" x2="28.995" y2="34.29" width="0.4064" layer="16"/>
</signal>
<signal name="AGND">
<contactref element="C9" pad="2"/>
<contactref element="C8" pad="2"/>
<contactref element="U1" pad="20"/>
<contactref element="J1" pad="1"/>
<contactref element="J2" pad="1"/>
<contactref element="R8" pad="2"/>
<contactref element="C11" pad="2"/>
<contactref element="R10" pad="2"/>
<contactref element="C13" pad="2"/>
<contactref element="R11" pad="2"/>
<contactref element="C15" pad="2"/>
<contactref element="R13" pad="2"/>
<contactref element="C17" pad="2"/>
<contactref element="R18" pad="2"/>
<wire x1="34.63" y1="30.8578" x2="34.63" y2="32.09" width="0.254" layer="16"/>
<wire x1="34.63" y1="32.09" x2="34.925" y2="32.385" width="0.254" layer="16"/>
<via x="34.925" y="32.385" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="38.735" y1="30.695" x2="38.735" y2="31.75" width="0.4064" layer="16"/>
<via x="38.735" y="31.75" extent="1-16" drill="0.381" shape="octagon"/>
<contactref element="C4" pad="2"/>
<contactref element="C5" pad="2"/>
<contactref element="C6" pad="2"/>
<contactref element="C7" pad="2"/>
<wire x1="28.36" y1="30.48" x2="28.575" y2="30.695" width="0.254" layer="16"/>
<via x="25.4" y="30.48" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="28.575" y1="25.185" x2="28.575" y2="24.13" width="0.254" layer="16"/>
<via x="28.575" y="24.13" extent="1-16" drill="0.381" shape="octagon"/>
<polygon width="0.254" layer="1" spacing="0.254">
<vertex x="50.8" y="55.88"/>
<vertex x="50.8" y="33.655"/>
<vertex x="45.085" y="27.94"/>
<vertex x="32.7025" y="27.94"/>
<vertex x="28.8925" y="24.13"/>
<vertex x="28.2575" y="24.13"/>
<vertex x="24.4475" y="27.94"/>
<vertex x="0" y="27.94"/>
<vertex x="0" y="55.88"/>
</polygon>
<wire x1="28.36" y1="30.48" x2="26.985" y2="30.48" width="0.254" layer="16"/>
<wire x1="26.985" y1="30.48" x2="26.67" y2="30.795" width="0.254" layer="16"/>
<wire x1="25.4" y1="30.48" x2="26.355" y2="30.48" width="0.254" layer="16"/>
<wire x1="26.355" y1="30.48" x2="26.67" y2="30.795" width="0.254" layer="16"/>
<wire x1="26.67" y1="24" x2="28.445" y2="24" width="0.254" layer="16"/>
<wire x1="28.445" y1="24" x2="28.575" y2="24.13" width="0.254" layer="16"/>
<wire x1="38.735" y1="31.75" x2="40.64" y2="31.75" width="0.4064" layer="16"/>
<wire x1="40.64" y1="31.75" x2="40.64" y2="31.88" width="0.254" layer="16"/>
<wire x1="33.02" y1="39.585" x2="33.02" y2="40.005" width="0.4064" layer="16"/>
<wire x1="28.8925" y1="39.585" x2="28.8925" y2="40.3225" width="0.4064" layer="16"/>
<via x="28.8925" y="40.3225" extent="1-16" drill="0.381" shape="octagon"/>
<via x="33.02" y="40.005" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="35.45" y1="53.48" x2="35.45" y2="53.45" width="0.4064" layer="16"/>
<wire x1="35.45" y1="53.45" x2="35.56" y2="53.34" width="0.4064" layer="16"/>
<wire x1="35.56" y1="53.34" x2="35.56" y2="52.07" width="0.4064" layer="16"/>
<via x="35.56" y="52.07" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="48.15" y1="53.48" x2="48.15" y2="53.45" width="0.4064" layer="16"/>
<wire x1="48.15" y1="53.45" x2="48.26" y2="53.34" width="0.4064" layer="16"/>
<wire x1="48.26" y1="53.34" x2="48.26" y2="52.07" width="0.4064" layer="16"/>
<via x="48.26" y="52.07" extent="1-16" drill="0.381" shape="octagon"/>
<via x="38.735" y="38.1" extent="1-16" drill="0.381" shape="octagon"/>
<via x="50.165" y="38.1" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="32.805" y1="34.29" x2="31.75" y2="34.29" width="0.4064" layer="16"/>
<wire x1="31.75" y1="34.29" x2="30.695" y2="34.29" width="0.4064" layer="16"/>
<via x="31.75" y="34.29" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="19.05" y1="28.4725" x2="19.05" y2="29.21" width="0.4064" layer="16"/>
<via x="19.05" y="29.21" extent="1-16" drill="0.381" shape="octagon"/>
<wire x1="41.695" y1="37.7825" x2="40.1075" y2="37.7825" width="0.4064" layer="16"/>
<wire x1="40.1075" y1="37.7825" x2="40.005" y2="37.885" width="0.4064" layer="16"/>
<wire x1="38.735" y1="38.1" x2="39.79" y2="38.1" width="0.4064" layer="16"/>
<wire x1="39.79" y1="38.1" x2="40.005" y2="37.885" width="0.4064" layer="16"/>
<wire x1="47.205" y1="37.7825" x2="48.7925" y2="37.7825" width="0.4064" layer="16"/>
<wire x1="48.7925" y1="37.7825" x2="48.895" y2="37.885" width="0.4064" layer="16"/>
<wire x1="50.165" y1="38.1" x2="49.11" y2="38.1" width="0.4064" layer="16"/>
<wire x1="49.11" y1="38.1" x2="48.895" y2="37.885" width="0.4064" layer="16"/>
</signal>
<signal name="OUTA">
<contactref element="U1" pad="23"/>
<contactref element="C14" pad="1"/>
<contactref element="/OUTA" pad="TP"/>
<wire x1="36.58" y1="30.8578" x2="36.58" y2="31.5" width="0.254" layer="16"/>
<wire x1="36.58" y1="31.5" x2="39.37" y2="34.29" width="0.254" layer="16"/>
<wire x1="39.37" y1="34.29" x2="46.6725" y2="34.29" width="0.254" layer="16"/>
<wire x1="46.6725" y1="34.29" x2="47.3075" y2="34.925" width="0.254" layer="16"/>
<wire x1="47.3075" y1="34.925" x2="47.3075" y2="35.875" width="0.254" layer="16"/>
<wire x1="47.3075" y1="35.875" x2="47.305" y2="35.8775" width="0.254" layer="16"/>
<wire x1="47.305" y1="35.8775" x2="48.26" y2="35.8775" width="0.254" layer="16"/>
<via x="48.26" y="35.8775" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="48.26" y1="35.8775" x2="49.53" y2="35.8775" width="0.254" layer="1"/>
</signal>
<signal name="OUTB">
<contactref element="U1" pad="22"/>
<contactref element="C16" pad="1"/>
<contactref element="/OUTB" pad="TP"/>
<wire x1="35.93" y1="30.8578" x2="35.93" y2="32.12" width="0.254" layer="16"/>
<wire x1="35.93" y1="32.12" x2="38.735" y2="34.925" width="0.254" layer="16"/>
<wire x1="38.735" y1="34.925" x2="40.6425" y2="34.925" width="0.254" layer="16"/>
<wire x1="40.6425" y1="34.925" x2="41.595" y2="35.8775" width="0.254" layer="16"/>
<wire x1="41.595" y1="35.8775" x2="40.64" y2="35.8775" width="0.254" layer="16"/>
<via x="40.64" y="35.8775" extent="1-16" drill="0.254" shape="octagon"/>
<wire x1="40.64" y1="35.8775" x2="39.37" y2="35.8775" width="0.254" layer="1"/>
</signal>
<signal name="N$9">
<contactref element="R7" pad="1"/>
<contactref element="C10" pad="2"/>
<contactref element="R8" pad="1"/>
<wire x1="34.6075" y1="37.885" 
Download .txt
gitextract_hpqboqoc/

├── .gitignore
├── LICENSE
├── README.md
├── bom/
│   ├── norns-shield-191106.ods
│   ├── norns-shield-210330.ods
│   └── norns-shield-211028.ods
├── cad/
│   ├── norns-shield-plate.dxf
│   └── norns-shield.stl
└── eagle/
    ├── norns-shield-191106.brd
    ├── norns-shield-191106.sch
    ├── norns-shield-210330.brd
    ├── norns-shield-210330.sch
    ├── norns-shield-211028.brd
    └── norns-shield-211028.sch
Condensed preview — 14 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2,473K chars).
[
  {
    "path": ".gitignore",
    "chars": 10,
    "preview": ".DS_Store\n"
  },
  {
    "path": "LICENSE",
    "chars": 35149,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "README.md",
    "chars": 3382,
    "preview": "# norns-shield\n\n![](images/norns-shield-black.jpg)\n\nminimal/tiny open-source/DIY shield for Raspberry Pi boards, providi"
  },
  {
    "path": "cad/norns-shield-plate.dxf",
    "chars": 36615,
    "preview": "999\ndxflib 3.7.5.0\n  0\nSECTION\n  2\nHEADER\n  9\n$ACADVER\n  1\nAC1015\n  9\n$HANDSEED\n  5\nFFFF\n  9\n$DIMADEC\n 70\n0\n  9\n$DIMASZ\n"
  },
  {
    "path": "eagle/norns-shield-191106.brd",
    "chars": 153014,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.6.0\">\n<drawing>\n<settings>\n"
  },
  {
    "path": "eagle/norns-shield-191106.sch",
    "chars": 488285,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.6.0\">\n<drawing>\n<settings>\n"
  },
  {
    "path": "eagle/norns-shield-210330.brd",
    "chars": 165260,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.6.0\">\n<drawing>\n<settings>\n"
  },
  {
    "path": "eagle/norns-shield-210330.sch",
    "chars": 539746,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.6.0\">\n<drawing>\n<settings>\n"
  },
  {
    "path": "eagle/norns-shield-211028.brd",
    "chars": 184272,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.6.0\">\n<drawing>\n<settings>\n"
  },
  {
    "path": "eagle/norns-shield-211028.sch",
    "chars": 560056,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.6.0\">\n<drawing>\n<settings>\n"
  }
]

// ... and 4 more files (download for full content)

About this extraction

This page contains the full source code of the monome/norns-shield GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 14 files (2.1 MB), approximately 542.0k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!