From 0d6ded8691860f34607a890f77ee61f122f8db0e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 00:00:55 +0000 Subject: [PATCH 1/6] Clean up repo cruft and fix bring-up sketches - Drop EAGLE autosave/backup files (.b#, .s#), eagle.epf, and svg2poly.log from version control; keep the real .brd/.sch/.pro design files. - Stop tracking IDE files and ignore .idea/ and EAGLE backups going forward. - Fix the non-compiling adafruit_strand_test (duplicate STRAND_4_PIXELS defines and three strips all named strip4). - Remove a duplicated strand-4 advance block in fastled_strand_test. - Move standalone dev sketches out of test/ (reserved by PlatformIO for unit tests) into examples/ with a README describing each one. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HAJ28v8jXB5RJFHovDxZVg --- .gitignore | 11 + .idea/misc.xml | 16 - .idea/vcs.xml | 6 - .idea/watcherTasks.xml | 30 - examples/README.md | 19 + .../adafruit_strand_test/main.cpp | 8 +- .../fastled_strand_test/main.cpp | 5 - {test => examples}/gps_echo_test/main.cpp | 0 {test => examples}/gps_pps_test/main.cpp | 0 {test => examples}/gps_time_test/main.cpp | 0 {test => examples}/hand_jump_test/main.cpp | 0 {test => examples}/pixel_flash_test/main.cpp | 0 pcb/ABIMC Board.b#1 | 1021 --- pcb/ABIMC Board.b#2 | 1021 --- pcb/ABIMC Board.b#3 | 1010 --- pcb/ABIMC Board.b#4 | 1007 --- pcb/ABIMC Board.b#5 | 1010 --- pcb/ABIMC Board.b#6 | 987 --- pcb/ABIMC Board.b#7 | 984 --- pcb/ABIMC Board.b#8 | 987 --- pcb/ABIMC Board.b#9 | 987 --- pcb/ABIMC Board.s#1 | 6965 ----------------- pcb/ABIMC Board.s#2 | 6965 ----------------- pcb/ABIMC Board.s#3 | 6949 ---------------- pcb/ABIMC Board.s#4 | 6949 ---------------- pcb/ABIMC Board.s#5 | 6949 ---------------- pcb/ABIMC Board.s#6 | 4717 ----------- pcb/ABIMC Board.s#7 | 2723 ------- pcb/ABIMC Board.s#8 | 2705 ------- pcb/ABIMC Board.s#9 | 2705 ------- pcb/svg2poly.log | 2761 ------- 31 files changed, 34 insertions(+), 59463 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml create mode 100644 examples/README.md rename {test => examples}/adafruit_strand_test/main.cpp (93%) rename {test => examples}/fastled_strand_test/main.cpp (94%) rename {test => examples}/gps_echo_test/main.cpp (100%) rename {test => examples}/gps_pps_test/main.cpp (100%) rename {test => examples}/gps_time_test/main.cpp (100%) rename {test => examples}/hand_jump_test/main.cpp (100%) rename {test => examples}/pixel_flash_test/main.cpp (100%) delete mode 100644 pcb/ABIMC Board.b#1 delete mode 100644 pcb/ABIMC Board.b#2 delete mode 100644 pcb/ABIMC Board.b#3 delete mode 100644 pcb/ABIMC Board.b#4 delete mode 100644 pcb/ABIMC Board.b#5 delete mode 100644 pcb/ABIMC Board.b#6 delete mode 100644 pcb/ABIMC Board.b#7 delete mode 100644 pcb/ABIMC Board.b#8 delete mode 100644 pcb/ABIMC Board.b#9 delete mode 100644 pcb/ABIMC Board.s#1 delete mode 100644 pcb/ABIMC Board.s#2 delete mode 100644 pcb/ABIMC Board.s#3 delete mode 100644 pcb/ABIMC Board.s#4 delete mode 100644 pcb/ABIMC Board.s#5 delete mode 100644 pcb/ABIMC Board.s#6 delete mode 100644 pcb/ABIMC Board.s#7 delete mode 100644 pcb/ABIMC Board.s#8 delete mode 100644 pcb/ABIMC Board.s#9 delete mode 100644 pcb/svg2poly.log diff --git a/.gitignore b/.gitignore index 60e16b6..9bc99a1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,14 @@ Network Trash Folder Temporary Items .apdisk +## Autodesk EAGLE +# Autosave/backup history and per-user preferences (keep .brd/.sch/.pro) +*.b#* +*.s#* +*.l#* +eagle.epf +pcb/svg2poly.log + ## VisualStudioCode Template .vscode/* !.vscode/settings.json @@ -45,6 +53,9 @@ CMakeLists.txt CMakeListsPrivate.txt ### JetBrains template +# This project does not track any IDE project files. +.idea/ + # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 3463fba..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index d17e031..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..7bc67a0 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,19 @@ +# Examples + +Standalone "bring-up" sketches used while developing the clock. Each folder is a +self-contained `main.cpp` that exercises one subsystem. They are **not** built by +the default PlatformIO environment and they are **not** unit tests (those belong in +`test/`). To run one, point an environment's `src_dir` at its folder, or copy its +`main.cpp` into `src/` temporarily. + +| Sketch | What it verifies | +| --- | --- | +| `adafruit_strand_test` | Drives all six DotStar rings with a chase using the Adafruit_DotStar library. | +| `fastled_strand_test` | Same chase, but using FastLED (the library the firmware actually uses). | +| `gps_echo_test` | Bridges USB serial <-> GPS serial so you can talk to the GPS module directly and brute-force its baud rate. | +| `gps_pps_test` | Confirms the GPS fix and that the 1 PPS interrupt is firing. | +| `gps_time_test` | Parses the ZDA sentence into a time and measures PPS-to-NMEA delay. | +| `hand_jump_test` | Logs fractional hand positions to debug "jumping" of the rendered minute hand. | +| `pixel_flash_test` | Earlier iteration of the full clock render, kept for reference. | + +These were the originals referenced as the "extras folder" in early notes. diff --git a/test/adafruit_strand_test/main.cpp b/examples/adafruit_strand_test/main.cpp similarity index 93% rename from test/adafruit_strand_test/main.cpp rename to examples/adafruit_strand_test/main.cpp index c120e44..25db7b4 100644 --- a/test/adafruit_strand_test/main.cpp +++ b/examples/adafruit_strand_test/main.cpp @@ -7,15 +7,15 @@ #define STRAND_2_PIXELS 120 #define STRAND_3_PIXELS 96 #define STRAND_4_PIXELS 72 -#define STRAND_4_PIXELS 48 -#define STRAND_4_PIXELS 24 +#define STRAND_5_PIXELS 48 +#define STRAND_6_PIXELS 24 Adafruit_DotStar strip1(STRAND_1_PIXELS, STRAND_1_DATA_PIN, STRAND_1_CLOCK_PIN, DOTSTAR_BRG); Adafruit_DotStar strip2(STRAND_2_PIXELS, STRAND_2_DATA_PIN, STRAND_2_CLOCK_PIN, DOTSTAR_BRG); Adafruit_DotStar strip3(STRAND_3_PIXELS, STRAND_3_DATA_PIN, STRAND_3_CLOCK_PIN, DOTSTAR_BRG); Adafruit_DotStar strip4(STRAND_4_PIXELS, STRAND_4_DATA_PIN, STRAND_4_CLOCK_PIN, DOTSTAR_BRG); -Adafruit_DotStar strip4(STRAND_5_PIXELS, STRAND_5_DATA_PIN, STRAND_5_CLOCK_PIN, DOTSTAR_BRG); -Adafruit_DotStar strip4(STRAND_6_PIXELS, STRAND_6_DATA_PIN, STRAND_6_CLOCK_PIN, DOTSTAR_BRG); +Adafruit_DotStar strip5(STRAND_5_PIXELS, STRAND_5_DATA_PIN, STRAND_5_CLOCK_PIN, DOTSTAR_BRG); +Adafruit_DotStar strip6(STRAND_6_PIXELS, STRAND_6_DATA_PIN, STRAND_6_CLOCK_PIN, DOTSTAR_BRG); void setup() { strip1.begin(); diff --git a/test/fastled_strand_test/main.cpp b/examples/fastled_strand_test/main.cpp similarity index 94% rename from test/fastled_strand_test/main.cpp rename to examples/fastled_strand_test/main.cpp index 4accecb..1dfc497 100644 --- a/test/fastled_strand_test/main.cpp +++ b/examples/fastled_strand_test/main.cpp @@ -76,11 +76,6 @@ void loop() { color4.h = (color4.h + 224) % 256; } tail4 = (tail4 + 1) % STRAND_4_PIXELS; - if (++head4 >= STRAND_4_PIXELS) { - head4 %= STRAND_4_PIXELS; - color4.h = (color4.h + 224) % 256; - } - tail4 = (tail4 + 1) % STRAND_4_PIXELS; if (++head5 >= STRAND_5_PIXELS) { head5 %= STRAND_5_PIXELS; color5.h = (color5.h + 224) % 256; diff --git a/test/gps_echo_test/main.cpp b/examples/gps_echo_test/main.cpp similarity index 100% rename from test/gps_echo_test/main.cpp rename to examples/gps_echo_test/main.cpp diff --git a/test/gps_pps_test/main.cpp b/examples/gps_pps_test/main.cpp similarity index 100% rename from test/gps_pps_test/main.cpp rename to examples/gps_pps_test/main.cpp diff --git a/test/gps_time_test/main.cpp b/examples/gps_time_test/main.cpp similarity index 100% rename from test/gps_time_test/main.cpp rename to examples/gps_time_test/main.cpp diff --git a/test/hand_jump_test/main.cpp b/examples/hand_jump_test/main.cpp similarity index 100% rename from test/hand_jump_test/main.cpp rename to examples/hand_jump_test/main.cpp diff --git a/test/pixel_flash_test/main.cpp b/examples/pixel_flash_test/main.cpp similarity index 100% rename from test/pixel_flash_test/main.cpp rename to examples/pixel_flash_test/main.cpp diff --git a/pcb/ABIMC Board.b#1 b/pcb/ABIMC Board.b#1 deleted file mode 100644 index 33a5f0d..0000000 --- a/pcb/ABIMC Board.b#1 +++ /dev/null @@ -1,1021 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.3 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - -PIN HEADER - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.b#2 b/pcb/ABIMC Board.b#2 deleted file mode 100644 index 33a5f0d..0000000 --- a/pcb/ABIMC Board.b#2 +++ /dev/null @@ -1,1021 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.3 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - -PIN HEADER - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.b#3 b/pcb/ABIMC Board.b#3 deleted file mode 100644 index 0d9ab41..0000000 --- a/pcb/ABIMC Board.b#3 +++ /dev/null @@ -1,1010 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.2 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - -PIN HEADER - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.b#4 b/pcb/ABIMC Board.b#4 deleted file mode 100644 index 1f5b632..0000000 --- a/pcb/ABIMC Board.b#4 +++ /dev/null @@ -1,1007 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.2 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - -PIN HEADER - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.b#5 b/pcb/ABIMC Board.b#5 deleted file mode 100644 index b861f86..0000000 --- a/pcb/ABIMC Board.b#5 +++ /dev/null @@ -1,1010 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.2 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - -PIN HEADER - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.b#6 b/pcb/ABIMC Board.b#6 deleted file mode 100644 index 05fdeb8..0000000 --- a/pcb/ABIMC Board.b#6 +++ /dev/null @@ -1,987 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.1 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/ABIMC Board.b#7 b/pcb/ABIMC Board.b#7 deleted file mode 100644 index 9ac7fc6..0000000 --- a/pcb/ABIMC Board.b#7 +++ /dev/null @@ -1,984 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock v1.1 -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/ABIMC Board.b#8 b/pcb/ABIMC Board.b#8 deleted file mode 100644 index a31c9ce..0000000 --- a/pcb/ABIMC Board.b#8 +++ /dev/null @@ -1,987 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/ABIMC Board.b#9 b/pcb/ABIMC Board.b#9 deleted file mode 100644 index 6d3bc8a..0000000 --- a/pcb/ABIMC Board.b#9 +++ /dev/null @@ -1,987 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+5V -GND -ABIMC -Analog Binary Infinity Mirror Clock -by -BamaPookie - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>OSH Park Design Rules</b> -<p> -Please make sure your boards conform to these design rules. -</p> -<p> -Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. -<a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> -</p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/ABIMC Board.s#1 b/pcb/ABIMC Board.s#1 deleted file mode 100644 index 3de7109..0000000 --- a/pcb/ABIMC Board.s#1 +++ /dev/null @@ -1,6965 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -type 0204, grid 5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 10 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 12 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 15mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 2.5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 10mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 3.81 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0414, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0414, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0617, grid 17.5 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0613, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0613, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0817, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -0817 - - - - -<b>RESISTOR</b><p> -type 0817, grid 6.35 mm - - - - - - ->NAME ->VALUE -0817 - - - -<b>RESISTOR</b><p> -type V234, grid 12.5 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V235, grid 17.78 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V526-0, grid 2.5 mm - - - - - - - - - - ->NAME ->VALUE - - -<b>Mini MELF 0102 Axial</b> - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 7.5 mm - - - - - - ->NAME ->VALUE -0922 - - - -<b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type RDH, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -RDH - - - - -<b>RESISTOR</b><p> -type 0204, grid 2.5 mm - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0309, grid 2.5 mm - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 3 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 4 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 6 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm + 5 mm, outline 2.4 x 7 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -Horizontal, grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 3.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 4.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 5.2 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 4.3 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 5.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 6.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 5.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 6.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 7.2 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 8.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 9.1 x 18.2 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 6.2 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 7.4 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 8.7 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 10.8 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 11.3 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 9.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 11.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 13.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 20.5 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 13.7 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 16.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 18.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 19.2 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 20.3 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 15.5 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 6.3 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 15.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 17.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>Ceramic Chip Capacitor KEMET 0204 Reflow solder</b><p> -Metric Code Size 1005 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0603 Reflow solder</b><p> -Metric Code Size 1608 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0805 Reflow solder</b><p> -Metric Code Size 2012 - - - - - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1206 Reflow solder</b><p> -Metric Code Size 3216 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1210 Reflow solder</b><p> -Metric Code Size 3225 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1812 Reflow solder</b><p> -Metric Code Size 4532 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1825 Reflow solder</b><p> -Metric Code Size 4564 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2220 Reflow solder</b><p> -Metric Code Size 5650 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2225 Reflow solder</b><p> -Metric Code Size 5664 - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - -<B>RESISTOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<B>CAPACITOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Supply Symbols</b><p> - GND, VCC, 0V, +5V, -5V, etc.<p> - Please keep in mind, that these devices are necessary for the - automatic wiring of the supply signals.<p> - The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> - In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> - <author>Created by librarian@cadsoft.de</author> - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - -PIN HEADER - - - - - -PIN HEADER - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.s#2 b/pcb/ABIMC Board.s#2 deleted file mode 100644 index 2120f6e..0000000 --- a/pcb/ABIMC Board.s#2 +++ /dev/null @@ -1,6965 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -type 0204, grid 5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 10 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 12 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 15mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 2.5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 10mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 3.81 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0414, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0414, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0617, grid 17.5 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0613, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0613, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0817, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -0817 - - - - -<b>RESISTOR</b><p> -type 0817, grid 6.35 mm - - - - - - ->NAME ->VALUE -0817 - - - -<b>RESISTOR</b><p> -type V234, grid 12.5 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V235, grid 17.78 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V526-0, grid 2.5 mm - - - - - - - - - - ->NAME ->VALUE - - -<b>Mini MELF 0102 Axial</b> - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 7.5 mm - - - - - - ->NAME ->VALUE -0922 - - - -<b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type RDH, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -RDH - - - - -<b>RESISTOR</b><p> -type 0204, grid 2.5 mm - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0309, grid 2.5 mm - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 3 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 4 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 6 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm + 5 mm, outline 2.4 x 7 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -Horizontal, grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 3.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 4.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 5.2 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 4.3 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 5.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 6.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 5.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 6.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 7.2 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 8.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 9.1 x 18.2 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 6.2 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 7.4 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 8.7 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 10.8 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 11.3 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 9.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 11.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 13.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 20.5 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 13.7 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 16.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 18.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 19.2 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 20.3 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 15.5 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 6.3 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 15.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 17.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>Ceramic Chip Capacitor KEMET 0204 Reflow solder</b><p> -Metric Code Size 1005 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0603 Reflow solder</b><p> -Metric Code Size 1608 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0805 Reflow solder</b><p> -Metric Code Size 2012 - - - - - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1206 Reflow solder</b><p> -Metric Code Size 3216 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1210 Reflow solder</b><p> -Metric Code Size 3225 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1812 Reflow solder</b><p> -Metric Code Size 4532 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1825 Reflow solder</b><p> -Metric Code Size 4564 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2220 Reflow solder</b><p> -Metric Code Size 5650 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2225 Reflow solder</b><p> -Metric Code Size 5664 - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - -<B>RESISTOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<B>CAPACITOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Supply Symbols</b><p> - GND, VCC, 0V, +5V, -5V, etc.<p> - Please keep in mind, that these devices are necessary for the - automatic wiring of the supply signals.<p> - The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> - In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> - <author>Created by librarian@cadsoft.de</author> - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - -<b>Pin Header Connectors</b><p> -<author>Created by librarian@cadsoft.de</author> - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - -PIN HEADER - - - - - -PIN HEADER - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - -Since Version 8.3, EAGLE supports the association of 3D packages -with devices in libraries, schematics, and board files. Those 3D -packages will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.s#3 b/pcb/ABIMC Board.s#3 deleted file mode 100644 index d07a767..0000000 --- a/pcb/ABIMC Board.s#3 +++ /dev/null @@ -1,6949 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -type 0204, grid 5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 10 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 12 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 15mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 2.5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 10mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 3.81 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0414, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0414, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0617, grid 17.5 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0613, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0613, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0817, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -0817 - - - - -<b>RESISTOR</b><p> -type 0817, grid 6.35 mm - - - - - - ->NAME ->VALUE -0817 - - - -<b>RESISTOR</b><p> -type V234, grid 12.5 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V235, grid 17.78 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V526-0, grid 2.5 mm - - - - - - - - - - ->NAME ->VALUE - - -<b>Mini MELF 0102 Axial</b> - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 7.5 mm - - - - - - ->NAME ->VALUE -0922 - - - -<b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type RDH, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -RDH - - - - -<b>RESISTOR</b><p> -type 0204, grid 2.5 mm - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0309, grid 2.5 mm - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 3 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 4 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 6 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm + 5 mm, outline 2.4 x 7 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -Horizontal, grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 3.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 4.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 5.2 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 4.3 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 5.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 6.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 5.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 6.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 7.2 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 8.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 9.1 x 18.2 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 6.2 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 7.4 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 8.7 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 10.8 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 11.3 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 9.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 11.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 13.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 20.5 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 13.7 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 16.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 18.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 19.2 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 20.3 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 15.5 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 6.3 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 15.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 17.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>Ceramic Chip Capacitor KEMET 0204 Reflow solder</b><p> -Metric Code Size 1005 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0603 Reflow solder</b><p> -Metric Code Size 1608 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0805 Reflow solder</b><p> -Metric Code Size 2012 - - - - - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1206 Reflow solder</b><p> -Metric Code Size 3216 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1210 Reflow solder</b><p> -Metric Code Size 3225 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1812 Reflow solder</b><p> -Metric Code Size 4532 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1825 Reflow solder</b><p> -Metric Code Size 4564 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2220 Reflow solder</b><p> -Metric Code Size 5650 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2225 Reflow solder</b><p> -Metric Code Size 5664 - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - -<B>RESISTOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<B>CAPACITOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Supply Symbols</b><p> - GND, VCC, 0V, +5V, -5V, etc.<p> - Please keep in mind, that these devices are necessary for the - automatic wiring of the supply signals.<p> - The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> - In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> - <author>Created by librarian@cadsoft.de</author> - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.s#4 b/pcb/ABIMC Board.s#4 deleted file mode 100644 index f86bb72..0000000 --- a/pcb/ABIMC Board.s#4 +++ /dev/null @@ -1,6949 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -type 0204, grid 5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 10 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 12 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 15mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 2.5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 10mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 3.81 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0414, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0414, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0617, grid 17.5 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0613, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0613, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0817, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -0817 - - - - -<b>RESISTOR</b><p> -type 0817, grid 6.35 mm - - - - - - ->NAME ->VALUE -0817 - - - -<b>RESISTOR</b><p> -type V234, grid 12.5 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V235, grid 17.78 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V526-0, grid 2.5 mm - - - - - - - - - - ->NAME ->VALUE - - -<b>Mini MELF 0102 Axial</b> - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 7.5 mm - - - - - - ->NAME ->VALUE -0922 - - - -<b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type RDH, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -RDH - - - - -<b>RESISTOR</b><p> -type 0204, grid 2.5 mm - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0309, grid 2.5 mm - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 3 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 4 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 6 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm + 5 mm, outline 2.4 x 7 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -Horizontal, grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 3.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 4.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 5.2 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 4.3 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 5.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 6.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 5.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 6.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 7.2 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 8.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 9.1 x 18.2 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 6.2 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 7.4 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 8.7 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 10.8 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 11.3 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 9.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 11.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 13.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 20.5 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 13.7 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 16.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 18.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 19.2 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 20.3 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 15.5 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 6.3 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 15.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 17.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>Ceramic Chip Capacitor KEMET 0204 Reflow solder</b><p> -Metric Code Size 1005 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0603 Reflow solder</b><p> -Metric Code Size 1608 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0805 Reflow solder</b><p> -Metric Code Size 2012 - - - - - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1206 Reflow solder</b><p> -Metric Code Size 3216 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1210 Reflow solder</b><p> -Metric Code Size 3225 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1812 Reflow solder</b><p> -Metric Code Size 4532 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1825 Reflow solder</b><p> -Metric Code Size 4564 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2220 Reflow solder</b><p> -Metric Code Size 5650 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2225 Reflow solder</b><p> -Metric Code Size 5664 - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - -<B>RESISTOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<B>CAPACITOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Supply Symbols</b><p> - GND, VCC, 0V, +5V, -5V, etc.<p> - Please keep in mind, that these devices are necessary for the - automatic wiring of the supply signals.<p> - The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> - In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> - <author>Created by librarian@cadsoft.de</author> - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.s#5 b/pcb/ABIMC Board.s#5 deleted file mode 100644 index 994662e..0000000 --- a/pcb/ABIMC Board.s#5 +++ /dev/null @@ -1,6949 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -type 0204, grid 5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 10 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 12 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 15mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 2.5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 10mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 3.81 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0414, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0414, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0617, grid 17.5 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0613, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0613, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0817, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -0817 - - - - -<b>RESISTOR</b><p> -type 0817, grid 6.35 mm - - - - - - ->NAME ->VALUE -0817 - - - -<b>RESISTOR</b><p> -type V234, grid 12.5 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V235, grid 17.78 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V526-0, grid 2.5 mm - - - - - - - - - - ->NAME ->VALUE - - -<b>Mini MELF 0102 Axial</b> - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 7.5 mm - - - - - - ->NAME ->VALUE -0922 - - - -<b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type RDH, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -RDH - - - - -<b>RESISTOR</b><p> -type 0204, grid 2.5 mm - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0309, grid 2.5 mm - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 2.5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 3 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 4 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 5 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm, outline 6 x 5 mm - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 mm + 5 mm, outline 2.4 x 7 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 2.5 + 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.4 x 4.4 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 2.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 4.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 5.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -Horizontal, grid 5 mm, outline 7.5 x 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 3.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 4.2 x 10.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 5.2 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 4.3 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 5.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm, outline 6.4 x 13.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 5.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 6.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 7.2 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 8.4 x 18.3 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 15 mm, outline 9.1 x 18.2 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 6.2 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 7.4 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 8.7 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 10.8 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 22.5 mm, outline 11.3 x 26.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 9.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 11.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 13.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 20.5 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 13.7 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 16.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 32.5 mm, outline 18.2 x 37.4 mm - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 19.2 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 20.3 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 5 mm, outline 3.5 x 7.5 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 37.5 mm, outline 15.5 x 41.8 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 7.5 mm, outline 6.3 x 10.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 15.4 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>CAPACITOR</b><p> -grid 27.5 mm, outline 17.3 x 31.6 mm - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<b>Ceramic Chip Capacitor KEMET 0204 Reflow solder</b><p> -Metric Code Size 1005 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0603 Reflow solder</b><p> -Metric Code Size 1608 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 0805 Reflow solder</b><p> -Metric Code Size 2012 - - - - - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1206 Reflow solder</b><p> -Metric Code Size 3216 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1210 Reflow solder</b><p> -Metric Code Size 3225 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1812 Reflow solder</b><p> -Metric Code Size 4532 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 1825 Reflow solder</b><p> -Metric Code Size 4564 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2220 Reflow solder</b><p> -Metric Code Size 5650 - - - - ->NAME ->VALUE - - - - -<b>Ceramic Chip Capacitor KEMET 2225 Reflow solder</b><p> -Metric Code Size 5664 - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - -<B>RESISTOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<B>CAPACITOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Supply Symbols</b><p> - GND, VCC, 0V, +5V, -5V, etc.<p> - Please keep in mind, that these devices are necessary for the - automatic wiring of the supply signals.<p> - The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> - In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> - <author>Created by librarian@cadsoft.de</author> - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.s#6 b/pcb/ABIMC Board.s#6 deleted file mode 100644 index fb49463..0000000 --- a/pcb/ABIMC Board.s#6 +++ /dev/null @@ -1,4717 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -chip, wave soldering - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.10 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.12 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -MELF 0.25 W - - - - - - - - - - ->NAME ->VALUE - - - - - -<b>RESISTOR</b><p> -type 0204, grid 5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0204, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 10 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0207, grid 12 mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 15mm - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0207, grid 2.5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 5 mm - - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0207, grid 7.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 10mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0309, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 12.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0411, grid 3.81 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0414, grid 15 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0414, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0617, grid 17.5 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0617, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -<b>RESISTOR</b><p> -type 0613, grid 5 mm - - - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0613, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type 0817, grid 22.5 mm - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -0817 - - - - -<b>RESISTOR</b><p> -type 0817, grid 6.35 mm - - - - - - ->NAME ->VALUE -0817 - - - -<b>RESISTOR</b><p> -type V234, grid 12.5 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V235, grid 17.78 mm - - - - - - - - - - - - ->NAME ->VALUE - - - - -<b>RESISTOR</b><p> -type V526-0, grid 2.5 mm - - - - - - - - - - ->NAME ->VALUE - - -<b>Mini MELF 0102 Axial</b> - - - - ->NAME ->VALUE - - - -<b>RESISTOR</b><p> -type 0922, grid 7.5 mm - - - - - - ->NAME ->VALUE -0922 - - - -<b>CECC Size RC2211</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC2211</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC3715</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Reflow Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>CECC Size RC6123</b> Wave Soldering<p> -source Beyschlag - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type RDH, grid 15 mm - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE -RDH - - - - -<b>RESISTOR</b><p> -type 0204, grid 2.5 mm - - - - - - ->NAME ->VALUE - - -<b>RESISTOR</b><p> -type 0309, grid 2.5 mm - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - -<B>RESISTOR</B>, American symbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Supply Symbols</b><p> - GND, VCC, 0V, +5V, -5V, etc.<p> - Please keep in mind, that these devices are necessary for the - automatic wiring of the supply signals.<p> - The pin name defined in the symbol is identical to the net which is to be wired automatically.<p> - In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p> - <author>Created by librarian@cadsoft.de</author> - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - -Since Version 8.2, EAGLE supports online libraries. The ids -of those online libraries will not be understood (or retained) -with this version. - - -Since Version 8.3, EAGLE supports URNs for individual library -assets (packages, symbols, and devices). The URNs of those assets -will not be understood (or retained) with this version. - - - diff --git a/pcb/ABIMC Board.s#7 b/pcb/ABIMC Board.s#7 deleted file mode 100644 index 8b75c54..0000000 --- a/pcb/ABIMC Board.s#7 +++ /dev/null @@ -1,2723 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - ->VALUE - - - - - ->VALUE - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - -<p>VBUS Supply Symbole</p> - - - - - - - - - - - - -VBAT Supply Sumbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - -<h3>SparkFun Power Symbols</h3> -This library contains power, ground, and voltage-supply symbols. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - - - -<h3>3.3V Voltage Supply</h3> - - - ->VALUE - - - - -<h3>3.3V Supply Symbol</h3> -<p>Power supply symbol for a specifically-stated 3.3V source.</p> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/ABIMC Board.s#8 b/pcb/ABIMC Board.s#8 deleted file mode 100644 index bb7b7b1..0000000 --- a/pcb/ABIMC Board.s#8 +++ /dev/null @@ -1,2705 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - ->VALUE - - - - - ->VALUE - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - -<p>VBUS Supply Symbole</p> - - - - - - - - - - - - -VBAT Supply Sumbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - -<h3>SparkFun Power Symbols</h3> -This library contains power, ground, and voltage-supply symbols. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - - - -<h3>3.3V Voltage Supply</h3> - - - ->VALUE - - - - -<h3>3.3V Supply Symbol</h3> -<p>Power supply symbol for a specifically-stated 3.3V source.</p> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/ABIMC Board.s#9 b/pcb/ABIMC Board.s#9 deleted file mode 100644 index ae0af68..0000000 --- a/pcb/ABIMC Board.s#9 +++ /dev/null @@ -1,2705 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h2><b>microBuilder.eu</b> Eagle Footprint Library</h2> - -<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p> - -<h3>Obligatory Warning</h3> -<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p> - -<h3>License</h3> -<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p> -<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -</p> - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - -<p><b>Pin Headers</b><br/> -5 Pin, 0.1"/2.54mm pitch, SMT</p> - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - ->NAME - ->VALUE - - - - - - ->VALUE - - - - - ->VALUE - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - -<p>VBUS Supply Symbole</p> - - - - - - - - - - - - -VBAT Supply Sumbol - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>PIN HEADER</b> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - - - - - - ->VALUE - - - - - -<b>SUPPLY SYMBOL</b> - - - - - - - - - - - - - - -<h3>SparkFun Power Symbols</h3> -This library contains power, ground, and voltage-supply symbols. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - - - -<h3>3.3V Voltage Supply</h3> - - - ->VALUE - - - - -<h3>3.3V Supply Symbol</h3> -<p>Power supply symbol for a specifically-stated 3.3V source.</p> - - - - - - - - - - - - - - - - -<h3>Plated Through Hole - 4 Pin</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - ->NAME ->VALUE - - -<h3>SMD- 4 Pin Right Angle </h3> -<p>Specifications: -<ul><li>Pin count:4</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_04</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> - - - - - - - - ->VALUE ->NAME - - - - -SDA -VCC -GND -SCL - - - - -<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> -<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> -<br> -This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and -to be daisy chained easily.</p> -<p><b>Example SparkFun Products:</b> -<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> -<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> -<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>SparkFun Connectors</h3> -This library contains electrically-functional connectors. -<br> -<br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. -<br> -<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. -<br> -<br> -<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ -<br> -<br> -You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. - - -<h3>Plated Through Hole - Long Pad</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - ->NAME ->VALUE - - - -<h3>Plated Through Hole - 2mm</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - - -<h3>Pogo Pin - 0.061"</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.061"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Pogo Pin Hole - 0.58" </h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.58"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Female</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Sew-On Fabric Snap - Male</h3> -Equivalent to size #1/0 snap. -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:8mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Spring Connector</h3> -<p>Specifications: -<ul><li>Pin count: 1</li> -<li>Area:0.25"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline Kit Version</h3> -<p> Mask on only one side to make soldering in kits easier. -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:1</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - ->NAME ->VALUE - - - -<h3>SMTSO-256-ET Flush Mount Nut</h3> -.165 drill -<br> -Fits 4-40 Screws. -<p>Specifications: -<ul><li>Pin count: 1</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_01</li> -</ul></p> - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch: 1.27mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> -Holes are offset 0.005" from center, locking pins in place during soldering. -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin Long Pads</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>SMD - 5 Pin</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -<li>EM-408</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - - -<h3>SMD - 5 Pin Right Angle</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> -<p>Specifications: -<ul><li>Pin count:5</li> -<li>Pin pitch:0.1"</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Right Angle Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>JST 5 Pin Vertical Plated Through Hole</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 2mm</li> -</ul></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - ->NAME ->VALUE - - -<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> -<p>Specifications: -<ul><li>Pin count: 5</li> -<li>Pin pitch: 3.5mm/138mil</li> -</ul></p> -<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> -<p>Example device(s): -<ul><li>CONN_05</li> -</ul></p> - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - -<h3>1 Pin Connection</h3> - - - - - ->VALUE ->NAME - - - -<h3>5 Pin Connection</h3> - - - - - - - - - ->VALUE ->NAME - - - - - - - - - -<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> -<p></p> - -<p></p> -On any of the 0.1 inch spaced packages, you can populate with these: -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -<p></p> -</ul> -<p></p> -This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> -SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. -<p></p> -Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: -<ul> -<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> -<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> -<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> -<p></p> -</ul> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> - -<p></p> -<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> -<ul> -<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> -<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> -<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> -<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> -<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> -</ul> - -<p></p> -<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> -<ul> -<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> -</ul> - -<p></p> -<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> -<ul> -<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> -<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> -<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> -<p></p> -</ul> - -<p></p> -<b>Special notes:</b> -<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<b>Dual In Line Package</b> - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - ->NAME - - - - - - - - - ->NAME ->VALUE - - - - - ->NAME -GND -VCC - - - - - - - - - - - - - - -Quad bus <b>BUFFER</b>, 3-state - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -3.5mm Terminal block -<p>http://www.ladyada.net/library/pcb/eaglelibrary.html<p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Since Version 6.2.2 text objects can contain more than one line, -which will not be processed correctly with this version. - - - diff --git a/pcb/svg2poly.log b/pcb/svg2poly.log deleted file mode 100644 index 5dc8dee..0000000 --- a/pcb/svg2poly.log +++ /dev/null @@ -1,2761 +0,0 @@ - PATH path5020 FOUND -Scale factor = 1.000000 - 0) 387.22,35.00 -ERROR -ERROR - 384.84,35.00 - 382.46,35.00 -ERROR - 378.73,29.87 - 375.00,24.74 -ERROR - 373.30,26.11 - 371.61,27.48 -ERROR - 370.75,31.24 - 369.90,35.00 -ERROR - 367.91,35.00 - 365.92,35.00 -ERROR - 366.87,30.94 - 368.75,22.81 - 369.69,18.74 - 371.57,10.61 - 373.45,2.48 -ERROR - 375.43,2.48 - 377.42,2.48 -ERROR - 376.81,5.10 - 375.60,10.32 - 375.00,12.93 - 373.78,18.16 - 372.57,23.38 -ERROR - 379.42,17.52 - 386.26,11.66 -ERROR - 388.84,11.66 - 391.42,11.66 -ERROR - 384.77,17.18 - 378.11,22.69 -ERROR - 382.67,28.85 - PATH path5018 FOUND -Scale factor = 1.000000 - 1) 370.40,35.27 -ERROR - 369.66,35.27 - 368.27,35.18 - 366.30,34.92 - 365.74,34.74 - 364.68,34.29 - 363.19,33.47 - 362.78,33.11 - 362.05,32.29 - 361.10,30.92 - 360.88,30.37 - 360.55,29.18 - 360.21,27.25 - 360.21,26.16 - 360.38,24.05 - 360.89,20.98 - 361.24,20.04 - 362.06,18.26 - 363.51,15.76 - 364.12,15.06 - 365.48,13.82 - 367.72,12.16 - 368.61,11.75 - 370.47,11.14 - 373.35,10.52 - 374.03,10.52 - 375.36,10.61 - 377.28,10.90 - 377.89,11.09 - 379.03,11.50 - 380.62,12.16 -ERROR - 380.20,14.29 - 379.77,16.41 -ERROR - 379.65,16.41 - 379.54,16.41 - 379.40,16.28 - 379.08,16.01 - 378.56,15.57 - 378.35,15.40 - 377.90,15.08 - 377.15,14.61 - 376.87,14.46 - 376.27,14.18 - 375.32,13.80 - 374.97,13.70 - 374.22,13.54 - 373.03,13.38 - 371.68,13.38 - 369.22,13.96 - 365.91,15.67 - 365.06,16.81 - 363.79,19.34 - 362.51,23.51 - 362.51,24.50 - 362.76,26.23 - 363.51,28.50 - 364.02,29.03 - 365.25,29.83 - 367.42,30.62 - 367.85,30.62 - 368.73,30.56 - 370.05,30.37 - 370.49,30.24 - 371.30,29.98 - 372.42,29.57 - 372.76,29.41 - 373.42,29.08 - 374.37,28.57 - 374.66,28.39 - 375.17,28.07 - 375.80,27.67 -ERROR - 375.92,27.67 - 376.03,27.67 -ERROR - 375.62,29.81 - 375.20,31.95 - 374.59,32.22 - 373.34,32.73 - 371.42,33.44 - 370.75,33.64 - 369.38,33.93 - 367.32,34.22 -ERROR - 367.32,34.22 - PATH path5016 FOUND -Scale factor = 1.000000 - 2) 1318.20,315.90 -ERROR - 1314.44,315.90 - 1307.20,316.71 - 1296.77,319.12 - 1293.61,320.72 - 1287.78,324.48 - 1279.76,330.91 - 1277.50,333.70 - 1273.49,339.68 - 1268.28,349.24 - 1267.10,352.82 - 1265.32,360.17 - 1263.54,371.46 - 1263.54,376.73 - 1265.00,386.13 - 1269.39,398.53 - 1270.43,399.58 - 1272.71,401.44 - 1276.32,403.97 - 1279.94,392.82 - 1280.25,381.68 -ERROR - 1279.88,380.37 - 1279.27,377.61 - 1278.67,373.19 - 1278.67,370.19 - 1279.05,364.29 - 1280.19,355.60 - 1280.95,352.81 - 1282.81,347.59 - 1286.09,340.28 - 1287.56,338.15 - 1290.79,334.34 - 1296.04,329.33 - 1298.07,328.09 - 1302.39,326.23 - 1309.26,324.37 - 1312.47,324.37 - 1318.17,325.32 - 1325.64,328.16 - 1327.40,330.06 - 1330.05,334.75 - 1332.69,343.12 - 1332.69,346.20 - 1332.31,352.20 - 1331.17,360.97 - 1330.43,363.74 - 1328.61,368.94 - 1325.38,376.24 - 1322.14,385.12 -ERROR - 1323.99,383.79 - 1327.59,380.97 - 1332.72,376.29 - 1334.94,373.60 - 1338.86,367.75 - 1343.99,358.28 - 1345.20,354.64 - 1347.02,347.22 - 1348.84,335.84 - 1348.84,330.42 - 1347.34,320.83 - 1342.83,308.35 - 1339.83,305.46 - 1332.79,301.11 - 1320.66,296.77 - PATH path5405 FOUND -Scale factor = 1.000000 - 3) 1322.75,358.27 - 2645.49,349.40 -ERROR - 2644.04,351.56 - 2640.84,355.40 - 2635.59,360.46 - 2633.54,361.67 - 2629.19,363.49 - 2622.32,365.30 - 2619.08,365.30 - 2613.34,364.33 - 2605.84,361.41 - 2604.88,360.35 - 2603.28,357.95 - 2601.24,354.00 - 2600.93,350.05 - 2600.62,361.19 -ERROR - 2603.05,362.43 - 2608.33,364.36 - 2617.00,366.29 - 2621.00,366.29 - 2628.51,365.52 - 2639.02,363.19 - 2640.01,362.67 - 2641.90,361.45 - 2644.70,359.58 - PATH path5014 FOUND -Scale factor = 1.000000 - 4) 352.19,18.74 -ERROR -ERROR - 351.25,22.81 - 349.37,30.94 - 348.43,35.00 - 346.55,43.13 - 344.67,51.26 -ERROR - 342.70,51.26 - 340.74,51.26 -ERROR - 341.68,47.20 - 343.56,39.07 - 344.50,35.00 - 346.38,26.87 - 348.26,18.74 -ERROR - 350.23,18.74 - PATH path5012 FOUND -Scale factor = 1.000000 - 5) 338.61,35.29 -ERROR - 336.64,35.29 - 333.12,34.78 - 328.48,33.25 - 327.36,32.23 - 325.68,29.76 - 323.99,25.41 - 323.99,23.97 - 324.21,21.20 - 324.86,17.19 - 325.29,15.95 - 326.34,13.62 - 328.20,10.36 - 329.00,9.44 - 330.79,7.80 - 333.75,5.62 - 334.92,5.09 - 337.39,4.28 - 341.31,3.48 - 342.21,3.48 - 343.96,3.59 - 346.51,3.92 - 347.31,4.14 - 348.93,4.70 - 351.40,5.73 -ERROR - 350.93,8.08 - 350.46,10.42 -ERROR - 350.30,10.42 - 350.15,10.42 - 349.92,10.19 - 349.45,9.74 - 348.75,9.11 - 348.52,8.90 - 347.94,8.48 - 346.90,7.82 - 346.52,7.62 - 345.68,7.25 - 344.31,6.75 - 343.78,6.61 - 342.66,6.40 - 340.91,6.19 - 339.93,6.19 - 338.06,6.40 - 335.38,7.02 - 334.56,7.42 - 333.04,8.39 - 330.92,10.10 - 330.33,10.81 - 329.29,12.38 - 327.91,14.97 - 327.57,15.99 - 327.07,18.09 - 326.57,21.34 - 326.57,22.77 - 326.94,25.33 - 328.06,28.68 - 328.81,29.48 - 330.63,30.67 - 333.86,31.86 - 334.52,31.86 - 335.81,31.79 - 337.69,31.57 - 338.29,31.41 - 339.43,31.07 - 341.06,30.49 - 341.51,30.28 - 342.37,29.84 - 343.60,29.16 - 343.96,28.92 - 344.63,28.46 - 345.56,27.80 -ERROR - 345.71,27.80 - 345.85,27.80 -ERROR - 345.36,30.21 - 344.87,32.61 - 344.14,32.98 - 342.57,33.68 - 340.04,34.69 - 339.09,34.98 - 337.13,35.42 - 334.10,35.86 -ERROR -ERROR - PATH path5010 FOUND -Scale factor = 1.000000 - 6) 324.23,25.40 -ERROR -ERROR - 324.13,25.40 - 324.02,25.40 - 323.74,25.33 - 323.20,25.21 - 322.42,25.07 - 322.18,25.03 - 321.66,24.98 - 320.79,24.93 - 320.13,24.93 - 318.83,25.08 - 316.87,25.53 - 316.23,25.82 - 314.97,26.47 - 313.12,27.53 -ERROR - 311.24,35.82 - 309.36,44.11 -ERROR - 307.38,44.11 - 305.39,44.11 -ERROR - 306.06,41.19 - 307.39,35.35 - 308.06,32.43 - 309.39,26.60 - 310.72,20.76 -ERROR - 312.71,20.76 - 314.69,20.76 -ERROR - 314.30,22.49 - 313.90,24.21 - 314.82,23.56 - 316.54,22.46 - 318.89,21.12 - 319.53,20.87 - 320.80,20.49 - 322.66,20.11 - 323.00,20.11 - 323.59,20.12 - 324.33,20.16 - 324.49,20.17 - 324.86,20.21 - 325.53,20.31 -ERROR - 325.08,22.25 - PATH path5008 FOUND -Scale factor = 1.000000 - 7) 1127.20,315.90 -ERROR - 1123.44,315.90 - 1116.20,316.71 - 1105.77,319.12 - 1102.61,320.72 - 1096.78,324.48 - 1088.76,330.91 - 1088.71,330.98 - 1088.63,331.11 - 1088.49,331.31 - 1097.72,331.51 -ERROR - 1098.16,331.18 - 1098.99,330.47 - 1100.28,329.48 - 1102.31,328.25 - 1106.62,326.39 - 1113.49,324.53 - 1116.71,324.53 - 1122.41,325.48 - 1129.87,328.32 - 1131.64,330.22 - 1134.28,334.91 - 1136.93,343.28 - 1136.93,346.36 - 1136.55,352.36 - 1135.40,361.13 - 1134.67,363.90 - 1132.85,369.10 - 1129.61,376.40 - 1128.16,378.56 - 1124.96,382.41 - 1119.71,387.46 - 1117.66,388.67 - 1113.31,390.49 - 1106.44,392.31 - 1103.20,392.31 - 1097.46,391.33 - 1089.96,388.41 - 1089.00,387.36 - 1087.40,384.95 - 1085.36,381.00 - 1077.34,377.05 -ERROR - 1077.89,380.55 - 1079.81,386.92 - 1083.91,395.54 - 1086.86,398.51 - 1093.90,402.97 - 1106.18,407.44 - 1110.19,407.44 - 1117.69,406.66 - 1128.20,404.33 - 1131.20,402.75 - 1136.84,398.98 - 1144.78,392.43 - 1146.99,389.74 - 1150.92,383.90 - 1156.05,374.42 - 1157.26,370.78 - 1159.08,363.36 - 1160.90,351.98 - 1160.90,346.56 - 1159.40,336.98 - 1154.89,324.50 - 1151.89,321.60 - 1144.85,317.25 - 1132.72,312.91 - PATH path5400 FOUND -Scale factor = 1.000000 - 8) 1102.05,349.40 - 1110.08,698.79 -ERROR - 1109.70,697.48 - 1109.10,694.73 - 1108.49,690.30 - 1108.49,687.30 - 1108.87,681.40 - 1110.02,672.71 - 1110.78,669.92 - 1112.64,664.70 - 1115.92,657.39 - 1117.05,655.74 - 1119.55,652.81 - 1123.51,648.78 - 1114.28,644.75 -ERROR - 1112.09,647.50 - 1108.19,653.36 - 1103.11,662.72 - 1101.93,666.30 - 1100.15,673.65 - 1098.37,684.94 - 1098.37,686.28 - 1098.47,688.88 - 1098.76,692.67 - PATH path5006 FOUND -Scale factor = 1.000000 - 9) 302.08,25.40 -ERROR -ERROR - 301.97,25.40 - 301.87,25.40 - 301.59,25.33 - 301.05,25.21 - 300.26,25.07 - 300.03,25.03 - 299.50,24.98 - 298.63,24.93 - 297.98,24.93 - 296.67,25.08 - 294.72,25.53 - 294.08,25.82 - 292.82,26.47 - 290.97,27.53 -ERROR - 289.09,35.82 - 287.21,44.11 -ERROR - 285.22,44.11 - 283.24,44.11 -ERROR - 283.90,41.19 - 285.24,35.35 - 285.90,32.43 - 287.24,26.60 - 288.57,20.76 -ERROR - 290.55,20.76 - 292.54,20.76 -ERROR - 292.14,22.49 - 291.74,24.21 - 292.67,23.56 - 294.38,22.46 - 296.73,21.12 - 297.38,20.87 - 298.65,20.49 - 300.51,20.11 - 300.85,20.11 - 301.44,20.12 - 302.18,20.16 - 302.33,20.17 - 302.71,20.21 - 303.38,20.31 -ERROR - 302.93,22.25 - PATH path5004 FOUND -Scale factor = 1.000000 -10) 292.92,25.40 -ERROR -ERROR - 292.82,25.40 - 292.71,25.40 - 292.43,25.33 - 291.89,25.21 - 291.11,25.07 - 290.87,25.03 - 290.35,24.98 - 289.48,24.93 - 288.83,24.93 - 287.52,25.08 - 285.57,25.53 - 284.92,25.82 - 283.67,26.47 - 281.82,27.53 -ERROR - 279.94,35.82 - 278.06,44.11 -ERROR - 276.07,44.11 - 274.08,44.11 -ERROR - 274.75,41.19 - 276.08,35.35 - 276.75,32.43 - 278.08,26.60 - 279.41,20.76 -ERROR - 281.40,20.76 - 283.38,20.76 -ERROR - 282.99,22.49 - 282.59,24.21 - 283.52,23.56 - 285.23,22.46 - 287.58,21.12 - 288.23,20.87 - 289.49,20.49 - 291.35,20.11 - 291.70,20.11 - 292.28,20.12 - 293.03,20.16 - 293.18,20.17 - 293.56,20.21 - 294.22,20.31 -ERROR - 293.78,22.25 - PATH path5002 FOUND -Scale factor = 1.000000 -11) 282.28,23.33 -ERROR -ERROR - 281.61,26.25 - 280.26,32.09 - 279.59,35.00 - 278.24,40.84 - 276.89,46.68 -ERROR - 274.93,46.68 - 272.96,46.68 -ERROR - 273.64,43.76 - 274.98,37.92 - 275.66,35.00 - 277.01,29.17 - 278.35,23.33 -ERROR - 280.32,23.33 - PATH path5489 FOUND -Scale factor = 1.000000 -12) 283.33,19.34 -ERROR -ERROR - 282.86,21.38 - 282.39,23.42 -ERROR - 280.17,23.42 - 277.96,23.42 -ERROR - 278.43,21.38 - 278.90,19.34 -ERROR - 281.11,19.34 - PATH path5000 FOUND -Scale factor = 1.000000 -13) 273.57,35.00 -ERROR -ERROR - 271.48,35.00 - 269.39,35.00 -ERROR - 270.16,31.70 - 271.69,25.09 - 272.46,21.79 - 274.00,15.18 - 275.53,8.57 -ERROR - 273.95,10.80 - 270.79,15.27 - 269.21,17.50 - 266.05,21.97 - 262.89,26.44 -ERROR - 261.66,26.44 - 260.42,26.44 -ERROR - 258.23,17.09 - 256.03,7.75 -ERROR - 255.24,11.16 - 253.67,17.97 - 252.88,21.38 - 251.30,28.19 - 249.72,35.00 -ERROR - 247.77,35.00 - 245.81,35.00 -ERROR - 246.71,31.11 - 248.51,23.33 - 249.41,19.44 - 251.21,11.66 - 253.00,3.89 -ERROR - 255.85,3.89 - 258.69,3.89 -ERROR - 260.79,12.55 - 262.89,21.21 -ERROR - 264.40,19.05 - 267.43,14.71 - 268.95,12.55 - 271.98,8.22 - 275.01,3.89 -ERROR - 277.88,3.89 - 280.76,3.89 -ERROR - 279.86,7.77 - 278.06,15.55 - 277.16,19.44 - 275.37,27.22 - PATH path4998 FOUND -Scale factor = 1.000000 -14) 241.47,39.31 -ERROR -ERROR - 239.30,39.31 - 237.14,39.31 -ERROR - 240.54,34.33 - 243.93,29.34 -ERROR - 243.41,26.59 - 242.35,21.10 - 241.82,18.35 - 240.77,12.85 - 239.71,7.35 -ERROR - 241.73,7.35 - 243.74,7.35 -ERROR - 245.40,16.04 - 247.05,24.72 -ERROR - 248.44,22.55 - 251.23,18.21 - 252.63,16.04 - 255.42,11.70 - 258.21,7.35 -ERROR - 260.35,7.35 - 262.49,7.35 -ERROR - 259.86,11.35 - 254.61,19.34 - 251.98,23.33 - 246.72,31.32 - PATH path4996 FOUND -Scale factor = 1.000000 -15) 239.67,23.33 -ERROR -ERROR - 239.31,24.92 - 238.96,26.51 -ERROR - 234.90,26.51 - 230.85,26.51 -ERROR - 229.60,31.89 - 228.34,37.27 - 228.27,37.54 - 228.14,38.13 - 227.95,39.07 - 227.90,39.42 - 227.81,40.05 - 227.73,40.88 - 227.73,41.39 - 227.86,42.28 - 228.24,43.42 - 228.50,43.66 - 229.24,44.03 - 230.67,44.39 - 230.95,44.39 - 231.58,44.34 - 232.59,44.20 - 232.99,44.10 - 233.65,43.93 - 234.46,43.70 -ERROR - 234.56,43.70 - 234.67,43.70 -ERROR - 234.30,45.39 - 233.94,47.08 - 233.55,47.18 - 232.74,47.36 - 231.48,47.60 - 231.04,47.66 - 230.22,47.75 - 229.05,47.85 - 228.08,47.85 - 226.38,47.64 - 224.14,47.01 - 223.62,46.59 - 222.83,45.49 - 222.05,43.49 - 222.05,43.26 - 222.06,42.82 - 222.11,42.16 - 222.14,41.94 - 222.22,41.47 - 222.36,40.71 -ERROR - 223.81,34.44 - 225.26,28.17 -ERROR - 223.94,28.17 - 222.61,28.17 -ERROR - 222.96,26.59 - 223.32,25.00 -ERROR - 224.65,25.00 - 225.97,25.00 -ERROR - 226.76,21.64 - 227.54,18.29 -ERROR - 229.51,18.29 - 231.47,18.29 -ERROR - 230.69,21.64 - 229.90,25.00 -ERROR - 233.96,25.00 - PATH path4994 FOUND -Scale factor = 1.000000 -16) 229.70,23.33 -ERROR -ERROR - 229.03,26.25 - 227.68,32.09 - 227.00,35.00 - 225.66,40.84 - 224.31,46.68 -ERROR - 222.34,46.68 - 220.38,46.68 -ERROR - 221.05,43.76 - 222.40,37.92 - 223.07,35.00 - 224.42,29.17 - 225.77,23.33 -ERROR - 227.74,23.33 - PATH path5479 FOUND -Scale factor = 1.000000 -17) 230.74,19.34 -ERROR -ERROR - 230.27,21.38 - 229.80,23.42 -ERROR - 227.59,23.42 - 225.37,23.42 -ERROR - 225.84,21.38 - 226.31,19.34 -ERROR - 228.53,19.34 - PATH path4992 FOUND -Scale factor = 1.000000 -18) 223.17,26.00 -ERROR - 223.17,26.16 - 223.15,26.56 - 223.10,27.24 - 223.07,27.52 - 223.00,28.06 - 222.88,28.81 -ERROR - 221.12,36.39 - 219.36,43.96 -ERROR - 217.40,43.96 - 215.44,43.96 -ERROR - 216.97,37.32 - 218.51,30.67 - 218.59,30.30 - 218.74,29.61 - 218.93,28.65 - 218.97,28.37 - 219.05,27.82 - 219.12,26.99 - 219.12,26.41 - 218.97,25.38 - 218.54,24.07 - 218.25,23.77 - 217.45,23.32 - 215.89,22.87 - 215.36,22.87 - 214.24,23.02 - 212.49,23.45 - 211.85,23.75 - 210.60,24.39 - 208.74,25.43 -ERROR - 206.72,34.15 - 204.71,42.86 -ERROR - 202.74,42.86 - 200.78,42.86 -ERROR - 201.45,39.94 - 202.80,34.11 - 203.47,31.19 - 204.82,25.35 - 206.17,19.52 -ERROR - 208.13,19.52 - 210.10,19.52 -ERROR - 209.80,20.81 - 209.49,22.11 - 210.24,21.59 - 211.68,20.66 - 213.77,19.46 - 214.43,19.18 - 215.75,18.77 - 217.77,18.35 - 218.79,18.35 - 220.59,18.61 - 222.97,19.38 - 223.54,19.89 - 224.39,21.13 - 225.25,23.35 -ERROR - 225.25,23.35 - PATH path4990 FOUND -Scale factor = 1.000000 -19) 210.26,23.33 -ERROR -ERROR - 209.59,26.25 - 208.24,32.09 - 207.57,35.00 - 206.22,40.84 - 204.87,46.68 -ERROR - 202.91,46.68 - 200.94,46.68 -ERROR - 201.62,43.76 - 202.96,37.92 - 203.64,35.00 - 204.99,29.17 - 206.33,23.33 -ERROR - 208.30,23.33 - PATH path5473 FOUND -Scale factor = 1.000000 -20) 211.31,19.34 -ERROR -ERROR - 210.84,21.38 - 210.37,23.42 -ERROR - 208.15,23.42 - 205.94,23.42 -ERROR - 206.41,21.38 - 206.88,19.34 -ERROR - 209.09,19.34 - PATH path4988 FOUND -Scale factor = 1.000000 -21) 207.56,20.57 -ERROR -ERROR - 207.45,20.57 - 207.35,20.57 - 207.15,20.50 - 206.68,20.37 - 205.87,20.17 - 205.54,20.11 - 204.90,20.01 - 204.00,19.92 - 203.15,19.92 - 201.65,20.13 - 199.71,20.78 - 199.29,21.21 - 198.54,22.32 - 197.58,24.32 -ERROR - 197.49,24.72 - 197.39,25.12 -ERROR - 200.94,25.12 - 204.48,25.12 -ERROR - 204.10,26.68 - 203.73,28.25 -ERROR - 200.25,28.25 - 196.77,28.25 -ERROR - 196.20,30.78 - 195.06,35.83 - 194.49,38.36 - 193.35,43.41 - 192.21,48.46 -ERROR - 190.22,48.46 - 188.24,48.46 -ERROR - 188.81,45.93 - 189.95,40.88 - 190.52,38.36 - 191.66,33.30 - 192.79,28.25 -ERROR - 191.47,28.25 - 190.14,28.25 -ERROR - 190.52,26.68 - 190.89,25.12 -ERROR - 192.22,25.12 - 193.55,25.12 -ERROR - 193.63,24.73 - 193.71,24.34 - 194.00,22.98 - 194.84,20.55 - 196.51,17.38 - 197.35,16.62 - 199.26,15.49 - 202.48,14.37 - 202.92,14.37 - 203.75,14.39 - 204.94,14.45 - 205.30,14.49 - 205.98,14.58 - 206.94,14.73 -ERROR - 206.53,16.45 - PATH path4986 FOUND -Scale factor = 1.000000 -22) 196.21,26.00 -ERROR - 196.21,26.16 - 196.19,26.56 - 196.14,27.24 - 196.11,27.52 - 196.04,28.06 - 195.92,28.81 -ERROR - 194.16,36.39 - 192.40,43.96 -ERROR - 190.44,43.96 - 188.47,43.96 -ERROR - 190.01,37.32 - 191.55,30.67 - 191.63,30.30 - 191.78,29.61 - 191.97,28.65 - 192.01,28.37 - 192.09,27.82 - 192.16,26.99 - 192.16,26.41 - 192.01,25.38 - 191.58,24.07 - 191.29,23.77 - 190.48,23.32 - 188.93,22.87 - 188.40,22.87 - 187.28,23.02 - 185.53,23.45 - 184.89,23.75 - 183.64,24.39 - 181.78,25.43 -ERROR - 179.76,34.15 - 177.75,42.86 -ERROR - 175.78,42.86 - 173.82,42.86 -ERROR - 174.49,39.94 - 175.84,34.11 - 176.51,31.19 - 177.86,25.35 - 179.21,19.52 -ERROR - 181.17,19.52 - 183.14,19.52 -ERROR - 182.84,20.81 - 182.53,22.11 - 183.28,21.59 - 184.72,20.66 - 186.81,19.46 - 187.46,19.18 - 188.79,18.77 - 190.81,18.35 - 191.83,18.35 - 193.63,18.61 - 196.01,19.38 - 196.58,19.89 - 197.43,21.13 - 198.29,23.35 -ERROR - 198.29,23.35 - PATH path4984 FOUND -Scale factor = 1.000000 -23) 181.14,35.00 -ERROR -ERROR - 174.97,35.00 - 168.81,35.00 -ERROR - 169.15,33.49 - 169.50,31.97 -ERROR - 171.54,31.97 - 173.57,31.97 -ERROR - 174.30,28.84 - 175.75,22.58 - 176.48,19.44 - 177.93,13.18 - 179.38,6.92 -ERROR - 177.35,6.92 - 175.31,6.92 -ERROR - 175.65,5.40 - 176.00,3.89 -ERROR - 182.16,3.89 - 188.33,3.89 -ERROR - 187.98,5.40 - 187.64,6.92 -ERROR - 185.60,6.92 - 183.56,6.92 -ERROR - 182.84,10.05 - 181.39,16.31 - 180.66,19.44 - 179.21,25.71 - 177.75,31.97 -ERROR - 179.79,31.97 - 181.83,31.97 -ERROR - 181.48,33.49 - PATH path4982 FOUND -Scale factor = 1.000000 -24) 157.41,39.31 -ERROR -ERROR - 155.24,39.31 - 153.08,39.31 -ERROR - 156.48,34.33 - 159.87,29.34 -ERROR - 159.35,26.59 - 158.29,21.10 - 157.76,18.35 - 156.71,12.85 - 155.65,7.35 -ERROR - 157.67,7.35 - 159.69,7.35 -ERROR - 161.34,16.04 - 162.99,24.72 -ERROR - 164.38,22.55 - 167.17,18.21 - 168.57,16.04 - 171.36,11.70 - 174.15,7.35 -ERROR - 176.29,7.35 - 178.43,7.35 -ERROR - 175.80,11.35 - 170.55,19.34 - 167.92,23.33 - 162.66,31.32 - PATH path4980 FOUND -Scale factor = 1.000000 -25) 155.57,25.40 -ERROR -ERROR - 155.46,25.40 - 155.36,25.40 - 155.08,25.33 - 154.54,25.21 - 153.76,25.07 - 153.52,25.03 - 152.99,24.98 - 152.13,24.93 - 151.47,24.93 - 150.17,25.08 - 148.21,25.53 - 147.57,25.82 - 146.31,26.47 - 144.46,27.53 -ERROR - 142.58,35.82 - 140.70,44.11 -ERROR - 138.72,44.11 - 136.73,44.11 -ERROR - 137.40,41.19 - 138.73,35.35 - 139.40,32.43 - 140.73,26.60 - 142.06,20.76 -ERROR - 144.05,20.76 - 146.03,20.76 -ERROR - 145.63,22.49 - 145.24,24.21 - 146.16,23.56 - 147.87,22.46 - 150.23,21.12 - 150.87,20.87 - 152.14,20.49 - 154.00,20.11 - 154.34,20.11 - 154.93,20.12 - 155.67,20.16 - 155.83,20.17 - 156.20,20.21 - 156.87,20.31 -ERROR - 156.42,22.25 - PATH path4978 FOUND -Scale factor = 1.000000 -26) 488.84,316.06 -ERROR - 486.18,316.06 - 480.74,316.31 - 472.40,317.06 - 469.51,317.56 - 464.41,318.51 - 457.82,319.86 - 456.36,327.28 - 456.75,334.71 -ERROR - 458.54,334.00 - 462.66,332.57 - 469.66,330.44 - 472.53,329.70 - 477.95,328.60 - 485.61,327.49 - 487.09,327.49 - 489.90,327.58 - 493.93,327.86 - 495.17,328.02 - 497.48,328.49 - 500.72,329.44 - 501.64,329.91 - 503.28,331.02 - 505.41,332.91 - 505.91,333.70 - 506.66,335.52 - 507.41,338.60 - 507.41,339.18 - 507.36,340.33 - 507.20,342.03 - 507.09,342.55 - 506.86,343.71 - 506.46,345.61 - 501.09,345.77 - 490.93,346.34 - 476.55,347.61 - 472.36,348.27 - 464.60,350.00 - 453.86,353.24 - 450.83,354.77 - 445.51,358.27 - 438.64,364.20 - 437.27,366.34 - 435.25,371.13 - 433.08,378.95 - 440.89,386.77 -ERROR - 440.89,386.63 - 440.81,386.38 - 440.73,385.99 - 440.73,383.78 - 441.29,379.72 - 442.94,374.19 - 444.05,372.69 - 446.77,370.01 - 451.63,366.45 - 453.69,365.58 - 458.33,364.06 - 466.11,362.08 - 469.27,361.61 - 476.04,360.82 - 486.86,359.87 - 483.98,372.27 - 481.10,383.13 - 485.96,393.99 - 492.87,364.05 -ERROR - 493.02,363.34 - 493.31,361.88 - 493.71,359.63 - 493.84,358.81 - 494.04,357.23 - 494.23,354.94 - 494.23,351.23 - 492.87,344.81 - 488.76,336.67 - 486.02,334.96 - 479.17,332.39 - 466.85,329.82 - PATH path5393 FOUND -Scale factor = 1.000000 -27) 492.90,361.25 - 985.81,350.38 -ERROR - 983.65,351.89 - 979.16,354.68 - 972.17,358.55 - 969.69,359.60 - 964.78,361.18 - 957.47,362.76 - 954.76,362.76 - 950.05,362.26 - 944.05,360.76 - 942.86,359.84 - 941.09,357.57 - 939.23,353.62 - 931.42,349.67 -ERROR - 931.40,350.03 - 931.28,350.69 - 931.16,351.71 - 931.16,355.00 - 932.25,360.97 - 935.53,368.99 - 936.40,369.79 - 938.33,371.12 - 941.33,372.94 - 954.36,374.76 -ERROR - 955.29,374.47 - 957.20,373.93 - 959.93,373.02 - 961.19,372.46 - 963.69,371.25 - 967.41,369.28 - 968.64,368.49 - 970.86,367.09 - 973.78,365.28 - 972.67,369.98 - PATH path5395 FOUND -Scale factor = 1.000000 -28) 482.12,361.25 - 469.09,722.49 -ERROR - 470.72,723.23 - 474.14,724.45 - 479.67,725.68 - 481.83,725.68 - 485.89,725.46 - 491.62,724.83 - 492.28,724.68 - 493.45,724.27 - 495.22,723.68 - PATH path4976 FOUND -Scale factor = 1.000000 -29) 131.42,26.00 -ERROR - 131.42,26.16 - 131.40,26.56 - 131.35,27.24 - 131.32,27.52 - 131.25,28.06 - 131.13,28.81 -ERROR - 129.37,36.39 - 127.61,43.96 -ERROR - 125.65,43.96 - 123.69,43.96 -ERROR - 125.22,37.32 - 126.76,30.67 - 126.84,30.30 - 126.99,29.61 - 127.18,28.65 - 127.22,28.37 - 127.30,27.82 - 127.37,26.99 - 127.37,26.41 - 127.22,25.38 - 126.79,24.07 - 126.50,23.77 - 125.70,23.32 - 124.14,22.87 - 123.61,22.87 - 122.49,23.02 - 120.74,23.45 - 120.10,23.75 - 118.85,24.39 - 116.99,25.43 -ERROR - 114.97,34.15 - 112.96,42.86 -ERROR - 110.99,42.86 - 109.03,42.86 -ERROR - 109.70,39.94 - 111.05,34.11 - 111.72,31.19 - 113.07,25.35 - 114.42,19.52 -ERROR - 116.38,19.52 - 118.35,19.52 -ERROR - 118.05,20.81 - 117.74,22.11 - 118.49,21.59 - 119.93,20.66 - 122.02,19.46 - 122.68,19.18 - 124.00,18.77 - 126.02,18.35 - 127.04,18.35 - 128.84,18.61 - 131.22,19.38 - 131.79,19.89 - 132.64,21.13 - 133.50,23.35 -ERROR - 133.50,23.35 - PATH path4974 FOUND -Scale factor = 1.000000 -30) 118.51,23.33 -ERROR -ERROR - 117.84,26.25 - 116.49,32.09 - 115.82,35.00 - 114.47,40.84 - 113.12,46.68 -ERROR - 111.16,46.68 - 109.19,46.68 -ERROR - 109.87,43.76 - 111.21,37.92 - 111.89,35.00 - 113.24,29.17 - 114.58,23.33 -ERROR - 116.55,23.33 - PATH path5451 FOUND -Scale factor = 1.000000 -31) 119.56,19.34 -ERROR -ERROR - 119.09,21.38 - 118.62,23.42 -ERROR - 116.40,23.42 - 114.19,23.42 -ERROR - 114.66,21.38 - 115.13,19.34 -ERROR - 117.34,19.34 - PATH path4972 FOUND -Scale factor = 1.000000 -32) 348.67,302.44 - 345.28,317.13 - 353.19,331.82 - 355.10,323.53 - 364.03,315.23 -ERROR - 366.66,315.23 - 371.44,315.34 - 377.88,315.65 - 379.54,315.84 - 382.58,316.48 - 386.73,317.87 - 387.41,318.34 - 388.62,319.42 - 390.20,321.23 - 390.57,321.95 - 391.12,323.57 - 391.68,326.29 - 391.68,327.58 - 391.33,330.20 - 390.47,334.18 - 389.60,342.23 -ERROR - 392.23,340.88 - 397.10,337.86 - 403.58,332.67 - 405.50,330.06 - 408.38,324.46 - 411.26,315.45 - 411.26,313.77 - 410.90,310.55 - 409.79,305.97 - 409.08,304.58 - 407.29,302.04 - 404.05,298.60 - 402.31,297.55 - 398.65,295.82 - 392.89,293.81 - 390.80,293.52 - 385.54,293.08 - 375.98,292.65 - PATH path5386 FOUND -Scale factor = 1.000000 -33) 375.88,327.10 - 751.76,319.05 -ERROR - 751.61,319.44 - 751.37,320.21 - 750.93,321.37 - 750.06,323.10 - 747.94,326.18 - 744.19,330.21 - 742.93,330.92 - 740.19,332.16 - 735.76,333.74 - 734.08,334.06 - 730.42,334.53 - 724.49,335.00 - 714.23,335.48 - 716.34,326.31 - 708.43,317.15 - 705.04,331.86 - 703.09,340.33 - 711.01,348.81 - 712.80,341.06 - 724.69,333.32 -ERROR - 727.61,333.32 - 732.82,333.43 - 739.65,333.75 - 741.31,333.96 - 744.32,334.60 - 748.39,335.90 - 749.68,336.69 - 751.86,338.34 - 754.55,340.91 - 755.05,341.80 - 755.80,343.88 - 756.55,347.44 - 757.31,335.94 -ERROR - 756.79,335.77 - 755.85,335.35 - 754.35,334.80 - 752.85,334.49 -ERROR - 753.41,334.25 - 754.39,333.67 - 755.89,332.81 - PATH path5388 FOUND -Scale factor = 1.000000 -34) 375.88,328.82 - 751.76,340.31 -ERROR - 751.76,342.73 - 751.22,347.45 - 749.60,354.32 - 748.52,356.45 - 745.86,360.27 - 741.12,365.33 - 739.51,366.30 - 736.00,367.96 - 730.27,370.02 - 728.09,370.38 - 723.06,370.94 - 714.53,371.49 - 703.74,372.04 - 707.12,357.51 - 699.21,342.97 - 694.38,363.91 - 715.99,384.84 -ERROR - 720.07,384.84 - 727.59,384.48 - 737.89,383.42 - 740.68,382.68 - 746.15,380.72 - 754.17,377.04 - 756.88,375.20 - 761.78,370.95 - 768.33,363.72 - 770.02,360.72 - 772.54,354.55 - 775.07,345.03 - 775.07,341.97 - 774.23,336.42 - 771.70,328.91 - 770.34,327.31 - 766.99,324.64 - 761.26,321.20 - PATH path4970 FOUND -Scale factor = 1.000000 -35) 263.76,325.51 - 527.52,346.39 - 528.86,367.28 -ERROR - 528.76,366.56 - 528.48,365.20 - 528.20,363.03 - 528.20,360.30 - 528.59,354.82 - 529.78,346.60 - 530.60,343.84 - 532.54,338.72 - 535.94,331.65 - 537.47,329.57 - 540.81,325.87 - 546.26,321.01 - 548.39,319.83 - 552.88,318.05 - 559.95,316.27 - 561.77,316.27 - 565.38,316.52 - 570.75,317.27 - 572.54,317.75 - 576.07,318.89 - 581.28,320.91 - 576.42,342.23 - 583.83,363.56 - 586.04,353.90 - 590.52,334.29 - 583.57,314.68 - 582.66,316.58 -ERROR - 581.19,315.66 - 577.98,313.98 - 572.77,311.73 - 570.79,311.15 - 566.56,310.29 - 559.81,309.42 - 556.31,309.42 - 549.52,310.23 - 539.64,312.68 - 536.59,314.31 - 530.91,318.12 - 523.05,324.64 - 522.89,324.83 - 522.62,325.27 - 522.20,325.91 - PATH path5377 FOUND -Scale factor = 1.000000 -36) 263.76,325.51 -ERROR - 261.74,328.15 - 258.09,333.76 - 253.26,342.73 - 252.02,346.31 - 250.17,353.59 - 248.31,364.68 - 248.31,369.45 - 249.52,377.91 - 253.16,389.01 - 255.58,391.62 - 261.36,395.53 - 271.43,399.44 - 274.59,399.44 - 280.34,399.00 - 288.12,397.70 - 290.15,396.81 - 294.52,394.57 - 301.55,390.54 - 300.65,394.41 -ERROR - 300.25,396.23 - 299.30,399.68 - 297.64,404.58 - 296.96,406.05 - 295.38,408.81 - 292.69,412.68 - 291.56,413.79 - 288.98,415.76 - 284.64,418.37 - 282.90,419.03 - 279.04,420.02 - 272.68,421.00 - 270.47,421.00 - 265.90,420.70 - 258.83,419.79 - 256.33,419.19 - 251.84,417.95 - 245.88,416.05 - 245.48,414.16 - 243.78,421.54 -ERROR - 245.71,422.12 - 249.73,423.16 - 256.06,424.55 - 258.37,424.89 - 262.98,425.40 - 269.85,425.92 - 276.91,425.92 - 289.47,424.18 - 305.98,418.97 - 309.95,415.52 - 316.78,406.60 - 325.36,390.21 - 327.63,380.26 - 320.21,370.30 - 319.59,373.03 -ERROR - 317.43,374.42 - 313.07,376.98 - 306.48,380.45 - 304.24,381.37 - 299.79,382.76 - 293.15,384.14 - 290.02,384.14 - 284.61,383.30 - 277.78,380.77 - 276.73,379.51 - 275.15,376.47 - 273.29,371.41 - 271.96,366.35 - PATH path4968 FOUND -Scale factor = 1.000000 -37) 217.54,322.27 - 435.09,334.49 -ERROR - 435.79,332.46 - 437.34,328.56 - 439.98,323.04 - 441.46,320.91 - 444.68,317.10 - 449.93,312.09 - 451.96,310.85 - 456.28,308.99 - 463.15,307.14 - 466.37,307.14 - 472.07,308.08 - 479.53,310.93 - 481.30,312.82 - 483.94,317.51 - 486.58,325.88 - 486.58,326.88 - 486.48,328.84 - 486.29,331.77 - 493.16,334.69 - 500.03,324.42 -ERROR - 499.29,322.16 - 497.40,317.98 - 493.91,312.26 - 490.91,309.37 - 483.87,305.02 - 471.74,300.68 - 467.98,300.68 - 460.74,301.48 - 450.31,303.89 - 448.23,304.95 - 444.36,307.38 - 438.84,311.34 - PATH path5368 FOUND -Scale factor = 1.000000 -38) 217.54,322.27 -ERROR - 216.68,323.07 - 214.94,324.63 - 212.45,327.10 - 210.18,329.90 - 206.18,335.87 - 200.96,345.43 - 199.78,349.01 - 198.00,356.36 - 196.22,367.65 - 196.22,372.92 - 197.69,382.32 - 202.07,394.72 - 205.02,397.70 - 212.06,402.16 - 224.35,406.62 - 228.35,406.62 - 235.85,405.85 - 246.36,403.52 - 249.36,401.94 - 255.01,398.17 - 262.95,391.61 - 265.16,388.93 - 269.08,383.08 - 274.21,373.60 - 275.43,369.97 - 277.24,362.55 - 279.06,351.17 - 279.06,348.63 - 278.70,343.85 - 277.68,337.09 - 276.66,347.37 - 269.79,357.65 -ERROR - 269.63,359.66 - 269.18,363.64 - 268.22,369.48 - 267.49,372.24 - 265.67,377.44 - 262.43,384.75 - 260.98,386.91 - 257.78,390.76 - 252.53,395.81 - 250.48,397.02 - 246.13,398.84 - 239.26,400.66 - 236.02,400.66 - 230.28,399.68 - 222.78,396.76 - 221.01,394.81 - 218.37,390.07 - 215.72,381.70 - 215.72,378.70 - 216.10,372.80 - 217.25,364.11 - 217.42,363.47 - 217.85,362.28 - 218.49,360.49 - PATH path4966 FOUND -Scale factor = 1.000000 -39) 65.20,18.74 -ERROR -ERROR - 64.26,22.81 - 62.38,30.94 - 61.44,35.00 - 59.56,43.13 - 57.67,51.26 -ERROR - 55.71,51.26 - 53.74,51.26 -ERROR - 54.69,47.20 - 56.57,39.07 - 57.51,35.00 - 59.39,26.87 - 61.27,18.74 -ERROR - 63.23,18.74 - PATH path4964 FOUND -Scale factor = 1.000000 -40) 161.18,316.06 -ERROR - 158.52,316.06 - 153.08,316.31 - 144.75,317.06 - 141.85,317.56 - 136.76,318.51 - 130.16,319.86 - 128.70,327.28 - 129.10,334.71 -ERROR - 130.89,334.00 - 135.01,332.57 - 142.00,330.44 - 144.87,329.70 - 150.29,328.60 - 157.95,327.49 - 159.43,327.49 - 162.25,327.58 - 166.28,327.86 - 167.51,328.02 - 169.83,328.49 - 173.07,329.44 - 173.99,329.91 - 175.62,331.02 - 177.76,332.91 - 178.26,333.70 - 179.01,335.52 - 179.76,338.60 - 179.76,339.18 - 179.70,340.33 - 179.55,342.03 - 179.44,342.55 - 179.20,343.71 - 178.81,345.61 - 173.44,345.77 - 163.27,346.34 - 148.90,347.61 - 144.71,348.27 - 136.94,350.00 - 126.20,353.24 - 123.17,354.77 - 117.85,358.27 - 110.98,364.20 - 109.62,366.34 - 107.59,371.13 - 105.42,378.95 - 113.23,386.77 -ERROR - 113.23,386.63 - 113.15,386.38 - 113.07,385.99 - 113.07,383.78 - 113.63,379.72 - 115.29,374.19 - 116.39,372.69 - 119.12,370.01 - 123.98,366.45 - 126.03,365.58 - 130.68,364.06 - 138.46,362.08 - 141.62,361.61 - 148.38,360.82 - 159.21,359.87 - 156.32,372.27 - 153.44,383.13 - 158.30,393.99 - 165.21,364.05 -ERROR - 165.37,363.34 - 165.66,361.88 - 166.05,359.63 - 166.18,358.81 - 166.38,357.23 - 166.58,354.94 - 166.58,351.23 - 165.21,344.81 - 161.10,336.67 - 158.36,334.96 - 151.52,332.39 - 139.20,329.82 - PATH path5361 FOUND -Scale factor = 1.000000 -41) 165.25,361.25 - 330.50,350.38 -ERROR - 328.34,351.89 - 323.85,354.68 - 316.86,358.55 - 314.38,359.60 - 309.47,361.18 - 302.17,362.76 - 299.45,362.76 - 294.74,362.26 - 288.74,360.76 - 287.55,359.84 - 285.78,357.57 - 283.92,353.62 - 276.11,349.67 -ERROR - 276.09,350.03 - 275.97,350.69 - 275.85,351.71 - 275.85,355.00 - 276.94,360.97 - 280.22,368.99 - 281.09,369.79 - 283.02,371.12 - 286.02,372.94 - 299.05,374.76 -ERROR - 299.98,374.47 - 301.89,373.93 - 304.62,373.02 - 305.88,372.46 - 308.38,371.25 - 312.10,369.28 - 313.33,368.49 - 315.55,367.09 - 318.47,365.28 - 317.36,369.98 - PATH path5363 FOUND -Scale factor = 1.000000 -42) 154.46,361.25 - 141.44,722.49 -ERROR - 143.07,723.23 - 146.48,724.45 - 152.01,725.68 - 154.17,725.68 - 158.24,725.46 - 163.97,724.83 - 164.62,724.68 - 165.79,724.27 - 167.57,723.68 - PATH path4962 FOUND -Scale factor = 1.000000 -43) 44.73,26.00 -ERROR - 44.73,26.16 - 44.71,26.56 - 44.66,27.24 - 44.63,27.52 - 44.56,28.06 - 44.43,28.81 -ERROR - 42.68,36.39 - 40.92,43.96 -ERROR - 38.96,43.96 - 36.99,43.96 -ERROR - 38.53,37.32 - 40.07,30.67 - 40.15,30.30 - 40.30,29.61 - 40.48,28.65 - 40.53,28.37 - 40.61,27.82 - 40.68,26.99 - 40.68,26.41 - 40.53,25.38 - 40.09,24.07 - 39.81,23.77 - 39.00,23.32 - 37.45,22.87 - 36.92,22.87 - 35.80,23.02 - 34.05,23.45 - 33.41,23.75 - 32.16,24.39 - 30.30,25.43 -ERROR - 28.28,34.15 - 26.27,42.86 -ERROR - 24.30,42.86 - 22.34,42.86 -ERROR - 23.01,39.94 - 24.36,34.11 - 25.03,31.19 - 26.38,25.35 - 27.73,19.52 -ERROR - 29.69,19.52 - 31.66,19.52 -ERROR - 31.35,20.81 - 31.05,22.11 - 31.80,21.59 - 33.24,20.66 - 35.33,19.46 - 35.98,19.18 - 37.31,18.77 - 39.33,18.35 - 40.34,18.35 - 42.15,18.61 - 44.52,19.38 - 45.10,19.89 - 45.95,21.13 - 46.81,23.35 -ERROR - 46.81,23.35 - PATH path4960 FOUND -Scale factor = 1.000000 -44) 37.43,338.30 - 45.42,676.60 - 62.48,647.57 - 66.15,676.60 - 3.67,302.44 - -3.71,604.88 - -21.21,634.28 - PATH path5354 FOUND -Scale factor = 1.000000 -45) 37.43,338.30 - 23.78,361.25 - 32.03,384.19 - 41.67,367.64 - 67.02,351.10 - 69.00,367.64 - 76.94,384.19 - 73.03,331.84 - 69.12,302.44 - 66.15,604.88 - 63.19,640.74 - 45.42,35.86 - PATH path4957 FOUND -Scale factor = 1.000000 -46) 362.15,16.52 -ERROR - 359.19,16.52 - 353.47,16.31 - 345.19,15.67 - 342.28,15.18 - 336.71,13.93 - 328.74,11.64 - 326.10,10.50 - 321.14,7.87 - 314.16,3.43 - 312.21,1.66 - 308.66,-2.16 - 303.86,-8.28 - 302.67,-10.48 - 300.60,-15.13 - 297.98,-22.46 - 297.48,-24.86 - 296.73,-29.84 - 295.98,-37.61 - 295.98,-39.93 - 296.11,-44.48 - 296.47,-51.21 - 296.72,-53.50 - 297.36,-58.01 - 298.53,-64.64 - 299.07,-66.86 - 300.30,-71.22 - 302.36,-77.64 - 303.56,-80.55 - 306.17,-86.19 - 310.40,-94.35 - 312.08,-96.95 - 315.67,-101.95 - 321.40,-109.14 - 323.49,-111.26 - 327.88,-115.27 - 334.78,-120.94 - 337.21,-122.54 - 342.29,-125.53 - 350.19,-129.69 - 353.09,-130.87 - 358.97,-132.94 - 367.89,-135.60 - 370.91,-136.19 - 377.02,-137.07 - 386.29,-137.94 - 388.77,-137.94 - 393.63,-137.82 - 400.81,-137.44 - 403.27,-137.18 - 408.08,-136.51 - 415.16,-135.29 - 417.30,-134.78 - 421.47,-133.66 - 427.57,-131.80 - 429.60,-131.03 - 433.56,-129.34 - 439.32,-126.61 -ERROR - 438.22,-122.12 - 436.03,-113.12 - 434.93,-108.62 - 432.74,-99.63 - 430.55,-90.63 -ERROR - 428.35,-90.63 - 426.16,-90.63 - 424.69,-92.21 - 421.76,-95.16 - 417.37,-99.31 - 415.69,-100.67 - 412.33,-103.15 - 407.30,-106.48 - 405.67,-107.32 - 402.25,-108.77 - 396.88,-110.62 - 395.12,-110.98 - 391.48,-111.53 - 385.83,-112.07 - 383.37,-112.07 - 378.59,-111.74 - 371.63,-110.76 - 369.38,-110.08 - 365.03,-108.37 - 358.73,-105.27 - 356.90,-103.97 - 353.37,-101.05 - 348.28,-96.21 - 346.59,-94.11 - 343.51,-89.70 - 339.33,-82.79 - 338.29,-80.39 - 336.47,-75.41 - 334.15,-67.66 - 333.70,-65.13 - 333.01,-59.91 - 332.33,-51.85 - 332.33,-49.25 - 332.58,-44.37 - 333.35,-37.53 - 334.01,-35.01 - 335.73,-30.49 - 338.95,-24.48 - 340.40,-23.03 - 343.64,-20.54 - 349.05,-17.39 - 350.88,-16.83 - 354.79,-16.00 - 361.04,-15.16 - 363.31,-15.16 - 367.78,-15.39 - 374.38,-16.06 - 376.56,-16.52 - 380.83,-17.66 - 387.14,-19.73 - 389.16,-20.67 - 393.17,-22.67 - 399.08,-25.87 - 400.97,-27.04 - 404.68,-29.51 - 410.18,-33.39 -ERROR - 412.17,-33.39 - 414.17,-33.39 -ERROR - 413.08,-28.95 - 410.91,-20.08 - 409.83,-15.65 - 407.66,-6.77 - 405.49,2.10 - 404.00,2.69 - 400.76,4.02 - 395.53,6.22 - 393.53,7.05 - 389.63,8.56 - 383.90,10.60 - 381.51,11.30 - 376.87,12.53 - 370.14,14.12 - 368.08,14.49 - 363.13,15.04 - 354.46,15.59 -ERROR -ERROR - PATH path4955 FOUND -Scale factor = 1.000000 -47) 309.02,15.08 -ERROR -ERROR - 304.23,15.08 - 294.67,15.08 - 289.88,15.08 - 280.31,15.08 - 270.74,15.08 -ERROR - 271.67,11.08 - 273.91,1.37 - 274.58,-1.53 - 276.02,-7.76 - 278.26,-17.47 - 279.00,-20.67 - 280.51,-27.18 - 282.75,-36.89 - 283.55,-40.36 - 285.12,-47.17 - 287.37,-56.88 - 288.68,-62.59 - 290.93,-72.30 - 293.17,-82.01 -ERROR - 291.00,-78.69 - 285.90,-70.92 - 284.35,-68.54 - 281.02,-63.47 - 275.93,-55.70 - 274.16,-53.00 - 270.62,-47.60 - 265.52,-39.82 - 262.60,-35.36 - 257.50,-27.58 - 252.40,-19.81 -ERROR - 249.10,-19.81 - 242.50,-19.81 - 239.20,-19.81 - 232.59,-19.81 - 225.99,-19.81 -ERROR - 225.29,-23.34 - 223.64,-31.62 - 223.14,-34.15 - 222.07,-39.56 - 220.42,-47.85 - 219.85,-50.72 - 218.71,-56.48 - 217.07,-64.76 - 216.12,-69.52 - 214.48,-77.81 - 212.83,-86.09 -ERROR - 212.05,-82.69 - 210.10,-74.26 - 209.53,-71.78 - 208.30,-66.42 - 206.35,-57.99 - 205.73,-55.27 - 204.44,-49.70 - 202.50,-41.27 - 201.84,-38.41 - 200.52,-32.69 - 198.58,-24.26 - 197.87,-21.20 - 196.50,-15.25 - 194.56,-6.82 - 193.39,-1.78 - 191.45,6.65 - 189.51,15.08 -ERROR - 184.97,15.08 - 175.90,15.08 - 171.37,15.08 - 162.30,15.08 - 153.23,15.08 -ERROR - 154.06,11.45 - 156.21,2.18 - 156.83,-0.52 - 158.18,-6.36 - 160.32,-15.63 - 161.00,-18.55 - 162.39,-24.60 - 164.54,-33.88 - 165.24,-36.91 - 166.66,-43.06 - 168.80,-52.34 - 169.52,-55.46 - 170.96,-61.70 - 173.11,-70.98 - 173.85,-74.21 - 175.32,-80.56 - 177.46,-89.84 - 178.26,-93.27 - 179.78,-99.86 - 181.92,-109.14 - 183.23,-114.79 - 185.37,-124.06 - 187.51,-133.34 -ERROR - 190.81,-133.34 - 198.13,-133.34 - 200.49,-133.34 - 205.46,-133.34 - 212.78,-133.34 - 216.82,-133.34 - 224.14,-133.34 - 231.47,-133.34 -ERROR - 232.34,-129.37 - 234.37,-120.07 - 234.99,-117.22 - 236.31,-111.15 - 238.34,-101.84 - 239.05,-98.61 - 240.46,-92.15 - 242.49,-82.84 - 243.66,-77.50 - 245.69,-68.19 - 247.72,-58.88 -ERROR - 249.80,-61.95 - 254.84,-69.40 - 256.35,-71.62 - 259.58,-76.40 - 264.63,-83.85 - 266.29,-86.30 - 269.67,-91.29 - 274.72,-98.74 - 276.52,-101.40 - 280.06,-106.63 - 285.10,-114.07 - 288.07,-118.45 - 293.11,-125.89 - 298.15,-133.34 -ERROR - 301.53,-133.34 - 309.06,-133.34 - 311.48,-133.34 - 316.59,-133.34 - 324.11,-133.34 - 328.26,-133.34 - 335.78,-133.34 - 343.31,-133.34 -ERROR - 342.47,-129.71 - 340.33,-120.43 - 339.70,-117.74 - 338.36,-111.90 - 336.21,-102.63 - 335.54,-99.71 - 334.14,-93.66 - 332.00,-84.38 - 331.30,-81.35 - 329.87,-75.20 - 327.73,-65.92 - 327.01,-62.80 - 325.57,-56.56 - 323.43,-47.28 - 322.68,-44.05 - 321.21,-37.70 - 319.07,-28.42 - 318.27,-24.98 - 316.75,-18.40 - 314.61,-9.12 - 313.30,-3.47 - 311.16,5.80 - PATH path4953 FOUND -Scale factor = 1.000000 -48) 215.47,15.08 -ERROR -ERROR - 211.89,15.08 - 203.20,15.08 - 200.60,15.08 - 195.02,15.08 - 186.33,15.08 - 183.47,15.08 - 177.64,15.08 - 168.95,15.08 - 165.84,15.08 - 159.74,15.08 - 151.05,15.08 - 145.94,15.08 - 137.25,15.08 - 128.56,15.08 -ERROR - 129.32,11.79 - 130.84,5.21 - 131.60,1.92 - 133.12,-4.66 - 134.64,-11.24 -ERROR - 137.66,-11.24 - 143.72,-11.24 - 146.75,-11.24 - 152.80,-11.24 - 158.86,-11.24 -ERROR - 159.77,-15.18 - 161.98,-24.76 - 162.64,-27.62 - 164.06,-33.77 - 166.28,-43.35 - 167.01,-46.51 - 168.49,-52.93 - 170.70,-62.51 - 171.49,-65.94 - 173.05,-72.66 - 175.26,-82.24 - 176.56,-87.87 - 178.77,-97.44 - 180.99,-107.02 -ERROR - 177.96,-107.02 - 171.90,-107.02 - 168.88,-107.02 - 162.82,-107.02 - 156.76,-107.02 -ERROR - 157.52,-110.31 - 159.04,-116.89 - 159.80,-120.18 - 161.32,-126.76 - 162.84,-133.34 -ERROR - 166.43,-133.34 - 175.12,-133.34 - 177.71,-133.34 - 183.29,-133.34 - 191.99,-133.34 - 194.85,-133.34 - 200.68,-133.34 - 209.37,-133.34 - 212.48,-133.34 - 218.58,-133.34 - 227.27,-133.34 - 232.38,-133.34 - 241.07,-133.34 - 249.76,-133.34 -ERROR - 249.00,-130.05 - 247.48,-123.47 - 246.72,-120.18 - 245.20,-113.60 - 243.68,-107.02 -ERROR - 240.65,-107.02 - 234.60,-107.02 - 231.57,-107.02 - 225.52,-107.02 - 219.46,-107.02 -ERROR - 218.55,-103.08 - 216.34,-93.50 - 215.67,-90.64 - 214.25,-84.49 - 212.04,-74.91 - 211.31,-71.75 - 209.83,-65.33 - 207.62,-55.75 - 206.82,-52.32 - 205.27,-45.60 - 203.06,-36.02 - 201.76,-30.39 - 199.55,-20.81 - 197.33,-11.24 -ERROR - 200.36,-11.24 - 206.42,-11.24 - 209.44,-11.24 - 215.50,-11.24 - 221.55,-11.24 -ERROR - 220.79,-7.95 - 219.27,-1.37 - 218.51,1.92 - 216.99,8.50 - PATH path4951 FOUND -Scale factor = 1.000000 -49) 393.30,5.46 - 385.20,40.52 - 377.10,75.58 - 369.00,110.64 - 360.90,145.70 - 352.80,180.76 - 344.71,215.82 - 336.61,250.88 - 328.51,285.94 - 358.88,321.00 - 389.26,321.00 - 419.63,321.00 - 450.00,0.00 - 0.00,12.69 - 12.69,0.00 - 24.55,-0.68 - 35.59,-2.05 - 12.71,-1.57 - 24.32,-4.05 - 34.83,-7.44 - 12.15,-3.91 - 22.83,-9.04 - 32.05,-15.37 - 7.94,-5.43 - 14.58,-11.55 - 19.91,-18.37 - 5.64,-7.21 - 9.83,-15.19 - 12.57,-23.95 - 2.06,-6.60 - 3.26,-13.67 - 3.67,-21.15 - -69.99,-42.30 -ERROR - -71.00,-30.85 - -77.62,-10.54 - -94.55,16.01 - -100.93,19.87 - -115.20,26.51 - -138.87,34.85 - -146.30,36.19 - -162.10,38.21 - -187.22,40.23 - -223.76,42.25 - -215.66,7.31 - -207.56,-27.63 - -188.63,-62.57 - -169.70,-62.57 -ERROR - -165.28,-62.57 - -156.79,-62.38 - -144.50,-61.87 - -132.22,-111.07 -ERROR - -134.22,-110.96 - -138.16,-110.68 - -144.23,-110.41 - -177.20,-110.14 - -170.32,-139.80 - -163.45,-169.47 - -130.86,-199.14 -ERROR - -119.30,-199.14 - -98.71,-197.25 - -71.59,-191.60 - -65.06,-187.96 - -55.26,-178.36 - -45.47,-160.46 - -45.47,-154.96 - -46.54,-144.64 - -49.59,-130.04 - 25.37,-115.44 -ERROR - 25.83,-116.62 - 26.77,-118.98 - 28.09,-122.57 - 30.25,-129.40 - 33.49,-143.72 - 36.73,-166.22 - 36.73,-176.40 - 34.44,-195.60 - 27.57,-222.65 -ERROR - 616.00,-188.42 - 1197.80,-160.74 - 1770.80,-138.51 - 2336.86,-120.64 - 2894.75,-106.28 - 3443.27,-94.57 - 3983.91,-85.10 - 4515.79,-77.27 - 5038.07,-70.47 - 5552.08,-64.56 - 6057.19,-59.10 - 6552.78,-53.64 - 6518.68,-48.18 - 6484.59,-48.18 - PATH path5347 FOUND -Scale factor = 1.000000 -50) 595.19,95.03 - 520.22,190.06 -ERROR - 518.00,194.87 - 512.40,203.76 - 502.07,215.91 - 497.23,219.23 - 486.46,224.96 - 468.71,232.19 - 464.73,233.03 - 456.30,234.33 - 443.21,235.87 - 430.11,285.07 -ERROR - 440.65,285.97 - 459.37,289.01 - 483.82,295.47 - 491.60,299.99 - 503.28,311.92 - 514.96,334.15 - 514.96,335.44 - 514.86,337.98 - 514.65,341.76 - 588.32,345.54 -ERROR - 588.42,343.67 - 588.61,339.93 - 588.81,334.27 - 588.81,327.31 - 587.96,314.10 - 585.43,295.37 - 583.46,288.96 - 578.38,277.10 - 569.05,260.79 - 564.82,256.29 - 555.28,247.87 - 539.33,236.10 - 533.93,233.27 - 522.36,228.03 - 503.84,220.78 - 504.22,219.27 -ERROR - 513.00,216.69 - 529.53,210.96 - 552.77,201.52 - 560.74,197.11 - 575.21,187.50 - 594.73,171.89 - 598.83,167.03 - 606.08,156.71 - 615.64,140.42 - PATH path4949 FOUND -Scale factor = 1.000000 -51) 103.00,114.19 - 173.77,228.39 - 180.31,216.99 - 194.77,191.80 - 198.54,225.39 - 198.87,228.39 - 266.96,231.38 - 266.46,227.83 - 261.59,192.77 - 256.72,157.71 - 251.84,122.65 - 223.96,87.59 - 196.09,87.59 - 168.21,87.59 - 149.52,36.63 - 130.83,67.79 - 112.14,98.96 - PATH path5342 FOUND -Scale factor = 1.000000 -52) 103.00,114.19 - 93.45,130.12 - 74.76,161.28 - 56.07,192.44 - 37.38,223.61 - 18.69,254.77 - 0.00,285.94 - 37.77,571.87 - 75.53,571.87 - 91.92,543.24 - 108.31,514.61 - 142.72,485.98 - 177.12,485.98 - 211.53,485.98 - 214.73,514.61 - 217.94,543.24 - 254.38,571.87 - 290.83,571.87 - 285.96,536.81 - 281.09,501.75 - 276.21,466.69 - 271.34,431.63 - 266.96,400.13 - 198.87,368.62 - 202.30,399.22 - 206.07,432.81 - 171.51,466.40 - 136.94,466.40 - 151.40,441.21 - 165.86,416.02 - 173.77,402.22 - -Object origin: -3388.269515 474.163063 - -Eagle Command: -set wire_bend 2; -change layer bPlace; -set width 0.000500; -poly (R -555.457483 43.301568) (R -555.933999 43.301568) (R -556.410515 43.301568) (R -557.156635 44.327746) (R -557.902755 45.353923) (R -558.241331 45.080137) (R -558.579907 44.806351) (R -558.751285 44.053960) (R -558.922663 43.301568) (R -559.319757 43.301568) (R -559.716851 43.301568) (R -559.528753 44.114569) (R -559.152557 45.740569) (R -558.964461 46.553570) (R -558.588267 48.179571) (R -558.212073 49.805571) (R -557.814979 49.805571) (R -557.417885 49.805571) (R -557.539103 49.283078) (R -557.781541 48.238090) (R -557.902759 47.715596) (R -558.145195 46.670609) (R -558.387631 45.625621) (R -557.018697 46.798097) (R -555.649763 47.970573) (R -555.133539 47.970573) (R -554.617315 47.970573) (R -555.948629 46.867066) (R -557.279943 45.763559) (R -556.368713 44.532564) (R -555.457483 43.301568); -poly (R -558.822345 43.249319) (R -558.970035 43.249319) (R -559.248697 43.266735) (R -559.641611 43.318981) (R -559.754469 43.353813) (R -559.966253 43.443680) (R -560.263031 43.608788) (R -560.345237 43.681241) (R -560.490837 43.844955) (R -560.681023 44.118742) (R -560.725611 44.228814) (R -560.792493 44.467070) (R -560.859375 44.851625) (R -560.859375 45.070376) (R -560.825239 45.493248) (R -560.722831 46.105611) (R -560.654557 46.295102) (R -560.489449 46.651094) (R -560.198943 47.150597) (R -560.077723 47.289929) (R -559.806721 47.539332) (R -559.357375 47.869549) (R -559.179029 47.951754) (R -558.808405 48.075063) (R -558.231571 48.198371) (R -558.095027 48.198371) (R -557.830299 48.179561) (R -557.445745 48.123133) (R -557.324527 48.085514) (R -557.096719 48.003309) (R -556.776953 47.869551) (R -556.862639 47.445285) (R -556.948325 47.021020) (R -556.971313 47.021020) (R -556.994301 47.021020) (R -557.022169 47.046101) (R -557.084871 47.100442) (R -557.189371 47.188220) (R -557.231169 47.221657) (R -557.322431 47.286444) (R -557.470819 47.380493) (R -557.527943 47.411149) (R -557.648463 47.466886) (R -557.838651 47.542130) (R -557.908317 47.563030) (R -558.057401 47.594380) (R -558.295657 47.625729) (R -558.565961 47.625729) (R -559.057105 47.511477) (R -559.719627 47.168722) (R -559.889613 46.940218) (R -560.144591 46.433748) (R -560.399569 45.599848) (R -560.399569 45.403390) (R -560.349409 45.055758) (R -560.198931 44.602233) (R -560.097217 44.496341) (R -559.851295 44.337502) (R -559.418669 44.178664) (R -559.330891 44.178664) (R -559.155333 44.191204) (R -558.891997 44.228826) (R -558.804217 44.253907) (R -558.641895 44.306157) (R -558.418267 44.387663) (R -558.349995 44.419707) (R -558.218327 44.485886) (R -558.028139 44.588295) (R -557.969621 44.624520) (R -557.868607 44.687913) (R -557.741119 44.769420) (R -557.718131 44.769420) (R -557.695143 44.769420) (R -557.778741 44.340975) (R -557.862339 43.912530) (R -557.983557 43.858192) (R -558.232959 43.756482) (R -558.617513 43.614364) (R -558.752665 43.575352) (R -559.025059 43.516833) (R -559.436785 43.458315) (R -559.436787 43.458315) (R -558.822345 43.249319); -poly (R -369.261147 -12.878343) (R -370.014187 -12.878343) (R -371.462147 -13.039141) (R -373.547307 -13.521171) (R -374.179227 -13.842403) (R -375.345647 -14.592765) (R -376.949147 -15.880265) (R -377.402047 -16.438471) (R -378.202787 -17.634003) (R -379.245767 -19.545723) (R -379.482727 -20.261909) (R -379.838187 -21.730981) (R -380.193647 -23.989965) (R -380.193647 -25.043183) (R -379.901227 -26.923319) (R -379.024287 -29.403787) (R -378.815667 -29.614267) (R -378.359327 -29.984485) (R -377.637047 -30.490735) (R -376.914767 -28.262219) (R -376.852267 -26.033703) (R -376.926567 -25.771207) (R -377.047667 -25.220289) (R -377.168767 -24.335915) (R -377.168767 -23.735583) (R -377.092567 -22.555897) (R -376.863667 -20.818007) (R -376.710947 -20.259799) (R -376.339847 -19.214489) (R -375.684367 -17.753161) (R -375.389467 -17.326609) (R -374.744187 -16.565725) (R -373.693407 -15.562599) (R -373.287927 -15.315093) (R -372.424127 -14.943609) (R -371.049527 -14.572125) (R -370.407047 -14.572125) (R -369.267287 -14.761715) (R -367.774707 -15.330465) (R -367.421867 -15.709621) (R -366.892567 -16.646979) (R -366.363267 -18.321589) (R -366.363267 -18.937721) (R -366.439447 -20.138299) (R -366.668347 -21.891813) (R -366.815807 -22.444753) (R -367.179107 -23.484795) (R -367.826767 -24.946123) (R -368.474427 -26.721123) (R -368.104287 -26.456101) (R -367.383847 -25.892045) (R -366.356887 -24.954545) (R -365.914547 -24.417405) (R -365.130227 -23.248421) (R -364.103667 -21.352719) (R -363.861427 -20.626001) (R -363.497767 -19.140913) (R -363.134107 -16.865913) (R -363.134107 -15.781101) (R -363.434547 -13.864275) (R -364.335327 -11.368181) (R -364.935667 -10.788911) (R -366.344307 -9.919771) (R -368.769307 -9.050631) (R -369.261147 -12.878343); -poly (R -368.352547 -21.351779) (R -103.803327 -19.576779) (R -104.092967 -20.008599) (R -104.732987 -20.777689) (R -105.783767 -21.789017) (R -106.194527 -22.031257) (R -107.063207 -22.394539) (R -108.437427 -22.757821) (R -109.085147 -22.757821) (R -110.233487 -22.563135) (R -111.734667 -21.978761) (R -111.925587 -21.767881) (R -112.245787 -21.287221) (R -112.653587 -20.496985) (R -112.716087 -19.706749) (R -112.778587 -21.935265) (R -112.292687 -22.183819) (R -111.235607 -22.570147) (R -109.501247 -22.956475) (R -108.700787 -22.956475) (R -107.199927 -22.801157) (R -105.098747 -22.335141) (R -104.900047 -22.230559) (R -104.522247 -21.987853) (R -103.961307 -21.614025) (R -368.352547 -21.351779); -poly (R -562.463081 46.553570) (R -562.651179 45.740569) (R -563.027375 44.114569) (R -563.215471 43.301568) (R -563.591665 41.675567) (R -563.967859 40.049567) (R -564.360775 40.049567) (R -564.753691 40.049567) (R -564.565593 40.862567) (R -564.189397 42.488568) (R -564.001299 43.301568) (R -563.625103 44.927569) (R -563.248907 46.553570) (R -562.855993 46.553570) (R -562.463081 46.553570); -poly (R -565.180049 43.245139) (R -565.574357 43.245139) (R -566.277981 43.346851) (R -567.205929 43.651987) (R -567.430253 43.856805) (R -567.766739 44.351432) (R -568.103225 45.220862) (R -568.103225 45.507886) (R -568.060033 46.062426) (R -567.930455 46.864977) (R -567.844069 47.112987) (R -567.633679 47.578355) (R -567.261663 48.230427) (R -567.101431 48.414345) (R -566.744045 48.743169) (R -566.152583 49.177883) (R -565.918505 49.285169) (R -565.423181 49.446097) (R -564.639439 49.607025) (R -564.459701 49.607025) (R -564.109979 49.584731) (R -563.600027 49.517850) (R -563.439795 49.474657) (R -563.115151 49.362494) (R -562.621915 49.155586) (R -562.715965 48.687433) (R -562.810015 48.219279) (R -562.841365 48.219279) (R -562.872715 48.219279) (R -562.918697 48.265260) (R -563.011355 48.353737) (R -563.151383 48.481226) (R -563.197365 48.521632) (R -563.313013 48.605927) (R -563.522011 48.737595) (R -563.598643 48.778001) (R -563.766537 48.851847) (R -564.040323 48.952166) (R -564.146215 48.980034) (R -564.369145 49.021837) (R -564.720261 49.063640) (R -564.915325 49.063640) (R -565.289429 49.022538) (R -565.826551 48.899230) (R -565.989569 48.818417) (R -566.294009 48.624050) (R -566.718275 48.283383) (R -566.835313 48.141265) (R -567.044311 47.826375) (R -567.320187 47.308062) (R -567.387067 47.104637) (R -567.487387 46.684552) (R -567.587707 46.034570) (R -567.587707 45.747546) (R -567.513165 45.236896) (R -567.289537 44.566014) (R -567.140451 44.407176) (R -566.776099 44.168918) (R -566.130297 43.930661) (R -565.997931 43.930661) (R -565.740167 43.945293) (R -565.363971 43.989186) (R -565.244145 44.019836) (R -565.015641 44.088802) (R -564.689605 44.203751) (R -564.599039 44.246944) (R -564.426965 44.335421) (R -564.182439 44.471269) (R -564.109985 44.518644) (R -563.975529 44.609908) (R -563.789521 44.741577) (R -563.760261 44.741577) (R -563.731001 44.741577) (R -563.829229 44.260877) (R -563.927457 43.780177) (R -564.073755 43.706331) (R -564.388645 43.565605) (R -564.894419 43.364968) (R -565.083911 43.306449) (R -565.475435 43.218671) (R -566.081529 43.130892) (R -565.180049 43.245139); -poly (R -568.055857 45.222255) (R -568.076753 45.222255) (R -568.097649 45.222255) (R -568.153379 45.236187) (R -568.261359 45.259872) (R -568.418107 45.289131) (R -568.465481 45.296101) (R -568.570679 45.306555) (R -568.744147 45.317009) (R -568.875119 45.317009) (R -569.136365 45.287053) (R -569.527189 45.197185) (R -569.655375 45.138666) (R -569.906869 45.009088) (R -570.276797 44.795911) (R -570.652991 43.138560) (R -571.029185 41.481209) (R -571.426281 41.481209) (R -571.823377 41.481209) (R -571.690141 42.064835) (R -571.423669 43.232086) (R -571.290433 43.815712) (R -571.023961 44.982963) (R -570.757489 46.150214) (R -570.360393 46.150214) (R -569.963297 46.150214) (R -570.042713 45.805368) (R -570.122129 45.460522) (R -569.936819 45.590100) (R -569.594761 45.809548) (R -569.124517 46.079155) (R -568.994939 46.129311) (R -568.741355 46.204545) (R -568.369339 46.279780) (R -568.301067 46.279780) (R -568.183333 46.277696) (R -568.034945 46.271442) (R -568.004289 46.268642) (R -567.929047 46.259574) (R -567.795289 46.240768) (R -567.885165 45.852013) (R -568.055857 45.222255); -poly (R -407.461147 -12.878343) (R -408.214187 -12.878343) (R -409.662527 -13.039141) (R -411.748067 -13.521171) (R -412.379987 -13.842403) (R -413.546427 -14.592765) (R -415.149947 -15.880265) (R -415.159947 -15.892565) (R -415.176547 -15.919639) (R -415.203107 -15.959093) (R -413.357407 -15.998547) (R -413.270667 -15.933699) (R -413.104567 -15.791691) (R -412.845967 -15.594425) (R -412.440487 -15.346919) (R -411.577087 -14.975435) (R -410.202867 -14.603951) (R -409.560407 -14.603951) (R -408.420267 -14.793541) (R -406.927307 -15.362291) (R -406.574467 -15.741447) (R -406.045167 -16.678805) (R -405.515867 -18.353415) (R -405.515867 -18.969547) (R -405.592067 -20.170125) (R -405.820967 -21.923639) (R -405.968427 -22.476579) (R -406.332107 -23.516621) (R -406.980167 -24.977949) (R -407.269787 -25.409769) (R -407.909407 -26.178859) (R -408.959787 -27.190187) (R -409.370547 -27.432427) (R -410.239607 -27.795709) (R -411.614227 -28.158991) (R -412.261947 -28.158991) (R -413.409887 -27.964305) (R -414.910667 -27.379931) (R -415.101587 -27.169051) (R -415.421787 -26.688391) (R -415.829587 -25.898155) (R -417.433887 -25.107919) (R -417.323127 -25.807817) (R -416.939667 -27.082231) (R -416.120147 -28.804497) (R -415.530347 -29.399563) (R -414.121647 -30.292141) (R -411.665007 -31.184719) (R -410.864547 -31.184719) (R -409.363687 -31.029401) (R -407.262507 -30.563385) (R -406.662167 -30.247421) (R -405.532807 -29.494297) (R -403.945307 -28.182969) (R -403.502947 -27.645829) (R -402.718227 -26.476845) (R -401.691267 -24.581143) (R -401.449027 -23.854425) (R -401.085747 -22.369337) (R -400.722467 -20.094337) (R -400.722467 -19.009525) (R -401.022527 -17.092699) (R -401.922927 -14.596605) (R -402.523247 -14.017335) (R -403.931887 -13.148195) (R -406.356887 -12.279055) (R -407.461147 -12.878343); -poly (R -412.490827 -19.576779) (R -410.886527 -89.456075) (R -410.960827 -89.193579) (R -411.082307 -88.642663) (R -411.203787 -87.758289) (R -411.203807 -87.157957) (R -411.127227 -85.978271) (R -410.897947 -84.240381) (R -410.745227 -83.682173) (R -410.374127 -82.636863) (R -409.718647 -81.175535) (R -409.491027 -80.846283) (R -408.992367 -80.259859) (R -408.200187 -79.453999) (R -410.045887 -78.648139) (R -410.484247 -79.197445) (R -411.263367 -80.369307) (R -412.279387 -82.241573) (R -412.516367 -82.957759) (R -412.871827 -84.426831) (R -413.227287 -86.685815) (R -413.227287 -86.953321) (R -413.207487 -87.473233) (R -413.150067 -88.231435) (R -412.490827 -19.576779); -poly (R -572.486603 45.222255) (R -572.507499 45.222255) (R -572.528395 45.222255) (R -572.584127 45.236187) (R -572.692109 45.259872) (R -572.848857 45.289131) (R -572.896231 45.296101) (R -573.001429 45.306555) (R -573.174897 45.317009) (R -573.305869 45.317009) (R -573.567117 45.287053) (R -573.957943 45.197185) (R -574.086129 45.138666) (R -574.337623 45.009088) (R -574.707549 44.795911) (R -575.083743 43.138560) (R -575.459937 41.481209) (R -575.857035 41.481209) (R -576.254133 41.481209) (R -576.120897 42.064835) (R -575.854427 43.232086) (R -575.721191 43.815712) (R -575.454719 44.982963) (R -575.188247 46.150214) (R -574.791151 46.150214) (R -574.394055 46.150214) (R -574.473471 45.805368) (R -574.552887 45.460522) (R -574.367575 45.590100) (R -574.025515 45.809548) (R -573.555269 46.079155) (R -573.425691 46.129311) (R -573.172109 46.204545) (R -572.800093 46.279780) (R -572.731821 46.279780) (R -572.614087 46.277696) (R -572.465699 46.271442) (R -572.435049 46.268642) (R -572.359813 46.259574) (R -572.226055 46.240768) (R -572.315929 45.852013) (R -572.486603 45.222255); -poly (R -574.317419 45.222255) (R -574.338315 45.222255) (R -574.359211 45.222255) (R -574.414943 45.236187) (R -574.522925 45.259872) (R -574.679675 45.289131) (R -574.727049 45.296101) (R -574.832247 45.306555) (R -575.005715 45.317009) (R -575.136685 45.317009) (R -575.397931 45.287053) (R -575.788755 45.197185) (R -575.916941 45.138666) (R -576.168435 45.009088) (R -576.538361 44.795911) (R -576.914557 43.138560) (R -577.290753 41.481209) (R -577.687847 41.481209) (R -578.084941 41.481209) (R -577.951705 42.064835) (R -577.685233 43.232086) (R -577.551997 43.815712) (R -577.285525 44.982963) (R -577.019053 46.150214) (R -576.621959 46.150214) (R -576.224865 46.150214) (R -576.304281 45.805368) (R -576.383697 45.460522) (R -576.198385 45.590100) (R -575.856325 45.809548) (R -575.386079 46.079155) (R -575.256501 46.129311) (R -575.002919 46.204545) (R -574.630903 46.279780) (R -574.562631 46.279780) (R -574.444897 46.277696) (R -574.296509 46.271442) (R -574.265859 46.268642) (R -574.190623 46.259574) (R -574.056865 46.240768) (R -574.146741 45.852013) (R -574.317419 45.222255); -poly (R -576.445015 45.636071) (R -576.579819 45.052445) (R -576.849427 43.885194) (R -576.984229 43.301568) (R -577.253835 42.134317) (R -577.523441 40.967065) (R -577.916355 40.967065) (R -578.309269 40.967065) (R -578.174465 41.550691) (R -577.904859 42.717942) (R -577.770055 43.301568) (R -577.500447 44.468819) (R -577.230839 45.636070) (R -576.837925 45.636070) (R -576.445015 45.636071); -poly (R -576.236017 46.434441) (R -576.330067 46.026896) (R -576.424117 45.619351) (R -576.867191 45.619351) (R -577.310265 45.619351) (R -577.216217 46.026896) (R -577.122169 46.434441) (R -576.679093 46.434441) (R -576.236017 46.434441); -poly (R -578.188053 43.301568) (R -578.606047 43.301568) (R -579.024041 43.301568) (R -578.870429 43.962523) (R -578.563203 45.284432) (R -578.409589 45.945387) (R -578.102363 47.267296) (R -577.795137 48.589205) (R -578.111245 48.142473) (R -578.743463 47.249009) (R -579.059571 46.802276) (R -579.691787 45.908812) (R -580.324003 45.015348) (R -580.570621 45.015348) (R -580.817239 45.015348) (R -581.256133 46.883785) (R -581.695027 48.752223) (R -581.852821 48.070891) (R -582.168409 46.708228) (R -582.326201 46.026896) (R -582.641787 44.664232) (R -582.957373 43.301568) (R -583.348197 43.301568) (R -583.739021 43.301568) (R -583.559283 44.079562) (R -583.199809 45.635548) (R -583.020071 46.413542) (R -582.660595 47.969528) (R -582.301119 49.525515) (R -581.732645 49.525515) (R -581.164171 49.525515) (R -580.744085 47.792925) (R -580.323999 46.060336) (R -580.020953 46.493483) (R -579.414861 47.359778) (R -579.111815 47.792925) (R -578.505723 48.659220) (R -577.899631 49.525515) (R -577.324887 49.525515) (R -576.750143 49.525515) (R -576.929881 48.747522) (R -577.289357 47.191535) (R -577.469095 46.413542) (R -577.828571 44.857555) (R -578.188053 43.301568); -poly (R -584.608455 42.440499) (R -585.041081 42.440499) (R -585.473707 42.440499) (R -584.794465 43.437417) (R -584.115223 44.434335) (R -584.220767 44.983999) (R -584.431855 46.083326) (R -584.537399 46.632989) (R -584.748487 47.732316) (R -584.959575 48.831643) (R -584.556209 48.831643) (R -584.152843 48.831643) (R -583.822627 47.094874) (R -583.492411 45.358105) (R -583.213399 45.792297) (R -582.655375 46.660681) (R -582.376363 47.094874) (R -581.818339 47.963258) (R -581.260315 48.831642) (R -580.831871 48.831642) (R -580.403427 48.831642) (R -580.929055 48.032749) (R -581.980313 46.434964) (R -582.505941 45.636071) (R -583.557197 44.038285) (R -584.608455 42.440499); -poly (R -584.967931 45.636071) (R -585.038995 45.318394) (R -585.110059 45.000717) (R -585.920969 45.000717) (R -586.731879 45.000717) (R -586.982675 43.924381) (R -587.233471 42.848044) (R -587.247391 42.793707) (R -587.273863 42.676670) (R -587.311485 42.488572) (R -587.322625 42.418906) (R -587.339345 42.293508) (R -587.356065 42.126310) (R -587.356065 42.024598) (R -587.330289 41.846950) (R -587.252963 41.619142) (R -587.201407 41.570374) (R -587.054409 41.497221) (R -586.768083 41.424068) (R -586.710957 41.424068) (R -586.586255 41.433822) (R -586.383527 41.463081) (R -586.304109 41.482587) (R -586.171047 41.517418) (R -586.010119 41.563393) (R -585.989223 41.563393) (R -585.968327 41.563393) (R -586.041479 41.224817) (R -586.114631 40.886240) (R -586.192657 40.866734) (R -586.354281 40.831206) (R -586.605077 40.783141) (R -586.692857 40.770603) (R -586.858663 40.751797) (R -587.092741 40.732991) (R -587.285019 40.732991) (R -587.626381 40.774790) (R -588.073635 40.900189) (R -588.178133 40.985181) (R -588.334881 41.203932) (R -588.491629 41.605207) (R -588.491629 41.649795) (R -588.488829 41.738272) (R -588.480429 41.869940) (R -588.473449 41.914528) (R -588.457409 42.009274) (R -588.430241 42.159752) (R -588.139735 43.413737) (R -587.849229 44.667722) (R -588.114655 44.667722) (R -588.380081 44.667722) (R -588.309019 44.985398) (R -588.237957 45.303075) (R -587.972529 45.303075) (R -587.707101 45.303075) (R -587.550355 45.973957) (R -587.393609 46.644839) (R -587.000693 46.644839) (R -586.607777 46.644839) (R -586.764525 45.973957) (R -586.921273 45.303075) (R -586.110389 45.303076) (R -584.967931 45.636071); -poly (R -586.961771 45.636071) (R -587.096573 45.052445) (R -587.366179 43.885194) (R -587.500983 43.301568) (R -587.770589 42.134317) (R -588.040195 40.967065) (R -588.433111 40.967065) (R -588.826027 40.967065) (R -588.691223 41.550691) (R -588.421617 42.717942) (R -588.286813 43.301568) (R -588.017205 44.468819) (R -587.747597 45.636070) (R -587.354683 45.636070) (R -586.961771 45.636071); -poly (R -586.752773 46.434441) (R -586.846821 46.026896) (R -586.940869 45.619351) (R -587.383945 45.619351) (R -587.827021 45.619351) (R -587.732971 46.026896) (R -587.638921 46.434441) (R -587.195847 46.434441) (R -586.752773 46.434441); -poly (R -588.268001 45.103127) (R -588.268001 45.069689) (R -588.271481 44.990969) (R -588.281941 44.855121) (R -588.287541 44.797996) (R -588.301501 44.690712) (R -588.326579 44.540234) (R -588.677695 43.025002) (R -589.028811 41.509769) (R -589.421725 41.509769) (R -589.814639 41.509769) (R -589.507413 42.838994) (R -589.200187 44.168218) (R -589.183467 44.242064) (R -589.154207 44.380001) (R -589.116585 44.572278) (R -589.106825 44.628010) (R -589.092185 44.738777) (R -589.077545 44.903885) (R -589.077545 45.020924) (R -589.106805 45.225741) (R -589.194583 45.489078) (R -589.251709 45.548990) (R -589.412637 45.638859) (R -589.724043 45.728728) (R -589.829935 45.728728) (R -590.052865 45.699468) (R -590.403981 45.611690) (R -590.530773 45.553172) (R -590.781571 45.424987) (R -591.153587 45.215990) (R -591.556951 43.472950) (R -591.960315 41.729910) (R -592.353231 41.729910) (R -592.746147 41.729910) (R -592.611343 42.313536) (R -592.341737 43.480787) (R -592.206933 44.064413) (R -591.937325 45.231664) (R -591.667717 46.398915) (R -591.274803 46.398915) (R -590.881889 46.398915) (R -590.942497 46.139758) (R -591.003105 45.880601) (R -590.854019 45.985100) (R -590.565601 46.169715) (R -590.147605 46.410062) (R -590.016635 46.465793) (R -589.751209 46.549389) (R -589.347845 46.632986) (R -589.144421 46.632986) (R -588.782855 46.581433) (R -588.308431 46.426774) (R -588.194179 46.325062) (R -588.022801 46.075659) (R -587.851423 45.632585) (R -587.851429 45.632587) (R -588.268001 45.103127); -poly (R -590.849123 45.636071) (R -590.983927 45.052445) (R -591.253533 43.885194) (R -591.388337 43.301568) (R -591.657943 42.134317) (R -591.927549 40.967065) (R -592.320465 40.967065) (R -592.713381 40.967065) (R -592.578577 41.550691) (R -592.308971 42.717942) (R -592.174167 43.301568) (R -591.904559 44.468819) (R -591.634951 45.636070) (R -591.242037 45.636070) (R -590.849123 45.636071); -poly (R -590.640125 46.434441) (R -590.734173 46.026896) (R -590.828221 45.619351) (R -591.271297 45.619351) (R -591.714373 45.619351) (R -591.620323 46.026896) (R -591.526273 46.434441) (R -591.083199 46.434441) (R -590.640125 46.434441); -poly (R -591.390425 46.187824) (R -591.411323 46.187824) (R -591.432221 46.187824) (R -591.472627 46.201756) (R -591.566675 46.228924) (R -591.727603 46.268637) (R -591.794481 46.281175) (R -591.921273 46.299981) (R -592.101011 46.318787) (R -592.272389 46.318787) (R -592.572647 46.275594) (R -592.959291 46.146016) (R -593.044285 46.059630) (R -593.193371 45.839485) (R -593.385649 45.438210) (R -593.404449 45.358795) (R -593.423249 45.279379) (R -592.714747 45.279379) (R -592.006245 45.279379) (R -592.081489 44.965883) (R -592.156733 44.652386) (R -592.852695 44.652386) (R -593.548657 44.652386) (R -593.662561 44.147135) (R -593.890369 43.136632) (R -594.004271 42.631380) (R -594.232077 41.620877) (R -594.459883 40.610374) (R -594.856979 40.610374) (R -595.254075 40.610374) (R -595.140171 41.115626) (R -594.912365 42.126129) (R -594.798461 42.631380) (R -594.570653 43.641883) (R -594.342845 44.652386) (R -594.608271 44.652386) (R -594.873697 44.652386) (R -594.798453 44.965883) (R -594.723209 45.279379) (R -594.457783 45.279379) (R -594.192357 45.279379) (R -594.175637 45.356704) (R -594.158917 45.434029) (R -594.101791 45.707120) (R -593.933201 46.191994) (R -593.598805 46.827347) (R -593.431607 46.977825) (R -593.049839 47.203543) (R -592.406127 47.429260) (R -592.318349 47.429260) (R -592.151151 47.425078) (R -591.912893 47.412534) (R -591.841835 47.404172) (R -591.706685 47.386056) (R -591.514409 47.356797) (R -591.595929 47.011956) (R -591.390425 46.187824); -poly (R -593.660139 45.103127) (R -593.660139 45.069689) (R -593.663619 44.990969) (R -593.674079 44.855121) (R -593.679679 44.797996) (R -593.693639 44.690712) (R -593.718717 44.540234) (R -594.069833 43.025002) (R -594.420949 41.509769) (R -594.813865 41.509769) (R -595.206781 41.509769) (R -594.899555 42.838994) (R -594.592329 44.168218) (R -594.575609 44.242064) (R -594.546349 44.380001) (R -594.508727 44.572278) (R -594.498967 44.628010) (R -594.484327 44.738777) (R -594.469687 44.903885) (R -594.469687 45.020924) (R -594.498947 45.225741) (R -594.586725 45.489078) (R -594.643849 45.548990) (R -594.804775 45.638859) (R -595.116181 45.728728) (R -595.222073 45.728728) (R -595.445003 45.699468) (R -595.796119 45.611690) (R -595.922911 45.553172) (R -596.173709 45.424987) (R -596.545725 45.215990) (R -596.949089 43.472950) (R -597.352453 41.729910) (R -597.745369 41.729910) (R -598.138285 41.729910) (R -598.003481 42.313536) (R -597.733875 43.480787) (R -597.599071 44.064413) (R -597.329463 45.231664) (R -597.059855 46.398915) (R -596.666939 46.398915) (R -596.274023 46.398915) (R -596.334633 46.139758) (R -596.395243 45.880601) (R -596.246157 45.985100) (R -595.957739 46.169715) (R -595.539743 46.410062) (R -595.408771 46.465793) (R -595.143345 46.549389) (R -594.739981 46.632986) (R -594.536555 46.632986) (R -594.174987 46.581433) (R -593.700561 46.426774) (R -593.586309 46.325062) (R -593.414931 46.075659) (R -593.243553 45.632585) (R -593.243559 45.632587) (R -593.660139 45.103127); -poly (R -596.673883 43.301568) (R -597.906967 43.301568) (R -599.140051 43.301568) (R -599.071081 43.604615) (R -599.002111 43.907663) (R -598.594565 43.907663) (R -598.187019 43.907663) (R -598.041767 44.534133) (R -597.751261 45.787073) (R -597.606009 46.413542) (R -597.315503 47.666482) (R -597.024997 48.919422) (R -597.432541 48.919422) (R -597.840085 48.919422) (R -597.771115 49.222468) (R -597.702145 49.525514) (R -596.469059 49.525514) (R -595.235973 49.525514) (R -595.304945 49.222468) (R -595.373917 48.919422) (R -595.781461 48.919422) (R -596.189005 48.919422) (R -596.334259 48.292952) (R -596.624765 47.040012) (R -596.770019 46.413542) (R -597.060527 45.160602) (R -597.351035 43.907662) (R -596.943489 43.907662) (R -596.535943 43.907662) (R -596.604915 43.604615) (R -596.673883 43.301568); -poly (R -601.420217 42.440499) (R -601.852841 42.440499) (R -602.285465 42.440499) (R -601.606223 43.437417) (R -600.926981 44.434335) (R -601.032525 44.983999) (R -601.243613 46.083326) (R -601.349155 46.632989) (R -601.560241 47.732316) (R -601.771327 48.831643) (R -601.367963 48.831643) (R -600.964599 48.831643) (R -600.634383 47.094874) (R -600.304167 45.358105) (R -600.025155 45.792297) (R -599.467133 46.660681) (R -599.188121 47.094874) (R -598.630097 47.963258) (R -598.072073 48.831642) (R -597.643627 48.831642) (R -597.215181 48.831642) (R -597.740811 48.032749) (R -598.792069 46.434964) (R -599.317699 45.636071) (R -600.368957 44.038285) (R -601.420217 42.440499); -poly (R -601.788051 45.222255) (R -601.808949 45.222255) (R -601.829847 45.222255) (R -601.885577 45.236187) (R -601.993557 45.259872) (R -602.150305 45.289131) (R -602.197679 45.296101) (R -602.302877 45.306555) (R -602.476345 45.317009) (R -602.607315 45.317009) (R -602.868561 45.287053) (R -603.259385 45.197185) (R -603.387571 45.138666) (R -603.639065 45.009088) (R -604.008991 44.795911) (R -604.385187 43.138560) (R -604.761383 41.481209) (R -605.158479 41.481209) (R -605.555575 41.481209) (R -605.422339 42.064835) (R -605.155867 43.232086) (R -605.022631 43.815712) (R -604.756159 44.982963) (R -604.489687 46.150214) (R -604.092591 46.150214) (R -603.695495 46.150214) (R -603.774911 45.805368) (R -603.854327 45.460522) (R -603.669017 45.590100) (R -603.326959 45.809548) (R -602.856715 46.079155) (R -602.727137 46.129311) (R -602.473553 46.204545) (R -602.101537 46.279780) (R -602.033263 46.279780) (R -601.915527 46.277696) (R -601.767139 46.271442) (R -601.736489 46.268642) (R -601.661251 46.259574) (R -601.527491 46.240768) (R -601.617367 45.852013) (R -601.788051 45.222255); -poly (R -535.134579 -12.909983) (R -535.666449 -12.909983) (R -536.753975 -12.959921) (R -538.420773 -13.109921) (R -539.000043 -13.209983) (R -540.019017 -13.399741) (R -541.338157 -13.668491) (R -541.630345 -15.153647) (R -541.551439 -16.638803) (R -541.193345 -16.496615) (R -540.368911 -16.212233) (R -538.970473 -15.785671) (R -538.396473 -15.638223) (R -537.311673 -15.417129) (R -535.779251 -15.196035) (R -535.484351 -15.196035) (R -534.921119 -15.214235) (R -534.115651 -15.269313) (R -533.868151 -15.300895) (R -533.404813 -15.395553) (R -532.757155 -15.585007) (R -532.572851 -15.679795) (R -532.246351 -15.901107) (R -531.819789 -16.280403) (R -531.719723 -16.438385) (R -531.569333 -16.801629) (R -531.418943 -17.417645) (R -531.418943 -17.533487) (R -531.429803 -17.762733) (R -531.461833 -18.102577) (R -531.482893 -18.207899) (R -531.530203 -18.439747) (R -531.609111 -18.819043) (R -532.683389 -18.850649) (R -534.716207 -18.966471) (R -537.591597 -19.219205) (R -538.428903 -19.350857) (R -539.982271 -19.698349) (R -542.130709 -20.346005) (R -542.736305 -20.651439) (R -543.799825 -21.351725) (R -545.174043 -22.536491) (R -545.447047 -22.964827) (R -545.852047 -23.923853) (R -546.286031 -25.487917) (R -544.723141 -27.051981) (R -544.724741 -27.023263) (R -544.739981 -26.974181) (R -544.755221 -26.895273) (R -544.755221 -26.452925) (R -544.644749 -25.641969) (R -544.313109 -24.536111) (R -544.091931 -24.235951) (R -543.546999 -23.698799) (R -542.575515 -22.987861) (R -542.164761 -22.814083) (R -541.235177 -22.508689) (R -539.678927 -22.113767) (R -539.046999 -22.018997) (R -537.693521 -21.860761) (R -535.529067 -21.670917) (R -536.105629 -24.151387) (R -536.682191 -26.323651) (R -535.710707 -28.495915) (R -534.328285 -22.508415) (R -534.296795 -22.366233) (R -534.239055 -22.073827) (R -534.160149 -21.623437) (R -534.133793 -21.460185) (R -534.094341 -21.144163) (R -534.054889 -20.685959) (R -534.054889 -19.943443) (R -534.328703 -18.658785) (R -535.150187 -17.031833) (R -535.697861 -16.689539) (R -537.066967 -16.175867) (R -539.531419 -15.662195) (R -535.134579 -12.909983); -poly (R -534.320907 -21.946701) (R -435.740047 -19.774437) (R -436.171867 -20.074605) (R -437.070027 -20.632917) (R -438.468465 -21.407135) (R -438.963473 -21.617771) (R -439.945587 -21.933787) (R -441.406915 -22.249803) (R -441.949323 -22.249803) (R -442.891677 -22.149513) (R -444.092067 -21.849121) (R -444.329807 -21.664751) (R -444.682983 -21.211265) (R -445.054859 -20.421423) (R -446.617749 -19.631581) (R -446.621189 -19.703449) (R -446.645409 -19.834555) (R -446.669629 -20.040023) (R -446.669629 -20.698283) (R -446.451245 -21.891045) (R -445.795775 -23.494561) (R -445.621727 -23.656029) (R -445.236747 -23.922139) (R -444.635967 -24.285419) (R -442.030107 -24.648699) (R -441.844277 -24.590801) (R -441.461619 -24.482509) (R -440.916307 -24.300869) (R -440.663537 -24.190281) (R -440.163195 -23.948075) (R -439.420617 -23.553153) (R -439.173107 -23.395175) (R -438.730521 -23.116153) (R -438.145755 -22.752873) (R -438.366849 -23.692715) (R -534.320907 -21.946701); -poly (R -536.477939 -21.946701) (R -539.083799 -94.195919) (R -538.757667 -94.342769) (R -538.073689 -94.587691) (R -536.968219 -94.832613) (R -536.536401 -94.832613) (R -535.722851 -94.790311) (R -534.577539 -94.663749) (R -534.446699 -94.632597) (R -534.212633 -94.551941) (R -533.857555 -94.433581) (R -536.477939 -21.946701); -poly (R -606.617983 45.103127) (R -606.617983 45.069689) (R -606.621463 44.990969) (R -606.631923 44.855121) (R -606.637523 44.797996) (R -606.651483 44.690712) (R -606.676561 44.540234) (R -607.027675 43.025002) (R -607.378789 41.509769) (R -607.771705 41.509769) (R -608.164621 41.509769) (R -607.857395 42.838994) (R -607.550169 44.168218) (R -607.533449 44.242064) (R -607.504189 44.380001) (R -607.466567 44.572278) (R -607.456827 44.628010) (R -607.442207 44.738777) (R -607.427587 44.903885) (R -607.427587 45.020924) (R -607.456847 45.225741) (R -607.544625 45.489078) (R -607.601751 45.548990) (R -607.762679 45.638859) (R -608.074087 45.728728) (R -608.179979 45.728728) (R -608.402909 45.699468) (R -608.754023 45.611690) (R -608.880815 45.553172) (R -609.131613 45.424987) (R -609.503629 45.215990) (R -609.906995 43.472950) (R -610.310361 41.729910) (R -610.703275 41.729910) (R -611.096189 41.729910) (R -610.961385 42.313536) (R -610.691779 43.480787) (R -610.556977 44.064413) (R -610.287371 45.231664) (R -610.017765 46.398915) (R -609.624849 46.398915) (R -609.231933 46.398915) (R -609.292543 46.139758) (R -609.353153 45.880601) (R -609.204067 45.985100) (R -608.915649 46.169715) (R -608.497653 46.410062) (R -608.366683 46.465793) (R -608.101257 46.549389) (R -607.697893 46.632986) (R -607.494467 46.632986) (R -607.132901 46.581433) (R -606.658477 46.426774) (R -606.544223 46.325062) (R -606.372843 46.075659) (R -606.201463 45.632585) (R -606.201449 45.632587) (R -606.617983 45.103127); -poly (R -609.199101 45.636071) (R -609.333905 45.052445) (R -609.603511 43.885194) (R -609.738315 43.301568) (R -610.007923 42.134317) (R -610.277531 40.967065) (R -610.670447 40.967065) (R -611.063363 40.967065) (R -610.928559 41.550691) (R -610.658951 42.717942) (R -610.524149 43.301568) (R -610.254543 44.468819) (R -609.984937 45.636070) (R -609.592021 45.636070) (R -609.199101 45.636071); -poly (R -608.990105 46.434441) (R -609.084153 46.026896) (R -609.178201 45.619351) (R -609.621275 45.619351) (R -610.064349 45.619351) (R -609.970301 46.026896) (R -609.876253 46.434441) (R -609.433179 46.434441) (R -608.990105 46.434441); -poly (R -563.168563 -10.184983) (R -563.845517 -13.123265) (R -562.263877 -16.061547) (R -561.881063 -14.402953) (R -560.095907 -12.744359) (R -559.569303 -12.744359) (R -558.613571 -12.765131) (R -557.326071 -12.828021) (R -556.994309 -12.864895) (R -556.385795 -12.994009) (R -555.556109 -13.270571) (R -555.419193 -13.365361) (R -555.177293 -13.581195) (R -554.861667 -13.944477) (R -554.787947 -14.086665) (R -554.677009 -14.410805) (R -554.566071 -14.956117) (R -554.566071 -15.214069) (R -554.634839 -15.738305) (R -554.808667 -16.533227) (R -554.982495 -18.142993) (R -554.456153 -17.872933) (R -553.481721 -17.269817) (R -552.186409 -16.231535) (R -551.801981 -15.710193) (R -551.225419 -14.588737) (R -550.648857 -12.787957) (R -550.648857 -12.450927) (R -550.722499 -11.808355) (R -550.943593 -10.891949) (R -551.085773 -10.612851) (R -551.443791 -10.104795) (R -552.091447 -9.417685) (R -552.439007 -9.207039) (R -553.171237 -8.861835) (R -554.324753 -8.458709) (R -554.740773 -8.400789) (R -555.793729 -8.314071) (R -557.705057 -8.227353) (R -563.168563 -10.184983); -poly (R -557.725985 -15.117405) (R -482.550203 -13.507639) (R -482.580267 -13.585095) (R -482.628713 -13.738629) (R -482.715823 -13.970661) (R -482.889605 -14.318209) (R -483.313501 -14.934087) (R -484.063891 -15.739555) (R -484.316661 -15.881737) (R -484.864399 -16.129297) (R -485.749165 -16.445313) (R -486.086193 -16.508501) (R -486.818075 -16.603423) (R -488.002841 -16.698345) (R -490.056747 -16.793267) (R -489.633701 -14.960455) (R -491.215341 -13.127643) (R -491.893075 -16.070221) (R -492.283309 -17.764361) (R -490.700497 -19.458501) (R -490.341123 -17.910455) (R -487.963387 -16.362409) (R -487.378857 -16.362409) (R -486.338561 -16.383545) (R -484.971765 -16.446825) (R -484.639999 -16.488967) (R -484.037359 -16.617869) (R -483.224077 -16.878417) (R -482.966047 -17.036389) (R -482.529001 -17.365737) (R -481.991893 -17.879409) (R -481.891831 -18.058455) (R -481.741439 -18.474101) (R -481.591047 -19.184647) (R -481.440655 -16.885429) (R -481.544531 -16.851881) (R -481.731353 -16.767667) (R -482.031745 -16.657901) (R -482.332137 -16.594619) (R -482.219845 -16.547613) (R -482.023687 -16.430781) (R -481.723295 -16.260469) (R -557.725985 -15.117405); -poly (R -557.725985 -15.460765) (R -482.550203 -17.759983) (R -482.550203 -18.244463) (R -482.658125 -19.187253) (R -482.981953 -20.561863) (R -483.197865 -20.988415) (R -483.729897 -21.751845) (R -484.677945 -22.762781) (R -484.999179 -22.957625) (R -485.702141 -23.289571) (R -486.847453 -23.700509) (R -487.284537 -23.774233) (R -488.290401 -23.884781) (R -489.996651 -23.995329) (R -492.153291 -24.105877) (R -491.477901 -21.198845) (R -493.060713 -18.291813) (R -494.025167 -22.478531) (R -489.704463 -26.665249) (R -488.888221 -26.665249) (R -487.384709 -26.594149) (R -485.322991 -26.380869) (R -484.764791 -26.233421) (R -483.672087 -25.840951) (R -482.068571 -25.106185) (R -481.526169 -24.737559) (R -480.546609 -23.887313) (R -479.235281 -22.442001) (R -478.898253 -21.841669) (R -478.392785 -20.606555) (R -477.887317 -18.702649) (R -477.887317 -18.091783) (R -478.055757 -16.980691) (R -478.561225 -15.479909) (R -478.833367 -15.160249) (R -479.504571 -14.625475) (R -480.649883 -13.937585) (R -557.725985 -15.460765); -poly (R -580.149813 -14.799045) (R -527.397859 -18.975999) (R -527.130673 -23.152953) (R -527.150213 -23.009235) (R -527.206071 -22.738149) (R -527.261929 -22.304165) (R -527.261929 -21.756493) (R -527.182805 -20.661197) (R -526.945697 -19.018227) (R -526.782449 -18.465291) (R -526.392787 -17.441311) (R -525.713489 -16.027639) (R -525.408057 -15.611621) (R -524.739501 -14.871455) (R -523.649657 -13.899581) (R -523.223105 -13.662607) (R -522.325117 -13.307137) (R -520.911055 -12.951667) (R -520.547695 -12.951667) (R -519.826303 -13.001995) (R -518.752085 -13.152387) (R -518.393991 -13.247169) (R -517.688051 -13.476115) (R -516.645081 -13.878849) (R -517.618519 -18.143693) (R -516.134925 -22.408537) (R -515.693519 -20.477677) (R -514.797035 -16.555803) (R -516.187269 -12.633929) (R -516.368909 -13.013225) (R -516.663809 -12.828901) (R -517.306165 -12.494353) (R -518.348743 -12.043963) (R -518.743701 -11.928119) (R -519.588939 -11.754681) (R -520.939721 -11.581243) (R -521.640109 -11.581243) (R -522.998587 -11.744197) (R -524.973197 -12.233651) (R -525.584061 -12.560147) (R -526.719241 -13.321257) (R -528.291507 -14.624771) (R -528.323229 -14.664331) (R -528.377251 -14.751297) (R -528.462015 -14.878641) (R -580.149813 -14.799045); -poly (R -580.149813 -14.799045) (R -580.552877 -15.328439) (R -581.283645 -16.450303) (R -582.249271 -18.242491) (R -582.496777 -18.958679) (R -582.867871 -20.414629) (R -583.238965 -22.634161) (R -583.238965 -23.587319) (R -582.996883 -25.280239) (R -582.270321 -27.499769) (R -581.785841 -28.021109) (R -580.629757 -28.803141) (R -578.615303 -29.585173) (R -577.983373 -29.585173) (R -576.833001 -29.498413) (R -575.277141 -29.237865) (R -574.871653 -29.058821) (R -573.997277 -28.611059) (R -572.591027 -27.805201) (R -572.772669 -28.579419) (R -572.851661 -28.942777) (R -573.041511 -29.632829) (R -573.373541 -30.612517) (R -573.510461 -30.907419) (R -573.826397 -31.460073) (R -574.363507 -32.233901) (R -574.589947 -32.455085) (R -575.105869 -32.850191) (R -575.974619 -33.371675) (R -576.322181 -33.503321) (R -577.093777 -33.700587) (R -578.365651 -33.897853) (R -578.808003 -33.897853) (R -579.721791 -33.837345) (R -581.135855 -33.655705) (R -581.636133 -33.534577) (R -582.533809 -33.287315) (R -583.726387 -32.908409) (R -583.805293 -32.529503) (R -584.145137 -34.006455) (R -583.760713 -34.122321) (R -582.954799 -34.330427) (R -581.690737 -34.606989) (R -581.227323 -34.675447) (R -580.305987 -34.778181) (R -578.931767 -34.880915) (R -577.520457 -34.880917) (R -575.008417 -34.533463) (R -571.706465 -33.490885) (R -570.911287 -32.801029) (R -569.544783 -31.018471) (R -567.830719 -27.740347) (R -567.375641 -25.748941) (R -568.859235 -23.757535) (R -568.983845 -24.303237) (R -569.415665 -24.582329) (R -570.287189 -25.092929) (R -571.606329 -25.787851) (R -572.053947 -25.972175) (R -572.944207 -26.248739) (R -574.271551 -26.525303) (R -574.898215 -26.525303) (R -575.980253 -26.356863) (R -577.346659 -25.851393) (R -577.556481 -25.598831) (R -577.872179 -24.991627) (R -578.242883 -23.979909) (R -578.510069 -22.968191) (R -580.149813 -14.799045); -poly (R -589.392783 -14.152171) (R -545.883799 -16.595921) (R -545.742785 -16.190451) (R -545.433605 -15.408595) (R -544.905089 -14.305861) (R -544.610187 -13.879309) (R -543.965285 -13.118425) (R -542.914895 -12.115299) (R -542.509407 -11.867793) (R -541.645607 -11.496309) (R -540.270997 -11.124825) (R -539.628535 -11.124825) (R -538.488393 -11.314415) (R -536.995425 -11.883165) (R -536.642597 -12.262321) (R -536.113689 -13.199679) (R -535.584781 -14.874289) (R -535.584781 -15.074413) (R -535.605779 -15.466111) (R -535.642889 -16.051267) (R -534.269061 -16.636423) (R -532.895233 -14.580563) (R -533.044713 -14.129619) (R -533.422375 -13.293881) (R -534.119251 -12.150131) (R -534.719581 -11.570861) (R -536.128225 -10.701721) (R -538.553225 -9.832581) (R -539.306271 -9.832581) (R -540.754231 -9.993379) (R -542.839387 -10.475409) (R -543.255151 -10.686757) (R -544.028807 -11.173747) (R -545.133885 -11.965545) (R -589.392783 -14.152171); -poly (R -589.392783 -14.152171) (R -589.565095 -14.310645) (R -589.914019 -14.622609) (R -590.412457 -15.118311) (R -590.865339 -15.676517) (R -591.666067 -16.872049) (R -592.709035 -18.783769) (R -592.946009 -19.499955) (R -593.301477 -20.969027) (R -593.656945 -23.228011) (R -593.656945 -24.281229) (R -593.364525 -26.161365) (R -592.487573 -28.641833) (R -591.897771 -29.236899) (R -590.489079 -30.129477) (R -588.032437 -31.022055) (R -587.231993 -31.022055) (R -585.731153 -30.866737) (R -583.629981 -30.400721) (R -583.029647 -30.084757) (R -581.899905 -29.331633) (R -580.312015 -28.020305) (R -579.869665 -27.483165) (R -579.085343 -26.314181) (R -578.058781 -24.418479) (R -577.816543 -23.691761) (R -577.452871 -22.206673) (R -577.089199 -19.931673) (R -577.089199 -19.423683) (R -577.161463 -18.468473) (R -577.365369 -17.116129) (R -577.569275 -19.171989) (R -578.943103 -21.227849) (R -578.976595 -21.629997) (R -579.065279 -22.425017) (R -579.257077 -23.593375) (R -579.404527 -24.146315) (R -579.767813 -25.186357) (R -580.415469 -26.647685) (R -580.705103 -27.079505) (R -581.345131 -27.848595) (R -582.395911 -28.859923) (R -582.806665 -29.102163) (R -583.675341 -29.465445) (R -585.049561 -29.828727) (R -585.697289 -29.828727) (R -586.845243 -29.634041) (R -588.346023 -29.049667) (R -588.698851 -28.659977) (R -589.228149 -27.712085) (R -589.757447 -26.037475) (R -589.757447 -25.437143) (R -589.681257 -24.257457) (R -589.452351 -22.519567) (R -589.417425 -22.391911) (R -589.331891 -22.153537) (R -589.204547 -21.794943) (R -589.392783 -14.152171); -poly (R -619.862155 46.553570) (R -620.050253 45.740569) (R -620.426448 44.114569) (R -620.614546 43.301568) (R -620.990741 41.675567) (R -621.366936 40.049567) (R -621.759852 40.049567) (R -622.152768 40.049567) (R -621.964670 40.862567) (R -621.588475 42.488568) (R -621.400377 43.301568) (R -621.024182 44.927569) (R -620.647986 46.553570) (R -620.255071 46.553570) (R -619.862155 46.553570); -poly (R -600.665439 -12.909983) (R -601.197315 -12.909983) (R -602.284843 -12.959921) (R -603.951639 -13.109921) (R -604.530907 -13.209983) (R -605.549881 -13.399741) (R -606.869023 -13.668491) (R -607.161209 -15.153647) (R -607.082303 -16.638803) (R -606.724209 -16.496615) (R -605.900165 -16.212233) (R -604.502119 -15.785671) (R -603.928115 -15.638223) (R -602.843309 -15.417129) (R -601.310887 -15.196035) (R -601.015985 -15.196035) (R -600.452365 -15.214235) (R -599.646505 -15.269313) (R -599.399009 -15.300895) (R -598.935675 -15.395553) (R -598.288019 -15.585007) (R -598.103715 -15.679795) (R -597.777215 -15.901107) (R -597.350653 -16.280403) (R -597.250591 -16.438385) (R -597.100591 -16.801629) (R -596.950591 -17.417645) (R -596.950591 -17.533487) (R -596.961071 -17.762733) (R -596.992711 -18.102577) (R -597.013759 -18.207899) (R -597.061059 -18.439747) (R -597.139965 -18.819043) (R -598.214247 -18.850649) (R -600.247065 -18.966471) (R -603.122457 -19.219205) (R -603.959761 -19.350857) (R -605.513129 -19.698349) (R -607.661565 -20.346005) (R -608.267163 -20.651439) (R -609.331073 -21.351725) (R -610.705683 -22.536491) (R -610.978687 -22.964827) (R -611.383687 -23.923853) (R -611.817671 -25.487917) (R -610.254781 -27.051981) (R -610.256381 -27.023263) (R -610.271621 -26.974181) (R -610.286861 -26.895273) (R -610.286861 -26.452925) (R -610.176003 -25.641969) (R -609.843971 -24.536111) (R -609.622797 -24.235951) (R -609.077869 -23.698799) (R -608.106385 -22.987861) (R -607.695633 -22.814083) (R -606.766047 -22.508689) (R -605.209797 -22.113767) (R -604.577867 -22.018997) (R -603.224781 -21.860761) (R -601.060719 -21.670917) (R -601.637281 -24.151387) (R -602.213843 -26.323651) (R -601.241969 -28.495915) (R -599.859547 -22.508415) (R -599.828059 -22.366233) (R -599.770317 -22.073827) (R -599.691411 -21.623437) (R -599.665075 -21.460185) (R -599.625621 -21.144163) (R -599.586167 -20.685959) (R -599.586167 -19.943443) (R -599.859979 -18.658785) (R -600.681463 -17.031833) (R -601.229135 -16.689539) (R -602.598245 -16.175867) (R -605.062699 -15.662195) (R -600.665439 -12.909983); -poly (R -599.852157 -21.946701) (R -566.802547 -19.774437) (R -567.234367 -20.074605) (R -568.132139 -20.632917) (R -569.530187 -21.407135) (R -570.025199 -21.617771) (R -571.007315 -21.933787) (R -572.468643 -22.249803) (R -573.011049 -22.249803) (R -573.953791 -22.149513) (R -575.154571 -21.849121) (R -575.392311 -21.664751) (R -575.745487 -21.211265) (R -576.117363 -20.421423) (R -577.680253 -19.631581) (R -577.683693 -19.703449) (R -577.707913 -19.834555) (R -577.732133 -20.040023) (R -577.732133 -20.698283) (R -577.513357 -21.891045) (R -576.857497 -23.494561) (R -576.683447 -23.656029) (R -576.298467 -23.922139) (R -575.697685 -24.285419) (R -573.091827 -24.648699) (R -572.905997 -24.590801) (R -572.523335 -24.482509) (R -571.978021 -24.300869) (R -571.725249 -24.190281) (R -571.224913 -23.948075) (R -570.482335 -23.553153) (R -570.234827 -23.395175) (R -569.792633 -23.116153) (R -569.208259 -22.752873) (R -569.429353 -23.692715) (R -599.852157 -21.946701); -poly (R -602.008799 -21.946701) (R -604.614657 -94.195919) (R -604.288525 -94.342769) (R -603.604937 -94.587691) (R -602.499859 -94.832613) (R -602.068039 -94.832613) (R -601.254101 -94.790311) (R -600.108399 -94.663749) (R -599.977559 -94.632597) (R -599.743491 -94.551941) (R -599.388413 -94.433581) (R -602.008799 -21.946701); -poly (R -623.956416 45.103127) (R -623.956416 45.069689) (R -623.959900 44.990969) (R -623.970352 44.855121) (R -623.975952 44.797996) (R -623.989912 44.690712) (R -624.014990 44.540234) (R -624.366106 43.025002) (R -624.717222 41.509769) (R -625.110138 41.509769) (R -625.503053 41.509769) (R -625.195827 42.838994) (R -624.888601 44.168218) (R -624.871883 44.242064) (R -624.842623 44.380001) (R -624.805002 44.572278) (R -624.795246 44.628010) (R -624.780612 44.738777) (R -624.765978 44.903885) (R -624.765978 45.020924) (R -624.795237 45.225741) (R -624.883015 45.489078) (R -624.940140 45.548990) (R -625.101066 45.638859) (R -625.412472 45.728728) (R -625.518364 45.728728) (R -625.741295 45.699468) (R -626.092412 45.611690) (R -626.219203 45.553172) (R -626.470000 45.424987) (R -626.842015 45.215990) (R -627.245381 43.472950) (R -627.648747 41.729910) (R -628.041662 41.729910) (R -628.434576 41.729910) (R -628.299773 42.313536) (R -628.030166 43.480787) (R -627.895363 44.064413) (R -627.625757 45.231664) (R -627.356150 46.398915) (R -626.963235 46.398915) (R -626.570319 46.398915) (R -626.630928 46.139758) (R -626.691538 45.880601) (R -626.542453 45.985100) (R -626.254037 46.169715) (R -625.836042 46.410062) (R -625.705070 46.465793) (R -625.439643 46.549389) (R -625.036278 46.632986) (R -624.832853 46.632986) (R -624.471287 46.581433) (R -623.996863 46.426774) (R -623.882611 46.325062) (R -623.711232 46.075659) (R -623.539854 45.632585) (R -623.539860 45.632587) (R -623.956416 45.103127); -poly (R -625.415829 -17.357249) (R -623.818173 -85.017015) (R -620.405673 -79.211155) (R -619.670908 -85.017015) (R -632.167001 -10.184983) (R -633.644345 -70.672483) (R -637.143564 -76.553343) (R -625.415829 -17.357249); -poly (R -625.415829 -17.357249) (R -628.146689 -21.946701) (R -626.495908 -26.536153) (R -624.568564 -23.226389) (R -619.497079 -19.916625) (R -619.102158 -23.226389) (R -617.514658 -26.536153) (R -618.296689 -16.065843) (R -619.078720 -10.184983) (R -619.670908 -70.672483) (R -620.263095 -77.844749) (R -623.818173 43.130251) (R -625.415829 -17.357249); -poly (R -560.472549 46.997674) (R -561.064155 46.997674) (R -562.207519 47.040409) (R -563.862793 47.168614) (R -564.445625 47.265925) (R -565.559635 47.515944) (R -567.153169 47.974066) (R -567.681149 48.203199) (R -568.674491 48.728623) (R -570.070573 49.617496) (R -570.460221 49.971504) (R -571.169857 50.733889) (R -572.129825 51.959017) (R -572.367797 52.398916) (R -572.780793 53.327846) (R -573.305861 54.794938) (R -573.405625 55.273995) (R -573.555271 56.271040) (R -573.704917 57.825007) (R -573.704917 58.287594) (R -573.680745 59.199003) (R -573.608231 60.545471) (R -573.557361 61.003270) (R -573.428857 61.903627) (R -573.195955 63.231301) (R -573.087449 63.675426) (R -572.841529 64.547212) (R -572.429281 65.830197) (R -572.190289 66.412943) (R -571.668755 67.539725) (R -570.821131 69.171831) (R -570.485345 69.692180) (R -569.767595 70.691831) (R -568.621703 72.129737) (R -568.203775 72.554405) (R -567.326039 73.356731) (R -565.946611 74.489705) (R -565.459169 74.810963) (R -564.444747 75.409100) (R -562.863807 76.239738) (R -562.283287 76.476616) (R -561.108011 76.890907) (R -559.323739 77.423146) (R -558.719777 77.540118) (R -557.497851 77.715577) (R -555.643957 77.891036) (R -555.148527 77.891036) (R -554.174801 77.866116) (R -552.739911 77.791357) (R -552.248513 77.738250) (R -551.285169 77.603743) (R -549.869333 77.359540) (R -549.442217 77.259232) (R -548.608467 77.034983) (R -547.388567 76.663158) (R -546.981699 76.507665) (R -546.190705 76.170442) (R -545.038323 75.625250) (R -545.257609 74.725677) (R -545.696183 72.926530) (R -545.915469 72.026956) (R -546.354041 70.227809) (R -546.792613 68.428662) (R -547.231187 68.428662) (R -547.669761 68.428662) (R -547.963207 68.743730) (R -548.549383 69.335099) (R -549.427569 70.164001) (R -549.763749 70.437463) (R -550.435157 70.933002) (R -551.440841 71.599237) (R -551.768103 71.766350) (R -552.452725 72.056798) (R -553.524803 72.426803) (R -553.876871 72.499095) (R -554.605857 72.607533) (R -555.736613 72.715970) (R -556.228723 72.715970) (R -557.184361 72.650380) (R -558.574947 72.453610) (R -559.025467 72.317733) (R -559.895843 71.975608) (R -561.155409 71.356864) (R -561.521907 71.096374) (R -562.227711 70.512990) (R -563.245627 69.544308) (R -563.583785 69.123960) (R -564.200349 68.242598) (R -565.035567 66.859559) (R -565.244493 66.380205) (R -565.607793 65.384371) (R -566.070913 63.834931) (R -566.162241 63.328430) (R -566.299233 62.284350) (R -566.436225 60.671615) (R -566.436225 60.152688) (R -566.385065 59.177505) (R -566.231583 57.808739) (R -566.100679 57.305205) (R -565.755133 56.400716) (R -565.111209 55.197849) (R -564.822761 54.909400) (R -564.173475 54.410757) (R -563.090965 53.780178) (R -562.725769 53.668960) (R -561.943939 53.502133) (R -560.694037 53.335305) (R -560.240007 53.335305) (R -559.345793 53.380102) (R -558.025241 53.514493) (R -557.590493 53.605853) (R -556.735397 53.835156) (R -555.474349 54.248983) (R -555.068791 54.436679) (R -554.268663 54.837431) (R -553.084953 55.476597) (R -552.708055 55.710857) (R -551.964869 56.203861) (R -550.866005 56.980089) (R -550.467301 56.980089) (R -550.068597 56.980089) (R -550.285391 56.092975) (R -550.718981 54.318747) (R -550.935775 53.431633) (R -551.369363 51.657405) (R -551.802951 49.883176) (R -552.101979 49.763566) (R -552.749873 49.497764) (R -553.796469 49.059191) (R -554.195171 48.893065) (R -554.975963 48.590716) (R -556.122233 48.182046) (R -556.600677 48.042500) (R -557.527663 47.796633) (R -558.873287 47.477670) (R -559.285279 47.404575) (R -560.275389 47.294933) (R -562.009745 47.185290) (R -560.472549 46.997674); -poly (R -571.097983 47.286733) (R -572.054869 47.286733) (R -573.968641 47.286733) (R -574.925529 47.286733) (R -576.839303 47.286733) (R -578.753077 47.286733) (R -578.568167 48.087185) (R -578.119629 50.028859) (R -577.985767 50.608334) (R -577.697745 51.855145) (R -577.249171 53.796970) (R -577.101465 54.436369) (R -576.800643 55.738593) (R -576.352117 57.680211) (R -576.191589 58.375122) (R -575.876925 59.737266) (R -575.428417 61.678811) (R -575.164777 62.820075) (R -574.716219 64.761829) (R -574.267661 66.703583) (R -574.701865 66.041131) (R -575.721067 64.486164) (R -576.032307 64.011313) (R -576.697473 62.996488) (R -577.716567 61.441684) (R -578.070527 60.901656) (R -578.778451 59.821594) (R -579.797649 58.266630) (R -580.382669 57.374083) (R -581.401913 55.819051) (R -582.421157 54.264019) (R -583.081509 54.264019) (R -584.402213 54.264019) (R -585.062565 54.264019) (R -586.383269 54.264019) (R -587.703973 54.264019) (R -587.844107 54.969998) (R -588.173041 56.627135) (R -588.273491 57.133186) (R -588.488167 58.214691) (R -588.817069 59.871653) (R -588.931305 60.447164) (R -589.159779 61.598192) (R -589.488713 63.255324) (R -589.677521 64.206517) (R -590.006469 65.863722) (R -590.335417 67.520928) (R -590.492065 66.841450) (R -590.880817 65.155196) (R -590.995283 64.658684) (R -591.242569 63.586058) (R -591.631287 61.899955) (R -591.756373 61.357381) (R -592.013281 60.243009) (R -592.402013 58.556837) (R -592.533839 57.985033) (R -592.797489 56.841424) (R -593.186227 55.155235) (R -593.327675 54.541685) (R -593.601957 53.351955) (R -593.990715 51.665672) (R -594.222799 50.658988) (R -594.611513 48.972901) (R -595.000227 47.286814) (R -595.907277 47.286814) (R -597.721377 47.286814) (R -598.628425 47.286814) (R -600.442523 47.286814) (R -602.256621 47.286814) (R -602.089047 48.012153) (R -601.660417 49.867470) (R -601.536093 50.405611) (R -601.266241 51.573666) (R -600.837661 53.428771) (R -600.702697 54.012962) (R -600.423225 55.222651) (R -599.994623 57.077851) (R -599.854485 57.684434) (R -599.570127 58.915270) (R -599.141549 60.770362) (R -598.997327 61.394626) (R -598.708883 62.643154) (R -598.280299 64.498277) (R -598.131155 65.143846) (R -597.837489 66.414971) (R -597.408847 68.270340) (R -597.250103 68.957463) (R -596.945817 70.274567) (R -596.517195 72.129855) (R -596.256151 73.259779) (R -595.827543 75.115001) (R -595.398935 76.970223) (R -594.740721 76.970223) (R -593.275489 76.970223) (R -592.804011 76.970223) (R -591.810265 76.970223) (R -590.345041 76.970223) (R -589.538017 76.970223) (R -588.072773 76.970223) (R -586.607529 76.970223) (R -586.434485 76.177192) (R -586.028299 74.315716) (R -585.904261 73.747265) (R -585.639171 72.532402) (R -585.233029 70.671124) (R -585.091965 70.024647) (R -584.809833 68.731689) (R -584.403649 66.870218) (R -584.170499 65.801736) (R -583.764297 63.940184) (R -583.358095 62.078631) (R -582.942255 62.692531) (R -581.933541 64.181678) (R -581.632501 64.626101) (R -580.984775 65.582331) (R -579.975983 67.071595) (R -579.643811 67.561976) (R -578.967297 68.560704) (R -577.958613 70.049809) (R -577.597537 70.582861) (R -576.889767 71.627730) (R -575.880957 73.117021) (R -575.288149 73.992174) (R -574.279557 75.481142) (R -573.270965 76.970110) (R -572.594841 76.970110) (R -571.089739 76.970110) (R -570.605431 76.970110) (R -569.584645 76.970110) (R -568.079551 76.970110) (R -567.250567 76.970110) (R -565.745453 76.970110) (R -564.240339 76.970110) (R -564.407913 76.244771) (R -564.836543 74.389454) (R -564.960867 73.851313) (R -565.230719 72.683257) (R -565.659299 70.828153) (R -565.794263 70.243962) (R -566.073735 69.034272) (R -566.502337 67.179072) (R -566.642475 66.572490) (R -566.926833 65.341653) (R -567.355411 63.486561) (R -567.499633 62.862298) (R -567.788077 61.613770) (R -568.216661 59.758646) (R -568.365805 59.113077) (R -568.659471 57.841952) (R -569.088113 55.986584) (R -569.246857 55.299460) (R -569.551143 53.982357) (R -569.979765 52.127068) (R -570.240809 50.997144) (R -570.669417 49.141922) (R -571.097983 47.286733); -poly (R -589.807117 47.286733) (R -590.523743 47.286733) (R -592.262079 47.286733) (R -592.780871 47.286733) (R -593.897113 47.286733) (R -595.635585 47.286733) (R -596.208025 47.286733) (R -597.373877 47.286733) (R -599.112163 47.286733) (R -599.734413 47.286733) (R -600.954127 47.286733) (R -602.692631 47.286733) (R -603.714229 47.286733) (R -605.452355 47.286733) (R -607.190481 47.286733) (R -607.038475 47.944593) (R -606.734465 49.260313) (R -606.582459 49.918172) (R -606.278447 51.233892) (R -605.974435 52.549612) (R -605.368905 52.549612) (R -604.157845 52.549612) (R -603.552315 52.549612) (R -602.341255 52.549612) (R -601.130195 52.549612) (R -600.947751 53.339380) (R -600.505193 55.255138) (R -600.373115 55.826879) (R -600.088935 57.057049) (R -599.646343 58.972956) (R -599.500607 59.603821) (R -599.203795 60.888664) (R -598.761249 62.804368) (R -598.602861 63.490003) (R -598.292393 64.833967) (R -597.849863 66.749598) (R -597.589739 67.875630) (R -597.147163 69.791467) (R -596.704587 71.707305) (R -597.310117 71.707305) (R -598.521179 71.707305) (R -599.126709 71.707305) (R -600.337769 71.707305) (R -601.548829 71.707305) (R -601.396823 72.365165) (R -601.092811 73.680884) (R -600.940805 74.338744) (R -600.636793 75.654463) (R -600.332781 76.970183) (R -599.616155 76.970183) (R -597.877819 76.970183) (R -597.359029 76.970183) (R -596.242789 76.970183) (R -594.504317 76.970183) (R -593.931879 76.970183) (R -592.766029 76.970183) (R -591.027743 76.970183) (R -590.405493 76.970183) (R -589.185781 76.970183) (R -587.447279 76.970183) (R -586.425681 76.970183) (R -584.687555 76.970183) (R -582.949429 76.970183) (R -583.101433 76.312323) (R -583.405443 74.996603) (R -583.557449 74.338744) (R -583.861459 73.023024) (R -584.165469 71.707304) (R -584.770999 71.707304) (R -585.982061 71.707304) (R -586.587591 71.707304) (R -587.798651 71.707304) (R -589.009711 71.707304) (R -589.192155 70.917536) (R -589.634713 69.001778) (R -589.766791 68.430037) (R -590.050971 67.199867) (R -590.493563 65.283960) (R -590.639299 64.653095) (R -590.936109 63.368252) (R -591.378655 61.452548) (R -591.537043 60.766913) (R -591.847511 59.422949) (R -592.290039 57.507318) (R -592.550163 56.381286) (R -592.992739 54.465449) (R -593.435315 52.549611) (R -592.829785 52.549611) (R -591.618725 52.549611) (R -591.013195 52.549611) (R -589.802135 52.549611) (R -588.591075 52.549611) (R -588.743081 51.891752) (R -589.047093 50.576032) (R -589.199097 49.918172) (R -589.503107 48.602453) (R -589.807117 47.286733); -poly (R -554.241221 49.209939) (R -555.861143 42.198221) (R -557.481063 35.186111) (R -559.100985 28.173611) (R -560.720907 21.162283) (R -562.340829 14.150563) (R -563.960751 7.138845) (R -565.580673 0.127517) (R -567.200595 -6.884593) (R -561.125595 -13.896703) (R -555.050595 -13.896703) (R -548.976377 -13.896703) (R -542.901767 50.302517) (R -632.901767 47.764365) (R -630.363615 50.302517) (R -627.991107 50.439015) (R -625.784189 50.712283) (R -630.359781 50.617273) (R -628.037507 51.113497) (R -625.934969 51.790799) (R -630.471743 51.085313) (R -628.335025 52.110049) (R -626.492003 53.377125) (R -631.314121 51.388369) (R -629.986587 52.612975) (R -628.918953 53.976347) (R -631.773005 51.743949) (R -630.934811 53.340717) (R -630.387315 55.092359) (R -632.489005 51.623099) (R -632.249383 53.035697) (R -632.167001 54.532595) (R -646.900205 58.762673) (R -647.101347 56.472815) (R -648.425077 52.409677) (R -651.811405 47.099913) (R -653.087781 46.328477) (R -655.942235 45.001119) (R -660.676219 43.333149) (R -662.162177 43.063863) (R -665.322263 42.659957) (R -670.345309 42.256051) (R -677.653903 41.852145) (R -676.033981 48.840427) (R -674.414059 55.828707) (R -670.628123 62.816987) (R -666.841795 62.816987) (R -665.957063 62.816987) (R -664.259665 62.779443) (R -661.802633 62.676709) (R -659.345601 72.515771) (R -659.745985 72.493941) (R -660.534193 72.439255) (R -661.748255 72.384569) (R -668.340833 72.329883) (R -666.965833 78.263477) (R -665.590833 84.196680) (R -659.073255 90.129883) (R -656.762663 90.129883) (R -652.644041 89.753259) (R -647.219431 88.623181) (R -645.913443 87.894843) (R -643.954459 85.973537) (R -641.995475 82.394631) (R -641.995475 81.295330) (R -642.210247 79.229924) (R -642.820013 76.310003) (R -627.827825 73.390081) (R -627.735991 73.627248) (R -627.548569 74.099262) (R -627.283335 74.817230) (R -626.851585 76.181947) (R -626.203929 79.046667) (R -625.556273 83.546667) (R -625.556273 85.582367) (R -626.014069 89.421675) (R -627.387115 94.832613) (R -509.701595 87.985998) (R -393.341537 82.450187) (R -278.741147 78.004875) (R -165.530469 74.430579) (R -53.951737 71.557569) (R 55.752951 69.216162) (R 163.879429 67.322442) (R 270.256205 65.756093) (R 374.711283 64.396718) (R 477.514007 63.215308) (R 578.537107 62.122729) (R 677.653903 61.030151) (R 670.835153 59.937573) (R 664.016403 59.937573) (R -554.241221 49.209939); -poly (R -513.864657 31.296267) (R -528.856845 12.290017) (R -529.301103 11.328925) (R -530.422023 9.550677) (R -532.486867 7.120989) (R -533.456461 6.456125) (R -535.609461 5.309777) (R -539.159851 3.865247) (R -539.955227 3.695525) (R -541.640789 3.437467) (R -544.260321 3.128481) (R -546.879853 -6.710581) (R -544.771475 -6.891517) (R -541.027121 -7.499791) (R -536.138059 -8.791197) (R -534.580919 -9.695343) (R -532.245371 -12.081215) (R -529.909823 -16.526527) (R -529.909823 -16.786145) (R -529.929885 -17.294179) (R -529.971683 -18.049649) (R -515.238479 -18.805119) (R -515.217937 -18.431859) (R -515.179265 -17.684049) (R -515.140593 -16.552017) (R -515.140593 -15.158789) (R -515.309491 -12.517267) (R -515.816523 -8.772345) (R -516.209835 -7.488881) (R -517.225431 -5.117705) (R -519.091837 -1.855205) (R -519.936935 -0.955585) (R -521.845219 0.728809) (R -525.035063 3.083497) (R -526.114847 3.648255) (R -528.429515 4.696295) (R -532.133811 6.146295) (R -532.058421 6.447857) (R -530.301757 6.964523) (R -526.995719 8.110831) (R -522.347671 9.999503) (R -520.754103 10.881023) (R -517.859089 12.803135) (R -513.955183 15.925009) (R -513.135883 16.897245) (R -511.686325 18.959895) (R -509.773825 22.218099) (R -513.864657 31.296267); -poly (R -612.301767 27.463845) (R -598.147079 4.625173) (R -596.839657 6.903689) (R -593.948251 11.942752) (R -593.194735 5.224391) (R -593.127549 4.625173) (R -579.510361 4.025955) (R -579.609189 4.736893) (R -580.583799 11.748612) (R -581.558407 18.759940) (R -582.533407 25.772049) (R -588.108799 32.784159) (R -593.684579 32.784159) (R -599.259971 32.784159) (R -602.997861 42.977517) (R -606.736143 36.744705) (R -610.474033 30.511502) (R -612.301767 27.463845); -poly (R -612.301767 27.463845) (R -614.211923 24.279079) (R -617.949423 18.047049) (R -621.687705 11.813845) (R -625.425595 5.581033) (R -629.163876 -0.652171) (R -632.901767 -6.884593) (R -625.348251 -64.071703) (R -617.795126 -64.071703) (R -614.517392 -58.345531) (R -611.240049 -52.619359) (R -604.358407 -46.893187) (R -597.476767 -46.893187) (R -590.595127 -46.893187) (R -589.954891 -52.619359) (R -589.314267 -58.345531) (R -582.024813 -64.071703) (R -574.734971 -64.071703) (R -575.709971 -57.059983) (R -576.684579 -50.047875) (R -577.659579 -43.035375) (R -578.634189 -36.024047) (R -579.510361 -29.723265) (R -593.127549 -23.422483) (R -592.441221 -29.541623) (R -591.687705 -36.259983) (R -598.600595 -42.978343) (R -605.513877 -42.978343) (R -602.622079 -37.939281) (R -599.730673 -32.900609) (R -598.147079 -30.140843) (R -612.301767 27.463845); - From 8cad5c1c10962aef6c5ae027c8789b950faa234f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 00:01:04 +0000 Subject: [PATCH 2/6] Add dual licensing (MIT firmware + CERN-OHL-S hardware) Firmware (src/, lib/, examples/, test/) is MIT; the PCB and artwork are CERN-OHL-S v2. LICENSE.md explains the split. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HAJ28v8jXB5RJFHovDxZVg --- LICENSE-CERN-OHL-S-2.0.txt | 289 +++++++++++++++++++++++++++++++++++++ LICENSE-MIT.txt | 21 +++ LICENSE.md | 20 +++ 3 files changed, 330 insertions(+) create mode 100644 LICENSE-CERN-OHL-S-2.0.txt create mode 100644 LICENSE-MIT.txt create mode 100644 LICENSE.md diff --git a/LICENSE-CERN-OHL-S-2.0.txt b/LICENSE-CERN-OHL-S-2.0.txt new file mode 100644 index 0000000..114486f --- /dev/null +++ b/LICENSE-CERN-OHL-S-2.0.txt @@ -0,0 +1,289 @@ +CERN Open Hardware Licence Version 2 - Strongly Reciprocal + + +Preamble + +CERN has developed this licence to promote collaboration among +hardware designers and to provide a legal tool which supports the +freedom to use, study, modify, share and distribute hardware designs +and products based on those designs. Version 2 of the CERN Open +Hardware Licence comes in three variants: CERN-OHL-P (permissive); and +two reciprocal licences: CERN-OHL-W (weakly reciprocal) and this +licence, CERN-OHL-S (strongly reciprocal). + +The CERN-OHL-S is copyright CERN 2020. Anyone is welcome to use it, in +unmodified form only. + +Use of this Licence does not imply any endorsement by CERN of any +Licensor or their designs nor does it imply any involvement by CERN in +their development. + + +1 Definitions + + 1.1 'Licence' means this CERN-OHL-S. + + 1.2 'Compatible Licence' means + + a) any earlier version of the CERN Open Hardware licence, or + + b) any version of the CERN-OHL-S, or + + c) any licence which permits You to treat the Source to which + it applies as licensed under CERN-OHL-S provided that on + Conveyance of any such Source, or any associated Product You + treat the Source in question as being licensed under + CERN-OHL-S. + + 1.3 'Source' means information such as design materials or digital + code which can be applied to Make or test a Product or to + prepare a Product for use, Conveyance or sale, regardless of its + medium or how it is expressed. It may include Notices. + + 1.4 'Covered Source' means Source that is explicitly made available + under this Licence. + + 1.5 'Product' means any device, component, work or physical object, + whether in finished or intermediate form, arising from the use, + application or processing of Covered Source. + + 1.6 'Make' means to create or configure something, whether by + manufacture, assembly, compiling, loading or applying Covered + Source or another Product or otherwise. + + 1.7 'Available Component' means any part, sub-assembly, library or + code which: + + a) is licensed to You as Complete Source under a Compatible + Licence; or + + b) is available, at the time a Product or the Source containing + it is first Conveyed, to You and any other prospective + licensees + + i) as a physical part with sufficient rights and + information (including any configuration and + programming files and information about its + characteristics and interfaces) to enable it either to + be Made itself, or to be sourced and used to Make the + Product; or + ii) as part of the normal distribution of a tool used to + design or Make the Product. + + 1.8 'Complete Source' means the set of all Source necessary to Make + a Product, in the preferred form for making modifications, + including necessary installation and interfacing information + both for the Product, and for any included Available Components. + If the format is proprietary, it must also be made available in + a format (if the proprietary tool can create it) which is + viewable with a tool available to potential licensees and + licensed under a licence approved by the Free Software + Foundation or the Open Source Initiative. Complete Source need + not include the Source of any Available Component, provided that + You include in the Complete Source sufficient information to + enable a recipient to Make or source and use the Available + Component to Make the Product. + + 1.9 'Source Location' means a location where a Licensor has placed + Covered Source, and which that Licensor reasonably believes will + remain easily accessible for at least three years for anyone to + obtain a digital copy. + + 1.10 'Notice' means copyright, acknowledgement and trademark notices, + Source Location references, modification notices (subsection + 3.3(b)) and all notices that refer to this Licence and to the + disclaimer of warranties that are included in the Covered + Source. + + 1.11 'Licensee' or 'You' means any person exercising rights under + this Licence. + + 1.12 'Licensor' means a natural or legal person who creates or + modifies Covered Source. A person may be a Licensee and a + Licensor at the same time. + + 1.13 'Convey' means to communicate to the public or distribute. + + +2 Applicability + + 2.1 This Licence governs the use, copying, modification, Conveying + of Covered Source and Products, and the Making of Products. By + exercising any right granted under this Licence, You irrevocably + accept these terms and conditions. + + 2.2 This Licence is granted by the Licensor directly to You, and + shall apply worldwide and without limitation in time. + + 2.3 You shall not attempt to restrict by contract or otherwise the + rights granted under this Licence to other Licensees. + + 2.4 This Licence is not intended to restrict fair use, fair dealing, + or any other similar right. + + +3 Copying, modifying and Conveying Covered Source + + 3.1 You may copy and Convey verbatim copies of Covered Source, in + any medium, provided You retain all Notices. + + 3.2 You may modify Covered Source, other than Notices, provided that + You irrevocably undertake to make that modified Covered Source + available from a Source Location should You Convey a Product in + circumstances where the recipient does not otherwise receive a + copy of the modified Covered Source. In each case subsection 3.3 + shall apply. + + You may only delete Notices if they are no longer applicable to + the corresponding Covered Source as modified by You and You may + add additional Notices applicable to Your modifications. + Including Covered Source in a larger work is modifying the + Covered Source, and the larger work becomes modified Covered + Source. + + 3.3 You may Convey modified Covered Source (with the effect that You + shall also become a Licensor) provided that You: + + a) retain Notices as required in subsection 3.2; + + b) add a Notice to the modified Covered Source stating that You + have modified it, with the date and brief description of how + You have modified it; + + c) add a Source Location Notice for the modified Covered Source + if You Convey in circumstances where the recipient does not + otherwise receive a copy of the modified Covered Source; and + + d) license the modified Covered Source under the terms and + conditions of this Licence (or, as set out in subsection + 8.3, a later version, if permitted by the licence of the + original Covered Source). Such modified Covered Source must + be licensed as a whole, but excluding Available Components + contained in it, which remain licensed under their own + applicable licences. + + +4 Making and Conveying Products + +You may Make Products, and/or Convey them, provided that You either +provide each recipient with a copy of the Complete Source or ensure +that each recipient is notified of the Source Location of the Complete +Source. That Complete Source is Covered Source, and You must +accordingly satisfy Your obligations set out in subsection 3.3. If +specified in a Notice, the Product must visibly and securely display +the Source Location on it or its packaging or documentation in the +manner specified in that Notice. + + +5 Research and Development + +You may Convey Covered Source, modified Covered Source or Products to +a legal entity carrying out development, testing or quality assurance +work on Your behalf provided that the work is performed on terms which +prevent the entity from both using the Source or Products for its own +internal purposes and Conveying the Source or Products or any +modifications to them to any person other than You. Any modifications +made by the entity shall be deemed to be made by You pursuant to +subsection 3.2. + + +6 DISCLAIMER AND LIABILITY + + 6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products + are provided 'as is' and any express or implied warranties, + including, but not limited to, implied warranties of + merchantability, of satisfactory quality, non-infringement of + third party rights, and fitness for a particular purpose or use + are disclaimed in respect of any Source or Product to the + maximum extent permitted by law. The Licensor makes no + representation that any Source or Product does not or will not + infringe any patent, copyright, trade secret or other + proprietary right. The entire risk as to the use, quality, and + performance of any Source or Product shall be with You and not + the Licensor. This disclaimer of warranty is an essential part + of this Licence and a condition for the grant of any rights + granted under this Licence. + + 6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to + the maximum extent permitted by law, have no liability for + direct, indirect, special, incidental, consequential, exemplary, + punitive or other damages of any character including, without + limitation, procurement of substitute goods or services, loss of + use, data or profits, or business interruption, however caused + and on any theory of contract, warranty, tort (including + negligence), product liability or otherwise, arising in any way + in relation to the Covered Source, modified Covered Source + and/or the Making or Conveyance of a Product, even if advised of + the possibility of such damages, and You shall hold the + Licensor(s) free and harmless from any liability, costs, + damages, fees and expenses, including claims by third parties, + in relation to such use. + + +7 Patents + + 7.1 Subject to the terms and conditions of this Licence, each + Licensor hereby grants to You a perpetual, worldwide, + non-exclusive, no-charge, royalty-free, irrevocable (except as + stated in subsections 7.2 and 8.4) patent license to Make, have + Made, use, offer to sell, sell, import, and otherwise transfer + the Covered Source and Products, where such licence applies only + to those patent claims licensable by such Licensor that are + necessarily infringed by exercising rights under the Covered + Source as Conveyed by that Licensor. + + 7.2 If You institute patent litigation against any entity (including + a cross-claim or counterclaim in a lawsuit) alleging that the + Covered Source or a Product constitutes direct or contributory + patent infringement, or You seek any declaration that a patent + licensed to You under this Licence is invalid or unenforceable + then any rights granted to You under this Licence shall + terminate as of the date such process is initiated. + + +8 General + + 8.1 If any provisions of this Licence are or subsequently become + invalid or unenforceable for any reason, the remaining + provisions shall remain effective. + + 8.2 You shall not use any of the name (including acronyms and + abbreviations), image, or logo by which the Licensor or CERN is + known, except where needed to comply with section 3, or where + the use is otherwise allowed by law. Any such permitted use + shall be factual and shall not be made so as to suggest any kind + of endorsement or implication of involvement by the Licensor or + its personnel. + + 8.3 CERN may publish updated versions and variants of this Licence + which it considers to be in the spirit of this version, but may + differ in detail to address new problems or concerns. New + versions will be published with a unique version number and a + variant identifier specifying the variant. If the Licensor has + specified that a given variant applies to the Covered Source + without specifying a version, You may treat that Covered Source + as being released under any version of the CERN-OHL with that + variant. If no variant is specified, the Covered Source shall be + treated as being released under CERN-OHL-S. The Licensor may + also specify that the Covered Source is subject to a specific + version of the CERN-OHL or any later version in which case You + may apply this or any later version of CERN-OHL with the same + variant identifier published by CERN. + + 8.4 This Licence shall terminate with immediate effect if You fail + to comply with any of its terms and conditions. + + 8.5 However, if You cease all breaches of this Licence, then Your + Licence from any Licensor is reinstated unless such Licensor has + terminated this Licence by giving You, while You remain in + breach, a notice specifying the breach and requiring You to cure + it within 30 days, and You have failed to come into compliance + in all material respects by the end of the 30 day period. Should + You repeat the breach after receipt of a cure notice and + subsequent reinstatement, this Licence will terminate + immediately and permanently. Section 6 shall continue to apply + after any termination. + + 8.6 This Licence shall not be enforceable except by a Licensor + acting as such, and third party beneficiary rights are + specifically excluded. diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt new file mode 100644 index 0000000..92d7614 --- /dev/null +++ b/LICENSE-MIT.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-2026 Shawn Kovalchick + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..426cc2b --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +# Licensing + +The Analog Binary Infinity Mirror Clock is released under two licenses, split by +the kind of material: + +| Part of the project | License | Full text | +| --- | --- | --- | +| **Software / firmware** — everything under `src/`, `lib/`, `examples/`, `test/`, and the build configuration | MIT | [`LICENSE-MIT.txt`](LICENSE-MIT.txt) | +| **Hardware** — the PCB design under `pcb/` and the enclosure/clock-face artwork under `images/` | CERN-OHL-S v2 (Strongly Reciprocal) | [`LICENSE-CERN-OHL-S-2.0.txt`](LICENSE-CERN-OHL-S-2.0.txt) | + +Copyright (c) 2020-2026 Shawn Kovalchick. + +In short: you may freely use, modify, and redistribute the firmware under the +permissive MIT terms. If you make and distribute hardware based on the PCB or +enclosure designs, the CERN-OHL-S reciprocal terms require you to share your +modified design sources under the same license. + +If you are unsure which license applies to a particular file, the rule of thumb +is: if it is compiled or interpreted, it is MIT; if it is fabricated or printed, +it is CERN-OHL-S. From fbf349025b5614caea921bb0281dacafe68a032f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 00:01:04 +0000 Subject: [PATCH 3/6] Add CI, roadmap, and documentation - GitHub Actions workflow builds the firmware with PlatformIO on every push/PR. - ROADMAP.md captures the resurrection plan: hygiene, library extraction, deferred hardware v2 options, desk-sized enclosure, and magnet-based config. - Document the repository layout, build steps, and license in the README. - Fill in the empty abimc_pcb library README. - Set monitor_speed in platformio.ini to match the debug serial baud. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HAJ28v8jXB5RJFHovDxZVg --- .github/workflows/ci.yml | 35 +++++++++++++ README.md | 36 ++++++++++++-- ROADMAP.md | 103 +++++++++++++++++++++++++++++++++++++++ lib/abimc_pcb/README.md | 25 ++++++++++ platformio.ini | 3 +- 5 files changed, 198 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/ci.yml create mode 100644 ROADMAP.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..399cd76 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,35 @@ +name: CI + +on: + push: + branches: ["**"] + pull_request: + +jobs: + build: + name: Build firmware (PlatformIO) + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: "3.x" + + - name: Cache PlatformIO + uses: actions/cache@v4 + with: + path: | + ~/.platformio + ~/.cache/pip + key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }} + restore-keys: ${{ runner.os }}-pio- + + - name: Install PlatformIO + run: | + python -m pip install --upgrade pip + pip install platformio + + - name: Build + run: pio run diff --git a/README.md b/README.md index 9ae7ad8..c68ca26 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Plans, parts, and code for building your very own clock that no one can read. (Except you... maybe.) +> **Status:** Resurrecting an abandoned build. The firmware targets an Adafruit +> ItsyBitsy M4 (SAMD51) driving six APA102/DotStar rings, disciplined by a GPS +> module so it never needs to be set. See [`ROADMAP.md`](ROADMAP.md) for what's +> planned next (library extraction, a desk-sized revision, and magnet-based +> configuration). Project boards on [CADLAB.io](https://cadlab.io/project/2407). + ## The Concept Everyone knows analog clocks--2 or 3 hands moving around a clock face, indicating hours, minutes, and sometimes @@ -72,8 +78,8 @@ and a 1 meter length DotStar Strip. #### Phase 1 - Testing the components -Using the default strandtest.ino from Adafruit with minor modifications, I tested out the DotStar strips. (See the extras -folder for strandtest.ino.) +Using the default strandtest.ino from Adafruit with minor modifications, I tested out the DotStar strips. (See the +[`examples/`](examples/) folder for the strand and GPS bring-up sketches.) PPS Test @@ -180,4 +186,28 @@ forces changing the speed that the earth rotates. Whenever the difference betwe seconds are used to correct the imbalance. Unix clocks usually just ignore this. They just leave the time at 23:59:59 until 00:00:00 eventually gets here. All of -the time libraries used in Arduino environments also ignore this, and make no attempt to handle it. \ No newline at end of file +the time libraries used in Arduino environments also ignore this, and make no attempt to handle it. + +## Repository Layout + +- `src/` — the clock firmware (`main.cpp`). +- `lib/` — project libraries: board pin maps (`abimc_pcb`) and GPS command sets (`xa1110`, `mtk33x9`). +- `examples/` — standalone bring-up sketches for the LEDs and GPS (see [`examples/README.md`](examples/README.md)). +- `test/` — reserved for PlatformIO unit tests. +- `pcb/` — Autodesk EAGLE schematic and board files. +- `images/` — clock-face artwork (SVG/XCF). + +## Building + +This is a [PlatformIO](https://platformio.org/) project. With the PlatformIO CLI installed: + +```sh +pio run # build the firmware +pio run --target upload # flash a connected ItsyBitsy M4 +pio device monitor # open the serial monitor +``` + +## License + +Dual-licensed: firmware under the MIT License, hardware (PCB and artwork) under +CERN-OHL-S v2. See [`LICENSE.md`](LICENSE.md) for details. \ No newline at end of file diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..7d25caa --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,103 @@ +# Roadmap + +This project is being resurrected. This document tracks the plan so the context +isn't lost again. Items are grouped into tracks; tracks can progress in parallel. + +## Guiding principles + +- **GPS-first, offline-first.** A big part of the appeal is that the clock needs + no Wi-Fi and never needs to be set. It should work anywhere on Earth out of the + box. Network time (NTP) may be added later as an *optional* convenience, never a + requirement. +- **Losing power or signal is a feature.** With no valid time data, the clock + should flash `12:00` like an old VCR until it reacquires a fix. (The firmware + already approximates this in `set12oClock()`; finishing/polishing this is a + firmware task.) +- **Unreadable on purpose.** The whole point is a clock that is hard to read but + still gives an analog sense of time passing. + +## Track A — Repository & firmware hygiene (in progress) + +- [x] Remove EAGLE autosave/backup cruft and IDE files from version control. +- [x] Fix the non-compiling `adafruit_strand_test` sketch and the duplicated + block in `fastled_strand_test`. +- [x] Move dev sketches out of `test/` (reserved for unit tests) into `examples/`. +- [x] Add dual licensing (MIT firmware + CERN-OHL-S hardware). +- [ ] Add continuous integration that builds the firmware with PlatformIO. +- [ ] Pin `lib_deps` versions for reproducible builds. +- [ ] **Firmware correctness pass** (from the resurrection audit): + - [ ] Mark ISR-shared globals `volatile` (`ppsStartOfSecondMillis`, + `ppsStartOfMinuteMillis`, `currentMinute`, `nextLeapMinute`, + `numberOfLeapSeconds`). + - [ ] Fix the "torn read" guard in `setClock()` (currently compares a value to + itself and only re-reads once). + - [ ] Bound the array writes in `updateStrandSeconds()` (currently can index + past the end of a ring) before re-enabling the seconds feature. + - [ ] Actually populate `numberOfLeapSeconds` / `nextLeapMinute` from the parsed + GPS leap-second fields, or remove the dead parsing — today the leap-second + feature is wired up but never fed any data. + - [ ] Finish or remove the commented-out seconds "ripple" rendering. + - [ ] Polish the VCR `12:00` flash for the no-signal state. + +## Track B — Library extraction (next) + +Break the monolithic `main.cpp` into reusable, host-testable libraries. The key +win is making the time and rendering logic framework-agnostic so it can be unit +tested on a PC via `pio test`, turning `test/` into real tests. + +- `AbimcTimekeeper` — leap-second-aware, sub-second UTC clock with pluggable time + *sources* (PPS-disciplined GPS today; NTP/RTC later) behind one interface. +- `AbimcRender` — pure logic: time -> per-ring binary bit -> hand angle, with + fractional-pixel anti-aliasing and the seconds ripple. Operates on an abstract + pixel buffer so it has no FastLED dependency. +- `AbimcConfig` — settings model (seconds on/off, timezone, custom-tz rules) plus + persistence. Back-end for the magnet UI below. +- `abimc_pcb` — already a library; keep, versioned per board revision. + +## Track C — Hardware v2 (deferred; no hardware change yet) + +Captured for when we're ready. Current decision is to **keep the existing +ItsyBitsy M4 hardware** and do the software work first. + +- **MCU candidates if/when we revise:** ESP32-S3 (Wi-Fi/BLE, NTP, OTA, BLE config) + or RP2350/Pico 2 W (PIO-driven LEDs, deterministic timing). Either would keep + GPS as the primary, offline time source per the guiding principles. +- **LEDs:** stay with APA102-class (separate clock line = high PWM refresh and + global brightness, which makes smooth moving hands look good). Move to the + smaller APA102-2020 / SK9822 package to enable the desk-size shrink; custom + flex-PCB rings at small diameters. +- **GPS:** upgrade the 6-year-old MTK3339/XA1110 to a u-blox MAX-M10S — better + sensitivity, lower power, still has PPS, and reports current + pending leap + seconds directly (UBX-NAV-TIMELS), which would greatly simplify the leap-second + code. +- **RTC:** add a battery-backed DS3231 so time survives power loss without + reacquiring a fix. +- **Power:** budget carefully — 504 APA102 at full white is a theoretical ~30 A; + rely on brightness limiting and the sparse hands-only display. + +## Track D — Desk-sized enclosure (future) + +The original clock was too big. Shrink it to a desk-sized unit. + +- Recompute ring radii for a ~100-150 mm diameter target. +- Smaller infinity-mirror stack and a 3D-printed housing. +- Let this constrain the Track B/C PCB so the electronics are designed for + desk-scale ring counts up front, even if the first v2 build is larger. + +## Track E — Magnet-based configuration (future) + +Configure the clock by dropping small magnets into recesses molded into the 3D +printed back panel. Magnets are non-volatile with no battery, so configuration +survives power loss inherently. + +- **Sensing:** digital Hall-effect sensors (e.g., DRV5032), one per recess; use + *omnipolar* parts so magnet orientation doesn't matter. Route many sensors + through an I2C I/O expander (MCP23017) or analog mux to save GPIO. +- **Dial option:** a single 3D Hall sensor (TLV493D / MLX90393) under a rotatable + magnet senses angle — e.g., rotate to dial in a UTC offset. +- **Proposed config bits:** + - 1 recess = seconds hand on/off. + - 1 recess = DST on/off. + - A small group of recesses (binary) or a Hall dial = timezone / UTC offset. + - 1 recess = "use custom profile", loading a personal timezone + (e.g. `North_America/Margaritaville`) defined once over BLE/serial and saved. diff --git a/lib/abimc_pcb/README.md b/lib/abimc_pcb/README.md index e69de29..51c0a9d 100644 --- a/lib/abimc_pcb/README.md +++ b/lib/abimc_pcb/README.md @@ -0,0 +1,25 @@ +# abimc_pcb + +Board-specific pin mapping for the Analog Binary Infinity Mirror Clock PCB. + +This header maps the six DotStar/APA102 strand data + clock lines, the GPS serial +port, and the GPS PPS interrupt pin to the microcontroller pins used by a given +revision of the ABIMC board. Select the revision by defining the matching macro +**before** including the header: + +```cpp +#define ABIMC_V_1_3 +#include +``` + +Supported revisions: + +| Macro | Notes | +| --- | --- | +| `ABIMC_V_1_0` | First fabricated board. | +| `ABIMC_V_1_3` | Strand 5/6 data pins swapped vs 1.0. | +| (default) | `ABIMC_V_1_4` layout, used when no revision macro is defined. | + +All revisions share one clock line (`PIN_PA05`) across the strands and use +`Serial1` for the GPS, with `PIN_PA04` for PPS. See `src/abimc_pcb.h` for the +exact pin assignments. diff --git a/platformio.ini b/platformio.ini index 0a29972..6fcc21d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,7 +12,8 @@ platform = atmelsam board = adafruit_itsybitsy_m4 framework = arduino -lib_deps = +monitor_speed = 9600 +lib_deps = FastLED Time Timezone From dd35f04608451667b774f0bfae3f8817c45e24ce Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 00:03:37 +0000 Subject: [PATCH 4/6] Fix CI: ignore incompatible bundled I2S library The first CI run failed compiling the Adafruit SAMD core's bundled I2S library, which references GCLK registers (STATUS/GENDIV/CLKCTRL) that no longer exist in the current Atmel CMSIS pack. FastLED's library dependency finder drags I2S in, but the APA102 strands use clocked SPI, so ignore it. Also restrict push-triggered CI to main so PR branches build once (via the pull_request event) instead of twice. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HAJ28v8jXB5RJFHovDxZVg --- .github/workflows/ci.yml | 2 +- platformio.ini | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 399cd76..7c99e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["**"] + branches: [main] pull_request: jobs: diff --git a/platformio.ini b/platformio.ini index 6fcc21d..024f69f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,6 +13,11 @@ platform = atmelsam board = adafruit_itsybitsy_m4 framework = arduino monitor_speed = 9600 +; The Adafruit SAMD core bundles an I2S library that no longer compiles against +; the current Atmel CMSIS pack (the GCLK register layout changed). FastLED's +; dependency finder pulls it in even though the APA102 strands use clocked SPI, +; not I2S, so ignore it to keep the build clean. +lib_ignore = I2S lib_deps = FastLED Time From a87f8b6d44030f0646fac0fda61711f586e10c58 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 00:05:19 +0000 Subject: [PATCH 5/6] Fix build: call FastLED.addLeds on the instance, not statically Modern FastLED (3.10.x) makes addLeds a non-static member, so the old CFastLED::addLeds<...>() calls no longer compile. Call them on the global FastLED object like the example sketches already do. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HAJ28v8jXB5RJFHovDxZVg --- src/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index eee9eea..b32545e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -297,12 +297,12 @@ void set12oClock() { } void setup() { - CFastLED::addLeds(strand1, STRAND_1_PIXELS); - CFastLED::addLeds(strand2, STRAND_2_PIXELS); - CFastLED::addLeds(strand3, STRAND_3_PIXELS); - CFastLED::addLeds(strand4, STRAND_4_PIXELS); - CFastLED::addLeds(strand5, STRAND_5_PIXELS); - CFastLED::addLeds(strand6, STRAND_6_PIXELS); + FastLED.addLeds(strand1, STRAND_1_PIXELS); + FastLED.addLeds(strand2, STRAND_2_PIXELS); + FastLED.addLeds(strand3, STRAND_3_PIXELS); + FastLED.addLeds(strand4, STRAND_4_PIXELS); + FastLED.addLeds(strand5, STRAND_5_PIXELS); + FastLED.addLeds(strand6, STRAND_6_PIXELS); GPS_SERIAL.begin(GPS_SERIAL_BAUD_RATE); GPS_SERIAL.println(GPS_SERIAL_BAUD_RATE_SENTENCE); GPS_SERIAL.println(GPS_FIX_RATE); From 93f0c4a72eca067f38abf5f52d9cbc678a592bed Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 00:07:11 +0000 Subject: [PATCH 6/6] Fix build: drop unused Adafruit DotStar dependency The firmware drives the APA102 strands via FastLED and never includes Adafruit_DotStar. Keeping it as a dependency pulled in Adafruit BusIO, which needs Wire.h and broke the build. It is only used by the adafruit_strand_test example, which isn't part of the default build. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HAJ28v8jXB5RJFHovDxZVg --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 024f69f..b0d6e60 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,9 +18,11 @@ monitor_speed = 9600 ; dependency finder pulls it in even though the APA102 strands use clocked SPI, ; not I2S, so ignore it to keep the build clean. lib_ignore = I2S +; The firmware drives the APA102 strands through FastLED. Adafruit DotStar is +; only used by the adafruit_strand_test example (not built here), and pulling it +; in drags in Adafruit BusIO -> Wire, so it is intentionally not a dependency. lib_deps = FastLED Time Timezone - TinyGPSPlus - Adafruit DotStar \ No newline at end of file + TinyGPSPlus \ No newline at end of file